#vt-root .gs-header {
    transition: all 400ms, box-shadow 0ms, background-color 0ms !important;
}
.nav-background {
    background-color: #cccccc00 !important;
    backdrop-filter: blur(13px);
    transition: background-color 0ms;
}
.breadcrumb-background {
    background-color: #cccccc00 !important;
    backdrop-filter: blur(13px);
    transition: background-color 0ms;
}
.breadcrumb-background:before {
    top: 41px !important;
    width: 100vw !important;
    left: -28px !important;
}
#vt-root.breadcrumb-collapsed .breadcrumb-background:before {
    top: 47px !important;
    left: -240px !important;
}
.nav-background-dark {
    background-color: black !important;
}
.nav-white-text {
    color: rgb(255, 255, 255) !important;
}
.nav-white-background {
    background-color: rgb(255, 255, 255) !important;
    color: rgb(255, 255, 255) !important;
}
.hide-logo {
    display: none !important;
}
.show-logo {
    display: block !important;
}

#whitelogo, #whitelogomobile {
    display: none;
}

.gray .article-content-page {
    background: #f1f1f1;
}

.article-content-page {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

.article-hero-container .article-hero {
    position: relative;
    padding: 40px 0px;
}
.article-content-page.light-text.article-image-padding .article-hero-container {
    background-color: transparent;
}
.article-content-page.light-text .article-hero-container {
    background-color: #192E47;
}
.padded-img-dark-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 80%;
    background-color: #192E47;
}
@media all and (max-width: 768px) {
    .padded-img-dark-bg {
        height: 100%;
    }
}

.article-hero-container {
    width: 100%;
}
.article-content-page.tout-under-nav {
    margin-top: -72px;
}
.article-content-page .article-hero-container {
    position: relative;
    display: flex;
    flex-direction: column;
}
.article-content-page .article-hero-container.headline-first {
    flex-direction: column-reverse;
}

.article-content-page.tout-under-nav .article-hero-container.headline-first .article-hero {
    padding-top: 174px;
}
@media all and (max-width: 768px) {
    .article-content-page.tout-under-nav .article-hero-container.headline-first .article-hero {
        padding-top: 100px;
    }
}
.article-hero-top-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin-bottom: 48px;
}
@media all and (max-width: 992px) {
    .article-hero-container .article-hero h1.hs_types-headline-xl-reg , .article-hero-container .article-hero h1.hs_types-headline-lg-reg, .article-hero-container .article-hero h1.hs_types-headline-med-reg  {
        font-size: 36px;
        line-height: 44px;
    }
}
.article-content-page__theme {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 16px;
    text-transform: none;
}
@media all and (min-width: 768px) {
    .article-hero-container .article-hero {
        padding: 72px 0px;
    }
    .article-content-page.tout-under-nav {
        margin-top: -133px;
    }
    .article-content-page__theme {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 12px;
    }
    .article-image-container.article-image-padding {
        padding: 0px 45px 45px;
    }
}
.article-image-container {
    width: 100%;
    margin: 0;
}
@media all and (min-width: 768px) {
    .article-image-container {
        width: 100%;
    }
}
.article-image {
    z-index: 0;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    width: 100%;
    position: relative;
    height: auto;
}
.article-content-page article {
    margin: 30px 0;
}
@media all and (max-width: 768px) {
    .article-content-page article.article-mobile-grid {
        display: grid;
        grid-template-columns: repeat(8, 32px);
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 12px;
        justify-content: center;
    }
    article.article-mobile-grid .global-grid-col-sm-8 {
        grid-column: auto/span 8;
        grid-row: auto/span 1;
    }
}
@media all and (min-width: 768px) {
    .article-content-page article {
        width: 83.05085%;
    }
}
@media all and (min-width: 992px) {
    .article-content-page article {
        width: 66.10169%;
    }
}
@media all and (min-width: 1200px) {
    .article-content-page article {
        width: 800px;
    }
}
.article-content-page a {
    text-decoration: none;
    color: #22A2FF;
}
.article-content-page .share-services, .article-content-page .share-services button {
    position: initial;
}
@media all and (min-width: 768px) {
    .article-content-page .share-services {
        margin: 0 25px 0 0;
    }
}

