/* Minification failed. Returning unminified contents.
(4525,23): run-time error CSS1039: Token not allowed after unary operator: '-circle-animation-diameter'
(4525,62): run-time error CSS1039: Token not allowed after unary operator: '-circle-animation-diameter'
(4525,99): run-time error CSS1039: Token not allowed after unary operator: '-circle-clear-init-x'
(4539,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4540,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4541,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4542,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4543,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4544,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4545,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4558,22): run-time error CSS1039: Token not allowed after unary operator: '-circle-animation-diameter'
(4559,21): run-time error CSS1039: Token not allowed after unary operator: '-circle-animation-diameter'
(4561,34): run-time error CSS1039: Token not allowed after unary operator: '-circle-animation-diameter'
(4567,39): run-time error CSS1039: Token not allowed after unary operator: '-circle-solid-init-x'
(4567,67): run-time error CSS1039: Token not allowed after unary operator: '-circle-solid-init-y'
(4574,39): run-time error CSS1039: Token not allowed after unary operator: '-circle-clear-init-x'
(4574,67): run-time error CSS1039: Token not allowed after unary operator: '-circle-clear-init-y'
(4581,39): run-time error CSS1039: Token not allowed after unary operator: '-circle-empty-init-x'
(4581,67): run-time error CSS1039: Token not allowed after unary operator: '-circle-empty-init-y'
(4642,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4643,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4644,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4645,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4646,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4647,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4648,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4674,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4675,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4676,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4677,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4678,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4679,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4680,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4691,26): run-time error CSS1039: Token not allowed after unary operator: '-circle-animation-diameter'
(4692,25): run-time error CSS1039: Token not allowed after unary operator: '-circle-animation-diameter'
(4694,38): run-time error CSS1039: Token not allowed after unary operator: '-circle-animation-diameter'
(4700,43): run-time error CSS1039: Token not allowed after unary operator: '-circle-solid-init-x'
(4700,71): run-time error CSS1039: Token not allowed after unary operator: '-circle-solid-init-y'
(4707,43): run-time error CSS1039: Token not allowed after unary operator: '-circle-clear-init-x'
(4707,71): run-time error CSS1039: Token not allowed after unary operator: '-circle-clear-init-y'
(4714,43): run-time error CSS1039: Token not allowed after unary operator: '-circle-empty-init-x'
(4714,71): run-time error CSS1039: Token not allowed after unary operator: '-circle-empty-init-y'
 */
.c01 .image-container{
    margin-bottom:48px;
    padding:0;
}
.c01 .text-container {
    margin-top: 24px;
}
.c01 .image-container + .text-container {
    margin-top: 0;
}
@media (min-width: 992px) {
    .c01 .image-container {
        margin-bottom: 64px;
    }
}
/*@media (min-width: 768px) and (max-width: 1259px) {
    .c01 .image-container {
        padding:0 30px;
    }
}*/
/*@media (min-width: 1201px) and (max-width: 1259px) {
    .c01 .image-container {
        padding-left: calc(30px - (50vw - 600px));
        padding-right: calc(30px - (50vw - 600px));
    }
}*/
@media (max-width: 767px) {
    .c01 .message {
        padding-left: 15px;
        padding-right: 15px;
    } 
}
@media print{
    .c01 .image-container{
        page-break-inside:avoid;
    }
    .c01 .image-container .visible-xs{
        display:none!important;
    }
    .c01 .image-container .hidden-xs {
        display:block!important;
        height: calc(-80px + 100vw * 700 / 1200);
    }
}
 

.c01a {
    height: 100%;
    max-height: 100% !important;
}
.c01a.text-only {    
    display:flex;
}
.c01a.text-only .hero-content {    
    display:flex;
    align-items: center;
    flex-direction: column;
}
.c01a .hero-wrapper {
    overflow:hidden;
    max-width: 1400px;
}
.c01a.text-only .hero-wrapper {
    display: none;
}
.c01a .background { 
    width: 100%;
    background: none;
    /*height: calc(-80px + 100vw * 700 / 1200);  */
    height: calc(100vh - 80px); 
    max-height: 500px;  
}
.c01a.has-bg-img .background {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-color: transparent !important;
}
.c01a.text-only .inner-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 15px 0;
}
.c01a.text-only .inner-container .col {
    padding: 0;
}
.c01a .hero-content .header {    
    margin-top: 0;
    margin-bottom: 10px;
}
.c01a .primary:hover,
.c01a .primary:focus,
.c01a .primary:hover .header,
.c01a .primary:focus .header{
    text-decoration: none;
}

.c01a .primary:focus .primary-link .link {
    outline: thin dotted #000;
    outline-offset: 4px;
    background-color: #009dd9 !important;
    transition:background-color 0.5s cubic-bezier(0.4, 0.2, 0.3, 1);
}
/*  This removes outline from the .primary .link container when the focus is not set by the keyboard. */
.c01a .primary:focus:not(:focus-visible) .primary-link .link {
    outline:none;
}
.c01a .primary:focus {
    outline: none!important;
}

.c01a.theme-text-white .secondary-link {
    color: #fff !important;
}
.c01a.has-bg-img .secondary-container .hero-content-inner {
    text-align:center;
}

