@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200&display=swap');
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova bold';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Alt Rg';
    src: url('../fonts/ProximaNovaA-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNovaA-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*{
    margin: 0px;
    padding: 0px;
}
html, body{
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333;    
    overflow-x: hidden;
    width:100%;
}
p{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-family: 'Proxima Nova Rg', sans-serif;
    padding: 5px 0px; 
}
.p, p,li {
    font-family: 'Proxima Nova Rg';
    font-weight: 300; 
    font-style: normal; 
    font-size: 16px; 
    line-height: 24px; 
    color: #333; 
    letter-spacing: normal; 
    text-transform: inherit; 
    text-rendering: optimizelegibility;     
}
a, a:hover, a:focus{
    color:#333;
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    font-family: 'Proxima Nova Rg', sans-serif;
}
input:focus{
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
a:hover{
    text-decoration: none!important;
}
.ubermenu .ubermenu-target-text{
    font-family: 'Proxima Nova Rg', sans-serif!important;
    font-size: 14px;
    line-height: 20px; 
    font-weight: 300!important;
}
a:not([href]):not([tabindex]){
    color: #6eb245;
}
a:not([href]):not([tabindex]):hover{
    color: #fff;
}
.h1, h1 {
    font-family: 'Proxima Nova bold';
    font-weight: bold;
    font-size: 40px; 
    line-height: 1.3em; 
    color: #00954b; 
    padding-bottom: 10px; 
    letter-spacing: normal; 
    text-transform: inherit; 
    text-rendering: optimizelegibility;
}
.h2, h2 {
    font-family: 'Proxima Nova bold';
    font-weight: bold;
    font-size: 30px; 
    line-height: 1.3em; 
    color: #00954b; 
    letter-spacing: normal; 
    text-transform: inherit; 
    text-rendering: optimizelegibility;
    padding-bottom: 10px; 
}
.h3, h3 {
    font-family: 'Proxima Nova bold';   
    font-size: 20px; 
    font-weight: 700;
    line-height: 1.3em; 
    color: #dbba7e; 
    letter-spacing: normal; 
    text-transform: inherit; 
    text-rendering: optimizelegibility;
    margin-top: 0px;
    padding-top: 0px; 
    padding-bottom: 10px;
}
.h4, h4 {
    font-family: 'Proxima Nova bold';
    font-weight: bold;
    font-size: 18px; 
    line-height: 1.1em; 
    color: #00954b;
    padding-bottom: 10px; 
    letter-spacing: normal; 
    text-transform: inherit; 
    text-rendering: optimizelegibility;
}
.h5, h5 {
    font-family: 'Proxima Nova bold';
    font-weight: bold;
    font-size: 16px; 
    line-height: 1.1em; 
    color: #000;
    padding-bottom: 10px; 
    letter-spacing: normal; 
    text-transform: inherit; 
    text-rendering: optimizelegibility;
}
.h6, h6 {
    font-family: 'Proxima Nova bold';
    font-weight: bold;
    font-size: 18px; 
    line-height: 1.1em; 
    color: #6CB244;
    padding-bottom: 10px; 
    letter-spacing: normal; 
    text-transform: inherit; 
    text-rendering: optimizelegibility;
}



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-top-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-60 {
    padding: 60px 0;
}
.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;
} 
.main-content {
    position: relative;    
}
.max-800{
    max-width: 800px;
    margin: 0px auto;
}
.max-860{
    max-width: 860px;
    margin: 0px auto;
}
.max-940{
    max-width: 940px;
    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 #dbba7e;
    border-color: #dbba7e transparent #dbba7e 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);
    }
}
.mobile-custom-menu{
    display: none;
}
.main-logo {
    /*    background-color: #fff;*/
    padding: 0px 0px;
    position: relative;
    display: inline-block;
}
.home .main-logo {
    background-color: transparent;
}
.animated-header .main-logo{
    padding: 0px 15px 0px 25px;
}

.fixed-top {

    -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;
}
.website-logo{
    -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;
}
/*.main-header.sticky {
    background-color: #024e9a;
    -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;

}*/
/*.animated-header {
    position: fixed;
    top: 0;
    background-color: #024e9a;
    -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;
    width: 100%;
    z-index: 999999;    
    -webkit-transition: 0.3s;    
    -o-transition: 0.3s;    
    -moz-transition: 0.3s;    
    transition: 0.3s;   
    -webkit-transform: translateY(-100%);   
    -moz-transform: translateY(-100%);   
    -ms-transform: translateY(-100%);   
    -o-transform: translateY(-100%);   
    transform: translateY(-100%);
}*/
.main-header.header-bg{
    background-color: #fff;
    -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;
    box-shadow: 0px 0px 10px 0px #fff;
    position: fixed;
    width: 100%;
    z-index: 1030;
}

img.website-logo {
    max-width: 100%;
}
.navigation{
    float: right;
}
.max-1000{
    max-width: 1000px;
    margin: 0px auto;
}
.max-750{
    max-width: 750px;
    margin: 0px auto;
}
.section-1-content{
    margin: 150px auto;
    background-position: center center;
    background-size: cover;
}
.border-shadow{
    margin-top: 50px;
    width: 100%;
    height: 30px;
    background-image: url(../images/Tropical-Landscape-Finance-Facility.png);
    background-position: top center;
    background-size: cover;
}
.news-items-image img {
    max-width: 100%;
}

.yellow-bg.category-name {
    background: #2996c5;
    position: relative;
    display: inline-block;
    top: -21px;
    padding: 5px 10px;
    color: #fff;
}

p.byline {
    font-size: 14px;
    margin-bottom: 1rem;
}

