@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');
@font-face {
    font-family: 'Big Caslon';
    src: url('../fonts/BigCaslon-Medium.woff2') format('woff2'),
        url('../fonts/BigCaslon-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
*{
    margin: 0px;
    padding: 0px;
}
html, body{
    font-family: 'Rubik', sans-serif;
    font-size: 28px;
    line-height: 43px;
    color: #000000;    
    overflow-x: hidden;
    width:100%;
    text-rendering: optimizelegibility;
    font-weight: 300;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;

}
p{
    font-size: 25px;
    line-height: 43px;
    color: #000000;
    font-family: 'Rubik', sans-serif;
    padding: 5px 0px; 
    margin-bottom:0px;
    font-weight: 300;
    font-smoothing: antialiased;-webkit-font-smoothing: antialiased;
}
a, a:hover, a:focus{
    color:#000000;
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    font-family: 'Rubik', sans-serif;
    font-smoothing: antialiased;-webkit-font-smoothing: antialiased;
}
input:focus{
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
a:hover{
    text-decoration: none;
}

a:not([href]):not([tabindex]){
    color: #ffffff;
}
a:not([href]):not([tabindex]):hover{
    color: #fff;
}
.h1, h1 {
    font-family: 'Big Caslon';
    font-size: 150px; 
    line-height: .9em; 
    letter-spacing: 7.5px;
    color: #000000; 
    padding-bottom: 0px; 
    text-transform: inherit; 
    text-rendering: optimizelegibility;
    margin-bottom: 0px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
.h2, h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    font-size: 40px; 
    line-height: 1.5em; 
    color: #000000; 
    letter-spacing: normal; 
    text-transform: inherit; 
    text-rendering: optimizelegibility;
    padding-bottom: 15px; 
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
.h3, h3 {
    font-family: 'Rubik', sans-serif;;   
    font-size: 30px; 
    font-weight: 500;
    line-height: 80px; 
    color: #000000; 
    letter-spacing: normal; 
    text-transform: inherit; 
    text-rendering: optimizelegibility;
    margin-top: 0px;
    padding-top: 0px; 
    padding-bottom: 15px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
.h4, h4 {
    font-family: 'Rubik', sans-serif;;
    font-weight: bold;
    font-size: 16px; 
    line-height: 1.3em; 
    color: #000000;
    padding-bottom: 15px; 
    letter-spacing: normal; 
    text-transform: inherit; 
    text-rendering: optimizelegibility;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
.h5, h5 {
    font-family: 'Rubik', sans-serif;;
    font-weight: bold;
    font-size: 18px; 
    line-height: 1.3em; 
    color: #000000;
    padding-bottom: 15px; 
    letter-spacing: normal; 
    text-transform: inherit; 
    text-rendering: optimizelegibility;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
.h6, h6 {
    font-family: 'Rubik', sans-serif;;
    font-weight: bold;
    font-size: 16px; 
    line-height: 1.3em; 
    color: #000000;
    padding-bottom: 10px; 
    letter-spacing: normal; 
    text-transform: inherit; 
    text-rendering: optimizelegibility;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
ul , li{
    list-style: none;
}
strong {
    font-weight: 600;
}
img {
    max-width: 100%;
    height: auto;
}
.space-15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.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-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-bottom-70{
    padding-bottom: 70px;
}
.space-top-70{
    padding-top: 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;
} 

.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 #000000;
    border-color: #000000 transparent #000000 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 0px 0px;
    position: relative;
    display: inline-block;
}
.home .main-logo{
    display:none;
}
.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;
    position: fixed;
}
.home .header.header-bg {
    background: transparent;
}
.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%);
}*/
.header {
    display: inline-block;
    width: 100%;
    min-height: 80px;
    position: absolute;
    /*    position: fixed;*/
    top: 0;
    padding: 15px 0px;
    z-index: 2;
}

img.website-logo {
    max-width: 192px;
}
.navigation{
    float: right;
    position: relative;
}
.max-1000{
    max-width: 1000px;
    margin: 0px auto;
}
.max-750{
    max-width: 750px;
    margin: 0px auto;
}
.max-800{
    max-width: 800px;
    margin: 0px auto;
}
.navigation ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-menu-transparant li{
    display: inline-block;
    padding: 15px 15px;
}
/*.main-menu-transparant > li:last-child > a:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #fff;
    left: -12px;
    top: 3px;
}*/
.main-menu-transparant li .sub-menu li:last-child > a:after{
    display: none;
}
.main-menu-transparant li a{
    position: relative;
    color: #000000;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.main-menu-transparant li a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    bottom: -20px;
    left: 0;
    right: 0px;
    margin: 0px auto;
    background-color: #000000;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}
.main-menu-transparant li a:hover:before, 
.main-menu-transparant li.current-menu-item a:before,
.main-menu-transparant li a.mPS2id-highlight:before{
    visibility: visible;
    transform: scaleX(1);
}
.main-menu-transparant li.current-menu-item a{
    font-weight: bold;
}
.header-bg .main-menu-transparant li a:before,
.single-header .main-menu-transparant li a:before{
    background-color: #000000;
}
.main-menu-transparant li.wpml-ls-item{
    padding: 0px 10px;
}
.main-menu-transparant li.wpml-ls-item a{
    font-weight: 600;
}
.main-menu-transparant li.wpml-ls-item a:before{
    display: none;
}

.main-header.fixed-top .main-logo{  
    padding: 10px 0px;
}
.main-menu-transparant 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.sub-menu li{
    padding: 0px 0px;
    width: 100%;
    text-align: center;
}
.main-menu-transparant ul.sub-menu li a{
    color: #000;
    padding: 12px 0px;
    display: inline-block;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    font-weight: 300;
}
.main-menu-transparant ul.sub-menu li a:hover{
    background-color: #ffffff;
    color: #fff;
}
.main-menu-transparant ul.sub-menu li:last-child a{
    border-bottom:none;
}
.main-menu-transparant ul.sub-menu li a:hover:before,
.main-menu-transparant ul.sub-menu li a:before{   
    display: none
}
.header-search-bar {
    display: none;
    position: absolute;
    top: 117px;
    z-index: 111;
    width: 100%;
}
.main-menu-transparant li.wpml-ls-current-language a {
    font-weight: bold;
    pointer-events: none;
}
.search-bar {
    padding: 20px 20px 1.5rem;
    position: relative;
    background-color: #fff;
    width: 100%;
    border-top: 2px solid #16864c;
}
.search-bar-inner {
    position: relative;
}
.search-bar input#search {
    width: 100%;
    padding: 5px 0px 5px 0px;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    font-size: 18px;
}
.arctic-blue-color{
    color: #0DF6FF;
}
.light-mint-color{
    color: #A4F0F4;
}
.light-teal-color{
    color: #7BCAD6;
}
.blue-color{
    color: #45A9FF;
}

.values_title{
    font-weight: 500;
    font-style: italic;
}
.title-normal{
    font-weight: 600;
    letter-spacing: 3px;
}
.right-title h1 {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
}
.mission{
    position: relative;
}
.right-title {
    width:6%;
    position: absolute;
    right: 0;
    bottom: 90px;
}
.contact-us-section .right-title {
    left: -webkit-calc(100% - 125px);
    left: -moz-calc(100% - 125px);
    left: calc(100% - 125px);
    right: unset;
    bottom: 15%;
}
.image_mission img {
    max-height: 94vh;
    width: 100%;
    object-fit: cover;
}
.values-about {
    position: relative;
}
.values-about .container:before {
    content: '';
    position: absolute;
    width: 100%;
    top:0;
    height: 1px;
    background-color: #bbbbbb;
}
.values-about .container:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom:0;
    height: 1px;
    background-color: #bbbbbb;
}
.values_item {
    margin-bottom: 30px;
}
.trustees-about{
    position: relative;
}
.trustees-about .container:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom:0;
    height: 1px;
    background-color: #bbbbbb;
}
.footer-custom{
    background-color: #000000;    padding: 15px 0px; min-height: 80px;
}
.footer-custom p, .footer-custom a{
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 39px;
}
.initiatives-about {
    position: relative;
    /*  min-height: 100vh;
        display: flex;
         align-items: center;
         flex-direction: column;*/
}
.left-title {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1180px;
}
.left-title h1 {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
}
.our_initiatives_title p{
    font-family: 'Big Caslon';
    font-size: 80px;
    line-height: 40px;
    letter-spacing: 4px;
}
.our_initiatives_item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0px;
}
.our_initiatives_item > div {
    flex: 0 0 auto;
    width: 50%;
}
.our_initiatives_title {
    padding-left: 50px;
}

/************header Menu***********/
.search-icon-container {
    display: inline-block;
}
.header-custom-menu {
    display: inline-block;
    position: absolute;
    left:calc(100% - 40px);
    top:25px;
} 
nav#css-menu {
    position: relative;
    z-index: 99999;
    top: 7px;
    right: 0;
}
.header-custom-menu .hamburger-button {
    width: 45px;
    height: 30px;
    position: relative;
    cursor: pointer;
}
.hamburger-button.menu-opened{
    position: fixed;
    top: 23px;
    right:0%;
    z-index: 99999999;
    border: none;
}

