.row {
    margin-left: 0px;
    margin-right: 0px;
}

.vh-100 {
    min-height: 100vh;
}
.vh-95 {
    min-height: 95vh;
}
.vh-90 {
    min-height: 90vh;
}
.vh-85 {
    min-height: 85vh;
}
.vh-80 {
    min-height: 80vh;
}
.vh-75 {
    min-height: 75vh;
}
.vh-70 {
    min-height: 70vh;
}
.vh-60 {
    min-height: 60vh;
}
.vh-50 {
    min-height: 50vh;
}
.vh-40 {
    min-height: 40vh;
}

.other-series-slider .slick-slide{
    text-align: center;
    margin: 0px;
}

.other-series-slider .slick-center img{
    transform: scale(1.10);
    transition: transform .2s;
}

.video-player-container .contextual-region {
    height: 100%;
}
.hg-sorter a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 31px;
    text-transform: capitalize;
    color: #323232;
    padding: 0px 10px;
    margin-bottom: 5px;
    border-right: 0.75px solid #C4C4C4;
}

.no-border{
    border-bottom: 0px !important;
}

.hg-sorter {
    margin-bottom: 30px;
}

.hg-sorter a:last-child{
    border-right: 0px;
}

.hg-sorter > a:hover{
    color: #3185fc !important;
    text-decoration: none;
}
.hidden-message{
    display: none;
}
.error-message-area p{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #DE5246;
}

.reg-form-step{
    display: none;
}

.current-reg-form-step{
    display: block !important;
}

.giddyReg-Continue-btn{
    background: #C5E7E8;
    border-radius: 4px;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #065563;
    padding-top: 10px;
    padding-bottom: 10px;
}

.reg-form .social-login-container-button{
    flex: 0 0 100%;
    max-width: 100%;
}

.reg-form input{
    background: #FFFFFF;
    border: 1px solid #282828;
    border-radius: 4px;
    font-family: 'Slate Pro';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #686F77;
}

.reg-form  .giddy-account-create select, .registration-form select{
    border: 1px solid #282828;
}

.reg-form .form-type-select{
    background: #FFFFFF;

    border-radius: 4px;
    font-family: 'Slate Pro';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #686F77;
}

.check-mark-icon-box{
    margin: 0 auto;
    width: 25px;
    height: 25px;
    background-image: url(/themes/custom/gmg_theme/assets/images/hallowReg-checkLight.svg);
    background-position: center;
    background-size: contain;
}

.step-int-item-current > .check-mark-icon-box{
    margin: 0 auto;
    width: 25px;
    height: 25px;
    background-image: url(/themes/custom/gmg_theme/assets/images/hallowReg-check.svg) !important;
    background-position: center;
    background-size: contain;
}

.step-int-item-finished > .check-mark-icon-box{
    margin: 0 auto;
    width: 25px;
    height: 25px;
    background-image: url(/themes/custom/gmg_theme/assets/images/filledReg-check.svg) !important;
    background-position: center;
    background-size: contain;
}

.giddy-account-create h2,
.registration-form h2 {
    font-family: 'Ivy Mode Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #282828;
}
.step-int-item{
    border-bottom: 3px solid #F9C1CC;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.step-int-item p{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    align-items: center;
    color: #999999;
    margin-bottom: 5px;
    margin-top: 5px;
}

.step-int-item h4{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    align-items: center;
    color: #999999;
}

.mobile-step-int-header h4{
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #282828;

}

.step-int-item-current,.step-int-item-finished {
    border-bottom: 3px solid #FB2347;
}
.step-int-item-current p,.step-int-item-finished p{
    color: #282828;
}

.step-int-item-current h4,.step-int-item-finished h4{
    color: #282828;
}

.password-strength__meter {
    height: 0.25em;
    margin-top: 0.5em;
    background-color: #999999;
}

.password-strength,.password-confirm,.password-suggestions{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #686F77;
}

.glossary-term-list-item a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    text-align: center;
}

.glossary-term-list-item a:hover{
    color: #3185FC;
}

.glossary-term-list{
    border-top: 0.5px solid #686F77;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}

#account-information .js-form-item-race,#account-information .js-form-item-age,#account-information .js-form-item-gender  {
    width: 100%;
    padding-right: 0px !important;
    float: left;
}

.account-info-container label{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #999999;
}

#account-information #edit-submit{
    width: 100%;
    background: #AAD0FB;
    border-radius: 4px;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #161C45;
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 0px;
    margin-left: 0px;
}

.account-info-container .form-control{
    border-bottom: 1px solid #282828;
    padding-left: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius:0px;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.01em;
    background-color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px;
    box-shadow: inset 0 0px 0px;
    -webkit-transition: border-color ease-in-out 0s,-webkit-box-shadow ease-in-out 0s;
    -o-transition: border-color ease-in-out 0s,box-shadow ease-in-out 0s;
    transition: border-color ease-in-out 0s,box-shadow ease-in-out 0s;
}

.saved-article-item{
    height:185px;
}

.saved-article-img {
    flex: none;
}
.saved-video-img {
    flex: none;
}
.saved-article-item:nth-child(even){
    padding-right: 0px;
}
.saved-article-item:nth-child(odd){
    padding-left: 0px;
}
.saved-video-item:nth-child(even){
    padding-right: 0px;
}
.saved-video-item:nth-child(odd){
    padding-left: 0px;
}
.saved-article-img img{
    border-radius: 5px;
}
.saved-article-topic,.saved-article-title,.saved-article-author,.saved-video-topic,.saved-video-title{
    margin-top: 5px;
}
.saved-article-topic a,.saved-video-topic a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #282828;
}

.saved-article-topic a:hover,.saved-video-topic a:hover{
    color: #3185FC;
    text-decoration: none;
}

.saved-article-title a,.saved-video-title a{
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #282828;
}

.saved-article-title a:hover{
    color: #3185FC;
    text-decoration: none;
}

.saved-article-author {
    font-family: 'Slate Pro';
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #999999;
}

.saved-article-author a{
    font-family: 'Slate Pro';
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #999999;
}

.saved-article-author a:hover{
    color: #3185FC;
    text-decoration: none;
}

.hp-newsletter-signup-img-mobile{
    background-color: #FBF4EC;
    z-index: 500;
    height: 50%;
}

.hp-newsletter-signup-img-mobile img{
    position: relative;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.news-letter-container{
    z-index: 1000;
    position: absolute;
    top: 150px;
    clear: both;
}
.news-letter-sign-up-subhead p{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #686F77;
}
.news-letter-sign-up-byline p{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #686F77;
}
.news-letter-sign-up-byline p a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #FB2347;
}
.hp-newsletter-signup-form h3{
    font-family: 'Ivy Mode Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    color: #282828;
}

.hp-newsletter-signup{
    position: relative;
    height: 633px;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    margin-top: 60px;
}

.hp-newsletter-signup-form{
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 10px;
    padding:20px;
}
.new-letter-form-submit .btn-primary{
    width: 100%;
    background: #C5E7E8;
    border-radius: 4px;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #065563;
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 0px;
}
.account-page-display{
    display: none; 
}
.toggleDisplay-on{
    display: block !important;
}
.sticky-sidebar-cta .block-field-blockparagraphvideo-clipfield-clip-length,.saved-video-img .block-field-blockparagraphvideo-clipfield-clip-length {
    position: absolute;
    bottom: 0px;
    top: unset;
    right: 0px;
    width: unset;
    height: unset;
    background: transparent;
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
    background: #AAD0FB;
    padding: 2.5px 10px 2.5px 20px;
}

.sticky-sidebar-cta .block-field-blockparagraphvideo-clipfield-clip img,.saved-video-img .block-field-blockparagraphvideo-clipfield-clip img {
    border-radius: 0px;
}

.sticky-sidebar-cta .block-field-blockparagraphvideo-clipfield-clip-length .field--name-field-clip-length,.saved-video-img .block-field-blockparagraphvideo-clipfield-clip-length .field--name-field-clip-length{
    display: block;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 115%;
    color: #161C45;
}
.sticky-sidebar-cta .block-field-blockparagraphvideo-clipfield-clip-length:before,.saved-video-img .block-field-blockparagraphvideo-clipfield-clip-length:before{
    display: block;
    content: ' ';
    background-image: url(/themes/custom/gmg_theme/assets/images/play-button-no-circle.svg);
    background-size: 6px 6px;
    height: 6px;
    width: 6px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: unset;
    top: 6px;
    left: 8px;
}
.sticky-sidebar-cta .block-field-blockparagraphvideo-clipfield-clip-length:after,.saved-video-img .block-field-blockparagraphvideo-clipfield-clip-length:after{
    display: none;
}


.section-main-container-blue-bg {
    background: #fff;
}
.awareness-page-title{
    font-family: 'Ivy Mode Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    color: #282828;
    margin-bottom: 10px;
}
.awareness-page-before{
    justify-content: center;
    margin-bottom: 30px;
}

.awareness-page .form-radio{
display: none;
}

.awareness-page label{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 31px;
    text-align: center;
    text-transform: capitalize;
    color: #282828;
}
.awareness-page input[type="submit"]{
    display: none;
}

.awareness-page label:hover{
    color: #3185FC;
}

.awareness-page label:active,.awareness-page label:checked,.awareness-page input[type="radio"]:checked+label{
    color: #3185FC;
}

.guide-specific-page-tm{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #686F77; 
    margin-top: 10px;  
}
.guide-specific-page-author{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #686F77;
    margin-top: 30px;
}
.guide-specific-page-author a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #282828;
    margin-left: 3px;
}
.guide-specific-page-title{
    font-family: 'Ivy Mode Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    color: #282828;
    margin-bottom: 30px;
}
.guide-specific-page-bread-crumbs{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.guide-specific-page-bread-crumbs a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #282828;
    margin: 0px 10px;
}

.guide-specific-page-bread-crumbs a{
    display: flex;
    align-items: center;
    text-align: center;
}

