/* Fixes */

/*#283999 issue2: repeatation avoided*/

.map-1 .research_discipline .Agricultural-Economics {
  display: none;
}
/* End of Fixes */

header .search-wrapper .main-search .search-box {
  right: 0;
}
.tooltipMain .more-button-section a {
  display: inline-block;
  outline: none !important;
  text-decoration: none;
  width: 100%;
}
.more-button-section.hide-explore {
  display: none;
}
/* .map-1 .tooltipMain .explore-more {
  display: none;
}
.map-1 .tooltipMain .explore-active .explore-more{
  display: block;
} */

.our-impact-section {
  padding: 91px 0 100px;
}
.our-impact-section .widgettitle {
  color: #e77424;
  margin-bottom: 0;
}
.title-desc-block {
  margin: 25px auto 55px;
  max-width: 810px;
  text-align: center;
}
.map-title, .slider-title {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0;
}
.title-desc-block .desc {
  font-size: 16px;
  line-height: 24px;
  color: #5d5d5d;
  padding-top: 7px;
}
.filter-map-wrapper {
  position: relative;
  margin-top: 50px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}
.filter-map-wrapper:not(.slider) .our-impact-slider, .filter-map-wrapper.slider aside, .filter-map-wrapper.slider .map-wrapper {
  display: none;
}
.our-impact-slider {
  position: relative;
}
.our-impact-slider .owl-carousel {
  padding: 0 150px;
}
.our-impact-slider .inside-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.each-items-wrap {
  display: flex;
  flex-wrap: wrap;
}
.each-items-wrap .each-wrap {
  width: 33.33%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.each-items-wrap .each-wrap:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}
