.container-fluid {
  max-width: 992px;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto; }

.container-fluid--small {
  max-width: 500px; }

.clearfix:before, .single.single-publications .pageTitle:before,
.single.single-publication-series .pageTitle:before, .publicationsFocusAreas:before, .clearfix:after, .single.single-publications .pageTitle:after,
.single.single-publication-series .pageTitle:after, .publicationsFocusAreas:after {
  content: " ";
  display: table; }
.clearfix:after, .single.single-publications .pageTitle:after,
.single.single-publication-series .pageTitle:after, .publicationsFocusAreas:after {
  clear: both; }

.breadcrumbs {
  margin: 5px 0;
  padding: 2rem 0 1rem;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .breadcrumbs .container-fluid {
      max-width: 500px; } }
  .breadcrumbs span {
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    padding: 0 .4rem;
    letter-spacing: 1px; }
    @media screen and (max-width: 768px) {
      .breadcrumbs span {
        font-size: 12px;
        letter-spacing: 1px; } }
    .breadcrumbs span:first-child {
      padding-left: 0; }
    .breadcrumbs span a span {
      color: #222;
      font-weight: normal; }
      @media screen and (max-width: 768px) {
        .breadcrumbs span a span {
          font-size: 12px;
          letter-spacing: 1px; } }
    .breadcrumbs span a:hover span {
      color: #702082; }

.blog section.container.container-main,
.single-post section.container.container-main {
  padding: 0; }

.publicationsWrap {
  margin: 50px 0 0;
  padding: 2rem 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center; }

.nav-links {
  font-size: 20px; }
  .nav-links a, .nav-links span {
    display: inline-block;
    padding: 0 7px; }

.singleArticle__featuredImage {
  text-align: center;
  margin-bottom: -16%; }
  .singleArticle__featuredImage img {
    max-width: 100%;
    height: auto; }
    @media screen and (max-width: 768px) {
      .singleArticle__featuredImage img {
        border: none; } }

.singleArticle {
  letter-spacing: 0;
  max-width: 720px;
  margin: 0 auto 34px auto;
  border: 1px solid #d4d1d1;
  padding: 54px 0 0;
  background-color: white;
  position: relative;
  font-size: 1rem; }
  @media screen and (max-width: 768px) {
    .singleArticle {
      top: 0; } }
  .singleArticle .entryContent {
    padding: 36px 118px; }
    @media screen and (max-width: 650px) {
      .singleArticle .entryContent {
        padding: 2rem .5rem; } }
  .singleArticle .pageHeading {
    padding: 18px 118px; }
    @media screen and (max-width: 768px) {
      .singleArticle .pageHeading {
        max-width: 100%;
        padding: 18px 72px; } }
    @media screen and (max-width: 500px) {
      .singleArticle .pageHeading {
        padding: 0.7rem 1rem; } }
  .singleArticle .pageTitle {
    font-size: 45px;
    margin: 10px 0 15px; }
    @media screen and (max-width: 500px) {
      .singleArticle .pageTitle {
        font-size: 25px; } }
  .singleArticle .author {
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 13px; }
  .singleArticle .subHeading {
    font-size: 1rem; }
  .singleArticle .section-image-container {
    text-align: center; }
    .singleArticle .section-image-container img {
      max-width: 100%;
      height: auto; }
  .singleArticle .icon-quote-blockquote-container {
    display: table;
    margin: 2.5rem 0 3rem 0; }
    @media screen and (max-width: 500px) {
      .singleArticle .icon-quote-blockquote-container {
        margin: 1.25rem 0 1.5rem 0; } }
  .singleArticle .icon-quote {
    display: table-cell; }

.single .mainContent:after {
  display: none; }

.downloadPublication {
  padding: 0 6.6rem; }
  .downloadPublication svg,
  .downloadPublication span {
    display: inline-block;
    vertical-align: bottom;
    font-size: .8rem; }
  .downloadPublication svg {
    width: 30px;
    height: 30px; }

.single.single-publications .singleArticle__featuredImage,
.single.single-publication-series .singleArticle__featuredImage {
  float: right;
  width: 40%;
  text-align: right; }
  @media screen and (max-width: 700px) {
    .single.single-publications .singleArticle__featuredImage,
    .single.single-publication-series .singleArticle__featuredImage {
      display: none; } }
  .single.single-publications .singleArticle__featuredImage img,
  .single.single-publication-series .singleArticle__featuredImage img {
    max-width: 100%;
    margin-left: 3rem; }
.single.single-publications .pageTitle span,
.single.single-publication-series .pageTitle span {
  width: 60%;
  display: block;
  float: left; }
  @media screen and (max-width: 700px) {
    .single.single-publications .pageTitle span,
    .single.single-publication-series .pageTitle span {
      width: 100%; } }

.publicationsCountries {
  width: 60%; }
  .publicationsCountries a {
    font-size: .9rem;
    color: #666666; }
    .publicationsCountries a:hover {
      color: #702082; }
    .publicationsCountries a:after {
      content: ",";
      display: inline-block; }
    .publicationsCountries a:last-child:after {
      display: none; }

.publicationsFocusAreas {
  margin-top: 1rem; }
  .publicationsFocusAreas a {
    transform: scale(1);
    display: block;
    float: left;
    transition: transform 0.7s cubic-bezier(0, 1.09, 0.43, 0.93); }
    .publicationsFocusAreas a:hover {
      transform: scale(1.05); }
  .publicationsFocusAreas img {
    max-width: 60px;
    padding-right: 1rem;
    width: 60px;
    height: 60px; }

.single-impact-stories .twoColumn {
  padding: 0 0 4rem; }

.single .subTitle {
  font-size: 22px; }

.blog__shareButtons {
  text-align: center;
  line-height: 0;
  margin-bottom: -5px; }
  .blog__shareButtons .addthis_toolbox > a {
    float: none;
    padding: .5rem .5rem 0;
    height: auto !important;
    width: auto !important;
    margin-left: -9px; }
    .blog__shareButtons .addthis_toolbox > a > span {
      padding: .5rem .5rem 0;
      height: auto !important;
      width: auto !important;
      margin-left: -9px; }

.single-post .singleArticle {
  padding-bottom: 0; }

time {
  font-size: 18px; }

.entryContent {
  line-height: 1.35;
  font-size: .9rem; }
  @media screen and (max-width: 768px) {
    .entryContent {
      padding: 1rem 4rem; } }
  @media screen and (max-width: 500px) {
    .entryContent {
      padding: 0.7rem 3rem; } }
  .entryContent p {
    margin: 0 0 24px; }
  .entryContent img.aligncenter {
    margin-left: -10%;
    max-width: 120% !important;
    width: 120%; }
    @media screen and (max-width: 650px) {
      .entryContent img.aligncenter {
        margin-left: 0;
        max-width: 100% !important; } }
  .entryContent img {
    max-width: 100%;
    margin-bottom: .9em; }
  .entryContent .alignleft {
    display: inline;
    float: left;
    margin-right: 1rem; }
  .entryContent .alignright {
    display: inline;
    float: right;
    margin-left: 1rem; }
  .entryContent .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto; }
  .entryContent .wp-caption {
    border: none;
    max-width: 100%;
    font-size: 15px;
    color: #969697;
    margin-bottom: 0; }
  .entryContent .gallery-caption, .entryContent .wp-caption-text {
    text-align: center;
    margin-top: -5px; }

/*! ******************************************************
*
*	Theme Name:     Custom E2A Theme
*   Author:         Rowan Price
*   Author URI:     http://www.rowanprice.com
*   Description:    Bootstrap-based child theme of Toolset's "toolset starter theme" for use in conjunction with WP-Types, etc.
*   Version:        1.1
*   License:        GNU General Public License v2 or later
*   License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*   Template:       toolset-starter
*
*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 12, 2017 */
@font-face {
  font-family: 'ralewaylight';
  src: url("webfonts/raleway-light-webfont.woff2") format("woff2"), url("webfonts/raleway-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ralewaymedium';
  src: url("webfonts/raleway-medium-webfont.woff2") format("woff2"), url("webfonts/raleway-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'raleway';
  src: url("webfonts/raleway-regular-webfont.woff2") format("woff2"), url("webfonts/raleway-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*wpml styles*/
.sidebar-header div#search-4 {
  right: -63px;
  margin-top: 2px; }

/*bottom switcher*/
.widget_icl_lang_sel_widget {
  display: inline-block;
  margin: 10px 0;
  padding: 10px; }

.footer2 .widget_icl_lang_sel_widget {
  display: inline-block;
  margin: 0;
  padding: 0; }

footer .widget_icl_lang_sel_widget a {
  padding: 0;
  margin: 0 15px 0 0;
  font-size: 13px; }

.wpml-ls-legacy-list-horizontal {
  border: none;
  margin: 9px 0 6px -8px;
  clear: both; }

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
  width: 20px;
  height: 15px; }

.wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {
  margin-left: 5px;
  position: relative;
  top: 1px; }

/*top switcher*/
.wpml-ls-legacy-list-horizontal a {
  color: #999; }

.wpml-ls-legacy-list-horizontal a:hover {
  color: #702082; }

.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
  border-radius: 3px;
  pointer-events: none;
  color: #702082; }

div#icl_lang_sel_widget-3 {
  min-width: 400px;
  position: absolute;
  top: -44px;
  right: -30px;
  font-size: 11px;
  text-align: right; }

div#icl_lang_sel_widget-3 .wpml-ls-legacy-list-horizontal .wpml-ls-flag + span,
div#icl_lang_sel_widget-3 .wpml-ls-legacy-list-horizontal .span.wpml-ls-display {
  margin-left: 4px;
  position: relative;
  top: 1px;
  text-transform: uppercase; }

div#icl_lang_sel_widget-3 .wpml-ls-legacy-list-horizontal a {
  display: block;
  text-decoration: none;
  padding: 5px 10px 5px 5px;
  line-height: 1; }

div#icl_lang_sel_widget-3 .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
  width: 16px;
  height: 12px; }

div#wph-modal-slide_in--1 {
  display: none; }

.fr div#wph-modal-slide_in--1 {
  display: block; }

