/*
Theme Name: Eurocities
Version: 1.6.2
*/

/*-------------------------------------------------------*/
/* EUROCITIES by k
/*-------------------------------------------------------*/

/*EC Glyphs*/
@font-face {
    font-family: 'ec-icons';
    src: url('fonts/ecicons.eot');
    src: url('fonts/ecicons.eot?#iefix') format('embedded-opentype'),
         url('fonts/ecicons.woff') format('woff'),
         url('fonts/ecicons.ttf') format('truetype'),
         url('fonts/ecicons.svg#ecicons') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before{
	display: inline-block;
   font-family: 'ec-icons';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon-arrow-02:before{content:'\0041';}
.icon-close:before{content:'\0042';}
.icon-Country:before{content:'\0043';}
.icon-doc:before{content:'\0044';}
.icon-goal:before{content:'\0045';}
.icon-grid:before{content:'\0046';}
.icon-here:before{content:'\0047';}
.icon-burger:before{content:'\0048';}
.icon-facebook:before{content:'\0049';}
.icon-instagram:before{content:'\004a';}
.icon-linkedin:before{content:'\004b';}
.icon-member:before{content:'\004c';}
.icon-search:before{content:'\004d';}
.icon-twitter:before{content:'\004e';}
.icon-youtube:before{content:'\004f';}
.icon-link:before{content:'\0050';}
.icon-mail:before{content:'\0051';}
.icon-shuffle:before{content:'\0052';}
.icon-submenu:before{content:'\0053';}
.icon-arrow-01:before{content:'\0054';
}

::-moz-selection, ::-webkit-selection { /* Code for Firefox */
  color: #FFFFFF;
background: #28324d;
}
::selection {
  color: #FFFFFF; 
background: #28324d;
}
.container{
max-width: calc(100% - 90px);
}
.container-fluid{
  max-width: 100%;
  padding:0px;
}
.clearfix:before, .clearfix:after {
display: table;
line-height: 0;
content: "";
}
img{
max-width: 100%;
}
.clearfix:after {
clear: both;
}
.left {
float: left;
}
.right {
float: right;
}
:focus {
outline: none;
}
button:focus{
outline:0;
}
b, strong{
font-weight: 600;
}
ol, ul > li{
margin: 0;
padding: 0;
}
ul > li, ol > li {
  color: #333333;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
}

em{
font-style: italic!important;
}



/*Typography - Adobe*/
body{
  font-family: halyard-display, sans-serif;
  color:#333333;
}
body *{
}


h1, h2, h3, h4, h5, h6 {
	color:#253B86;
	font-family: halyard-display, sans-serif;
	font-weight: 600;
	font-style: normal;
}

p {
	color:#333333;
	font-family: halyard-display, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
  line-height: 25px;
  margin: 0px 0px 20px 0px;
}
a, a:hover{
	text-decoration:none;
	outline:none!important;
	color:#14377D;
	font-family: halyard-display, sans-serif;
}
section ul, section ol{
	padding-left: 14px;
}
section ul > li{
	list-style: disc;
	list-style-position: outside;
}
body{
	overflow-x:hidden;
}

/*Select*/
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: none !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
	line-height: 38px;
	padding-right: 25px;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
  width: auto;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.bootstrap-select > .dropdown-toggle{
	width: 100%;
}

/*-select end-*/

/*-------------------------------------------------------*/
/* custom
/*-------------------------------------------------------*/

#site-wrapper{
	position: relative;
  overflow: hidden;
  float:left;
  width:100%;
  min-height: 100vh;
}

#site-wrapper > header{
  height:126px;
  float:left;
  width:100%;
  position: absolute;
  left:0px;
  top:0px;
  z-index: 99;
  transition:all 0.3s ease;
}
header .container{
  display:flex;
  align-items: center;
}
header h1{
  float:left;
  width:136px;
  margin:0px;
  margin-right:50px;
}
header h1 img{
  float:left;
}
header nav{
  float:left;
  width:calc(100% - 186px);
  height:126px;
  padding:42px 0px;
  transition:all 0.3s ease;
}
header.light{
  background-color: rgba(255,255,255,0.75);
}
#site-wrapper > header.affix{
  background:#fff!important;
  position:fixed;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
  top:0px;
  height:96px;
}
header.affix nav{
  height:96px;
  padding: 27px 0px;
}
nav ul.primary-nav{
  display:flex;
  align-items: center;
  margin:6px 0px;
  padding:0px;
  float:left;
}
nav ul.primary-nav > li{
  list-style: none;
  float:left;
}
nav ul.primary-nav > li > a{
  padding:18px 15px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #333333;
  line-height: 100%;
  position:relative;
}
nav ul.primary-nav > li.current-menu-item > a span{
  background:#333;
  height:3px;
  width:calc(100% - 30px);
  left:-50%;
  bottom:10px;
  right:-50%;
  position:absolute;
  margin:auto;
}
nav .nav-right{
  float:right;
  display:flex;
  align-items: center;
}
nav .nav-right .social-links{
  display:flex;
  margin:0px 35px 0px 0px;
  padding:0px;
}
nav .nav-right .social-links > li{
  list-style: none;
  margin:0px 10px 0px 0px;
  padding:0px;
}
nav .nav-right .social-links > li a{
  display:flex;
  width:25px;
  height:25px;
  align-items: center;
  justify-content: center;
  color:#333;
  transition:all 0.3s ease;
}
#site-wrapper nav .nav-right .social-links > li a:hover{
  color:#14377d!important;
}
nav .nav-right .social-links > li a i{
  font-size:15px;
  line-height: 100%;
}
nav .nav-right .search-wrap a.search-trigger{
  display:flex;
  align-items: center;
  justify-content: center;
  width:40px;
  height:40px;
  border-radius: 100%;
  background:rgba(0,0,0,0.2);
  color:#333;
  transition:all 0.4s ease;
}
header.affix nav .nav-right .search-wrap a.search-trigger{
  background:rgba(0,0,0,0.2);
}
header.affix nav .nav-right .search-wrap a.search-trigger:hover{
  background:#333;
}
header.affix nav .nav-right .search-wrap a.search-trigger:hover i{
  color:#fff!important;
}
header.affix nav .nav-right .search-wrap a.search-trigger,
header.affix nav .nav-right .social-links > li a{
  color:#333!important;
}
nav .nav-right .search-wrap a.search-trigger:hover{
  background:#333;
}
nav .nav-right .search-wrap a.search-trigger:hover i{
   color:#fff;
}
nav .nav-right .search-wrap a.search-trigger i{
  font-size:14px;
  line-height: 11px;
  transition:all 0.4s ease;
}
nav .nav-right.nav-light .search-wrap a.search-trigger{
  background:rgba(255,255,255,0.2);
}
nav .nav-right.nav-light .social-links > li a,
nav .nav-right.nav-light .search-wrap a.search-trigger{
  color:#fff;
}
nav .nav-right.nav-light .search-wrap a.search-trigger:hover{
  background:#fff;
}
nav .nav-right.nav-light .search-wrap a.search-trigger:hover i{
   color:#333;
}


header.light nav .nav-right.nav-light .search-wrap a.search-trigger{
  background:rgba(0,0,0,0.2);
}
header.light nav .nav-right.nav-light .social-links > li a,
header.light nav .nav-right.nav-light .search-wrap a.search-trigger{
  color:#333;
}
header.light nav .nav-right.nav-light .search-wrap a.search-trigger:hover{
  background:#333;
}
header.light nav .nav-right.nav-light .search-wrap a.search-trigger:hover i{
   color:#fff;
}

header .site-search{
  position: fixed;
  z-index: 99;
  background: #fff;
  width: 100%;
  left: 0px;
  padding: 40px 5.5vw 0px;
  top: 0px;
  box-shadow: 0 3px 14px 0 rgba(0,0,0,0.3);
  display:none;
}
header .site-search:after{
  content:'';
  position:absolute;
  top:100%;
  height:100vh;
  width:100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 1;
  left:0px;
  opacity:0;
  pointer-events: none;
}
header .site-search #more_search{
  display:none;
  margin-bottom:70px;
}
header .site-search.active:after{
  opacity:1;
  transition:all 1s ease 0.2s;
}
header .site-search .search-field-wrap{
  position:relative;
  width:100%;
  margin-bottom: 60px;
}
header .site-search .search-field-wrap i.icon-search{
  font-size:28px;
  width: 26px;
  height:26px;
  line-height: 100%;
  color:#333;
  left:-46px;
  top:15px;
  position: absolute;
}
header .site-search .search-field-wrap input{
  border:none;
  width:100%;
  max-width: 500px;
  border-bottom: solid 1px #e3e2df;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 52px;
  color: #333;
  min-width: calc(100vw / 2.7);
}
header .site-search .search-field-wrap input::placeholder{
  color: #999;
  opacity:1;
}
header .site-search .close-search{
  position: absolute;
  width:20px;
  height:20px;
  display: flex;
  align-items: center;
  justify-content: center;
  right:4vw;
  top:60px;
  font-size: 14px;
  color: #333;
}
.site-search .search-results{
  display:flex;
  width:100%;
  margin:0px -20px 50px;
  padding: 0px;
  display:none;
}
.site-search .search-results > li{
  list-style: none;
  width:25%;
  margin: 0px 20px;
}
.site-search .search-results > li h3 a{
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 32px;
  margin:0px;
}
.site-search .search-results > li .meta{
  display: flex;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 12px;
}
.site-search .search-results > li .meta-img{
  max-width: 200px;
  display: flex;
  height: 150px;
  overflow: hidden;
  margin-bottom: 8px;
  width: 100%;
}
.site-search .search-results > li .meta-img img{
  max-width: none;
  width: auto;
  height: 100%;
}
.site-search .search-results > li .meta .meta-cat{
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 14px;
  color: #FFFFFF;
  padding:3px 8px;
  background:#ccc;
  margin-right:10px;
}
.site-search .search-results > li .meta .date{
  color: #999999;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
}
.site-search .btn-more{
  float: right;
}

.home section.landing{
  min-height: 100vh;
  position: relative;
  display:flex;
  align-items: center;
}

section .fill-bar{
  position:absolute;
  right:0px;
  top:0px;
  width:40%;
  pointer-events: none;
  height:100%;
  transition:all 0.6s ease;
}
h2.trans-text{
  font-size:6.9vw;
  font-weight: 500;
  color:#333;
  opacity:0.1;
  line-height: 100%;
  position:absolute;
  z-index: 1;
  left:3vw;
  top:10px;
  pointer-events: none;
}
h2.trans-text.text-bottom{
  bottom:6vh;
  top:auto;
}
.landing .trans-text.text-bottom {
  left: -1vw;
}
#landing-slider{
  float:left;
  width:100%;
}
#landing-slider .swiper-slide{
  display:flex;
  max-width: 20vw;
}
#landing-slider.numslides-2 .swiper-slide{
  max-width: 50vw;
}
#landing-slider.numslides-3 .swiper-slide{
  max-width: 33vw;
}
#landing-slider.numslides-4 .swiper-slide{
  max-width: 50vw;
}
#landing-slider .swiper-slide.swiper-slide-active{
  width:65vw!important;
  max-width: none!important;
}
#landing-slider .swiper-slide .slider-img{
  width:100%;
}
#landing-slider .swiper-slide .slider-img figure{
  display:flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-height:460px;
  margin:0px 0px 15px 0px;
  box-shadow: 0 15px 30px -15px rgba(0,0,0,0.5);
  max-width: 20vw;
}
#landing-slider .swiper-slide .slider-img img{
  max-height: 460px;
  max-width: none;
  position: relative;
  min-height: 460px;
}
#landing-slider .swiper-scrollbar{
  display:none;
}
#landing-slider .swiper-slide .slider-img span{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  min-height: 44px;
  color: #FFFFFF;
  opacity:0.5;
  display:block;
  max-width: 220px;;
}
#landing-slider .swiper-slide.swiper-slide-active .slider-img span{
  opacity: 0;
}
#landing-slider .swiper-slide.swiper-slide-active .slider-img figure{
  max-width:460px;
}
#landing-slider .swiper-slide.swiper-slide-active .slider-desc{
  width:100%;
  padding-left:60px;
  display:flex; 
  align-items: center;
  flex-wrap: wrap;
}
#landing-slider .swiper-slide.swiper-slide-active .slider-img{
  width:auto;
}
#landing-slider .slider-desc .desc-wrap{
  max-width:550px;
  position:relative;
  overflow: hidden;
  position:absolute;
  opacity:0;
  padding-right:50px;
  margin-top:100px;
}
#landing-slider .swiper-slide.swiper-slide-active .desc-wrap{
  opacity:1;
  transition:all 0.6s ease 0.06s;
  margin-top:0px;
}
#landing-slider .swiper-slide .slider-desc{
  position:relative;
}
#landing-slider .slider-desc h3{
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 50px;
  margin-bottom:20px;
  position:relative;
  color:transparent;
  left:-100%;
  min-width: 420px;
}
#landing-slider .slider-desc h3 span{
  content:'';
  position:absolute;
  left:0px;
  top:8px;
  width:100%;
  height:100%;
  z-index: -1;
  pointer-events: none;
}
#landing-slider .slider-desc p{
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  color: #666666;
  margin-bottom:20px;
}
#landing-slider .slider-desc ul li,
#landing-slider .slider-desc ol li{
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  color: #666666;
}
#landing-slider .slider-desc ul{
  padding-left: 20px;
  margin-bottom:20px;
}

#landing-slider .slider-desc p a{
  color: #666666;
}
#landing-slider .swiper-slide-active .slider-desc h3{
  left:0px;
  transition: all 0.4s ease 0.2s;
}
#landing-slider .slider-desc h3 a{
  transition:all 0.3s ease;
  padding:10px;
  display: inline-block;
  position: relative;
  left:-10px;
}
#landing-slider .slider-desc h3 a:hover{
  text-decoration: underline;
}
#landing-slider .swiper-slide-active .slider-desc h3 span{
  width:0px;
  transition: all 0.4s ease 0.6s;
}
#landing-slider .swiper-slide-active .slider-desc h3 i{
  position:absolute;
  left:0px;
  bottom:0px;
  width:100%;
  height:0px;
  z-index: -1;
  pointer-events: none;
  transition:all 0.4s ease;
}
/*exp*/
#landing-slider .swiper-slide-active .slider-desc h3:hover i{
  height:calc(100% - 6px);
}
#landing-slider .swiper-slide-active .slider-desc h3 a{
  transition:all 0.4s ease 0.2s;
}
#landing-slider .swiper-slide-active .slider-desc h3:hover a{
  padding:10px 10px 10px 10px;
  color:#fff!important;
  text-decoration: none!important;
  left:0px;
}
/*exp*/

