@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900');

@import url('https://fonts.googleapis.com/css?family=Work+Sans');

@font-face {
    font-family: 'BlackerExtraBold';
    src: url('../webfonts/TTF/BlackerDisplay-ExtraBold.ttf') format('truetype');
    src: url('../webfonts/OTF/BlackerDisplay-ExtraBold.otf') format('opentype');
  }
  @font-face {
    font-family: 'BlackerTextRegular';
    src: url('../webfonts/TTF/BlackerText-Book.ttf') format('truetype');
    src: url('../webfonts/OTF/BlackerText-Book.otf') format('opentype');
  }
  @font-face {
    font-family: 'BlackerTextLightItalic';
    src: url('../webfonts/TTF/BlackerText-LightItalic.ttf') format('truetype');
    src: url('../webfonts/OTF/BlackerText-LightItalic.otf') format('opentype');
  }


  @font-face {
    font-family: 'BlackerProDisplayExtraBold';
    src: url('../webfonts/pro/TTF/Blacker-Pro-Display-Extrabold.ttf') format('truetype');
  }

  @font-face {
    font-family: 'BlackerProDisplayLight';
    src: url('../webfonts/pro/TTF/Blacker-Pro-Display-Light.ttf') format('truetype');
  }

  @font-face {
    font-family: 'BlackerProDisplayLightItalic';
    src: url('../webfonts/pro/TTF/Blacker-Pro-Display-Light-Italic.ttf') format('truetype');
  }

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

body.menu-open header{
    z-index: 455;
}

body.menu-open header .logo{
    display: block;
}

body.menu-open header .main-nav {
    background: transparent!important;
}

body.menu-open header .navbar-light .navbar-nav .nav-link {
    color: #fff;
}

body.menu-open header .navbar-light .navbar-nav .active>.nav-link, body.menu-open header .navbar-light .navbar-nav .nav-link.active, body.menu-open header .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #16ac9d;
    padding-bottom: 3px;
    border-bottom: 1px solid #16ac9d;
    padding-left: 0;
    padding-right: 0;
}


.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
}

.content {
    background-color: #fff;
    margin-bottom: 394px;
}

.banner {
    overflow: hidden;
    height: calc( 100vh - 52px );
    position: relative;
    z-index: 1;
}

.banner .banner-inner {
    height: 100%;
}

.banner .banner-inner .hero {
    height: 80%;
    overflow: hidden;
    position: relative;
}

.banner .banner-inner .hero {
    height: 80%;
    overflow: hidden;
    z-index: 1;
}

.banner .banner-inner .hero::before {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
}


.banner .banner-inner .hero .hero-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.banner .banner-inner .hero .hero-content .hero-content-inner {
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    margin: 0 auto;
    color: #fff;
}

.banner .banner-inner .hero .hero-content .hero-content-inner > div {
    padding-bottom: 15px;
}

.banner .banner-inner .hero .hero-content .hero-content-inner .hero-title p, .banner .banner-inner .hero .hero-content .hero-content-inner .hero-title span {
    text-transform: uppercase;
    color: white;
    font-size: 90px;
    line-height: 80px;
    font-family: 'BlackerProDisplayExtraBold';
}

.banner .banner-inner .hero .hero-content .hero-content-inner .hero-title span {
    color: #16ac9d;
}

.banner .banner-inner .hero .hero-content .hero-content-inner .hero-subtitle {
    position: relative;
    padding: 8px 5px 8px 8px;
    font-size: 26px;
    line-height: 32px;
    margin: 10px 0;
}

.banner .banner-inner .hero .hero-content .hero-content-inner .hero-subtitle .hero-subtitle-inner {
    width: 70%;
}

.banner .banner-inner .hero .hero-content .hero-content-inner .hero-subtitle:before {
    position: absolute;
    content: '';
    height: 2px;
    top: -4px; 
    background: #16ac9d;
    left: 0;
    width: 70%;
}

.banner .banner-inner .hero .hero-content .hero-content-inner .hero-subtitle:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -4px; 
    background: #16ac9d;
    left: 0;
    width: 70%;
}

