@import url('https://fonts.googleapis.com/css?family=Markazi+Text:400,700|Karla:400,700');
/*@import url('https://fonts.googleapis.com/css?family=Neuton:400,800');*/

* {
    font-family: 'Karla', 'Markazi Text', sans-serif;
    color: #231f20;
    font-size: 14px;
    font-weight: 300;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    transition-timing-function: ease-in-out;
    transition: 0.5s all;
}

body {
    margin: 0;
    padding: 0;
}

b,
strong {
    font-weight: 700;
}

.fancybox-button,
.fancybox-button path,
.fancybox-button svg {
    color: #ffffff !important;
}

.sep {
    width: 100%;
    height: 20px;
    display: block;
    clear: both;
}

i {
    color: inherit;
}

a {
    color: #00889B;
}

a:hover {
    color: #8e8a8b;
}

#map,
#map * {
    transition-timing-function: unset !important;
    transition: 0s all !important;
}

.CommonLoader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999999;
    background-image: url("../img/spinner_gray.svg");
    background-position: center;
    background-size: 200px;
    background-repeat: no-repeat;
}

.SizeHandler,
.container {
    width: 100%;
    /* max-width: 1600px; */
    position: relative;
    margin: auto;
    padding: 20px;
}

.title-section {
    display: block;
    float: left;
    clear: both;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
}

.title-section span {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}

.title-section:not(.title-section-noline):after {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #00889B;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 50px;
}

.title-section-center {
    float: none;
    text-align: center;
    margin: auto;
}

.title-section-float {
    float: left;
    clear: none;
    margin: 30px 0 0 0;
}

.text-section {
    display: block;
    clear: both;
    text-align: left;
}

.text-section iframe {
    width: 100%;
}

.title-section-picture {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    background-color: #231f20;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-right: 20px;
}

.main-head {
    text-align: center;
    font-weight: 700;
}

.main-head.underline:after {
    position: absolute;
    content: "";
    width: 64px;
    height: 2px;
    background-color: #00889B;
    left: 50%;
    bottom: -5px;
    margin-left: -32px;
}

.main-head-container {
    margin: 80px 0 40px 0;
}



.form-text {
    margin: 0;
    padding-top: 20px;
}

.ql-editor,
.ql-container {
    height: 100px;
}

.form-textfield {
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #231f20;
    color: #231f20;
    margin-bottom: 10px;
    border-radius: 0px;
}

.form-textfield-upload {
    background-image: url("../img/upload.png");
    background-position: calc(100% - 15px);
    background-size: 10px;
    background-repeat: no-repeat;
}

.form-textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    height: auto;
    line-height: 1.2;
    border: 1px solid #231f20;
    color: #231f20;
    margin-bottom: 10px;
    border-radius: 0px;
}

.form-select {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #231f20;
    color: #231f20;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #fff;
    background-image: url("../img/arrow_black.png");
    background-position: calc(100% - 15px);
    background-size: 10px;
    background-repeat: no-repeat;
}

.form-select-small {
    padding: 0 10px !important;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}

.form-select-btn {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #231f20;
    color: #231f20;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #00889B 0% 0% no-repeat padding-box;
    color: white
}