a.read-more.news {   
    text-decoration: none;
    font-size: 16px;
    padding-bottom: 7px;
}
a.read-more:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #00954B;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}
.read-more:hover:before {
    visibility: visible;
    transform: scaleX(1);
}
a.read-more {
    position: relative;
}
.post-col-item {
    padding: 0 15px;
    margin-bottom: 35px !important;
}
.post-row {
    margin-bottom: 5px;
}
h3.news-post-title {   
    text-transform: capitalize;
    line-height: 26px;
    min-height: 88px;
}
p.bottom-text-line {    
    font-size: 14px;
    color: #949494;
    margin-bottom: 0;
    padding-bottom: 0 !important;    
    padding-top: 0px;
}
#bottom-menu li {
    display: inline-block;
    padding: 0px 10px;
    line-height: 13px;
}
#bottom-menu li:first-child{
    border-right: 1px solid #9e9e9e;
    padding-left: 0px;
}

#bottom-menu{
    font-size: 14px;
    color: #949494;
}
.footer-language .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{
    margin-bottom: 0px;
}
.footer-language .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul {
    text-align: right;
}
.wpml-ls-slot-footer:last-child a{
    padding-right: 0px!important; 
    color: #949494;
    position: relative;
}
.wpml-ls-slot-footer:last-child a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #949494;
    left: -1px;
    top: 7px;
}
.footer-language {
    margin-top: 20px;
}
.footer-language .wpml-ls-legacy-list-horizontal a {
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 1;
    font-size: 14px;
    color: #949494!important;
}
ul.footer-social {
    display: inline-block;
    width: 100%;
    font-size: 30px;   
}
ul.footer-social li {
    display: inline-block;  
}
.follow-us p{
    margin-right: 10px;
}
ul.footer-social li a {
    color: #6cb244;
    font-size: 27px;
    width: 40px!important;
    height: 40px!important;
    display: inline-flex;
    line-height: 41px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
ul.footer-social li a:hover {
    color: #6cb244;
    transition: all .3s ease-in-out;
}
#bottom-menu .menu-item a{
    color: #949494;
    font-size: 14px;
}
.home-content{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 1;
    max-width: 900px;
    margin: 0px auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#home-banner {
    background-position: top center;
    background-size: cover;
}
.owl-dots {
    position: relative;
    z-index: 2;
    width: 100%;
    bottom: 70px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    border-radius: 0px;
    height: 7px;
}
#slider-one.owl-carousel,#slider-home.owl-carousel{
    z-index: unset;
}
button:focus { 
    outline: none;
    outline: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.home-content .home-text p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3em;
}
.learn-more:focus{
    color: #6eb245;
}
.learn-more{
    color: #6eb245;
    text-transform: uppercase;
    padding: 10px 30px;
    border: 2px solid #6eb245;
    display: inline-block;   
    font-weight: bold;
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#6eb245), to(#6eb245));
    background-image: -webkit-linear-gradient(0, #6eb245, #6eb245);
    background-image: -moz-linear-gradient(0, #6eb245, #6eb245);
    background-image: -o-linear-gradient(0, #6eb245, #6eb245);
    background-image: linear-gradient(0, #6eb245, #6eb245);
    -webkit-background-size: 0 0;
    -moz-background-size: 0;
    -o-background-size: 0;
    background-size: 0;
    /*    -webkit-transition: .8s;
        -o-transition: .8s;
        -moz-transition: .8s;
        transition: .8s;*/
    background-repeat: no-repeat;
    background-position: bottom;
}
.learn-more:hover {
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    color: #fff;
}
.founding-partners-list {
    border: 2px solid #f1f1f1;
    text-align: center;
    width: 100%;
    height: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#founding-partners-outer{
    margin: 25px 0px;
}
.founding-partners-list img{
    max-width: 180px;
}
.main-menu-transparant ul li{
    display: inline-block;
    padding: 48px 15px;
}
.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{
    position: relative;
    color: #fff;
    font-family: 'Proxima Nova Rg', sans-serif!important;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
}
.main-menu-transparant ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #fff;
    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{
    visibility: visible;
    transform: scaleX(1);
}
.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-header.fixed-top .main-logo{  
    padding: 10px 0px;
}
.main-menu-transparant ul ul.sub-menu {
    display: none;
    position: absolute;   
    left: -40%;
    top: 117px;
    width: 180%;
    background-color: #fff;
    z-index: 1;
}
.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{
    color: #000;
    padding: 12px 0px;
    display: inline-block;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    font-weight: 300;
    font-family: 'Proxima Nova Rg', sans-serif!important;   
}
.main-menu-transparant ul ul.sub-menu li a:hover{
    background-color: #6eb245;
    color: #fff;
}
.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;
}
.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%;
}
.modal-open, .main-header{
    padding-right: 0px!important;
}
div[data-toggle="modal"]{
    cursor: pointer;
}
.banner-outer{
    position: relative;
}
.text-white{
    color: #fff;
}
.transparency-text p{
    color: #fff;
    font-size: 18px;
}
.transparency-content-inner {
    max-width: 465px;
    font-size: 18px;
}
.banner-video{
    margin-top: 20px;
}
.banner-video a {
    color: #fff;
    text-decoration: underline;
}
.footer-custom{
    background-color:#f9f9f9;
}
.footer-custom .widget-title {
    margin-bottom: 20px;
}
.footer-custom ul.menu li{
    padding: 5px 0px;
}
.follow-us p, .follow-us ul {
    display: inline-block;
    width: auto;
    margin-top: 5px;
}
.footer-newsletter .gform_wrapper .top_label .no-space div.ginput_container{
    padding: 0px 0px;
    margin: 0px 0px;
}
.footer-newsletter .gform_wrapper .top_label .no-space div.ginput_container input{
    margin-top: 0px;
    display: inline-block;
    border: none;
    padding: 10px!important;
    height: auto;
}
.footer-newsletter .gform_wrapper .gform_footer {
    margin-top: 0px;
    padding: 0px;
    max-width: 20%;
    display: inline-block;
}
.footer-newsletter .gform_wrapper .gform_footer  input.gform_button {
    margin-top: 0px;
    padding: 10px 20px;
    background-color: #6eb245;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
}
.footer-newsletter .gform_wrapper ul li.gfield {
    margin-top: 0px;
    width: 50%;
    display: inline-block;
    padding-right: 10px;
}
.gform_wrapper .gform_body {
    width: 100%;
}
.footer-newsletter .gform_wrapper .gform_body {
    display: inline-block;
    max-width: 80%;
    float: left;
}
.footer-newsletter .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px;
}
.footer-newsletter .gform_wrapper li.gfield.gfield_error, 
.footer-newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0px!important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    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 li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0px!important;
}
.footer-newsletter .gform_wrapper div.validation_error {
    color: #790000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    border-top: none;
    border-bottom: none;
    padding: 0px 0 16px 0;
    clear: both;
    width: 100%;
    text-align: left;
}
.footer-newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 16px;
}
.footer-newsletter .gform_wrapper .validation_message{
    font-size: 14px;
    font-weight: 500;
}
.follow-us {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.copyright-bar {
    border-top: 1px solid #e2e2e2;
}
.navigation ul {
    display: inline-block;
}
.navigation a.search-icon,.navigation a.search-icon:hover {
    color: #fff;
    float: right;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: 48px;
}
/*************************Search Bar *****************/
.navigation {
    position: relative;
}
.search-bar-inner{
    position: relative;
}

/*.search-bar-inner:after{
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 15px;
    top: 6px;
    color: #b9b9b9;
}*/
.search-bar input#search::placeholder{
    color: #b9b9b9;
}
.header-search-bar{
    display: none;
    position: absolute;
    top: 117px;
    z-index: 111;
    width: 100%;
}
.search-bar {
    padding: 20px 20px 1.5rem;
    position: relative;
    background-color: #fff;    
    width: 100%;
    border-top: 2px solid #16864c;
}
.search-bar input#search {
    width: 100%;
    padding: 5px 0px 5px 0px;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    font-size: 18px;
}
.search-bar__hint {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #b9b9b9;
    font-size: 14px;
}
.search-icon.close i:before{
    content: "\f00d";
}
.search-title {
    border-bottom: 1px solid #f2f2f2;
}
.header-bg .main-menu-transparant ul li a,
.single-header .main-menu-transparant ul li a{
    color: #16864c;
}
.header-bg .navigation a.search-icon, 
.header-bg .navigation a.search-icon:hover{
    color: #16864c;
}
.header-bg .main-menu-transparant ul li:last-child a:after{
    background-color: #16864c;
}
.transparency p, .rlu p{
    margin-bottom: 20px; 
}
.transparency h3, .rlu h3 {
    margin-top: 15px;
}
.policy li.nav-item a {
    border: 2px solid #6CB244;
    color: #6db245;
    border-radius: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    width: 100%;
    height: 100%;
    border-right: 0;
    padding: 0 10px;
}
.policy li.nav-item:last-child a {
    border-right: 2px solid !important;
}
.policy li.nav-item a.nav-link:hover, 
.policy li.nav-item a.nav-link.active {
    background-color: #6CB244;
    transition: all .2s ease-in-out;
    border-color: #6CB244;
    color: #fff;
    margin: 0px 0px;
}
.faq-section2.policy .card {
    border: none;
    background-color: #f9f9f9;
    padding: 40px 25px;
}
.faq-section2 .card-body {
    padding: 0px 0px 20px 0px;
}
.champion-type-button {
    display: inline-block;
    margin-right: 0px;
    padding: 12px 0px;
    font-size: 16px;
    /* min-width: 250px; */
    text-align: center;
    margin-top: 0px;
    transition: all .3s ease-in-out;
    font-weight: 500;    
}
.policy li.nav-item {
    width: 20%;
    float: left;
    margin-bottom: unset;
    padding-bottom: 0px !important;
    display: inline-block;
    margin: 0 0px;
}
.transparency-section2{
    background: rgba(0, 149, 75, 0.08);
}
.faq-section2.response {
    margin: 40px 0px;
}
.faq-section2 #accordion {
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card {
    border: none;
    background-color: transparent;
}
.faq-section2 .card-header {
    background-color: transparent;
    padding: 6px 0px;
    border-bottom: none;
    border-top: 1px solid rgba(0,0,0,.125);
    border-radius: 0px;
    cursor: pointer;
}