.banner .banner-inner .hero .hero-content .hero-content-inner .hero-lm {
    margin-top: 10px;
}

.banner .banner-inner .hero .hero-content .hero-content-inner .hero-lm a {
    color: #fff;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 5px;
    position: relative;
    margin-top: 10px;
}

.banner .banner-inner .hero .hero-content .hero-content-inner .hero-lm a:before {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -4px; 
    background: #fff;
    left: 0;
    width: 90%;
}

.banner .banner-inner .scroll-down {
    height: 20%;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.banner .banner-inner .scroll-down .scroll-down-cta {
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
}

.banner .banner-inner .scroll-down .scroll-down-cta a {
    color: #000;
    font-size: 18px;
}

.banner .banner-inner .scroll-down .scroll-down-cta a span {
    position: absolute;
    top: 23px;
    left: 50%;
    width: 22px;
    height: 22px;
    margin-left: -12px;
    border-left: 2px solid #16ac9d;
    border-bottom: 2px solid #16ac9d;
    -webkit-transform: rotate( 
-45deg);
    transform: rotate( 
-45deg);
    box-sizing: border-box;
}

.row-start {
    margin-top: 20px!important;
}

.row-text {
    display: inherit;
}

.box-content {
    max-width: 1150px;
    margin: 0 auto;
}

.box-content p {
    font-size: 35px;
    line-height: 50px;
    color: #010101;
    border-bottom: 1px solid #16ac9d;
    display: inline;
    font-family: 'BlackerProDisplayLight';
}


.box-content a.hp-learnmore {
    font-size: 22px;
    line-height: 30px;
    color: #010101;
    border-bottom: 1px solid #16ac9d;
    display: inline;
    font-family: 'BlackerProDisplayLight';
    display: inline-block;
    width: auto;
    margin-top: 22px;
}

.box-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'BlackerProDisplayLight';
}

.box-counter .counter-block {
    flex: 1 1 33%;
    text-align: left;
    padding: 20px 20px 20px 0;
}

.box-counter .counter-block .counter-title {
    font-size: 80px;
    color: #16ac9d;
}

.box-counter .counter-block .counter-sub {
    font-style: italic;
}

.city-carousel .carousel-cell.is-selected a::before {
    height: 100%;
    max-height: 295px;
}

.city-carousel .carousel-cell.is-selected a::after {
    display: none;
}

.city-carousel .carousel-cell.is-selected a:hover h3 {
    opacity: 1;
}

.city-carousel .carousel-cell.is-selected a h3 {
    position: absolute;
    transition: all 0.3s linear;
    font-family: 'BlackerProDisplayLightItalic';
    color: #FFF;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: 10;
    text-align: center;
    font-size: 19px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.donors-logos {
    display: flex;
    width: 100%;
}

.donors-logos > div {
    flex: 1 1 10%;
    /* padding: 0 20px; */
}



/* Menu */
body.menu-open .main-menu {
    display: block;
}

.main-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 444;
    width: 100vw;
    height: 100%;
    background-image: url('../images/become-header.jpg');
    background-size: cover;
    display: none;
}

.main-menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    opacity: 0.4;
    height: 100%;
    z-index: 1;
}

.main-menu .menu-inner {
    margin-top: 52px;
    position: absolute;
    padding: 50px;
    display: flex;
    z-index: 2;
    width: 100%;
}

.main-menu .menu-inner > div {
    flex: 1 1 50%;
}

.main-menu .menu-inner .left-sub-title {
    font-size: 70px;
    line-height: 70px;
    font-family: 'BlackerProDisplayExtraBold';
    text-transform: uppercase;
    color: #19ac9d;
    min-height: 70px;
}
.main-menu .menu-inner .left-content {
    color: #FFF;
    margin: 12px 0px;
    font-size: 25px;
    padding: 5px 0;
    border-top: 1px solid #16ac9d;
    border-bottom: 1px solid #16ac9d;
    margin-right: 160px;
    min-height: 152px;
}

.main-menu .menu-inner .left-content ul {
    padding-left: 5px;
}

.main-menu .menu-inner .left-content .tab-content {
    display: none;
}

.main-menu .menu-inner .left-content .tab-content.show-content {display: block;}

