.home-hero-text {
    color: white;
    text-align: center;
}

@media (max-width: 768px) {
    .home-hero-text h1 {
        font-size: 30px !important;
    }
}

.home-hero-text .eyebrow {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
}

.home-hero-text .eyebrow a {
    color: fff;
}

.home-hero-text .eyebrow::before {
    right: calc(100% + 14px);
}

.home-hero-text .eyebrow::after {
    left: calc(100% + 14px);
}

.home-hero-text .eyebrow::before,
.home-hero-text .eyebrow::after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 42px;
    height: 1px;
    background-color: #fff;
    opacity: .56;
}

.home-hero-text h1 {
    margin-top: 0;
    font-size: 3.125rem;
}

.home-hero-text p {
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
}

#mainhomeimage {
    filter: brightness(70%);
}

#homepage .background-image-main__search {
    width: 100%;
}

#homepage .featured-paginated img {
    width: 100%;
}

@media (min-width: 768px) {
    #homepage .background-image-main__search {
        padding: 0 40px;
    }
}

#homepage .featured-paginated li {
    padding: 0;
}

@media (min-width: 768px) {
    #homepage .featured-paginated {
        column-gap: 40px;
    }

}

#homepage .container {
    width: 100%;
}

#homepage .featured-paginated {
    padding: 0;
}

@media (min-width: 845px) {
    #homepage .main-content-container {
        padding: 40px;
    }
}

#homepage .coverImageContainer {
    position: relative;
    overflow: hidden;
}

#homepage .coverImageContainer a img {
    transition: transform 0.3s;
}

#homepage .coverImageContainer a:hover img {
    transform: scale(1.2);
}

@media (min-width: 1200px) {
    .promo-home {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: -50px;
    }
}