.guide-specific-page-header{
    padding-bottom: 30px;
}

.guide-specific-page-img img{
    border-radius: 10px;
}

.guide-specific-page-deck p{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #686F77;
}

.guides-page-item{
    height: 425px;
    margin-bottom: 60px;
}

.guide-page-img img{
    border-radius: 10px;
}

.guide-page-topic{
    margin-top: 10px;
}
.guide-content-link{
    height: 100%;
    display: flex;
    align-items: flex-end;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #3185FC;
}
.guide-page-topic a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #282828;
}

.guide-page-title{
    margin-top: 10px;
}
.guide-page-title p{
    margin-bottom: 0px;
}

.guide-page-title p a{
    margin-top: 10px;
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #282828;
}
.guide-page-deck{
    margin-top: 10px;
}

.guide-page-deck p{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #686F77;
    margin-bottom: 0px;
}

.guides-page-title h1{
    font-family: 'Ivy Mode Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    color: #282828;
}

.guides-page-title{
   margin-bottom: 60px;
   margin-top: 60px;
}

.affiliate-page-first-section{
    background: #FBF4EC;
}

.affiliate-page-header{
    flex-direction: column;
    align-items: center;
    max-width: 345px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.affiliate-page-header h2{
    font-family: 'Ivy Mode Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    color: #282828;
}

.affiliate-page-header p{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #686F77;
}

.term-glossary-header{
    border-bottom: 0.5px solid #686F77;
    margin-bottom: 32px;
}
.term-glossary-header h3{
    font-family: 'Ivy Mode Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 16px;
}
.term-glossary-items{
    margin-bottom: 40px;
}

.term-glossary-item a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
}

.next-article-container{
    padding: 10px;
    background: #F5F5F5;
    border: 0.5px solid #999999;
    border-radius: 5px;
    align-items: center;
}

.next-article-container .popular-articles-author{
    font-family: 'Slate Pro';
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-transform: capitalize;
    color: #999999;
}

.new-article-published-tags p{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #282828;
    margin-bottom: 7px;
    margin-top: 20px;
}

.new-article-published-tags a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #3185FC;
    margin-right: 20px;
}

.next-article-container .popular-articles-author a{
    font-family: 'Slate Pro';
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-transform: capitalize;
    color: #999999;
}

.next-article-container .popular-articles-title a{
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #282828;
}

.popular-articles-img-next p{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: right;
    color: #999999;
    margin-bottom: 0px;
}
.popular-articles-img-next{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
}

.popular-articles-img-next .fa-long-arrow-right{
    color: #999999;
    margin-left: 5px;
}

blockquote {
    border-left: 3px solid #70ABFF;
}

blockquote p{
    font-family: 'IvyPresto Display'!important;
    font-style: italic!important;
    font-weight: 600!important;
    font-size: 20px!important;
    line-height: 130%!important;
    color: #323232!important;
}
.commentary{
    display: flex;
    justify-items: center;
}
.commentary p{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FB2347;
    margin-bottom: 16px;
}

.commentary p::before{
    content: url(/themes/custom/gmg_theme/assets/images/commentary.svg)!important;
    width: 25px;
    height: 50px;
    margin-right: 5px;
    top: 3px;
    position: relative;
}

.article-bread-crumb a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #3185FC;
}

.new-article-title h1 {
    margin-top: 8px;
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 130%;
    color: #282828;
}

.new-article-deck {
    margin-top: 10px;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #686F77;
}

.new-article-img img  {
    border-radius: 10px;
}
.new-article-img {
    margin-top: 30px;
}

.new-article-tm {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #686F77;
    margin-top: 5px;
}

.new-article-author:first-child {
    margin-top: 30px;
}

.new-article-author:nth-child(2) {
    margin-top: 8px;
}

.new-article-author {
    margin-top: 30px;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #686F77;
}

.new-article-author a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #282828;
}

.new-article-published-date{
    margin-top: 5px;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #686F77; 
}

.new-article-deviding-line{
    height: .5px;
    background-color: #686F77;
    margin-top: 20px;
}

.new-article-published-body {
    margin-top: 30px;
}

.new-article-published-body p{
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #282828;
    margin-bottom: 1rem;
}

.new-article-published-body p a{
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #FB2347;
    text-decoration: underline;
}

.new-article-published-body p span a{
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #FB2347;
    text-decoration: underline;
}

.new-article-published-body :is(ul li a, ol li a) {
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #FB2347;
    text-decoration: underline;
}

.new-article-published-body :is(ul li, ol li){
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #282828;
    margin-bottom: 1rem;
}

.new-article-published-body h2{
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    color: #282828;
    margin-top: 10px;
    margin-bottom: 15px;
}

.breadcrumbs a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #3185FC;
}

.breadcrumbs{
    text-align: center;
}

.tax-level-menu-item h1 {
    margin-top: 20px;
    font-family: 'Ivy Mode Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    color: #282828;
    text-align: center;
}

.taxonomy-subheader a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #282828;
}

.taxonomy-subheader a:hover{
    text-transform: uppercase !important;
    color: #3185fc;
    text-decoration: none;
}

.taxonomy-subheader a::after{
    content: url(/themes/custom/gmg_theme/assets/images/view-all-arrow.svg)!important;;
    width: 25px;
    height: 25px;
    margin-left: 5px;
}

.taxonomy-subheader{
    text-align: center;
}

.taxonomy-level-list .item-list {
    display: flex;
}

.taxonomy-level-list .item-list ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.taxonomy-level-list a .taxonomy-level-list-item {
    margin: 0px;
    padding: 10px;
    background: #C8DAFF;
    border-radius: 5px;
    width: fit-content;
    margin: 10px 8px;
}

.taxonomy-level-list a .taxonomy-level-list-item p{
    margin: 0px;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #282828;
}

.taxonomy-level-list a:hover .taxonomy-level-list-item, .taxonomy-level-list a:hover .taxonomy-level-list-item p{
    color: #fff;
    background: #3185fc; 
}

.taxonomy-level-list a:hover{
    text-decoration: none;
}

.tax-level-top-stories-item:nth-child(odd){
    padding-left: 0px;
    padding-right: 0px;
}

.tax-level-top-stories-item:nth-child(even){
    padding-right: 0px;
    padding-left: 0px;
}

.more-by-giddy-container .pager a{
    display: block;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    text-align: center;
    color: #161C45;
    text-decoration: none;
    padding: 15px 0px;
}

.more-by-giddy-container .pager a:hover{
    color: #C8DAFF ;
    background: #161c45;
    text-decoration: none;
}

.more-by-giddy-container .pager a::after{
    content: url(/themes/custom/gmg_theme/assets/images/view-all-down-arrow.svg)!important;;
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

.more-by-giddy-container .pager a {
    background: #C8DAFF;
    border-radius: 5px;
}

.latest-from-giddy-block{
    border: 1px solid #999999;
    border-radius: 10px;
    margin-bottom: 30px;
}

.giddy-latest-topics a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #282828;
}

.giddy-latest-topics a:hover{
    color: #3185fc;
    text-decoration: none;
}

.giddy-latest-title{
    margin-top: 14px;
}

.giddy-latest-title a{
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #282828;
}

.giddy-latest-title a:hover{
    color: #3185fc;
    text-decoration: none;
}

.giddy-latest-author{
    margin-top: 14px;
    font-family: 'Slate Pro';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #999999;

}

.giddy-latest-author a{
    font-family: 'Slate Pro';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #999999;
}

.giddy-latest-author a:hover{
    color: #3185fc;
    text-decoration: none;
}

.giddy-latest-image img{
    margin-top: 30px;
    border-radius: 8px;
}

.giddy-latest-image img:hover{
    transform: scale(1.03);
    transition: transform .2s;
}

.giddy-latest-image img:focus{
    transform: scale(1.03);
    transition: transform .2s;
}

.giddy-latest-deck{
    margin-top:14px;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #686F77;
}

.giddy-latest-deck p{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #686F77;
}

.spotlight-article-block-container{
    background: #F9F9F9;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}
.spotlight-article-img img{
    border-radius: 10px 10px 0px 0px;
}

.spotlight-article-img img:hover{
    transform: scale(1.03);
    transition: transform .2s;
}

.spotlight-article-img img:focus{
    transform: scale(1.03);
    transition: transform .2s;
}

.spotlight-article-info{
    padding: 0px 16px;
    padding-bottom:25px;
}

.spotlight-article-topic{
    margin-top: 10px;
}

.spotlight-article-topic a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #282828;
}

.spotlight-article-topic a:hover{
    color: #3185fc;
    text-decoration: none;
}

.spotlight-article-title{
    margin-top: 10px;
}

.spotlight-article-title a{
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 130%;
    color: #282828;
}

.spotlight-article-title a:hover{
    color: #3185fc;
    text-decoration: none;
}

.spotlight-article-author{
    margin-top: 10px;
    font-family: 'Slate Pro';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #999999;
}

.spotlight-article-author a{
    font-family: 'Slate Pro';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #999999;
}

.spotlight-article-author a:hover{
    color: #3185fc;
    text-decoration: none;
}

.spotlight-article-deck{
    margin-top: 10px;
    font-family: 'Slate Pro';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #999999;
}

.spotlight-article-deck p{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #686F77;
}

.guide-image img{
    border-radius: 10px;
}
.guide-image img:hover{
    transform: scale(1.03);
    transition: transform .2s;
}

.guide-image img:focus{
    transform: scale(1.03);
    transition: transform .2s;
}

.guide-topic {
    margin-top: 10px;
}
.guide-topic a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #282828;
}

.guide-topic a:hover{
    color: #3185fc;
    text-decoration: none;
}

.guide-title {
    margin-top: 8px;
}
.guide-title a{
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #282828;
}

.guide-title a:hover{
    color: #3185fc;
    text-decoration: none;
}

.hp-video-section-topic {
  margin-top: 11px;
}

.hp-video-section-topic a {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #282828;
}

