body {
    margin: 0;
    font-weight: normal;
}

a,
article,
body,
center,
cite,
div,
em,
embed,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
header,
html,
i,
iframe,
img,
label,
legend,
li,
object,
p,
section,
span,
strong,
table,
tbody,
tr,
ul,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%
}

a:active,
a:focus,
a:hover,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

strong {
    font-weight: 700
}

a {
    background: 0 0;
    text-decoration: none;
    cursor: pointer;
    color: #a0dab2
}

a img {
    border: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
select {
    text-transform: none
}

button,
input {
    line-height: normal
}

button,
input,
select,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

article,
footer,
header,
section,
video {
    display: block
}

body {
    line-height: 1;
    height: 100%;
    overflow-x: hidden;
    cursor: default;
    display: block;
    background: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem
}

body *,
body :after,
body :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a:hover img {
    opacity: .85;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.Left {
    float: left
}

.Right {
    float: right
}

.CLR:after {
    clear: both
}

.CLR:after,
.CLR:before {
    content: " ";
    display: table
}

.Trans {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: all .2s ease-in-out
}

img {
    max-width: 100%;
    height: auto
}

#Wrapper-Outer {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5000
}

#Wrapper-Inner {
    margin: auto;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    min-width: 320px
}

#Mobile-Nav-Close {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}

@font-face {
    font-display: swap;
    font-family: Antonio;
    /* src: url("../fonts/fonts/Antonio-Light\ \(1\).ttf") format("truetype"); */
    src: url("../fonts/Antonio-Light\ \(1\).ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Antonio;
    src: url("../fonts/fonts/Antonio-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

a:hover {
    color: #b0e8c1
}

.Banner img {
    width: 100%
}

.Banner {
    margin: auto;
    text-align: center;
    font-size: 0
}

h1,
h2,
h3,
h4 {
    font-weight: 400
}

h1 {
    font-size: 30px;
    line-height: 32px
}

h2 {
    font-size: 26px;
    line-height: 28px
}

h3 {
    font-size: 22px;
    line-height: 24px
}

h4 {
    font-size: 18px;
    line-height: 20px
}

.Header-Bar {
    padding: 6px 10px;
    background: #4db1a5;
    color: #fff;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 8500
}

.Header-Bar h3 {
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle
}

.Header-Bar button:hover {
    background: #122b62
}

.Header-Bar button {
    margin-left: 20px;
    padding: 7px 50px;
    background: #09152f;
    color: #fff;
    border: 0;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Antonio, sans-serif;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}

.Header-Bar button:active,
.Header-Bar button:focus {
    outline: 0
}

.Header-Menu:hover {
    color: #4db1a6
}

.Header-Menu {
    margin-top: 6px;
    cursor: pointer;
    float: right
}

.Header-Menu>span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Antonio, sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle
}

.Header-Menu i {
    margin-left: 10px;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle
}

.Header-Menu .hamburger {
    margin-left: 10px;
    padding: 0;
    display: inline-block;
    vertical-align: middle
}

.Header-Menu button:active,
.Header-Menu button:focus {
    outline: 0
}

.Header-Popup-Overlay {
    background: rgba(0, 0, 0, .54);
    display: none;
    position: fixed;
    z-index: 9000;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}

.Header-Popup-Close:hover {
    color: #4db1a5
}

.Header-Popup-Close {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: -20px
}

.Header-Popup-Box {
    margin: auto;
    padding: 50px;
    background: #fff;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .35)
}

.Header-Popup-Box h3 {
    margin: auto;
    width: 100%;
    max-width: 360px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 16px;
    display: block
}

.Header-Popup-Box form {
    margin: auto;
    font-size: 0
}

.Header-Popup-Box input[type=text] {
    margin-top: 20px;
    width: 49.3%;
    height: 54px;
    line-height: 54px;
    border: 0;
    background: #d1d4db;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-right: .7%
}

.Header-Popup-Box input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #fff
}

.Header-Popup-Box input:-moz-placeholder {
    text-transform: uppercase;
    color: #fff
}

.Header-Popup-Box input::-moz-placeholder {
    text-transform: uppercase;
    color: #fff
}

.Header-Popup-Box input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #fff
}

.Header-Popup-Box input[type=submit]:hover {
    background: #35cebc
}

.Header-Popup-Box input[type=submit] {
    margin: 10px auto 0;
    width: 100%;
    height: 54px;
    line-height: 54px;
    border: 0;
    background: #4db1a5;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
    display: block
}

