body {
    font-size: 16px;
    font-weight: 400;
    font-family: "Zilla Slab", serif;
    color: #000;
    line-height: 1.6;
    background: #fff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #22604a;
    margin-bottom: 1.5rem !important;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.2rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    color: #22604a;
}

b,
strong {
    font-weight: 700;
}

.bg-dark {
    background-color: #22604a !important;
}

.nav-link {
    font-weight: 700;
    font-size: 16px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.nav-link {
    padding: 0.5rem 1rem;
}

.navbar-nav .dropdown-menu {
    font-size: 16px;
    color: #fff;
    background-color: #fbb040;
    border: none;
}

.navbar-nav .dropdown-item {
    font-weight: 400;
    color: #fff;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    color: #22604a;
    background: #ffffff;
}

.btn-outline-secondary {
    color: #fff;
    border-color: #fff;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:active:focus {
    color: #22604a !important;
    border-color: #fff !important;
    background: #fff !important;
}

.modal {
    z-index: 300000;
}

.modal-dialog {
    max-width: 340px;
}

.modal-header {
    background: #22604a;
}

.modal-body {
    position: relative;
    padding: 0;
}

.modal-backdrop.show {
    opacity: 0.8;
    z-index: 200000;
}

.close {
    font-size: 2rem;
    color: #FFF;
    text-shadow: none;
    opacity: 1;
}

.close:hover {
    font-size: 2rem;
    color: #FFF;
    text-shadow: none;
    opacity: 1 !important;
}

.footer .invalid-feedback,
.footer .valid-feedback {
    color: #fff;
}

header {
    position: relative;
    background: linear-gradient(180deg, rgba(34, 96, 74, 1) 0%, rgba(34, 96, 74, 1) 100%);
    height: 81vh;
    min-height: 48.6rem;
    width: 100%;
    overflow: hidden;
    max-width: 2600px;
    margin: 0 auto;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(34, 96, 74, 0.6) 0%, rgba(34, 96, 74, 0.3) 100%);
    z-index: 1;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
    header video {
        display: none;
    }
}

