body {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 16px;
}

.header--front>div {
    border-bottom: 2px solid #8bc541;
}

.main-menu__item--has-child .main-menu__link span::after {
    display: none;
}

.lang-select__item--active {
    cursor: pointer;
    position: relative;
    padding: 10px;
}

header.header .button {
    font-size: 14px;
    width: 130px;
}

.button {
    min-width: 130px;
}

.btn-sign-in {
    height: 50%;
    margin-right: 0;
    background-color: #8bc640;
    color: #fff;
}

.btn-donate {
    height: 50%;
    margin-right: 10px;
    background-color: transparent;
    border: 2px solid #fdc424;
    color: #fff;
}

.lang-select__sub-list {
    z-index: 11;
}

.promo-slider__item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: rgba(0, 57, 113, 0.5);
    border-bottom: 6px solid #0064a2;
    z-index: -1;
}

header.header {
    position: absolute;
}

.slick-list {
    height: 100vh !important;
}


.slider__next,
.slider__prev {
    height: 90px;
    width: 70px;
    background: #044b8d;
    border: none;
    border-radius: 0;
    font-size: 30px;
}

.main-menu__item .main-menu__link {
    font-size: 14px;
    text-transform: capitalize;
}

.promo-slider__item--style-1 .promo-slider__title span:first-of-type {
    color: #fff;
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: -.050em;
}

.home-section-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 60px 30px 30px;
    background: rgba(0, 100,162, 0.8);
    border-top: 10px solid #99cb4b
}

.pos-rel {
    position: relative;
}

.home-section-content .text {
    font-size: 14px;
    margin-bottom: 20px;
}

.lang-select {
    margin-right: 10px;
}

.header-links a,
.home-section-content a,
.horizontal-tabs a,
.container a {
    font-size: 16px;
    text-decoration: none;
}

.funding-partners a{
    font-size: 16px;
}

.home-section {
    margin-top: -150px;
}

.home-section>div {
    z-index: 2;
    position: relative;
}
div.about-us {
    z-index: 1;
}
section.about-section {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.5)), url('../img/7.jpg') no-repeat;
    background-size: cover;
    /*padding: 0 100px 0 100px;*/
    margin: 0 -15px;
}
div.about-us .inner-section {
    padding: 10px 100px 0 100px;
    margin: 0 -15px;
}

div.about-us .inner-section1 {
    padding: 0 100px;
    margin: 0 -15px;
    background: #f8f8f8;
}

.text-black {
    color: #000;
}

div.about-us .inner-section .text {
    font-size: 14px;
    margin-bottom: 20px;
}

div.about-us .inner-section a {
    border: 2px solid #0064a2;
    border-radius: 20px;
    padding: 15px 50px;
    text-decoration: none;
}

div.about-us hr {
    width: 100%;
    color: #00a2e5;
    background-color: #00a2e5;
    height: 3px;
    margin-top: 50px;
    margin-bottom: 50px;
}


.blog-item--style-1 {
    padding: 0;
    background-color: #f8f8f8;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
}

.blog-item--style-1 .desc {
    font-size: 14px;
}

.blog-item__img img {
    z-index: 1;
    width: 100%;
    height: auto;
    border: 1px solid #ebebeb;
}

.blog-item--style-1 .blog-item__content {
    padding: 0 13px 15px 13px;
    z-index: 2;
    position: relative;
    background: #f8f8f8;
}

.small-hr {
    width: 30px;
    height: 2px;
    margin: 10px 0 0 0;
    display: inline-block;
}

.medium-hr {
    width: 60px;
    height: 2px;
    margin: 10px 0 0 0;
    display: inline-block;
}

.bg-yellow {
    background-color: #ffc423;
}

.bg-green {
    background-color: #8cc63f;
}

.bg-blue {
    background-color: #00a2e5;
}

.bg-blue-dark {
    background-color: #0064a2;
}

.text-blue-dark {
    color: #0064a2;
}

.text-blue {
    color: #00a2e5;
}

.text-yellow {
    color: #ffc423;
}

.text-green {
    color: #8cc63f;
}

.bg-purple {
    background-color: #0064A2;
}

.bg-lighter {
    background-color: #f8f8f8;
}

.bg-red {
    background-color: #E5001C;
}

.green {
    color: #8cc63f;
}

.blog-item--style-1 .blog-item__title p {
    margin: 0;
}

.blog-item--style-1 .blog-item__details .blog-item__date a,
.blog-item--style-1 .blog-item__details .blog-item__date a:hover {
    color: #2b80c3;
    font-weight: bold;
    text-decoration: none;
}