.each-wrap .icon {
  margin-bottom: 10px;
}
.icon.workshops {
  width: 59px;
  height: 51px;
  background: url(../img/slider/icn_workshops.png) center no-repeat;
}
.icon.countries {
  width: 52px;
  height: 61px;
  background: url(../img/slider/icn_countries.png) center no-repeat;
}
.icon.trainees {
  width: 58px;
  height: 46px;
  background: url(../img/slider/icn_trainees.png) center no-repeat;
}
.each-wrap .title-wrap {
  width: 100%;
  text-align: center;
}
.each-wrap .title {
  font-size: 26px;
  font-weight: 300;
  color: #000;
  text-align: center;
}
.each-wrap .count {
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}
.each-wrap.workshops .count {
  color: #e8b410;
}
.each-wrap.countries .count {
  color: #b9c60c;
}
.each-wrap.trainees .count {
  color: #7497c1;
}
.each-wrap .title:after {
  content: "";
  width: 65px;
  height: 1px;
  background: #dbdbdb;
  display: block;
  margin: 10px auto 3px;
}
.our-impact-slider .owl-prev, .our-impact-slider .owl-next {
  position: absolute;
  top: 0;
  width: 26px;
  height: 51px;
  font-size: 0;
}
.our-impact-slider .owl-prev {
  background: url(../img/slider/prev.png) center no-repeat;
}
.our-impact-slider .owl-next {
  background: url(../img/slider/next.png) center no-repeat;
}
.our-impact-slider .owl-prev {
  left: 0;
}
.our-impact-slider .owl-next {
  right: 0;
}
.our-impact-slider .explore-more {
  margin-top: 60px;
}
.map-wrapper {
  /*width: calc(100% - 295px);*/
  width: calc(100% - 250px);
  float: right;
}
#map-area {
  position: relative;
}
.map-wrapper #map-area::before {
  content: "No Match Found!!!";
  width: 100%;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.map-wrapper.no-results #map-area::before {
  z-index: 1;
  opacity: 1;
}
.loading {
  min-height: 250px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.search-wrap {
  text-align: right;
  margin-bottom: 30px;
}
.search-wrap input {
  font-size: 12px;
  color: #666;
  width: 246px;
  padding: 0 15px 5px 0;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #666;
  background-color: transparent;
}
.search-wrap .search-icon-input {
  width: 13px;
  height: 13px;
  background: url(../img/icn_search.png) no-repeat center;
}
#map-area .highcharts-point:not(.highcharts-null-point) {
  cursor: pointer;
}
.country-map-popup {
  position: absolute;
  opacity: 0;
  top: 15px;
  right: 15px;
  width: 223px;
  z-index: -1;
  /*height: 236px;*/
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 1px 1px 8px 2px rgba(77, 77, 77, 0.4588235294117647);
  box-shadow: 1px 1px 8px 2px rgba(77, 77, 77, 0.4588235294117647);
  background: #fff;
}
div.highcharts-label.highcharts-tooltip {
  width: auto;
  height: 25px;
  display: block !important;
  position: relative;
}
div.highcharts-label.highcharts-tooltip>span {
  font-family: 'Poppins', sans-serif !important;
  color: #4d4d4d !important;
  font-size: 14px !important;
  padding: 10px 20px !important;
  background: #fff;
  -webkit-box-shadow: 4px 4px 9px rgba(58, 53, 53, 0.2);
  box-shadow: 4px 4px 9px rgba(58, 53, 53, 0.2);
}
.country-map-popup .popup-wrap {
  padding: 30px 20px;
  height: 100%;
}
.country-map-popup .close-map-popup {
  font-size: 0;
  width: 10px;
  height: 10px;
  background: url(../img/icn_popup_close.png) center no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.popup-wrap .title-block, .popup-wrap .bubble-block {
  border-bottom: 1px solid #e6e6e6;
}
.title-block .flag {
  float: left;
  width: 32px;
  height: 21px;
  margin-right: 10px;
}
.title-block .right-wrap {
  width: calc(100% - 42px);
}
.popup-wrap .title-block {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.popup-wrap .bubble-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.popup-data-section>div:not(:last-child) {
  margin-bottom: 30px;
}
.item-wrap.with-arrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.item-wrap.with-arrow .value {
  width: calc(100% - 110px);
  text-align: right;
  padding-right: 15px;
}
.item-wrap.total-0 {
  display: none;
}
.item-wrap.with-arrow .name {
  /*width: 100px;*/
  width: 88px;
  word-break: break-word;
  word-wrap: break-word;
}
.item-wrap .right-arrow {
  display: inline-block;
  float: left;
  font-size: 0;
  width: 22px;
  height: 22px;
  background: url(../img/arrow_enter.png) center no-repeat;
  cursor: pointer;
}
.item-wrap .right-arrow:hover {
  background: url(../img/arrow_enter_hover.png) center no-repeat;
}
.item-wrap .right-arrow-link {
  outline: none !important;
}
.item-wrap .right-arrow-link[href=""] {
  display: none;
}
/* Font styles */

.popup-wrap span {
  font-family: 'Poppins', sans-serif;
}
.title-block .right-wrap {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #343433;
}
.bubble-block .title {
  font-size: 13px;
  font-weight: 600;
  color: #676767;
  text-transform: uppercase;
  float: left;
  width: calc(100% - 40px);
  padding-right: 10px;
}
.bubble-block .bubble {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #e77424;
  border-radius: 50%;
}
.bubble span {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}
.popup-data-section .name {
  font-size: 13px;
  font-weight: 400;
  color: #676767;
}
.popup-data-section .value {
  font-size: 18px;
  font-weight: 400;
  color: #e77424;
  float: right;
}
.more-button-section {
  margin: 25px 0 0;
  text-align: center;
}
.more-button-section .button-style-1 button {
  font-size: 10px;
  /*padding: 3px 30px 3px 10px;*/
  border: 1px solid #4d4d4d;
  padding: 4px 30px 3px 10px;
  text-align: center;
  width: 100%;
}
.more-button-section .button-style-1 {
  margin-bottom: 10px;
}
.more-button-section .button-style-1:last-child {
  margin-bottom: 0;
}
.explore-more {
  margin: 0;
  background: url("../img/explore_more.png")no-repeat center right 10px;
  text-align: left;
}
.explore-more:hover {
  background: #4d4d4d url("../img/explore_more_hover.png")no-repeat center right 10px;
}
/* End of Font Styles */

/* New map design overriding styles */

.our-impact-section:not(.slider) .our-impact-slider, .our-impact-section.slider .filter-map-wrapper, .our-impact-section.slider .desc-learnmore-wrap .learn-more {
  display: none;
}
.our-impact-section:not(.slider) .title-desc-block {
  max-width: 100%;
}
/*.our-impact-section:not(.slider) .desc,*/

.our-impact-section:not(.slider) .desc-learnmore-wrap {
  text-align: left;
}
/* .our-impact-section:not(.map-1,.map-3) .desc-learnmore-wrap .learn-more {
  display: none;
} */

.our-impact-section.slider .counter-section {
  display: none;
}
/*.our-impact-section:not(.slider) .desc-counter-wrap .desc, */

.our-impact-section:not(.slider) .desc-counter-wrap .desc-learnmore-wrap, .our-impact-section:not(.slider) .desc-counter-wrap .counter-section {
  width: 50%;
  float: left;
}
/*.our-impact-section:not(.slider) .desc-counter-wrap .desc*/

.our-impact-section:not(.slider) .desc-learnmore-wrap {
  padding: 0 35px 0 0;
  margin: 0;
  border-right: 1px solid #e77424;
}
.our-impact-section .desc-learnmore-wrap .learn-more {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 3px;
}
.our-impact-section .desc-learnmore-wrap .learn-more:hover {
  color: #e77424;
}
.our-impact-section .desc-learnmore-wrap .learn-more:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(../img/full-map/learn_more.png)center no-repeat;
  margin-left: 12px;
}
.our-impact-section .desc-learnmore-wrap .learn-more:hover:after {
  background: url(../img/full-map/learn_more_hover.png)center no-repeat;
}
.counter-section .each-counter {
  width: 33.33%;
  float: left;
  height: 100%;
  padding-right: 20px;
  text-align: right;
  border-right: 1px solid #dbdbdb;
}
.desc-counter-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
}
.desc-counter-wrap .counter-value {
  display: inline-block;
  font-size: 50px;
  line-height: 56px;
  color: #7497c1;
  border-bottom: 1px solid #e77424;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.counter-title p {
  font-size: 16px;
  line-height: 22px;
  color: #5d5d5d;
  margin: 0;
}
/*.counter-title p.bold {*/

