:root {
    --slider-max-width: 1170px;
    --max-width-md: 970px;
    --max-width-sm: 750px;
    --max-width-xs: 750px;
    --stipes-offset: calc( (var(--slider-max-width) - 1170px) / 2 );
    --aspect-ratio: 2.35;
}

@media(max-width:1199px) {
    :root {
        --slider-max-width: var(--max-width-md);
    }
}

@media(max-width:991px) {
    :root {
        --slider-max-width: var(--max-width-sm);
    }
}

@media(max-width:768px) {
    :root {
        --slider-max-width: var(--max-width-xs);
    }
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    top: 0;
    left: 0
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.article .blue {
    background-color: #00338D;
}

.article .red {
    background-color: #B71234;
}

.article .cool-gray {
    background-color: #63666A;
}

.article .gray-2 {
    background-color: #9EA2A2;
}

.article .gray-3 {
    background-color: #C7C9C7;
}

.article .blue-2 {
    background-color: #69FFF0;
}

.article .blue-3 {
    background-color: #1A6EFF;
}

.article .blue-4 {
    background-color: #0A4FFF;
}

.article .blue-5 {
    background-color: #4A94FF;
}

.article .red-2 {
    background-color: #CC002B;
}

.article .red-4 {
    background-color: #FF0D00;
}

.article .red-5 {
    background-color: #ED3E38;
}

.article .orange-1 {
    background-color: #FF701A;
}

.article .orange-2 {
    background-color: #FF991A;
}

.article .green {
    background-color: #4FFF00;
}

.article .yellow-1 {
    background-color: #FFBF0D;
}

.article .yellow-2 {
    background-color: #FFE833;
}

.article .yellow-2 {
    background-color: #FFE833;
}

.article .bftc-lt-pink {
    background-color: #F238A6;
}

.article .bftc-dk-pink {
    background-color: #AB035C;
}

.article .bftc-lt-grey {
    background-color: #585951;
}

.article .bftc-dk-grey {
    background-color: #CFC9C4;
}

.article .oc-video-blue {
    background-color: #55BEE7;
}

.article.blue {
    background-color: #00338D;
}

.article.red {
    background-color: #B71234;
}

.article.cool-gray {
    background-color: #63666A;
}

.article.gray-2 {
    background-color: #9EA2A2;
}

.article.gray-3 {
    background-color: #C7C9C7;
}

.article.blue-2 {
    background-color: #69FFF0;
}

.article.blue-3 {
    background-color: #1A6EFF;
}

.article.blue-4 {
    background-color: #0A4FFF;
}

.article.blue-5 {
    background-color: #4A94FF;
}

.article.red-2 {
    background-color: #CC002B;
}

.article.red-4 {
    background-color: #FF0D00;
}

.article.red-5 {
    background-color: #ED3E38;
}

.article.orange-1 {
    background-color: #FF701A;
}

.article.orange-2 {
    background-color: #FF991A;
}

.article.green {
    background-color: #4FFF00;
}

.article.yellow-1 {
    background-color: #FFBF0D;
}

.article.yellow-2 {
    background-color: #FFE833;
}

.article.bftc-lt-pink {
    background-color: #F238A6;
}

.article.bftc-dk-pink {
    background-color: #AB035C;
}

.article.bftc-lt-grey {
    background-color: #585951;
}

.article.bftc-dk-grey {
    background-color: #CFC9C4;
}

.article.oc-video-blue {
    background-color: #55BEE7;
}

.cta__background.blue {
    background-color: #00338D;
}

.cta__background.red {
    background-color: #B71234;
}

.cta__background.cool-gray {
    background-color: #63666A;
}

.cta__background.gray-2 {
    background-color: #9EA2A2;
}

.cta__background.gray-3 {
    background-color: #C7C9C7;
}

.cta__background.blue-2 {
    background-color: #69FFF0;
}

.cta__background.blue-3 {
    background-color: #1A6EFF;
}

.cta__background.blue-4 {
    background-color: #0A4FFF;
}

.cta__background.blue-5 {
    background-color: #4A94FF;
}

.cta__background.red-2 {
    background-color: #CC002B;
}

.cta__background.red-4 {
    background-color: #FF0D00;
}

.cta__background.red-5 {
    background-color: #ED3E38;
}

.cta__background.orange-1 {
    background-color: #FF701A;
}

.cta__background.orange-2 {
    background-color: #FF991A;
}

.cta__background.green {
    background-color: #4FFF00;
}

.cta__background.yellow-1 {
    background-color: #FFBF0D;
}

.cta__background.yellow-2 {
    background-color: #FFE833;
}

.cta__background.bftc-lt-pink {
    background-color: #F238A6;
}

.cta__background.bftc-dk-pink {
    background-color: #AB035C;
}

.cta__background.bftc-lt-grey {
    background-color: #585951;
}

.cta__background.bftc-dk-grey {
    background-color: #CFC9C4;
}

.cta__background.oc-video-blue {
    background-color: #55BEE7;
}

.cta-arrow .cta__content.blue::before {
    border-bottom: 15px solid #00338D;
}

.cta-arrow .cta__content.red::before {
    border-bottom: 15px solid #B71234;
}

.cta-arrow .cta__content.cool-gray::before {
    border-bottom: 15px solid #63666A;
}

.cta-arrow .cta__content.gray-2::before {
    border-bottom: 15px solid #9EA2A2;
}

.cta-arrow .cta__content.gray-3::before {
    border-bottom: 15px solid #C7C9C7;
}

.cta-arrow .cta__content.blue-2::before {
    border-bottom: 15px solid #69FFF0;
}

.cta-arrow .cta__content.blue-3::before {
    border-bottom: 15px solid #1A6EFF;
}

.cta-arrow .cta__content.blue-4::before {
    border-bottom: 15px solid #0A4FFF;
}

.cta-arrow .cta__content.blue-5::before {
    border-bottom: 15px solid #4A94FF;
}

.cta-arrow .cta__content.red-2::before {
    border-bottom: 15px solid #CC002B;
}

.cta-arrow .cta__content.red-4::before {
    border-bottom: 15px solid #FF0D00;
}

.cta-arrow .cta__content.red-5::before {
    border-bottom: 15px solid #ED3E38;
}

.cta-arrow .cta__content.orange-1::before {
    border-bottom: 15px solid #FF701A;
}

.cta-arrow .cta__content.orange-2::before {
    border-bottom: 15px solid #FF991A;
}

.cta-arrow .cta__content.green::before {
    border-bottom: 15px solid #4FFF00;
}

.cta-arrow .cta__content.yellow-1::before {
    border-bottom: 15px solid #FFBF0D;
}

.cta-arrow .cta__content.yellow-2::before {
    border-bottom: 15px solid #FFE833;
}

.cta-arrow .cta__content.bftc-lt-pink::before {
    border-bottom: 15px solid #F238A6;
}

.cta-arrow .cta__content.bftc-dk-pink::before {
    border-bottom: 15px solid #AB035C;
}

.cta-arrow .cta__content.bftc-lt-grey::before {
    border-bottom: 15px solid #585951;
}

.cta-arrow .cta__content.bftc-dk-grey::before {
    border-bottom: 15px solid #CFC9C4;
}

.cta-arrow .cta__content.oc-video-blue::before {
    border-bottom: 15px solid #55BEE7;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    color: #63666A;
}

h1, h2, h3 {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
}

h1 {
    font-size: 2.75em;
    line-height: 1.2em;
}

h2 {
    font-size: 2.3em;
    line-height: 1.2em;
}

h3 {
    font-size: 1.7em;
    line-height: 1.2em;
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 2.3em;
    }
}

h4 {
    font-size: 1.4em;
    line-height: 1.1em;
    margin: 0;
    padding: 10px 0 5px;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 991px) {
    h4 {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 1.0em;
    }
}

h5 {
    font-size: 1.2em;
    line-height: 1.1em;
    margin: 0;
    padding: 10px 0 5px;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 991px) {
    h5 {
        font-size: 1.1em;
    }
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 1.0em;
    }
}

h6 {
    font-size: 1.02em;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #63666A;
    margin-bottom: .1em;
}

p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #3B3C3E;
    margin: 0 0 10px;
}

body {
    font-size: 14px;
    line-height: 20px;
    color: #3B3C3E;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.bold {
    font-weight: bold;
}

.oswald, .button, .button--cta, .button--outline, .button--small, .nav__list--item a, .login__submit, .add-this a, .article__title--large, .page__title--large, .marketing-promo__summary p, .top-news__summary p {
    font-family: 'Oswald', sans-serif;
}