section.blog .heading .center-underline::after {
    content: "";
    height: 2px;
    width: 20%;
    background-color: #044b8d;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

footer.footer {
    color: #000;
    background-color: #f8f8f8;
    padding: 0 0 60px 0;
    border-top: 5px solid #8dc640;
}

footer.footer .footer-1 img {
    width: 50%;
    float: left;
}

footer.footer .footer-1 .footer-section {
    padding: 0 20px;
    margin: 0 -15px;
    border-bottom: 0.5px solid #c0c0c0;
}

footer.footer .footer-1 .footer-section>div>div {
    padding: 20px 0 20px 20px;
}

/* footer.footer .footer-1 .footer-section .col-md-5 {
    border-right: 0.5px solid #c0c0c0;
} */

footer.footer .footer-1 .footer-section .col-md-12 a {
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 0;
}

footer.footer .footer-1 .footer-section .col-md-12 a.social {
    border: 0.5px solid #c0c0c0;
    color: #000;
    /*margin-top: 5px;*/
}

footer.footer .footer-1 .footer-section .footer-social {
    padding: 0 20px;
}


.footer__title {
    color: #7a7a7a;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
}

.footer-menu__item {
    list-style: none;
    width: 100%;
}

.footer-menu__link,
.footer-menu__link:hover {
    position: relative;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    box-shadow: none;
    opacity: 1;
}

.footer-menu__link::after {
    display: none;
}

.main-menu__sub-list {
    top: 90%;
    left: 0;
    width: 300px;
    border-top: 3px solid #ffc423;
    background-color: #fff;
}

.main-menu__sub-list::before {
    display: none;
}

.main-menu__item-title {
    color: #0064a2;
    font-weight: bold;
    display: block;
}

.main-menu__item-description {
    color: #929292;
    font-size: 11px;
}

.main-menu__sub-list li a::after {
    display: none;
}

.main-menu__sub-list li.item--active a .main-menu__item-title,
.main-menu__sub-list li a:hover .main-menu__item-title {
    border-bottom: 2px solid #8cc63f;
}

.horizontal-tabs .horizontal-tabs__header .r-tabs-state-active a,
.horizontal-tabs__header a:hover {
    border-bottom: 3px solid #0064a2;
    margin-bottom: -2px;
    font-weight: 800;

}

.horizontal-tabs .horizontal-tabs__header a {
    font-weight: 400;
    text-align: center;
}

::-moz-selection {
    background-color: #0064a2;
}

::selection {
    background-color: #0064a2;
}

.align-center {
    align-content: center;
}

.profile-item__content {
    background-color: #0064a2;
    border-left: 10px solid #8cc63f;
    opacity: 0.8;
    width: 90%;
    height: 40px;
    margin: 0 auto;
    margin-top: -49px;
    z-index: 2000 !important;
}

.event-item__content p {
    font-size: 12px;
}

.profile-arrow {
    float: right;
    margin-top: -8px;
    right: 5em;
}

.event-item__content {
    padding: 15px;
}

.profile-icon {
    color: #fff;
}

.event-item {
    padding: 0;
}

.profile-card .event-item__img {
    height: 215px;
    width: 215px;
}
.profile-card {
    width: 215px !important;
    min-width: 215px !important;
    margin-right: 10px;
    }
.img--bg {
object-position: 0 0;
-o-object-position: 0 0;
}

.event-item__img img {
    z-index: 0 !important;
    border:  1px solid #e6e6e6;
}

.project-item {
    opacity: 0.999;
    width: 100%;
}

.project-meta {
    font-size: 0.875em;
}

.project-title {
    background-color: #fff;
    padding: 5px 0;
    margin-top: -50px;
    width: 80%;
}

.projects {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-white {
    background: none;
    border: 2px solid #fff;
}

.accordion-white .accordion__close {
    border: 2px solid #fff;
}

.accordion-white .accordion__close::after,
.accordion-white .accordion__close::before {
    background-color: #fff;
}

.accordion p, .accordion .accordion__text-block {
    font-size: 0.875rem;
}

.accordion-blue {
    border-radius: 0;
    border-bottom: 1px solid #0064a2;
    padding-bottom: 10px;
}

.accordion-blue .accordion__title-block {
    padding: 0;
}

.accordion-blue .accordion__close,
.faq .accordion__close {
    border: 2px solid #0064a2;
}

.accordion-blue .accordion__close::after,
.accordion-blue .accordion__close::before,
.faq .accordion__close::after,
.faq .accordion__close::before {
    background-color: #0064a2;
}

.horizontal-tabs .r-tabs-anchor {
    padding: 21px 0;
}

.text-bold {
    font-weight: 700;
}

.link {
    border-bottom: 2px solid #0064a2;
}

.status-indicator {
    display: inline-block;
    font-size: 0.75rem;
}

.horizontal-tabs .r-tabs-panel {
    padding-top: 20px;
}

.horizontal-tabs__header {
    border-bottom: 2px solid rgba(0, 75, 141, 0.5);
}

.resources-main a,
.resources-sidebar a {
    color: #0064a2;
}

.blog-post__category-holder {
    border: 1px solid #e6e6e6;
    padding: 0;
    font-size: 0.875rem;
}

.blog-post__title {
    margin-bottom: 0;
    padding: 5px 20px;
    background-color: #8cc63f;
    color: #000;
}

.blog-post__category-holder {
    margin-bottom: 10px;
}

.r-tabs .r-tabs-tab a {
    color: #0064a2;
}

.initiatives img {
    height: 30px;
    width: 30px;
    color: #fff;
    padding: 5px;
}

.initiatives a {
    color: #000;
}

.intiative-icon {
    color: #0064a2;
    margin-left: 10px;
}

.vision-mission {
    margin-top: -20px;
}

.year-goals {
    margin-right: 50px;
    margin-top: -50px;
}

.text-small {
    font-size: 0.875rem;
}

/*.promo-primary__title {
    font-size: 40px;
}*/

.promo-primary__title::before,
.promo-primary__title::after {
    display: none;

}

/*Overlay*/
.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 57, 113, 0.6);
    position: fixed;
    z-index: 100;
}