@media (min-width: 1000px) {
    .promo-home {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 800px) {
    .promo-home {
        margin-top: -30px;
        padding: 30px;
    }
}

.promo-home {
    position: relative;
    margin: -20px 0 40px;
    padding: 30px 20px;
    background-color: #ffa177;
    background-size: 392px 175px;
    background-position: left top;
    background-repeat: repeat-y;
}


.promo-home-text {
    margin-bottom: 25px;
}

@media (min-width: 1000px) {
    .promo-home-text {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .promo-home-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .promo-home h2 {
        margin: 0 40px 0 0;
        white-space: nowrap;
    }
}

.promo-home h2 {
    font-weight: 400;
    font-size: 30px;
    font-size: 1.875rem;
}

@media (min-width: 1000px) {
    h2 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media (min-width: 1000px) {
    .promo-home-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        padding: 10px 0 0 20px;
    }
}

.promo-home-text p {
    margin: 0;
}

.promo-home .btn {
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
}


@media (min-width: 600px) {
    .promo-home .btn {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .promo-home-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 0 0 40px;
    }
}

button.-green,
.btn.-green,
input[type='submit'].-green,
input[type='reset'].-green,
input[type='button'].-green {
    background: #3b777c;
    border: 2px solid transparent;
    color: #fff;
}

/*! CSS Used from: https://knowablemagazine.org/wro/m7sq~product.css */
[class^="icon-"] {
    font-family: 'icomoon-ingenta' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*! CSS Used from: https://knowablemagazine.org/pb-assets/knowable-assets/css/style-1679652212427.css */
aside,
section {
    display: block;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

strong {
    font-weight: inherit;
}

strong {
    font-weight: bolder;
}

img {
    border-style: none;
}

button {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button,
html [type="button"] {
    -webkit-appearance: button;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body *:focus:not(:focus-visible) {
    outline: 2px solid #7aacfe !important;
}

hr {
    margin: 40px auto;
    border: 0;
    border-bottom: solid 1px #d9e7e8;
    background-color: transparent;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

[class^='icon-']::before {
    font-family: 'icomoon-ingenta' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h2,
h3 {
    margin: 0 0 10px;
    font-family: "capitolium-2", Georgia, "Times New Roman", Times, serif;
    font-weight: 700;
    color: #000;
    -webkit-transition: font-size 0.2s ease-in-out;
    transition: font-size 0.2s ease-in-out;
}

h2 a,
h3 a {
    text-decoration: none;
}

h2 {
    font-size: 22px;
    font-size: 1.375rem;
}

@media (min-width: 1000px) {
    h2 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

h3 {
    font-size: 18px;
    font-size: 1.125rem;
}

@media (min-width: 1000px) {
    h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

p {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 28px;
    line-height: 1.5;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    margin: 0 0 25px;
}

ul li {
    margin: 0 0 10px;
    font-size: 16px;
    font-size: 1rem;
}

.eyebrow {
    margin-bottom: 15px;
    color: #9b9b9b;
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.topContentViewList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.home-row {
    margin: 0 20px 20px;
}

@media (min-width: 800px) {
    .home-row {
        margin: 0 30px 50px;
    }
}

@media (min-width: 900px) {
    .home-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 15px 50px;
    }
}

@media (min-width: 900px) {
    .home-row-item {
        width: calc(33.333% - 30px);
        margin: 0 15px;
    }
}

@media (min-width: 1200px) {
    .home-row-item {
        width: calc(33.333% - 50px);
        margin: 0 25px;
    }
}

@media (min-width: 900px) {
    .home-row.-feature-right .home-row-item.-feature {
        width: calc(66.667% - 30px);
    }
}

@media (min-width: 1200px) {
    .home-row.-feature-right .home-row-item.-feature {
        width: calc(66.667% - 50px);
    }
}

.home-row .teaser-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (min-width: 900px) {
    .home-row .teaser-home {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.home-row .teaser-home .teaser-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 120px;
    margin-right: 15px;
}

@media (min-width: 600px) {
    .home-row .teaser-home .teaser-img {
        width: 200px;
        margin-right: 25px;
    }
}

@media (min-width: 900px) {
    .home-row .teaser-home .teaser-img {
        width: auto;
        margin-right: 0;
    }
}

.home-row .teaser-home .teaser-img a {
    display: inline;
    margin: 0 auto;
}

.home-row .teaser-home .teaser-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% - 135px);
}

@media (min-width: 600px) {
    .home-row .teaser-home .teaser-text {
        width: calc(100% - 225px);
    }
}

@media (min-width: 900px) {
    .home-row .teaser-home .teaser-text {
        width: 100%;
    }
}

.home-row .teaser-home .teaser-text p {
    display: none;
}

@media (min-width: 600px) {
    .home-row .teaser-home .teaser-text p {
        display: block;
    }
}

.home-row .teaser-home h2 {
    font-size: 20px;
    font-size: 1.25rem;
}

@media (min-width: 1000px) {
    .home-row .teaser-home h2 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

.home-row .promo {
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

@media (min-width: 900px) {
    .home-row .promo {
        margin-bottom: 0;
        padding-right: 25px;
        padding-left: 25px;
        border-right: 1px solid #3b777c;
        border-bottom: 1px solid #3b777c;
        border-left: 1px solid #3b777c;
    }
}

.home-row .promo .promo-item {
    border-bottom: 0;
    padding-bottom: 0;
}

@media (min-width: 900px) {
    .home-row .promo .promo-item:not(:last-of-type) {
        padding-bottom: 25px;
        border-bottom: 1px solid #d9d9d9;
    }
}

.home-row .promo .promo-item-img {
    width: 120px;
    height: 70px;
    margin-right: 15px;
    overflow: hidden;
}

@media (min-width: 600px) and (max-width: 899px) {
    .home-row .promo .promo-item-img {
        display: block;
        width: 200px;
        height: 115px;
        margin-right: 25px;
    }
}

@media (min-width: 900px) {
    .home-row .promo .promo-item-img {
        display: none;
    }
}

@media (min-width: 1200px) {
    .home-row .promo .promo-item-img {
        display: block;
        height: auto;
    }
}

@media (min-width: 600px) {
    .home-row .promo p {
        display: block;
    }
}

@media (min-width: 900px) {
    .home-row .promo p {
        display: none;
    }
}

@media (min-width: 1200px) {
    .home-row .teaser-feature {
        padding: 40px;
    }
}

.home-slider-parent {
    display: contents;
}

.home-slider {
    display: block;
    width: 100%;
}

@media (min-width: 900px) {
    .home-slider {
        margin: 0 15px;
    }
}

@media (min-width: 1200px) {
    .home-slider {
        margin: 0 25px;
    }
}

.home-slider .container {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #4a4a4a;
    width:100%;
}

.home-slider .container .featuredPostSlider {
    float: left;
    width: 60%;
    padding: 10px 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.home-slider .container .featuredPostSlider li {
    display: none;
    margin-bottom: 0;
}

.home-slider .container .featuredPostSlider li h2 {
    display: none;
}

@media (min-width: 900px) {
    .home-slider .container .featuredPostSlider {
        padding: 10px 25px;
    }
}

@media (max-width: 899px) {
    .home-slider .container .featuredPostSlider {
        width: 100%;
    }
}

.home-slider .container .featuredPostSlider h2,
.home-slider .container .featuredPostSlider a {
    color: #fff;
}

.home-slider .container .featuredPostSlider iframe {
    width: 100%;
    border: 0;
}

.home-slider .container .featuredPostSlider .video-container {
    margin-bottom: 10px;
}

.home-slider .container .featuredPostSlider a {
    text-decoration: underline;
}

.home-slider .container .slider-videos-lists {
    position: absolute;
    right: 0;
    width: 40%;
    float: left;
    /*z-index:9;*/
    overflow: hidden;
}

@media (max-width: 899px) {
    .home-slider .container .slider-videos-lists {
        background-color: #313131;
        width: 100%;
        position: relative;
        padding: 0 15px;
    }
}

.home-slider .container .slider-videos-lists .slick-pager {
    margin-top: 25px;
    margin-bottom: 0;
}

@media (min-width: 900px) {
    .home-slider .container .slider-videos-lists .slick-pager {
        margin-top: 45px;
    }
}

@media (min-width: 1000px) {
    .home-slider .container .slider-videos-lists .slick-pager {
        margin-top: 49px;
    }
}

@media (max-width: 899px) {
    .home-slider .container .slider-videos-lists .slick-pager {
        max-height: 430px;
    }
}

@media (max-width: 499px) {
    .home-slider .container .slider-videos-lists .slick-pager {
        max-height: 340px;
    }
}

.home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide {
    border-top: 1px solid #b7b7b7;
    padding: 15px 7px 15px 0;
    margin: 0;
}

.home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-img {
    width: 110px;
}

@media (min-width: 500px) {
    .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-img {
        width: 150px;
    }
}

@media (min-width: 900px) {
    .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-img {
        width: 135px;
    }
}

@media (min-width: 1200px) {
    .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-img {
        width: 150px;
    }
}

.home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-text {
    height: 110px;
    color: #fff;
    overflow: hidden;
}

.home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-text .eyebrow {
    display: none;
}

@media (max-width: 499px) {
    .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-text {
        height: 100px;
    }
}

.home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-text h3 {
    font-size: 18px;
    font-size: 1.125rem;
}

@media (max-width: 899px) {
    .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-text h3 {
        font-size: 16px;
        font-size: 1rem;
        margin: 0 0 12px;
    }
}

@media (max-width: 499px) {
    .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-text h3 {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-text p {
    font-size: 14px;
    font-size: 0.875rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis !important;
}

@media (max-width: 499px) {
    .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-text p {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

.home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide a {
    pointer-events: none;
} 

.home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide.slick-current.slick-active a {
    pointer-events: auto;
} 


.home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide.slick-current {
    background-color: #3b777c;
}

.home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-dots {
    display: none !important;
}

.home-slider .container .slider-videos-lists a {
    color: #fff;
    text-decoration: none;
}

.home-slider .container .slider-videos-lists .pagerNavigation {
    opacity: .8;
}

.home-slider .container .slider-videos-lists .pagerNavigation i {
    float: left;
    width: 100%;
    margin-top: 0;
}

.home-slider .container .slider-videos-lists .pagerNavigationTop {
    color: #fff;
    font-size: 25px;
    font-size: 1.5625rem;
    text-align: center;
    position: relative;
    right: 0;
    width: 100%;
    cursor: pointer;
}

@media (min-width: 900px) {
    .home-slider .container .slider-videos-lists .pagerNavigationTop {
        top: 25px;
    }
}

.home-slider .container .slider-videos-lists .pagerNavigationBottom {
    bottom: 0;
    position: absolute;
    background-color: #000;
    width: 100%;
    left: 0;
    cursor: pointer;
    color: #fff;
    font-size: 25px;
    font-size: 1.5625rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

@media (max-width: 899px) {
    .home-slider .container .slider-videos-lists .pagerNavigationBottom {
        bottom: 0;
    }
}

.home-slider .container .featuredPostSlider li:first-child {
    display: list-item;
}

a {
    display: inline;
    color: #33666b;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

a:active,
a:focus,
a:hover {
    color: #224548;
}

a:disabled {
    opacity: .5;
    pointer-events: none;
}

a.-more {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .02em;
}

a.-more::after {
    content: "\e911";
    font-family: 'icomoon-ingenta' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    left: 0;
    display: inline-block;
    margin-left: 4px;
    font-size: 9px;
    font-size: 0.5625rem;
    -webkit-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
}

a.-more:hover::after,
a.-more:focus::after {
    left: 3px;
}

button,
.btn {
    background: #fff;
    border: 2px solid #cbdedf;
    border-radius: 3px;
    color: #3b777c;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    padding: 6px 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

/* button:active,button:focus,button:hover,.btn:active,.btn:focus,.btn:hover{background:#3b777c;border-color:#3b777c;color:#fff;} */
button:disabled,
.btn:disabled {
    opacity: .5;
    pointer-events: none;
}

.btn.-green {
    background: #3b777c;
    border: 2px solid transparent;
    color: #fff;
}

.btn.-green:active,
.btn.-green:focus,
.btn.-green:hover {
    background: #fff;
    border: 2px solid #cbdedf;
    border-radius: 3px;
    color: #3b777c;
}

.teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

@media (min-width: 1300px) {
    .teaser {
        margin-bottom: 50px;
    }
}

.teaser .teaser-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 110px;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.teaser .teaser-img img {
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.teaser .teaser-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (min-width: 500px) {
    .teaser .teaser-img {
        width: 150px;
        margin-right: 20px;
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 700px) {
    .teaser .teaser-img {
        width: 200px;
        margin-right: 25px;
    }
}

@media (min-width: 800px) {
    .teaser .teaser-img {
        width: 150px;
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .teaser .teaser-img {
        width: 260px;
        margin-right: 30px;
    }
}

.teaser .teaser-img a {
    display: block;
}

.teaser .teaser-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% - 125px);
}

@media (min-width: 700px) {
    .teaser .teaser-text {
        width: calc(100% - 275px);
    }
}

@media (min-width: 800px) {
    .teaser .teaser-text {
        width: calc(100% - 170px);
    }
}

@media (min-width: 1200px) {
    .teaser .teaser-text {
        width: calc(100% - 290px);
    }
}

.teaser .teaser-text p {
    display: none;
}

@media (min-width: 600px) {
    .teaser .teaser-text p {
        display: block;
    }
}

.teaser .eyebrow {
    margin-bottom: 5px;
}

.teaser .eyebrow a {
    color: #9b9b9b;
}

.teaser .eyebrow a:hover,
.teaser .eyebrow a:focus {
    color: #3b777c;
}

.teaser h2 {
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
}

@media (min-width: 600px) {
    .teaser h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media (min-width: 800px) {
    .teaser h2 {
        margin-bottom: 10px;
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media (min-width: 900px) {
    .teaser h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media (min-width: 1300px) {
    .teaser h2 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

.teaser h2 a {
    color: #000;
}

.teaser h2 a:hover,
.teaser h2 a:focus {
    color: #3b777c;
}

.teaser p {
    color: #000;
}

@media (min-width: 900px) {
    .teaser p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media (min-width: 1300px) {
    .teaser p {
        font-size: 16px;
        font-size: 1rem;
    }
}

.teaser-feature {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    padding: 30px;
}

.teaser-feature::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.teaser-feature:hover .teaser-feature-bg-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.teaser-feature-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.teaser-feature-text {
    position: relative;
    z-index: 2;
}

@media (min-width: 1200px) {
    .teaser-feature-text {
        width: 70%;
    }
}

.teaser-feature .eyebrow {
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: .1em;
}

.teaser-feature h2 {
    font-size: 40px;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 15px;
}

@media (min-width: 1000px) {
    .teaser-feature h2 {
        font-size: 50px;
        font-size: 3.125rem;
    }
}

.teaser-feature p,
.teaser-feature span {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
}

.teaser-feature .byline span {
    margin-bottom: 0;
    font-size: 13px;
    font-size: 0.8125rem;
}

.teaser-home {
    margin-bottom: 30px;
}

@media (min-width: 900px) {
    .teaser-home {
        width: auto;
        margin: 0;
    }
}

.teaser-home .teaser-img {
    margin-bottom: 25px;
    overflow: hidden;
}

.teaser-home .teaser-img img {
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.teaser-home .teaser-img:hover img,
.teaser-home .teaser-img.is-hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.teaser-home .eyebrow {
    margin-bottom: 5px;
}

.teaser-home .eyebrow a {
    color: #9b9b9b;
}

.teaser-home .eyebrow a:hover,
.teaser-home .eyebrow a:focus {
    color: #3b777c;
}

.teaser-home h2 {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 400;
}

.teaser-home h2 a {
    color: #000;
}

.teaser-home h2 a:hover,
.teaser-home h2 a:focus,
.teaser-home h2.is-hover a {
    color: #3b777c;
}

.teaser-home .byline {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #9b9b9b;
}

.teaser-home p {
    margin-top: 10px;
}

.promo {
    padding: 25px;
    border: 1px solid #3b777c;
}

.promo .header {
    margin-bottom: 25px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #3b777c;
    letter-spacing: .04em;
}

.promo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.promo-item:not(:last-of-type) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d9d9d9;
}

.promo-item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 125px;
    margin-right: 20px;
}

.promo-item-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.promo .eyebrow {
    margin-bottom: 8px;
}

.promo .eyebrow a {
    color: #9b9b9b;
}

.promo .eyebrow a:hover,
.promo .eyebrow a:focus {
    color: #3b777c;
}

.promo h3 {
    margin: 0;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
}

.promo h3 a {
    color: #000;
}

.promo h3 a:hover,
.promo h3 a:focus {
    color: #3b777c;
}

.promo p {
    display: none;
}

.promo .-more {
    display: inline-block;
    margin-top: 25px;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-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 {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/*! CSS Used from: https://d1azc1qln24ryf.cloudfront.net/183448/AnnualReviews-Knowable/style-cf.css?d53ncz */

@font-face {
    font-family: capitolium-2;
    src: url(https://use.typekit.net/af/e0a6cb/00000000000000003b9af94d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/e0a6cb/00000000000000003b9af94d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/e0a6cb/00000000000000003b9af94d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: capitolium-2;
    src: url(https://use.typekit.net/af/581d72/00000000000000003b9af950/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/581d72/00000000000000003b9af950/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/581d72/00000000000000003b9af950/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
    font-weight: 700;
    font-style: normal;
}


.promo-footer {
    position: relative;
    margin: 0 20px -30px;
    padding: 30px 20px;
    background-color: #fff;
    background-size: 392px 175px;
    background-position: left top;
    background-repeat: repeat-y;
    border: 1px solid #333;
}

@media (min-width: 500px) {
    .promo-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 800px) {
    .promo-footer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px;
        margin: 0 30px -30px;
    }
}

@media (min-width: 1200px) {
    .promo-footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 30px 40px;
        margin: 0 40px -30px;
    }
}

.promo-footer-k {
    margin-bottom: 20px;
}

@media (min-width: 500px) {
    .promo-footer-k {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 96px;
        flex: 0 0 96px;
        width: 96px;
        margin: 0 40px 0 0;
    }
}

@media (min-width: 1000px) {
    .promo-footer-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.promo-footer-text-inner {
    margin-bottom: 25px;
}

@media (min-width: 1000px) {
    .promo-footer-text-inner {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .promo-footer-text-inner {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

@media (min-width: 1000px) {
    .promo-footer-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        padding: 0 0 0 40px;
    }
}

@media (min-width: 1200px) {
    .promo-footer-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.promo-footer h2 {
    font-weight: 400;
}

@media (min-width: 1000px) {
    .promo-footer h2 {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

@media (min-width: 1200px) {
    .promo-footer h2 {
        margin: 0 40px 10px 0;
    }
}

.promo-footer p {
    font-size: 18px;
    font-size: 1.125rem;
}

@media (min-width: 1200px) {
    .promo-footer p {
        margin-bottom: 0;
    }
}

.promo-footer .btn {
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
}

@media (min-width: 600px) {
    .promo-footer .btn {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .promo-footer .btn {
        margin: 0;
    }
}

.teaser-feature-bg-img {
    object-fit: cover;
}

