@charset "UTF-8";

body, html {
    color: var(--color-text);
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-normal);
    height: 100%;
    line-height: var(--line-height-base);
    -webkit-font-smoothing: antialiased;
}

.sectionContainer, body, html {
    margin-left: auto;
    margin-right: auto;
}

.sectionContainer {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1000px;
}

p {
    margin: 0 0 1.25rem;
}

h1, h2, h3, h4, h5, .title {
    font-weight: var(--font-weight-bold);
}

h1 {
    font-size: var(--font-size-h1);
    letter-spacing: -.05rem;
}

h2,
.title {
    font-size: var(--font-size-h2);
}

h3 {
    font-size: var(--font-size-h3);
}

h4 {
    font-size: var(--font-size-h4);
}

h5 {
    font-size: var(--font-size-h5);
}

header {
    background-color: var(--color-header-background);
    border-bottom: .0625rem solid #ddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    padding: 15px 0;
    width: 100%;
}

header .logo {
    height: var(--logo-height-header);
    width: auto;
    margin-left: 15px;
}

header .sectionContainer {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
}

footer {
    background-color: var(--color-footer-background);
    font-size: var(--font-size-footer);
    line-height: 20px;
    text-align: center;
    padding: 40px 0;
}

footer a:hover {
    text-decoration: underline;
}

footer ul {
    margin-bottom: 10px;
}

footer .logo {
    height: var(--logo-height-footer);
    margin-bottom: 25px;
    width: 175px;
}

blockquote {
    background-color: #eee;
    border-left: 5px solid;
    border-left-color: var(--color-primary);
    font-size: inherit;
    font-style: italic;
}

.articleImageContainer, blockquote, ol, ul {
    margin: 0 0 20px;
}

.footnote {
    font-size: .75rem;
}

div.multiBrandAdvertorial div.comingSoonBrand a, div.multiBrandAdvertorial div.comingSoonBrand button {
    cursor: default !important;
    pointer-events: none !important;
}

div.multiBrandAdvertorial div.comingSoonBrand button {
    background: gray !important;
}

div.multiBrandAdvertorial div.comingSoonBrand button:focus, div.multiBrandAdvertorial div.comingSoonBrand button:hover {
    background: #696969 !important;
}

a, button {
    outline: 0;
}

a, a:hover {
    color: var(--color-link);
    text-decoration: none;
}

a:hover {
    color: var(--color-link-hover);
}

button.cta {
    background-color: var(--color-cta-button-background);
    border-radius: 5px;
    color: #fff;
    font-size: 1.8em;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.8em;
    margin: 5px 0 50px;
    min-width: 250px;
    outline: 0;
    padding: 5px 25px;
}

button.cta:hover {
    background: var(--color-cta-button-background-hover);
}

.outboundLink, a {
    cursor: pointer;
}

.multiBrandAdvertorial a, a.outboundLink {
    color: var(--color-link);
}

.multiBrandAdvertorial button.cta {
    width: 100%;
}

button.btnBody {
    background-color: var(--color-cta-button-background);
    border: 0;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 8px 8px 0;
    padding: 10px 5px;
    width: 100%;
}

button.btnBody:hover {
    background-color: var(--color-cta-button-background-hover);
}

#advertisement {
    color: #999;
    font-size: .75rem;
    margin: 0;
    text-align: center;
}

.articleContent {
    border-bottom: none;
    padding: 0 15px 50px;
}

.articleInfo {
    color: #999;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 100%;
}

.articleInfo, .sharethis-inline-share-buttons {
    margin-bottom: 15px;
}

.articleAuthor {
    color: #005dae;
    font-weight: 700;
    margin-right: 8px;
}

.photoAuthor {
    height: 40px;
    margin-right: 12px;
    width: 40px;
}

.viewerLocation {
    text-transform: uppercase;
}

.highlight {
    background-color: #ff0;
}

.multiBrandAdvertorial h2 {
    margin-top: 50px;
}

.stateText {
    fill: #fff;
    pointer-events: none;
}

.stateImage {
    fill: #f8991d;
}

.stateButton {
    fill: #000;
}

.stateButton, .stateImage {
    cursor: pointer;
    transition: .4s;
}

.stateButton:hover, .stateImage:hover {
    fill: #c00;
}

.containerAge {
    margin: 30px auto 20px;
    max-width: 600px;
}