.main-menu .menu-inner .right-sub-title {
    font-size: 70px;
    line-height: 70px;
    font-family: 'BlackerProDisplayExtraBold';
    text-transform: uppercase;
    color: #19ac9d;
    min-height: 70px;
}

.main-menu .menu-inner .right-content {
    padding: 10px 0;
}

.main-menu .menu-inner .right-content ul {
    list-style: none;
    padding-left: 0;
}

.main-menu .menu-inner .right-content ul li {
    position: relative;
}

.main-menu .menu-inner .right-content li:before {
    content: "";
    position: absolute;
    top: 16px;
    left: -26px;
    width: 22px;
    height: 22px;
    margin-left: -12px;
    border-right: 2px solid #16ac9d;
    border-bottom: 2px solid #16ac9d;
    -webkit-transform: rotate( 
-45deg);
    transform: rotate( 
-45deg);
    box-sizing: border-box;
}

.main-menu .menu-inner .right-content ul li:hover {
    transform: translateX(30px);
    transition: 0.3s;
}

.main-menu .menu-inner .right-content li a {
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
}

#donor-carousel {
    min-height: 120px;
}

#donor-carousel .carousel-cell {
     width: 15%;
    margin-right: 10px;
    height: 100%;
    /* max-height: 480px; */
    /* height: 480px; */
    overflow: hidden;
    transition: margin 0.3s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
}

#donor-carousel .carousel-cell .donor-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 32px;
    height: 100%;
}

#donor-carousel .carousel-cell .donor-logo img {
    max-width: 120px;
}

.main-menu .menu-inner p {

}

/* Single page */
.single-wrapper {
    padding: 50px 0;
    background: #f8f8f8;
}

.single-wrapper .single-inner {
    position: relative;
}

.single-wrapper .single-inner .back {
    position: absolute;
    right: 35px;
    top: -35px;
}

.single-wrapper .single-inner .back a.link {
    margin-top: 0;
}

.single-wrapper .single-inner .single-header h3 {
    font-size: 50px;
    text-transform: uppercase;
    color: #010101;
    border-bottom: 2px solid #16ac9d;
    padding-bottom: 10px;
    display: inline-block;
    font-family: 'BlackerProDisplayLight';
    margin: 0 auto;
}

.single-wrapper .single-inner .single-header .single-description {
    margin: 60px;
    padding-left: 30px;
}

.single-wrapper .single-inner .single-header .single-description p {
    font-size: 28px;
    line-height: 45px;
    color: #010101;
    border-bottom: 1px solid #16ac9d;
    display: inline;
    font-family: 'BlackerProDisplayLight';
}

.single-row.row-snapshot {
	display: block;
	background-color: #e8e8e8;
    font-family: 'Work Sans', sans-serif;
}

.single-row.row-snapshot .row-content-snapshot {
	width: 100%;
	background-color: #e8e8e8;
	position: relative;
}

.single-row.row-snapshot .row-content-snapshot {
	background-color: #e8e8e8;
}

