﻿$red:#d50032;
@-webkit-keyframes bounce {
    0%

{
    padding: 0 0 3px
}

50% {
    padding: 3px 0 0
}

to {
    padding: 0 0 3px
}

}

@-o-keyframes bounce {
    0% {
        padding: 0 0 3px
    }

    50% {
        padding: 3px 0 0
    }

    to {
        padding: 0 0 3px
    }
}

@keyframes bounce {
    0% {
        padding: 0 0 3px
    }

    50% {
        padding: 3px 0 0
    }

    to {
        padding: 0 0 3px
    }
}

@media(min-width: 768px) {
    .mobile {
        display: none !important
    }
}

@media(max-width: 767px) {
    .tablet-up {
        display: none !important
    }
}

.narrow {
    max-width: 600px;
    margin: 0 auto
}

body, html {
    font-family: Roboto,sans-serif;
    font-size: 15px
}

    body h1, html h1 {
        font-size: 55px;
        font-family: Roboto;
        font-weight: 700
    }

@media(max-width: 767px) {
    body h1, html h1 {
        font-size: 40px
    }
}

body h3, html h3 {
    color: #d50032;
    font-size: 24px
}

body h3, body h5, html h3, html h5 {
    font-family: Roboto;
    font-weight: 700
}

body h5, html h5 {
    color: #000;
    font-size: 15px
}

body img, html img {
    max-width: 100%
}

body a, html a {
    color: #d50032
}

    body a:hover, html a:hover {
        color: #d50032;
        text-decoration: none
    }

.page-section {
    padding: 80px 0
}

@media(max-width: 767px) {
    .page-section {
        padding: 30px 0
    }
}

.red-copy {
    color: #d50032
}

.light-gray {
    background-color: #f7f7f7
}

.carousel-indicators--round li {
    border-radius: 10px;
    margin: 0 5px;
    height: 8px;
    max-width: 8px;
    border: none;
    background-color: #ccc
}

.carousel-indicators .active {
    background-color: #fff;
    max-width: 8px;
    margin: 0 5px;
    height: 8px
}

.carousel-indicators {
    margin: 0;
    bottom: 70px
}

    .carousel-indicators li {
        cursor: pointer
    }

.carousel-fade, .carousel-fade .carousel-inner {
    height: 100%
}

    .carousel-fade .carousel-inner .carousel-item {
        display: block;
        background-size: cover;
        height: 100%;
        position: absolute;
        opacity: 0;
        -webkit-transition: opacity .75s ease-in-out;
        -o-transition: opacity .75s ease-in-out;
        transition: opacity .75s ease-in-out
    }

        .carousel-fade .carousel-inner .carousel-item.active {
            opacity: 1;
            z-index: 5
        }

.text-left .container {
	margin-left: 10px;
}

.generic .carousel-caption {
    top: 55%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.generic .carousel-indicators {
    margin: 0;
    bottom: 30px
}

.carousel-item .small-caption {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    padding: 10px 5%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding-top: 26%;
    background: rgba(76,76,76,.8);
    display: table;
    border-top: 1px solid rgba(0,0,0,.9);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s linear,visibility .2s linear;
    -o-transition: opacity .2s linear,visibility .2s linear;
    transition: opacity .2s linear,visibility .2s linear
}

.carousel-item:hover .small-caption {
    opacity: 1;
    visibility: visible
}

.hero-area {
    height: 550px;
    position: relative;
    background-size: cover
}

    .hero-area .page-title {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

@media(max-width: 767px) {
    .hero-area {
        height: 250px
    }
}

.hero-area.fire-facts {
    height: 550px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.page-title {
    color: #fff
}

.download-link {
    color: #d50032;
    margin-top: 15px;
    display: inline-block;
    font-weight: 700
}

    .download-link i {
        margin-left: 10px
    }

.btn {
    border-radius: 5px;
    padding: 15px;
    min-width: 280px
}

@media(max-width: 767px) {
    .btn {
        margin-bottom: 15px
    }
}

.btn-red {
    background-color: #d50032;
    color: #fff !important
}

    .btn-red:hover {
        background-color: #ff003c
    }

.fa-external-link-square-alt {
    color: #d50032
}

#download-modal {
    background-color: transparent;
    border: none;
    color: #d50032;
    text-align: left;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    min-width: 100px;
    white-space: normal
}

    #download-modal:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    #download-modal .fas {
        margin-left: 10px
    }

.modal-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5em
}

    .modal-link a {
        color: #d50032;
        margin: auto
    }

    .modal-link .fas {
        margin-left: 10px
    }