.faq-section2 .card-header p {
    font-size: 18px;
    padding: 15px 25px 15px 0px;
    position: relative;
    font-weight: 500;
    color: #6db245;   
    margin-bottom: 0px;
}
.faq-section2 .card .card-header p[aria-expanded="false"]:after {
    content: '\002B';
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 42px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    color: #6db245;
}
.faq-section2 .card .card-header p[aria-expanded="true"]:after {
    font-family: 'Montserrat', sans-serif;
    content: '\002D';
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 60px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    color: #6db245;
    font-weight: 200;
}
.transparency-section2 p{
    margin-bottom: 1rem; 
}
a.prev.inactive, a.next.inactive {
    display: none;
}
.chronology-content {
    max-width: 450px;
    margin: 0px auto;
}
.cd-horizontal-timeline .events a:hover {
    text-decoration: underline!important;
}
.transparency-section3 {
    background-size: cover;
    background-position: bottom center;
}
.chronology-content a{
    text-decoration: underline!important;
}
.top-page-menu-row {
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1.5px solid rgba(215, 215, 215, 1);
}
.page-menulist li a {   
    color: #6CB244;    
    font-style: normal;
    font-size: 16px;
    line-height: 20px;   
    font-weight: bold;
    text-decoration: none;
    position: relative;
}
.page-menulist > li {
    display: inline-block;
    padding: 10px 1%;
}
.page-menulist{
    text-align: center;
    padding: 12px 0px;
}
.page-menulist li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #6CB244;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}
.page-menulist li a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}
.border_space{
    margin: 70px 0px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.green-bullet li {
    position: relative;
    padding-left: 17px;
    padding-bottom: 12px;
}
.green-bullet li::before {
    content: " ";
    width: 9px;
    height: 9px;
    top: 5px;
    position: absolute;
    left: 0;
    background: #009e4c;
    border-radius: 50%;
}
.rlu-section2 {
    background: rgba(0, 149, 75, 0.08);
}
.rlu-section2 .card-body .tab-pane{
    background: #fff;
    margin-top: 30px;
    padding: 4%;
}
.rlu-section2 .card-body .tab-pane p{
    margin-bottom: 0px;
}
.project-logos {
    width: 100%;
    max-width: 200px;
}

.nav-tabs .nav-item.show .nav-link{
    border-color: transparent;
    background-color:transparent;
}
.nav-tabs .nav-link.active{
    background-color:#6CB244;
    color: #fff;
}
.nav-tabs .nav-link{
    border: 2px solid #6CB244;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    color: #6CB244;
    padding: 10px 0px;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-color: transparent;
    background-color:#6CB244;
    color: #fff;
}
#inner-tab-item.nav-tabs .nav-link{    
    border: none;
}
#inner-tab-item.nav-tabs .nav-link:focus,
#inner-tab-item.nav-tabs .nav-link:hover{    
    background-color:transparent;
    color: #6CB244;
}
.nav-tabs .nav-item {
    background-color: transparent;    
    color: rgba(0, 149, 75, 1);
    border-radius: 0;
    width: calc(33.33% - 44px);
    margin: 0 20px;
    padding-bottom: 0; 
    text-align: center; 
}
.shortcode_auesans .nav-tabs .nav-item {
    width:25%;
}
#tabs-title-region-nav-tabs{
    margin-top: 40px;
    margin-left: 0px;
}
#inner-tab-item{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#inner-tab-item.nav-tabs .nav-item{
    width: auto;
    border: none;
}
#inner-tab-item.nav-tabs .nav-item{
    margin: 0 15px;
}
#inner-tab-item.nav-tabs .nav-item .nav-link{
    font-weight: bold;
    color: #6CB244;
    padding: 0px;
    position: relative;
}
#inner-tab-item.nav-tabs .nav-item .nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #6CB244;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}
#inner-tab-item.nav-tabs.nav-tabs .nav-link.active{
    background-color: transparent;
    color: #6CB244;
}
#inner-tab-item.nav-tabs .nav-item .nav-link:hover:before,#inner-tab-item.nav-tabs.nav-tabs .nav-link.active:before{
    visibility: visible;
    transform: scaleX(1);
}
.rlu-section2 .card-body .card-body .tab-pane{
    padding: 0;
    margin-top: 0px;
}
.environmental-box {
    border: 1px solid #f2f2f2;
    margin: 15px 0px;
    padding: 15px;
    min-height: 300px;
}
.environmental-box h4{
    font-weight: bold;
    font-size: 27px;    
    color: #DBBA7E;
    padding-bottom: 0px;
    line-height: 1.3em;
}
.environmental-box h4 span {
    font-size: 16px;
}
.environmental-image {
    height: 150px;
}
.jambi-inner-head {
    color: #DBBA7E;   
}
.jambi-image-content {
    position: absolute;
    bottom: 0px;
    color: #fff;
    background: rgb(0 149 75 / 69%);
    padding: 15px 10px;
    width: 100%;
    font-size: 14px;
}
.jambi-outer{
    position: relative;
}
.environmental-tabs-inner{
    padding: 20px 0px;
    border-top: 1px solid #f1f1f2;
    border-bottom: 1px solid #f1f1f2;
    margin-top: 50px;
}
.environmental-tabs-inner #inner-tab-item {
    margin-top: 0px;
}
.rlu-section3{
    position: relative;
    overflow: hidden;
}
.nav-tabs-wrapper.environmental-tabs {
    position: relative;
    margin-bottom: 30px;
}
.environmental-tabs:before {
    background-color: #f2f2f2;
    content: "";
    position: absolute;
    left: -25%;
    width: 150%;
    height: 1px;
    bottom: -30px;
}
.patrols {
    position: relative;
    padding: 70px 0px;
}
.patrols:before {
    background: rgba(219, 186, 126 , 0.20);
    content: "";
    position: absolute;
    left: -50%;
    width: 200%;
    height: 100%;
    top: 0px;    
    z-index: -1;
}
.petrol-title{
    color: #DBBA7E;   
}
.petrol-bottom-year-row {
    color: #DBBA7E;
    margin: 0px auto;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom:1px solid #00954B;
    max-width: 600px;
}
.petrol-bottom-row {
    max-width: 600px;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}
