@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=League+Spartan:wght@100..900&display=swap');
*{
    margin: 0px;
    padding: 0px;
}


html, body{
    font-family: 'Lato', sans-serif;
    color:  #999999;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: normal;
    overflow-x: hidden;
    width:100%;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.contact-text .gform_body li.field_description_below  {
    font-family: 'Lato', sans-serif;
    word-spacing: normal;
    color: #999999;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}
p{
    font-size: 16px;
    line-height: 1.5em;
    font-family: 'Lato', sans-serif;
    padding: 5px 0px;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-weight: 400;
}

a{
    color:#12d7c4;
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
}
a:hover,a:focus{
    color: #4d9ad4; 
}
input:focus{
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
a:hover{
    text-decoration: none!important;
}
h1{
    font-family: 'League Spartan';
    color: #4d9ad4;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 10px; 
    line-height: 1.3em!important;
}  


h2{
    font-size: 32px;
    font-family: 'Lato', sans-serif;
    color: #4d9ad4;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
} 
h3 {    
    font-size: 35px;
    font-family: 'Lato', sans-serif;
    color:  #4d9ad4;    
    font-weight: 400;
    line-height: 28px;

}
h4{    
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    color:  #4d9ad4;    
    font-weight: 600;
    line-height: 35px;

}
h5{    
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color:  #4d9ad4;    
    font-weight: 600;

}
h6{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color:  #4d9ad4;
    line-height: 1.3em;
}
strong{
    font-weight: 600;
}
img{
    max-width: 100%;
    height: auto;
}
.space-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.space-bottom-15{
    padding-bottom: 15px;
}
.space-bottom-30{
    padding-bottom: 30px;
}
.space-top-30{
    padding-top: 30px;
} 
.space-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.space-bottom-50{
    padding-bottom: 50px;
}
.space-top-50{
    padding-top: 50px;
} 
.space-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.space-bottom-40{
    padding-bottom: 40px;
}
.space-top-40{
    padding-top: 40px;
} 
.space-70{
    padding-top: 70px;
    padding-bottom: 70px;
}
.space-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.space-bottom-80{
    padding-bottom: 80px;
}
.space-top-80{
    padding-top: 80px;
} 
.gap-30{
    margin-top: 30px;
    margin-bottom: 30px;
}
.gap-bottom-30{
    margin-bottom: 30px;
}
.gap-top-30{
    margin-top: 30px;
}
.gap-bottom-20{
    margin-bottom: 20px;
}
.gap-50{
    margin-top: 50px;
    margin-bottom: 50px;
}
.gap-bottom-50{
    margin-bottom: 50px;
}
.gap-top-50{
    margin-top: 50px;
}
.gap-80{
    margin-top: 80px;
    margin-bottom: 80px;
}
.gap-bottom-80{
    margin-bottom: 80px;
}
.gap-top-80{
    margin-top: 80px;
}

.space-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.space-bottom-100{
    padding-bottom: 100px;
}
.space-top-100{
    padding-top: 100px;
} 
.space-top-15{
    padding-top: 15px;
} 
@media (min-width: 1200px){
    .container {
        max-width: 1180px;
    }
}
.main-content {
    position: relative;    
}
.max-850{
    max-width: 850px;
    margin: 0px auto;
}
.overflow-xy-hidden{
    overflow: hidden;
}
.preloader {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    position: fixed;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999999;
    top: 0;
    left: 0;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 6px solid #4d9ad4;
    border-color: #03e2b1 transparent #4d9ad4 transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    -moz-animation: lds-dual-ring 1.2s linear infinite;
    -o-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
}
@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes lds-dual-ring {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes lds-dual-ring {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fixed-top {
    top: 0px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0px 0px;
    position: absolute;
    z-index: 11;
}



/*********************Footer**************************/
.footer-custom{
    background-image: url('../images/footer.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    position: relative;
    width: 100%;
}
/* .home .footer-custom{
    background-image: none;
} */
ul.social-list-item li {
    display: inline-block;
    padding-right: 25px;
}

ul.social-list-item li:last-child{
    padding-right: 0px;
}
/* .home ul.social-list-item li a{
    color: #03e2b1;
    font-size: 20px;
} */

ul.social-list-item li a{
    color: #fff;
    font-size: 20px;
}
.footer-menu li{
    display: inline-block;
    padding-right: 15px;
}
.footer-menu li:last-child{
    padding-right: 0px;
}
.footer-menu li a{
    color: #ffffff;
    text-transform: uppercase;

    font-size: 16px;
    line-height: 20px;
}

/* .home .footer-menu li a{
    color: rgb(51, 51, 51);
} */
.copyright, .copyright a, .copyright p{
    color:#a6a6a6;
    font-size: 13px;
    line-height: 20px;
}

.footer-newsletter .gform_wrapper{
    margin: 0px 0px;
}
.footer-newsletter .gform_wrapper .top_label li{
    padding-right: 15px;
    margin-top: 0px;
}
.footer-newsletter .gform_wrapper .top_label li .ginput_container{
    margin-top: 0px!important;
}
.footer-newsletter .gform_wrapper .top_label li .ginput_container input {
    margin-top: 0px!important;
    color: #a6a6a6;
    border: none;
    padding: 10px 10px!important;
    font-size: 16px!important;
}
.footer-newsletter .gform_button  {
    margin-top: 0px !important;
    margin-right: 0px !important;
    color: #fff;
    background-color: #03e2b1;
    background: #03e2b1;
    border: 2px solid #03e2b1 !important;
    padding: 9px 20px;
    width: 100%!important;
    font-size: 16px!important;
}

/* .home .footer-newsletter .gform_button  {
    margin-top: 0px !important;
    margin-right: 0px !important;
    color: rgb(51, 51, 51);
    background-color: transparent;
    background: transparent;
    border: 2px solid #03e2b1 !important;
    padding: 9px 20px;
    width: 100%!important;
    font-size: 16px!important;
} */
.footer-newsletter .gform_wrapper .gform_body {
    width: calc(100% - 155px);
    float: left;
    vertical-align: top;
    clear: none;
}
.footer-newsletter .gform_wrapper .gform_footer {
    padding: 0px 0 0px 0;
    margin: 0px 0 0 -3px;
    float: left;
    width: auto;
    vertical-align: top;
    clear: none;
    width: 150px;
}
.gform_wrapper div.validation_error {
    color: #790000!important;
    font-size: 14px!important;
    font-weight: normal!important;
    margin-bottom: 10px!important;
    border-top: 0px solid #790000!important;
    border-bottom: 0px solid #790000!important;
    padding: 0px 0 0px 0!important;
    clear: both!important;
    width: 100%!important;
    line-height: 23px!important;
    text-align: center!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px;
    font-size: 13px;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent!important;
    margin-bottom: 0px!important;
    border-top: none!important;
    border-bottom: none!important;
    padding-bottom: 0px!important;
    padding-top: 0px!important;
    box-sizing: border-box;
}
/*.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: none!important;
}*/
.gform_wrapper .validation_message{
    font-weight: normal!important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-right: 0px;    
    padding-top: 0px;
    line-height: 15px;
}
.mobile-custom-menu {
    display: none;
}
.main-menu-transparant ul li{
    display: inline-block;
    padding: 0px 20px;
    padding-bottom: 20px;
}
/*.main-menu-transparant ul > li:last-child > a:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #fff;
    left: -12px;
    top: 3px;
}
.main-menu-transparant ul li .sub-menu li:last-child > a:after{
    display: none;
}*/
.main-menu-transparant ul li a:not([href]):not([tabindex]){
    color: #fff;
}
.main-menu-transparant ul li a{
    position: relative;
    color: #fff;    
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-family: 'Lato', sans-serif;
}
.main-menu-transparant ul li:first-child{
    padding-left: 0px!important;
}
.main-menu-transparant ul li:last-child{
    padding-right: 0px;
}
.main-menu-transparant ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -10px;
    left: 0;
    background-color: #03e2b1;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}
.main-menu-transparant ul li a:hover:before, 
.main-menu-transparant ul li.current-menu-item a:before,
.main-menu-transparant ul li.current-menu-ancestor a:before{
    visibility: visible;
    transform: scaleX(1);
}
.main-menu-transparant ul ul.sub-menu li.current-menu-item a{
    color: #12D7C5;
}
.main-menu-transparant ul li.current-menu-item a{
    font-weight: bold;
}
.header-bg .main-menu-transparant ul li a:before,
.single-header .main-menu-transparant ul li a:before{
    /*    background-color: #16864c;*/
}
.main-menu-transparant ul li.wpml-ls-item{
    padding: 0px 10px;
}
.main-menu-transparant ul li.wpml-ls-item a{
    font-weight: 600;
}
.main-menu-transparant ul li.wpml-ls-item a:before{
    display: none;
}
.main-menu-transparant ul li.wpml-ls-current-language a{
    font-weight: normal;
    pointer-events: none;
}

.main-menu-transparant ul ul.sub-menu {
    display: none;
    position: absolute;
    left: 15px;
    top: 40px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    min-width: 260px;
    padding-top: 12px;
    padding-bottom: 18px;
    padding-left: 10px;
    padding-right: 10px;
}
.main-menu-transparant li:hover ul.sub-menu {
    display: block;
}
.main-menu-transparant ul ul.sub-menu li{
    padding: 0px 0px;
    width: 100%;
    text-align: center;
}
.main-menu-transparant ul ul.sub-menu li a{

    padding: 12px 15px;
    display: inline-block;

    width: 100%;
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
    border-bottom: 0;
    text-align: left;
    color: #4d9ad4;  
}
.main-menu-transparant ul ul.sub-menu li a:hover{
    background-color: #FFF;
    color: #12D7C5;
}
.main-menu-transparant ul ul.sub-menu li:last-child a{
    border-bottom:none;
}
.main-menu-transparant ul ul.sub-menu li a:hover:before,
.main-menu-transparant ul ul.sub-menu li a:before{   
    display: none
}
.transparency-image img{
    height: 750px;
    width: 100%;
    object-fit: cover;
} 
#banner-outer {
    position: relative;
}
.main-logo{
    /*    // padding-top: 48px;*/
}
.main-logo img.website-logo {
    max-width: 120px;
} 
.transparency-content {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: flex-end;
    left: 0;
    top: 0;
    bottom: 0;
    padding-bottom: 7%;
}
.main-header {
    padding-top: 48px;
}
div#home-banner {
    min-height: 760px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.banner-content {
    margin-top: 15px;
    max-width: 750px;
    padding: 100px 0;
}

.itemorder2 .banner-title,.itemorder3 .banner-title {
    font-size: 100px !important;
    line-height: 100px;
} 
.home1 .banner-title{
    font-size: 80px;
    line-height: 90px;   
}
.banner-title {
    text-transform: uppercase;

    font-size: 60px;
    line-height: 56px;
    padding: 10px 0 30px;
}


.learn-more, .button {
    color: #fff;
    background-color: rgba(3, 226, 177, 1);
    background: rgba(3, 226, 177, 1);
    border-radius: 0;
    border: 2px solid rgba(3, 226, 177, 1);
    padding: 10px 15px;
    min-width: 140px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.banner-sub-title {
    text-transform: uppercase;
    font-size: 20px;
}

.page-top-section {
    background: #fff;
    padding: 60px 80px 0;
    margin-top: -50px;
    margin-bottom: 0;
    z-index: 01; 
    position: relative;
}

.home3 {
    background: linear-gradient(to right,rgb(124,208,216) 0%,rgb(81,156,209) 52%);
}

#this-time-is-now::after {
    content: '';
    position: absolute;
    width: -webkit-calc(100% + 50%);
    width: -moz-calc(100% + 50%);
    width: calc(100% + 0%);
    height: 135px;
    background-image: url(../images/2020bar.png);
    left: 0;
    bottom: 71px;
    z-index: 9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 0;
    background-repeat: no-repeat;
    background-position: 15% center;
}


#this-time-is-now {
    position: relative;
}


.home3 {
    padding: 70px 0 18%;
}


.hover-box-item {
    width: 33.33%;
    float: left;
}

.hover-box {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.hover-box-item-inner img {
    width: 100%;
}

.hover-box-item-inner {
    position: relative;
    overflow: hidden;
    height: 100%;
}



.hover-box-content-icon img {
    max-width: 100px;
    position: relative;
    top: 10px;
    transition: all 0.5s;
}
.back-image img {
    /* opacity: 0; */
    min-height: 162px;
}

.hover-box-content-icon {
    text-align: center;
}

.hover-box-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
    /*    background: rgba(29,116,164, 0.6);*/
    transition: all 0.5s ease-in-out;
    padding: 0 20px;
}

.hover-box-content div {
    flex-direction: column;
    width: 100%;
}

.hover-box-content-title {
    opacity: 0;
    transition: all 0.5s;
}

.hover-box-item-inner:hover .back-image {
    transform: scale(1.03);
}

.back-image {
    transition: all 0.5s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.hover-box-item-inner:hover .hover-box-content-title {
    opacity: 1;
}
.hover-box-content-title a {
    color: #fff;
    /* opacity: 0; */
    transition: all 0.5s;
    letter-spacing: .1em;
    text-decoration: none;
}
.main-heading-block.left-align {
    padding: 0 21px;
}
.hover-box-item-inner:hover .hover-box-content-icon img {
    top: 0;
}


.hover-box-content-title {
    opacity: 0;
    transition: all .5s;
}

.hover-box-content-icon img {
    max-width: 100px;
    position: relative;
    top: 10px;
    transition: all .5s;
}

.hover-box-item-inner > a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
}


.resource-content {
    width: 70%;
    padding-right: 50px;
    float: left;
}
.resource-image {
    width: 30%;
    float: left;
    margin-top: 8px;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: inline-flex;
    text-align: center;
    padding-left: 2%;
}
#scarousel .owl-item img {
    /* display: block; */
    /* width: 100%; */
}

.resource-category {
    color: #03e2b1;
    margin-bottom: 15px;
    font-weight: 500;
    /* text-transform: uppercase; */
    font-family: "Lato", Helvetica, Arial, Verdana, sans-serif !important;
}

/* .resource-title h2 {
    color: #fff;
} */

.resource-more {
    margin-top: 35px;
}


#scarousel .owl-nav {
    width: 32%;
    float: right;
    position: absolute;
    bottom: 50%;
    right: -1%;
    /* display: none; */
}

#scarousel .owl-nav.disabled {
    display: inherit !important;
}


#scarousel button.owl-next {
    float: right;
}