.opensans, h6, .nav-main, .dropdown-cta p, .article__title, .page__title, .contact__title, .sidebar-links__list--item a {
    font-family: 'Open Sans', sans-serif;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.section__title, .section__title--large {
    font-size: 1.7em;
    line-height: 1.2em;
    color: #63666A;
    font-weight: 500;
    margin: 0;
    padding: 0 0 15px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media only screen and (max-width: 991px) {
    .section__title, .section__title--large {
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 767px) {
    .section__title, .section__title--large {
        font-size: 2.3em;
    }
}

.section__title--large {
    font-size: 3.3em;
    line-height: 1.15em;
    padding: 60px 0 35px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

@media only screen and (max-width: 991px) {
    .section__title--large {
        font-size: 2.8em;
        line-height: 1.85em;
        padding: 20px 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section__title--large {
        font-size: 3.1em;
        line-height: 1.75em;
        padding: 20px 0 30px;
    }
}

.section__title--large::after {
    content: '';
    display: block;
    background-color: #63666A;
    width: 65px;
    height: 5px;
    margin: 25px auto 0;
}

.main-content__body .section__title--large {
    color: #63666A;
    padding-top: 25px;
}

    .main-content__body .section__title--large:after {
        background-color: #63666A;
        height: 4px;
    }

body {
    background-color: #FFF;
    overflow-x: hidden;
    margin-top: 95px;
}

@media only screen and (max-width: 991px) {
    body {
        margin-top: 70px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    body {
        margin-top: 65px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        margin-top: 55px;
    }
}

/**:focus {
    outline: 3px dashed;
    outline-color:black;

}*/
a:hover {
    color: #23527c;
    text-decoration: none;
}

a:active {
    text-decoration: underline;
}

a:focus {
    text-decoration: underline;
}

/*.marketing-promo__detail,*/
.skew, .section__title--large::after,
.stripe, .stripe--featured-video,
.youth .stripe--featured-video, .stripe--right,
.stripe--bottom,
.ribbon::after, .cta__headline::after, .sidebar-links__title::after,
.top-news__title::after,
.featured-video__title::after {
    -webkit-transform: skew(-18.25deg);
    -moz-transform: skew(-18.25deg);
    -o-transform: skew(-18.25deg);
    -ms-transform: skew(-18.25deg);
}




.skew-youth, .youth .stripe,
.youth .stripe--featured-video,
.youth .stripe--right,
.youth .ribbon::after,
.youth .featured-video__title::after {
    -webkit-transform: skew(-32deg);
    -moz-transform: skew(-32deg);
    -o-transform: skew(-32deg);
    -ms-transform: skew(-32deg);
}

/*.marketing-promo__detail p*/
.no-skew {
    -webkit-transform: skew(18.25deg);
    -moz-transform: skew(18.25deg);
    -o-transform: skew(18.25deg);
    -ms-transform: skew(18.25deg);
}

.skew-reset {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    -ms-transform: skew(0deg);
}

.skew-zero {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    -ms-transform: skew(0deg);
}

.stripes {
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    overflow: visible;
    z-index: -1;
}

.stripe, .stripe--featured-video, .youth .stripe--featured-video {
    position: absolute;
    width: 1000px;
    height: 100%;
    background-color: #9EA2A2;
    transition: background-color 0.2s;
    left: -270px;
    z-index: 2;
}

.youth .stripe, .youth .stripe--featured-video {
    position: absolute;
    width: 1000px;
    height: 100%;
    background-color: #9EA2A2;
    transition: background-color 0.2s;
    left: -270px;
    z-index: 2;
}

.stripe--right {
    position: absolute;
    width: 175px;
    height: 100%;
    background-color: #9EA2A2;
    transition: background-color 0.2s;
    z-index: 2;
}

.youth .stripe--right {
    position: absolute;
    width: 250px;
    height: 100%;
    background-color: #9EA2A2;
    transition: background-color 0.2s;
    z-index: 2;
}

.stripe--bottom {
    position: absolute;
    width: 1000px;
    height: 100%;
    z-index: 2;
}

.button, .button--cta, .button--outline, .button--small {
    display: inline-block;
    padding: 7px 28px;
    margin: 0;
    background-color: #FFF;
    border: 2px solid #FFF;
    color: #63666A;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
}

    .button:hover, .button--cta:hover, .button--outline:hover, .button--small:hover, button:active, button:focus, button:visited {
        text-decoration: none;
    }

.button--outline {
    background-color: transparent;
    color: #FFF;
    border: 2px solid #FFF;
}

    .button--outline:hover {
        background-color: #FFF;
        color: #00338D;
    }

.button--small {
    padding: 4px 12px;
    border-width: 1px;
    font-size: 0.9em;
    font-weight: 300;
}

.container.main-content {
    margin-top: 45px;
    position: relative;
    min-height: 680px;
}

@media only screen and (max-width: 767px) {
    .container.main-content {
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.container.page-stripes {
    position: absolute;
    overflow: visible;
    height: 1740px;
    margin: 0 auto;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.page-stripes .stripes {
    width: auto;
    left: 0;
    right: 0;
}

@media only screen and (min-width: 1680px) {
    .page-stripes .stripes {
        display: none;
    }
}

.page-stripes .stripes .stripe, .page-stripes .stripes .stripe--featured-video {
    left: -1064px;
    width: 1000px;
    background-color: #000;
    opacity: 0.05;
    z-index: 9;
}

.page-stripes .stripes .stripe {
    left: -936px;
    left: -1049px;
}

@media only screen and (max-width: 1199px) {
    .page-stripes .stripes .stripe {
        left: -1033px;
        left: -1077px;
    }
}

@media only screen and (max-width: 991px) {
    .page-stripes .stripes .stripe, .page-stripes .stripes .stripe--featured-video {
        left: -1108px;
    }

    .page-stripes .stripes .stripe {
        left: -1081px;
        left: -1116.5px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /*.page-stripes .stripes .stripe,*/
    .page-stripes .stripes .stripe--featured-video {
        left: -1109px;
    }
}

.page-stripes .stripes .stripe + .stripe,
.page-stripes .stripes .stripe--featured-video + .stripe,
.page-stripes .stripes .youth .stripe--featured-video + .stripe,
.page-stripes .stripes .stripe + .stripe--featured-video,
.page-stripes .stripes .stripe--featured-video + .stripe--featured-video,
.page-stripes .stripes .youth .stripe + .stripe--featured-video,
.page-stripes .stripes .youth .stripe--featured-video + .stripe--featured-video {
    left: -1004px;
    width: 1000px;
    background-color: #000;
    opacity: 0.05;
    z-index: 9;
}

.page-stripes .stripes .stripe + .stripe {
    left: -995px;
    left: -988px;
}

@media(max-width:1199px) {
    .page-stripes .stripes .stripe + .stripe {
        left: -1017px;
        left: -1017px;
    }
}

@media only screen and (max-width: 991px) {
    .page-stripes .stripes .stripe + .stripe, .page-stripes .stripes .stripe--featured-video + .stripe, .page-stripes .stripes .youth .stripe--featured-video + .stripe, .page-stripes .stripes .stripe + .stripe--featured-video, .page-stripes .stripes .stripe--featured-video + .stripe--featured-video, .page-stripes .stripes .youth .stripe + .stripe--featured-video, .page-stripes .stripes .youth .stripe--featured-video + .stripe--featured-video {
        left: -1058px;
    }

    .page-stripes .stripes .stripe + .stripe {
        left: -1031px;
        left: -1065px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /*.page-stripes .stripes .stripe + .stripe,*/
    .page-stripes .stripes .stripe--featured-video + .stripe,
    .page-stripes .stripes .youth .stripe--featured-video + .stripe,
    .page-stripes .stripes .stripe + .stripe--featured-video,
    .page-stripes .stripes .stripe--featured-video + .stripe--featured-video,
    .page-stripes .stripes .youth .stripe + .stripe--featured-video,
    .page-stripes .stripes .youth .stripe--featured-video + .stripe--featured-video {
        left: -1060px;
    }
}

.scroll--header .page-stripes {
    top: -50px;
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
    .scroll--header .page-stripes {
        top: -50px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .scroll--header .page-stripes {
        top: -20px;
    }
}

.container.page-stripes--bottom {
    position: absolute;
    overflow: visible;
    height: 1900px;
    padding: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.page-stripes--bottom .stripes .stripe,
.page-stripes--bottom .stripes .stripe--featured-video {
    left: 1217px;
    width: 1000px;
    background-color: #9EA2A2;
    opacity: 0.45;
    z-index: 9;
}

    .page-stripes--bottom .stripes .stripe + .stripe, .page-stripes--bottom .stripes .stripe--featured-video + .stripe, .page-stripes--bottom .stripes .youth .stripe--featured-video + .stripe, .page-stripes--bottom .stripes .stripe + .stripe--featured-video, .page-stripes--bottom .stripes .stripe--featured-video + .stripe--featured-video, .page-stripes--bottom .stripes .youth .stripe + .stripe--featured-video, .page-stripes--bottom .stripes .youth .stripe--featured-video + .stripe--featured-video {
        left: 1147px;
        width: 1000px;
        background-color: #9EA2A2;
        opacity: 0.45;
        z-index: 9;
    }

.container-fluid.header {
    position: relative;
    height: 95px;
    z-index: 99991; /*999999*/
    background-color: #FFF;
    border-bottom: 1px solid #d5d7d5;
    transition: height 0.3s;
    overflow: visible;
}

@media only screen and (min-width: 768px) {
    .container-fluid.header {
        width: 100%;
        height: 95px;
        top: 0;
        left: 0;
        right: 0;
        position: fixed;
    }
}

@media only screen and (max-width: 991px) {
    .container-fluid.header {
        height: 70px;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .container-fluid.header {
        height: 55px;
        left: 0;
        right: 0;
        top: 0;
        position: fixed;
    }
}

@media only screen and (min-width: 768px) {
    body.scroll--header {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 767px) {
    body.scroll--header {
        margin-top: 55px;
    }
}

@media only screen and (min-width: 768px) {
    .container-fluid.header.scroll {
        height: 45px;
        position: fixed;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .container-fluid.header.scroll {
        height: 45px;
        position: fixed;
    }
}

@media only screen and (max-width: 767px) {
    .container-fluid.header.scroll {
        height: 55px;
        position: fixed;
    }
}

.container-fluid.header .container {
    position: relative;
    padding-top: 0;
    margin: 0 auto;
}

@media only screen and (max-width: 479px) {
    .container-fluid.header .container {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
}

.logo {
    cursor: pointer;
    width: 90px;
    height: 100px;
    background-position: 0px 16px;
    background-size: 360px;
    background-repeat: no-repeat;
    display: block;
    transition: all .2s;
    padding: 16px;
    padding-top: 30px;
}

    .logo img {
        max-height: 100%;
    }

.usbc-logotype-text {
    font-size: 11px;
    color: #9EA2A2;
    color: #a5a5a5;
    color: #5e5e5e;
    position: absolute;
    left: 90px;
    top: 29px;
    font-weight: 400;
}

    .usbc-logotype-text img {
        min-width: 205px;
    }

@media only screen and (max-width: 991px) {
    .logo {
        margin-left: 0;
        width: 230px;
        background-position: 0px 12px;
        background-size: 280px;
        height: 68px;
        padding: 16px;
    }

    .usbc-logotype-text {
        left: 78px;
        top: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        height: 54px;
        margin: 0 auto;
        background-size: 245px;
        width: 54px;
        background-position: 44px 6px;
        padding: 8px;
    }
}

@media only screen and (max-width: 320px) {
    .logo {
        background-size: 200px;
        width: 54px;
        background-position: 36px 10px;
    }
}

@media only screen and (min-width: 768px) {
    .logo.scroll {
        width: 44px;
        height: 43px;
        background-size: 260px;
        background-position: -219px -3px;
    }
}

@media only screen and (max-width: 767px) {
    .logo.scroll {
        height: 54px;
        margin: 0 auto;
        background-size: 245px;
        width: 200px;
        background-position: 44px 6px;
    }
}

@media only screen and (max-width: 320px) {
    .logo.scroll {
        background-size: 200px;
        width: 165px;
        background-position: 36px 10px;
    }
}

.nav-main {
    letter-spacing: 0.8px;
    position: absolute;
    right: -15px;
    top: 52px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    overflow: hidden;
    height: 42px;
}

@media only screen and (max-width: 991px) {
    .nav-main {
        top: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .nav-main.scroll {
        top: 15px;
        right: 207px;
    }
}

@media only screen and (min-width: 992px) {
    .nav-main.scroll {
        right: 207px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .nav-main.scroll {
        top: 15px;
        right: 207px; /*175px*/
    }
}

@media only screen and (max-width: 767px) {
    .nav-main.scroll {
        top: 54px;
        right: 183px;
    }
}

@media only screen and (max-width: 479px) {
    .nav-main.scroll {
        top: 55px;
    }
}

.nav__list {
    list-style: none;
}

.nav__list--item {
    display: inline-block;
    margin-left: 27px;
    padding: 0;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .nav__list--item {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .nav__list--item {
        margin-left: 11px;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .nav__list--item {
        display: block;
        margin: 0;
        padding: 0 15px 0 0;
        border-bottom: 1px solid #3d4144;
    }
}

/*.nav-level-1 .nav__list--item:last-child {
  display: none; 

}*/
@media only screen and (max-width: 767px) {
    .nav-level-1 .nav__list--item:last-child {
        display: block;
    }
}

.nav-level-1.open .nav__list {
    padding: 0 15px;
}

.nav__list--item a {
    color: #00338D;
    font-size: 1.1em;
    font-weight: 400;
    display: block;
}

@media only screen and (min-width: 768px) {
    .nav__list--item a {
        height: 30px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .nav__list--item a {
        height: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .nav__list--item a {
        height: 45px;
    }
}

@media only screen and (max-width: 991px) {
    .nav__list--item a {
        font-size: 0.95em;
    }
}

@media only screen and (max-width: 767px) {
    .nav__list--item a {
        font-family: "Open Sans", sans-serif;
        letter-spacing: 2px;
        font-weight: 300;
        color: #FFF;
        padding: 14px 0;
        display: block;
        position: relative;
        margin: 0;
        text-transform: uppercase;
        font-size: 1.5em;
        line-height: 22px;
        min-height: 52px;
    }
}

.nav__list--item a:active {
    text-decoration: none;
    outline: 0;
}

.nav__list--item a:focus {
    color: #05328D;
    text-decoration: none;
    outline: 0;
    /*outline: dotted 2px blue;
    outline: 0; 
  border: 5px dotted red;*/
}
/*
.nav__list--item a:focus-visible {
    color: #05328D;
    text-decoration: none;
    outline: dotted 2px green;

}
.nav__list--item{

}*/


.nav__list--item .active,
.nav__list--item .active:hover {
    text-decoration: none;
    color: #B71234;
    /*border: 5px dotted yellow;*/
}
/*
.dropdown__list--item:focus,
.nav__list--item:focus{
    border: 5px dotted green;
}

.dropdown__list--item a:focus {
    border: 5px dotted brown;
}
.nav-level-3:focus, .dropdown-wrapper:focus {
    border: 5px dotted purple;
}*/

/*.slick-arrow:hover {
    outline-color: purple;
    outline-width: 3px;
    border: 5px dotted purple;
}*/

@media only screen and (max-width: 767px) {
    .nav__list--item .active, .nav__list--item .active:hover {
        color: inherit;
    }
}

.nav__list--item .active, .nav__list--item .active:hover, .nav__list--item a:focus {
    text-decoration: none;
    color: #B71234;
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
    .nav__list--item .active, .nav__list--item .active:hover {
        color: #B71234;
    }
}

@media only screen and (max-width: 767px) {
    .nav__list--item .active, .nav__list--item .active:hover {
        color: #00338D;
    }
}

.nav__list--item a.active::before, .nav__list--item a:focus::before {
    content: '';
    display: block;
    width: 50%;
    height: 4px;
    position: absolute;
    bottom: 3px;
    left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 4px solid #00338D;
    border-left: 2px solid transparent;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .nav__list--item a:focus {
        outline: white dotted thin;
        outline-offset: -2px;
    }

        .nav__list--item a.active::before, .nav__list--item a:focus::before {
            content: none;
        }
}

.nav__list--item a.no-children::after {
    content: none;
}

.nav__list--item a.active::after, .nav__list--item a:focus::after {
    content: '';
    display: block;
    width: 50%;
    height: 4px;
    position: absolute;
    bottom: 3px;
    right: 0;
    border-right: 2px solid transparent;
    border-left: 0;
    border-top: 4px solid #00338D;
    border-bottom: 0;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .nav__list--item a.active::after, .nav__list--item a:focus::after {
        content: "";
        background-position: -205px -147px;
        height: 35px;
        width: 35px;
        position: absolute;
        top: 9px;
        right: -25px;
        border: 0 none;
    }
}

@media only screen and (max-width: 767px) {
    .nav__list--item a::after {
        content: "";
        background-position: -205px -117px;
        height: 35px;
        width: 35px;
        position: absolute;
        top: 9px;
        right: -20px;
    }
}

@media only screen and (min-width: 768px) {
    .nav-main.scroll .nav__list--item a {
        height: 30px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .nav-main.scroll .nav__list--item a {
        height: 27px;
    }
}

@media only screen and (min-width: 992px) {
    .nav-main.scroll .nav__list--item a {
        height: 28px;
    }
}

.nav-main.scroll .nav__list--item a.active::before {
    bottom: 0;
}

.nav-main.scroll .nav__list--item a:hover::after,
.nav-main.scroll .nav__list--item a.active::after {
    bottom: 0;
}

@media only screen and (min-width: 768px) {
    .nav-main.scroll .nav__list--item a:hover::after,
    .nav-main.scroll .nav__list--item a.active::after {
        margin-top: 3px;
    }
}


.nav-secondary {
    position: absolute;
    right: -5px;
    top: 12px;
}

@media only screen and (max-width: 767px) {
    .nav-secondary {
        right: 9px;
    }
}

@media only screen and (max-width: 479px) {
    .nav-secondary {
        right: 7px;
    }
}

.social-links {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 112px;
    top: 0px;
    right: 96px;
}

@media only screen and (max-width: 991px) {
    .social-links {
        top: 1px;
        right: 96px;
    }
}

@media only screen and (max-width: 767px) {
    .social-links {
        display: none;
    }
}

.social-links > li {
    text-indent: -9999px;
    display: inline-block;
    margin: 0 1px;
    padding: 0;
}

.facebook {
    width: 21px;
    height: 21px;
    background-position: -94px -6px;
}

    .facebook:hover, .facebook:focus {
        background-position: -94px -36px;
    }

.twitter {
    width: 21px;
    height: 21px;
    background-position: -126px -6px;
}

    .twitter:hover, .twitter:focus {
        background-position: -126px -36px;
    }

.youtube {
    height: 21px;
    width: 26px;
    background-position: -153px -6px;
}

    .youtube:hover, .youtube:focus {
        background-position: -153px -36px;
    }


.nav-is-open body {
    position: fixed;
}

.nav-icon, .nav__list--item a.active::after, .nav__list--item a::after, .facebook, .twitter, .youtube, .nav-icon--home, .nav-icon--search, .search__submit--icon, .pagination__list--item a.previous, .pagination__list--item a.next, .sidebar-nav--icon {
    background-image: url("/bowl/images/bowl-sprites.png");
    background-size: 330px;
    background-repeat: no-repeat;
    background-color: transparent;
    text-indent: -9999px;
    display: block;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
}

.instagram {
    background-image: url("/bowl/images/IGicon.png");
    background-size: 17px;
    background-repeat: no-repeat;
    background-color: transparent;
    text-indent: -9999px;
    display: block;
    padding: 0;
    cursor: pointer;
    background-position: 2px 2px;
    height: 21px;
    width: 21px;
}

    .instagram:hover, .instagram:focus {
        background-image: url("/TemplatesResponsive/Resources/img/IGicon_color.png");
    }

@media only screen and (min-width: 768px) {
    .nav-footer {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .nav-footer {
        display: block;
        height: 200px;
        background-color: #63666B;
    }
}

.nav-icon--home {
    float: left;
    width: 22px;
    height: 22px;
    top: -1px;
    position: relative;
    background-position: -247px -5px;
}

@media only screen and (max-width: 767px) {
    .nav-icon--home {
        top: 1px;
    }
}

.nav-small-icon {
    display: none;
    position: absolute;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .nav-small-icon {
        display: block;
        font-size: 0.6em;
        text-indent: -9999px;
        height: 30px;
        width: 30px;
        background-image: url("/bowl/images/bowl-sprites.png");
        background-repeat: no-repeat;
        background-color: transparent;
        left: 14px;
        top: 12px;
        background-position: 0px -90px;
        background-size: 330px;
    }
}

.nav-small-icon.open {
    background-position: -61px -89px;
}

.nav-dropdown {
    position: absolute;
    box-shadow: 5px 0px 5px -4px rgba(0, 0, 0, 0.2), -5px 0px 5px -4px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #D5D7D5;
    border-left: 1px solid #D5D7D5;
    border-right: 1px solid #D5D7D5;
    display: none;
}

@media only screen and (max-width: 991px) {
    .nav-dropdown {
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) {
    .nav-dropdown {
        background-color: #FFF;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .nav-dropdown {
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) {
    .nav-dropdown {
        margin-top: -1px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-dropdown {
        position: relative;
        margin-left: -15px;
        width: 100%;
        height: 100%;
        top: 55px;
        z-index: 9999;
    }
}

.scroll .nav-dropdown.open {
    margin-top: 1px;
}

.nav-dropdown.open {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0;
}

@media only screen and (min-width: 992px) {
    .nav-dropdown.open {
        margin-top: -6px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-dropdown.open {
        margin-top: 0;
        left: 0;
        right: 0;
        top: 55px;
        bottom: 0;
        position: fixed;
        z-index: 1;
    }
}

@media only screen and (max-width: 767px) {
    .nav-dropdown.close {
        width: 100%;
        height: 0;
    }
}

.dropdown-wrapper {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 25px 30px 15px;
}

@media only screen and (min-width: 768px) {
    .dropdown-wrapper {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .dropdown-wrapper {
        padding: 0;
    }
}

.dropdown-wrapper.open {
    display: block;
}

.nav-level-1,
.nav-level-2,
.nav-level-3 {
    -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
    .nav-level-1 {
        transition: left 0.1s, height 0.2s;
        left: 0;
        position: fixed;
        margin: 0;
        padding: 0;
        background-color: #63666B;
        top: 55px;
        width: 100%;
        height: 0;
        overflow: hidden;
        z-index: 3;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .nav-level-1 a:focus,
    .nav-level-2 a:focus,
    .nav-level-3 a:focus {
        color: #00338D;
    }
}

@media only screen and (max-width: 767px) {
    .nav-level-1 a:hover,
    .nav-level-2 a:hover,
    .nav-level-3 a:hover {
        color: #00338D;
    }
}

@media only screen and (max-width: 479px) {
    .nav-level-1 a:hover,
    .nav-level-2 a:hover,
    .nav-level-3 a:hover {
        color: #FFFFFF;
    }
}

@media only screen and (max-width: 767px) {
    .nav-level-1.open {
        min-height: 2000px;
        left: 0;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-level-1.open.left {
        left: 0;
    }
}

.nav-level-1 .nav__list::after {
    content: "";
    position: relative;
    bottom: 0px;
    height: 100px;
    width: 100%;
    display: block;
    background-color: transparent;
}

.nav-level-1 .nav__list--item {
    margin: 0 7px;
}
    /*        .nav-level-1 .nav__list--item.bowltv-nav-list-item{
            margin-right:0px;
        }*/

    .nav-level-1 .nav__list--item.bji-nav-list-item {
        margin-left: 328px;
        margin-left: 345px;
    }

@media only screen and (max-width: 1199px) {

    .nav-level-1 .nav__list--item.bji-nav-list-item {
        margin-left: 128px;
        margin-left: 142px;
    }
}

@media only screen and (max-width: 991px) {
    .nav-level-1 .nav__list--item.bji-nav-list-item {
        margin-left: 28px;
    }
    /*        .nav-level-1 .nav__list--item {
            margin: 0 7px;
        }*/
    /*        .nav-level-1 .nav__list--item.bowltv-nav-list-item {
            margin-right: 0px;
        }*/
}

@media (max-width: 767px) {
    /*
    .nav-level-1 .nav__list--item.bowltv-nav-list-item {
        margin-right:7px;
    }*/
    .nav-level-1 .nav__list--item.bji-nav-list-item {
        margin-left: 7px;
    }
}

.nav-level-1 .nav__list {
    /*transition: left 0.2s;*/
    left: 0;
}

.nav-level-1.open .nav__list {
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
}

.nav-level-1.open.left .nav__list {
    left: -100%;
    z-index: 1;
}

.nav-level-2 {
    transition: left 0.2s;
    left: 100%;
    position: fixed;
    height: 100%;
    width: 100%;
}

    .nav-level-2.open {
        left: 0;
        z-index: 9;
    }

        .nav-level-2.open.left {
            left: -100%;
        }

.nav-level-2-group {
    display: none;
    position: relative;
    padding: 0 15px;
    overflow-y: scroll;
    height: 100%;
}

    .nav-level-2-group.open {
        display: block;
    }

        .nav-level-2-group.open::after {
            content: "";
            position: relative;
            bottom: 0px;
            height: 100px;
            width: 100%;
            display: block;
            background-color: transparent;
            overflow-y: scroll;
        }

.nav-level-2 .nav__list {
    margin: 0;
    padding: 0;
}

.nav-level-2-group .nav__list {
    height: auto;
    width: 100%;
    height: 100%;
    display: none;
}

.nav-level-2-group.open .nav__list {
    display: block;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .nav-level-3 {
        border: 0;
        transition: left 0.2s;
        position: fixed;
        display: block;
        margin: 0;
        padding: 0;
        left: 100%;
        z-index: 2;
    }
}

@media only screen and (max-width: 767px) {
    .nav-level-3.open {
        padding-top: 0;
        height: 100%;
        left: 0px;
        z-index: 999;
    }
}

@media only screen and (max-width: 767px) {
    .nav-level-3.open.left {
        left: -100%;
    }
}

.dropdown__links {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .dropdown__links {
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .dropdown__links {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow-y: scroll;
    }
}

.dropdown__list--title-level-2, .dropdown__list--title-level-3 {
    font-family: 'Oswald', sans-serif;
    color: #63666A;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .dropdown__list--title.dropdown__list--title-level-2 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .dropdown__list--title.dropdown__list--title-level-2 {
        display: block;
        text-align: center;
        font-size: 1.6em;
        letter-spacing: 1.25px;
        height: 69px;
        line-height: 69px;
        margin: 0;
        padding: 0 15px 0 0;
        transition: margin-left 0.2s;
        width: 100%;
        left: 15px;
        right: 15px;
        margin-left: 100%;
        border-bottom: 1px solid #3d4144;
        z-index: 999999;
    }
}

@media only screen and (max-width: 767px) {
    .open > .dropdown__list--title.dropdown__list--title-level-2 {
        margin: 0;
        padding: 0;
    }
}

.dropdown__list--title.dropdown__list--title-level-3 {
    text-transform: uppercase;
    font-size: 1.4em;
    line-height: 1.1em;
    margin: 0;
    padding: 10px 0 5px;
    letter-spacing: 0.5px;
}

@media only screen and (min-width: 768px) {
    .dropdown__list--title.dropdown__list--title-level-3 {
        font-size: 1.1em;
        line-height: 1.23em;
        letter-spacing: 0.7px;
        margin-top: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .dropdown__list--title.dropdown__list--title-level-3 {
        display: block;
        text-align: center;
        font-size: 1.6em;
        letter-spacing: 1.25px;
        height: 70px;
        line-height: 1.0em;
        margin: 0;
        padding-top: 25px;
        transition: margin-left 0.2s;
        width: 100%;
        border-bottom: 1px solid #3d4144;
        z-index: 999999;
    }
}

.dropdown__list--title a {
    color: #63666A;
    cursor: default;
}

@media only screen and (max-width: 767px) {
    .dropdown__list--title a {
        cursor: pointer;
        color: #FFF;
        padding: 0;
        display: block;
        width: 100%;
    }

    .exit-level:focus {
        outline: white dotted thin;
        outline-offset: -2px;
    }
}

.dropdown__list--title a:hover,
.dropdown__list--title a:focus,
.dropdown__list--title a:active {
    text-decoration: none;
}

.dropdown__list {
    list-style-type: none;
}

@media only screen and (min-width: 768px) {
    .dropdown__list {
        margin: 0 auto;
        padding: 0 0 20px 0;
    }
}

@media only screen and (max-width: 767px) {
    .dropdown__list {
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 320px) {
    .dropdown__list--column {
        padding-left: 0;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .dropdown__list--column.col-xs-3 {
        width: 100%;
        padding: 0 15px;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .dropdown__list--column.col-xs-3 {
        padding: 0 15px;
        margin: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .dropdown__list--column.col-xs-3 {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 768px) {
    .dropdown__list--item {
        list-style-type: none;
        line-height: 1.23em;
        margin: 0 0 0.7em;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .dropdown__list--item {
        margin: 0;
        padding: 0 0 0 15px;
        border-bottom: 1px solid #3d4144;
    }
}

@media only screen and (max-width: 320px) {
    .dropdown__list--item {
        margin: 0;
        padding: 0 15px 0 0;
    }
}

.dropdown__list--item a {
    font-size: 1.0em;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #63666A;
    margin-bottom: 1.3em;
}

@media only screen and (max-width: 767px) {
    .dropdown__list--item a {
        text-transform: uppercase;
        font-size: 1.4em;
        font-weight: 300;
        color: #FFF;
        padding: 20px 0 21px;
        display: block;
        position: relative;
        margin: 0;
    }
}

.dropdown__list--item a:hover {
    color: #B71234;
}

@media(min-width:768px) {
    .dropdown__list--item a:focus {
    }
}


@media only screen and (max-width: 767px) {
    .dropdown__list--item a:hover {
        color: #FFF;
        text-decoration: none;
    }
}

.dropdown__list--item a:focus {
    text-decoration: none;
    outline: 0;
}

.dropdown__list--item a:focus {
    /*#00338D*/
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 1px;
    outline: #00338D dotted thin;
}

@media only screen and (max-width: 767px) {
    .dropdown__list--item a:focus {
        outline: white dotted thin;
        outline-offset: -2px;
    }

    .dropdown-cta {
        visibility: hidden;
    }
}

.dropdown-cta p {
    font-size: 0.95em;
    font-weight: 400;
    line-height: 1.3em;
    color: #63666A;
    margin: 1em auto;
    padding: 0;
    height: 52px;
    overflow: hidden;
}

.dropdown-cta img {
    width: 100%;
}

.nav--prev {
    display: none;
}

@media only screen and (max-width: 767px) {
    .nav--prev {
        padding: 0;
        display: block;
        position: absolute;
        top: 23px;
        left: 15px;
        background-image: url("/bowl/images/arrow-back.svg");
        width: 24px;
        height: 24px;
        text-indent: -9999px;
        background-color: transparent;
        overflow: hidden;
    }
}

.login {
    position: absolute;
    right: 0;
}

@media only screen and (max-width: 767px) {
    .login#logincontrol {
        top: 6px;
    }
    .login.no-logged-in {
        top: 6px;
    }
}

.login-toggle {
    position: absolute;
    right: 0px;
    text-indent: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85em;
    letter-spacing: 0.5px;
    color: #63666a;
    font-weight: 400;
    text-transform: uppercase;
    width: auto;
    margin-left: 15px;
    padding: 0 15px 0 23px;
    line-height: 20px;
}

@media only screen and (max-width: 991px) {
    .login-toggle {
        /*text-indent: -9999px;*/
        padding-right: 10px;
        top: 0px;
        right: 0px;
    }
}

.logged-in .login-toggle {
    color: #00338D;
    width: 95px;
    right: -8px;
    letter-spacing: 0.3px;
    text-indent: 0;
}
/* @media only screen and (max-width: 991px) {
    .logged-in .login-toggle {
      right: -35px; } }*/

@media only screen and (max-width: 767px) {
    .logged-in .login-toggle {
        /*right: 25px; */
        right: 12px;
        top: 7px;
        font-size: 16px;
        width: 105px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .logged-in .login-toggle {
        right: 0px;
        top: 0px;
    }
}

.logged-in .login-toggle .nav-icon, .logged-in .login-toggle .nav__list--item a::after, .nav__list--item .logged-in .login-toggle a::after, .logged-in .login-toggle .facebook, .logged-in .login-toggle .twitter, .logged-in .login-toggle .youtube, .logged-in .login-toggle .nav-icon--home, .logged-in .login-toggle .nav-icon--search, .logged-in .login-toggle .search__submit--icon, .logged-in .login-toggle .pagination__list--item a.previous, .pagination__list--item .logged-in .login-toggle a.previous, .logged-in .login-toggle .pagination__list--item a.next, .pagination__list--item .logged-in .login-toggle a.next, .logged-in .login-toggle .sidebar-nav--icon {
    width: 35px;
    height: 30px;
    position: absolute;
    top: -5px;
    left: -2px;
    background-position: -270px -30px;
}

@media only screen and (max-width: 991px) {
    .logged-in .login-toggle .nav-icon, .logged-in .login-toggle .nav__list--item a::after, .nav__list--item .logged-in .login-toggle a::after, .logged-in .login-toggle .facebook, .logged-in .login-toggle .twitter, .logged-in .login-toggle .youtube, .logged-in .login-toggle .nav-icon--home, .logged-in .login-toggle .nav-icon--search, .logged-in .login-toggle .search__submit--icon, .logged-in .login-toggle .pagination__list--item a.previous, .pagination__list--item .logged-in .login-toggle a.previous, .logged-in .login-toggle .pagination__list--item a.next, .pagination__list--item .logged-in .login-toggle a.next, .logged-in .login-toggle .sidebar-nav--icon {
        top: -4px;
    }
}

.logged-in .login-toggle.open .nav-icon, .logged-in .login-toggle.open .nav__list--item a::after, .nav__list--item .logged-in .login-toggle.open a::after, .logged-in .login-toggle.open .facebook, .logged-in .login-toggle.open .twitter, .logged-in .login-toggle.open .youtube, .logged-in .login-toggle.open .nav-icon--home, .logged-in .login-toggle.open .nav-icon--search, .logged-in .login-toggle.open .search__submit--icon, .logged-in .login-toggle.open .pagination__list--item a.previous, .pagination__list--item .logged-in .login-toggle.open a.previous, .logged-in .login-toggle.open .pagination__list--item a.next, .pagination__list--item .logged-in .login-toggle.open a.next, .logged-in .login-toggle.open .sidebar-nav--icon,
.logged-in .login-toggle:hover .nav-icon,
.logged-in .login-toggle:hover .nav__list--item a::after, .nav__list--item
.logged-in .login-toggle:hover a::after,
.logged-in .login-toggle:hover .facebook,
.logged-in .login-toggle:hover .twitter,
.logged-in .login-toggle:hover .youtube,
.logged-in .login-toggle:hover .nav-icon--home,
.logged-in .login-toggle:hover .nav-icon--search,
.logged-in .login-toggle:hover .search__submit--icon,
.logged-in .login-toggle:hover .pagination__list--item a.previous, .pagination__list--item
.logged-in .login-toggle:hover a.previous,
.logged-in .login-toggle:hover .pagination__list--item a.next, .pagination__list--item
.logged-in .login-toggle:hover a.next,
.logged-in .login-toggle:hover .sidebar-nav--icon {
    background-position: -270px -30px;
}

.login-toggle .nav-icon, .login-toggle .nav__list--item a::after, .nav__list--item .login-toggle a::after, .login-toggle .facebook, .login-toggle .twitter, .login-toggle .youtube, .login-toggle .nav-icon--home, .login-toggle .nav-icon--search, .login-toggle .search__submit--icon, .login-toggle .pagination__list--item a.previous, .pagination__list--item .login-toggle a.previous, .login-toggle .pagination__list--item a.next, .pagination__list--item .login-toggle a.next, .login-toggle .sidebar-nav--icon {
    width: 35px;
    height: 30px;
    position: absolute;
    top: -5px;
    left: -5px;
}

@media only screen and (max-width: 991px) {
    .login-toggle .nav-icon, .login-toggle .nav__list--item a::after, .nav__list--item .login-toggle a::after, .login-toggle .facebook, .login-toggle .twitter, .login-toggle .youtube, .login-toggle .nav-icon--home, .login-toggle .nav-icon--search, .login-toggle .search__submit--icon, .login-toggle .pagination__list--item a.previous, .pagination__list--item .login-toggle a.previous, .login-toggle .pagination__list--item a.next, .pagination__list--item .login-toggle a.next, .login-toggle .sidebar-nav--icon {
        top: -4px;
    }
}

.login-toggle.open .nav-icon, .login-toggle.open .nav__list--item a::after, .nav__list--item .login-toggle.open a::after, .login-toggle.open .facebook, .login-toggle.open .twitter, .login-toggle.open .youtube, .login-toggle.open .nav-icon--home, .login-toggle.open .nav-icon--search, .login-toggle.open .search__submit--icon, .login-toggle.open .pagination__list--item a.previous, .pagination__list--item .login-toggle.open a.previous, .login-toggle.open .pagination__list--item a.next, .pagination__list--item .login-toggle.open a.next, .login-toggle.open .sidebar-nav--icon,
.login-toggle:hover .nav-icon,
.login-toggle:hover .nav__list--item a::after, .nav__list--item
.login-toggle:hover a::after,
.login-toggle:hover .facebook,
.login-toggle:hover .twitter,
.login-toggle:hover .youtube,
.login-toggle:hover .nav-icon--home,
.login-toggle:hover .nav-icon--search,
.login-toggle:hover .search__submit--icon,
.login-toggle:hover .pagination__list--item a.previous, .pagination__list--item
.login-toggle:hover a.previous,
.login-toggle:hover .pagination__list--item a.next, .pagination__list--item
.login-toggle:hover a.next,
.login-toggle:hover .sidebar-nav--icon {
    background-position: -0px -30px;
}

.logged-in__list {
    margin-top: 5px;
}

    .logged-in__list li {
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        font-size: 0.85em;
        letter-spacing: 0.5px;
        font-weight: 400;
        text-transform: uppercase;
        width: auto;
        line-height: 20px;
        margin-bottom: 3px;
    }

        .logged-in__list li a {
            color: #63666A;
        }

            .logged-in__list li a:hover {
                color: #00338D;
            }

.login-toggle.open {
    color: #00338D;
}

a.login-toggle:active, a.login-toggle:focus {
    text-decoration: none;
}

.login-wrapper {
    position: absolute;
    top: 19px;
    right: 0;
    display: block;
    width: 235px;
    margin: 0;
    padding: 0 20px;
    background-color: #FFF;
    border: 0;
    border-top: 0;
    transition: height 0.125s, margin 0.125s, opacity 0.125s;
    opacity: 0;
    height: 0;
    overflow: hidden;
    display: none;
}

    .login-wrapper.open {
        display: block;
        opacity: 1.0;
        height: 260px; /*245px*/
        margin: 12px 0 0 0;
        padding: 0 20px 16px;
        border: 1px solid #f3f3f3;
        border-top: 0;
        box-shadow: 5px 0 5px -4px rgba(0, 0, 0, 0.2), -5px 0 5px -4px rgba(0, 0, 0, 0.2);
    }

.logged-in .login-wrapper.open {
    height: 100px;
}

@media only screen and (max-width: 991px) {
    .logged-in .login-wrapper.open {
        right: 0px;
        top: 25px;
    }
}

.login__instruction {
    padding-right: 30px;
    color: #63666A;
    line-height: 1.3em;
    letter-spacing: 0.2px;
}

.login__input--email, .login__input--password {
    display: block;
    width: 100%;
    margin: 0 0 .78em 0;
    padding: .37em .5em;
    background-color: #f1f1f1;
    border: 1px solid #E4E4E4;
    font-size: 0.96em;
    letter-spacing: 0.5px;
}

.login__forgot {
    display: block;
    font-size: 0.82em;
    color: #00338D;
    letter-spacing: 0.4px;
    margin: -0.25em 0 1.05em;
}

.login__submit {
    display: block;
    background-color: #00338D;
    border: 0 none;
    color: #FFF;
    font-size: 0.95em;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 34px;
    height: 37px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.login__create {
    font-size: 0.82em;
    margin: 0.6em 0 0.2em;
    display: block;
    letter-spacing: 0.4px;
}

    .login__create a {
        display: block;
        margin-top: 0.1em;
        color: #00338D;
    }

.login-wrapper *:focus,
.login-wrapper *:active:focus {
    outline: none;
}

@media only screen and (max-width: 767px) {
    body.search-open {
        margin-top: 125px;
    }
}

.secondary-links.search-container {
    position: absolute;
    top: -5px;
    right: 85px;
    width: 30px;
    height: 30px;
    transition: width 0.25s, height .25s;
}

@media only screen and (max-width: 767px) {
    .secondary-links.search-container {
        width: 45px;
        height: 45px;
    }
}

.secondary-links.search-container.open {
    width: 240px;
}

@media only screen and (max-width: 767px) {
    .secondary-links.search-container.open {
        top: 54px;
        height: 70px;
        width: 100%;
        position: fixed;
        background-color: #FFF;
        border-bottom: 1px solid #9EA2A2;
    }
}

.nav-icon--search {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-position: -185px 0px;
    right: 0;
    position: absolute;
}

@media only screen and (max-width: 767px) {
    .nav-icon--search {
        top: 4px;
        right: 5px;
        width: 30px;
        height: 30px;
        background-position: -32px -90px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-icon--search.open, .nav-icon--search.open:hover {
        background-position: -62px -90px;
        top: -42px;
        right: 12px;
    }
}

.nav-icon--search:hover, .nav-icon--search:focus {
    background-position: -185px -30px;
}

@media only screen and (max-width: 767px) {
    .nav-icon--search:hover {
        background-position: -32px -90px;
    }
}

.search__input--wrapper {
    display: none;
    transition: width 0.125s;
    width: 100%;
    height: 30px;
    background-color: #F1F1F1;
    border: 1px solid #E4E4E4;
    border-radius: 15px;
    text-indent: -9999px;
    top: 0px;
    position: absolute;
    right: 0;
}

.search-nav-list-item .search__input--wrapper {
    display: block;
}

@media only screen and (max-width: 767px) {
    .search__input--wrapper {
        top: 0px;
        right: 15px;
        left: 15px;
        width: 30px;
        height: 30px;
        background-position: -31px -89px;
        border-radius: 22px;
        height: 40px;
    }
}

.search__input--wrapper.open {
    display: block;
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .search__input--wrapper.open {
        position: absolute;
        width: auto;
        left: 15px;
        right: 54px;
        top: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .search__input--wrapper.open .search__input, .search__input--wrapper.open .search__input--sidebar {
        font-size: 1.3em;
        display: block;
        height: 40px;
        width: 88%;
    }
}

@media only screen and (max-width: 479px) {
    .search__input--wrapper.open .search__input, .search__input--wrapper.open .search__input--sidebar {
        height: 35px;
    }
}

.search__input, .search__input--sidebar {
    display: none;
    background-color: transparent;
    border: 0 none;
    display: inline-block;
    position: absolute;
    width: 190px;
    height: 26px;
    margin: 1px 15px;
}

@media only screen and (max-width: 479px) {
    .search__input, .search__input--sidebar {
        width: 190px;
        height: 30px;
        margin: 4px 0 4px 15px;
        padding: 0;
    }
}

.search__input--wrapper.open .search__submit--icon {
    background-position: -184px -31px;
}

@media only screen and (max-width: 767px) {
    .search__input--wrapper.open .search__submit--icon {
        background-size: 330px;
        top: 1px;
        right: -43px;
        background-position: -31px -89px;
    }
}

.search__submit--icon {
    text-indent: -9999px;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    border: 0 none;
    background-color: transparent;
    background-position: -185px -1px;
}

@media only screen and (max-width: 767px) {
    .search__submit--icon {
        right: -60px;
    }
}

.search__input:focus, .search__input--sidebar:focus,
.search__input:active:focus,
.search__input--sidebar:active:focus,
.search__button:focus,
.search__button:active:focus {
    outline: none;
}

.container-fluid.footer {
    background-color: #00338D;
    padding-top: 2em;
    padding-bottom: 1em;
    overflow: visible;
}

@media only screen and (max-width: 767px) {
    .container-fluid.footer {
        overflow: hidden;
        padding: 1em 1em 1em;
    }
}

@media only screen and (max-width: 479px) {
    .container-fluid.footer {
        padding-bottom: 1em;
        overflow: hidden;
    }
}

.container.footer__links {
    position: relative;
    z-index: 999;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .container.footer__links {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .container.footer__links {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .container.footer__links {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.footer-nav {
    z-index: 999;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .info-links {
        margin-right: -45px;
    }
}

@media only screen and (max-width: 991px) {
    .logo-links {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .logo-links .col-xs-12 {
        margin-top: 45px;
    }
}

@media only screen and (min-width: 992px) {
    .cta-links {
        margin-left: 10px;
        margin-right: -50px;
    }
}

.download-app a {
    cursor: pointer;
    font-size: 0;
}

.social-links-footer {
    flex-direction: row !important;
    flex-wrap: wrap;
}

@media only screen and (min-width: 992px) {
    .social-links-footer {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .social-links-footer {
        margin-top: 40px;
    }
}

.footer-links {
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 479px) {
    .footer-links {
        width: 100%;
        margin-bottom: 30px;
    }
}

.footer-links__title {
    color: #FFF;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 0 5px;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .footer-links__title {
        font-size: 1.29em;
    }
}

@media only screen and (max-width: 479px) {
    .footer-links__title {
        font-size: 1.17em;
    }
}

.footer-links__list {
    list-style-type: none;
    margin: 2em 0 0;
    padding: 0;
}

    .footer-links__list li {
        margin: 0 auto 0.65em;
    }

    .footer-links__list.link--logos li {
        margin-bottom: 1.75em;
    }

.footer-col__link {
    display: block;
    color: #FFF;
}

    .footer-col__link img {
        max-width: 100%;
    }

    .footer-col__link img {
        display: none;
    }

        .footer-col__link img + img {
            display: block;
        }

body.desktop .footer-col__link:hover {
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
}

.footer-links__list li.veterans .footer-col__link img {
    max-width: 85px;
}

.footer-links__list li.size-85 .footer-col__link img {
    max-width: 85px;
}

.footer-links__list li.size-129 .footer-col__link img {
    max-width: 129px;
}

.footer-links__list li.size-124 .footer-col__link img {
    max-width: 124px;
}

.footer-links__list li.size-91 .footer-col__link img {
    max-width: 91px;
}

@media only screen and (min-width: 992px) {
    body.desktop .footer-col__link:hover img {
        display: block;
    }

        body.desktop .footer-col__link:hover img + img {
            display: none;
        }
}

.footer-col__link:active, .footer-col__link:focus, .footer-col__link:visited {
    color: #FFF;
    text-decoration: none;
}

@media only screen and (max-width: 479px) {
    .footer-col__link:active, .footer-col__link:focus, .footer-col__link:visited {
        font-weight: normal;
    }

    .footer-col__link:hover {
        font-weight: normal;
    }
}

@media only screen and (max-width: 991px) {
    .footer-col__link:active, .footer-col__link:focus, .footer-col__link:visited {
        font-weight: normal;
    }

    .footer-col__link:hover {
        font-weight: normal;
    }
}

.footer-col__link .text {
    display: block;
    margin: .5em 0 1.5em;
    font-size: 0.95em;
    line-height: 1.15em;
    color: #ffffff;
}

.download-icon {
    margin: .5em 0;
    display: block;
}

@media only screen and (max-width: 767px) {
    .download-icon {
        margin-bottom: 10px;
    }
}

.social-link--footer, .footer .social-link--fb, .footer .social-link--tw, .footer .social-link--yt, .footer .social-link--ig {
    width: 33px;
    height: 33px;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    background-image: url("/bowl/images/social-icons-footer.svg");
    background-size: 136px;
    background-repeat: no-repeat;
    color: #fff;
}

.footer .social-link--fb {
    background-position: 0 0;
}

    .footer .social-link--fb:hover {
        background-position: 0 -34px;
    }

.footer .social-link--tw {
    background-position: -36px 0;
}

    .footer .social-link--tw:hover {
        background-position: -36px -34px;
    }

.footer .social-link--yt {
    background-position: -71px 0;
}

    .footer .social-link--yt:hover {
        background-position: -71px -34px;
    }

.footer .social-link--ig {
    background-position: -106px 0;
}

    .footer .social-link--ig:hover {
        background-position: -106px -34px;
    }

.footer .corporate a {
    color: #FFFFFF;
}

.footer .corporate {
    border-top: 1px solid #002364;
    margin-top: 45px;
    padding: 25px 0 10px;
    font-size: 1.0em;
    font-weight: 300;
    text-align: center;
    color: #FFF;
}

@media only screen and (max-width: 767px) {
    .footer .corporate {
        text-align: left;
        line-height: 1.7em;
        padding-top: 20px;
        margin-top: 30px;
    }
}

.corporate-address {
    padding-left: 2em;
    padding-right: 2em;
}

@media only screen and (max-width: 767px) {
    .corporate-address {
        display: block;
        padding: 0;
    }
}

.footer--stripes {
    position: absolute;
    z-index: -999;
    overflow-y: visible;
    height: 1780px;
    width: 650px;
    margin: 0 auto;
    padding: 0;
    right: -300px;
    bottom: 0;
}

@media only screen and (max-width: 991px) {
    .footer--stripes {
        right: -150px;
    }
}

@media only screen and (max-width: 767px) {
    .footer--stripes {
        right: -205px;
    }
}

@media only screen and (max-width: 479px) {
    .footer--stripes {
        right: -205px;
    }
}

.footer--stripes--top {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    width: 650px;
    margin: 0 auto;
    padding: 0;
    right: 0;
    bottom: 0;
}

.footer--stripes--background {
    z-index: -999;
    overflow: hidden;
    position: absolute;
    height: 1600px;
    width: 300px;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    z-index: -999;
}

    .footer--stripes--background .stripes {
        left: 133px;
    }

@media only screen and (max-width: 991px) {
    .footer--stripes--background .stripes {
        left: 83px;
    }
}

.footer--stripes .stripes {
    width: auto;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .footer--stripes .stripes {
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 620px) {
    .footer--stripes .stripes {
        overflow-x: hidden;
    }
}

.footer--stripes .stripe, .footer--stripes .stripe--featured-video,
.footer--stripes--top .stripe,
.footer--stripes--top .stripe--featured-video {
    left: 315px;
    width: 500px;
    background-color: #000;
    opacity: 0.075;
    z-index: 99;
}

.footer--stripes--background .stripe, .footer--stripes--background .stripe--featured-video {
    background-color: #000;
    opacity: 0.1;
    left: 0px;
}

    .footer--stripes--background .stripe + .stripe, .footer--stripes--background .stripe--featured-video + .stripe, .footer--stripes--background .youth .stripe--featured-video + .stripe, .footer--stripes--background .stripe + .stripe--featured-video, .footer--stripes--background .stripe--featured-video + .stripe--featured-video, .footer--stripes--background .youth .stripe + .stripe--featured-video, .footer--stripes--background .youth .stripe--featured-video + .stripe--featured-video {
        background-color: #000;
        opacity: 0.05;
        left: 60px;
    }

@media only screen and (max-width: 991px) {
    .footer--stripes--background .stripe + .stripe, .footer--stripes--background .stripe--featured-video + .stripe, .footer--stripes--background .youth .stripe--featured-video + .stripe, .footer--stripes--background .stripe + .stripe--featured-video, .footer--stripes--background .stripe--featured-video + .stripe--featured-video, .footer--stripes--background .youth .stripe + .stripe--featured-video, .footer--stripes--background .youth .stripe--featured-video + .stripe--featured-video {
        left: 50px;
    }
}

.footer--stripes .stripe + .stripe, .footer--stripes .stripe--featured-video + .stripe, .footer--stripes .youth .stripe--featured-video + .stripe, .footer--stripes .stripe + .stripe--featured-video, .footer--stripes .stripe--featured-video + .stripe--featured-video, .footer--stripes .youth .stripe + .stripe--featured-video, .footer--stripes .youth .stripe--featured-video + .stripe--featured-video,
.footer--stripes--top .stripe + .stripe,
.footer--stripes--top .stripe--featured-video + .stripe,
.footer--stripes--top .youth .stripe--featured-video + .stripe,
.footer--stripes--top .stripe + .stripe--featured-video,
.footer--stripes--top .stripe--featured-video + .stripe--featured-video,
.footer--stripes--top .youth .stripe + .stripe--featured-video,
.footer--stripes--top .youth .stripe--featured-video + .stripe--featured-video {
    left: 375px;
    background-color: #000;
    opacity: 0.075;
}

@media only screen and (max-width: 991px) {
    .footer--stripes .stripe + .stripe, .footer--stripes .stripe--featured-video + .stripe, .footer--stripes .youth .stripe--featured-video + .stripe, .footer--stripes .stripe + .stripe--featured-video, .footer--stripes .stripe--featured-video + .stripe--featured-video, .footer--stripes .youth .stripe + .stripe--featured-video, .footer--stripes .youth .stripe--featured-video + .stripe--featured-video,
    .footer--stripes--top .stripe + .stripe,
    .footer--stripes--top .stripe--featured-video + .stripe,
    .footer--stripes--top .youth .stripe--featured-video + .stripe,
    .footer--stripes--top .stripe + .stripe--featured-video,
    .footer--stripes--top .stripe--featured-video + .stripe--featured-video,
    .footer--stripes--top .youth .stripe + .stripe--featured-video,
    .footer--stripes--top .youth .stripe--featured-video + .stripe--featured-video {
        left: 365px;
    }
}

@media only screen and (max-width: 767px) {
    .footer--stripes .stripe + .stripe, .footer--stripes .stripe--featured-video + .stripe, .footer--stripes .youth .stripe--featured-video + .stripe, .footer--stripes .stripe + .stripe--featured-video, .footer--stripes .stripe--featured-video + .stripe--featured-video, .footer--stripes .youth .stripe + .stripe--featured-video, .footer--stripes .youth .stripe--featured-video + .stripe--featured-video,
    .footer--stripes--top .stripe + .stripe,
    .footer--stripes--top .stripe--featured-video + .stripe,
    .footer--stripes--top .youth .stripe--featured-video + .stripe,
    .footer--stripes--top .stripe + .stripe--featured-video,
    .footer--stripes--top .stripe--featured-video + .stripe--featured-video,
    .footer--stripes--top .youth .stripe + .stripe--featured-video,
    .footer--stripes--top .youth .stripe--featured-video + .stripe--featured-video {
        left: 365px;
    }
}

.article--banner-ad + .stripes .stripe, .article--banner-ad + .stripes .stripe--featured-video, .youth .article--banner-ad + .stripes .stripe--featured-video {
    left: -835px;
    width: 1000px;
    background-color: gray;
    opacity: 0.125;
    z-index: 9;
}

@media only screen and (max-width: 991px) {
    .article--banner-ad + .stripes .stripe, .article--banner-ad + .stripes .stripe--featured-video, .youth .article--banner-ad + .stripes .stripe--featured-video {
        display: none;
    }
}

.article--banner-ad + .stripes .stripe + .stripe, .article--banner-ad + .stripes .stripe--featured-video + .stripe, .article--banner-ad + .stripes .youth .stripe--featured-video + .stripe, .youth .article--banner-ad + .stripes .stripe--featured-video + .stripe, .article--banner-ad + .stripes .stripe + .stripe--featured-video, .article--banner-ad + .stripes .stripe--featured-video + .stripe--featured-video, .article--banner-ad + .stripes .youth .stripe + .stripe--featured-video, .youth .article--banner-ad + .stripes .stripe + .stripe--featured-video, .article--banner-ad + .stripes .youth .stripe--featured-video + .stripe--featured-video, .youth .article--banner-ad + .stripes .stripe--featured-video + .stripe--featured-video {
    left: -775px;
    width: 1000px;
    background-color: gray;
    opacity: 0.125;
    z-index: 9;
}

@media only screen and (max-width: 991px) {
    .article--banner-ad + .stripes .stripe + .stripe, .article--banner-ad + .stripes .stripe--featured-video + .stripe, .article--banner-ad + .stripes .youth .stripe--featured-video + .stripe, .youth .article--banner-ad + .stripes .stripe--featured-video + .stripe, .article--banner-ad + .stripes .stripe + .stripe--featured-video, .article--banner-ad + .stripes .stripe--featured-video + .stripe--featured-video, .article--banner-ad + .stripes .youth .stripe + .stripe--featured-video, .youth .article--banner-ad + .stripes .stripe + .stripe--featured-video, .article--banner-ad + .stripes .youth .stripe--featured-video + .stripe--featured-video, .youth .article--banner-ad + .stripes .stripe--featured-video + .stripe--featured-video {
        display: none;
    }
}

.container.banner--stripes {
    position: absolute;
    z-index: 99;
    overflow: visible;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 767px) {
    .container.banner--stripes {
        display: none;
    }
}

@media only screen and (max-width: 620px) {
    .container.banner--stripes {
        overflow: hidden;
    }
}

.banner--stripes .stripes {
    width: auto;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 767px) {
    .banner--stripes .stripes {
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 620px) {
    .banner--stripes .stripes {
        overflow: hidden;
        left: 15px;
        right: 15px;
    }
}

.banner--stripes .stripe, .banner--stripes .stripe--featured-video {
    background-color: #000;
    opacity: 0.1;
    left: -928px;
    width: 1000px;
    z-index: 99;
}

@media only screen and (max-width: 1199px) {
    .banner--stripes .stripe, .banner--stripes .stripe--featured-video {
        left: -928px;
    }
}

@media only screen and (max-width: 991px) {
    .banner--stripes .stripe, .banner--stripes .stripe--featured-video {
        width: 650px;
        left: -615px;
    }
}

@media only screen and (max-width: 620px) {
    .banner--stripes .stripe, .banner--stripes .stripe--featured-video {
        left: -635px;
    }
}

.banner--stripes .stripe + .stripe, .banner--stripes .stripe--featured-video + .stripe, .banner--stripes .youth .stripe--featured-video + .stripe, .banner--stripes .stripe + .stripe--featured-video, .banner--stripes .stripe--featured-video + .stripe--featured-video, .banner--stripes .youth .stripe + .stripe--featured-video, .banner--stripes .youth .stripe--featured-video + .stripe--featured-video {
    left: -868px;
    opacity: 0.2;
}

@media only screen and (max-width: 1199px) {
    .banner--stripes .stripe + .stripe, .banner--stripes .stripe--featured-video + .stripe, .banner--stripes .youth .stripe--featured-video + .stripe, .banner--stripes .stripe + .stripe--featured-video, .banner--stripes .stripe--featured-video + .stripe--featured-video, .banner--stripes .youth .stripe + .stripe--featured-video, .banner--stripes .youth .stripe--featured-video + .stripe--featured-video {
        left: -868px;
    }
}

@media only screen and (max-width: 991px) {
    .banner--stripes .stripe + .stripe, .banner--stripes .stripe--featured-video + .stripe, .banner--stripes .youth .stripe--featured-video + .stripe, .banner--stripes .stripe + .stripe--featured-video, .banner--stripes .stripe--featured-video + .stripe--featured-video, .banner--stripes .youth .stripe + .stripe--featured-video, .banner--stripes .youth .stripe--featured-video + .stripe--featured-video {
        width: 695px;
        left: -610px;
    }
}

@media only screen and (max-width: 620px) {
    .banner--stripes .stripe + .stripe, .banner--stripes .stripe--featured-video + .stripe, .banner--stripes .youth .stripe--featured-video + .stripe, .banner--stripes .stripe + .stripe--featured-video, .banner--stripes .stripe--featured-video + .stripe--featured-video, .banner--stripes .youth .stripe + .stripe--featured-video, .banner--stripes .youth .stripe--featured-video + .stripe--featured-video {
        left: -650px;
    }
}


.container.slider {
    margin: 0 auto;
}

.slick-track:focus {
    outline: blue dotted thin;
}

.slick-list {
    height: 100%;
}

.slick-track {
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .container.slider {
        padding: 0 15px;
        margin-bottom: 110px;
    }

    .slick-list {
        height: 100%;
    }

    .slick-track {
        height: 100%;
    }
}

.slides {
    z-index: 1;
}

.slide {
    width: auto;
    color: #FFF;
}

.slider--foreground {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    height: 100%;
    max-width: var(--slider-max-width);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /*IE11 Will load 1170px max width on slider*/
    /* Replace 1170px; with 970px to change res*/
    .slider--foreground {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 767px) {
    .slider--foreground {
        overflow: hidden;
    }
}

.slide--foreground {
    height: 100%;
}

    .slide--foreground .wrapper {
        background-color: transparent;
        margin-left: 0;
        display: block;
        position: relative;
        max-width: 970px;
        height: 100%;
        max-width: var(--slider-max-width);
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /*IE11 Will load 1170px max width on slider*/
    /* Replace 1170px; with 970px to change res*/
    .slide--foreground .wrapper {
        max-width: 1170px;
    }
}

.slide__link {
    position: absolute;
    display: block;
    /*left: 200px;*/
    bottom: 30px;
    height: 100px;
    width: 69%;
    min-width: 570px;
}

@media only screen and (max-width: 991px) {
    .slide__link {
        left: 0;
        height: 75px;
        bottom: 25px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .slide__link {
        font-size: 0.9em;
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
        min-width: initial;
        width: 100%;
        height: 90px;
        bottom: 0;
    }
}

@media only screen and (max-width: 620px) {
    .slide__link {
        height: 50px;
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 460px) {
    .slide__link {
        /*        width: 325px;*/
        font-size: 0.9em;
        padding-top: 1px;
    }
}

@media only screen and (max-width: 320px) {
    .slide__link {
        font-size: 0.8em;
    }
}

.slide__title {
    color: #FFF;
    font-size: 1.9em;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1.1em;
    padding: 10px 0 5px;
    font-family: 'Oswald', sans-serif;
}

@media only screen and (max-width: 991px) {
    .slide__title {
        font-size: 1.52em;
        margin-top: 5px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .slide__title {
        font-size: 1.52em;
        margin-top: 5px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 620px) {
    .slide__title {
        margin: 0px;
        padding-top: 0px;
        font-size: 1.25em;
        line-height: 1.1em;
        font-weight: 300;
    }
}

.slide__text {
    color: #FFF;
    font-size: 1.1em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media only screen and (max-width: 991px) {
    .slide__text {
        font-size: 0.85em;
    }
}

@media only screen and (max-width: 767px) {
    .slide__text {
        font-size: 0.95em;
    }
}

@media only screen and (max-width: 620px) {
    .slide__text {
        font-size: 0.8em;
        display: none;
    }
}

.container.slider__ribbon {
    position: absolute;
    height: 100px;
    margin-bottom: 0;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 999;
}

@media only screen and (max-width: 991px) {
    .container.slider__ribbon {
        height: 75px;
        bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .container.slider__ribbon {
        top: initial;
        overflow: hidden;
        /* left: 15px; */
        /* right: 15px; */
        height: 110px;
        bottom: 0;
        margin: 0;
        padding: 0;
        height: 90px;
    }
}

@media only screen and (max-width: 620px) {
    .container.slider__ribbon {
        height: 50px;
    }
}

.ribbon {
    transition: background-color 0.2s;
    width: 1800px;
    height: 100%;
    left: -1133px;
    position: relative;
    z-index: 999;
    position: absolute;
    width: 100vw;
    right: 100%;
    left: auto;
    margin-right: -667px;
    margin-right: -810px;
}

@media only screen and (max-width: 991px) {
    .ribbon {
        margin-right: -535px;
    }
}

@media only screen and (max-width: 767px) {
    .ribbon {
        left: 0;
        right: 0;
    }
}

.youth .ribbon {
    transition: background-color 0.2s;
    width: 1790px;
    height: 100%;
    left: -1133px;
    position: relative;
    z-index: 999;
}

@media only screen and (max-width: 991px) {
    .youth .ribbon {
        left: -1310px;
    }
}

@media only screen and (max-width: 767px) {
    .youth .ribbon {
        left: 0;
        right: 0;
    }
}

.ribbon::after {
    content: '';
    position: absolute;
    background-color: inherit;
    height: 100px;
    right: -17px;
    width: 35px;
}

@media only screen and (max-width: 991px) {
    .ribbon::after {
        height: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .ribbon::after {
        display: none;
    }
}

.youth .ribbon::after {
    content: '';
    position: absolute;
    background-color: inherit;
    height: 100px;
    right: -35px;
    width: 65px;
}

@media only screen and (max-width: 991px) {
    .youth .ribbon::after {
        height: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .youth .ribbon::after {
        display: none;
    }
}

.ribbon.blue {
    background-color: #00338D;
}

.ribbon.red {
    background-color: #B71234;
}

.ribbon.cool-gray {
    background-color: #63666A;
}

.ribbon.gray-2 {
    background-color: #63666A;
}

.ribbon.gray-3 {
    background-color: #C7C9C7;
}

.ribbon.blue-2 {
    background-color: #69FFF0;
}

.ribbon.blue-3 {
    background-color: #1A6EFF;
}

.ribbon.blue-4 {
    background-color: #0A4FFF;
}

.ribbon.blue-5 {
    background-color: #4A94FF;
}

.ribbon.red-2 {
    background-color: #CC002B;
}

.ribbon.red-4 {
    background-color: #FF0D00;
}

.ribbon.red-5 {
    background-color: #ED3E38;
}

.ribbon.orange-1 {
    background-color: #FF701A;
}

.ribbon.orange-2 {
    background-color: #FF991A;
}

.ribbon.green {
    background-color: #4FFF00;
}

.ribbon.yellow-1 {
    background-color: #FFBF0D;
}

.ribbon.yellow-2 {
    background-color: #FFE833;
}

.ribbon.bftc-lt-pink {
    background-color: #F238A6;
}

.ribbon.bftc-dk-pink {
    background-color: #AB035C;
}

.ribbon.bftc-lt-grey {
    background-color: #585951;
}

.ribbon.bftc-dk-grey {
    background-color: #CFC9C4;
}

/*.background-mask{
    background-color:var(--data-background-mask,red);
}*/
.background-mask {
    background-color: #00338D66;
    background-color: rgba(0,0,0,0.5);
    background-color: transparent;
}

    .background-mask.none {
        background-color: transparent;
    }

    .background-mask.main-black {
        background-color: rgba(0,0,0,0.7);
    }

    .background-mask.main-white {
        background-color: rgba(255,255,255,0.7);
    }

    .background-mask.blue {
        background-color: #00338D66;
        background-color: rgba(0,51,141,0.4);
    }

    .background-mask.red {
        background-color: #B7123466;
        background-color: rgba(183,18,52,0.4);
    }

    .background-mask.cool-gray {
        background-color: #63666A66;
        background-color: rgba(99,102,106,0.4);
    }

    .background-mask.gray-2 {
        background-color: #63666A66;
        background-color: rgba(99,102,106,0.4);
    }

    .background-mask.gray-3 {
        background-color: #C7C9C766;
        background-color: rgba(199,201,199,0.4);
    }

    .background-mask.blue-2 {
        background-color: #69FFF066;
        background-color: rgba(105,255,240,0.4);
    }

    .background-mask.blue-3 {
        background-color: #1A6EFF66;
        background-color: rgba(26,110,255,0.4);
    }

    .background-mask.blue-4 {
        background-color: #0A4FFF66;
        background-color: rgba(10,79,255,0.4);
    }

    .background-mask.blue-5 {
        background-color: #4A94FF66;
        background-color: rgba(74,148,255,0.4);
    }

    .background-mask.red-2 {
        background-color: #CC002B66;
        background-color: rgba(204,0,43,0.4);
    }

    .background-mask.red-4 {
        background-color: #FF0D0066;
        background-color: rgba(255,13,0,0.4);
    }

    .background-mask.red-5 {
        background-color: #ED3E3866;
        background-color: rgba(237,62,56,0.4);
    }

    .background-mask.orange-1 {
        background-color: #FF701A66;
        background-color: rgba(255,112,26,0.4);
    }

    .background-mask.orange-2 {
        background-color: #FF991A66;
        background-color: rgba(255,153,26,0.4);
    }

    .background-mask.green {
        background-color: #4FFF0066;
        background-color: rgba(79,255,0,0.4);
    }

    .background-mask.yellow-1 {
        background-color: #FFBF0D66;
        background-color: rgba(0,51,141,0.4);
    }

    .background-mask.yellow-2 {
        background-color: #FFE83366;
        background-color: rgba(255,191,13,0.4);
    }

    .background-mask.bftc-lt-pink {
        background-color: #F238A666;
        background-color: rgba(242,56,166,0.4);
    }

    .background-mask.bftc-dk-pink {
        background-color: #AB035C66;
        background-color: rgba(171,3,92,0.4);
    }

    .background-mask.bftc-lt-grey {
        background-color: #58595166;
        background-color: rgba(88,89,81,0.4);
    }

    .background-mask.bftc-dk-grey {
        background-color: #CFC9C466;
        background-color: rgba(207,201,196,0.4);
    }

.container.slider--background {
    overflow: hidden;
    position: relative;
    z-index: -1;
    max-width: 1170px;
    max-width: var(--slider-max-width);
    height: calc(1170px * 0.5625);
    height: calc(var(--slider-max-width) * 0.5625);
    height: calc(var(--slider-max-width)* (1/ var(--aspect-ratio)));
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /*IE11 Will load 1170px max width on slider*/
    /* Replace 1170px; with 1070px to change res*/
    .container.slider--background {
        max-width: 1170px;
        height: calc(1170px * 0.5625);
        height: calc(1170px * (1/2.35));
    }
}

@supports not (height: calc(var(--slider-max-width) * 0.4255)) {
    .container.slider--background {
        max-width: 1170px;
        height: 658.125px;
        height: 497px,
    }
}


@media only screen and (max-width: 991px) {
    .container.slider--background {
        /*height: 285px;*/
    }
}

@media only screen and (max-width: 767px) {
    .container.slider--background {
        padding: 0 0px;
        /*height: 345px;*/
        height: auto;
        width: auto;
        height: calc((100vw*0.5625) - 36px);
        height: calc(((100vw - 0px) * (1/ var(--aspect-ratio))));
        margin-bottom: 90px;
    }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        /*IE11 Will load 1170px max width on slider*/
        /* Replace 1170px; with 1070px to change res*/
        .container.slider--background {
            max-width: 1170px;
            height: calc(1170px * 0.4255);
        }
    }
}

@media only screen and (max-width: 620px) {
    .container.slider--background {
        margin-bottom: 50px;
    }
}

.slide--background {
    height: 100%;
    margin: 0 auto;
}

    .slide--background video::-webkit-media-controls,
    .slide--background video::-webkit-slider-thumb,
    .slide--background video::-moz-range-track,
    .slide--background video::-moz-range-thumb,
    ::-webkit-slider-runnable-track,
    .slide--background video::-webkit-media-controls-enclosure {
        display: none;
    }

    .slide--background video::-ms-track {
        display: none;
    }

    .slide--background video::-webkit-media-controls {
        display: none;
    }

    .slide--background video:picture-in-picture {
        display: none;
    }

@media only screen and (max-width: 767px) {
    .slide--background {
        position: relative;
        overflow: hidden;
        height: 100%;
    }
}

.slide__image {
    position: relative;
    width: 100%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    background-position: center;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    .slide__image__desktop {
        /*transform: scale(1.3);*/
        object-fit: cover;
        height: 100%;
        object-position: 50% 50%;
        background-color: #dcdcdc;
        max-width: 100%;
    }
}

.container.slider--stripes {
    position: absolute;
    z-index: 99;
    overflow: visible;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    max-width: var(--slider-max-width);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /*IE11 Will load 1170px max width on slider*/
    /* Replace 1170px; with 1070px to change res*/
    .container.slider--background {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 767px) {
    .container.slider--stripes {
        display: none;
    }
}

@media only screen and (max-width: 620px) {
    .container.slider--stripes {
        overflow: hidden;
    }
}

.slider--stripes .stripes {
    width: auto;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 767px) {
    .slider--stripes .stripes {
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 620px) {
    .slider--stripes .stripes {
        overflow: hidden;
        left: 15px;
        right: 15px;
    }
}

.slider--stripes .stripe, .slider--stripes .stripe--featured-video {
    left: -918px;
    width: 1000px;
    opacity: 1.0;
    z-index: 99;
    width: 100vw;
    left: auto;
    transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    right: 100%;
}

@supports (left: calc(-100vw + 9.5%)) {
    /*IE11 Will load 970px max width on slider*/
    /* Replace with left: calc(-100vw + 13.2% + 100px); is the max width changes to 1070px */
    /*.slider--stripes .stripe, .slider--stripes .stripe--featured-video {
            left: calc(-100vw + 9.5%);
        }*/
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /*IE11 Will load 970px max width on slider*/
    /* Replace with left: calc(-100vw + 13.2% + 100px); is the max width changes to 1070px */
    /*.slider--stripes .stripe, .slider--stripes .stripe--featured-video {
        left: calc(-100vw + 9.5%);
    }*/
}

@media only screen and (max-width: 1199px) {
    /*    .slider--stripes .stripe, .slider--stripes .stripe--featured-video {
      left: -918px; 

    } */

}

.slider--stripes .stripe + .stripe,
.slider--stripes .stripe--featured-video + .stripe,
.slider--stripes .youth .stripe--featured-video + .stripe,
.slider--stripes .stripe + .stripe--featured-video,
.slider--stripes .stripe--featured-video + .stripe--featured-video,
.slider--stripes .youth .stripe + .stripe--featured-video,
.slider--stripes .youth .stripe--featured-video + .stripe--featured-video {
    /*    left: -858px;*/
    opacity: 0.5;
    /*left: calc(-100vw + 13.2% + 6.53594% + 100px);*/
    /*left: calc(-100vw + 13.2% + 6.53594% + var(--stipes-offset));*/
    /*left: calc(-100vw + 9.5% + 6.53594% - var(--stipes-offset));*/
    left: auto;
    right: 100%;
    margin-right: -60px;
}



@media only screen and (max-width: 991px) {
    .slider--stripes .stripe + .stripe, .slider--stripes .stripe--featured-video + .stripe, .slider--stripes .youth .stripe--featured-video + .stripe, .slider--stripes .stripe + .stripe--featured-video, .slider--stripes .stripe--featured-video + .stripe--featured-video, .slider--stripes .youth .stripe + .stripe--featured-video, .slider--stripes .youth .stripe--featured-video + .stripe--featured-video {
        margin-right: -50px;
    }
}

.slider--stripes .stripe--right {
    /*right: -98px;*/
    width: 220px;
    opacity: 1.0;
    z-index: 99;
    transform-origin: top right;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    right: auto;
    left: 100%;
}

@media only screen and (max-width: 991px) {
    .slider--stripes .stripe--right {
        width: 100vw;
    }
}

.slider--stripes .stripe--right + .stripe--right {
    width: 240px;
    background-color: transparent;
    opacity: 0.5;
    transform-origin: top right;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    right: auto;
    left: 100%;
    margin-left: -60px;
}

@media only screen and (max-width: 991px) {
    .slider--stripes .stripe--right + .stripe--right {
        width: 100vw;
        margin-left: -50px;
    }
}

@media only screen and (max-width: 620px) {
    .slider--stripes .stripe--right + .stripe--right {
        right: -475px;
    }
}

/*.youth .slider--stripes .stripe, */
.youth .slider--stripes .stripe--featured-video {
    left: -875px;
    width: 1000px;
    opacity: 1.0;
    z-index: 99;
}

@media only screen and (max-width: 1199px) {
    /*.youth .slider--stripes .stripe, */
    .youth .slider--stripes .stripe--featured-video {
        left: -918px;
    }
}

@media only screen and (max-width: 991px) {
    /*.youth .slider--stripes .stripe,*/
    .youth .slider--stripes .stripe--featured-video {
        width: 650px;
        left: -560px;
    }
}

@media only screen and (max-width: 620px) {
    /*.youth .slider--stripes .stripe, */
    .youth .slider--stripes .stripe--featured-video {
        left: -635px;
    }
}

/*.youth .slider--stripes .stripe + .stripe, */
.youth .slider--stripes .stripe--featured-video + .stripe,
.youth .slider--stripes .stripe + .stripe--featured-video,
.youth .slider--stripes .stripe--featured-video + .stripe--featured-video {
    left: -835px;
    opacity: 0.5;
}

@media only screen and (max-width: 1199px) {
    /*.youth .slider--stripes .stripe + .stripe, */
    .youth .slider--stripes .stripe--featured-video + .stripe,
    .youth .slider--stripes .stripe + .stripe--featured-video,
    .youth .slider--stripes .stripe--featured-video + .stripe--featured-video {
        left: -858px;
    }
}

@media only screen and (max-width: 991px) {
    /*.youth .slider--stripes .stripe + .stripe, */
    .youth .slider--stripes .stripe--featured-video + .stripe,
    .youth .slider--stripes .stripe + .stripe--featured-video,
    .youth .slider--stripes .stripe--featured-video + .stripe--featured-video {
        width: 695px;
        left: -565px;
    }
}

@media only screen and (max-width: 620px) {
    /*.youth .slider--stripes .stripe + .stripe, */
    .youth .slider--stripes .stripe--featured-video + .stripe,
    .youth .slider--stripes .stripe + .stripe--featured-video,
    .youth .slider--stripes .stripe--featured-video + .stripe--featured-video {
        left: -650px;
    }
}

.youth .slider--stripes .stripe--right {
    width: 412px;
}

    .youth .slider--stripes .stripe--right + .stripe--right {
        width: 290px;
        background-color: transparent;
        opacity: 0.5;
    }

.slider--stripes .stripes.blue .stripe, .slider--stripes .stripes.blue .stripe--featured-video {
    background-color: #00338D;
}

.slider--stripes .stripes.red .stripe, .slider--stripes .stripes.red .stripe--featured-video {
    background-color: #B71234;
}

.slider--stripes .stripes.cool-gray .stripe, .slider--stripes .stripes.cool-gray .stripe--featured-video {
    background-color: #63666A;
}

.slider--stripes .stripes.gray-2 .stripe, .slider--stripes .stripes.gray-2 .stripe--featured-video {
    background-color: #9EA2A2;
}

.slider--stripes .stripes.gray-3 .stripe, .slider--stripes .stripes.gray-3 .stripe--featured-video {
    background-color: #C7C9C7;
}

.slider--stripes .stripes.blue-2 .stripe, .slider--stripes .stripes.blue-2 .stripe--featured-video {
    background-color: #69FFF0;
}

.slider--stripes .stripes.blue-3 .stripe, .slider--stripes .stripes.blue-3 .stripe--featured-video {
    background-color: #1A6EFF;
}

.slider--stripes .stripes.blue-4 .stripe, .slider--stripes .stripes.blue-4 .stripe--featured-video {
    background-color: #0A4FFF;
}

.slider--stripes .stripes.blue-5 .stripe, .slider--stripes .stripes.blue-5 .stripe--featured-video {
    background-color: #4A94FF;
}

.slider--stripes .stripes.red-2 .stripe, .slider--stripes .stripes.red-2 .stripe--featured-video {
    background-color: #CC002B;
}

.slider--stripes .stripes.red-4 .stripe, .slider--stripes .stripes.red-4 .stripe--featured-video {
    background-color: #FF0D00;
}

.slider--stripes .stripes.red-5 .stripe, .slider--stripes .stripes.red-5 .stripe--featured-video {
    background-color: #ED3E38;
}

.slider--stripes .stripes.orange-1 .stripe, .slider--stripes .stripes.orange-1 .stripe--featured-video {
    background-color: #FF701A;
}

.slider--stripes .stripes.orange-2 .stripe, .slider--stripes .stripes.orange-2 .stripe--featured-video {
    background-color: #FF991A;
}

.slider--stripes .stripes.green .stripe, .slider--stripes .stripes.green .stripe--featured-video {
    background-color: #4FFF00;
}

.slider--stripes .stripes.yellow-1 .stripe, .slider--stripes .stripes.yellow-1 .stripe--featured-video {
    background-color: #FFBF0D;
}

.slider--stripes .stripes.yellow-2 .stripe, .slider--stripes .stripes.yellow-2 .stripe--featured-video {
    background-color: #FFE833;
}

.slider--stripes .stripes.bftc-lt-pink .stripe, .slider--stripes .stripes.bftc-lt-pink .stripe--featured-video {
    background-color: #F238A6;
}

.slider--stripes .stripes.bftc-dk-pink .stripe, .slider--stripes .stripes.bftc-dk-pink .stripe--featured-video {
    background-color: #AB035C;
}

.slider--stripes .stripes.bftc-lt-grey .stripe, .slider--stripes .stripes.bftc-lt-grey .stripe--featured-video {
    background-color: #585951;
}

.slider--stripes .stripes.bftc-dk-grey .stripe, .slider--stripes .stripes.bftc-dk-grey .stripe--featured-video {
    background-color: #CFC9C4;
}

.slider--stripes .stripes.blue .stripe--right {
    background-color: #00338D;
}

.slider--stripes .stripes.red .stripe--right {
    background-color: #B71234;
}

.slider--stripes .stripes.cool-gray .stripe--right {
    background-color: #63666A;
}

.slider--stripes .stripes.gray-2 .stripe--right {
    background-color: #9EA2A2;
}

.slider--stripes .stripes.gray-3 .stripe--right {
    background-color: #C7C9C7;
}

.slider--stripes .stripes.blue-2 .stripe--right {
    background-color: #69FFF0;
}

.slider--stripes .stripes.blue-3 .stripe--right {
    background-color: #1A6EFF;
}

.slider--stripes .stripes.blue-4 .stripe--right {
    background-color: #0A4FFF;
}

.slider--stripes .stripes.blue-5 .stripe--right {
    background-color: #4A94FF;
}

.slider--stripes .stripes.red-2 .stripe--right {
    background-color: #CC002B;
}

.slider--stripes .stripes.red-4 .stripe--right {
    background-color: #FF0D00;
}

.slider--stripes .stripes.red-5 .stripe--right {
    background-color: #ED3E38;
}

.slider--stripes .stripes.orange-1 .stripe--right {
    background-color: #FF701A;
}

.slider--stripes .stripes.orange-2 .stripe--right {
    background-color: #FF991A;
}

.slider--stripes .stripes.green .stripe--right {
    background-color: #4FFF00;
}

.slider--stripes .stripes.yellow-1 .stripe--right {
    background-color: #FFBF0D;
}

.slider--stripes .stripes.yellow-2 .stripe--right {
    background-color: #FFE833;
}

.slider--stripes .stripes.bftc-lt-pink .stripe--right {
    background-color: #F238A6;
}

.slider--stripes .stripes.bftc-dk-pink .stripe--right {
    background-color: #AB035C;
}

.slider--stripes .stripes.bftc-lt-grey .stripe--right {
    background-color: #585951;
}

.slider--stripes .stripes.bftc-dk-grey .stripe--right {
    background-color: #CFC9C4;
}

.slick-slide, .slick-slide:focus, .slick-slide:active {
    outline: none !important;
    border: 0 none;
}

.slick-arrow {
    border: 0 none;
    width: 35px;
    height: 35px;
    top: 175px;
    text-indent: -9999px;
    position: absolute;
    z-index: 9;
    cursor: pointer;
    background-color: transparent;
    top: 15px;
}

    .slick-arrow > svg {
        display: block;
        color: white;
    }

    .slick-arrow:focus {
        outline: #00338D dotted thin;
        overflow: hidden;
    }

@media only screen and (max-width: 991px) {
    .slick-arrow {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .slick-arrow {
        padding: 0px 6px;
    }
}

.slick-prev.slick-arrow {
    left: 15px;
    left: 0px;
}

@media only screen and (max-width: 1199px) {
    .slick-prev.slick-arrow {
        /*left: 15px;
            left:0px;*/
    }
}

@media only screen and (max-width: 991px) {
    .slick-prev.slick-arrow {
    }
}

@media only screen and (max-width: 767px) {
    .slick-prev.slick-arrow {
        left: 4px;
        top: calc(((100vw - 120px) * (1/ var(--aspect-ratio))) + 15px );
    }
}

@media only screen and (max-width: 620px) {
    .slick-prev.slick-arrow {
        scale: 0.7;
        left: 0px;
        top: calc(((100vw - 110px)*(1 / var(--aspect-ratio))) + 15px);
    }
}

.slick-next.slick-arrow {
    left: 50px;
}

@media only screen and (max-width: 1199px) {
    .slick-next.slick-arrow {
    }
}

@media only screen and (max-width: 991px) {
    .slick-next.slick-arrow {
        left: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .slick-next.slick-arrow {
        left: 28px;
        top: calc(((100vw - 120px) * (1/ var(--aspect-ratio))) + 15px );
    }
}

@media only screen and (max-width: 620px) {
    .slick-next.slick-arrow {
        scale: 0.7;
        left: 20px;
        top: calc(((100vw - 110px)*(1 / var(--aspect-ratio))) + 15px);
    }
}

.slide:focus,
.slide:active,
.slide:active:focus {
    outline: none;
}

:focus,
:active,
:active:focus {
    outline: orange;
}

.slider--foreground .slick-slide {
    opacity: 0;
    transition: opacity 1s;
}

    .slider--foreground .slick-slide.slick-active {
        opacity: 1.0;
    }

.slider-playpause-controls {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0px auto;
    max-width: 970px;
    max-width: var(--slider-max-width);
}

@media(max-width:767px) {
    .slider-playpause-controls::before {
        width: 110px;
        height: 60px;
        position: absolute;
        background: black;
        left: 15px;
        top: 0px;
        filter: blur(3px);
        -webkit-filter: blur(4px);
        opacity: .3;
        display: none;
    }
}

.slider-play {
    width: 40px;
    height: 40px;
    position: absolute;
    color: white;
    z-index: 100;
    background: transparent;
    border: none;
    bottom: 67px;
    cursor: pointer;
    z-index: 10000;
    left: 115px;
    top: 12.5px;
    bottom: auto;
    left: 100px;
}

@media(max-width:991px) {
    .slider-play {
        left: 80px;
        width: 35px;
        height: 35px;
    }
}

@media(max-width:767px) {
    .slider-play {
        width: auto;
        height: auto;
        padding: 4px 6px;
        left: 52px;
        top: calc(((100vw - 120px) * (1/ var(--aspect-ratio))) + 12.5px );
    }

        .slider-play svg {
            width: 24px;
            display: block;
            margin-left: 1px;
        }

            .slider-play svg.svg-play {
                width: 24px;
                margin-left: 2px;
                margin-top: 1px;
                margin-bottom: 1px;
            }

            .slider-play svg.svg-pause {
                width: 26px;
                margin-left: 0px;
                margin-right: 0px;
            }
}

@media(max-width:620px) {
    .slider-play {
        scale: 0.7;
        left: 40px;
        top: calc(((100vw - 118px)*(1 / var(--aspect-ratio))) + 15px);
    }
}


.slider-play svg.svg-pause {
    display: block;
}

.slider-play svg.svg-play {
    display: none;
}

.slider-play.paused svg.svg-pause {
    display: none;
}

.slider-play.paused svg.svg-play {
    display: block;
}



.slider-play:hover {
    color: aliceblue;
}

.slider-video-status {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0px auto;
    max-width: 970px;
    max-width: var(--slider-max-width);
    display: none;
}

    .slider-video-status.paused {
        display: block;
    }

    .slider-video-status .slider-video-status-button {
        display: block;
        width: 150px;
        height: 150px;
        margin: 0% auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: transparent;
        border: none;
        box-shadow: none;
        z-index: 9999;
    }

        .slider-video-status .slider-video-status-button:focus svg {
            color: rgba(230,230,230,0.98);
        }

    .slider-video-status svg {
        width: 100px;
        height: 100px;
        color: rgba(230,230,230,0.95);
        z-index: 100;
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 10000;
    }

@media(max-width:768px) {
    .slider-video-status .slider-video-status-button {
        top: calc(50% - 55px);
        left: calc(50%);
    }
}

.slider-pause {
    width: 40px;
    height: 40px;
    position: absolute;
    color: white;
    z-index: 100;
    background: transparent;
    border: none;
    right: 55px;
    bottom: 67px;
    cursor: pointer;
}

.main-content__body .cta-1 {
    margin-top: 60px;
}

.container.cta-3 {
    padding: 0;
    margin-bottom: 48.2px;
    margin-top: 0;
}

@media only screen and (max-width: 991px) {
    .container.cta-3 {
        padding: 0 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 320px) {
    .container.cta-3 {
        margin-bottom: 0;
        padding: 0 15px;
    }
}

.container.cta-arrow {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .container.cta-arrow {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.article.cta-arrow {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .article.cta-arrow {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .cta-3 .row .col-xs-4 {
        padding: 0 15px 0 0;
    }
}

.container.cta__content {
    position: relative;
    text-align: center;
    margin: 72.3px auto;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .container.cta__content {
        margin: 30px auto;
    }
}

@media only screen and (max-width: 991px) {
    .cta-3 .article {
        height: 185px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-3 .article {
        height: auto;
    }
}

.cta__content {
    display: block;
    text-align: center;
    padding: 15px;
}

.cta__headline {
    color: #FFF;
    font-size: 2.5em;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.cta-arrow .cta__headline {
    text-align: center;
    font-size: 1.7em;
    font-weight: 300;
}

.cta-arrow .article__link:hover .cta__text {
    text-decoration: underline;
    color: #FFF;
}

.cta__headline::after {
    content: '';
    display: block;
    background-color: #FFF;
    width: 65px;
    height: 5px;
    margin: 17px auto 0;
}

.left .cta__headline::after {
    margin-left: 0;
}

.right .cta__headline::after {
    margin-right: 0;
}

.cta-arrow .cta__headline::after {
    content: none;
}

.cta__headline--sub {
    display: block;
    font-size: 0.7em;
    line-height: 1.2em;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 5px;
}

.cta__text {
    color: #FFF;
    font-size: 1.2em;
    padding: 0 10em 1em;
}

@media only screen and (max-width: 991px) {
    .cta__text {
        padding: 0 2em 1em;
    }
}

@media only screen and (max-width: 320px) {
    .cta__text {
        padding: 0 0 1em;
    }
}

.left .cta__text {
    padding: 0 20em 1em 0;
}

.right .cta__text {
    padding: 0 0 1em 20em;
}

.cta-arrow .cta__text {
    padding: 0 2em;
    font-size: 0.9em;
    font-weight: 300;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .cta-arrow .cta__text {
        font-size: 1.1em;
        padding-bottom: 1em;
    }
}

.cta__background {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

div.pip-small.clickable {
    display: none !important;
    background: red;
}

.cta__background img {
    opacity: 0.2;
    bottom: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.cta__background video {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    opacity: .2;
}

    .cta__background video::before {
    }

    .cta__background video::-webkit-media-controls,
    .cta__background video::-webkit-slider-thumb,
    .cta__background video::-moz-range-track,
    .cta__background video::-moz-range-thumb,
    ::-webkit-slider-runnable-track,
    .cta__background video::-webkit-media-controls-enclosure,
    {
        display: none;
    }

    .cta__background video::-ms-track {
        display: none;
    }

    .cta__background video::-webkit-media-controls {
        display: none;
    }

    .cta__background video:picture-in-picture {
        display: none;
    }

@media only screen and (min-width: 992px) {
    .cta__background img {
        width: 110%;
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    .cta__background img {
        width: auto;
        height: 110%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .cta__background img {
        width: auto;
        height: 110%;
    }
}

@media only screen and (max-width: 479px) {
    .cta__background img {
        width: auto;
        height: 110%;
    }
}

.cta__background.no-color img {
    opacity: 1.0;
}

.main-content__body .cta__background img {
    height: 110%;
    width: auto;
}

@media only screen and (max-width: 991px) {
    .main-content__body .cta__background img {
        height: 110%;
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .main-content__body .cta__background img {
        height: 110%;
        width: auto;
    }
}

.article.article--cta-1.cta-future {
    margin-bottom: -1px;
}

.main-content__body .cta-future .cta__background {
    background-color: #C7C9C7;
}

    .main-content__body .cta-future .cta__background img {
        width: auto;
        height: 110%;
    }

.cta-future .container.cta__content {
    margin: 85px auto 100px;
}

.cta-arrow .cta__content {
    padding: 2.5em 1em 1em;
    margin: 0;
    height: 170px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .cta-arrow .cta__content {
        height: auto;
    }
}

.cta-arrow .cta__content:before {
    content: "";
    width: 30px;
    height: 15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: -15px;
    left: 48%;
}

@media only screen and (max-width: 767px) {
    .cta-arrow .cta__content:before {
        left: 46%;
    }
}

.cta-arrow .cta__top-content img {
    width: 100%;
}

.article.article--cta-1 {
    margin-bottom: 0;
    padding-bottom: 0;
    background-color: #63666A;
}

@media only screen and (max-width: 479px) {
    .article.article--cta-1 {
        margin-bottom: 15px;
    }
}

.article--cta-1 .cta__hero {
    margin-top: 5px;
    margin-bottom: 15px;
}

.article--cta-1.left .cta__hero {
    float: left;
    height: 100%;
    width: auto;
}

@media only screen and (max-width: 991px) {
    .article--cta-1.left .cta__hero {
        width: 100%;
    }
}

.article--cta-1.left .cta__headline {
    text-align: left;
}

.article--cta-1.left .cta__text {
    text-align: left;
}

.article--cta-1.left .cta__button {
    float: left;
}

.article--cta-1.right .cta__hero {
    float: right;
    height: 100%;
    width: auto;
}

.article--cta-1.right .cta__headline {
    text-align: right;
}

.article--cta-1.right .cta__text {
    text-align: right;
}

.article--cta-1.right .cta__button {
    float: right;
}

.main-content__body .article--cta-1 .cta__content {
    text-align: center;
    padding: 0 30px;
}

.main-content__body .article--cta-1 .cta__headline {
    font-size: 1.7em;
    letter-spacing: 1px;
}

    .main-content__body .article--cta-1 .cta__headline::after {
        content: none;
    }

.main-content__body .article--cta-1 .cta__text {
    margin: 0 auto 15px;
    padding: 0;
    font-size: 0.9em;
    font-weight: 300;
}

.container-fluid .cta-banner {
    height: 470px;
}

@media only screen and (max-width: 767px) {
    .container-fluid .cta-banner {
        height: 100%;
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
    }
}

.cta-banner .cta__hero {
    width: 100%;
    text-align: center;
}

.cta-banner .cta__content {
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
    z-index: 999;
}

@media only screen and (max-width: 991px) {
    .cta-banner .cta__content {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .cta-banner .cta__content {
        padding: 30px 30px 60px;
    }
}

@media only screen and (max-width: 479px) {
    .cta-banner .cta__content {
        padding: 30px 15px;
    }
}

.cta-banner .cta__headline {
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: none;
    font-size: 3.5em;
    line-height: 1.1em;
    margin-top: 20px;
    padding: 0 20%;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 991px) {
    .cta-banner .cta__headline {
        padding-right: 20%;
    }
}

@media only screen and (max-width: 767px) {
    .cta-banner .cta__headline {
        font-size: 2.75em;
    }
}

.cta-banner .cta__text {
    margin: 0;
    padding: 0 25% 30px;
    font-size: 1.3em;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.cta-banner.left .cta__hero {
    width: 100%;
}

    .cta-banner.left .cta__hero img {
        float: left;
    }

.cta-banner.left .cta__content .cta__headline {
    padding: 0 40% 0 0;
}

@media only screen and (max-width: 991px) {
    .cta-banner.left .cta__content .cta__headline {
        padding: 0 20% 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .cta-banner.left .cta__content .cta__headline {
        padding: 0;
    }
}

.cta-banner.left .cta__content .cta__text {
    padding: 0 50% 30px 0;
}

@media only screen and (max-width: 991px) {
    .cta-banner.left .cta__content .cta__text {
        padding: 0 20% 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .cta-banner.left .cta__content .cta__text {
        padding: 0 0 30px;
    }
}

.cta-banner.right .cta__hero {
    width: 100%;
}

    .cta-banner.right .cta__hero img {
        float: right;
    }

.cta-banner.right .cta__content .cta__headline {
    padding: 0 0 0 40%;
}

@media only screen and (max-width: 991px) {
    .cta-banner.right .cta__content .cta__headline {
        padding: 0 0 0 20%;
    }
}

@media only screen and (max-width: 767px) {
    .cta-banner.right .cta__content .cta__headline {
        padding: 0;
    }
}

.cta-banner.right .cta__content .cta__text {
    padding: 0 0 30px 50%;
}

@media only screen and (max-width: 991px) {
    .cta-banner.right .cta__content .cta__text {
        padding: 0 0 30px 20%;
    }
}

@media only screen and (max-width: 767px) {
    .cta-banner.right .cta__content .cta__text {
        padding: 0 0 30px;
    }
}

.cta-banner .cta__headline::after {
    content: none;
}

.cta-banner .cta__background img {
    width: 110%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .cta-banner .cta__background img {
        width: auto;
        height: 110%;
    }
}

.container.cta-2-col-sidebar {
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
}

.container-fluid + .container.cta-2-col-sidebar {
    margin-top: 45px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .container-fluid + .container.cta-2-col-sidebar {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}

.container-fluid + .container.cta-2-col-sidebar .main-content__sidebar {
    margin-top: 0;
}

.cta-2-col-sidebar .main-content__body .article--cta-1 {
    min-height: 330px;
}

.cta-2-col-sidebar .main-content__sidebar .ad__block {
    height: 150px;
}

    .cta-2-col-sidebar .main-content__sidebar .ad__block ins.adsbygoogle {
        height: 150px !important;
    }

.cta-2-col-sidebar .main-content__sidebar .article--cta-1 .cta__content {
    padding-top: 10px;
    height: 150px;
}

@media only screen and (max-width: 991px) {
    .cta-2-col-sidebar .main-content__sidebar .article--cta-1 .cta__content {
        height: 111px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-2-col-sidebar .main-content__sidebar .article--cta-1 .cta__content {
        height: auto;
        padding: 15px 15px 30px;
    }
}

.cta-2-col-sidebar .main-content__sidebar .article--cta-1 .cta__content .cta__hero {
    margin-bottom: 8px;
}

    .cta-2-col-sidebar .main-content__sidebar .article--cta-1 .cta__content .cta__hero img {
        width: 100%;
        max-width: 300px;
        padding-top: 0;
        margin-top: 0;
    }

@media only screen and (max-width: 767px) {
    .cta-2-col-sidebar .main-content__sidebar .article--cta-1 .cta__content .cta__hero img {
        margin-bottom: 8px;
    }
}

.container.breadcrumbs {
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .container.breadcrumbs {
        display: none;
    }
}

.breadcrumb__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.breadcrumb__list--item {
    display: inline-block;
    margin-right: 7px;
    padding: 0;
}

    .breadcrumb__list--item::after {
        content: "/";
        margin-left: 11px;
        padding: 0;
    }

    .breadcrumb__list--item:last-of-type::after {
        content: "";
        display: none;
    }

.article {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .article {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .article {
        margin-bottom: 15px;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 479px) {
    .article {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .news .article {
        height: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .news .article {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .main-content__sidebar {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .main-content__sidebar {
        margin-top: 20px;
        margin-bottom: 0px;
    }
}

.main-content__sidebar .article {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .main-content__sidebar .article {
        margin-bottom: 20px;
    }
}

.article__section {
    margin-bottom: 45px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .article__section {
        width: 100%;
        float: left;
        position: relative;
        min-height: 1px;
    }
}

.article__section.image-wrapper {
    margin-bottom: 0;
}

body.desktop .container-sponsors .article {
    min-height: 345px;
}

@media only screen and (min-width: 992px) {
    .main-content__body .article--detail {
        height: auto;
    }
}

.main-content__body .article--detail .video__wrapper {
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
    .main-content__body .article--detail .video__wrapper iframe {
        width: 636.656px;
        height: 358px;
    }
}

@media only screen and (min-width: 992px) {
    .main-content__body .article--tile {
        overflow: hidden;
    }
}

@media only screen and (min-width: 992px) {
    .main-content__body .article--list {
        height: auto;
        position: relative;
        margin-bottom: 30px;
    }
}

.main-content__body .article--list .article__image {
    max-height: 233px;
    overflow: hidden;
    margin-bottom: 30px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .main-content__body .article--list .article__image {
        max-height: none;
        height: auto;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .main-content__body .article--list .article__image {
        max-height: none;
        height: auto;
        margin-bottom: 15px;
    }
}

.main-content__body .article--list .article__summary {
    margin-bottom: 30px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .main-content__body .article--list .article__summary {
        margin-bottom: 30px;
    }
}

.article--list .article__main-text {
    margin-bottom: 30px;
}

.article--fixed-height {
    margin-bottom: 60px;
    padding-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .article--fixed-height {
        min-height: 244px;
    }
}

@media only screen and (max-width: 991px) {
    .article--fixed-height {
        min-height: 183px;
    }
}

@media only screen and (max-width: 767px) {
    .article--fixed-height {
        height: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .article--fixed-height {
        margin-bottom: 15px;
    }
}

.article__link:hover .article__title, .article__link:hover .page__title {
    color: #05328D;
}

.article__link:active, .article__link:focus {
    color: red;
    text-decoration: none;
}

.article__author a {
    font-size: 0.88em;
    text-decoration: none;
    font-weight: 500;
    color: #00338D;
}

.article__date {
    font-size: 0.85em;
    color: #63666A;
    margin-bottom: 5px;
}

.article__author + .article__date {
    margin-bottom: 20px;
}

.article__byline {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.add-this {
    float: right;
    margin: 0;
    padding: 0;
    height: 32px;
    line-height: 32px;
    width: 80px;
    margin-top: 5px;
    display: block;
    text-align: center;
    background-color: #00338D;
}

    .add-this a {
        color: #FFF;
        font-size: 1.0;
    }

.article__image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

    .article__image.blank__image {
        width: 100%;
        height: 0px;
        margin-bottom: 0px;
    }

@media only screen and (max-width: 767px) {
    .article__image {
        margin-bottom: 15px;
    }
}

.article__image--inset {
    width: 300px;
    height: auto;
}

    .article__image--inset.left {
        float: left;
        margin: 0 20px 20px 0;
    }

@media only screen and (max-width: 767px) {
    .article__image--inset.left {
        width: 100%;
        float: none;
        margin: 0 auto 30px;
    }
}

.article__image--inset.right {
    float: right;
    margin: 0 0 20px 20px;
}

@media only screen and (max-width: 767px) {
    .article__image--inset.right {
        width: 100%;
        float: none;
        margin: 0 auto 30px;
    }
}

.article__title, .page__title {
    color: #63666A;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: none;
    position: relative;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
}

.page__title {
    margin-bottom: 30px;
}

.article__title--large, .page__title--large {
    font-size: 2.75em;
    line-height: 1.1em;
    font-weight: 400;
    color: #63666A;
    margin-top: 0;
    padding-bottom: 4px;
}

.page__title--large {
    margin-bottom: 40px;
}

.article__summary {
    font-weight: 400;
    font-size: 1.05em;
    color: #63666A;
    position: relative;
    margin-bottom: 15px;
}

.article__text p {
    margin-bottom: 1em;
}

.contact__list--item {
    margin-bottom: 15px;
}

    .contact__list--item a:hover {
        color: #23527c;
        text-decoration: none;
    }

    .contact__list--item a:active {
        text-decoration: underline;
    }

    .contact__list--item a:focus {
        text-decoration: underline;
    }

.contact__title {
    font-size: 1.02em;
    font-weight: 600;
    color: #63666A;
    margin-bottom: .1em;
}

.contact__list .contact__name {
    margin-bottom: 0;
}

.city__list {
    list-style-type: none;
    margin: .2em auto 0;
    padding: 0;
}

.city__list--item {
    margin-bottom: .375em;
}

.host__year {
    display: inline-block;
    width: 42px;
}

.pagination__wrapper {
    position: relative;
    text-align: center;
    margin: 60px auto;
    padding: 0;
}

.pagination__list {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.pagination__list--item {
    list-style-position: inside;
    display: inline-block;
    margin: 0 2px;
    padding: 0 5px;
    font-size: 1.22em;
}

@media only screen and (max-width: 767px) {
    .pagination__list--item {
        font-size: 1.2em;
        margin: 0 6px;
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 479px) {
    .pagination__list--item {
        font-size: 1.41em;
        margin: 0px 0px;
        padding: 0 4px;
    }
}

.pagination__list--item a {
    color: #9EA2A2;
}

    .pagination__list--item a.active {
        color: #B71234;
    }

    .pagination__list--item a.previous {
        height: 30px;
        width: 30px;
        top: -4px;
        position: relative;
        background-position: -210px -60px;
    }

    .pagination__list--item a.next {
        height: 30px;
        width: 30px;
        top: -4px;
        position: relative;
        background-position: -121px -60px;
    }

.sidebar-links__title {
    padding: 0;
    margin: 0 0 30px 10px;
    font-size: 2.2em;
    letter-spacing: 1px;
    color: #63666A;
}

@media only screen and (max-width: 767px) {
    .sidebar-links__title {
        font-size: 1.65em;
        background-color: #00338D;
        color: #FFF;
        line-height: 1.1em;
        margin-bottom: 55px;
        margin-left: 0;
        margin-bottom: 0px;
        margin-left: 0;
        padding: 15px 20px;
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-links__title.open {
        margin-bottom: 0;
    }
}

.sidebar-links__title::after {
    content: "";
    display: block;
    position: relative;
    height: 4px;
    top: 15px;
    left: -10px;
    width: 100%;
    background-color: #00338D;
}

@media only screen and (max-width: 767px) {
    .sidebar-links__title::after {
        display: none;
    }
}

.sidebar-links__title--label {
    display: none;
}

@media only screen and (max-width: 767px) {
    .sidebar-links__title--label {
        display: inline-block;
    }
}

.sidebar-nav--icon {
    background-position: -178px -57px;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 10px;
    right: 28px;
    display: none;
}

@media only screen and (max-width: 767px) {
    .sidebar-nav--icon {
        display: block;
    }
}

.open .sidebar-nav--icon {
    background-position: -179px -87px;
}

.sidebar-links {
    margin: 0 auto 60px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .sidebar-links {
        margin-bottom: 20px;
    }
}

.sidebar-links__list {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .sidebar-links__list {
        transition: height 1s;
        height: 0;
        overflow: hidden;
        padding: 15px;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 1px;
        display: none;
    }
}

.sidebar-links__list.open {
    display: block;
    height: 100%;
    padding-top: 0;
}

@media only screen and (max-width: 767px) {
    .sidebar-links__list.open {
        background-color: #63666B;
    }
}

.sidebar-links__list--item {
    margin: 1em auto 0;
    padding: 0 0 1em 13px;
    border-bottom: 1px solid #9EA2A2;
}

@media only screen and (max-width: 767px) {
    .sidebar-links__list--item {
        border-color: #3d4144;
        margin: 23px 15px 0 0;
        padding: 0 0 23px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-links__list--item {
        margin-right: 0;
    }
}

.sidebar-links__list--item a {
    color: #63666A;
    font-size: 1.1em;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .sidebar-links__list--item a {
        color: #FFF;
        font-size: 1.4em;
        position: relative;
        margin: 0;
        line-height: 22px;
        display: block;
        width: auto;
    }
}

body.desktop .sidebar-links__list--item a:hover, body.desktop .sidebar-links__list--item a:focus {
    color: #B71234;
}

.sidebar-search__wrapper {
    position: relative;
    border: 1px solid #E4E4E4;
    background-color: #F1F1F1;
    height: 45px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .sidebar-search__wrapper {
        display: none;
    }
}

.search__input--sidebar {
    width: 85%;
    margin-top: 4px;
    height: 35px;
    color: #3B3C3E;
    font-size: 1.1em;
}

.search__submit--sidebar {
    top: 8px;
    right: 2px;
    background-position: -185px -31px;
}

.container.quick-links {
    margin-top: 30px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .container.quick-links {
        padding: 0 45px;
    }
}

@media only screen and (max-width: 479px) {
    .container.quick-links {
        padding: 0 20px;
        margin-bottom: 30px;
    }
}

.quick-links > div {
    padding: 0 !important;
}

.quick-link {
    display: block;
    margin: 2em auto;
    min-height: 160px;
}

@media only screen and (max-width: 479px) {
    .quick-link {
        margin-bottom: 0;
    }
}

body.desktop .quick-link:hover {
    text-decoration: none;
}

    body.desktop .quick-link:hover .quick-link__title {
        color: #00338D;
        text-decoration: none;
    }

.quick-link__image {
    display: block;
    margin: 0;
    margin: 0 auto;
    padding: 0;
    width: 150px;
    height: 130px;
    cursor: pointer;
}

@media only screen and (max-width: 479px) {
    .quick-link__image {
        width: 102px;
        height: auto;
    }
}

.quick-link__image--hover {
    position: absolute;
    margin: 0 auto;
    padding: 0;
    top: 28px;
    left: 0;
    right: 0;
    width: 150px;
    height: 130px;
    visibility: hidden;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

@media only screen and (max-width: 479px) {
    .quick-link__image--hover {
        width: 102px;
        height: auto;
    }
}

body.desktop .quick-link:hover .quick-link__image {
    visibility: hidden;
}

body.desktop .quick-link:hover .quick-link__image--hover {
    visibility: visible;
}

.quick-link__title {
    font-size: 1.175em;
    line-height: 1.3em;
    color: #63666A;
    text-align: center;
    margin: .75em 0 0;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}

@media only screen and (max-width: 767px) {
    .quick-link__title {
        font-size: 1.0em;
        margin-top: 5px;
        padding: 0;
    }
}

@media only screen and (max-width: 479px) {
    .quick-link__title {
        font-size: 1.0em;
        letter-spacing: 0.5px;
    }
}

.marketing-promo {
    position: relative;
    height: 253px;
    margin-bottom: 30px;
}
/*Added 768px to include ipad resolution*/
@media(max-width:991px) {
    .marketing-promo-container-2 {
        display: none;
    }

    .marketing-promo.marketing-promo-2 {
        display: none;
    }
}

.marketing-promo:hover {
    cursor: pointer;
}

.marketing-promo__summary {
    text-transform: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    z-index: 99;
    overflow: hidden;
}

@media only screen and (min-width: 992px) {
    /*.marketing-promo__summary {
            height: 70px;
        }*/
}

@media only screen and (max-width: 991px) {
    .marketing-promo__summary {
        height: 55px;
    }

        .marketing-promo__summary p {
            font-size: 1.0em;
        }
}

@media only screen and (max-width: 479px) {
    .marketing-promo__summary {
        height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .marketing-promo__summary {
        height: 100px;
    }
}

.youth .marketing-promo__summary {
    background-color: #1A6EFF;
    opacity: 0.9;
}

.marketing-promo__summary p {
    font-weight: 400;
    color: #FFF;
    padding: 0;
    letter-spacing: .5px;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) {
    .marketing-promo__summary p {
        font-size: 1.2em;
        line-height: 1.22em;
        height: 40px;
        margin: 13px 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .marketing-promo__summary p {
        font-size: 1.2em;
        line-height: 1.22em;
        height: 40px;
        margin: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .marketing-promo__summary p {
        font-size: 1.07em;
        line-height: 1.2em;
        height: 35px;
        margin: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .marketing-promo__summary p {
        font-size: 1.65em;
        line-height: 1.3em;
        height: 60px;
        margin: 20px 25px;
    }
}

.marketing-promo__image {
    width: auto;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .marketing-promo__image {
        width: auto;
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .marketing-promo__image {
        width: 100%;
        height: auto;
    }
}

.marketing-promo__detail {
    position: absolute;
    height: 300px;
    width: 500px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 340px;
    transition: left 0.1s;
    z-index: 9999;
    padding: 0;
    left: 100%;
}

    .marketing-promo__detail::before {
        content: '';
        background-color: #00338D;
        height: 100%;
        width: 100%;
        position: absolute;
        transform: skew( -18.25deg );
        top: 0;
        z-index: -1;
        transform-origin: bottom left;
    }

/*@media only screen and (max-width: 991px) {
            .marketing-promo__detail {
            height: 375px;
        }
    }*/

@media only screen and (max-width: 767px) {
    .marketing-promo__detail {
        /*left: 340px;*/
        display: none;
    }
}

.youth .marketing-promo__detail {
    background-color: #FF991A;
}

.marketing-promo__detail.open {
    left: 0;
    transform-origin: top left;
}

    .marketing-promo__detail.open::before {
        width: 200%;
        transform-origin: top left;
    }

/*    @media only screen and (max-width: 991px) {
        .marketing-promo__detail.open {
            left: -65px;
        }
    }*/

@media only screen and (max-width: 767px) {
    .marketing-promo__detail.open {
        display: none;
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
    .marketing-promo__detail.open {
        display: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .marketing-promo__detail.open {
        display: none;
    }
}

.marketing-promo__detail p {
    max-width: 275px;
    padding: 0;
    color: #FFF;
    font-size: 1.1em;
    line-height: 1.25em;
    font-weight: 300;
    margin: 0px;
    width: 100%;
    padding: 12px;
}

    .marketing-promo__detail p .bold {
        margin-top: 1em;
        display: block;
        letter-spacing: .5px;
        text-transform: uppercase;
    }

@media only screen and (max-width: 1199px) {
    .marketing-promo__detail p {
        font-size: 1em;
        /*max-width: 195px;*/
    }
}

@media only screen and (max-width: 991px) {
    .marketing-promo__detail p {
        font-size: 0.9em;
        /*max-width: 195px;*/
    }
}

.main-content .stripe, .main-content .stripe--featured-video {
    left: -1060px;
    background-color: gray;
    opacity: 0.125;
}

@media only screen and (max-width: 991px) {
    .main-content .stripe, .main-content .stripe--featured-video {
        top: -450px;
    }
}

.main-content .stripe + .stripe, .main-content .stripe--featured-video + .stripe, .main-content .youth .stripe--featured-video + .stripe, .main-content .stripe + .stripe--featured-video, .main-content .stripe--featured-video + .stripe--featured-video, .main-content .youth .stripe + .stripe--featured-video, .main-content .youth .stripe--featured-video + .stripe--featured-video {
    left: -1000px;
    background-color: gray;
    opacity: 0.125;
}

@media only screen and (max-width: 991px) {
    .main-content .stripe + .stripe, .main-content .stripe--featured-video + .stripe, .main-content .youth .stripe--featured-video + .stripe, .main-content .stripe + .stripe--featured-video, .main-content .stripe--featured-video + .stripe--featured-video, .main-content .youth .stripe + .stripe--featured-video, .main-content .youth .stripe--featured-video + .stripe--featured-video {
        top: -450px;
    }
}

.top-news {
    position: relative;
    height: 253px;
    margin-bottom: 30px;
}

.article.top-news {
    padding-bottom: 0px;
}

@media(max-width:767px) {
    .article.top-news {
        padding-bottom: 100px;
    }
}

.top-news__title {
    color: #333;
    background-color: #C7C9C7;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 0.5px;
    height: 38px;
    line-height: 40px;
    margin: 0;
    padding: 0 8px 0 15px;
    position: absolute;
    z-index: 99;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}

@media only screen and (max-width: 991px) {
    .top-news__title {
        font-size: 0.91em;
        height: 29px;
        line-height: 31px;
    }
}

@media only screen and (max-width: 767px) {
    .top-news__title {
        font-size: 1.5em;
        letter-spacing: 2px;
        height: 48px;
        line-height: 50px;
    }
}

.youth .top-news__title {
    color: #FFF;
    background-color: #47b100;
}

.top-news__title::after {
    content: '';
    height: 38px;
    width: 16px;
    background-color: #C7C9C7;
    position: absolute;
    top: 0;
    right: -15px;
    left: auto;
    transform: skewX(-15deg);
    transform-origin: top;
    -webkit-transform-origin: 0 0;
}

@media only screen and (max-width: 991px) {
    .top-news__title::after {
        height: 29px;
    }
}

@media only screen and (max-width: 767px) {
    .top-news__title::after {
        right: -15px;
        height: 48px;
        width: 16px;
    }
}

.youth .top-news__title::after {
    background-color: #47b100;
}

.top-news__summary {
    text-transform: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(224, 224, 224, 0.915);
    z-index: 99;
    overflow: hidden;
}

@media only screen and (min-width: 992px) {
    .top-news__summary {
        height: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .top-news__summary {
        height: 55px;
    }
}

@media only screen and (max-width: 479px) {
    .top-news__summary {
        height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .top-news__summary {
        height: 100px;
    }
}

.youth .top-news__summary {
    background-color: #47b100;
    opacity: 0.8;
}

.top-news__summary p {
    font-weight: 400;
    color: #333;
    padding: 0;
    letter-spacing: .5px;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) {
    .top-news__summary p {
        font-size: 1.2em;
        line-height: 1.22em;
        height: 40px;
        margin: 13px 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .top-news__summary p {
        font-size: 1.2em;
        line-height: 1.22em;
        height: 40px;
        margin: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .top-news__summary p {
        font-size: 1.07em;
        line-height: 1.2em;
        height: 35px;
        margin: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .top-news__summary p {
        font-size: 1.65em;
        line-height: 1.3em;
        height: 60px;
        margin: 20px 25px;
    }
}

.youth .top-news__summary p {
    color: #FFF;
}

.top-news__image {
    /*width: auto;
        height: 100%;
        margin-left: -41px;*/
    width: 100%;
    object-fit: contain;
    height: calc(100% - 70px);
}

@media only screen and (max-width: 991px) {
    .top-news__image {
        height: calc(100% - 55px);
    }
}

@media only screen and (max-width: 767px) {

    .top-news__image {
        height: calc(100% - 100px);
    }
}

@media only screen and (max-width: 480px) {
    .top-news__image {
        height: calc(100% - 50px);
    }
}

.top-news a:hover p {
    color: #00338D;
}

.article--video {
    text-align: center;
    padding: 0 15px 72.3px;
    position: relative;
    overflow: hidden;
    z-index: 99;
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .article--video {
        padding: 0 125px 60px;
    }
}

@media only screen and (max-width: 991px) {
    .article--video {
        padding: 0 145px 60px;
    }
}

@media only screen and (max-width: 767px) {
    .article--video {
        padding: 0 15px 40px;
    }
}

.main-content__body .article--video {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-top: 1px solid #9EA2A2;
    border-bottom: 1px solid #9EA2A2;
    margin-top: 60px;
}

.video__wrapper {
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .video__wrapper {
        margin: 0 auto;
        position: relative;
        height: 0;
        padding-top: 55.8%;
    }
}

.video__wrapper iframe {
    z-index: 99999;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .video__wrapper iframe {
        width: 617px;
        height: 346px;
    }
}

@media only screen and (max-width: 991px) {
    .video__wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
    }
}

.main-content__body .video__wrapper iframe {
    margin-bottom: -5px;
}

.featured-video__title {
    color: #FFF;
    font-weight: 300;
}

.youth .featured-video__title {
    color: #63666A;
    font-weight: 300;
}

.main-content__body .featured-video__title {
    font-weight: 400;
}

.featured-video__title::after {
    content: '';
    display: block;
    background-color: #FFF;
    width: 65px;
    height: 5px;
    margin: 25px auto 0;
}

.youth .featured-video__title::after {
    background-color: #63666A;
}

.stripe--featured-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60%;
    width: 1900px;
    background-color: #000;
    opacity: 0.05;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .stripe--featured-video {
        width: 990px;
    }
}

.youth .stripe--featured-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60%;
    width: 1900px;
    background-color: #FFF;
    opacity: 0.3;
    z-index: 9;
}

@media only screen and (max-width: 991px) {
    .youth .stripe--featured-video {
        width: 750px;
    }
}

.container.news {
    overflow: hidden;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .container.news {
        margin-top: 0;
        margin-bottom: 15px;
        padding: 0 15px;
    }
}

.news-2 .article {
    height: 410px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .news-2 .article {
        height: 370px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .news-2 .article {
        height: auto;
        margin-bottom: 20px;
    }
}

.main-content__body .news-2 .article {
    height: 100%;
    min-height: 124px;
    margin-bottom: 20px;
}

    .main-content__body .news-2 .article.h-fixed {
        height: 410px;
        min-height: 124px;
        margin-bottom: 20px;
    }

@media only screen and (max-width: 767px) {
    .main-content__body .news-2 .article {
        height: auto;
    }
}

.main-content__body .news-2 .article.no-image {
    height: 124px;
}

@media only screen and (max-width: 991px) {
    .news-3 .article {
        height: 315px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .news-3 .article {
        height: auto;
    }
}

.article--list {
    height: auto;
    overflow: visible;
}

.ad__block, .main-content__sidebar .ad__block {
    position: relative;
    padding-bottom: 0;
}

.ads-mobile-only .row > div {
    margin-top: 20px;
}

.cta-3 .ad__block {
    height: 253px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .cta-3 .ad__block {
        height: 185px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-3 .ad__block {
        height: auto;
    }
}

.main-content__sidebar .ad__block {
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .main-content__sidebar .ad__block {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .main-content__sidebar .ad__block {
        display: none;
    }
}

.container.leaderboard {
    margin: 0 auto;
    padding: 20px 0;
    height: auto; /*130px*/
    max-height: 130px;
    text-align: center;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .container.leaderboard {
        padding: 15px;
        height: auto; /*120px*/
        max-height: 120px;
        overflow: hidden;
    }

        .container.leaderboard > div {
            overflow: hidden;
        }
}

.container.leaderboard--footer {
    margin: 30px auto;
    position: relative;
    z-index: 999;
}

@media only screen and (max-width: 767px) {
    .container.leaderboard--footer {
        margin: 0 auto;
    }
}

.container-fluid.youth-bg {
    margin-top: 130px;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .container-fluid.youth-bg {
        display: none;
    }
}

.youth-bg img {
    position: relative;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    z-index: -1;
}

.youth .slide__link--image {
    width: 300px;
    height: 165px;
    display: block;
    position: absolute;
    top: -35px;
    left: -20px;
}

@media only screen and (max-width: 991px) {
    .youth .slide__link--image {
        width: 225px;
        height: 123px;
        top: -20px;
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .youth .slide__link--image {
        width: 165px;
        height: 90px;
        top: -15px;
        left: 10px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .youth .slide__link--image {
        width: 225px;
        height: 123px;
        top: -20px;
        left: 10px;
    }
}

.youth .slide__link img {
    height: 100%;
    width: 100%;
}

.youth .slide__link--image + .slide__title {
    width: 440px;
    margin-left: 210px;
    color: #0A4FFF;
    font-size: 29px;
    line-height: 30px;
    font-weight: 400;
}

@media only screen and (max-width: 991px) {
    .youth .slide__link--image + .slide__title {
        width: 315px;
        margin-left: 175px;
        font-size: 22px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .youth .slide__link--image + .slide__title {
        width: 210px;
        margin-left: 150px;
        font-size: 18px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .youth .slide__link--image + .slide__title {
        width: 160px;
        margin-left: 110px;
        font-size: 18px;
        line-height: 20px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .youth .slide__link--image + .slide__title {
        width: 315px;
        margin-left: 175px;
        font-size: 22px;
        line-height: 24px;
    }
}
/*.youth .slider--stripes .stripes .stripe,*/
.youth .slider--stripes .stripes .stripe--featured-video {
    left: -874px;
}

@media only screen and (max-width: 991px) {
    /*.youth .slider--stripes .stripes .stripe, */
    .youth .slider--stripes .stripes .stripe--featured-video {
        left: -560px;
    }
}

/*.youth .slider--stripes .stripes .stripe + .stripe, */
.youth .slider--stripes .stripes .stripe--featured-video + .stripe,
.youth .slider--stripes .stripes .stripe + .stripe--featured-video,
.youth .slider--stripes .stripes .stripe--featured-video + .stripe--featured-video {
    left: -834px;
}

@media only screen and (max-width: 991px) {
    /*.youth .slider--stripes .stripes .stripe + .stripe, */
    .youth .slider--stripes .stripes .stripe--featured-video + .stripe,
    .youth .slider--stripes .stripes .stripe + .stripe--featured-video,
    .youth .slider--stripes .stripes .stripe--featured-video + .stripe--featured-video {
        left: -565px;
    }
}

.youth .footer--stripes--background {
    z-index: -999;
    overflow: hidden;
    position: absolute;
    height: 1600px;
    width: 300px;
    bottom: 0;
    margin-bottom: 0;
    z-index: -999;
}

    .youth .footer--stripes--background .stripes {
        left: 282px;
    }

@media only screen and (max-width: 991px) {
    .youth .footer--stripes--background .stripes {
        left: 184px;
    }
}

@media only screen and (max-width: 767px) {
    .youth .footer--stripes--top {
        left: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .youth .footer--stripes--top .stripe, .youth .footer--stripes--top .stripe--featured-video {
        left: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .youth .footer--stripes--top .stripe + .stripe, .youth .footer--stripes--top .stripe--featured-video + .stripe, .youth .footer--stripes--top .stripe + .stripe--featured-video, .youth .footer--stripes--top .stripe--featured-video + .stripe--featured-video {
        left: 450px;
    }
}

a:focus {
    outline: thin dotted;
    outline: 1px auto -webkit-focus-ring-color;
    outline-offset: 1px;
    /*border:1px dotted #FF991A;*/
}

.container-fluid {
    overflow: hidden;
    position: relative;
    padding: 0;
}

.container {
    padding-left: 0;
    padding-right: 0;
    /*margin: 24.1px auto;*/
}

@media only screen and (max-width: 479px) {
    .container {
        margin-bottom: 0px;
        /* padding-right: 30px; */
        /* padding-left: 30px; */
        /* padding-right: 15px; */
        /* padding-left: 15px; */
    }
}

@media only screen and (max-width: 320px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 750px) {
}

@media (min-width: 992px) {
}

.main-content__body .container {
    width: 100%;
}

.nav-level-3 .close-button {
    font-size: 28px;
    color: rgb(99, 102, 106) !important;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 999;
    background: transparent none repeat scroll 0 0;
    border: none;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    padding: 0px 0px 100px 0px;
}

:focus {
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 1px;
    outline: blue dotted thin;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

@media only screen and (max-width: 767px) {
    .buttons-section {
        transform: skewX(-18deg);
        background-color: #00000022;
        transition: background-color 0.2s;
        width: 130px;
        height: 55px;
        z-index: 999;
        position: absolute;
        left: -20px;
        top: calc(100% - 140px);
        margin-right: -667px;
        background: rgba(0,0,0,0);
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.35)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    }
}

@media (max-width: 620px) {
    .buttons-section {
        width: 110px;
        height: 35px;
        top: calc(100% - 85px);
    }
}
