@charset "utf-8";
/* CSS Document */

/***********FONTS***********/
section h1,
section h2,
section h3,
section p {
    font-family: 'Chakra Petch', sans-serif;
}
/***********BANNER***********/
#main-ban {
    height: 100vh;
    padding-top: 100px;
    position: relative;
}
#main-ban #image-bg {
    position: absolute;
    top: 0;
}
#main-ban .ban-title {
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    text-align: center;
    top: 50px;
    z-index: 99;
}
#main-ban .ban-title span:nth-child(1) {
    color: #ee6c4d;
}
#main-ban  .split-text {
    display: block;
}
#main-ban .bg-photo {
    filter: drop-shadow(2px 4px 6px #000);
    opacity: .03;
}
#section-overlay {
    background: #293241;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#main-ban #earth {
    background-image: url('/Portals/1/Interactive/2022/05-building-partnerships-around-the-globe/images/earth.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(0 0 5px #fff);
    height: 100%;
    padding-bottom: 100%;
    position: absolute;
    top: 250px;
    width: 100%;
    z-index: 1;
}

/***********FIRST SECTION***********/
#first-section {
    background-image: linear-gradient(to bottom, #293241, #3d5a80);
    padding: 0 2rem;
    z-index: -1;
}
#first-section .section-content {
    position: relative;
}
#first-section .red-box {
    top: 0;
}
#first-section h2 {
    color: #293241;
    padding-top: 1rem;
    position: relative;
    text-align: center;
    z-index: 2;
}
#first-section h2::after {
    background-color: #e0fbfc;
    bottom: -10px;
    content: '';
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    width: 30rem;
}
#first-section .slider-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    z-index: 2;
}
#first-section .content-box {
    background-color: #e0fbfc;
    height: 100%;
    padding: 15px 25px;
}
.content-box li {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 18px;
    line-height: 22px;
    list-style: square;
    margin-left: 30px;
}
.content-box .title {
    font-weight: 700;
    margin: 0 0 10px;
}
.content-box .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.content-box .content .link {
    margin-top: 20px;
    text-align: center;
}
.content-box .content a {
    color: #293241;
    font-weight: 600;
    transition: .3s;
}
.content-box .content a:hover {
    color: #ee6c4d;
    text-decoration: none;
}
.content-box .content p,
.content-box .content ul {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}
.red-box {
    background-color: rgba(238,108,77,.8);
    height: 100%;
    left: 50%;
    max-width: 800px;
    position: absolute;
    transform: translate(-50%, 0);
    width: 80%;
    z-index: 1;
}
.slide {
    height: 100%;
}
.slick-slide img {
    width: 100%;
}
.slick-dots button {
    display: none!important;
}
.slick-dots {
    bottom: 20px!important;
    left: 50%;
    position: absolute!important;
    transform: translate(-50%, 0);
    width: 100%!important;
}
.slick-dots li {
    background: #fff;
    cursor: pointer;
    display: inline-block;
    height: 10px!important;
    margin: 0 8px!important;
    width: 10px!important;
}
.slick-dots li:hover {
    background-color: #283241;
}
.slick-dots .slick-active {
    background-color: #293241;
}
.carousel-previous,
.carousel-next {
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    z-index: 99;
}
.carousel-previous:hover,
.carousel-next:hover {
    color: #283241;
}
.carousel-previous {
    left: 50%;
    transform: translate(-90px, 0);
}
.carousel-next {
    right: 50%;
    transform: translate(90px, 0);
}
#icon-info {
    padding: 3rem 2rem 6rem;
}
#icon-info-box {
    background: #98c1d9;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,.4));
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 1000px;
    z-index: 9;
}
#icon-info-box .icon {
    text-align: center;
    width: 100px;    
}
#icon-info-box .icon-container {
    text-align: center;
}
#icon-info-box .icon-container p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}