#Footer a {
    color: #fff
}

#Footer {
    padding: 20px 10px;
    min-height: 20px;
    line-height: 20px;
    background: #4fb0a7;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-family: Antonio, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff
}


/*Sale Icon Home Page*/
.sale-icon {
    right: 30%;
    position: absolute;
    width: 200px;
    
}

.sale-icon img{
    animation: new_tag-animation 2.0s steps(8, start) infinite;
}

@media screen and (max-width:1200px) {
    .sale-icon {
        right: 45%;
        position: absolute;
        width: 150px;
    }
    
}

@media screen and (max-width:900px) {
    .sale-icon {
        right: 10%;
        position: absolute;
        width: 200px;
    }
    
}

@media screen and (max-width:500px) {
    .sale-icon {
        right: 5%;
        position: absolute;
        width: 120px;
    }
    
}



.post {
    margin-bottom: 10px
}

article.post:last-child {
    margin-bottom: 0
}

.post h1,
.post h2,
.post h3,
.post h4 {
    padding: 15px 0
}



.post p {
    padding: 10px 0;
    line-height: 24px
}

.post li {
    margin-top: 5px;
    padding-bottom: 5px;
    line-height: 22px
}

.MYL-Overview {
    padding: 0 10px;
    text-align: center
}

.MYL-Overview li:first-child {
    margin-top: 0
}

.MYL-Overview li h3 {
    line-height: 24px;
    font-size: 18px;
    padding-top: 5px;
    line-height: 24px;
    font-size: 18px
}

.MYL-Welcome {
    padding: 70px 10px
}

.MYL-Welcome-Inner {
    margin: auto;
    width: 100%;
    max-width: 700px
}

.MYL-Benefits {
    padding: 59px 10px;
    background: url(../img/resume/1wallpaper-hd.webp) center right no-repeat #4c6fa7;
    /* background: url(./assets/img/resume/BG-MYL-Benefits.webp) center right no-repeat #4c6fa7; */
    background-size: cover;
    color: #fff
}

.MYL-Benefits-Inner {
    margin: auto;
    width: 100%;
    max-width: 720px;
    position: relative;
    right: 170px;
}

.MYL-Benefits h2 {
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: Antonio, sans-serif;
    font-weight: 400;
    font-size: 30px
}

.MYL-Benefits ul {
    margin: 50px auto 0;
    font-weight: 400;
}

.MYL-Benefits li {
    margin: 20px auto 0;
    padding: 0 0 0 35px;
    line-height: 24px;
    font-size: 16px;
    position: relative;
}

.MYL-Benefits li:first-child {
    margin-top: 0
}

.MYL-Benefits li:before {
    content: '';
    width: 15px;
    height: 13px;
    background: url(../img/work/Bullet-Heart-White.png) no-repeat;
    /* background: url(./assets/img/work/Bullet-Heart-White.png) no-repeat; */
    position: absolute;
    top: 6px;
    left: 0
}

.MYL-Overview {
    padding: 8px 10px;
    text-align: center
}

.MYL-Overview-Inner {
    margin: auto;
    width: 100%;
    max-width: 930px
}

.MYL-Overview h2 {
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: Antonio, sans-serif;
    font-weight: 300;
    font-size: 30px
}

@media screen and (max-width:500px) {
    .MYL-Overview h2 {
        line-height: 36px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-family: Antonio, sans-serif;
        font-weight: 300;
        font-size: 24px;

    }

}

.MYL-Overview-Subtext {
    margin: 28px auto 0;
    line-height: 24px;
    font-size: 16px
}

.MYL-Overview ul {
    margin: 10px auto 0
}

.MYL-Overview li {
    margin: 70px auto 0;
    font-size: 0;
    display: block
}

.MYL-Overview-List-Image {
    width: 31.7%;
    max-width: 295px;
    display: inline-block;
    vertical-align: top
}

.MYL-Overview-List-Main {
    padding-left: 25px;
    width: 68.3%;
    text-align: left;
    display: inline-block;
    vertical-align: top
}

.MYL-Overview li h3 strong {
    color: #51b3a6
}

.MYL-Overview-List-Description {
    margin: 20px auto 0;
    line-height: 24px;
    font-size: 16px;
    color: rgb(131 134 148);
}

.MYL-About {
    padding: 70px 10px;
    background: #4db1a5;
    text-align: center;
    font-size: 0;
    color: #fff
}