.home7{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgb(249, 249, 249);
    
}



.hover-box-item-inner:hover .hover-box-content-icon img {
    top: 0;
}
.new-event-list-item {
    width: 33.33%;
    float: left;
    display: inline-block;
}
.new-event-list-item-inner {
    padding: 0 15px;
}
.new-event-list-block {
    display: inline-block;
    width: calc(100% + 30px);
    margin: 0 -15px;
}
/*.new-event-image img {
    width: 100%;
   height: 207px; 
    transition: all .5s ease-in-out;
    object-fit: cover;
}*/
.new-event-title {
    margin: 15px 0;
} 
.new-event-list-item.event .hover-content {
    background: rgba(77,154,212, 0.8);
}
.new-event-list-item.post .hover-content {
    background: rgba(77,154,212, 0.8);
}
/*.new-event-texonomy, .new-event-author {
    text-transform: initial;
    font-size: 13px;
    line-height: normal;
    color: #999999;
    padding: 6px 0;
} */

.see-all a {
    /* color: #03E2B1; */
    text-decoration: none;
    font-weight: normal;
}
.see-all a:hover {
    /* color: #4D9AD4; */
}
.see-all {
    width: 100%;
    text-align: center;
}
.owl-carousel .owl-item img.resource-image-src {
    width: 81%!important;
}
.new-event-image {
    position: relative;
    overflow: hidden;
}
.hover-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,225,178, 0.56);
    color: #fff;
    padding: 50px 30px;
    line-height: normal;
    opacity: 0;
    transition: all 0.5s;
}
.new-event-list-item-inner.active .hover-content {
    opacity: 1;
}
/* .home .new-event-title a {
    min-height: 70px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.2em!important;
    color: rgb(51, 51, 51);
} */
.blue a, .blue, .blue a:hover, .blue {
    color: #4d9ad4;
    line-height: 1.1em;
    /*    margin-bottom: -10px;*/
}
.new-event-date {
    display: none;
}
.new-event-title {
    min-height: 75px;
}
.inner-box {
    max-width: 1030px;
    margin: 0 auto;
}