/***********MAP***********/
#us-map {
    background: #3d5a80;
    padding: 0 0 6rem;
    position: relative;
}
#us-map .red-box {
    top: 0;
}
#map-container {
    background: #293241;
    filter: drop-shadow(2px 4px 6px #000);
    margin: 0 2rem;
    padding: 2rem;
    position: relative;
    z-index: 3;
}
#us-map #map-intro {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto 1rem;
    max-width: 1000px;
}
#us-map .btn {
    width: 100%;
}
#us-map .btn,
#photo-btn {
    background: #98c1d9;
    border-radius: 5px;
    color: #293241;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 500;
    left: 50%;
    outline: none;
    position: relative;
    transform: translate(-50%, 0);
    transition: .3s all ease-in-out;
}
#photo-btn:hover {
    background-color: #ee6c4d;
    color: #fff;
}
.com-btn:active,
.com-btn:focus,
.com-btn:hover {
    background-image: unset;
    outline: none;
}
#southcom-btn:active,
#southcom-btn:focus,
#southcom-btn:hover {
    background-color: #4caf50;
    color: #fff;
}
#centcom-btn:active,
#centcom-btn:focus,
#centcom-btn:hover {
    background-color: #eb8d03;
    color: #fff;
}
#northcom-btn:active,
#northcom-btn:focus,
#northcom-btn:hover {
    background-color: #700170;
    color: #fff;
}
#indopacom-btn:active,
#indopacom-btn:focus,
#indopacom-btn:hover {
    background-color: #4270ad;
    color: #fff;
}
#africom-btn:active,
#africom-btn:focus,
#africom-btn:hover {
    background-color: #ffc300;
}
#eucom-btn:active,
#eucom-btn:focus,
#eucom-btn:hover {
    background-color: #f44336;
    color: #fff;
}
#us-map path {
    fill: #98c1d9;
    stroke: #fff;
    transition: fill .4s ease;
    transform-origin: center center;
}
#us-map path:hover {
    cursor: pointer;
    fill: #3d5a80;
}
#us-map #custom-map {
    display: block;
    height: 100%;
    width: 100%;
}
.green.active-green {
    fill: #4caf50!important;
}
.orange.active-orange {
    fill: #eb8d03!important;
}
.purple.active-purple {
    fill: #700170!important;
}
.blue.active-blue {
    fill: #4270ad!important;
}
.yellow.active-yellow {
    fill: #ffc300!important;
}
.red.active-red {
    fill: #f44336!important;
}
.active-list {
    display: block!important;
    transition: .3s all ease-in-out;
}
#side-list {
    position: relative;
}
#side-list td,
#side-list th {
    padding: 2px 1rem;
}
#side-list .fine-print sup {
    font-weight: bold;
    margin-right: 5px;
}
#side-list .single-list {
    background: #c2c2c2;
    display: none;
    left: 0;
    position: relative;
    top: 0;
}
#side-list table {
    margin: 0 auto;
    width: 100%;
}
#side-list table tr td:nth-child(1) {
    text-align: left;
}
#side-list table tr td:nth-child(2) {
    text-align: center;
}
#side-list table tr td:nth-child(3) {
    text-align: right;
}
#side-list table tr:nth-of-type(even) {
    background-color: #e5e5e5;
}
#side-list .fine-print {
    font-size: 16px;
    font-style: italic;
    line-height: 20px;
    margin: .5rem 1rem;
}
#side-list .fine-print span {
    display: block;
}
#side-list .state-list .fine-print {
    display: block;
    font-size: 14px;
    line-height: unset;
    margin: 0;
    padding-top: 5px;
}
#side-list caption {
    color: #fff;
    padding: 5px;
    text-align: center;
}
#side-list #southcom-title {
    background-color: #4caf50;
}
#side-list #centcom-title {
    background-color: #eb8d03;
}
#side-list #northcom-title {
    background-color: #700170;
}
#side-list #indopacom-title {
    background-color: #4270ad;
}
#side-list #africom-title {
    background-color: #ffc300;
    color: #000;
}
#side-list #eucom-title {
    background-color: #f44336;
}
#side-list .state-title {
    background-color: #ee6c4d;
    transition: all .3s ease-in-out;
}
.active-state {
    fill: #ee6c4d!important;
}


/***********QUOTE***********/
#quote-block {
    background: #090a2f;
    box-shadow: inset 0px 5px 10px 0px #000;
    overflow: hidden;
    position: relative;
}
#quote-block #seal {
    height: 170%;
    opacity: .1;
    position: absolute;
    right: -70px;
    top: -25px;
}
#quote-container {
    padding: 2rem 4rem;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