.close-icon {
    color: #044b8d;
    font-size: 2rem;
    float: right;
     margin-top:  -35px;
    margin-right: -30px;
}

.overlay-details {
    height: 450px;
    overflow-y: scroll;
}

.overlay .profile-item__content {
    opacity: 0.9;
}

.btn-more {
    color: #fff;
    border-color: #fff;
    border-radius: 0;
}

/*.btn-more:hover {*/
/*    color: #044b8d;*/
/*}*/

.header.header {
    background: 0 0;
}

.dropdown-trigger__item,
.dropdown-trigger__item::after,
.dropdown-trigger__item::before,
.lang-select__item--active span::after,
.lang-select__item--active span::before {
    background: #fff;
}

.lang-select {
    color: #fff;
    margin-top: 0;
}

.header-logo__img {
    max-height: 65px;
}

.search-icon {
    margin-top: -2px;
    margin-right: 10px;
    color: #fff;
}

.r-tabs-accordion-title a {
    display: none !important;
}

.header-links a {
    font-size: 13px;
}

.social-icon i {
    font-size: 14px;
    padding: 1em;
}

.footer-bottom {
    height: 20px;
    border-top: 0.5px solid #c0c0c0;
}

.text-small,
.footer-bottom a {
    font-size: 0.75rem;
}

.footer-bottom ul li {
    display: inline-block;
    list-style-type: none;

}

.list-filter {
    color: #044b8d;
    font-size: 13px;
    padding: 1em;
    border: 1px solid #e6e6e6;
}

.btn-filter {
    color: #044b8d;
    border-bottom: 2px solid #044b8d;
    border-radius: 0;
    padding: 0;
    font-size: 0.975em;
    width: 150px;
    text-align: left;
}

.btn-filter.dropdown-toggle::after {
    margin-left: 10.225em;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.main-menu__item .main-menu__link::before {
    top: 18px;
}

.small-menu .main-menu__item:not(:last-of-type) {
    margin-right: auto;
}

.small-menu .main-menu__item .main-menu__link {
    padding: 10px 0;
}

.small-menu {
    display: none;
}

.noscroll {
    overflow: hidden !important;
}

.scholars-filter {
    margin-top: -23px;
    background-color: #fff;
}
.text-normal {
    font-weight: 500;
}
.title-hr {
    margin-bottom: -5px;
}
.promo-slider__subtitle {
    font-size: 0.875rem;
    /*margin-bottom: -10px;*/
    text-transform: uppercase;
}


#wpforms-752-field_0,
#wpforms-752-field_0-last,
#wpforms-752-field_1{
    padding-left: 1.5rem!important;
    padding-bottom: 1.5rem!important;
    padding-top: 1.5rem!important;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#wpforms-752-field_2{
    padding-left: 1.5rem!important;
    padding-bottom: 1.5rem!important;
    padding-top: 1.5rem!important;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#wpforms-submit-752{
    background-color: #0064a2;
    color: #fff!important;
    padding-bottom: 1rem!important;
    padding-top: 1rem!important;
    display: block;
    width: 100%;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}
.horizontal-tabs__header li:not(:last-of-type) {
    margin-right:  100px !important;
}