.header-custom-menu .hamburger-button:after {
    position: relative;
    top: 15px;
    right: 0px;
    display: block;
    height: 4px;
    width: 100%;
    background-color: #0DF6FF;
    content: '';
    border-radius: 0px;
}
.header-custom-menu .hamburger-button:before {   
    position: relative;
    top: 6px;
    right: 0px;
    display: block;
    height: 4px;
    width: 100%;
    background-color: #0DF6FF;
    content: '';
    border-radius: 0px;
}
#css-menu .mainmenu-menu-outer {
    width: 100%;
    display: none;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#css-menu .mainmenu-menu-outer.open {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 100%;
}
.header-custom-menu #css-menu .mainmenu-menu-outer {
    height: 100%;
    width: 65%;
    background-color: #333333;
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    right: 0;
    top: 0;
    padding:80px 50px;
}
.mainmenu-menu-inner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;    
    -webkit-box-align: center;    
    -webkit-align-items: center;    
    -moz-box-align: center;    
    -ms-flex-align: center;    
    align-items: center;   
    width: 100%;   
    padding: 0px 0;
    height: 100%;
}
.mainmenu-menu-list > li {
    text-align: left;
    position: relative;
    width: 100%;
    max-width: 320px;
    padding: 10px 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;
}
.mainmenu-menu-list > li:hover {
    padding-left: 40px;
    -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;
}
.mainmenu-menu-list > li:hover:before{
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #0DF6FF;
}
ul.mainmenu-menu-list {
    width: 100%;
}
.mainmenu-menu-list:hover li a{
    opacity: .5;
}
.mainmenu-menu-list li:hover a{
    opacity: 1;
}
.mainmenu-menu-list li > .sub-menu:hover a{
    opacity: .5;
}
.mainmenu-menu-list li > .sub-menu li:hover a{
    opacity: 1;
}
.mainmenu-menu-list li a {
    font-size: 35px;
    font-weight: bolder;
    color: #fff;
    padding: 10px 0px;
    display: inline-block;
    position: relative;
    letter-spacing: 0.5px;
    font-family: 'Big Caslon';
}
.mainmenu-menu-list > li ul.sub-menu {
    position: absolute;
    left: 100%;
    top: -50%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.mainmenu-menu-list > li.has-sub:hover ul.sub-menu{
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 100%;
}
.mainmenu-menu-list > li ul.sub-menu li a {
    font-size: 20px;
    padding: 10px 0px;
    font-family: 'Rubik', sans-serif;
    line-height: 30px;
}
.mainmenu-menu-list > li ul.sub-menu li a:hover {
    color: #0DF6FF;
}

.header-custom-menu .hamburger-button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    top: 18px;
    border: 0;
    height: 4px;
    background: #0DF6FF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header-custom-menu .hamburger-button.menu-opened:before {
    top: 22px;
    background: #0DF6FF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
} 
.header-custom-menu .footer-social li a:hover {
    border-color: #fff;
}
#menu-top-menu li{
    display: inline-block;
}
#menu-top-menu li a{
    color: #003DA6;
    padding: 0px 10px;
}
.header-custom-menu .footer-social li a:hover i {
    color: #fff;
}
.header-custom-menu .footer-social{
    padding:0px;
    margin: 0px 0px;
}
.header-custom-menu #css-menu .mainmenu-menu-outer {
    overflow: visible;
}
.header-custom-menu #css-menu .mainmenu-menu-outer.open::before {
    content: " ";
    left: -100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, .90);
}
.text-right {
    text-align: right!important;
}