header.subpage {
    position: relative;
    background: linear-gradient(180deg, rgba(34, 96, 74, 1) 0%, rgba(34, 96, 74, 1) 100%);
    height: 20vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header.subpage .masthead.overview {
    height: 450px;
    min-height: 450px;
    background-image: url("../images/overview/header.webp");
    background-color: #22604a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header.subpage .masthead.objectives {
    height: 450px;
    min-height: 450px;
    background-image: url("../images/objectives/header.webp");
    background-color: #22604a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header.subpage .masthead.partners {
    height: 450px;
    min-height: 450px;
    background-image: url("../images/partners/header.webp");
    background-color: #22604a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header.subpage .masthead.people {
    height: 450px;
    min-height: 450px;
    background-image: url("../images/people/header.webp");
    background-color: #22604a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header.subpage .masthead.deliverables {
    height: 450px;
    min-height: 450px;
    background-image: url("../images/deliverables/header.webp");
    background-color: #22604a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header.subpage .masthead.publications {
    height: 450px;
    min-height: 450px;
    background-image: url("../images/publications/header.webp");
    background-color: #22604a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header.subpage .masthead.news {
    height: 450px;
    min-height: 450px;
    background-image: url("../images/news/header.webp");
    background-color: #22604a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header.subpage .masthead.events {
    height: 450px;
    min-height: 450px;
    background-image: url("../images/events/header.webp");
    background-color: #22604a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header.subpage .masthead.media-center {
    height: 450px;
    min-height: 450px;
    background-image: url("../images/media-center/header.webp");
    background-color: #22604a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header.subpage .masthead.contact {
    height: 450px;
    min-height: 450px;
    background-image: url("../images/contact/header.webp");
    background-color: #22604a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header.subpage .masthead.privacy-policy {
    height: 450px;
    min-height: 450px;
    background-image: url("../images/privacy-policy/header.webp");
    background-color: #22604a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header .masthead {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header.subpage .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(34, 96, 74, 0.6) 0%, rgba(34, 96, 74, 0.3) 100%);
    z-index: 1;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

.btn {
    font-weight: 700;
    padding: 0.5rem 1rem;
    font-size: 16px;
}

.lead {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.5 !important;
    color: #22604a;
}

p {
    margin-bottom: 1.5rem;
}

.card {
    border: none;
    background: #fff;
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 0.25rem;
    text-align: center;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-top: 6px solid #fbb040;
}

.shadow-effect-general {
    background: #fff !important;
    padding: 20px !important;
    border-radius: 0.25rem !important;
    text-align: left !important;
    border: none !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-top: 6px solid #fbb040 !important;
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 17px 0;
    font-weight: 400;
}

.testimonial-name {
    color: #444444;
    font-size: 16px;
    font-weight: 700;
}

#customers-testimonials .item {
    text-align: center;
    padding: 30px;
    margin-bottom: 15px;
    opacity: 0.2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 250px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #fbb040;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #fbb040;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 50%;
}

.footer {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    background: #eaeaea;
}

.dark-bg {
    background: #22604a;
    color: #ffffff;
}

.light-bg {
    background: #465476;
    color: #ffffff;
}

.light-bg .lead {
    color: #ffffff;
}

.form-control {
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
}

.footer .form-control {
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.terms {
    font-size: 12px;
}

.light-font {
    font-weight: 300 !important;
}

.fixed-top {
    z-index: 100000;
}

a {
    color: #fbb040;
}

a:hover,
a:active,
a:focus {
    color: #fbb040;
}

.footer a {
    color: #000;
}

.footer a:hover,
.footer a:active,
.footer a:focus {
    color: rgba(0, 0, 0, 0.75);
}

.footer-bottom a {
    color: #000;
}

.footer-bottom a:hover,
.footer-bottom a:active,
.footer-bottom a:focus {
    color: #000;
}

.text-light {
    color: #ffffff;
}

.accent-text {
    color: #fbb040;
}

.subnav {
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    margin-top: -54px;
    z-index: 99999;
}

.subnav .nav-pills .nav-link {
    padding: 1rem 1rem;
}

.subnav.general .nav-pills .nav-link.active,
.subnav.general .nav-pills .show > .nav-link {
    color: #22604a;
    background-color: #fff;
    border-top: 6px solid #fbb040;
    margin-top: -6px;
}

.subnav.general .nav-pills .nav-link.active:hover,
.subnav.general .nav-pills .nav-link.active:focus {
    color: #22604a;
}

.subnav.general .nav-pills .nav-link {
    border-radius: 0.25rem 0.25rem 0rem 0rem;
    color: #ffffff;
}

.subnav.general .nav-pills .nav-link {
    padding: 1rem 2.5rem;
}

.subnav .nav-pills .nav-link:hover,
.subnav .nav-pills .nav-link:focus {
    border-radius: 0.25rem 0.25rem 0rem 0rem;
    color: rgba(255, 255, 255, 0.75);
}

ul.bullets {
    padding-left: 20px;
}

ul.bullets li {
    margin-bottom: 10px !important;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

label {
    font-weight: 700;
    text-transform: capitalize;
}

@media (pointer: coarse) and (hover: none) {
    header video {
        display: none;
    }
}

@media (max-width: 575.98px) {
    header {
        position: relative;
        background: linear-gradient(180deg, rgba(34, 96, 74, 1) 0%, rgba(34, 96, 74, 1) 100%);
        height: 100vh;
        min-height: 45rem;
        width: 100%;
        overflow: hidden;
    }
    .mt-6 {
        margin-top: 3.5rem;
    }
    .display-1 {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.2;
        color: #ffffff;
    }
    header .lead {
        font-size: 1.2rem;
        color: #ffffff;
        font-weight: 400;
    }
    h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    h5 {
        font-size: 1rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    header {
        position: relative;
        background: linear-gradient(180deg, rgba(34, 96, 74, 1) 0%, rgba(34, 96, 74, 1) 100%);
        height: 100vh;
        min-height: 50rem;
        width: 100%;
        overflow: hidden;
    }
    .mt-6 {
        margin-top: 4rem;
    }
    .display-1 {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.2;
        color: #ffffff;
    }
    header .lead {
        font-size: 1.2rem;
        color: #ffffff;
        font-weight: 400;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .mt-6 {
        margin-top: 3rem;
    }
    .display-1 {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.2;
        color: #ffffff;
    }
    header .lead {
        font-size: 1.4rem;
        color: #ffffff;
        font-weight: 400;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .mt-6 {
        margin-top: 3rem;
    }
    .display-1 {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.2;
        color: #ffffff;
    }
    header .lead {
        font-size: 1.4rem;
        color: #ffffff;
        font-weight: 400;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: -0.5rem;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0;
        margin: 3.2rem 0 0;
        font-size: 13px;
        color: #22604a;
        text-align: left;
        list-style: none;
        background-color: #fbb040;
        background-clip: padding-box;
        border: none;
        border-radius: 0.25rem;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: 400;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
    .mt-6 {
        margin-top: 10rem;
    }
    .display-1 {
        font-size: 2.7rem;
        font-weight: 700;
        line-height: 1.2;
        color: #ffffff;
    }
    header .lead {
        font-size: 1.4rem;
        color: #ffffff;
        font-weight: 400;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
    }
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #22604a;
    border-color: #22604a;
}

.btn-outline-primary {
    color: #fff;
    background-color: #fbb040;
    border-color: #fbb040;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #22604a;
    border-color: #22604a;
}

.cc-color-override--619960266.cc-window {
    border-radius: 0.25rem !important;
}

.cc-color-override--619960266 .cc-btn {
    border-radius: 0.25rem !important;
}

.cc-bottom {
    bottom: 3em !important;
}

.border {
    border: 1px solid #dee2e6 !important;
    background: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #22604a;
}

.dropdown-item.active:hover,
.dropdown-item.active:focus {
    color: #fff;
    text-decoration: none;
    background-color: #22604a;
}

@media (max-width: 1599px) {
    .footer-blocks {
        display: none;
    }
}

@media (min-width: 1600px) {
    .footer-blocks {
        display: block;
    }
}

.navbar-light {
    background: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fbb040;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fbb040;
}

.header-mask {
    background: url(../images/layout/HeaderMask.png) center top repeat-x;
    width: 100%;
    height: 125px;
    margin-top: -125px;
    z-index: 1000;
    position: absolute;
}

.footer-mask {
    background: url(../images/layout/FooterMask.png) center top repeat-x;
    width: 100%;
    height: 386px;
    margin-top: -320px;
    z-index: -1;
    position: absolute;
}

.border-dark {
    border-color: #ddd !important;
}

.footer h6 a,
.footer h6 a:hover,
.footer h6 a:focus {
    color: #22604a;
}

main {
    min-height: 500px;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #fff;
    background-color: #22604a;
    border-color: #22604a;
}

.grwf2-wrapper {
    margin: 0 !important;
    width: 100% !important;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #22604a;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
}

.page-item.active .page-link {
    z-index: 3;
    color: #FFFFFF;
    background-color: #fbb040;
    border-color: #fbb040;
}

.page-link:hover {
    color: #fbb040;
    border-color: #DDDDDD;
    background-color: #FFFFFF;
}

.pagination .page-link:focus,
.pagination .page-link:active {
    outline: none;
    box-shadow: none;
}