.MYL-About-Inner {
    margin: auto;
    width: 100%;
    max-width: 950px
}

.MYL-About h2 {
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: Antonio, sans-serif;
    font-weight: 300;
    font-size: 30px
}

.MYL-About ul {
    margin: auto
}

.MYL-About li {
    margin: 50px auto 0
}

.MYL-About-Image {
    width: 28.8%;
    max-width: 274px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top
}

.MYL-About-Main {
    padding-left: 35px;
    width: 71.2%;
    text-align: left;
    display: inline-block;
    vertical-align: top
}

.MYL-About li h3 {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 26px
}

.MYL-About-Text {
    margin: 20px auto 0;
    line-height: 24px;
    font-size: 16px
}

.MYL-Course {
    padding: 95px 10px 45px;
    text-align: center
}

.MYL-Course-Inner {
    margin: auto;
    width: 100%;
    max-width: 780px
}

.MYL-Course h2 {
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: Antonio, sans-serif;
    font-weight: 300;
    font-size: 30px
}

.MYL-Course h1 {
    margin: 20px auto 0;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: Antonio, sans-serif;
    font-weight: 400;
    font-size: 42px;
    color: #4db1a5
}

.MYL-Course-Package {
    margin: 60px auto 40px;
    display: block
}

.MYL-Course-Package.Blue {
    border: 1px solid #4c6fa7
}

.MYL-Course-Package.Green {
    border: 1px solid #4db1a5
}

.MYL-Course-Package-Top {
    padding: 9px 10px 10px;
    font-weight: 700;
    font-size: 16px;
    color: #fff
}

.MYL-Course-Package.Blue .MYL-Course-Package-Top {
    background: #4c6fa7
}

.MYL-Course-Package.Green .MYL-Course-Package-Top {
    background: #4db1a5
}

.MYL-Course-Package-Main {
    padding: 30px 30px 40px;
    position: relative
}

.MYL-Course-Package-Content {
    margin: auto;
    text-align: left
}

.MYL-Course-Package-Content li {
    margin: 20px auto 0;
    padding: 0 0 0 25px;
    line-height: 24px;
    font-size: 16px;
    position: relative
}

.MYL-Course-Package-Content li:first-child {
    margin-top: 0
}

.MYL-Course-Package-Content li:before {
    content: '';
    width: 16px;
    height: 14px;
    position: absolute;
    top: 6px;
    left: 0
}

.MYL-Course-Package.Blue .MYL-Course-Package-Content li:before {
    background: url(https://peacefulmindpeacefullife.org/wp-content/themes/WP-Theme-Michelle/Images/Bullet-Heart-Blue.webp) no-repeat
}

.MYL-Course-Package.Green .MYL-Course-Package-Content li:before {
    background: url(https://peacefulmindpeacefullife.org/wp-content/themes/WP-Theme-Michelle/Images/Bullet-Heart-Green.webp) no-repeat
}

.MYL-Course-Package-Price {
    margin: 30px auto 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px
}

.MYL-Course-Package.Blue .MYL-Course-Package-Price {
    color: #4c6fa7
}

.MYL-Course-Package.Green .MYL-Course-Package-Price {
    color: #4db1a5
}

.MYL-Course-Package-Button {
    width: 100%;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0
}

.MYL-Course-Package-Button a {
    padding: 0 55px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Antonio, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    vertical-align: top
}

.MYL-Course-Package.Blue .MYL-Course-Package-Button a {
    background: #4c6fa7
}

.MYL-Course-Package.Blue .MYL-Course-Package-Button a:hover {
    background: #294b81
}

.MYL-Course-Package.Green .MYL-Course-Package-Button a {
    background: #4db1a5
}

.MYL-Course-Package.Green .MYL-Course-Package-Button a:hover {
    background: #248479
}

.MYL-Logos {
    padding: 15px 10px;
    background: #eaeef7;
    text-align: center;
    font-size: 0
}

@media all and (max-width: 1024px),
all and (max-device-width:1024px) {
    .MYL-Benefits-Inner {
        right: 0
    }
}

@media all and (max-width: 700px),
all and (max-device-width:700px) {
    .MYL-Overview-List-Image {
        margin: auto;
        width: 100%;
        display: block
    }

    .MYL-Overview-List-Main {
        margin: 20px auto 0;
        padding-left: 0;
        width: 100%;
        display: block
    }

    .MYL-About-Image {
        margin: auto;
        width: 100%;
        display: block
    }

    .MYL-About-Main {
        margin: 20px auto 0;
        padding-left: 0;
        width: 100%;
        display: block
    }
}

:where(.wp-block-button__link) {
    box-shadow: none;
    text-decoration: none;
    border-radius: 9999px;
    padding: calc(.667em + 2px) calc(1.333em + 2px)
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

.wp-block-embed {
    overflow-wrap: break-word
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

ul {
    list-style: none;
    box-sizing: border-box
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: .375em .625em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    padding: 4px;
    border: 1px solid #949494
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: .125em .5em
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

#html .arve {
    display: block;
    margin-bottom: 1.5em;
    width: 100%
}

#html .arve:after {
    clear: both;
    content: "";
    display: table
}

#html .arve [hidden],
#html .arve[hidden] {
    display: none
}

#html .arve-video {
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%
}

#cookie-law-info-bar {
    font-size: 15px;
    margin: 0 auto;
    padding: 12px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    display: none;
    left: 0;
    font-weight: 300;
    box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, .3)
}

