@charset "UTF-8";

.zoom {
 transition: transform .4s;
 margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05); 
}



.bg-primary {
    color: #7bc148;
    background-color:#7bc148;
}

.aging-development {
    background-color: #592e8e;
    border-color: #592e8e!important
}


.population-dynamics-and-urbanization-in-africa {
    background-color: #592e8e;
    border-color: #592e8e!important
}

.aging-development_text {
    color: #000
}

.aging-development_text {
    color: #000
}

.education-youth_text {
    color: #000
}

.health_text {
    color: #000
}

.maternal_text {
    color: #000
}

.population_text {
    color: #000
}

.urbanization_text {
    color: #000
}

.data_text {
    color: #000
}


.education-youth {
    background-color: #5acbf5
}

.health {
    background-color: #c52026
}

.maternal {
    background-color: #cb1c68
}

.population {
    background-color: #592e8e
}

.urbanization {
    background-color: #2d0f0f
}

.data-measurement {
    background-color: #febf2c
}

.whiteAlt {
    color: #fff;
    border-color: #fff!important
}


.color-event {
    background-color: #7bc148
}

.center-text {
    text-align: center
}

.small-text {
    font-size: 14px
}

.invis {
    display: none
}

.full-width {
    width: 100%
}

.pad-2 {
    padding: 2%
}

:root {
    --blue:#5ACBF5;--indigo:#6610f2;--purple:#592E8E;--pink:#CB1C68;--red:#C52026;--orange:#F15A30;--yellow:#FEBF2C;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#7BC148;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#FEBF2C;--danger:#C52026;--light:#B9D989;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}

*,::after,::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}


h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}


a {
    color: #7bc148;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #578d30;
    text-decoration: underline
}

img {
    vertical-align: bottom;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: bottom
}

table {
    border-collapse: collapse
}



label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}


button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}


button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}


.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}



.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {

   .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
     .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }




}


@media (min-width: 992px) {

   .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }



}


.btn,.wpcf7 input[type=submit] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}


.btn:not(:disabled):not(.disabled),.wpcf7 input:not(:disabled):not(.disabled)[type=submit] {
    cursor: pointer
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}



.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}


.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}


.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}


@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
.navbar-expand-md .navbar-toggler {
        display: none
    }


}


.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease
}



.carousel-item-next,.carousel-item-prev {
    position: absolute;
    top: 0
}



.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
        -webkit-transform:translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}


@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
        -webkit-transform:translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.active.carousel-item-right,.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right,.carousel-item-next {
        -webkit-transform:translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.active.carousel-item-left,.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left,.carousel-item-prev {
        -webkit-transform:translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}


.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active {
        -webkit-transform:translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #7bc148
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.bg-primary {
    background-color: #7bc148!important
}


.bg-white {
    background-color: #fff!important
}



.rounded-circle {
    border-radius: 50%!important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.screen-reader-text,.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}


.wrapper {
    padding: 30px 0
}


#secondary img,article img,figure,img,img.wp-post-image {
    max-width: 100%;
    height: auto
}

a.skip-link {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


.fa-search:before {
    content: "\f002";
}


.fa-heart:before {
    content:"\f004";

}

.fa-close:before,.fa-remove:before,.fa-times:before {
    content: "\f00d";
}

.fa-home:before {
    content: "\f015";
}


.fa-retweet:before {
    content: "\f079";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a";
}

.fa-group:before,.fa-users:before {
    content:"\f0c0";
}

.fa-linkedin:before {
    content:"\f0e1";
}


.fa-mail-reply:before,.fa-reply:before {
    content: "\f112";
}


.fa-youtube:before {
    content:"\f167";
}



body {
    font-family: primary;
   
}

h2 {
    font-family: title;
    font-size: 30px;
    line-height: 60px;
    margin-top: 2px
}

a:hover {
    color: #7bc148
}

.bg-white {
    background-color: #fff
}

.hidden {
    display: none
}

.hidden2,.hidden3,.hidden4,.hidden5,.hidden6,.hidden7,.hidden8 {
    display: none
}

.row {
    margin-left: 0;
    margin-right: 0
}

.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.primary-bold {
    font-family: primary-bold
}

.title-text {
    font-family: title
}

.pad-5 {
    padding: 5%
}



.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#home-wrapper {
    width: 100%;
    top: 0;
    z-index: -1;
    padding: 0;
    margin-top: 0px
}

.overlay-light {
    background-color: #262262;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.overlay-light-profile {
    background-color: #262262;
    width: 100%;
    height: 100%;
    opacity: .5;
    position: absolute
}

.overlay-green {
    background-color: #7bc148;
    width: 100%;
    height: 100%;
    opacity: .75;
    position: absolute;
    z-index: 1
}

.kitenge {
    background-image: url(../img/kitenge.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.white-text {
    color: #fff
}



.menu-section {
    font-size: 14px;
    font-family: primary-bold;
    color: #7bc148;
    margin-left: 5%;
    margin-bottom: 0
}

.internships {
    background-color: #7bc148
}

.navbar {
    padding: 0 0 0 5%;
    width: 100%;
    z-index: 5;
    height: 80px
}

#wrapper-footer {
    bottom: 0
}

.main-logo {
    max-height: 100%
}

#wrapper-navbar {
    position: absolute;
    top: 50px;
    width: 100%
}

.nav-container {
    height: 100%
}

.navbar-brand {
    height: 100%
}


#covid-nav {
   
    background-color: #212121a1;
    position: absolute;
  
}

