﻿@charset "UTF-8";

h2, .adolescent-health {
    color: #206EB3;
}

/* Sass Variables */
header {
    z-index: 99;
    width: 100%;
}

    header .logo1-hidden-social {
        padding-top: 1.1111111em;
        padding-bottom: 1.1111111em;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
    }

@media screen and (min-width: 768px) {
    header .logo1-hidden-social {
        padding-top: 1.3333334em;
        padding-bottom: 1.6666667em;
    }
}

header .share-links {
    height: 2em;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 2em;
}

header .social-container {
    flex: 0 0 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 1.33333em;
}

@media screen and (min-width: 768px) {
    header .social-container {
        margin-bottom: 2em;
    }
}

header .menu-trigger {
    background-color: #206EB3;
}

@media screen and (min-width: 768px) {
    header .menu-trigger {
        display: none;
    }
}

header .my-street-social-and-logo1 {
    flex-grow: 2;
    padding-left: 30px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}

header .logo, header .logo1, header .logo2 {
    max-width: 33.333%;
}

header .logo2 {
    background: url(../images/Logo-SDG-Decade.png) no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 94px;
    height: 49px;
}

@media screen and (min-width: 768px) {
    header .logo2 {
        height: 86px;
        width: 230px;
    }
}

@media screen and (min-width: 992px) {
    header .logo2 {
        height: 117px;
        width: 230px;
    }
}

header .logo1 {
    background: url(../images/PMNCH-Logo.png) no-repeat;
    background-position: top center;
    background-size: contain;
    width: 157px;
    height: 49px;
}

@media screen and (min-width: 768px) {
    header .logo1 {
        height: 86px;
        width: 326px;
    }
}

@media screen and (min-width: 992px) {
    header .logo1 {
        height: 117px;
        width: 326px;
    }
}

header .follow-toggle a,
header .share-toggle a,
header .share-platform a,
header .follow-platform a {
    color: #206EB3 !important;
}

.social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #206EB3;
    font-family: Arial;
    font-size: 15px;
    width: 275px;
}

@media screen and (min-width: 768px) {
    .social {
        width: 325px;
    }
}

.social img {
    height: 25px;
}

@media screen and (min-width: 768px) {
    .social img {
        height: 30px;
    }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 5px 5px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger-box {
    width: 30px;
    height: 10px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 30px;
        height: 2px;
        background-color: #fff;
        border-radius: 2px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -8px;
        }

        .hamburger-inner::after {
            bottom: -8px;
        }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(180deg);
}

    .hamburger--3dx.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dx.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(-180deg);
}

    .hamburger--3dx-r.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dx-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(-180deg);
}

    .hamburger--3dy.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dy.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(180deg);
}

    .hamburger--3dy-r.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dy-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
    transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg);
}

    .hamburger--boring.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
    }

    .hamburger--boring.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
    }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--collapse .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    }

    .hamburger--collapse .hamburger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    }

    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--collapse-r .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    }

    .hamburger--collapse-r .hamburger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--collapse-r.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    }

    .hamburger--collapse-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .hamburger--elastic .hamburger-inner::before {
        top: 10px;
        transition: opacity 0.125s 0.275s ease;
    }

    .hamburger--elastic .hamburger-inner::after {
        top: 20px;
        transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.075s;
}

    .hamburger--elastic.is-active .hamburger-inner::before {
        transition-delay: 0s;
        opacity: 0;
    }

    .hamburger--elastic.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(-270deg);
        transition-delay: 0.075s;
    }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .hamburger--elastic-r .hamburger-inner::before {
        top: 10px;
        transition: opacity 0.125s 0.275s ease;
    }

    .hamburger--elastic-r .hamburger-inner::after {
        top: 20px;
        transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    transition-delay: 0.075s;
}

    .hamburger--elastic-r.is-active .hamburger-inner::before {
        transition-delay: 0s;
        opacity: 0;
    }

    .hamburger--elastic-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(270deg);
        transition-delay: 0.075s;
    }

/*
   * Emphatic
   */