#cookie-law-info-again {
    font-size: 10pt;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    box-shadow: #161616 2px 2px 5px 2px
}

#cookie-law-info-bar span {
    vertical-align: middle
}

.cli-plugin-button,
.cli-plugin-button:visited {
    display: inline-block;
    padding: 9px 12px;
    color: #fff;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    margin-left: 5px;
    text-decoration: none
}

.cli-plugin-main-link {
    margin-left: 0;
    font-weight: 550;
    text-decoration: underline
}

.cli-plugin-button:hover {
    background-color: #111;
    color: #fff;
    text-decoration: none
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
    font-size: 13px;
    font-weight: 400;
    line-height: 1
}

.cli-plugin-button {
    margin-top: 5px
}

.cli-bar-popup {
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 20px
}

.cli-plugin-main-link.cli-plugin-button {
    text-decoration: none;
    margin-left: 5px
}

.cli-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none
}

.cli-modal-backdrop.cli-show {
    opacity: .5;
    display: block;
    opacity: .8
}

.cli-modal.cli-show {
    display: block
}

.cli-modal .cli-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

@media (min-width: 992px) {
    .cli-modal .cli-modal-dialog {
        max-width: 900px
    }
}

.cli-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0
}

.cli-modal .cli-modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    padding: 0;
    background-color: transparent !important;
    border: 0;
    -webkit-appearance: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff
}

.cli-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 70px;
    font-size: 14px
}

.cli-switch .cli-slider {
    background-color: #e3e1e8;
    height: 24px;
    width: 50px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    border-radius: 34px
}

.cli-switch .cli-slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    transition: .4s;
    width: 20px
}

.cli-switch input:checked+.cli-slider {
    background-color: #00acad;
    background-color: #61a229
}

.cli-switch input:checked+.cli-slider:before {
    transform: translateX(26px)
}

.cli-fade {
    transition: opacity .15s linear
}

.cli-tab-content {
    width: 100%;
    padding: 30px
}

.cli-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.cli-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.cli-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.cli-px-0 {
    padding-left: 0;
    padding-right: 0
}

.cli-btn {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1.25rem;
    line-height: 1;
    border-radius: .25rem;
    transition: all .15s ease-in-out
}

.cli-btn:hover {
    opacity: .8
}

.cli-btn:focus {
    outline: 0
}

.cli-barmodal-open,
.cli-modal-open {
    overflow: hidden
}

.cli-modal-open .cli-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.cli-modal.cli-fade .cli-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.cli-modal.cli-show .cli-modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.cli-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity ease-in-out .5s
}

.cli-modal-backdrop.cli-fade {
    opacity: 0
}

.cli-modal-backdrop.cli-show {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.cli-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    transform: scale(0);
    overflow: hidden;
    outline: 0;
    display: none
}

.cli-modal a {
    text-decoration: none
}

.cli-modal .cli-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

@media (min-width: 576px) {
    .cli-modal .cli-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem * 2))
    }
}

.cli-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .2rem;
    box-sizing: border-box;
    outline: 0
}

.cli-modal .cli-modal-close:focus {
    outline: 0
}

.cli-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 38px;
    font-size: 14px
}

.cli-switch input[type=checkbox] {
    display: none
}

.cli-switch .cli-slider {
    background-color: #e3e1e8;
    height: 20px;
    width: 38px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    border-radius: 34px;
    font-size: 0
}

