.featured-article-carousel .article-card-list {
    text-align: center;
    padding-top: 2.5rem;
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list {
        padding-top: 4.6875rem;
    }
}
@media all and (min-width: 992px) {
    .featured-article-carousel .article-card-list {
        padding-top: 6.25rem;
    }
}
.featured-article-carousel .article-card-list h1 {
    margin: 0 0 .625rem 0;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 2.25rem;
    font-weight: 100;
    text-transform: capitalize;
    color: #151945;
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list h1 {
        font-size: 3.75rem;
        line-height: 4.3125rem;
    }
}
.featured-article-carousel .article-card-list h1:before {
    content: '';
    background: #22A2FF;
    width: 3.75rem;
    height: .125rem;
    display: block;
    margin-bottom: .9375rem;
}
.featured-article-carousel .article-card-list .article-card-list__title {
    padding: 1.25rem;
    width: 100%;
    text-align: left;
}
.featured-article-carousel .article-card-list .article-card-list__title span {
    color: #316BB6;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
            transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card-list__title span {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .featured-article-carousel .article-card-list .article-card-list__title span {
        color: #316BB6;
    }
}
.featured-article-carousel .article-card-list .article-card-list__title span:hover {
    color: #005080;
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card-list__title {
        padding: 0;
    }
}
.featured-article-carousel .article-card-list .featured-article-card-list__container {
    text-align: left;
}
.featured-article-carousel .article-card-list .featured-article-card-list__container .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.featured-article-carousel .article-card-list .featured-article-card-list__container .slick-track {
    margin-bottom: .625rem;
}
.featured-article-carousel .article-card-list .featured-article-card-list__container .slick-dots {
    left: 0;
}
@media all and (min-width: 992px) {
    .featured-article-carousel .article-card-list .featured-article-card-list__container .slick-dots {
        display: none !important;
    }
}
.featured-article-carousel .article-card-list .featured-article-card-list__container .slick-dots li {
    margin: 0;
}
.featured-article-carousel .article-card-list .featured-article-card-list__container .slick-dots li.slick-active button:before {
    color: black;
}
.featured-article-carousel .article-card-list .featured-article-card-list__container .slick-dots li button:before {
    color: #B9B9B9;
    content: '\2022' !important;
}
.featured-article-carousel .article-card-list .featured-article-card-list__container .slick-dots button:before {
    font-size: .625rem;
    opacity: 1;
}
@media all and (min-width: 992px) {
    .featured-article-carousel .article-card-list .featured-article-card-list__container .slick-dots {
        display: block !important;
    }
}
.featured-article-carousel .article-card-list .article-card-list__card {
    margin-left: .625rem;
    margin-right: .625rem;
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card-list__card {
        margin-left: 1.5625rem;
        margin-right: 1.5625rem;
    }
}
@media all and (min-width: 992px) {
    .featured-article-carousel .article-card-list .article-card-list__card {
        margin-left: 3.125rem;
        margin-right: 3.125rem;
    }
}
.featured-article-carousel.single-card .article-card-list .article-card-list__card:hover .article-card__title a,
.featured-article-carousel .article-card-list .article-card-list__card.slick-current:hover .article-card__title a {
    color: black;
    opacity: .7;
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(50% - 10px);
            -ms-flex: 0 0 calc(50% - 10px);
                flex: 0 0 calc(50% - 10px);
    }
}
@media all and (min-width: 992px) {
    .featured-article-carousel .article-card-list .article-card {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 46%;
            -ms-flex: 0 0 46%;
                flex: 0 0 46%;
    }
}
.featured-article-carousel .article-card-list .article-card img {
    width: 100%;
}
.featured-article-carousel .article-card-list .article-card__excerpt {
    width: calc(100% - 40px);
    left: 0;
    padding: 1.875rem 0 0 1.25rem;
    background: #FFFFFF;
    /*margin-top: -1.25rem;*/
    margin-bottom: 1.875rem;
    -webkit-transition: margin .5s;
            transition: margin .5s;
    position: relative;
    z-index: 99;
}
.featured-article-carousel .article-card-list .article-card__excerpt.shift {
    /*margin-top: -1.875rem;*/
    margin-bottom: 1.875rem;
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card__excerpt {
        margin-top: -1.875rem;
    }
}
@media all and (min-width: 992px) {
    .featured-article-carousel .article-card-list .article-card__excerpt {
        padding: 2.5rem 0 0 1.875rem;
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media all and (min-width: 992px) {
    .featured-article-carousel .article-card-list .article-card__excerpt {
        padding: 2.5rem 0 0 1.25rem;
    }
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card__excerpt {
        width: calc(100% - 60px);
        /*margin-top: -1.875rem;*/
        margin-bottom: 1.875rem;
    }
}
@media all and (min-width: 992px) {
    .featured-article-carousel .article-card-list .article-card__excerpt {
        width: calc(100% - 80px);
        padding: 3.125rem 3.125rem;
    }
}
.featured-article-carousel .article-card-list .article-card__date {
    color: #316BB6;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
            transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card__date {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .featured-article-carousel .article-card-list .article-card__date {
        color: #316BB6;
    }
}
.featured-article-carousel .article-card-list .article-card__date:hover {
    color: #005080;
}
@media all {
    .featured-article-carousel .article-card-list .article-card__date {
        color: #151945;
    }
}
.featured-article-carousel .article-card-list .article-card__category {
    font-family: 'UniversLTW01-65Bold';
    color: #171717;
    font-size: 1rem;
    line-height: 1.375rem;
    margin-top: 0;
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card__category {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media all and (min-width: 992px) {
    .featured-article-carousel .article-card-list .article-card__category {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
@media all {
    .featured-article-carousel .article-card-list .article-card__category {
        font-size: .875rem;
        color: #22A2FF;
    }
}
.featured-article-carousel .article-card-list .article-card__title {
    margin: 0 0 1.25rem 0;
    color: black;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 100;
    line-height: 1.375rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card__title {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.featured-article-carousel .article-card-list .article-card__title a {
    text-decoration: none;
    color: black;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
}
@media all {
    .featured-article-carousel .article-card-list .article-card__title {
        font-size: 1.25rem;
        line-height: 1.625rem;
    }
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card__title {
        font-size: 2rem;
        line-height: 2.625rem;
    }
}
.featured-article-carousel .article-card-list .article-card__title-featured {
    color: #151945;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
            transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    display: block;
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card__title-featured {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .featured-article-carousel .article-card-list .article-card__title-featured {
        color: #151945;
    }
}
@media all {
    .featured-article-carousel .article-card-list .article-card__title-featured {
        color: #151945;
        margin-bottom: .9375rem;
    }
}
.featured-article-carousel .article-card-list .article-card__video-cta {
    font-family: 'Univers LT W01 55 Roman';
    line-height: 1.3125rem;
    color: #434343;
    font-size: .875rem;
    text-decoration: none;
    color: #22A2FF;
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card__video-cta {
        font-size: 1rem;
        line-height: 1.625rem;
    }
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card__video-cta {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.featured-article-carousel .article-card-list .article-card__video-cta:hover {
    color: #316BB6;
}
.featured-article-carousel .article-card-list .article-card__bottom-cta {
    color: white;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
            transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    border: solid 1px #B9B9B9;
    margin: 15px auto 0 auto;
    padding: 15px 30px;
    width: 81%;
    color: #53B8FF;
    border: 1px solid #53B8FF;
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card__bottom-cta {
        font-size: .75rem/16rem;
    }
}
@media (any-hover: none) {
    .featured-article-carousel .article-card-list .article-card__bottom-cta {
        color: white;
    }
}
.featured-article-carousel .article-card-list .article-card__bottom-cta:hover {
    color: #005080;
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card__bottom-cta {
        padding: 10px 30px;
        width: auto;
    }
}
@media (hover: none) {
    .featured-article-carousel .article-card-list .article-card__bottom-cta {
        color: #53B8FF;
    }
}
@media (hover: hover) {
    .featured-article-carousel .article-card-list .article-card__bottom-cta:hover {
        background: #53B8FF;
        color: white;
    }
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card__bottom-cta {
        position: relative;
        top: 3.125rem;
    }
}
@media all and (min-width: 992px) {
    .featured-article-carousel .article-card-list .article-card__bottom-cta {
        top: 0;
    }
}
.featured-article-carousel .article-card-list .article-card__copy {
    margin-top: .625rem;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    line-height: 1.3125rem;
    color: #434343;
    font-size: .875rem;
    margin-bottom: 1.875rem;
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card__copy {
        font-size: 1rem;
        line-height: 1.625rem;
    }
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card__copy {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.featured-article-carousel .article-card-list .article-card__cta {
    font-family: 'Univers LT W01 55 Roman';
    line-height: 1.3125rem;
    color: #434343;
    font-size: .875rem;
    text-decoration: none;
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card__cta {
        font-size: 1rem;
        line-height: 1.625rem;
    }
}
@media all {
    .featured-article-carousel .article-card-list .article-card__cta {
        font-weight: bold;
        color: #22A2FF;
    }
}
.featured-article-carousel .article-card-list .article-card__cta:hover {
    color: #316BB6;
}
.featured-article-carousel .article-card-list .featured-article-card-list__container {
    top: 0;
}
.featured-article-carousel .article-card-list .featured-article-card-list__container .slick-dots {
    position: inherit;
    bottom: 0;
    margin-top: -1.875rem;
    margin-bottom: 1.875rem;
}
.featured-article-carousel .article-card-list .article-card .article-card__excerpt .article-card__cta_separator {
     color: #22A2FF;
     font-size: 1rem;
     font-weight: bold;
     margin-left: -0.125rem;
}
.featured-article-carousel.single-card .article-card-list .article-card-list__card{
    margin-left: 0;
    margin-right: 0;
}
@media (min-width: 768px) {
    .featured-article-carousel.single-card {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }
}
@media (min-width: 1200px) {
    .featured-article-carousel.single-card {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
}
.grey,
.grey .featured-article-carousel,
.grey .featured-article-carousel .article-card-list .article-card__excerpt {
    background-color: #F1F1F1;
}
.white,
.white .featured-article-carousel,
.white .featured-article-carousel .article-card-list .article-card__excerpt {
    background-color: #FFFFFF;
}
.featured-article-carousel {
    padding: 0px 0px 1.875rem;
}
.featured-article-carousel .article-card-list .article-card__caps-cta {
    color: black;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    text-decoration: underline;
    text-underline-offset: 3px;
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card__caps-cta {
        font-size: .6875rem;
    }
}
.featured-article-carousel .article-card-list .article-card__caps-cta:hover {
    color: black;
    opacity: .7;
}
.reduced-padding.featured-article-carousel .article-card-list {
    padding-top: 2.5rem;
}
@media all and (min-width: 992px) {
    .reduced-padding.featured-article-carousel .article-card-list {
        padding-top: 3.5rem;
    }
}
.reduced-padding.featured-article-carousel .cta-block {
    padding-top: 0;
}
.reduced-padding.featured-article-carousel .cta-block .cta {
    margin-top: 0;
}

.featured-article-carousel .article-card-list .article-card-list__card .article-card__video .gs-poster .poster-details {
    padding-bottom: 20px;
}
@media all and (min-width: 768px) {
    .featured-article-carousel .article-card-list .article-card-list__card .article-card__video .gs-poster .poster-details {
        padding-bottom: 40px;
    }
}
@media all and (max-width: 767px) {
    .featured-article-carousel .article-card-list .article-card-list__card .article-card__video .gs-poster.small-poster .poster-duration {
        font-size: 12px;
    }
}
.featured-article-carousel .article-card-list .article-card__excerpt.unshift {
    margin-top: 0;
}

.ctw-no-body .reduced-padding.featured-article-carousel .article-card-list {
    padding-top: 2.19rem;
}
.ctw-no-body .large-text-block {
    display: none;
}