g.highcharts-label.highcharts-tooltip {
  /*display: none !important;*/
}
div.highcharts-label.highcharts-tooltip {
  width: auto;
  height: 25px;
  display: block !important;
  position: relative;
}
div.highcharts-label.highcharts-tooltip>span {
  font-family: "Effra" !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);
}
div.highcharts-label.highcharts-tooltip>span:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 6px;
  display: block;
  background: url(images/down-arrow.png);
  bottom: -6px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#country-listings .board {
  box-shadow: 0 9px 12px rgba(0, 0, 0, .4);
}
body.country-pages {
  /*padding-top: 126px;*/
}
body.country-pages .country-map-popup {
  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);
}
body.listing-pages {
  padding-top: 74px;
  background: #fff;
}
.main-title {
  /*background-color: #f2f2f2;*/
  margin: 0;
  /*height: 150px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fixTitle .main-title {
  /* background-color: transparent;
    margin: 0;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 42px;
    font-size: 24px;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
    color: #000;
    z-index: 102;*/
  display: none;
}
.fixTitle.hide-article .main-title {
  z-index: 10;
}
.fixTitle:not(.path-countries) .country-list {
  margin-top: 150px;
}
/************************** country blocks**************************/

.countries-general.country-org {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #FFF;
  padding: 5px;
  padding-top: 25px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.countries-general.country-org .countries-wrapper {
  padding: 10px;
  background: transparent;
  border: none;
}
.countries-general.country-org .back {
  border: none;
  background: #264e7a;
  padding: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: default;
}
.countries-general.country-org .back .country-content-text {
  max-width: 100%;
  cursor: default;
}
.main-wrapper-country {
  position: relative;
  border: none;
}
/*  .country-content-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    text-align: center;
  }*/

.title-commitment-wrapper {
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  line-height: 26px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.title-commitment-wrapper a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 15px;
}
.country-content-wrapper p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.countries-general .spot-readmore {
  background: none;
  border-color: #fff;
  color: #fff;
  margin: 0;
  /*padding: 5px 5px;*/
  cursor: pointer;
}
.spot-readmore a {
  text-decoration: none;
  color: #fff;
  padding: 5px 5px;
  display: inline-block;
}
.countries-general .spot-readmore:hover {
  background: #fff;
  color: #264e7a;
}
.spot-readmore:hover a {
  color: #264e7a;
}
.image-country img {
  width: 100%;
  height: 200px;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.main-wrapper-country .front {
  z-index: 2;
}
.main-wrapper-country .front, .main-wrapper-country .back, .flipper {
  width: 100%;
  height: 200px;
}
.main-wrapper-country .back p {
  color: #fff;
  margin-bottom: 10px;
}
.main-wrapper-country {
  -webkit-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  cursor: pointer;
}
.path-countries .title-commitment-wrapper a {
  /*pointer-events: none;*/
}
.main-wrapper-country.active-flip .flipper,
/*.main-wrapper-country:focus .flipper ,*/

.main-wrapper-country:hover .flipper {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/*.main-wrapper-country:hover{
    display:none;
  }*/

.main-wrapper-country .back {
  -ms-backface-visibility: visible !important;
  -webkit-backface-visibility: hidden!important;
}
.main-wrapper-country:hover .flipper .back {
  z-index: 99;
}
.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.flipper .front, .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/*.front {
  z-index: 2;
  background-color: #5087c7;
}*/

.back {
  background-color: #5087c7;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.country-block-title {
  text-align: center;
  font-size: 30px;
  color: #264e7a;
  font-weight: 700;
  padding-top: 25px;
}
.country-popup-wrapper .country-org-title {
  display: inline-block;
  color: #264e7a;
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
}
body.country-inner {
  padding-top: 0;
}
body.country-pages .header-wrapper {
  background: transparent;
}
body.headerFixed.country-pages .header-wrapper {
  background: #fff;
}
/*
.country-inner .hd-menu-wrapper{
    background: #fff;
    border-radius: 47px;
    padding: 3px 20px;
    padding-top: 2px;
    border: 1px solid #c1c1c1;
}*/

.country-inner:not(.headerFixed) .hd-menu-wrapper .menu-btn span {
  /*background: #00336a;*/
}
.country-inner:not(.headerFixed) .hd-menu-wrapper {
  /* background: rgba(0, 0, 0, .6);*/
  padding: 3px 11px;
  padding-top: 2px;
  /* border: 1px solid #c1c1c1;*/
}
/*.country-inner:not(.headerFixed) .hd-menu-wrapper .search img {
    display: block;
}*/

.country-inner:not(.headerFixed) .hd-menu-wrapper .search img.black-icn {
  display: none;
}
.country-inner:not(.headerFixed) .hd-menu-wrapper .topNav div:first-child {
  border-right: 2px solid #00336a;
}
.country-pages .bl-bg .topNav div:first-child {
  padding-right: 11px;
}
/*.country-pages:not(.listing-pages) .menu-btn{
  width: 26px;
}
.country-pages:not(.listing-pages) .menu-btn span:nth-child(2),
.country-pages:not(.listing-pages) .menu-btn span:nth-child(3){
  top: 9px;
}
.country-pages:not(.listing-pages) .menu-btn span:nth-child(4) {
    top: 18px;
}*/

.year-counter:last-child::after {
  content: none;
}
.year-counter:last-child {
  padding-right: 0;
}
.country-pages .hd-menu-wrapper .topNav {
  margin-right: 16px;
  margin-top: 9px;
}
.bl-bg.sh-menu .search img, .bl-bg.sh-menu .logo img {
  display: block;
}
.bl-bg.sh-menu .search .black-icn, .bl-bg.sh-menu .logo .black-img {
  display: none;
}
body.bl-bg .sh-menu .menu-btn span, .bl-bg.sh-menu .menu-btn span {
  background: #fff;
}
/***header-gradient***/

body.header-gradient.paddingTop .header-wrapper {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.15+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
body.headerFixed .header-wrapper {
  height: 74px !important;
  background: #FFF!important;
  height: 81px;
  -webkit-box-shadow: 0 4px 10px rgba(153, 153, 153, 0.2215686274509);
  box-shadow: 0 4px 10px rgba(153, 153, 153, 0.2215686274509);
}
/*country inner page for second layout*/

/*
.detail1.country-inner:not(.headerFixed) .hd-menu-wrapper
{
background:transparent;
}
.detail1.country-inner:not(.headerFixed) .hd-menu-wrapper .topNav,
.detail1.country-inner:not(.headerFixed) .hd-menu-wrapper .navigation
{
background:rgba(0,0,0,.6);
}
.detail1.country-inner:not(.headerFixed) .hd-menu-wrapper .topNav div:first-child
{
border:0;
padding: 10px;
}
.detail1.country-inner:not(.headerFixed) .hd-menu-wrapper .navigation .menu-btn
{
margin: 11px;
transition:none;
}
.detail1.country-inner:not(.headerFixed) .hd-menu-wrapper .topNav
{
margin-right: 5px;
} */

/***header-gradient***/

/**************************End country blocks**************************/

/*Map Custom popup*/

.map-custom-popup {
  display: none;
  position: absolute;
  background: #fff;
  bottom: -30px;
  z-index: 1000;
  width: 40%;
  max-width: 280px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  padding: 32px 10px 20px;
  -webkit-box-shadow: 0px 0px 8px 0px #868686;
  box-shadow: 0px 0px 8px 0px #868686;
  border-radius: 0px;
}
.map-custom-popup.active-popup {
  display: block;
}
.map-popup-close {
  font-size: 0;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  background: url(../img/inner/close1.png) no-repeat center;
  width: 15px;
  height: 15px;
  background-size: 13px;
  right: 15px;
}
.map-custom-popup h2 {
  font-size: 18px;
  margin-top: 0;
}
.country-pages a.story-more.isLink.read-more {
  font-size: 11px;
}
a.read-more.story-more.isLink:hover {
  background: transparent;
}
a.read-more.story-more.isLink span {
  color: #000 !important;
}
.tooltiptop .content {
  position: relative;
  /*padding-bottom: 53px;*/
}
.country-pages a.story-more.isLink.read-more {
  width: 120px;
  /*position: absolute;*/
  /*bottom: 10px;*/
  /*left: 50%;*/
  /*-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
  border: none;
  font-size: 12px;
  height: 27px;
  padding: 0;
  text-align: left;
  margin: 15px auto 10px;
}
.country-pages a.story-more:hover {
  background: #c0a265;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.country-pages a.story-more span {
  color: #000000!important;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
  font-family: "Effra";
}
.country-pages a.story-more.read-more:hover span {
  padding-left: 15px;
  color: #000;
}
.country-pages a.story-more:hover {
  background: #c0a265;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  font-size: 18px;
  font-weight: 900;
  font-family: "Effra";
}
.country-pages a:focus, a:hover {
  text-decoration: none!important;
}
.countries-general.country-org:before {
  display: none;
}
.country-pages .views-row {
  position: relative;
}
.country-pages .views-row .title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 80px;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.country-pages .views-row .title h1 {
  font-family: "Effra";
  font-weight: 900;
  color: #ffffff;
  font-size: 66px;
}
.country-pages .rowWrapper {
  max-width: 1140px;
  margin: 0 auto;
}
.country-pages .story-desc {
  margin-top: 70px;
}
.country-pages .story-desc p {
  /*  font-family: "Effra";
  font-weight: 300;
  color: #221f20;
  font-size: 24px;
  line-height: 32px;*/
  text-align: center;
}
.country-pages .story-desc::after {
  background: url(images/pattern.jpg) no-repeat 0 0;
  content: "";
  display: block;
  width: 194px;
  height: 18px;
  margin: 80px auto;
}
.country-pages .tooltipMain .tooltiptop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.country-pages .tooltipMain .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.country-pages .tooltiptop .content .name {
  width: 100%;
  margin: 10px auto 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Effra";
  font-weight: bold;
  color: #000000;
  font-size: 24px;
  text-align: center;
  max-width: 210px;
}
.country-pages .tooltiptop .content .body {
  font-family: "Effra";
  font-weight: 300;
  color: #000000;
  font-size: 18px;
  text-align: center;
  display: inline-block;
}
.country-pages .tooltiptop .content {
  width: calc(100% - 186px);
  float: left;
  padding-left: 15px;
}
.country-pages .tooltiptop .image {
  width: 186px;
  float: left;
  height: 186px;
}
.country-pages .country-map {
  margin: 0 auto;
}
/*.country-pages .tooltiptop {
    display: flex;
}*/

.country-pages .country-map-popup {
  max-width: 460px;
  width: auto;
  /*padding: 6px 6px 16px;*/
  padding: 6px 6px;
}
.country-pages .read-more {
  padding-bottom: 44px;
}
/**/

@media screen and (min-width: 1200px) {
  .countries-wrapper {
    width: 20%;
  }
  .country-pages .country-map-popup {
    width: 460px;
  }
}
@media screen and (min-width: 1025px) {
  .path-countries .countries-general.country-org {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .countries-wrapper {
    width: 33.33%;
  }
}
@media screen and (max-width: 991px) and (min-width:768px) {
  .path-countries .title-commitment-wrapper a {
    pointer-events: none;
  }
  /*.countries-wrapper .front .title-commitment-wrapper a{
    pointer-events:none;

  }*/
  .countries-wrapper {
    width: 50%;
  }
  .country-pages .story-desc p {
    padding: 0 30px;
  }
  .country-pages .story-desc {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .main-wrapper-country:hover .flipper {
    /*  transform:none!important;*/
  }
  .countries-wrapper .title-commitment-wrapper a {
    /*display:flex;
    height:100%;
    width:100%;
    justify-content:center;
    align-items:center;*/
    pointer-events: none;
  }
  .countries-wrapper {
    width: 100%;
  }
  body.headerFixed .header-wrapper, body .header-wrapper {
    height: 58px !important;
    -webkit-transition: height 05 ease 0s !important;
    -o-transition: height 05 ease 0s !important;
    transition: height 05 ease 0s !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
}
@media screen and (max-width: 480px) {
  .countries-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .country-pages a.story-more.isLink.read-more {
    text-align: center;
  }
  .country-pages .story-desc p {
    padding: 0 30px;
  }
  .story-wrapper {
    width: 50%;
  }
}
@media screen and (min-width: 900px) and (max-width: 1024px) {
  .story-wrapper {
    width: 33.33%;
  }
  .story-card-wrapper {
    padding: 0 10px;
  }
}