.igui-scope img:hover {
  -webkit-filter: brightness(70%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.igui-scope img {
  max-width: 100%;
  height: 148px;
  box-sizing: border-box;
  object-fit: cover;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.middle_button {
  position: relative;
  text-align: center;
}

.avPlayerBlock {
  width: 100% !important;
  position: relative !important;
  padding: 58% 0 0 0 !important;
  overflow: hidden;
}

.avPlayerBlock iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

p:not(:last-child) {
  margin: 0 0 29px;
}

.facetwp-page {
  float: left;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
  padding: 4px 10px;
  display: inline;
  font-size: 82%;
  font-weight: 400;
  margin-right: 0 !important;
}

.facetwp-page:first-child {
  border-left-width: 1px;
}

.wp-caption-text {
  font-size: 14px;
}

.facetwp-dropdown {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.facetwp-dropdown:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.facetwp-search {
  padding: 6px 10px;
  width: 70%;
}

.facetwp-input-wrap {
  width: 100%;
  display: flex !important;
}

.facetwp-page {
  float: left;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
  padding: 4px 10px;
  display: inline;
  font-size: 82%;
  font-weight: 400;
  margin-right: 0 !important;
}

.facetwp-page:first-child {
  border-left-width: 1px;
}

.filter-search {
  display: flex;
  flex-flow: row wrap;
}

.filter-search-lbl.search-field,
.facetwp-search {
  width: 532px;
}

.facetwp-facet {
  margin-bottom: 0 !important;
}

.facetwp-facet-expert_search {
  width: 100%;
}

.facetwp-input-wrap button.btn,
button.facetwp-search-submit {
  background: #5f8100;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 10px !important;
  border-radius: 0 !important;
  font-size: 88.8888888% !important;
  line-height: 150%;
  box-shadow: 3px 3px 3px #ccc;
  font-weight: 400;
  margin-left: 7px;
  outline: none !important;
  border-width: 0;
}

.facetwp-input-wrap .btn:hover,
.facetwp-search-submit:hover {
  background: #5f8100;
  color: #212121;
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
}

.facetwp-input-wrap button.btn {
  order: 3;
}

div.moduletable.home.programs {
  padding: 30px 0;
}

div.moduletable.home.programs ul {
  padding-left: 0;
}

div.moduletable.home.programs ul.nav li a {
  font-weight: bold !important;
}

div.moduletable.home.programs ul.nav li {
  font-size: 110% !important;
}

div.moduletable.home.programs .custom ul li {
  font-size: 110% !important;
}

.list-wrapper {
  overflow: hidden;
}

.simple-pagination ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.simple-pagination li {
  display: inline-block;
}

.simple-pagination li:first-child span,
.page-link.prev {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.simple-pagination li:last-child a,
.current.next {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.simple-pagination li a,
.simple-pagination li span {
  color: #5f8100;
  padding: 4px 10px;
  text-decoration: none;
  border: 1px solid #eee;
  background-color: #fff;
  font-size: 82%;
  font-weight: 400;
}

.simple-pagination li a:hover {
  color: #008bc6;
}

.simple-pagination .current {
  color: #212121;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  color: #212121;
}

div.list-wrapper > div {
  border-top: 1px dotted #008bc6;
  padding-top: 30px;
  margin-top: 30px;
}

div.items-leading > div {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

@media (max-width: 770px) {
  .facetwp-facet-expert_search {
    width: 100%;
    margin-bottom: 18px !important;
  }

  .filter-item.col-sm-4 {
    width: 100%;
  }
  .moduletable.search {
    display: inline-block;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .facetwp-search {
    width: 100%;
  }

  .facetwp-input-wrap {
    flex-flow: row wrap;
    row-gap: 10px;
  }
}

.logged-in .fixed-nav-wrapper {
  min-height: 80px;
}
div.leading_items {
  border-top: 1px dotted #008bc6;
  padding-top: 30px;
  margin-top: 30px;
}
div.leading_items h2 a {
  color: #008bc6;
  line-height: 130%;
}
div.leading_items h2 {
  margin-bottom: 20px;
}
div.leading_items h2 a:hover {
  color: #5f8100;
}
.project-wrapper {
  overflow: hidden;
}
.rsform-block-submit .validation_error {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px !important;
}
.GcapValidate {
  color: red;
  font-size: 12px;
}
.facetwp-alpha {
  color: #5f8100;
  margin-right: 14px;
  font-weight: 400;
}
.facetwp-facet.facetwp-facet-experts_alphabet_listing.facetwp-type-alpha {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .facetwp-facet.facetwp-facet-experts_alphabet_listing.facetwp-type-alpha {
    display: none;
  }
}
.facetwp-facet.facetwp-facet-experts_alphabet_listing.facetwp-type-alpha
  .facetwp-alpha.facetwp-link.available {
  color: #5f8100;
  margin-right: 14px;
  font-weight: 400;
}
.facetwp-facet.facetwp-facet-experts_alphabet_listing.facetwp-type-alpha
  .facetwp-alpha.facetwp-link.available:hover {
  color: #008bc6;
}
.facetwp-facet.facetwp-facet-experts_alphabet_listing.facetwp-type-alpha
  .facetwp-alpha.facetwp-link {
  color: #767676;
}

.facetwp-facet.facetwp-facet-experts_alphabet_listing.facetwp-type-alpha
  .facetwp-alpha[data-id="#"] {
  display: none;
}
.facetwp-facet.facetwp-facet-experts_alphabet_listing.facetwp-type-alpha
  .facetwp-alpha[data-id=""] {
  order: 26;
  border-left: 1px solid #ccc;
  padding-left: 15px;
}

.post-type-archive-our-work .item139 .titreck-title,
.page-template-template-where_we_work .item138 .titreck-title,
.post-type-archive-impact .item136 .titreck-title,
.page-template-template-experts .item137 .titreck-title {
  color: #ffb200;
}
#content .padding {
  padding: 30px 0 40px;
}

.navigation {
  position: fixed;
  top: 0px;
  width: 100%;
}
.navigation.affix-top{
  z-index: 9999;
}
#atlwdg-trigger {
  display: none !important;
}

.video {
  overflow: hidden;
}

.mod-list .current_page_parent {
  background: #ffb200 !important;
}
.postid-719 .banner {
  display: none;
}
.menu-item-has-children ul.nav-child {
  display: NONE;
}
.current-menu-item ul.nav-child,
.current_page_parent ul.nav-child {
  display: block !important;
}
ul.nav.menu.mod-list li.current_page_item a:hover {
  color: #00538c !important;
}
.menu-item:not(.current_page_item) a:hover {
  color: #ffb200 !important;
}
ul.nav.menu.mod-list .current_page_parent a:hover {
  color: #00538c !important;
}
ul.nav.menu.mod-list .current_page_parent .current-menu-item a {
  color: #00538c !important;
}
.formResponsive .rsform-block:not(.rsform-block-submit) .formBody {
  float: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.validation_error {
  font-size: 12px;
  text-transform: capitalize;
}
table.bythenumbers dd {
  width: 59% !important;
}
.page-id-2085 .project-item.col-sm-4 {
  height: auto !important;
}
/* .tax-country .project-item.col-sm-4 {
  height: auto !important;
} */
#dafdirectdiv {
  width: 250px !important;
}
.page-id-1680 div.item-page .projects .project-item {
  height: auto !important;
}
.breadcrumbs {
  margin-top: 20px;
}
.page-id-1550 #mainmenu {
  display: none;
}
.page-id-1550 #navbar-collapse-1 {
  display: none !important;
}
.postid-2748 #mainmenu {
  display: none;
}
.postid-2748 #navbar-collapse-1 {
  display: none !important;
}
.postid-4240 ul {
  list-style: none;
  padding-left: 0;
}

.postid-4240 ul li ul {
  list-style: disc !important;
  padding-left: 20px;
}
.without_title_contents img.aligncenter {
  margin: 0 auto;
  display: block;
}
.page-id-2793 .item-page .pagination {
  width: 100%;
}
.page-template-template-donate_page .breadcrumbs {
  display: none;
}
.add-this{
  display: none !important;
}