#micro-nav {
    height: 50px;
    background-color: #212121a1;
    z-index: 5;
    top: 0;
    right: 0;
    padding-left: 50px;
    position: absolute;
    float: right;
    padding-right: 25px
}

#micro-nav-left,#micro-nav-social {
    color: #fff;
    font-size: 15px;
    list-style-type: none;
    height: 100%;
    float: left
}

#micro-nav-social {
    margin-right: 15px;
    padding-left: 10px
}

#micro-nav-left li,#micro-nav-social li {
    float: left;
    height: 50%;
    margin-right: 25px
}

#micro-nav-left li a,#micro-nav-social li a {
    color: #fff;
    font-size: 14px;
    font-family: primary-bold
}


.icon {
    color: #7bc148
}

#search-box {
    float: left;
    width: 25px;
    margin-left: 25px
}


#primary {
    padding: 0
}

.main-page-splash {
    width: 100%;
    height: 68vh;
    padding: 0
}

.splash-bg {
    background-size: cover;
    background-repeat: none;
    height: 100%;
    width: 100%
}

.feat-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0
}

.main-page-banner {
    position: absolute;
    top: 25%;
    left: 10%
}

.featured-left {
    padding: 2%;
    background-color: #fff;
    min-height: 350px;
    -webkit-box-shadow: 1px 2px 2px 1px rgba(0,0,0,.2);
    box-shadow: 1px 2px 2px 1px rgba(0,0,0,.2)
}

.featured-left p {
    font-size: 14px
}

.featured-right {
    padding: 0
}

h3 {
    font-family: primary-bold;
    font-size: 16px;
    text-transform: none;
}

h4 {
    font-family: primary-bold;
    font-size: 22px;
    text-transform: none;
}

h5 {
    font-family: title;
    font-size: 16px;
    text-transform: uppercase
}

h6 {
    font-family: title;
    font-size: 14px;
    text-transform: capitalize
}


.col-inner-5 {
    padding: 5%
}

.sectionTitle {
    padding-left: 3%;
    border-left: 8px solid #fff;
    width: 100%;
    margin-bottom: 1%;
    text-align: left;
    z-index: 5;
    text-transform: uppercase;
    background-color: transparent
}

.mpb_header {
    color: #fff;
    font-family: title;
    font-size: 26px;
    line-height: 45px;
    text-transform: uppercase;
    width: 75%;
    margin-bottom: 5px
}

.mpb_subHead {
    font-family: primary;
    color: #fff;
    font-size: 22px;
    line-height: 23px;
    width: 75%;
    letter-spacing: 1px
}

#front-page-featured {
    width: 90%;
    margin: 0% auto 2% auto;
    min-height: 40vh
}


.feat-contain {
    position: absolute;
    z-index: 5
}

.featured-row {
    min-height: 410px
}

.featured-tag {
    color: #fff;
    background-color: #7bc148;
    display: inline-block;
    padding: 1%;
    font-family: primary-bold
}

.learn-more {
    font-family: primary;
    background-color: transparent;
    font-size: 20px;
    border: 1px solid #7bc148;
    padding: 2%;
    margin-top: 5%;
    min-width: 120px
}

.featured-stats {
    height: 100%;
    padding-bottom: 5%;
    z-index: 3;
    position: relative
}

.circle-text {
    width: 45%;
    margin: 0 auto
}

.circle-text:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    border: 2px solid #fff
}

