.auto-width {
    width: auto !important;
}

.auto-height {
    height: auto !important;
}

.display-block {
    display:block !important;
}
.display-none {
    display: none !important;
}
.content-container .inner-container.simple-text {
    padding:30px 20px;
}

.content-container.content-social-media-feed .inner-container {
    padding-top: 40px;    
} 

.module-description {
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 30px;
}
/* BEGIN - IMAGE WIHT TEXT*/
.image-with-text {
    background-color: var(--white);
    padding: 40px 0px;
}
.image-with-text .inner-container {
    display:flex;
    align-items:flex-start;
    justify-content:center; 
}
    .image-with-text .the-text, .image-with-text .the-image {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;     
        position:relative;
    }
    .image-with-text .the-text p {
        margin-top:0px;
    }

.image-with-text.image-left .the-text {
    padding: 30px 0px 30px 30px;
    align-items:flex-start;
}
.image-with-text.image-left .the-image {
    padding: 30px 30px 30px 0px;
}

    .image-with-text.image-right .the-text {
        order: 1;
        padding: 30px 30px 30px 0px;
        align-items: flex-start;
    }

    .image-with-text.image-right .the-image {
        order: 2;
        padding: 30px 0px 30px 30px;
    }
.the-image.video-thumbnail{
    cursor:pointer;
}
    .the-image.video-thumbnail:after {
        content: ' ';
        width: 0;
        height: 0;
        border-top: 48px solid transparent;
        border-bottom: 48px solid transparent;
        border-left: 74px solid #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }


@media (max-width: 1080px) {
    a.file-download, a.read-more {
        font-size: 17px;
    }
}

@media (max-width:780px) {
    .image-with-text {
        border-bottom:10px solid var(--green);
        padding:0px 0px;
    }
    .image-with-text .inner-container {
        flex-direction:column;
    }
    .image-with-text .the-text, .image-with-text .the-image {
        width: 100%;
        height: auto !important;
        padding: 30px 20px 30px 0px !important;
    }
}
    /*BEGIN - image With Text No-Bleed*/
    .image-right-nobleed, .image-left-nobleed {
        position: relative;
    }

        .image-right-nobleed .the-image-nobleed {
            position: absolute;
            right: 0;
        }

        .image-left-nobleed .the-image-nobleed {
            position: absolute;
            left: 0;
        }

        .image-right-nobleed .the-text {
            padding-right: 40px;
        }

        .image-left-nobleed .the-text {
            padding-left: 40px;
        }

    .the-image-nobleed {
        background-size: cover;
        background-position: center;
    }

        .the-image-nobleed img {
            opacity: 0;
        }

    .image-right-nobleed .inner-container .the-image {
        order: 2;
    }

    .image-right-nobleed .inner-container .the-text {
        order: 1;
    }

 @media (max-width:780px) {
        .image-right-nobleed {
            display: flex;
            flex-direction: column-reverse;
        }

            .image-right-nobleed .the-image-nobleed, .image-left-nobleed .the-image-nobleed {
                position: relative;
            }

            .image-right-nobleed .inner-container .the-image, .image-left-nobleed .inner-container .the-image {
                display: none;
            }
    }

    /*END - image With Text No-Bleed*/

    /* BEGIN - image with Text - Mansonry Image (block of 4) */
.image-masonry {
    border-bottom: 10px solid var(--green);
    padding-bottom:0px;
    padding-top:30px;
}
.image-masonry .the-image {
    display: flex;
    height: 650px !important;
    max-height: 650px;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2%;
    padding-bottom:0px !important;  
    width:calc(100% - 40px);
}
    .image-masonry .the-image.seven-items {
        height: 1080px !important;
        max-height: 1080px;
    }

    .image-masonry .the-image div.brick {
        overflow: hidden;
        width: 50%;
        flex: 1 0 auto;
        background-size: cover;
        background-position: center;
        position: relative;
        margin-top:1%;
    }
    .image-masonry.image-masonry-wide .the-image div.brick {     
        /*width: 33.33%;  */
        width:33%;
    }

    .image-masonry .the-image div.brick:nth-of-type(1), .image-masonry .the-image div.brick:nth-of-type(5), .image-masonry .the-image div.brick:nth-of-type(4), .image-masonry .the-image div.brick:nth-of-type(8) {
        height: 38%
    }

    .image-masonry .the-image div.brick:nth-of-type(2), .image-masonry .the-image div.brick:nth-of-type(6), .image-masonry .the-image div.brick:nth-of-type(3), .image-masonry .the-image div.brick:nth-of-type(7) {
        height: 55%
    }

    .image-masonry .the-image.seven-items div.brick:nth-of-type(3), .image-masonry .the-image.seven-items div.brick:nth-of-type(5) {
        height: 22%
    }

    .image-masonry .the-image.seven-items div.brick:nth-of-type(4), .image-masonry .the-image.seven-items div.brick:nth-of-type(7) {
        height: 38%
    } .image-masonry .the-image div.brick img {
            width: 100%;
            max-height: 100%;
            opacity: 0;
            height: auto !important;
        } .image-masonry .the-image div.masonry-title {
            position: absolute;
            bottom: 0;
            width: 100%;
            background-color: var(--blue65);
            color: var(--white);
            height: auto;
            -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
            padding: 14px 30px;
            text-transform: uppercase;
            font-family: var(--fontBold);
            transition: height .25s;
            z-index:2;
        } .image-masonry .the-image div.masonry-title:after {
                clear:both;
                content:' ';
            } .image-masonry .the-image div.masonry-title.active {
                height: 100% !important;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: center;
            } .masonry-content {
    display: none;
    font-family: var(--fontRegular);
    font-size:18px;
    text-transform:none;
    line-height:normal;
} .masonry-content a {
    color:var(--white);
    text-decoration:underline;
} .image-masonry.image-masonry-wide .the-text {
    text-align: center;
    max-width:80%;
    margin:0 auto;
} .image-masonry .the-text .the-icon {
    padding: 0px 0px 12px 0px;    
} @media(max-width:1360px) {
    .masonry-content {
        line-height:1;
    }
    div.masonry-title {
        line-height:1;
    }
} @media (max-width:1080px) {
    .image-masonry .the-image {
        width: 100%;
      /*  height: 850px;
        max-height: 850px;*/
        overflow:hidden;
        padding-left:0px !important;
    }
    .image-masonry .the-text {
        width: 100%;
        height: auto !important;
    }
    .image-masonry .inner-container {
        flex-direction:column;
    }    
} @media(max-width:860px){
    .image-masonry.image-masonry-wide .the-image div.brick {
        width: 100%;
    }
    .image-masonry.image-masonry-wide .the-image {
        height:auto !important;
        max-height:none;
    }
    .image-masonry.image-masonry-wide .the-image div.brick {
        height: auto !important;    
        margin-bottom:30px;
    }
        .image-masonry.image-masonry-wide .the-image div.brick img {            
            max-height: 347px;
        }
    .image-masonry.image-masonry-wide .the-image div.masonry-title {
        height: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .image-masonry.image-masonry-wide .the-image div.masonry-title .masonry-content {
        display:block !important;
    }    
} @media(max-width:780px){
    .image-masonry .the-image {
        height:550px !important;
    }
    .image-masonry .the-image div.brick {
        width: 100%;
    }

    .image-masonry .the-image {
        height: auto !important;
        max-height: none;
    }

        .image-masonry .the-image div.brick {
            height: auto !important;
            margin-bottom: 30px;
        }

            .image-masonry .the-image div.brick img {
                max-height: 347px;
               
            }
        .image-masonry .the-image div.masonry-title ~ img {
            display: none;
        }
    .image-masonry .the-image div.masonry-title {
        height: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        position:relative;
        padding:40px 30px;
    }

        .image-masonry .the-image div.masonry-title .masonry-content {
            display: block !important;
        }
}
    /* END - image with Text - Mansonry Image (block of 4) */
    /*END - image With Text*/
    /* BEGIN - Content Slider */
    .content-slider {
    background-color: #fff;
} .content-slider .inner-container {
        overflow: hidden;
        padding-top: 40px;
        text-align: center;
        padding-bottom:40px;
    } 
  .slider-outer, .slider {
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0px;
} .slider-outer {
    position: relative;
    padding: 0px 38px;
    overflow: hidden;
} .slider-item {
    width: 400px;
    min-height: 550px;
    background-color: var(--white);
    border: 0px solid var(--footerGrey);
    margin-right: 38px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;

} .slider-image {
    max-height: 50%;
    border: 24px solid var(--footerGrey);
    border-bottom:none;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
} .slider-image img {
    opacity:0;
} .slider-text {    
    white-space:normal;
    text-align:left;
    font-size:16px;
    color:var(--greyText);
    padding:10px 14px 30px 14px;
    border:24px solid var(--footerGrey);
    border-top:none;
} .slider-text a {
    font-family:var(--fontBold);
    text-decoration:underline;
} .slider-text h3 {
    color:var(--blue);
} .item-date {
    color:var(--blue);
    padding:10px 0px 18px 0px;
} .slider-next, .slider-prev {
    width: 40px;
    height: 51px;
    color: #000;
    padding: 7px 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 3;
} .slider-next img, .slider-prev img {
        width: 100%;
    } .slider-next {
    content: url(/images/common/icon-arrow-forward.png);
    padding-right: 0px;
    right: 0px;
    user-select: none;
} .slider-prev {
    content: url(/images/common/icon-arrow-back.png);
    padding-left: 0px;
    left: 0px;
    user-select: none;
} .next-overlay {
    height: 100%;
    width: 38px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: var(--white);
    z-index: 2;
    user-select:none;
} .prev-overlay {
    height: 100%;
    width: 38px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: var(--white);
    z-index: 2;
    user-select: none;
} .next-overlay img {
    user-select:none;
}
.slider-item {
    cursor: pointer;
}

/* BEGIN - Carousel Slider */
.content-container.content-carousel {
    background-color: var(--footerGrey);
    padding-bottom: 40px;
}

.content-carousel .module-description {
    padding-bottom: 60px;
}

.content-carousel .slider-item {
    /*  border-image: linear-gradient( to bottom, var(--footerGrey) 0% 50%, var(--altGrey) 50% 100%) 1 10%;
        border-bottom:24px solid var(--altGrey);*/
    border-bottom: 0px solid var(--altGrey);
}

    .content-carousel .slider-item.active {
        /*border-image: linear-gradient( to bottom, var(--footerGrey) 0% 50%, var(--blue) 50% 100%) 1 10%;*/
        margin-top: -60px;
    }

.content-carousel .next-overlay, .content-carousel .prev-overlay {
    background-color: var(--footerGrey);
}

.content-carousel .slider-text {
    border: 24px solid var(--altGrey);
    border-top: none;
}

.content-carousel .slider-item.active .slider-text {
    border-color: var(--blue);
}
/* END - Carousel Slider */

@media (max-width: 780px) {
    .slider-image {
        max-height: 50%;
        border: 10px solid var(--footerGrey);
        border-bottom: none;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .slider-image img {
            opacity: 0;
        }

    .slider-text, .content-carousel .slider-text {
        white-space: normal;
        text-align: left;
        font-size: 16px;
        color: var(--greyText);
        padding: 10px 14px 30px 14px;
        border: 10px solid var(--footerGrey);
        border-top: none;
    }
    .slider-next, .slider-prev {
        width:30px;
        height:37px;
    }
    .next-overlay, .prev-overlay {
        width: 20px;        
    }
    .slider-outer {
        padding:0px 28px;
    }

}
    /* END - Content Slider */
    /* BEGIN - Call -to -action boxes */
    .call-to-action-container .inner-container {
        display: flex;
        gap: 2%;
        padding: 80px 20px;
    }

    .call-to-action {
        background-color: var(--white);
        border: 20px solid var(--footerGrey);
        flex-basis: 49%;
        font-size: 18px;
        background-repeat: no-repeat;
        background-position: 92% bottom;
        background-size: auto 10vmin;
    }

        .call-to-action:only-child {
            flex-basis: 98%;
        }

    .call-to-action-inner {
        width: 70%;
        padding: 40px 0px 30px 30px;
    }

    .action-links {
        display: inline-block;
        padding: 0px 0px 40px 30px;
    }

    @media (max-width: 1080px) {
        .call-to-action-inner, .action-links {
            width: 90%;
        }
    }

    @media (max-width: 780px) {
        .call-to-action {
            flex-basis: 100%;
            margin-bottom: 5%;
            background-size: auto 12.5vmin;
        }

        .call-to-action-container .inner-container {
            flex-direction: column;
            padding: 40px 0px 5% 0px;
        }
    }
    /* END - Call -to -action boxes */
    /* BEGIN - Content Tabs */
    .tab-buttons {
        display: inline-block;
    }

    .tab-button {
        display: inline-block;
        color: var(--greyText);
        padding: 20px 30px;
        margin-bottom: 10px;
        margin-right: 10px;
        text-transform: uppercase;
        font-family: var(--fontBold);
        cursor: pointer;
    }

        .tab-button.active {
            background-color: var(--blue);
            color: #fff;
        }

    .tab-content {
        display: none;
    }

        .tab-content.active {
            display: block;
        }
    /* END - Content Tabs */
    /* BEGIN - Accordions */
    .accordions {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 2%;
        padding: 80px 0px;
    }

    .accordion {
        background-color: var(--footerGrey);
        flex-basis: 49%;
        color: var(--blue);
        font-family: var(--fontBold);
        padding: 14px 20px;
        margin-bottom: 2%;
        position: relative;
        cursor: pointer;
    }

        .accordion a {
            text-decoration: underline;
            font-family: var(--fontBold);
        }

    .accordion-text {
        display: none;
        cursor: default;
        font-family: var(--fontRegular);
    }

    .accordion:after {
        content: url(/images/common/plus.png);
        position: absolute;
        top: 14px;
        right: 20px;
    }

    .accordion.active:after {
        content: url(/images/common/minus.png);
    }

    @media (max-width: 780px) {
        .accordion {
            flex-basis: 100%;
        }
    }
    /* END - Accordions */
    /* BEGIN - Full Bleed Image */
    .full-bleed-image {
        border-bottom: 10px solid var(--green);
        background-size: cover;
        background-position: 10% center;
    }

        .full-bleed-image .inner-container img {
            opacity: 0;
        }
    /* END - Full Bleed Image */
    /* BEGIN - Progress list*/
    .icon-progress-list {
        position: relative;
    }

    .progress-list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .progress-list-item {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
    }

        .progress-list-item .list-icon {
            margin-right: 30px;
            position: relative;
            padding: 10px;
            text-align: center;
            min-width: 66px;
        }

            .progress-list-item .list-icon img {
                height: 36px;
                width: auto;
            }

            .progress-list-item .list-icon:after {
                content: '\00a0\00a0\00a0\00a0\00a0';
                height: 48px;
                width: 18px;
                background-image: url('/images/common/arrow-down.png');
                background-repeat: repeat-y;
                background-position: center top;
                position: absolute;
                bottom: -42px;
                left: 50%;
                transform: translateX(-50%);
            }

        .progress-list-item:last-of-type .list-icon:after {
            background-image: none;
        }

        .progress-list-item .list-text {
            flex-basis: 75%;
        }

            .progress-list-item .list-text h3 {
                background-color: var(--footerGrey);
                padding: 10px 14px;
                text-transform: none;
                letter-spacing: 1px;
            }
    /* END - Progress List */
    /* BEGIN - Featured Content / Featured Resources */
    .content-container.featured-content {
        background-color: var(--blue);
        border-top: 20px solid var(--green);
        color: var(--white);
        padding: 40px 0px;
    }

        .content-container.featured-content .inner-container {
            flex-wrap: wrap;
            display: flex;
            align-content: flex-start;
            justify-content: flex-start;
        }

    .content-container.featured-content a {
        color: var(--white);
        flex: 50%;
        width:47%;
        margin-right:3%;
        text-decoration: underline;
        padding-bottom:9px;
        font-family:var(--fontRegular);
    }

    .featured-content h3 {
        color: var(--white);
    }

    .content-wide {
        flex-basis: 65%;
        padding-right:4%;
        border-right: 1px solid var(--white);
    }

    .content-narrow {
        flex-basis: 35%;
        border-left: 1px solid var(--white);
        margin-left: -1px;
        padding-left: 30px;
    }

    .content-full {
        flex-basis: 100%;
    }

    .featured-content-reversed .content-wide {
        order: 2;
        border-right: none;
        border-left: 1px solid var(--white);
        margin-left: -1px;
        padding-left: 30px;
    }

    .featured-content-reversed .content-narrow {
        order: 1;
        border-left: none;
        border-right: 1px solid var(--white);
    }

    .the-text-grouped a {
        float: left;
        width: 50%;
    }

    @media (max-width: 1080px) {
        .featured-content {
            font-size: 18px;
        }
    }

    @media (max-width: 780px) {
        .featured-content {
            font-size: 18px;
        }

        .content-narrow, .content-wide, .featured-content-reversed .content-narrow, .featured-content-reversed .content-wide {
            flex-basis: 100%;
            border-left: none;
            border-right: none;
            margin-left: 0px;
            padding-left: 0px;
            padding-bottom: 20px;
            margin-bottom: 14px;
        }

        .content-wide {
            border-bottom: 1px solid var(--white);
        }

        .featured-content-reversed .content-wide {
            border-bottom: none;
        }

        .featured-content-reversed .content-narrow {
            border-bottom: 1px solid var(--white);
        }
    }
    /* END - Featured Content / Featured Resources */