.form-select-small-btn {
    padding: 0 10px !important;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: minmax(33%, auto) minmax(33%, auto) minmax(33%, auto);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.donor-names-grid {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-template-rows: repeat(2, auto);
    grid-template-columns: minmax(20%, auto) minmax(20%, auto) minmax(20%, auto) minmax(20%, auto) minmax(20%, auto);
}

@media only screen and (max-width: 893px) {
    .resources-grid {
        display: grid;
        grid-template-columns: repeat(1, auto);
        grid-template-rows: repeat(2, 1fr);
        place-items: center; 
    }
    .donor-names-grid {
        display: block;
    }
    .has-copyright .copyright {
        font-size: 9px;
    }
}


.form-textfield-gray {
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border: 0px solid #231f20;
    color: #231f20;
    background-color: #f4f4f8;
    margin-bottom: 10px;
    border-radius: 0px;
}

.form-textarea-gray {
    display: block;
    width: 100%;
    padding: 10px 20px;
    height: auto;
    line-height: 1.2;
    border: 0px solid #231f20;
    color: #231f20;
    background-color: #f4f4f8;
    margin-bottom: 10px;
    border-radius: 0px;
}

.form-select-gray {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border: 0px solid #231f20;
    background-color: #f4f4f8;
    color: #231f20;
    margin-bottom: 10px;
    border-radius: 0px;
    background-image: url("../img/arrow_black.png");
    background-position: calc(100% - 15px);
    background-size: 10px;
    background-repeat: no-repeat;
}

.form-btn {
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    position: relative;
    background-color: #231f20;
    border-radius: 5px;
    border: 0px;
    margin-top: 40px;
}

.form-btn-2 {
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #231f20;
    font-size: 15px;
    position: relative;
    background-color: #D5A09B;
    border-radius: 5px;
    border: 0px;
    margin-top: 40px;
}

.form-btn:hover {
    color: #fff;
    background-color: #00889B;
    text-decoration: none;
    cursor: pointer
}

.form-btn-small {
    display: block;
    padding: 0 20px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    position: relative;
    background-color: #231f20;
    border-radius: 5px;
    border: 0px;
    width: calc(50% - 10px);
    margin-right: 10px;
    float: left;
}

.form-btn-small:hover {
    text-decoration: none;
    color: #fff;
}


.form-table-padding {
    padding: 0 5px 0 0;
}

.form-super-parent {
    position: relative;
}

.link-btn {
    display: inline-block;
    color: #fff;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0 35px;
    margin: 10px;
    font-size: 14px;
    position: relative;
    background-color: #231f20;
    border-radius: 5px;
}

.link-btn:hover,
.link-more:hover {
    color: #fff;
    background-color: #00889B;
    text-decoration: none;
}

.link-more {
    background-color: #f4f4f8;
    text-align: center;
    padding: 10px 20px;
    display: block;
}




header.desktop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    z-index: 2;
    padding: 20px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

header.mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 2;
    padding: 0;
    background-color: #fff;
    display: none;
}

@media only screen and (max-width: 1200px) {
    header.desktop {
        display: none !important;
    }

    header.mobile {
        display: block;
    }

    .MenuCompactContainer {
        display: none;
    }
}

.lang-menu,
.main-menu-list {
    list-style: none;
    display: inline-block;
}

.lang-menu li,
.main-menu-list li {
    display: inline-block;
}

a.login {
    display: inline-block;
}

a.user {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #231f20;
    color: #fff;
    border-radius: 50%;
    margin: 0px 10px;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

a.user:hover {
    text-decoration: none;
    background-color: #00889B;
}

.menu-two {
    float: right;
}

.top-right nav {
    display: inline-block;
    margin-top: 20px;
}

.top-right nav.main-nav a,
.top-right nav.lang-nav a {
    color: #231f20;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    font-size: 15px;
    position: relative;
}

.top-right nav.lang-nav a {
    padding: 0 5px;
}

.top-right nav.main-nav a span,
.top-right nav.lang-nav a span {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    width: 0;
    height: 3px;
    margin: auto;
    background-color: #00889B;
    transition: 0.5s all;
}

.top-right nav a:hover {
    text-decoration: none;
}

.top-right nav.main-nav a:hover span {
    width: calc(100% - 20px);
}

.top-right nav.lang-nav a:hover span {
    width: calc(100% - 10px);
}

.top-right nav a.active {
    font-weight: 700;
}

.top-right nav.main-nav a.active span {
    width: calc(100% - 20px);
}

.top-right nav.lang-nav a.active span {
    width: calc(100% - 10px);
}

.top-right nav span {
    color: #231f20;
    height: 3px;
    line-height: 40px;
    font-size: 15px;
}

@media screen and (max-width: 1200px) {
    .select-wrapper {
        position: relative;
        width: 100%;
    }
}

.select-wrapper {
    position: relative;
}

.select-wrapper>div span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 4px;
    margin: auto;
    background-color: #00889B;
    transition: 0.5s all;
}

.select-wrapper>div a:hover {
    text-decoration: none;
}

.select-wrapper>div:hover>span {
    width: calc(100% - 20px);
}

.select-wrapper>div:hover>div {
    display: block;
}

.select-wrapper div.active {
    font-weight: 700;
}

.select-wrapper>div.active>span {
    width: calc(100% - 20px);
}

.main-title>p {
    max-height: 130px;
}