.hp-video-section-topic a:hover {
    color: #3185fc;
    text-decoration: none;
}

.hp-video-section-title {
    margin-top: 8px;
}

.hp-video-section-title a {
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #282828;
}

.hp-video-section-title a:hover {
    color: #3185fc;
    text-decoration: none;
}

.block-field-blockparagraphvideo-clipfield-clip img img:hover{
    transform: scale(1.03);
    transition: transform .2s;
}

.block-field-blockparagraphvideo-clipfield-clip img img:focus{
    transform: scale(1.03);
    transition: transform .2s;
}

.offScreen-slide-bar::-webkit-scrollbar {
    display: none;
}

.offScreen-slide-bar {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: scroll;
    padding-right: 0rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 95vw;
    margin: 0 0 0 auto !important;
}

.popular-block-container{
    padding-bottom: 15px;
    border-bottom: 0.5px solid #686F77;
    margin-bottom: 15px;
}

.popular-block-container a:hover{
    text-decoration: none;
}

.popular-block-container:last-child{
    border-bottom: none;
}

.popular-articles-topic a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    color: #282828;
}

.popular-articles-topic{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    color: #282828;
}

.popular-articles-img img {
    border-radius: 4px;
}

.popular-articles-img img:hover{
    transform: scale(1.03);
    transition: transform .2s;
}

.popular-articles-img img:focus{
    transform: scale(1.03);
    transition: transform .2s;
}

.popular-articles-topic a:hover{
    text-decoration: none;
    color: #3185fc;
}

.popular-articles-title {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #282828;
}
.popular-articles-title a{
    color: #282828;
}

.popular-articles-title a:hover{
    text-decoration: none;
    color: #3185fc;
}

.icymi-homepage-block{
    margin-bottom: 40px;
}

.icymi-block-container:nth-child(1){
    padding-right:0px;
    padding-left:0px;
}

.icymi-block-container:nth-child(2){
    padding-left:0px;
    padding-right:0px;
}

.icymi-block-container:nth-child(3){
    padding-right:0px;
    padding-left:0px;
}

.icymi-block-container:nth-child(4){
    padding-left:0px;
    padding-right:0px;
}

.icymi-homepage-topic {
    margin-top: 10px;
    margin-bottom: 8px;
}
.icymi-homepage-topic a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #282828;
}

.icymi-homepage-topic a:hover{
    text-decoration: none;
    color: #3185fc;
}

.icymi-homepage-title {
margin-bottom: 8px;
}

.icymi-homepage-title a{
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #282828;
}

.icymi-homepage-title a:hover{
    text-decoration: none;
    color: #3185fc;
}

.icymi-homepage-author a, .icymi-homepage-author{
    font-family: 'Slate Pro';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #999999;
    margin-bottom: 8px;
}

.icymi-homepage-author a:hover{
    text-decoration: none;
    color: #3185fc;
}

.icymi-homepage-deck a, .icymi-homepage-deck p, .icymi-homepage-deck p, .icymi-homepage-deck a:hover{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #686F77;
}

.icymi-homepage-img img{
    border-radius: 10px;
}


.health-conditions-container{
    background: #F8F8F8;
    padding: 35px 0px;
}

.new-homepage-section-header{
    justify-content: space-between;
    align-items: center;
    border-bottom:0.5px solid #686F77;
    margin-bottom: 15px;
}
.new-homepage-section-header h3{
    font-family: 'Ivy Mode Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    color: #282828;  
}

.new-homepage-section-header a{
    align-items: center;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #282828;
}

.new-homepage-section-header a:hover{
    text-decoration: none;
    color: #3185fc;
}

.new-homepage-section-header a::after{
    content: '';
    background-image: url(/themes/custom/gmg_theme/assets/images/view-all-arrow.svg);
    width: 11px;
    height: 11px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.new-homepage-section-header::before,.new-homepage-section-header::after{
    content: none;
}

.new-homepage-section-subheader{
    justify-content: space-between;
    align-items: center;
    border-bottom:0.5px solid #686F77;
    margin-bottom: 10px;
}
.new-homepage-section-subheader h3{
    font-family: 'Ivy Mode Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #282828;
}

.new-homepage-section-subheader a{
    align-items: center;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #282828;
}

.new-homepage-section-subheader a:hover{
    text-decoration: none;
    color: #3185fc;
}

.new-homepage-section-subheader a::after{
    content: '';
    background-image: url(/themes/custom/gmg_theme/assets/images/view-all-arrow.svg);
    width: 11px;
    height: 11px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.new-homepage-section-subheader::before,.new-homepage-section-subheader::after{
    content: none;
}


.hp-health-conditions-title h4{
    margin-top: 10px;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000000;
}

.health-conditions-block-body{
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.health-conditions-block-body img{
    width: 75%;
    margin: 0 auto;
}

.health-conditions-block-body img:hover{
    transform: scale(1.03);
    transition: transform .2s;
}

.health-conditions-block-body img:focus{
    transform: scale(1.03);
    transition: transform .2s;
}

.hp-health-conditions-block a:hover{
    text-decoration: none;
}

.hp-health-conditions-block a:hover h4{
    color: #3185FC;
}

.hp-health-conditions-icon{
    display: flex;
    justify-content: center;
}

.health-conditions-block-container:last-child{
    display: none;
}

.carousel{
    margin-bottom: 50px;
}

.carousel-control-prev{
    position: absolute;
    top: 25vw;
    bottom: unset;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.carousel-control-next{
    position: absolute;
    top: 25vw;
    bottom: unset;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.top-stories-left{
    padding-bottom: 50px;
}

.homepage-slider .top-stories-left {
    padding-right: 0rem;
    padding-left: 0rem;
}

.homepage-slider .top-stories-left .top-stories-image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.homepage-slider .top-stories-left .top-stories-image img:hover{
    transform: scale(1.03);
    transition: transform .2s;
}

.homepage-slider .top-stories-left .top-stories-image img:focus{
    transform: scale(1.03);
    transition: transform .2s;
}

.homepage-slider .top-stories-left .top-stories-topics{
    margin-bottom: 10px;
}

.homepage-slider .top-stories-left .top-stories-topics a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #282828;
    margin-bottom: 11px;
}

.homepage-slider .top-stories-left .top-stories-info a:hover{
    color: #3185fc;
    text-decoration: none;
}

.homepage-slider .top-stories-left .top-stories-title a{
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #282828;
}

.homepage-slider .top-stories-left .top-stories-title {
    margin-bottom: 6px;
}

.homepage-slider .top-stories-left .top-stories-title a:hover{
    color: #3185fc;
    text-decoration: none;
}

.homepage-slider .top-stories-left .top-stories-author, .homepage-slider .top-stories-left .top-stories-author a{
    font-family: 'Slate Pro';
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #999999;
    margin-bottom: 20px;
}

.homepage-slider .top-stories-left .top-stories-deck a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #686F77;
}

.homepage-slider .top-stories-left .top-stories-deck a:hover{
    color: #686F77;
}
.top-stories-right-container{
    margin-bottom: 30px;
}
.top-stories-right:last-child{
    margin-bottom: 0px;
}
.homepage-slider .top-stories-right .top-stories-topics a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #282828;
}

.homepage-slider .top-stories-right .top-stories-topics {
    margin-bottom: 8px;
}

.homepage-slider .top-stories-right .top-stories-topics a:hover{
    color: #3185fc;
    text-decoration: none;
}

.homepage-slider .top-stories-right .top-stories-title a{
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #282828;
    margin-bottom: 8px;
}

.homepage-slider .top-stories-right .top-stories-title{
    margin-bottom:8px;
}

.homepage-slider .top-stories-right .top-stories-title a:hover{
    color: #3185fc;
    text-decoration: none;
}

.homepage-slider .top-stories-right .top-stories-deck {
    display: none;
}

.homepage-slider .top-stories-right .top-stories-author,.homepage-slider .top-stories-right .top-stories-author a {
    font-family: 'Slate Pro';
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #999999;
}

.homepage-slider .top-stories-right .top-stories-author a:hover{
   color:#3185fc;
   text-decoration: none;
}

.homepage-slider .top-stories-right .top-stories-image {
    border-radius: 5px;
    overflow: hidden;
    max-width: 28%;
    width: 100%; 
    padding-right: 0rem; 
    height: fit-content;
    margin-right: 30px;
}

.homepage-slider .top-stories-right .top-stories-image img:hover{
    transform: scale(1.05);
    transition: transform .2s;
}

.homepage-slider .top-stories-right .top-stories-image img:focus{
    transform: scale(1.05);
    transition: transform .2s;
}
.carousel-indicators{
    bottom: -25px;
}

.carousel-indicators li{
    background: #E9E9E9;
    width: 15px;
    height: 15px;
    border-top: none; 
    border-bottom: none; 
    opacity:unset;
    margin: 0px 15px !important;
    border: none;
}

.carousel-indicators .active{
    background: #999999;
    width: 15px;
    height: 15px;
}

.carousel-control-prev-icon {
    background-image: url(/themes/custom/gmg_theme/assets/images/slider-left-arrow.svg);
    margin-left: 20px;
}
.carousel-control-next-icon {
    background-image: url(/themes/custom/gmg_theme/assets/images/slider-right-arrow.svg);
    margin-right: 20px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
}

#mobile-footer-navigation{
    margin-bottom: 15px;
}

.off-canvas-copyright-block p{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
}

.mobilemenu-terms p{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
}

.mobilemenu-terms p a{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    text-decoration: underline;
}

.our-brands-tag p{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #4D555E;
    margin-bottom: 20px;
}

.tpo__header__toggleable-mobile-account-menu a{
    background: #AAD0FB;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    color: #161C45;
    display: block;
    text-decoration: none;
}

.tpo__header__toggleable-mobile-account-menu a:active{
    background: #161c45;
    color: #aad0fb;
    text-decoration: none;
}

.tpo__header__toggleable-mobile-account-menu a:focus{
    background: #161c45;
    color: #aad0fb;
    text-decoration: none;
}

.mobile-menu-layout .header__main__search{
    height: 65px;
    background: #fff;
    margin-top: 20px;
}

.mobile-menu-layout .header__main__search .form--inline .form-item input{
    background: #F0F0F0;
    border-radius: 5px;
    height: 40px;
    padding-left: 15px;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 100%;
    color: #6B6B6B;
}

.mobile-menu-layout #views-exposed-form-solr-search-page-1 .form--inline .form-item{
    padding-left: 0px;
}

