html {
    scroll-padding-top: 4.5rem;
}

body {
    position: relative;
    font-family: 'Poppins', sans-serif !important;
}

section a.link {
    color: #07743f !important;
    text-decoration: none !important;
    position: relative !important;
}

section a.link-white {
    color: #ffffff !important;
    text-decoration: none !important;
    position: relative !important;
}

section a.link:hover {
    color: #07743f !important;
}


/*effect-underline*/

section a.link:after {
    color: #e4e517 !important;
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

section a.link:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

p {
    /*line-height: 2.0;*/
}

.p-news {
    line-height: 1.8;
}

.page-section {
    padding: 6rem 0;
}

.page-section-partners {
    padding: 2rem 0;
}

.page-section h2.section-heading,
.page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 4rem;
}

.btn-xl {
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 700;
}

.btn-social {
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
}

#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(114, 191, 68, 0.9);
}

#mainNav .navbar-toggler {
    padding: 0.75rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #e4e517;
}

#mainNav .navbar-brand {
    color: #ffc800;
    font-weight: 700;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
}

#mainNav .navbar-brand img {
    height: 2.5rem;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.85rem;
    color: #fff;
    letter-spacing: 0.06em;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link.page-active {
    color: #e4e517;
    font-weight: bold;
}

#mainNav .dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}

#mainNav .nav-item.dropdown.dropdown-mega {
    position: static;
}

#mainNav .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 100%;
    top: 95%;
    left: 0;
    border-radius: 0;
    background-color: rgba(114, 191, 68, 0.9);
    border-top: 2px solid #fff;
}

#mainNav .dropdown-toggle::after {
    display: none;
}

#mainNav.dropdown-is-open {
    background-color: rgba(114, 191, 68, 0.9) !important;
}

#mainNav .agra-submenu li {
    margin-bottom: 15px;
}

#mainNav .agra-submenu li a {
    color: #fff;
    text-decoration: none;
}

#mainNav .agra-submenu li a:hover,
#mainNav .agra-submenu li a.active {
    color: #e4e517;
    font-weight: bold;
}

#mainNav .dropdown-menu h6 {
    margin-bottom: 20px;
}

.dropdown-menu-cover {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 111;
}

.img-brand {
    height: 2.75rem;
}

.footer {
    background-color: #ebebeb;
    padding-top: 60px;
}

.main-header {
    height: 100vh;
}

.home-video-bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.home-video-bg-cover {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.home-video-bg video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.home-slider-content {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    z-index: 12;
    font-size: 50px;
    color: #fff;
}

.menu-search .fa-circle {
    color: #07743f;
}

.menu-search .fa-search,
.menu-search .fa-magnifying-glass {
    color: #72bf44;
}

.text-green {
    color: #72bf44;
}

.text-dark-green {
    color: #07743f;
}

.text-yellow {
    color: #e4e517;
}

.bg-green {
    background-color: #72bf44;
}

.bg-dark-green {
    background-color: #07743f;
}

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

.home-about-img {
    border: 2px solid #e4e517;
    border-radius: 50%;
    padding: 10%;
    position: relative;
    z-index: 12;
}

.home-about-img-wrap {
    width: 120%;
    left: -20%;
    top: -40%;
    position: absolute;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

.home-find-more {
    color: #fff;
    text-decoration: none;
    background-color: #07743f;
    border: 1px solid #e4e517;
    padding: 10px 30px;
    border-radius: 20px;
}

#home-wwd1 .img {
    background: url(../assets/img/what-we-do-1.jpg);
    background-size: cover;
}

#home-wwd2 .img {
    background: url(../assets/img/what-we-do-2.jpg);
    background-size: cover;
}

#home-wwd3 .img {
    background: url(../assets/img/what-we-do-3b.jpg);
    background-size: cover;
}

#home-wwd4 .img {
    background: url(../assets/img/what-we-do-4.jpg);
    background-size: cover;
}

.home-what-we-do {
    aspect-ratio: 3/4;
    position: relative;
    overflow: hidden;
}

.home-what-we-do .img:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.home-what-we-do .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.home-what-we-do .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    color: #fff;
    padding: 20px 30px;
}

.home-what-we-do .sub {
    color: #e4e517;
    font-size: 12px;
    font-weight: bold;
}

.home-what-we-do .main {
    font-size: 17px;
}

.home-what-we-do a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    opacity: .6;
}

#home-services {
    margin-top: 100px;
}