.modal-header .close {
    margin: -1rem
}

.modal-title {
    margin: 0 auto
}

.hide, .nav-search {
    display: none
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.relative {
    position: relative
}

.flex, .navbar .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.navbar .navbar-brand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 164px;
    width: 33%
}

.nav-list a {
    color: #000;
    padding: 0 20px
}

header {
    padding: 0
}

    header .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    header .main-nav {
        width: 100%
    }

        header .main-nav ul {
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 0;
            padding-left: 0
        }

            header .main-nav ul li a {
                color: #000;
                font-size: 15px;
                font-weight: 400;
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s;
                padding: 0 10px
            }

                header .main-nav ul li a:hover {
                    color: #d50032
                }

@media(max-width: 991px) {
    header .navbar {
        padding: 0
    }

    header .main-nav {
        width: 100%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        padding: 0 40px
    }

        header .main-nav ul.mobile-menu {
            text-align: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-top: 30px
        }

            header .main-nav ul.mobile-menu li {
                margin-bottom: 15px;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                text-align: left
            }

                header .main-nav ul.mobile-menu li:nth-child(2n) {
                    text-align: right
                }

        header .main-nav ul.social-menu {
            margin-top: 15px
        }

            header .main-nav ul.social-menu li a {
                font-size: 25px
            }
}

@media(min-width: 992px) {
    header .navbar-toggler {
        display: none !important
    }

    header .collapse {
        display: block
    }
}

.navbar-toggler {
    padding: 0;
    width: 35px
}

.black-dash {
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block
}

    .black-dash:nth-child(n+1) {
        margin-bottom: 5px
    }

footer {
    background-color: #000;
    padding: 70px 0
}

    footer ul {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
        padding-left: 0
    }

        footer ul li a {
            color: #fff;
            font-size: 15px;
            font-weight: 400;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s
        }

@media(max-width: 991px) {
    footer .social-media-links a {
        font-size: 20px
    }
}

@media(max-width: 787px) {
    footer {
        padding: 35px
    }

        footer .col-md-7 ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center
        }

            footer .col-md-7 ul li {
                margin-bottom: 15px
            }

        footer .col-md-2 {
            margin-top: 50px
        }
}

footer .social-media-links {
    min-width: 130px;
    max-width: 270px;
    margin: 0 auto
}

footer .copyright {
    padding: 20px 0;
    margin-top: 25px;
    color: #555
}

footer .privacy-link {
    color: #555
}

.home-carousel .carousel-inner {
    height: calc(100vh - 80px)
}

    .home-carousel .carousel-inner .carousel-item {
        height: calc(100vh - 80px);
        background-size: contain;
        background-repeat: no-repeat;
    }

        .home-carousel .carousel-inner .carousel-item p {
            font-size: 35px;
            font-weight: 300
        }

.home-carousel .carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

@media(max-width: 767px) {
    .home-carousel .carousel-inner .carousel-item p {
        font-size: 20px
    }
}

@media(max-width: 991px) {
    .home-carousel .home-carousel .carousel-inner {
        height: calc(100vh - 95px)
    }

        .home-carousel .home-carousel .carousel-inner .carousel-item {
            height: calc(100vh - 95px);
            background-position: 80%
        }
}

.home-carousel#fpw-carousel2 .carousel-inner {
    height: calc(80vh - 80px)
}

    .home-carousel#fpw-carousel2 .carousel-inner .carousel-item {
        height: calc(100vh - 80px);
        background-size: cover;
        background-position: 50%
    }

        .home-carousel#fpw-carousel2 .carousel-inner .carousel-item p {
            font-size: 35px;
            font-weight: 300
        }

.home-carousel#fpw-carousel2 .carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    left: auto;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

@media(max-width: 767px) {
    .home-carousel#fpw-carousel2 .carousel-inner .carousel-item p {
        font-size: 20px
    }
}