.petrol-bottom-col {
    float: left;
    width: 50%;
    font-size: 27px;
}
.petrol-bottom-col-inner {
    color: #00954B;
    max-width: 143px;
    text-align: left;
    margin: 0 auto;
}
span.smallvalue {
    font-size: 16px;
}
span.nextlinetext {
    font-size: 14px;
    width: 89%;
    display: inline-block;
}
.wildlife-image {
    max-width: 400px;
    height: 400px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.wildlife-image img {
    visibility: hidden;
}
.freda-list-number {
    font-size: 35px;
    line-height: 40px;
}
.freda-list-title, .ethics-content {
    font-weight: bold;
    color: #00954B;
    margin-bottom: 9px;
}
.introducing-box {
    margin-bottom: 30px;
    padding-right: 15px;
}
.freda-list-title-content {
    font-size: 15px;
}
.green-bullet li {
    position: relative;
    padding-left: 17px;
}
.green-bullet ul {
    margin: 0 0 10px 20px;
}
.rlu-options {
    max-width: 85%;
    margin: 30px auto;
    text-align: center;
    position: relative;
}
.rlu-options::before {
    content: " ";
    width: 6%;
    position: absolute;
    height: 27%;
    background-image: url(../images/u635.png);
    left: -6%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: -17px;
}
.rlu-options::after {
    content: " ";
    width: 6%;
    position: absolute;
    height: 27%;
    background-image: url(../images/u635.png);
    right: -6%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 37px;
    transform: rotate(180deg);
}
.rlu-options-content {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: 400;
}
.rlu-option-name {
    font-weight: bold;
    color: #00954B;
}
.rlu-section4 {
    -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;
    min-height: 400px;
    background-position: center center; 
}   
.faq-section2 ul#tabs-title-region-nav-tabs {
    justify-content: center;

}
.faq-section2 .nav-tabs .nav-item{
    margin: 0 0px;    
}
.faq-section2 .nav-tabs .nav-link{
    border-right: none;
}
.faq-section2 .nav-tabs .nav-item:last-child .nav-link{
    border-right: 2px solid #6CB244;
}
.faq-section2 .nav-tabs .nav-item .champion-type-button {
    padding: 10px 0px;
    width: 100%;
}
.questions-answers-content {
    padding: 20px 0px;
    max-width: 920px;
    margin: 0px auto;
}
.card-body-content ul li::before {
    content: "\2022";
    color: #6CB244;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 22px;
}
.faq-section2 ul {
    margin: 0 0 10px 20px;
}