.mission .mission-content h3:before{
    content: '';
    position: absolute;
    left: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 60px solid #0DF6FF;    
}
.mission h3{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.mission .mission-content.no-icon h3:before{
    display: none;
}
.contact-us-section {
    min-height: 100vh;
    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%;
}
.contact-us-section h3{
    font-style: italic;
    padding-bottom: 0;
    margin-bottom: 0;
}
div#gform_confirmation_wrapper_1 {
    margin-top: 10px;
}
div#gform_confirmation_message_1{
    font-size: 25px;
    line-height: 43px;
    color: #000000;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: none!important;
    background-color: transparent!important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}

@keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}
.contact-us-section{
    position: relative;
}
.gform_wrapper.gravity-theme input[type=color], 
.gform_wrapper.gravity-theme input[type=date], 
.gform_wrapper.gravity-theme input[type=datetime-local], 
.gform_wrapper.gravity-theme input[type=datetime], 
.gform_wrapper.gravity-theme input[type=email], 
.gform_wrapper.gravity-theme input[type=month], 
.gform_wrapper.gravity-theme input[type=number], 
.gform_wrapper.gravity-theme input[type=password], 
.gform_wrapper.gravity-theme input[type=search], 
.gform_wrapper.gravity-theme input[type=tel], 
.gform_wrapper.gravity-theme input[type=text], 
.gform_wrapper.gravity-theme input[type=time], 
.gform_wrapper.gravity-theme input[type=url], 
.gform_wrapper.gravity-theme input[type=week], 
.gform_wrapper.gravity-theme select, 
.gform_wrapper.gravity-theme textarea{
    border: none;
    border-bottom: 1px solid #888;
    padding: 0px 0px!important;
    font-style: italic;
    font-weight: normal;    
    background-color: transparent;
}
.contact-inner .gform_wrapper.gravity-theme textarea:focus{
    outline: none;
}
.contact-inner .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 200px;
    resize: none;
}
.contact-inner .gform_wrapper .gfield_error [aria-invalid=true] {
    border: none;
    border-bottom: 1px solid #888;
}
div#gfield_description_1_5 {
    margin-top: 0px;
    padding-top: 0;
}
.contact-inner {
    display: inline-block;
    width: 100%;
    padding-top: 200px;
    min-height: 90vh;
}
.gform_wrapper.gravity-theme .gform_footer input {
    border: none;
    background: none;
    font-size: 20px;
    font-weight: bold;
}
.contact-us-section input#gform_submit_button_1 {
    border: none;
    background: none;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    color: #333;
}
.contact-us-section #field_submit:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 40px;
    left: 85px;
    bottom: 0;
    background-image: url('../images/ARROW_black.svg');
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s all ease-in-out;
} 
.contact-us-section #field_submit:hover:after{
    width: 90px;
    transition: .3s all ease-in-out;
}
/*.contact-us-section {
    background-color: #c1e3fb52;
}*/
#gform_wrapper_1 {
    position: relative;
}
.contact-us-section .gform_footer.top_label {
    position: absolute;
    right: 15%;
    padding: 0px!Important;
    margin: 0px!Important;
    bottom: 25px;
}
.contact-us-section .gform_wrapper.gravity-theme #field_submit{
    position: absolute;
    right: 20%;
    padding: 0px!Important;
    margin: 0px!Important;
    bottom: 35px;
}
.contact-us-section .gform_wrapper .gfield_validation_message, .contact-us-section .gform_wrapper .validation_message {
    background: transparent;
    border: none;
    margin-top: 8px;
    padding: 0px 0px!Important;
}
.contact-us-section .gform_wrapper .gform_validation_errors {
    background: none;
    border: none;
    box-shadow: none;
    margin: 0px;
    margin-left: -15px;
}
.contact-us-section .gform_wrapper .gform_validation_errors h2{
    margin: 0px;padding: 0px; 
}
.contact-inner h3:before {
    content: '';
    position: absolute;
    left: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 60px solid #0DF6FF;
    bottom: 15%;
}
.home-logo img.site-logo {
    max-width: 400px;
}
.banner-content p{
    font-size: 25px;
    line-height: 45px;
}
.banner-content span{
    font-family: 'Big Caslon';
}
.home-banner-area {
    max-width: 560px;
    margin-left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 65vh; 
    z-index: 1;
}
section#home-banner {
    overflow: hidden;
    display: inherit;
    position: relative;
}
.home .video-main{
    position: absolute; width: 55%; bottom: -15px;
}
.home video#video-background {
    width: 100%;
    height: calc(100vh - 80px);
    object-fit: cover;
}
/*#home-banner{
    background: -moz-linear-gradient(top,  rgba(154,251,255,0) 66%, rgba(154,251,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(154,251,255,0) 66%,rgba(154,251,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(154,251,255,0) 66%,rgba(154,251,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009afbff', endColorstr='#9afbff',GradientType=0 );
}*/
.homepage-menu{
    padding-left:0px;
}
.homepage-menu li {
    display: inline-block;
    padding: 0px 40px;
}
.homepage-menu li a{    
    font-family: 'Big Caslon';
    letter-spacing: 1.25px;
    font-size: 25px;
    line-height: 40px;
}
.homepage-menu:hover li a {
    opacity: .2;
}
.homepage-menu li:hover a {
    opacity: 1;
}
.homepage-menu li:first-child {
    padding-left: 0px;
}
.homepage-menu li:last-child {
    padding-right: 0px;
}
#home-slider .owl-dots {
    position: absolute;
    right: 15%;
    bottom: 5%;
    width: 1px;
}
#home-slider.owl-theme .owl-dots .owl-dot span {
    display: none;
}
#home-slider.owl-theme .owl-dots .owl-dot:hover{
    cursor: none;
}
.owl-theme .owl-dots .owl-dot {
    float: left;
    width: 1px;
    height: 25px;
    border-radius: 0px;
    margin: 0px;
    background: rgba(255, 255, 255, .5);
}
.owl-theme .owl-dots .owl-dot.active{
    background: #0DF6FF;
    width: 3px;
    margin-left: -1px;
}
.page-template-news .news-banner .banner_image{
    max-width: -webkit-calc(100% - 150px);
    max-width: -moz-calc(100% - 150px);
    max-width: calc(100% - 150px);
    border: 1px solid #333;
    border-top: none;    
    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;
}