.sidebar #leftside-navigation ul,
.sidebar #mobile-footer-navigation ul,
.sidebar #account-navigation ul {
    margin: 0;
    padding: 0;
}
.sidebar #leftside-navigation ul li,
.sidebar #mobile-footer-navigation ul li,
.sidebar #account-navigation ul li{
    display: block;
    width: 100%;
    vertical-align: middle;
    list-style-type: none;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.sidebar #leftside-navigation ul li.open > a > i,
.sidebar #mobile-footer-navigation ul li.open > a > i,
.sidebar #account-navigation ul li.open > a i {
    transform: rotate(90deg);
}
.sidebar #leftside-navigation ul li.open > a > i:not(:hover),
.sidebar #mobile-footer-navigation ul li.open > a > i:not(:hover),
.sidebar #account-navigation ul li.open > a i:not(:hover) {
    color: #3185fc;
}
.sidebar #leftside-navigation ul li a,
.sidebar #mobile-footer-navigation ul li a,
.sidebar #account-navigation ul li a {
    position: relative;
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 14px 60px 14px 0px;
    box-sizing: border-box;
    font-size: 16px;
    outline: 0;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #4D555E;
    background-color:#fff;
}

#leftside-navigation .level-1,
#mobile-footer-navigation .level-1,
#account-navigation .level-1{
    background-color: #fff !important;
    margin-left: 15px !important;
    padding-left: 15px !important;
    border-left: solid #000 1px;
    background: #fff;
}
#leftside-navigation .level-2,
#mobile-footer-navigation .level-2,
#account-navigation .level-2{
    background-color: #fff !important;
    margin-left: 15px !important;
    padding-left: 15px !important;
    border-left: solid #000 1px;
    background: #fff;
}
#leftside-navigation .level-3,
#mobile-footer-navigation .level-3,
#account-navigation .level-3{
    background-color: #fff !important;
    margin-left: 15px !important;
    padding-left: 15px !important;
    border-left: solid #000 1px;
    background: #fff;
}
#leftside-navigation .level-4,
#mobile-footer-navigation .level-4,
#account-navigation .level-4{
    background-color: #fff !important;
    margin-left: 15px !important;
    padding-left: 15px !important;
    border-left: solid #000 1px;
    background: #fff;
}
.sidebar #leftside-navigation ul li a i:hover,
.sidebar #mobile-footer-navigation ul li a i:hover,
.sidebar #account-navigation ul li a {
    touch-action: manipulation;
}
.sidebar #leftside-navigation ul li a:hover,
.sidebar #mobile-footer-navigation ul li a:hover,
.sidebar #account-navigation ul li a div:hover {
    color: #3185fc;
    cursor: pointer;
}
.sidebar #leftside-navigation ul li a span,
.sidebar #mobile-footer-navigation ul li a span,
.sidebar #account-navigation ul li a span {
    display: inline-block;
}
.sidebar #leftside-navigation ul li a i,
.sidebar #mobile-footer-navigation ul li a i,
.sidebar #account-navigation ul li a i {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    position: absolute;
    /* touch-action: manipulation; */
}
.sidebar #leftside-navigation ul li a i:hover,
.sidebar #mobile-footer-navigation ul li a i:hover,
.sidebar #account-navigation ul li a i:hover {
    color: #3185fc;
}
.sidebar #leftside-navigation ul li a i .fa-angle-left,
.sidebar #leftside-navigation ul li a i .fa-angle-right,
.sidebar #mobile-footer-navigation ul li a i .fa-angle-right,
.sidebar #mobile-footer-navigation ul li a i .fa-angle-left,
.sidebar #account-navigation ul li a i .fa-angle-right,
.sidebar #account-navigation ul li a i .fa-angle-left
{
    padding-top: 3px;
}
.sidebar #leftside-navigation ul ul,
.sidebar #mobile-footer-navigation ul ul,
.sidebar #account-navigation ul ul  {
    display: none;
    background-color: rgba(0,0,0,0.2);
}
.sidebar #leftside-navigation ul ul li,
.sidebar #mobile-footer-navigation ul ul li,
.sidebar #account-navigation ul ul li {
    border-bottom: none;
}

/* ------------------------- */

.region--offcanvas-sidebar .sidr {
    background-color: #fff;
    font-family: "Slate Pro", sans-serif;
    font-size: 18px;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 100%;
}

.region--offcanvas-sidebar .sidr .block {
    margin-bottom: 0;
}

.offcanvas-sidebar-overlay.active {
    opacity: 0;
}

.region--offcanvas-sidebar .sidr.left {
    left: -100%;
}

.region--offcanvas-sidebar .sidr.right {
    right: -100%;
}

#off-canvas-register-text{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}

.off-canvas-header-background{
    background-color: #161C45;
}

.off-canvas-header{
    justify-content: space-between;
    align-items: center;
}

.off-canvas-header::after,.off-canvas-header::before{
    content: none;
}

.full-width-divider-line-footer {
    height: 1px;
    background-color: #686F77;
    width: 100%;
    margin-bottom: 25px;
}

.footer-terms-info p {
    font-family: 'Slate Pro';
    font-style: normal;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
}

.footer-terms-info p a {
    text-decoration: underline;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
}

.footer-tag-line p{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
}

.footer-background{
    background: #C8DAFF;
}

.menu-area-box{
    justify-content: space-between;
}

.menu-area-box::before,.menu-area-box::after{
    content: none;
}

#userEmail{
    padding: 12px 16px;
    width: 135px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #3185FC;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: -55px;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #4D555E;
  }
  
  .dropdown-content a:hover {color: #3185FC;}
  
  .dropdown:hover .dropdown-content {display: block;}

#search-toggle-icon{
    width: 21px;
    height: 21px;
}

.hideSearch{
    display:none;
}

.navbar-collapse.collapse{
    display: none;
}

.toggle-offcanvas-sidebar {
    padding: 0;
    margin: 0;
    border-left: none;
    width: auto;
    height: auto;
    background-color: #161C45;
    margin-right: 1rem;
    border: 0px;
    border-radius: 4px;
    border: 1px solid #fff;
}

.toggle-offcanvas-sidebar:hover {
    border: 1px solid #C8DAFF;
}

button.toggle-offcanvas-sidebar svg {
    height: 35px;
    width: 35px;
}

.mobileButtonOn {
    background-color: #161C45;
}

.line {
    fill: none;
    stroke: #AFD0FF;
    stroke-width: 8;
    transition: stroke-dasharray .6s cubic-bezier(.4, 0, .2, 1), stroke-dashoffset .6s cubic-bezier(.4, 0, .2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 8;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 8;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 8;
}

.offcanvas-sidebar-open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 8;
}

.offcanvas-sidebar-open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 8;
}

.offcanvas-sidebar-open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 8;
}

.off-canvas-main-menu-block li a {
    font-family: 'Ivy Mode Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
}

.off-canvas-main-menu-block li a:hover {
    text-decoration: none;
    color: #C8DAFF;
    margin-left: 2px;
}

.off-canvas-main-menu-block li a:focus {
    text-decoration: none;
    color: #C8DAFF;
    margin-left: 2px;
}

.off-canvas-menu .col-lg-8 {
    padding-left: 0px;
    padding-right: 0px;
}

.off-canvas-menu .col-lg-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.off-canvas-menu .col-md-7 {
    padding-left: 0px;
    padding-right: 0px;
}

.off-canvas-menu .col-md-5 {
    padding-left: 0px;
    padding-right: 0px;
}

.off-canvas-topic-menu-block ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    height: 385px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: normal;
}

.off-canvas-topic-menu-block li {
    display: inline-block;
    width: 275px;
    border-bottom: 1px solid #999999;
    padding: 10px 0px;
}

.off-canvas-topic-menu-block li:first-child,.off-canvas-topic-menu-block li:nth-child(9) {
    padding: 0px 0px 10px 0px;
}

.off-canvas-topic-menu-block li a {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #FFFFFF;
}

.off-canvas-topic-menu-block li a:hover {
    text-decoration: none;
    margin-left: 2px;
    color:#C8DAFF
}

.off-canvas-topic-menu-block li a:focus {
    text-decoration: none;
    margin-left: 2px;
    color:#C8DAFF
}


.off-canvas-tagline h4 {
font-family: 'Ivy Mode Regular';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 130%;
letter-spacing: 0.01em;
color: #FFFFFF;
}

.tpo-utility-links img {
    margin-left: 15px;
}
.in-line-quiz a,
.in-line-quiz:hover,
.in-line-quiz:focus {
    text-decoration: none;
}

.in-line-quiz [data-webform-key="1"] h3 {
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 115%;
    text-align: center;
    color: #161C45;
    margin-bottom: 27px;
}

.in-line-quiz [data-webform-key="1"] .webform-actions .webform-button--next {
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    padding: 13px 32px;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 115%;
    text-align: center;
    color: #3185FC;
    border: 1px solid #3185FC;
    border-radius: 4px;
}

.in-line-quiz [data-webform-key="1"] .webform-actions .webform-button--next:hover {
    background: #3185FC;
    color: #fff;
    border: 1px solid #3185FC;
}

.in-line-quiz {
    background: #F9F9F9;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 1rem;
}

.in-line-quiz h3 {
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 115%;
    color: #161C45;
}

.in-line-quiz span,
.form-item-email {
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #161C45;
}

.in-line-quiz .webform-custom-options-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 27px;
    flex-direction: column;
}