div.home-impact {
    border-top: 3px solid #e4e517;
    padding-top: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

div.home-impact .sub {
    color: #72bf44;
}

div.home-impact .main {
    color: #72bf44;
    font-size: 70px;
    margin-top: auto;
}

.vert-center {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

#home-impact hr {
    height: 3px;
    opacity: 1;
    background-color: #e4e517;
    color: transparent;
}

.home-news-main {
    background-size: cover !important;
    position: relative;
    height: 100%;
}

.home-news-main .content {
    position: absolute;
    bottom: -1px;
    left: -1px;
    background: #fff;
    width: 90%;
    padding: 10px 20px;
}

.home-news-main .content .category {
    color: #07743f;
    font-weight: bold;
}

.home-news-main .content .title {
    color: #07743f;
    font-size: 18px;
    margin-bottom: 15px;
}

.home-news-main .content .date {
    color: #07743f;
    font-size: 14px;
}

.home-news-main .content .tag {
    color: #07743f;
    background: #ebebeb;
    font-size: 14px;
    padding: 5px 20px;
    margin-right: 20px;
}

.home-news {
    margin-bottom: 20px;
    border-top: 2px solid #07743f;
    padding-top: 10px;
}

div.home-news:last-child {
    padding-bottom: 20px;
    border-bottom: 2px solid #07743f;
}

.home-news img {
    border-radius: 15px;
}

.home-news .content .category {
    color: #07743f;
    font-weight: bold;
}

.home-news .content .title {
    color: #07743f;
    font-size: 16px;
    margin-bottom: 15px;
}

.home-news .content .date {
    color: #07743f;
    font-size: 13px;
}

.home-news .content .tag {
    color: #07743f;
    background: #ebebeb;
    font-size: 13px;
    padding: 5px 15px;
    margin-right: 10px;
}

.footer-copyright {
    border-top: 2px solid #07743f;
}

.footer-menu {}

.footer-menu .header {
    color: #07743f;
    font-weight: bold;
    font-size: 18px;
}

.footer-menu ul li {
    margin-bottom: 10px;
}

.footer-menu a {
    text-decoration: none;
    color: #07743f;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}


/* Animation */

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(114, 191, 68, 0.9);
    z-index: 1031;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #000;
    background: #fff;
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    margin-top: 61px;
    margin-left: -150px;
    padding: 10px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #e4e517;
    border: none;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.page-header {
    height: 70vh;
    position: relative;
}

.page-bg {
    position: absolute;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.page-bg-cover {
    position: absolute;
    width: 100%;
    height: 70vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.page-bg-single {
    position: absolute;
    width: 100%;
    height: 70vh;
    background-color: #07743f;
    z-index: 10;
}

.page-bg img {
    object-fit: cover;
    object-position: top;
    width: 100vw;
    height: 70vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.page-bg-content {
    position: absolute;
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    z-index: 12;
    font-size: 40px;
    color: #fff;
}

.page-menu {
    z-index: 12;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 23vh;
    padding-top: 2vh;
    display: flex;
    justify-content: center;
    color: #fff;
}

.page-menu ul {
    display: flex;
    padding: 0 30px;
    justify-content: center;
}

.page-menu ul li.list-inline-item {
    margin-right: 40px;
}

.page-menu ul li.list-inline-item.active {
    border-top: 2px solid #72bf44;
}

.page-menu ul li a {
    text-decoration: none;
    color: #fff;
    position: relative;
    padding-left: 24px;
    display: inline-block;
}

.page-menu ul li a svg {
    position: absolute;
    left: 0;
}

.page-bg-singular svg {
    width: 50px;
    height: 50px;
    color: #fff;
}

.page-bg-singular h6 {
    padding-top: 10px;
    border-top: 2px solid #e4e517;
    font-weight: bold;
    display: inline-block;
    font-size: 30px;
    margin-top: 30px;
}

p.page-tagline {
    font-size: 30px;
}

#about-plan .strategic-plan {
    position: relative;
    padding-left: 27%;
    padding-top: 10%;
    padding-right: 50px;
    color: #fff;
}

#about-plan .strategic-plan:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../assets/img/circle-wave-bg-inverted.png);
}

#about-plan .about-plan-img {
    width: 150%;
    z-index: 1;
    margin-top: -10%;
    margin-bottom: -10%;
    position: relative;
}

#about-plan .sp1 {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
}

#about-plan .sp2 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}

#about-plan .strategic-plan .plan-link {
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}

#about-plan .strategic-plan .plan-link svg {
    width: 42px;
    height: 42px;
}

p.mission {
    font-size: 40px;
    font-weight: bold;
}

section#about-updates {
    background: url(../assets/img/updates.jpg);
    background-size: cover;
}

section#about-updates p {
    font-size: 35px;
    font-weight: bold;
}

div.missions h5 {
    padding: 20px 50px 0px 50px;
    position: relative;
}

