@font-face {
  font-family: saira;
  font-weight: 100;
  font-style: normal;
  src: url(../fonts/Saira-Light.eot);
  src: url(../fonts/Saira-Light.woff2) format("woff2"), url(../fonts/Saira-Light.ttf) format("truetype"), url(../fonts/Saira-Light.otf) format("otf"), url(../fonts/Saira-Light.woff) format("woff"); }

@font-face {
  font-family: saira;
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/Saira-Regular.eot);
  src: url(../fonts/Saira-Regular.woff2) format("woff2"), url(../fonts/Saira-Regular.ttf) format("truetype"), url(../fonts/Saira-Regular.otf) format("otf"), url(../fonts/Saira-Regular.woff) format("woff"); }

@font-face {
  font-family: saira;
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/Saira-SemiBold.eot);
  src: url(../fonts/Saira-SemiBold.woff2) format("woff2"), url(../fonts/Saira-SemiBold.ttf) format("truetype"), url(../fonts/Saira-SemiBold.otf) format("otf"), url(../fonts/Saira-SemiBold.woff) format("woff"); }

@font-face {
  font-family: saira;
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/Saira-Bold.eot);
  src: url(../fonts/Saira-Bold.woff2) format("woff2"), url(../fonts/Saira-Bold.ttf) format("truetype"), url(../fonts/Saira-Bold.otf) format("otf"), url(../fonts/Saira-Bold.woff) format("woff"); }

