/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*@font-face {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    src: url("assets/fonts/Montserrat/Montserrat-Medium.ttf") format("opentype");
}
@font-face {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    src: url("assets/fonts/Montserrat/Montserrat-SemiBold.ttf") format("opentype");
}*/
body {
    font-family: 'proxima-nova', sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
}
input:focus {
    outline-offset: 0px !important;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

html{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    padding: 0;
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
    font-weight: 600;

}

a,a:not([href]):not([tabindex]){
    color: #747976;
    text-decoration: none;
}
a:hover,
a:not([href]):not([tabindex]):hover{
    color: inherit;
    text-decoration: none;
}
#navbar li a:hover,ul.footer-menu a:hover{
    text-decoration: none;
}
#navbar li.sigbutton a:hover,#navbar li.sigbutton:hover{
    color: #fff;
    background-color: rgb(53, 125, 181);
    transition: all .5s ease;
}

p {
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
}
#header,#footer,body,#content{
    display: inline-block;
    width: 100%;
    float: left;
}
.navbar-toggle {
    display: none;
}

a.navbar-brand span,.logo-b.navbar-brand span {
    color: #000;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    line-height: 1.1;
    padding: 8px 0 0 15px;
}
.navbar-brand>img,.logo-b.navbar-brand>img {
    display: inline-block;
    float: left;
    width: 100%;
    max-width: 150px;
}
.navbar-toggle,.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border: 0px solid #14AA97 !important;
    width: 36px;
    background-color: transparent !important;
    padding: 4px;
    border-radius: 10px;
}
.navbar-default {
    /*background-color: #fff;*/
    border: 0px solid transparent;
    padding: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 100%;
    height: 2px;
    display: inline-block;
    float: left;
    margin: 3px 0;
    position: relative;
}
.navbar-header {
    float: left;
}
.navbar-nav {
    float: none;
    display: inline-block;
}
.navbar-nav>li {
    float: left;
}
.navbar-collapse.collapse.in,
.navbar-collapse.collapsing{
    display:inline-block !important;
    width: 100%;
    float: right;
    padding: 0;
    overflow: hidden;
    border-top: 0;

} 
.inner-container,.content-container {
    padding: 0 20px;
    display: block;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
div#navbar {
    display: inline-block;
    float: right;
    padding-top: 10px;
}
body {
    font-size: 18px;
    color: #403719;
    overflow-x: inherit;
}


header#header {
    border-bottom: 0px solid #D8D8D8;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 0 0;
    background-color: transparent;
    z-index: 99;
}
.admin-bar header#header {
    top: 32px;
}
footer#footer {
    background-color: #fff;
    padding-top: 6rem;
}


img.logo {
    max-width: 210px;
    margin-top: 16px;
}
ul#menu-footer,ul.footer-social,ul#menu-footer-fr {
    list-style: none;
    margin: 0;
    display: inline-block;
    float: left;
}
span.footer-copyr {
    padding: 8px 40px 0;
    float: left;
}
span.footer-logo {
    float: left;
}
ul#menu-footer li,ul#menu-footer-fr li {
    display: inline;
    padding: 0 20px 0;
}
ul#menu-footer,ul#menu-footer-fr {
    padding-top: 8px;
}
ul.footer-social li {
    display: inline-block;
    margin-left: 10px;

}
ul.footer-social li i {
    border: 2px solid;
    border-radius: 50%;
}
i.fa.fa-twitter {
    padding: 7px;
}
i.fa.fa-linkedin {
    padding: 7px 8px;
}
ul.footer-social {
    float: right;
}
a#s_open {
    float: right;
    margin-top: 13px;
}

ul.navbar-nav > li {
    padding: 0 30px;
    padding-top: 5px;
    padding-bottom: 15px;
    position: relative;
}

ul.navbar-nav li.menubutton{
    border: 1px solid;
    padding: 5px 20px 3px;
    border-radius: 8px;
    color: #14AA97;
    transition: all .3s ease;
}
ul.navbar-nav li.menubutton, ul.navbar-nav li.menubutton a,.greentext{
    color: #14AA97; 
}

section#content {
    padding-top: 0;
    padding-bottom: 0;
}
.topbgimg {
    width: 100vw;
    height: 100vh;
}
.topbgimg img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: transparent;
    object-fit: cover;
}
div#navbar a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2rem;
}