.hamburger--emphatic {
    overflow: hidden;
}

    .hamburger--emphatic .hamburger-inner {
        transition: background-color 0.125s 0.175s ease-in;
    }

        .hamburger--emphatic .hamburger-inner::before {
            left: 0;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
        }

        .hamburger--emphatic .hamburger-inner::after {
            top: 10px;
            right: 0;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
        }

    .hamburger--emphatic.is-active .hamburger-inner {
        transition-delay: 0s;
        transition-timing-function: ease-out;
        background-color: transparent;
    }

        .hamburger--emphatic.is-active .hamburger-inner::before {
            left: -80px;
            top: -80px;
            transform: translate3d(80px, 80px, 0) rotate(45deg);
            transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

        .hamburger--emphatic.is-active .hamburger-inner::after {
            right: -80px;
            top: -80px;
            transform: translate3d(-80px, 80px, 0) rotate(-45deg);
            transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
    overflow: hidden;
}

    .hamburger--emphatic-r .hamburger-inner {
        transition: background-color 0.125s 0.175s ease-in;
    }

        .hamburger--emphatic-r .hamburger-inner::before {
            left: 0;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
        }

        .hamburger--emphatic-r .hamburger-inner::after {
            top: 10px;
            right: 0;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
        }

    .hamburger--emphatic-r.is-active .hamburger-inner {
        transition-delay: 0s;
        transition-timing-function: ease-out;
        background-color: transparent;
    }

        .hamburger--emphatic-r.is-active .hamburger-inner::before {
            left: -80px;
            top: 80px;
            transform: translate3d(80px, -80px, 0) rotate(-45deg);
            transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

        .hamburger--emphatic-r.is-active .hamburger-inner::after {
            right: -80px;
            top: 80px;
            transform: translate3d(-80px, -80px, 0) rotate(45deg);
            transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
    top: 2px;
}

    .hamburger--slider .hamburger-inner::before {
        top: 10px;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.15s;
    }

    .hamburger--slider .hamburger-inner::after {
        top: 20px;
    }

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

    .hamburger--slider.is-active .hamburger-inner::before {
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0;
    }

    .hamburger--slider.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(-90deg);
    }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
    top: 2px;
}

    .hamburger--slider-r .hamburger-inner::before {
        top: 10px;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.15s;
    }

    .hamburger--slider-r .hamburger-inner::after {
        top: 20px;
    }

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

    .hamburger--slider-r.is-active .hamburger-inner::before {
        transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
        opacity: 0;
    }

    .hamburger--slider-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(90deg);
    }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}

    .hamburger--spring .hamburger-inner::before {
        top: 10px;
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--spring .hamburger-inner::after {
        top: 20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}

    .hamburger--spring.is-active .hamburger-inner::before {
        top: 0;
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--spring.is-active .hamburger-inner::after {
        top: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0) rotate(-45deg);
    }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--spring-r .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    }

    .hamburger--spring-r .hamburger-inner::before {
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--spring-r.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    }

    .hamburger--spring-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(90deg);
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

    .hamburger--stand .hamburger-inner::before {
        transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--stand .hamburger-inner::after {
        transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

    .hamburger--stand.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-45deg);
        transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .hamburger--stand.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(45deg);
        transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

    .hamburger--stand-r .hamburger-inner::before {
        transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--stand-r .hamburger-inner::after {
        transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

    .hamburger--stand-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-45deg);
        transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .hamburger--stand-r.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(45deg);
        transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--spin .hamburger-inner::before {
        transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    }

    .hamburger--spin .hamburger-inner::after {
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--spin.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    }

    .hamburger--spin.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--spin-r .hamburger-inner::before {
        transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    }

    .hamburger--spin-r .hamburger-inner::after {
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--spin-r.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    }

    .hamburger--spin-r.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(90deg);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--squeeze .hamburger-inner::before {
        transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    }

    .hamburger--squeeze .hamburger-inner::after {
        transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--squeeze.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    }

    .hamburger--squeeze.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

    .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
        transition-duration: 0s;
        transition-delay: 0.1s;
        transition-timing-function: linear;
    }

    .hamburger--vortex .hamburger-inner::before {
        transition-property: top, opacity;
    }

    .hamburger--vortex .hamburger-inner::after {
        transition-property: bottom, transform;
    }

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

    .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
        transition-delay: 0s;
    }

    .hamburger--vortex.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
    }

    .hamburger--vortex.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(90deg);
    }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

    .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
        transition-duration: 0s;
        transition-delay: 0.1s;
        transition-timing-function: linear;
    }

    .hamburger--vortex-r .hamburger-inner::before {
        transition-property: top, opacity;
    }

    .hamburger--vortex-r .hamburger-inner::after {
        transition-property: bottom, transform;
    }