#quote-container p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
#quote-container #quote {
    font-style: italic;
    font-weight: 600;
    margin-bottom: 1rem;
}
#quote-container #person {
    font-weight: 100;
}
#quote-container #person span {
    display: block;
}


/***********BOTTOM***********/
#dnn_ContentPaneFullBleed6 {
    background: #3d5a80;
    overflow: auto;
}
.bottom {
    width: 50%;
}
#photo-side {
    float: left;
}
#article-side {
    float: right;
}
.bottom h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
    text-align: center;
}
.bottom h2::after {
    background: #fff;
    bottom: -8px;
    content: '';
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
}
#photo-container,
#article-container {
    padding: 2rem
}
#photo-side h2::after {
    width: 450px;
}
#article-side h2::after {
    width: 250px;
}
#photo-side .hover-overlay-layer .hover-overlay-center {
    font-size: 1rem;
    line-height: 1rem;
}
#photo-side .hover-overlay-layer .hover-overlay-center .hover-overlay-icon {
    font-size: 1.25rem;
    line-height: 1rem;
    margin: 0 0 5px;
}
#photo-side .gridlayout {
    padding: 15px 0 40px!important;
    text-align: center!important;
}
#photo-side .gridlayout-row {
    margin: 0!important;
}
#photo-side .gridlayout-cell {
    padding: 0!important;
}
#article-side .titles-only-list h3 {
    color: #fff!important;
}
#article-side .titles-only-list figcaption time {
    color: #e3e3e3!important;
    font-size: 16px;
}
#article-side .titles-only-list .content-type-text {
    color: #d3eefd!important;
    font-sie: 17px;
}
#article-side .titles-only-list .item:hover h3 span {
    border-left: 3px solid #ee6c4d!important;
    color: #ee6c4d!important;   
}
#article-side .titles-only-list hr {
    border-bottom: none!important;
    border-top: 2px solid #98c1d9!important;
}

/***********RESPONSIVE***********/
@media screen and (max-width: 1200px) {
    #main-ban #image-bg {
        top: 60px;
    }
}
@media screen and (max-width: 1024px) {
    #main-ban {
        height: 70vh;
    }
    #icon-info {
        clear: left;
    }
    #first-section .slider-content {
        padding-bottom: 4rem;
    }
}
@media screen and (max-width: 992px) {
    .bottom {
        width: 100%;
    }
    #photo-side,
    #article-side {
        float: unset;
    }
    #icon-info {
        padding: 3rem 0 6rem;
    }
    #photo-container {
        padding: 2rem 2rem 1rem;
    }
    #article-container {
        padding: 1rem 2rem 2rem;
    }
}
@media screen and (max-width: 768px) {
    #icon-info-box .icon-container p {
        font-size: 15px;
    }
    .slick-dots {
        bottom: 10px!important;
    }
    .carousel-previous,
    .carousel-next {
        bottom: 10px;
    }
}
@media screen and (max-width: 648px) {
    #first-section h2 {
        font-size: 2rem;
    }
    #first-section h2::after {
        width: 75%;
    }
}
@media screen and (max-width: 576px) {
    #first-section h2 {
        font-size: 1.75rem;
    }
    #map-container {
        padding: 2rem 0;
    }
    #us-map .btn {
        padding: 15px;
    }
    #icon-info-box .icon {
        width: 70px;
    }
    #icon-info-box .icon-container p {
        font-size: 14px;
    }
}
@media screen and (max-width: 450px) {
    #main-ban .ban-title {
        font-size: 2.5rem;
    }
    .red-box {
        width: 95%;
    }
    #first-section {
        padding: 0;
    }
    #first-section .slider-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #map-container {
        margin: 0;
        padding: 2rem 1rem;
    }
    #quote-block #seal {
        height: 60%;
        top: 50%;
        transform: translate(0, -50%);
    }
    #quote-container {
        padding: 2rem;
    }
    .bottom h2 {
        font-size: 20px;
    }
    #photo-side h2::after {
        width: 95%;
    }
    #photo-container {
        padding: 2rem 1rem 1rem;
    }
    #article-side {
        padding-top: 2rem;
    }
    #article-container {
        padding: 1rem 1rem 2rem;
    }
    #us-map #map-intro {
        padding: 0 1rem;
    }
}






