.faq-section2 ul li{
    padding-bottom: 12px;
}
.rlu-section9{
    background-color: #00954b;
}
.maxwidthmedium-600 {
    max-width: 600px;
    margin: 0 auto;
}
.checkbox label, .radio label {
    cursor: pointer;
}
.award-image {
    width: 50%;
    float: left;
    background-size: cover;
    background-position: center center;
}
.award-list-item {   
    display: flex;
    width: 80%;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto 35px;
}
.award-content {
    width: 50%;
    float: left;
}
.award-col-inner {
    padding: 0 30px;
    text-align: left;
}
.award-image-list {
    text-align: left;
    margin-bottom: 20px;
    clear: both;
    display: inline-block;
}
.award-title {
    color: #DBBA7E;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1em;
    padding-bottom: 10px;
}
.award-read-more-link a {
    color: #6eb245 !important;
    font-weight: 400;
}
.award-image-list img {
    max-height: 55px;
}
.carousel-control.right {
    right: 0;
    left: auto;
}
.award-image .award-col-inner > img {
    visibility: hidden;
    width: 100%;
}
.easp-list {
    display: flex;
    /* width: 100%; */
    margin: 0 -30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}   
.easp-list-item {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.easp-list-inner {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 320px;
}
.esap-list-title {
    font-size: 30px;
    color: #fff;
    max-width: 300px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
}
.esap-list-content {
    display: none;
}
.esap-list-link {
    position: absolute;
    right: 20px;
    bottom: 20px;
    border: 2px solid #fff;
    display: inline-flex;
    width: 40px;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.esap-list-link a {
    color: #fff!important;
    text-decoration: none !important;
    font-size: 27px;    
    font-weight: bold;
}
.esap-list-link:hover a {
    color: #6db245!important;
    text-decoration: none;
}
.esap-list-link:hover {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.esap-list-link:hover {
    background: #fff;
    border: 0px;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.rlu-section7{
    background-color: rgba(219, 186, 126, .1);
}
table#tablepress-21 tr.row-1 th {
    background: #00954b;
    color: #fff;
    border-left: 1px solid #ddd;
    text-align: center !important;
} 
table#tablepress-21 .column-1 {
    text-align: center !important;
}
table#tablepress-21 th {
    padding: 12px;
    font-weight: 700;
    vertical-align: middle;
}
table#tablepress-21 {
    background: #f2f2f2;
}
table#tablepress-21 td {
    border: 1px solid #ddd;
    padding: 12px;
}
table#tablepress-21 td.column-1 {
    font-weight: bold !important;
    text-align: center;
}
.table_shortcode {
    margin-top: 0px;
}
.dataTables_wrapper {
    margin-bottom: 0em!important;
} 
.gov-right-image-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    overflow: hidden;
    width: 400px;
    height: 400px;
    text-align: center;
    margin: 0 auto;
}
img.gov-right-image {
    height: 100%;
    visibility: hidden;
}
ul.gov-left-list {    
    margin: 20px 0 10px 0px;
}
ul.gov-left-list li::before {
    content: "\2022";
    color: rgb(0, 149, 75);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    position: absolute;
    left: 0;
    top: 1px;
}
ul.gov-left-list li {
    position: relative;
    padding-left: 80px;
    line-height: 25px;
    padding-bottom: 12px;
}
span.green-span {
    color: #70B603;
    font-size: 27px;
    float: left;
    position: absolute;
    left: 19px;
    font-weight: 700;
}
.employee-list {
    display: inline-flex;
    align-items: flex-start;
    padding-bottom: 60px;
    border-bottom: 1px solid #c2c2c2;
    margin-top: 20px;
}
.employee-list-col {
    max-width: 33%;
    float: left;    
}
.employee-list-col-inner {
    padding: 0 15px;
}
img.employee-list-image {
    max-height: 150px;
}