h3.widget-title {
  display: none; }

.container-main p.attachment {
  text-align: center;
  padding: 40px; }

.search-results section > .row {
  margin: auto;
  max-width: 880px;
  text-align: left; }

.search-results h1.search {
  font-family: arial;
  color: #494949;
  text-transform: uppercase;
  margin-top: 0px; }

.search-results-list .js-wpv-view-layout a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 -13px; }
  .search-results-list .js-wpv-view-layout a:first-of-type {
    margin-top: 0; }
.search-results-list .js-wpv-view-layout .js-wpv-archive-pagination-next-link,
.search-results-list .js-wpv-view-layout .js-wpv-archive-pagination-prev-link {
  display: none; }
.search-results-list p {
  font-size: 15px;
  line-height: 1.3; }
.search-results-list .js-wpv-archive-pagination-next-link,
.search-results-list .js-wpv-archive-pagination-prev-link {
  display: none; }

.search-results .pagination {
  display: block; }
  .search-results .pagination .nav-links {
    align-items: center;
    display: flex;
    font-size: 17px;
    justify-content: center; }

.search-results {
  margin-bottom: 20px;
  font-family: arial;
  font-size: 14px; }

ul.related-countries {
  /* display: inline; */
  padding: 0; }

.container {
  width: 100%; }

.breadcrumbs {
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 10px 10px 0; }

section.container.container-main {
  background-color: white; }

/*styles for wp views elements*/
/*.js-wpv-layout-responsive {
border: 1px solid #ccc;
padding: 15px;.soi
}
*/
#menu-item-1035 a {
  border-right: none; }

.holds-menu .col-sm-12.static.col-xs-5 {
  margin: auto;
  width: auto; }

.view-row {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px; }

.float-wrapper .js-wpv-view-layout {
  float: left;
  width: 50%;
  padding: 2%; }

.float-wrapper .js-wpv-view-layout {
  float: none;
  width: 100%;
  padding: 2%;
  margin-bottom: 40px; }

div#wpv-view-layout-1285 .col-sm-7.middle {
  padding-right: 1px; }

.fa-5x {
  font-size: 5em;
  color: #007396;
  text-align: center;
  display: block;
  text-align: center;
  padding-top: 28px; }

.jumbotron-icon a, .jumbotron-icon a:hover {
  display: block;
  text-align: center;
  color: #007396; }

div#wpv-view-layout-1285 img.pubdoc-pdf-image {
  width: 145px;
  height: auto; }

div#wpv-view-layout-1285 a.pdf-thumb-doc-link {
  display: block; }

.publication-template-default a.pdf-thumb-doc-link {
  display: block; }

.publication-template-default .container-main .wpml-ls-legacy-list-horizontal {
  border: none;
  margin: 0;
  clear: both;
  padding: 0; }

.publication-template-default .container-main .wpml-ls-legacy-list-horizontal > ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
  display: inline; }

.publication-template-default .container-main .wpml-ls-legacy-list-horizontal,
.publication-template-default .container-main .wpml-ls-legacy-list-horizontal * {
  display: inline; }

.publication-template-default .container-main .wpml-ls-legacy-list-horizontal a {
  display: inline;
  text-decoration: none;
  padding: 0;
  line-height: 1; }

.publication-template-default .container-main .wpml-ls-legacy-list-horizontal a:before {
  content: "Also available in "; }

body.en.publication-template-default .container-main .wpml-ls-legacy-list-horizontal a:before {
  content: "Disponible aussi en "; }

.publication-template-default .col-sm-7 .download-link {
  margin-bottom: 20px;
  font-size: 18px; }

.publication-template-default .embedded-media {
  margin-bottom: 40px; }

.publication-template-default .container-main .col-sm-7 p {
  font-size: 18px; }

.publication-template-default .container-main .col-sm-7 {
  padding-right: 40px; }

.single-publication li#menu-item-1264,
.main-menu li.current-menu-item, .main-menu li:hover, li.current-menu-ancestor {
  background: rgba(143, 92, 153, 0.58); }

/*country page*/
table.table.fact-set.country-data tbody tr:first-child td {
  border: none; }

.table > thead > tr > th, .product-list-table > thead > tr > th, .table > thead > tr > td, .product-list-table > thead > tr > td, .table > tbody > tr > th, .product-list-table > tbody > tr > th, .table > tbody > tr > td, .product-list-table > tbody > tr > td, .table > tfoot > tr > th, .product-list-table > tfoot > tr > th, .table > tfoot > tr > td, .product-list-table > tfoot > tr > td {
  padding: 15px 5px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd; }

body .sidebar-header .widget {
  float: right;
  width: 350px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0; }

#search-4 .search-submit {
  margin-left: 5px;
  visibility: hidden;
  position: relative;
  left: -9999px; }

.header-top {
  color: #666;
  padding-top: 50px;
  padding-bottom: 10px;
  height: 120px; }

body .nav-wrap {
  float: none; }

body .navbar-default, body .ddl-navbar-default {
  background-color: transparent; }

.navbar-default, body .ddl-navbar-default {
  border-color: transparent; }

.holds-logo {
  background-image: url("/wp-content/themes/toolset-starter-child/images/header-pattern.png");
  padding: 20px 0 0px;
  min-height: 120px; }

.holds-menu {
  min-height: 75px;
  background: #702082;
  text-align: center; }

/* 

Publications & Tools search 


*/
#pub-search-filters .col-md-2.label, .search-submit .col-md-2.label {
  text-align: right; }

.pub-search {
  padding: 30px 0 0 0;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 70px; }

.row.search-submit {
  padding-bottom: 15px;
  margin-left: 0; }

.pub-search .col-md-3.label {
  text-align: right;
  padding: 8px 0 0 0; }

span.text-search, span.text-filters {
  font-weight: 600;
  padding: 0 0 0 8px;
  display: block; }

.pub-search-filters-inner .form-group.col-md-3 {
  /* padding-left: 15px; */
  /* padding-right: 15px; */
  width: 23.5%; }