div.missions h5 img {
    position: absolute;
    width: 40px;
    top: 0;
    left: 0;
}

div.missions>div:not(:last-child) {
    border-right: 2px solid #07743f;
}

.page-submenu {
    display: flex;
    justify-content: center;
    color: #fff;
}

.page-submenu ul li.list-inline-item {
    margin-right: 40px;
}

.page-submenu ul li.list-inline-item.active {
    border-bottom: 2px solid #07743f;
}

.page-submenu ul li a {
    text-decoration: none;
    color: #07743f;
    font-size: 25px;
}

.page-submenu ul li.active a {
    font-weight: bold;
}

.page-submenu ul.nav-tabs {
    border: none;
}

.page-submenu ul.nav-tabs li a.nav-link:hover {
    color: #07743f;
}

.page-submenu ul.nav-tabs li a.nav-link {
    border: none;
}

.page-submenu ul.nav-tabs li a.nav-link.active {
    font-weight: bold;
    color: #07743f;
}

section#people-team .team {
    text-align: center;
    margin-bottom: 100px;
}

section#people-team .team img {
    border-radius: 50%;
}

section#people-team .team .name {
    position: relative;
    margin-top: 20px;
    color: #07743f;
    font-weight: bold;
    font-size: 20px;
}

section#people-team .team .name:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 30%;
    width: 40%;
    background-color: #e4e517;
    height: 2px;
}

section#people-team .team .role {
    color: #72bf44;
    font-size: 18px;
}

section#people-team .team .bio-link {
    color: #07743f;
    font-weight: bold;
    text-decoration: none;
}

.bg-dark-gray {
    background-color: #58595b;
}

#people-tribute {
    color: #c0c1c1;
}

#people-tribute img {
    border-radius: 50%;
    margin-top: -15rem;
}

#people-tribute hr {
    border: 2px solid #fff;
    opacity: 1;
}

#people-tribute h6 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.page-single-img {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 13;
}

section#people-single .team-single {
    margin-bottom: 100px;
}

section#people-single .team-single img {
    border-radius: 50%;
    margin-top: -20rem;
    border: 3px solid #e4e517;
    padding: 30px;
    z-index: 15;
    position: relative;
}

section#people-single .team-single .name {
    position: relative;
    margin-top: 20px;
    color: #07743f;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

section#people-single .team-single .role {
    color: #72bf44;
    font-size: 23px;
    text-align: center;
}

section#people-single .team-single .bio-socials a {
    text-transform: none;
    display: inline-block;
    margin-right: 20px;
    padding-left: 35%;
}

section#people-single .team-single .bio-socials a svg {
    border: 1px solid #e4e517;
    border-radius: 50%;
    color: #07743f;
    padding: 15px;
    width: 50px;
    height: 50px;
}

section#contact-us {}

section#contact-us div.socials a {
    text-transform: none;
    display: inline-block;
    margin-right: 20px;
}

section#contact-us div.socials a svg {
    border: 1px solid #07743f;
    border-radius: 50%;
    color: #07743f;
    padding: 15px;
    width: 50px;
    height: 50px;
}

section#contact-us .subscribe {
    color: #fff;
    background-color: #07743f;
    padding: 10px 100px;
    border-radius: 20px;
    text-decoration: none;
}

section#contact-us .contact-section .header {
    position: relative;
    font-size: 30px;
    color: #07743f;
    font-weight: bold;
    margin-bottom: 40px;
    display: inline-block;
}

section#contact-us .contact-section .header:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40%;
    background-color: #e4e517;
    height: 2px;
}

section#contact-us .contact-section p.office {
    font-weight: bold;
    margin-bottom: 20px;
}

section#contact-us .contact-section p {
    margin-bottom: 5px;
    color: #07743f;
}

section#contact-us .contact-section a.mail {
    color: #07743f;
}


/* Partners */

section#partners .slick-slide {
    margin: 0px 20px;
}

section#partners .slick-slide img {
    width: 100%;
}

section#partners .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

section#partners .slick-list:focus {
    outline: none;
}

section#partners .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

section#partners .slick-slider .slick-track,
section#partners .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

section#partners .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

section#partners .slick-track:before,
section#partners .slick-track:after {
    display: table;
    content: '';
}

section#partners .slick-track:after {
    clear: both;
}

section#partners .slick-loading .slick-track {
    visibility: hidden;
}

section#partners .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] section#partners .slick-slide {
    float: right;
}

section#partners .slick-slide img {
    display: block;
}

section#partners .slick-slide.slick-loading img {
    display: none;
}

section#partners .slick-slide.dragging img {
    pointer-events: none;
}