.cli-switch .cli-slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 15px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 15px;
    border-radius: 50%
}

.cli-switch input:checked+.cli-slider:before {
    transform: translateX(18px)
}

.cli-tab-content {
    background: #fff;
    width: 100%;
    padding: 5px 30px 5px 5px;
    box-sizing: border-box
}

@media (max-width: 767px) {
    .cli-tab-content {
        padding: 30px 10px
    }
}

.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0
}

.cli-tab-content h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

#cookie-law-info-bar .cli-tab-content {
    background: 0 0
}

#cookie-law-info-bar .cli-nav-link,
#cookie-law-info-bar .cli-switch .cli-slider:after,
#cookie-law-info-bar .cli-tab-container p,
#cookie-law-info-bar span.cli-necessary-caption {
    color: inherit
}

#cookie-law-info-bar .cli-tab-header a:before {
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor
}

#cookie-law-info-bar .cli-row {
    margin-top: 20px
}

#cookie-law-info-bar .cli-tab-content h4 {
    margin-bottom: .5rem
}

#cookie-law-info-bar .cli-tab-container {
    display: none;
    text-align: left
}

.cli-tab-footer .cli-btn {
    background-color: #00acad;
    padding: 10px 15px;
    text-decoration: none
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #61a229;
    color: #fff;
    border-radius: 0
}

.cli-tab-footer {
    width: 100%;
    text-align: right;
    padding: 20px 0
}

.cli-col-12 {
    width: 100%
}

.cli-tab-header {
    display: flex;
    justify-content: space-between
}

.cli-tab-header a:before {
    width: 10px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px)
}

.cli-tab-header a:after {
    width: 2px;
    height: 10px;
    left: 4px;
    top: calc(50% - 5px);
    -webkit-transform: none;
    transform: none
}

.cli-tab-header a:before {
    width: 7px;
    height: 7px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    content: " ";
    transform: rotate(-45deg);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-right: 10px
}

.cli-tab-header a.cli-nav-link {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    text-transform: capitalize
}

.cli-tab-header.cli-tab-active .cli-nav-link:before {
    transform: rotate(45deg);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: all .2s ease-in-out
}

.cli-tab-header {
    border-radius: 5px;
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color .2s ease-out .3s, color .2s ease-out 0s;
    background-color: #f2f2f2
}

.cli-modal .cli-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    padding: 10px;
    background: 0 0;
    border: none;
    min-width: 40px
}

.cli-tab-container h1,
.cli-tab-container h4 {
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
    margin: 10px 0
}

#cliSettingsPopup .cli-tab-section-container {
    padding-top: 12px
}

.cli-privacy-content-text,
.cli-tab-container p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    padding: 0;
    color: #000
}

.cli-tab-content {
    display: none
}

.cli-tab-section .cli-tab-content {
    padding: 10px 20px 5px
}

.cli-tab-section {
    margin-top: 5px
}

@media (min-width: 992px) {
    .cli-modal .cli-modal-dialog {
        max-width: 645px
    }
}

.cli-switch .cli-slider:after {
    content: attr(data-cli-disable);
    position: absolute;
    right: 50px;
    color: #000;
    font-size: 12px;
    text-align: right;
    min-width: 80px
}

.cli-switch input:checked+.cli-slider:after {
    content: attr(data-cli-enable)
}

.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
    max-height: 60px;
    transition: max-height .15s ease-out;
    overflow: hidden
}

a.cli-privacy-readmore {
    font-size: 12px;
    margin-top: 12px;
    display: inline-block;
    padding-bottom: 0;
    cursor: pointer;
    color: #000;
    text-decoration: underline
}

.cli-modal-footer {
    position: relative
}

a.cli-privacy-readmore:before {
    content: attr(data-readmore-text)
}

.cli-collapsed a.cli-privacy-readmore:before {
    content: attr(data-readless-text)
}

.cli-collapsed .cli-privacy-content {
    transition: max-height .25s ease-in
}

.cli-privacy-content p {
    margin-bottom: 0
}

.cli-modal-close svg {
    fill: #000
}

span.cli-necessary-caption {
    color: #000;
    font-size: 12px
}

#cookie-law-info-bar .cli-privacy-overview {
    display: none
}

.cli-tab-container .cli-row {
    max-height: 500px;
    overflow-y: auto
}

.cli-modal.cli-blowup.cli-out {
    z-index: -1
}