.container-white {
    background: #fff;
}
.new-event-author span {
    /* font-style: italic; */
}
.space-20 {
    margin: 20px 0;
}
.home9 {
    height: 550px;
    background-size: cover;
}
a.learn-more:hover, .button:hover,.home a.learn-more:hover,.home .button:hover {
    background: #4d9ad4;
    color: #fff;
    border-color: #4d9ad4 !important;
}
.gform_wrapper li input {
    margin-top: 2px !important;
    border: 1px solid #f9f9f9 !important;
    padding: 12px 10px !important;
    background: #f9f9f9;
}


.gform_wrapper li input::-webkit-input-placeholder,
.gform_wrapper li input::placeholder {
    color: #d9d9d9!important;
    opacity: 1;
}
.gform_wrapper li textarea::-webkit-input-placeholder,
.gform_wrapper li textarea::placeholder {
    color: #d9d9d9!important;
    opacity: 1;
}
.gform_wrapper li textarea{
    color: #a6a6a6;
}
.resource-body {
    display: none;
}

#scarousel .owl-dots {
    position: absolute;
    right: 4%;
    bottom: -10%;
}

#scarousel .owl-dots button.owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 7px;
}

#scarousel .owl-dots button.owl-dot.active:hover, #scarousel .owl-dots button.owl-dot.active {
    background-color: #4d9ad4!important;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.convener-gray::before {
    background: #f9f9f9!important;
    width: -webkit-calc(100% + 10%);
    width: -moz-calc(100% + 10%);
    width: calc(100% + 10%);
    margin: 0 auto;
    content: '';
    position: absolute;
    top: -40px;
    left: -10%;
    height: 120%;
}


.convener-gray-right::before {
    background: #f9f9f9!important;
    width: -webkit-calc(100% + 10%);
    width: -moz-calc(100% + 10%);
    width: calc(100% + 10%);
    margin: 0 auto;
    content: '';
    position: absolute;
    top: 0;
    right: -10%;
    height: 100%;
}