.article-content-page .article-content-page__date {
    font-weight: 400;
    text-transform: none;
}
.article-content-page__date-text {
    font-weight: 400;
    margin-right: 5px;
}
.article-content-page__text {
    font-weight: 400;
    text-transform: none;
}
@media (any-hover: none) {
    .article-content-page .article-content-page__date {
        /*color: #316BB6;*/
    }
}
.article-content-page .article-content-page__date:hover {
    /*color: #005080;*/
}
@media all {
    .article-content-page .article-content-page__date {
        color: black;
        padding-bottom: 20px;
    }
    .article-content-page.light-text .article-content-page__date {
        color: white;
    }
    .article-content-page .article-content-page__date:hover {
        /*color: #151945;*/
    }
}
@media all and (min-width: 768px) {
    .article-content-page .article-content-page__date {
        padding-left: 0;
        padding-bottom: 12px;
    }
}
.article-content-page .article-content-page__title {
    margin: 0 0 48px 0;
    color: black;
    text-transform: none;
    padding-top: 0px;
}
.article-content-page.light-text .article-content-page__series.body-large-light, .article-content-page.light-text .article-content-page__title, .article-content-page.light-text .article-content-page__theme {
    color: white;
}

.article-content-page.light-text .share-services button {
    border: 1px solid #91C2F3;
}

.article-content-page.light-text .share-services button.icon-share:hover {
    background: #171717;
    cursor: pointer;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.article-content-page.light-text .share-services button.icon-share {
    color: #91C2F3;
}

.article-content-page .share-services div.share-options a.icon-close_large:hover {
    color: #91C2F3;
}

@media all and (min-width: 768px) {
    .article-content-page .article-content-page__title {
        padding-left: 0;
        margin-bottom: 48px;
    }
}
.article-content-page .article-content-page__image {
    margin-bottom: 3.125rem;
    max-width: 100%;
}
.article-content-page .article-content-page__video > img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 1.25rem;
}
.article-content-page .article-content-page__video .video-container,
.article-content-page .article-content-page__video .video-container .carouselButton {
    margin-bottom: 1.25rem;
}
@media all and (min-width: 768px) {
    .article-content-page .article-content-page__video > img,
    .article-content-page .article-content-page__video .video-container,
    .article-content-page .article-content-page__video .video-container .carouselButton {
        margin-bottom: 3.125rem;
    }
}
.article-content-page .article-content-page__intro {
    color: #434343;
}

.article-content-page .article-content-page__intro .leadin.leadin-modifier-2.article-content-page__intro {
    background: none;
}
@media all {
    .article-content-page .article-content-page__intro {
        margin-top: 0;
        margin-bottom: 1.25rem;
        font-family: "GS Sans V1";
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
    }
}

@media all and (min-width: 768px) {
    .article-content-page .article-content-page__intro {
        margin-bottom: 2.125rem;
        font-size: 24px;
        line-height: 40px;
    }
}

.article-content-page .article-content-page__content p {
    /*font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif !important;*/
    /*font-size: 16px;*/
    /*line-height: 24px;*/
}

.article-content-page .article-content-page__content p strong,
.article-content-page .article-content-page__content ul li strong{
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.article-content-page .article-content-page__content p.quoteText {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    line-height: 2rem;
    color: #171717;
    text-align: center;
}
.article-content-page .article-content-page__content .ctaText {
    color: #22A2FF;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: .6875rem;
    padding: 10px 0;
}

.article-content-page .article-content-page__content h2 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #151945;
    margin: 1em 0;
}

.article-content-page .article-content-page__content ul {
    list-style-type: disc;
    margin: 1em 0 1em 1.3em;
    box-shadow: none;
    background: none;
}
.article-content-page .article-content-page__content ul.normal {
    width: 100%;
}
.article-content-page .article-content-page__content ul.normal li {
    padding-left: 0;
}
.article-content-page .article-content-page__content ul.normal li:before {
    content: none;
}