.gradbg{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.toporgbg {
    background-color: #f26721;
    width: 100%;
    height: 18rem;
}
.toporgbg + .inner-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.footercont {
    border-top: 2px solid #eaeaea;
    display: inline-block;
    width: 100%;
    float: left;
    padding-top: 2.5rem;
    padding-bottom: 6rem;
}
.ffcol {
    display: inline-block;
    width: 100%;
    float: left;
    max-width: 300px;
}
.ffcol span,.sfcol span {
    font-size: .875rem;
    line-height: 1.5;
    display: inline-block;
    width: 100%;
}
footer a {
    color: #403719;
}
img.logof {
    max-width: 180px;
    margin-bottom: 15px;
}
.sfcol span{
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 15px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.sfcol {
    display: inline-block;
    width: 100%;
    float: left;
    max-width: 300px;
}
.btnlink,#mc_embed_signup .button{
    background-color: #403719 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    display: inline-block !important;
    float: left !important;
    text-transform: uppercase !important;
}
.btnlink:hover{
    color: #ffffff; 
}
.sociallink{
    font-size: 2.25rem;
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-top: 4px;
}
p{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.pt-12 {
    padding-top: 3rem;
}
.hmcont h1,.hmcont h2{
    color: #fff;
    font-weight: 800;
}
.hmcont h1{
    line-height: 1.25;
    font-size: 3.75rem;
}
.hmcont h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.hmcont{
    background-color: #f1ba1a;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    width: 100%;
    max-width: 616px;
    display: inline-block;
    float: left;
    margin-top: -16rem;
    position: relative;
    z-index: 3;
}
.home-mission {
    padding-bottom: 12rem;
    height: 570px;
}
.blockitem {
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    object-fit: cover;
    aspect-ratio: 1 / 1;
    position: absolute;
    width: 100%;
}
.blockimg1{
    max-width: 492px;
    top: 16%;
    right: -4rem;
    z-index: 2;
}
.blockimg2,.block1 {
    max-width: 369px;
    top: 112%;
    right: 8rem;
}
.block1 {
    top: 48%;
    right: 75%;
}
.block2{
    max-width: 123px;
    top: 130%;
    right: -8%;
}
.pinkfig{
    background-color: #d31460;
}
.bluepurplfig{
    background-color: #423278;
}
.figcontent {
    position: relative;
    height: 378px;
    max-width: 616px;
    float: right;
    width: 100%;
}
.home-missio-cont {
    display: inline-block;
    width: 100%;
    position: relative;
    float: left;
}
.home-change,.home-appro,.home-news{
    padding-top: 12rem;
    padding-bottom: 12rem;
    background-color: #d31460;
    color: #ffffff;
}

.home-news{
    color:#000;
    background-color: #eaeaea;
}



.home-change h2,.home-appro h2,.home-news h2 {
    color: #f1ba1a;
}
.twcolitems,.colitem {
    display: inline-block;
    width: 100%;
}
.colitem {
    float: left;
    max-width: 50%;
    padding-left: 1.75rem;
    padding-right: 4rem;
}
.colitem:nth-child(2){
    padding-left: 4rem;
    padding-right: 1.75rem;
    border-left: 2px solid;
}
h3.acctitle {
    font-size: 24px;
    padding-top: .5rem;
    /*padding-bottom: .75rem;*/
    border-top: 2px solid #f1ba1a;
    /*margin-top: 15px;*/
    cursor: pointer;
}

.itemopen + p.accdesc {
    display: inline-block;
}

p.accdesc {
    display: none;
    padding-bottom: 2rem;
}
h3.acctitle span {
    float: right;
    padding-top: 5px;
    display: block;
    transition-duration: 0.4s;
    transition-property: transform;
}
h3.acctitle.itemopen span {
    transform: rotate(180deg);
}
.accorcont {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.home-appro{
    background-color: #423278;
}
.home-appro-cont .colitem:nth-child(2) {
    border-left: 0px solid;
}
.colnitem {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

#content ul {
    padding-left: 22px;
}
.newsitems {
    display: inline-block;
}
.newitem {
    display: inline-block;
    width: 100%;
    float: left;
    max-width: 33.33%;
    padding: 0 10px 0 10px;
    margin-top: 20px;
}
.newitem h3 {
    font-size: 1.5rem;
    line-height: 2rem;
}
.newitem div {
    background-color: #fff;
    padding: 20px 16px;
}
.newitem img {
    width: 100%;
}
section, div {
    box-sizing: border-box;
}
p a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}
.pagebg {
    display: inline-block;
    width: 100%;
}
.pagebg .newitem{
    max-width: 22%;
}
#content a {
    color: #403719;
}
.financialitems p {
    margin-top: 10px;
}
h2.wp-block-heading {
    margin-top: 20px;
}
.home  #content a {
    color: #fff;
}
.photoitems {
    display: inline-block;
    width: 100%;
    float: left;
    max-width: 50%;
    position: relative;
    height: 270px;
    margin-bottom: 15px;
}
span.photoitem {
    position: absolute;
    top: 0;
    left: 0;
    height: 226px;
    width: 397px;
    background-size: cover;
    background-position: center;
}
.photoitems p {
    position: absolute;
    bottom: 0;
    left: 0;
}


.single-top h1,.pageh1{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.single-top h1::after,.pageh1::after {
    border: 4px solid #f1ba1a;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
}
.single-top {
    display: inline-block;
    float: right;
    max-width: 570px;
    margin-bottom: 35px;
}
.single-top span p {
    margin-bottom: 0;
}
.header-lang-m a {
    color: #fff;
}
.current-lang a {
    text-decoration: underline;
}
.sfnewsform {
    display: inline-block;
    width: 100%;
    float: left;
    max-width: 400px;
}
#mc_embed_signup form {
    margin: 0 !important;
}
#mc_embed_signup .button {
    height: auto  !important;
    border-radius: 0   !important;
}
#mc_embed_signup div.response {
    margin: 1em 0 !important;;
    padding: 0!important;;
    font-weight: bold!important;;
    float: left!important;;
    top: 0!important;;
    z-index: 1!important;;
    width: 100%!important;;
}

#mc_embed_signup input {
    border-radius: 0 !important;;
    background-color: #eaeaea !important;;
}

.mc-field-group.nameinpuits {
    width: 100% !important;
    max-width: 50% !important;;
    float: left !important;;
    clear: none !important;
    padding-right: 5px !important;
}
#mc_embed_signup .mc-field-group{
    width: 100% !important;
    padding-right: 5px !important;
}