.cli-modal.cli-blowup {
    z-index: 999999;
    transform: scale(1)
}

.cli-modal.cli-blowup .cli-modal-dialog {
    animation: .5s cubic-bezier(.165, .84, .44, 1) forwards blowUpModal
}

.cli-modal.cli-blowup.cli-out .cli-modal-dialog {
    animation: .5s cubic-bezier(.165, .84, .44, 1) forwards blowUpModalTwo
}

@keyframes blowUpModal {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes blowUpModalTwo {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(.5);
        opacity: 0
    }

    100% {
        transform: scale(0);
        opacity: 0
    }
}

.cli_settings_button {
    cursor: pointer
}

.wt-cli-sr-only {
    display: none;
    font-size: 16px
}

a.wt-cli-element.cli_cookie_close_button {
    text-decoration: none;
    color: #333;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px
}

.cli-bar-container {
    float: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

#cookie-law-info-bar[data-cli-type=popup] .cli-bar-container,
#cookie-law-info-bar[data-cli-type=widget] .cli-bar-container {
    display: block
}

.wt-cli-necessary-checkbox {
    display: none !important
}

.wt-cli-privacy-overview-actions {
    padding-bottom: 0
}

.wt-cli-cookie-description {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    padding: 0;
    color: #000
}

@media all and (max-width: 900px),
all and (max-device-width:900px) {
    #Header-Search-Link {
        margin-left: 12px
    }
}

@media all and (max-width: 768px),
all and (max-device-width:768px) {
    .Header-Bar h3 {
        margin: auto;
        display: block
    }

    .Header-Bar button {
        margin: 10px auto 0
    }
}

@media all and (max-width: 700px),
all and (max-device-width:700px) {
    .MYL-Overview-List-Image {
        margin: auto;
        width: 100%;
        display: block
    }

    .MYL-Overview-List-Main {
        margin: 20px auto 0;
        padding-left: 0;
        width: 100%;
        display: block
    }
}

@media all and (max-width: 600px),
all and (max-device-width:600px) {
    .Header-Menu {
        margin-top: 0
    }
}

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: .7
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-loading .slick-list {
    background: url(https://peacefulmindpeacefullife.org/wp-content/themes/WP-Theme-Michelle/Images/AJAX-Loader.gif) center center no-repeat #fff
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font: 14px/1 FontAwesome;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

.slick-prev:before {
    content: '\f104'
}

.slick-next {
    right: -25px
}

.slick-next:before {
    content: '\f105'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font: 14px/1 FontAwesome;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\f10c";
    text-align: center;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    content: "\f111";
    color: #000
}

#comments-evolved-tabs .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

#comments-evolved-tabs .ui-helper-clearfix:after,
#comments-evolved-tabs .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

#comments-evolved-tabs .ui-helper-clearfix:after {
    clear: both
}

#comments-evolved-tabs .ui-helper-clearfix {
    min-height: 0
}

#comments-evolved-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

#comments-evolved-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

#comments-evolved-tabs .ui-tabs-nav li a {
    float: left;
    text-decoration: none;
    margin: .5em
}

#comments-evolved-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

#comments-evolved-tabs .ui-tabs-nav li.ui-state-disabled a,
#comments-evolved-tabs .ui-tabs-nav li.ui-tabs-active a,
#comments-evolved-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text
}

#comments-evolved-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer
}

#comments-evolved-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 0;
    background: 0 0
}

#comments-evolved-tabs {
    padding: .2em;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: Roboto !important;
    font-weight: 400 !important;
    font-style: normal !important;
    background: 0 0;
    border: none;
    outline: 0
}

#comments-evolved-tabs .ui-widget-header {
    background: 0 0;
    border: none;
    border-bottom: 1px solid silver;
    border-radius: 0
}

#comments-evolved-tabs .ui-tabs-nav .ui-state-default {
    background: 0 0;
    border: none
}

#comments-evolved-tabs .ui-tabs-nav .ui-state-active {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAAN0lEQVQ4y2NgGAWjgAA4cODAfxAmWzMMkGwIsmaSDcGmmWhD8GkmaAgxmnEaQopmDEPI0YxsCABrFhMg5A67XAAAAABJRU5ErkJggg==) bottom center no-repeat;
    border: none !important;
    outline: 0 !important
}

#comments-evolved-tabs h4 {
    font-family: Roboto !important;
    font-weight: 400 !important;
    font-style: normal !important
}