.employee-head {
    color: #00954B;
    font-weight: 700;
    margin-bottom: 15px;
    min-height: 40px;
}
ul.employee-indicater {
    margin: 0;
}
span.light-green {
    background: rgba(108, 178, 68, 1);
}
ul.employee-indicater li {
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    padding-left: 50px;
    padding-bottom: 25px;
}
ul.employee-indicater li span {
    width: 30px;
    height: 30px;
    display: inherit;
    position: absolute;
    margin-top: -7px;
    left: 0;
    font-size: 0;
}
span.dark-green {
    background: rgba(0, 149, 75, 1); 
}
.employee-content{ 
    font-size: 30px;
}
.employee-bottom-content {
    line-height: 30px;
}
.jambi-right-content {
    margin-top: 35px;
}
.jambi-right-content li {
    text-align: left;
    position: relative;
    font-weight: normal;
    list-style: none;
    padding-bottom: 12px 
}
.jambi-right-content li::before {
    content: "\2022";
    color: rgb(0, 149, 75);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.card-body{
    padding-left: 0px; 
    padding-right: 0px;
} 
.employee-list.last-list {
    border: 0;padding-bottom:0px;
}
img.gov-left-bottom-image-list-image {
    max-width: 160px;
    margin-right: 15px;
}
.ethics-head {
    margin-top: 45px;
    border-top: 1px solid #797979;
    padding-top: 55px;
}
.ethics-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.ethics-list-col {
    text-align: CENTER;
    width: 33.33%;
    margin-bottom: 35px;
}
.ethics-content {
    max-width: 150px;
    margin: 0 auto;
    font-weight: bold;
    color: #00954B;
}
.ethics-list-col:last-child {
    width: 66.66%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.ethics-list-col:last-child .ethics-bottom-content {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: 600;
    max-width: 85%;
    margin: 30px auto;
    text-align: center;
    position: relative;
}
.ethics-list-col:last-child .ethics-bottom-content::before {
    content: " ";
    width: 6%;
    position: absolute;
    height: 27%;
    background-image: url("../images/u635.png");
    left: -6%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: -17px;
}
ul#menu-rlu-project-2020 > li {
    display: inline-block;
    padding: 10px 9px;
}
.page-template-rlu li a {
    font-size: 14px;
    color: #6CB244;
}
#shortcode_rlu .modal-content {
    padding: 20px;
}
.modal-dialog-centered{
    top:20px;
}
.modal-content{
    border-radius: 0px;
}
.modal-dialog{
    max-width: 700px;
}
.modal.show button.close {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: -40px;
    opacity: 1;
}
.modal.show button.close img {
    max-width: 100%;
}
#shortcode_rlu .esap-list-title {
    color: rgba(108, 178, 68, 1);    
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 20px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    max-width: 100%;
}
#shortcode_rlu .esap-list-content {
    display: block;
}

#shortcode_rlu .esap-list-content li {
    text-align: left;
    padding-left: 35px;
    position: relative;
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 12px ;
}
#shortcode_rlu .esap-list-content li::before {
    content: "✓";
    color: rgba(108, 178, 68, 1);
    margin-right: 24px;
    float: left;
    position: absolute;
    left: 0;
}
#see-table .modal-dialog {
    max-width: 1100px;
}
#see-table .column-1 {
    background: #00954b !important;
    width: 15% !important;
}
#see-table tr.row-1 th {
    background: #6cb244;
    color: #fff;
    border-left: 1px solid #ddd;
    font-weight: 700;
    vertical-align: middle;
}
#see-table thead th {
    border-bottom: 1px solid #ddd;
}
#see-table tr[role="row"] th, #see-table tr[role="row"] td {
    padding: 14px 0;
    text-align: center;
}
#see-table tbody td {
    border: 1px solid #ddd;
}
#see-table .modal-body{
    padding: 0px 0px;
}
#see-table .modal-content{
    background-color: transparent;
    border:none;
}
.jambitable-bottom {
    color: #fff;
}
#see-table .tablepress{
    background-color: #fff;
}
.tablepress caption {
    display: none;
}
.tablepress#tablepress-22 tbody tr td.column-1, .tablepress#tablepress-22 thead tr th.column-1, .tablepress#tablepress-23 tbody tr td.column-1, .tablepress#tablepress-23 thead tr th.column-1 {
    border-top: 0;
    color: #fff;
    font-weight: bold;
    border: 0 !important;
}
.description_pipeline p{
    margin-bottom: 15px;
}
.we_invest {
    background-color: #F8F1E5;
    height: 200px;
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    max-width: 100%;
    margin: 20px 0px;
}
.we_invest h3{
    padding-bottom: 0px;
}
#project-section2bg {
    background-size: cover;
    background-position: center center;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 450px;
    position: relative;
}
#project-section2bg .project-inner img{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#project-section2bg.hover .project-inner img{
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.project-inner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
.learn-more.text-white{
    border: 2px solid #fff;
}
.learn-more.text-white:hover{
    border: 2px solid #6eb245;
}
#governance-section2,#governance-section3{
    background-color: #F3FAF7;
}
.steering_committee_image{
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background-size: cover;
    background-position: top center;
    max-width: 100%;
    margin: 0px auto;
    margin-bottom: 15px;
}
.steering_committee_list h4{
    color: #6eb245;
    padding-bottom: 0px;
}
.steering_committee_list p {
    font-weight: bold;
}
.border-line{
    width: 100%;
    border-bottom: 2px solid #f1f1f1;   
}
#graph .modal-dialog,#graphfocus .modal-dialog {
    max-width: 1100px;
}
ul#menu-governance-menu > li, ul#menu-contact-us > li, ul#menu-about-us > li, ul#menu-careers > li, .page-menulist ul > li {
    display: inline-block;
    padding: 10px 9px;
}
body .shortcode_subscribe .gform_wrapper ul li.gfield {
    margin-top: 0px;
}
.shortcode_subscribe .gform_wrapper li.hidden_label input {
    margin-top: 0px;
    background-color: #F9F9F9;
    border: none; 
    padding: 13px 10px!important;
}
.shortcode_subscribe .ginput_container,.shortcode_subscribe .gform_wrapper .gform_footer{
    margin-top: 0px!important;
}
.shortcode_subscribe .gform_footer.top_label input[type="submit"],
.shortcode_contactus .gform_footer.top_label input[type="submit"]{
    margin-right: 0px!important;
    background-color: transparent;   
    background: transparent;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px solid #6CB244;
    color: #6CB244;
    font-weight: bold;
    min-width: 150px;
    text-align: center;
}