.single-row.row-snapshot .row-content-snapshot .row-content-snapshot-inner {
	height: 100%;
    position: relative;
	margin: 30px auto 0;
	padding: 0 0 0 10vw;
    /* max-width: 1280px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.single-row.row-snapshot .row-content-snapshot .row-content-snapshot-inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 12.5vw;
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-bottom-color: #e8e8e8;
	border-top: 0;
	margin-left: -18px;
	margin-top: -18px;
}

.single-row.row-snapshot .row-content-snapshot .snap-clm {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 25%;
	        flex: 1 0 25%;
    min-height: 250px;
	padding-bottom: 30px;
	position: relative;
}

.single-row.row-snapshot .row-content-snapshot .snap-clm .snap-inner h5 {
	margin: 0;
	color: #1f3c73;
    font-family: 'Work Sans', sans-serif;
}
.single-row.row-snapshot .row-content-snapshot .snap-clm .snap-info {
	margin: 3vh 0 3vh 30px;
    padding: 0 30px 0 0;
}

.single-row.row-snapshot .row-content-snapshot .snap-clm .snap-info .sn-text img {
    width: 110px;
}

.single-row.row-snapshot .row-content-snapshot .snap-clm .snap-inner {
	width: 100%;
	height: 80%;
	border-right: 1px solid #919191;
}
.single-row.row-snapshot .row-content-snapshot .snap-clm:nth-child(3) .snap-inner {
	border-right: unset;
}
.single-row.row-snapshot .row-content-snapshot .feature-image {
	background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
	height: 100%;
	overflow: hidden;
}
.single-row.row-snapshot .row-content-snapshot .feature-image:before, .single-row.row-snapshot .row-content-snapshot .feature-image:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 30px;
	height: 50%;
	background-color: #e8e8e8;
}
.single-row.row-snapshot .row-content-snapshot .feature-image:before{
	top: 0;
	left: 0;
	-ms-transform-origin: 0% 100%;
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-ms-transform: skewY(-45deg);
	-webkit-transform: skewY(-45deg);
	transform: skewY(-45deg)
}

.single-row.row-snapshot .row-content-snapshot .feature-image:after {
	left: 0;
	top: 50%;
	-ms-transform-origin: 0% 100%;
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-ms-transform: skewY(45deg);
	-webkit-transform: skewY(45deg);
	transform: skewY(45deg);
}

.single-row.row-snapshot .row-content-snapshot .feature-image img {
    height: 550px;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.single-row.row-snapshot .row-content-snapshot .snap-clm .snap-info ul {
    list-style: none;
    padding-left: 0;
}

.single-row.row-snapshot .row-content-snapshot .snap-clm .snap-info a {
    color: #000;
}
.content-single-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* max-height: calc( 100vh - 52px ); */
    background: #f8f8f8;
}