.btn-more, .btn-back{
  display:inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 14px;
  text-decoration: underline;
  position:relative;
  transition:all 0.3s ease;
  z-index:1;
}
.btn-more{
	padding:5px 38px 6px 0px;
}
.btn-back{
  padding:5px 10px 6px 32px;	
}
.btn-more:after{
  content:'\0054';
  font-family: 'ec-icons';
  font-size:20px;
  position:absolute;
  right:8px;
  top:6px;
}
.btn-back:before{
  content:'\0054';
  font-family: 'ec-icons';
  font-size:20px;
  position:absolute;
  left:0px;
  top:6px;
  transform: rotate(180deg);
  transition:all 0.2s ease;
}
.home #site-wrapper > section .btn-more.btn-bl:after{
  color:#14377D;
}
.home #site-wrapper > section .btn-more.btn-bl:hover:after{
  color:#fff;
}
.btn-more span,.btn-back span{
  position:absolute;
  left:0px;
  bottom:0px;
  height: 0px;
  width:100%;
  transition:all 0.3s ease;
  background:#333;
  z-index: -1;
}
.btn-more:hover span,.btn-back:hover span{
  height:100%;
}
.btn-more:hover{
  padding-left:10px;
  color:#fff!important;
}
.btn-back:hover{
  padding-left:45px;
  color:#fff!important;
}
.btn-back:hover:before{
	left: 13px;
	color:#fff!important;
}
.btn-more.btn-wh{
  color:#fff;
}
.btn-more.btn-wh span{
  background:#fff!important;
}
.btn-more.btn-wh:hover{
  color:#333!important;
}
.btn-more.btn-bl{
  color:#333;
}
.btn-more.btn-bl span{
  background:#333!important;
}
.btn-more.btn-bl:hover{
  color:#fff!important;
}
.btn-more.btn-yellow{
  color:#f3cf06;
}
.btn-more.btn-yellow span{
  background:#f3cf06!important;
}
.btn-more.btn-yellow:hover{
  color:#14377d!important;
}
.btn-more.btn-more-big{
  font-size:20px;
}
.swiper-nav-wrap{
  position:absolute;
  left:42.5vw;
  bottom:0px;
  z-index:1;
  height:40px;
  width:90px;
}
.swiper-nav-wrap > div{
  width:40px;
  height:40px;
  background:#333333;
  color:#fff;
  border-radius: 100%;
  left:0px;
  transition:all 0.3s ease;
}
.swiper-nav-wrap > div:last-child{
  left:auto;
  right:0px;
}
.swiper-nav-wrap > div:after{
  color:#fff;
  font-size:10px;
}
.swiper-nav-wrap > div:before{
  content:'';
  width:100%;
  height:100%;
  opacity:1;
  background:#333333;
  position:absolute;
  z-index: 0;
  transition:all 0.3s ease;
  border-radius: 100%;
}
.swiper-nav-wrap > div:after{
  z-index: 1;
}
.swiper-nav-wrap > div:hover:before{
  opacity:0
}
#landing-slider .swiper-nav-wrap{
  margin-left:-28px;
}

section.landing-intro{
  float:left;
  width:100%;
  margin-bottom:80px;
}
section.landing-intro .row{
  margin:0px;
}
section.landing-intro .col-md-4{
  background:#ffd700;
  padding:0px;
  -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
}
section.landing-intro .box-blue{
  background:#14377d;
  padding:80px 60px;
}
section.landing-intro h5.title{
  opacity: 0.4;
  color: #333333;
  font-size: 14px;
  letter-spacing: 0.88px;
  line-height: 19px;
  text-transform: uppercase;
  margin:0px 0px 15px 0px;
  font-weight:400;
}
section.landing-intro .box-blue h3{
  margin-bottom:24px;
  max-width:400px;
}
section.landing-intro .box-blue h3,
section.landing-intro .box-blue h3 a{
  color:#fff;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 38px;
}
section.landing-intro .box-latest-articles{
  background:#ffd700;
  padding:80px 60px 30px;
  float:left;
  width:100%;
}
ul.latest-list{
  margin:-25px 0px;
  padding:0px;
  width:100%;
}
ul.latest-list > li{
  list-style: none;
  float:left;
  width:100%;  
  padding:25px 0px;
  margin:0px;
}
ul.latest-list > li h4{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0px 0px 15px 0px;
}
ul.latest-list > li h4, ul.latest-list > li h4 a{
  color:#333;
}
ul.latest-list > li p{
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  color:#333;
}
.landing-intro .box-latest-articles .latest-list ul, .landing-intro .box-latest-articles .latest-list ol{
  margin-bottom: 20px;
}
.post-type-archive-goals .inner-landing.min-landing .intro ol li{
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  color: #666;
}
section.landing-intro .box-latest-articles ul.latest-list > li p a{
  color:#333;
}
.landing-intro .col-md-8{
  padding:0px;
  -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
}
.landing-intro .box-highlight{
  float:left;
  width:100%;
}
.landing-intro .box-highlight figure.highlight-img{
  width:100%;
  display:flex;
  align-items: center;
  justify-content: center;
  max-height:66vh;
  overflow: hidden;
  margin: 0px;
}
.landing-intro .box-highlight figure.highlight-img img{
  float:none;
  width:100%;
  max-width:100%;
}
.landing-intro .box-highlight .highlight-desc{
  width:100%;
  padding:80px 60px;
  max-width:50vw;
}
.landing-intro .box-highlight h3{
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
  margin:0px 0px 15px 0px;
  color: #15367A;
}
.landing-intro .box-highlight .highlight-desc p a{
  color: #333333;
}
.landing-intro .box-highlight h3 a{
  color: #15367A;
}
.our-cities{
  float:left;
  width:100%;
  position: relative;
  padding-top:80px;
}
.our-cities .trans-text{
  bottom:auto;
  top:0.4vh;
  z-index: 0;
}
#cities-thumb-wrap{
  float:left;
  width:100%;
  margin-bottom:160px;
}
#cities-thumb-wrap ul.cities-thumb{
  display:flex;
  flex-wrap: wrap;
  margin:-8px;
  padding: 0px;
  width: calc(100% + 18px);
}
#cities-thumb-wrap ul.cities-thumb > li{
  padding:8px;
  list-style: none;
  width:calc(100vw / 5);
}
#cities-thumb-wrap ul.cities-thumb > li.wd2{
  width:calc(100vw / 6);
}
#cities-thumb-wrap ul.cities-thumb > li.wd1{
  width:calc(100vw / 10);
}
#cities-thumb-wrap ul.cities-thumb > li:first-child{
  opacity:0;
  pointer-events: none;
}
#cities-thumb-wrap ul.cities-thumb > li > a{
  display:block;
  position:relative;
  width:100%;
}
#cities-thumb-wrap ul.cities-thumb > li .desc{
  position:absolute;
  bottom:0px;
  left:0px;
  width:100%;
  text-align: center;
  padding:24px;
  z-index: 1;
  pointer-events:none;
}
#cities-thumb-wrap ul.cities-thumb > li .desc h5{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 31px;
  text-align: center;
  color:#fff;
  width:100%;
  margin:0px;
}
#cities-thumb-wrap ul.cities-thumb > li .desc strong{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 19px;
  text-align: center;
  color:#fff;
  width:100%;
  margin:0px;
  text-transform: uppercase;
}
#cities-thumb-wrap ul.cities-thumb > li figure{
  overflow: hidden;
  display:flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0px;
  max-height:calc(100vh / 3.5);
  height:100%;
  background:#a3a3a3;
}

#cities-thumb-wrap ul.cities-thumb > li figure img{
  width:100%;
  min-height: calc(100vh / 3.5);
}
.post-type-archive-cities #cities-thumb-wrap ul.cities-thumb > li figure img{
  min-height: calc(100vh / 3);
}
#cities-thumb-wrap ul.cities-thumb > li a{
  transition:all 0.4s ease;
}
#cities-thumb-wrap ul.cities-thumb > li a:hover{
  box-shadow: 0 15px 30px -10px rgba(0,0,0,0.5);
}
#cities-thumb-wrap ul.cities-thumb > li figure:before{
  content:'';
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  transition:all 0.4s ease;
}
#cities-thumb-wrap ul.cities-thumb > li figure:hover:before{
  opacity:0.1;
}
#cities-thumb-wrap ul.cities-thumb > li figure.random:before,
#cities-thumb-wrap ul.cities-thumb > li.discover-city-wrap figure:before{
  content:none;
}
#cities-thumb-wrap ul.cities-thumb > li.discover-city-wrap{
  width:calc(100vw / 2);
}
#cities-thumb-wrap ul.cities-thumb > li.discover-city-wrap figure{
  background:#14377d;
  padding:40px 60px;
  display:flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}  

#cities-thumb-wrap ul#items_thumb.cities-thumb{
  display:flex;
  flex-wrap: wrap;
  margin:-20px;
  padding: 0px;
  width:calc(100% + 40px);
}
#cities-thumb-wrap ul#items_thumb.cities-thumb > li{
  padding:20px;
  list-style: none;
  width:calc(100vw / 5);
}
#cities-thumb-wrap ul#items_thumb.cities-thumb > li{
  width: calc(100% / 3);
}
#cities-thumb-wrap.cities-grid{
  position:relative;
}
#cities-thumb-wrap.cities-grid ul#items_list.processing::after{
  top:70.4%;
}
#cities-thumb-wrap.cities-grid ul#items_thumb.processing::after{
  top:97.8%;
}
.discover-city-wrap h3{
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0px 0px 15px 0px;
  width:100%;
  max-width: 400px;
}
footer{
  float:left;
  width:100%;
}
footer .ft-left{
  background: #e3e2df;
  padding:60px 60px 40px;
}
footer .container-fluid > .row{
  margin:0px!important;
}
footer .ft-right{
  background: #14377d;
  padding:60px 60px 40px;
}
#site-wrapper #mc_embed_signup{
  background:none;
}
#site-wrapper  #mc_embed_signup form{
  padding: 0px;
}
.indicates-required{
  display: none!important;
}
footer .social-links{
  display:flex;
  margin:0px 0px 30px 0px;
  padding:0px;
  width:100%;
}
footer .social-links > li{
  list-style: none;
  margin:0px 10px 0px 0px;
  padding:0px;
}
footer .social-links > li a{
  display:flex;
  width:25px;
  height:25px;
  align-items: center;
  justify-content: center;
  color:#14377d;
}
footer .social-links > li a i{
  font-size:18px;
  line-height: 100%;
}
footer .logo{
  float:left;
  width:100%;
  margin-bottom: 50px;
  max-width: 160px;
}
footer  a.privacy-link{
  color:#333;
  text-decoration: underline;
  font-size:14px;
}
footer .address{
  color: #14377D;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
}
footer .address strong{
  display: block;
  margin-bottom:12px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
footer .address a{
  color: #14377D;
}
footer h5{
  color: #14377D;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
}
footer .member-btn-wrap{
  width:100%;
  margin-top: 35px;
}
footer .member-btn{
  display:inline-block;
  padding:12px 18px 14px 38px;
  position:relative;
  background:#14377d;
  color:#fff;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 12px;
  letter-spacing: 0.86px;
  font-weight: 300;
  transition:all 0.3s ease;
}
footer .member-btn i{
  width:18px;
  height:18px;
  font-size: 14px;
  line-height: 12px;
  position: absolute;
  left:15px;
  top:12px;
}
footer .member-btn:hover{
  background:#333;
}
footer .ft-right h4{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  color:#fff;
  margin:0px 0px 12px 0px;
}
footer .ft-right p{
  color:#fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 300;
}
footer .subscribe-wrapper{
  display:flex;
  /*align-items: flex-end;*/
  align-items:flex-start;
  margin-bottom:15px;
  width:100%;
  padding-top: 5px;
}
#mc_embed_signup .mc-field-group{
  margin-right:16px;
}
footer .subscribe-wrapper input[type="text"], footer .subscribe-wrapper input[type="email"]{
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  border:none;
  border:0!important;
  border-bottom: solid 1px #fff!important;
  padding:6px 0px!important;
  background:none;
  
  width:100%;
  font-weight: 300;
  color:#fff;
  border-radius: 0!important;
  text-indent:0!important;
}
footer .subscribe-wrapper label.error{
  display:none!important;
}
footer .subscribe-wrapper input[type="text"]::placeholder, footer .subscribe-wrapper input[type="email"]::placeholder{
  color:#fff;
  opacity:0.5;
}
footer .subscribe-wrapper input[type="text"].error, footer .subscribe-wrapper input[type="email"].error{
  border-bottom:solid 1px #b94a48;
  box-shadow: 0px 1px 0px #b94a48;
}
footer .subscribe-wrapper input[type="submit"],
#site-wrapper #mc-embedded-subscribe{
  color:#14377d;
  background:#fff;
  border-radius: 0px;
  border:none;
  padding:10px 16px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 100%;
  transition:all 0.3s ease;
  border:Solid 1px #fff;
}
#site-wrapper #mc-embedded-subscribe{
  height: auto;
  margin: 0px;
  position: relative;
  top: -5px;
}

footer .subscribe-wrapper input[type="submit"]:hover, #site-wrapper #mc-embedded-subscribe:hover{
  color:#fff;
  background:#14377d;
}
#site-wrapper #mc_embed_signup .mc-field-group input.mce_inline_error{
  border-bottom: solid 1px #b94a48!important;
  box-shadow: 0px 1px 0px #b94a48;
}
.mc-field-group input + div.mce_inline_error{
  display:none!important;
}
footer span.tel {
  display: block;
  padding: 8px 0px;
}
.checkbox-white{
  position:relative;
}
.checkbox-white label{
  color:#fff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  font-weight: 300;
  padding-left:20px;
  position:relative;
  cursor: pointer;
}
.checkbox-white label a{
  text-decoration: underline;
  color:#fff;
}
.checkbox-white input{
  position: absolute;
  left:0px;
  top:0px;
  opacity: 0;
}
.checkbox-white label:before{
  content:'';
  position: absolute;
  left:0px;
  top:4px;
  width:12px;
  height:12px;
  border:solid 2px #fff;
}
.checkbox-white input.error+label.error{
  display:none!important;
}
.checkbox-white input.error+label+label:before, .checkbox-white input.mce_inline_error + label:before{
  border-color:#b94a48;
}
.checkbox-white label:after{
  content: '';
    position: absolute;
    left: 2px;
    top: 4px;
    width: 14px;
    height: 5px;
    border: solid 2px #fff;
    border-width: 0px 0px 2px 2px;
    transform: rotate(-45deg);
    pointer-events: none;
    opacity:0;
}
.checkbox-white input:checked + label:after,
.checkbox-white input:checked + label + label:after{
  opacity:1;
}

#mc_embed_signup div#mce-responses{
  margin: 0px!important;
  padding: 0!important;
}
#mc_embed_signup div.response{
  padding: 0!important;
  width: 100%!important;
  color:#FFFFFF!important;
  font-weight: normal!important;
}
#mc_embed_signup .mc-field-group{
  min-height: auto!important;
  padding-bottom:0px!important;
  width: 100%;
}


/*INNER*/
section.inner-section{
  float:left;
  width:100%;
  position: relative;
}
section.inner-two-col{
  position:relative;
  min-height: 60vh;
  padding-top:210px;
  padding-bottom:65px;
  float:left;
  width:100%;
}
section.inner-two-col.story-col{
  padding-bottom:0px;
}
section.inner-two-col .fill-bar{
  height:calc(100% + 90px);
}
section.inner-two-col .fill-bar.fill-nooverlap{
  height:100%;
}
section.inner-two-col .fill-bar.fill-half{
  height:70vh;
}
section.inner-two-col .fill-bar.fill-dblue.fill-half{
  height:60vh;
}
section.inner-two-col .trans-text{
  top:auto;
  bottom:calc(100% - 246px);
  left:0px;
}