.news-banner .banner_image{
    max-width: -webkit-calc(100% - 150px);
    max-width: -moz-calc(100% - 150px);
    max-width: calc(100% - 150px);
    border: 1px solid #333;
    border-top: none; 
}
.news-banner .banner_image img{
    width: 100%;
}
.news-banner-inner {
    position: relative;
    border-top: 1px solid #333;
    width:100%;
    display:inline-block;
}
.news-banner .right-title {
    top: 10px;
    bottom: unset;
    display: inherit;
    left: calc(100% - 125px);
}
.news-post-title {
    font-size: 25px;
    line-height: 35px;
    margin: 0;
    font-family: 'Big Caslon';
    letter-spacing: 0.5px;
    color: #000000;
}
p.news-post-excerpt {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.8px;
    color: #9F9F9F;
}
.news-listing-row {
    max-width: 95%;
    margin: 0px auto;
}
.news-post-image img {
    border: .5px solid #000000;
    width: 100%;
}
.learn-more {
    position: relative;
    color: #333;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.8px;    
    opacity:1;
    text-rendering: optimizelegibility;
    font-smoothing: antialiased;-webkit-font-smoothing: antialiased;
}

.learn-more-arrow {
    position: relative;
    width: 100px;
    height: 100%;
    right: -15px;
    bottom: 2px;
    display: inline-block;
}
.learn-more.text-white:hover{
    color:#0DF6FF!important;
}