@media (min-width: 768px) {
    .c01a.has-bg-img .background { 
        max-height: 680px;  
    }
    .c01a.has-bg-img .hero-wrapper {
        flex-direction: column;
        position: relative;
        overflow:hidden;
        z-index: 10;
    }
}
@media (min-width: 992px) {
    .c01a.has-bg-img .inner-container,
    .c01a.has-bg-img .hero-content,
    .c01a.has-bg-img .background {
        min-height: 450px;
        max-height: calc(100vh - 80px);
    }
    .c01a.has-bg-img .inner-container {
        overflow: hidden;
        position:relative;
    } 
    .c01a.has-bg-img .hero-content {
        opacity:0;
        position: absolute;  
        height: 680px;
        top:0;
        z-index:11;
        pointer-events:none;
        width: 1400px;
        left: calc(50vw - 700px);
    }
    .c01a.has-bg-img .inner-container.animation-complete .hero-content {
        opacity: 1;
        transition: opacity 0.75s ease-in-out;
    }
    .c01a.has-bg-img .hero-content-inner {        
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content:center;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
    }
    .c01a.has-bg-img .primary,
    .c01a.has-bg-img .secondary-link {
        pointer-events:auto;
        display: inline-block;
    }
    .c01a.has-bg-img .secondary-container {
        pointer-events: none;
        height: auto;
    }
    .c01a.has-bg-img .secondary-container .hero-content-inner,
    .c01a.has-bg-img .secondary-container .secondary-link {
        display: inline-block;
    }
    .c01a.text-right .hero-content-inner {  
        margin-right: 0;
    }
    .c01a.text-left .hero-content-inner {
        margin-left: 0;
    }
    .c01a.has-bg-img.text-center .background {
        background-position: 50% 50%;
    }
    .c01a.has-bg-img.text-left .background {
        background-position: 0 50%;
    }
    .c01a.has-bg-img.text-right .background {
        background-position: 100% 50%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .c01a.has-bg-img .hero-content {
        width: calc(100vw);
        left: 0;
    }
    .c01a.has-bg-img .hero-content-inner {
        width: calc(50vw);
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .c01a.has-bg-img .hero-content {
        width: calc(100vw);
        left: 0;
    }
    .c01a.has-bg-img .hero-content-inner {
        width: 600px;
    }
}
@media (min-width: 992px) and (min-height: 761px) {
    .c01a.has-bg-img .inner-container,
    .c01a.has-bg-img .hero-content,
    .c01a.has-bg-img .background {
        max-height: 680px;
    }
}
@media (min-width: 1921px) {
    
    .c01a.has-bg-img .hero-content {
        left: 260px;
    }
}
@media (max-width: 991px) {
    .c01a.has-bg-img .inner-container {
        padding-bottom: 40px;
    }
    .c01a .hero-content {
        padding-left:20px;
        padding-right:20px;
    }
    .c01a.has-bg-img .hero-content {
        top: auto !important;
        display:block;
    }
    .c01a.has-bg-img .hero-content.primary {
        margin-top: 40px;
    }
    .c01a.has-bg-img.theme-text-white .header {
        color: #0B2D71 !important;
    }
    .c01a.has-bg-img.theme-text-white .secondary-link {
        color: #0066B2  !important;
    }
}
@media print{
    .c01a {page-break-inside:avoid;}
        .c01a.has-bg-img .background {
            background-repeat: no-repeat;
            background-size: 95%;
            height: calc(-80px + 100vw * 700 / 1200);
            /*background-image: url(/-/media/chevron/home-page/THEC-homepage-hero.jpg) !important;*/
        }
}
.c01b {
    height: 100%;
    max-height: 100% !important;
}
.c01b .background { 
    width: 100%;
    background: none;
    overflow:hidden;
    max-width: 1200px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-color: transparent !important;
    background-repeat: no-repeat;
}
.c01b .background-small {
    height: 500px;
    background-repeat: no-repeat;
    background-color: #CDCDCD !important;
}
.c01b .hero-content {    
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding:32px;
    min-height: 262px;
}
.c01b .hero-content .icon-container {    
    margin-bottom: 12px;
}
.c01b .hero-content .header {    
    margin-top: 0;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .c01b .background-small {        
        height: calc((100vw - 60px) * 560 / 1200);
    }
    .c01b .hero-content {
        min-height: 332px;

    }
    .c01b .hero-content .secondary-link-container .secondary-link {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (min-width: 992px) {
    .c01b .inner-container,
    .c01b .background {
        min-height: 0;
        height: 560px;
        max-width: 1200px;
    }
    .c01b .inner-container {
        overflow: hidden;
        position:relative;
    } 
    .c01b .background {        
        display: flex;
        align-items: center;
        justify-content: flex-end;
        background-color: #CDCDCD !important;
    }
    .c01b.hero-content-left .background {
        justify-content: flex-start;
    }
    .c01b .hero-content {
        padding: 45px;
        margin: 0;
        height: 364px;
        width: 485px;
    }
}
@media (max-width: 991px) {
    .c01b .inner-container {
        padding-bottom: 40px;
    }
    .c01b .background {
        background: none !important;
    }
}
@media screen and (max-width: 767px) {
    .c01b .inner-container {
        padding-left: 0;
        padding-right:0;
    }
    .c01b .background {
        padding:0; 
    }
    .c01b .secondary-link-container .secondary-link {
        display: block;
        margin-bottom:16px;
    }
    .c01b .secondary-link-container .secondary-link:last-child {
        margin-bottom: 0;
    }
}
@media print{
        .c01b {page-break-inside:avoid;}
        .c01b .background {
            padding:0;
            height: auto;
            background: none !important;
        }
        .c01b .background-small {        
            height: calc((100vw - 60px) * 560 / 1200);
        }
        .c01b .hero-content {
            min-height: 0;
        }
}
.c01c {
    height: 100%;
    max-height: 100% !important;
}
.c01c .background { 
    width: 100%;
    background: none;
    overflow:hidden;
    max-width: 1200px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-color: transparent !important;
    background-repeat: no-repeat;
}
.c01c .background-small {
    height: 500px;
    background-repeat: no-repeat;
    background-color: #CDCDCD !important;
}
.c01c .hero-content {    
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding:32px;
    min-height: 210px;
    max-width: 589px;
    width:100%;
}
.c01c .hero-content .icon-container {    
    margin-bottom: 12px;
}
.c01c .hero-content .header {    
    margin-top: 0;
    margin-bottom: 16px;
}
.c01c .slider-bg .item {
    padding-bottom: 0;
}
.c01c .slider {
    margin-top: -48px;
    max-width: 589px;
    width: calc(100% - 44px - 44px);
}
.c01c.bg-offwhite .slick-arrow {
    background-color: #fff;
}
@media (min-width: 768px) {
    .c01c .background-small {        
        height: calc((100vw - 60px) * 560 / 1200);
    }
    .c01c .hero-content .secondary-link-container .secondary-link {
        margin-left: 10px;
        margin-right: 10px;
    }
    .c01c .hero-content {
        padding: 45px;
        min-height: 275px;
    }
}
@media (min-width: 992px) {
    .c01c .background {
        min-height: 0;
        height: 560px;
        max-width: 1200px;
    }
    .c01c .inner-container {
        overflow: hidden;
        position:relative;
    } 
    .c01c .background {        
        display: flex;
        align-items: center;
        justify-content: flex-end;
        background-color: #CDCDCD !important;
    }
    .c01c.hero-content-left .background {
        justify-content: flex-start;
    }
    .c01c .hero-content {
        padding: 45px;
        min-height: 368px;
        max-width: 791px;
        width:100%;
    }
    .c01c .slider {
        margin-top: -184px;
        max-width: 791px;
        width: calc(100% - 74px - 74px);
    }
}
@media (max-width: 991px) {
    .c01c .inner-container {
        padding-bottom: 40px;
    }
    .c01c .background {
        background: none !important;
    }
}
@media screen and (max-width: 767px) {
    .c01c .inner-container {
        padding-left: 0;
        padding-right:0;
    }
    .c01c .background {
        padding:0; 
    }
    .c01c .secondary-link-container .secondary-link {
        display: block;
        margin-bottom:16px;
    }
}
@media print{
        .c01c {page-break-inside:avoid;}
        .c01c .background {
            padding:0;
            height: auto;
            background: none !important;
        }
        .c01c .background-small {    
            width:100%;
            height: calc((100vw - 60px) * 560 / 1200);
        }
        .c01c .hero-content {
            min-height: 0;
            width:100%
        }
        .c01c .slider-bg {
            display:none;
        }
        .c01c .slider {
            width: 100%;
            margin-top: 0;
            max-width: 100%;
        }
        .c01c .slider .slick-track {
            display:block;
        }
        .c01c .item {
            display: block;
            width: 100% !important;
            page-break-inside: avoid;
        }
}
.c02 .body-xs, .c02 .body-quote{
    margin-top:24px;
}
.c02 .body-xs{
    margin-bottom:0px;
}
@media print{
    .c02{
        page-break-inside:avoid;
    }
    .c02 .row{
        page-break-inside:avoid;
    }
}
@media (max-width: 767px) {
    .c06 .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media print{
    .c06 .headline{
        page-break-inside:avoid;
    }
    .c06 + .stackla-widget, .c06 + .stacklapopup-bg, .c06 + .stacklapopup-wrap, .c06 + iframe#jqueryModalDialogsFrame {
        visibility: hidden !important;
        display: none !important;
    }
}

.c16{
    padding:0px 16px;
}
.c16 .row{
    padding: 25px;
}
.c16 .c16-item{
    border-right:solid 1px #ffffff;
    padding: 42px 24px;
    min-height:273px;
}
.c16 .c16-item:last-child{
    border-right:none;
}
.c16 .figure-description{padding-bottom:12px; font-size:3.2rem; line-height:4.0rem}
.c16 .figure{padding:12px 0px 0px;font-size:6rem;line-height:60px;font-weight:700;}
.c16 h4{margin-bottom:0px;}
.c16 p{margin-block-end:0em;}
.c16 .font-gotham{
    font-size:16px;
    font-weight:700;
    line-height:24px;
}

@media screen and (max-width:991px){
    .c16{padding:16px;}
    .c16 .c16-item{padding:22px 8px 28px; min-height:281px;}
    .c16 .figure-description{font-size:3.2rem; line-height:4.0rem}
}
@media screen and (max-width:767px) {
    .c16{
        padding:0px;
    }
    .c16 .row{
        padding: 9px 27.5px;
    }
    .c16 .c16-item{
        border-bottom:solid 1px #ffffff;
        border-right:none;
        padding: 39px 0px;
    }
    .c16 .c16-item:last-child{
        border-bottom:none;
        border-right:none;
    }
}
@media print{
    .c16{
        page-break-inside:avoid;
    }
    .c16 .row{
        page-break-inside:avoid
    }
    .c16 .c16-item{
        border-right:none;
        border-bottom: solid 1px #ffffff;
    }
    .c16 .c16-item:last-child{
        border-bottom:none;
    }
}
/*#scPageExtendersForm, #scCrossPiece { display: none; }*/
/*Fix for sitecore navbar on dev/stage enviroment. See also line 788, 1464*/
#scPageExtendersForm ~ .container-fluid .c11 .modal-container .modal-dialog {
    margin-top: 109px;
}

.c11 .c11-container {
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
}
.c11 .tile {
    position: relative;
    width: auto;
    flex-wrap: wrap; 
    margin: 0;
    padding: 0 5px 10px;
    width: 100%
}
.c11 .tile .description {
    line-height: 2.8rem;
}
.c11.column-count-2 .card-item { 
    padding: 15px;
}
.c11 .card-item .row.vertical-align { 
    /*justify-content: flex-start;*/ 
    background-color: #f8f9f8;
    height:100%;
}
.c11 .card-item .sub-header {
    /*line-height: 1.45em;*/
    margin-top: 10px;
}
/*.c11 .sub-header { 
    font-size: 1.25em; 
}*/
.c11 .card-item .img-col { 
    padding-right:0; 
    float:left; 
    max-width: 250px; 
}   
.c11 .card-item .card-item-content { 
    padding: 0 25px; 
    float: left;
    max-width: calc(100% - 250px);
}
/*.c11 .card-item .card-item-content p {
    line-height: 1.6em;
}*/
.c11 .icon-tile-inner,
.c11 .tile-inner {
    padding: 0 15px;
}
.c11 .bottom.more a {
    font-weight: bold;
}
.c11 .card-carousel-item .row {
    /*flex-direction: column;*/
    padding:30px;
    background-color: #f8f9f8;
    height:100%;
}
.c11 .card-carousel-item .img-col { 
    padding:0; 
    float:none; 
    max-width: 100%; 
} 
.c11 .card-carousel-item .sub-header {    
    margin-top: 24px;
    font-size: 1.8rem;
    line-height: 3.2rem;
}
.c11 .card-carousel-item .card-item-content { 
    max-width: none;    
    width: 100%;
    line-height: 2.8rem;
}
.c11 .card-carousel-item .modal-carousel-content {
    display: none;
}
.c11 .modal-carousel-content {
    padding:10px;
}
.c11 .modal-carousel-content .headline {
    margin-top:0;
    margin-bottom:16px;
    /*font-size: 2em;
    line-height: 1.13em;*/
}
.c11 .modal-carousel-content .message {
    font-weight: 500;
    /*font-size: 1.13em;
    line-height: 1.25em;*/
    margin-bottom:20px;
}
.c11 .modal-carousel-content img {
    margin-bottom:20px;
}
.c11 .modal-carousel .slider {
    margin-bottom: 0;
}
.c11 .modal-carousel .slider-cover {
    background-color:#fff;
    width:100%;
    height:100%;
    position: absolute;
    bottom:0;
    left:0;
    overflow:hidden;
}
.c11 .modal-carousel .control .slick-arrow {   
    top:0;
    margin:0;
    z-index:1; 
    height:48px;
    width:48px;
    background-repeat:no-repeat;
    right: -24px;
    border-radius: 24px;
    border: 4px solid #fff;
    background-color: #0066B2;
    color: #fff;
    -moz-background-clip: padding; 
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.c11 .modal-carousel .control .slick-arrow:focus {    
    outline: thin dotted #000;
}
.c11 .modal-carousel .control .slick-arrow:before {
    content:"";
    color:transparent;
}
.c11 .modal-carousel .control .slick-arrow:hover {
    background-color: #0B2D71;
}
.c11 .modal-carousel .control .slick-arrow .glyphicon {
    font-size: 20px;
    line-height:1em;
    top:-1px;
    left:0;
}
.c11 .modal-carousel .control .slick-next .glyphicon {
    left: 1px;
}
.c11 .modal-carousel .control .slick-arrow.slick-disabled {
    cursor: not-allowed;
    background-color: #DBDCDD;
}
.c11 .modal-carousel .control.simple-arrows {
    position:relative;
    width:135px;
}
.c11 .modal-carousel .control.simple-arrows .slick-arrow,
.c11 .modal-carousel .control.simple-arrows .slick-arrow:hover {
    background:none;
    color: #0066B2 !important;
    top:25px;
}
/*IE 10/11 Hack*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .c11 .modal-carousel .control.simple-arrows .slick-arrow,
    .c11 .modal-carousel .control.simple-arrows .slick-arrow:hover {
        top: 3px;
    }
}
.c11 .modal-carousel .control.simple-arrows .slick-arrow:hover,
.c11 .modal-carousel .control.simple-arrows .slick-arrow:active {
    color: #0B2D71 !important
}
.c11 .modal-carousel .control.simple-arrows .slick-arrow .glyphicon {
    font-size: 28px;
}
.c11 .modal-carousel .control.simple-arrows .slick-arrow.slick-disabled {
    color: #DBDCDD !important;
}
.c11 .modal-carousel .paging {
    text-align: center;
    width: 100px;
    margin: 0 auto;
    height:48px;
}

.c11  .multicol-item .sub-header { 
    /*font-size: 2.5em;*/ 
}
.c11 .common-tile
{
    padding-left:35px;
    padding-right: 35px;
}
.c11 .common-tile .tile-inner {
    padding: 0;
}

/*fact-tile*/
.c11 .fact-tile {
    max-width: 500px;
    padding: 24px 0;
    /*align-self: stretch;*/
}
/*.c11 .fact-tile .fact-tile-inner {
    height: 100%;
}*/
.c11 .fact-tile:not(:last-child) .fact-tile-inner {
    border-right: 1px solid white;
}
.c11 .fact-tile .fact-tile-inner {
    padding:16px;
    height: 100%;
}
.c11 .fact-tile .header {
    margin-bottom: 12px;
} 
.c11 .fact-tile .figure {
    font-size: 6.0rem;
    line-height: 6.0rem;
    margin:0;
    padding:0;
}
.c11 .fact-tile .figure-description {
    font-size: 3.2rem;
    line-height: 4.0rem;
    margin-bottom: 12px;
}
.c11 .fact-tile .description {
    margin:0;
}

/*linked-card-item*/
.c11 .linked-card-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.c11 .linked-card-item .tile-inner {
    padding: 30px 50px;
    color: #000;
}
.c11 .linked-card-item .header {    
    font-size: 2.4rem;
    line-height: 3.2rem;
    min-height: calc(3.2rem * 2);
    color: #000;
}
.c11 .linked-card-item .tile-inner:not(.bg-white) .header,
.c11 .linked-card-item .tile-inner:not(.bg-white) .description,
.c11 .linked-card-item .tile-inner:not(.bg-white) .secondary-link,
.c11 .linked-card-item .tile-inner:not(.bg-white) .secondary-link .glyphicon {
    color: #fff !important;
}
.c11 .linked-card-item .tile-inner:not(.bg-white) .secondary-link .underline {
    background-image: linear-gradient(to right, #fff, #fff);

}
.c11 .linked-card-item .tile-inner.bg-white {
    border: 1px solid #ACACAC;
}
.c11 .linked-card-item .tile-inner.bg-white
.c11 .linked-card-item .tile-inner:not(.bg-white) {
    border: none;
}
.c11 .linked-card-item {
    opacity:0;
    transform: translateY(50px);
    transition: 0.5s transform cubic-bezier(0.4, 0.3, 0.2, 1),0.5s opacity cubic-bezier(0.4, 0.3, 0.2, 1);
}
.c11 .linked-card-item.animate-in
{
    opacity: 1;
    transform: translateY(0);
}
.c11 .linked-card-item.animate-in + .linked-card-item.animate-in {
    transition-delay: 0.25s;
}
.c11 .linked-card-item.animate-in + .linked-card-item.animate-in + .linked-card-item.animate-in {
    transition-delay: 0.5s;
}
.c11 .linked-card-item .card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px;
}
.c11 .linked-card-item .card-link:hover,
.c11 .linked-card-item .card-link:focus {
    text-decoration: none;
    box-shadow: 0 12px 17px 2px rgba(0,0,0,0.06), 0 5px 22px 4px rgba(0,0,0,0.06), 0 7px 8px -4px rgba(0,0,0,0.10);
}
.c11 .linked-card-item .header {
    font-size: 3.2rem;
    line-height: 4.0rem;
    margin-bottom: 40px;
}
.c11 .linked-card-item .image-container {
    margin-bottom: 40px;
}
    
.c11 .linked-card-item .description {    
    height: 100%;
    min-height: calc(2.8rem * 2);
    margin-bottom: 10px;
}
.c11 .linked-card-item .description p:last-child,
.c11 .linked-card-item .description ul:last-child,
.c11 .linked-card-item .description ol:last-child,
.c11 .linked-card-item .description ul li:last-child,
.c11 .linked-card-item .description ol li:last-child {
    margin-bottom:0;
    padding-bottom: 0;
}
.c11 .linked-card-item .bottom {
    display: flex;
    flex-grow: 2;
    flex-direction: column;
    vertical-align: bottom;
    justify-content: flex-end;
    flex: 1 0 auto;
}

@media (min-width: 768px) {
    .c11 .tile {
        width: 33.33%
    }
    .c11.column-count-2 .card-item,
    .c11.column-count-2 .tile {
        width: 50%
    }
    .c11.column-count-1 .tile, 
    .c11.column-count-2 .card-item {
        width: 100%
    }
    .c11.column-count-2 .card-item {
        padding: 25px 30px;
    }
    .c11.separator .tile {
        border-right: 2px solid #e6e7e5;
        margin-bottom: 15px;
    }
    
}
/*@media (min-width: 992px) and (max-width: 1100px) {
    .c11 .card-item .img-col { 
        max-width: 200px; 
    }   
    .c11 .card-item .card-item-content { 
        max-width: calc(100% - 200px);
    }
}*/
@media (min-width: 768px) and (max-width: 991px) {
    /* Column Breaks - will need to add to diff breaks below */
    .c11.separator .tile:last-child,
    .c11.separator.column-count-1 .tile,
    .c11.separator.column-count-2 .tile:nth-child(2n),
    .c11.separator.column-count-3 .tile:nth-child(3n),
    .c11.separator.column-count-4 .tile:nth-child(3n),
    .c11.separator.column-count-5 .tile:nth-child(3n),
    .c11.separator.column-count-6 .tile:nth-child(6n) {
        border-right: none;
    }
    .c11 .linked-card-item .header {    
        font-size: 2.4rem;
        line-height: 3.2rem;
        min-height: calc(3.2rem * 2);
    }
}
@media (min-width: 992px) {
    .c11.column-count-1 .tile {
        width: 100%
    }
    .c11.column-count-2 .tile {
        width: 50%
    }
    .c11.column-count-2 .card-item {
        width: 100%
    }
    .c11.column-count-3 .tile {
        width: 33.33%
    }
    .c11.column-count-4 .tile {
        width: 25%
    }
    .c11.column-count-5 .tile {
        width: 20%
    }
    .c11.column-count-6 .tile {
        width: 16.67%
    }
    /* Column Breaks - will need to add to diff breaks below */
    .c11.separator .tile:last-child,
    .c11.separator.column-count-1 .tile,
    .c11.separator.column-count-2 .tile:nth-child(2n),
    .c11.separator.column-count-3 .tile:nth-child(3n),
    .c11.separator.column-count-4 .tile:nth-child(4n),
    .c11.separator.column-count-5 .tile:nth-child(5n),
    .c11.separator.column-count-6 .tile:nth-child(6n) {
        border-right: none;
    }
    .c11 .linked-card-item .card-link {
        padding: 30px 30px 50px;
    }
    .c11 .linked-card-item .header {
        min-height: calc(4.0rem * 2);
    }
    .c11 .linked-card-item .image-container {
        margin-bottom: 70px;
    }
}
@media (min-width: 1200px) {
    .c11.column-count-2 .card-item {
        width: 50%
    }
}
@media (max-width: 991px) {
    .c11 .common-tile {
        padding-left: 12px;
        padding-right: 12px;
    }
    .c11 .common-tile .tile-inner {
        padding: 0;
    }
    .c11 .fact-tile .figure {
        font-size: 4.0rem;
        line-height: 4.0rem;
    }
    .c11.column-count-4 .fact-tile:nth-child(3n+3) .fact-tile-inner,    
    .c11.column-count-5 .fact-tile:nth-child(3n+3) .fact-tile-inner,    
    .c11.column-count-6 .fact-tile:nth-child(3n+3) .fact-tile-inner {
        border-right: none !important;
    }
    .c11 .linked-card-item .card-link {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .c11 .card-item { padding-left: 20px; padding-right: 20px; }
    .c11 .modal-container .modal-dialog {
        height: auto;
    }
    .c11 .modal-container .close {
        margin-right: -5px;
    }
    .c11 .multicol-item .icon-tile-inner
    {
        padding-bottom: 20px;
        margin-bottom: 20px;        
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 4px solid #e9e8e8;
    }
    .c11 .common-tile:not(:last-child) {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 70px;
    }
    .c11 .common-tile:last-child {
        padding-bottom: 0;
    }
    .c11 .fact-tile {
        padding: 0 24px;
    }
    .c11 .fact-tile .fact-tile-inner {
        border-right: none !important;
        border-bottom: 1px solid #fff;
        padding: 48px 16px;
    }
    .c11 .fact-tile:last-child .fact-tile-inner {
        border-bottom: none;
    }
    .c11 .linked-card-item:not(:last-child) {
        padding-bottom: 40px;
    }
}
@media (max-width: 600px) {
    .c11 .card-item .row.vertical-align {
        display: block;
    }
    .c11 .card-item .img-col {
        padding: 8px;
        float: none;
        margin: 0 auto;
    }
    .c11 .card-item .card-item-content {
        float: none;
        padding-top:0;
        padding-bottom:10px;
        max-width:100%;
    }
}

/* print styles */
@media print {
    .c11 .c11-container{
        text-align:center;
        display:block;
        flex:0 1 auto;
        justify-content:center;
        float:left;
        clear:both;
        width: 100%;
        margin-bottom:20px;
    }
    .c11 .c11-container .tile.linked-item{
        page-break-inside:avoid;
    }
    .c11 .card-item .arrow-link .glyphicon{
        display:inline-block !important;        
    }
    .c11 .card-item, .c11 .linked-item, .c11 .fact-tile {
        margin-left: auto;
        margin-right: auto;
    }
    .c11 .tile {
        width: 50%;
        margin: 1px auto;
        border-bottom: none;
        border-left: solid 1px #FFFFFF;
        border-top: solid 1px #FFFFFF;
        page-break-inside: avoid;
        min-height:350px!important;
        float: left;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .c11 .common-tile:not(:last-child) {
        padding-bottom: 0px;
    }
    .c11 .fact-tile.bg-dark-blue .fact-tile-inner {
        border-bottom: none !important;
        page-break-inside: avoid;
    }
    .c11 .fact-tile{
        page-break-inside:avoid;
        min-height:300px!important;
    }

    .c11.column-count-1 .tile,
    .c11.column-count-3 .tile:nth-child(odd),
    .c11.column-count-5 .tile:nth-child(odd),
    .c11.column-count-2 .tile:first-child,
    .c11.column-count-4 .tile:nth-child(odd),
    .c11.column-count-6 .tile:nth-child(odd) {
        border-left: none;
    }
    .c11 .tile.linked-item{
        display:flex;
        /*float:left!important;*/
        width:50%;
        overflow:visible!important;
        margin:auto;
        page-break-after:avoid;
        page-break-before:avoid;
        page-break-inside:avoid;
    }
}
    

/* IE 10/11 Print Hack  */
@media print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .c11 .card-item {
        padding-top: 1px; 
    }
}

.c12 .card-link {
    text-decoration:none; 
    outline:none; 
    width:100%;
    height:420px;
}
.c12 .image-container {
    padding:0px;  
    overflow:hidden;
    height: 100%;
}
.c12 .text-container {
    padding:35px 30px; 
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
}
.c12 .text-container.category-eyebrow-present {
    padding-top: calc(35px + 25px);
}
.c12 .text-container .vertical-middle {
    margin: auto 0;
}
.c12 .title-copy{margin-bottom:12px;}

.c12 .card-link .background {
   -ms-transition: -webkit-transform 0.5s;
   -moz-transition: -webkit-transform 0.5s;
   -webkit-transition: -webkit-transform 0.5s;
   transition: transform 0.5s;
   height:100%;
   background-position: 50% 50%;
   background-size: cover;
}
.c12 .card-link:hover .background {
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

@media (min-width:768px) {
    .c12 .image-container {
        height: calc((100vw - 30px) * 378 / 713);
    }
}

@media (min-width:992px) {
    .c12 .image-container {
        /*height: 420px;*/        
        height: 100%;
    }
    .c12 .col-md-push-4 {
        left: 33.34%
    }
    .c12 .vertical-middle {
        display:flex;
        flex-direction: column;
        justify-content: center;
        height:100%
    }
    .c12 .scroll-container {
        overflow: hidden;
        position:relative;
    }
    .c12 .scroll-container.ps.ps--active-y {
        padding-right: 12px;
    }
    .c12 .scroll-container.ps .ps__thumb-y {
        width: 5px;
        border-radius: 2.5px;
    }
    .c12 .scroll-container.ps:hover > .ps__rail-y,
    .c12 .scroll-container.ps:focus > .ps__rail-y {
        width:6px;
    }
    .c12 .scroll-container.ps--active-y > .ps__rail-y {
        opacity: 0.6;
        display:block;
        width:6px;
    }
}
@media (max-width:991px) {
    .c12 .card-link {
        flex-wrap:wrap;
        height: 100%;
    }
}

@media (max-width:767px) {
    .c12 .text-container {
        padding:16px 30px; 
    }
    /*.c12 .text-container.category-eyebrow-present {
        padding-top: calc(16px + 25px);
    }*/
    .c12 .image-container {
        height: calc((100vw - 30px) * 165 / 311);
    }
}
@media print{
    .c12 .inner-container{
        page-break-inside:avoid;
    }
}
@media print and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}
@media (max-width:767px) {
    .c17b .col {
        padding-left: 0;
        padding-right: 0;
    }
}
@media print{
    .c17b .inner-container .row{
        page-break-inside:avoid;
    }
}

.c17d .inner-container .row {
    padding-left:15px;
    padding-right:15px;
    padding-top:8px;
}
.c17d .collage-image-container {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
@media (max-width:767px) {
    .c17d .inner-container .row {
        padding-left: 4px;
        padding-right: 4px;
    }
    .c17d .collage-image-container {
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 16px;
    }
}
@media print {
    .c17d .collage-image-container{
        page-break-inside:avoid;
    }
}
.c18 .media-container {
    margin-bottom:20px;
    margin-top:20px;
}
.c18 .headline {
    margin-bottom: 12px;
}
.c18 .content{
    margin-bottom:32px;
}

@media (max-width: 767px) {
    .c18 .content{
        margin-bottom:24px;
    }
}
@media print{
    .c18 .inner-container .media-container{
        page-break-inside:avoid;
    }
    .c18 .inner-container:first-child div.centered{
        page-break-inside:avoid;
    }
}
.c18b .col-content .video-thumb-container,
.c18b .col-thumbs .video-player-container,
.c18b .col-content .content-container { display: none; }
.c18b .col-content .content-container.active {display: block;}

.c18b.media-container p.link {
    text-align: left;
}
.c18b.media-container h4 { margin-bottom: 10px; }
.c18b .col-thumbs {
    border-top: 1px solid #D8D8D8;
    width: calc(100% - 30px);
    margin-top: 30px;
    padding-top: 30px;
    scrollbar-base-color: #D8D8D8;
    scrollbar-face-color: #D8D8D8;
    scrollbar-3dlight-color: #fff;
    scrollbar-highlight-color: #fff;
    scrollbar-track-color: #fff;
    scrollbar-arrow-color: #D8D8D8;
    scrollbar-shadow-color: #fff;
    scrollbar-dark-shadow-color: #fff;
}
.c18b .col-thumbs::-webkit-scrollbar {
    width: 10px;
    right:-2px;
    position:relative;
}

.c18b .col-thumbs::-webkit-scrollbar-track {
    display:none;
    right:-2px;
    position:relative;
}

.c18b .col-thumbs::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #DBDCDD;	
    right:-2px;
    position:relative;
}
.c18b .col-thumbs .thumb-container {
    margin-right: 10px;
    margin-bottom: 20px;
}
.c18b .col-thumbs .thumb-container:last-child {
    margin-bottom: 0;
}
.c18b .col-thumbs .thumb-container .video-time {
    margin-bottom: 0;
    padding-top:3px;
}
.c18b .col-thumbs .thumb-container .thumb-header {
    text-align:left;
    font-size: 1.13em;
    line-height: 1.25em;
    margin-top:0;
    margin-bottom:16px;
}
.c18b .col-thumbs .thumb-container .image-container { 
    position: relative;
    float:left; 
    margin-right: 20px;
    max-width:100%;
}
.c18b .col-thumbs .thumb-container .now-playing { display:none; }
.c18b .col-thumbs .thumb-container.active .now-playing {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #fff;
    font-weight:500;
}

@media (min-width: 768px) {    
    .c18b > .col {
        float: left;
    }
    .c18b .col-thumbs {
        border: 1px solid #D8D8D8;
        border-left: none;
        margin: 20px 15px 0;
        padding-top:0;
    }
}

@media (min-width: 992px) {
.c18b .col-content {
        
        width: calc(100% - 240px - 15px);
    }
    .c18b .col-thumbs {
        margin-top: 0;
        margin-left: 0;
        padding-left: 20px;
        width: 240px;
        overflow-y:scroll;
    }
    .c18b .col-thumbs .thumb-container .video-time {
        clear: both;
    }
}
.c18c .sub-header {
    margin-bottom: 10px;
}
.c18c .description {
    font-size: 1.13em;
    line-height: 1.75em;
    margin-bottom: 15px;
}
.c18c .text-container {
    margin-top: 20px;
}
.c18c .play-icon {    
    border:1px solid #fff;    
    height:150px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:150px;
}
.c18c .play-icon .glyphicon {
    font-size: 2em;
    color: #fff;
    top:58px;
    right:-65px;
    padding:0;
}
.c18c .video-link:hover,
.c18c .video-link:hover .play-icon,
.c18c .video-link:hover .play-icon .glyphicon {
    color: #bfc1c0 !important;
}
.c18c .background-container {
    padding-top: 10px;
}
.c18c .background {
    height: 676px;
    min-height: 0;    
    background-size: cover;
}
@media (min-width: 1201px) and (max-width: 1259px) {
    .c18c .inner-container {
        padding-left: calc(30px - (50vw - 600px));
        padding-right: calc(30px - (50vw - 600px));
    }
    .c18c .background {    
        height: calc((100vw - (30px - (50vw - 600px))) * 676 / 1200);
    }
}
@media (max-width: 1200px) {
    .c18c .inner-container {
        padding-left: 30px;
        padding-right: 30px;
    } 
    .c18c .background {    
        height: calc((100vw - 30px) * 676 / 1200);
    }
}
@media (min-width: 768px) {
    .c18c .background-container {
        padding-top: 15px;
    }
}
@media (max-width: 767px) {
    .c18c .inner-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media print {
    .c18c .background-container { page-break-inside: avoid; }
    .c18c .background {
        background-repeat: no-repeat;
        background-size: cover;
        /*background-image: url(/-/media/chevron/home-page/THEC-manifesto.jpg)!important;*/
    }
}
.c21 .list-unstyled {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 24px;
}
.c21 .list-unstyled li {
    list-style-type: none;
    width:50%;
    padding: 12px;
    margin: 0;
}
.c21 .list-unstyled .resource-link {
    height:100%;
    margin: 0;
    min-height:74px;
}

@media (max-width: 991px) {
    .c21 .resource-link .media-icon + .link-text {    
        margin-left:0;
    }
}
@media (max-width: 767px) {
    .c21 .inner-container {
        max-width: 400px;
    }
    .c21 .list-unstyled li {
        width:100%;
    }
}
@media print{
    .c21 .list-unstyled{
        display:inline-flex;
        /*display:flex;
        flex-flow: row wrap;*/
        justify-content: center;
        /*flex-wrap: wrap;*/
        padding-left: 0;
        margin-bottom: 24px;
        justify-content:center;
    }
    .c21 .list-unstyled .resource-link{
        page-break-inside:avoid;
    }
    .c21 .list-unstyled li {
        display:block; /* Added for KEY-ESG-ACTIONS to adjust for height */
        list-style-type: none;
        width:50%;
        /*padding: 12px;*/
        margin: 0;
        page-break-inside:avoid;
        page-break-before:avoid;
        page-break-after:avoid;
        float:left;
        min-height:8.0rem;
        /*height:8.0rem;*/
        margin-bottom:5px;
    }
    .c21 .inner-container {max-width:800px;}
}
.c23 .row {padding:20px 20px 14px; text-align:left; margin:0px; border: solid 1px #acacac;}
.c23 .inner-container {max-width:500px;}
.c23 .img-col {padding-left:0px; padding-right:24px;} 
.c23 .c23-title { margin:0px; font-weight:700;}
.c23 .c23-bodytext {margin:0px;}
.c23 .primary-link {text-align:left; padding-top:0px; padding-bottom:0px;}

@media screen and (max-width: 767px) {
    .c23 .row{padding:24px 20px 20px;}
    .c23 .img-col {padding-left:0px; padding-right:0px;}
    .c23 .c23-title {padding-top:24px; text-align:center;}
    .c23 .c23-bodytext{ padding-top:8px; text-align:center; margin:0px;}
    .c23 .primary-link { text-align:center; }
}
/* print styles */
@media print {
    .c23 {
        page-break-inside:avoid!important;
        padding-top: 1px; 
    }
    .c23 .col-sm-2 {width:16.66666667%!important;}
    .c23 .col-no-padding {width:83.33333333%!important;}
}

/* IE 10/11 Print Hack  */
@media print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .c23 {
        padding-top: 1px; 
    }
}


/* EWS RTL Overrides */
.layout-rtl .c23 .row .col {
    text-align: right;
}

.layout-rtl .c23 .img-col {
    padding-right: 0px;
    padding-left: 24px;
}

@media (min-width: 768px) {
    .layout-rtl .c23 .row .img-col,
    .layout-rtl .c23 .row .col-no-padding {
        float: right;
    }

    .layout-rtl .c23 .row .col-no-padding {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .layout-rtl .c23 .row .col {
        text-align: center;
    }
}
.c26-container .modal-body {
    padding:0;
}
.c26-container .modal-dialog {
    height: auto;
}
.c26-container .modal-body .c26.box {
    padding:40px;
}
.c26.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width:100%;
    padding:20px;
    justify-content:center;
}
.c26 .photo {
    width: 100%;
    height: auto;
}
.c26 .btn-group .btn {
    color: #000;
    background-color: #fff;
    font-size:1.13em;
    line-height:1.32em;
    font-weight:700;
    margin-right: 20px !important;
    border: 1px solid #000;
    border-radius: 0;
    width: 50px;
    height: 50px;
    font-size: 1.13em;
    line-height: 1.32em;
}
.c26 .btn-group .btn:active, 
.c26 .btn-group .btn.active,
.c26 .btn-group .btn:hover
{
    border-color: #009DD9 !important;
    box-shadow:none;
    border-radius: 0;
}
.c26 .btn-group .btn:focus { 
    border-color: #009DD9 !important;   
    outline: none;    
    outline: thin dotted;
    outline-offset: 2px;
}
.c26 .header {
    margin-top: 0px;
    margin-bottom: 25px;
}
.c26 .description {
    margin-top: 20px;
}
.c26 .info {
    vertical-align: top;
    width: 100%;
    margin-top: 30px;
}
.c26 .form {
    width: 100%;
}            
.c26 .file-info {
    margin-top: 10px;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .c26.box {
        flex-wrap: nowrap;
        align-items: flex-end;
    }
    .c26 .header {
        padding-right: 20px;
    }
    .c26 .info {
        margin-top: 0px;
        position: relative;
    }
}
@media (max-width: 991px) {
    .c26 .focus-link {
        margin:0;
        padding:0;
    }
    .c26 .focus-link a {
        display:inline-block;
        padding-left: 50px;
        padding-right: 50px;
    }
}


/* EWS RTL Overrides */
.layout-rtl .c26 .header.text-left {
    padding-left: 0px;
    padding-right: 0px;
    text-align: right !important;
}

.layout-rtl .c26 .primary-link.text-left {
    padding-left: 0px;
    padding-right: 0px;
    text-align: right !important;
}

.layout-rtl .c26 .btn-group > .btn {
    float: right;
}

.layout-rtl .c26 .btn-group .btn:first-child {
    margin-right: 0px !important;
}

@media (min-width: 768px) {
    .layout-rtl .c26 .header {
        padding-right: 0px;
        padding-left: 20px;
    }
}
.c27 .box-shadow {
    padding: 60px;
    height:100%;
    width:100%;    
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10), 0 2px 1px -1px rgba(0,0,0,0.04), 0 1px 3px 0 rgba(0,0,0,0.08);    
    transition: all 0.5s cubic-bezier(0.4, 0.2, 0.3, 1);
}
.c27 .col:hover .box-shadow {
    background-color: #0066B2;
}
.c27 .col:hover .sub-header {
    color: #DBDCDD !important;
}
.c27 .col:hover .link,
.c27 .col:hover .glyphicon:before {
    color: #fff;
}
.c27 .col:hover .link .underline {    
    background-image: linear-gradient(to right, #fff, #fff);
}
.c27 .sub-header {
    font-size: 3.0rem;
    line-height: 3.4rem;
    margin-bottom: 40px;
    margin-top: 10px;
}
.c27 .list .list-item {
    list-style-type: none;
    justify-content: space-between;
    display: inline-flex;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #0B2D71;
}
.c27 .list .list-item:first-child {
    border-top: 1px solid #0B2D71;
}
.c27 .list .link {
    width: 100%;
    padding: 18px 20px 18px 0;
    z-index:2;
}
.c27 .list .glyphicon {
    position: absolute;
    right: 0;
    display:inline-flex;
    align-items:center;
    height: 100%;
    font-size: 1.8rem;
    font-weight: 600;
}
.c27 .list .glyphicon:before {
    top:0;
    left:0;
}
@media (min-width: 768px) {
    .c27 .row .col-left {
        padding-right: 15px;
    }
    .c27 .row .col-right {
        padding-left: 15px;
    }
}
@media (max-width: 767px) {
    .c27 .row .col {
        padding:0;
    }
    .c27 .row .col-left {
        padding-bottom: 15px;
    }
    .c27 .row .col-right {
        padding-top: 15px;
    }
}

@media print {
    .c27 { page-break-inside: avoid; }
    .c27 .col {
        width: 50% !important;
        padding: 0 20px !important;
    }
}
.c28 .sub-header {
    margin-bottom: 8px;
}
.c28 .panel-group {
    margin-bottom: 0;
}
.c28 .panel {
    margin: 0;
    background-color: transparent;
}
.c28 .panel,
.c28 .panel-body {
    border:none !important;
    box-shadow: none !important;
}
.c28 .panel:not(:first-child) {
    border-top: 1px solid #0066b2 !important;
    border-radius: 0;
    margin: 0;
}
.c28 .panel-title {
    font-size: 6.6rem;
    line-height: 1em;
    width:100%
}
.c28 .panel-heading {
    background-color:transparent;
    padding: 60px 15px;
    transition:all cubic-bezier(.17,.67,.83,.67) 0.25s;
}
.c28 .panel-heading.in-view {
    padding: 20px 15px;
}
.c28 .collapse-link {
    text-decoration:none;
}
@media (max-width: 991px) {
    .c28 .inner-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 801px) and (max-width: 859px) {
    .c28 .inner-container {
        padding-left: calc(30px - (50vw - 400px));
        padding-right: calc(30px - (50vw - 400px));
    }
}
@media (max-width: 800px) {
    .c28 .inner-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .c28 .inner-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .c28 .panel-title {
        font-size: 3.6rem;
    }
}

@media print {
    .c28 .panel { page-break-inside: avoid; }
    .c28 .panel-collapse { display: block !important; }
}
.c30 .inner-container {
    padding: 80px 0;
}
.c30 .sub-header {
    font-size: 3.2rem;
    line-height: 4.0rem;
    margin-bottom: 20px;
    padding-left:20px;
    padding-right:20px;
}
.c30 .news-list {
    margin:0;
    margin-bottom: 20px;
    padding:0;
}
.c30 .news-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.c30 .news-item-link {
    display:block;
    padding:0 20px;
}
.c30 .news-item-link:hover,
.c30 .news-item-link:focus {
    text-decoration: none;
}
.c30 .date {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 700;
}
.c30 .title {
    font-size: 2.4rem;
    line-height: 3.0rem;
    margin-bottom: 14px;
    text-align: left;
}
.c30 .description {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom:0;
}
.c30 .news-item-inner {
    padding: 30px 20px;
    border-bottom: 1px solid #000;
}
.c30 .news-item:last-child .news-item-inner {
    border-bottom: none;
}

.c30.bg-light-blue .theme-parent-text-color { color: #fff !important; }
.c30.bg-light-blue .theme-parent-text-color-alternate { color: #0B2D71 !important; }
.c30.bg-light-blue .theme-parent-border-color { border-color: #0066B2 !important; }
.c30.bg-light-blue .theme-parent-hover-color:hover { background-color: #0B2D71 !important; }
.c30.bg-light-blue .theme-parent-hover-color:hover .theme-parent-text-color-alternate { color: #fff !important; }
.c30.bg-light-blue .primary-link.theme-bg-medium-blue:hover .theme-bg-color,
.c30.bg-light-blue .primary-link.theme-bg-medium-blue:focus .theme-bg-color { background-color: #0B2D71 !important; }



@media print {
    .c30 .news-item { page-break-inside: avoid; }
}


.c39 .image-container,
.c39 .text-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.c39 .text-container {
    text-align: right;
    display: inline-block;
    width: auto;
}

.c39 .range-container {
    text-align: right;
    margin-bottom:6px;
}

.c39 .image-top,
.c39 .text-top {
    position: absolute;
    width: 100%;
    top: 0;
}

.c39 .text {
    background-color: #fff;
    min-width:200px;
}



.c39 .text > p {
    margin: 0;
    padding-top: 2px;
    font-size:12px;
    font-weight:100;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .c39 .text > p {
        padding-top: 0;
    }
    .c39 .text-container {
        margin-top: -14px;
        vertical-align:middle;
    }
}
.c39 .slider {
    display: inline-block;
    width: 145px;
    text-align: right;
}


.c39 input[type=range].slider {
    -webkit-appearance: none;
    margin: 9px 0 9px 10px;
    padding:0;
}

/*###########*/
.c39 input[type=range].slider:focus {
    outline: thin dashed;
    outline-offset: 5px;
}

.c39 input[type=range].slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    box-shadow: none;
    background: #ededee;
    border-radius: 6px;
    border: none;
}

.c39 input[type=range].slider::-webkit-slider-thumb {
    box-shadow: none;
    border: none;
    height: 22px;
    width: 22px;
    border-radius: 22px;
    background: #0b2d71;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -9px;
}

.c39 input[type=range].slider:focus::-webkit-slider-runnable-track {
    background: #ededee;
}

.c39 input[type=range].slider::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    box-shadow: none;
    background: #ededee;
    border-radius: 6px;
    border: none;
}

.c39 input[type=range].slider::-moz-range-thumb {
    box-shadow: none;
    border: none;
    height: 22px;
    width: 22px;
    border-radius: 22px;
    background: #0b2d71;
    cursor: pointer;
}

.c39 input[type=range].slider::-ms-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 8px 0;
    color: transparent;
}

.c39 input[type=range].slider::-ms-fill-lower {
    background: #ededee;
    border: none;
    box-shadow: none;
}

.c39 input[type=range].slider::-ms-fill-upper {
    background: #ededee;
    border: none;
    border: none;
    box-shadow: none;
}

.c39 input[type=range].slider::-ms-thumb {
    box-shadow: none;
    border: 7px solid #0b2d71;
    height: 7px;
    width: 7px;
    border-radius: 22px;
    background: #0b2d71;
    cursor: pointer;
}
.c39 input[type=range].slider:focus::-ms-fill-lower {
    background: #ededee;
}
.c39 input[type=range].slider:focus::-ms-fill-upper {
    background: #ededee;
}
.c39 input[type=range]::-ms-tooltip {
    display: none;
}


@media (max-width: 767px) {
    .c39 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media print {
    .c39 .range-container {
        display: none;
    }
    .c39 .text,
    .c39 .image {
        display: block;
        position: static;
    }
}
.n03 .item {
    padding-left: 8px;
    padding-right: 8px;
}
.n03 .item .image-container {
    min-height: 204px
}
.n03 .card-box-link {
    display:flex;
    flex-direction:column;
    width:100%;
    justify-content:flex-start;
}
.n03 .item:focus .card-box-link,
.n03 .item:focus .card-box {
    outline: thin dotted;
    outline-offset: -8px;
}
.n03 .item:focus .card-box[class*="bg-"] {
    color: #fff;
}
.n03 .card-box-link:focus,
.n03 .card-box-link:focus:not(:focus-visible),
.n03 .card-box:focus:not(:focus-visible),
.n03 .item:focus:not(:focus-visible) .card-box-link {
    outline: none;
}
.n03 .slider .slick-list {
    margin-left: -8px;
    margin-right: -8px;
    z-index: 2;
}
.n03 .text-container { 
    padding: 20px;
    margin: auto 0;
}
.n03 .text-container .title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 700;
}
.n03 .router-item .text-container .description,
.n03 .link-item .text-container .description {
    font-size: 1.4rem;
    line-height: 2.0rem;
}
.n03 .infographic-item .card-box {
    width:100%;
    display: flex;
    flex-direction: column;
}
.n03 .infographic-item .image-container {
    height: calc((100vw - 88px) * 340 / 384);
    padding: 70px 85px;
    display: flex;
    align-items: center;
}
.n03 .infographic-item .image-container .img-responsive {
    max-height: 100%;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .n03 .infographic-item .image-container .img-responsive {
        width: 100%;
    }
}
.n03 .infographic-item .text-container {
    padding: 30px;
    min-height: 244px;
    justify-content: center;
    align-items: stretch;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .n03 .infographic-item .image-container {
        height: calc((50vw - 88px) * 340 / 384);
        padding: 50px 60px;
    }
}
@media (min-width: 992px) {    
    .n03 .item {
        padding-left: 12px;
        padding-right: 12px;
    }
    .n03 .slider .slick-list {
        margin-left: -12px;
        margin-right: -12px;
    }
    .n03 .text-container .title {
        font-size: 2.4rem;
        line-height: 3.0rem;
    }
    .n03 .text-container .title > .underline {
        padding-bottom: 1px;
    }
    .n03 .router-item .text-container .description,
    .n03 .link-item .text-container .description {
        font-size: 1.8rem;
        line-height: 3.2rem;
    }
    .n03 .infographic-item .image-container {
        height: calc((100vw / 3 - 20px - 74px) * 340 / 384);
        padding: 85px 100px;
    }
    .n03 .infographic-item .text-container {
        padding: 30px;
        margin: auto 0;
    }
}
@media (min-width: 1200px) {
    .n03 .infographic-item .image-container {
        height: calc((1200px / 3 - 20px) * 340 / 384);
    }
}

.n03 .image-container,
.n03 .image-container .background {
    width: 100%;
    height: 100%
}
.n03 .image-container {
    height: calc((1200px / 3 - 20px) * 204 / 384);
}
@media (max-width: 991px) { 
    .n03 .image-container {    
        height: calc((50vw - 88px) * 204 / 384);
    }
}
@media (max-width: 767px) {
    .n03 .image-container {    
        height: calc((100vw - 88px) * 204 / 384);    
    }
}
@media print {

    .n03 .slick-track{
        display:block;
        flex-wrap: wrap; 
        clear: both;
        float: left!important;
        width:100% !important;
        height: 100%!important;
        overflow: visible!important;
    }
    .n03 .item{
        display: block;
        float: left!important;
        width: 50% !important;
        overflow: visible!important;
        page-break-inside: avoid;
        page-break-before: avoid;
        page-break-after: avoid;
        margin-bottom: 0 !important;
    }       
    .n03 .card-box, .n03 .card-box-link { height: 100%; }
    .n03 .text-container{height:100%; page-break-inside: avoid; }
    .n03 .image-container { 
        page-break-inside: avoid; 
    }
    .n03 .infographic-item .image-container{
        min-height: 0;
        height: 150px !important;
        padding: 10px;
    }
    .n03 .infographic-item .text-container{
        padding:10px; 
        min-height: 200px;
    }
    .n03 .infographic-item .text-container:only-child{
        min-height:350px;
    }
    .n03 .image-container {
        height: calc((1200px / 3 - 20px) * 204 / 384);
        height:auto;
        padding:20px;
    }
    .n03 .control,
    .n03 .slick-arrow { display: none !important; }
}




.n04 .inner-container{
    width:100%;
    max-width:500px;
}
.n04 .resource-link{
    margin:0px;
    margin-bottom:10px;
    width:100%;
}
.n04 .link-text{
    margin-bottom:4px;
    font-weight:400;    
}
.n04 .link-title{
    display:block;
}

/* medium */
@media screen and (max-width:991px){
    .n04 .inner-container{
    }
}

/* small */
@media screen and (max-width:767px){
    .n04 .inner-container{
    }
}

/* print styles */
@media print {
    /*.n04 span.glyphicon {
        display: inline-block !important;
    }*/
    /*mt*/
    .n04 {
        page-break-inside: avoid;
    }
}

.n11b {
    padding:0;
    min-height:0;
}
.n11b .box-shadow {    
    padding:0;
    position:relative;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10), 0 2px 1px -1px rgba(0,0,0,0.04), 0 1px 3px 0 rgba(0,0,0,0.08);
}
.n11b .buttons {
    position: absolute;
    right: 25px;
    top:22px;
    align-items:center;
    margin-bottom: 0;
    width:40px;
}
.n11b .search-bar-container {
    background-color: #fff;
    border-bottom: none;
}
.n11b .search-input {
    padding: 30px 0 30px 40px;
    margin-right:80px;
    font-size:16px;
    line-height: 24px;
    font-weight:700;
    width: calc(100% - 80px);
    top:0;
}
.n11b .input-group-addon.search-button {
    border: none;
    padding:0;
}
.n11b .input-group-addon.search-button .glyphicon {
    font-size: 40px;
    color:#0066B2;
    top: 4px;
    line-height: 28px;
}
.n11b input::-ms-input-placeholder {
    color: #0066B2 !important;
}
.n11b .placeholder,
.n11b .search-input::placeholder,
.n11b .input[placeholder] {
    color:#0066B2 !important;
    font-weight:700;
}
.n11b span.placeholder {
    color:#0066B2 !important;
    font-weight: 700;
    top: 32px;
    padding-left: 30px;
}
@media (min-width: 768px) {
    .n11b span.placeholder {
        top: 32px;
        font-size:16px;
        padding-left: 40px;
    }
}
@media (min-width: 801px) and (max-width: 859px) {
    .n11b {
        padding-left: calc(30px - (50vw - 400px));
        padding-right: calc(30px - (50vw - 400px));
    }
}
@media (max-width: 859px) {
    .n11b {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .n11b .buttons {
        top: 20px;
        right: 20px;
    }
    .n11b .search-input {
        padding-left: 30px;
        font-size: 16px;
        line-height: 20px;
    }
    .n11b {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 390px) {
    .n11b .search-input {
        padding-left: 20px;
        max-width: 180px;
        width: calc(100% - 50px);
    }
    .n11b .buttons {
        right: 10px;
    }
    .n11b ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        white-space:pre-line;  
        position:relative;
        top:-7px;  
    }
    .n11b ::-moz-placeholder { /* Firefox 19+ */
        white-space:pre-line;  
        position:relative;
        top:-7px;
    }
    .n11b ::-ms-input-placeholder { /* IE 10+ */
        white-space:pre-line;  
        position:relative;
        top:-7px;
    }    
    .n11b :-moz-placeholder { /* Firefox 18- */
        white-space:pre-line;  
        position:relative;
        top:-7px;
    }
    .n11b :-ms-input-placeholder { /* IE 10+ */
        white-space:pre-line;  
        position:relative;
        top:-7px;
    }  
    .n11b span.placeholder {
        white-space:pre-line;  
        padding-left: 20px;
        max-width: 180px;
        width: calc(100% - 50px);
        top:25px;
        line-height: 1.1em;
    }
}
/*Used to hide modules when in list view, .list-view-hidden must be added on module css class field*/
.list .list-view-hidden {
    display: none;
}
.s06 .s06-view {
    overflow: hidden;
    /*visibility:hidden;*/
}
.s06 .list-view-only,
.s06 .grid-view-only {
    display:none;
}
.s06 .list .list-view-only,
.s06 .grid .grid-view-only {
    display: block;
}
.s06 .grid .s06-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}
.s06 .s06-list .list-item { 
    list-style-type: none;
    padding:0;
    margin:0;
}
.s06 .grid .s06-list .list-item { 
    list-style-type: none;
    padding:0 12px 24px;
    margin:0;
    width: 33.33%;
}
.s06 .grid .s06-card,
.s06 .grid .s06-card .s06-inner-container {
    height: 100%;
    width: 100%;
    min-height: 295px;
}
.s06 .grid .s06-card .stretch-container {
    height: 100%;
    width: 100%;
}
.s06 .grid .s06-card {
    position: relative;
}
.s06 .grid .s06-card .inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flex;
    flex-wrap:wrap;
    padding-top:0px;
    flex-direction:row;    
    height: 100%;
}
.s06 .grid .s06-card .image-container {   
    padding: 0;
    overflow:hidden;
    height: 205px;
}
.s06 .grid .s06-card .image-container + .text-container {
    height: calc(100% - 205px);
}
.s06 .grid .s06-card .text-container {
    padding: 20px;
    position:relative;
}
.s06 .grid .s06-card .text-container .vertical-middle {
    width:100%;
    margin-bottom: auto;
    margin-top: auto;
}
.s06 .grid .s06-card .background {
    height: 100%;
    width: 100%;
    background-size: cover;
}
.s06 .grid .s06-card .sub-header {
    margin-bottom:15px;
}
.s06 .grid .s06-card .card-box-link{
    display:inline-block;
    height: 100%;
    width: 100%;
}
.s06 .grid .s06-card .card-link:hover,
.s06 .grid .s06-card .card-link:hover sub-.header {
    text-decoration: none;
}
.s06 .grid .s06-card .card-link .background {
   -ms-transition: -webkit-transform 0.5s;
   -moz-transition: -webkit-transform 0.5s;
   -webkit-transition: -webkit-transform 0.5s;
   transition: transform 0.5s; 
}
.s06 .grid .s06-card .card-link:hover .background {
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.s07 .card-link:focus {
    outline: none;
    text-decoration: none;
}
.s06 .grid .s06-card .bottom {
    padding: 0 5px;
}
.s06 .grid .s06-card .bottom .arrow-link {
    margin: 0;
    font-weight: 700;
}
.s06 .grid .s06-card .bottom.double-links {
    float: left;
    width: 50%;
}   
.s06 .grid .s06-card .text-container {
    padding: 40px 30px;
    height:100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.s06 .grid .s06-card .text-container.category-eyebrow-present {
    padding-top: calc(40px + 25px);
}
.s06 .list .s06-card {
    background-color: transparent !important;
}
.s06 .list .s06-card .inner-container {
    max-width: 636px;
    margin-top: 30px
}
.s06 .list .s06-card .sub-header,
.s06 .list .s06-card .text-container {
    text-align: left !important;
}
.s06 .list .s06-card .card-box-link {
    display:block;
    border: none;
    border-bottom:1px solid #acacac;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    box-shadow: none;
}
/* Removes bottom border from last story in list-view. */
.s06 .s06-view.list .s06-list .list-item:last-child .card-box-link{
    border-bottom:none;
}
.s06 .list .s06-card .category-eyebrow {
    position: static;
}
@media (min-width: 768px) {
    .s06 .grid .s06-card .col-left {
        padding-right: 12px;
    }
    .s06 .grid .s06-card .col-right {
        padding-left: 12px;
    } 
    .s06 .grid .s06-card,
    .s06 .grid .s06-card .s06-inner-container {
        min-height: 375px;
    }
}
@media (min-width: 992px) {
    .s06 .grid .s06-card,
    .s06 .grid .s06-card .s06-inner-container {
        min-height: 420px;
    }
}
@media (min-width: 1201px) and (max-width: 1259px) {  
    .s06 .grid .s06-card .image-container {    
        height: calc((33.33vw - 15px - (30px - (33.33vw - 400px))) * 205 / 384);
    }
    .s06 .grid .s06-card .image-container + .text-container {
        height: calc(100% - (33.33vw - 15px - (30px - (33.33vw - 400px))) * 205 / 384);
    }
}
@media (max-width: 1200px) {
    .s06 .grid .s06-card .image-container {    
        height: calc((33.33vw - 15px - 30px) * 205 / 384);
    }
    .s06 .grid .s06-card .image-container + .text-container {
        height: calc(100% - (33.33vw - 15px - 30px) * 205 / 384);
    }
}
@media (max-width: 991px) { 
    .s06 .grid .s06-list .list-item { 
        width: 50%;
    }
    .s06 .grid .s06-card .image-container {
        padding: 0;
        height: calc((50vw - 15px - 30px) * 205 / 384);
    }
    .s06 .grid .s06-card .image-container + .text-container {
        height: calc(100% - (50vw - 15px - 30px) * 205 / 384);
    }
}
@media (max-width: 767px) {
    .s06 .grid .s06-list .list-item { 
        width: 100%;
    }
    .s06 .grid .s06-card .col {
        padding: 0;
    }
    .s06 .grid .s06-card .col:first-child {
        margin-bottom: 20px;
    }
    .s06 .grid .s06-card .image-container {    
        padding: 0;
        height: calc((100vw - 30px) * 205 / 384);
        width: 100%;
    }  
    .s06 .grid .s06-card .image-container + .text-container {
        height: calc(100% - (100vw - 30px) * 205 / 384);
    }
}

@media print {
    .s06{
        position:relative;
        clear:both;
        height:auto!important;
        overflow:visible!important;
    }
    .s06 .grid{
        display:block;
        float:left!important;
        height:auto!important;
        overflow:visible!important;
    }
    .s06 .grid .s06-list{
        display:block;
        clear:both;
        float:left!important;
        height:100%!important;
        overflow:visible!important;
    }
    .s06 .grid .s06-list .list-item{
        display:block;
        float:left!important;
        width:33.33%;
        overflow:visible!important;
        min-height:420px!important;
        /*margin-bottom:10px;
        margin-top:10px;*/
        page-break-inside:avoid;
        page-break-before:avoid;
        page-break-after:avoid;
    }
    .s06 .grid .s06-card .inner-container{
        /*display:block;*/
        height:auto!important;
    }
    .s06 .grid .s06-card .stretch-container{
        height:auto!important;
    }
    .s06 .grid .s06-card .card-box-link{
        display:block;
        min-height:420px!important;
    }
    .s06 .grid .s06-card .image-container{
        height:165px!important;
    }
    .s06 .grid .s06-card .background{
        height:165px!important;
    }
    .s06 .grid .s06-card .text-container{
        padding-top:20px!important;
        padding:20px 15px!important;
    }
    .s06 .grid .s06-card .text-container .position-top{
        position:relative;
        top:0px!important;
        line-height:2.8rem;
    } /* watch the ABOVE */
    .s06 .grid .s06-card .text-container .position-top .category.border-right{
        border-right:none;
        display:block;
    }
    .s06 .grid .s06-card .text-container .vertical-middle p:nth-last-child(2) {
        display:none;
        visibility:hidden;
    }
    .s06 .grid.inner-container{
        padding-left:15px;
        padding-right:15px;
    }
    .s06 .grid .s06-card .text-container .category{
        padding-right:0px;
        line-height:110%;
    }
    .s06 .grid .s06-card .text-container .date{
        padding-left:0px;
        line-height:110%;
    }
    .s06 .grid .s06-card .text-container .vertical-middle{ /*keep*/
        width:100%;
        margin-bottom:auto;
        margin-top:auto;
    }
    .s06 ~ div.bg-offwhite .pagination-container {
        display:none;
        visibility:hidden;
        background-color:transparent;
    }
}





.s06-filter-bar { 
    padding-top: 30px; 
    padding-bottom:0px; 
}
.s06-filter-bar .inner-container {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}
.s06-filter-bar .dropdown {
    padding-top: 10px;
}
.s06-filter-bar .dropdown .dropdown-button,
.s06-filter-bar .dropdown-menu {
    text-transform: lowercase;
}
.s06-filter-bar .row { 
    align-items: flex-end;
}
.s06-filter-bar .row > .col {
    padding: 0;
}
.s06-filter-bar .col-filter-by { 
    padding-top:8px;                                  
    margin-left:0; 
    width: 250px; 
}
.s06-filter-bar .col-grid-toggle { 
    width:auto; 
    margin-right:0;
    margin-left: auto
}
.s06-filter-bar .display-select {
    color: #8C8F93;
}
.s06-filter-bar .display-select .toggle-button {
    border: none;
    background-color: transparent;
}
.s06-filter-bar .display-select .toggle-button:hover,
.s06-filter-bar .display-select .toggle-button:focus,
.s06-filter-bar .display-select .toggle-button:active {
    background-color: transparent;
}
.s06-filter-bar .display-select .toggle-button:focus:not(:focus-visible) {
    outline: none;
}
.s06-filter-bar .display-select .toggle-button:hover span, 
.s06-filter-bar .display-select .toggle-button:focus span,
.s06-filter-bar .display-select .toggle-button:active span {
    text-decoration: none;
    outline: none;
    color: #000;
}
.s06-filter-bar .display-select .toggle-button span {
    color: #8C8F93;
}
.s06-filter-bar .display-select .toggle-button.selected span {
    color: #000;
}

/* Filter Tags */
.filter-tags-container {
    margin-top: -45px;
    padding: 0;
    margin-bottom: 25px;
    text-align: center;
    position:relative;
}
.filter-tags-container .filter-tags { 
    padding: 0; 
    margin-bottom: 0; 
    margin-left:20px; 
    margin-right:20px; 
}
.filter-tags-container .filter-tags .separator { 
    margin-left: 5px;
    font-size: 0.95em;
}
.filter-tags-container .filter-tags li {
    list-style-type: none;
    font-size: 1.1em;
    line-height: 1em;
    padding: 15px 23px 15px 20px;
    margin: 0 4px 12px;
    background-color: #DBDCDD;
    display: inline-block;
    font-weight: 500;
}
.filter-tags-container .filter-tags li a { 
    color: #000;
    opacity: 1;
    position: relative;
    top: 0;
    left: 6px;
}
.filter-tags-container .filter-tags li a:hover,
.filter-tags-container .filter-tags li a:focus { 
    opacity: 0.65; 
    text-decoration: none;
}
.filter-tags-container .filter-tags .close {
    text-shadow: none;
    font-size: 20px;
}
.filter-tags-container .filter-tags li:first-child { 
    margin-left: 0;
}
.filter-tags-container .filter-tags li:last-child { 
    margin-right: 0;
} 
/* Extra Small and below */
@media (max-width: 767px) {
    .s06-filter-bar .dropdown-menu {
        min-width: 100px;
    }
    .col-filtered-tags { 
        margin-left: 0;
        margin-top: 20px;
    }
    .filter-tags-container .filter-tags li {
        font-size: 0.9em;
        padding-left: 11px;
        padding-right: 14px;
        margin: 0 2px 8px;
    }
    .filter-tags-container .filter-tags li:first-child { 
        margin-left: 2px;
    }
    .filter-tags-container .filter-tags li:last-child { 
        margin-right: 2px;
    } 
    .filter-tags-container .filter-tags .close {
        font-size: 1em;
    }
    .filter-tags-container .filter-tags .separator {
        margin-left: 3px;
    }
}
/* Extra small */
@media (max-width: 450px) {
    .s06-filter-bar .col-grid-toggle {
        margin: 0 auto !important;
        padding: 0 0px 20px 20px !important;
    }

    .s06-filter-bar .col-filter-by {
        margin: 0 auto !important;
        padding-bottom: 20px !important;
    }
}
.s07 {
    position: relative;
}
.s07 .image-container {
    padding: 0;
    overflow: hidden;
    height: 550px;
}
.s07 .text-container {
    padding: 20px 20px 10px;
    position: relative;
}
.s07 .text-container .vertical-middle {
    width: 100%;
    margin-bottom: auto;
    margin-top: auto;
}
.s07 .background {
    height: 100%;
    width: 100%;
    background-size: cover;
}
.s07 .sub-header {
    margin-bottom: 0;
}
/* End of Typography Adds for CHEV-1762 */
.s07 .card-link:hover,
.s07 .card-link:hover sub-.header {
    text-decoration: none;
}
/*.s07 .card-link .sub-header .underline {
    background-image: linear-gradient(to right, #009DD9, #009DD9);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .5s ease;
}
.s07 .card-link:hover .sub-header .underline {
    background-size: 100% 2px;    
}
.s07 .card-link .background {
   -ms-transition: -webkit-transform 0.5s;
   -moz-transition: -webkit-transform 0.5s;
   -webkit-transition: -webkit-transform 0.5s;
   transition: transform 0.5s; 
}*/
.s07 .card-link:hover .background {
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.s07 .card-link:hover .link-underline {
    text-decoration: underline;
}
.s07 .card-link:focus {
    outline: none;
    text-decoration: none;
}
.s07 .card-link:focus .link {
    outline: thin dotted;
    outline-offset: 2px;
}
.s07 .bottom {
padding: 0 5px;
}
.s07 .bottom .arrow-link {
    margin: 0;
    font-weight: 700;
}
.s07 .bottom.double-links {
    float: left;
    width: 50%;
}
@media (min-width: 1001px) and (max-width: 1059px) {
    .s07 .inner-container {
        padding-left: calc(30px - (50vw - 500px));
        padding-right: calc(30px - (50vw - 500px));
    }
    .s07 .image-container {
        height: calc((50vw - 15px - (30px - (50vw - 500px))) * 550 / 485);
    }
}
@media (max-width: 1000px) {
    .s07 .inner-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .s07 .image-container {
        height: calc((50vw - 15px - 30px) * 550 / 485);
    }
}
@media (max-width: 991px) {
    .s07 .image-container {
        padding: 0;
    }
}
@media (min-width: 768px) {
    .s07 .col-left {
        padding-right: 15px;
    }
    .s07 .col-right {
        padding-left: 15px;
    }
}
@media (max-width: 767px) {
    .s07 .col {
        padding: 0;
    }
    .s07 .col:first-child {
        margin-bottom: 20px;
    }
    .s07 .image-container {
        padding: 0;
        /*height: 390px;*/
        height: calc((100vw - 30px) * 550 / 485);
        width: 100%;
    }
    .s07 .inner-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .s07 .inner-container .col:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media print {
    .s07 {
        page-break-inside: avoid;
    }
    .s07 .col {
        width: 50% !important;
        float: left;
        padding: 0 20px;
    }
    .s07 .col:first-child {
        padding-left: 0;
    }
    .s07 .col:last-child {
        padding-right: 0;
    }
    .s07 .image-container {
        height: calc((50vw - 15px - 30px) * 550 / 485);
    }
}

.s07a {
    position: relative;
}
.s07a .inner-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flex;
    flex-wrap:wrap;
    padding-top:0px;
    flex-direction:row;
}
.s07a .col {
    min-height: 400px;
}
.s07a .image-container {   
    padding: 0;
    overflow:hidden;
    height: 312px;
}
.s07a .image-container + .text-container {
    height: calc(100% - 312px);
}
.s07a .text-container {
    padding: 20px;
    position:relative;
}
.s07a .text-container .vertical-middle {
    width:100%;
    margin-bottom: auto;
    margin-top: auto;
}
.s07a .background {
    height: 100%;
    width: 100%;
    background-size: cover;
}
.s07a .sub-header {
    margin-bottom:15px;
}
.s07a .card-box-link{
    display:inline-block;
    height: 100%;
    width: 100%;
}
.s07a .card-link:hover,
.s07a .card-link:hover sub-.header {
    text-decoration: none;
}
.s07a .card-link .background {
   -ms-transition: -webkit-transform 0.5s;
   -moz-transition: -webkit-transform 0.5s;
   -webkit-transition: -webkit-transform 0.5s;
   transition: transform 0.5s; 
}
.s07a .card-link:hover .background {
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.s07 .card-link:focus {
    outline: none;
    text-decoration: none;
}
.s07a .bottom {
    padding: 0 5px;
}
.s07a .bottom .arrow-link {
    margin: 0;
    font-weight: 700;
}
.s07a .bottom.double-links {
    float: left;
    width: 50%;
}   
.s07a .text-container {
    padding: 40px 30px;
    height:100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.s07a .text-container.category-eyebrow-present {
    padding-top: calc(40px + 25px);
}
@media (min-width: 768px) {
    .s07a .col-left {
        padding-right: 12px;
    }
    .s07a .col-right {
        padding-left: 12px;
    } 
    .s07a .col {
        min-height: 420px;
    }
    /*iOS bootstrap 3/flex issue fix (the before/after counts as items in iOS) */
    .s07a .row:before,
    .s07a .row:after {
        content: normal;
    }
}
@media (min-width: 992px) {
    .s07a,
    .s07a .inner-container {
        min-height: 580px;
    }
}
@media (min-width: 1201px) and (max-width: 1259px) {  
    .s07a .image-container {    
        height: calc((50vw - 15px - (30px - (50vw - 600px))) * 312 / 585);
    }
    .s07a .image-container + .text-container {
        height: calc(100% - (50vw - 15px - (30px - (50vw - 600px))) * 312 / 585);
    }
}
@media (max-width: 1200px) {
    .s07a .image-container {    
        height: calc((50vw - 15px - 30px) * 312 / 585);
    }
    .s07a .image-container + .text-container {
        height: calc(100% - (50vw - 15px - 30px) * 312 / 585);
    }
}
@media (max-width: 991px) { 
    .s07a .image-container {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .s07a .col {
        padding: 0;
    }
    .s07a .col:first-child {
        margin-bottom: 20px;
    }
    .s07a .image-container {    
        padding: 0;
        height: calc((100vw - 30px) * 312 / 585);
        width: 100%;
    }  
    .s07a .image-container + .text-container {
        height: calc(100% - (100vw - 30px) * 312 / 585);
    }
}

@media print {
    .s07a { page-break-inside: avoid; }
    .s07a .col {
        width: 50% !important;
        float: left;
        padding: 0 20px;
    }
    .s07a .col:first-child {
        margin-bottom: auto;
        padding-left: 0;
    }
    .s07a .col:last-child {
        padding-right: 0;
    }
    .s07a .image-container {    
        height: calc((50vw - 15px - 30px) * 312 / 585);
    }
    .s07a .image-container + .text-container {
        height: calc(100% - (50vw - 15px - 30px) * 312 / 585);
    }
}
.x01 .card-box {
    width:100%;
}
.x01 .slider .slick-list {
    z-index: 2;
}
.x01 .image-container,
.x01 .image-container .background {
    width: 100%;
    height: 100%;
}
.x01 .image-container {
    height: calc((100vw - 90px) * 450 / 901);
    max-height: 450px;
}
.x01 .image-container .background {
    background-size:cover;
}
.x01 .text-col {
    display: flex;
    justify-content: center;
    align-items: center;
}
.x01 .text-container { 
    padding: 20px 20px 115px;
    height: 100%;
    position:relative;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
    width: 100%;
}
.x01 .item:focus .text-container {
    outline: thin dotted;
    outline-offset: -4px;
}
.x01 .item:focus:not(:focus-visible) .text-container {
    outline: none;
}
.x01 .text-container .description {
    overflow: hidden;
    width:100%;
    position: relative;
}
/*Hack for IE, the overflow is showing when slide is left of slick*/
.x01 .slick-active .text-container .description {
    overflow: hidden;
}
.x01 .text-container .description.see-more-active {
    padding-bottom: 28px;
}
.x01 .text-container .description.ps.ps--active-y {
    padding-right: 12px;
}
.x01 .text-container .description.ps .ps__thumb-y {
    width: 5px;
    border-radius: 2.5px;
}
.x01 .text-container .description.ps:hover > .ps__rail-y,
.x01 .text-container .description.ps:focus > .ps__rail-y {
    width:6px;
}
.x01 .text-container .description.ps > .ps__rail-y {
    opacity: 0.6;
    display:block;
    width:6px;
}
.x01 .text-container .title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 700;
    margin-bottom: 24px;
}
.x01 .text-container .bottom {
    position:absolute;
    bottom: 25px;
    left: 20px;
}
.x01 .chapter-title .image-container {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.x01 .chapter-title .title {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.4rem;
}
.x01 .chapter-title .text-container {
    padding: 30px 40px;
    align-items:flex-start;
}
.x01 .chapter-title .list-unstyled {
    text-align: left;
    margin: 0;
}
.x01 .chapter-title .list-unstyled li {
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;    
    display: block;
}
.x01 .indicator-container .indicator-track {
    width:136px;
}
.x01 .timeline-indicator {
    font-weight:700;
    margin: 0 10px;
    flex-basis: 20%;
}
.x01 .timeline-indicator:first-child {
    text-align:right;
}
@media (min-width: 768px) {
    .x01 .chapter-title .image-container {
        padding-left: 100px;
        padding-right: 100px;
    }
    .x01 .chapter-title .title {
        font-size: 2.2rem;
        line-height: 3.0rem;
    }    
    .x01 .indicator-container .indicator-track {
        width:160px;
    }
    .x01 .bottom-links {
        display: inline-block;
        padding-right: 40px;
    }
    .x01 .bottom-links + .bottom-links {        
        padding-right: 0;
    }
    .x01 .text-container .bottom {
        position:absolute;
        bottom: 48px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .x01 .chapter-title .text-container {
        align-content: center;
        height: 100%;
    }
    .x01 .chapter-title .list-unstyled {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        column-gap: 20px;
        list-style-position: inside;
        width: 75%;
        margin-left: 20%
    }
}
@media (min-width: 992px) {  
    .x01 .image-container {    
        height: 450px;
    }
    .x01 .text-container {
        padding: 40px 40px 115px;
    } 
    .x01 .text-col,
    .x01 .text-container {
        height: 450px;
    }
    .x01 .text-container .title {
        font-size: 2.4rem;
        line-height: 3.0rem;
    }
    .x01 .text-container .title > .underline {
        padding-bottom: 1px;
    }
    .x01 .text-container .bottom {
        bottom: 48px;
        left: 40px;
    }
    .x01 .chapter-title .image-container {
        padding-left: 110px;
        padding-right: 110px;
    }
    .x01 .chapter-title .title {
        font-size: 2.4rem;
        line-height: 3.0rem;
    }
    .x01 .chapter-title .text-container {
        padding-left: 115px;
        padding-right: 115px;
    }
    .x01 .indicator-container .indicator-track {
        width:180px;
    }
}

@media (max-width: 991px) { 
    .x01 .text-col,
    .x01 .text-container {        
        /*height: 100%;*/
        height: 368px;
    }
}
@media (max-width: 767px) {
    /*.x01 .image-container {    
        height: calc((100vw - 60px) * 204 / 384);    
    }*/
    .x01 .text-col,
    .x01 .text-container {
        height: 582px;
    }
    .x01 .bottom-links {
        margin-bottom: 10px;
    }
}
@media print{
    .x01 .item {width: 100% !important; }
    .x01 .col-no-padding { 
        width: 50%; 
        float: left; 
    }
    .x01 .slick-track{
        display:block; 
        width:100% !important; 
    }    
    .x01 .image-container {    
        height: 450px;
        page-break-inside:avoid;
    }
    .x01 .image-container .background{
        background-size:cover;
        background-position:1px 50%!important;
        overflow:hidden;
    }
    .x01 .text-container {
        padding: 40px 40px 115px;
        padding: 2.0rem 2.0rem;
    } 
    /*.x01 .text-col,*/
    .x01 .text-container {
        height: 450px;
        height: auto; /* set to allow for print height */
    }
    .x01 .text-container .bottom {
        bottom: 48px;
        left: 40px;
        /*added below for managing-our-assets page */
        position:inherit;
        bottom:auto;
        left:auto;
    }
    /* Removed for enhanced-oil-recovery page */
    /*.x01 .bottom-links {
        display: inline-block;
        padding-right: 40px;
    }*/
    .x01 .chapter-title .image-container {
        padding-left: 110px;
        padding-right: 110px;
    }
    /*.x01 .chapter-title .text-container {
        padding-left: 115px;
        padding-right: 115px;
    }*/
    .x01 .row.card-box{
        display:flex;
        flex-flow:column nowrap;
        flex:1 0 auto;
    }
    .x01 .col-no-padding{
        width:100%;
        /*page-break-inside:avoid;*/
        height:auto;
    }
    .x01 .col-no-padding .text-container .description-print{
        overflow:visible!important;
    }
    .x01 .col-no-padding .text-container .description-print.see-more-active{
        padding-bottom:0.0rem;
    }
    .x01 .chapter-title .list-unstyled li{
        display:block;
    }
    /* added to bring text left - all pages */
    .x01 .col-no-padding .text-container p {
        text-align: left !important;
    }
    .x01 .col-no-padding .text-container p.title{
        text-align:center!important;
    }
    .x01.carousel .description-print {
        text-align:left!important;
    }
    .x01 ~ .footer{
        clear:both;
    }
}

/*@media print and (-ms-high-contrast:none) and (-ms-high-contrast:active){
    .x01{padding-top:1px;}
    .x01.carousel .item{flex:none;}
}
@media print and (-ms-high-contrast:none){
    .x01{padding-top:-1px;}
    .x01.carousel .item{flex:none; width:33.33%!important;}
}*/
/*.x03 .panel-group{
    padding:0px 6.5px;
}*/

.x03 .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 25px 0px 0px;
    margin-top:0px;
    background-color:transparent;
}

.x03 .panel .panel-heading{
    padding:25px 0px 7px;
}

.x03 .panel .panel-collapse .panel-body{
    padding:30px;
    border-bottom:solid 1px #cdcdcd;
}

.x03 .panel .panel-collapse .panel-body p{
    margin-bottom:0px;
}

.x03 .panel-default .panel-heading {
    color: #FFF;
    background-color: #FFF;
    border-color: none;
}

.x03 .panel-group .panel-heading {
    position: relative;
    border: #cdcdcd;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    background-color: transparent;
    outline:none;
}
.x03 .panel-group .panel-heading:first-child{
    padding-top:0px;
}

.x03 .panel-group .panel-heading .panel-title {
    text-align: left;
    width: 100%;
    padding-right:20px;
}

.x03 .panel .panel-heading a {
    justify-content: flex-start;
    -webkit-box-pack: start;
    width: 100%;
    color: #000;
    outline: none;
}

.x03 .panel .panel-heading a:focus {
    outline: thin dotted;
}

.x03 .panel-group .panel-heading a.collapsed:after {
    display: block;
    content: '\e911';
    font-family: 'ChevronIcons';
    font-size:2.8rem;
}

.x03 .panel-group .panel-heading a:after {
    display: block;
    content: '\e910';
    font-family: 'ChevronIcons';
    font-size:2.8rem;
}

.x03 .panel-group .panel-heading a:hover,
.x03 .panel-group .panel-heading a:focus,
.x03 .panel-group .panel-heading a:active {
    text-decoration: none;
}

.x03.panel-group .panel-heading + .panel-collapse > .panel-body,
.x03.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}
.x03 .panel-group .panel-heading + .panel-collapse >  .body-2{
    border-top:none!important;
}
.x03 .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none !important;
}


@media screen and (max-width:991px) {
    .x03 .panel-group{
        padding-left: 65px;
        padding-right: 65px;
    }
    .x03 .panel .panel-collapse .panel-body{
        padding:30px;
    }
    .x03 .panel{
        padding-top:20px;
    }
    .x03 .panel:first-child{
        padding-top: 25px;
    }
}
@media screen and (max-width:767px){
    .x03 .panel-group{
        padding-left: 30px;
        padding-right: 30px;
    }
    .x03 .panel .panel-collapse .panel-body{
        padding:20px
    }
    .x03.bg-offwhite .panel .panel-collapse .panel-body{
        padding:20px;
    }
}

@media print {
    .x03 .panel {
        page-break-inside: auto;
    }

    .x03 .collapse {
        display: block;
    }
}


/* EWS RTL Overrides */
.layout-rtl .x03 .panel-group .panel-heading .panel-title {
    padding-right: 0px;
    text-align: right;
}



.x07 .general-filter {
    width: 150px;
    padding-top: 0;
}


.x07 .interactive-view {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.x07 .chart-container {
    width: 100%;
    flex: 1 0 100%;
}

.x07 .chartdiv {
    min-height: calc(337px + 40px);
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: auto;
}

.x07 .line-chart .chartdiv,
.x07 .bar-chart .chartdiv{
    min-height: 600px;
}

.x07 .pie-chart .chartdiv {
    max-width: calc(337px + 40px);
}

.x07 .legenddiv {
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
}

.x07 .pie-chart .legenddiv {
    max-width: 337px;
}

.x07 .interactive-view .tablediv {
    display: none;
}

.x07 .table-view .chartdiv,
.x07 .table-view .legenddiv,
.x07 .table-view .chart-container .header-3 {
    display: none;
}

.x07 .amcharts-Tooltip tspan {
    font-weight: 700;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.x07 .tablediv {
    margin-bottom: 0;
}

.x07 .tablediv .table-container {
    margin-bottom: 0;
}
.x07 .tablediv .table {
    border: 1px solid #0b2d71;
    margin-bottom: 0;
}
.x07 .bar-chart .tablediv .table-container .table {
    margin-bottom: 48px;
}

.x07 .tablediv .table > thead > tr > th,
.x07 .tablediv .table > tbody > tr > td {
    background-color: #f4f4f4;
    padding: 9px 32px;
    border: none !important;
    border-bottom: 1px solid #0b2d71 !important;
}

.x07 .tablediv .table > thead > tr > th:first-child,
.x07 .tablediv .table > tbody > tr > td:first-child {
    width: 100%;
    text-align: left;
}

.x07 .tablediv .table > thead > tr > th {
    font-size: 1.6rem;
    background-color: #0066b2;
    min-width: 150px;
    vertical-align: middle;
    font-weight: 400;
}

.x07 .tablediv .table td {
    font-size: 1.4rem;
    font-family: "Gotham Narrow A", "Gotham Narrow B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.x07 .tablediv .table tr:last-child td {
    border-bottom: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.x07 .tablediv .table-responsive::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.x07 .tablediv .table-responsive {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.x07 .tablediv .carousel {
    padding-top: 15px;
}

.x07 .tablediv .carousel.hidden {
    display: none !important;
}

@media (min-width: 768px) {

    .x07 .chartdiv {
        font-size: 1.6rem;
    }

    .x07 .chart-container {
        flex: 1 0 50%;
    }

    .x07 .tablediv .table td {
        font-size: 1.8rem
    }
}

@media (min-width: 992px) {
    .x07 .chart-container {
        flex: 1 0 33%;
    }
}
.x09 .nav-tabs {
    text-align: center;
    border-bottom: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.x09 .nav-tabs > li {
    float: none;
    display: inline-block;
    font-size: 1.25em;
    line-height: 1.6em;
    font-weight: bold;
    color: #6B6D6F;
    margin: 0 15px;
    padding-left: 0;
}
.x09 .nav-tabs > li.active {
    color: #0066b2;
}	
.x09 .nav-tabs > li > a, 
.x09 .nav-tabs > li > a:hover,
.x09 .nav-tabs > li > a:focus, 
.x09 .nav-tabs > li.active > a, 
.x09 .nav-tabs > li.active > a:hover,
.x09 .nav-tabs > li.active > a:focus {
    padding:0px;
    margin-right:0px;
    color: #0066b2;
    border-bottom: none;
    background-color:transparent;
    border:none;
}
.x09 .nav > li > a:focus{
    background-color:transparent;
}
.x09 .nav > li > a:active {
    text-decoration:none;
}
.x09 .nav-tabs > li:last-of-type{
    margin-right:0px;
}
.x09 .nav-tabs > li.active > .secondary-link .underline {
    background-size:100% 2px;
}
@media print {
    .x09 .tab-content .tab-pane{display:block; page-break-inside:avoid; margin-bottom:20px;}
}
@media print and (-ms-high-contrast: none), (-ms-high-contrast: active){
    .x09 .tab-content .tab-pane{padding-top: 1px;}
}
.x09-imageitem .x09-imageitem-inner h1,
.x09-imageitem .x09-imageitem-inner h2,
.x09-imageitem .x09-imageitem-inner h3{
    font-size:2em;
    text-align:left;
    font-weight:500;
}
.x09-imageitem .x09-imageitem-inner hr { border-top-width: 3px; }


.x09-imageitem .x09-imageitem-inner img.icon{
    display:block;
}
.x09-imageitem .x09-imageitem-inner{
    margin-top:50px;
}
.x09-imageitem .x09-imageitem-inner p{
    font-size: 1.5em;
    line-height:1.5em;
}
.x09-imageitem .container {
      padding-left:0;
      padding-right:0;
}
.x09-imageitem .col {
    height:600px;
    min-width: 590px;
    max-width: 600px;
}

.x09-imageitem .overlay-off{
    visibility:visible !important;
}
.x09-imageitem .media-col { padding:0; background-color: #000; }
.x09-imageitem .text-col { padding:20px 45px; }
.x09-imageitem .text-col > div { width: 100%; /*IE Fix*/}

.x09-imageitem  .container, .x09-imageitem .item, .x09-imageitem .row{
      height: inherit;
}
@media (min-width: 768px) {
    .x09-imageitem .embed-responsive { position:static; }
    .x09-imageitem .img-responsive { height: 100%; }    
    .x09-imageitem .x09-imageitem-inner {
        height: inherit;
    }

    .x09-imageitem .item .container {
        width:100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .x09-imageitem .col {  height:auto; min-height: 0; }
}
@media (min-width: 992px) {
    .x09-imageitem .item .container {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .x09-imageitem .item .container {
        width:100%;
    }
}
@media (max-width: 767px) {
.x09-imageitem .col {
    height: auto;
    min-height:0;
    max-width: none;
    min-width: 0;
}
    .x09-imageitem { padding-left:10px; padding-right: 10px; }
    .x09-imageitem .x09-imageitem-inner .item h1,
    .x09-imageitem .x09-imageitem-inner .item h2,
    .x09-imageitem .x09-imageitem-inner .item h3 {
        text-align: center;
        margin: auto;
    }

    .x09-imageitem .x09-imageitem-inner .item hr {
        text-align: center;
        margin: 20px auto;
    }

    .x09-imageitem .x09-imageitem-inner p {
        text-align: center;
        width: 100%;
        /*line-height:1.6em;
        font-size:1.14em;*/
    }
    .x09-imageitem .x09-imageitem-inner {
        margin-bottom: 80px;
        margin-top: 60px;
    }

    .x09-imageitem .x09-imageitem-inner img.icon {
        margin: auto;
        margin-bottom: 20px;
    }

    .x09-imageitem .item .text-col {
        height: 100%;
        padding: 15px 25px;
    }
    .x09-imageitem .item .text-col.vertical-align {        
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
    .x09-imageitem .media-col {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
    }
    .x09-imageitem .focus-link { margin-top:40px; margin-bottom:20px; }
    .x09-imageitem .focus-link a {
        padding: 15px 40px;
        color: #fff;       
    }
    .x09-imageitem .modal-container .modal-body {
        margin-top: 15px;
        padding:0;
    }
}

/* print styles */
@media print {
    .x09-imageitem {
        height: auto !important;
        width: 100% !important;
        float: none !important;
        clear: both !important;
        padding: 0px !important;
        margin: 0px auto 20px auto !important;
    }
    .x09-imageitem .x09-imageitem-inner .item{
        position:relative !important; 
        display:block !important; 
        height: auto !important; 
        width:100% !important;
        page-break-inside: avoid;
    }

    .x09-imageitem .text-col .visible-xs .focus-link{
        display:none !important; 
        visibility:hidden !important;
    }
    .x09-imageitem .x09-imageitem-inner{ margin:0px auto 0px auto !important; } 
    .x09-imageitem .item .text-col { 
        page-break-before: auto !important;
        page-break-after: auto !important;
        page-break-inside:avoid !important;
        position: relative;
        display:block;
        background-color: transparent !important;
        float: none;

    }
    .x09-imageitem .media-col{
        display:block !important; 
        background-color: transparent !important; 
        float: none;}
    .x09-imageitem .media-col img { 
        max-height: 300px;
        page-break-before: auto !important;
        page-break-after: auto !important;
        page-break-inside:avoid !important;
        position: relative;
        display:block;  
    }
    .x09-imageitem .x09-imageitem-inner p,  
    .x09-imageitem h3 {color: #000000 !important;}
    .x09-imageitem .x09-imageitem-inner a {color: #0066B2 !important;}
}   
/* Downloads bar adjustment */
.x101-page {
    padding-bottom: 83px;
}
.x101-page .back-to-top > .top-container {
    bottom: 93px;
}
.x101-page .downloads-view {
    margin-bottom:73px;
}
/* end positioning adjustments for sticky downloads bar */
.x101 {
    margin-bottom: 100px;
}
.x101 .downloads-view .report-header {
    margin-bottom:1.2rem;
    text-transform:lowercase;
    font-size:2.4rem;
    line-height:3.0rem;
    text-align:center;
}
.x101 .downloads-view .checkbox-header-custom {
    display: inline-block;
    padding-top:0;
}
.x101 .downloads-view .checkbox-header-custom .checkbox {
    display: flex;
    align-items: center;
}
.x101 .downloads-view .checkbox-header-custom .checkbox-label {
    padding-left: 10px;
}
.x101 .downloads-view .report-header .header-2 {
    font-weight:bold;
}
.x101 .downloads-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 48px;
}

.x101 .downloads-list .list-item {
    list-style-type: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding: 0 12px;
    margin: 0;
    width: 33.33%;
}

.x101 .downloads-card .header-4 {
    font-weight: 700;
    text-align:left;
    line-height:2.0rem;
    text-transform:lowercase;
    max-width: calc(100% - 25px);
    padding-left:10px;
}
.x101 .checkbox-header-custom.disabled { 
    cursor: default;
    pointer-events: none;
        
}
.x101 .checkbox-header-custom.disabled .checkbox-container {
    display:none;
}
.x101 .downloads-card.disabled .header-4 {
    color: #8C8F93!important;
}
.x101 .downloads-card .text-container .download-desc,
.x101 .downloads-card .text-container .download-details {
    font-size: 1.4rem;
    padding-left: 30px;
}

.x101 .downloads-card.disabled .text-container .checkbox label,
.x101 .downloads-card.disabled .text-container .download-desc,
.x101 .downloads-card.disabled .text-container .download-details {
    cursor:not-allowed!important;
}
.x101 .downloads-card .text-container .download-desc {
    overflow: hidden;
    position: relative;
    width: 100%;
}


.x101 a {
    color: inherit;
    display: block;
}
.x101 a:hover, .x101 a:active, .x101 a:focus{
    text-decoration:none!important;
}
.x101 .checkbox-custom:focus {
    outline:none;    
}
.x101 .checkbox-custom .checkbox-container {
    height:20px;
    width: 20px; 
    float:left;
}
.x101 .checkbox-custom .checkbox-container:before {
    position:relative;
    display:block;
    height: 20px;
    width: 20px;
    border: none;
    /*background-color: #ededed;*/
    border: solid 1px #000;
    content:"";
}
.x101 .checkbox-custom:hover .checkbox-container:before,
.x101 .checkbox-custom:focus .checkbox-container:before{
    box-shadow: 0 12px 17px 2px rgba(0,0,0,.06), 0 5px 22px 4px rgba(0,0,0,.06), 0 7px 8px -4px rgba(0,0,0,.1);
    text-decoration: none!important;
}
/**/.x101 .checkbox-custom:focus .checkbox-container {
    outline:thin dotted; 
    outline-offset:2px;       
}
.x101 .checkbox-custom.checked .checkbox-container:before {
    background-color: #009DD9;
    border: solid 1px #009DD9;
}
.x101 .checkbox-custom .checkbox-container:after {
    position:relative;
    display:inline-block;
    height: 6px;
    width: 11px;
    border-left: 3px solid;
    border-bottom: 3px solid;
    transform: rotate(-45deg);
    left: 5px;
    top: -24px;
    content: "";
    color:#FFFFFF;
}
.x101 .checkbox-header-custom .checkbox-container:after {
    left: 0;
    top: -26px;
} 
.x101 .checkbox {
    margin-bottom: 0;
    margin-top:0px;
    line-height:2.0rem;
}

/* positioning adjustments for sticky downloads bar */
@-webkit-keyframes dl-bar {
    from {height:0px;opacity:0;}
    to {height:83px;opacity:1;}
}
@keyframes dl-bar {
    from {height:0px;opacity:0;}
    to {height:83px;opacity:1;}
}
.x101 .report-details {
    margin-top:0.7rem;
    transition: height 2s;
}
.x101 .report-details.dl-sticky {
    position: fixed;
    left: 0%;
    bottom: 0%;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 12px 17px 2px #000000;
    opacity: 1;
    z-index: 1000;
    justify-content: center;
    text-align: center;
    margin: auto;
    -webkit-animation-name: dl-bar;
    -webkit-animation-duration: 1.0s;
    animation-name: dl-bar;
    animation-duration: 0.75s;
}
.x101 .report-details .report-container {
    max-width:1000px;
    display: flex;
    align-items: center;
    padding:1.5rem 0rem;    
}
.x101 .report-details.dl-sticky .report-container {
    width:94%;
    height:83px;
    margin:auto;
}
.x101 .report-details .primary-link {
    flex-shrink: 0;
    padding:0; 
    margin-left: auto;
}
.x101 .report-details .primary-link .link {
    border-radius:0px;
    font-weight:700;
    font-size:1.6rem;
    margin-left: 5px;
}
.x101 .report-details .primary-link .link:focus {
     outline: none;
 }

@media screen and (max-width:991px){
    .x101 .downloads-list {
        margin-bottom:3.1rem;
    }
}

@media screen and (max-width:767px) {
    /* positioning adjustments for sticky downloads bar */
    .x101-page .back-to-top > .top-container {
        bottom: 93px;
    }
    .x101-page .downloads-view {
        margin-bottom: 77px;
    }
    .x101 .downloads-list {
        display:flex;
        width:100%;
        height:auto;
        flex-direction:column;
        margin: inherit 0px;
        margin-left:auto;
        margin-right:auto;
    }
    .x101 .downloads-list .list-item {
        width:100%;
    }
    .x101 .downloads-card .header-4 {
        max-width: 80%;
    }
    .x101 .downloads-card .download-desc.buffer {
        padding-top:0;
    }
    .x101 .report-details {
        margin-top:1.1rem;
    }
}

@media (max-width:500px) {
    .x101-page {
        padding-bottom: 110px;
    }
    .x101-page .back-to-top > .top-container {
        bottom:120px;
    }
    .x101 .report-details .report-container {
        flex-wrap: wrap;
    }
    .x101 .report-details .report-container .text-left {
        text-align:center !important;
        margin-left: auto;
        margin-right: auto;
    }
    .x101 .report-details.dl-sticky .primary-link {
        margin-right:auto;
    }
    .x101 .report-details.dl-sticky .report-container {
        height: 110px;
    }
}

@media print {
    .x101 .downloads-list {
        page-break-inside:avoid;
    }
}


/* card box styles
.x101 .downloads-list .card-item {
    margin: 12px 0px;
}
.x101 .card-item .downloads-card {
    position: relative;
    height: 170px;
    border: solid 1px #acacac;
    width:100%;
    padding: 25px 20px 50px;
    position:relative;
}
.x101 .card-item .downloads-card:hover {
    box-shadow: 0 12px 17px 2px rgba(0,0,0,.06), 0 5px 22px 4px rgba(0,0,0,.06), 0 7px 8px -4px rgba(0,0,0,.1);
    text-decoration: none !important;
    border: solid 1px #0099d9;
}
.x101 .card-item .downloads-card.disabled {
    color: #8C8F93;
    border: solid 1px #8C8F93;
    cursor:not-allowed;
}
.x101 .card-item .downloads-card.disabled:hover{
    box-shadow:none;
    border: solid 1px #8C8F93
}


.x101 .card-item .downloads-card:focus {
    outline:thin dotted;  
}
.x101 .card-item .downloads-card:focus .checkbox-container {
    outline:none;        
}
.x101 .card-item .downloads-card.checked {
    background-color: #0B2D71;
}
.x101 .card-item .downloads-card .header-4 {
    padding-left:0px;
    max-width:200px;
}
.x101 .card-item .downloads-card .text-container {
    overflow: hidden;
    height:100%;
}
.x101 .card-item .downloads-card.checked .text-container {
    color:#ffffff;
}
.x101 .card-item .downloads-card .text-container .download-desc,
.x101 .card-item .downloads-card .text-container .download-details {
    padding-left: 0;
}
.x101 .card-item .downloads-card .text-container .download-desc.buffer {
    padding-top:4px;
}
.x101 .card-item .downloads-card .text-container .download-details {
    line-height:2.0rem;
    position:absolute;
    bottom:20px;
}
.x101 .card-item  .checkbox-custom.checked .checkbox-label {
    color:#FFFFFF!important;
}
.x101 .card-item .checkbox {
    min-height:40px;
    max-height:60px;
}

.x101 .card-item .checkbox-custom .checkbox-container:before {
    position:relative;
    display:block;
    height: 20px;
    width: 20px;
    border: none;
    background-color: #ededed;
    border: solid 1px #acacac;
    content:"";
}
.x101 .card-item .checkbox-custom:hover .checkbox-container:before {
    box-shadow: 0 12px 17px 2px rgba(0,0,0,.06), 0 5px 22px 4px rgba(0,0,0,.06), 0 7px 8px -4px rgba(0,0,0,.1);
    text-decoration: none!important;
    border: solid 1px #0099d9;
}
.x101 .card-item .checkbox-custom .checkbox-container:after {
    position:relative;
    display:inline-block;
    height: 6px;
    width: 11px;
    border-left: 3px solid;
    border-bottom: 3px solid;
    transform: rotate(-45deg);
    left: 5px;
    top: -24px;
    content: "";
    color:#FFFFFF;
}
.x101 .card-item .checkbox-header-custom .checkbox-container:after {
    left: 0px;
    top: -26px;
}
.x101 .card-item .checkbox-custom.checked .checkbox-container:after {
    color: #009DD9;
} 
.x101 .card-item .checkbox {
    margin-bottom: 0;
    margin-top:0px;
    line-height:2.0rem;
}

@media screen and (max-width:991px){
    .x101 .card-item .downloads-card {        
        height: 200px;
    }
    .x101 .card-item .downloads-card .header-4 {
        max-width:141px;
    }
    .x101 .card-item .checkbox {
        min-height: 60px;
        max-height: 80px;
    }
}

@media screen and (max-width:767px) {
    .x101 .card-item .downloads-card {
        min-height: 170px;
        max-height: 170px;
    }
    .x101 .card-item .checkbox {
        min-height: 40px;
        max-height: 60px;
    }
}

*/
.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;
    width: 100%;
}

.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;
        font-weight: 700;
        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;
        font-weight: bold;
        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: 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;
        width: 100%;
        width: 100%;
    }

    .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;
        }
}

.x10 .item {
    padding: 0px 8px;
    justify-content: center;
}

.x10 .item .image-container {
    min-height: 104px
}

.x10 .item:focus .card-box {
   /* outline: thin dotted;
    outline-offset: -8px;*/
}

.x10 .card-box:focus:not(:focus-visible) {
    outline: none;
}

.x10 .slider .slick-list {
    margin-left: -8px;
    margin-right: -8px;
    z-index: 2;
}

.x10 .text-container {
    padding: 20px;
    margin: auto 0;
}

.x10 .text-container.title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 700;
}

.x10 .text-container.description {
    font-size: 1.4rem;
    line-height: 2.0rem;
}

.x10 .infographic-item .card-box {
    width: 50%;
    height: auto;
    align-self: end;
    display: flex;
    flex-direction: column;
}

.x10 .infographic-item .image-container {
    height: calc((100vw - 88px) * 340 / 384);
    padding: 70px 85px;
    display: flex;
    align-items: center;
}

.x10 .infographic-item .image-container .img-responsive {
    max-height: 100%;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .x10 .infographic-item .image-container .img-responsive {
        width: 100%;
    }
}

.x10 .infographic-item .text-container {
    padding: 30px;
    min-height: 144px;
    justify-content: center;
    align-items: center;
    display: flex;
}

@media (min-width: 768px) {
    .x10 .infographic-item .image-container {
        height: calc((50vw - 88px) * 340 / 384);
        padding: 50px 60px;
    }
}

@media (min-width: 992px) {
    .x10 .item {
        padding-left: 12px;
        padding-right: 12px;
    }

    .x10 .slider .slick-list {
        margin-left: -12px;
        margin-right: -12px;
    }

    .x10 .text-container .title {
        font-size: 2.4rem;
        line-height: 3.0rem;
    }

    .x10 .text-container .title > .underline {
        padding-bottom: 1px;
    }

    .x10 .link-item .text-container .description {
        font-size: 1.8rem;
        line-height: 3.2rem;
    }


    .x10 .infographic-item .image-container {
        /* height: calc((100vw / 3 - 20px - 74px) * 340 / 384); */
        padding: 85px 100px;
    }

    .x10 .infographic-item .text-container {
        padding: 30px;
        margin: auto 0;
    }
}

@media (min-width: 1200px) {
    .x10 .infographic-item .image-container {
        height: calc((1200px / 3 - 20px) * 340 / 384);
    }
}

.x10 .image-container,
.x10 .image-container .background {
    width: 100%;
    height: 100%
}

.x10 .image-container {
    height: calc((1200px / 3 - 20px) * 204 / 384);
}

@media (max-width: 991px) {
    .x10 .image-container {
        height: calc((50vw - 88px) * 204 / 384);
    }
    .x10 .infographic-item .card-box {
        width: 100%;
        height: 100%;
        align-self: end;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .x10 .image-container {
        height: calc((100vw - 88px) * 204 / 384);
    }
}