div#pageBanner {
    min-height: 600px;
    display: flex;
    align-items: center;
    background-position: top center;
    background-size: cover;
    flex-wrap: wrap;
}

.page-banner-content {
    padding: 120px 0;
    max-width: 600px;
}

.banner-content-inner {
    font-weight: 700;
    color: #fff;
}

.parallax-back{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);  
    background-attachment: fixed;    
    background-position: 50% -47px;
}


.crisis-top-section {
    padding-bottom: 80px;
}

.top-parallax-section {
    top: -54px;
    position: relative;
}


.wedo-content-page {
    padding: 60px 50px;
    background: #fff;
    width: 680px;
    max-width: 100%;
    position: relative;
    top: -80px;
    z-index: 1;
}

div#why-act-now {
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 56%, rgb(242, 242, 242) 79%);
}

.act-content-page {
    padding-top: 20px;
    padding-right: 20px;
}

.act-right h2 {
    padding: 2px 0 10px;
}

.maxwidthmax {
    max-width: 900px;
    margin: 0 auto;
}


.carbon8 {
    background-size: cover;
    background-position-y: -100px;
}
.key-factors-list .hover-box-item {
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    float: left;
}

.section-carbon .carbon8 {
    max-width: 1000px;
    margin: -35px auto 0;
    z-index: 1;
    position: relative;
} 

div#where_we_need_to_get_to {
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(241, 241, 241) 100%);
}

.maxwidthp {
    max-width: 700px;
    margin: 0 auto 35px;
}


.where-box {
    border-top-width: 2px !important;
    border-right-width: 2px !important;
    border-bottom-width: 2px !important;
    border-left-width: 2px !important;
    padding: 30px ;
    background-color: #ffffff !important;
    border-left-color: #f1f1f1 !important;
    border-left-style: solid !important;
    border-right-color: #f1f1f1 !important;
    border-right-style: solid !important;
    border-top-color: #f1f1f1 !important;
    border-top-style: solid !important;
    border-bottom-color: #f1f1f1 !important;
    border-bottom-style: solid !important;
}
.convener-gray ,.convener-gray-right{
    position: relative;
}
p.onlyforchange {
    display: none;
}
#backtotop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    font-size: 26px;
    border: none;
    outline: none;
    background-color: rgba(0,0,0,.2);
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 0px;
}

#backtotop:hover {
    background-color: rgba(0,0,0,.5);
}
#backtotop .ti-arrow-up{
    font-weight: bold;
}
.home8{
    position: relative;
}
.home8:before {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),color-stop(#fdfdfd),color-stop(#fafafa),color-stop(#f8f8f8),to(#f6f6f6));
    background-image: -webkit-linear-gradient(top,#ffffff,#fdfdfd,#fafafa,#f8f8f8,#f6f6f6);
    background-image: -moz-linear-gradient(top,#ffffff,#fdfdfd,#fafafa,#f8f8f8,#f6f6f6);
    background-image: -o-linear-gradient(top,#ffffff,#fdfdfd,#fafafa,#f8f8f8,#f6f6f6);
    background-image: linear-gradient(to bottom,#ffffff,#fdfdfd,#fafafa,#f8f8f8,#f6f6f6);
    content: '';
    position: absolute;
    width: 100%;
    height: 10%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.right-content{
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 300px;
}
button:focus{
    outline: none;
}
h1.page-heading-h1 {
    max-width: 300px;
}
.gform_confirmation_message h3 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.gform_confirmation_message h3 a{
    color: #333;
}
.contact-boxes .gform_wrapper li input{
    padding: 11px 10px !important;
}
.contact-boxes .gform_wrapper select{
    padding: 11px 10px !important;
    margin-left: 0px!important;
}
.gfield_select:focus, .gform_wrapper textarea.medium:focus{
    outline: none;
    box-sizing: none;
} 
.gform_wrapper select{        
    appearance: none;
    -webkit-appearance: none;
}
.contact-boxes{
    padding: 60px 80px 30px 80px;
}
.image-text p a{
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 16px;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    margin-bottom: 0px!important;
}
.contact-boxes .gform_wrapper .gform_footer{
    margin-top: 0px;
}
.resource-image_hk img {
    height: auto;
    width: 100%;
}
.resource-image_hk {
    padding-right: 30px;
}
.banner-single {
    background: #4893ca;
    padding: 100px 20px 40px 20px;
}
.event-menu-section {
    max-width: 80%;
}
.header-date {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 13px;
}
h6.event-date {
    margin-bottom: 5px;
    font-weight: 400;
    padding-bottom: 0;
    font-size: 13px;
}
.white {
    color: #fff;
}
.event-type {
    font-style: italic;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}
.header-title h2 {
    text-transform: none;
    max-width: 740px;
}
h6.event-author {
    font-weight: 400;
    font-size: 13px;
}

.where-box-title h4{
    font-size: 20px;
    font-weight: normal;
}
.where-box-content {
    padding: 10px 0px;
}
.where-box-image {
    margin-top: 15px;
}
#commissioning .modal-dialog ,.retrofitting .modal-dialog{
    max-width: 700px;
}
.modal-content{
    border-radius: 0px;
}
#commissioning .modal-dialog .modal-body,.retrofitting .modal-dialog .modal-body{
    padding: 35px 35px 50px;
}
.modal-content-inner-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 27px;
    margin: 23px 0;
    color: #fff;
}
.text-white p, .text-white{
    color:#fff;
}
.retrofitting .modal-content{
    background-color: rgb(78, 154, 212);
    border: none;
}
#commissioning .modal-content{
    background-color: rgb(36, 82, 131);
    border: none;
}
.modal button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;

}
body.modal-open{
    padding-right:0px!important;
}
.modal button.close img{
    max-width: 32px;
}
.modal button.close {
    color: #00ffb2;
    float: right;
    font-size: 53px;
    font-weight: 400;
    position: absolute;
    right: 18px;
    top: 0;
    text-shadow: unset;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    color: #fff;
}
a:not([href]):not([tabindex]){
    color: #12d7c4;
}
a:hover:not([href]):not([tabindex]){
    color: #4d9ad4;
}
.section-carbon {
    margin-top: 30px;
}
.maxwidth600{
    max-width: 600px;
    margin: 0px auto;
}