section#partners .slick-initialized .slick-slide {
    display: block;
}

section#partners .slick-loading .slick-slide {
    visibility: hidden;
}

section#partners .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

section#partners .slick-arrow.slick-hidden {
    display: none;
}

section#partners div.previous svg,
section#partners div.next svg {
    border: 1px solid #07743f;
    border-radius: 50%;
    color: #e4e517;
    padding: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

section#partners div.previous {
    position: absolute;
    left: -25px;
    top: 40%;
}

section#partners div.next {
    position: absolute;
    right: -25px;
    top: 40%;
}

section#partners div.partner-content {
    padding-top: 20px;
    border-top: 2px solid #e4e517;
    margin-top: 20px;
    text-align: center;
    color: #07743f;
    font-size: 14px;
}

section#history-approach p.tag {
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 2px solid #07743f;
    padding-bottom: 10px;
    color: #07743f;
    opacity: .8;
}

section#history-approach p.title {
    color: #07743f;
    font-weight: bold;
    font-size: 35px;
}

section#history-approach .content {
    color: #07743f;
    opacity: .7;
}

section#history-timeline {
    position: relative;
}

section#history-timeline .sp1 {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
}

section#history-timeline #timeline {
    display: flex;
    background-color: #031625;
}

section#history-timeline #timeline:hover .tl-item {
    width: 23.3333%;
}

section#history-timeline #timeline .tl-item {
    transform: translate3d(0, 0, 0);
    position: relative;
    width: 33.33%;
    height: 90vh;
    min-height: 600px;
    color: #fff;
    overflow: hidden;
    transition: width 0.5s ease;
}

section#history-timeline #timeline .tl-item:before,
section#history-timeline #timeline .tl-item:after {
    transform: translate3d(0, 0, 0);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

section#history-timeline #timeline .tl-item:after {
    opacity: 1;
    transition: opacity 0.5s ease;
}

section#history-timeline #timeline .tl-item:nth-child(1):after {
    background: rgba(0, 0, 0, 0.6);
}

section#history-timeline #timeline .tl-item:nth-child(2):after {
    background: rgba(0, 0, 0, 0.5);
}

section#history-timeline #timeline .tl-item:nth-child(3):after {
    background: rgba(0, 0, 0, 0.6);
}


/*section#history-timeline #timeline .tl-item:nth-child(4):after {
    background: rgba(7, 116, 63, 0.5);
}*/

section#history-timeline #timeline .tl-item:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 75%);
    z-index: 1;
    opacity: 0;
    transform: translate3d(0, 0, 0) translateY(50%);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

section#history-timeline #timeline .tl-item:hover {
    width: 90% !important;
}

section#history-timeline #timeline .tl-item:hover:after {
    opacity: 0;
}

section#history-timeline #timeline .tl-item:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0) translateY(0);
    transition: opacity 1s ease, transform 1s ease 0.25s;
}

section#history-timeline #timeline .tl-item:hover .tl-content {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.75s ease 0.5s;
}

section#history-timeline #timeline .tl-item:hover .tl-bg {
    filter: grayscale(0);
}

section#history-timeline #timeline .tl-content {
    transform: translate3d(0, 0, 0) translateY(25px);
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 1.618em;
    top: 55%;
    opacity: 0;
}

section#history-timeline #timeline .tl-content h1 {
    text-transform: uppercase;
    color: #e4e517;
    font-size: 1.44rem;
    font-weight: bold;
}

section#history-timeline #timeline .tl-year {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

section#history-timeline #timeline .tl-year p {
    font-size: 1.728rem;
    margin-bottom: 0;
}

section#history-timeline #timeline .tl-bg {
    transform: translate3d(0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    transition: filter 0.5s ease;
    filter: grayscale(100%);
}

.page-tagline2 {
    border-top: 2px solid #07743f;
    display: inline-block;
    width: 100%;
}

.fw-norm {
    font-weight: normal;
}

section#opportunities-list h4 {
    margin-bottom: 0;
}

section#opportunities-list h4 a {
    color: #000;
    text-decoration: none;
}

section#opportunities-list p.date {
    color: #aaa;
    border-bottom: 2px solid #72bf44;
    margin-top: auto;
    margin-bottom: 60px;
}

section#opportunities-list div.policy-caption {
    margin-bottom: 60px;
    color: #72bf44;
    height: 120px;
}

section#opportunities-list .opportunity {
    height: 100%;
    display: flex;
    flex-direction: column;
}

section#publications-list .pub-main {
    border-bottom: 3px solid #e4e517;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

