.page-node-type-country .left-section-wrapper .map-image-block {
  display: none;
}
.path-countries .map-img {
  top: 0;
  height: 100%;
}
.path-countries .map-wrap.active-1 h2.step-7 {
  top: 68px;
}
body.country-detailed-page {
  background: #f2f2f2;
}
.navbar-default {
  border: none;
  margin: 0;
  padding: 10px 93px 10px;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  background: transparent;
  top: 0;
  z-index: 99;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 15, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 15, 255, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 15, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#103362', endColorstr='#00000fff', GradientType=0);
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.navbar-nav>li {
  padding: 10px 20px;
}
span.mob-search.icon.glyphicon.glyphicon-search {
  display: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  padding-top: 35px;
  width: calc(100% - 110px);
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}
/*************for fixed header****************/

.navbar-default .navbar-collapse {
  float: right;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
body.headerFixed .navbar-collapse {
  padding-top: 10px;
}
header .logo img {
  /* -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    width: 95px;*/
}
body.headerFixed .logo img {
  width: 60px;
  height: 60px;
  display: none;
}
body.headerFixed .logo .black-img {
  display: block;
}
body.headerFixed .sh-menu .logo img {
  width: 95px;
  display: block;
}
body.headerFixed .sh-menu .logo .black-img {
  display: none;
}
body.headerFixed .menu-btn span {
  background: #00336a;
}
body.headerFixed .sh-menu .menu-btn span {
  background: #FFF;
}
/*body.headerFixed .topNav div {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}*/

body.path-frontpage .topNav div:last-child {
  border-right: 0px solid rgba(0, 0, 0, 0.3);
}
body.headerFixed .topNav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 19px;
}
header {
  border-radius: 0 !important;
}
body.headerFixed header {
  /*background: rgba(0,0,0,0.7);*/
  /*  height: 81px;*/
  padding: 10px 0px;
}
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  z-index: 101;
  width: 100%;
  /*height: 126px;*/
  height: 74px;
  transition: top 0.5s ease 0s;
  background: #ffffff;
}
.header-wrapper header {
  position: static;
}
.menu-show.header-wrapper {
  z-index: 1000;
}
.header-wrapper .header {
  position: absolute;
}
.country-pages .header {
  height: 74px;
  padding: 15px 0;
}
body.headerFixed .header-wrapper {
  position: fixed;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: #FFF;
  /*height: 81px;*/
  height: 74px;
  -webkit-box-shadow: 0 4px 10px rgba(153, 153, 153, 0.12156862745098039);
  box-shadow: 0 4px 10px rgba(153, 153, 153, 0.12156862745098039);
  /*-webkit-animation-name: header;
    animation-name: header;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;*/
}
/* Safari 4.0 - 8.0 */

@-webkit-keyframes header {
  0% {
    height: 0;
  }
  100% {
    height: 81px;
  }
}
/* Standard syntax */