.change_we_need_boxes {
    max-width: 450px;
    overflow-wrap: break-word;
    margin: 0 auto 0 8%;
    text-align: left;
}
.change_we_need_boxes-outer{
    padding-left: 25px; 
    padding-right: 25px; 
}
.change_we_need_boxes-image {
    min-height: 350px;
}
.change_we_need_boxes-image.government {
    padding-top: 30px;

}
.change_we_need_boxes-image img{
    margin-left: -15px;
}

.change_we_need_boxes-image.government img{
    width: 500px;
    max-width: 100%;
    margin-left: 0px;
}
.change_we_need_boxes-image.commercial {
    padding: 20px 0px;
}
.section-carbon{
    position: relative;
}
.section-carbon:after{
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 0%, rgb(247, 247, 247) 39%);
}
.carbon-content-page.maxwidthp{
    margin-bottom: 100px;
}
.page-template-section-building .banner-content-inner {
    max-width: 320px;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
#likebox-wrapper * {
    width: 100% !important;
}
.banner-subtitle{
    color: rgb(0, 255, 178);
    font-size: 16px;
    padding: 0px 0px;
}
.show-mobile{
    display: none;
}
.where_we_need .sector-image img{
    width: 500px;  
    max-width: 100%;
}
h3.sector-image-title{
    font-size: 14px;
    text-align: center;
    max-width: 290px;
    margin: 0px auto 20px;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: .3px;
}
.where_we_need .sector-image-title{
    max-width: 300px;
    margin-bottom: 35px;
}
.where_we_need_content ul {
    list-style: disc;
    margin: 0 0 10px 20px;
}
h4.ccs-title{
    font-size: 20px;
    letter-spacing: .3px;
    font-weight: 400;
}
.ccs-box {
    margin: 70px auto;
    max-width: 450px;
}
.border-right{
    border-right: 1px solid #dee2e6;
}
.page-template-energy .where_we_need{
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 72%, rgb(240, 240, 240) 88%);
}
.white_bg{
    background-color: #fff;
}
.policy-solutions, .boxposition-outer {
    position: relative;
}
.boxposition{    
    position: absolute;
    width: 13%;
    height: 20%;
}
.boxposition:hover{
    cursor: pointer;
}
.modal_boxposition1{
    left: 10%;
    top: 22%;
}
.modal_boxposition2{
    left: 25%;
    top: 38%;
}
.modal_boxposition3{
    left: 56%;
    bottom: 10%;
}
.modal_boxposition4{
    left: 63%;
    top: 30%;
}
.page-template-energy .banner-content-inner {
    max-width: 300px;
}
.page-template-energy .change_we_need_boxes-image.government {
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 20px;
    text-align: right;
}
.normal-button{
    color: #fff;
    background-color: #03e2b1;
    background: #03e2b1;
    background: -webkit-linear-gradient();
    background: linear-gradient();
    padding: 10px 18px;
}
.normal-button:hover{
    background: #4d9ad4;
    color: #fff;
}
.normal-button:focus{
    color: #fff;
}
#watch-video .modal-dialog {
    max-width: 900px;
}
#watch-video.modal button.close{
    right: 0px;
    top: -55px;
    opacity: 1;
}
.examples-include-title{
    color: #12d7c4;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1.5em;
}
.examples-list-image img {
    width: 120px;
    margin: 0 auto;
}
.content-hover-text {
    display: inline-grid;
    background-color: rgba(3,226,177,.3);
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 9;
    left: 0;
    align-items: center;
    flex-direction: column;
    align-content: center;

}
.examples-list:hover .content-hover-text {
    background-color: #4999c8;
}
.examples-list:hover .examples-list-image img {
    display: none;
}
.content-hover-text .examples-list-content {    
    color: #fff;
    padding: 0 10px;    
    max-width: 420px;
    margin: 0 auto;
    display: none;
    letter-spacing: .5px;
    line-height: 1.5em;
}
.examples-list:hover .content-hover-text .examples-list-content{
    display: block;
}
.gray-bg{
    position: relative;
}
.gray-bg:before {
    position: absolute;
    content: ""!important;
    width: 100%;
    height: 70%;
    top: 15%;
    left: 0;
    right: 0;
    background-color: #f2f2f2;
    z-index: -1;
}
.other_example .modal-content {
    background-color: rgb(78, 154, 212);
    border: none; 
}  
.other_example .modal-dialog .modal-body {
    padding: 35px 35px 50px;
}
.max-width1050{
    max-width: 1050px;
    margin: 0px auto;
}
.whereare {
    background-color: rgb(249, 249, 249);
}
.potential_benefits_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.potential_benefits_list .potential_benefits_items{   
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.page-template-nature-based-solutions .banner-content-inner {
    max-width: 300px;
}
.page-template-nature-based-solutions .change_we_need_boxes-image.commercial {
    padding: 0px 0px;
}
.page-template-nature-based-solutions .change_we_need_boxes-image.government img {
    max-width: 100%;
    margin-bottom: 30px;
}
.page-id-1577 .change_we_need_boxes-image.政府 img {
    margin-left: 0;
    max-width: 400px;  
    margin-top: 20px;
    margin-bottom: 50px;
}
.page-id-1577 .change_we_need_boxes-image.商界 img {
    margin: 30px auto;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
    margin-bottom: 0px!important; 
}
.gform_wrapper .gform_footer{
    margin: 0px 0 0 0!important;
    padding-bottom: 0px!important;
}
.content-area-res {
    margin-bottom: 20px;
}
.page-template-default h1{
    margin: 20px 0px;
    font-size: 38px;
}
.page-template-default ul{
    margin-bottom: 30px;
}
.see-champion {
    border: 2px solid #fff;
    display: inline-block;
    width: auto;
    padding: 5px 20px;
    margin-top: 20px;
}
.climate_champions {
    background-color: #245283;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 20px;
    background-position: bottom center;
}
.maxwidth740 {
    max-width: 740px;
    margin: 0px auto;
}
.achieve_title {
    line-height: 1.3em;
    font-size: 28px;
}
.page-template-about-new .banner-title {
    line-height: 1.6em;
}
.about2-achive{
    position: relative;
}
.about2-achive:after{
    /*     content:'';
        position: absolute;
        bottom:0;
        left: 0;
        width: 100%;
        height: 100px;
        background-image: url('../images/achieve.jpg');
        background-repeat: no-repeat;
        background-size: cover; */
}
.about2-achive:before{
    /*     content:'';
        position: absolute;
        bottom:0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(135, 187, 227 , .80); */
}
.theory_image {
    max-width: 450px;
    text-align: center;
    margin: 10% ​auto 0px;
}
.theory-section{
    background: rgb(116,208,217);
    background: -moz-linear-gradient(left,  rgba(116,208,217,1) 0%, rgba(77,154,212,1) 40%);
    background: -webkit-linear-gradient(left,  rgba(116,208,217,1) 0%,rgba(77,154,212,1) 40%);
    background: linear-gradient(to right,  rgba(116,208,217,1) 0%,rgba(77,154,212,1) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74d0d9', endColorstr='#4d9ad4',GradientType=1 );
}
.theory-inner {
    padding: 60px 0px 50px 65px;
    margin-left: 20px;
}
.content_list li {
    position: relative;
    min-height: 135px;
}
.content_list-item:after{
    content: '';
    position: absolute;
    left: 48%;
    width: 2px;
    height: 204%;
    top: 43px;
    background-color: #255285;
}
.content_list-item {
    position: absolute;
    left: -90px;
    top: 3px;
}
.fa-stack-2x {
    font-size: 1.7em;
    font-weight: bold;
}
.fa-stack{
    width: 1.7em;
    height: 1.7em;
    line-height: 1.6em;
}
.fa-2x {
    font-size: 1.7em;
    font-weight: bold;
}
.item-number {
    font-size: 23px;
    font-weight: bolder;
}
.content_list li:nth-child(1) i.fa.fa-circle-o {
    color: #255285;
}
.content_list li:nth-child(1) .item-number{
    color: #255285;
}
.content_list li:nth-child(2) i.fa.fa-circle-o {
    color: #ffde38;
}
.content_list li:nth-child(2) .item-number{
    color: #ffde38;
}
.content_list li:nth-child(2) .content_list-item:after{
    background-color: #ffde38;
}
.content_list li:nth-child(3) i.fa.fa-circle-o {
    color: #03e2b1;
}
.content_list li:nth-child(3) .item-number{
    color: #03e2b1;
}
.content_list li:nth-child(3) .content_list-item:after{
    background-color: #03e2b1;
    height: 300%;
}
.hover-theory-box-content {
    border: 2px solid #03e2b1;
    padding: 50px 25px;
    overflow: hidden;
    position: relative;
    display: none;
}
/* .page-template-about-new h2 {
    font-weight: bold;
} */
.partner-logo {
    display: inline-flex;
    width: 100%;
    border: 2px solid #f2f2f2;
    align-items: center;
    min-height: 110px;
    text-align: center;
    justify-content: center;
}
.advisors-title {
    font-weight: 600;
}
.advisors {
    margin: 20px 0px;
}
.advisor-image {
    width: 200px;
    height: 200px;
    margin: 0px auto 10px;
    border-radius: 100px;
    display: inline-block;
    border: 4px solid #03e2b1;
    overflow: hidden;
}
.speacial-team-advisory {
    background: abd0eb;
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(171,208,235,1) 72%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(171,208,235,1) 72%);
    background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(171,208,235,1) 72%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#abd0eb',GradientType=1 );
}
.speacial-team-inner {
    width: calc(100% + 60px);
    position: relative;
    background-color: #fff;
    box-shadow: 0px -100px 235px 10px #ffffff;
    margin-left: -30px;
    padding: 20px 40px;
}
.see-profile {
    color: #03e2b1;
    font-weight:400;
    font-size: 16px;
}
.see-profile:hover{
    cursor: pointer;
}
.blue-border-bottom {
    border-bottom: 1px solid #4d9ad4;
}
.modal-content{
    border:0px;
}
.advisors-dialog.modal-dialog {
    max-width: 900px;
}
.advisors-dialog.modal-dialog .modal-body{
    padding: 0px 0px; 
}
.blue-bg{
    background-color: #4d9ad4;
}
.modal-content-area-title{
    font-size: 27px;
}
.modal-content-area {
    padding: 0px 20px;
}
.modal .advisors-dialog button.close{
    font-size: 32px;
    right: -45px;
    opacity: 1;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover{
    color: #00ffb2;
}
[class^="ti-"], [class*=" ti-"] {
    font-weight: bold;
}
.modal-backdrop{
    background-color: #4d9ad4;
}

/* body .gform_wrapper h1,body .gform_wrapper h2 {
    color: #999999;
    font-weight: 500;
} */

select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
    display: none;
}


input.form-control[name="search-box"] {
    background-image: url(https://www.hk2050isnow.org/wp-content/uploads/2021/05/search-5.png);
    background-repeat: no-repeat;
    background-position: 98%;
}

/* .gform_button.button {
    border-color: #fff;
} */


.news-list {
    margin-top: 40px;
}

a.button.white-btn {
    color: #fff;
    border-color: #fff;
}

.slider-box {
    background: linear-gradient(90deg, rgb(124, 208, 216) 3%, rgb(77, 154, 212) 100%);
}

.resource-content-inner {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.sector-box-item-inner {
    border: 2px solid rgb(3, 226, 177);
    height: 100%;
    padding: 15px; 
}

.sector-box-item {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 35px;
    text-align: center;
}

.home-inner-box.space-50 {}

.sector-box {
    display: inline-flex;
    flex-wrap: wrap;

    width: calc(100% + 30px);
    margin: 0 -15px;
}
.sector-box-content-icon img {
    max-width: 82px;
}

.sector-box-content-title a {
    color: #999999;
}

.sector-box-item-inner > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sector-box-item-inner {
    position: relative;
}

.page-top-section.home-page-top-section {
    padding: 100px 40px;
    /* max-width: 600px; */
    background: rgb(3, 226, 177);
    color: #fff;
    margin-bottom: 70px;
    margin-top: -13%;
    text-align: center;
}

.page-top-section.home-page-top-section h2 {
    color: #999999;
}

.page-top-section.home-page-top-section p {
    color: #999999;
}

/* .home1 {
    border: 15px solid rgb(3, 226, 177);
} */

a.learn-more.slider-btn {
    color: #fff;
    min-width: 200px;
}


.page-template-calculator 
.main-header {
    position: relative;
    background: #4d9ad4;
    padding-bottom: 30px;
}

.champions-filter {
    max-width: 1050px;
    margin: 60px auto;
}

label.form-head-label {
    font-size: 18px;
    color: #4D9AD4;
    font-weight: 500;
    border-bottom: 2px solid #4893ca87;
    width: 100%;
    padding: 4px 0;
    margin: 10px 0 20px;
}

.form-filter-box {
    margin-top: 20px;
}


label.form-head-label {
    font-size: 18px;
    color: #4D9AD4;
    font-weight: 500;
    border-bottom: 2px solid #4893ca87;
    width: 100%;
    padding: 4px 0;
    margin: 10px 0 20px;
}

.form-filter-box {
    margin-top: 20px;
}

.form-filter-box label.form-check-label {
    width: 100%;
    padding: 6px 10px 6px 30px;
}

.check-list.sector-check-list label.form-check-label {
    width: 33.33%;
    float: left;
    padding: 10px;
}

.check-list.sector-check-list label.form-check-label input.form-check-input {
    opacity: 0;
}

.champions-image_hk {
    border: 1px solid rgba(153, 153, 153, 1);
    padding: 20px 0px;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-bottom: 20px;
    position: relative;
}

.champions-image_hk img {
    display: inline-block;
    max-width: 210px;
}

.type {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 10px;
    background: rgba(3, 226, 177, 1);
    color: #fff;
}

.champions-list-item {
    margin-bottom: 30px;
}

.sector_list {
    display: inline-block;   
    margin-left:0px;
    margin-bottom: 20px;
}

.sector_list_item {
    display: inline-block;
    max-width: 60px;
    text-align: left;
    padding-right: 13px;
}

.total-item-count {
    margin-bottom: 15px;
    padding: 0 0 10px;
    border-bottom: 2px solid #4893ca87;
    max-width: calc(100% - 30px);
    margin: 0 auto 30px;
}

h5.chanpions-title-link a {
    color: #4D9AD4;
}

label.content-label {
    color: rgb(3, 226, 177);
    font-weight: 600;
}

.champions-details-section {
    background: #4d9ad40a;
    padding: 20px;
}

.champions-details-item {
    margin-bottom: 20px;
}

.champion-type_item {}

.champions-details-content * {
    color: #4d9ad4;
}

ul.social-list-item i {
    font-size: 46px !important;
}

a.social_link {
    font-size: 30px;
    padding-right: 15px;
}


.inner-content-sec-top {
    padding-bottom: 100px;

}

body .gform_wrapper h1, body .gform_wrapper h2 {
    margin-bottom: 20px;
}

footer ul.social-list-item i {
    font-size: 24px !important;
}

.author span {
    font-style: italic;
}

.goals-list-container {
    background: #4d9ad40a;
    padding: 30px;
}


li.goals-list-itam {
    list-style: disc;
    color: rgb(77, 154, 212);
    padding: 10px 0;
}

ul.goals-list {
    margin-left: 18px;
}

li.goals-list-itam {
    list-style: disc;
    color: rgb(77, 154, 212);
    padding: 10px 0;
}

ul.goals-list {
    margin-left: 18px;
}

.project-title {
    font-size: 20px;
    color: rgb(77, 154, 212);
    font-weight: 400;
}

#video.modal {
    background: rgb(37 82 133 / 80%);
    padding-right: 0 !important;
}

#video.modal .modal-body {
    padding: 0;
}

#video.modal-backdrop {
    display: none;
}
#video.modal .modal-dialog {max-width: 800px;}