section#publications-list select {
    /* Reset Select */
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 0 1em;
    color: #72bf44;
    border: 2px solid #aaa;
    cursor: pointer;
    width: 100%;
}


/* Remove IE arrow */

section#publications-list select::-ms-expand {
    display: none;
}


/* Custom Select wrapper */

section#publications-list .select {
    position: relative;
    display: flex;
    width: 100%;
    height: 3em;
    border-radius: .25em;
    overflow: hidden;
}

section#publications-list .select svg {
    position: absolute;
    top: 10px;
    right: 10px;
}

section#publications-list button.filter {
    width: 100%;
    background-color: #07743f;
    color: #fff;
    border: 2px solid #e4e517;
    height: 100%;
}

section#publications-list1 .publication {
    position: relative;
    color: #07743f;
    margin-bottom: 80px;
}

section#publications-list1 .publication .details {
    position: absolute;
    left: -2px;
    bottom: -2px;
    background-color: #fff;
    border-top-right-radius: 20px;
    width: 75%;
    padding: 5px 20px;
}

section#publications-list1 .publication .details p.date {
    margin-bottom: 5px;
}

section#publications-list1 .publication .details p.title {
    font-weight: bold;
    font-size: 20px;
}

section#publications-list1 .publication .details p.title a {
    color: #07743f;
    text-decoration: none;
}

section#events-upcoming .event {
    border-bottom: 2px solid #07743f;
    margin-bottom: 50px;
}

section#events-upcoming .event img {
    border-radius: 20px;
    aspect-ratio: 3/2;
    object-fit: cover;
}

section#events-upcoming .event p.title {
    color: #07743f;
    margin-top: 20px;
    font-weight: bold;
    font-size: 20px;
}

section#events-upcoming .event p.date {
    color: #72bf44;
    font-size: 13px;
}

section#events-upcoming .event p.location {
    color: #07743f;
}

section#events-all .event {
    border-bottom: 2px solid #fff;
    margin-bottom: 50px;
}

section#events-all .event img {
    border-radius: 20px;
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: top;
}

section#events-all .event p.title {
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
    font-size: 20px;
}

section#events-all .event p.date {
    color: #fff;
    font-size: 13px;
}

section#events-all .event p.location {
    color: #fff;
}

.page-bg-content p.subtitle {
    font-size: 17px;
}

.page-bg-content .header-extra p.title {
    font-size: 14px;
}

.page-bg-content .header-extra p.update {
    font-size: 12px;
    opacity: 0.7;
    border-top: 1px solid #fff;
    padding-top: 5px;
}

section#newsroom-main .details {
    position: absolute;
    left: -2px;
    bottom: 130px;
    padding: 20px;
    background: #fff;
    width: 30%;
    color: #07743f;
}

section#newsroom-main .details a {
    font-size: 25px;
    color: #07743f;
    font-weight: bold;
}

section#newsroom-main p.caption {
    color: #07743f;
    font-size: 13px;
    font-style: italic;
    margin-top: 10px;
}

section#newsroom-main div.excerpt {
    color: #07743f;
}

.hr-yellow {
    background-color: #e4e517;
    height: 2px;
    color: transparent;
    opacity: 1;
}

.page-menu.internal {
    background: none;
    height: 0;
    padding-top: 0;
    position: relative;
}

.page-menu.internal ul li a {
    text-decoration: none;
    color: #07743f;
    position: relative;
    padding-left: 20px;
    display: inline-block;
    font-size: 14px;
}

.page-menu.internal ul li.active a {
    font-weight: bold;
}

.page-menu.internal ul li.active a {
    font-weight: bold;
}

.page-menu.internal ul.nav-tabs {
    border: none;
}

.page-menu.internal ul.nav-tabs li a.nav-link:hover {
    color: #07743f;
}

.page-menu.internal ul.nav-tabs li a.nav-link {
    border: none;
}

.page-menu.internal ul.nav-tabs li a.nav-link.active {
    font-weight: bold;
    color: #07743f;
}

.page-menu.internal ul li.list-inline-item a.active {
    border-top: 2px solid #72bf44 !important;
    border-radius: 0;
}

section#newsroom-list .news {
    margin-bottom: 60px;
}

section#newsroom-list a {
    text-decoration: none;
}

section#newsroom-list p.tag {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 5px 10px;
    color: #07743f;
    background-color: #e4e517;
    font-size: 13px;
}

section#newsroom-list img {
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: top;
}

section#newsroom-list p.date {
    color: #72bf44;
    margin-top: 5px;
}

section#newsroom-list p.title {
    color: #07743f;
}

section#seed-systems-list .seed-system {
    position: relative;
    text-align: center;
}