.article-content-page .article-content-page__content li {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.article-content-page .article-content-page__content h3 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: bold !important;
    color: #151945;
    font-size: .8125rem;
    line-height: 1.1875rem;
    text-transform: none;
}

.article-content-page .article-content-page__content h4,
.article-content-page .article-content-page__content h5,
.article-content-page .article-content-page__content h6 {
    font-size: .8125rem;
}
.article-content-page .article-content-page__content img,  .article-content-page .article-content-page__intro img{
    max-width: 100%;
}

#fade-images p > img {
    visibility: hidden;
}

.fadeIn {
    -webkit-animation: animat_show 1s;
    animation: animat_show 1s;
    visibility: visible !important;
}

@-webkit-keyframes animat_show{
    0%{opacity:0}
    100%{opacity:1}
}


@media all and (max-width: 767px) {
    .article-content-page .article-content-page__content img {
        padding: 20px 0;
    }
}
@media all and (min-width: 768px) {
    .article-content-page .article-content-page__content p.quoteText {
        line-height: 3.25rem;
        font-size: 2.75rem;
    }
    .article-content-page .article-content-page__content h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .article-content-page .article-content-page__content h3 {
        line-height: 1.75rem;
        font-size: 1.125rem;
    }
    .article-content-page .article-content-page__content h4,
    .article-content-page .article-content-page__content h5,
    .article-content-page .article-content-page__content h6 {
        font-size: .875rem;
        font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    }
    .article-content-page .article-content-page__content .leftOrient{
        float: left;
        padding: 20px 20px 20px 0;
    }
    .article-content-page .article-content-page__content .rightOrient{
        float: right;
        padding: 20px 0 20px 20px;
    }
    .article-content-page .article-content-page__content .centerOrient{
        margin-left: auto;
        margin-right: auto;
    }
    .article-content-page .article-content-page__content li {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.article-content-page .article-content-page__content .fullWidthOrient {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: none;
}
.article-content-page .article-content-page__content p.leadin-intro-font {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1rem !important;
    line-height: 1.625rem !important;
    font-weight: 100 !important;
    margin-bottom: 1.125rem;
    color: #191919;
}
.article-content-page .article-content-page__content p {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    color: #191919;
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 100;
    margin-bottom: 1.125rem;
}

@media all and (min-width: 768px) {
    .article-content-page .article-content-page__content p.leadin-intro-font {
        font-size: 1.5rem !important;
        line-height: 2.125rem !important;
        margin-bottom: 2.125rem !important;
        margin-top: 0;
    }
    .article-content-page .article-content-page__content p {
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin-top: 0;
        margin-bottom: 1.125rem;
    }
}
.article-content-page .article-content-page__content p a {
    cursor: pointer;
}

.article-content-page .article-content-page__content p a:hover, .article-content-page .article-content-page__content .ctaText a:hover  {
    color: #316BB6;
}
.article-content-page .article-content-page__step {
    font-family: 'Univers LT W01 55 Roman';
    line-height: 1.3125rem;
    color: #434343;
    font-size: .875rem;
    font-weight: bold;
}

@media all and (min-width: 768px) {
    .article-content-page .article-content-page__step {
        font-size: 1rem;
        line-height: 1.625rem;
    }
}
@media all {
    .article-content-page .article-content-page__step {
        font-size: .875rem;
        line-height: 1.5rem;
        margin-bottom: 1.25rem;
    }
}
@media all and (min-width: 768px) {
    .article-content-page .article-content-page__step {
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin-top: 0;
        margin-bottom: 2.5rem;
    }
}

/*
CSS for free-form Title
*/
section.article-content-page.free-form {
    margin-top: 0px;
}

.ff-overlap section.article-content-page.free-form {
    margin-top: 0px;
    z-index: 0;
}

@media all and (min-width: 768px) {
    .article-content-page.free-form .explore-title-main-fixed {
        font-size: 3.75rem;
        line-height: 4.3125rem;
    }
}
.article-content-page.free-form .explore-title-main-fixed {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    margin: 0 0 .625rem 0;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 2.25rem;
    font-weight: 100;
    font-size: 1.625rem;
    text-align: left;
    opacity: 1;
    margin: .3125rem 0 1.125rem;
}
.article-content-page.free-form .explore-title-main-fixed:before {
    content: '';
    background: #22A2FF;
    width: 3.75rem;
    height: .125rem;
    display: block;
    margin-bottom: .9375rem;
}
@media all and (min-width: 768px) {
    .article-content-page.free-form .explore-title-main-fixed {
        font-size: 3.25rem;
        margin-top: 1rem;
    }
}
@media all and (min-width: 992px) {
    .article-content-page.free-form .explore-title-main-fixed {
        opacity: 1;
        font-size: 3.75rem;
    }
}
.article-content-page.free-form .explore-title-main-fixed {
    opacity: 1;
}
.article-content-page__video .tab-content .responsive-gallery .slider figure{
    margin: 0;
}
.article-content-page.two-column .article-content-page__content-parent {
    display: flex;
    justify-content: space-between;
}
.article-content-page.two-column .article-content-page__content-left {
    width: 15%;
    word-wrap: break-word;
}
.article-content-page.two-column .article-content-page__content-main {
    margin-left: 5%;
    width: 80%;
    word-wrap: break-word;
}
.article-content-page .article-content-page__series {
    display: block;
}
.article-content-page.light-text .article-content-page__series .article-content-page__series-text, .article-content-page.light-text .article-content-page__subheading .article-content-page__topics .article-content-page__topics-link {
    color: #91C2F3;
}
.article-content-page .article-content-page__series .article-content-page__series-text {
    color: #6397D9;
    text-transform: uppercase;
}
.article-content-page .article-content-page__series .article-content-page__series-text b {
    font-weight: 400;
}
.article-content-page .article-content-page__series a:hover {
    /*color: #00355f;*/
}
.article-content-page .article-content-page__series img {
    max-height: 2.5rem;
}
@media all and (min-width: 768px) {
    .article-content-page .article-content-page__series {
        padding-left: 0;
    }
    .article-content-page .article-content-page__series img {
        max-height: 3.5rem;
    }
}
.article-content-page .article-content-page__title.article-margin {
    margin-top: 0;
    margin-bottom: 48px;
}
.article-content-page .article-content-page__subheading {
    display: flex;
    flex-direction: column;
}
.article-content-page__subheading .article-content-page__topics .article-content-page__topic-links {
    margin-left: 12px;
}
.article-content-page__subheading .article-content-page__topics .article-content-page__topics-link {
    color: #6397D9;
    margin-right: 16px;
}
@media all and (max-width: 768px) {
    .article-content-page__subheading .article-content-page__topics .article-content-page__topics-link {
        margin-right: 12px;
    }
}
@media all and (min-width: 768px) {
    .article-content-page .article-content-page__subheading {
        margin-bottom: 30px;
    }
    .article-content-page__subheading .article-content-page__topics {
        margin-right: 25px;
    }
}
.article-content-page .article-content-page__topics {
    display: flex;
    color: #151945;
    text-transform: uppercase;
}

.article-content-page .article-content-page__topics a, .article-content-page .article-content-page__theme {
    color: black;
    -webkit-transition: color .5s, background .5s;
    transition: color .5s, background .5s;
}
.article-content-page.light-text .article-content-page__theme {
    color: white;
}
.article-content-page  .article-content-page__topics a:hover {
    /*color: #316BB6;*/
}
@media all and (min-width: 768px) {
    .article-content-page  .article-content-page__topics {
        padding-left: 0px;
    }
}
.article-content-page__topics-text {
    margin-left: 6px;
    text-transform: none;
    color: black;
    font-weight: 100;
}

.light-text .article-content-page__topics-text, .light-text .article-content-page__text {
    color: white;
}

.article-content-page .article-content-page__content .article-content-page__captioned-image {
    display: table;
    caption-side: bottom;
    margin-bottom: 1.125rem;
}

.article-content-page .article-content-page__content .article-content-page__captioned-image img {
    padding: 0;
    width: auto;
}

.article-content-page .article-content-page__content .article-content-page__captioned-image .caption {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: .75rem;
    color: #171717;
    line-height: 1.5rem;
    display: table-caption;
}


@media all and (min-width: 768px) {
    .article-content-page .article-content-page__content .article-content-page__captioned-image.leftOrient {
        margin: 20px 20px 20px 0;
        padding: 0;
    }
    .article-content-page .article-content-page__content .article-content-page__captioned-image.rightOrient {
        margin: 20px 0px 20px 20px;
        padding: 0;
    }
}

.article-content-page .article-content-page__content ul.article-content-page__content-links li {
    list-style: square outside;
    font-size: 1.75rem;
    margin-left: 25px;
    margin-bottom: 0.5rem;
    color: #747576;
}
.article-content-page .article-content-page__content ul.article-content-page__content-links li a,
.article-content-page .article-content-page__content ul.article-content-page__content-links li span {
    font-size: 1rem;
    vertical-align: top;
}
@media all and (min-width: 768px) {
    .article-content-page .article-content-page__content ul.article-content-page__content-links li {
        font-size: 2rem;
        margin-left: 27px;
    }
    .article-content-page .article-content-page__content ul.article-content-page__content-links li a,
    .article-content-page .article-content-page__content ul.article-content-page__content-links li span {
        font-size: 1.25rem;
    }
}
.article-content-page .article-content-page__intro-title {
    margin: 0 0 1.125rem 0;
    color: #171717;
    text-align: center;
    text-transform: none;
}

.article-content-page .show-more-container {
    position: relative;
}
.article-content-page .show-more-container .close,
.article-content-page .show-more-container .scrollCue {
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    width: 5.1875rem;
    height: 4.1875rem;
    background: none;
    background-color: #171717;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
    font-family: 'UniversLTW01-67BoldCn';
    font-size: .75rem;
    color: white;
    padding-bottom: 0.625rem;
    padding-top: 0.5rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.625rem;
    opacity: 1;
    display: none;
}

.article-content-page .show-more-container .close:after,
.article-content-page .show-more-container .scrollCue:after {
    display: block;
    color: #0081C3;
    -webkit-text-stroke: 3px #171717;
    font-family: 'gs_icons' !important;
    content: '\e91a';
    font-size: 1rem;
}
@media (max-width: 767px) {
    .article-content-page .show-more-container .close,
    .article-content-page .show-more-container .scrollCue {
        bottom: 20px;
        height: 2.3875rem;
        padding-bottom: 0;
        padding-top: 0.2625rem;
        line-height: 1rem;
    }
    .article-content-page .show-more-container .close:after,
    .article-content-page .show-more-container .scrollCue:after {
        -webkit-text-stroke: 2px #171717;
        font-size: 0.75rem;
    }
}
.article-content-page .show-more-container .close.active,
.article-content-page .show-more-container .scrollCue.active {
    display: block;
}
.article-content-page .show-more-container .close:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.article-content-page .show-more-container .short-version {
    display: block;
}
.article-content-page .show-more-container .full-version {
    display: none;
}
.article-content-page.no-indent {
    margin-top: 0;
}
.article-content-page.full-width-no-padding {
    padding-top: 0;
    max-width: 100%;
}
@media all and (min-width: 768px) {
    .reduced-padding .article-content-page {
        padding-top: 2rem;
    }
}
.no-margin-top.article-content-page {
    margin-top: 0 !important;
}

.ctw-no-body section {
    padding-top: 3.75rem;
    padding-bottom: 0.94rem;
}

.full-width-freeform > .article-content-page {
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.full-width-freeform > .article-content-page > article, .large-width-freeform > .article-content-page > article  {
    min-width: 100%;
    margin: 0;
}
.teaser__button .D2-content-teaser__button {
    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: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: 500;
    line-height: 1.4;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    width: 115px;
}

.teaser__button .D2-content-teaser__button-white{
    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: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: 500;
    line-height: 1.4;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    width: 115px;
}