#video.modal .modal-dialog .modal-content {
    background: transparent;
}

button.closebtn {
    background: transparent;
    border: 0;
    text-align: right;
    position: absolute;
    right: -45px;
}

button.closebtn img {
    max-width: 30px;
}

.modal-main-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}


.modal-main-content .modal-content {
    background: transparent;
}

.mySlides img {
    background: #fff;
}

.video-tiel,.image_name {
    color: rgb(3, 226, 177);
    margin-bottom: 5px;
}

.video-source,.image_source {
    color: #fff;
}

.project-image {
    margin-top: 25px;
}

.mySlides {
    flex-wrap: wrap;
    align-items: center;
}

.image_name {
    width: 100%;
    margin-top: 10px;
}

div#myModal {
    flex-wrap: wrap;
    align-content: center;
}


.modal-main-content span.close.cursor {opacity: 1;position: absolute;right: -55px;width: 100%;text-align: right;}

.modal-main-content span.close.cursor img {
    max-width: 30px;
}

.slide-nav {
    position: absolute;
    width: 100%;
    top: 36%;
}

.slide-nav a.next {
    float: right;
    margin-right: -45px;
}

.slide-nav a.prev {
    margin-left: -45px;
}

.image-list-item img {
    cursor: pointer;
}

.divider {
    display: inline-block;
    width: 100%;
    border: 1px solid #4893ca87;
    margin-bottom: 50px;
}