.right-title-arrow {
    position: relative;
    width: 100px;
    height: 100%;
    right: -15px;
    bottom: 2px;
}

/* .learn-more:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    right: -130%;
    bottom: 0;
    background-image: url('../images/ButtonArrow.png');
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
} */
/*.learn-more:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 10px;
    right: calc(-130% + 3px);
    background-color: #7BCAD6;
    bottom: 20px;
    transform: rotate(315deg);
}*/
.news-listing-outer{
    border-top: 0.5px solid #000000;
}
.news-post-items {
    padding: 0px 65px;
    position: relative;
}
.news-post-image{
    position: relative;
}
.news-post-image:before{
    content: '';
    position: absolute;
    width: .5px;
    height: 100%;
    right:-2rem;
    background-color: #000000;
    top:0;
}
.news-post-taxonomy{
    color:#7BCAD6;
    font-size:16px;
    letter-spacing: 0.8px;
    line-height: 40px;
}
.flex-row-reverse .news-post-image:before{
    right:inherit;
    left:-2rem;
}
.category-tab {
    font-size: 16px;
    padding: 0px 25px;
    position: relative;
    letter-spacing: 0.8px;
    color: #333!important;
    cursor: pointer;
}
.category-tab.active{
    font-weight: 500;
}
.news-listing nav,#nav-pillars nav{
    border-top:.5px solid #000000;
}
.nav-tabs {
    border-bottom:none;
}
.active.category-tab:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    background-color: #0DF6FF;
    bottom: -3px;
    z-index: 1;
}
.news-banner-event {
    border: 1px solid #707070;
    position: absolute;
    left: calc(2.5% + 20px);
    max-width: 550px;
    background: #fff;
    padding: 35px 50px;
}                    
.news-banner-inner:before {
    content: '';
    position: absolute;
    left: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 60px solid #0DF6FF;
    bottom: -40px;
}
#myBtn {
    display: none; 
    position: fixed; 
    bottom: 100px; 
    right: 7px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    color: #000; 
    cursor: pointer; 
    padding: 0px; 
    border-radius: 10px; 
    font-size: 18px; 
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    font-weight: 500;
}
.news-single-image{
    border: 1px solid #333;
}
.newsroom-single-content p,
.newsroom-single-content a,
.newsroom-single-content li{
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.8px;
    color: #9F9F9F;
}
.newsroom-single-content a{
    color: #7BCAD6;
}
.newsroom-single-content ol, .newsroom-single-content ul {
    padding-left: 0;
}
.button-arrow-link .learn-more{
    padding-right: 25px;     margin-top: 0;
}
p.share-this {
    font-size: 20px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
}
.facebook-share a{
    border: 1px solid #333;
    font-size: 19px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}