/* For map-1 Financial Beneficiaries */

.map-1 .counter-1 .third, .map-1 .counter-2 .first, .map-1 .counter-3 .third,
/* For map-1 Institution Engagement */

.map-2 .counter-1 .third, .map-2 .counter-2 .third, .map-2 .counter-3 .third {
  font-weight: 700;
  text-transform: uppercase;
}
.home .side-bar-filter, .home .map-wrapper {
  width: 100%;
  float: none;
}
/* Filter Area */

.filter-map-wrapper .filter-area-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.filter-area>.apply-reset-wrapper, .filter-area>.mobile-filter-close-wrap {
  display: none;
}
.filter-map-wrapper .filter-title-block {
  height: 36px;
  padding: 0;
  justify-content: center;
  max-width: 115px;
  padding: 0 20px;
  margin-right: 10px;
  position: relative;
  background: #e77424;
}
.filter-map-wrapper .filter-title-block::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  background: url(../img/full-map/filter.png) center no-repeat;
}
.filter-map-wrapper .filter-title-block .filter-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
}
.filter-map-wrapper .filter-area {
  padding: 0;
  width: calc(100% - 375px);
}
.filter-map-wrapper .filter-area-wrapper .filter-list {
  margin: 0;
}
.filter-map-wrapper .filter-area-wrapper .filter-list .main-filter-category {
  /*padding: 10px 20px 16px;*/
  padding: 10px 20px 6px;
  max-width: 245px;
  float: left;
  width: 100%;
  max-width: 245px;
  display: inline-block;
  position: relative;
}
.filter-map-wrapper .inner-list {
  margin: 0 !important;
  position: absolute;
  z-index: 2;
  left: 0;
  top: calc(100% + 1px);
  right: 0;
  box-shadow: 0px 2px 3px 1px rgba(77, 77, 77, 0.4588235294117647);
}
.filter-wrapper .main-filter-category {
  border: 1px solid #e6e6e6;
}
.main-filter-category.fellowship {
  border-right: 0;
}
.filter-map-wrapper .side-bar-filter {
  border: 0;
}
.filter-map-wrapper .search-wrap {
  max-width: 246px;
  margin: 0;
}
.filter-wrapper .inner-list .inner-list-inner {
  display: block;
  max-height: 130px;
}
.filter-map-wrapper .filter-wrapper .inner-list {
  background: #fff;
}
.filter-wrapper .search-filter-wrap {
  padding: 15px;
  background: #f2f2f2;
}
.filter-wrapper .search-filter-wrap.search-active .search-filter {
  padding-right: 35px;
}
.filter-wrapper .search-filter-wrap.search-active .reset {
  top: 20px;
  right: 35px;
}
.filter-area .filter-list .search-icon-input {
  top: 20px;
  right: 15px;
}
.inner-list .apply-reset-wrapper {
  margin-top: 20px;
}
.home .map-wrapper {
  margin-top: 50px;
  position: relative;
}
.home .country-map-popup {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Selected Filters Pills Style*/

.filter-list {
  display: flex;
  flex-wrap: wrap;
}
.main-filter-category.selected-filters {
  display: none !important;
  min-height: 35.5px;
  pointer-events: none;
  padding-left: 0 !important;
  margin-left: 15px;
}
.main-filter-category.selected-filters.not-empty {
  display: block !important;
  pointer-events: auto;
}
.main-filter-category.selected-filters span.arrow {
  text-transform: capitalize !important;
  padding-bottom: 10px;
}
.main-filter-category.selected-filters .arrow:hover .inner-list {
  display: block !important;
  min-width: 245px;
}
.main-filter-category.selected-filters.not-empty span.arrow {
  color: #e77424;
  cursor: pointer !important;
}
.main-filter-category.selected-filters {
  border: 0;
}
.main-filter-category.selected-filters .arrow {
  width: auto;
  display: inline !important;
  background: none !important;
}
.selected-filters .upper-buttons {
  padding-bottom: 10px;
  text-align: right;
}
.upper-buttons .clear-all-btn {
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #4d4d4d;
  background: #fff;
  border: 1px solid;
  border-radius: 4px;
  padding: 1px 5px;
  transition: all 0.3s ease;
}
.upper-buttons .clear-all-btn:hover {
  background: #4d4d4d;
  color: #fff;
}
.filter-wrapper .inner-list label.close-pill {
  display: inline-block;
  width: 100%;
}
.close-pill::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: url(../img/full-map/close_pill.png) center no-repeat;
}
.close-pill .text {
  width: calc(100% - 20px);
  float: right;
}
/* End of Selected Filters Pills Style*/

/* End of new map overriding styles */

/* new styles 25-5-22 */
.our-impact-section .desc-counter-wrap::after,
.our-impact-section .desc-counter-wrap::before {
  display: none;
}