.containerAge .buttonAge {
    background-color: #00a8f2;
    border: 2px solid #fff;
    color: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.25em;
    padding: 25px 0;
    text-align: center;
}

.containerAge .buttonAge:hover {
    background-color: #005cad;
}

.popover {
    background-color: #fef5c3;
    color: #666;
    border: 2px solid #fad611;
    font-size: 12px;
    line-height: 1.3em;
    max-width: 225px;
    padding: 5px;
}

.popover > .arrow {
    border-width: 12px;
}

.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.bottom > .arrow {
    top: -12px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #fad611;
}

.popover.bottom > .arrow:after {
    top: 3px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fef5c3;
}

.menu-holder {
    display: none !important;
}

h2.bulleted, h2.intro {
    font-weight: 600;
}

.bulleted:before, h2.bulleted:before {
    background-color: #f2d539;
    height: .84875rem;
    border: 0;
    border-radius: 50%;
    content: "";
    font-size: 0;
    width: .84875rem;
    margin-right: .5rem;
    margin-top: .35rem;
    padding: .1875rem;
    position: absolute;
}

.bulleted:before {
    left: -1.5rem;
    transform: translateY(.0625rem);
}

h2.bulleted {
    font-size: 26px;
    padding-left: 23px;
}

h2.bulleted:before {
    padding-left: 23px;
    left: 13px;
}

.relatexBox {
    width: 100%;
    margin-bottom: 0;
    display: inline-block;
}

.relatexBox ul, .relatexBox ul li {
    list-style-type: none;
    padding: 0;
}

.content__post-footnote {
    border-radius: .3125rem;
    box-shadow: 0 .1875rem .375rem rgba(0, 0, 0, .2);
    margin-bottom: 1rem;
    padding: 1.25rem;
    color: #f2d539;
}

.relatexBox span {
    margin-bottom: 7px;
    display: block;
    color: #777772;
    font-size: 12px;
    font-family: Verdana, arial, sans-serif;
    font-weight: 400;
}

.relatexBox ul li a:hover {
    background-color: #60b2a4;
    text-decoration: none;
}

.relatexBox ul li a {
    border-radius: 6px;
    padding: 5px 30px;
    margin-bottom: 7px;
    width: 100%;
    background-size: 19px 19px, 19px 19px;
    display: block;
    background-color: #f2d539;
    color: #2e2e2e;
    font-size: 20px;
    font-family: "Arial Black", arial, sans-serif;
    background-image: url(https://d31otfhas71ais.cloudfront.net/cms-assets/images/655ba243ff1b7129a803bc93/655f53b73155932024041b46.png), url(https://d31otfhas71ais.cloudfront.net/cms-assets/images/655ba243ff1b7129a803bc93/655f53b73155932024041b46.png);
    background-repeat: no-repeat;
    background-position: 6px, right 6px center;
}

sup {
    top: -.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.post-footnote__link, .post-footnote__link:hover {
    word-wrap: break-word;
    color: #f2d539;
    text-decoration: underline;
}

.readMoreBtnContent {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: Inter, sans-serif;
    color: #f2d539;
    font-weight: 600;
    margin-bottom: 20px;
}

.post-footnote__link sup, .readMoreBtnContent:hover, content__post-footnote {
    color: #f2d539;
}

.readMoreContent {
    display: none;
}

footer .sectionContainer {
    max-width: 1400px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer .sectionContainer ul {
    border-bottom: none;
}

footer a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
}


/*--------------- EXTRA SMALL ---------------*/
@media (max-width: 767px) {

    body, html {
        background-color: #fff
    }

    header {
        padding-left: 0;
        text-align: center;
        margin-bottom: 10px
    }

    header .logo {
        height: 33px;
        margin-left: auto;
        margin-right: auto;
        width: 175px
    }

    h1 {
        font-size: 1.8rem
    }

    h2 {
        font-size: 1.5rem
    }

    h3,
    .title {
        font-size: 1.25rem
    }

    h4 {
        font-size: 1.15rem
    }

    footer {
        color: #666;
    }

    footer .sectionContainer {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center
    }

    .articleContent {
        margin-top: 0;
        padding-top: 10px
    }

    .articleInfo {
        font-size: .85rem;
    }

    .articleContent, .sectionContainer, header .sectionContainer {
        padding-left: 15px;
        padding-right: 15px;
    }

    button.cta {
        font-size: 1.5em;
        line-height: 1.5em;
        padding: 10px
    }

    .tapAge button {
        font-size: 100%
    }

}