.newsroom .card-link:hover,
.newsroom .card-link:focus {
    text-decoration:none;
    color: inherit;
}
.newsroom .background-gradient-percent {
    z-index: 1;
    background: linear-gradient(var(--bg-gradient-direction), var(--bg-gradient-color) var(--percent), #fff var(--percent-remaining));
}
.newsroom .background-gradient-percent.bg-gradient-offwhite { --bg-gradient-color: #f4f4f4; }
.newsroom .background-gradient-percent.bg-gradient-dark-gray { --bg-gradient-color: #6B6D6F; }
.newsroom .background-gradient-percent.bg-gradient-dark-blue { --bg-gradient-color: #0b2d71; }
.newsroom .background-gradient-percent.bg-gradient-dark-green { --bg-gradient-color: #444b0d; }
.newsroom .background-gradient-percent.bg-gradient-dark-teal { --bg-gradient-color: #003653; }
.newsroom .background-gradient-percent.bg-gradient-dark-orange { --bg-gradient-color: #711B00; }
.newsroom .background-gradient-percent.bg-gradient-dark-purple { --bg-gradient-color: #3a0d36; }
.newsroom .background-gradient-percent.bg-gradient-dark-red { --bg-gradient-color: #58001c; }
.newsroom .background-gradient-percent:not(.bg-gradient-offwhite) :is(.headline, .eyebrow, .description) {
    color: #fff !important;
}
.newsroom {
    --background-height: 287px;
    --content-width: 416px;
    --percent: 100%;
    --percent-remaining: calc(100% - var(--percent));
    --bg-gradient-direction: to bottom;
}
.newsroom .background-container {
    position: relative;
    display:flex;
    flex-direction: column-reverse;
    justify-content:center;
    align-items: center;
    padding: 0 44px;
}
.newsroom.newsroom-gradient .background-container {
    --percent: calc(100% - var(--background-height)/2);    
}
.newsroom .background {
        width: 335px;
}
.newsroom .background, 
.newsroom .background-inner {
    max-width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size:cover;
    height: var(--background-height);
}
.newsroom .content-container {
    width:100%;
    text-align:center;
    padding: 44px 0;
}
.newsroom .content-container p:last-child, 
.newsroom .content-container ol:last-child, 
.newsroom .content-container ul:last-child, 
.newsroom .content-container li:last-child {
    margin-bottom:0;
    padding-bottom:0;    
}
.newsroom .headline {
    margin-bottom: 12px;
}
.newsroom .eyebrow.body-2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 100;
    font-family: "GothamNarrowBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.newsroom .eyebrow.body-3 {    
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 100;
    font-family: "GothamNarrowBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.newsroom .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsroom .card-link[class*='bg-gradient-']:not(.bg-gradient-offwhite, .bg-gradient-white) .underline,
.newsroom [class*='bg-gradient-']:not(.bg-gradient-offwhite, .bg-gradient-white) .secondary-link .underline {
    background-image: linear-gradient(to right, #fff, #fff) !important;
}
.newsroom .card-link[class*='bg-gradient-']:not(.bg-gradient-offwhite, .bg-gradient-white):hover .glyphicon , 
.newsroom .card-link[class*='bg-gradient-']:not(.bg-gradient-offwhite, .bg-gradient-white):focus .glyphicon , 
.newsroom [class*='bg-gradient-']:not(.bg-gradient-offwhite, .bg-gradient-white) .secondary-link:hover .glyphicon , 
.newsroom [class*='bg-gradient-']:not(.bg-gradient-offwhite, .bg-gradient-white) .secondary-link:focus .glyphicon {
    color: #fff !important;
}

@media screen and (min-width: 768px) {
    .newsroom {
        --background-height: 297px;
    }
    .newsroom .background-container {
        padding: 0 92px;
    }
    .newsroom .background {
        height: var(--background-height);
        width: 528px;
    } 
}
@media screen and (min-width: 992px) {
    .newsroom {
        --background-height: 441px;
    }
    .newsroom.newsroom-gradient {
        --bg-gradient-direction: to left;
    }
    .newsroom.newsroom-gradient.image-right {
        --bg-gradient-direction: to right;
    }
    .newsroom .background-container {
        flex-direction:row;
        flex-wrap: nowrap;
        padding: 60px 0;
    }
    .newsroom.newsroom-gradient .background-container {
        --percent: calc(var(--content-width) + (100% - var(--content-width)) / 2);
    }
    .newsroom.image-right .background-container {
        flex-direction:row-reverse;    
    }
    .newsroom .background {
        height: var(--background-height);
        width: 100%;
    }
    .newsroom .content-container {
        height:var(--background-height);
        width:auto;
        flex: 0 0 var(--content-width);
        display:flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 36px;
    }

}
/*Image fade css*/
.js .body-newsroom .newsroom-image-fade .newsroom-image-fade-item {
    transition: opacity 1s ease-out;
    opacity: 0;
}
.body-newsroom .newsroom-image-fade.show .newsroom-image-fade-item {
    opacity:1;
}

:is(.a01a, .a01b, .a01c) .inner-container {
    padding-left: 20px;
    padding-right: 20px;
}
:is(.a01a, .a01b, .a01c) .background-container {
    flex-direction: column;
    padding-bottom:0;
    padding-top: 48px;
    padding-left: 0;
    padding-right: 0;
}
:is(.a01a, .a01b, .a01c) .content-container {
    height:auto;
    flex: 0 0 100%;
    margin-bottom: 56px;
    padding: 0;
}
:is(.a01a, .a01b, .a01c) .content-bottom {
    padding-top:56px;
    margin-bottom: 72px;

}
.a01a .background-container {
    margin-bottom: 0;
}
.a01a,
.a01b {
    --background-height: 335px;
}
.a01a .background,
.a01b .background {
    max-width: 335px;
    min-width: 335px;
}
.a01b.newsroom.newsroom-gradient {
    --bg-gradient-direction: to bottom;
}
.a01c .inner-container {
    margin-top: 40px;
    margin-bottom: 40px;
}
.a01a:not(.bg-white, .bg-offwhite) .transcript .secondary-link {
    color: #fff;
}
.a01a:not(.bg-white, .bg-offwhite) .transcript .secondary-link .underline {
    background-image: linear-gradient(to right, #fff, #fff);
}
.a01a:not(.bg-white, .bg-offwhite) .transcript .secondary-link:hover .glyphicon,
.a01a:not(.bg-white, .bg-offwhite) .transcript .secondary-link:focus .glyphicon {
    color: #fff;
}
@media screen and (min-width: 768px) {
    :is(.a01a, .a01b, .a01c) .inner-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    :is(.a01a, .a01b, .a01c) .background-container {
        padding-top: 72px;
    }
    :is(.a01a, .a01b, .a01c) .content-bottom {
        padding-top:65px;
        padding-left: 120px;
        padding-right: 120px;
        margin-bottom: 96px;
    }
    .a01a {
        --background-height: 401px;
    }
    .a01a .background,
    .a01a .background-container {
        width: 712px;
        max-width: initial;
    }
    .a01a .content-container {
        padding-left: 70px;
        padding-right: 70px;
    }
    .a01b {
        --background-height: 324px;
    }
    .a01b .background-inner-container {
        width: 576px;
    }
    .a01b .background {
        max-width: 100%;
    }
}
@media screen and (min-width: 992px) {
    :is(.a01a, .a01b, .a01c) .content-bottom {
        padding-top:65px;
        padding-left: 300px;
        padding-right: 300px;
        margin-bottom: 96px;
    }
    .a01a {
        --background-height: 675px;
    }
    .a01a .background,
    .a01a .background-container {
        max-width: 1200px;
        width: 100%;
    }
    .a01a .content-container {
        padding-left: 200px;
        padding-right: 200px;
    }
    .a01b {
        --background-height: 441px;
    }
    .a01b .background-inner-container {
        width: 784px;
    }
    .a01b.newsroom-gradient .background-container {
        --percent: calc(100% - var(--background-height) / 2);
    }
}
@media (min-width: 1200px) {
    :is(.a01a, .a01b, .a01c) .inner-container {
        padding:0;
    }
}
@media (min-width: 1200px) and (max-width: 1279px) {
    :is(.a01a, .a01b, .a01c) .inner-container.width-1200 {
        max-width: calc(1200px - (1280px - 100vw));
    }
}

/* C06 color overrides*/
.a01a[class*="bg-"] + .c06,
.a01a[class*="bg-"] + .c06 .headline,
.a01a[class*="bg-"] + .c06 a {    
    color: #fff !important;
}
.a01a[class*="bg-"] + .c06 a {
    text-decoration:underline;
}
.a01a[class*="bg-"] + .c06 a:hover,
.a01a[class*="bg-"] + .c06 a:focus {
    text-decoration:none;
}
.a01a.bg-dark-gray + .c06 { background-color: #6B6D6F !important; }
.a01a.bg-dark-blue + .c06 { background-color: #0b2d71 !important; }
.a01a.bg-dark-green + .c06 { background-color: #444b0d !important; }
.a01a.bg-dark-teal + .c06 { background-color: #003653 !important; }
.a01a.bg-dark-orange + .c06 { background-color: #711B00 !important; }
.a01a.bg-dark-purple + .c06 { background-color: #3a0d36 !important; }
.a01a.bg-dark-red + .c06 { background-color: #58001C !important; }


.a01-video .media-wrapper {
    position: relative;
    width: 100%;
    height: var(--background-height);
    display: flex;
    justify-content: center;
}
.a01-video .media-container {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    display: none;
}
.a01-video .media-wrapper .background {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 3;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
    width: 100%;
}
.a01-video .media-wrapper.show .background {
    opacity: 0;
    visibility: hidden;
}
.a01-video .media-wrapper.show .media-container {
    display: block;
}
.a01-video .play-icon {
    border: 1px solid #fff;
    height: 150px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 150px;
}
.a01-video .play-icon .glyphicon {
    font-size: 2em;
    color: #fff;
    top: 58px;
    right: -65px;
    padding: 0;
}
.a01-video .video-link:hover,
.a01-video .video-link:hover .play-icon,
.a01-video .video-link:hover .play-icon .glyphicon {
    color: #bfc1c0 !important;
}
.a02 .news-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.a02 .news-list .list-item {
    list-style-type: none;
    flex-basis: 100%;
    padding: 24px 0;
}
.a02 .news-list .secondary-link {
    display: flex;
    justify-content: center;
    align-items:center;
}
.a02 .news-list .secondary-link:focus:not(:focus-visible) {
    outline:none;
}
.a02 .image-container {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 74px;
    height: 74px;
    border: 1px solid #D8D8D8;
}
.a02 .article-text {
    margin-bottom: 6px;
}
.a02 .text-container {
    padding-left: 24px;
    flex: 1;
    text-align: left;
}
@media (min-width: 768px) {
    .a02 .image-container {
        width: 90px;
        height: 90px;
    }
}
@media (min-width: 992px) {
    .a02 .news-list .list-item {
        flex-basis:50%;
    }
    .a02 .news-list .list-item:nth-child(2n) {
        padding-left: 12px;
    }
    .a02 .news-list .list-item:nth-child(2n+1) {
        padding-right: 12px;
    }
    .a02 .image-container {
        width: 115px;
        height: 115px;
    }
}
.a03 {
    transition: background 0.5s ease-in-out;
}
.a03 .inner-container {
    padding: 0;
    max-width: 100%;
    margin-top:0;
    margin-bottom:40px;
}
.a03 .headline {
    padding-top:46px;
    margin-bottom: 48px;
}
.a03.carousel .slick-slide {
    display: block;
    padding: 0 12px;
}
.a03 .image-container  { 
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 162px; 
}
.a03 .content-container {
    height: auto;
    padding: 24px 0 0; 
    opacity:0;
    transition: opacity 0.05s ease-in-out;
}
.a03 .underline {
   background-image: linear-gradient(to right, #fff, #fff) !important
}
.a03 .arrow-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.a03 .show-content .content-container {
    transition: opacity 0.5s ease-in-out;
    opacity:1;
}
.a03 .dots-container {
    position: static;
    margin:0;
}
.a03 .arrow-container .slick-dots,
.a03 .arrow-container .slick-arrow {
    position: static;
}
.a03 .arrow-container .slick-arrow {
    width: auto;
    height: auto;
    left: auto;
    bottom: auto;
    background-color: transparent;
    color: #fff;
    transform: none;
    font-size: 24px;
    padding: 0 5px;
}
.a03 .slick-arrow:not(.slick-disabled):hover, 
.a03 .slick-arrow:not(.slick-disabled):focus {
    background-color: transparent;
    opacity: 0.5;
}
.a03 .slick-arrow:not(.slick-disabled):focus {
    outline: thin dotted;
}
.a03 .slick-arrow:not(.slick-disabled):focus:not(:focus-visible) {
    outline: none;
}
.a03 .arrow-container .slick-dots {
    display: flex;
}
.a03 .slick-dots li,
.a03 .slick-dots li button,
.a03 .slick-dots li button:before {
    color: #6B6D6F;
    opacity:1;
}
.a03 .slick-dots li {
    margin: 0;
}
.a03 .slick-dots li.slick-active button:before {
    color: #fff;
}
/* Begin - a03b styles */
.a03b {
    margin-bottom: 40px;
}

.a03b .slick-slide.show-content .content-container {
    opacity: 1;
}
.a03b .slick-arrow:not(.slick-disabled):hover, 
.a03b .slick-arrow:not(.slick-disabled):focus,
.a03b .slick-dots li.slick-active button:before {
    color: #009DD9 !important;
    opacity: 1;
}
.a03b .slick-arrow {
     color: #0066B2 !important;
}
.a03b .dots-container {
    margin:1px 0 0 0;
}
.a03b .slick-dotted.slick-slider {
    margin-bottom: 15px;
}
.a03b .content-container {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding-top: 18px;
    width: 100% !important;
}
/* End - a03b styles */
@media screen and (min-width: 768px) {
    .a03 .slider-container {
        position:relative;
    }
    .a03 .image-container  { 
        height:  297px; 
    }
    .a03 .content-container {
        width: 344px;
    }
    .a03 .arrow-container {
        position:absolute;
        top: 327px;
        right: 20%;
    }
    .a03b .arrow-container {
        position:relative !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
    }
}
@media screen and (min-width: 992px) {
    .a03 .headline {
        padding-top:62px;
        margin-bottom: 56px;
    }
    .a03 .image-container  { 
        height:  440px; 
    }
    .a03 .content-container {
        width: 486px;
    }
    .a03 .arrow-container {
        top:470px;
    }
}
@media screen and (max-width: 767.99px) {
    .a03 .arrow-container {
        width: 288px;
        margin: 0 auto;
    }
    .a03 .arrow-container .slick-arrow {
        padding: 0;
    }
    .a03 .arrow-container .slick-prev {
        margin-right: auto;
    }
    .a03 .arrow-container .slick-next {
        margin-left: auto;
    }
}
.a04 .tab-content {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto
}
.a04 .tab-list {        
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
} 
.a04 .tab-list .card-item {
    list-style-type: none;
    height:100%;
}
.a04 .tab-list .feature-card .text-container {
    padding: 30px 24px;
}
.a04 .tab-list .feature-card .headline {
    margin-bottom: 12px;
}
.a04 .background-image {
    width: 100%;
    min-height: 188px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.a04 .tab-list .feature-card .background-image {
    min-height: 335px;
    flex:1;
}
.a04 .tab-list .article-card .background-image {
    margin-bottom: 12px;
}
.a04 .tab-list .article-card .headline {
    margin-bottom: 8px;
}
.a04 .tab-list .article-card .link-wrapper {
    display:block;
}

@media (min-width: 768px) {
    .a04 .tab-content {
        max-width: 685px;
    }
    .a04 .tab-list {    
        grid-template-columns: 1fr 1fr;
    }  
    .a04 .tab-list .feature-card {
        grid-column: 1/3;
    }
    .a04 .tab-list .feature-card .link-wrapper {
        display: flex;
    }
    .a04 .tab-list .feature-card .text-container {
        flex-basis: 252px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .a04 .tab-list .feature-card .background-image {
        min-height: 259px;
    }
}
@media (min-width: 992px) {
    .a04 .dropdown-menu.nav-tabs {
        position:static !important;
        border:none;
        border-radius:0;
        padding:0;
        margin-bottom:24px !important;
        transform: none !important;
    }
    .a04 .tab-content {
        max-width: 100%;
    }
    .a04 .tab-list {  
        grid-template-columns: 1fr 1fr 1fr;
    }
    .a04 .tab-list .feature-card .text-container {
        flex-basis: 235px;
    }
    .a04 .tab-list .feature-card .background-image {
        min-height: 313px;
    }
    .a04 .tab-list .article-card .background-image {        
        min-height: 216px;
    }
}

    /*Tab to dropdown */
@media (max-width: 991.99px) {
    .a04 .dropdown {
        margin-bottom: 24px;
    }
    .a04 .dropdown-toggle:after {
        display: none;
    }
    .a04 .dropdown .selected-text,
    .a04 .dropdown .filter-by {
        color: #0066B2;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .a04 .dropdown-button,
    .a04 .dropdown-button:focus {
        width: 100%;
        max-width: 335px;
        display:block;
        margin-left: auto;
        margin-right: auto;
        background: none;
        border: none;
        outline: none;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding: 0;
        text-align: left;
    }
    .a04 .dropdown-button.dropdown-toggle {
        white-space: normal;
        border-bottom: solid 1px #cdcdcd;
        padding-top: 10px;
        padding-bottom: 6px;
    }

    .a04 .dropdown-button:focus {
        outline: thin dotted;
    }

    .a04 .dropdown-button:focus:not(:focus-visible) {
        outline: none;
    }
    
    .a04 .dropdown-button .glyphicon-chevron-caret-down {
        top: 2px;
        font-size: 2.4rem;
        color: #0066B2;
    }

    .a04 .dropdown-button.show .glyphicon-chevron-caret-down:before {
        content: "\e910";
    }

    .a04 .dropdown-menu {
        background-color: transparent;
        box-shadow: 0px 12px 17px 2px rgba(0, 0, 0, 0.06), 0px 5px 22px 4px rgba(0, 0, 0, 0.06), 0px 7px 8px -4px rgba(0, 0, 0, 0.1);
    }
    .a04 .dropdown-menu.nav-tabs {
        border: none;
        border-radius: 0;
        width:100%;
        max-width: 335px;
        display: none;
        padding-left:4px;
        padding-right:4px;
    }

    .a04 .dropdown-menu.nav-tabs.show {
        display: block;
        background-color: #fff;
    }

    .a04 .dropdown > .dropdown-menu > li {
        display: block;
        list-style-type: none;
        padding: 0;
    }
    .a04 .dropdown-menu .filter-link,
    .a04 .dropdown-menu .filter-link:hover,
    .a04 .dropdown-menu .filter-link:focus,
    .a04 .dropdown-menu .filter-link.active:hover,
    .a04 .dropdown-menu .filter-link.active:focus,
    .a04 .dropdown-menu .filter-link.active {
        display: block;
        width: 100%;
        font-size: 1.6rem;
        line-height: 2.4rem;
        color: #000 !important;
        font-weight:400;
        font-family: "GothamBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 8px 4px;
        background-color: transparent;
    }
    .a04 .dropdown-menu .filter-link:focus {
        outline-offset: -2px;
    }
    .a04 .dropdown-menu .filter-link:focus:not(:focus-visible) {
        outline:none;
    }
    .a04 .dropdown-menu .filter-link .underline {
        background-image: linear-gradient(to right, #009DD9, #009DD9);
        background-size: 0 2px;
        background-position: bottom left;
        background-repeat: no-repeat;
        transition: background-size .5s ease;
        padding-bottom: 2px;
    }
    /*.a04 .dropdown-menu .filter-link .underline {
        background-image: linear-gradient(to right, #cdcdcd, #cdcdcd);
        background-size: 100% 2px;
    }*/

    .a04 .dropdown-menu .filter-link:hover .underline,
    .a04 .dropdown-menu .filter-link:focus .underline {
        background-image: linear-gradient(to right, #009DD9, #009DD9);
        background-size: 100% 2px;
    }

    .a04 .dropdown-menu .filter-link.active .underline {
        background-size: 100% 2px;
    }

}


.a05 .inner-container {
    margin-top: 72px;
}
.a05 .list-unstyled {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 24px;
}
.a05 .list-unstyled li {
    list-style-type: none;
    width:50%;
    padding: 12px;
    margin: 0;
}
.a05 .header {
    font-size: 3.2rem;
    line-height: 4rem;
}
.a05 .text-container {
    text-align: left;
    padding: 14px 24px;
    flex:1;
    width: 100%;
}
.a05 .article-text {
    margin-bottom: 8px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.a05 .category-eyebrow {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2rem;
}
.a05 .resource-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
}
.a05 .resource-link + .underline-hover {
    background-image: linear-gradient(to right, #009DD9, #009DD9);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .75s cubic-bezier(0.4, 0.2, 0.3, 1);    
    width: 100%;
    height: 2px;
    display: block;
}
.a05 .resource-link:hover + .underline-hover,
.a05 .resource-link:focus + .underline-hover {
    background-size: 100% 2px;
}
.a05 .bottom a:hover {
    text-decoration: none;
}
.a05 .resource-link:hover, .a05 .resource-link:focus {
    outline: none;
    text-decoration: none;
    background-size: 100% 2px;
    box-shadow: none;
}
.a05 .image-container {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 115px;
    height: 115px;
}
.a05 .image-container-mobile {
    display: none;
    width: 100%;
}
@media (max-width: 991px) {
    .a05 .header {
        font-size: 2.8rem;
        line-height: 3.6rem;
    }
    .a05 .list-unstyled li {
        width: 100%;
    }
}
@media (max-width: 550px) {
    .a05 .resource-link {
        flex-direction: column;
    }
    .a05 .text-container { 
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .a05 .image-container-mobile {
        display: block;
    }
    .a05 .image-container {
        display: none;
    }
    .a05 .image-mobile {
        width: 100%;
    }
 }
.a06 .description {
    margin-bottom: 12px;
}
.a06 .background {
    max-width: 287px;
}
.a06 .content-container,
.a06 .content-container .headline {
    text-align: left;
}
@media screen and (min-width: 768px) {
    .a06 {
        --background-height: 408px;
        --content-width: 406px;
        --bg-max-width: 306px;
        --bg-gradient-direction: to left;
    }
    .a06.image-right {
        --bg-gradient-direction: to right;
    }
    .a06 .background-container { flex-direction: row; }
    .a06.image-right .background-container { flex-direction: row-reverse; }
    .a06.newsroom-gradient .background-container {
        --percent: calc(100% - var(--bg-max-width) / 2);
        padding: 80px 0;
    }
    .a06 .background {
        max-width: var(--bg-max-width);
        margin-left: auto;
    }
    .a06 .content-container,
    .a06 .content-container .headline {
        text-align: center;
    }
    .a06 .content-container {          
        flex:1;
        min-height: var(--background-height);
        height: auto;
        text-align:left;
        padding: 0 45px;
        margin-left: 0;
    }
    .a06.image-right .background {
        margin-right: auto;
        margin-left: 0;
    }
    .a06.image-right .content-container {
        margin-right: 0;
        margin-left: auto;
    }
    .a06 .headline {
        text-align:left;
    }
}
@media screen and (min-width: 992px) {
    .a06 {
        --background-height: 408px;
        --content-width: 690px;
    }
    .a06 .content-container {    
        padding: 0 55px;
    }    
}
@media screen and (max-width: 767.99px) {
    .a06 .inner-container {
        padding-left: 0;
        padding-right: 0;
    }
}
.a07 .inner-container .row {
    padding-left:15px;
    padding-right:15px;
    padding-top:8px;
}
.a07 .collage-image-container {
    padding-left: 12px;
    padding-right: 12px;
}
.a07 .caption {
    line-height: 2rem;
}
 
@media (max-width: 767px) {
    .a07 .inner-container {
        max-width: 500px;
    }
    .a07 .inner-container .row {
        padding-left: 4px;
        padding-right: 4px;
    }
    .a07 .collage-image-container {
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 16px;
    }
}
.a08 {
    --a08-nav-height: 65px;
    --a08-scroll-indicator-height: 3px;
    position: sticky;
    width: 100%;
    left: 0;
    z-index: 100;
    top: -1px;
    transition: top 0.5s ease-in-out;
}
.a08.scroll-down {
    top: calc(-1 * var(--a08-nav-height)) !important;
}
.a08 .dropdown-toggle {
    white-space: normal;
}

.a08 .dropdown-toggle:after {
    display: none;
}

.a08 .dropdown .selected-text,
.a08 .dropdown .filter-by {
    color: #000;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.a08 .dropdown-button,
.a08 .dropdown-button:focus {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 2px 0;
    text-align: left;
}
.a08 .dropdown-button:focus {
    outline: thin dotted;
}
.a08 .dropdown-button:focus:not(:focus-visible) {
    outline: none;
}
.a08 .dropdown-menu {
    border: none;
    border-radius: 0;
    width: 100%;
    background-color: #F4F4F4;
}
.a08 .dropdown-main {
    height: var(--a08-nav-height);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #D8D8D8;
    background-color: #F4F4F4;
}
.a08 .dropdown-main > .dropdown-menu {
    transform: translate(0px, calc(var(--a08-nav-height) - 1px)) !important;
    padding-left:20px;
    padding-right: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #D8D8D8;
}
.a08 .dropdown-main > .dropdown-button {
    color: #000 !important;
}
.a08 .dropdown-secondary .dropdown-menu {
    display: block;
    position: static !important;
    border: none;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 6px;
    padding-bottom: 6px;
    text-align: left;
}
.a08 .dropdown-secondary .header {
    text-align:left;
}
.a08 .dropdown > .dropdown-menu > li {
    list-style-type: none;
    padding: 6px 0;
}
.a08 .dropdown-menu.list-unstyled li:before {
    top: 6px;
    left: 37px;
    font-size: 1.275em;
}

.a08 .dropdown-button .glyphicon-chevron-caret-down {
    top: 2px;
    font-size: 2.4rem;
    color: #0066B2;
}
.a08 .dropdown-button.show .glyphicon-chevron-caret-down:before {
    content: "\e910";
}
.a08 .horizontal-position-indicator .control {
    margin-bottom: 0;
}
.a08 .horizontal-position-indicator .indicator-container,
.a08 .horizontal-position-indicator .indicator-track {
    height: var(--a08-scroll-indicator-height);
    width: 100%;
}

.a08 .horizontal-position-indicator .indicator-container,
.a08 .horizontal-position-indicator .indicator-active {
    padding-top: 0;
    top: 0;
}
.a08 .indicator-container .indicator-track-item {
    background-color: transparent;
}
.a08 .horizontal-position-indicator .indicator-active {
    height: 100%;
}

@media (min-width: 768px) {
    .a08 {
        --a08-nav-height: 61px;
    }
    .a08 .dropdown > .dropdown-menu > li {
        padding:0;
    }
    .a08 .dropdown-menu {
        background-color: transparent;
    }
    .a08 .dropdown-main {
        background-color: transparent;
        border: none;
    }
    .a08 .dropdown-main > .dropdown-menu {
        position: static;
        padding: 0;
        background-color: transparent;
        display: flex;
        align-items: center;
        transform: none !important;
        border: none;
    }
    .a08 .dropdown-main > .dropdown-menu > li {
        padding-left: 32px;
    }
    .a08 .dropdown-main > .dropdown-menu .nav-left {
        margin-right:auto;
        padding-left:0;
    }
    .a08 .dropdown-main > .dropdown-menu > li > .secondary-link {
        display:block;
    }
    .a08 .dropdown-secondary .dropdown-menu {
        position: absolute !important;
        left: 50% !important;
        min-width: 230px;
        text-align:center;
        padding-left: 4px;
        padding-right: 4px;
        transform: translate(-50%, 30px) !important;
        -webkit-box-shadow: 0px 12px 17px 2px rgba(0, 0, 0, 0.06), 0px 5px 22px 4px rgba(0, 0, 0, 0.06), 0px 7px 8px -4px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 12px 17px 2px rgba(0, 0, 0, 0.06), 0px 5px 22px 4px rgba(0, 0, 0, 0.06), 0px 7px 8px -4px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 12px 17px 2px rgba(0, 0, 0, 0.06), 0px 5px 22px 4px rgba(0, 0, 0, 0.06), 0px 7px 8px -4px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }
    .a08 .dropdown-secondary .dropdown-menu:not(.show) {
        display: none;
    }    
    .a08 .dropdown-secondary .header {
        text-align:center;
    }
    .a08 .dropdown .selected-text,
    .a08 .dropdown .filter-by {
        color: #0066B2;
    }
    .a08 .dropdown-menu.list-unstyled .filter-link {
        display: block;
        width: 100%;
        padding: 8px 4px;
        font-size: 1.6rem;
        line-height: 2.4rem;
        color: #000;
        font-weight:400;
        font-family: "GothamBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    .a08 .dropdown-menu.list-unstyled .filter-link:hover,
    .a08 .dropdown-menu.list-unstyled .filter-link:focus {
        text-decoration: none;
    }

    .a08 .dropdown-menu.list-unstyled .filter-link:focus {
        outline-offset: -2px;
    }

    .a08 .dropdown-menu.list-unstyled .filter-link .underline {
        background-image: linear-gradient(to right, #009DD9, #009DD9);
        background-position: bottom left;
        background-repeat: no-repeat;
        transition: background-size .5s ease;
        padding-bottom:2px;
        background-size: 0 2px;
    }
    .a08 .dropdown-menu.list-unstyled .filter-link:hover .underline,
    .a08 .dropdown-menu.list-unstyled .filter-link:focus .underline {
        background-image: linear-gradient(to right, #009DD9, #009DD9);
        background-size: 100% 2px;
    }

    .a08 .dropdown-menu.list-unstyled .filter-link.active .underline {
        background-size: 100% 2px;
    }

    .a08 .dropdown-menu.list-unstyled .filter-link.active {
        background-color: transparent;
        color: #000 !important;
    }
}
@media (max-width: 767.99px) {
    .a08 .inner-container.width-1200 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .a08 .dropdown-main > .dropdown-menu .nav-left {
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
}


.a09 .inner-container {
    margin-top: 70px;
}
.a09 .list-unstyled {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.a09 .headline {
    font-size: 1.6rem;
    line-height: 2.2rem;  
}
.a09 .resource-link {
    padding: 8px 12px;
    border: 1px solid #0066B2;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.a09 .list-unstyled li {
    list-style-type: none;
    padding: 5px;
    display: flex;
    align-items: center;
}
.a09 .resource-link:hover, .a09 .resource-link:focus {
    background-color: #0066B2;
    color: #fff;
    box-shadow: none;
}
@media (max-width: 767px) {
    .a09 .inner-container {
        max-width: 400px;
    }
    .a09 .list-unstyled, .a09 .list-unstyled li {
        flex-direction: column;
    }
}
.a10 .description {
    margin-bottom: 12px;
}
.a10 .background {
    max-width: 287px;
}
.a10 .content-container,
.a10 .content-container .headline {
    text-align: left;
}
@media screen and (min-width: 768px) {
    .a10 {
        --background-height: 153px;
        --content-width: 441px;
        --bg-max-width: 272px;
        --bg-gradient-direction: to left;
    }
    .a10.image-right {
        --bg-gradient-direction: to right;
    }
    .a10 .background-container { flex-direction: row; }
    .a10.image-right .background-container { flex-direction: row-reverse; }
    .a10.newsroom-gradient .background-container {
        --percent: calc(100% - var(--bg-max-width) / 2);
        padding: 68px 0;
    }
    .a10 .background {
        max-width: var(--bg-max-width);
        margin-inline-start: auto;
    }
    .a10 .content-container {        
        flex: 1;
        min-height: var(--background-height);
        height: auto;
        text-align:left;
        padding: 0 45px;
        margin-inline-start: 0;
    }
    .a10.image-right .background {
        margin-right: auto;
        margin-left: 0;
    }
    .a10.image-right .content-container {
        margin-right: 0;
        margin-left: auto;
    }
    .a10 .headline {
        text-align:left;
    }
}
@media screen and (min-width: 992px) {
    .a10 {
        --background-height: 270px;
        --content-width: 516px;
    }
    .a10.newsroom-gradient .background-container {
        padding: 48px 0;
    }
    .a10 .background {
        max-width: 480px;
    }
    .a10 .content-container {    
        padding: 0 55px;
    }
    
}

@media screen and (max-width: 767.99px) {
    .a10 .inner-container {
        padding-left: 0;
        padding-right: 0;
    }
}
.a11 .inner-container {
    margin-top: 40px;
}
.a11 .header {
    margin-bottom: 40px;
}
.a11 .newsroom-filter {
    padding-top: 5px;
    margin-bottom: 0;
}
.a11 .fieldset {
    margin-bottom: 40px;
}
.a11 .legend {
    padding-bottom: 12px;
    margin-bottom: 24px;
}
.a11 .radio-button-custom {
    padding-left: 2rem;
}
.a11 .radio-button-custom input[type=radio],
.radio-button-custom input[type=radio] + label::before {
    left: 0;
}
.a11 .news-list {
    margin-bottom: 24px;
}
.a11 .news-list .list-item {
    flex-basis: 100%;
    padding:16px 0 !important;
}
.a11 .news-list .list-item:first-child {
    padding-top: 0;
}
.a11 .news-list .list-item:last-child {
    padding-bottom: 0;
}
.a11 .reset-all,
.a11 .reset-all:focus,
.a11 .reset-all:hover {
    text-decoration: none;
    box-shadow:none;
    border-radius: 0;
}
.a11 .reset-all:focus {
    outline: thin dotted;
    outline-color: #000;
}
.a11 .reset-all:focus:not(:focus-visible) {
    outline:none;
}
.a11 .paging-container .ellipses {
    margin-top:auto;
    line-height: 50px;
}
.a11 .paging-container .disabled .page-link {
    pointer-events: none;
}
@media (min-width: 992px) {
    .a11 .filter-offcanvas {
        display: block !important;
        visibility: visible !important;
        position:static;
        max-width: 285px;
    }
}
@media (max-width: 991.99px) {
    .a11 .newsroom-filter {
        padding-top: 40px;
    }
    .a11 .filter-offcanvas {
        top: 0;
        right: 0;
        max-width: 484px;
        width: 100%;
        transform: translateX(100%);
        padding: 32px 24px;
        height:100%;
        overflow: auto;
    }
    .a11 .filter-offcanvas.show {
        transform: translateX(0);
    }
    .a11 .filter-button {
        margin-bottom: 50px;
        display:block;
        border:none;
        border-radius:0;
        box-shadow:none;
    }
    .a11 .filter-button,
    .a11 .filter-button:hover,
    .a11 .filter-button:focus {
        text-decoration:none;
    }
    .a11 .filter-offcanvas .flex-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .a11 .filter-offcanvas .close {
        padding:0;
        border:none;
        border-radius:0;
    }
    .a11 .filter-offcanvas .close:hover,
    .a11 .filter-offcanvas .close:focus {
        border:none;
        box-shadow: none;
        opacity: 0.6;
    }
    .a11 .filter-offcanvas .close:focus  {
        outline: thin dotted;
     }
    .a11 .filter-offcanvas .close:focus:not(:focus-visible) {
        outline:none;
    }
}

.a11 .content-container {
    padding: 0;
    height: auto;
    flex-basis:auto;
}
.a11 .content-container, 
.a11 .paging-container, 
.a11.content-loaded .lds-spinner-container {
    display:none;
}
.a11.content-loaded .content-container,
.a11.content-loaded .paging-container  {
    display: block;
}
.a11 .lds-spinner-container {
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.a11 .lds-spinner {
  color: #fff;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.a11 .lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.a11 .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #0066b2;
}
.a11 .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.a11 .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.a11 .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.a11 .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.a11 .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.a11 .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.a11 .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.a11 .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.a11 .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.a11 .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.a11 .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.a11 .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.a12 {
    --background-height: 447px;
}
.a12 .background-container {
    flex-direction: column;
    padding: 0;
    height:100%;
}
.a12 .content-container {
    flex: 1;
    padding:0;
    padding-top:40px;
    height:100%;
}

@media (min-width: 768px) {
    .a12 {
        --background-height: 456px;
    }
    .a12 .background-container {
        flex-direction: row;
    }
    .a12.image-right .background-container {
        flex-direction: row-reverse;
    }
    .a12 .background {
        width: 342px;
    }
    .a12 .content-container {
        padding:0;
        padding-left:80px;
    }
    .a12.image-right .content-container {
        padding-left:0;
        padding-right:80px;
    }
}
.modal-open.modal-open-allow-scroll {
    overflow:auto !important;
    padding-right:0 !important;
}
.a13 .toast-header {
    justify-content: end;
    padding-top: 0;
    border-bottom: none;
}
.a13 .toast-header .btn-close {
    font-size: 1.4rem;
}
.a13 .toast-message {
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #0B2D71;
    text-align: center;
    font-weight: 400;
}
.a13.toast {
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 1s;
    bottom: 10px;
    left: 10px;
    width: 335px;
    position: fixed;
    margin: 0;
    padding: 21px;
    z-index: 10;
}
.a13 .primary-link {
    padding-bottom: 0;
}
.a13 .close {
    margin-left:auto;
    font-size: 30px;
    line-height:20px;
    padding:0;
}
.a13 .close .glyphicon {
    line-height:20px;
}
.a13 .close:hover,
.a13 .close:focus {
    opacity:0.5;
}
.a13 .close:focus {
    outline:thin dotted #000;
    box-shadow: none;
}
.a13 .close:focus:not(:focus-visible) {
    outline:none;
}
 /* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
}
    
@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}
    
@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}
    
@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@media (max-width: 767px) {
    .a13.toast {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
.a14 .inner-container {
    margin-top: 72px;
}
.a14 .subscribe-text {
   font-size: 1.6rem;
   line-height: 2.4rem;
   text-align: center;
   margin-bottom: 24px;
}
.a14 .primary-link {
    padding-bottom: 0;
    padding-top: 0;
}
@media (max-width: 767px) {
    .a14 .primary-link .link {
        width: 100%;
    }
}
.a30 .primary-link {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}
.a30 .inner-container {
    padding: 80px 0;
}
.a30 .sub-header {
    font-size: 3.2rem;
    line-height: 4.0rem;
    margin-bottom: 20px;
    padding-left:20px;
    padding-right:20px;
}
.a30 .news-list {
    margin:0;
    margin-bottom: 20px;
    padding:0;
}
.a30 .article-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.a30 .article-item-link {
    display:block;
    padding:0 20px;
}
.a30 .article-item-link:hover,
.a30 .article-item-link:focus {
    text-decoration: none;
}
.a30 .date {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 700;
}
.a30 .title {
    font-size: 2.4rem;
    line-height: 3.0rem;
    margin-bottom: 14px;
    text-align: left;
}
.a30 .description {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom:0;
}
.a30 .article-item-inner {
    padding: 30px 20px;
    border-bottom: 1px solid #000;
}
.a30 .article-item:last-child .article-item-inner {
    border-bottom: none;
}

.a30.bg-light-blue .theme-parent-text-color { color: #fff !important; }
.a30.bg-light-blue .theme-parent-text-color-alternate { color: #0B2D71 !important; }
.a30.bg-light-blue .theme-parent-border-color { border-color: #0066B2 !important; }
.a30.bg-light-blue .theme-parent-hover-color:hover { background-color: #0B2D71 !important; }
.a30.bg-light-blue .theme-parent-hover-color:hover .theme-parent-text-color-alternate { color: #fff !important; }
.a30.bg-light-blue .primary-link.theme-bg-medium-blue:hover .theme-bg-color,
.a30.bg-light-blue .primary-link.theme-bg-medium-blue:focus .theme-bg-color { background-color: #0B2D71 !important; }



@media print {
    .a30 .article-item { page-break-inside: avoid; }
}

.c01d .description {
    text-decoration: none;
    text-align:center;
    padding-top:12px;
}
.c01d .background {
    height: auto;
}
@media screen and (min-width: 768px) {
    .c01d .description {
        padding-top:0;
    }
    .c01d .background {
        height: var(--background-height);
    }
}
@media screen and (min-width: 992px) {
    .c01d .description {
        width: 50%;
        padding: 14px 18px 0;
        text-align:left;
    }
    .c01d.image-right .description {
        margin-left: 50%;
    }
}

@media screen and (max-width: 767.99px) {
    .c01d .inner-container {
        padding-left: 0;
        padding-right: 0;
    }
}
.c40 .circle-wrapper {
    width: 100%;
    margin-bottom: 140px;
}

.c40 .circle-animation .outer-container {
    width: calc((var(--circle-animation-diameter)*2) - (var(--circle-animation-diameter)/2 - var(--circle-clear-init-x)) * 2);
    margin: 0 auto;
}

.c40 .circle-animation .inner-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
}

.c40 .circle-animation {
    --circle-animation-diameter: 524px;
    --circle-solid-init-x: -210px;
    --circle-solid-init-y: 0;
    --circle-clear-init-x: 210px;
    --circle-clear-init-y: 0;
    --circle-empty-init-x: -420px;
    --circle-empty-init-y: 0;
    padding-bottom: 80px;
}

    .c40 .circle-animation .header {
        font-size: 32px;
        padding-top: 64px;
        padding-left: 20px;
        width: 554px;
    }

    .c40 .circle-animation .circle {
        height: var(--circle-animation-diameter);
        width: var(--circle-animation-diameter);
        border: 0px solid #fff;
        border-radius: calc(var(--circle-animation-diameter) / 2);
        position: absolute;
        z-index: 1;
    }

        .c40 .circle-animation .circle.circle-solid {
            transform: translate(var(--circle-solid-init-x), var(--circle-solid-init-y));
            overflow: hidden;
        }

        .c40 .circle-animation .circle.circle-clear {
            border-color: #fff;
            background-color: #fff;
            transform: translate(var(--circle-clear-init-x), var(--circle-clear-init-y));
            overflow: hidden;
            z-index: 2;
        }

        .c40 .circle-animation .circle.circle-empty {
            border-color: black;
            transform: translate(var(--circle-empty-init-x), var(--circle-empty-init-y));
            border: 2px solid #DCDBDD;
        }

        .c40 .circle-animation .circle .content {
            width: 100%;
            height: 100%;
            position: absolute;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

    .c40 .circle-animation .circle-clear .content .content-item {
        opacity: 0;
    }

    .c40 .circle-animation .circle-clear div:nth-child(1) .content-item {
        opacity: 1;
    }

    .c40 .circle-animation .circle .content .text-top {
        font-size: 32px;
        margin-bottom: 48px;
        text-align: center;
        width: 450px;
    }

    .c40 .circle-animation .circle-clear .content .text-top {
        padding-left: 25px;
    }

    .c40 .circle-animation .circle .content .text-over {
        display: block;
        font-size: 16px;
    }

    .c40 .circle-animation .circle .content .text-bottom {
        font-size: 16px;
        line-height: 24px;
        margin-top: 57px;
        width: 185px;
        text-align: center;
    }

    .c40 .circle-animation .circle-solid .content {
        color: #fff;
    }

    .c40 .circle-animation .circle-clear .content {
        color: #751269;
    }

    .c40 .circle-animation .equal-sign {
        z-index: 3;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .c40 .circle-animation {
        --circle-animation-diameter: 433px;
        --circle-solid-init-x: -174px;
        --circle-solid-init-y: 0;
        --circle-clear-init-x: 174px;
        --circle-clear-init-y: 0;
        --circle-empty-init-x: -348px;
        --circle-empty-init-y: 0;
    }
}

@media (max-width: 991px) {
    .c40 .circle-animation .circle .content .text-top {
        font-size: 28px;
        margin-top: 0px;
        margin-bottom: 25px;
        width: 350px;
    }

    .c40 .circle-animation .circle .content .text-bottom {
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .c40 .circle-wrapper {
        width: 100%;
        height: 749px;
        margin-bottom: 80px;
    }

    .c40 .circle-animation .outer-container {
        width: 100%;
        height: 100%;
    }

    .c40 .circle-animation .inner-container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .c40 .circle-animation {
        --circle-animation-diameter: 294px;
        --circle-clear-init-x: 0;
        --circle-clear-init-y: 100px;
        --circle-solid-init-x: 0;
        --circle-solid-init-y: -150px;
        --circle-empty-init-x: 0;
        --circle-empty-init-y: -250px;
    }

        .c40 .circle-animation .header {
            font-size: 24px;
            padding: 16px 0;
            margin: 0 auto;
            width: 288px;
        }

        .c40 .circle-animation .circle {
            height: var(--circle-animation-diameter);
            width: var(--circle-animation-diameter);
            border: 0px solid #fff;
            border-radius: calc(var(--circle-animation-diameter) / 2);
            position: absolute;
            z-index: 1;
        }

            .c40 .circle-animation .circle.circle-solid {
                transform: translate(var(--circle-solid-init-x), var(--circle-solid-init-y));
                overflow: hidden;
            }

            .c40 .circle-animation .circle.circle-clear {
                border-color: #fff;
                background-color: #fff;
                transform: translate(var(--circle-clear-init-x), var(--circle-clear-init-y));
                overflow: hidden;
                z-index: 2;
            }

            .c40 .circle-animation .circle.circle-empty {
                border-color: black;
                transform: translate(var(--circle-empty-init-x), var(--circle-empty-init-y));
                border: 2px solid #DCDBDD;
            }

            .c40 .circle-animation .circle .content {
                width: 100%;
                height: 100%;
                position: absolute;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

                .c40 .circle-animation .circle .content .text-top {
                    font-size: 24px;
                    margin-top: 0px;
                    margin-bottom: 0px;
                    width: 240px;
                }

                .c40 .circle-animation .circle .content .text-bottom {
                    font-size: 16px;
                    font-weight: 500;
                    margin-top: 0px;
                    margin-bottom: 0;
                    max-width: 190px;
                    max-height: 70px;
                    /* overflow: hidden;*/
                    text-align: center;
                    line-height: 24px;
                }

            .c40 .circle-animation .circle .icon {
                width: 80px;
                height: 80px;
            }

        .c40 .circle-animation .equal-sign .icon {
            width: 15px;
            z-index: 50;
            transform: translateY(-25px);
        }
        .c40 .circle-animation .circle-clear .content .text-top {
            padding-left: 0px;
        }
}

.c44.slide-scroll {
    margin-bottom: 20px;
}
.c44 .slide-control {

    --c44SlideThumbWidth: "50%";
}
/*This will be overridden in c44.js*/
.c44 .slide-control .slider::-webkit-slider-thumb,
.c44 .slide-control .slider::-webkit-media-slider-thumb {
    width: var(--c44SlideThumbWidth) !important;
}
.c44 .slide-control .slider::-moz-range-thumb{
    width: var(--c44SlideThumbWidth) !important;
}
.c44.slide-scroll .table-container {
    padding: 0 40px;
    margin: 0;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 40px;
    scroll-padding-right: 40px;
    scroll-behavior: smooth;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.c44.slide-scroll .inner-container {
    padding: 0;
}

.c44.slide-scroll .slide-control {
    margin: 0 auto;
    padding: 0;
    width: 160px;
}
.c44.slide-scroll .disable-scrollbars::-webkit-scrollbar {
    display: none;
}

.c44 .c44-container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 0 12px 0;
    padding: 0;
}
.c44 .c44-flip-card {
    padding: 0 4px;
    scroll-snap-align: start;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    margin: 0;
}
.c44 .c44-flip-card .box-shadow {
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%), 0 2px 1px -1px rgb(0 0 0 / 4%), 0 1px 3px 0 rgb(0 0 0 / 8%);
}
.c44 .c44-flip-card .c44-tile-inner {    
    height: 480px;
    display: flex;
    flex-direction: column;
    position:relative;
}
.c44 .c44-flip-card .c44-back {
    height:100%;
    display:none;
}
.c44 .c44-flip-card.flipped .c44-back {
    display:block;
}
.c44 .c44-flip-card.flipped .c44-front {
    display:none;
}
.c44 .c44-flip-card .text-container {
    padding: 40px;
    text-align:left;
}
.c44 .c44-flip-card .description {
    font-size: 1.8rem;
}
.c44 .c44-flip-card .figure-description {
    margin-bottom:0;
}
.c44 .c44-flip-card .bottom {
    position: absolute;
    bottom: 32px;
    right: 32px;
}
.c44 .c44-flip-card .flip-button {
    border:none;
    border-radius: 0;
    width: 50px;
    height: 50px;
    display:flex;
    justify-content:center;
    align-items: center;
    font-size:3rem;
    text-decoration:none;
     color: #0066B2;
     -webkit-appearance: initial;
}
.c44 .c44-flip-card .flip-button:hover,
.c44 .c44-flip-card .flip-button:focus,
.c44 .c44-flip-card .c44-front:hover .flip-button,
.c44 .c44-flip-card .c44-front:focus .flip-button {
     color: #fff;
     background-color: #009DD9 !important;
}
.c44 .c44-flip-card .flip-button:focus {
    outline: thin dotted #000;
    outline-offset: 2px;
    box-shadow: none;
}
.c44 .c44-flip-card .flip-button:focus:not(:focus-visible) {
    outline:none;
}
.c44 .c44-flip-card .c44-front .background .flip-button .glyphicon-remove {
    transform:rotate(45deg) translate(-1px, 1px);
}
.c44 .c44-flip-card .c44-front {
    display:flex;
    flex-direction: column;
    flex-grow:1;
    border:none;
    padding: 0;
}
.c44 .c44-flip-card .c44-front,
.c44 .c44-flip-card .c44-front:hover,
.c44 .c44-flip-card .c44-front:focus {
    text-decoration:none;
}
.c44 .c44-flip-card .c44-front .text-container .figure {
    margin-bottom:0;
}
.c44 .c44-flip-card .c44-front .background {
    width: 100%;
    flex-grow: 1;
    align-items: stretch;
    justify-self: stretch;
    justify-items: stretch;
    position: relative;
    background-size: cover;
}
.c44 .c44-flip-card .c44-back:not(.bg-white):not(.bg-offwhite) .theme-text-color,
.c44 .c44-flip-card .c44-back:not(.bg-white):not(.bg-offwhite) .secondary-link.theme-text-color .glyphicon {
    color: #fff !important;
}

.c44 .c44-flip-card .c44-back:not(.bg-white):not(.bg-offwhite) .secondary-link.theme-text-color .underline {
    background-image: linear-gradient(to right, #fff, #fff);
}
@media (min-width: 7682px) {    
    .c44 .c44-flip-card {
      width: 50%;
    }
}
@media (min-width: 992px) {    
    .c44 .c44-flip-card {
        width: 33.33%;
        padding: 0 12px;
    }
    .c44.slide-scroll .table-container {
        padding: 0 55px;
        scroll-padding-left: 55px;
        scroll-padding-right: 55px;
    }
}

.theme-bg-dark-gray .theme-text-light-color { color: #DBDCDD !important; }
.theme-bg-dark-blue .theme-text-light-color { color: #009DD9 !important; }
.theme-bg-dark-green .theme-text-light-color { color: #B2CC34 !important; }
.theme-bg-dark-orange .theme-text-light-color { color: #FAAB18 !important; }
.theme-bg-dark-purple .theme-text-light-color { color: #BA3093 !important; }
.theme-bg-dark-red .theme-text-light-color { color: #E21836 !important; }
.theme-bg-dark-teal .theme-text-light-color { color: #00B2BD !important; }
.c54.opening-animation .text-container {
    transform: translateY(75px);
    opacity:0;
    transition: transform 1.5s cubic-bezier(0.72,0.05,0.35,1) 0.125s, opacity 0.65s cubic-bezier(0.72,0.05,0.35,1) 0.25s;
}
.c54.opening-animation .background-container {
    transform: translateY(150px);
    opacity:0;
    transition: transform 2s cubic-bezier(0.72,0.05,0.35,1) 0.75s, opacity 1.25s cubic-bezier(0.72,0.05,0.35,1) 0.85s;
}
.c54.opening-animation.image-above .text-container {
    transform: translateY(75px);
    opacity:0;
    transition: transform 2s cubic-bezier(0.72,0.05,0.35,1) 0.75s, opacity 1.25s cubic-bezier(0.72,0.05,0.35,1) 0.85s;
}
.c54.opening-animation.image-above .background-container {
    transform: translateY(150px);
    opacity:0;
    transition: transform 1.5s cubic-bezier(0.72,0.05,0.35,1) 0.125s, opacity 0.65s cubic-bezier(0.72,0.05,0.35,1) 0.25s;
}
.c54 .inner-container
{
    display: flex;
    flex-wrap: wrap;
}
.c54.in .text-container,
.c54.in .background-container {
    transform: translateY(0) !important;
    opacity:1 !important;
}
.c54.image-below .background-container {
    order: 2;
}
.c54.image-below .text-container {
    order: 1;
}
.c54 .background-container {
    height: 562px;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.c54 .background {
    background-size: cover;
    background-position: 50% 0;
    height: 100%;
}
.c54 .text-container {
    padding: 80px 24px 48px;
}
.c54 .text-container .description {
    padding: 0 40px;
    margin-bottom: 32px;
}
.c54 .text-container .description > *:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .c54 .background-container {
        height: auto;
        aspect-ratio: 16/9;
    }
     .c54 .text-container .description {
        padding: 0 100px;
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 992px) {
    .c54 .text-container {
        padding-top: 96px;
        padding-bottom: 72px;
    }
}