@media(max-width: 991px) {
    .home-carousel#fpw-carousel2 .home-carousel .carousel-inner {
        height: calc(100vh - 95px)
    }

        .home-carousel#fpw-carousel2 .home-carousel .carousel-inner .carousel-item {
            height: calc(100vh - 95px);
            background-position: 80%
        }
}

.home-carousel#fpw-carousel3 .carousel-inner {
    height: calc(60vh - 80px)
}

    .home-carousel#fpw-carousel3 .carousel-inner .carousel-item {
        height: calc(100vh - 80px);
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat
    }

        .home-carousel#fpw-carousel3 .carousel-inner .carousel-item p {
            font-size: 35px;
            font-weight: 300
        }

.home-carousel#fpw-carousel3 .carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    left: auto;
    top: 25%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

@media(max-width: 767px) {
    .home-carousel#fpw-carousel3 .carousel-inner .carousel-item p {
        font-size: 20px
    }
}

@media(max-width: 991px) {
    .home-carousel#fpw-carousel3 .home-carousel .carousel-inner {
        height: calc(100vh - 95px)
    }

        .home-carousel#fpw-carousel3 .home-carousel .carousel-inner .carousel-item {
            height: calc(100vh - 95px);
            background-position: 80%
        }
}

.video-sliders .carousel-wrapper h5 {
    margin-bottom: 15px
}

.video-sliders .carousel-wrapper a.bottom-link {
    color: #d50032;
    margin-top: 15px;
    display: inline-block;
    font-weight: 700
}

    .video-sliders .carousel-wrapper a.bottom-link i {
        margin-left: 10px
    }

.video-sliders .row {
    margin-bottom: 90px
}

    .video-sliders .row:last-child {
        margin-bottom: 0
    }

@media(max-width: 767px) {
    .video-sliders .carousel-wrapper {
        margin-bottom: 50px
    }

    .video-sliders .row {
        margin-bottom: 0
    }
}

.small-carousel .carousel-item {
    background-size: cover;
    background-position: 50%;
    height: 230px;
    cursor: pointer
}

.small-carousel .carousel-indicators {
    top: -27px;
    right: 0;
    left: auto;
    bottom: auto
}

    .small-carousel .carousel-indicators li {
        background-color: #d50032;
        opacity: .25
    }

        .small-carousel .carousel-indicators li.active {
            opacity: 1
        }

.scroll-cta {
    position: absolute;
    bottom: 10px;
    z-index: 5;
    color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer
}

    .scroll-cta span {
        font-size: 13px;
        font-weight: 300
    }

    .scroll-cta i, .scroll-cta span {
        display: block;
        text-align: center
    }

    .scroll-cta i {
        -webkit-animation: bounce 1s infinite;
        -o-animation: bounce 1s infinite;
        animation: bounce 1s infinite
    }

.red-stripe {
    background-color: #d50032;
    text-decoration: none;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 18px
}

.trademark {
    top: -2.5em;
    font-size: 8px;
    font-weight: 700
}

.more h3, .social-media-area h3 {
    color: #d50032;
    margin-bottom: 70px
}

.more .row, .social-media-area .row {
    margin-bottom: 30px
}

    .more .row:last-child, .social-media-area .row:last-child {
        margin-bottom: 0
    }

.more .social-media-card .post-header, .social-media-area .social-media-card .post-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .more .social-media-card .post-header .post-info, .social-media-area .social-media-card .post-header .post-info {
        margin-left: 15px
    }

        .more .social-media-card .post-header .post-info p, .social-media-area .social-media-card .post-header .post-info p {
            margin-bottom: 0
        }

.more .social-media-card .post-description, .social-media-area .social-media-card .post-description {
    margin-top: 15px;
    color: #000
}

    .more .social-media-card .post-description a, .social-media-area .social-media-card .post-description a {
        //:#000
    }

        .more .social-media-card .post-description a.red-copy, .social-media-area .social-media-card .post-description a.red-copy {
            color: #d50032
        }

    .more .social-media-card .post-description .post-title, .social-media-area .social-media-card .post-description .post-title {
        font-weight: 700;
        margin-bottom: 7px;
        display: block
    }

