@charset 'UTF-8';
.river-card {
    width: 100%;
    margin: 0 1.5rem;
    margin-top: 0;
    -webkit-transition: box-shadow .5s cubic-bezier(.445, .05, .55, .95);
    transition: box-shadow .5s cubic-bezier(.445, .05, .55, .95);
    min-height: 29rem;
    max-height: 29rem;
}
.river-card.slick-slide {
    min-height: 29.0625rem;
}
.river-card.hover:hover {
    box-shadow: 10px 12px 34px 0 rgba(0, 0, 0, .50);
}
@media all and (min-width: 768px) {
    .river-card {
        width: 20.625rem;
        margin: 0 56px 56px 0;
        max-width: 20.625rem;
        /* Some gutter */
        position: absolute;
    }
}
.river-card h2, .river-card h4, .river-card h5, .river-card p {
    margin: 0;
    padding: 0;
    margin-block: 0;
}
.river-card h4 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 400;
}
@media all and (min-width: 1200px) {
    .river-card h4 {
        font-size: 32px;
        line-height: 42px;
    }
}
.river-card h5 {
    font-family: 'Basis Grotesque';
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}

.river-card h5 i{
    text-transform: uppercase;
}

.river-card h2 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
}
.river-card .content {
    box-sizing: border-box;
    padding: 40px 20px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media all and (min-width: 768px) {
    .river-card .content {
        min-height: 29rem;
        max-height: 29rem;
    }
}
.river-card .content * {
    max-width: 100%;
}
.river-card .content.with-footer {
    padding-bottom: 20px;
}
.river-card .card-footer {
    margin: .625rem 0 0;
    text-align: center;
}
.river-card .card-footer img {
    height: 1.5625rem;
}
.river-card .copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.river-card.texture {
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.river-card.texture .content {
    padding: 40px 30px;
}
.river-card.texture .content.with-footer {
    min-height: 29rem;
    max-height: 29rem;
}
.river-card.texture .content.with-footer.with-subcopy {
    padding-bottom: 1.25rem;
}
.river-card.texture .content.with-footer.with-subcopy .copy.number-only {
    height: 9.375rem;
    padding-top: 1.625rem;
}
.river-card.texture p {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    padding: 0 40px;
    font-weight: 400;
}
.river-card.texture p.card-subcopy {
    font-size: 1.5rem;
    line-height: 1.875rem;
    padding: 4px 0;
    max-width: 16.625rem;
}
.river-card.texture .copy {
    height: 22.5rem;
}
.river-card.texture .copy.stat {
    height: 22.75rem;
}
.river-card.texture .copy.stat h4 {
    font-family: 'GS Sans Condensed';
    font-weight: 400;
    font-size: 104px;
    padding-top: 3.75rem;
    line-height: 104px;
}
.river-card.texture .copy.stat h5 {
    margin-top: 1.25rem;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}
.river-card.texture .copy.stat.number-only {
    height: 17.875rem;
}
.river-card a {
    color: inherit;
    text-decoration: none;
}
.river-card.text a {
    color: black;
    text-decoration: none;
}
.river-card.text a:visited, .river-card.text a:hover, .river-card.text a:active {
    color: black;
}
.river-card.text .copy {
    height: 21.5rem;
}
.river-card.text .cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.river-card.text .cta span,
.river-card.text .cta a {
    font-family: 'Basis Grotesque';
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.river-card.text .cta .arrow-right {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid black;
    margin-right: 5px;
}
.river-card.text .quote {
    height: 22.75rem;
    position: relative;
}
/*.river-card.text .quote :before {*/
/*content: 'â€œ';*/
/*content: open-quote;*/
/*}*/
/*.river-card.text .quote :after {*/
/*content: 'â€';*/
/*content: close-quote;*/
/*}*/
.river-card.text .quote h4 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.625rem;
    line-height: 2rem;
}
.river-card.text .quote p {
    /*color: #D8D8D8;*/
    font-size: 1rem;
    position: absolute;
    bottom: 0;
}
/*.river-card.text .quote p:before {*/
/*content: '-';*/
/*}*/
.river-card.image-text .image-container {
    height: 11.625rem;
    overflow: hidden;
    width: 100%;
}
.river-card.image-text .image-container img {
    width: 100%;
}
.river-card.image-text .copy {
    text-align: center;
    padding: 40px 20px;
}
@media all and (min-width: 768px) {
    .river-card.image-text .copy {
        padding: 40px 10px;
    }
}
.river-card.image-text .copy .text-container {
    height: 8.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .river-card.image-text .copy .text-container {
        max-width: 100%;
    }
}
.river-card.image-text .copy h5 {
    margin-bottom: 40px;
}
.river-card.image-text .copy h4 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 400;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .river-card.image-text .copy h4 {
        max-width: 100%;
    }
}
.river-card.human-spotlight {
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.river-card.human-spotlight .content {
    padding: 40px 10px 60px;
}
.river-card.human-spotlight .content {
    height: 100%;
}
.river-card.human-spotlight .content .copy {
    min-height: 21.5rem;
}
.river-card.human-spotlight .content .copy .text {
    margin-top: auto;
}
.river-card.human-spotlight .content .copy .text h4 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 3.25rem;
}
.river-card.human-spotlight .content .copy .text p {
    line-height: 1.625rem;
}
.river-card.chart.light {
    color: #000000;
}
.river-card.chart .copy {
    height: 22.75rem;
    margin: 0 20px;
}
.river-card.chart .copy > * {
    margin-top: auto;
}
.river-card.chart .copy .chart-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.river-card.chart .copy .chart-container img {
    max-width: 144px;
}
.river-card.chart .copy p {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 400;
}
.river-card.chart.light .copy {
    color: #00203E;
}
.river-card.chart.small-gap .copy p {
    top: -2.5rem;
    position: relative;
}
.river-card.chart.texture .copy {
    height: auto;
}
.river-card.chart.texture .chart-container {
    height: 18.125rem;
}
.river-card.chart.texture .content {
    padding: 40px 10px 60px;
}
.river-cards-container .content.black-text {
    color: #000;
}
.river-card .cta span.cta-text{
    font-family: 'UniversLTW01-65Bold';
    font-size: .875rem
}