section#seed-systems-list .details {
    position: absolute;
    bottom: 10%;
    left: 20%;
    width: 50%;
    border-top: 2px solid #07743f;
    color: #fff;
    padding-top: 5px;
}

section#seed-systems-list .details p {
    color: #fff;
    font-weight: bold;
}

section#seed-systems-tag {
    background-size: cover;
    background-position: 0 0;
}

section#inclusivity-plan .strategic-plan {
    position: relative;
    padding-right: 27%;
    padding-top: 10%;
    padding-left: 50px;
    color: #fff;
}

section#inclusivity-plan .strategic-plan:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../assets/img/circle-wave-bg-inverted.png);
}

section#inclusivity-plan .inclusivity-plan-img {
    width: 150%;
    z-index: 1;
    margin-top: -10%;
    margin-bottom: -10%;
    margin-left: -50%;
    position: relative;
}

section#inclusivity-plan .sp1 {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
}

section#inclusivity-plan .sp2 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}

section#inclusivity-plan .strategic-plan .plan-link {
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}

section#inclusivity-plan .strategic-plan .plan-link svg {
    width: 42px;
    height: 42px;
}

section#inclusivity-approach {
    background-size: cover;
    background-position: 0 0;
}

section#inclusivity-approach .approach {
    background: rgba(255, 255, 255, 0.7);
    padding: 80px;
}

section#inclusivity-approach .approach img {
    width: 50px;
}

section#inclusivity-title img.logo {
    height: 80px;
}

.hr-dark-green {
    background-color: #07743f;
    height: 2px;
    color: transparent;
    opacity: 1;
}

.hr-green {
    background-color: #72bf44;
    height: 2px;
    color: transparent;
    opacity: 1;
}

section#inclusivity-main .vision {
    position: absolute;
    top: -100px;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 20px 40px;
}

section#inclusivity-main a svg {
    width: 50px;
    height: 50px;
}

section#inclusivity-main a {
    font-size: 25px;
}

section#inclusivity-news .news {
    border-bottom: 2px solid #07743f;
    padding-bottom: 20px;
    margin-bottom: 70px;
}

section#inclusivity-news .news a svg {
    width: 40px;
    height: 40px;
}

.bt-dark-green {
    border-top: 2px solid #07743f;
    padding-top: 10px;
}

section#impact-map .map-embed {
    margin: 4rem auto;
    text-align: center;
    position: relative;
    display: block;
    width: 1080px;
    max-width: 100%
}

section#impact-map .map-embed svg {
    width: 1080px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

section#impact-map .map-embed svg .maplabel,
section#impact-map .map-embed svg .maplabel-line {
    pointer-events: none;
    display: none
}

section#impact-map .map-embed .mobile-map {
    display: none;
    width: 100%
}

section#impact-map .map-embed .map-info-mobile {
    display: none;
    position: relative;
    top: -80px;
    width: 100%;
    max-width: 100%;
    height: 49px
}

section#impact-map .map-embed .map-info-mobile select {
    font-size: 1.25rem;
    font-weight: 700;
    background: #fff url(../assets/img/caret-down-white.svg) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background-color: #002c4e;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0;
    display: none;
}

section#impact-map .map-embed .map-info-mobile #mobile-infobox-area {
    margin: 1.5rem 0
}

section#impact-map .map-info-box .country-data .details p:first-child {
    margin-left: 0
}

section#impact-map .map-info-box {
    background: #fff;
    -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .5);
    width: 380px;
    position: relative;
    display: none
}

section#impact-map .map-info-box:before {
    content: "";
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    position: absolute;
    left: 45%;
    top: -7px
}

section#impact-map .map-info-box #map-info-box-close,
section#impact-map .map-info-box #map-info-box-close-mobile {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    text-align: center
}

section#impact-map .map-info-box .country-data,
section#impact-map .map-info-box .country-data .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 10%
}

section#impact-map .map-info-box .country-data .name {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 0 0 1rem;
    margin: 40px 0 0;
    border-bottom: solid 1px #e4e517;
    text-transform: none;
    color: #161f28;
    font-weight: 600;
    font-size: 1.625rem;
    letter-spacing: 0
}

section#impact-map .map-info-box .country-data .name img {
    width: 60px;
    height: auto;
    max-height: 50px;
    margin-right: 10px;
}

section#impact-map .map-info-box .country-data .name h4 {
    line-height: 34px;
    font-weight: 600;
    letter-spacing: unset
}

section#impact-map .map-info-box .country-data .name span {
    text-align: left
}

section#impact-map .map-info-box .country-data .details,
section#impact-map .map-info-box .country-data .details p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

section#impact-map .map-info-box .country-data .details {
    width: 100%;
    margin-top: 20px
}