.content-single-row .text-content {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10vh 5vw 10vh 10vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-single-row .image {
    width: 25%;
    margin-top: 10vh;
}

.content-single-row .text-content .text-content-inner {
    max-width: 750px;
}

.content-single-row .text-content .intro {
    margin-bottom: 10px;
    
}

.content-single-row .text-content .intro p {
    color: #000;
    font-size: 17px;
    line-height: 29px;
    margin-top: 22px;
    font-family: 'Work Sans', sans-serif;
}

.image-single-row {
    max-width: 75%;
}

.image-single-row img.city-map {
    max-width: 100%;
}


/* Cities grid */
.cities-grid.map {
    padding-top: 0;
    background: #fff;
    min-height: calc(100vh - 52px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.cities-grid.map .image-single-row {
    position: relative;
    width: 100%;
}

.list-switch {
    position: absolute;
    top: 0;
    right: 50px;
    font-weight: bold;
    color: #16ac9d;
}

.switch-action {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

.map-switch {
    font-weight: bold;
    color: #16ac9d;
}

.cities-grid .grid {
    padding-top: 6vh;
    display: flex;
}

.cities-grid .grid .city {
    flex: 0 0 33%;
    padding: 10px;
}

.cities-grid .grid .city img {
    height: 300px;
    object-fit: cover;
}

.cities-grid .grid .city .title {
    margin: 20px 0 5px;
    text-align: center;
    width: 100%;
}

.cities-grid .select-city .subtitle  h3 {
    position: relative;
}

.cities-grid .select-city {
    position: absolute;
    padding: 6px 40px;
    border-radius: 50px;
    border: 1px solid #000;
    font-size: 12px;
    left: 50%;
    top: 12px;
    transform: translateX( calc( -50% + 225px ) );
}

.cities-grid .select-city svg {
    position: absolute;
    width: 27px;
    height: 27px;
    top: 0;
    right: 0px;
}

.cities-grid .grid .city h4 {
    /* font-family: 'BlackerProDisplayLight';
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-size: 20px;
    display: inline-block; */

    font-family: 'BlackerProDisplayLight';
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    margin: 20px auto 0;
}

/* Search page */
.content-row {
    padding-top: calc( 65vh - 52px );
    position: relative;
    z-index: 10;
}

.post-search {
    background: #f9f7f7 ;
    padding: 30px 0;
    border-bottom: 1px solid #000;
}

.post-search > div {
    display: flex;
    flex-direction: column;
}

.post-search .search-head {
    display: flex;
}


.post-search .search-head .search-icon {
    width: 180px;
}

.post-search .search-head .search-icon svg {
    width: 16px;
    fill: #16ac9d;
}

.post-search .search-head .search-icon h4 {
    color: #16ac9d;
    border-bottom: 1px solid #16ac9d;
    display: inline-block;
    padding-bottom: 15px;
}

.post-search .search-head .search-action {
    display: flex;
    padding-bottom: 15px;
    flex: 1 1 50%;
    /* width: 400px; */
}

.post-search .search-head .search-action .action {
    margin-right: 15px;
}

.post-search .search-head .search-action > div a {
    color: #000;
    margin-right: 25px;
    font-weight: bold;
    position: relative;
}

.post-search .search-head .search-action > div a:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #16ac9d;
    clear: both;

}

.post-search .search-body {
    display: flex;
    height: 0;
    overflow: hidden;
}

.post-search.open .search-body {
    height: auto;
}

.post-search.open .search-head .search-action {
    border-bottom: 1px solid #16ac9d;
}

.post-search .search-body .body-holder {
    width: 180px;
}

.post-search .search-body .search-content-tab {
    padding: 20px 0;
    /* width: 400px; */
    flex: 1 1 50%;
    display: flex;
    flex-wrap: wrap;
    display: none;
}

.post-search .search-body .search-content-tab.show {
    display: flex;
}

.post-search .search-body .search-content-tab > a {
    flex: 0 1 25%;
    color: #000;
    display: flex;
    flex-direction: column;
}

.post-search .search-body #region.search-content-tab > a {
    flex: 0 1 33%;
    color: #000;
    display: flex;
    flex-direction: column;
}

.post-search .search-body .search-content-tab .search-clmn {
    flex: 0 1 25%;
    color: #000;
    display: flex;
    flex-direction: column;
}

.post-search .search-body .search-content-tab .search-clmn a {
    /* flex: 1 1 100%; */
    color: #000;
    /* height: 22px; */
    height: auto;
}


/* Map search */
.map-search {
    background: #fff;
    padding: 30px 0;
    border-bottom: 1px solid #000;
}

.map-search > div {
    display: flex;
    flex-direction: column;
}

.map-search .search-head {
    display: flex;
}


.map-search .search-head .search-icon {
    width: 180px;
}

.map-search .search-head .search-icon svg {
    width: 16px;
    fill: #16ac9d;
}

.map-search .search-head .search-icon h4 {
    color: #16ac9d;
    border-bottom: 1px solid #16ac9d;
    display: inline-block;
    padding-bottom: 15px;
}

.map-search .search-head .search-action {
    display: flex;
    padding-bottom: 15px;
    width: 400px;
}

.map-search .search-head .search-action > div a {
    color: #000;
    margin-right: 25px;
    font-weight: bold;
    position: relative;
}

.map-search .search-head .search-action > div a:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #16ac9d;
    clear: both;

}

.map-search .search-body {
    display: flex;
    height: 0;
    overflow: hidden;
}

.map-search.open .search-body {
    height: auto;
}

.map-search.open .search-head .search-action {
    border-bottom: 1px solid #16ac9d;
}

.map-search .search-body .body-holder {
    width: 180px;
}

.map-search .search-body .search-content-tab {
    padding: 20px 0;
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    display: none;
}

.map-search .search-body .search-content-tab.show {
    display: flex;
}

.map-search .search-body .search-content-tab a {
    flex: 1 1 30%;
    color: #000;
}

.map-body {
    background: #fff;
}

.map-search .search-head .map-action {
    flex-direction: row-reverse;
    display: flex;
    flex: 1;
}

.map-search .search-head .map-action > div a {
    color: #000;
    margin-left: 50px;
    font-weight: bold;
    position: relative;
}

.hero-subtitle p{ color: #fff; }


#slider-home {
    z-index: 1;
}

.new-slider .innerInner.long-inner {
    width:100%!important;
}

.new-slider .fnc-slide__content .h-link a {
    color:#fff;
    display: block!important;
    margin-top: 15px;
}

.new-slider .fnc-slide__content .h-link a span.letters {
    font-size:50px!important;
}

@media (min-width: 768px) and (max-width: 1220px) {
    .new-slider .fnc-slide__content .h-link a span.letters {
        font-size:3.5vw!important;
    }
    .new-slider .fnc-slider span.letters {
        font-size: 4.5vw !important;
        line-height: 5vw !important;
    }

}

@media (max-width: 768px) {
    #slider-home {
        /* height:60vh!important; */
        
    }
    .new-slider .fnc-slide__content .h-link a span.letters {
        font-size:4.5vw!important;
    }
    .new-slider .fnc-slider span.letters {
        font-size: 6.5vw !important;
        line-height: 8vw !important;
    }
    
    #container-home {
        margin-top:53vh;
    }
}