.top-right a.login {
    display: inline-block;
    color: #fff;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0 35px;
    margin: 4px 20px;
    font-size: 15px;
    position: relative;
    background-color: #231f20;
    border-radius: 5px;
}

.top-right a.login:hover {
    color: #fff;
    background-color: #00889B;
    text-decoration: none;
}

.logo-wrap {
    float: left;
    width: 100px;
}

.logo-wrap-mobile {
    float: left;
    width: 80px;
}

.top-right {
    float: right;
    display: block;
}

.main-nav-mobile-link {
    float: right;
    padding: 10px;
}

.main-nav-mobile-link i {
    color: #000;
    font-size: 24px;
}

.main-nav-mobile-container {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 5px solid #000;
    overflow: hidden;
    min-height: 5px;
    max-height: 80%;
    overflow-y: auto;
    width: 55%;
}

.main-nav-mobile-container a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #000;
    text-decoration: none;
}

.main-nav-mobile-container span {
    display: none;
}


.MenuCompactContainer {
    position: fixed;
    top: -65px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9999;
    transition: 0.6s all;
    opacity: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.CompactMenuPlaceHolder {
    height: 100px;
}

.latest-news-image {
    width: 100%;
    padding-bottom: 60%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

.latest-news-brief {
    padding: 20px;
    border-bottom: 2px solid #fff;
    transition: 0.5s all;
}

.latest-news-container {
    position: relative;
}

.latest-news-brief-container {
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #f4f4f4;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 0.5s all;
}

@media only screen and (max-width: 893px) {
    .latest-news-brief-container {
        position: unset;
        height: 500px;
    }
    .CompactMenuPlaceHolder {
        height: 10px !important;
    }
}



.latest-news-brief:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.latest-news-brief.active {
    background-color: #00889B;
    color: #fff;
}

.latest-news-brief h3 {
    /*font-family: 'Neuton', serif;*/
    color: inherit;
    font-size: 20px;
    font-weight: 700;
}

.latest-news-brief div {
    color: inherit;
    text-align: justify;
    line-height: 1.3;
}

.latest-news-brief a {
    display: inline-block;
    color: inherit;
    font-weight: 700;
    margin-top: 5px;
    opacity: 0.5;
    transition: 0.5s all;
}

.latest-news-brief a:hover {
    text-decoration: none;
    opacity: 1;
}


.calendar-days-container {
    background-color: #00889B;
    min-height: 400px;
}

.calendar-details-container {
    background-color: #f8f8f8;
    overflow: hidden;
    float: left;
    border: 2px solid #1a2b3a;
    padding: 30px 25px 70px;
    position: relative;
}

.calendar-days-container table {
    width: 100%;
}

.calendar-row {
    width: 100%;
}

.calendar-day-head {
    text-align: center;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    text-transform: lowercase;
    padding: 10px 0;
}

.day-number {
    text-align: center;
    color: #fff;
    padding: 7px 0;
    position: relative;
    display: block;
    border-radius: 10px;
}

.day-number.selected {
    background-color: #fff;
    color: #231f20;
}

.day-number.has-event {
    border-bottom: 2px solid #fff;
}

.day-number:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-decoration: none;
}

.calendar-month-title {
    height: 70px;
    line-height: 70px;
    text-align: center;
    /*font-family: 'Neuton', serif;*/
    color: #fff;
    position: relative;
    font-size: 20px;
    text-transform: lowercase;
    margin: 15px auto 0 auto;
    width: calc(100% - 40px);
}

.calendar-month-title a {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding-top: 5px;
}

.calendar-month-title a:hover {
    opacity: 0.6;
}

.calendar-month-title a:nth-of-type(1) {
    left: 0;
}

.calendar-month-title a:nth-of-type(2) {
    right: 0;
}

.calendar-details {
    padding: 20px;
    display: none;
    min-height: 315px;
}

.calendar-details-title {
    /*font-family: 'Neuton', serif; */
    font-size: 20px;
    color: #868481;
    margin: 0 0 20px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 11px;
}

.calendar-details-item {
    display: block;
    padding: 5px 10px 5px 0;
}

.calendar-details-item i {
    margin-right: 10px;
}

.calendar-links {
    padding: 10px 20px;
}

.calendar-links a {
    padding: 10px;
    background-color: #959595;
    color: #fff;
    border-right: 5px solid #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendar-links a:hover {
    text-decoration: none;
    background-color: #00889B;
}

.calendar-links a.selected {
    background-color: #00889B;
}

.open-call-item {
    padding: 20px;
}

.open-call-item:nth-child(even) {
    background-color: #f4f4f8;
}

.open-call-item .row {
    max-width: 500px;
    margin: auto;
}

.open-call-item h3 {
    /*font-family: 'Neuton', serif;*/
    font-size: 20px;
    display: block;
    margin: 0;
    font-weight: 700;
}

.open-call-item a {
    color: #00889B;
    height: 50px;
    line-height: 50px;
    float: right;
}

.fixed-button {
    position: fixed;
    right: 20px;
    z-index: 999;
    padding: 10px;
    background-color: #231f20;
    color: #fff;
    border: 2px solid #231f20;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

.popup {
    display: none;
    position: fixed;
    z-index: 999;
    top: 120px;
    right: 80px;
    width: 400px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    border: 3px solid black;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .fixed-button {
        position: relative;
        z-index: 0;
        margin-left: 20px;
    }
    .popup {
        display: none;
        position: fixed;
        z-index: 999;
        top: 120px;
        right: 0;
        left: 0;
        width: 300px;
        height: auto;
        background-color: rgba(0, 0, 0, 0.7);
        justify-content: center;
        align-items: center;
        border: 3px solid black;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    }
}

.latest-projects-item a {
    display: block;
    background-color: #f4f4f8;
    padding: 0 !important;
    border: 10px solid #fff;
}

.latest-projects-item a:hover {
    background-color: #00889B;
    color: #fff;
    text-decoration: none;
}

.latest-projects-item a:hover * {
    color: #fff;
}
.latest-projects-item a:hover section {
    background-color: #00889B !important;
}

.latest-projects-item a picture {
    width: 100%;
    display: block;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    background-color: #231f20;
}

.latest-projects-item a section {
    padding: 20px;
}

.latest-projects-item a section h3 {
    /*font-family: 'Neuton', serif;*/
    font-size: 18px;
    display: block;
    font-weight: 700;
}



.menu-internal {
    padding: 40px 0;
    margin: auto;
    text-align: center;
}

.menu-internal a {
    display: inline-block;
    color: #231f20;
}

.menu-internal a.selected {
    font-weight: 700;
}

.menu-internal span {
    display: inline-block;
    padding: 0 10px;
}

.about-content {
    background-color: #f4f4f8;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}

.about-content-left {
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.about-content-left-new {
    width: 30%;
    float: left;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 30px
}

.about-content-left-new p {
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
}

.about-content-left-new h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}

.about-content-right {
    width: 70%;
    float: right;
}

.news-section {
    overflow: hidden; 
    position: relative; 
    width: 70%
}
.prog_title_desktop {
    display: block;
} 
.prog_title_mobile {
    display: none;
} 

@media only screen and (max-width: 1024px) and (min-width: 894px) {
    .about-content-left {
        width: 50%;
        margin-right: 30px;
    }

    .about-content-right {
        width: calc(50% - 30px);
    }

}

@media only screen and (max-width: 893px) {
    .about-content-left {
        width: 100%;
        float: left;
        position: static;
        margin-bottom: 40px;
        display: none !important;
    }

    .about-content-right {
        width: 100%;
        float: right;
    }

    .news-section {
        overflow: hidden; 
        position: relative; 
        width: 100%
    }

    .prog_title_desktop {
        display: none;
    } 
    .prog_title_mobile {
        display: block;
    }
    .about-content {
        padding: 10px 0;
    }
}



.about-messages-first-link {
    /*font-family: 'Neuton', serif;*/
    float: left;
    width: calc(calc(100% / 3) - 10px);
    margin-right: 15px;
    padding: 65px 10px;
    background-color: #00889B;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
}

.about-messages-message-link {
    float: left;
    width: calc(calc(100% / 3) - 10px);
    margin-right: 15px;
    padding: 10px 10px;
    background-color: #f4f4f8;
    color: #231f20;
    text-align: center;
    text-decoration: none;
}

.about-messages-message-link:last-of-type {
    margin-right: 0;
}

@media only screen and (max-width: 893px) {
    .about-messages-first-link {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }

    .about-messages-message-link {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }

}

.about-messages-first-link:hover {
    color: #fff;
}

.about-messages-first-link:hover,
.about-messages-message-link:hover {
    text-decoration: none;
    opacity: 0.6;
}

.about-messages-first-link div {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    text-transform: lowercase;
}

.about-messages-message-link picture {
    display: block;
    width: 75px;
    height: 75px;
    background-position: center;
    clear: bottom;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 10px auto;
    background-color: #231f20;
}

.about-messages-message-link div {
    display: block;
    /*font-family: 'Neuton', serif;*/
    font-size: 18px;
}


.resources-item {
    padding-bottom: 6px;
    margin-bottom: 10px
}

.resources-item:hover {
    text-decoration: none;
}

.resources-item picture {
    width: 100%;
    display: block;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
}

.resources-item section {
    width: 100%;
    display: block;
    padding-bottom: 100%;
    position: relative;
    background-color: #D5A09B;
}

.resources-item section span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50%;
}

.resources-item div {
    padding-left: 15px;
    font-weight: 700;
    margin-top: 20px;
}

.resources-item date {
    padding-left: 15px;
    display: block;
}




.about-board-item {
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.about-board-item:hover {
    text-decoration: navajowhite;
}

.about-board-item div.about-board-item-title {
    /*font-family: 'Neuton', serif;*/
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.about-board-item div.about-board-item-position {
    font-size: 12px;
    line-height: 1;
    margin: 5px 0;
}

.about-board-item picture {
    display: block;
    width: 50%;
    padding-bottom: 50%;
    background-position: center;
    clear: bottom;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 10px auto;
    background-color: #231f20;
}


.about-team-item {
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.about-team-item:hover {
    text-decoration: navajowhite;
}

.about-team-item div.about-team-item-title {
    /*font-family: 'Neuton', serif;*/
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.about-team-item div.about-team-item-position {
    font-size: 12px;
    line-height: 1;
    margin: 5px 0;
}

.about-team-item picture {
    display: block;
    width: 50%;
    padding-bottom: 50%;
    background-position: center;
    clear: bottom;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 10px auto;
    background-color: #231f20;
}




.programs-item {
    background-color: #f4f4f8;
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    width: 85%;
}

.programs-item picture {
    display: block;
    position: absolute;
    width: 130px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.programs-item section {
    display: block;
    width: calc(100% - 130px);
    padding: 15px;
    float: right;
}

.programs-item .programs-item-title {
    display: block;
    /*font-family: 'Neuton', serif;*/
    font-size: 22px;
    font-weight: 700;
    height: auto;
    line-height: 1;
    margin-bottom: 15px;
    min-height: 50px;
}

.programs-item-dates {
    line-height: 1.3;
}

.programs-item-dates div {
    width: 100%;
    display: block;
    font-weight: 700;
}

.header-dropdown {
    background: none;
    border: none;
    color: #4d4547;
}

.header-dropdown:active {
    background: none;
    border: none;
    color: #4d4547;
}

.header-dropdown:hover {
    background: none;
    border: none;
    color: #4d4547;
}

.header-dropdown:visited {
    background: none;
    border: none;
    color: #4d4547;
}

.header-dropdown:focus {
    background: none;
    border: none;
    color: #4d4547;
}

.header-dropdown:focus-visible {
    background: none;
    border: none;
    color: #4d4547;
}

.header-dropdown::after {
    display: none;
}

.image-container {
    position: relative;
}

.card-image {
    width: 100%;
    height: auto;
}

.title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
}

.main-title {
    position: absolute;
    bottom: clamp(50px, 25vw, 90px);
    /* bottom: 0; */
    left: 0;
    right: 0;
    font-weight: 700;
    font-size: 30px;
    text-align: left;
    color: white;
}

.main-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    font-weight: 700;
    font-size: 25px;
    text-align: left;
}
.main-text>p {
    color: white;
}
.main-text>p>a {
    color: white;
}

.section {
    height: clamp(100px, 25vw, 250px);
    /* height: 150px; */
    /* background: linear-gradient(to bottom, #adacac00,#3e3e3e); */
    background-color: rgb(0, 0, 0);
}

.latest-title {
    background-color: rgb(0, 0, 0);
    color: white;
}
.latest-title * {
    color: white;
}

.add-padding {
    padding: 0 200px;
}
.news-image {
    max-height: 600px !important;
}
@media only screen and (max-width: 893px) and (min-width: 500px) {
    .section {
        height: clamp(100px, 15vw, 200px);
    }
}

@media only screen and (max-width: 893px) {
    .about-content-left-new {
        display: none !important;
    }
    .programs-item {
        width: 100%;
    }
    .add-padding {
        padding: 0 0;
    }
    .donation-btn {
        width: 100% !important;
    }
    .news-image {
        max-height: 150px !important;
    }
    .title-section {
        font-size: 18px;
    }
    .main-title {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        font-weight: 700;
        font-size: clamp(12px, 2vw, 30px);
        text-align: left;
        color: white;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    
    .main-text {
        display: none;
    }

}

.center {
    margin-right: auto;
    margin-left: auto;
}


/* Style for the dropdown button */
.dropbtn {
    border: none;
    background: none;
    cursor: pointer;
}

/* Style for the dropdown content (options) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Style for each dropdown option */
.dropdown-content li {
    padding: 10px;
}

/* Style for the dropdown content when shown */
.show {
    display: block;
}


.image-container-proj {
    position: relative;
    width: 100%;
    max-width: 400px; /* Set your desired maximum width */
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}
.image-proj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.calendar-links > a {
    white-space: normal !important;
}

.card-image {
    width: 100%;
    height: auto;
}

.title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    padding: 8px 0;
}

.jurors {
    background-color: #f4f4f8;
}
.programs-jurors-item {
    background-color: white;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.programs-jurors-item:hover {
    text-decoration: none;
    opacity: 0.6;
}

.programs-jurors-item picture {
    display: block;
    width: 50%;
    padding-bottom: 50%;
    background-position: center;
    clear: bottom;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 10px auto;
    background-color: #231f20;
}

.programs-jurors-item .programs-jurors-item-name {
    display: block;
    /*font-family: 'Neuton', serif;*/
    font-size: 24px;
    text-align: center;
}

.programs-jurors-item span {
    margin: auto;
    text-align: center;
}


.programs-opportunities-item {
    padding-bottom: 33.333%;
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px auto;
    display: block;
}

.programs-opportunities-item:hover {
    opacity: 0.6;
}

.programs-opportunities-item-title {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
}

.row-line {
    border: 1px solid gray;
    width: 100%;
    height: 1px;
    opacity: 0.4;
}

.faqs-item {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
}

.faqs-item:hover {
    text-decoration: none;
}

.faqs-item:nth-child(odd) {
    display: block;
    background-color: #f4f4f8;
}

.faqs-item:nth-child(even) {
    display: block;
    background-color: #fff;
}

.faqs-item-question-content {
    margin: auto;
    width: 100%;
    max-width: 1200px;
    padding: 10px;
    overflow: hidden;
    position: relative;
}

.faqs-item-question-content .faqs-item-question {
    /*font-family: 'Neuton', serif;*/
    font-size: 18px;
    width: calc(100% - 50px);
    float: left;
    text-align: left;
}

.faqs-item-question-content .faqs-item-chevrons {
    width: 50px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.faqs-item-question-content .faqs-item-chevrons i {
    font-size: 18px;
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.faqs-item-answer-content {
    min-height: 5px;
    line-height: 1.5;
    transition: unset;
    padding: 10px;
    max-width: 500px;
    margin: auto;
    text-align: justify;
}




.project-item {
    display: block;
    background-color: #f4f4f8;
    overflow: hidden;
    margin-bottom: 20px;
}

.project-item picture {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 90%;
    clear: both;
}

.project-item section {
    display: block;
    padding: 10px;
    min-height: 90px;
}

.project-item section div:not(.full) {
    display: block;
    /*font-family: 'Neuton', serif;*/
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-item section div.full {
    display: block;
    /*font-family: 'Neuton', serif;*/
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 5px 0;
}

.project-item section span {
    display: block;
    line-height: 1.2;
}

.project-item:hover {
    text-decoration: none;
    opacity: 0.6;
}



.project-item2 {
    display: block;
    background-color: #f4f4f8;
    overflow: hidden;
    margin-bottom: 20px;
    clear: bottom;
}

.project-item2 picture {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    padding-bottom: 100px;
    float: left;
}

.project-item2 section {
    display: block;
    padding: 10px;
    min-height: 90px;
    float: left;
    width: calc(100% - 100px);
    padding-left: 20px;
}

.project-item2 section div {
    display: block;
    /*font-family: 'Neuton', serif;*/
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-item2 section span {
    display: block;
    line-height: 1.2;
}

.project-item2:hover {
    text-decoration: none;
    opacity: 0.6;
}

.projects-details-info {
    display: block;
    clear: both;
}

.projects-details-picture {
    display: block;
    clear: both;
    margin: 0px 0;
    text-align: left;
}

.projects-details-picture img {
    width: 100%;
}

.projects-details-text {
    text-align: justify;
}

.programs-header {
    background-color: #D5A09B;
    padding: 200px 0 50px 0;
}

.login-content {
    background-color: transparent;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    max-width: 600px;
    margin: auto;
}

.login-content-links a {
    display: block;
    text-align: center;
    font-size: 14px;
}

.login-content-links a i {
    font-size: 10px;
    margin-right: 5px;
    color: inherit;
}



.apply-form-label {
    opacity: 1;
    padding: 5px 10px 5px 20px;
    border-left: 2px solid #231f20;
}

.apply-form-label a {
    float: right;
    right: 20px;
    top: 5px;
    opacity: 1;
    background-color: #00889B;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
}

.apply-form-label a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}

.apply-form-field {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    border-left: 2px solid #231f20;
}

.apply-form-title {
    font-size: 18px;
    font-weight: 700;
}

.apply-form-notification {
    display: block;
    width: 100%;
    background-color: #f2f2e6;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
}

.apply-form-notification span {
    font-size: 16px;
    font-weight: 700;
}

.apply-form-notification i {
    float: left;
    color: #231f20;
    margin-right: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.apply-form-notification:hover,
.apply-form-notification:hover * {
    color: #00889B;
    text-decoration: none;
}

.grantee-info {
    padding: 40px;
}

.grantee-info img {
    float: left;
    width: 200px;
    margin-right: 20px;
}

.grantee-info-right {
    float: left;
    width: calc(100% - 220px);
}

@media only screen and (max-width: 893px) {
    .grantee-info img {
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }

    .grantee-info-right {
        float: left;
        width: calc(100% - 0px);
    }

}

.grantee-info-country {
    font-weight: 700;
}

.grantee-info-social {
    display: block;
    margin: 10px 0 40px 0;
    overflow: hidden;
    clear: both;
}

.grantee-info-social a,
.social-follow a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    color: black;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid black
}

.grantee-info-social a i,
.social-follow a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: black;
}

.social-follow-footer a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid white
}

.social-follow-footer a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.grantee-info-bio {
    display: block;
    text-align: justify;
}

.grantee-info-updates div {
    clear: both;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.users-menu-link {
    display: block;
    text-align: center;
    background-color: #f4f4f8;
    padding: 20px 10px;
    color: #231f20;
    margin: 5px;
}

.users-menu-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #00889B;
}



.donors-institutional-item {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
}

.donors-individual-item {
    display: block;
    float: left;
    clear: both;
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
}

/*.donors-individual-item:after { position: absolute; content: "";  height: 2px; background-color: #00889B; bottom:-5px; left:0;  margin: auto;  width: 50px; }*/

.opportunity-item {
    display: block;
    background-color: #f4f4f8;
    overflow: hidden;
    margin-bottom: 20px;
}

.opportunity-item picture {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 100%;
    clear: both;
}

.opportunity-item section {
    display: block;
    padding: 10px;
    min-height: 90px;
}

.opportunity-item section div:not(.full) {
    display: block;
    /*font-family: 'Neuton', serif;*/
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.donation-btn {
    background-color: black;
    color: white;
    width: 50%;
    font-weight: 900;
    font-size: 20px;
}

.opportunity-item section div.full {
    display: block;
    /*font-family: 'Neuton', serif;*/
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 5px 0;
}

.opportunity-item section span {
    display: block;
    line-height: 1.2;
}

.opportunity-item:hover {
    text-decoration: none;
    opacity: 0.6;
}

.press-releases {
    background-color: #eaeaee;
}

.press-releases-item {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
}

.press-releases-item:hover {
    background-color: #fff;
    text-decoration: none;
}

.press-releases-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.press-releases-date {
    margin-bottom: 10px;
}

.press-releases-brief {
    text-align: justify;
}

.social-content-instagram-picture {
    float: left;
    width: calc(calc(100% / 3) - 10px);
    margin: 5px;
    padding-bottom: calc(calc(100% / 3) - 10px);
    background-size: cover;
    background-position: center
}

.social-content-instagram-profile {
    display: block;
    padding: 20px;
    overflow: hidden;
    clear: bottom;
}

.social-content-instagram-profile img {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 20px;
}

.social-content-instagram-profile a {
    float: left;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    color: #231f20;
    text-decoration: none;
}

.social-content-instagram-profile a:hover {
    color: #00889B;
}

.social-post {
    padding: 80px 0 0 0;
    position: relative;
    display: block;
    clear: both;
}

.pagination-container a {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    height: 30px;
    background-color: #f4f4f8;
    margin: 2px;
    color: #000;
}

.pagination-container a:hover {
    background-color: #00889B;
    color: #fff;
    text-decoration: none;
}

.pagination-container a.selected {
    background-color: #00889B;
    color: #fff;
    text-decoration: none;
}

.programs-drafts-link-parent {
    display: block;
    padding: 10px;
    overflow: hidden;
    width: 100%;
}

.programs-drafts-link-parent:nth-child(odd) {
    background-color: #f4f4f8 !important;
}

.programs-drafts-link {
    display: block;
}

.programs-drafts-link i {
    float: left;
    padding: 5px;
    font-size: 24px;
    width: 50px;
    text-align: center;
    color: #00889B;
}

.programs-drafts-link-left {
    float: left;
    width: calc(100% - 50px);
    text-align: left;
    font-weight: 700;
}

.programs-drafts-link-left span {
    display: block;
    clear: both;
    font-weight: 400;
    opacity: 0.5;
}
.footer-list-comp{
    display: flex !important;
}
.footer-subscribe-2 {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: 3rem;
    margin-right: 3rem;
}
.subscribe-btn {
    background-color: white;
    color: black;
    width: auto;
}
@media only screen and (max-width: 893px) {
    .social-post {
        display: none;
    }
    .sitemap {
        display: none;
    }
    .dropdown-menu {
        left: 10% !important;
    }
    .footer-list-comp{
        display: grid !important;
        grid-template-columns: repeat(4, auto);
        /* grid-template-rows: repeat(2, 1fr); */
        grid-column-gap: 15px;
        grid-row-gap: 10px;
        grid-auto-rows: min-content;
    }
    .footer-list-comp > ul {
        padding-left: 0px;
    }
    .footer-subscribe-2 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .new {
        display: block !important;
    }
    .is_mobile_app {
        display: none;
    }
}

.social-post .social-post-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-left: 2px solid #e8e8e8;
    overflow: hidden;
}

.social-post .social-post-list li {
    width: calc(100% / 3);
    float: left;
    border-right: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
}

.social-post .social-post-list li .social-header {
    border-top: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    overflow: hidden;
}

.social-post .social-post-list li .social-content {
    padding: 0 20px;
}

.social-post .social-post-list li .social-header a {
    margin: 6px 12px 0 0;
    display: inline-block;
    float: right;
}

footer {
    background-color: #eaeaee;
    height: auto;
}

footer .footer-list {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer-list li {}

footer .footer-list li a {
    color: #959595;
    line-height: 24px;
}

footer .footer-list li a:hover {
    color: #555;
}

footer #map {
    width: 100%;
    height: 300px;
}

footer .subscribe-form.mar-btm-15 {
    overflow: hidden;
}

footer .address {
    font-size: 16px;
    color: #959595;
    line-height: 24px;
}

#help-error {
    justify-content: center;
    display: flex;
    margin: 20px;
    color: green;
}

footer .copy-right {
    font-size: 12px;
    color: #959595;
    margin: 20px 0 15px;
    text-align: center;
}

footer .copy-right-v2 {
    font-size: 12px;
    color: #818183;
    width: 80%
}

.grey-color {
    color: #818183;
}

.white-color {
    color: white;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #333;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #00889B;
    color: #fff;
}

#back-to-top.show {
    opacity: 1;
}

.empty-copyright {
    display: none;
}

.has-copyright {
    position: relative;
}

.has-copyright .copyright {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
}

@media only screen and (max-width: 893px) {
    .has-copyright .copyright {
        position: static;
    }
}
label {
    margin-top: .5rem;
}