@keyframes header {
  0% {
    height: 0;
  }
  100% {
    height: 81px;
  }
}
body.country-pages .header-wrapper {
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: #f2f2f2;
}
body.headerFixed.paddingTop .header-wrapper {
  background: #FFF;
  height: 81px;
  -webkit-box-shadow: 0 4px 10px rgba(153, 153, 153, 0.221569);
  box-shadow: 0 4px 10px rgba(153, 153, 153, 0.221569);
}
body.headerFixed .topNav a {
  color: #000;
}
body.headerFixed .topNav a:hover {
  color: #42c3fd;
}
body.headerFixed .search img {
  display: none;
}
body.headerFixed .search .black-icn {
  display: block;
}
.hd-menu-wrapper {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hd-menu-wrapper .topNav {
  margin-right: 30px;
  margin-top: 19px;
}
.hd-menu-wrapper .navigation {
  margin-top: 12px;
}
th.first-indicator {
  width: 25%;
  border-right: 1px solid #dbdbdb;
}
.left-section {
  width: 202px;
  float: left;
  padding-top: 50px;
  margin-right: 20px;
}
.table-section {
  float: right;
  width: calc(100% - 222px);
  display: none
}
.table-section .show {
  display: block;
}
td {
  border-right: 1px solid #dbdbdb;
}
.first-filter:before:hover {
  background-image: url(../img/inner/Agricultural_Enterprises_Hover.png);
}
.filter-text {
  padding: 11px;
  background-color: #03aadd;
  color: #fff;
  padding-left: 30px;
  font-weight: 700;
  font-size: 16px;
  /*border-radius: 6px;*/
  position: relative;
}
.view-content.pillar {
  background-color: #fff;
}
.views-row.accordian-main {
  padding: 20px;
  padding-left: 46px;
  background: #fff;
  padding-right: 20px;
  line-height: 18px;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
  padding-top: 15px;
  color: #4d4d4d;
}
.first-filter:before {
  background-image: url(../img/inner/Agricultural_Enterprises.png);
}
.first-pillar {
  position: relative;
}
.accordian-main:before {
  width: 15px;
  height: 15px;
  position: absolute;
  content: "";
  left: 11px;
  top: 25px;
}
.first-pillar:before {
  width: 16px;
  height: 19px;
  position: absolute;
  content: "";
  left: -31px;
  top: 0;
}
.filter-text:after {
  background-image: url(../img/inner/Filter.png);
  width: 20px;
  height: 18px;
  position: absolute;
  content: "";
  top: 12px;
  right: 15px;
}
td.subindicator-text {
  margin: 0;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
  padding: 15px;
  vertical-align: top;
  position: relative;
  border-bottom: 15px solid #f2f2f2;
  padding-right: 30px;
}
span.noraml-font {
  font-weight: 400;
  padding-left: 5px;
}
.table-section tr {
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  border-top: 15px solid #f2f2f2;
}
.tab-section tr {
  border-bottom: 1px solid #dbdbdb;
}
.accordian-main {}
.not-hide {
  cursor: pointer;
  display: none;
}
.first-indicator.common-first {
  width: 35%;
}
th.first-indicator.scind {
  width: 15%;
}
th.first-indicator.scind {
  width: 15%;
}
th.first-indicator.common-last {
  width: 35%;
}
th.first-indicator.third-ind {
  width: 15%;
}
.show {
  display: block
}
.accordian-head {
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  font-weight: 500;
}
.sec-filter:before {
  background-image: url(../img/inner/Off_Grid_Energy.png);
  width: 15px;
  height: 20px;
}
.accordian-main-last:before {
  background-image: url(../img/inner/Youth_Led.png);
}
.view.view-country-page-blocks.view-id-country_page_blocks.view-display-id-block_9.country-title-fill-blocks.col-md-12.indicators-block.tab-block.view-dom-id-8c447af3e7e3dc22ed9657a474ae4e07 {
  display: none;
}
div#views-bootstrap-grid-1 {
  display: none;
}
.views-field.views-field-nothing.left-side {
  width: calc(100% - 700px);
  padding-top: 50px;
  padding-left: 95px;
  float: left;
}
.right-section {
  width: 700px;
}
.right-section div {
  height: 100%;
}
span.country-flag {
  width: 96px;
  float: left;
}
span.country-title {
  float: left;
  width: auto;
  padding: 30px;
  padding-top: 5px;
  color: #333333;
  font-size: 30px;
  position: relative;
  display: block;
  position: relative;
  font-weight: 400;
  padding-top: 13px;
  padding-right: 70px;
}
.left-side {
  width: calc(100% - 700px);
  padding-top: 20px;
  padding-left: 107px;
  padding-bottom: 20px;
}
.year-counter>span {
  color: #cc103e;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  /* width: 90px; */
  padding-right: 30px;
  display: block;
  padding-left: 30px;
  position: relative;
  /* line-height: 0; */
  padding-right: 30px;
  overflow: hidden;
}
.sec-column .year-counter span {
  padding-left: 25px;
}
.year-counter:last-child {
  border-right: 0;
}
.label-text.sec-sub-text {
  text-align: center;
  line-height: 5px;
}
.label-text span {
  color: #333333;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  width: auto;
  display: block;
}
.left-side .views-row {
  float: left;
  padding-top: 10px;
  width: auto;
  padding-bottom: 10px;
}
.views-row.content-text {
  width: 100%;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #4d4d4d;
  padding-right: 30px;
}
span.strong {
  color: #0071bc;
  font-weight: 500;
  font-size: 16px;
}
.year-counter:after {
  border-right: 1px solid #7a7a7a;
  position: absolute;
  content: "";
  right: 0;
  width: 1px;
  height: 100%;
  top: 0;
}
.first-column .year-counter span {
  padding-left: 0;
  padding-right: 0;
}
ul.left-section-address {
  /* background: #f2f2f2;*/
  /* padding-top: 35px;*/
  padding-left: 0;
  margin-bottom: 0;
  /*border-bottom: 1px solid #dbdbdb;*/
  padding-bottom: 35px;
  clear: both;
}
.left-section-address li {
  font-size: 18px;
  font-weight: 900;
  color: #221f20;
  line-height: 24px;
  list-style-type: none;
  font-family: "Effra";
}
li.sub-address {
  padding-top: 10px;
  color: #221f20;
  font-size: 18px;
  font-weight: 300;
  word-wrap: break-word;
  font-family: "Effra";
  line-height: 24px;
}
li.sub-address strong {
  padding-bottom: 5px;
  display: inline-block;
  font-size: 16px;
  display: block;
}
li.sub-address-details {
  color: #4d4d4d;
}
.left-side .country-flag1.views-row {
  width: 100%;
  position: relative;
}
li.contact-tel {
  color: #4d4d4d;
}
span.domain-name {
  color: #4d4d4d;
}
ul.left-section-partners {
  background: #f2f2f2;
  padding-left: 0;
  padding-top: 20px;
}
.left-section-partners .left-section-address {
  margin-bottom: 0;
}
li.active-menu>a {
  border-bottom: 2px solid #a3bf66;
}
.counter-single.counter {
  padding-left: 0;
}
.accordian-head:hover {
  color: #0071bc;
}
.popup-country {
  float: left;
  position: absolute;
  display: none;
  top: 110px;
  left: 106px;
  background: #fff;
  width: calc(100vw - 200px);
  z-index: 999;
  padding: 50px;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow: 3px 3px 5px 6px #0e0e0e38;
}
.view-filters {
  float: left;
  width: 100%;
}
.views-field.views-field-field-flag {
  float: left;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.popup-country .field-content {
  padding-right: 20px;
}
span.field-content a {
  font-size: 14px;
  color: #4d4d4d;
}
span.select-country-arrow:after {
  background-image: url(../img/inner/arrow.png);
  width: 17px;
  height: 10px;
  position: absolute;
  content: "";
  cursor: pointer;
  right: 40px;
  top: 30px;
}
.select-country-arrow {
  position: relative;
}
.popup-in {
  display: block;
}
.popup-close:after {
  content: "";
  position: absolute;
  top: -30px;
  right: 10px!important;
  font-size: 30px;
  background-image: url(../img/inner/close1.png);
  width: 20px;
  height: 20px;
}
.view-filters .popup-close {
  outline: 0!important;
}
.popup-close:focus:after {
  outline: 1px solid #75bdfb;
}
.popup-close {
  position: relative;
  cursor: pointer;
}
.right-section img {
  width: 700px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.menu li:hover .dropdown-menu {
  display: block;
  max-height: 300px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.dropdown-menu {
  padding: 20px;
  border-radius: 3px;
}
.dropdown-menu li {
  padding: 10px;
}
.footer {
  background: #1C5EAC;
  text-align: center;
  margin-top: 50px;
  clear: both;
  z-index: 10;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer img {
  max-width: 100%;
}
span.city-name {
  font-weight: normal;
}
.views-row.accordian-main.accordian-main-last {
  padding-top: 15px;
  padding-bottom: 30px;
}
ul.dropdown-menu a:hover {
  color: #0071bc;
}
.dropdown-menu a {
  border-bottom: 1px solid #dbdbdb;
  padding-left: 0!important;
}
.counter-block .views-row {
  width: 150px;
}
.header-wrapper {
  padding: 0;
}
/*footer*/

ul.dropdown-menu {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  max-height: 0;
}
.dropdown-menu :last-child a {
  border: 0;
}
footer.footer {
  background: #135eab;
  color: #fff;
  display: block;
  overflow: hidden;
}
nav.footer-menu {
  width: 100%;
  border-bottom: 1px solid #5e9cd3;
  border-top: 1px solid #5e9cd3;
  margin-top: 40px;
  margin-bottom: 40px;
}
.block-descrption {
  padding-right: 90px;
  overflow: hidden;
  padding-top: 48px;
  font-weight: 500;
  word-break: break-all;
  padding-left: 80px;
  font-size: 14px;
}
ul.menu.menu--footer-left.nav {
  float: left;
  width: 100%;
  padding: 22px;
  padding-right: 0;
  padding-left: 0;
  padding-top: 27px;
  padding-bottom: 27px;
  position: relative;
  padding-left: 65px;
}
.menu--footer-left li {
  float: left;
  padding: 0px 22px 0 22px;
  list-style-type: none;
  border-right: 1px solid #fff;
  font-weight: 700
}
.region-privacy {
  font-weight: 500;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background: #135eab;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 40px;
}
.menu--footer-left li:last-child {
  border: 0;
  padding-right: 0
}
.menu--footer-left li:first-child {
  padding-left: 0;
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: transparent;
}
.nav>li>a {
  color: #fff;
  padding: 0;
  font-weight: 500;
  font-size: 14px
}
.nav>li>a:hover {
  color: #000;
  cursor: pointer;
}
.views-row.country-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1140px;
  margin: 70px auto;
}
.footer-region {
  width: 100%;
}
.accordian-in {
  opacity: .5;
  color: #03aadd!important;
}
.view-button {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: 11px;
  cursor: pointer;
  top: 50px;
  background-image: url(../img/inner/Plus.png);
}
.text-active+.view-button {
  background-image: url(../img/inner/minus.png);
}
.navbar-btn {
  margin-top: 0;
  margin-bottom: 0;
}
.region-content-top-first {
  background: transparent;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.main-container-wrapper {
  background-image: url(../img/inner/Banner_1920_650.jpg);
}
span.country-title:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  border-right: 1px solid #7a7a7a;
  right: 41px;
}
.first-filter .accordian-main {
  background-image: url(../img/inner/Agricultural_Enterprises_Hover.png);
}
.text-active {
  display: block;
}
.disable-third-filter .accordian-main:nth-child(3n) {
  pointer-events: none;
  /*opacity: 0.2;*/
  /*display:none;*/
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #a3bf66;
}
.footer-menu-block {
  padding: 0;
}
span.first-counter:before {
  content: attr(data-unit);
  display: none !important;
}
.year-counter:last-child span.first-counter:after {
  content: attr(data-quantity);
  display: none !important;
}
.left-section-wrapper {
  /* width: 70%;*/
  max-width: 300px;
  float: left;
  /*padding: 93px 0;*/
  * Permalink - use to edit and share this gradient: http: //colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  z-index: 1;
}
.right-section-wrapper {
  width: calc(100%-300px);
  float: left;
}
span.counter-block {
  float: left;
  width: 100%;
  padding-left: 105px;
}
.field-content.right-section-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.field-image {
  height: 100%;
}
.counter-wrapper.enterprises {
  width: 180px;
}
.country-wrapper .popup-close {
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.country-wrapper .popup-close:after {
  top: 0;
}
body {
  font-family: "Effra";
  /* background: #f2f2f2;*/
}
.country-pages {
  /* background: #F2F2F2;*/
}
.country-pages .main-title {
  background: #FFF;
}
.indicator-wrapper th {
  text-align: left;
  border-right: 1px solid #ccc;
  padding-right: 10px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
ul.toggle.accordian-content li {
  list-style-type: none;
}
.year-counter.counter {
  color: #cc103e;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  /*padding-right: 30px;*/
  display: block;
  padding-left: 30px;
  position: relative;
  padding-right: 30px;
  overflow: hidden;
  float: left;
  padding: 20px 5px;
  width: 25% ! important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.country-section span.select-country-arrow:after {
  background-image: url(../img/inner/arrow.png);
  width: 17px;
  height: 10px;
  position: absolute;
  content: "";
  cursor: pointer;
  right: 0;
  top: 30px;
}
.country-section .country-flag {
  display: none;
}
.left-section-wrapper span.country-section {
  float: left;
  padding-top: 0px;
}
span.duration {
  font-weight: 400;
}
.year-counter.counter.enterprises:first-child span.active-counter.first-counter {
  text-align: left;
}
.year-counter.counter.enterprises:last-child {
  width: auto;
}
span.noraml-font {
  display: inline;
}
span.city-name {
  display: inline-block;
}
span.noraml-font {
  font-weight: 400;
  padding-left: 0;
}
tr.indicator-wrapper th:nth-child(2) {
  width: 15%;
}
tr.indicator-wrapper th:nth-child(3) {
  width: 15%;
}
tr.indicator-wrapper th:nth-child(1) {
  width: 35%;
}
.main-container .bannerimagefull:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background: rgba(16, 51, 98, 0.40);
}
.main-container:after {
  display: none;
}
.left-section-wrapper {
  margin-top: 20px;
  float: none;
}
.country-pages .sub-address a:hover {
  color: #4d4d4d;
}
.country-pages .sub-address a {
  color: #003366;
}
.country-pages .story-title a {
  font-size: 24px;
  font-weight: 900;
  color: #221f20;
  font-family: "Effra";
  line-height: 30px;
}
.country-inner .story-title a {
  font-size: 20px;
  line-height: 26px;
}
.country-pages .story-title {
  margin-top: 30px;
  text-align: center;
  /* max-width: 196px;*/
}
.country-pages .story-heading {
  font-weight: 900;
  color: #003366;
  font-family: "Effra";
  font-size: 40px;
  padding: 30px 0;
  clear: both;
  border-top: 1px solid #003366;
}
/*.impact-stories .story-img {
    max-width: 186px;
    max-height: 186px;
    display: flex;
}*/

.country-pages .bannerimagefull {
  margin-bottom: 100px;
}
.country-pages .impact-wrapper {
  margin: 0 -5px;
  border-bottom: 1px solid #003366;
  padding-bottom: 30px;
}
.country-pages .impact-wrapper .story-img img {
  width: 100%;
  max-width: 100%;
}
.country-pages .impact-wrapper .story-img {
  position: relative;
}
.story-img:after {
  content: "";
  box-shadow: -1px 3px 15px rgba(0, 0, 0, .6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  z-index: 11;
}
.country-pages .impact-stories-country {
  width: 25%;
  float: left;
  /*padding: 0 5px;*/
  padding: 0 15px;
}
.country-pages .close-map-popup {
  background: url(../img/inner/close1.png) no-repeat center;
  width: 15px;
  height: 15px;
  color: #000000;
  position: absolute;
  right: 21px;
  top: 10px;
  background-size: 15px 15px;
  cursor: pointer;
  opacity: .8;
}
.country-pages .close-map-popup:hover {
  opacity: 1;
}
.page-node-type-story .article-wrapper.main img {
  width: auto;
}
/*.country-pages .sub-address a:hover {
  color: #003366;
}*/

@media only screen and (max-width: 1500px) {
  .left-section-wrapper {
    width: 85%;
  }
}
@media only screen and (max-width: 1300px) {
  .left-side {
    padding-left: 50px;
  }
  .navbar-default {
    padding: 0 46px 0 46px;
  }
}
@media screen and (min-width:1024px) {
  body {
    transition: padding 0.5s ease 0.5s;
  }
  body:not(.header-top).headerFixed, body:not(.header-top).headerFixedInitial {
    padding-top: 0;
    transition: padding 0.5s ease 0s;
  }
}
@media screen and (min-width:992px) and (max-width:1024px) {
  .views-row.country-wrapper {
    margin: 50px 20px;
  }
  .header-wrapper {
    transition: top 0.2s ease 0s;
  }
}
@media only screen and (max-width: 1200px) {
  .views-row.country-wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width:1024px) {
  .story-img img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .views-row.country-wrapper {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 767px) {
  .fixTitle h2.main-title {
    font-size: 14px;
    width: calc(100% - 130px);
    line-height: 18px;
    top: 0;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 22px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: 0;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .path-countries.fixTitle {
    padding-top: 32px;
  }
  .main-title {
    font-size: 24px;
    line-height: 34px;
  }
  .country-pages .impact-stories-country {
    width: 100%;
  }
  /*PermalinkusetoeditandsharethisgradientPermalinkusetoeditandsharethisgradient*/
}