.post-type-archive-jobs section.inner-two-col .trans-text{
  top:auto;
  bottom:calc(100% - 230px);
  left:0px;
}
section.inner-two-col .intro{
  max-width:410px;
}
section.inner-two-col .intro p{
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  color:#666;
}
.post-type-archive-latest section.inner-two-col .intro ul,
.post-type-archive-latest section.inner-two-col .intro ol,
.post-type-archive-cities  section.inner-two-col .intro ul,
.post-type-archive-cities  section.inner-two-col .intro ol{
  margin: 0px 0px 20px 0px;
}
.post-type-archive-latest section.inner-two-col .intro ul li::marker,
.post-type-archive-cities section.inner-two-col .intro ul li::marker{
  font-size: 14px;
  font-weight: 300;
}
.post-type-archive-latest section.inner-two-col .intro ul li, .post-type-archive-latest section.inner-two-col .intro ol li,
.post-type-archive-cities section.inner-two-col .intro ul li, .post-type-archive-cities section.inner-two-col .intro ol li{
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  color:#666;
}
.post-type-archive-stories .inner-landing .intro ol li{
  font-weight: 300;
}
.post-type-archive-partners section.inner-two-col .intro ul, .post-type-archive-partners section.inner-two-col .intro ol,
.post-type-archive-projects section.inner-two-col .intro ul, .post-type-archive-projects section.inner-two-col .intro ol,
.post-type-archive-team section.inner-two-col .intro ul, .post-type-archive-team section.inner-two-col .intro ol{
  margin: 0px 0px 20px 0px;
}

.post-type-archive-partners section.inner-two-col .intro ul li, .post-type-archive-partners section.inner-two-col .intro ol li,
.post-type-archive-projects section.inner-two-col .intro ul li, .post-type-archive-projects section.inner-two-col .intro ol li,
.post-type-archive-team section.inner-two-col .intro ul li, .post-type-archive-team section.inner-two-col .intro ol li{
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  color: #666;
}


.inner-two-col .inner-landing{
  display:flex;
  width:100%;
  min-height: 210px;
}
.inner-two-col .inner-landing.ybecommenber-inner{
  min-height: auto;
}
.inner-two-col .inner-landing.min-landing{
  min-height: 100px;
  padding-bottom:50px;
}
.filter-wrap{
  width:100%;
  position: relative;
  z-index: 2;
}
.filter-wrap .box-filter{
  padding:24px 30px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 30px -10px rgba(0,0,0,0.25);
  float:left;
  width:100%;
  max-width:50vw;
  display:flex;
  align-items: flex-end;
}
.filter-wrap.filter-focus .box-filter{
  max-width: 38.5vw;
}
.box-filter .btn-grey.active{
  background:#333;
  color:#fff!important;
}
.box-filter ul.filter-list{
  display:flex;
  margin:0px;
  padding:0px;
}
.box-filter ul.filter-list > li{
  list-style: none;
  float:left;
  margin: 0px;
  margin-right:10px;
}
.box-filter ul.filter-list > li a{
  background-color: #EFEFEF;
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  height:43px;
  padding:9px 24px;
  display: inline-block;
  transition:all 0.3s ease;
}
.box-filter ul.filter-list > li a.current, .box-filter ul.filter-list > li a:hover{
  background-color: #333;
  color: #fff;
}
.box-filter.filter-wide{
  max-width: none;
  width:auto;
}
.filter-wrap .search-box{
  width: calc(40vw - 330px);
  position:relative;
  border-bottom:solid 1px #a3a3a3;
  padding-left:34px;
  margin-left:25px;
  height:44px;
  transition:all 0.3s ease;
  color:#333;
}
.filter-wrap .btn-shuffle{
  width:60px;
  padding:0px;
}
.filter-wrap .story-filter{
  max-width: 52vw;
}
.filter-wrap .story-filter .search-box{
  width: calc(40vw - 390px);
}
.filter-wrap .search-box i.icon-search{
  position:absolute;
  left:0px;
  top:8px;
  font-size:22px;
  transition:all 0.3s ease;
}
.filter-wrap .search-box input{
  border:none;
  background:none;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
  color:#333;
  transition:all 0.3s ease;
  width:100%;
  padding:0px;
}
 .filter-wrap .search-box input::placeholder{
  color:#ccc;
  transition:all 0.3s ease;
  font-weight: 300;
}
 .filter-wrap .search-box:hover{
  border-bottom:solid 1px;
}
.filter-wrap .order-items{
  float:right;
  display: flex;
  align-items: center;
  margin-top:53px;
}
.post-type-archive-latest .filter-wrap .order-items{
  margin-top:68px;
}
.filter-wrap .order-items label{
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 17px;
  color:#fff;
  padding-right:12px;
  text-transform: uppercase;
  font-weight: 300;
}
.filter-wrap .order-items.order-dark label{
  color:#999999;
}
.btn-black{
  position:relative;
  padding:13px 24px 14px 56px;
  background:#333333;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  color:#fff!important;
  text-transform: uppercase;
  margin-right:8px;
  display: inline-block;
  transition:all 0.3s ease;
  min-height: 43px;
  font-weight: 300;
}
.order-dark .select-wrap .select .select-styled{
  color:#333;
  border-color:#333;
}
.order-dark .select-wrap .select .select-styled:after{
  color: #333;;
}
.btn-eq{
  min-width: 200px;
  text-align: center;
  padding:15px;
}
.btn-black i{
  font-size: 20px;
  position: absolute;
  left: 22px;
  top: 11px;
}
.btn-black:hover{
  background-color: #14377D;
}
.btn-grey{
  position:relative;
  padding:13px 26px 14px 26px;
  background:#efefef;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  color:#333!important;
  text-transform: uppercase;
  margin-right:8px;
  display: inline-block;
  transition:all 0.3s ease;
}
.btn-grey:hover{
  background-color: #333;
  color:#fff!important;
}


.btn-blue{
  position:relative;
  padding:13px 40px 14px 26px;
  background:#14377d;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  color:#fff!important;
  margin-right:8px;
  display: inline-block;
  transition:all 0.3s ease;
}
.btn-blue:hover{
  background-color: #333;
  color:#fff!important;
}
.btn-blue:after {
	content: '\0054';
	font-family: 'ec-icons';
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 13px;
}



.select-wrap{
  position: relative;
  min-width: 132px;
}
.select-wrap select{
  display:none;
}
.select-wrap .select .select-styled{
  border-bottom:solid 1px #fff;
  color:#fff;
  padding:0px 22px 8px 0px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 100%;
}
.select-wrap .select .select-styled:after{
  content:'\0041';
  font-family: 'ec-icons';
  position:absolute;
  right:0px;
  top:3px;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  transform:rotate(90deg);
  width:12px;
  height:12px;
}
.select-wrap ul.select-options{
  margin:0px;
  padding: 0px;
  display:none;
  position:absolute;
  top:-8px;
  left:-10px;
  width:calc(100% + 20px);
  background:#fff;
  box-shadow: 0 15px 30px -10px rgba(0,0,0,0.5);
}
.select-wrap ul.select-options > li{
  padding:8px 10px;
  margin:0px;
  list-style: none;
  cursor: pointer;
  line-height: 100%;
  border-top:solid 1px rgba(0,0,0,0.1);
  color:#333;
  transition:all 0.3s ease;
}
.select-wrap ul.select-options > li:hover{
  background:#333;
  color:#fff;
}
.select-wrap ul.select-options > li:first-child{
  border:none;
}
#cities-thumb-wrap.cities-grid ul.cities-thumb > li{
  width: calc((100vw / 3) - 40px);
}
#cities-thumb-wrap.cities-grid ul.cities-thumb > li:first-child{
  opacity:1;
  pointer-events: auto;
}
#cities-thumb-wrap.cities-grid ul.cities-thumb > li figure{
  max-height: calc(100vh / 3);
  min-height: calc(100vh / 3);
}

aside.filter-aside{
  position: fixed;
  z-index: 99;
  background: #fff;
  width: 100%;
  max-width:675px;
  left: -100vw;
  padding: 60px;
  padding-bottom: 120px;
  top: 0px;
  box-shadow: 0 3px 14px 0 rgba(0,0,0,0.3);
  height:100%;
  pointer-events: none;
  transition:all 0.6s ease;
}
aside.filter-aside .filter-btm{
  position:absolute;
  bottom:48px;
  right:60px;
  display:flex;
  align-items: center;
  justify-content: flex-end;
  width:100%;
  max-width: 560px;
}
aside.filter-aside.processing .filter-btm:after{
  content:'';
  width:40px;
  height:40px;
  background:url(images/loading.gif) no-repeat center;
  background-size: 40px;
  position: absolute;
  left: 0px;
  top: 4px;
}
aside.filter-aside.processing ul.filter-check-list{
  opacity:0.5;
}
aside.filter-aside .filter-btm .btn-black{
  display:none;
  margin-left:30px;
  text-transform: none;
  font-size: 18px;
}
aside.filter-aside:after{
  content:'';
  position:absolute;
  top:0px;
  left:100%;
  height:100vh;
  width:100vw;
  background-color: rgba(0,0,0,0.4);
  z-index: 1;
  opacity:0;
  pointer-events: none;
}
aside.filter-aside.active{
  pointer-events: auto;
  left:0px;
}
aside.filter-aside.active:after{
  opacity:1;
  transition:all 1s ease 0.2s;
}
aside.filter-aside h3{
  float:left;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 44px;
  color:#333;
  margin: 0px 0px 20px 0px;
}
.filter-aside .filter-scroll, .filter-aside .filter-scroll-goals{
  float:left;
  width:100%;
  height: calc(100vh - 265px);
}

.filter-aside .close-filter{
  width:20px;
  height: 20px;
  font-size:20px;
  position: absolute;
  right:62px;
  top:70px;
  color:#333;
}
.filter-aside .country-label{
  border-bottom: 1px solid #E3E2DF;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  padding-bottom:4px;
}
.filter-aside .city-item-wrap .checkbox label{
  font-size:20px;
  line-height: 24px;
  padding-left: 18px;
}
.filter-aside .city-item-wrap{
  display:flex;
  width:100%;
  flex-wrap: wrap;
}
.filter-aside .city-item-wrap .checkbox{
  width:33.3%;
  margin-bottom:10px;
}
ul.filter-check-list{
  margin:0px;
  padding:0px;
  width:100%;
}
ul.filter-check-list > li{
  float:left;
  width:100%;
  list-style: none;
  margin:10px 0px;
}
ul.filter-check-list > li .checkbox{
  position:relative;
}
ul.filter-check-list > li .checkbox input{
  position:absolute;
  left:0px;
  opacity:0;
}
ul.filter-check-list > li .checkbox label{
  width:100%;
  display: block;
  color: #AFAFAF;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 100%;
  position:relative;
  padding-left:24px;
  margin: 0px;
  transition:all 0.3s ease;
  cursor: pointer;
}
ul.filter-check-list > li .checkbox label:before{
  content:'';
  width:13px;
  height:13px;
  background:#e3e2df;
  border-radius: 100%;
  position: absolute;
  left:0px;
  top:6px;
  transition:all 0.3s ease;
}
ul.filter-check-list > li .checkbox input:checked + label:before{
  background:#333;
}
ul.filter-check-list > li .checkbox input:checked + label{
  font-weight: 500;
  color:#333;
}
ul.filter-check-list > li .checkbox input:checked + label:after{
  content: '';
  width: 8px;
  height: 5px;
  border: solid 2px #fff;
  border-width: 0px 0px 2px 2px;
  position: absolute;
  left: 3px;
  top: 9px;
  transform: rotate(-45deg);
  border-radius: 3px;
}
.btn-clear{
  position:relative;
  color: #CCCCCC;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  display:inline-block;
  align-items: center;
  transition:all 0.3s ease;
}
.btn-clear i{
  margin-right:10px;
  font-size:14px;
  line-height: 14px;
}
.btn-clear:hover{
  color:#14377D;
}
.mCS-rounded-dark .mCSB_scrollTools{
  opacity:1!important;
}
.mCS-rounded-dark .mCSB_scrollTools .mCSB_draggerRail{
  width:1px;
  background:#333;
}
.mCS-rounded-dark .mCSB_dragger_bar{
  background:#000!important;
}
.mCS-rounded-dark .mCSB_scrollTools{
  right:4px!important;
}
.post-type-archive-cities .inner-two-col .inner-landing{
  min-height: 150px;
}
.post-type-archive-cities section.inner-two-col{
  min-height: 55vh;
}

.cities-list-wrap{
  float:left;
  width:100%;
  max-width: 1000px;
  margin-bottom: 160px;
  min-width: 70vw;
  margin-top: 50px;
}
#cities-thumb-wrap ul.cities-list{
  display:flex;
  flex-wrap: wrap;
  margin: 50px -15px 20px;
  width:calc(100% + 30px);
  max-width: 1000px;
  padding: 0px;
  min-width: 70vw;
  position: static!important;
}
#cities-thumb-wrap ul.cities-list > li{
  padding:10px 15px;
  list-style: none;
  width:calc(100% / 3);
}
#cities-thumb-wrap ul.cities-list > li a{
  width:100%;
  color:#333;
  transition: all 0.5s ease;
}
#cities-thumb-wrap ul.cities-list > li a strong{
  color: #333333;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 100%;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
}
#cities-thumb-wrap ul.cities-list > li a strong:after{
  content:'';
  background: #004C3A;
  height:2px;
  width:100%;
  position: absolute;
  bottom:-1px;
  left: 0px;
  opacity: 0;
  transition: all 0.3s ease;
}
#cities-thumb-wrap ul.cities-list > li a span{
  display:block;
  color: #CCCCCC;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  width:100%;
  margin-top: 2px;
  transition: all 0.5s ease;
}
#cities-thumb-wrap ul.cities-list > li a:hover strong{
  color: #004C3A;
}
#cities-thumb-wrap ul.cities-list > li a:hover span{
  color:#333;
}
#cities-thumb-wrap ul.cities-list > li a:hover strong:after{
  opacity: 1;
}