.in-line-quiz .webform-custom-options-button {
    flex: 1;
    display: flex;
    margin-bottom: 7px;
    margin-top: 0px;
    border: 1.5px solid #BABABA;
    border-radius: 4px;
    background-color: transparent;
    padding-left: 11px;
    vertical-align: baseline;
    text-align: left !important;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #282828;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
}

.in-line-quiz .webform-custom-options-button::before {
    content: url(/themes/custom/gmg_theme/assets/images/circle-hallow.svg);
    display: block;
    width: 18px;
    margin-right: 14px;
    height: 18px;
}

.in-line-quiz .webform-custom-options-button[data-option-value][aria-checked=true] {
    background: linear-gradient(269.67deg, #46B1FF 0%, #33C9BB 100%);
    border-radius: 4px;
    color: #fff;
    border-color: transparent;
}

.in-line-quiz .webform-custom-options-button[data-option-value][aria-checked=true]::before {
    content: url(/themes/custom/gmg_theme/assets/images/circle-checkmark.svg);
    display: block;
    width: 20px;
    height: 20px;
}

.in-line-quiz .webform-actions {
    display: flex;
}

.in-line-quiz .webform-actions .webform-button--next,
.in-line-quiz .webform-actions .webform-button--submit {
    margin-left: auto;
    background: #3185FC;
    padding: 12px 14px;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 115%;
    text-align: center;
    color: #FFFFFF;
    border-color: transparent;
}

.in-line-quiz .webform-custom-options-button[data-option-value]:hover {
    border: 1.5px solid #46B3FE;
}

.in-line-quiz-confirmation h2 {
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #161C45;
    margin-bottom: 16px;
}

.in-line-quiz-confirmation h4 {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #686F77;
    margin-bottom: 25px;
}

.in-line-quiz-confirmation p {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #686F77;
    margin-bottom: 50px;
}

.in-line-quiz-btn {
    background: #fff;
    border: 1px solid #3185FC;
    border-radius: 4px;
    color: #3185FC;
    font-family: 'Slate Pro' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 115% !important;
    padding: 10px 16px;
    margin-top: 15px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.in-line-quiz-btn:hover,
.in-line-quiz-btn:focus {
    background: #3185FC;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.paywall-popup-exit span {
    position: absolute;
    right: 2rem;
    top: 0.5rem;
    font-size: 24px;
    z-index: 2000;
}

.coverup .blocker {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background-color: rgb(0 0 0 / 80%);
    width: 100vw;
    height: inherit;
    height: 100vh;
    overflow: hidden;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.paywall-popup .paywall-container-white h4 {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #282828;
}

.paywall-popup .paywall-container-white p {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #282828;
}

.paywall-popup {
    border-radius: 15px;
}

.paywall-pop-up-images {
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.paywall-pop-up-images .column {
    float: left;
    width: 33.33%;
}


/* Clearfix (clear floats) */

.paywall-pop-up-images .row::after {
    content: "";
    clear: both;
    display: table;
}

#registration-arrest-form {
    width: 100%;
}

.paywall-or p {
    color: #999999 !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.01em;
}

.paywall-or p:before {
    content: "";
    border: 1px solid #DCDCDC;
    position: absolute;
    width: 40%;
    top: 12px;
    left: 0px;
}

.paywall-or p:after {
    content: "";
    border: 1px solid #DCDCDC;
    width: 40%;
    position: absolute;
    top: 12px;
    right: 0px;
}

.sticky-bottom {
    position: fixed;
    bottom: 0;
    z-index: 1020;
}

.white-color-bg {
    background: #fff;
}

.primary-color-bg {
    background: #161C45;
}

.paywall-container-blue h4 {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
}

.paywall-container-white h4 {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #282828;
}

.unlockBtn {
    background: #C8DAFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.unlock-container {
    align-items: flex-end;
}

.unlock-container-icon {
    display: flex;
    align-self: baseline;
}

.paywall-container-blue p {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
}

.paywall-container-white p {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    color: #282828;
}

.paywall-container-blue p a {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    color: #AAD0FB;
    text-decoration: underline;
}

.paywall-container-white p a {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    color: #5286F7;
    text-decoration: underline;
}

.paywall-container-blue ul {
    padding-left: 14px;
}

.paywall-container-blue li {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.paywall-container-white ul {
    padding-left: 14px;
}

.paywall-container-white li {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    color: #282828;
    margin-bottom: 5px;
}

.unlockBtn p {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #161C45;
    margin-bottom: 0px;
}

.user-login-form {
    margin-top: 3rem;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
}

.perspective-article .field--name-title {
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 115%;
    color: #323232;
}


.off-canvas-search input {
    font-size: 12px !important;
}
.block--giddy-mobile-main-menu-block {
    max-width: 291px;
}

.guide-intro .field--name-title {
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 115%;
    color: #323232;
}

.guide-intro .block-field-blocknodeguide-pagetitle {
    margin-bottom: 15px !important;
    text-align: center;
}

.perspective-article .block-field-blocknodearticletitle {
    margin-bottom: 10px !important;
}

.guide-intro .block-field-blocknodeguide-pagefield-deck-96 {
    text-align: center;
    margin-bottom: 15px !important;
}

.celebrity-video .block-field-blockparagraphvideo-clipfield-clip {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.celebrity-video .field--name-field-clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.celebrity-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.pillar-body .field--name-title {
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #323232;
}



.hide-card {
    display: none !important;
}

.panel-title {
    position: relative;
}

.panel-group {
    border-top: 0.5px solid #000000;
}

.q-a-section {
    margin-bottom: 45px;
}

.transcript-body {
    margin-left: 1rem;
    margin-right: 1rem;
}

.transcript-body h3 {
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 115%;
    color: #242424;
}

.transcript-body p {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #323232;
}

.panel-title::after {
    content: "\f107";
    color: #000000;
    right: 1rem;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 12px;
}

.panel-title[aria-expanded="true"]::after {
    content: "\f106";
}

.panel-heading-full.panel-heading {
    padding: 0;
}

.panel-default {
    border-bottom: 0.5px solid #000000;
}

.panel-default .panel-title {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 115%;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 0px;
    letter-spacing: .03rem;
    margin: 20px 0px;
}

.panel-heading-full .panel-title::after {
    top: 10px;
    right: 15px;
}

.more-videos-title {
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 115%;
    color: #323232;
    margin-bottom: 10px;
}

.video-grid-short-title {
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    color: #000000;
}

#endCardTimer {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

#endCardSeries {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
}

#endCardTitle {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 115%;
    color: #FFFFFF;
}

.video-player-fin-card {
    position: absolute;
    z-index: 15;
    background: rgb(75 75 75 / 95%);
    border: 3px solid black;
    width: 100%;
    height: 100%;
    top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-player-fin-card-inner {
    width: 40%;
}

.guide-section-video-two .paragraph {
    margin-bottom: 15px;
}

.panel-default>.panel-heading {
    background-color: #fff;
}

.panel-default {
    border-left: 0px;
    border-right: 0px;
}

.panel-group .panel+.panel {
    margin-top: 0px;
}

.pager li>a:hover {
    text-decoration: underline;
    background-color: transparent;
}

.mobile-footer-menu-accordion .card {
    border-bottom: 1px solid #FFFFFF;
}

.mobile-footer-menu-accordion .card a {
    width: 100%;
    text-align: left;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 0px;
}

.mobile-footer-menu-accordion .card a div {
    margin-bottom: 10px;
}

.guide-col:first-child {
    padding-left: 0rem;
    padding-bottom: 1rem;
}

.guide-col:nth-child(2) {
    padding-bottom: 1rem;
}

.guide-col:nth-child(3) {
    padding-bottom: 1rem;
}

.guide-col:last-child {
    padding-bottom: 1rem;
}

.newsletter-signup p {
    margin-top: 10px;
}

.playlist-info {
    max-width: 55%;
    padding-left: 15px;
}

.playlist-image {
    max-width: 45%;
}

.playlist-topic {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #282828;
    margin-bottom: 10px;
}

.playlist-topic a {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #282828;
}

.playlist-title {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 115%;
    color: #282828;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 3;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.playlist-title a {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 115%;
    color: #282828;
}

.video-playlist-side .paragraph--type--video-clip {
    margin-bottom: 0px !important;
}

.video-playlist-side a:hover {
    text-decoration: none;
}

.video-playlist-title h4 {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    color: #282828;
}

.video-playlist-side .video-playlist-item {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
}

.video-playlist-side {
    max-height: 350px;
    overflow-y: scroll;
    border-radius: 8px;
    padding-left: 0px;
    max-width: 95vw;
    padding: 0 0 0 1rem;
    margin: 10px auto;
}

.now-playing-overlay {
    display: none;
}

.now-playing .now-playing-overlay {
    position: absolute;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    border: solid .75px #fff;
}

.now-playing .now-playing-overlay p {
    display: flex;
    margin: 0px;
    text-transform: uppercase;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 115%;
    color: #fff;
}

.wistia_embed {
    width: 100%;
}

.tax-level-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.tax-level-menu-item-link{
    padding: 10px;
    background: #C8DAFF;
    border-radius: 5px;
    width: fit-content;
}

.tax-level-menu-item-link:hover {
    padding: 10px;
    background: #3185fc;
    border-radius: 5px;
    
}

a .tax-level-menu-item-link {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #282828;
}
a .tax-level-menu-item-link:hover{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.tax-level-menu a,.tax-level-menu a:hover{
    text-decoration: none;
    width: fit-content;
}

.tax-level-top-stories{
    display: flex;
    flex-wrap: wrap;
}

.tax-level-top-stories a:hover img {
    transform: scale(1.05);
    transition: transform .2s;
}

.tax-level-top-stories a img {
    border-radius: 5px;
}

.tax-level-top-stories a:hover .right .author p,.tax-level-top-stories a:hover .right h4,.tax-level-top-stories a:hover .right p {
    color: #3185fc;
}

.tax-level-top-stories a:focus .right .author p,.tax-level-top-stories a:focus .right h4,.tax-level-top-stories a:focus .right p {
    color: #3185fc;
}

.tax-level-top-stories a:hover,.tax-level-top-stories a:focus{
    text-decoration: none;
}

.tax-level-top-stories a:focus img {
transform: scale(1.05);
transition: transform .2s;
}

.tax-level-top-stories .right p {
    margin-bottom: 4px;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #282828;
}

.latest-by-giddy{
    display: flex;
    flex-wrap: wrap;
}

.latest-by-giddy-item{
    padding: 21px 16px 16px 16px;
    border: 1px solid #999999;
    border-radius: 10px;
    margin-bottom: 30px;
}

.latest-by-giddy a:hover img {
    transform: scale(1.02);
    transition: transform .2s;
}

.latest-by-giddy a img {
    border-radius: 8px;
}

.latest-by-giddy a:hover .right .author p,.latest-by-giddy a:hover .right h4,.latest-by-giddy a:hover .right p {
    color: #3185fc;
}

.latest-by-giddy a:focus .right .author p,.latest-by-giddy a:focus .right h4,.latest-by-giddy a:focus .right p,.latest-by-giddy a:focus .right .deck p {
    color: #3185fc;
}

.latest-by-giddy a:hover,.latest-by-giddy a:focus{
    text-decoration: none;
}

.latest-by-giddy a:focus img {
transform: scale(1.05);
transition: transform .2s;
}

.latest-by-giddy .right p {
    margin-bottom: 4px;
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #282828;
}

.latest-by-giddy .right .author p {
    font-family: 'Slate Pro';
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-transform: capitalize;
    color: #999999; 
}
.latest-by-giddy .right .deck p {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color:#686F77;
}
.latest-by-giddy .top-storie-item{
    margin-bottom: 32px;
}
.latest-by-giddy .right h4 {
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #282828;
}

.giddy-container{
    padding-top:5px;
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.icymi-section{
    display:flex;
}
.icymi-section .sliding-col-3{
    min-width:195px ;
    margin-right:30px;
}
.icymi-section .sliding-col-3:last-child{
    margin-right:0px;
}
.icymi-section .sliding-col-3 a img{
    border-radius: 10px;
}
.icymi-section .sliding-col-3 a:hover img{
    transform: scale(1.05);
    transition: transform .2s;
}
.icymi-section .sliding-col-3 a:focus img{
    transform: scale(1.05);
    transition: transform .2s;
}
.icymi-section .sliding-col-3 a p{
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #282828;
    margin:10px 0px 8px 0px;
}
.icymi-section .sliding-col-3 a h5{
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #282828;
}
.icymi-section .sliding-col-3 a:hover p,.icymi-section .sliding-col-3 a:hover h5{
    color: #3185fc;
}
.icymi-section .sliding-col-3 a:focus p,.icymi-section .sliding-col-3 a:focus h5{
    color: #3185fc;
}
.icymi-section .sliding-col-3 a:focus,.icymi-section .sliding-col-3 a:focus{
    text-decoration: none;
}
.icymi-section .sliding-col-3 a:hover,.icymi-section .sliding-col-3 a:hover{
    text-decoration: none;
}

.section-title-header {
    font-family: 'Ivy Mode Regular';
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: #282828;
    margin-top:60px;
}

.tax-level-top-stories .right .author p {
    font-family: 'Slate Pro';
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-transform: capitalize;
    color: #999999; 
}
.tax-level-top-stories .top-storie-item{
    margin-bottom: 32px;
}
.tax-level-top-stories .right h4 {
    font-family: 'IvyPresto Display';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #282828;
}
.video-series-slider .carousel-item{
    margin-right: 0%;
}
.dropdown-menu{
    padding:0;
    margin:0;
    border:0 solid transition!important;
    border:0 solid rgba(0,0,0,.15);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px;
    -webkit-box-shadow:0px 8px 15px rgba(0, 0, 0, 0.1)!important;
}
.mainmenu a {
    font-family: 'Slate Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}


.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{
    color: #fff;
    outline: 0;
    border-radius: 5px;
}
.mainmenu .collapse ul > li:hover > a{
    color:#AFD0FF;
    text-decoration: none;
    border-radius: 5px;
}
.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{
    background:#fff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-box-shadow:0px 8px 15px rgba(0, 0, 0, 0.1)!important;
}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{
    background:#fff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-box-shadow:0px 8px 15px rgba(0, 0, 0, 0.1)!important;
}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{
    background:#fff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-box-shadow:0px 8px 15px rgba(0, 0, 0, 0.1)!important;
}
.mainmenu{
    background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;
}

.main-nav-item::after{
    content: url(/themes/custom/gmg_theme/assets/images/nav-menu-arrow-down.svg);
    width: 15px;
    height: 15px;
    line-height: 12px;
    border-top:none;
    border-bottom:none;
    border-right:none;
    border-left:none;
    border-radius: 5px;
}
.level-2>.sub-link:after{
    content: url(/themes/custom/gmg_theme/assets/images/nav-menu-arrow-right-gray.svg)!important;
    width: 15px;
    height: 15px;
    border-top:none;
    border-bottom:none;
    border-right:none;
    border-left:none;
    border-radius: 5px;
}
.level-2:hover>.sub-link::after{
    content: url(/themes/custom/gmg_theme/assets/images/nav-menu-arrow-right.svg)!important;
    width: 15px;
    height: 15px;
    border-top:none;
    border-bottom:none;
    border-right:none;
    border-left:none;
}
.level-3>.sub-link::after{
    content: url(/themes/custom/gmg_theme/assets/images/nav-menu-arrow-right-gray.svg)!important;
    width: 15px;
    height: 15px;
    border-top:none;
    border-bottom:none;
    border-right:none;
    border-left:none;
    border-radius: 5px;
}
.level-3:hover>.sub-link::after{
    content: url(/themes/custom/gmg_theme/assets/images/nav-menu-arrow-right.svg)!important;
    width: 15px;
    height: 15px;
    border-top:none;
    border-bottom:none;
    border-right:none;
    border-left:none;
}
.level-4>.sub-link:after{
    content: url(/themes/custom/gmg_theme/assets/images/nav-menu-arrow-right-gray.svg)!important;
    width: 15px;
    height: 15px;
    border-top:none;
    border-bottom:none;
    border-right:none;
    border-left:none;
    border-radius: 5px;
}
.level-4:hover>.sub-link::after{
    content: url(/themes/custom/gmg_theme/assets/images/nav-menu-arrow-right.svg)!important;
    width: 15px;
    height: 15px;
    border-top:none;
    border-bottom:none;
    border-right:none;
    border-left:none;
}
.sub-link{
    font-family: 'Slate Pro'!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 100%!important;
    color: #4D555E!important;
    padding-top:15px!important;
    padding-bottom:15px!important;
}

.sub-link:hover{
    color: #3185FC!important;
}

.sub-link-end{
    font-family: 'Slate Pro'!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 100%!important;
    color: #4D555E!important;
    padding-top:15px!important;
    padding-bottom:15px!important;
}

.sub-link:hover{
    color: #3185FC!important;
}
.sub-link-end:hover{
    color: #3185FC!important;
}

@media only screen and (min-width: 576px) {
    .saved-article-item{
        height: 275px;
    }
    .saved-article-title a,.saved-video-title a{
        font-size: 18px;
    }
    .saved-article-topic a,.saved-video-topic a{
        font-size: 16px;
    }
    .hp-newsletter-signup-form h3{
        font-size: 25px;
    }
    .hp-newsletter-signup{
        position: relative;
        height: 633px;
        display: flex;
        justify-content: center;
    }
    .news-letter-container{
        top: unset;
        bottom: 0px;
    }
    .hp-newsletter-signup-img-mobile img{
        top: -50px;
    }

    .affiliate-page-header{
        flex-direction: column;
        align-items: center;
        max-width: 510px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .spotlight-article-topic{
        margin-top: 20px;
    }

    .hp-video-section-title a, .guide-title a, .icymi-homepage-title a,.spotlight-article-title a, .giddy-latest-title a{
        font-size: 20px;
    }

    .new-homepage-section-header{
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .icymi-block-container:nth-child(1){
        padding-right:15px;
    }

    .icymi-block-container:nth-child(2){
        padding-left:15px;
    }

    .icymi-block-container:nth-child(3){
        padding-right:15px;
    }

    .icymi-block-container:nth-child(4){
        padding-left:15px;
    }

    .hp-health-conditions-title h4{
        font-size: 20px;
    }

    .carousel-control-prev{
        top: 135px;
    }
    
    .carousel-control-next{
        top: 135px;
    }
    .giddy-container{
        max-width: 540px;
    }
    .paywall-container-blue h4 {
        font-size: 24px;
    }
    .paywall-container-blue p {
        font-size: 18px;
    }
    .paywall-container-blue p a {
        font-size: 18px;
    }
    .paywall-container-blue li {
        font-size: 16px;
    }
    .paywall-container-white h4 {
        font-size: 24px;
    }
    .paywall-container-white p {
        font-size: 18px;
    }
    .paywall-container-white p a {
        font-size: 18px;
    }
    .paywall-container-white li {
        font-size: 16px;
    }
    .guide-col:nth-child(2) {
        padding-right: 0rem;
    }
    .guide-col:nth-child(3) {
        padding-left: 0rem;
    }
    .guide-col:last-child {
        padding-right: 0rem;
    }
    .playlist-info {
        max-width: 65%;
        padding-left: 15px;
    }
    .playlist-image {
        max-width: 35%;
    }
    .playlist-topic {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        display: flex;
        align-items: center;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #282828;
        margin-bottom: 10px;
    }
    .playlist-topic a {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        display: flex;
        align-items: center;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #282828;
    }
    .playlist-title {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 115%;
        color: #282828;
        overflow: hidden;
        display: block;
        -webkit-line-clamp: 3;
        display: box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
    }
    .playlist-title a {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 115%;
        color: #282828;
    }
    .video-playlist-side .paragraph--type--video-clip {
        margin-bottom: 0px;
    }
    .video-playlist-side a:hover {
        text-decoration: none;
    }
    .video-playlist-title h4 {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 18px;
        color: #282828;
    }
    .video-playlist-side .video-playlist-item {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-right: 10px;
    }
    .video-playlist-side {
        max-height: 350px;
        overflow-y: scroll;
        border-radius: 8px;
        padding-left: 0px;
    }
    .now-playing-overlay {
        display: none;
    }
    .now-playing .now-playing-overlay {
        position: absolute;
        top: 0;
        z-index: 10;
        height: 100%;
        width: 100%;
        display: flex;
        align-content: flex-start;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.6);
        border: solid .75px #fff;
    }
    .now-playing .now-playing-overlay p {
        display: flex;
        margin: 0px;
        text-transform: uppercase;
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 115%;
        color: #fff;
    }
}

@media only screen and (min-width: 768px) {
    .social-login-button {
        font-size: 12px;
    }
    .reg-form .social-login-container-button{
        flex: 0 0 50%;
        max-width: 50%;
    }
    #account-information .js-form-item-first-name,
    #account-information .js-form-item-gender,
    #account-information .js-form-item-age {
        padding-right: 1em !important;
    }
    #account-information .js-form-item-gender,
    #account-information .js-form-item-age, 
    #account-information .js-form-item-race  {
        width: 33.333334%;
        padding: 0px 1em;
        float: left;
    }
  
    #account-information .js-form-item-race {
        width: 33.333334%;
        padding: 0px 1em;
        float: left;
    }
    .account-info-container label{
        font-size: 14px;
    }
    .account-info-container{
        max-width: 540px;
        margin: 0 auto;
    }
    .saved-article-topic ,.saved-video-topic {
        margin-top: 0px;
    }
    .saved-article-item{
        height:unset;
    }
    .saved-article-item{
        margin-top: 15px;
    }
    .saved-article-item:first-child{
        margin-top: 0px;
    }
    .saved-article-item:nth-child(even){
        padding-right: 0px;
        padding-left: 0px;
    }
    .saved-article-item:nth-child(odd){
        padding-right: 0px;
    }
    .hp-newsletter-signup-form h3{
        font-size: 30px;
    }
    .hp-newsletter-signup{
        position: relative;
        height: 700px;
        display: flex;
        justify-content: center;
    }
    .hp-newsletter-signup-form{
        width: 570px;
        margin: 0 auto;
    }
    .news-letter-container{
        top: unset;
        bottom: 0px;
    }
    .hp-newsletter-signup-img-mobile img{
        top: -50px;
    }
    .guides-page-title h1{
        font-size: 40px;
    }
    .affiliate-page-header{
        flex-direction: column;
        align-items: center;
        max-width: 690px;
        margin-top: 96px;
        margin-bottom: 80px;
    }
    .affiliate-page-header h1{
       font-size: 40px;
    }
    .affiliate-page-header p{
        font-size: 20px;
     }
    .new-article-author a,.new-article-author,.new-article-published-date {
        font-size: 16px;
    }
    .new-article-deck{
        font-size: 20px;
    }
    .new-article-title h1{
        font-size: 40px;
    }
    .new-article-published-body ~ h2{
        font-size: 32px;
    }

    .giddy-latest-title,.giddy-latest-author,.giddy-latest-deck{
        margin-top: 10px;
    }

    .giddy-latest-image img{
        margin-top: 0px;
    }

    .new-homepage-section-header h3{
        font-size: 40px;
    }

    .new-homepage-section-header{
        margin-bottom: 22px;
    }

    .carousel-control-prev{
        top: 205px;
    }
    
    .carousel-control-next{
        top: 205px;
    }
    
    .homepage-slider .top-stories-left .top-stories-image {
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    
    .homepage-slider .top-stories-left .top-stories-topics a{
        font-size: 16px;
    }
    
    .homepage-slider .top-stories-left .top-stories-title a{
        font-size: 26px;
    }
    
    .homepage-slider .top-stories-left .top-stories-author, .homepage-slider .top-stories-left .top-stories-author a{
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .homepage-slider .top-stories-left .top-stories-deck a{
        font-size: 18px;
    }
    
    .top-stories-right-container{
        margin-bottom: 30px;
    }
    .top-stories-right:last-child{
        margin-bottom: 0px;
    }
    .homepage-slider .top-stories-right .top-stories-topics a{
        font-size: 16px;
    }
    
    .homepage-slider .top-stories-right .top-stories-title a{
        font-size: 20px;
    }

    .homepage-slider .top-stories-right .top-stories-author a{
        font-size: 14px;
    }
    
    .homepage-slider .top-stories-right .top-stories-image {
        border-radius: 5px;
        overflow: hidden;
        max-width: 33%;
        width: 100%; 
        padding-right: 0rem; 
        height: fit-content;
        margin-right: 30px;
    }
    
    .homepage-slider .top-stories-right .top-stories-image img:hover{
        transform: scale(1.05);
        transition: transform .2s;
    }
    
    .homepage-slider .top-stories-right .top-stories-image img:focus{
        transform: scale(1.05);
        transition: transform .2s;
    }

    .region--offcanvas-sidebar .sidr {
        background-color: #161C45;
    }
    
    .off-canvas-main-menu-block li {
        margin-bottom: 10px
    }

    .company-log-area {
        margin: 5px auto 15px  !important;
    }

    .navbar-collapse.collapse{
        display: none !important;
    }

    .giddy-container{
        max-width: 720px;
    }

    .latest-by-giddy a:hover img {
        transform: scale(1.05);
        transition: transform .2s;
    }
    
    .icymi-section .sliding-col-3{
        min-width:210px ;
    }

    .in-line-quiz .webform-custom-options-button {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .in-line-quiz .webform-custom-options-button[data-option-value][aria-checked=true] {
        border-radius: 8px;
    }
    .in-line-quiz .webform-custom-options-button {
        border-radius: 8px;
    }
    .user-login-form {
        max-width: 75vw;
        margin-left: auto;
        margin-right: auto;
    }
    .video-player-fin-card-inner {
        width: 30%;
    }
    #endCardTimer {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 130%;
        color: #FFFFFF;
        margin-bottom: 2rem;
    }
    #endCardSeries {
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
        display: flex;
        align-items: center;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    #endCardTitle {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 115%;
        color: #FFFFFF;
    }
    .video-player-fin-card {
        position: absolute;
        z-index: 15;
        background: rgb(75 75 75 / 95%);
        border: 3px solid black;
        width: 100%;
        height: 92%;
        top: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .more-videos-title {
        margin-bottom: 15px;
    }
    .playlist-info {
        max-width: 75%;
        padding-left: 15px;
    }
    .playlist-image {
        max-width: 25%;
    }
    .playlist-topic {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        display: flex;
        align-items: center;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #282828;
        margin-bottom: 10px;
    }
    .playlist-topic a {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        display: flex;
        align-items: center;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #282828;
    }
    .playlist-title {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 115%;
        color: #282828;
        overflow: hidden;
        display: block;
        -webkit-line-clamp: 3;
        display: box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
    }
    .playlist-title a {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 115%;
        color: #282828;
    }
    .video-playlist-side .paragraph--type--video-clip {
        margin-bottom: 0px;
    }
    .video-playlist-side a:hover {
        text-decoration: none;
    }
    .video-playlist-title h4 {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 18px;
        color: #282828;
    }
    .video-playlist-side .video-playlist-item {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-right: 10px;
    }
    .now-playing-overlay {
        display: none;
    }
    .now-playing .now-playing-overlay {
        position: absolute;
        top: 0;
        z-index: 10;
        height: 100%;
        width: 100%;
        display: flex;
        align-content: flex-start;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.6);
        border: solid .75px #fff;
    }
    .now-playing .now-playing-overlay p {
        display: flex;
        margin: 0px;
        text-transform: uppercase;
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 115%;
        color: #fff;
    }
    .video-series-slider .carousel-inner .active,
    .video-series-slider .carousel-inner .active+.carousel-item {
      display: block;
    }
    .video-series-slider .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .video-series-slider .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
      -webkit-transition: none;
      transition: none;
    }
    .video-series-slider .carousel-inner .carousel-item-next,
    .video-series-slider .carousel-inner .carousel-item-prev {
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    .video-series-slider .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
      position: absolute;
      top: 0;
      right: -50%;
      z-index: -1;
      display: block;
      visibility: visible;
    }
    .video-series-slider .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .video-series-slider .carousel-item-next.carousel-item-left+.carousel-item {
      position: relative;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
    }
    .video-series-slider .carousel-inner .carousel-item-prev.carousel-item-right {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      display: block;
      visibility: visible;
    }
    .video-series-slider .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .video-series-slider .carousel-item-prev.carousel-item-right+.carousel-item {
      position: relative;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
      display: block;
      visibility: visible;
    }
    .navbar-nav .show .dropdown-menu .dropdown-menu > li > a{
        padding:16px 15px 16px 35px
    }
    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{
        padding:16px 15px 16px 45px
    }
    .mainmenu .collapse ul li:hover> ul{
        display:block
    }
    .mainmenu .collapse ul ul{
        position:absolute;top:100%;left:0;min-width:250px;display:none
    }
    .mainmenu .collapse ul ul li{
        position:relative
    }
    .mainmenu .collapse ul ul li:hover> ul{
        display:block
    }
    .mainmenu .collapse ul ul ul{
        position:absolute;top:0;left:100%;min-width:250px;display:none
    }
    .mainmenu .collapse ul ul ul li{
        position:relative
    }
    .mainmenu .collapse ul ul ul li:hover ul{
        display:block
    }
    .mainmenu .collapse ul ul ul ul{
        position:absolute;min-width:250px;display:none;z-index:1
    }
}

@media only screen and (min-width: 992px) {
    .hp-newsletter-signup {
        height: 432px;
    }
    .hp-newsletter-signup-form {
        background: unset;
        border: unset;
        border-radius: 0px;
        padding: 20px;
    }

    .hp-newsletter-signup-img{
        position: relative;
        bottom: -70px;
    }
 
    .hp-newsletter-signup{
    background-color: #FBF4EC;
}
    .tax-level-top-stories-item:nth-child(odd){
        padding-right: 15px;
        padding-left: 0px;
    }
    
    .tax-level-top-stories-item:nth-child(even){
        padding-left: 15px;
        padding-right: 0px;
    }

    .hp-video-section-topic {
        margin-top: 14px;
      }
      
    .hp-video-section-title {
        margin-top: 10px;
    }

    .health-conditions-block-container:last-child{
        display: flex;
    }

    .health-conditions-block-body img {
        width: 90%;
    }

    .carousel-control-prev{
        top: 145px;
    }
    
    .carousel-control-next{
        top: 145px;
    }
    
    .homepage-slider .top-stories-right .top-stories-image {
        border-radius: 5px;
        overflow: hidden;
        max-width: 33%;
        width: 100%; 
        padding-right: 0rem; 
        height: fit-content;
        margin-right: 30px;
    }
    

    .off-canvas-main-menu-block li a {
        font-size: 22px;
    }

    .footer-terms-info p {
        text-align: left;
    }

    .off-canvas-main-menu-block li {
        margin-bottom: 15px
    }

    .off-canvas-search {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .off-canvas-tagline {
        margin-top: 30px
    }

    .company-log-area {
        margin: 25px auto !important;
    }

    .navbar-collapse.collapse{
        display: flex !important;
    }
    .giddy-container{
        max-width: 960px;
    }
    .in-line-quiz span,.form-item-email {
        font-size: 26px;
    }
    .in-line-quiz [data-webform-key="1"] h3 {
        font-size: 24px;
    }
    .in-line-quiz [data-webform-key="1"] .webform-actions .webform-button--next {
        font-size: 18px;
    }
    .in-line-quiz span,
    .form-item-email {
        font-size: 24px;
        line-height: 115%;
    }
    .in-line-quiz .webform-custom-options-button {
        font-size: 18px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .in-line-quiz .webform-custom-options-button[data-option-value]:hover {
        margin-left: 15px !important;
    }
    .in-line-quiz .webform-actions .webform-button--next,
    .in-line-quiz .webform-actions .webform-button--submit {
        padding: 12px 32px;
        font-size: 18px;
    }
    .in-line-quiz-confirmation h2 {
        font-size: 24px;
    }
    .in-line-quiz-confirmation h4 {
        font-size: 18px;
    }
    .in-line-quiz-confirmation p {
        font-size: 18px;
    }
    .in-line-quiz-btn {
        font-size: 18px !important;
        padding: 15px 32px;
    }
    .paywall-container-blue .social-container {
        margin-top: -40px;
    }
    .social-login-button a {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
    }
    .unlockBtn {
        align-self: baseline;
        margin-right: 20px;
    }
    .user-login-form {
        max-width: 600px;
    }
    .pillar-body .field--name-title {
        font-family: 'IvyPresto Display';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 130%;
        color: #323232;
    }
    .guide-intro .field--name-title {
        font-family: 'IvyPresto Display';
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 115%;
        color: #323232;
        text-align: center;
    }
    .row .guide-article-layout {
        margin-bottom: 37px;
    }
    .newsletter-signup p {
        margin-top: 0px;
    }
    .q-a-section {
        margin-bottom: 65px;
    }
    .transcript-body h3 {
        font-family: 'IvyPresto Display';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 115%;
        color: #242424;
    }
    .transcript-body p {
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 180%;
        color: #323232;
    }
    .video-grid-short-title {
        font-size: 20px;
    }
    .more-videos-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .playlist-info {
        max-width: 55%;
        padding-left: 10px;
    }
    .playlist-image {
        max-width: 45%;
    }
    .playlist-topic {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
        display: flex;
        align-items: center;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #282828;
        margin-bottom: 5px;
    }
    .playlist-topic a {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
        display: flex;
        align-items: center;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #282828;
    }
    .playlist-title {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 115%;
        color: #282828;
        overflow: hidden;
        display: block;
        -webkit-line-clamp: 3;
        display: box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
    }
    .playlist-title a {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 115%;
        color: #282828;
    }
    .video-playlist-side .paragraph--type--video-clip {
        margin-bottom: 0px;
    }
    .video-playlist-side a:hover {
        text-decoration: none;
    }
    .video-playlist-title h4 {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 18px;
        color: #282828;
    }
    .video-playlist-side .video-playlist-item {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-right: 10px;
    }
    .video-playlist-side {
        max-height: 375px;
        overflow-y: scroll;
        border-radius: 8px;
        padding-left: 1rem;
        margin: 0px auto;
    }
    .now-playing-overlay {
        display: none;
    }
    .now-playing .now-playing-overlay {
        position: absolute;
        top: 0;
        z-index: 10;
        height: 100%;
        width: 100%;
        display: flex;
        align-content: flex-start;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.6);
        border: solid .75px #fff;
    }
    .now-playing .now-playing-overlay p {
        display: flex;
        margin: 0px;
        text-transform: uppercase;
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 11px;
        line-height: 115%;
        color: #fff;
    }
    .video-series-slider .carousel-inner .active,
    .video-series-slider .carousel-inner .active+.carousel-item,
    .video-series-slider .carousel-inner .active+.carousel-item+.carousel-item {
      display: block;
    }
    .video-series-slider .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .video-series-slider .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
    .video-series-slider .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
      -webkit-transition: none;
      transition: none;
    }
    .video-series-slider .carousel-inner .carousel-item-next,
    .video-series-slider .carousel-inner .carousel-item-prev {
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    .video-series-slider .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
      position: absolute;
      top: 0;
      right: -33.3333%;
      z-index: -1;
      display: block;
      visibility: visible;
    }
    /* left or forward direction */
    .video-series-slider .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .video-series-slider .carousel-item-next.carousel-item-left+.carousel-item,
    .video-series-slider .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
    .video-series-slider .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
      position: relative;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .video-series-slider .carousel-inner .carousel-item-prev.carousel-item-right {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      display: block;
      visibility: visible;
    }
    /* right or prev direction */
    .video-series-slider .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .video-series-slider .carousel-item-prev.carousel-item-right+.carousel-item,
    .video-series-slider .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
    .video-series-slider .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
      position: relative;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
      display: block;
      visibility: visible;
    }
}

@media only screen and (min-width: 1200px) {
    .saved-article-title a,.saved-video-title a{
        font-size: 20px;
    }
    .news-letter-container {
         position: relative; 
    }
    .hp-newsletter-signup-img {
        position: relative;
        bottom: 25px;
    }
    .icymi-section .sliding-col-3{
        min-width:255px ;
    }
    .carousel-control-prev{
        top: 165px;
    }
    
    .carousel-control-next{
        top: 165px;
    }

    .giddy-container{
        max-width: 1140px;
    }

    .user-login-form {
        max-width: 800px;
    }
    .perspective-article .field--name-title {
        font-size: 38px;
    }
    .perspective-article .block-field-blocknodearticletitle {
        margin-bottom: 15px !important;
    }
    .q-a-section {
        margin-bottom: 65px;
    }
    .transcript-body h3 {
        font-family: 'IvyPresto Display';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 115%;
        color: #242424;
    }
    .transcript-body p {
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 180%;
        color: #323232;
    }
    .panel-title::after {
        content: "\f107";
        color: #000000;
        right: 1rem;
        position: absolute;
        font-family: "FontAwesome";
        font-size: 20px;
    }
    .panel-default .panel-title {
        font-size: 16px;
        margin: 30px 0px;
    }
    .panel-heading-full .panel-title::after {
        top: 10px;
        right: 15px;
    }
    .video-player-fin-card-inner {
        width: 30%;
    }
    #endCardTimer {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 130%;
        color: #FFFFFF;
        margin-bottom: 2rem;
    }
    #endCardSeries {
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
        display: flex;
        align-items: center;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    #endCardTitle {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 115%;
        color: #FFFFFF;
    }
    .video-player-fin-card {
        position: absolute;
        z-index: 15;
        background: rgb(75 75 75 / 95%);
        border: 3px solid black;
        width: 100%;
        height: 92%;
        top: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .video-grid-short-title {
        font-size: 20px;
    }
    .more-videos-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .playlist-info {
        max-width: 60%;
        padding-left: 10px;
    }
    .playlist-image {
        max-width: 40%;
    }
    .playlist-topic {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
        display: flex;
        align-items: center;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #282828;
        margin-bottom: 5px;
    }
    .playlist-topic a {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
        display: flex;
        align-items: center;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #282828;
    }
    .playlist-title {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 115%;
        color: #282828;
        overflow: hidden;
        display: block;
        -webkit-line-clamp: 3;
        display: box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
    }
    .playlist-title a {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 115%;
        color: #282828;
    }
    .video-playlist-side .paragraph--type--video-clip {
        margin-bottom: 0px;
    }
    .video-playlist-side a:hover {
        text-decoration: none;
    }
    .video-playlist-title h4 {
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 18px;
        color: #282828;
    }
    .video-playlist-side .video-playlist-item {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-right: 10px;
    }
    .video-playlist-side {
        max-height: 442px;
        overflow-y: scroll;
        border-radius: 8px;
    }
    .now-playing-overlay {
        display: none;
    }
    .now-playing .now-playing-overlay {
        position: absolute;
        top: 0;
        z-index: 10;
        height: 100%;
        width: 100%;
        display: flex;
        align-content: flex-start;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.6);
        border: solid .75px #fff;
    }
    .now-playing .now-playing-overlay p {
        display: flex;
        margin: 0px;
        text-transform: uppercase;
        font-family: 'Slate Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 115%;
        color: #fff;
    }
  
    #toolbar-bar {
        z-index: 1030;
    }
}