.pub-search label.field-label {
  color: #434343;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  width: 100%;
  color: #999;
  padding: 0 0 0 4px;
  margin: 0; }

.pub-search .label h2 {
  color: #434343;
  font-family: Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase; }

.pub-search-filters-inner {
  padding: 20px 0 13px 0;
  background: #edf3f5;
  margin: 0 15px; }

.pub-search button.wpv-submit-trigger.btn,
.pub-search input.wpv-reset-trigger.btn {
  min-height: 44px;
  padding: 5px 15px 3px 15px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  display: block;
  min-width: 80px;
  float: left;
  margin-right: 10px; }

.pub-search button.wpv-submit-trigger.btn {
  background: #007396;
  color: white; }

.pub-search input.wpv-reset-trigger.btn {
  background: #f3f0f0; }

.pub-search .col-md-3.label {
  text-align: right; }

#wpv-view-layout-1285-TCPID890 .row {
  margin: 10px 0 30px 0;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #ccc;
  font-size: 14px; }

.pub-search .sorts {
  position: absolute;
  right: 0;
  bottom: -31px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: right; }

.pub-search .sorts label {
  margin: 0 0 0 10px; }

#wpv-view-layout-1285-TCPID890 .row {
  margin: 10px 0 30px 0;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #ccc;
  font-size: 14px; }

#pub-search-filters .form-group select {
  font-size: 14px;
  font-family: arial; }

.pub-search .label h2 {
  color: #434343 !important;
  font-family: Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: -5px; }

.pub-search .filters .label h2 {
  margin-top: 12px; }

.pub-search input.chosen-search-input.default {
  width: 200px !important; }

.pub-search .form-control {
  color: #999; }

.pub-search .keyword-search .form-control {
  color: #333; }

.pub-searchselect#wpv_control_select_wpcf-publication_language
.pub-searchinput.js-wpv-filter-trigger-delayed.form-control,
.pub-searchselect#wpv_control_select_wpcf-publication-type {
  color: #333;
  display: block; }

#focus-area-inputs {
  display: none; }

#select-country,
#select-focus-area {
  display: none; }

.chosen-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: transparent; }

span.wpv-sort-list.js-wpv-sort-list {
  visibility: hidden; }

select.wpv-sort-control-select.wpv-sort-control-order.js-wpv-sort-control-order {
  /* padding: 10px; */
  font-size: 11px;
  font-family: arial;
  text-transform: uppercase;
  display: block;
  height: 20px; }

.pub-search .chosen-container-multi .chosen-choices,
.pub-search .chosen-container-single .chosen-single,
.pub-search .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background: #fff;
  height: 39px;
  padding: 2px 5px;
  outline: none;
  padding: 9px 5px 4px 9px; }

#pub-search-filters ul.chosen-choices {
  padding: 5px 0 3px 9px;
  border: 1px solid #eee; }

.col-md-2.form-group.last {
  padding: 0; }

.col-md-2.form-group.last a {
  color: #007396;
  line-height: 18px;
  font-size: 15px;
  padding: 0px 83px 0 0px;
  display: block;
  margin-top: 27px;
  text-decoration: underline;
  text-align: left;
  width: 200px; }

body.en .col-md-2.form-group.last a {
  margin-top: 25px;
  width: 150px;
  padding-right: 0; }

.col-md-2.form-group.last a span.wpml-ls-native:before {
  content: "Search in "; }

body.en .col-md-2.form-group.last a span.wpml-ls-native:before {
  content: "Recherche en "; }

.col-md-2.form-group.last .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0px; }

.col-md-2.form-group.last .wpml-ls-legacy-list-horizontal {
  border: none;
  margin: 0;
  clear: both; }

.col-md-2.form-group.last .wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0px;
  clear: both; }

.pagination {
  margin: 0; }

.pub-search .pagination-counts {
  position: absolute;
  left: 0;
  color: #434343;
  font-size: 12px;
  text-transform: uppercase;
  text-transform: uppercase;
  text-align: right; }

.results-count,
.pagination.previous {
  float: left;
  margin-right: 10px; }

.js-wpv-view-layout .pagination-counts {
  color: #434343;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 20px; }

#wpv-view-layout-1592-TCPID895 .image img {
  border-radius: 4px;
  margin-bottom: 8px; }

.page-news .newsletters .news-items.excerpt {
  display: none; }

.page-news .newsletters .news-items.excerpt:first-of-type {
  display: block; }

.page-news .container-main h2 a {
  font-size: 20px; }

#wpv-view-layout-1592-TCPID895 .row {
  border: none;
  margin: 40px 0 12px 0px;
  padding: 0;
  margin-left: -30px; }

.event-location {
  font-size: 14px;
  color: #666; }

.event-date {
  font-size: 14px;
  color: #999;
  text-transform: uppercase; }

#wpv-view-layout-1592-TCPID895 .registration-link {
  position: absolute;
  top: -12px;
  right: 1px; }

.wp-video {
  max-width: 100%;
  height: auto;
  min-width: 996px !important;
  /* background: blue; */ }

div#mep_1 {
  min-width: 996px !important;
  min-height: 458px !important; }

.page-id-2000 h2,
.page-e2a-events h2 {
  color: #666;
  text-align: center; }

.upcoming-events {
  border: 1px solid #ccc;
  padding: 32px 25px 20px;
  margin: 0;
  border-radius: 6px; }

.js-wpv-view-layout .row {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 30px; }

.js-wpv-view-layout.row li ul li,
.js-wpv-view-layout .row li.focus-areas {
  border-bottom: none; }

.js-wpv-view-layout .row li {
  list-style: none;
  font-size: 15px;
  text-transform: initial;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc; }

.js-wpv-view-layout .row .p-link a {
  font-size: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  color: #702082; }

.focus-area-listing {
  padding: 20px 0; }

.focus-area-listing .row {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 25px; }

.js-wpv-view-layout .row li li {
  border: none; }

.right ul li:last-child {
  border-bottom: none; }

.p-type {
  text-transform: uppercase;
  font-size: 12px; }

.p-type {
  text-transform: uppercase;
  font-size: 12px;
  color: #999; }

i.fa.fa-tags {
  padding-right: 3px; }

/* related countries */
.related-countries {
  display: block; }

.related-countries li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0; }

/* fancy up lists with conjunctions  */
/*put a comma before each list item element in a list */
.related-countries li:before {
  content: ", "; }

/* except the first one */
.related-countries li:first-child:before {
  content: ""; }

/* but put this before the last one ("oxford comma" style) */
.related-countries li:last-child:before {
  content: ", and "; }

/* unless there just two elements; then no need for comma */
.related-countries li:last-child:nth-child(2):before {
  content: " and "; }

/* and if there is just one element in the list, no conjunctions */
.related-countries li:first-child:last-child:before {
  content: ""; }

span.field-label {
  font-size: 12px;
  text-transform: uppercase;
  color: #999; }

.publication-document-details li {
  list-style: none;
  margin-bottom: 10px; }

.publication-document-details .download-link {
  margin-top: -15px;
  text-align: center; }

.field-date {
  padding-right: 10px; }

/*body .p-link a, body .p-link a:visited {
color: #702082;
}
*/
.more-stuff-wrapper {
  text-align: right;
  margin-top: -23px;
  border-top: 1px solid #ccc;
  margin-top: 5px;
  padding-top: 3px; }

/*legacy slideshow styles*/
/*-- jShowOff module styles --*/
.widget-wrapper .view-row {
  padding-bottom: 15px;
  border-bottom: none;
  margin-bottom: 0px; }

.col-sm-7.widget-wrapper {
  padding-right: 30px; }

#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
  position: relative;
  overflow: hidden;
  /*width: 993px*/
  height: 458px; }

.jshowoff {
  /*width: 1024px;*/
  margin: 0 auto 32px; }

/*.jshowoff div {
width: 1024px;
height: 368px;
}
*/
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.eddie {
  float: right;
  padding: 15px 20px 15px 20px; }

.jshowoff p.jshowoff-slidelinks {
  bottom: 15px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 53px; }

.jshowoff-slidelinks a, .jshowoff-controls a {
  display: block;
  float: left;
  text-decoration: none;
  width: 15px;
  height: 14px;
  text-indent: -99999px;
  margin: 0px 5px; }

.jshowoff p.jshowoff-slidelinks a:last-child {
  margin-right: 0 !important; }

.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
  color: #fff; }

/*	legacy generic styles*/
/* Global Content Formatting and Styles */
body {
  color: #666666;
  line-height: 1.5em;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  background-image: url("/wp-content/themes/toolset-starter-child/images/header-pattern.png"); }

h1 {
  font-family: 'Raleway';
  font-size: 30px;
  color: #702082;
  line-height: 1.3em;
  font-weight: normal;
  margin: 0 0 .5em 0; }

h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  color: #702082;
  line-height: 1.3em;
  font-weight: normal;
  margin: 0 0 0.25em; }