.circle-text div {
    float: left;
    width: 100%;
    padding-top: 43%;
    line-height: 1em;
    margin-top: -.5em;
    text-align: center;
    color: #fff
}

@media (min-width: 992px) {
    .circle-text {
        width:100%
    }

    .feat-contain {
        margin-top: 144px
    }
}


@media only screen and (max-width: 992px) and (min-width:806px) {
    .circle-text {
        width:31%
    }

    .feat-contain {
        padding-top: 2%
    }

    .block {
        margin-bottom: 2%
    }
}


#research-units {
    margin: 0;
    padding: 2% 5%
}

.research-grid-item {
    height: 200px;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 3px 5px 5px 1px rgba(0,0,0,.2);
    box-shadow: 3px 5px 5px 1px rgba(0,0,0,.2)
}

.research-grid-item-top {
    height: 25px;
    width: 100%
}

#research-capacity-strengthening {
    margin: 0;
    padding: 2% 5%;
    width: 100%
}

#research-capacity-strengthening .row {
    width: 100%
}


.research-capacity-inner {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    padding: 0 5% 2% 5%;
    min-height: 170px;
    position: relative;
    webkit-box-shadow: 3px 5px 5px 1px rgba(0,0,0,.15);
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,.2);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.research-capacity-inner .learn-more {
    font-size: 15px;
    color: #000;
    border: 1px solid #000
}

.research-capacity-body {
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%
}

.pec-inner .learn-more {
    font-size: 15px;
    color: #000;
    border: 1px solid #000
}

.pec-inner {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    padding-bottom: 0 5% 2% 5%;
    min-height: 162px;
    webkit-box-shadow: 3px 5px 5px 1px rgba(0,0,0,.15);
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,.2);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.page-id-822 .pec-inner {
    -webkit-box-shadow: 1px 3px 3px 1px rgba(0,0,0,.1);
    box-shadow: 1px 3px 3px 1px rgba(0,0,0,.1)
}

.research-capacity-body {
    font-size: 18px;
    display: none;
    position: absolute;
    top: 5%;
    left: 0;
    padding: 5%;
    background-color: #7bc148
}

.research-capacity-inner img {
    margin: 5% 0 5% 0;
    height: 80px
}

.expanded {
    max-height: 600px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #7bc148!important
}

.pec-inner.expanded {
    background-color: #febf2c!important
}

.pec-inner.expanded .research-capacity-body {
    background-color: #febf2c;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%
}

#policy-communications {
    width: 100%;
    padding: 1% 5% 1% 5%;
    position: relative;
    background-color: #7bc148;
    text-align: center;
    margin: 0
}

#frontpage-highlights {
    padding: 2% 5%
}



#front-page-highlights-sub {
    width: 100%
}

.understrap-read-more-link {
    font-family: primary-bold;
    background-color: transparent;
    font-size: 15px;
    border: 1px solid #7bc148;
    padding: 1%;
    margin-top: 5%;
    color: #000;
    text-transform: uppercase;
    border-radius: 0
}


.fp-highlight-lower-right .understrap-read-more-link {
    display: none
}



body {
    padding-top: 50px
}

.front-page-highlight-box {
    position: relative;
    max-height: 380px
}

.fp-highlight-top {
    height: 200px;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative
}

.fp-highlight-lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
    width: 100%;
    -webkit-box-shadow: 1px 2px 2px 1px rgba(0,0,0,.2);
    box-shadow: 1px 2px 2px 1px rgba(0,0,0,.2)
}

.fp-highlight-lower-left {
    width: 100px;
    height: 100%
}

.fp-highlight-lower-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding: 3%;
    font-size: 11px;
    background-color: #f2f8ee;
    height: 100%
}

.fp-highlight-lower-right p {
    font-size: 12px
}

.fp-event-date-container {
    text-align: center
}


.col-inner-5 {
    position: relative;
    height: 100%;
    width: 100%
}


.research-grid-item-lower {
    min-height: 180px;
    height: auto
}

.research-grid-item {
    background-color: #fff;
    text-align: center
}

.research-grid-item-lower img {
    max-height: 100px
}


.sectionTitle {
    margin-bottom: 3%
}

.research-item-link {
    font-size: 12px;
    color: #fff;
    border: 1px solid #f4f4f4;
    padding: 2% 5%;
    display: inline-block;
    text-decoration: none;
    font-family: primary-bold;
    margin-top: 5%
}

#icon-alt {
    display: none
}

.items-ad.item-expanded {
    background: #592e8e!important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #fff!important;
    height: auto
}