.facebook-share a:hover{
    border: 1px solid #7BCAD6;
    color: #7BCAD6;
}
.related-title{
    border-bottom: 1px solid #707070;
    padding-bottom:15px;
}
.related-post {
    padding: 30px 0px;
}
.related-post:last-child{
    border-bottom: 1px solid #707070;
    padding-bottom: 80px;
}
.news-single-page {
    padding-bottom: 15%;
    position:relative;
}
.button-arrow-link {
    margin-top: 50px;
}
.news-post-contentarea{
    max-width: 750px;
}
.news-single-bannerarea{
    position: relative;
}
.news-single-bannerarea:before {
    content: '';
    position: absolute;
    left: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 60px solid #0DF6FF;
    bottom: 42px;
}
.heading-content {
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    font-style: italic;
    padding-left: 115px;
}
.mode-content p{
    font-size: 25px;    
    line-height: 40px;
    margin-bottom: 15px;
}
.mode-content {
    max-width: 750px;
}
button.btn-close {
    position: absolute;
    right: -50px;
    background: transparent url("../images/download.svg") center/1em auto no-repeat;
    opacity: 1;
    top: -7px;
}
.modal-body {
    padding: 0;
    border: 1px solid #000000;
}
.modal.show {
    background: #fff;
}
.modal-dialog {
    max-width: 850px;
}
.modal-content{
    background-color: #333;border-radius: 0px;
}
.modal-post-title{
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.5px;
}
.modal-post-content p, .modal-post-content li{
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.8px;
}
.modal-post-content ul {
    padding-left: 18px;
    margin: 15px 0px;
}
.modal-contentarea ul li {
    position: relative;
    padding-left: 20px;
    margin: 10px 0px;
}
.modal-contentarea ul li::before {
    left: -18px;
    position: absolute;
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #0DF6FF; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    /*    width: 2em;  Also needed for space (tweak if needed) 
        margin-left: -1em;  Also needed for space (tweak if needed) */
}
.modal-contentarea{
    padding: 30px;
}
.modal-post-content a{
    color: #0DF6FF;    display: inline;
}
.modal:before {
    content: '';
    position: absolute;
    left: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 60px solid #0DF6FF;
    bottom: 15%;
}
.modal-contentarea .learn-more:after{
    right: 0px;
}
.contentarea-left{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.btn-close:focus{
    box-shadow: none;
}  
#home-svg-gradient-background #wrapper{
    opacity: .5;
}
#home-svg-gradient-background{
    height: auto;
}
.pillars-listing{ 
    margin-top: 15px;
}
#home-slider.owl-carousel .owl-item img {
    height: calc(100vh - 80px);
    object-fit: cover;
    margin-left: -3px;
}
.hide-desktop{
    display:none;
}
.news-single-image img {
    width: 100%;
}
#pillars-nav.fixed {
    position: fixed;
    z-index: 11;
    width: 100%;
    top: 60px;
    border: none;
    -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;
}
#pillars-nav.fixed.active{
    z-index:0;
}
#pillars-nav.fixed .category-tab{
    line-height: 1.3em;
}
#pillars-nav.fixed .active.category-tab:after{
    bottom: -15px;
}
.video-main {
    max-height: 1075px;
    position: relative;
    z-index: -1;
    width: 100%;
    bottom: -14px;
    overflow: hidden;
    opacity: .5;
}
video#video-background {
    width: 100%;
}
#main-img img{
    width:100%;
    height:100%;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;

}
.main-img-inner{
    position: relative;
    overflow: hidden;
    width:100%;
    height:100%;
}
#overlay{
    background:rgba(255,255,255,0.2);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    display:none;
    text-align:center;
}
.initiatives-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 100%;
    padding: 100px 0px;
}
.initiatives-item h2 {
    cursor: pointer;
    font-size: 1.5rem;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0.4;
    color: #000000;
    font-family: 'Big Caslon';
    line-height: 3em;
    letter-spacing: 2px;
    opacity: 0.4;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
.pagination_arrow {
    left:-51px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    opacity: 0;
    border-left: 50px solid #000000;
    border-bottom: 25px solid transparent;
    top: 35%;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
/*.initiatives-item .active .pagination_arrow,*/
.initiatives-item a:hover .pagination_arrow {
    opacity: 1;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
.initiatives-item a:hover h2{
    opacity:1;
    transform: translate(2.5%, 0px);
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
.initiatives-item {
    margin-left: 9px;
}
.pagination_btn{
    position: relative;
}
a[aria-controls="nav-5programs"]{
    pointer-events: none;
}
.contact-us-section .video-main {
    position: absolute;
    bottom: -15px;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    border-radius: 0px;
}
.owl-carousel .owl-item{
    overflow: hidden;
}
.trustees_item p {
    padding: 0px;
}
.page-template-initiative .right-title h1{
    font-size: 44px;
}