.college-banner{
  float:left;
  width:calc(100% + 8px);
  margin:-4px;
  position: relative;
}
.college-banner .clg-img{
  margin:4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float:left;
  position: relative;
}
.college-banner .clg-img:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.15);
}
.college-banner .clg-img.clg-big{
  min-height: 75vh;
  width:calc(64% - 8px);
}
.college-banner .clg-img.clg-large{
  width:calc(36% - 8px);
  min-height:calc(45vh - 8px);
}
.college-banner .clg-img.clg-sml{
  width:calc(18% - 8px);
  min-height:30vh;
}
.college-banner .caption{
  position: absolute;
    right: -50%;
    top:calc(100% + 10px);
    left: -50%;
    margin: auto;
    width: calc(100% - 125px);
}
section.article-section{
  float:left;
  width:100%;
  padding:20px 0px 90px 0px;
}
.page-nav{
  float:left;
  width:100%;
  padding:30px 0px;
  position: relative;
}
.page-nav a.back-nav{
  display:flex;
  align-items: center;
  color: #E3E2DF;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
}
.page-nav a.back-nav i{
  transform: rotate(180deg);
  padding-left:8px;
  line-height: 100%;
}
.page-nav .page-meta{
  float:right;
  display:flex;
  position:absolute;
  right:0px;
  top:40%;
}
.page-nav .page-meta span{
  color: #999999;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 17px;
  display:inline-block;
  padding-left:30px;
  text-transform: uppercase;
}
.page-nav .page-meta span i{
  font-style: normal;
}
.goals-template-default .page-nav, .single-latest .page-nav{
  padding:0px 0px 10px;
}
.article-wrap{
  float:left;
  width:100%;
}
.article-wrap .trans-text{
  left:-50px;
  /*top: auto;
  bottom: calc(100% - 110px);*/
  top: -30px;
  bottom: auto;
}
.single-latest .article-wrap .trans-text.text-top, .single-cities .article-wrap .trans-text.text-top{
  z-index: -1;
}
.about-page .article-wrap .trans-text{
  top: auto;
  bottom: calc(100% - 110px);
}
.page-template-about-us .article-wrap .about-cont .trans-text {
  bottom: calc(100% - 60px);
}
.article-wrap .city-title, .article-wrap .article-title{
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 64px;
  margin:60px 0px 60px 0px;
}
.article-wrap article{
  float:left;
  width:100%;
  padding-left:5vw;
  position: relative;
}
.article-wrap article .social-vertical{
  position:absolute;
  left:0px;
  top:0px;
  width:30px;
  margin:0px;
  padding: 0px;
}
.article-wrap article .social-vertical > li{
  float:left;
  width:100%;
  list-style: none;
  margin: 3px 0px;
}
.article-wrap article .social-vertical > li a{
  display:flex;
  align-items: center;
  justify-content: center;
  width:30px;
  height:30px;
  border-radius: 100%;
  font-size: 12px;
  color:#fff;
  line-height: 10px;
}
.article-wrap article .social-vertical > li a#lnkPrint{
  position:relative;
}
.article-wrap article .social-vertical > li a#lnkPrint:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:url(images/print.png) no-repeat center;
  background-size: 16px;
}
.addthis_inline_share_toolbox{
  position:absolute;
  left:-2px;
  top:2px;
  width:30px;
  margin:0px;
  padding: 0px;
  z-index: 2;
  opacity: 0;
}
.addthis_inline_share_toolbox .at-share-btn{
  border-radius: 100%!important;
  overflow:hidden !important;
  margin-bottom:6px!important;
}
.article-wrap article .intro{
  float:left;
  width: 100%;
  margin-bottom: 40px;
}
.article-wrap article p{
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0px 0px 20px;
}
.article-wrap article p:empty{
  display:none;
}
.article-wrap article span.date{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;;
}
.article-wrap article ul, .article-wrap article ol{
  margin-left: 5px;
  margin-bottom: 15px;
}
.article-wrap article ul li, .article-wrap article ol li{
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 2px;
}
.article-wrap article h3{
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 32px;
  margin:0px 0px 20px 0px;
}
.article-wrap article p + h3{
  margin-top:30px;
}
.article-wrap article .intro p{
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
}
.article-wrap article iframe{
  width:100%;
  height:calc(100vw/3.5);
  margin:40px 0px;
}
article p a{
  text-decoration: underline;
}
.block-author{
  float:left;
  width:100%;
  padding:30px;
}
.block-author .author-item{
  float:left;
  width:100%;
}
.block-author .author-item + .author-item{
  margin-top:25px;
  padding-top:25px;
  border-top:solid 1px rgba(255,255,255,0.4);
}
.block-author .author-thumb{
  display: flex;
  align-items: center;
  margin: 0px 0px 20px 0px;
  cursor: pointer;
}
.block-author figure{
  width:100px;
  height:100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  overflow: hidden;
}
.block-author figure img{
  min-height: 100px;
}
.block-author .desc{
  width:auto;
  padding-left: 16px;
}
.block-author .desc strong{
  color:#fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 100%;
  width:100%;
  display: block;
}
.block-author .desc span{
  opacity: 0.6;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 100%;
  font-weight: 400;
}
.block-author dl.dl-meta, .author-city{
  margin:0px;
  width:100%;
}
.block-author dl.dl-meta dt, .block-author .author-label{
  opacity: 0.6;
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 100%;
  margin: 0px;
  width: 100%;
  font-weight: 400;
  text-transform: uppercase;
}
.block-author .author-label{
  margin-bottom:12px!important;
  display:block;
}
.block-author dl.dl-meta dd, .author-city dd{
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 0px;
  width: 100%;
  margin: 0px 0px 15px 0px;
}
.block-author dl.dl-meta dd.country_name{
  text-transform: capitalize;
}
dl.author-city{
  margin-bottom: 30px;
}
.author-city dd{
  text-align: right;
}
.block-author dl.dl-meta dd:last-child{
  margin:0px;
}
.block-author dl.dl-meta dd strong, .author-city dd strong{
  font-size:20px;
  font-weight: 600;
  line-height: 34px!important;
}
.block-author dl.dl-meta a{
  color:#fff;
}
.block-author ul.social-links{
  display: flex;
  align-items: center;
  margin: 40px 0px 0px 0px;
  padding: 0px;
}
.block-author ul.social-links > li{
  list-style: none;
  float:left;
  margin:0px 8px 0px 0px;
}
.block-author ul.social-links > li a{
  display:flex;
  align-items: center;
  justify-content: center;
  width:56px;
  height:56px;
  background:rgba(255,255,255,0.15);
  border-radius: 100%;
  color:#fff;
  transition:all 0.3s ease;
}
.block-author ul.social-links > li a i{
  font-size: 18px;
  line-height: 12px;
}
.block-author ul.social-links > li a:hover{
  color:#333;
  background: #fff;
}
body.single-stories h3.city-title{
  margin-top: 0px;
}
a.external-link{
  position: relative;
}
a.external-link:after{
  content:'\0050';
  margin-left:10px;
  font-family: 'ec-icons';
  opacity: 0.5;
  font-weight: 100;
  position: relative;
  top:2px;
}
.block-map{
  width:100%;
  float:left;
  position: relative;
  z-index: 1;
}
div#mapid {
  background: #fff!important;
}
.block-map iframe, .block-map #mapid{
  width:100%!important;
  height:320px;
}
.article-slider-wrap{
  float:left;
  width: 100%;
  margin-top:120px;
}
#article-slider{
  padding-bottom:80px;
}
#article-slider.disabled{
  padding-bottom:0px;
}

@media only screen and (min-width: 1400px) {
	#article-slider.disabled .swiper-wrapper{
		transform: translate3d(0px, 0, 0) !important;
	}
}
#article-slider.disabled .swiper-nav-wrap, #project-slider.disabled  .swiper-nav-wrap{
  display:none;
}
.article-slider-wrap .swiper-nav-wrap{
  left:0px;
  bottom:0px;
}
.article-slider-wrap .swiper-slide{
  width:auto!important;
}
#article-slider .swiper-slide.swiper-slide.swiper-slide-duplicate {
  display: none!important;
}
.article-slider-wrap .swiper-slide figure{
  max-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .5rem;
}
.article-slider-wrap .swiper-slide figure img{
  min-height: 500px;
  max-width: none;
  max-height: 500px;
}
.article-slider-wrap .swiper-slide .image_caption{
  color: #999999;
  font-size: 16px;
  font-weight: 300;
  display:block;
  pointer-events: none;
  line-height: normal;
}
.article-wrap .article-quote {
  position: absolute;
  left: calc(100% + 5vw);
  max-width: 40vw;
  width: 50%;
  margin-top: -16%;
}

.article-wrap .article-quote blockquote, .article-wrap .latest-quote blockquote{
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 46px;
  position:relative;
}
.article-wrap .article-quote blockquote:before, .article-wrap .latest-quote blockquote:before{
  content:'“';
  position:absolute;
  left:-20px;
}
.article-wrap .article-quote blockquote:after, .article-wrap .latest-quote blockquote:after{
  content:'”'
}
.article-wrap .article-quote span.qt-author{
  display:block;
  color: #999999;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 10px;
}
.article-wrap .latest-quote blockquote {
  font-size: 30px;
  line-height:36px;
  padding-left: 17px;
}
.article-wrap .latest-quote blockquote:before{
  left:0;
}
section.inner-section.grey-bg{
  padding:100px 0px 140px 0px;
  background: #efefef;
}
section.inner-section.trans-bg{
  padding:50px 0px 140px 0px;
}
section.inner-section.trans-bg .row{
  position: relative;
}
section.inner-section.trans-bg .trans-text{
  top: auto;
  left: -10px;
  font-size: 5vw;
  bottom: calc(100% - 65px);
}
.single-goals section.inner-section.trans-bg .mb-110 .trans-text{
  z-index: -1;
}
section.inner-section .other-story-wrap ul.other-story-list {
  margin: -55px -35px -35px -35px;
}
.post-type-archive-latest section.inner-section .other-story-wrap ul.other-story-list {
  margin-top: -35px;
  min-height: 30px;
}
section.inner-section.grey-bg .container{
  position: relative;
}
section.inner-section.grey-bg .trans-text{
  left:10px!important;
  font-size: 5vw;
  top: auto;
  bottom: calc(100% - 70px);
  z-index: 1;
}