input:focus {
    outline: none;
}
.shortcode_subscribe .gform_footer.top_label input[type="submit"],
.shortcode_contactus .gform_footer.top_label input[type="submit"]{
    background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#6CB244), to(#6CB244));
    background-image: -webkit-linear-gradient(0, #6CB244, #6CB244);
    background-image: -moz-linear-gradient(0, #6CB244, #6CB244);
    background-image: -o-linear-gradient(0, #6CB244, #6CB244);
    background-image: linear-gradient(0, #6CB244, #6CB244);
    -webkit-background-size: 0 0;
    -moz-background-size: 0;
    -o-background-size: 0;
    background-size: 0;
    /*    -webkit-transition: .8s;
        -o-transition: .8s;
        -moz-transition: .8s;
        transition: .8s;*/
    background-repeat: no-repeat;
    background-position: bottom;
}
.shortcode_subscribe .gform_footer.top_label input[type="submit"]:hover,
.shortcode_contactus .gform_footer.top_label input[type="submit"]:hover{
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    color: #fff;
}
.gform_wrapper .field_description_below .gfield_error.gfield_description {
    padding-top: 0px;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background-color:transparent!important;
    border-top:none!important;
    border-bottom:none!important;
}
.gform_wrapper li.hidden_label input {
    margin-top: 0px!important;
}
.contact-usleft {
    background-color:#F3FAF7;
    padding:60px 40px;
    height: 100%;
}
.shortcode_contactus{
    background-color:#F8F1E5;
    padding:40px 20px;
    height: 100%;
}
.contact-usleft h2 {
    max-width: 300px;
    line-height: 1.3em;
}
.shortcode_contactus h4{
    font-size: 30px;
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
    padding-bottom: 0px;
}
.shortcode_contactus .gform_wrapper li.hidden_label input {
    margin-top: 0px;
    background-color: #fff;
    border: none; 
    padding: 13px 10px!important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.gform_wrapper select.medium{        
    appearance: none;
    -webkit-appearance: none;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 0px;padding: 11px 10px !important;
}
.gfield_select{
    margin-top: 0px;
    background-color: #fff;
    border: none; 
    padding: 12px 10px!important;
    color: #777;
}
.gfield_select:focus, .shortcode_contactus .gform_wrapper textarea.medium:focus{
    outline: none;
    box-sizing: none;
}
.shortcode_contactus .gform_wrapper .gform_footer{
    margin-top: 5px;
}
.shortcode_contactus .gform_wrapper textarea.medium{
    border: none;
}
.no-space {
    padding: 0px 0px;
}
.follow-usbox {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.follow-usboximage {
    width: 100%;
    display: inline-block;
}
.follow-usboximage img{
    width: 100%;
    display: inline-block;
    margin-bottom: -5px;
}
.follow-outer{
    background-color:#F3FAF7 ;
}
.follow-usbox i {
    font-size: 40px;
    margin-bottom: 15px;
    color: #6eb245;
}
ul#tabs-resources-nav-tabs {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
#tabs-resources-nav-tabs.nav-tabs .nav-item{
    width: auto;
    min-width: calc(20.3% - 20px);
    margin: 0px 10px;
}
#tabs-resources-nav-tabs.nav-tabs .nav-item:first-child{
    margin-left: 0px;
}
#tabs-resources-nav-tabs.nav-tabs .nav-item:last-child{
    margin-right: 0px;
}

.resources-list h4{
    color: #6CB244;
    padding: 30px 0px 20px;
    line-height: 24px;
}
.resources-list {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.resources-image{
    position: relative;
    height: 230px;
    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;

}
.resources-image-inner {
    display: inline-flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
}
.resources-image img {
    height: 230px;
    max-height: 230px;
    width: 100%;
    object-fit: cover;
    -webkit-transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    transition: .8s;
}
.resources-list:hover img{
    -webkit-transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    transition: .8s;
    transform: scale(1.1);
}
.publisher {
    position: absolute;
    bottom: -10px;
    background-color: #00954B;
    color: #fff;
    font-weight: bold;
    padding: 7px 15px;
}
.post-date {
    font-weight: 500;
    padding-bottom: 20px;
}
.post-content{
    padding-bottom: 20px;
}
.resources-list .award-read-more-link a {
    color: #6eb245!important;
    font-weight: 600;
}
.resources-list .award-read-more-link a.read-more:before{
    background-color: #6CB244;
}
.resources-image.event img, .resources-image.publication img {
    width: auto;
    margin: 0px auto;
}
.post-date span {
    margin: 0px 7px;
    font-weight: bold;
}
.text-white p, 
.text-white h5, 
.text-white h3{
    color: #fff;
}
.icon .ti-plus {
    color:#fff;
    font-size:30px;
    font-weight: bold;
}
.icon {
    position: absolute;
    width: 101%;
    height: 101%;
    left: 0;
    top:0;
    bottom: 0;
    right:0;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;     
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(108, 178, 68,.9)), to(rgba(108, 178, 68,.9)));
    background-image: -webkit-linear-gradient(left, rgba(108, 178, 68,.9), rgba(108, 178, 68,.9));
    background-image: -moz-linear-gradient(left, rgba(108, 178, 68,.9), rgba(108, 178, 68,.9));
    background-image: -o-linear-gradient(left, rgba(108, 178, 68,.9), rgba(108, 178, 68,.9));
    background-image: linear-gradient(to right, rgba(108, 178, 68,.9), rgba(108, 178, 68,.9));  
    -webkit-background-size: 0 0;
    -moz-background-size: 0;
    -o-background-size: 0;
    background-size: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    transition: .8s;
    background-repeat: no-repeat;
    background-position: bottom;
    visibility: hidden;
    cursor: pointer;
}
.founding-partners-list:hover .icon{
    visibility: visible;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    color: #fff;
}
span.ti-close{
    color: #00954b;
    font-size: 40px;
}
.modal.show button.close.btn-inside {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    text-align: right;
    padding: 0px 15px;
    display: inline-block;
    height: auto;
}
.modal-content.space-50 {
    padding-left: 20px;
    padding-right: 20px;
}
#banner-video .modal-body{
    padding: 0px;   margin-bottom: -5px;
}
.career3 h3{
    color:#DBBA7E ;
}
.content_with_icon img {
    max-width: 150px;
    margin: 0px auto;
}
.brown-color{
    color:#DBBA7E;
}
.content_with_icon h3{
    padding-bottom: 0px;
}
.content_with_text a{
    text-decoration: underline;    
}
.mobile-sub-menuitem{
    border: 1px solid #6CB244;
    color: #6CB244;
    margin-top: 15px;
    text-align: right;
    padding: 7px 10px;
    display: none;
}
.mobile-sub-menuitem .fa{
    font-size: 22px;
}
.mobile-sub-menuitem p {
    display: inline-block;
    float: left;
    padding: 0px;
    color: #6CB244;
    font-weight: bold;
}
.mobile-show{
    display: none;
}
.transparency-smalltext p {
    font-size: 14px;

}
.we_invest p {
    padding: 0px 5px;
}
.resources-img{
    max-width: 30px; 
    margin-bottom: 15px;
}
#right-content p, #grant-text p {
    margin-bottom: 10px;
    padding-bottom: 0;
}
#right-content h2, #grant-text h2{
    letter-spacing:0.035em;
}
#right-content p:last-child,#grant-text p:last-child{
    margin-bottom: 0px;
}
#right-content p strong, #grant-text p strong {
    font-weight: bold;
    font-size: 16px;
    font-family: 'Proxima Nova bold';
}
#inner-tab-item.event-inner {
    margin-top: 0px;
}
.resources-image.event {
    background-color: #F0F8FB;   
}
.resources-image.event .resources-image-inner{
    padding: 15px;
    max-width: 100%;
}
.resources-image.event img {
    max-width: 100%;
}
.footer-social .resources-img {
    margin-bottom: 0px;
    max-width: 22px;
}
#membership-form .gform_wrapper span.gform_description{
    color: #fff;
}
#membership-form .gform_wrapper li.hidden_label input {
    margin-top: 0px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    padding: 13px 10px!important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#membership-form .gform_footer.top_label input[type="submit"] {
    margin-right: 0px!important;
    background-color: transparent;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    min-width: 150px;    
    /*    text-align: center;*/

}
#membership-form  .gform_footer.top_label input[type="submit"]:hover {
    background-color: #6CB244;
    color: #fff;
    border: 2px solid #6CB244;
}
#membership-form h3.gform_title{
    font-size: 30px;
    font-family: 'Proxima Nova bold';
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 1.1em;
    color: #fff;
    text-align: left;
}
#membership-form .gform_wrapper .gform_footer {
    /*   padding: 0px 0 0px 0;
       text-align: center;*/
}
#membership-form .gform_wrapper ul.gform_fields li.gfield {
    /*    padding-right: 0px!important; */
    margin-top: 0px;
    padding-top: 0;
} 
#membership-form .gform_wrapper ul.gform_fields li.gfield.gf_right_half  {
    padding-right: 0px!important; 
} 
#membership-form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
#membership-form .gform_wrapper li.gfield_error textarea{
    border: 1px solid #f2f2f2!important;
}
#membership-form .modal-body{
    padding: 0px;
    background-image: url('../images/Newsletter_image.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    min-height: 440px;
    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;
    padding: 20px 40px;
}
#membership-form .modal-body .newsletter-leftimg {
    width: 101%;
    height: 101%;
    margin-top: -1px;
    margin-left: -1px;
    object-fit: cover;
}
#membership-form .gform_wrapper{
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
a[data-target="#membership-form"]:not([href]):not([tabindex]){
    color: #6eb245;
}
.gform_confirmation_message p span,.gform_confirmation_message p{
    color: #6eb245!important;
    text-align: center!important;
    padding-top: 12%;
    min-height: 100px;
}
#see-kpis .modal-dialog {
    width: 90%;
    max-width: 1366px;
    margin: 40px auto;
}
#see-kpis .modal-body{
    padding: 0px;
}
.faq-section2 ul.green-bullet {
    margin: 0 0 10px 0px;
}
li#menu-item-wpml-ls-290-id {
    display: none;
}
.search .navigation a.search-icon, .search .navigation a.search-icon:hover,
.page-template-default .navigation a.search-icon, .page-template-default .navigation a.search-icon:hover{
    color: #16864c;
}
li.wpml-ls-slot-footer.wpml-ls-item.wpml-ls-item-id.wpml-ls-last-item.wpml-ls-item-legacy-list-horizontal {
    display: none;
}
#governance-section4 a.learn-more {
    margin: 0px 10px;
}