.total-item-count .reset-box {
    float: right;
    margin-top: -11px;
}

.video-image-he {
    position: relative;
}

.video-icon {
    position: absolute;
    top: 0;
    display: inline-flex;
    width: 100%;
    left: 0;
    height: 100%;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    /* text-align: center; */
    background: rgba(77, 154, 212, 0.298039215686275);
    cursor: pointer;
    opacity: 0;
}

.video-icon img {
    max-width: 60px;
    width: auto;
    height: auto;
}

.video-image-he:hover .video-icon {
    opacity: 1;
}

.image-list-item {
    margin-bottom: 20px;
}


.video-image-content {
    flex-wrap: wrap;
}


.new-event-date {
    color: rgb(3, 226, 177);
    font-weight: 400;
    margin-top: 20px;
}

.new-event-list-item.post {
    margin-bottom: 50px;
}

.new-event-texonomy {
    color: rgba(77, 154, 212, 0.498039215686275);
}

.filter-inner-box.video-inner-box .filter-box-item {
    width: 50%;
}

.margin-auto {
    margin: 0 auto;
}

.publication-form-row {
    max-width: 600px;
    margin: 0 auto;
}

.home1 .item.itemorder1 .banner-title {
    font-size: 52px;
    line-height: 60px;
}

.change_we_need_boxes h1 {
    font-size: 30px;
    text-transform: initial;
    letter-spacing: 2px;
}