.row.m0{
  margin:0px;
}
section .row{
  clear:both;
}
.row.mt-5{
  margin-top:50px!important;
}
.row.mt-110{
  margin-top:110px!important;
}
.inner-landing .story-featured figure{
  box-shadow: 0 15px 30px -15px rgba(0,0,0,0.5);
}
.inner-landing .story-featured{
  display:flex;
  padding-left:10vw;
  align-items: center;
  justify-content: center;
  margin: -50px 0px 120px;
}
.inner-landing .story-featured figure{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height:calc(100vw / 3.2);
}
.inner-landing .story-featured figure{
  margin-bottom:0px; 
  width: 100%;
  max-width: calc(100vw / 3.2);
}
.inner-landing .story-featured figure a{
  display: block;
  height:100%;
}
.inner-landing .story-featured figure img{
  width:100%;
  opacity:0;
}
.story-featured .desc-wrap{
  padding-left:40px;
  max-width: 500px;
}
.story-featured .desc-wrap h3{
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 50px;
  color:#fff;
  margin-bottom: 20px;
}
.story-featured .desc-wrap h3 a{
  color:#fff;
}
.story-featured .desc-wrap p{
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  color:#fff;
  font-weight: 400;
}
.story-featured .desc-wrap ul li, .story-featured .desc-wrap ol li{
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  color:#fff;
  font-weight: 400;
}
.story-featured .desc-wrap ul, .story-featured .desc-wrap ol{
  margin: 0px 0px 20px 0px;
}
.story-featured .desc-wrap ul li::marker {
  color:#fff;
}
.stories-list-wrap{
  float:left;
  width:100%;
  margin:20px 0px 150px 0px;
}
ul.story-listing{
  margin:-10px -20px -20px -20px;
  padding:0px;
  display:flex;
  flex-wrap: wrap;
}
.stories-list-wrap ul.story-listing{
  margin-bottom: 0px;
}
ul.story-listing > li{
  list-style: none;
  margin:20px;
  width:calc(33.3% - 40px);
  display:flex;
}
.story-item-wrap{
  width:100%;
  padding: 32px;
  background: #ccc;
  position: relative;
  transition:all 0.5s ease;
}
.story-item-wrap:after{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height: 45%;
  background: #fff;
  transition:all 0.5s ease;
  z-index: 0;
}
.grey-bg .story-item-wrap:after{
  background: #efefef;
}
.story-item-wrap figure{
  float:left;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 13px 19px -13px rgba(0,0,0,0.5);
  margin:0px;
  position: relative;
  z-index:1;
  transition:all 0.5s ease;
  max-height: calc((100vw / 3) - 140px);
}
.story-item-wrap figure img{ 
  min-height: calc((100vw / 3) - 140px);
  max-height: calc((100vw / 3) - 140px);
  max-width: none;
}
.story-item-wrap:hover .story-item-wrap figure{
  box-shadow: 0 23px 30px -13px rgba(0,0,0,0.3);
}
.story-item-wrap:hover:after{
  height:20%;
}
.story-item-wrap .story-desc-wrap{
  float:left;
  width:100%;
  padding-top:16px;
  z-index: 1;
  position: relative;
}
.story-item-wrap .story-desc-wrap h3{
  margin-bottom:15px;
}
.story-item-wrap .story-desc-wrap h3 a{
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 34px;
  color:#fff;
}
.story-item-wrap .story-desc-wrap p, .story-item-wrap .story-desc-wrap .intro{
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 12px;
}
.story-item-wrap .story-desc-wrap ul,
.story-item-wrap .story-desc-wrap ol{
  margin-bottom: 12px;
}
.story-item-wrap .story-desc-wrap .intro ul li{
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
.story-item-wrap .story-desc-wrap ul li,
.story-item-wrap .story-desc-wrap ol li{
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
.story-item-wrap .story-desc-wrap p a{
  color: #FFFFFF;
}
.pt-140{
  padding-top:140px!important;
}
.mb-110, .row.mb-110{
  margin-bottom:110px;
}
.mb-60{
  margin-bottom:60px;
}
.mt-60{
  margin-top:60px;
}
.other-story-wrap{
  float:left;
  width:100%;
  position: relative;
}
.other-story-wrap ul.other-story-list{
  margin: -35px;
  padding: 0px;
  width:calc(100% + 70px);
  display: flex;
  flex-wrap: wrap;
}
ul.other-story-list.mb-60{
  margin-bottom:30px;
}
ul.other-story-list > li{
  list-style: none;
  float:left;
  width:calc(50% - 70px);
  margin:35px;
  display: flex;
}
.single-latest ul.other-story-list > li{
  z-index: 1;
}
ul.other-story-list > li figure{
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  margin: 0px;
  width: 184px;
  height: 184px;
}
ul.other-story-list > li figure a{
  display:block;
  width:100%;
  height:100%;
}
ul.other-story-list > li .desc{
  width:70%;
  padding-left: 22px;
}
ul.other-story-list > li .meta{
  display: flex;
    text-transform: uppercase;
    align-items: center;
    margin-bottom: 12px;
}
ul.other-story-list > li .meta .meta-cat{
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 14px;
  color: #FFFFFF;
  padding:3px 8px;
  background:#ccc;
  margin-right:10px;
}
ul.other-story-list > li .meta .date{
  color: #999999;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
}
ul.other-story-list > li h4{
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0px 0px 13px 0px;
}
ul.other-story-list > li p{
  color: #666666;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0px 0px 10px 0px;
}
ul.nojob > li p{
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0px 0px 10px 0px;
}
ul.other-story-list > li ul, ul.other-story-list > li ol{
  margin: 0px 0px 10px 0px;
}
ul.other-story-list > li ul li, ul.other-story-list > li ol li{
  color: #666666;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}
ul.other-story-list > li p a, ul.other-story-list > li ul li a, ul.other-story-list > li ol li a{
  color: #666666;
}


.city-thumb{
  display:block;
  position:relative;
  width:100%;
}
.city-thumb .desc{
  position:absolute;
  bottom:0px;
  left:0px;
  width:100%;
  text-align: center;
  padding:24px;
  z-index: 1;
  pointer-events:none;
}
.city-thumb .desc h5{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 31px;
  text-align: center;
  color:#fff;
  width:100%;
  margin:0px;
}
.city-thumb .desc strong{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 19px;
  text-align: center;
  color:#fff;
  width:100%;
  margin:0px;
  text-transform: uppercase;
}
.city-thumb figure{
  overflow: hidden;
  display:flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0px;
  max-height:calc(100vh / 4);
  min-height:calc(100vh / 4);
  height:100%;
  background: #a3a3a3;
}
.city-thumb figure img{
  width:100%;
}
#cities-thumb-wrap ul.cities-thumb > li a{
  transition:all 0.4s ease;
}
.city-thumb:hover{
  box-shadow: 0 15px 30px -10px rgba(0,0,0,0.5);
}
.city-thumb figure:before{
  content:'';
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  transition:all 0.4s ease;
}
.city-thumb:hover figure:before{
  opacity:0.1;
}
#city-slider{
  padding-bottom:60px;
}
#city-slider.disabled .swiper-nav-wrap{
  display:none;
}
.row.m0.float-left{
  width:100%;
}
.city-slider-wrap .swiper-nav-wrap {
  left: 0px;
  bottom: 0px;
}
.city-slider-wrap{
  position: relative;
  padding-top: 40px;
  float:left;
  width:100%;
}
section.inner-section .city-slider-wrap .trans-text{
  left:0px!important;
}
.latest-story ul.other-story-list{
  display: inline-block;
}
.latest-story li.highlight-story{
  float:right;
  flex-wrap: wrap;
  margin-top:-150px;
  max-width: 38%;
}
.latest-story li.highlight-story figure{
  width:100%;
  padding-top:100%;
  box-shadow: 0 16px 24px -16px rgba(0,0,0,0.5);
  position: relative;
}
.latest-story li.highlight-story figure a{
  position: absolute;
  left:0px;
  top:0px;
  width:100%;
  height: 100%;
}
.latest-story ul.other-story-list > li{
  clear:left;
}
.latest-story li.highlight-story .desc{
  padding:24px 0px 0px 0px;
  width:100%;
}
.latest-story li.highlight-story h4{
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 48px;
}
#landing-slider.discover-slider{
  padding: 90px 0px 60px 0px;
}
#landing-slider.disabled .swiper-nav-wrap{
  display:none;
}
.highlight-block{
  float:left;
  width:100%;
  padding: 0px 0px 40px 40px;
  position: relative;
}
.highlight-block > figure{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  padding-top:100%;
  box-shadow: 0 16px 24px -16px rgba(0,0,0,0.5);
  margin: 0px 0px 30px 0px;
  position: relative;
  left:-4.6vw;
}
.highlight-block.article-highlight > figure{
  margin-top:3vh;
  margin-bottom:45px;
}
.highlight-block.article-highlight > figure + .person-contact{
  margin-top:5px!important;
}
.highlight-block .person-contact .author-thumb .desc strong{
  color:#fff;
}
.article-section .fill-highlight{
  top:auto;
  z-index: -2;
  bottom:0px;
  left:0px;
  height:2000px;
  width:calc(100% + 70px);
}
.highlight-block ul.hl-links{
  margin:0px;
  padding: 0px;
}
.highlight-block ul.hl-links > li{
  list-style: none;
  float:left;
  width:100%;
  margin: 1px 0px;
}
.highlight-block ul.hl-links > li a{
  position:relative;
  display:inline-block;
  color:#fff;
  padding-left:24px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
}
.highlight-block ul.hl-links > li a i{
  color:#fff;
  position: absolute;
  left:0px;
  top:1px;
  font-size: 15px;
}
.highlight-block ul.hl-links > li a:hover{
  text-decoration: underline;
}
.highlight-block .person-contact,.highlight-block .person-contact h4,
.highlight-block .person-contact .desc span, .highlight-block .person-contact .desc a{
  color:#fff!important;
}
.article-banner-full{
  width:100vw;
  margin:100px 0px 50px;
  position: relative;
  display: block;
  margin-left: calc(-75px - 5vw);
}
.article-banner-full figure{
  display:flex;
  width:100vw;
  align-items: center;
}
.article-banner-full img{
  width:100%;
}
article figure.article-figure{
  float:left;
  width:100%;
  margin:60px 0px;
}
article figure.article-figure img{
  margin:0px 0px 5px 0px;
}
article figure.article-figure .caption{
  text-align: left;
  color: #CCCCCC;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
  display: block;
  width:100%;
  font-weight: 400;
}
figure + .caption{
  color: #999999;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 17px;
  text-align: right;
  display: block;
  text-align: right;
  width:100%;
}
.article-banner-full .caption{
  padding-right:70px;
}
.article-wrap article .article-slider-wrap{
  width:100vw;
  margin:70px 0px;
}
.article-banner{
  float:left;
  width:100%;
  position: relative;
}
.article-banner figure{
  float:left;
  width:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 600px;
  height: 70vh;
  margin: 0px;;
}
.article-banner .caption {
  position: absolute;
  left: 0px;
  bottom: -28px;
  max-width: 58vw;
}
section.in-numbers{
  float:left;
  width:100%;
  padding:62px 0px;
}
section.in-numbers .container{
  padding-left:calc(5vw + 15px);
}
section.in-numbers .label-text{
  display:block;
  opacity: 0.6;
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 0.86px;
  line-height: 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
section.in-numbers ul.number-list{
  display:flex;
  margin:0px;
  padding:0px;
  width:100%;
}
section.in-numbers ul.number-list > li{
  list-style: none;
  padding-right:60px;
  color:#fff;
  width:90%
}
ul.number-list > li h4{
  color:#fff;
  color: #FFFFFF;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 64px;
  margin: 0px 0px 10px 0px;
}
ul.number-list > li span{
  display:block;
  font-size: 14px;
  letter-spacing: 0;
  color: #FFFFFF;
  line-height: 16px;
}
.author-modal .modal-dialog{
  max-width: 564px;
  border-radius: 0px;
  margin-top:10vh;
}
.author-modal .modal-content{
  border-radius: 0px;
  border:none;
  box-shadow: -10px 0 24px 0 rgba(0,0,0,0.2);
  padding:40px;
}
.author-modal .bio-head{
 text-align: center;
 margin-bottom: 20px;
}
.author-modal .bio-head figure{
  width:180px;
  height:180px;
  border-radius: 100%;
  margin-bottom: 20px;
  margin-left:auto;
  margin-right:auto;
  display:flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.author-modal .bio-head figure img{
  min-height: 180px;
  max-width: none;
  max-height: none;
  width:100%;
}
.author-modal .bio-head strong{
  width:100%;
  display:block;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 44px;
  color: #14377D;
}
.author-modal .bio-head .des{
  height: 28px;
  width: 198px;
  color: #CCCCCC;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
}
.memberModal figure{
  width:100%;
  margin: 0px 0px 30px;
}
.memberModal figure img{
  max-width:300px;
  float:none;
  margin:auto;
  display:block;
}
.memberModal p.murl{
  padding-top:15px;
}
.memberModal .member-desc{
  float:left;
  width:100%;
  text-align: center;
}
.memberModal .member-desc p{
  font-weight: 300;
}
.memberModal .member-desc a{
  font-size:18px;
  text-decoration: underline;
}
.author-modal .close{
  opacity: 1;
  position: absolute;
  left:0px;
  top:0px;
  font-size: 20px;
}
.author-modal .bio-desc{
  text-align: center;
  float:left;
  width:100%;
 }
 .author-modal .bio-desc p{
   font-style: 16px;
   line-height: 22px;
   font-weight: 300;
 }
 .author-modal ul.social-links{
   display:flex;
   align-items: center;
   justify-content: center;
   margin: 0px;
   padding: 0px;
   margin-top: 40px;
 }
 .author-modal ul.social-links > li{
   list-style: none;
   margin: 0px 4px;
 }
 .author-modal ul.social-links > li a{
   display:flex;
   align-items: center;
   justify-content: center;
   width:70px;
   height:70px;
   background: #EFEFEF;
   border-radius: 100%;
   font-size: 22px;
   transition:all 0.3s ease;
   line-height: 17px;
 }
 .author-modal ul.social-links > li a:hover{
   background:#1a377d;
   color:#fff;
 }
 .scrollProgressWrap{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  pointer-events: none;
  border-radius: 0px;
  color: transparent;
  height:6px;
  background:none;
 }
 .scrollProgressWrap .progress-bar{
  height:6px;
  color: transparent;
 }

 .focus-list-wrap{
   float:left;
   width:100%;
   margin-bottom: 150px;
 }
 .focus-list-wrap ul.focus-list{
   margin:0px -20px 90px;
   padding:0px;
   display: flex;
   flex-wrap: wrap;
   width:calc(100% + 40px);
   align-items: flex-start;
 }
 .focus-list-wrap ul.focus-list > li{
  list-style: none;
  float:left;
  margin: 20px;
  padding: 0px;
  width:calc(25% - 40px);
 }
 .focus-list-wrap ul.focus-list > li a{
   display: block;
 }
 .focus-list-wrap ul.focus-list > li figure{
   width:100%;
   padding-top:100%;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   margin: 0px;
   transition:all 0.4s ease;
 } 
 .focus-list-wrap ul.focus-list > li.focus-item-large, .focus-list-wrap ul.focus-list > li:nth-child(7), .focus-list-wrap ul.focus-list > li:nth-child(18){
  width:calc(50% - 40px);
 }
 .focus-list-wrap ul.focus-list > li.focus-item-large figure,
 .focus-list-wrap ul.focus-list > li:nth-child(7) figure,  .focus-list-wrap ul.focus-list > li:nth-child(18) figure{
   padding-top:calc(100% + 100px);
 }
 .focus-list-wrap ul.focus-list > li a:hover figure{
  box-shadow: 0 15px 30px -10px rgba(0,0,0,0.5);
 }
 .focus-list-wrap ul.focus-list > li .focus-meta{
   float:left;
   width:100%;
   padding-top:15px;
   min-height: 100px;
   height:100px!important;
 }
 .focus-list-wrap ul.focus-list > li .focus-meta .item-cat{
  color: #FFFFFF;
  display:inline-block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 14px;
  color: #FFFFFF;
  padding: 3px 8px;
  background: #ccc;
  text-transform: uppercase;
  margin-right: 10px;
 }
 .focus-list-wrap ul.focus-list > li .focus-meta strong{
   display:block;
   font-size: 24px;
   font-weight: 500;
   letter-spacing: 0;
   line-height: 26px;
   margin-top:10px;
 }
 .member-wrap{
   float:left;
   width:100%;
   margin-top: 100px;
   margin-bottom: 160px;
 }
 .member-wrap ul.member-list{
   float:left;
   width:calc(100% + 40px);
   display:flex;
   flex-wrap: wrap;
   margin: -20px;
   padding: 0px;
 }
 .member-wrap ul.member-list > li{
   list-style: none;
   float:left;
   margin:20px;
   width:calc(33.3% - 40px); 
 }
 .member-wrap ul.member-list > li a{
   display:block;
 }
 .member-wrap ul.member-list > li a figure{
  display:flex;
  align-items: center;
  justify-content: center;
  padding:40px;
  height:264px;
  margin: 0px;
  background-color: #efefef;
  transition:all 0.5s ease;
 }
 .member-wrap ul.member-list > li a:hover figure{
   background:#e3e2df;
 }
 .member-wrap ul.member-list > li a figure img{
   max-height:150px;
 }
 .search-section{
   min-height:calc(100vh - 303px);
 }
 article .alignleft{
  float:left;
  margin:10px 30px 15px 0px;
 }
 article .alignright{
  float:right;
  margin:5px 0px 20px 30px;
 }
 
 article .aligncenter{
  margin:5px auto 20px auto;
  text-align: center;
 }
 .search-page article{
  padding:16px 0px;
  border-bottom:solid 1px #ccc;
  float:left;
  width:100%;
 }
 .search-page article h2{
   font-size:22px;
   margin:0px;
 }
 .search-page article p{
   margin: 0px;
   font-weight: 300;
 }
 .search-page article ul li, .search-page article ol li{
  color: #333333;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
 }
 .search-page h2.page-title {
  background: #14377d;
  padding: 10px 20px;
  font-weight: 300;
  color:#fff;
  line-height: 100%;
}
.search-page h2.page-title span{
  color:#ffd700;
  font-weight: 500;
}
.search-page .pagination{
  float:left;
  width:100%;
  background:#eaeaea;
  margin-top:30px;
  border-radius: 0px;
  padding:10px 20px;
}
.search-page .pagination h2{
  font-weight: 300;
  font-size: 16px;
  float:left;
  margin-right: 20px;
  margin-bottom: 0px;
  line-height: 22px;
}
.search-page .pagination .nav-links a{
  margin:0px 6px;
}
.search-page .pagination .nav-links .current {
  color: #fff;
  background: #14377d;
  padding: 0px 8px 2px;
  line-height: 100%;
}
.inner-section ul.processing{
  position: relative;
}
.inner-section ul.processing:after{
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  left: -50%;
  right: -50%;
  margin: auto;
  top: 99.5%;
  background: url(images/loading.gif) no-repeat center;
  background-size: 40px;
}
.inner-section ul.other-story-list.processing::after{
  top:auto;
  bottom:-10px;
}
.inner-section ul.processing > li{
  opacity:0.6;
}
ul.searchitemlist{
  float:left;
  width:100%;
  margin:25px 0px -8px 0px;
  padding:0px;
}
ul.searchitemlist > li{
  float:left;
  list-style: none;
  margin:0px 8px 8px 0px;
}
ul.searchitemlist > li a{
  color:#fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 17px;
  background:#333;
  padding:5px 24px 6px 10px;
  text-transform: uppercase;
  line-height: 12px;
  float:left;
  position: relative;
  font-weight: 300;
}
ul.searchitemlist > li a:after{
  content:'\0042';
  position:absolute;
  right:7px;
  top:6px;
  font-size:8px;
  font-family: 'ec-icons';
}
ul.searchitemlist > li a:empty{
  display:none;
}
.project-aside-wrap .project-slider-wrap h2.trans-text{
  
}
.project-aside-wrap .project-slider .story-item-wrap{
  padding-top:0px;
}
.project-aside-wrap .project-slider{
  margin-top:34px;
}
.project-aside-wrap .story-item-wrap figure{
  height: 300px;
}
body.post-type-archive-cities nav ul.primary-nav > li.current-menu-item > a span,
body.post-type-archive-cities .scrollProgressWrap .progress-bar{
  background:#004c3a!important;
}
body.post-type-archive-latest nav ul.primary-nav > li.current-menu-item > a span,
body.post-type-archive-latest .scrollProgressWrap .progress-bar{
  background:#d32013!important;
}
body.post-type-archive-goals nav ul.primary-nav > li.current-menu-item > a span{
  background:#b91955!important;
}
#site-wrapper{
  opacity:0;
  transition:all 0.4s ease 0.1s;
}
#fakeloader-overlay.hidden + #site-wrapper{
  opacity:1;
}

