@charset "UTF-8";

.whr-innovate {
  background-color: #ffffff;
}

.whr-innovate .map-container {
  margin: 32px 0;
  min-height: 100px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) and (max-width: 979px) {
  .whr-innovate .map-container {
    min-height: 520px;
  }
}

.pad-t-b.level1 {
  padding-top: 96px;
  padding-bottom: 96px;
}

@media (max-width: 767px) {
  .pad-t-b.level1 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.pad-t-b.level2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .pad-t-b.level2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad-t-b.level3 {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (max-width: 767px) {
  .pad-t-b.level3 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.pad-t-b.level4 {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (max-width: 767px) {
  .pad-t-b.level4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.pad-t-b.level5 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pad-t-b.pad-b-0 {
  padding-bottom: 0;
}

.pad-t-b.pad-t-0 {
  padding-top: 0;
}

.map-area {
  position: relative;
  width: 100%;
}

.map-area img {
  width: 100%;
}

.map-area .srch {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.map-area .srch img,
.map-area .srch svg {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.map-area .srch img path,
.map-area .srch svg path {
  fill: #ffffff;
}

.map-area .map-sidebar {
  position: fixed;
  left: -300px;
  height: 100%;
  width: 300px;
  display: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media (min-width: 980px) {
  .map-area .map-sidebar {
    position: absolute;
    left: 0;
    height: 100%;
    width: 420px;
  }
}

.map-area .map-sidebar.is-active {
  width: 300px;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 2;
  display: block;
}

@media (max-width: 720px) {
  .map-area .map-sidebar.is-active {
    width: 100%;
    position: relative;
    z-index: 2;
    top: 0;
  }
}

@media (min-width: 720px) and (max-width: 979px) {
  .map-area .map-sidebar.is-active {
    position: absolute;
    height: 520px;
  }
}

@media (min-width: 980px) {
  .map-area .map-sidebar.is-active {
    width: 420px;
    left: 0;
    opacity: 1;
  }
}

.map-area .map-sidebar .map-content {
  padding: 65px 48px;
  position: relative;
  overflow: hidden;
  min-height: 380px;
  height: 100%;
}

.map-area .map-sidebar .map-content input[type="search"],
.map-area .map-sidebar .map-content input[type="text"] {
  width: 100%;
  border: 1px solid #dee2e6;
  max-height: 60px;
}

.map-area .map-sidebar .map-content .btn-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.map-area .map-sidebar .map-content .btn-close img {
  width: 18px;
  height: 18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 11px;
}

.map-area .map-sidebar .map-content .rslt-content {
  padding: 32px 16px 0 0;
}

.map-area .map-sidebar .tf-map.map-content {
  padding: 65px 38px;
  position: relative;
}

.btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 2px solid #ed8b00;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.btn-icon:hover {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}

.btn-icon.default {
  background-color: #ed8b00;
}

.btn-icon.default:hover {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  background-color: #ed8b00;
}

.btn-icon.lg {
  width: 56px;
  height: 56px;
}

.btn-icon.goback {
  margin-right: 16px;
}

.btn.default,
.btn.action {
  border: 1px solid #ed8b00;
  color: #ed8b00;
  letter-spacing: 0.08em;
  background-color: #ffffff;
  padding: 16px 32px;
  text-transform: uppercase;
  font-size: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}

@media (max-width: 575px) {

  .btn.default,
  .btn.action {
    padding: 16px;
    font-size: 14px;
    text-align: center;
  }
}

.btn.default::after,
.btn.action::after {
  height: 0;
}

.btn.default:hover,
.btn.action:hover {
  color: #ed8b00;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.btn.default:hover::after,
.btn.action:hover::after {
  height: 0;
}

.btn.default:focus,
.btn.action:focus {
  color: #ed8b00;
  background-color: #ffffff;
  outline: 0;
}

.btn.default.white,
.white.btn.action {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn.default.white:hover,
.white.btn.action:hover {
  background-color: #ffffff;
  color: #000000;
}

.btn.default.disabled,
.disabled.btn.action {
  opacity: 0.2;
}

.btn.default .icn,
.btn.action .icn {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
}

.btn.default .icn img,
.btn.action .icn img {
  width: 100%;
}

.btn.default.btn-center,
.btn-center.btn.action,
.btn.action.btn-center,
.btn-center {
  margin: 50px auto;
  display: block;
  text-align: center;
  max-width: 280px;
}

@media (max-width: 575px) {

  .btn.default.btn-center,
  .btn-center.btn.action,
  .btn.action.btn-center,
  .btn-center {
    margin: 48px auto 25px auto;
  }
}

.fund-info .info .btn.default,
.fund-info .info .btn.action {
  color: #f26531;
  border: none;
}

@media (min-width: 980px) {

  .btn.default.btn-center,
  .btn-center.btn.action,
  .btn.action.btn-center,
  .btn-center {
    max-width: 220px;
  }
}

.map-content .country-details {
  padding: 16px 48px;
  position: absolute;
  z-index: 1;
  top: 142px;
  left: 0;
  background-color: #fffaf3;
  width: 100%;
  height: calc(100% - 145px);
  overflow-y: scroll;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.map-content .country-details ul li a {
  color: #000;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e3ddd4;
}

.map-content .country-details ul li a:hover {
  border-bottom: 2px solid #ee8b00;
}

.map-content .country-details ul.map-search-items {
  list-style: none;
}

.map-content .country-details ul.map-search-items li {
  list-style: none;
}

.fld-wrapper {
  background-color: #fff;
  padding: 10px 0 16px 0;
}

.data-wrapper {
  margin: 0 -16px 0 0;
  overflow-y: auto;
  height: 100%;
}

#map_zoom {
  display: none;
}

.map-data-content {
  max-width: 100%;
  margin: 70px auto;
  padding: 50px 0;
  position: relative;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}

.map-data-content h3 {
  text-transform: none;
}

.chart-wrapper {
  padding: 0;
  margin: 0;
  position: relative;
}

.chart-wrapper h4 {
  font-size: 1.4em;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 0;
  text-align: center;
}

.map-container {
  margin: 0 60px;
}

@media (max-width: 575px) {
  .map-container {
    margin: 0;
  }
}

.map-container {
  position: relative;
}

.map-container img {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
}

.info-icon-text p {
  margin-bottom: 5px !important;
  margin-top: 15px;
  font-size: 11px;
}

.disp-none {
  display: none;
}

/* custom radio */
.custom_radio {
  margin: 20px 0;
}

.custom_radio input[type="radio"] {
  display: none;
}

.custom_radio input[type="radio"]+label {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  margin-right: 2em;
  cursor: pointer;
  line-height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom_radio input[type="radio"]+label:before,
.custom_radio input[type="radio"]+label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  color: white;
  font-family: Times;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom_radio input[type="radio"]+label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
}

.custom_radio input[type="radio"]+label:hover:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
}

.custom_radio input[type="radio"]:checked+label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #f7941e;
}

.custom_radio input[type="radio"]:checked+label:before,
.custom_radio input[type="radio"]:not(:checked)+label:before {
  border: 1px solid #ddd;
}

/* custom radio end*/

.map-legend {
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-top: -50px;
}

.chart-wrapper.with-new-legend .map-legend {
  margin-top: 5px;
}

.chart-wrapper.with-new-legend .map-legend span {
  height: 20px;
  text-align: center;
  width: 160px;
}

@media (max-width: 575px) {
  .map-legend {
    margin-top: 25px;
  }

  .chart-wrapper.with-new-legend .map-legend {
    margin-top: 5px;
  }
}

.map-legend .lower {
  margin-right: 3%;
}

.map-legend .higher {
  margin-left: 3%;
}

.map-legend .map-graph {
  width: 50%;
  border-radius: 20px;
  height: 30px;
  background: #E06423;
  background: -webkit-linear-gradient(right, #E06423, #F7E7DE);
  background: -moz-linear-gradient(right, #E06423, #F7E7DE);
  background: linear-gradient(to left, #E06423, #F7E7DE);
}

.map-container.two-colored-map-wrapper {
  margin: 0;
}

.map-container.two-colored-map-wrapper #map #map_holder {
  margin: 0 auto;
}

.humanitarian-map-data-content .two-colored-map-wrapper .map-legend {
  display: block;
}

.two-colored-map-wrapper .map-legend {
  margin-top: 0;
}

.two-colored-map-wrapper .map-legend .map-graph {
  background: transparent;
}

.two-colored-map-wrapper .map-legend .map-graph span {
  display: inline-block;
  height: 100%;
  width: 50%;
}

.two-colored-map-wrapper .map-legend .map-graph span.low-level {
  background: #f8941d;
}

.two-colored-map-wrapper .map-legend .map-graph span.high-level {
  background: #4b8bcd;
}

@media (max-width: 575px) {
  #map_inner #tt_sm_map {
    position: absolute !important;
    bottom: auto !important;
    top: 15px !important;
    left: 55% !important;
    right: auto !important;
    transform: translate(-50%, 0) !important;
  }
}

.project-page article .bottom-description {
  margin-top: 35px;
}

.project-page article .bottom-description p {
  color: #252525;
  font-size: 14px;
  margin: 0;
  padding: 0 0 5px 0;
}

/*Map legend css added */
.humanitarian-map-data-content ul.map-legend-descr {
  margin-top: 20px;
}

.humanitarian-map-data-content {
  max-width: 100%;
  margin: 20px auto;
  padding: 30px 0 50px 0;
  position: relative;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}

.map-legend-descr.h-funding li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}

.map-legend-descr.h-funding li::after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #4b8bcd;
  position: absolute;
  left: 0;
  top: 5px;
}

.map-legend-descr.h-funding li:nth-child(2)::after {
  background-color: #f8941d;
}

.page-node-type-ct-topics .chart-wrapper .bottom-btn {
  position: relative;
}