section#impact-map .map-info-box .country-data .details p {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #002c4e;
    /*margin: 0 0 40px 25px;*/
    padding: 0;
    /*width: 45%*/
}

section#impact-map .map-info-box .country-data .details p img {
    margin-right: 10px;
    margin-top: 0;
    height: 15px
}

section#impact-map .map-info-box .post-data {
    height: 246px
}

section#impact-map .map-info-box .post-data .wrap {
    margin: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left
}

section#impact-map .map-info-box .post-data .wrap h5 {
    color: #fff;
    margin: 7% 0 0 10%;
    padding: 0;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    font-size: .8rem
}

section#impact-map .map-info-box .post-data .wrap h4 {
    margin: 100px 5% 5%;
    color: #fff;
    padding: 0;
    text-transform: none;
    font-size: 1.25rem;
    font-weight: 600
}

section#impact-map .map-info-box .post-data .wrap h4 a {
    color: #fff;
    text-transform: none
}

section#impact-map .map-info-box .post-data .wrap h4 a:hover {
    text-decoration: underline;
}

section#impact-map .map-info-box .post-data .wrap h4 .arrow {
    display: inline-block;
    margin-left: 5px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    background-image: url(../assets/img/link-arrow-white.svg)
}

section#impact-map #mobile-infobox-area .map-info-box {
    width: 100%;
    position: relative;
    top: unset;
    left: unset
}

section#impact-map #mobile-infobox-area .map-info-box .post-data h4 {
    letter-spacing: unset
}

section#impact-map .country-select {
    margin-top: 100px;
}

section#impact-map .country-select select {
    /* Reset Select */
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 0 1em;
    color: #fff;
    background-color: #07743f;
    cursor: pointer;
}


/* Remove IE arrow */

section#impact-map .country-select select::-ms-expand {
    display: none;
}


/* Custom Select wrapper */

section#impact-map .country-select .select {
    position: relative;
    display: flex;
    width: 100%;
    height: 3em;
    border-radius: .25em;
    overflow: hidden;
}

section#impact-map .country-select .select svg {
    position: absolute;
    top: 10px;
    right: 10px;
}

section#impact-map .stats .stat .info {
    color: #07743f;
}

section#impact-map .stats .stat .number {
    color: #07743f;
    font-weight: normal;
    font-size: 100px;
    line-height: 1;
}

section#map-updates {
    background-size: cover;
    background-position: 0 0;
}

section#map-updates .case-studies-link {
    font-size: 25px;
}

.page-news-single .news-tag {
    font-size: 15px;
    opacity: 0.8;
}

.page-news-single .news-date {
    padding-left: 10%;
    font-size: 14px;
}

.page-news-single .news-timer {
    font-size: 10px;
    width: 80%;
    aspect-ratio: 1/1;
    border: 5px solid #e4e517;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.page-news-single .col-md-2 {
    border-right: 1px solid #72bf44;
}

.page-news-single .news-title {
    font-size: 30px;
    font-weight: bold;
}

section#news-single .news-poster {
    border-radius: 50px;
    aspect-ratio: 4/2;
    object-fit: cover;
    object-position: top;
    width: 100%;
    margin-top: -250px;
    position: relative;
    z-index: 100;
}

section#news-single .news-timer {
    font-size: 17px;
    width: 40%;
    aspect-ratio: 1/1;
    border: 5px solid #e4e517;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 20px;
    color: #07743f;
}

section#news-single .news-side-title {
    font-size: 19px;
    font-weight: bold;
    color: #07743f;
}

section#news-single .news-share {
    background-color: #e4e517;
    padding: 10px;
    border-radius: 20px;
    margin: 40px 0;
}

section#news-single .related-articles p.news-side-title {
    border-bottom: 1px solid #07743f;
    padding-bottom: 20px;
}

section#news-single .related-articles .content {
    color: #6a6b6d;
}

.page-opportunities-single .opp-tag {
    font-size: 15px;
    opacity: 0.8;
}

.page-opportunities-single .opp-date {
    font-size: 17px;
    color: #72bf44;
    font-weight: bold;
}

.page-opportunities-single .opp-share a {
    font-size: 14px;
}

.page-opportunities-single .opp-share a svg {
    color: #72bf44;
}

.page-opportunities-single .opp-title {
    font-size: 30px;
    font-weight: bold;
}

.circle-image {
    border-radius: 50%;
    border: 1px solid #e4e517;
    padding: 10px;
}

.circle-image-2 {
    border-radius: 50%;
    border: 5px solid #e4e517;
    padding: 10px;
}