/*--project--*/
.inner-landing .intro a{
  text-decoration: underline;
}
.inner-landing .intro.full-width{
  max-width:660px;
}
.inner-landing ul li{
  color: #666666;
  font-family: halyard-display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}
.inner-landing ul li::marker {
  color: #666666;
  font-size: 10px;
}
.inner-two-col .filter-wrap.project-filter .box-filter{
  max-width: 57vw;
}
.inner-two-col .project-filter .search-box{
  width:calc(40vw - 20vw);
}
.project-filter{
	margin-top: 30px;
}
.project-filter .btn-black{
  padding-left:48px;
}
.project-filter .btn-black{
  margin-left:20px;
}
.project-thumb-wrap {
  float: left;
  width: 100%;
  margin-bottom: 160px;
}
.project-thumb-wrap ul.project-thumb {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
  padding: 0px;
  width:calc(100% + 40px);
}
.project-thumb-wrap ul.project-thumb > li {
  padding: 20px;
  list-style: none;
  width:25%;
}
.project-thumb-wrap ul.project-thumb > li figure {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  margin: 0px;
  width:100%;
  padding-top:100%;
  background-size: cover;
  background-position: center;
  transition:all 0.4s ease;
}
.project-thumb-wrap ul.project-thumb > li:hover figure{
  box-shadow: 0 15px 30px -10px rgba(0,0,0,0.5);
}
section .fill-bar{
  z-index: -1;
}
.project-page section.inner-two-col .fill-bar{
  height:calc(100% + 155px);
}
.project-thumb-wrap ul.project-thumb > li figure{
  position: relative;
  margin-bottom: 10px;
}
.project-over{
  width: 100%;
  height:100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity:0;
  pointer-events: none;
  background: #14377D;
  transition: all 0.6s ease;
  padding:30px 30px 70px 30px;
}

.project-thumb-wrap ul.project-thumb > li:hover figure .project-over{
  opacity: 1;
  pointer-events:auto;
}
.project-over *{
  color:#FFFFFF;
}
.project-over p{
  color: #FFFFFF;
  font-family: halyard-display, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
}
.project-over a.btn-more{
  position: absolute;
  bottom: 30px;
}
.project-over a.btn-more:before{
  content:'';
  position: absolute;
  left:-50px;
  bottom:0px;
  width:100vw;
  height:100vw;
}
.project-over a.btn-more:hover{
  color:#14377d!important;
}
.project-over a.btn-more:hover span{
  background:#fff;
}
.project-thumb-wrap ul.project-thumb > li h5{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  padding-right: 5px;
}

.project-aside-wrap{
  position: fixed;
  z-index: 100;
  background: #fff;
  width: 100%;
  max-width:725px;
  right: -100vw;
  top: 0px;
  box-shadow: 0 3px 14px 0 rgba(0,0,0,0.3);
  height:100%;
  pointer-events: none;
  transition:all 0.6s ease;
}
.bdrop{
  position:fixed;
  top:0px;
  left:0px;
  height:100vh;
  width:100vw;
  background-color: rgba(0,0,0,0.4);
  z-index: 99;
  opacity:0;
  pointer-events: none;
}
.project-aside-wrap.active{
  pointer-events: auto;
  right:0px;
}
.project-aside-wrap.active + .bdrop{
  opacity:1;
  transition:all 1s ease 0.2s;
  pointer-events: auto;
}

.close-project{
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 2;
  padding: 10px;
  color:#333;
  height:40px;
  background-color: #FFFFFF;
}
.close-project .icon-close::before {
  font-size:20px;
}

.project-aside-wrap .customScrollbar.project-scroll {
  float: left;
  width: 100%;
  max-height:calc(100vh - 90px);
}
.project-aside-wrap .mCS-rounded-dark .mCSB_scrollTools{
  height:98%;
}
.project-aside-wrap .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
.project-header{
  display:flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-bottom:22px;
}
.title-wrap{
  width:calc(100% - 125px);
}
.title-wrap h1{
  color: #14377D;
  font-family: halyard-display, sans-serif;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 64px;
  margin-top: 25px;
}
.project-logo{
  width:125px;
}
.project-meta{
  width:100%;
  float: left;
  margin-bottom:40px;
}
.project-meta label{
  width:100%;
  float: left;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 5px;
  font-family: halyard-display, sans-serif;
}
.project-meta label a{
  color: #333333;
  text-decoration: underline;
}
.project-meta label span{
  opacity: 0.6;
  color: #999999;
  font-size: 12px;
  letter-spacing: 0.86px;
  line-height: 17px;
  margin-right:10px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: halyard-display, sans-serif;
}
.project-meta label:last-child{
  margin-bottom: 0px;;
}
.project-content-wrap{
  float:left;
  width: 100%;
}
.project-intro{
  width:100%;
  float: left;
}
.project-intro p{
  color: #14377D;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
}

.project-content > img, .project-content p > img{
  margin:10px 0px 40px;
}
.project-content{
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
.project-content p{
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
}
.project-content ul, .project-content ol{
  margin: 0px 0px 20px 0px;
}
.project-content ul li, .project-content ol li{
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
}
.person-contact{
  float: left;
  width:100%;
  margin-top: 30px;
}
.person-contact h4{
  opacity: 0.6;
  color: #999999;
  font-size: 12px;
  letter-spacing: 0.86px;
  line-height: 17px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.person-contact .author-thumb {
  display: flex;
  align-items: center;
  margin: 0px 0px 20px 0px;
}
.person-contact .author-thumb figure {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  overflow: hidden;
}
.person-contact .author-thumb .desc {
  width:calc(100% - 65px);
  padding-left: 10px;
}
.person-contact .author-thumb .desc strong, .person-contact .author-thumb .desc strong a {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  float: left;
  clear: both;
}
.person-contact .author-thumb .desc strong a:hover {
  text-decoration:underline;
}
.person-contact .author-thumb .desc span {
  color: #999999;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  float: left;
  clear: both;
}

.project-recomt-wrap{
  float: left;
  width: 100%;
  margin-top: 50px;
  position: relative;
  background-color: #EFEFEF;
} 
.project-recomt-wrap::before{
  content: "";
  position: absolute;
  width:calc(100% + 600px);
  left: -80px;
  height: 100%;
  top: 0px;
  z-index: -1;
  background-color: #EFEFEF;
} 
.project-recomt-wrap .trans-text{
  font-size: 74px;
  left: 56px;
  top: 30px;
  z-index: 0;
}

.filter-wrap .btn-black#listview, .filter-wrap .btn-black#gridview{
  min-width: 152px;
}
.post-type-archive-goals section.inner-two-col,
.post-type-archive-projects section.inner-two-col{
  padding-bottom:40px;
}
.post-type-archive-goals section.inner-two-col{
  min-height: 400px;
}
.post-type-archive-goals ul.searchitemlist, 
.post-type-archive-projects ul.searchitemlist,
.post-type-archive-cities ul.searchitemlist{
  margin:-15px 0px 20px 0px;
  max-width: 55vw;
}
.post-type-archive-cities ul.searchitemlist{
  margin-top:-50px;
}
.page-404{
  float:left;
  width:100%;
  padding:150px 0px 100px;
  min-height: calc(100vh - 285px);
  display:flex;
  align-items: center;
}
.page-404 .error-404{
  float:left;
  width:100%;
}
.page-404 p{
  font-size:20px;
}
.page-404 .search-form{
  float:left;
  width:100%;
  margin-top:40px;
}
.page-404 .search-form label{
  margin:0px;
}
.page-404 .search-form label span{
  display:none;
}
.page-404 .search-form input[type="search"]{
  border: none;
  width: 100%;
  max-width: 500px;
  border-bottom: solid 1px #333;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 52px;
  color: #333;
  padding:0px;
  font-weight: 300;
  min-width: calc(100vw / 2.7);
}
.page-404 .search-form .search-submit{
  font-size:30px;
  border-radius: 0px;
  background: #253B86;
  color:#fff;
  border:none!important;
  padding: 10px 20px 12px;
  line-height: 100%;
  font-weight: 300;
}
.post-type-archive-projects .modal-backdrop{
  display:none!important;
}
.post-type-archive-projects #authorModal{
  background:rgba(0,0,0,0.5);
}
#site-wrapper #authorModal.modal{
  display:block!Important;
  pointer-events: none;
  opacity:0;
  transition:all 0.4s ease;
}
#site-wrapper #authorModal.modal.show{
  pointer-events: auto;
  opacity:1;
}

.modal .modal-dialog {
  transition:all 0.4s ease;
  transform:scale(0.4);
  opacity:0;
}
.modal.show .modal-dialog{
  transform:scale(1);
  
  opacity:1;
}
.modal-backdrop{
  opacity:0;
}
.modal-backdrop.show {
  opacity: .5;
  transition: all 0.4s ease;
}




#fakeloader-overlay {
  opacity: 0;
  top: 0px;
  left: 0px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  width: calc(100vw + 20px);
  z-index: 9998;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; 
}

#fakeloader-overlay.visible {
  opacity: 1; 
}

#fakeloader-overlay.hidden {
  opacity: 0;
  height: 0px;
  width: 0px;
  z-index: -10000; 
}

#fakeloader-overlay .loader-wrapper-outer {
  background-color: transparent;
  z-index: 9999;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: table;
  text-align: center;
  vertical-align: middle; 
}

#fakeloader-overlay .loader-wrapper-inner {
  display: table-cell;
  vertical-align: middle; 
  background:url(images/loading2x.gif) no-repeat center;
  background-size: 80px;
}

#fakeloader-overlay .loader {
  display:none!important;
  margin: auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 8px solid rgba(255, 255, 255, 0.5);
  border-right: 8px solid rgba(255, 255, 255, 0.5);
  border-bottom: 8px solid rgba(255, 255, 255, 0.5);
  border-left: 8px solid #AAA;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: fakeloader 1.1s infinite linear;
  animation: fakeloader 1.1s infinite linear; 
}

#fakeloader-overlay .loader, #fakeloader-overlay .loader:after {

  border-radius: 50%;
  width: 50px;
  height: 50px; 
}

@-webkit-keyframes fakeloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); 
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); 
  } 
}

@keyframes fakeloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); 
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); 
  } 
}