@font-face {
  font-family: muli;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Muli-Regular.eot);
  src: url(../fonts/Muli-Regular.woff2) format("woff2"), url(../fonts/Muli-Regular.ttf) format("truetype"), url(../fonts/Muli-Regular.svg) format("svg"), url(../fonts/Muli-Regular.woff) format("woff"); }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ruapjo");
  src: url("../fonts/icomoon.eot?ruapjo#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ruapjo") format("truetype"), url("../fonts/icomoon.woff?ruapjo") format("woff"), url("../fonts/icomoon.svg?ruapjo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

p {
  color: #738592 !important;
  font-size: 16px !important;
  font-weight: 400 !important; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search:before {
  content: "\e900"; }

.icon-facebook:before {
  content: "\e901"; }

.icon-youtube:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e903"; }

.icon-twitter:before {
  content: "\e904"; }

.icon-arrow-right:before {
  content: "\e905"; }

.icon-google-plus:before {
  content: "\e906"; }

.icon-play-arrow:before {
  content: "\e907"; }

.icon-pinterest:before {
  content: "\e90b"; }

.icon-calendar:before {
  content: "\e908"; }

img,
figure, figcaption {
  max-width: 100%; }
img.align-left,
figure.align-left, figcaption.align-left {
  float: left !important;
  margin-right: 10px;
  margin-bottom: 10px; }
img.align-right,
figure.align-right, figcaption.align-right {
  float: right !important;
  margin-left: 10px;
  margin-bottom: 10px; }
img.align-center,
figure.align-center, figcaption.align-center {
  clear: both !important;
  margin: 10px auto;
  display: block; }

.clr0 {
  height: 0px;
  overflow: hidden;
  width: 100%;
  clear: both; }

header {
  height: auto; }
header #primary-menu {
  border: none; }
header .navbar {
  height: auto !important;
  padding: 45px 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
header .navbar .logo {
  width: 330px;
  height: auto;
  line-height: 0;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
header .navbar .navbar-collapse {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
@media (min-width: 769px) {
  header .navbar .navbar-collapse {
    min-height: 60px;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
header .navbar .navbar-collapse .navbar-nav li {
  margin-right: 20px;
  height: auto; }
header .navbar .navbar-collapse .navbar-nav li a {
  font-family: saira;
  font-weight: 500;
  padding: 10px 0;
  line-height: 1; }
header .navbar .navbar-collapse .navbar-nav li:after {
  background-color: #f3a616; }
header .navbar .navbar-collapse .module-search .search-icon {
  line-height: 1; }
header .navbar.affix {
  background-color: rgba(15, 38, 82, 0.9);
  padding: 15px 0; }
header .navbar.affix .logo {
  width: 230px; }
header .navbar.affix .navbar-collapse {
  min-height: 40px; }

footer .footer_bottom {
  width: 100%;
  float: left;
  padding: 50px 0;
  background-color: #0f2652; }

footer .footer_bottm_row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }
footer .footer_bottm_row .social-links ul {
  padding-left: 0px; }
footer .footer_bottm_row .social-links ul li {
  display: inline-block;
  list-style: none;
  margin-right: 20px; }
footer .footer_bottm_row .social-links ul li a {
  font-size: 48px;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
footer .footer_bottm_row .social-links ul li a:hover {
  color: #f3a616; }
footer .footer_bottm_row .credits p, footer .footer_bottm_row .credits p * {
  margin-bottom: 0px;
  color: #FFFFFF !important;
  font-family: saira;
  font-size: 14px; }

.about-section .bg-about {
  background-color: #f3a616; }

.about-section h2 {
  font-size: 48px;
  font-weight: 300;
  color: #0f2652; }

.p-remove {
  padding: 0 !important; }

.bg-about h2::before {
  content: "";
  width: 50px;
  height: 8px;
  margin-left: 0px;
  background-color: #0f2652 !important;
  position: absolute;
  z-index: 9999 !important;
  top: -18px; }

.bg-about img {
  max-width: 180px; }

.bg-about .spacing-top {
  padding-top: 40px; }

.mission-values {
  background-color: #f3a616; }
.mission-values p {
  color: #0f2652 !important;
  font-weight: 300 !important; }
.mission-values .bold-text p {
  font-weight: 600 !important;
  font-size: 20px !important; }
.mission-values .pr-spacing {
  padding-right: 80px; }

.dcaf-what h2 {
  text-transform: inherit !important; }

.has-bg::after {
  content: '';
  position: absolute;
  background: url(../images/bg/section-bg.png) center/cover; }

.has-bg {
  position: relative; }

.dcafgovernance::after, .dcaf-what::after {
  width: 35%;
  height: 80%;
  right: 0;
  top: 0; }

.dcafgovernance h2 {
  text-transform: inherit !important; }

.text-custom h2 {
  text-transform: inherit !important; }

.custom--resources-liste {
  background-color: #eaedef !important; }

.partners-block {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #fff !important; }
.partners-block .item-list ul li {
  background-color: transparent !important;
  border: none !important; }
.partners-block .item-list ul li .views-field-title, .partners-block .item-list ul li .views-field-title * {
  color: #738592;
  font-weight: 300;
  font-size: 14px; }
.partners-block ul {
  text-align: left; }

.custom-br img {
  border-radius: 50px;
  width: 20px !important;
  height: 20px !important; }

.custom-br p {
  display: inline;
  font-size: 12px !important; }

.state-block-custom {
  background-color: #b9c2c8 !important; }

.state-block-custom .item-list ul li {
  /* border: 1px solid #f1f1f1; */
  display: inline-block !important;
  padding: 10px !important;
  margin: 0 !important;
  text-align: left !important;
  width: 270px !important;
  border: 0 !important;
  background-color: transparent !important;
  font-size: 12px !important;
  color: #0f2652 !important;
  padding-top: 0 !important;
  padding-bottom: 5px !important; }

.state-block-custom .custom-br span {
  padding-left: 10px;
  font-weight: 300 !important; }

.custom-br p {
  color: #0f2652 !important;
  font-weight: 300 !important; }

/*new SCSS*/
.bg-section {
  background-color: #0f2652;
  color: #f3a616; }
.bg-section::before {
  content: none; }

.page-title .title-bg:before {
  content: none; }

.page-title h1, .page-title h2 {
  color: #f3a616 !important;
  font-size: 60px !important;
  font-weight: 300 !important;
  line-height: 1.2;
  left: 13px !important;
  font-family: saira !important;
  text-transform: inherit !important;
  position: static; }

.page-title .title-left h1, .page-title .title-left h2 {
  max-width: 750px;
  text-align: left !important;
  color: #FFFFFF !important; }

.reports-before h2 {
  margin-bottom: 0; }

.custom-reports {
  border-bottom: 1px solid grey;
  padding-bottom: 50px; }

.detail-wrapper {
  padding: 140px 0;
  padding-bottom: 200px;
  position: relative; }
.detail-wrapper::before {
  position: absolute;
  content: "";
  background: url(../images/bg/section-bg-top.png);
  top: 0px;
  left: 0;
  width: 100%;
  height: 80px; }
.detail-wrapper::after {
  position: absolute;
  content: "";
  background: url(../images/bg/section-bg-bottom.png);
  left: 0;
  width: 100%;
  top: auto;
  bottom: 0px;
  height: 130px; }
.detail-wrapper.report-wrapper::after {
  width: 50%;
  height: 260px;
  right: 0;
  left: auto;
  background: url(../images/bg/section-bg.png);
  background-position: center; }

.reports-section a {
  color: #0f2652; }

.reports-section h2 {
  margin-bottom: 0 !important; }

.reports-section h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #0f2652;
  margin-bottom: 0; }

.reports-section ul {
  padding-left: 15px;
  padding-bottom: 12px;
  color: #738592;
  font-weight: 400;
  font-size: 16px; }

.reports-section h4 {
  font-size: 16px;
  font-weight: bold;
  color: #0f2652;
  margin-bottom: 5px; }

.reports-section p {
  padding-bottom: 20px;
  margin-bottom: 5px; }

.reports-section .link-para p {
  padding-bottom: 0; }

.report-end {
  padding-top: 35px; }
.report-end ul li {
  display: inline;
  padding-right: 16px; }
.report-end ul {
  padding-left: 0; }
.report-end h3 {
  margin-bottom: 5px; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: saira;
  font-weight: 300;
  color: #738592; }

.spinner > div {
  background-color: #0f2652; }

.md-slider-wrap .md-slide-item .md-objects .md-object {
  max-width: 700px;
  color: #FFFFFF !important;
  font-size: 75px !important;
  font-weight: 300 !important;
  line-height: 1.2;
  left: 13px !important;
  text-align: left !important;
  font-family: saira !important; }

.md-slider-wrap .md-arrow {
  display: none; }

.md-slider-wrap .md-bullets {
  bottom: 40px; }
.md-slider-wrap .md-bullets .md-bullet {
  background-color: #48576a; }
.md-slider-wrap .md-bullets .md-bullet.md-current,
.md-slider-wrap .md-bullets .md-bullet.md-current a {
  background-color: #f3a616; }

.module-search .search-icon i {
  padding: 0;
  line-height: 1;
  font-size: 48px;
  border: none;
  color: #f3a616; }

.content-box p:last-child {
  margin: 0; }

.heading h2,
.heading p {
  color: #0f2652; }

.heading {
  margin: 0; }
.heading h2 {
  padding: 25px 0;
  font-size: 48px !important;
  font-weight: 300;
  text-transform: lowercase; }
.heading h2:first-letter {
  text-transform: uppercase; }
.heading-bg {
  margin: 0; }
.heading-bg::before {
  width: 50px;
  height: 8px;
  background-color: #f3a616;
  border: 0;
  position: static;
  margin-left: 0px; }

.shortcode-2.about-home {
  padding: 60px 0;
  position: relative;
  z-index: 2; }
.shortcode-2.about-home::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  right: 0;
  bottom: 100px;
  background: url("../images/bg/section-bg.png") center/cover; }

#thematic_expertise_bloc {
  padding: 60px 0;
  position: relative;
  background-color: #0f2652 !important; }
#thematic_expertise_bloc * {
  color: #FFFFFF !important; }
#thematic_expertise_bloc .content-box {
  padding-top: 35px; }

.expertise-items {
  width: 100%;
  padding-top: 25px !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  text-transform: uppercase; }
.expertise-items > div {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 20px 15px; }
.expertise-items h4 {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 15px 0 0; }

#dcaf-map {
  max-width: 100%; }

.network__section {
  padding: 100px 0;
  position: relative; }
.network__section .network-item {
  margin-top: 30px; }
.network__section .network-item h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2; }
.network__section .network-item h4 a {
  color: #0f2652; }
.network__section .network-item p {
  font-size: 16px;
  margin-bottom: 10px; }
.network__section .network-item .network__link a {
  color: #0f2652;
  font-weight: 600; }
.network__section::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 130px;
  right: 0;
  top: 0;
  background: url("../images/bg/section-bg.png") center/cover; }
.network__section .heading-bg a {
  color: #0f2652 !important; }

.what_we_do__section {
  padding: 60px 0;
  position: relative;
  background-color: #f3a616 !important; }
.what_we_do__section .heading-bg::before {
  background-color: #0f2652; }
.what_we_do__section .tab_we_do {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px; }
.what_we_do__section .tab_we_do .nav-tabs {
  border: none; }
.what_we_do__section .tab_we_do .nav-tabs li {
  margin: 0 30px 30px 0;
  text-align: left; }
.what_we_do__section .tab_we_do .nav-tabs li a {
  font-size: 24px;
  font-weight: 600;
  font-family: saira;
  color: #0f2652 !important;
  line-height: 1.2; }
.what_we_do__section .tab_we_do .nav-tabs li.active a {
  color: #FFFFFF !important; }
.what_we_do__section .tab_we_do .tab-content .col-content {
  padding: 0 20px;
  float: left;
  width: 100%; }
.what_we_do__section .tab_we_do .tab-content .col-content p {
  margin-bottom: 30px; }
.what_we_do__section .tab_we_do .tab-content .col-content > p {
  margin: 0 !important; }
.what_we_do__section .tab_we_do .tab-content .col-content .service-title *,
.what_we_do__section .tab_we_do .tab-content .col-content .service-title p {
  color: #0f2652 !important;
  font-weight: 400;
  font-size: 16px; }
.what_we_do__section .tab_we_do .tab-content .col-content .service-title p:last-child {
  margin: 0; }
.what_we_do__section .tab_we_do .tab-content .col-content ul,
.what_we_do__section .tab_we_do .tab-content .col-content ol {
  padding-left: 20px; }
.what_we_do__section .tab_we_do .tab-content .col-content ul li,
.what_we_do__section .tab_we_do .tab-content .col-content ol li {
  margin-bottom: 10px; }
.what_we_do__section .tab_we_do .col-12:last-child {
  border-left: 2px solid #FFFFFF; }

#footer_contact {
  min-height: auto !important;
  /*background-image: url(../images/footer/contact_bg.jpg);*/
  background: transparent;
  z-index: 999;
  position: relative; }
#footer_contact .container {
  position: relative; }
#footer_contact .contact-section {
  position: absolute;
  top: 0px;
  left: 15px; }

footer {
  position: relative;
  background-color: #fff; }
footer .home-page-map {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 524px; }
footer #map-geneva {
  display: block; }

.heading.has-icon i {
  font-size: 40px;
  margin-left: 10px; }
/* margin: 30px 0;  removed in   .contact-section below*/
.contact-section {
  padding: 30px 40px;
  padding-left: 40px;
  padding-right: 26px;
  margin-left: -70px;

  background-color: #FFFFFF; }
.contact-section .contact-tab {
  margin-top: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.contact-section .contact-tab .nav-tabs {
  -ms-flex: 0 0 40%;
  -webkit-box-flex: 0;
  flex: 0 0 40%;
  max-width: 40%;
  border: none; }
.contact-section .contact-tab .nav-tabs li {
  float: none;
  text-align: left; }
.contact-section .contact-tab .nav-tabs li a {
  font-size: 20px;
  color: #f3a616;
  font-family: saira;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0; }
.contact-section .contact-tab .nav-tabs li a:hover {
  color: #f3a616 !important; }
.contact-section .contact-tab .nav-tabs li.active a {
  border: none;
  color: #0f2652 !important; }
.contact-section .contact-tab .nav-tabs li.ct-tab-title {
  font-size: 30px;
  color: #0f2652;
  margin-bottom: 10px; }
.contact-section .contact-tab .tab-content {
  -ms-flex: 0 0 60%;
  -webkit-box-flex: 0;
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 40px;
  border-left: 1px solid #aaaaaa; }
.contact-section .contact-tab .tab-content address {
  color: #0f2652;
  font-size: 20px;
  line-height: 1.2; }
.contact-section .heading-bg a {
  color: #0f2652 !important; }
=======
  background-color: #FFFFFF;
  margin: 30px 0;
}
.contact-section .contact-tab {
  margin-top: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.contact-section .contact-tab .nav-tabs {
  -ms-flex: 0 0 40%;
  -webkit-box-flex: 0;
  flex: 0 0 40%;
  max-width: 40%;
  border: none; }
.contact-section .contact-tab .nav-tabs li {
  float: none;
  text-align: left; }
.contact-section .contact-tab .nav-tabs li a {
  font-size: 20px;
  color: #f3a616;
  font-family: saira;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0; }
.contact-section .contact-tab .nav-tabs li a:hover {
  color: #f3a616 !important; }
.contact-section .contact-tab .nav-tabs li.active a {
  border: none;
  color: #0f2652 !important; }
.contact-section .contact-tab .nav-tabs li.ct-tab-title {
  font-size: 30px;
  color: #0f2652;
  margin-bottom: 10px; }
.contact-section .contact-tab .tab-content {
  -ms-flex: 0 0 60%;
  -webkit-box-flex: 0;
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 68px;
  border-left: 1px solid #aaaaaa; }
.contact-section .contact-tab .tab-content address {
  color: #0f2652;
  font-size: 20px;
  line-height: 1.2; }
.contact-section .heading-bg a {
  color: #0f2652 !important; }

.module-search .search-icon:hover i {
  color: #FFFFFF; }

.module-search .search-box form .form-actions i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  pointer-events: none;
  color: #0f2652; }

#goTop {
  z-index: 99;
  color: #738592;
  border: 2px solid #738592;
  right: 20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border-radius: 50%; }
#goTop:hover {
  background-color: #738592;
  color: #FFFFFF; }

body .hero {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

section.section {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.vacancy__detail {
  padding: 0 15px; }
.vacancy__detail .entry-title,
.vacancy__detail .entry-content {
  margin-left: 0px; }
.vacancy__detail .entry-title h2 {
  padding: 25px 0;
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  color: #0f2652;
  line-height: 1;
  margin: 0; }
.vacancy__detail .entry-date {
  position: static;
  background-color: transparent;
  width: auto;
  color: #738592;
  font-family: saira; }
.vacancy__detail .entry-date span {
  font-size: 24px;
  font-weight: 300; }
.vacancy__detail .entry-content p {
  font-weight: 300 !important; }
.vacancy__detail .entry-share {
  padding-bottom: 0px;
  margin-bottom: 0px; }
.vacancy__detail .entry-share .share-title {
  color: #0f2652;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px; }
.vacancy__detail .entry-share .blog_share {
  padding: 20px 10px;
  background-color: #f3a616;
  margin-right: -150px; }
.vacancy__detail .entry-share .blog_share a {
  font-size: 43px;
  color: #0f2652;
  line-height: 1; }
.vacancy__detail .entry-share .blog_share a:hover {
  color: #738592; }
.vacancy__detail .class__link {
  font-weight: 500;
  color: #0f2652;
  text-transform: uppercase; }

.blog-list-wrapper .blog_items > .row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.blog-list-wrapper#blog {
  padding: 140px 0;
  padding-bottom: 200px; }
.blog-list-wrapper#blog .blog_post {
  height: 420px;
  padding: 0 15px;
  margin-bottom: 30px;
  background-color: transparent; }
.blog-list-wrapper#blog .blog_post .blog_list_img {
  display: block;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-color: #0f2652; }
.blog-list-wrapper#blog .blog_post .blog_list_content {
  margin: 15px 0; }
.blog-list-wrapper#blog .blog_post .blog_list_content h3,
.blog-list-wrapper#blog .blog_post .blog_list_content .date {
  font-size: 16px;
  color: #0f2652; }
.blog-list-wrapper#blog .blog_post .blog_to_link {
  font-size: 16px;
  color: #738592;
  text-transform: capitalize; }

.blog-list-wrapper #blog_right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.blog-list-wrapper .blog_tag {
  position: relative;
  padding-left: 0px !important;
  padding-right: 30px !important; }
.blog-list-wrapper .blog_tag > a {
  width: 200px;
  border-radius: 30px;
  color: #0f2652 !important;
  font-size: 20px;
  background-color: #738592;
  font-weight: 800 !important;
  text-transform: uppercase;
  position: relative;
  padding: 10px !important;
  padding-left: 15px !important; }
.blog-list-wrapper .blog_tag > a::after {
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  background-color: #f3a616;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: -webkit-transform 0.25s linear;
  -o-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear; }
.blog-list-wrapper .blog_tag > a[aria-expanded="true"]::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }
.blog-list-wrapper .blog_tag .panel-collapse {
  min-width: 360px;
  max-width: 360px;
  padding: 15px;
  background-color: #FFFFFF;
  position: absolute;
  top: 100px;
  left: 0px;
  z-index: 2; }
.blog-list-wrapper .blog_tag .panel-collapse a {
  display: block !important;
  color: #738592 !important;
  font-size: 16px;
  font-weight: 600;
  padding: 0 !important; }
.blog-list-wrapper .blog_tag .panel-collapse a:hover {
  color: #0f2652 !important; }

.blog-list-wrapper #hat-pager-pagination .pager__item.active a {
  background-color: #f3a616;
  color: #0f2652;
  border: 1px solid #0f2652; }
.blog-list-wrapper #hat-pager-pagination .pager__item.active a:hover {
  background-color: #f3a616;
  color: #0f2652; }

.blog-list-wrapper #hat-pager-pagination .pager__item a {
  color: #0f2652;
  border: 1px solid #0f2652; }
.blog-list-wrapper #hat-pager-pagination .pager__item a:hover {
  background-color: #0f2652;
  color: #FFFFFF; }

.blog-list-wrapper h2 {
  color: #0f2652;
  font-weight: 400;
  font-size: 25px; }

.testimonial .pager {
  position: relative;
  z-index: 2;
  bottom: 40px; }
.testimonial .pager a {
  width: 30px;
  height: 30px;
  padding: 5px;
  border: none;
  background-color: #f3a616;
  color: #0f2652;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
.testimonial .pager a::before {
  content: "\e907";
  font-family: "icomoon" !important; }

.testimonial__line {
  position: absolute;
  padding: 4px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f3a616;
  border: 40px solid #0f2652;
  z-index: 1;
  border-radius: 60px; }
.testimonial__line::before, .testimonial__line::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #f3a616;
  left: -11px;
  border-radius: 50%;
  background-color: #f3a616; }
.testimonial__line::before {
  top: 0; }
.testimonial__line::after {
  bottom: 0; }

.testimonial-item {
  width: 45%;
  max-width: 500px; }
.testimonial-item:nth-child(odd) {
  float: left;
  margin-top: 150px; }
.testimonial-item:nth-child(odd) .testimonial-img {
  margin-left: auto; }
.testimonial-item:nth-child(odd) .testimonial-img::after {
  left: 80px; }
.testimonial-item:nth-child(even) {
  float: right;
  margin-top: 300px; }
.testimonial-item:nth-child(even) .testimonial-img::after {
  right: 80px; }

.testimonial-content {
  height: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
.testimonial-content a {
  color: #0f2652;
  margin-bottom: 10px;
  display: block; }
.testimonial-content p {
  font-weight: 300 !important; }

.testimonial-img {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 600;
  background-color: #f3a616; }
.testimonial-img::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 40px;
  height: 8px;
  background-color: #f3a616;
  margin-left: -110px !important;
  margin-top: -50px !important; }

.page-title {
  padding-top: 80px !important;
  padding-bottom: 38px !important; }

.custom-remove-offset {
  margin-left: 0 !important; }

/* DCAF timeline style responsive*/
@media all and (max-width: 992px) {
  .ssr-ssg-section {
    display: block !important; }
  .ssr-ssg-section .bg-ssr-ssg {
    margin: 2% auto !important;
    padding: 15px;
    width: 100% !important;
    max-width: 100% !important; }
  .testimonial-1 {
    padding-top: 400px; } }

@media all and (max-width: 768px) {
  .ssr-ssg-section.row {
    margin: 0;
    padding: 15px; }
  .testimonial-1 {
    padding-top: unset; } }

@media all and (min-width: 1024px) and (max-width: 1200px) {
  .heading h2.timeline-hd {
    padding-top: 65px; } }

#testimonial-oc {
  position: relative;
  padding-top: 100px; }
#testimonial-oc .testimonial__line {
  display: none !important; }
@media all and (min-width: 1024px) {
  #testimonial-oc .testimonial__line {
    display: block !important;
    position: absolute;
    left: 50%;
    -webkit-transform: rotateX(-50%);
    transform: rotateX(-50%); } }
#testimonial-oc .testimonial-item {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100% !important; }
#testimonial-oc .testimonial-item .testimonial-content .testimonial-img::after {
  display: none; }
#testimonial-oc .testimonial-item:nth-child(odd), #testimonial-oc .testimonial-item:nth-child(even) {
  margin: 0; }
@media all and (min-width: 1024px) {
  #testimonial-oc .testimonial-item {
    width: 45%; }
  #testimonial-oc .testimonial-item .testimonial-content {
    margin-top: unset; }
  #testimonial-oc .testimonial-item .testimonial-content .testimonial-img::after {
    display: inline-block;
    width: 110px;
    z-index: 2; }
  #testimonial-oc .testimonial-item:nth-child(odd) {
    margin-top: -50px !important; }
  #testimonial-oc .testimonial-item:nth-child(odd) .testimonial-img::after {
    left: 190px; }
  #testimonial-oc .testimonial-item:nth-child(even) {
    margin-left: 50%;
    margin-top: -50px !important; }
  #testimonial-oc .testimonial-item:nth-child(even) .testimonial-img::after {
    right: 80px; } }
@media all and (min-width: 1024px) and (max-width: 1200px) {
  #testimonial-oc .testimonial-item .testimonial-content .testimonial-img:after {
    width: 100px; } }

.col-addthis {
  padding: 15px 0px 15px 0px; }
@media screen and (max-width: 768px) {
  .col-addthis {
    text-align: center !important; } }

#blog_detail {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
#blog_detail h2 {
  color: #0f2652;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 0; }
#blog_detail #blog_right .block.tags,
#blog_detail #blog_right .block.archives {
  background-color: #0f2652;
  margin-bottom: 24px; }
#blog_detail .date {
  font-size: 20px;
  padding-bottom: 15px; }
#blog_detail em {
  font-style: normal; }
#blog_detail p {
  line-height: 26px; }
#blog_detail .class__link {
  font-weight: 500;
  color: #0f2652;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 32px; }
#blog_detail .bg-image-blog {
  background-image: url("{{ image_style(node.field_header_background.entity.fid.value, " image_400x292 ") }}");
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
#blog_detail .user {
  padding-bottom: 30px;
  border-top: 2px solid #9e9e9e; }
#blog_detail .user .name {
  font-size: 24px;
  font-weight: 500;
  color: #0f2652; }
#blog_detail .user .description {
  font-size: 16px;
  color: #0f2652;
  font-weight: 400; }

.class__link::before {
  content: "< "; }

.director-message-custom p {
  padding-right: 65px; }

.director-message-custom h2 {
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 15px;
  text-transform: capitalize; }

.side-img {
  background-color: #f3a616; }
.side-img img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }
.side-img .blockquote-before {
  padding-top: 40px; }
.side-img blockquote {
  border: none;
  padding: 8px 0 0 0;
  font-size: 30px;
  line-height: 1.3;
  color: #0f2652; }
.side-img .blockquote-before::before {
  content: "\f10d";
  font: normal normal normal 14px/1 FontAwesome;
  color: #0f2652;
  font-size: 40px; }

.about-director p:first-of-type {
  color: #0f2652 !important;
  margin-bottom: 0 !important; }

@media (min-width: 768px) {
  .side-img {
    padding-bottom: 10px; }
  .side-img img {
    max-width: 70%;
    padding-top: 30px; } }

.blog {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.custom-work-with-us {
  width: 100%; }
.custom-work-with-us .block-custom-work-with-us {
  width: 100%;
  float: left;
  /*  background-color:$secondary-color;
*/
  padding: 30px 20px 30px 30px; }
.custom-work-with-us .block-custom-work-with-us a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500; }
.custom-work-with-us .block-custom-work-with-us h2 {
  font-weight: 500; }
.custom-work-with-us .block-custom-work-with-us h3 {
  margin-bottom: 8px; }
.custom-work-with-us .block-custom-work-with-us p {
  color: #FFFFFF !important;
  font-size: 14px !important; }
.custom-work-with-us .block-custom-work-with-us .custom-btn a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: bold; }
.custom-work-with-us .custom-btn a::after {
  content: " >>"; }
.custom-work-with-us .work-row .views-col {
  float: left; }
.custom-work-with-us .col-1 {
  padding-left: 90px;
  padding-right: 24px; }
.custom-work-with-us .col-2 {
  padding-left: 24px; }

.work-row:nth-of-type(5n+1) .col-1 {
  background: #f3a616; }
.work-row:nth-of-type(5n+1) .col-1 h2, .work-row:nth-of-type(5n+1) .col-1 h3, .work-row:nth-of-type(5n+1) .col-1 p, .work-row:nth-of-type(5n+1) .col-1 a {
  color: #0f2652 !important; }
.work-row:nth-of-type(5n+1) .col-1:hover {
  background: #ce8d15; }

.work-row:nth-of-type(5n+2) .col-1 {
  background: #738592; }
.work-row:nth-of-type(5n+2) .col-1 h2, .work-row:nth-of-type(5n+2) .col-1 h3, .work-row:nth-of-type(5n+2) .col-1 p, .work-row:nth-of-type(5n+2) .col-1 a {
  color: #FFFFFF !important; }
.work-row:nth-of-type(5n+2) .col-1:hover {
  background: #5d6c77; }

.work-row:nth-of-type(5n+3) .col-1 {
  background: #FFFFFF; }
.work-row:nth-of-type(5n+3) .col-1 h2, .work-row:nth-of-type(5n+3) .col-1 h3, .work-row:nth-of-type(5n+3) .col-1 p, .work-row:nth-of-type(5n+3) .col-1 a {
  color: #0f2652 !important; }
.work-row:nth-of-type(5n+3) .col-1:hover {
  background: #c7c4c4; }

.work-row:nth-of-type(5n+4) .col-1 {
  background: #0f2652; }
.work-row:nth-of-type(5n+4) .col-1 h2, .work-row:nth-of-type(5n+4) .col-1 h3, .work-row:nth-of-type(5n+4) .col-1 p, .work-row:nth-of-type(5n+4) .col-1 a {
  color: #FFFFFF !important; }
.work-row:nth-of-type(5n+4) .col-1:hover {
  background: #4c5b77; }

/*column 2*/
.work-row:nth-of-type(5n+1) .col-2 {
  background: #FFFFFF; }
.work-row:nth-of-type(5n+1) .col-2 h2, .work-row:nth-of-type(5n+1) .col-2 h3, .work-row:nth-of-type(5n+1) .col-2 p, .work-row:nth-of-type(5n+1) .col-2 a {
  color: #0f2652 !important; }
.work-row:nth-of-type(5n+1) .col-2:hover {
  background: #c7c4c4; }

.work-row:nth-of-type(5n+2) .col-2 {

  background: #0f2652; width: 100% !important; }

.work-row:nth-of-type(5n+2) .col-2 h2, .work-row:nth-of-type(5n+2) .col-2 h3, .work-row:nth-of-type(5n+2) .col-2 p, .work-row:nth-of-type(5n+2) .col-2 a {
  color: #FFFFFF !important; }
.work-row:nth-of-type(5n+2) .col-2:hover {
  background: #4c5b77; }

.work-row:nth-of-type(5n+3) .col-2 {
  background: #f3a616; }
.work-row:nth-of-type(5n+3) .col-2 h2, .work-row:nth-of-type(5n+3) .col-2 h3, .work-row:nth-of-type(5n+3) .col-2 p, .work-row:nth-of-type(5n+3) .col-2 a {
  color: #0f2652 !important; }
.work-row:nth-of-type(5n+3) .col-2:hover {
  background: #ce8d15; }

.work-row:nth-of-type(5n+4) .col-2 {
  background: #738592; }
.work-row:nth-of-type(5n+4) .col-2 h2, .work-row:nth-of-type(5n+4) .col-2 h3, .work-row:nth-of-type(5n+4) .col-2 p, .work-row:nth-of-type(5n+4) .col-2 a {
  color: #FFFFFF !important; }
.work-row:nth-of-type(5n+4) .col-2:hover {
  background: #5d6c77; }

.col-1 {
  min-height: 270px !important; }

.col-2 {
  min-height: 270px !important; }

.org-custom .heading-bg p {
  padding: 23px 0 24px 0;
  margin-bottom: 0; }

.organisational-structure-content {
  margin-bottom: 28px; }
.organisational-structure-content p {
  margin-bottom: 5px; }

.custom-leadership {
  max-width: 830px;
  padding-bottom: 70px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
.custom-leadership h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #0f2652;
  margin-bottom: 0; }
.custom-leadership p {
  font-size: 14px !important;
  line-height: 1.4;
  font-weight: 300 !important;
  width: 150px;
  margin: 0 auto; }
.custom-leadership img {
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  width: 130px;
  height: 130px;
  margin-bottom: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.custom-leadership img:hover {
  filter: none;
  -webkit-filter: none; }
.custom-leadership .leadership-centered {
  float: none !important;
  margin: 0 auto !important;
  padding-bottom: 30px; }
.custom-leadership .centered-leadership-container {
  float: none;
  margin: 0 auto; }
.custom-leadership .grayscale img {
  filter: none !important;
  -webkit-filter: none !important; }

.content-area-leadership {
  padding: 45px 45px 22px 45px;
  background: #f3a616; }
.content-area-leadership p {
  text-align: center !important;
  width: 600px;
  margin: 0 auto !important;
  float: none;
  color: #0f2652 !important;
  font-weight: 400 !important;
  padding-bottom: 22px; }
.content-area-leadership .leadership-heading {
  text-align: center; }
.content-area-leadership .leadership-heading h3 {
  padding-bottom: 15px;
  color: #0f2652;
  font-weight: 500;
  margin-bottom: 0 !important; }
.content-area-leadership .member-body {
  display: none; }

.custom-wrapper-style {
  float: left;
  width: 100%; }

.bg-grey-new {
  background-color: #fff !important; }

.ssr-ssg-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.ssr-ssg-section h2 {
  margin-bottom: 5px;
  padding-top: 18px;
  font-size: 70px;
  color: #f3a616; }
.ssr-ssg-section .ssr-custom {
  margin-left: 30px;
  margin-right: 26px; }
.ssr-ssg-section .bg-ssr-ssg {
  background: #0f2652;
  padding-bottom: 20px; }
.ssr-ssg-section p {
  color: #FFFFFF !important;
  padding: 0 13px 0 13px; }
.ssr-ssg-section span {
  color: #cc880a; }

.text-inherit h2 {
  text-transform: inherit; }

.arrow-new-custom {
  font-size: 32px;
  padding-left: 10px; }

.resources-container {
  background: #fff !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.filter-new {
  margin-top: 0 !important;
  width: 23% !important; }
.filter-new ul {
  text-align: left;
  list-style: none;
  padding-left: 20px; }
.filter-new a {
  font-size: 22px !important;
  color: #0f2652 !important;
  border-bottom: none !important; }
.filter-new a:hover {
  border-bottom: none !important; }
.filter-new .active-filter {
  color: #f3a616 !important;
  border-bottom: none !important; }

h2 {
  text-transform: inherit; }

.custom-resources {
  padding-top: 40px; }

.custom-bg-med {
  height: 650px;
  background-size: cover; }
.custom-bg-med .title-bg {
  display: none; }

.resources-container {
  height: 100%; }

/*.custom-bg-med::after{
position: absolute;
    content: "";
    background: url(../images/bg/section-bg.png);
    top: 20px;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 7;
}*/
.testimonial-1::before {
  position: absolute;
  content: "";
  background: url(../images/bg/section-bg.png);
  left: 0;
  width: 100%;
  height: 80px;
  top: 649px; }

.custom-width-resources {
  position: static !important; }

@media (min-width: 768px) {
  .custom-width-resources {
    width: 25% !important;
    padding-left: 15px;
    padding-right: 15px; } }

.resources-sidebar-custom {
  padding: 0 !important;
  border: none; }
.resources-sidebar-custom input.search {
  border-radius: 30px;
  padding: 23px !important;
  height: 41px !important;
  width: 230px !important;
  color: #0f2652 !important;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase; }
.resources-sidebar-custom input.search::-webkit-input-placeholder, .resources-sidebar-custom input.search::-moz-placeholder, .resources-sidebar-custom input.search:-ms-input-placeholder, .resources-sidebar-custom input.search:-moz-placeholder {
  color: #0f2652 !important;
  font-weight: 400;
  font-size: 20px; }
.resources-sidebar-custom .widget-categories-new li a {
  background-color: none !important;
  color: #0f2652; }
.resources-sidebar-custom .widget-categories-new li a:hover {
  color: #f3a616 !important;
  background-color: transparent !important; }
.resources-sidebar-custom .first-widget li a {
  color: #0f2652;
  background-color: transparent !important;
  font-size: 22px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important; }
.resources-sidebar-custom .widget-categories-new li.active > a {
  background-color: none;
  color: #f3a616 !important; }
.resources-sidebar-custom .after-select-arrow {
  position: relative; }
.resources-sidebar-custom .after-select-arrow::after {
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  right: 38px;
  top: 29px;
  width: 41px;
  height: 41px;
  background-color: #f3a616;
  border-radius: 50%;
  padding: 8px;
  text-align: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: -webkit-transform 0.25s linear;
  -o-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
  font-size: 18px;
  color: #0f2652;
  pointer-events: none; }
.resources-sidebar-custom .after-select-arrow-clicked::after {
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  right: 38px;
  top: 29px;
  width: 41px;
  height: 41px;
  background-color: #f3a616;
  border-radius: 50%;
  padding: 8px;
  text-align: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: -webkit-transform 0.25s linear;
  -o-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
  font-size: 18px;
  color: blue;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.custom-position-resources .langs {
  display: none; }

.custom-position-resources .photo {
  position: inherit !important;
  top: 0 !important;
  left: 0 !important;
  margin-bottom: 20px !important;
  width: 180px !important;
  height: 250px !important; }

.custom-position-resources .resource {
  padding-left: 0 !important; }
.custom-position-resources .resource .label-featured {
  clear: both;
  padding: 3px 10px;
  background-color: #f3a616;
  color: white;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase !important; }
.custom-position-resources .resource .titre {
  color: #0f2652 !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important; }
.custom-position-resources .resource .text {
  color: #928f8f !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  padding: 0 !important; }

.custom-position-resources .resource-grey-border {
  border-bottom: 2px solid grey;
  width: 100%;
  float: left;
  margin-bottom: 45px; }

.custom-resources .project-img {
  margin-bottom: 20px !important;
  width: 180px !important;
  height: 250px !important; }

.cs-pt {
  padding-top: 25px; }
.cs-pt h2 {
  color: #0f2652 !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 7px !important; }

.cs-pb {
  padding-top: 25px;
  padding-bottom: 25px; }
.cs-pb select {
  background: #738592 !important;
  width: 230px !important;
  color: #0f2652;
  font-weight: 400;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  height: 49px !important;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-appearance: none; }

.search-icon-custom {
  position: relative; }
.search-icon-custom .icon-search {
  padding: 0;
  line-height: 1;
  color: #0f2652 !important;
  position: absolute;
  border-radius: 50%;
  background-color: #f3a616;
  right: 40px;
  top: 30px;
  font-size: 38px;
  font-weight: 500; }

.custom-fourth-styles ul li {
  margin-bottom: 0 !important;
  line-height: 1.4 !important; }

.custom-resource-page::before {
  position: absolute;
  content: "";
  background: url(../images/bg/section-bg-top.png);
  top: 331px;
  left: 0;
  width: 100%;
  height: 80px; }

.pagination-custom .pager__item.active a {
  background-color: #f3a616 !important;
  color: #0f2652 !important;
  border: 1px solid #0f2652 !important; }
.pagination-custom .pager__item.active a:hover {
  background-color: #f3a616 !important;
  color: #0f2652 !important; }

.pagination-custom .pager__item a {
  color: #0f2652 !important;
  border: 1px solid #0f2652 !important; }
.pagination-custom .pager__item a:hover {
  background-color: #0f2652 !important;
  color: #FFFFFF !important; }

.heading-resource {
  text-transform: inherit !important; }

.collapsing-button .topic-button {
  width: 230px;
  border-radius: 30px;
  color: #0f2652 !important;
  font-size: 20px;
  background-color: #738592;
  font-weight: 400 !important;
  text-transform: uppercase;
  position: relative;
  padding: 10px !important;
  padding-left: 15px !important; }

.topic-button {
  display: inline-block !important; }

.topic-button::after {
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  background-color: #f3a616;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: -webkit-transform 0.25s linear;
  -o-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear; }

/*.topic-button [aria-expanded="true"]::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}*/
a[aria-expanded="true"]::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

#series a,
#topics a {
  display: block !important;
  color: #738592 !important;
  font-size: 16px;
  font-weight: 600;
  padding: 0 !important;
  background: none; }

#topics,
#series {
  padding-left: 10px !important;
  padding-top: 10px !important; }

.sidebar .widget .widget-title:after {
  display: none !important; }

.sidebar .widget .widget-title:before {
  display: none !important; }

.sidebar .widget .widget-title {
  margin-bottom: 0 !important; }

.resources-sidebar-custom input {
  background-color: #738592; }

@media (max-width: 767px) {
  .custom-resource-page::before {
    top: 270px; }
  .resources-sidebar-custom {
    margin-top: 40px; }
  .resources .resource {
    margin-bottom: 30px !important; }
  .list-styles-resource {
    margin-top: 30px; }
  .resources-sidebar-custom input.search {
    height: 41px !important;
    width: 230px !important; }
  .custom-position-resources .resource-grey-border {
    border-bottom: none;
    margin-bottom: 0 !important; }
  .search-icon-custom .icon-search {
    right: 121px; }
  .after-select-arrow::after {
    right: 120px !important;
    pointer-events: none; } }

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

.bg-green {
  background-color: green; }

.publication-custom {
  margin-top: 60px !important; }
.publication-custom .p-left {
  padding-left: 0 !important; }
.publication-custom h1 {
  color: #0f2652 !important;
  text-transform: uppercase !important;
  line-height: 1.1;
  font-weight: 500 !important;
  font-size: 42px !important;
  padding-bottom: 18px; }
.publication-custom h3 {
  color: #0f2652;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  font-weight: 400;
  text-transform: capitalize; }
.publication-custom .publication-content h3:before {
  background: none !important; }
.publication-custom .publication-content {
  padding: 0; }
.publication-custom .publication-date-display {
  font-size: 20px; }
.publication-custom .spacing-publication {
  padding-top: 20px; }
.publication-custom .btn-primary-custom {
  background: none !important;
  color: #0f2652 !important;
  border: none !important;
  text-transform: uppercase;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 19px;
  padding-left: 0;
  display: block;
  text-align: left;
  padding-top: 0 !important;
  line-height: 1.5 !important; }
.publication-custom .btn-primary-custom::after {
  content: " >";
  position: static;
  display: inline; }

@media (max-width: 767px) {
  .publication-custom {
    margin-top: 0px !important;
    text-align: left !important;
    padding-left: 10px; }
  .publication-title h3 {
    text-align: left; } }

.video-section-new h1 {
  color: #0f2652 !important;
  font-weight: 500;
  line-height: 1.1; }

.video-section-new .single-project .project-title:after {
  background-color: none !important; }

.single-project-custom {
  padding: 0 !important; }
.single-project-custom h3 {
  line-height: 1.1 !important;
  color: #0f2652;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-family: inherit !important; }

.single-project-custom p {
  color: #738592 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: inherit !important; }

.single-project .project-title:after {
  background-color: #fff !important; }

.single-project .item {
  padding-top: 50px; }
.single-project .item img {
  height: 250px !important;
  width: auto !important; }

.class__link {
  font-weight: 500;
  color: #0f2652;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 32px; }

.project-desc iframe {
  margin-top: 50px !important;
  margin-bottom: 25px !important; }

.single-project .project-block .project-title:before {
  background-color: #fff !important; }

@media (max-width: 767px) {
  .video-section-new {
    width: 100% !important; } }

.events-custom-style .date {
  color: #FFFFFF;
  font-weight: 400 !important;
  font-size: 17px;
  padding-top: 7px;
  padding-bottom: 3px; }

/*
.row:nth-of-type(3n+1) .event-1{
    background: #738592 !important;
}*/
.container-events {
  padding-top: 0 !important;
  /*second column*/ }
.container-events .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.container-events .detail-wrapper::before {
  display: none; }
.container-events .row:nth-of-type(2n+1) .event-1 {
  background: #738592 !important;
  color: #FFFFFF !important; }
.container-events .row:nth-of-type(2n+1) .event-1 .title {
  color: #FFFFFF !important; }
.container-events .row:nth-of-type(2n+1) .event-1 .date {
  color: #FFFFFF !important; }
.container-events .row:nth-of-type(2n+2) .event-1 {
  background: #fff !important;
  color: #0f2652 !important; }
.container-events .row:nth-of-type(2n+2) .event-1 .title {
  color: #0f2652 !important; }
.container-events .row:nth-of-type(2n+2) .event-1 .date {
  color: #0f2652 !important; }
.container-events .row:nth-of-type(3n+3) .event-1 {
  background: #0f2652 !important;
  color: #FFFFFF !important; }
.container-events .row:nth-of-type(3n+3) .event-1 .title {
  color: #FFFFFF !important; }
.container-events .row:nth-of-type(3n+3) .event-1 .date {
  color: #FFFFFF !important; }
.container-events .row:nth-of-type(2n+1) .event-2 {
  background: #0f2652 !important;
  color: #FFFFFF !important; }
.container-events .row:nth-of-type(2n+1) .event-2 .title {
  color: #FFFFFF !important; }
.container-events .row:nth-of-type(2n+1) .event-2 .date {
  color: #FFFFFF !important; }
.container-events .row:nth-of-type(2n+2) .event-2 {
  background: #f3a616 !important;
  color: #0f2652 !important; }
.container-events .row:nth-of-type(2n+2) .event-2 .title {
  color: #0f2652 !important; }
.container-events .row:nth-of-type(2n+2) .event-2 .date {
  color: #0f2652 !important; }
.container-events .row:nth-of-type(3n+3) .event-2 {
  background: #738592 !important;
  color: #FFFFFF !important; }
.container-events .row:nth-of-type(3n+3) .event-2 .title {
  color: #FFFFFF !important; }
.container-events .row:nth-of-type(3n+3) .event-2 .date {
  color: #FFFFFF !important; }

.custom-container-new {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
.custom-container-new .container {
  width: 100%; }
.custom-container-new .title {
  width: 450px; }

.event-1 .custom-float-events {
  width: 555px;
  float: right; }

.event-2 {
  padding-left: 55px; }

/*.row:nth-of-type(2n+2) .event-1{
    background: #fff;
}*/
.events-custom-style {
  padding-top: 34px;
  padding-bottom: 60px; }
.events-custom-style .title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  padding-top: 6px;
  line-height: 1.1; }
.events-custom-style .icon-calendar:before {
  content: "\e908";
  font-size: 55px; }

.next-event-block::before {
  position: absolute;
  content: "";
  background: url(../images/bg/section-bg-top.png);
  bottom: 150px;
  left: 0;
  width: 100%;
  height: 80px;
  top: 332px; }

.next-event-block {
  background-color: #f3a616;
  margin-top: 180px;
  padding-top: 30px;
  padding-bottom: 42px; }
.next-event-block .field-content {
  padding-top: 28px; }
.next-event-block .views-field {
  text-align: center !important; }
.next-event-block .icon-calendar {
  font-size: 70px !important;
  display: block;
  color: #0f2652;
  padding-bottom: 10px; }
.next-event-block h3 {
  color: #0f2652;
  font-weight: 300;
  font-size: 26px; }
.next-event-block h2, .next-event-block a {
  font-weight: 500 !important;
  color: #0f2652 !important;
  font-size: 35px; }
.next-event-block .next-event-title {
  position: absolute;
  top: 466px;
  background: #0f2652;
  width: 150px;
  text-align: center;
  height: 150px;
  border-radius: 50%; }
.next-event-block .next-event-title div {
  margin-top: 48px;
  padding-bottom: 6px; }
.next-event-block .next-event-title div p {
  padding-bottom: 4px; }
.next-event-block .next-event-title p {
  margin-bottom: 0;
  font-size: 27px !important;
  color: #FFFFFF !important;
  padding-bottom: 12px; }

.event-info-wrapper::after {
  position: absolute;
  content: "";
  background: url(../images/bg/section-bg.png);
  top: 0px;
  left: 0;
  width: 100%;
  height: 80px; }

/*@media(min-width: 768px) and (max-width: 1300px){
.next-event-block::before{
   bottom: 205px !important;

}
}*/
/*.custom-container-new::after{
  position: absolute;
    content: "";
    background: url(../images/bg/section-bg.png);

    left: 0;
    width: 100%;
    height: 80px;
}*/
@media (max-width: 767px) {
  .next-event-block::before {
    position: absolute;
    top: 270px; }
  .next-event-block .next-event-title {
    position: absolute;
    top: 396px;
    left: 10px; }
  .container-events .title {
    width: auto !important; }
  .container-events .event-1, .container-events .event-2 {
    padding-left: 30px !important; }
  .container-events .row {
    display: block; }
  .container-events .event-1 .custom-float-events {
    width: auto;
    float: none; } }

.class__link::hover {
  color: #0f2652 !important; }

.event-detail-custom .secondary-section {
  background: #f3a616; }
.event-detail-custom .secondary-section a {
  color: #0f2652; }

.event-detail-custom .secondary-padding {
  padding-top: 60px; }

.event-detail-custom h2 {
  text-transform: uppercase !important;
  color: #0f2652 !important;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0px;
  padding-bottom: 10px; }

.event-detail-custom h3, .event-detail-custom h4 {
  font-weight: 500 !important;
  text-decoration: underline !important; }

.event-detail-custom .title {
  width: 91% !important; }

.event-detail-custom .date {
  font-size: 26px;
  color: #0f2652;
  font-weight: 400;
  padding-bottom: 35px; }

.event-detail-custom p {
  color: #0f2652 !important;
  font-weight: 400  !important; }

/*{
	.container{
		width: auto !important;
	}
	padding-bottom: 0;
}*/
.container-full {
  position: relative;
  padding-bottom: 0 !important; }
.container-full .container {
  width: auto !important; }

.what-we-do-footer-wrap {
  padding-top: 0 !important; }

.what-we-do-footer-wrap::before {
  display: none; }

.container-full::before {
  position: absolute;
  content: "";
  background: url(../images/bg/section-bg-top.png);
  left: 0;
  width: 100%;
  height: 80px;
  top: 0; }

.what-we-do-section {
  margin-top: 60px;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
.what-we-do-section .dcaf-intro {
  width: 60% !important;
  margin: 0 auto !important;
  text-align: center;
  margin-bottom: 65px !important; }
.what-we-do-section .tap-fluid {
  background: #0f2652; }
.what-we-do-section .wrapper-tabs-what-we-do {
  min-height: 600px;
  margin: 0 auto; }
.what-we-do-section .wrapper-tabs-what-we-do .tab-content {
  margin: 0 auto; }
.what-we-do-section .wrapper-tabs-what-we-do .tab-content h3 {
  line-height: 1.2;
  font-size: 17px;
  text-transform: uppercase;
  color: #f3a616; }
.what-we-do-section .custom-col-what-we-do {
  width: 37.5%; }
.what-we-do-section .custom-col-what-we-do-middle {
  width: 25%; }
.what-we-do-section .nav-tabs {
  border-bottom: 0; }
.what-we-do-section .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  padding: 0; }
.what-we-do-section .nav-tabs a {
  margin: 0; }
.what-we-do-section .nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0; }
.what-we-do-section .nav-tabs > li > a:hover {
  border: none !important; }
.what-we-do-section .nav-tabs > li > a:focus {
  border: none !important; }
.what-we-do-section .what-we-do-tabs {
  text-align: center; }
.what-we-do-section .what-we-do-tabs a {
  font-size: 105px;
  padding: 0;
  color: #f3a616; }
.what-we-do-section .what-we-do-container {
  width: 1100px; }
.what-we-do-section .first-tab-what-we {
  background: #0f2652 !important; }
.what-we-do-section .second-tab-what-we {
  background: #f3a616;
  color: #0f2652 !important; }
.what-we-do-section .third-tab-what-we {
  background: #738592;
  color: #0f2652 !important; }
.what-we-do-section .active a {
  color: #f3a616 !important; }
.what-we-do-section .active .second-tab-what-we {
  background: #f3a616 !important;
  color: #0f2652 !important; }
.what-we-do-section .active .third-tab-what-we {
  background: #738592 !important;
  color: #0f2652 !important; }
.what-we-do-section .tab-content .col-md-4 h3 {
  color: #f3a616;
  font-weight: 600 !important;
  font-size: 19px !important; }
.what-we-do-section .tab-content .col-md-4 p {
  color: #f3a616; }
.what-we-do-section .tab-content .col-md-8 p {
  color: #FFFFFF !important; }
.what-we-do-section .tab-content .col-md-8 ul {
  color: #fff !important;
  padding-left: 19px;
  font-weight: 400; }
.what-we-do-section .tab-pane {
  padding-top: 60px; }
.what-we-do-section .tab-pane p {
  color: #FFFFFF !important; }
.what-we-do-section .pane-2 {
  min-height: 480px;
  background: #f3a616;
  background: #f3a616;
  padding-bottom: 55px; }
.what-we-do-section .pane-2 h3 {
  color: #0f2652 !important; }
.what-we-do-section .pane-3 {
  min-height: 480px;
  background: #738592;
  padding-bottom: 101px; }

.sustainable-what-we-do {
  background-color: #b9c2c8; }

.what-we-do-content-primary p {
  color: #0f2652 !important;
  font-weight: 300 !important; }

.what-we-do-content-primary .custom-development-goals h2 {
  text-transform: uppercase !important; }

.what-we-do-content-primary .custom-development-goals .heading-bg::before {
  background-color: #0f2652; }

.what-we-do-content-primary .images-section-what-we-do img {
  width: 180px;
  margin-left: -27px;
  margin-bottom: -13px; }

.pt-35-custom {
  padding-top: 35px; }

.what-we-do-custom-thematic h4 {
  color: #0f2652 !important;
  font-size: 15px; }

@media (min-width: 1441px) {
  .what-we-do-section .wrapper-tabs-what-we-do .row {
    width: 1150px; } }

@media (min-width: 768px) {
  .what-we-do-section .wrapper-tabs-what-we-do .row {
    width: 890px;
    margin: 0 auto; }
  .first-tab-what-we {
    padding-left: 180px !important; }
  .third-tab-what-we {
    padding-right: 180px !important; } }

@media (max-width: 767px) {
  .what-we-do-section .wrapper-tabs-what-we-do .row {
    width: 100%;
    margin: 0 auto; }
  .sustainable-what-we-do {
    padding-left: 15px;
    padding-right: 15px; }
  .what-we-do-section .dcaf-intro {
    margin-bottom: 40px !important;
    margin-top: 20px !important; } }

.operations-wrapper {
  position: relative; }

.operations-wrapper-before {
  padding-top: 100px; }
.operations-wrapper-before::before {
  position: absolute;
  content: "";
  background: url(../images/bg/section-bg-top.png);
  top: 0px;
  left: 0;
  width: 100%;
  height: 80px; }

.operations-who-are-we {
  padding-top: 55px;
  padding-bottom: 55px; }
.operations-who-are-we ul {
  font-weight: 400;
  font-size: 16px; }

.map-right-img {
  text-align: right; }

.text-custom-operation {
  text-align: left !important;
  font-style: normal !important;
  font-family: inherit !important;
  color: #0f2652 !important;
  font-weight: 300 !important;
  width: 55%;
  padding-bottom: 45px; }

.programmes-section-bg {
  background: #f3a616; }
.programmes-section-bg #projects-all {
  height: auto !important; }
.programmes-section-bg h2 {
  text-transform: inherit; }
.programmes-section-bg .heading-bg::before {
  background-color: #0f2652; }
.programmes-section-bg .projects-all-container h4 {
  position: absolute !important;
  top: 50% !important;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 79%;
  line-height: 1.1;
  font-weight: 400; }
.programmes-section-bg .project-item {
  padding-bottom: 0;
  position: static !important; }
.programmes-section-bg .project-item .gm-themes img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  /* transform: scale(2.6);
      transform: origin;
      transform-origin: 30% 46%;*/ }
.programmes-section-bg .project-item .gm-text {
  background-color: rgba(15, 38, 82, 0.7); }

.project-hover {
  background-color: rgba(15, 38, 82, 0.7) !important; }
.project-hover .project-meta a:hover {
  color: #00B2A9 !important; }

@media (max-width: 767px) {
  .map-right-img {
    text-align: center; }
  .programmes-section-bg .text-custom-operation {
    width: 100%; } }

@media (min-width: 768px) {
  .custom-partners ul {
    text-align: left;
    margin-left: -40px !important; }
  .custom-partners ul li {
    width: 190px; } }

.custom-programme-page {
  margin-top: 0 !important; }
.custom-programme-page .spacing-projects {
  padding-bottom: 25px; }
.custom-programme-page .spacing-projects p {
  margin-bottom: 0; }
.custom-programme-page h1 {
  color: #0f2652;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0; }
.custom-programme-page h3 {
  font-size: 20px !important;
  font-weight: 400;
  text-align: left; }
.custom-programme-page ul {
  margin-bottom: 0; }
.custom-programme-page ul li {
  color: #738592;
  font-weight: 400; }
.custom-programme-page .key-resources-custom p, .custom-programme-page .key-resources-custom a {
  font-size: 16px;
  font-weight: bold !important;
  color: #0f2652 !important;
  text-transform: uppercase !important; }

.network-section-nowrap h2 {
  font-weight: 300 !important;
  color: #0f2652 !important;
  padding-top: 10px;
  font-size: 36px !important; }

.network-section-nowrap h4 a {
  color: #f3a616;
  font-weight: 600;
  font-size: 25px; }

.network-section-nowrap h5 {
  font-weight: 600;
  color: #0f2652;
  font-size: 21px !important; }

.network-section-nowrap .network-item {
  padding-top: 10px;
  padding-bottom: 25px;
  padding-left: 0; }

.network-section-nowrap .heading-border {
  border-bottom: 1px solid grey;
  padding-bottom: 10px; }

.network-section-nowrap a {
  color: #0f2652;
  font-weight: 600; }

.network-section-nowrap .custom-border-network {
  border-bottom: 1px solid grey; }

.network-section-nowrap .resource-department {
  margin-left: -16px;
  padding-top: 20px; }

.network-section-nowrap p {
  margin-bottom: 5px; }

.network-full-list .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }

.network-full-list .views-col {
  width: 33.33% !important; }
.network-full-list .views-col h4 {
  padding-top: 18px;
  line-height: 1.4; }
.network-full-list .views-col h4 a {
  color: #0f2652;
  font-weight: 600;
  margin-top: 30px !important; }

.network-full-list .col-1 .views-field {
  width: auto; }

.network-full-list .col-2 .views-field {
  width: auto !important; }

.network-full-list .network__link a {
  font-weight: 600;
  color: #0f2652; }

@media (max-width: 767px) {
  .p-network-space {
    padding-left: 30px;
    padding-right: 30px; } }

.contact-map-contain {
  padding-top: 0 !important; }
.contact-map-contain #hat-message {
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 20px; }

.contact-map-contain::before {
  display: none !important; }

.custom-header-contact {
  margin-top: -124px !important;
  padding-top: 40px !important; }
.custom-header-contact .detail-wrapper::before {
  display: none; }

.contact-page-custom {
  position: relative;
  margin-bottom: 70px;
  height: 450px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.contact-page-custom h5 {
  color: #0f2652 !important;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: bold; }
.contact-page-custom p, .contact-page-custom a {
  color: #0f2652 !important;
  margin-bottom: 5px;
  font-weight: 400; }
.contact-page-custom .contact-info {
  padding-bottom: 20px; }
.contact-page-custom .contact-info-centered {
  background: #fff;
  padding: 30px; }

.position-content-contact {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(31%, -50%);
  -ms-transform: translate(31%, -50%);
  transform: translate(31%, -50%);
  width: 30%; }

.enquiry-text {
  padding-top: 70px; }
.enquiry-text h3 {
  color: #0f2652;
  font-weight: 400; }
.enquiry-text p {
  margin-bottom: 0; }

.contact-message-feedback-form .js-form-type-checkbox {
  width: calc(100% - 230px);
  float: left; }

.contact-message-feedback-form #edit-actions {
  position: relative; }
.contact-message-feedback-form #edit-actions::after {
  right: 0;
  font-family: 'icomoon' !important;
  content: "\e905";
  width: 12px;
  height: 10px;
  color: #0f2652;
  top: 6px;
  position: absolute;
  font-size: 26px; }

.first-form-container {
  background-color: #f3a616; }
.first-form-container ::-webkit-input-placeholder {
  color: #0f2652;
  font-weight: 600;
  font-size: 16px; }
.first-form-container :-ms-input-placeholder {
  color: #0f2652;
  font-weight: 600;
  font-size: 16px; }
.first-form-container ::-ms-input-placeholder {
  color: #0f2652;
  font-weight: 600;
  font-size: 16px; }
.first-form-container ::placeholder {
  color: #0f2652;
  font-weight: 600;
  font-size: 16px; }
.first-form-container .form-control::-moz-placeholder {
  color: #0f2652;
  opacity: 1; }
.first-form-container .form-control:-ms-input-placeholder {
  color: #0f2652; }
.first-form-container .form-control::-webkit-input-placeholder {
  color: #0f2652; }
.first-form-container input {
  color: #0f2652; }
.first-form-container .form-control {
  border-bottom: 2px solid #fff !important; }
.first-form-container textarea {
  width: 402px;
  color: #0f2652;
  font-weight: 400;
  min-height: 120px;
  line-height: 1.5; }
.first-form-container .btn-black {
  background: #0f2652; }
.first-form-container .form-control:focus {
  border-bottom-color: #0f2652 !important; }
.first-form-container #edit-copy {
  width: auto !important;
  display: none; }
.first-form-container .option {
  color: #0f2652;
  position: relative;
  padding-top: 12px; }
.first-form-container .option:before {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  vertical-align: middle;
  background-color: inherit;
  color: #017b5f;
  border: 2px solid #0f2652;
  content: ""; }
.first-form-container input[type=checkbox]:checked + .option:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  /* background-color: #01a982; */
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome; }
.first-form-container .form-item-field-subject label {
  display: none; }
.first-form-container .form-item-field-subject:after {
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid #0f2652;
  content: "";
  position: absolute;
  right: 167px;
  pointer-events: none; }

.custom-image {
  width: 90px;
  padding-top: 110px;
  margin-left: 20px; }

.second-form-container {
  background-color: #0f2652; }
.second-form-container ::-webkit-input-placeholder {
  color: #f3a616; }
.second-form-container :-ms-input-placeholder {
  color: #f3a616; }
.second-form-container ::-ms-input-placeholder {
  color: #f3a616; }
.second-form-container ::placeholder {
  color: #f3a616; }
.second-form-container .form-control {
  border-bottom: 2px solid #f3a616 !important;
  width: 458px; }
.second-form-container .form-submit {
  background: none;
  color: #f3a616;
  font-weight: bold;
  width: 110px;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  float: right; }
.second-form-container #edit-actions--2 {
  width: 40%; }
.second-form-container #edit-actions--2::before {
  right: 0;
  font-family: 'icomoon' !important;
  content: "\e905";
  width: 12px;
  height: 10px;
  color: #f3a616;
  top: 6px;
  float: right;
  font-size: 26px; }
.second-form-container .custom-contact-form .form-control:focus {
  border-bottom-color: #fff !important; }
.second-form-container input {
  color: #f3a616; }
.second-form-container .form-control::-moz-placeholder {
  color: #f3a616; }
.second-form-container .form-control:-ms-input-placeholder {
  color: #f3a616; }
.second-form-container .form-control::-webkit-input-placeholder {
  color: #f3a616;
  background: none;
  border: none;
  color: #0f2652;
  font-weight: bold;
  width: 200px; }

.custom-contact-form ::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 16px; }

.custom-contact-form :-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px; }

.custom-contact-form ::-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px; }

.custom-contact-form ::placeholder {
  font-weight: 600;
  font-size: 16px; }

.custom-contact-form #edit-submit {
  background: none;
  border: none;
  color: #0f2652;
  font-weight: bold;
  width: 130px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.custom-contact-form .heading-bg::before {
  background-color: #0f2652; }

.custom-contact-form form {
  padding-left: 30px; }

.custom-contact-form .form-select {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: transparent;
  border-color: #fff; }

.custom-contact-form input {
  padding-bottom: 0;
  width: 400px;
  font-weight: 400; }

.custom-contact-form select {
  width: 80%;
  color: #0f2652;
  font-weight: 500;
  font-size: 16px;
  width: 400px;
  border-bottom: 2px solid #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer; }

.custom-contact-form select::-ms-expand {
  display: none; }

.custom-contact-form #edit-message--2 {
  font-size: 45px;
  width: 490px;
  color: #fff;
  line-height: 1.2; }

.custom-contact-form #edit-message--2::before {
  width: 50px;
  height: 8px;
  background-color: #f3a616;
  border: 0;
  position: absolute;
  margin-left: 0px;
  content: "";
  top: -30px; }

.custom-contact-form #edit-message--2 {
  position: relative; }

@media (min-width: 768px) {
  .contact-message-feedback-form {
    width: 445px;
    float: right;
    margin-right: 70px; }
  .custom-contact-heading {
    width: 485px;
    float: right;
    margin-right: 70px;
    padding-top: 55px;
    padding-bottom: 45px; }
  .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media (max-width: 767px) {
  .custom-contact-form input {
    padding-bottom: 0;
    width: 300px; }
  .first-form-container textarea {
    width: 302px; }
  .custom-contact-form select {
    width: 300px;
    border-bottom: 2px solid #fff; }
  .first-form-container .btn-black {
    background: #0f2652;
    width: 304px !important; }
  .first-form-container {
    padding-top: 30px;
    padding-bottom: 30px; }
  .custom-contact-form form {
    padding-left: 15px; }
  .custom-contact-form .heading-bg::before {
    margin-left: 10px; }
  .custom-contact-heading h2 {
    padding-left: 10px; }
  .custom-contact-form #edit-message--2 {
    width: auto; }
  .second-form-container .form-control {
    width: 300px; }
  .custom-image {
    padding-top: 50px;
    margin-left: 10px; }
  .custom-contact-form #edit-message--2::before {
    top: -18px; }
  .first-form-container .form-item-field-subject:after {
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #0f2652;
    content: "";
    position: absolute;
    right: 72px !important;
    pointer-events: none; } }

@media (max-width: 767px) {
  .position-content-contact {
    position: absolute;
    top: 90%;
    left: 40%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
    width: 100%; }
  .custom-header-contact .page-title {
    padding-top: 20px !important;
    padding-bottom: 38px !important; }
  .contact-info-centered {
    padding-left: 12px;
    margin-bottom: 17px; }
  .contact-map-contain #hat-message {
    z-index: 9999;
    position: absolute;
    bottom: -180px;
    -webkit-transform: translate(4%, -50%);
    -ms-transform: translate(4%, -50%);
    transform: translate(4%, -50%);
    width: 100%;
    margin-left: 0;
    min-height: 110px; } }

@media (min-width: 768px) {
  .md-objects, .md-bullets {
    max-width: 750px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px; }
  .expertise-items > div {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%; }
  .top-section-ssr-ssg {
    position: absolute;
    top: 250px;
    left: 0;
    z-index: 9;
    max-width: 1170px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  body {
    overflow-x: hidden; } }

@media (min-width: 768px) {
  @supports (-ms-accelerator: true) {
    body {
      overflow-x: hidden; } } }

@media (max-width: 620px) {
  footer .home-page-map, .contact-section {
    position: static !important; }
  .home-page-map .geolocation-map-container {
    height: 300px !important; }
  footer .home-page-map {
    height: auto !important; }
  #footer_contact .contact-section {
    min-width: 100% !important; } }

@media (min-width: 621px) {
  .landing-page .footer_bottom {
    margin-top: 550px; } }

@media (min-width: 992px) {
  .md-objects, .md-bullets {
    max-width: 970px; }
  .module-search .search-box {
    border-top: 2px solid #f3a616; } }

@media (min-width: 1200px) {
  .md-objects, .md-bullets {
    max-width: 1170px; }
  .expertise-items > div {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-1 .views-field {
    width: 575px;
    float: right; }
  .col-2 .views-field {
    width: 575px;
    float: left; }
  .custom-work-with-us .work-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1200px) and (min-width: 1360px) {
  .expertise-items {
    padding: 0 40px; } }

@media (min-width: 1440px) {
  .expertise-items {
    padding: 0 80px; } }

@media (max-width: 991px) {
  header .navbar .logo {
    display: block; }
  .navbar-toggle {
    float: right;
    margin-top: 0;
    border-color: #FFFFFF; }
  .navbar-toggle .icon-bar {
    background-color: #f3a616; } }

@media (max-width: 767px) {
  header .navbar {
    padding: 15px 0; }
  header .navbar .logo {
    width: 200px; }
  header .navbar.affix .logo {
    width: 200px; }
  header #primary-menu {
    height: 64px !important; }
  header .module-search .search-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center; }
  .testimonial-item {
    width: 100%; }
  .testimonial-item:nth-child(odd), .testimonial-item:nth-child(even) {
    float: left;
    margin-top: 15px; }
  .testimonial-item:nth-child(odd) .testimonial-img, .testimonial-item:nth-child(even) .testimonial-img {
    margin-left: 75px; }
  .testimonial-item:nth-child(odd) .testimonial-img::after, .testimonial-item:nth-child(even) .testimonial-img::after {
    right: 80px;
    left: auto; }
  .testimonial-content {
    padding-right: 0px; }
  .testimonial__line {
    left: 5px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 10px solid #0f2652; }
  .testimonial__line::before, .testimonial__line::after {
    width: 20px;
    height: 20px;
    left: -6px; }
  .testimonial .pager {
    bottom: 0; }
  p {
    font-size: 14px; }
  .page-title {
    padding-top: 50px;
    padding-bottom: 50px; }
  .vacancy__detail .entry-title h2 {
    font-size: 35px; }
  .vacancy__detail .entry-share .blog_share {
    margin-right: 0; }
  .md-slider-wrap .md-slide-item .md-objects {
    top: 20px; }
  .md-slider-wrap .md-slide-item .md-objects .md-object {
    font-size: 22px !important;
    text-align: center !important;
    left: 0px !important; }
  .md-slider-wrap .md-bullets {
    text-align: right;
    bottom: 15px; }
  .container > .navbar-collapse {
    width: calc(100% + 46px) !important;
    margin-right: -30px !important;
    background-color: #0f2652;
    border: none; }
  .container > .navbar-collapse .navbar-nav {
    padding: 15px 0; }
  .container > .navbar-collapse .navbar-nav .dropdown-menu li {
    padding-left: 10px; }
  .shortcode-2.about-home {
    padding: 40px 0; }
  .shortcode-2.about-home p {
    font-size: 14px;
    line-height: 1.5; }
  .shortcode-2.about-home::after {
    height: 100px;
    bottom: auto;
    top: 0; }
  .heading {
    text-align: left; }
  .heading-bg h2 {
    font-size: 32px; }
  #shortcode-2 p {
    padding: 0; }
  .what_we_do__section {
    padding: 40px 0; }
  .what_we_do__section .tab_we_do {
    width: 100%;
    display: block; }
  .what_we_do__section .tab_we_do .nav-tabs li {
    margin: 0 0 15px 0; }
  .what_we_do__section .tab_we_do .nav-tabs li a {
    font-size: 15px; }
  .what_we_do__section .tab_we_do .col-12:last-child {
    border-top: 2px solid #FFFFFF;
    border-left: 0px; }
  .what_we_do__section .tab_we_do .tab-content .col-content {
    padding: 30px 0 0;
    text-align: left; }
  .what_we_do__section .tab_we_do .tab-content .col-content .service-title * {
    font-size: 14px !important; }
  .service-2 .nav-tabs {
    margin-bottom: 15px; }
  section {
    padding: 40px 0; }
  .network__section {
    padding: 40px 0; }
  .network__section .views-field .network-item {
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaaaaa; }
  .network__section .views-field .network-item h4 {
    font-size: 20px; }
  .network__section .views-field .network-item p {
    font-size: 14px; }
  .network__section .views-field:last-child .network-item {
    border: none; }
  .network__section::after {
    width: 40%;
    height: 100px; }
  #thematic_expertise_bloc {
    padding: 40px 0; }
  #thematic_expertise_bloc .content-box {
    padding: 0; }
  .heading.has-icon i {
    font-size: 24px; }
  .contact-section {
    padding: 25px 15px;
    padding-left: 15px;
    margin-left: 0; }
  .contact-section .contact-tab {
    margin: 0; }
  .contact-section .contact-tab .tab-content {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-top: 20px;
    border-top: 1px solid #aaaaaa;
    border-left: 0; }
  .contact-section .contact-tab .tab-content address {
    font-size: 14px; }
  .contact-section .contact-tab .nav-tabs {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px; }
  .contact-section .contact-tab .nav-tabs li {
    margin-bottom: 5px; }
  .contact-section .contact-tab .nav-tabs li a {
    font-size: 18px; }
  /*Network*/
  .network-full-list .views-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .network-full-list .views-col {
    width: 100% !important; }
  .network-full-list .network-item {
    margin-bottom: 40px; }
  footer .footer_bottom {
    padding: 30px 0; }
  footer .footer_bottom .footer_bottm_row {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  /*About Page*/
  .title-bg h1 {
    font-size: 45px !important; }
  .dcafgovernance::after, .dcaf-what::after {
    width: 40%;
    height: 80px;
    right: 0;
    top: 0; }
  .pr-spacing {
    padding-left: 30px; }
  .mission-values .pr-spacing {
    padding-right: 20px; }
  .about-section h2 {
    line-height: 50px; }
  .bg-about img {
    max-width: 150px;
    margin-bottom: 50px; }
  .bg-about .spacing-top {
    padding-top: 0; }
  .bg-about .mb-sm-0 img {
    margin-bottom: 0; }
  .report-wrapper::after {
    width: 50%;
    height: 150px !important; }
  .reports-section ul {
    padding-bottom: 0; }
  .link-para {
    margin-bottom: 30px; }
  .custom-work-with-us .col-1, .custom-work-with-us .col-2 {
    width: 100% !important;
    padding-left: 20px !important; }
  #blog_detail .bg-image-blog {
    margin-bottom: 60px; }
  #blog_detail .user {
    padding-bottom: 50px; }
  #blog_detail h2 {
    font-size: 35px;
    line-height: 1.2; }
  .director-message-custom p {
    padding-right: 0; }
  /*blog page*/
  .blog-list-wrapper .blog_tags .blog_tag {
    padding-right: 20px !important; }
  .blog-list-wrapper .blog_tags .blog_tag a {
    width: 160px !important; }
  .custom-reports .heading-bg h2 {
    padding-bottom: 10px;
    margin-bottom: 0; }
  .blog-list-wrapper {
    overflow-x: hidden; }
  .blog-list-wrapper .blog_tags {
    float: none; }
  .blog-list-wrapper .blog_post {
    padding: 30px; }
  /*Leadership*/
  .content-area-leadership p {
    width: auto; }
  .custom-leadership {
    padding-bottom: 0; }
  .custom-leadership .our-team {
    padding-bottom: 40px; }
  .custom-leadership .our-team:last-of-type .our-team {
    padding-bottom: 0; }
  .ssr-ssg-section {
    width: 100%;
    display: block; }
  .ssr-ssg-section .bg-ssr-ssg {
    width: 99% !important;
    margin-left: 17px;
    margin-top: 20px;
    padding-left: 0; }
  .arrow-new-custom {
    font-size: 26px;
    padding-left: 10px; }
  .custom-resources {
    padding-top: 10px; }
  .projects-all-custom .project-img {
    width: 200px !important;
    margin: 0 auto !important; }
  .top-section-ssr-ssg {
    position: absolute !important;
    top: 50px !important;
    z-index: 999 !important; }
  .custom-bg-med {
    min-height: 1550px !important;
    height: auto; }
  .testimonial-1::before {
    z-index: 9 !important;
    top: 1550px !important; }
  body {
    overflow-x: hidden !important; } }

/* code for gtranslate */
.gtranslate {
  float:right;
  margin-top:10px;
}


@media (max-width: 767px) {


  .gtranslate {
    float:right;
    margin-top:-22px;
    width:24%;
  }
  .gtranslate .switcher{

    width:98%;
  }

}
/* end code for gtranslate */
/* code for department page */
.my-operation-page h2 {
  padding: 25px 0;
  font-size: 48px !important;
  font-weight: 300;
  text-transform: inherit;
  color: #0f2652;
}

.card-body  {

  margin-top: 63px !important;

}
.card-body p {

  color:#0f2652 !important;
  font-size: 18px !important;
  font-weight: bold !important;
}

/* end code for department page */