.new-event-texonomy {
    color: #999999;
    font-size: 13px;
}

.new-event-author {
    font-size: 13px;
}

.new-event-author span {
    font-style: italic;
}

.champions-list-item-inner .sector_list_item img {

    width: 38px;
}

div#sectormodal .modal-content {
    background: rgb(77, 154, 212);
    color: #fff;
}

div#sectormodal  .modal-dialog{
    max-width: 650px;
}

#sectormodal h2.text-white {
    padding: 0 35px;
}

.sector-list-item {
    width: 50%;
    float: left;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
}

.sector-list-modal {
    display: inline-block;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.sector-list-item-image {
    width: 90px;
    float: left;
    padding: 12px;
}

.sector-list-item-title {
    width: calc(100% - 90px);
    float: left;
    /* padding: 15px; */
}

label.form-head-label[data-target="#sectormodal"] {
    cursor: pointer;
}

.theory_image {
    position: relative;
}

.research-circle.ho-circle {

    top: 3px;
    left: 32.33%;
    border: 6px solid #03e2b1;

}

.ho-circle {
    position: absolute;
    width: 35%;
    height: 34%;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

.platform-circle.ho-circle {
    border: 6px solid #03e2b1;
    bottom: 1px;
    left: 2px;
}

.action-circle.ho-circle {
    border: 6px solid #03e2b1;
    bottom: 1px;
    right: 2px;
}

.netzero-circle.ho-circle {
    border: 6px solid #fff;
    bottom: 26%;
    left: 33%;
}

.ho-circle.active-ho {
    opacity: 1;
}

.active-ho-box {
    display: block;
}

.theory-box-icon {
    width: 15%;
    float: left;
}

.theory-box-content {
    width: 85%;
    float: left;
    padding: 0 20px;
}

/* k */

.theory-box-content h4 {
    text-transform: uppercase;
}

.image-title-waste-box {
    height: 100%;
}

img.check-class {
    display: none;
}


label.form-check-label.check-label img.non-check-class {
    display: none;
}

label.form-check-label.check-label img.check-class {
    display: block;
}

label.form-check-label {
    cursor: pointer;
}

.climate_champions h1 {
    font-size: 30px;
}



.change_we_need_boxes-image img {
    max-height: 480px;
}

.change_we_need_boxes-image {
    min-height: 480px;
    padding-top: 30px !important;
}
.champions-details-content {
    margin-top: 10px;
}

.change_we_need_boxes-image {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: flex-end;
    height: 100%;
}

.change_we_need_boxes-image.civil.sector.individuals img {
    /* margin-bottom: -9px !important; */
    position: relative;
    bottom: -6px;
}

.change_we_need_boxes-image.government {
    align-items: center;
    flex-wrap: unset;
    padding-top: 0 !important;
}

.change_we_need_boxes-image.commercial img {
    position: relative;
    bottom: -6px;
}


.page-template-section-building .change_we_need_boxes-image.government img {
    position: relative;
    bottom: -6px;
}

.page-template-section-building .change_we_need_boxes-image.individuals img {
    margin-left: -30px;
}

.page-template-section-building .change_we_need_boxes-image.government {
    align-items: flex-end;
    flex-wrap: unset;
    padding-top: 0 !important;
}

.about2-achive.parallax-back {
    background-position: 100% 57%;
}

.show-mobile .theory_image {
    margin-bottom: 30px;
}

.show-mobile .content_list li:nth-child(3) .content_list-item:after {
    height: 0;
}

.advisors-dialog.modal-dialog .container {
    max-width: 100%;
}


.event-description iframe {
    width: 100% !important;
    max-width: 100%;
}


body.error404  .page-header-section {
    display: none;
}

.error404 .banner-single {

    height: 270px !important;
}


.new-event-image > img {
    width: 100%;
}

.no-link{
    cursor: none!important;
}
.check-list input[type=checkbox]{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
}
.check-list input:before {
    background-color: #fff;
    border: 1px solid #b6b6b6;
    content: ' ';
    display: block;
    left: -9px;
    height: 20px;
    position: absolute;
    top: -3px;
    width: 20px;
    z-index: 1;
}
.check-list input:checked:after {
    content: '';  
    background-color: #4d9ad4;
    display: block;
    left: -6px;
    height: 14px;
    position: absolute;
    top: 0px;
    width: 14px;
    z-index: 1;
}
label.form-head-label span{
    display: inline-block;
    width: 20px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
label.form-head-label:hover span {
    transform: rotate(360deg);
    transition: all .3s ease-in-out;
    font-weight: bold;
}
/*.champion-main-list .reset-option img {
    width: 38px;
    height: 38px;
}
.champion-main-list .reset-option:hover img{
    -webkit-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;    
}*/

@-webkit-keyframes rotate {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes rotate {
    100% { transform: rotate(360deg); }
}
.reloadSingle {
    height: 2em;
    padding: 0.25em;
    width: 2em;
    display: inline-block;
    position: relative;
     transition: all 1s ease-in-out;
}
.reloadSingle:hover{
    -webkit-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
     transition: all 1s ease-in-out;
}
.reloadSingle:before, .reloadSingle:after {
    content: "";
    display: block;
}
.reloadSingle:before {
    border-color: transparent #03e2b1 #03e2b1 #03e2b1;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.2em;
    height: 1.5em;
    width: 1.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.reloadSingle:after {
    border-color: transparent transparent transparent #03e2b1;
    border-style: solid;
    border-width: 0.3125em 0 0.3125em 0.5em;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
}

.page-template-insight .reloadSingle,.page-template-video .reloadSingle{
    margin-top:8px;
}
.media-box-image img {
    max-height: 228px;
    width: 100%;
    aspect-ratio: 109/61;
    object-fit: cover;
}
.media-box:hover{
	cursor: pointer;
}

.news-content ol, .news-content ul {
    list-style: auto;
}

.news-content li {
    margin: 10px 0;
}
.gform_wrapper li input{
    background-color: transparent;
    border: 1px solid #d9d9d9!important;
}