.no-items{
  font-size:20px;
  color: #969696;
  font-weight: 300;
  letter-spacing: 1px;
  font-style: normal;
  padding: 10px 0px 10px 40px;
  background: rgba(0,0,0,0.05);
}
.project-details .project-content-wrap .project-content:last-child{
  padding:0px;
}
.post-type-archive-stories .stories-list-wrap{
  position:relative;
  padding-bottom: 50px;
}
.post-type-archive-stories .stories-list-wrap .more_items,
.post-type-archive-cities .cities-thumb .loadmore{
  clear:both;
  width:100%;
  justify-content: center;
  bottom:-20px;
  left:0px;
}
.post-type-archive-cities ul.filter-check-list > li .checkbox label{
  text-transform: capitalize;
}
.search-section .search-page article .meta {
  display: flex;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 12px;
}
.search-section .search-page article .meta .meta-cat {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 14px;
  color: #FFFFFF;
  padding: 3px 8px;
  background: #14377d;
  margin-right: 10px;
}
.search-section .search-page article .meta .date {
  color: #999999;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}


.search-results nav .nav-right.nav-light .social-links > li a,
.search-no-results nav .nav-right.nav-light .social-links > li a,
.error404 nav .nav-right.nav-light .social-links > li a{
  color: #333;
}
.search-results nav .nav-right .search-wrap a.search-trigger,
.search-no-results nav .nav-right .search-wrap a.search-trigger,
.error404 nav .nav-right .search-wrap a.search-trigger{
  color: #333 !important;
}
.search-results nav .nav-right .search-wrap a.search-trigger,
.search-no-results nav .nav-right .search-wrap a.search-trigger
.error404 nav .nav-right .search-wrap a.search-trigger {
  background: rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  pointer-events: auto;
  opacity: 1;
}
.search-results nav .nav-right .search-wrap a.search-trigger.active,
.search-no-results nav .nav-right .search-wrap a.search-trigger.active,
.error404 nav .nav-right .search-wrap a.search-trigger.active{
  pointer-events: none;
  opacity: 0;
}
.search-results nav .nav-right .search-wrap a.search-trigger:hover,
.search-no-results nav .nav-right .search-wrap a.search-trigger:hover,
.error404 nav .nav-right .search-wrap a.search-trigger:hover{
  background: #333;
}
.search-results nav .nav-right .search-wrap a.search-trigger:hover i,
.search-no-results nav .nav-right .search-wrap a.search-trigger:hover i,
.error404 nav .nav-right .search-wrap a.search-trigger:hover i{
  color: #fff !important;
}
.search-results nav .search-wrap,
.search-no-results nav .search-wrap,
.error404 nav .search-wrap{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.search-results nav .searchPagewrap,
.search-no-results nav .searchPagewrap,
.error404 nav .searchPagewrap{
  position: absolute;
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}
.search-results nav .searchPagewrap.active,
.search-no-results nav .searchPagewrap.active,
.error404 nav .searchPagewrap.active{
  width: 300px;
  opacity:1;
  overflow: auto;
  pointer-events: auto;
  background: #FFF;
  z-index: 9;
}
.search-results nav .searchPagewrap .search,
.search-no-results nav .searchPagewrap .search,
.error404 nav .searchPagewrap .search{
  display: flex;
}

.search-results nav .searchPagewrap input,
.search-no-results nav .searchPagewrap input,
.error404 nav .searchPagewrap input{
  border: none;
  width:100%;
  opacity: 1;
  border-bottom: solid 1px #e3e2df;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
  color: #333;
  background: none;
  transition: all 0.3s ease;
  padding-right: 20px;
}

.search-results nav .nav-right .searchPagewrap button,
.search-no-results nav .nav-right .searchPagewrap button,
.error404 nav .nav-right .searchPagewrap button{
  background: rgba(0,0,0,0.2);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: all 0.4s ease;
}
.search-no-results nav .nav-right .search-wrap a.search-trigger{
  background: rgba(0,0,0,0.2);
}
.search-results nav .nav-right .searchPagewrap button:hover,
.search-no-results nav .nav-right .searchPagewrap button:hover,
.error404 nav .nav-right .searchPagewrap button:hover{
  background: #333;
}
.search-results nav .nav-right .searchPagewrap button i,
.search-no-results nav .nav-right .searchPagewrap button i,
.error404 nav .nav-right .searchPagewrap button i{
  transition: all 0.4s ease;
  font-size: 14px;
  line-height: 11px;
}
.search-results nav .nav-right .searchPagewrap button:hover i,
.search-no-results nav .nav-right .searchPagewrap button:hover i,
.error404 nav .nav-right .searchPagewrap button:hover i{
  color: #fff !important;
}
.search-results nav .nav-right .searchPagewrap .close-search,
.search-no-results nav .nav-right .searchPagewrap .close-search,
.error404 .nav-right .searchPagewrap .close-search{
  /*position: absolute;*/
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 53px;
  top: 12px;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.searchPagewrap .close-search i {
  font-size: 10px;
  color: #333;
}
.search-results nav .social-links,
.search-no-results nav .social-links, .error404 nav .social-links{
  display: none;
}
.search-no-results header nav .search-wrap{
  display: none!important;
}
.error404 header nav .search-wrap{
  display: none!important;
}
.filter-check-list.filter-check-cat ul.filter-check-list > li .checkbox label{
    font-size:18px;
}
.goalsCat{
			color: #333333;
			font-size: 20px;
			font-weight: 400;
			letter-spacing: 0;
			line-height: 22px;
			margin-bottom: 0px;
			cursor:pointer;
}

.pr-100{
  padding-right: 100px;
}


h2.newabt-title {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  margin: 0px 0px 40px 0px;
}
.newabotpage .col-lg-6.pr-100 p, #ybecomme-slider .desc-wrap p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0px 0px 20px;
}
.abotmenu{
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.abotmenu > li{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin:5px;
}
.abotmenu > li a{
  width: 100%;
  color: #333333;
  padding: 10px 15px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  background: #FFD700;;
}
.newabouttab-wrap{
  padding: 50px 0px;
  align-items: flex-start;
}
.newabouttab-wrap h2.title{
  font-size:42px;
  color: #808080;
  font-weight: 400;
}
.about-tabmenu{
  margin: 0;
  width:100%;
  padding-left: 5px;
}
.about-tabmenu > li{
  width: 100%;
  display: flex;
}
.about-tabmenu > li a{
  width: 100%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 10px;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  margin: 10px;
  min-height: 120px;
  justify-content: center;
  text-align: center;
}
.about-tabmenu > li span{
  margin: 10px;
}

.newabouttab-wrap .tab-content{
  padding-left: 20px;
}
.menucontent{
  width: 100%;
  padding:30px;
  color: #FFFFFF;
}
.menucontent *{
  color: #FFFFFF;
}
.menucontent h3{
  font-weight: 300;
  font-size:30px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.menucontent-img{
  width: 100%;
  margin-bottom: 15px;
}
.menucontent-cont{
  width: 100%;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
}
.menucontent-cont *{ 
  font-size: 20px;
  font-weight: 300;
}
.menucontent-cont p{
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
}
.menucontent-cont ol li{
  margin-bottom: 10px;
  list-style-position: inside;
}
.policywork-sec .backbtn{
  padding-left: 40px;
}

.policywork-sec .backbtn::after {
  content: '\0041';
  font-family: 'ec-icons';
  position: absolute;
  left: 15px;
  top: 17px;
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  transform: rotate(180deg);
  width: 12px;
  height: 12px;
}
section.inner-section .policywork ul.other-story-list{
  margin-top: 40px;
}

.newteamwrap{
  position: relative;
  background: #FFFFFF;
}
.newteamwrap::after{
  content: '';
  z-index:-1;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #FFFFFF;
}
.newteamwrap .team-join-wrap{
  z-index: 1;
}
ul.team-result-list.newteam{
  width: calc(100% + 15px);
}
ul.team-result-list.newteam > li{
  display: flex;
  width: calc(100% / 4);
}
ul.team-result-list.newteam > li span{
  text-align: center;
}
.newteam > li .team-thumb figure{
  width:120px;
  height: 120px;
  cursor: pointer;
}
.newteam > li .team-thumb {
  align-content: flex-start;
}

ul.team-result-list.newteam > li strong a{
  color: #333333;
  font-size: 26px;
}
.newteam > li .teamsinfo{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 70px);
  padding-left: 15px;
}
.newteam > li .teamsinfo span{
  width: 100%;
}

.modal-dialog {
  max-width: 840px;
  border-radius: 0;
}
.modal-content {
  border-radius: 0;
  border: 0;;
}
.modal-body {
  padding:20px 20px 20px 20px;
  position: relative;
}
button.close {
  top: -35px;
  right: 0px;
  color: #FFFFFF;
  box-shadow: none;
  position: absolute;
  opacity: 1;
  width: 30px;
  height: 30px;
  background: url(../eurocities/images/close.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.popup-wrap {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.popup-cont {
  padding-left:20px;
  width: calc(100% - 180px);
}
.popup-img {
  width: 180px;
}
.popup-cont h2 {
  color: #14377D;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom:15px;
}
.popup-cont .team-info, .popup-cont .team-dis {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.popup-cont .team-info span {
  width: 100%;
  float: left;
  margin-top: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  color: #666;
  text-transform: uppercase;
}
.popup-cont .team-info span {
}
.popup-cont .team-info span.email {
  text-transform:none;
}
.popup-cont .team-dis p{
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  color: #666; 
}
.popup-cont .team-dis p:last-child{
  margin-bottom: 0;
}

.popup-img {
  width: 180px;
}


.ybecommenber-inner .joinusbtn{
  min-width: 200px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none!important;
  background: #253B86;
  color: #FFFFFF!important;
  text-align: center;
  margin-top: 50px;
}
.ybecommenber-inner .joinusbtn:hover{
  background: #000;
}

section.inner-two-col.ybecommenberpage{
	padding-top: 0;
}
#ybecomme-slider {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
#ybecomme-slider .swiper-slide {
  display: flex;
  max-width: 20vw;
}
#ybecomme-slider .swiper-slide.swiper-slide-active {
  width: 65vw !important;
  max-width: none !important;
}

#ybecomme-slider .swiper-slide .slider-desc {
  position: relative;
}
#ybecomme-slider .swiper-slide.swiper-slide-active .slider-desc {
  width: 100%;
  padding-left: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
	#ybecomme-slider .slider-desc .desc-wrap {
  	position: absolute;
	}
}
@media only screen and (max-width: 980px){
	.page-template-why-become-member section.inner-two-col.newabotpage .fill-bar{
		display: none
	}
}

#ybecomme-slider .slider-desc .desc-wrap {
  max-width: 550px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  padding-right: 50px;
  margin-top: 100px;
}
#ybecomme-slider .swiper-slide.swiper-slide-active .desc-wrap {
  opacity: 1;
  transition: all 0.6s ease 0.06s;
  margin-top: 0px;
}
#ybecomme-slider .swiper-slide .slider-img {
  width: 100%;
}
#ybecomme-slider .swiper-slide.swiper-slide-active .slider-img {
  width: auto;
}
#ybecomme-slider .swiper-slide .slider-img figure {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-height: 460px;
  margin: 0px 0px 15px 0px;
  box-shadow: 0 15px 30px -15px rgba(0,0,0,0.5);
  max-width: 20vw;
}
#ybecomme-slider .swiper-slide.swiper-slide-active .slider-img figure {
  max-width: 460px;
}
#ybecomme-slider .swiper-slide .slider-img img {
  max-height: 460px;
  max-width: none;
  position: relative;
  min-height: 460px;
}
#ybecomme-slider .swiper-slide .slider-img span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  min-height: 44px;
  color: #FFFFFF;
  opacity: 0.5;
  display: block;
  max-width: 220px;
}
#ybecomme-slider .swiper-slide.swiper-slide-active .slider-img span {
  opacity: 0;
  pointer-events: none;
}

.howwetab-wrap{
  margin-top: 50px;
}
.howwe-tabmenu {
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap:wrap;
  padding-left: 5px;
}
.howwe-tabmenu > li {
  width:33.33%;
  list-style: none;
  display: flex;
  align-items: center;
}
.howwe-tabmenu > li.covrtop, .howwe-tabmenu > li.covrbottom{
  width:100%;
}
.howwe-tabmenu > li a{
  width: 100%;
  color: #FFFFFF;
  background: #253b78;
  justify-content: center;
  min-height: 145px;
  margin: 5px;
  display: flex;
  align-items: center;
  padding: 10px;
}
.howwe-tabmenu > li a *{
  color: #FFFFFF;
}
.howewcont{
  width: 100%;
  text-align: center;
  position: relative;
}
.howewcont h4{
  margin: 0;
  line-height: 100%;
}
.howew-workg, .howew-city{
  display: inline-block;
  width: 100%;
}
.howew-workg{
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
}
.howew-city{
  font-size: 22px;
  line-height: 100%;
  font-weight: 300;
}
.howwe-tabmenu > li a{
  position: relative;
}
.howwe-tabmenu > li.covrtop a, .howwe-tabmenu > li.covrbottom a {
  min-height: 80px;
}
.howwe-tabmenu > li.covrtop a::after {
  content: "";
  height: 40px;
  width: 100%;
  top: -15px;
  left: 0;
  z-index: 1;
  position: absolute;
  background: url(images/curve.png) no-repeat center;
}
.howwe-tabmenu > li.covrtop a::before {
  display: none;
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 0;
  border-left: 430px solid transparent;
  border-right: 430px solid transparent;
  border-bottom: 20px solid #253b78;
}
.howwe-tabmenu > li.covrbottom a::before{
  content: "";
  height: 40px;
  width: 100%;
  bottom: -18px;
  left: 0;
  z-index: 1;
  position: absolute;
  background: url(images/curve-bttom.png) no-repeat center;
}
.howwe-tabmenu > li a:hover,
.howwe-tabmenu > li a.active {
  background: #7e133e;
}
.howwecontent {
  width: 100%;
  padding: 20px;
  background: #7e133e;
  color: #FFFFFF!important;
}
.howwecontent *{
  color:#FFFFFF!important;
}
.howwecontent h3{
  font-weight: 300;
  font-size: 34px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.howwecontent h3 span{
  font-size:14px;
  text-transform: uppercase;
}
.howwecontent p{
  font-weight: 300;
  font-size:22px;
  margin-bottom: 15px;
}
.more_items.storymore{
  width: 100%;
}
.row-policy-papers.policy-mobile{
  display:none;
}
.row-policy-papers.policy-web{
  position:relative;
  margin-top:50px;
  float:left;
}
.row-policy-papers.policy-web .trans-text {
  top: auto;
  left: -10px;
  font-size: 5vw;
  color: #333!important;
    opacity: 0.1;
  bottom: calc(100% - 65px);
}

.team-thumb .desc .staffImg{
  cursor: pointer;
}

.btnsec.joinbtn{
  margin-bottom:25px;
}
.teamcontainer .commit-wrap h2.trans-text{
  bottom: auto;
  top: 15px;
}
.page-id-3336 .inner-two-col .inner-landing, .page-id-9277 .inner-two-col .inner-landing{
  min-height: 130px;
}


.jobs_section .other-story-wrap ul.other-story-list {
  margin: -35px;
  padding: 0px;
  width: calc(100% + 50px);
  display: flex;
  flex-wrap: wrap;
}

.jobs_section ul.other-story-list > li {
  list-style: none;
  float: left;
  width: calc(33.3% - 50px);
  margin: 25px;
  display: flex;
}

.jobs_section ul.nojob > li {
  list-style: none;
  float: left;
  width: calc(100% - 50px) !important;
  margin: 25px;
  display: flex;
}



.jobs_section ul.other-story-list > li .desc {
  width: 100%;
  padding-left: 22px;
}
.post-type-archive-jobs section.inner-two-col{
  padding-bottom: 0;
  min-height: auto;
}
.post-type-archive-jobs .inner-two-col .inner-landing{
  min-height: auto;
}
section.inner-two-col.teampagetop {
  height:60px;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.sib-default-btn{
  height: auto;
margin: 0px;
position: relative;
top: -5px;
}
/*@media - Karakas*/
@media only screen and (min-width:1300px) and (max-width: 1800px) {
  footer .col-md-4 a.btn-more{
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1200px) {
  .page.page-id-3336 .inner-landing.howwework-inner{
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1450px) {
  #landing-slider .swiper-nav-wrap {
    margin-left: 0;
  }
}
@media only screen and (min-width:1800px) and (max-width: 2600px) {
  ul.story-listing > li{
    width: calc(25% - 40px);
  }
  ul.story-listing .story-item-wrap figure{
    max-height: calc((100vw / 4) - 140px);
  }
  ul.story-listing .story-item-wrap figure img {
    min-height: calc((100vw / 4) - 140px);
    max-height: calc((100vw / 4) - 140px);
    max-width: none;
}
}
@media only screen and (min-width:1700px) and (max-width: 2600px) {
  .our-cities .trans-text{
    top:auto;
    bottom: 91%;
  }
}
@media only screen and (min-width:1200px) and (max-width: 2600px) {
  ul.story-listing{
    width: calc(100% + 40px);
  }
	.article-wrap{
    max-width:calc(100% - 120px);
  }
  .article-slider-wrap{
    margin-left:5vw;
    width: calc(100% - 3vw);
  }  
  .other-story-wrap.latest-story{
    width:calc(100% - 90px); 
    margin-top:35px;
  }
  .block-author.author-overlay{
    margin-top:-100px;
  }
  ul.latest-list > li h4{
    margin-bottom: 6px;
  }
  ul.latest-list > li p:empty{
    display:none;
  }
  ul.latest-list > li h4 a{
    color:#333;
    display:inline-block;
    padding:6px 10px;
    position: relative;
    left:-10px;
    transition:all 0.4s ease;
    z-index: 1;
  }


  .box-blue h3 a{
    color:#fff;
    display:inline-block;
    padding:6px 10px;
    position: relative;
    left:-10px;
    transition:all 0.4s ease;
    z-index: 1;
  }

 .box-blue h3 a:before{
	    content:'';
    position: absolute;
    left:0px;
    bottom:0px;
    background:#fff;
    height:0px;
    width:100%;
    transition:all 0.4s ease;
    z-index: -1;
 }
  .box-blue h3:hover a:before{
    height:calc(100% - 2px);
  }
  .box-blue h3:hover a{
    color:#14377d !important;
    left:0px;
  }


 ul.latest-list > li h4 a:before{
    content:'';
    position: absolute;
    left:0px;
    bottom:0px;
    background:#333;
    height:0px;
    width:100%;
    transition:all 0.4s ease;
    z-index: -1;
  }
  ul.latest-list > li h4:hover a:before{
    height:calc(100% - 2px);
  }
  ul.latest-list > li h4:hover a{
    color:#ffd700;
    left:0px;
  }

  .landing-intro .box-highlight .highlight-desc h3 a{
    display:inline-block;
    padding:6px 10px;
    position: relative;
    left:-10px;
    transition:all 0.4s ease;
    z-index: 1;
  }
  .landing-intro .box-highlight .highlight-desc h3 a:before{
    content:'';
    position: absolute;
    left:0px;
    bottom:0px;
    background:#14377D;
    height:0px;
    width:100%;
    transition:all 0.4s ease;
    z-index: -1;
  }
  .landing-intro .box-highlight .highlight-desc h3:hover a:before{
    height:calc(100% - 2px);
  }
  .landing-intro .box-highlight .highlight-desc h3:hover a{
    color:#fff;
    left:0px;
  }
  .article-wrap article .social-vertical.affix, .article-wrap article .addthis_inline_share_toolbox.affix{
    position:fixed;
    left:auto;
    top:106px;
    margin-left:-5vw;
  }
  .about-cont-sect .about-cont h2.trans-text{
    width:70vw;
  }
  .team-cat-wrap{
    display:inline-block;
  }
  .team-cat-wrap .team-cat-result{
    float:left;
  }
  .team-cat-wrap .team-join-wrap{
    float:right;
  }
  .project-aside-wrap .mCS-rounded-dark .mCSB_scrollTools {
    right: 15px!important;
  }
}
@media only screen and (max-width: 1500px) {
	.swiper-nav-wrap{
    left:35vw;
  }
  .filter-wrap .story-filter{
    min-width: 740px;
  }
  .post-type-archive-cities .filter-wrap .box-filter{
    min-width: 715px;
  }
  .filter-wrap .story-filter .search-box{
    min-width: 190px;
  }
  .post-type-archive-cities .filter-wrap .search-box{
    max-width: 230px;
  }
  .highlight-block > figure{
    width: 125%;
    padding-top: 125%;
    left:-9.6vw;
  }
  .article-banner figure{
    min-height:530px;
  }
  h2.newabt-title{
    font-size: 46px;
  }
}

@media only screen and (max-width: 1440px) {
  .swiper-nav-wrap{
    left:45vw;
  }
  #landing-slider .slider-desc .desc-wrap{
    max-width: 90%;
  }
  #cities-thumb-wrap ul.cities-thumb > li figure{
    max-height:calc(100vh / 3);
  }
  #cities-thumb-wrap ul.cities-thumb > li figure img{
    min-height: calc(100vh / 3);
  }
  .our-cities .trans-text{
    bottom:88%;
  }
  #landing-slider .swiper-slide .slider-img figure{
    max-height: 456px;
  }
  #landing-slider .swiper-slide.swiper-slide-active {
    width: 70vw !important;
  }
  #landing-slider{
    padding-top:80px;
  }
  footer .col-md-6 .col-md-4:last-child{
    padding:0px;
  }
  .story-item-wrap figure img {
    min-height: calc(100vw / 3);
      max-width: none;
  }
  /*.inner-two-col .filter-wrap.project-filter .box-filter {
      min-width: 66%;
  }*/
  section.inner-two-col .trans-text {
    top: 145px;
    line-height: 14vh;
  }
  .home section.landing{
    min-height: 900px;
  }
  .filter-wrap.filter-focus .box-filter {
      max-width: 40vw;
      min-width: 654px;
  }
  .filter-wrap.filter-focus .search-box {
    width: calc(40vw - 210px);
  }
  .filter-wrap .search-box {
    width: calc(40vw - 290px);
  }
  body.single-cities .article-wrap .trans-text {
      top: 12px;
  }
  body.single-cities section.inner-section.grey-bg .trans-text{
    top:-12px;
  }
  .inner-landing .story-featured{
    padding-left:3vw;
  }
  .story-featured .desc-wrap {
    max-width: 360px;
  }
  section.inner-two-col .trans-text{
    font-size: 8vw;
    line-height: 100%;
    margin: 0px;
    top:auto;
    bottom:calc(100% - 240px);
  }
  section.inner-section.grey-bg .trans-text {
    top: auto;
    bottom: calc(100% - 64px);
  }
  .highlight-block > figure{
    width: 125%;
    padding-top: 125%;
    left:-9.6vw;
  }
  .post-type-archive-latest .filter-wrap .search-box {
      max-width: 215px;
  }
  section.inner-two-col .fill-bar.fill-dblue.fill-half {
    min-height: 550px;
  }
  .about-cont h2.trans-text {
      bottom: calc(100% - 60px);
  }
}
@media only screen and (max-width: 1000px) {
  .swiper-nav-wrap{
    left:inherit;
    right: 5vw;
	}
	#ybecomme-slider .swiper-slide .slider-img{
		max-width: 35%;
	}
	#ybecomme-slider .swiper-slide.swiper-slide-active .slider-desc{
		padding-left: 5vw;
	}
	#ybecomme-slider .slider-desc .desc-wrap{
		padding-right: 5vw
	}
}
@media only screen and (max-width: 1360px) {
  .filter-wrap.filter-focus .box-filter {
    max-width: 40vw;
    min-width: 660px;
  }
}
@media only screen and (max-width: 1160px) {
  .row-policy-papers.policy-mobile{
    display:block;
  }
  .row-policy-papers.policy-web{
    display:none;
  }
}
@media only screen and (max-width: 980px) {
  section.inner-two-col.teampagetop{
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {

	html #ybecomme-slider .swiper-slide.swiper-slide-active{
		width: 100% !important;
	}

	#ybecomme-slider .swiper-slide{
		max-width: inherit;
		flex-wrap: wrap;
	}
	#ybecomme-slider .slider-desc .desc-wrap{
		position: relative;
		padding-right: 5vw;
		max-width: 100%;
	}
	#ybecomme-slider .swiper-slide .slider-img{
		max-width: 100%;
	}
	html #ybecomme-slider .swiper-slide{
		margin-right: 0 !important;
	}
	#ybecomme-slider .swiper-slide.swiper-slide-active .slider-img{
		width: 100%;
	}
	#ybecomme-slider .swiper-slide.swiper-slide-active .slider-img figure{
		max-width: 100%;
		max-height: inherit;
		box-shadow: none;
		margin-bottom: -15px;
		padding-bottom: 30px;
	}
	#ybecomme-slider .swiper-slide.swiper-slide-active .slider-img figure img{
		box-shadow: 0 15px 30px -15px rgb(0 0 0 / 50%);
		min-height: inherit;
		max-height: inherit;
		max-width: inherit;
		height: auto;
	}
	.about-tabmenu > li a{
		font-size: 18px;
		line-height: 20px;
		min-height: 100px;
	}
	.newabouttab-wrap .tab-content{
		padding-left: 15px;
		padding-right: 25px;
	}
}