.footer-newsletter .gform_confirmation_message p span, .footer-newsletter .gform_confirmation_message p {
    color: #6eb245!important;
    text-align: center!important;
    padding-top: 0%;
    min-height: auto;
}
/************20 may***************/
#promotionmodal.modal.show button.close {
    color: #fff;
    font-weight: 100;
    font-size: 40px;
}
#promotionmodal .modal-content .modal-body{
    background-image: url('../images/Eventimage.jpg');
    border: 0px;
    background-size: cover;
}
#promotionmodal .modal-dialog {
    max-width: 900px;
}
.promotionmodal-content {
    color: #fff;
    text-align: center;
    padding: 70px 0px;
}
#promotionmodal .modal-body {
    background-color: rgba(0, 0, 0, .1);
}
.modal-promotion-title {
    color: #fff;
    padding-bottom: 10px;
}
.modal-promotion-content {
    font-size: 16px;
    margin-bottom: 15px; 
}
.promotion-date-time {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0px 40px;
}
.promotion-date {
    margin-right: 30px;
    display: inline-flex;
    align-items: flex-start;
}
.promotion-time {
    display: inline-flex;
    align-items: flex-start;
}
.promotion-date-time img {
    width: 20px;
    margin-right: 10px;
}
.modal-promotion-footer img {
    max-width: 175px;
}
.modal-promotion-footer ul {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.modal-promotion-footer li {
    display: inline-block;
    padding: 0px 20px;
    line-height: 0;
}
.modal-promotion-footer {
    text-align: center;
    padding: 20px 0px;
}
#promotionmodal .modal-content{
    border: 0px;
}
.modal-backdrop.show {
    opacity: .7;
}
em {
    font-style: italic;
}