.HomePage .body-content {
    position: relative;
    background-color: #fff;
    z-index: 2;
}

.HomePage .row-start {
    margin: 0 auto!important;
    padding-top:30px    
}

.cities-grid {
    /* margin-top: 30px; */
    margin: 0 auto;
    width: 100%;
}

/* Fix */
@media only screen and (max-width: 1180px) {
    .banner .banner-inner .hero .hero-content .hero-content-inner .hero-title p, .banner .banner-inner .hero .hero-content .hero-content-inner .hero-title span {
        font-size: 65px;
        line-height: 70px;
    }

    .banner .banner-inner .hero .hero-content .hero-content-inner .hero-subtitle {
        font-size: 24px;
        line-height: 30px;
    }

    .post-search .search-body .search-content-tab .search-clmn {
        flex: 1 1 33%;
        padding: 5px 0 0;
    }

    .post-search .search-body .search-content-tab > a {
        flex: 0 0 33%;
        padding: 5px 0 0;
    }
}

@media only screen and (max-width: 968px) {
    .post-search .search-head{
        flex-direction: column;
    }
    .post-search .search-head .search-action {
        padding-top: 15px;
    }

    .post-search .search-body .body-holder {
        width: 0;
    }

    .slide-text-wrapper h1, .slide-text-wrapper h1 p {
        font-size: 68px;
        line-height: 78px;
    }

    .slide-text-wrapper h1 span {
        font-size: 68px;
        line-height: 78px;
    }

}

@media only screen and (max-width: 768px) {

    #donor-carousel .carousel-cell  {
        width: 45%;
    }

    .banner {
        height: calc( 100vh - 52px );
    }

    .banner .banner-inner .hero .hero-content .hero-content-inner {
        padding: 20px;
    }
    .banner .banner-inner .hero .hero-content .hero-content-inner .hero-title p, .banner .banner-inner .hero .hero-content .hero-content-inner .hero-title span {
        text-transform: uppercase;
        font-size: 38px;
        line-height: 42px;
        font-family: 'BlackerProDisplayExtraBold';
    }

    .banner .banner-inner .hero .hero-content .hero-content-inner .hero-subtitle {
        font-size: 18px;
        line-height: 22px;        
    }

    .banner .banner-inner .hero .hero-content .hero-content-inner .hero-lm a {
        font-size: 16px;
    }

    .banner .banner-inner .hero img {
        height: 100%;
        width: auto;
    }

    .row-start {
        margin-top: 40px!important;
    }

    .box-content {
        padding: 0 20px;
    }
    .box-content p {
        font-size: 30px;
        line-height: 40px;
        border-bottom: none;
        text-decoration: underline;
        text-decoration-color: #16ac9d;
    }

    
    .box-counter {
        padding: 20px;
    }

    .box-counter .counter-block .counter-title {
        font-size: 45px;
    }

    .box-counter .counter-block {
        flex: 1 1 50%;
    }


    .donors-logos > div {
        flex: 1 1 30%;
        padding: 10px 20px;
    }

    .cities-grid .grid .city {
        flex: 1 1 100%;
    }

    .post-search .search-body .search-content-tab > a {
        flex: 1 1 50%;
        padding: 5px 0 0;
        font-size: 14px;
    }

    .post-search .search-body .search-content-tab .search-clmn {
        flex: 0 0 50%;
        padding: 5px 0 0;
        font-size: 14px;
    }

    
    .post-search .search-body .search-content-tab .search-clmn a {
        flex: 1 1 100%;
        padding: 0 5px 0 0;
    }

    .post-search .search-head .search-action {
        flex: 1 1 50%;
        flex-wrap: wrap;
    }

    .post-search .search-head .search-action .action {
        padding: 5px 0;
    }

    .slide-text-wrapper h1, .slide-text-wrapper h1 p {
        font-size: 38px;
        line-height: 48px;
    }

    .slide-text-wrapper h1 span {
        font-size: 38px;
        line-height: 48px;
    }

    .fnc-slider {
        height: 100vh;
    }

    .fnc-slide__inner {
        height: 100%;
    }

    .single-wrapper .single-inner .single-header .single-description p {
        font-size: 18px;
        line-height: 28px;
        border-bottom: none;
        text-decoration: none;
    }

    .single-wrapper .single-inner .single-header .single-description {
        margin: 25px;
        padding: 30px 0px;
    }
    .cities-grid .select-city {
        position: relative;
        top: 10px;
        left: 50%;
        display: block;
        transform: translateX(-50%);
        width: 220px;
    }

    .content-single-row .text-content {
        width: 100%;
    }

    .single-row.row-snapshot .row-content-snapshot .row-content-snapshot-inner {
        flex-direction: column;
        padding: 0;
    }

    .single-row.row-snapshot .row-content-snapshot .snap-clm {
        min-height: auto;
        padding-bottom: 0;
    }

    .single-row.row-snapshot .row-content-snapshot .snap-clm.image-clm {
        min-height: 250px;
    }

    .single-row.row-snapshot .row-content-snapshot .feature-image:before {
        display: none;
    }

    .single-row.row-snapshot .row-content-snapshot .feature-image:after {
        display: none;
    }


}