/*PRINT STYLES*/

@media print {
  nav{
    display:none;
  }
  .article-wrap article{
    padding:0px;
  }
  .social-links, .back-nav, .modal, .article-banner, footer .ft-right, footer a.privacy-link, .highlight-block{
    display:none!important;
  }
  .single .col-md-8, .single section .col-md-4, footer .ft-left, .page-template-about-us .col-md-8{
    width: 100%;
    max-width: none;
    flex: 100%;
  }
  #site-wrapper > header{
    position:static!important;
    border-bottom:solid 1px #ccc!important;
    height:auto!important;
    padding:30px 0px!important;
  }
  .about-cont-sect > .about-right,
  .about-cont-sect > .about-left{
    width:100%;
  }
  .about-cont-sect{
    flex-wrap: wrap;
  }
  .page-nav{
    padding:0px;
  }
  section.article-section{
    padding: 0px!important;
  }
  .article-wrap .city-title, .article-wrap .article-title{
    font-size:40px;
    margin-top: 0px!important;
    margin-bottom: 30px!important;
  }
  body.single-stories h3.city-title{
    margin-bottom: 10px!important;
  }
  .article-banner-full{
    margin:0px;
    width:100%;
  }
  .article-wrap .article-quote{
    position:static;
  }
  section.in-numbers{
    padding:30px;
  }
  ul.number-list > li h4{
    font-size:36px;
  }
  section.in-numbers ul.number-list > li, ul.number-list > li h4, ul.number-list > li span{
    color:#666;
  }
  section.article-section{
    padding-bottom:40px;
  }
  footer .ft-left{
    padding:30px 0px 0px 0px;
  }
  .single .grey-bg{
    display:none;
  }
  #site-wrapper > header.affix{
    position:static!important;
  }
  footer{
    border-top:solid 1px #ccc;
    padding:0px;
  }
  footer .ft-left .col-md-4{
    max-width:25%;
    flex:25%;
  }
  footer .ft-left .col-md-4:last-child{
    display:none;
  }
  footer .logo{
    margin:0px;
  }
  .container{
    max-width:100%;
    padding:0px!important;
  }
  .article-wrap .trans-text {
    position: static;
    font-size: 30px;
    color:#999;
    margin: 0px!important;
  }
  .about-cont-sect > .about-left, .about-cont-sect > .about-right{
    width:100%;
    padding:0px!important;
  }
  .about-right .about-quote, .about-right .about-network{
    margin:30px 0px!important;
  }
  .about-cont-sect h2.trans-text{
    color:#999;
    font-size:40px!important;
    position: static!important;
  }
  .about-cont-sect > .about-left article {
      padding:0px
  }
  .team-about, .project-about, .patner-about{
    padding:20px 0px!important;
    color:#666!important;
  }
  .team-about *, .project-about *, .patner-about *{
    color:#666!important;
  }
  .about-module-wrap, .about-right .about-quote + .about-network, .about-right .about-quote, .about-right .about-network{
    margin:0px;
  }
  article iframe{
    display:none!important;
  }
}

.menu-item{
	position: relative;
}
.sub-menu{
	position: absolute;
	list-style: none;
	padding: 10px 15px;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0 15px 15px 0 rgba(0,0,0, 0.2);
	transition: all .3s ease-in-out;
}
.menu-item:hover .sub-menu, .menu-item:focus .sub-menu{
	opacity: 1;
	visibility: visible;
}
.menu-item-has-children > a {
	padding-right: 30px !important;
}
.sub-menu a{
	  white-space: nowrap;
	  color: #999999;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 20px;
    transition: all 0.3s ease;
	display: block;
	padding: 5px 0 !important;
}
.sub-menu a:hover,.sub-menu a:focus {
	color: #14377d;
}
.menu-item-has-children > a:after{
	  content: '\0041';
    font-family: 'ec-icons';
    position: absolute;
    right: 0px;
    top: 24px;
    color: #333333;
    font-size: 12px;
    font-weight: 600;
    transform: rotate(90deg);
    width: 12px;
    height: 12px;
}
.grecaptcha-badge{
	right: -999999px !important;
}
.article-wrap .wp-caption, .article-wrap img{
	max-width: 100%;
}
@media only screen and (max-width: 991px) {
	.page-template-policy-work .fill-nooverlap{
		display: none !important;
	}
}

.goals_card_container{
	margin-left: -15px;
	margin-right: -15px;
}
.goal_card{
	display: inline-block;
	margin: 0 15px 30px 15px;
}

.goal_card figure{
	position: relative;
	margin-bottom: .25rem;
	background: #14377d;
	border: 5px solid #14377d;
}
.goal_card img{
	transition: all .3s ease-in-out;
	position: relative;
	z-index: 1;
}
.goal_card:hover img,
.goal_card:focus img{
	opacity: 0;
}
.goal_card img{
}
.goal_card span{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2rem;
	font-weight: 400;
}


/*/ Jobs page */

@media only screen and (max-width: 1200px){
	.page-template-jobs section .fill-bar {
		width: 48%;
	}
}
@media only screen and (min-width: 981px){
	.page-template-jobs #site-wrapper{
		overflow: initial;
	}
}
.page-template-jobs .inner-two-col:first-child{
	padding-top:260px;
}
.page-template-jobs .swiper-nav-wrap{
	left:auto;
	right:calc(42.5vw + 60px);
}
@media only screen and (max-width: 980px) {
	.page-template-jobs .swiper-nav-wrap{
		right: 5vw;
	}
}
.page-template-jobs .ybecommenberpage{
	position: relative;
}
.jobs-title{
	font-size: 42px;
	color:#606060;
	font-weight:400;
}
.page-template-jobs .other-story-list li{
	width: 100%;
	float: none;
	margin-left:0;
	margin-right:0;
}
.page-template-jobs .other-story-list .meta-cat{
	background:#b91955;
}
.page-template-jobs .other-story-list h4 a{
	color:#006eaf;
	font-weight:400;
}
.page-template-jobs .swiper-slide a{
	display: block;
}
.slide-video{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 66.666667%;
}
.slide-video iframe{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.page-template-jobs .swiper-slide-next{
	opacity: .8;
}
#jobs-slider{
	padding-bottom:60px;
	margin-right:-60px;
	overflow: hidden;
}
@media only screen and (max-width: 980px) {
	#jobs-slider{
		margin-right:-35px;
	}
}
.slider-jobs{
	height: auto;
}
.page-template-jobs ul.other-story-list > li{
	margin-bottom: 50px;
}
.jobs-sidebar{
	position: sticky;
	top: 0;
	padding-left: 70px;
}
@media only screen and (max-width: 980px) {
	.jobs-sidebar{
		margin-top: 140px;
	}
	.jobs-sidebar:before{
		content: '';
		position: absolute;
		left: -30px;
		top: -70px;
		right: -30px;
		bottom: 0;
		background: #14377d;
		z-index: -1;
	}	
}
#jobs-slider.disabled-nav .swiper-nav-wrap{
	display: none !important;
}
@media only screen and (max-width: 640px) {
	.jobs-sidebar{
		padding-left: 0;
	}
	html .jobs-sidebar > a{
		margin-left: -15px;
	}
	html section.inner-two-col .fill-bar.fill-nooverlap{
		height: 300px;
	}
	.page-template-jobs .inner-two-col .pr-100{
		padding-right: 0;
	}
}
.jobs-process{
	position:relative;
	padding-left:0;
}
.jobs-process:before{
	content: "";
	border-left: 1px solid #fff;
	position: absolute;
	left: 22px;
	top: 4px;
	bottom:	4px;
	z-index: -1;
}
.jobs-process li{
	list-style:none;
	margin-bottom:2rem;
}
.jobs-process li span{
	border-radius:50%;
	border:2px solid #fff;
	background:#FFD700;
	color:#14377D;
	font-size:26px;
	line-height:40px;
	width:44px;
	display:inline-block;
	text-align:center;
	margin-right:1rem;
}
.jobs-process li h4{
	color:#fff;
	font-weight:500;
	display:inline-block;
}
.jobs-sidebar > a{
	color:#14377D;
	padding: 10px 15px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 28px;
	background: #FFD700;
	width: calc(100% + 80px);
	margin-left: -80px;
	margin-top: -40px;
	margin-bottom: 65px;
	display: block;
	font-family: halyard-display, sans-serif;
	font-style: normal;
}
.jobs-sidebar h1{
	color:#fff;
	margin-bottom:20px;
}
.jobs-content{
	position:relative;
	padding-top:210px
}
.jobs-content p, .jobs-content ul > li, .jobs-content ol > li{
	font-size: 18px;
	font-weight: 300;
}
.jobs-content .job-bg-gray{
	z-index:-2;
	position: absolute;
	left: -70px;
	height: 102%;
	top: 80px;
	width:100vw;
	background:#efefef;
}
@media only screen and (max-width: 980px) {
	.jobs-content .job-bg-gray{
		left: -35px;
		right: -35px;
		width: auto;
	}
	.jobs-sidebar > a{
		margin-top: -20px;
	}
}
.jobs-content h1,
.jobs-content h2:not(.text-top),
.jobs-content h3,
.jobs-content h4,
.jobs-content h5{
	color: #b91955;
}