.more .social-media-card .post-image-wrapper, .social-media-area .social-media-card .post-image-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.15);
    box-shadow: 0 2px 4px rgba(0,0,0,.15)
}

    .more .social-media-card .post-image-wrapper .post-image-caption, .social-media-area .social-media-card .post-image-wrapper .post-image-caption {
        padding: 15px 10px
    }

@media(max-width: 767px) {
    .more .social-media-card, .social-media-area .social-media-card {
        margin-bottom: 50px
    }
}

.more .social-media-card .post-image-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none
}

    .more .social-media-card .post-image-wrapper img {
        -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.15);
        box-shadow: 0 2px 4px rgba(0,0,0,.15)
    }

    .more .social-media-card .post-image-wrapper div > img {
        margin: 0 auto
    }

.juicer-feed .referral {
    display: none !important
}

.accordion-body {
    width: 70%;
    margin: 75px auto 100px
}

@media screen and (max-width: 768px) {
    .accordion-body {
        width: 100%
    }
}

.bottom-border {
    border-bottom: 1px solid #979797
}

.accordion-btn {
    color: #d50032;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 0
}

    .accordion-btn:hover {
        color: #d50032
    }

.accordion-list {
    color: #000;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    list-style-position: inside;
    padding-left: 0
}

.accordion-header {
    float: left
}

.plus-sign {
    float: right;
    padding: 15px 0 15px 15px
}

.fa-plus {
    color: #fff;
    background-color: #d50032;
    padding: 2px
}

.card-body {
    border-bottom: 1px solid #979797
}

.img-fluid {
    display: block;
    margin: 0 auto
}

.languages-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f7f7f7;
    height: 460px
}

.languages-div {
    width: 600px;
    margin: auto
}

.languages-title {
    color: #d50032;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px
}

.languages-text {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 60px
}

.languages-btn {
    margin: 0 10px;
    min-width: 200px;
    cursor: pointer
}

.btn-wrapper, .multiple-lanuages {
    text-align: center
}

@media(min-width: 768px) {
    .multiple-lanuages p {
        margin-bottom: 80px
    }

    .multiple-lanuages a.btn:last-child {
        margin-left: 25px
    }
}

.safety-banner {
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    padding-top: 50%
}

.safety-banner, .video-block {
    background-position: 50%;
    width: 100%
}

.video-block {
    height: 315px;
    background-size: cover;
    position: relative
}

    .video-block iframe {
        opacity: 0;
        max-width: 100%
    }

    .video-block .play-button {
        position: absolute;
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        cursor: pointer;
        z-index: 5
    }

#about-hero-image {
    background-size: cover;
    background-position: 50%;
    position: relative;
    background-repeat: no-repeat
}

.page-description {
    margin: 80px auto 0;
    max-width: 770px
}

.languages-btn {
    background-color: #d50032;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 10px;
    margin: 10px;
    display: inline-block;
    text-align: center
}

    .languages-btn:hover {
        color: #fff
    }

.btn-wrapper {
    margin-top: 45px
}

.logo-downloads-top {
    padding: 18% 4%
}

.logo-downloads-btm {
    padding: 28.5% 4%
}

.dark-grey {
    background-color: #565a5c
}

.img-container {
    margin-bottom: 50px
}

    .img-container img {
        -webkit-box-shadow: 1px 1px 1px 1px #3333;
        box-shadow: 1px 1px 1px 1px #3333
    }

.grid-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto
}

    .grid-header p {
        margin-top: 25px;
        margin-bottom: 60px
    }

.top-btn-wrapper {
    text-align: left;
    margin: 25px 0;
    max-width: 470px
}

.social-container img {
    -webkit-box-shadow: 1px 1px 1px 1px #3333;
    box-shadow: 1px 1px 1px 1px #3333
}

.social-container p {
    margin-top: 25px
}

.view-more-btn, .view-more-btn:hover {
    color: #fff
}

.educate-1st-paragraph {
    max-width: 470px
}

.img-logo-container {
    -webkit-box-shadow: 1px 1px 1px 1px #3333;
    box-shadow: 1px 1px 1px 1px #3333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px
}

.img-logo {
    margin: auto
}