.drop-shadow {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.page-opportunities-single .opp-meta {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #72bf44;
    padding-top: 20px;
}

section#opp-single .content {
    color: #07743f;
    border-radius: 50px;
    margin-top: -250px;
    position: relative;
    z-index: 100;
    background: #fff;
    padding: 40px 30px;
}

section#opp-single .content .accordion-button {
    color: #07743f;
    font-weight: bold;
    border-bottom: 2px solid #e4e517;
}

section#opp-single .content .accordion-button:not(.collapsed) {
    background-color: #e4e517;
}

section#opp-single .content .accordion-body {
    color: #07743f;
}

section#opp-single .opp-link {
    font-size: 15px;
    font-weight: bold;
    color: #07743f;
}

section#home-impact .cross-cutting {
    position: relative;
}

section#home-impact .cross-cutting .details {
    position: absolute;
    bottom: 10%;
    left: 20%;
    width: 50%;
    border-top: 2px solid #07743f;
    color: #fff;
    padding-top: 5px;
    z-index: 1;
}

section#home-impact .cross-cutting .details p {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.cross-cutting::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    z-index: 0;
    border: 5px solid #e4e517;
}

.menu-header-title-links,
.menu-header-title-links:hover {
    color: #e4e517;
    text-decoration: none;
}

.img-zoom {
    overflow: hidden;
}

.img-zoom img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.img-zoom img:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.border-right-dark-green {
    border-right: 1px solid #07743f;
}

section#who-we-are-main a,
section#who-we-are-main a:hover {
    text-decoration: none;
    color: #72bf44;
}

section#thematic-areas-list .ta-list {
    border-bottom: 1px solid #72bf44;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

section#thematic-areas-list img {
    aspect-ratio: 4/3;
    object-position: top;
    object-fit: cover;
}

section#thematic-areas-list a.read-more {
    text-decoration: none;
    color: #72bf44;
}

section#thematic-areas-list a.read-more:hover {
    color: #e4e517;
}

.bg-gray {
    background-color: #f7f6f6;
}

section#cross-cutting-list a {
    background-color: #e4e517;
    color: #07743f;
    padding: 15px 40px;
    text-decoration: none;
    font-size: 80%;
    font-weight: bold;
}

section#cross-cutting-list .content {
    opacity: 0.7;
}

section#our-programs-list img {
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: top;
}

section#our-programs-list .details {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 10px;
    background-color: #fff;
    width: 70%;
}

section#our-programs-list a,
section#our-programs-list a:hover {
    color: #07743f;
    font-weight: bold;
    text-decoration: none
}

.socials a:hover {
    color: #e4e517;
}

.custom-address p {
    margin-bottom: 0 !important;
}

a {
    text-decoration: none;
    color: #07743f;
}

a:hover {
    text-decoration: none !important;
    color: #07743f !important;
}

a.advertlink {
    font-weight: 400;
    color: #59a22f;
    text-decoration: underline;
}

@-webkit-keyframes txtFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes txtFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes txtFadeInOut {
    0%,
    100% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@keyframes txtFadeInOut {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0.5
    }
    100% {
        opacity: 1
    }
}

.has-hidden-text .details a {
    opacity: 1;
}

.has-hidden-text:hover .details a {
    animation: txtFadeInOut 1.5s linear;
}

.has-hidden-text p.show-hover {
    display: none;
    line-height: 1.5;
    text-align: left !important;
    font-weight: normal !important;
}

.has-hidden-text:hover p.show-hover {
    display: block;
    -webkit-animation-name: txtFadeIn;
    -webkit-animation-duration: 1s;
    animation-name: txtFadeIn;
    animation-duration: 1s;
}

#thematic-areas-wwd1 .img {
    background: url(../assets/img/what-we-do-1.jpg);
    background-size: cover;
}

#thematic-areas-wwd2 .img {
    background: url(../assets/img/what-we-do-2.jpg);
    background-size: cover;
}

#thematic-areas-wwd3 .img {
    background: url(../assets/img/what-we-do-3b.jpg);
    background-size: cover;
}

#thematic-areas-wwd4 .img {
    background: url(../assets/img/what-we-do-4.jpg);
    background-size: cover;
}

.thematic-areas-what-we-do {
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
}

.thematic-areas-what-we-do .img:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.thematic-areas-what-we-do .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.thematic-areas-what-we-do .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    color: #fff;
    padding: 20px 30px;
}

.thematic-areas-what-we-do .sub {
    color: #e4e517;
    font-size: 12px;
    font-weight: bold;
}

.thematic-areas-what-we-do .main {
    font-size: 17px;
}

.thematic-areas-what-we-do a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    opacity: .6;
}