.single h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  color: #702082;
  line-height: 1.3em;
  font-weight: normal;
  margin: 15px 0 0.25em; }

h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  color: #666666;
  line-height: 1.3em;
  font-weight: normal;
  margin: 0 0 0.25em; }

p {
  margin: 0 0 .75em 0;
  color: #666666;
  line-height: 1.5em;
  font-family: Raleway, Arial, sans-serif;
  font-size: 16px; }

body a {
  color: #007396; }

body a:hover, body a:focus {
  color: #439ab5; }

.gradient {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec));
  background-image: -webkit-linear-gradient(top, #ffffff, #ececec);
  background-image: -moz-linear-gradient(top, #ffffff, #ececec);
  background-image: -o-linear-gradient(top, #ffffff, #ececec);
  background-image: linear-gradient(to bottom, #ffffff, #ececec);
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  margin-bottom: 1.5em;
  overflow: hidden;
  padding: 20px; }

.news-item-template-default .field-label {
  text-transform: uppercase;
  color: #999;
  font-size: 14px; }

.event.date-span {
  margin-bottom: 25px; }

.country-data.gradient > div {
  margin: 0 0 15px 0; }

td.stat[colspan="2"] {
  border-top: none;
  padding: 0 0 10px 5px; }

.gradient-padded {
  padding: 0 20px; }

.publication-document-details.gradient-padded {
  padding: 40px 60px 20px 60px; }

.gradient ul {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.gradient li {
  line-height: 1.2em;
  padding: 0 0 0.75em; }

html body div div td.stat {
  text-align: left;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ccc;
  padding: 15px 5px;
  font-size: 14px; }

.slider .home-slider-slider-nav {
  position: absolute;
  bottom: 6px;
  z-index: 1000;
  background: white;
  opacity: .8;
  padding: 0px 0px;
  right: 0; }

.slider .pagination-dots > li > a.page-link {
  display: block;
  text-indent: -1000em;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  overflow: hidden;
  margin: .1em;
  text-decoration: none;
  box-shadow: none;
  padding: 0; }

.slider .pagination-dots > li {
  display: inline-block;
  padding: 3px; }

.slider .pagination-dots {
  position: absolute;
  top: 5px;
  right: 10px; }

.slider iframe {
  width: 996px;
  height: 458px; }

div#mep_3 {
  height: 458px; }

.text-items {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 1000;
  padding: 3% 4% 3% 4%;
  background: #fff;
  font-size: 28px;
  font-weight: 100;
  opacity: .9; }

.slide-text-subheader {
  font-size: 20px; }

a.slideshow-link {
  display: block;
  color: transparent; }

/* Wrapper Layout Styles */
section.container.container-main {
  text-align: center; }

body .slide-text a {
  color: #444;
  text-decoration: none; }

section > .row {
  margin: auto;
  max-width: 996px;
  text-align: left; }

.row.more-about-us {
  margin-top: 40px; }

.sponsors {
  border-top: 3px solid #702082;
  border-bottom: 3px solid #702082;
  padding-top: 32px;
  padding-bottom: 24px; }

.sponsors a {
  display: block;
  float: left;
  padding-right: 16px; }

.sponsors a img {
  width: 99%; }

.sponsors:last-child {
  padding-right: 0px; }

.section-notitle, .container[role="main"] {
  margin-top: 0; }

.main-footer {
  padding-top: 25px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin: 0px;
  background-image: url("/wp-content/themes/toolset-starter-child/images/header-pattern.png");
  border-top: none;
  font-size: initial;
  color: initial;
  text-align: center; }

.container.container-sidebar-footer {
  margin: auto;
  max-width: 996px; }

section.container.container-main {
  padding-bottom: 40px; }

.logo.top {
  background-image: url("/wp-content/themes/toolset-starter-child/images/header-pattern.png");
  padding: 0;
  margin: 0 auto;
  max-width: 996px; }

.top-inner {
  max-width: 996px;
  width: 100%;
  margin: 0 auto; }

footer .top-inner {
  max-width: 981px; }

footer .social.row {
  text-align: right;
  padding: 0 5px 0 8px; }

.header-contactus {
  float: right;
  display: block;
  height: 30px;
  width: 137px;
  text-indent: -9999px; }

.header-contactus:hover, .header-contactus:active {
  background-position: 0 -32px; }

.content, .sponsors {
  background: #ffffff; }

.content {
  padding-bottom: 60px; }

a[target="_blank"]:not(.notarget):after {
  content: ""; }

.top.logo .col-md-9 a {
  float: left;
  display: block; }

.breadcrumb a, .breadcrumb_last {
  font-size: 14px;
  text-transform: uppercase; }

.breadcrumb {
  padding: 10px 15px 10px 0;
  background-color: transparent;
  margin-bottom: 10px; }

/* footer styles */
footer a, footer a:link {
  font-size: 12px;
  color: #666;
  text-decoration: none;
  text-transform: uppercase; }

footer a.first, footer a:link.first {
  margin-left: 0; }

footer p, footer div {
  text-align: left;
  font-size: 12px;
  line-height: 18px; }

/*
Utility menu 
*/
.container.container-sidebar-footer-menu {
  padding: 0;
  margin: 0px 0;
  display: inline-block; }

.sidebar-footer-left .widget_nav_menu {
  margin: 10px 0;
  display: inline-block; }

.container-sidebar-footer-left .widget_nav_menu ul {
  padding: 0;
  margin: 0; }

.container-sidebar-footer-left .widget_nav_menu li {
  padding-right: 10px; }

.container-sidebar-footer-left .widget_nav_menu li.menu-item-last {
  padding-right: 0; }

.container-sidebar-footer-left .widget_nav_menu li:after {
  content: "|"; }

.container-sidebar-footer-left .widget_nav_menu li.menu-item-last:after {
  content: ""; }

.container-sidebar-footer-left .widget_nav_menu a {
  padding-right: 10px; }

.container-sidebar-footer-left .widget_nav_menu li.menu-item-last a {
  padding-right: 0px; }

.sidebar-footer-menu ul li.menu-item-first {
  margin-left: 14px; }

.sidebar-footer-menu ul li {
  margin: 0 0 0 22px; }

.sidebar-footer-menu ul {
  display: inline-block;
  padding: 0;
  margin: 0; }

.menu-footer-menu-container {
  color: #702082;
  margin: 0;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  display: inline-block; }

.sidebar-footer-menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #702082;
  margin: 8px 22px 8px 0;
  line-height: 18px; }

.sidebar-footer-menu ul li.menu-item-last a {
  margin-right: 0; }

.sidebar-footer-menu ul li:after {
  content: "|"; }

.sidebar-footer-menu ul li.menu-item-last:after {
  margin-left: 0;
  content: ""; }

.menu-footer-menu-french-container ul li a {
  font-size: 12px;
  margin: 4px 12px 4px 0; }

.menu-footer-menu-french-container ul li {
  margin: 0 0 0 8px; }

.container.container-sidebar-footer-right {
  margin-right: -15px; }

.sidebar-footer-right .widget_text_icl.widget-1,
.sidebar-footer-right .widget_text_icl.widget-2 {
  margin-right: 5px; }

.footer-nav {
  color: #702082;
  margin: 1.4em 0 1.8em 0; }

footer .footer-nav a, footer .footer-nav a:link {
  text-decoration: none;
  color: #702082;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin: 0 20px;
  display: inline-block; }

footer .footer-nav a.first, footer .footer-nav a:link.first {
  margin-left: 0; }

footer .footer-nav a.last, footer .footer-nav a:link.last {
  margin-right: 0; }

.row.sidebar-footer-left {
  text-align: left; }

footer .right {
  text-align: right; }

div#nav_menu-8 {
  display: inline-block; }

.nav ul li ul li ul, .nav ul li:hover ul li ul {
  display: none; }

/* styles for country and focus area pages */
.mainbar {
  /*width:720px;*/
  float: left;
  overflow: hidden; }

.sidebar {
  /*width:240px;*/
  float: right;
  margin-left: 2em; }

.special-dropdown ul {
  list-style-type: none;
  margin: 0;
  padding: 0em;
  display: none; }

.special-dropdown li {
  border-top: 1px solid #DDDDDD;
  margin: 0em;
  padding: 0; }

.special-dropdown a.first {
  display: block;
  font-size: 22px;
  height: 29px;
  line-height: 1.4em;
  padding: 10px 15px; }

.special-dropdown li a, .special-dropdown li a:link {
  display: block;
  font-size: 16px;
  line-height: 1.2em;
  padding: 0.5em 1em; }

.special-dropdown li a:hover {
  background: none repeat scroll 0 0 #FFFFFF; }

.fact-set {
  border-bottom: 4px double #DDDDDD;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 4px double #DDDDDD; }

.stat {
  color: #702082;
  float: none;
  font-size: 20px;
  padding-left: 10px;
  text-align: right; }

.stat-title {
  font-size: 16px;
  line-height: 1.2em;
  padding-right: 10px; }

.fact-set td {
  border-top: 1px dotted #DDDDDD;
  padding: 0.25em 0; }

.fact-set tr:first-child td {
  border-top: medium none;
  padding-top: 0; }

/* end country and focus area styles */
/*map styles*/
/*style the box*/
.gm-style .gm-style-iw {
  padding: auto;
  max-width: 400px; }

.gm-style .gm-style-iw > div {
  max-width: 400px;
  padding: 15px 10px 1px 10px; }

.gm-style-iw a, .gm-style-iw a:visited {
  font-size: 23px; }

.gm-style-iw a:hover, .gm-style-iw a:hover {
  text-decoration: none;
  color: #702082; }

.gm-style-iw img.attachment-thumbnail.size-thumbnail.wp-post-image {
  float: left;
  padding: 0 12px 2px 0; }

.sidebar-footer-left .widget_text_icl {
  max-width: 348px; }

.holds-logo .col-md-9 {
  width: 75%;
  padding-left: 0;
  margin-top: 5px; }

form.search-form {
  display: flex; }

.search-form .search-field {
  height: 31px;
  min-width: 229px;
  margin-right: 3px;
  border: none;
  box-shadow: 0 0 0 0 !important;
  font-size: 12px;
  font-weight: 100;
  background: url("/wp-content/themes/toolset-starter-child/images/search-icon.png") no-repeat;
  background-color: white;
  background-position-x: 205px;
  background-position-y: 7px;
  border: 1px solid #ccc;
  padding-left: 8px; }

.search-form .search-field:hover,
.search-form .search-field:active {
  border: 1px solid #b6dbec; }

input.wpcf7-form-control.wpcf7-submit {
  background: transparent;
  border: 1px solid #ccc;
  padding: 4px 15px;
  color: #888;
  font-size: 11px;
  font-family: arial; }

textarea.wpcf7-form-control.wpcf7-textarea, input.wpcf7-form-control.wpcf7-text {
  width: 500px;
  font-size: 14px !important;
  color: rgba(73, 73, 73, 0.87);
  padding-left: 5px;
  font-weight: 100; }

label span {
  font-family: arial;
  font-weight: 100;
  color: #aaa;
  font-size: 11px;
  text-transform: uppercase; }

label {
  font-family: arial;
  font-weight: 100;
  font-size: 14px; }

.error-404 input.search-submit {
  position: relative;
  left: -25px;
  height: 34px;
  width: 40px;
  background-color: transparent;
  text-indent: -999px;
  border: none;
  font-family: arial; }

.error-404 form.search-form {
  display: flex; }

.error-404 .search-form .search-field {
  height: 31px;
  min-width: 229px;
  margin-right: 3px;
  border: none;
  box-shadow: 0 0 0 0 !important;
  font-size: 12px;
  font-weight: 100;
  background: url("/wp-content/themes/toolset-starter-child/images/search-icon.png") no-repeat;
  background-color: white;
  background-position-x: 205px;
  background-position-y: 7px;
  border: 1px solid #ccc;
  padding-left: 8px; }

.error-404 .search-form .search-field:hover,
.error-404 .search-form .search-field:active {
  border: 1px solid #b6dbec; }

section.container-main {
  min-height: 400px; }

input[type="search"] {
  -webkit-appearance: none; }

.homepage-slideshow-title,
.homepage-slideshow-link {
  display: none; }

h2.e2a-widget-title {
  text-transform: uppercase;
  font-size: 31px;
  margin-bottom: 15px; }

.fr h2.e2a-widget-title {
  font-size: 24px;
  margin: auto -2px auto -2px; }

.fr h2.e2a-widget-title.where-we-work {
  font-size: 31px; }

.views-template-template-for-the-where-we-work-page h1 {
  margin-top: 40px; }

.wph-modal.wph-modal--shortcode {
  width: 100%;
  max-width: 800px;
  visibility: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  margin: 10px auto;
  left: 10px; }

.fr .wph-modal.wph-modal--slide_in.wph-slide--top_left {
  top: -25px;
  left: 20px;
  display: block; }

.wph-modal.wph-modal--cabriolet header {
  min-height: 24px;
  position: relative;
  top: 48px; }

.wph-modal.wph-modal--cabriolet header * {
  color: #3CBEFE; }

.wph-modal--content {
  top: -10px;
  position: relative; }

.wph-modal--close {
  position: relative;
  top: 28px;
  z-index: 100; }

.wph-modal .wph-modal--close a {
  color: #007396; }

.postid-2760 .wph-modal.wph-modal--shortcode {
  width: 100%;
  visibility: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  margin: 30px auto; }

.container-sidebar-header input.search-submit {
  position: relative;
  left: -25px;
  height: 34px;
  width: 40px;
  background-color: transparent;
  text-indent: -999px;
  border: none; }

.container-sidebar-header input.search-submit:hover {
  border: none;
  background: transparent; }

.usaid-logo {
  display: block;
  float: left;
  background: url("/wp-content/themes/toolset-starter-child/images/usaid_logo.png") top left no-repeat;
  min-width: 250px;
  min-height: 73px; }

.e2a-logo {
  display: block;
  float: left;
  background: url("/wp-content/themes/toolset-starter-child/images/e2a_logo.png") top left no-repeat;
  min-width: 390px;
  min-height: 73px; }

.holds-logo .col-md-3 {
  padding-top: 15px; }

body .sidebar-header .widget {
  width: auto; }

.sidebar-header .inner {
  position: relative; }

.sidebar-header div.widget_text_icl {
  margin: 35px -5px 0 0;
  padding: 0; }

.holds-logo .social {
  height: 26px;
  float: right;
  margin: 10px -10px 0 0;
  padding: 0; }

.social a.button {
  width: auto;
  text-align: center;
  margin: 0;
  padding: 0; }

.social a {
  display: block;
  float: left;
  width: 25px;
  height: 24px;
  margin-left: 6px;
  background: url("/wp-content/themes/toolset-starter-child/images/E2A-on-social-media.jpg") top left no-repeat;
  background-position-y: -27px;
  background-position-x: 0;
  text-transform: uppercase; }

.sidebar-footer-right .widget_text_icl {
  margin: 15px 0px 10px 0px; }

footer .social a {
  float: right;
  margin-right: 10px; }

.social a.facebook {
  background-position-y: -27px;
  background-position-x: 0; }

.social a.facebook:hover {
  background-position-y: -1px; }

.social a.youtube {
  background-position-y: -27px;
  background-position-x: -60px; }

.social a.youtube:hover {
  background-position-y: -1px; }

.social a.twitter {
  background-position-y: -27px;
  background-position-x: -29px; }

.social a.twitter:hover {
  background-position-y: -1px; }

.social a.contact-us {
  background-image: none;
  background: #007396;
  color: #f6f6f6;
  font-size: 11px;
  padding: 2px 11px 0 10px;
  width: auto; }

.social a.contact-us:hover {
  text-decoration: none;
  background-color: #BEC3C7; }

.pub-search .filters .form-group {
  padding-top: 8px; }

label.wpv-sort-control-radio-label.wpv-sort-control-orderby-radio-label {
  text-transform: uppercase;
  font-size: 11px; }

.widget_nav_menu li {
  position: relative;
  list-style: none;
  display: block;
  float: left; }

.nav li.menu-item-last a {
  border-right: none; }

body a.button, body .button {
  background: none repeat scroll 0 0 #0982A7;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: white;
  cursor: pointer;
  font-size: 11px;
  padding: 4px 9px 3px;
  text-shadow: none;
  text-transform: uppercase;
  width: auto;
  font-weight: 100; }

a.button:hover, .button:hover {
  background-color: #BEC3C7;
  text-decoration: none; }

/* begin generic list style */
.listing-thumb {
  float: left;
  margin: 0 1em 1em 0; }

.related-listing {
  border-top: 1px solid #CCCCCC;
  padding: 1em 0; }

.related-listing.first {
  border-top: none;
  margin-top: 1em; }

/* end generic list style */
.nav li {
  float: left;
  list-style-type: none;
  padding: 0; }

/* customize french main menu */
.nav .menu-main-menu-french-container li a {
  padding: 14px 13px; }

#menu-item-2013 a, #menu-item-2022 a, #menu-item-2012 a {
  padding-top: 26px;
  padding-bottom: 26px; }

#menu-item-2022 a.menu-item-first {
  padding-left: 0; }

#menu-item-2012 a.menu-item-last {
  padding-right: 0; }

.nav li a {
  color: #ffffff;
  font-family: Raleway, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.6em 1.4em;
  display: block;
  border-right: 1px solid #9565a0;
  text-align: center;
  line-height: 1.2em;
  font-size: 20px; }

.top-nav > li:hover > a {
  background-color: #f1e9f3;
  color: #702082; }

.nav li a.last {
  border-right: 0px none; }

.nav li a.single-row {
  line-height: 2.5em; }

.nav ul {
  display: block;
  margin: 0 auto; }

.nav ul.top-nav {
  height: 75px;
  position: relative; }

.top-nav > li {
  height: 74px;
  border-top: 1px solid #702082; }

.top-nav > li > a {
  height: 50px; }

.nav {
  background-color: #702082; }

.nav ul ul {
  display: none;
  position: absolute;
  width: auto;
  z-index: 1001;
  min-width: 300px;
  margin: 0;
  padding: 0; }

.nav ul ul li {
  float: none; }

.nav ul ul a, .nav ul ul a:link {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.9);
  border-bottom: 4px double #CCCCCC;
  border-right: medium none;
  color: #666666;
  display: block;
  float: none;
  font-size: 18px;
  text-align: left;
  text-transform: capitalize; }

.nav ul li:hover ul {
  display: block; }

.nav ul ul a:hover {
  background: none repeat scroll 0 0 white;
  color: #702082; }

.nav li.single-row a {
  line-height: 2.5em; }

/*this code is here because these 3 country pages have feature images which are of "portrait" dimensions, instead of "landscape", so they are hidden. Delete this code to make them show up*/
.country-cameroon.single img.attachment-medium.size-medium.wp-post-image,
.country-senegal.single img.attachment-medium.size-medium.wp-post-image,
.country-niger.single img.attachment-medium.size-medium.wp-post-image {
  display: none; }

.col-sm-12.static.col-xs-5.top.nav {
  float: none; }

/*  change things on tablets*/
@media (max-width: 992px) {
  .slider iframe {
    max-width: 800px;
    max-height: 400px; }

  .nav li a {
    font-size: 16px;
    padding: 1.1em 1.2em; }

  .pub-search .label h2 {
    text-align: center; }

  .col-sm-12.static.col-xs-5.top.nav {
    width: 768px;
    /* padding: 0 0 0 64px; */
    /* text-align: center; */
    float: none; }

  footer .right {
    text-align: left; }

  .holds-logo .col-md-9 {
    width: 69%;
    padding-left: 0; }

  .holds-logo .col-md-3 {
    padding-top: 10px;
    width: 31%;
    float: right;
    padding-top: 14px;
    margin-right: 15px; }

  .usaid-logo {
    display: block;
    float: left;
    background: url("/wp-content/themes/toolset-starter-child/images/usaid_logo_mobile.png") top left no-repeat;
    min-width: 81px;
    min-height: 73px;
    margin: 0 0 0 15px; } }
/*change things on phones*/
@media (max-width: 768px) {
  .e2a-logo {
    display: block;
    float: left;
    background: url("/wp-content/themes/toolset-starter-child/images/e2a_logo_mobile.png") top left no-repeat;
    min-width: 85px;
    min-height: 73px;
    margin: 0 0 0 15px; }

  .slider iframe {
    max-width: 600px;
    max-height: 300px; }

  .top.logo .col-md-9 a {
    float: left;
    display: block;
    width: auto; }

  .holds-menu {
    min-height: 3px;
    overflow: hidden;
    height: 3px; }

  form.search-form {
    display: none; }

  .holds-logo .col-md-3 {
    width: 300px;
    float: right;
    padding-top: 14px;
    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 65px; }

  footer .social.row {
    text-align: left;
    float: left;
    padding: 0 5px 0 7px; }

  .main-footer {
    padding: 20px; }

  .holds-logo .social {
    height: 26px;
    float: right;
    margin: 10px -10px 0 0;
    padding: 0;
    width: 300px; }

  button#responsive-menu-button {
    top: 27px; }

  .holds-logo .col-md-9 {
    width: 100%;
    padding-left: 0; }

  #responsive-menu li a br {
    display: none; }

  .sponsors a {
    display: block;
    float: none;
    padding-right: 0;
    padding: 25px;
    text-align: center; }

  .sponsors a img {
    max-width: 200px;
    text-align: center; } }
div#backtotop {
  background: url("/sites/all/themes/custom/cbpp/images/theme/back_to_top_arrow.png");
  width: 40px;
  height: 39px;
  bottom: 0;
  right: 40px; }

#backtotop {
  background: url("/sites/all/modules/contrib/back_to_top/backtotop.png") no-repeat center center;
  bottom: 20px;
  cursor: pointer;
  display: none;
  height: 70px;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  width: 70px;
  z-index: 1; }

div.form-row div.form-content > input[type="text"] {
  border: 1px solid #adacac;
  border-radius: 4px;
  box-shadow: -1px 1px 1px 0 #9b9b9b;
  color: #9b9b9b;
  font: normal 14pt/1 "Calibri", sans-serif;
  height: 50px;
  padding: 5px 0 5px 10px;
  width: 100%; }

img.pubdoc-pdf-image {
  min-width: 145px;
  width: 145px;
  max-width: 270px;
  margin-bottom: 10px; }

body.page-template-default.page.page-id-1386.logged-in.admin-bar.page-how-to-use-e2a-wordpress-site.views-template-template-for-pages.responsive-menu-slide-left.customize-support .container-main h3 {
  margin-top: 30px; }

.webinar-registration .gotowebinar-field, .webinar-registration .gotowebinar-question {
  width: 100%;
  border-radius: 0px;
  height: 40px;
  margin: 10px 10px;
  padding: 3px 8px; }

input#gotowebinar_registration_submit {
  margin: 10px;
  padding: 10px 20px;
  color: white;
  font-family: arial; }

.webinar-registration label {
  line-height: 15px;
  padding: 9px 0 0 0;
  width: 100%;
  display: block;
  text-align: right;
  font-size: x-small;
  color: #666;
  vertical-align: top;
  display: block; }

.webinar-registration label.gotowebinar-optional:after {
  content: " (Optional)"; }

.webinar-registration label.gotowebinar-required:after {
  content: " (Required)"; }

.webinar-registration {
  margin-top: 0; }

form#webinar-registration-form {
  background: rgba(0, 115, 150, 0.06);
  margin: 0;
  padding: 20px 40px 40px 20px; }

.webinar-registration-header {
  background: rgba(0, 115, 150, 0.06);
  padding: 20px 10px 0 20px; }

.webinar.registration .field-label {
  padding: 5px;
  text-transform: uppercase;
  font-family: arial;
  color: #999;
  font-size: 14px; }

.success-message.registration-successful {
  margin-left: -125px;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #439ab5; }

.pulse, .pageHeading__scrolly svg {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.9);
    opacity: 0.7; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7; }
  50% {
    -webkit-transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7; } }
@media screen and (max-width: 992px) {
  .top.logo .top-inner {
    display: flex; } }

.top-inner.row .col-md-9 {
  align-items: center;
  display: flex;
  padding-left: 10px; }

.svg-logo__usaid-logo svg {
  height: 73px;
  width: 244px; }
  @media screen and (max-width: 1000px) {
    .svg-logo__usaid-logo svg #path14,
    .svg-logo__usaid-logo svg #path16,
    .svg-logo__usaid-logo svg #polygon18,
    .svg-logo__usaid-logo svg #path20,
    .svg-logo__usaid-logo svg #path22,
    .svg-logo__usaid-logo svg #polygon24,
    .svg-logo__usaid-logo svg #polygon26,
    .svg-logo__usaid-logo svg #polygon30,
    .svg-logo__usaid-logo svg #polygon34,
    .svg-logo__usaid-logo svg #polygon36,
    .svg-logo__usaid-logo svg #path38,
    .svg-logo__usaid-logo svg #path32,
    .svg-logo__usaid-logo svg #polygon28,
    .svg-logo__usaid-logo svg #rect40,
    .svg-logo__usaid-logo svg #path42,
    .svg-logo__usaid-logo svg #path44,
    .svg-logo__usaid-logo svg #polygon46,
    .svg-logo__usaid-logo svg #path48,
    .svg-logo__usaid-logo svg #polygon50,
    .svg-logo__usaid-logo svg #path52,
    .svg-logo__usaid-logo svg #path54,
    .svg-logo__usaid-logo svg #path250,
    .svg-logo__usaid-logo svg #rect252,
    .svg-logo__usaid-logo svg #path254,
    .svg-logo__usaid-logo svg #polygon56,
    .svg-logo__usaid-logo svg #polygon58 {
      display: none; } }

.svg-logo__e2a-logo {
  margin: 0 0 0 20px;
  vertical-align: middle; }
  @media screen and (max-width: 1000px) {
    .svg-logo__e2a-logo {
      margin-left: -145px; } }
  @media screen and (max-width: 767px) {
    .svg-logo__e2a-logo path:not(.show-for-mobile) {
      display: none; } }
  .svg-logo__e2a-logo svg {
    height: 55px;
    max-width: 100%;
    width: 383px; }

.sponsors__list-items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.sponsors__list-item svg, .sponsors__list-item img {
  height: 100%;
  max-height: 60px;
  max-width: 180px;
  width: 100%; }

.impactStories {
  margin-top: 2rem; }
  .impactStories .addthis_toolbox {
    display: none !important; }

.impactStories__header {
  color: #f3f3f3;
  font-size: 60px;
  font-weight: normal;
  letter-spacing: .5rem;
  margin-bottom: -0.5rem; }
  @media screen and (max-width: 1300px) {
    .impactStories__header {
      font-size: 7rem;
      margin-left: 5.5rem;
      margin-bottom: -3.8rem; } }
  @media screen and (max-width: 1200px) {
    .impactStories__header {
      margin-bottom: -1rem; } }
  @media screen and (max-width: 829px) {
    .impactStories__header {
      font-size: 120px;
      margin-left: 0; } }
  @media screen and (max-width: 600px) {
    .impactStories__header {
      margin-bottom: 1rem;
      font-size: 16vw;
      margin-top: 1rem;
      text-align: center; } }

.impactStories__carouselNav {
  background: #fff;
  border-radius: 50px;
  border: 1px solid #999;
  padding: 18px;
  position: absolute;
  top: 45%;
  z-index: 18; }
  .impactStories__carouselNav:before {
    color: #702082; }

.impactStories__carouselNav.left {
  left: 0; }

.impactStories__carouselNav.right {
  right: 0; }

.impactStories__carouselSlide {
  display: flex !important;
  align-items: center;
  padding: 0 4rem; }
  @media screen and (max-width: 600px) {
    .impactStories__carouselSlide {
      padding: 0 1rem; } }
  .impactStories__carouselSlide.impactStories__carouselSlide--noImage {
    display: block !important;
    align-items: none; }
    .impactStories__carouselSlide.impactStories__carouselSlide--noImage .impactStories__column:first-child {
      width: 60%;
      margin: 0 auto; }
      @media screen and (max-width: 991px) {
        .impactStories__carouselSlide.impactStories__carouselSlide--noImage .impactStories__column:first-child {
          width: 100%; } }
      .impactStories__carouselSlide.impactStories__carouselSlide--noImage .impactStories__column:first-child .impactStories__snippetWrapper {
        transform: translateX(0); }

.impactStories__column--image {
  position: relative;
  z-index: 99; }

.impactStories__column--video:before {
  content: ' ';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.impactStories__column:first-child {
  flex-basis: 50%;
  margin-left: -2%;
  z-index: 99; }
  @media screen and (max-width: 991px) {
    .impactStories__column:first-child {
      margin-left: 0;
      flex-basis: 100%; } }
.impactStories__column:nth-of-type(2) {
  flex-basis: 50%;
  padding-top: 50%;
  background-size: cover;
  background-position: center top;
  min-height: 480px; }
  @media screen and (max-width: 991px) {
    .impactStories__column:nth-of-type(2) {
      display: none; } }

.impactStories__snippetWrapper {
  background: #fff;
  padding: 75px;
  border: 1px solid grey;
  top: 10%;
  z-index: 100;
  transform: translateX(8%); }
  @media screen and (max-width: 991px) {
    .impactStories__snippetWrapper {
      transform: translateX(0); } }
  @media screen and (max-width: 600px) {
    .impactStories__snippetWrapper {
      padding: 3rem; } }

.impactStories__snippetHeader {
  font-weight: 500;
  font-size: 30px;
  color: #685c53;
  margin-top: 0;
  display: block;
  line-height: 1.2;
  margin-bottom: 1rem; }
  @media screen and (max-width: 600px) {
    .impactStories__snippetHeader {
      font-size: 1.1rem; } }

.impactStories__snippetBody {
  display: block;
  font-size: 18px; }
  @media screen and (max-width: 600px) {
    .impactStories__snippetBody {
      font-size: 15px; } }

.impactStories__snippetLink {
  font-weight: 900;
  font-size: 20px;
  display: block; }

.impactStories__column {
  background-size: cover;
  background-position: center top; }

.boxes {
  margin: 50px 0; }

.boxes__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
  width: 970px; }
  @media screen and (min-width: 768px) {
    .boxes__container > div:nth-of-type(3n) {
      margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .boxes__container > div:nth-of-type(2n) {
      margin-right: 0; } }

.boxes__box {
  margin: 0 15px 15px 0;
  width: calc(33% - 10px); }
  @media screen and (max-width: 767px) {
    .boxes__box {
      width: calc(50% - 10px); } }
  @media screen and (max-width: 500px) {
    .boxes__box {
      margin: 0 0 15px 0;
      width: 100%; } }

.boxes__boxLink {
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 0 0 60px 0;
  position: relative;
  overflow: hidden;
  transition: .3s ease all; }
  .boxes__boxLink:hover {
    text-decoration: none;
    transform: scale(1.05); }
  .boxes__boxLink > span {
    display: block;
    width: 100%; }

.boxes__boxLinkThumbnail {
  background: #702082 no-repeat center center;
  background-size: cover;
  height: 205px;
  position: relative; }

.boxes__boxLinkPlayBtn {
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%; }

.boxes__boxLinkPlayBtnImage {
  display: block;
  height: 50px;
  width: 50px; }

.boxes__boxIcon {
  display: block;
  margin: 0 auto 20px auto; }

.boxes__boxLinkContent {
  background: #702082 no-repeat center center;
  background-size: cover;
  color: #fff;
  height: 100%;
  font-size: 18px;
  padding: 20px 30px;
  text-align: center; }

.boxes__boxLinkButton {
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex !important;
  font-size: 19px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  left: 0;
  line-height: 1.2;
  padding: 16px 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase; }

.pageHeading {
  padding: 1rem 0 3rem;
  color: #222;
  position: relative; }
  @media screen and (max-width: 940px) {
    .pageHeading {
      padding-bottom: 5rem; } }
  @media screen and (max-width: 768px) {
    .pageHeading {
      max-width: 500px;
      margin: 0 auto; } }
  .pageHeading.pageHeading--noImage .container-fluid {
    max-width: 570px; }
  .pageHeading.pageHeading--noImage .pageHeading__contentWrap {
    flex-basis: 100%; }
  .pageHeading.pageHeading--noImage .pageHeading__scrolly {
    bottom: 0; }

.projectInfo {
  font-size: .95rem;
  line-height: 1.4; }
  .projectInfo a {
    font-weight: bold; }

.pageHeading__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center; }

.pageHeading__video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  cursor: pointer;
  padding: 1rem 0;
  width: 100%;
  text-align: center;
  z-index: 2; }
  .pageHeading__video span,
  .pageHeading__video svg {
    display: inline-block;
    vertical-align: middle; }
  .pageHeading__video span {
    color: white;
    text-transform: uppercase;
    font-size: 2rem;
    margin-left: 1rem; }
  .pageHeading__video svg {
    width: 50px;
    height: 50px; }
    .pageHeading__video svg path {
      fill: white; }

.pageHeading__imageWrap {
  padding-top: 38%;
  flex-basis: 46%;
  background-size: cover;
  background-position: top center;
  z-index: 11;
  min-height: 360px;
  position: relative; }
  @media screen and (max-width: 940px) {
    .pageHeading__imageWrap {
      padding-top: 30%;
      flex-basis: 40%; } }
  @media screen and (max-width: 768px) {
    .pageHeading__imageWrap {
      display: none; } }
  .pageHeading__imageWrap.pageHeading__imageWrap--hasVideo:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }

.pageHeading__contentWrap {
  flex-basis: 50%;
  position: relative;
  text-align: left;
  z-index: 13; }
  @media screen and (max-width: 940px) {
    .pageHeading__contentWrap {
      flex-basis: 55%; } }
  @media screen and (max-width: 768px) {
    .pageHeading__contentWrap {
      flex-basis: 100%; } }

.pageHeading__contentWrap__title {
  font-size: 42px;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .pageHeading__contentWrap__title {
      font-size: 24px; } }

.pageHeading__contentWrap__description {
  padding: 1rem 0;
  font-size: .95rem; }

.pageHeading__scrolly {
  position: absolute;
  left: 47.4%;
  transform: translateX(-50%);
  bottom: 2rem;
  text-align: center;
  padding: 1rem;
  background: white;
  cursor: pointer;
  z-index: 12;
  font-size: 12px; }
  @media screen and (max-width: 940px) {
    .pageHeading__scrolly {
      left: 50%;
      bottom: .5rem; } }
  @media screen and (max-width: 768px) {
    .pageHeading__scrolly {
      background: none;
      bottom: 1rem; } }
  .pageHeading__scrolly svg,
  .pageHeading__scrolly span {
    display: block; }
  .pageHeading__scrolly svg {
    width: 17px;
    height: 26px;
    margin: 0 auto; }

.pageHeading__contentWrap__meta_info {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px; }

.projectInfo__countries a:after {
  content: ','; }
.projectInfo__countries a:last-child:after {
  display: none; }

.cardListWrap {
  padding: 2rem 0; }

.cardList {
  margin: 0 25px 25px 0;
  min-height: 400px;
  text-align: left;
  width: calc(33% - 15px); }
  @media screen and (max-width: 767px) {
    .cardList {
      width: calc(49% - 10px); } }
  @media screen and (max-width: 545px) {
    .cardList {
      margin: 0 0 25px !important;
      width: 100%; } }
  .cardList .downloadPublication {
    padding: 0;
    margin-top: 1rem; }

.cardList__imageWrap {
  padding-top: 60%;
  background-size: cover;
  background-position: top center; }

.cardList__infoWrap {
  background: white;
  border: #d4d1d1 1px solid;
  padding: 15px;
  max-width: 90%;
  margin: -36px auto 0; }

.cardList__metaInfo,
.cardList__link,
.cardList__country {
  font-size: 13px;
  display: block; }

.cardList__link {
  color: #702082; }

.cardList__title {
  line-height: 1.3; }
  .cardList__title a {
    color: #702082; }

.cardList__title,
.cardList__description {
  font-size: 16px;
  margin: 15px 0;
  line-height: 22px; }

.cardList__longDescription {
  display: none; }

.cardList__metaInfo {
  text-transform: uppercase;
  color: #ccc; }

.cardList__country:hover svg {
  transform: scale(1.1); }
.cardList__country span,
.cardList__country svg {
  display: inline-block;
  vertical-align: middle; }
.cardList__country svg {
  transform: scale(1);
  transition: transform .25s ease;
  width: 9px;
  height: 13px; }

.cardList__inner {
  transition: transform 0.7s cubic-bezier(0, 1.09, 0.43, 0.93);
  transform: scale(1); }
  .cardList__inner .cardList__infoWrap {
    box-shadow: none;
    transition: box-shadow 0.7s cubic-bezier(0, 1.09, 0.43, 0.93); }
  .cardList__inner:hover {
    transform: scale(1.03); }
    .cardList__inner:hover .cardList__infoWrap {
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }

.cardList__country {
  display: inline-block;
  color: #222;
  vertical-align: middle; }
  .cardList__country:hover {
    color: #702082; }
  .cardList__country:after {
    content: ","; }
  .cardList__country:last-of-type:after {
    display: none; }

.cardList__mapIcon {
  display: inline-block;
  vertical-align: middle; }
  .cardList__mapIcon svg {
    width: 15px;
    height: 15px; }

.blog__card-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 100px;
  padding: 50px 0 0; }
  @media screen and (min-width: 768px) {
    .blog__card-list > article:nth-of-type(3n) {
      margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .blog__card-list > article:nth-of-type(2n) {
      margin-right: 0; } }

.e2a-slider .slick-track {
  display: flex !important; }
.e2a-slider .slick-slide {
  height: inherit !important; }
.e2a-slider .slick-dots {
  bottom: auto;
  top: 20px;
  text-align: right;
  right: 20px; }
  .e2a-slider .slick-dots li button:before {
    opacity: 1 !important;
    color: #fff;
    font-size: 20px; }
  .e2a-slider .slick-dots li.slick-active button:before {
    color: #007396; }

.e2a-slide {
  background: transparent no-repeat top center;
  background-size: cover;
  position: relative; }

.e2a-slide__image {
  opacity: 0; }

.e2a-slide__caption {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 1000;
  padding: 3% 4% 3% 4%;
  background: #fff;
  font-size: 28px;
  font-weight: 100;
  opacity: .9;
  line-height: 1.2; }
  @media screen and (max-width: 767px) {
    .e2a-slide__caption {
      bottom: 0;
      font-size: 20px;
      margin: 0;
      padding: 10px;
      width: 100%; } }

.e2a-slide__video-container {
  position: relative;
  padding-bottom: 46%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }
  .e2a-slide__video-container .video-js,
  .e2a-slide__video-container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.e2a-slide__caption-sub-header {
  display: block;
  font-size: 16px;
  line-height: 1.2; }

/*# sourceMappingURL=style.css.map */