@media screen and (max-width: 768px) {
    .top-btn-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.resources .resource-content .row {
    margin-bottom: 30px
}

    .resources .resource-content .row article {
        width: 100%;
        position: relative;
        border: 1px solid #dadada;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
        -webkit-box-shadow: -2px 2px 7px 0 rgba(0,0,0,.05);
        box-shadow: -2px 2px 7px 0 rgba(0,0,0,.05)
    }

        .resources .resource-content .row article .resource-thumb {
            width: 33%;
            padding: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .resources .resource-content .row article .resource-details {
            width: 67%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

        .resources .resource-content .row article h5, .resources .resource-content .row article p {
            padding: 10px;
            margin: 0
        }

        .resources .resource-content .row article .socials {
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 10px;
            margin: 0;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .resources .resource-content .row article .socials img {
                padding: 0;
                -webkit-transition: padding .1s linear;
                -o-transition: padding .1s linear;
                transition: padding .1s linear;
                cursor: pointer
            }

                .resources .resource-content .row article .socials img:hover {
                    padding: 5px
                }

            .resources .resource-content .row article .socials li a {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap
            }

                .resources .resource-content .row article .socials li a:before {
                    content: attr(data-popover);
                    position: absolute;
                    background: #fff;
                    color: #333;
                    font-weight: 700;
                    padding: 10px;
                    width: auto;
                    border: 1px solid #999;
                    border-radius: 5px;
                    bottom: -60px;
                    z-index: 9;
                    white-space: nowrap;
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transition: opacity .2s linear;
                    -o-transition: opacity .2s linear;
                    transition: opacity .2s linear
                }

                .resources .resource-content .row article .socials li a:after {
                    position: absolute;
                    content: "";
                    background: #fff;
                    width: 15px;
                    height: 15px;
                    -webkit-transform: rotate(-45deg);
                    -o-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    bottom: -24px;
                    border-style: solid;
                    border-width: 1px 1px 0 0;
                    border-color: #999;
                    z-index: 9;
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transition: opacity .15s linear;
                    -o-transition: opacity .15s linear;
                    transition: opacity .15s linear
                }

                .resources .resource-content .row article .socials li a:hover:after, .resources .resource-content .row article .socials li a:hover:before {
                    opacity: 1;
                    visibility: visible
                }

        .resources .resource-content .row article .modal iframe {
            min-height: 320px
        }

.resources .section-title {
    width: 100%;
    margin-bottom: 45px;
    font-weight: 700;
    color: #d50032
}

.resources .resource-content {
    float: left;
    width: 73%;
    padding-right: 30px;
    margin-left: -15px
}

.resources #content-filter-mobile {
    display: none
}

.resources aside {
    float: right;
    top: 165px;
    left: 75%;
    width: 27%;
    max-width: 250px;
    position: absolute
}

    .resources aside.sticky {
        position: fixed
    }

    .resources aside .audience-selector {
        padding: 20px 10px;
        font-size: 1.5em;
        background: #fff;
        margin-bottom: 11px;
        width: 100%
    }

    .resources aside .cat-list {
        border: 1px solid #a9a9a9
    }

        .resources aside .cat-list h4 {
            border-left: 10px solid #d50032;
            padding-left: 7px;
            font-weight: 700;
            font-size: 1.25em;
            padding: 10px 0 10px 7px
        }

        .resources aside .cat-list ul {
            padding: 5px 0 0;
            list-style: none;
            margin: 0
        }

            .resources aside .cat-list ul li a {
                display: block;
                border-bottom: 1px solid #a9a9a9;
                padding: 10px 15px;
                color: #333
            }

                .resources aside .cat-list ul li a.active {
                    color: #d50032;
                    font-weight: 700
                }

            .resources aside .cat-list ul li:last-of-type a {
                border: none
            }

@media screen and (max-width: 991px) {
    #content-filter {
        left: 70%
    }
}

@media screen and (max-width: 786px) {
    .resources #container-resources {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .resources .resource-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 85%;
        margin: auto;
        padding-right: 0
    }

    .resources #content-filter {
        width: 85%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        display: none
    }

    .resources #content-filter-mobile {
        width: 90%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        display: block;
        position: relative;
        margin: auto;
        left: unset;
        max-width: 100%;
        top: 0
    }

    .resources .section-title {
        padding-top: 50px
    }
}