.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

    .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
        transition-delay: 0s;
    }

    .hamburger--vortex-r.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
    }

    .hamburger--vortex-r.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
    }

.navbar-default {
    background-color: #206EB3;
    font-weight: 600;
    position: absolute;
    top: 79px;
    left: 0;
    z-index: 99;
    color: #fff;
    width: 100% !important;
    opacity: 1 !important;
    border: 0;
}

@media screen and (min-width: 768px) {
    .navbar-default {
        display: block !important;
        height: auto !important;
        position: static;
    }
}

.navbar-default .container {
    padding: 0;
}

@media screen and (min-width: 768px) {
    .navbar-default .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.navbar-default nav {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .navbar-default nav {
        flex-direction: row;
    }
}

.navbar-default a {
    color: #fff;
    border: 0px solid #fff;
    border-bottom-width: 1px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 7px 15px;
}

@media screen and (min-width: 768px) {
    .navbar-default a {
        border-right-width: 1px;
        border-left-width: 1px;
        border-bottom: 0;
        text-align: center;
        padding: 14px;
    }

        .navbar-default a + a {
            border-left-width: 0;
        }
}

.navbar-default a:hover {
    background-color: #174274;
    text-decoration: none;
}

/* Sass Variables */
.HeroImage {
    overflow: hidden;
    height: 366px;
    max-height: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .HeroImage {
        height: 350px;
    }
}

@media screen and (min-width: 1024px) {
    .HeroImage {
        height: 400px;
    }
}

@media screen and (min-width: 1200px) {
    .HeroImage {
        height: 700px;
    }
}

.HeroImage .container {
    position: relative;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .HeroImage .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.HeroImage .container figcaption {
    bottom: 0;
}

@media screen and (min-width: 768px) {
    .HeroImage .container figcaption {
        position: absolute;
    }
}

.HeroImage .heading {
    color: #fff;
}

.HeroImage figcaption {
    color: #fff;
    font-size: 1.05em;
    line-height: 1.24;
}

@media screen and (min-width: 768px) {
    .HeroImage figcaption {
        margin-bottom: 1.16666666667em;
        font-size: 1.2em;
        line-height: 1.16666666667;
    }
}

@media screen and (min-width: 1024px) {
    .HeroImage figcaption {
        font-size: 1.6em;
    }
}

@media screen and (min-width: 1200px) {
    .HeroImage figcaption {
        font-size: 1.8em;
    }
}

.HeroImage .text > * {
    padding-left: 15px;
    padding-right: 15px;
    text-shadow: 0px 0px 40px black, 0px 0px 30px black, 0px 0px 20px black, 0px 0px 10px black;
}

@media screen and (min-width: 768px) {
    .HeroImage .text > * {
        padding: 0;
    }
}

.HeroImage .text > *:not(.heading) {
    background-color: white;
    padding-top: 22px;
    padding-bottom: 15px;
    text-shadow: none;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .HeroImage .text > *:not(.heading) {
        background-color: transparent;
        text-shadow: 0px 0px 40px black, 0px 0px 30px black, 0px 0px 20px black, 0px 0px 10px black;
        padding: 0;
        font-weight: 500;
        color: inherit;
    }
}

.HeroImage img {
    position: absolute;
    width: 100%;
    top: 0;
}

@media screen and (min-width: 667px) and (max-width: 767px) {
    .HeroImage img {
        top: -100px;
    }
}

@media screen and (min-width: 768px) {
    .HeroImage img {
        min-width: 100%;
        min-height: 100%;
        height: auto;
        bottom: 0;
        top: auto;
    }
}

@media screen and (min-width: 1600px) {
    .HeroImage img {
        bottom: -100px;
    }
}

.carousel {
    z-index: auto;
}

    .carousel .item {
        height: 227px;
        max-height: 1200px;
    }

@media screen and (min-width: 768px) {
    .carousel .item {
        height: 350px;
    }
}

@media screen and (min-width: 1024px) {
    .carousel .item {
        height: 400px;
    }
}

@media screen and (min-width: 1200px) {
    .carousel .item {
        height: 500px;
    }
}

.carousel .item .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.carousel .item .carousel-caption {
    position: absolute;
    right: 10%;
    left: 10%;
    text-align: left;
    color: #fff;
    padding: 0;
    font-size: 1.05em;
    line-height: 1.24;
    margin-bottom: 1.16666666667em;
}

@media screen and (min-width: 768px) {
    .carousel .item .carousel-caption {
        margin-bottom: 1.16666666667em;
        font-size: 1.2em;
        line-height: 1.16666666667;
    }
}

@media screen and (min-width: 1024px) {
    .carousel .item .carousel-caption {
        font-size: 1.6em;
    }
}

@media screen and (min-width: 1200px) {
    .carousel .item .carousel-caption {
        font-size: 1.8em;
        left: 0;
        position: relative;
    }
}

.carousel .item .carousel-title {
    padding: 0;
}

.carousel .item img {
    position: absolute !important;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

.carousel .item .heading {
    text-transform: none;
    text-shadow: 0px 0px 40px black, 0px 0px 30px black, 0px 0px 20px black, 0px 0px 10px black;
    position: relative;
}

.carousel .item .carousel-description {
    text-shadow: 0px 0px 40px black, 0px 0px 30px black, 0px 0px 20px black, 0px 0px 10px black;
}

.carousel .item .container .heading span:after {
    content: "";
    background-image: url(/Images/adolescent-health/carousel-button-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 0.8em;
    width: 0.8em;
    margin-top: 0.1em;
    margin-left: 0.5em;
    position: absolute;
    left: 100%;
    -webkit-filter: drop-shadow(0 0 10px black) drop-shadow(0 0 10px black);
    filter: drop-shadow(0 0 10px black) drop-shadow(0 0 10px black);
    transition: background-image 0.1s linear;
}

.carousel .item a ~ .container .heading span:after {
    background-image: url(/Images/adolescent-health/carousel-button-off.png);
}

.carousel .item a {
    position: absolute;
    z-index: 12;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .carousel .item a:hover ~ .container .heading span:after {
        background-image: url(/Images/adolescent-health/carousel-button-over.png);
    }

.carousel-control {
    z-index: 100;
    width: 10%;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    min-width: 100%;
    max-width: 100%;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .next,
    .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

.HeroImage figcaption {
    top: auto !important;
}

.HeroImage .heading, .carousel .heading {
    font-size: 25px;
    font-weight: 800;
}

@media screen and (min-width: 768px) {
    .HeroImage .heading, .carousel .heading {
        font-size: 47px;
    }
}

@media screen and (min-width: 1024px) {
    .HeroImage .heading, .carousel .heading {
        font-size: 62px;
    }
}

@media screen and (min-width: 1200px) {
    .HeroImage .heading, .carousel .heading {
        font-size: 87px;
    }
}

.arch-richText, .arch-htmlContent {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.1875;
}

    .arch-richText img, .arch-htmlContent img {
        max-width: 100%;
        height: auto !important;
    }

@media screen and (min-width: 768px) {
    .arch-richText, .arch-htmlContent {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 20px;
        line-height: 1.1;
    }
}

.arch-richText a, .arch-htmlContent a {
    text-decoration: underline;
}

.arch-richText h2, .arch-htmlContent h2 {
    font-size: 1.875em;
}

.arch-richText h3, .arch-htmlContent h3 {
    font-size: 1.375em;
}

.arch-richText .preview, .arch-htmlContent .preview {
    display: flex;
}

@media screen and (min-width: 667px) {
    .arch-richText .preview, .arch-htmlContent .preview {
        display: block;
        float: right;
        width: 220px;
        margin-left: 2.5em;
    }
}

@media screen and (min-width: 768px) {
    .arch-richText .preview, .arch-htmlContent .preview {
        margin-left: 4.5em;
        width: 330px;
    }
}

.arch-richText .preview > img, .arch-htmlContent .preview > img {
    margin-right: 2.5em;
    width: 222px;
}

@media screen and (min-width: 667px) {
    .arch-richText .preview > img, .arch-htmlContent .preview > img {
        margin-right: 0;
        width: auto;
    }
}

.arch-richText .preview .icon, .arch-htmlContent .preview .icon {
    width: 26.32px;
    margin-right: 0.5em;
}

@media screen and (min-width: 667px) {
    .arch-richText .preview .icon, .arch-htmlContent .preview .icon {
        width: 38px;
    }
}

.FullWidthImage {
    position: relative;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
}

    .FullWidthImage .container {
        position: relative;
        padding: 0;
    }

    .FullWidthImage img {
        top: 0;
        left: 0;
        z-index: 0;
        max-width: 227vw;
    }

@media (min-width: 769px) {
    .FullWidthImage img {
        width: 100%;
    }
}

.FullWidthImage figcaption {
    position: relative;
    width: 100%;
    top: 20%;
    z-index: 0;
    text-align: left;
    background-color: #000;
    color: #fff;
}

@media (max-width: 769px) {
    .FullWidthImage figcaption {
        top: 20% !important;
    }
}

@media (min-width: 769px) {
    .FullWidthImage figcaption {
        position: absolute;
        width: 75%;
        z-index: 10;
        padding: 0;
        text-align: left;
        background-color: inherit;
        color: #fff;
    }
}

@media (min-width: 992px) {
    .FullWidthImage figcaption {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .FullWidthImage figcaption {
        width: 30%;
    }
}

.FullWidthImage figcaption p:last-child {
    margin: 0;
}

.FullWidthImage .parallax-image {
    background-size: cover;
    background-position: center;
    height: 200px;
}

@media (min-width: 768px) {
    .FullWidthImage .parallax-image {
        height: 50vh;
    }
}

@media (min-width: 1200px) {
    .FullWidthImage .parallax-image {
        background-attachment: fixed;
        height: 67.5vh;
    }
}

@media (min-width: 769px) {
    .FullWidthImage .left {
        left: 0px;
    }

    .FullWidthImage .right {
        text-align: right;
        right: 0px;
    }
}

@media (max-width: 475px) and (orientation: portrait) {
    .FullWidthImage .parallax-image {
        background-position: -200px center;
    }
}

@media (min-width: 768px) {
    .arch-mailChimpForm {
        padding: 0;
    }
}

.arch-mailChimpForm img {
    max-width: 100%;
}

.mailchimp-form {
    margin-bottom: 20px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .mailchimp-form {
        font-size: 20px;
    }
}

.mailchimp-form .form-control {
    border-radius: 0;
    height: auto;
    font-size: 16px;
    padding: 0.5em 1em;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .mailchimp-form .form-control {
        margin-bottom: 0;
        font-size: 20px;
    }
}

.mailchimp-form .form-group {
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}

    .mailchimp-form .form-group .col-xs-1, .mailchimp-form .form-group .col-sm-1, .mailchimp-form .form-group .col-md-1, .mailchimp-form .form-group .col-lg-1,
    .mailchimp-form .form-group .col-xs-2, .mailchimp-form .form-group .col-sm-2, .mailchimp-form .form-group .col-md-2, .mailchimp-form .form-group .col-lg-2,
    .mailchimp-form .form-group .col-xs-3, .mailchimp-form .form-group .col-sm-3, .mailchimp-form .form-group .col-md-3, .mailchimp-form .form-group .col-lg-3,
    .mailchimp-form .form-group .col-xs-4, .mailchimp-form .form-group .col-sm-4, .mailchimp-form .form-group .col-md-4, .mailchimp-form .form-group .col-lg-4,
    .mailchimp-form .form-group .col-xs-5, .mailchimp-form .form-group .col-sm-5, .mailchimp-form .form-group .col-md-5, .mailchimp-form .form-group .col-lg-5,
    .mailchimp-form .form-group .col-xs-6, .mailchimp-form .form-group .col-sm-6, .mailchimp-form .form-group .col-md-6, .mailchimp-form .form-group .col-lg-6,
    .mailchimp-form .form-group .col-xs-7, .mailchimp-form .form-group .col-sm-7, .mailchimp-form .form-group .col-md-7, .mailchimp-form .form-group .col-lg-7,
    .mailchimp-form .form-group .col-xs-8, .mailchimp-form .form-group .col-sm-8, .mailchimp-form .form-group .col-md-8, .mailchimp-form .form-group .col-lg-8,
    .mailchimp-form .form-group .col-xs-9, .mailchimp-form .form-group .col-sm-9, .mailchimp-form .form-group .col-md-9, .mailchimp-form .form-group .col-lg-9,
    .mailchimp-form .form-group .col-xs-10, .mailchimp-form .form-group .col-sm-10, .mailchimp-form .form-group .col-md-10, .mailchimp-form .form-group .col-lg-10,
    .mailchimp-form .form-group .col-xs-11, .mailchimp-form .form-group .col-sm-11, .mailchimp-form .form-group .col-md-11, .mailchimp-form .form-group .col-lg-11,
    .mailchimp-form .form-group .col-xs-12, .mailchimp-form .form-group .col-sm-12, .mailchimp-form .form-group .col-md-12, .mailchimp-form .form-group .col-lg-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

@media (min-width: 1200px) {
    .mailchimp-form .form-row {
        margin-bottom: 30px;
    }
}

.mailchimp-form .form-check-input {
    margin-right: 0.5em;
}

.mailchimp-form label {
    font-weight: 300;
}

.mailchimp-form .btn-row {
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .mailchimp-form .btn-row {
        margin-top: 0;
    }
}

.mailchimp-form .help-block {
    color: #a94442;
    font-size: 11px;
}

.mailchimp-list ul {
    margin-top: 25px;
}

    .mailchimp-list ul li {
        margin-top: 10px;
    }

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top-width: 0;
}

.panel-group .icon {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 1em;
    margin-top: -0.6em;
    vertical-align: middle;
    flex-shrink: 0;
    width: 85px;
    height: 43px;
}

@media screen and (min-width: 768px) {
    .panel-group .icon {
        width: 114px;
        height: 57px;
    }
}

.panel-group .panel-default {
    margin-bottom: 1.11111111111em;
}

    .panel-group .panel-default:nth-child(10n + 1) .icon {
        background-image: url(../images/adolescent-health/Roundel-Over-1.png);
    }

    .panel-group .panel-default:nth-child(10n + 1) .collapsed .icon {
        background-image: url(../images/adolescent-health/Roundel-Normal-1.png);
    }

    .panel-group .panel-default:nth-child(10n + 2) .icon {
        background-image: url(../images/adolescent-health/Roundel-Over-2.png);
    }

    .panel-group .panel-default:nth-child(10n + 2) .collapsed .icon {
        background-image: url(../images/adolescent-health/Roundel-Normal-2.png);
    }

    .panel-group .panel-default:nth-child(10n + 3) .icon {
        background-image: url(../images/adolescent-health/Roundel-Over-3.png);
    }

    .panel-group .panel-default:nth-child(10n + 3) .collapsed .icon {
        background-image: url(../images/adolescent-health/Roundel-Normal-3.png);
    }

    .panel-group .panel-default:nth-child(10n + 4) .icon {
        background-image: url(../images/adolescent-health/Roundel-Over-4.png);
    }

    .panel-group .panel-default:nth-child(10n + 4) .collapsed .icon {
        background-image: url(../images/adolescent-health/Roundel-Normal-4.png);
    }

    .panel-group .panel-default:nth-child(10n + 5) .icon {
        background-image: url(../images/adolescent-health/Roundel-Over-5.png);
    }

    .panel-group .panel-default:nth-child(10n + 5) .collapsed .icon {
        background-image: url(../images/adolescent-health/Roundel-Normal-5.png);
    }

    .panel-group .panel-default:nth-child(10n + 6) .icon {
        background-image: url(../images/adolescent-health/Roundel-Over-6.png);
    }

    .panel-group .panel-default:nth-child(10n + 6) .collapsed .icon {
        background-image: url(../images/adolescent-health/Roundel-Normal-6.png);
    }

    .panel-group .panel-default:nth-child(10n + 7) .icon {
        background-image: url(../images/adolescent-health/Roundel-Over-7.png);
    }

    .panel-group .panel-default:nth-child(10n + 7) .collapsed .icon {
        background-image: url(../images/adolescent-health/Roundel-Normal-7.png);
    }

    .panel-group .panel-default:nth-child(10n + 8) .icon {
        background-image: url(../images/adolescent-health/Roundel-Over-8.png);
    }

    .panel-group .panel-default:nth-child(10n + 8) .collapsed .icon {
        background-image: url(../images/adolescent-health/Roundel-Normal-8.png);
    }

    .panel-group .panel-default:nth-child(10n + 9) .icon {
        background-image: url(../images/adolescent-health/Roundel-Over-9.png);
    }

    .panel-group .panel-default:nth-child(10n + 9) .collapsed .icon {
        background-image: url(../images/adolescent-health/Roundel-Normal-9.png);
    }

    .panel-group .panel-default:nth-child(10n + 10) .icon {
        background-image: url(../images/adolescent-health/Roundel-Over-10.png);
    }

    .panel-group .panel-default:nth-child(10n + 10) .collapsed .icon {
        background-image: url(../images/adolescent-health/Roundel-Normal-10.png);
    }

.panel-group .panel-body {
    padding-left: 105px;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .panel-group .panel-body {
        padding-left: 137px;
        font-size: 1.111111em;
        line-height: 1.1;
    }
}

.panel-group .panel-title {
    font-size: 1.11111em;
    font-weight: 600;
    color: #206EB3;
    display: flex;
}

@media screen and (min-width: 768px) {
    .panel-group .panel-title {
        font-size: 1.27777777778em;
        margin-top: 0.5em;
    }
}

.panel-default > .panel-heading {
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}

.collapse.in {
    overflow: auto;
}

.icon-panel {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
}

    .icon-panel .icon {
        display: flex;
        flex-basis: 235px;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .icon-panel .icon-image {
        height: 8.05555555556em;
    }

    .icon-panel .copy {
        color: #206EB3;
        flex-grow: 1;
    }

/* line 1, ../../scss/vendor/custom-checkbox.scss */
.custom-checkbox {
    position: relative;
}

    /* line 4, ../../scss/vendor/custom-checkbox.scss */
    .custom-checkbox input[type="checkbox"] {
        width: 0;
        height: 0;
        position: absolute;
    }

        /* line 10, ../../scss/vendor/custom-checkbox.scss */
        .custom-checkbox input[type="checkbox"]:focus + label:before {
            outline: 5px auto -webkit-focus-ring-color;
        }

        /* line 16, ../../scss/vendor/custom-checkbox.scss */
        .custom-checkbox input[type="checkbox"][disabled] + label:before {
            cursor: not-allowed;
            background-color: #eee;
            opacity: 1;
        }

    /* line 24, ../../scss/vendor/custom-checkbox.scss */
    .custom-checkbox label {
        margin-left: 1.5em;
        position: relative;
        display: block;
    }

        /* line 30, ../../scss/vendor/custom-checkbox.scss */
        .custom-checkbox label:before {
            content: "";
            width: 1em;
            height: 1em;
            border: 1px solid #afafaf;
            position: absolute;
            left: -1.5em;
            top: 0.2em;
            background-color: white;
        }

    /* line 41, ../../scss/vendor/custom-checkbox.scss */
    .custom-checkbox input[type=checkbox]:checked ~ label:after {
        content: "";
        width: 0.5em;
        height: 0.5em;
        background-color: currentColor;
        position: absolute;
        margin: calc((16px - 6px) / 2);
        left: -1.5em;
        top: 0.2em;
    }

.btn {
    text-align: left;
    font-weight: 600;
    border-radius: 0;
    font-size: 18px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .btn {
        margin-bottom: 0;
        font-size: 24px;
        padding: 10px 20px;
    }
}

.btn-secondary {
    color: #333333;
    background-color: #f9b121;
    border-color: #f9b121;
}

    .btn-secondary:hover {
        background-color: #e19806;
        border-color: #e19806;
    }

.btn-tertiary {
    color: #fff;
    background-color: #664a99;
    border-color: #664a99;
    margin-bottom: 5px;
}

    .btn-tertiary:hover {
        color: #fff;
        background-color: #4f3977;
        border-color: #4f3977;
    }

ul {
    position: relative;
    list-style: none;
    padding-left: 0;
    margin-top: 1em;
}

    ul li {
        align-content: center;
        margin-bottom: 1em;
        padding-left: 1.5em;
    }

        ul li > * {
            vertical-align: middle;
        }

        ul li:before {
            content: "•";
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            position: absolute;
            left: -0.05em;
            vertical-align: text-top;
            color: rebeccapurple;
            font-size: 3em;
            line-height: 0.5;
        }

.banner {
    background: white;
}

.after-rte > .container > .row {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .after-rte > .container > .row {
        display: block;
    }
}

@media screen and (min-width: 538px) and (orientation: landscape) {
    .after-rte > .container > .row {
        display: block;
    }
}

.after-rte > .container > .row .arch-richText:first-child {
    order: 2;
}

@media screen and (min-width: 667px) and (max-width: 1023px) {
    .is-supporter {
        clear: both;
    }
}
