/**
* Base.
* Variables and function definitions.
*
* @author full name<email address>
*/

.teaser-list-cards {
    margin: 60px auto;
}

.D2-content-teaser {
    position: relative;
    margin: 0 auto 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.D2-content-teaser * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.D2-content-teaser *.u-disable-focus-click, .D2-content-teaser *.u-disable-focus-click:focus {
    outline: none;
    border: none;
}

.D2-content-teaser[data-scroll-fade="true"] .D2-content-teaser__wrapper {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.D2-content-teaser[data-scroll-fade="true"] .D2-content-teaser__wrapper.u-animate {
    opacity: 1;
}

.teaser-list__header {
    margin-bottom: 40px;
}

.D2-content-teaser__viewport-overlay {
    position: fixed;
    z-index: 800;
    top: -300px;
    left: -300px;
    bottom: -300px;
    right: -300px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.D2-content-teaser.u-copy-right .D2-content-teaser__tease {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.D2-content-teaser.u-copy-right .D2-content-teaser__copy-container {
    padding-right: 0;
    padding-left: 128px;
}

.D2-content-teaser.u-copy-right .D2-content-teaser__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.D2-content-teaser.u-copy-right .D2-content-teaser__content-article {
    margin-left: 0;
    margin-right: 32px;
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
}

.D2-content-teaser.u-copy-right .D2-content-teaser__content-article--utility {
    padding-right: 0;
    padding-left: 40px;
}

.D2-content-teaser.u-copy-right .D2-content-teaser__pan-track {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.D2-content-teaser.u-copy-right .D2-content-teaser__pan-mask {
    left: 0;
    right: -50vw;
}

div.grey {
    background: #f7f7f7;
}

.grey .D2-content-teaser__wrapper {
    background: #f7f7f7;
}

.D2-content-teaser__wrapper {
    position: relative;
    padding: 0;
    margin: 0 -48px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.D2-content-teaser__canvas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.D2-background-transparent {
    background: transparent !important;
}

.D2-content-teaser__tease {
    padding: 0px 48px;
    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-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: auto;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 1;
}

.D2-content-teaser__section {
    width: 50%;
}

.D2-content-teaser__copy-container {
    padding-right: 128px;
}

.D2-content-teaser__h4, .D2-content-teaser__p {
    padding: 0;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.D2-content-teaser__p, .teaser-list-cards .gs-cards__data__eyebrow {
    color: #6397D9;
}

.light-weight-header .D2-content-teaser__h1 {
    font-weight: 100;
}

div.D2-content-teaser__copy-container a.D2-content-teaser__h1-link {
    text-transform: none;
    color: black;
}

div.D2-content-teaser__copy-container a.D2-content-teaser__h1-link:hover {
    color: #832911;
    text-decoration: none;
}

.D2-content-teaser__h1 {
    padding: 0;
    margin: 0 0 24px;
    text-transform: none;
}

.D2-content-teaser__copy {
    margin: 0 0 24px;
}

.D2-content-teaser__button {
    margin: 0px;
}

.D2-content-teaser__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--learn-more {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--learn-more.second-cta {
    margin-left: 16px
}

.D2-content-teaser .cta-block {
    margin: 0px;
    justify-content: flex-start;
    /*width: fit-content;*/
    /*white-space: nowrap;*/
}
.D2-content-teaser .cta.tertiary {
    margin-top: 0px;
    margin-bottom: 0px;
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--explore {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--view-all {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--close {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--learn-more:hover {
    color: rgb(255, 255, 255);
    background-color: #4775AE;
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--explore:hover {
    color: rgb(255, 255, 255);
    background-color: #7399c6;
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--view-all:hover {
    color: rgb(255, 255, 255);
    background-color: #7399c6;
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--close:hover {
    color: rgb(255, 255, 255);
    background-color: #7399c6;
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--learn-more:hover .D2-content-teaser__icon {
    fill: rgb(255, 255, 255);
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--explore:hover .D2-content-teaser__icon {
    fill: rgb(255, 255, 255);
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--view-all:hover .D2-content-teaser__icon {
    fill: rgb(255, 255, 255);
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--close:hover .D2-content-teaser__icon {
    fill: rgb(255, 255, 255);
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--learn-more {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}

.white-cta .D2-content-teaser__button .D2-content-teaser__button-anchor--learn-more {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.white-cta .D2-content-teaser__button .D2-content-teaser__button-anchor--learn-more:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--view-all {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--explore {
    margin-left: 16px;
    color: rgb(0, 0, 0);
    background-color: rgb(247,247,247);
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--close {
    margin-left: 16px;
    color: rgb(0, 0, 0);
    background-color: rgb(247,247,247);
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--view-all, .D2-content-teaser__button .D2-content-teaser__button-anchor--close {
    width: 112px;
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--explore .D2-content-teaser__icon-wrap {
    width: 8px;
    height: 8px;
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--explore .D2-content-teaser__anchor-text {
    padding-left: 16px;
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--close .D2-content-teaser__icon-wrap {
    width: 8px;
    height: 8px;
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--close .D2-content-teaser__anchor-text {
    padding-left: 8px;
}

.D2-content-teaser__button .D2-content-teaser__icon-wrap {
    position: absolute;
    top: 10px;
    left: 25px;
    display: block;
}

.D2-content-teaser__button .D2-content-teaser__icon {
    width: 100%;
    height: 100%;
    fill: rgb(0, 0, 0);
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

.D2-content-teaser__button .D2-content-teaser__anchor-text {

}

.D2-content-teaser__top-button {
    position: absolute;
    z-index: 3;
    background-color: rgb(255, 255, 255);
    right: 48px;
    top: 48px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
    overflow: hidden;
    -webkit-transition-delay: .55s;
    transition-delay: .55s;
    height: 0;
    width: 0;
}

.D2-content-teaser__top-button.u-show {
    width: auto;
    height: auto;
}

.D2-content-teaser__top-button.u-fade-in {
    opacity: 1;
}

.D2-content-teaser__top-button .D2-content-teaser__button-anchor--close {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
    margin-left: auto;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.D2-content-teaser__top-button .D2-content-teaser__button-anchor--close:hover {
    color: rgb(255, 255, 255);
    background-color: #7399c6;
}

.D2-content-teaser__top-button .D2-content-teaser__button-anchor--close:hover .D2-content-teaser__icon {
    fill: rgb(255, 255, 255);
}

.D2-content-teaser__top-button .D2-content-teaser__button-anchor--close {
    color: rgb(0, 0, 0);
    background-color: rgb(247,247,247);
}

.D2-content-teaser__top-button .D2-content-teaser__button-anchor--close {
    width: 112px;
}

.D2-content-teaser__top-button .D2-content-teaser__button-anchor--close .D2-content-teaser__icon-wrap {
    width: 8px;
    height: 8px;
}

.D2-content-teaser__top-button .D2-content-teaser__button-anchor--close .D2-content-teaser__anchor-text {
    padding-left: 8px;
}

.D2-content-teaser__top-button .D2-content-teaser__icon-wrap {
    position: absolute;
    top: 10px;
    left: 25px;
    display: block;
}

.D2-content-teaser__top-button .D2-content-teaser__icon {
    width: 100%;
    height: 100%;
    fill: rgb(0, 0, 0);
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

.D2-content-teaser__top-button .D2-content-teaser__anchor-text {
    font-weight: 500;
    line-height: 1.4;
}

.D2-content-teaser__image-container {
    position: relative;
    width: auto;
    margin: 0;
    overflow: hidden;
}

.D2-content-teaser__copy-center {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.D2-content-teaser__image-container:hover .D2-content-teaser__imagery {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.D2-content-teaser__imagery {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 1;
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.D2-content-teaser__imagery:focus {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.D2-content-teaser__imagery:focus + .D2-content-teaser__overlay::before {
    opacity: .1;
}

.D2-content-teaser__imagery:focus + .D2-content-teaser__header-overlay {
    opacity: .1;
}

.D2-content-teaser__image, .D2-content-teaser__caption {
    width: 100%;
    height: auto;
    left: 100vw;
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@media screen and (min-width: 1200px) {
    .D2-content-teaser__image {
        /*padding: 35px;*/
    }
}

.D2-content-teaser__image-container.no-hover:hover .D2-content-teaser__image {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.D2-content-teaser__image-container:hover .D2-content-teaser__image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.D2-content-teaser .D2-content-teaser__overlay {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    color: transparent;
}

.D2-content-teaser .D2-content-teaser__overlay:focus {
    border: dotted 1px rgb(0, 0, 0);
}
.D2-content-teaser .D2-content-teaser__overlay::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: rgb(0, 0, 0);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.D2-content-teaser__content {
    padding: 48px;
    padding-top: calc((48px + 43px) + 24px);
    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-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 0;
    min-width: 1152px;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 0;
    overflow: hidden;
}

.D2-content-teaser__content.u-slide-in .D2-content-teaser__content-article {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.D2-content-teaser__pan-track {
    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;
    z-index: 0;
    width: 75%;
    will-change: transform;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.D2-content-teaser__content-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-left: 32px;
    width: 33.33%;
    cursor: pointer;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

.D2-content-teaser__content-article--utility {
    position: relative;
    width: 25%;
    padding-right: 40px;
    z-index: 2;
}

.D2-content-teaser__content-article--utility .D2-content-teaser__copy {
    line-height: 1.6;
}

.D2-content-teaser__content-article--utility .D2-content-teaser__copy + .D2-content-teaser__button {
    margin-top: 64px;
}

.D2-content-teaser__content-article:hover .D2-content-teaser__imagery {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.D2-content-teaser__content-article:hover .D2-content-teaser__header-overlay {
    opacity: .1;
}

.D2-content-teaser__content-article:hover .D2-content-teaser__article-wrapper {
    -webkit-box-shadow: 10px 12px 34px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 10px 12px 34px 0 rgba(0, 0, 0, 0.13);
}

.D2-content-teaser__article-wrapper {
    width: 100%;
    height: 100%;
    background-color: rgb(247,247,247);
    -webkit-transition: -webkit-box-shadow .3s ease-out;
    transition: -webkit-box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out;
}

.D2-content-teaser__header {
    position: relative;
    width: auto;
    height: 0;
    padding: 0 0 56.25% 0;
    margin: 0;
    clear: none;
    overflow: hidden;
}

.D2-content-teaser__header-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    background-color: rgb(0, 0, 0);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.D2-content-teaser__hgroup {
    padding: 32px;
}

.D2-content-teaser__hgroup .D2-content-teaser__h1 {
}

.D2-content-teaser__h2 {
    padding: 0;
    margin: 0;
    color: #707070;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.D2-content-teaser__h2 + .D2-content-teaser__h1 {
    margin-top: 8px;
}

.D2-content-teaser__highlight {
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.D2-content-teaser.u-switch-view .D2-content-teaser__wrapper {
    -webkit-box-shadow: 10px 12px 34px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 10px 12px 34px 0 rgba(0, 0, 0, 0.13);
}

.D2-content-teaser.u-switch-view .D2-content-teaser__tease {
    opacity: 0;
}

.D2-content-teaser__pan-mask {
    position: absolute;
    top: -128px;
    right: 0;
    bottom: -128px;
    left: -50vw;
    background-color: rgb(255, 255, 255);
    z-index: -1;
}

@media only screen and (max-width: 1440px) {
    .D2-content-teaser {
        /*padding: 80px 48px 0;*/
    }
    .D2-content-teaser.u-copy-right .D2-content-teaser__copy-container {
        padding-left: 32px;
    }
    .D2-content-teaser__copy-container {
        padding-right: 32px;
    }
}

@media only screen and (max-width: 1280px) {
    .D2-content-teaser.u-copy-right .D2-content-teaser__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .D2-content-teaser.u-copy-right .D2-content-teaser__content.u-slide-in .D2-content-teaser__content-article {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .D2-content-teaser.u-copy-right .D2-content-teaser__content-article {
        margin-left: 32px;
        margin-right: 0;
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw);
    }
    .D2-content-teaser.u-copy-right .D2-content-teaser__content-article--utility {
        padding-right: 40px;
        padding-left: 0;
    }
    .D2-content-teaser.u-copy-right .D2-content-teaser__pan-track {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .D2-content-teaser.u-copy-right .D2-content-teaser__pan-mask {
        left: -50vw;
        right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .teaser-list-cards {
        margin: 40px auto;
    }
    .D2-content-teaser {
        margin-bottom: 40px;
    }
    .D2-content-teaser.u-copy-right .D2-content-teaser__copy-container {
        padding-left: 24px;
    }
    .D2-content-teaser.u-copy-right .D2-content-teaser__content-article--utility {
        padding-right: 24px;
    }
    .D2-content-teaser__content-article--utility {
        padding-right: 24px;
    }
    .D2-content-teaser__copy-container {
        padding-right: 24px;
    }
    .D2-content-teaser__copy-container .D2-content-teaser__h4 {
        position: absolute;
        bottom: calc(100% - 4px);
        left: 48px;
        right: 0;
        margin: 0;
    }
    .D2-content-teaser__h1, .D2-content-teaser__copy {
        margin-bottom: 20px;
    }
    .D2-content-teaser__tease, .D2-content-teaser__content {
        padding: 24px 48px;
    }
    .D2-content-teaser__content {
        padding-top: calc((24px + 43px) + 24px);
    }
    .D2-content-teaser__top-button {
        top: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .D2-content-teaser {
        background-color: rgb(255, 255, 255);
        margin-top: 8px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .D2-content-teaser.u-copy-right .D2-content-teaser__tease {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .D2-content-teaser.u-copy-right .D2-content-teaser__copy-container {
        padding-left: 0;
    }
    .D2-content-teaser.u-add-margin .D2-content-teaser__wrapper {
        padding-top: calc(43px + 24px);
    }
    .D2-content-teaser.u-switch-view {
        -webkit-box-shadow: 10px 12px 34px 0 rgba(0, 0, 0, 0.13);
        box-shadow: 10px 12px 34px 0 rgba(0, 0, 0, 0.13);
        padding-bottom: calc(43px + (32px * 2));
    }
    .D2-content-teaser.u-switch-view .D2-content-teaser__wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .D2-content-teaser__wrapper {
        margin: 0;
        padding: 0;
    }
    .D2-content-teaser__tease {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .D2-content-teaser__content {
        position: relative;
        min-width: 864px;
    }
    .D2-content-teaser__tease, .D2-content-teaser__content {
        padding: 0;
        overflow: visible;
    }
    .D2-content-teaser__top-button {
        top: 0;
        right: 0;
    }
    .D2-content-teaser__section {
        width: 100%;
    }
    .D2-content-teaser__section:last-child {
        margin-bottom: 24px;
    }
    .D2-content-teaser__copy-container {
        padding-right: 0;
    }
    .D2-content-teaser__copy-container .D2-content-teaser__h4 {
        position: static;
        margin-bottom: 32px;
    }
    .D2-content-teaser.u-copy-right .D2-content-teaser__content-article {
        margin-left: 0;
    }
    .D2-content-teaser.u-copy-right .D2-content-teaser__content-article:not(:last-child) {
        margin-right: 32px;
    }
    .D2-content-teaser__content-article {
        margin-left: 0;
    }
    .D2-content-teaser__content-article:not(:last-child) {
        margin-right: 32px;
    }
    .D2-content-teaser__content-article--utility {
        position: absolute;
        padding-right: 0;
        top: -32px;
        right: 0;
        bottom: -32px;
        left: 0;
        width: calc(100vw - 50px);
        z-index: -1;
    }
    .D2-content-teaser__content-article--utility .D2-content-teaser__copy {
        display: none;
    }
    .D2-content-teaser__content-article--utility .D2-content-teaser__copy + .D2-content-teaser__button {
        margin-top: 0;
    }
    .D2-content-teaser__h4 {
        position: absolute;
        bottom: 100%;
        margin: 0;
        width: 100%;
        padding-right: 112px;
    }
    .D2-content-teaser__button {
        /*position: absolute;*/
        /*top: 100%;*/
    }
    .D2-content-teaser__pan-track {
        width: 100%;
    }
    .D2-content-teaser__pan-mask {
        display: none;
    }
}

.D2-content-teaser__button .D2-content-teaser__button-anchor--explore .D2-content-teaser__icon-wrap.utility__edge-ie-only {
    display: none;
}

_:-ms-input-placeholder, :root .D2-content-teaser__button .D2-content-teaser__button-anchor--explore .D2-content-teaser__icon-wrap.utiltity__modern-browsers-only {
    display: none;
}

_:-ms-input-placeholder, :root .D2-content-teaser__button .D2-content-teaser__button-anchor--explore .D2-content-teaser__icon-wrap.utility__edge-ie-only {
    display: block;
}

_:-ms-input-placeholder, :root .D2-content-teaser.u-copy-right .D2-content-teaser__button .D2-content-teaser__button-anchor--explore .D2-content-teaser__icon-wrap {
    width: 9px;
}

_:-ms-input-placeholder, :root .D2-content-teaser__button .D2-content-teaser__button-anchor--explore .D2-content-teaser__icon-wrap.utility__edge-ie-only {
    width: 9px;
}

_:-ms-input-placeholder, :root .D2-content-teaser__content {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

@supports (-ms-ime-align: auto) {
    .D2-content-teaser.u-copy-right .D2-content-teaser__button .D2-content-teaser__button-anchor--explore .D2-content-teaser__icon-wrap {
        width: 9px;
    }
    .D2-content-teaser__button .D2-content-teaser__button-anchor--explore .D2-content-teaser__icon-wrap.utiltity__modern-browsers-only {
        display: none;
    }
    .D2-content-teaser__button .D2-content-teaser__button-anchor--explore .D2-content-teaser__icon-wrap.utility__edge-ie-only {
        display: block;
    }
    .D2-content-teaser__button .D2-content-teaser__button-anchor--explore .D2-content-teaser__icon-wrap.utility__edge-ie-only {
        height: 9px;
    }
}

_:-ms-input-placeholder, :root .D2-content-teaser__content {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

@supports (-webkit-appearance: none) {
    .D2-content-teaser__imagery {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1, 1);
        transform: translateZ(0);
    }
}

.teaser-list-cards {
    overflow: hidden;
    position: relative;
}

.background-image__mobile {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
}

@media only screen and (max-width: 480px) {
    .teaser-list-cards_mobile {
        background: transparent !important;
    }
    .D2-content-teaser_mobile {
        padding: 0;
        background: transparent !important;
    }
    .D2-content-teaser__wrapper-mobile {
        background: transparent;
        padding: 32px 16px 115px 16px;
    }
}

@media only screen and (min-width: 481px) {
    .background-image__mobile {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .background-image__mobile {
    }
}

.keyboard-nav .D2-content-teaser__button a:focus {
    outline-width: 3px !important;
    outline-style: solid !important;
    outline-color: #7399c6 !important;
    background: #7399c6 !important;
    color: #ffffff !important;
}

.gs-bg-blue .teaser-list-cards {
    background: rgba(115, 153, 198, 0.25);
}
.gs-bg-blue .D2-content-teaser__wrapper {
    background: none;
}

.teaser-list-cards .gs-cards-module.gs-component {
    padding: 0px;
}

.D2-content-teaser__image-container .external-link::after {
    content: '';
    display: none !important;
}

div.teaser-list-cards .gs-cards-module .gs-cards-list--three h3.gs-cards__data__title {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #191919;
    font-size: 1.25rem;
    line-height: 2rem;
}
@media (min-width: 992px) {
    div.teaser-list-cards .gs-cards-module .gs-cards-list--three h3.gs-cards__data__title {
        font-size: 1.5rem;
    }
}

div.teaser-list-cards .gs-cards__data__description, div.teaser-list-cards .gs-cards__data__description > p {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #191919;
    font-size: 1rem;
    line-height: 1.75rem;
}
@media (min-width: 992px) {
    div.teaser-list-cards .gs-cards__data__description, div.teaser-list-cards .gs-cards__data__description > p {
        line-height: 1.5rem;
    }
}