@import url('https://fonts.googleapis.com/css2?family=Oswald&family=PT+Serif:wght@400;700&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;700&display=swap');

:root {
    --header-btn-bg: #333333;
    --header-btn-color: #ffffff;
    --header-a-color: #333333;
    --footer-bg: #FFFFFF;
    --body-bg: #EBEDF1;
    --page-header-color: #030708;
    --form-btn-bg: #E50026;
    --form-btn-load: #E50026;
  }
  
.chargebeeHeader__btn {
    padding: 5px 25px;
    background: #E50026;
    color: #FFF;
    margin-right: 8px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FF5773;
    border-radius: 3px;
    opacity: 1;
    font-size: 14px;
    line-height: 1em;
    display: inline-block;
    /*text-transform: uppercase;*/
    font-weight: bold;
}
.chargebeeHeader__btn:hover, .chargebeeHeader__btn:focus, .chargebeeHeader__btn_signin:hover, .chargebeeHeader__btn_signin:focus {
    opacity: .9;
    color: #ffffff;
}
.b-header__top__wrapper__center {
    float: left;
}
#chargebeeHeader {
    display: flex;
    line-height: 40px;
    padding: 0 25px;
}

.chargebeeHeader__cta>a>i {
    margin-left: 10px;
}
.chargebeeHeader__btn_signin:hover, .chargebeeHeader__btn_signin:focus {
    padding: 5px;
    opacity: 1;
}

._Zjt3 label {
    display: flex;
    align-items: center;
    letter-spacing: 0px;
    color: #6C6C6C;
    column-gap: 10px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
}

._KdBI i:hover {
    cursor: help;
}

._KdBI i:hover .tooltiptext {

    visibility: visible;
    opacity: 1;
}

.triangle {
    top: 43%;
    width: 4px;
    height: 8px;
    display: inline-block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #6C6C6C;
    position: absolute;
    left: -5px;
    filter: drop-shadow(-1px 0px 1px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(-1px 0px 1px rgba(0, 0, 0, 0.2));
}

input._EK7C {
    width: 18px;
    height: 18px;
    margin: 0;
}

._KdBI {
    font-size: 14px;
    color: #000000;
    position: relative;
}

._KdBI i {
    font-size: 14px;
    color: #6C6C6C;
    position: relative;
}

.chargebeeHeader__btn_signin {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    opacity: 1;
    padding: 5px 25px;
    font-size: 14px;
    line-height: 1em;
    display: inline-block;
    background: #333341;
    color: #FFFFFF;
    width: 100px;
}

input._2TvH {
    width: 100%;
    line-height: 48px;
    height: 50px;
    font-size: 14px;
    padding: 0 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D3D3D3;
    border-radius: 1px;
    opacity: 1;
    height: 44px;
}

select._2TvH {
    width: 100%;
    line-height: 48px;
    height: 50px;
    font-size: 14px;
    padding: 0 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D3D3D3;
    border-radius: 1px;
    opacity: 1;
    height: 44px;
}

.chargebeeHeader__btn_signin img {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear,opacity 0.3s linear;
    width: 0;
    vertical-align: middle;
    margin-left: 5px;
    display: none;

}
.chargebeeHeader__btn_signin:hover>img {
    visibility: visible;
    opacity: 1;
    display: inline-block;
    width: 12px;
}

#chargebeeMobHeader {
    display: flex;
    line-height: 30px;
    padding: 0;
    justify-content: center;
    align-items: center;
}








/* Start for gated content */
#gated-content {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 41%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border-top: 8px solid #000000;
}
.gated-content-header h3 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin: 0;
}
.gated-content-header {
    padding-top: 33px;
    text-align: center;
}
.gated-content-header h4 {
    font-size: 16px;
    color: #000000;
    margin: 5px 0;
}
.gated-content-footer p:first-child a {
    font-size: 16px;
    color: #000000;
    display: inline-block;
}
.gated-content-footer p:last-child a {
    font-size: 16px;
    color: #DE0000;
    display: inline-block;
    font-weight: bold;
}
#article-main .gated-content-footer>p:first-child {
    line-height: 33px;
    margin-bottom: 0;
    text-align: center;
}
#article-main .gated-content-footer>p:last-child {
    line-height: 25px;
    margin-bottom: 0;
    text-align: center;
}
.gated-content-footer {
    padding-top: 30px;
}

#body-container, #podcast-module-more-article>div, #standard-article-container, .b-supp.b-supp-Supplements, .rss-kc-module, section#article-main {
    padding-bottom: 0 !important;
}
/* End for gated content */




@media only screen and (max-width : 768px) { 
    ._KdBI i:hover .tooltiptext {
    
        display: none !important;
    }
}
@media only screen and (max-width : 767px) { 

    #chargebeeMobHeader .chargebeeHeader__btn, #chargebeeMobHeader .chargebeeHeader__btn_signin {
        font-size: 12px;
        margin-right: 5px;
        padding: 5px 15px;
        text-align: center;
    }
    #chargebeeMobHeader .chargebeeHeader__cta>a>i {
        vertical-align: top;
    }
}

@media only screen and (max-width: 576px) {
    #chargebeeMobHeader.end {
        justify-content: end;
        padding: 0 0 0 25px;
    }
    #chargebeeMobHeader.center {
        justify-content: end;
        padding: 0;
    }

    ._KdBI i:hover+.tooltiptextmobile {
        background-color: red;
        display: none !important;
    }
    ._Zjt3 label {
        font-size: 12px;
    }
}