.HomePage .latest-news, .HomePage .city-stories {
    overflow: hidden;
    min-height: 600px;
}

@media only screen and (max-width: 768px) {
    .HomePage .latest-news, .HomePage .city-stories {
        overflow: hidden;
        min-height: 480px;
        margin-top: 30px;
        height: 520px;
    }
}

.HomePage .flickity-prev-next-button {
    top: 80%;
}

.HomePage .flickity-prev-next-button.previous {
    left: 25vw;
}

.HomePage .flickity-prev-next-button.next {
    right: 25vw;
    /* left: 25vw; */
}

.main-nav-menu .mobile-display {
    display: none;
}

.main-nav-menu .desktop-display {
    display: block;
}

@media only screen and (max-width: 768px) {
    .main-nav-menu .mobile-display {
        display: block;
    }
    
    .main-nav-menu .desktop-display {
        display: none;
    }
}

#ourCities.main-menu {
    background-image:url('https://ebrdgreencities.com/assets/Menu-Images/Agadir.jpg');
}

#newsEvents.main-menu {
    background-image:url('https://ebrdgreencities.com/assets/Menu-Images/Samarkand.jpg');
}

#resourceHub.main-menu {
    background-image:url('https://ebrdgreencities.com/assets/Menu-Images/3bd6be235c/Warsaw.jpg');
}


@media (min-width:768px) and (max-width:1440px) {
    .HomePage .flickity-prev-next-button.previous {
        left: 19vw;
    }

    .HomePage .flickity-prev-next-button.next {
        right: 19vw;
    }
}

.cities-grid .grid .city h6 {
    font-family: 'BlackerProDisplayLight';
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    margin: 20px auto 0;
    margin-top: 5px;
}

.single-row.row-snapshot .row-content-snapshot .snap-clm .snap-info .sn-text p {
    display: inline-block;
}

.single-row.row-snapshot .row-content-snapshot .snap-clm .snap-info .sn-text p a {
    display: inline-block;
}

.single-row.row-snapshot .row-content-snapshot .snap-clm .snap-info a::after {
    display: block;
    margin: 0;
    width: auto;

    content: "";
    height: 1px;
    background-color: #16ac9d;
    transition: all 0.3s linear;
}

.GreenCityPage #conf-grid .slide-text-wrapper h1 span {
    color: #fff;
}