.items-ed.item-expanded {
    background: #5acbf5!important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #fff!important;
    height: auto;
    padding-bottom: 1%
}

.items-hl.item-expanded {
    background: #c52026!important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #fff!important;
    height: auto;
    padding-bottom: 1%
}

.items-mt.item-expanded {
    background: #cb1c68!important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #fff!important;
    height: auto;
    padding-bottom: 1%
}



.items-pd.item-expanded {
    background: #592e8e!important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #fff!important;
    height: auto;
    padding-bottom: 1%
}


.items-uw.item-expanded {
    background: #2d0f0f!important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #fff!important;
    height: auto;
    padding-bottom: 1%
}


.items-dm.item-expanded {
    background: #febf2c!important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #fff!important;
    height: auto;
    padding-bottom: 1%
}



.stat_number {
    font-family: title;
    font-size: 8vw
}

.stat_heading {
    font-family: primary-bold;
    font-size: 1vw;
    display: inline-block;
    margin-top: 5%;
    width: 85%;
    line-height: 1.3
}

.feat-contain .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px
}



.research-grid-item {
    background: #fff
}

.invis {
    display: none
}

.equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.equal>[class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}


.black-text {
    color: #000!important
}



.footer-bottom {
    min-height: 40px;
    width: 100%;
    padding: 2%;
    font-size: 12px;
    font-family: primary-bold;
    text-align: center;
    background-color: #000;
    color: #fff
}

.footer-bottom a {
    color: #fff
}



#wrapper-footer {
    padding: 0
}



#wrapper-footer .col-md-12 {
    padding: 0
}

.page-id-5 .col-inner-5 {
    padding-left: 10px;
    padding-right: 10px
}

.page-id-5 .fp-highlight-top {
    height: 200px
}


@media (min-width: 992px) {
    .seven-cols .col-lg-1,.seven-cols .col-md-1,.seven-cols .col-sm-1 {
        width:14.285714285714285714285714285714%;
        max-width: 14.285714285714285714285714285714%!important;
        -webkit-box-flex: 0!important;
        -ms-flex: none!important;
        flex: none!important
    }
}

@media (min-width: 768px) {
    .seven-cols .col-lg-1,.seven-cols .col-md-1,.seven-cols .col-sm-1 {
        width:14.285714285714285714285714285714%;
        max-width: 14.285714285714285714285714285714%!important;
        -webkit-box-flex: 0!important;
        -ms-flex: none!important;
        flex: none!important
    }
}



@media (min-width: 1200px) {
    .seven-cols .col-lg-1,.seven-cols .col-md-1,.seven-cols .col-sm-1 {
        width:14.285714285714285714285714285714%;
        max-width: 14.285714285714285714285714285714%!important;
        -webkit-box-flex: 0!important;
        -ms-flex: none!important;
        flex: none!important
    }
}

.pec-rcs-icon {
    max-height: 100px;
    margin-bottom: 25px
}

.research-capacity-in {
    text-align: center;
    padding: 5%;
    background-color: #f2f8ee;
    height: 100%
}

.shadow {
    -webkit-box-shadow: 1px 2px 2px 1px rgba(0,0,0,.2);
    box-shadow: 1px 2px 2px 1px rgba(0,0,0,.2)
}


.research-capacity-in h5 {
    font-size: 14px;
    min-height: 40px
}

.research-capacity-bodys p {
    font-size: 1em
}

.learn-more {
    font-size: 12px;
    color: #000;
    text-decoration: none
}

#research-capacity-strengthening .learn-more {
    position: absolute;
    bottom: 2%;
    margin-left: -60px
}

#policy-communications .learn-more {
    position: absolute;
    bottom: 2%;
    margin-left: -60px
}

.front-page-highlight-box {
    padding: 0
}


.learn-more:hover {
    background-color: #7bc148;
    text-decoration: none;
    color: #fff
}

@font-face {
    font-family: 'primary';
    src: url('../fonts/primary.ttf') format('truetype');
    font-display:swap;
}


@font-face {
    font-family: 'primary-bold';
    src: url('../fonts/primary-bold.ttf') format('truetype');
        font-display:swap;

}

@font-face {
    font-family: 'title';
    src: url('../fonts/title.ttf') format('truetype');
        font-display:swap;

}
/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2') format('woff2'),
    url('../fonts/fontawesome-webfont.woff') format('woff'),
    url('../fonts/fontawesome-webfont.ttf') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}