.profile-photo {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.profile-details-row {
    background-color: #0064a2;
    border-left: 10px solid #8cc63f;
    height: 120px;
    margin-top: -2px;
}
.profile-photo .event-item {
    margin-bottom:  0;
}

.align-page-title {
    text-align: left !important;
}
.promo-slider__item--style-1 .promo-slider__subtitle {
    margin-bottom: -10px !important;
}
.horizontal-tabs .horizontal-tabs__header .r-tabs-state-active a, .horizontal-tabs__header a:hover {
    color: #0064a2;
}
.promo-slider .align-container {
    height: 100vh;
}
.align-container {
    display: block;
}

.align-container__item {
    position: absolute;
    width: 100%;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.user-role {
    display:  none !important;
}
.profile-title {
    margin-top: -5px;
    line-height:  20px !important;
    /*margin-left: 5px;*/
}
h1 {
 font-size: 30px !important;
}
h2 {
 font-size: 26px !important;
}
h3 {
 font-size: 24px !important;
}
h4 {
 font-size: 22px !important;
}
h5 {
 font-size: 21px !important;
}
h6 {
 font-size: 20px !important;
}
.bg-grey,
.faq-bg,
.faq-bg .accordion {
    background-color: #f8f8f8;
}
.blog-image {
    height:  500px;
}
.blog-article-tags {
    padding: 15px 0;
    border-top:  1px solid #E6E6E6;
    border-bottom:  1px solid #E6E6E6;
}
.blog-author,
.blog-details {
    font-size: 0.875em;
}
.blog-share i {
    font-size: 1.2em;
}
.event-date i,
.event-location i {
    color:  #8cc63f;
    font-size: 1.2em;
}
.event-location {
    margin-left:  5em;
}
.event-card a{
    color: #0064a2;
    font-size: 1.3em;
}
.promo-primary .align-container {
    height:  350px;
}
.promo-slider__item--style-1 .promo-slider__title span:first-of-type {
    font-size: 54px !important;
    line-height: 70px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
}

.inner-section iframe{
    width: 100% !important;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video-container p iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* RESULTS FRAMEWORK */
section.section.statistics {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.icon-item__img i {
    display: block;
    font-size: 4em;
    color: #044b8d;
    padding-bottom: 10px;
}
.icon-item__img span {
    font-size: 60px;
    color: #8dc640;
}
.img--layouts {
    display: block;
    margin: 0 auto 10px;
}
.icon-item__text {
    margin-top: 5px;
}
.icon-item__text p {
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 500;
}
span.counter-detail {
    font-size: 0.75rem;
    color: brown;
    margin-left: 10px;
    vertical-align: top;
}
.chevron {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #ffffff;
  }

/* AZ FILTER */
.az.pagination {
    justify-content: start !important;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.az.pagination li {
    margin: 2px;
    background-color: #8bc640;
    padding: 5px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
}
/* SEARCH UI */
.search-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* display: none; */
    background: rgba(0, 57, 113, 0.9);
    position: fixed;
    z-index: 100;
}

.search-close-icon {
    color: #fff;
    font-size: 2rem;
    position: fixed;
    top: 20px;
    right: 20px;
}

.search-overlay-details {
    height: 50px;
}

.search-prompt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background-color: transparent;
    -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
    box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
    border: 0;
    text-align: center;
    font-size: 35px;
    color: #fff;
}

.search-prompt:focus {
    outline-style: none;
    -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .5);
    -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .5);
    box-shadow: 0 3px 0 0 rgba(255, 255, 255, .5);
}

.search-prompt::placeholder {
    color: #ffffff;
    opacity: 1;
}

.search-prompt:-ms-input-placeholder {
    color: #ffffff;
}

.search-prompt::-ms-input-placeholder {
    color: #ffffff;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}

#wpdtSimpleTable-1,
#wpdtSimpleTable-2{
    table-layout:fixed;
}

#wpdtSimpleTable-1 thead tr th:first-child,
#wpdtSimpleTable-1 tbody tr td:first-child,
#wpdtSimpleTable-2 thead tr th:first-child,
#wpdtSimpleTable-2 tbody tr td:first-child{
    width: 30px !important;
}

.page-id-15 .tabs .card-body .card-content{
    overflow:hidden;
}

#news--and--features .slick-prev:before,
#news--and--features .slick-next:before {
    font-size: 30px;
    opacity: 1;
    color: #0064a2;
}


#news--and--features .slick-prev,
#news--and--features .slick-next {
    top: 40%;
}

.arrowhead {
    border-top: 15px solid #8cc63f !important;
    border-bottom: 0px solid transparent !important;
}

.timeline:before {
    background-color: #8cc63f !important;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next
{
    position: relative;
    display: inline-block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.vision-mission-box {
    padding: 2rem 9rem;
}

.timeline>li:nth-child(10) {
    margin-top: 150px;
}
