/* -------------------------------------------------- */
/* Reset - http://purecss.io/base
/* -------------------------------------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section, main{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}.hide{display:none;}html{box-sizing: border-box;}*,*:before,*:after{box-sizing:inherit;}.clear{font-size:0px;clear: both;height: 0px;}*:focus{outline: none;}strong{font-weight:bold;}em{font-style:italic;}input:invalid{box-shadow: none;}button{border:none;background:none;padding:0;margin: 0;}button::-moz-focus-inner{border:0;}input,button{border-radius:0;border-radius:none;}html{scroll-behavior: smooth;}

/* -------------------------------------------------- */
/* Common
/* -------------------------------------------------- */
body{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	color: #333;
	background: #efefef;
}
body.show{
	overflow: hidden;
}
a, a:visited{
	color: #000000;
}
a:hover, a:active{
	color: #000000;
}
strong{
	font-weight: 700;
}
sup{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
p{
	line-height: 1.6em;
	margin-bottom: 1em;
}

/* -------------------------------------------------- */
/* Common headers
/* -------------------------------------------------- */
h1, h2, h3, h4{
	color: #000;
	line-height: 1.1em;
	margin-bottom: 1em;
}
h2{
	font-size: 42px;
}
main h2{
	font-size: 30px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 21px;
}
h5{
	font-size: 18px;
}
main h2{
	padding-top: 36px;
}
main h2:first-child{
	padding-top: 0;
}
.wrule,
main h2{
	background: url('/assets/images/hr.svg') no-repeat left bottom;
	padding-bottom: .5em;
}
.tiny-hd{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #093c71;
	margin-bottom: 12px;
	line-height: 1.2em;
}
.tiny-hd a{
	text-decoration: none;
	color: inherit;
}

/* -------------------------------------------------- */
/* Step navigation
/* -------------------------------------------------- */
.step-nav{
	display: flex;
	margin: -21px -3px 12px -3px;
}
.step-nav li{
	padding: 0 3px;
}
.step-nav a{
	display: block;
	background: #cccccc no-repeat center;
	height: 30px;
	width: 30px;
}
.step-nav a.disable{
	opacity: .25;
	cursor: default;
}
a.next{
	background-image: url('/assets/images/arrow-forward.svg');
}
a.previous{
	background-image: url('/assets/images/arrow-back.svg');
}

/* -------------------------------------------------- */
/* Common containers
/* -------------------------------------------------- */
.container-tiny,
.container,
.container-min{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 10%;
}
.container-min{
	max-width: 1080px;
}
.container-tiny{
	max-width: 800px;
}

/* -------------------------------------------------- */
/* Common buttons
/* -------------------------------------------------- */
a.btn{
	display: inline-block;
	padding: 12px 18px;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 1em;
	border: 2px solid #fff;
}
a.btn:hover{
	color: #000;
	background: #fff;
}
a.text-btn{
	color: #000;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom: 1px solid #000;
}

/* -------------------------------------------------- */
/* Header
/* -------------------------------------------------- */
header{
	position: absolute;
	width: 100%;
	padding: 21px 0;
	z-index: 20;
}
.interior header{
	position: relative;
	background: #fff;
}
.header-content{
	display: flex;
	align-items: center;
}
.logo{
	background: url('/assets/images/jcbar-logo-ko.svg') no-repeat;
	width: 124px;
	height: 80px;
}
.interior .logo{
	background-image: url('/assets/images/jcbar-logo.svg');
}
/* -------------------------------------------------- */
/* Prime navigation
/* -------------------------------------------------- */
.prime-nav{
	margin-left: auto;
}
.prime-nav ul{
	display: flex;
	margin: 0 -18px;
}
.prime-nav li{
	padding: 0 18px;
}
.prime-nav a{
	display: block;
	padding: 9px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
}
.interior .prime-nav a{
	color: #000;
}
.wsub{
	position: relative;
}
.wsub a{
	background: url('/assets/images/nav-arrow-ko.svg') no-repeat right center;
	padding-right: 18px;
}
.interior .wsub a{
	background-image: url('/assets/images/nav-arrow.svg');
}
.wsub ul{
	display: none;
	position: absolute;
	background: #fff;
	width: 280px;
	box-shadow: 0 0 36px rgba(0,0,0,.1);
}
.wsub:hover ul{
	display: block;
}
.prime-nav li.wsub li{
	padding: 0;
}
.wsub li a{
	background-image: none;
	color: #000;
	display: block;
	padding: 18px 27px;
}
.interior .wsub li a{
	background-image: none;
}
.wsub li a:hover{
	background-color: #ebf7fd;
}
.wsub li span{
	display: block;
	padding-top: 9px;
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
}
a.open{
	text-decoration: underline;
}
/* -------------------------------------------------- */
/* Hero
/* -------------------------------------------------- */
.hero{
	background: url('/assets/images/hero.jpg') no-repeat center;
	background-size: cover;
	position: relative;
	min-height: 100vh;
}
.hero video{
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.hero-overlay{
	position: relative;
	padding: 234px 0;
	background-color: rgba(0,62,117,.85);
	width: 100%; 
	min-height: 100vh;
	z-index: 15;
}
.hero-content{
	max-width: 720px;
	color: #fff;
}
.hero h1{
	font-size: 72px;
	font-weight: 300;
	color: #fff;
}
.hero p{
	font-size: 21px;
	font-weight: 300;
	margin-bottom: 1.5em;
}

/* -------------------------------------------------- */
/* Common Sections
/* -------------------------------------------------- */
.sec-intro{
	width: 50%;
	padding-right: 54px;
	margin-bottom: 36px;
}

/* -------------------------------------------------- */
/* Region section
/* -------------------------------------------------- */
.region{
	padding: 162px 0;
}
.region-content{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -54px;
}
.region-content-text{
	padding: 54px 108px 54px 54px;
	width: 50%;
}
.region-content-media{
	width: 50%;
	height: auto;
}

/* -------------------------------------------------- */
/* Services
/* -------------------------------------------------- */
.services{   
	background: #efefef no-repeat;
	background-size: auto 100%;
	padding: 108px 0 162px 0;
}
.service-cards{
	display: flex;
	flex-wrap: wrap;
	margin: -9px;
}
.service-card{
	width: 50%;
	padding: 9px;
}
.service-card-content{
	background:#fff;
	position: relative;
	height: 100%;
}
.service-card-img{
	width: 100%;
	height: auto;
}
.service-card-text{
	padding: 36px 54px 54px 54px;
}

/* -------------------------------------------------- */
/* Partners
/* -------------------------------------------------- */
.partners-sec{
	padding: 54px 0;
}
.partner-logos{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.partner-logos li{
	padding: 18px 36px;
}
.partner-logos img{
	width: auto;
	filter: grayscale(100%);
	opacity: .5;
}
.partner-logos img:hover{
	filter: grayscale(0);
	opacity: 1;
}
.partner-sm-hd{
	margin-top: -27px;
	margin-bottom: 36px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}


/* -------------------------------------------------- */
/* Properties
/* -------------------------------------------------- */
.prop-featured-img{
	width: 100%;
	height: auto;
	margin-bottom: 36px;
}
.tenants{
	margin-bottom: 36px;
}
.body .tenants ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -18px;
}
.body .tenants li{
	padding: 18px;
	margin: 0;
	background-image: none;
}
.anchor{
	padding-top: 9px;
	font-size: 12px;
}
.prop-description p:last-of-type{
	margin: 0;
}
.space-id{
	opacity: .5;
	font-weight: normal;
}
.photos{
	line-height: 0;
	margin-bottom: 6px;
}
.thumbs{
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	padding-bottom: 9px;
}
.photos img{
	width: 100%;
	height: auto;
}
.thumbs a{
	margin-right: 9px;
}
.thumbs img{
	width: 90px;
}
.thumbs img:hover{
	cursor: pointer;
}
.no-results{
	padding: 54px 0;
}
/* -------------------------------------------------- */
/* Properties list
/* -------------------------------------------------- */

.jc-props{
	border-top: 1px solid #efefef;
	background: #f8f8f8;
}
.jc-props-map-col{
	float: right;
	width: 40%;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	-webkit-transition: width .25s; /* Safari */
	transition: width .25s;
}
#jc-map{
	height: 100vh;
}
.jc-props-items-col{
	display: flex;
	flex-direction: column;
	width: 60%;
	min-height: 100vh;
	border-right: 1px solid #efefef;
	-webkit-transition: width .25s; /* Safari */
	transition: width .25s;
}
.jc-props-controls{
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	padding: 18px;
	border-bottom: 1px solid #efefef;
	z-index: 10;
	background: #fff;
}
.jc-props-controls-btns{
	margin-left: auto;
}
.jc-btn-filters,
.jc-btn-map{
	background: #cccccc no-repeat center;
	width: 36px;
	height: 36px;
	margin-left: 6px;
}
.jc-btn-filters{
	background-image: url('/assets/images/tune.svg');
}
.jc-btn-map{
	background-image: url('/assets/images/map.svg');
}
.jc-btn-filters:hover,
.jc-btn-map:hover{
	cursor: pointer;
}
.jc-props-items{
	display: flex;
	flex-wrap: wrap;
	overflow-y: auto;
	padding: 15px;
}
.jc-prop{
	width: 33.333%;
	padding: 3px;
}
/* toggle map */
.jc-props.show .jc-props-map-col{
	width: 0%;
}
.jc-props.show .jc-props-items-col{
	width: 100%;
}
.jc-props.show .jc-prop{
	width: 20%;
}
a.jc-prop-pad{
	text-decoration: none;
	display: block;
	position: relative;
	height: 100%;
	background: #fff;
	border: 2px solid #efefef;
}
a.jc-prop-pad:hover{
	border-color: #ccc;
}
.jc-prop-pad img{
	width: 100%;
	height: auto;
}
.jc-prop-txt{
	padding: 15px 18px 24px 18px;
	text-decoration: none;
	font-size: 14px;
	line-height: 1em;
	color: #333;
}
.jc-prop-txt div{
	padding: 3px 0;
	line-height: 1.2em;
}
.jc-prop-title{
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
.jc-prop-loc{
	margin-bottom: 3px;
}
.jc-prop-status{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
.jc-space{
	font-size: 12px;
	opacity: .6;
	text-transform: uppercase;
}
.no-results{
	padding: 36px 18px;
}
.no-results h2{
	margin-bottom: .5em;
}
.mapbox{
	padding: 6px; 
	text-align: left;
}
@media screen and (max-width: 1400px) {
	.jc-prop{ width: 50%; }
	.jc-props.show .jc-prop{ width: 25%; }
}
@media screen and (max-width: 1100px) {
	.jc-props.show .jc-prop{ width: 33.333%; }
}
@media screen and (max-width: 950px) {
	.jc-props-map-col{ width: 0; }
	.jc-props-items-col{ width: 100%; }
	.jc-btn-map{ display: none; }
}
@media screen and (max-width: 840px) {
	.jc-props.show .jc-prop{ width: 50%; }
}
@media screen and (max-width: 560px) {
	.jc-prop,
	.jc-props.show .jc-prop{ width: 100%; }
}
/* -------------------------------------------------- */
/* Home: Featured Properties
/* -------------------------------------------------- */
.jc-featured-props.jc-props{
	padding: 108px 0;
	border: none;
	background: #efefef;
}
.jc-featured-props.jc-props .jc-prop{
	width: 25%;
	padding: 3px;
}
/* -------------------------------------------------- */
/* Properties filters
/* -------------------------------------------------- */
/* Modal */
.modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  overflow: hidden;
  background-color: rgba(0,0,0, 0.5);
  z-index: 9999;
}
.modal-window {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  max-width: 480px;
  height: 100%;
  max-height: 480px;
  padding: 36px;
  box-shadow: 0 0 18px rgba(0,0,0,.2);
  overflow-y: auto;
}
.close {
    position: absolute;
    top: 9px;
    right: 9px;
    color: #22262a;
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.close:hover,
.close:focus {
    cursor: pointer;
}
.open {
    display: flex;
}
body.active-modal{
	overflow: hidden;
}
.fform .row{
	margin-bottom: 12px;
}
.fform p{
	font-weight: 700;
	margin-bottom: 6px;
}
.fform .checks{
	display: flex;
	flex-wrap: wrap;
	margin: -3px;
}
.fform .check{
	width: 50%;
	padding: 3px;
}
.fform label{
	display: block;
	border: 1px solid #efefef;
	padding: 9px 9px 9px 30px;
	font-size: 14px; 
	background: url('/assets/images/check-unticked.svg') no-repeat 6px center;
}
.fform input{
	display: none;
}
.fform input:checked + label{
  color: #000;
  border-color: #000;
  background-image: url('/assets/images/check-ticked.svg');
}
.fform button{
	background: #000;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid #000;
	height: 45px;
	padding: 0 18px;
	width: 100%;
}
.fform button:hover{
	background: #fff;
	color: #000;
	cursor: pointer;
}

/* -------------------------------------------------- */
/* Page header
/* -------------------------------------------------- */
.pg-header.split,
.pg-header .split-img{
	background: #efefef;
}
.pg-header .pg-subhd{
	color: #000;
}
.pg-header .tiny-hd{
	color: #093c71;
}
.pg-subhd{
	background: none;
	margin: 0;
	padding: 0;
	font-size: 42px;
	font-weight: 300;
}
.short-head{
	background: #efefef url('/assets/images/abstract-bg.jpg') no-repeat right center;
	padding: 54px 0;
}
.property .short-head{
	background-image: none;
	padding-bottom: 27px;
}
@media screen and (max-width: 880px) {
	.short-head{
		background-image:none;
	}
}

/* -------------------------------------------------- */
/* Property Detail
/* -------------------------------------------------- */
.property-address{
	padding-top: 12px;
	margin-bottom: 18px;
}
.property-status{
	display: flex;
	margin: -3px;
}
.property-status li{
	padding: 3px;
}
.property-status span{
	display: block;
	padding: 9px;
	border: 2px solid red;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	color: red;
}
/* -------------------------------------------------- */
/* Property : Tabs
/* -------------------------------------------------- */
.tabs{
	background: #efefef;
	flex-wrap: wrap;
	overflow: hidden;
}
.tabs ul{
	display: flex;
	margin: 0 -3px;
}
.tabs li{
	padding: 0 3px;
}
.tabs a{
	display: flex;
	align-items: center;
	padding: 18px 27px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	line-height: 1em;
	letter-spacing: 1px;
	border-top: 4px solid transparent;
	border-bottom: none;
}
.tabs a.active{
	border-top-color: #ccc;
	background: #fff;
}
@media screen and (max-width: 600px) {
	.tabs a span{
		display: none;
	}
}
@media screen and (max-width: 360px) {
	.tabs a{
		padding: 18px 24px;
	}
}
.cols-main-aside{
	display: flex;
}
.col-main{
	padding-right: 36px;
	flex: 1;
}
.col-aside{
	flex: 0 320px;
}
@media screen and (max-width: 800px) {
	.cols-main-aside{
		display: block;
	}
	.col-main, .col-aside{
		padding: 0 0 36px 0;
		width: 100%;
	}
}
.table-wrap{
	overflow: auto;
	margin-bottom: 36px;
}
table{
	width: 100%;
	border-left: 3px solid #ccc;
	border-top: 1px solid #e5e5e5;
}
table th,
table td{
	padding: 12px;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	text-align: left;
	font-size: 15px;
}
table th{
	white-space: nowrap;
	color: #000;
	background: #efefef;
}
.prop-map{
	width: 100%;
	height: 75vh;
}
/* -------------------------------------------------- */
/* Split image/text
/* -------------------------------------------------- */
.split{
	background: #efefef;
	display: flex;
	flex-wrap: wrap;
}
.split.flip{
	flex-direction: row-reverse;
}
.split-text{
	display: flex;
	align-items: center;
	padding: 72px 10%;
	width: 50%;
}
.short .split-text{
	padding: 54px 10%;
}
.split-img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	background: #333 no-repeat center;
	min-height: 500px;
}
.short .split-img{
	min-height: 250px;
}
.split-img a,
.split-img{
	color: #fff;
}

/* -------------------------------------------------- */
/* Terms/Definition LIst
/* -------------------------------------------------- */
.partners{
	padding: 54px 0;
}
.partners dl{
	display: flex;
	flex-wrap: wrap;
	margin: -18px;
}
.partners dt,
.partners dd{
	width: 50%;
	padding: 18px;
	line-height: 1.6em;
}

@media screen and (max-width: 720px) {
	.partners dl{
		display: block;
		margin: 0;
	}
	.partners dt,.partners dd{ 
		width: 100%; 
		padding: 0;
		margin-bottom: 36px;
	}
	.partners dt{margin-bottom: 9px}
}

/* -------------------------------------------------- */
/* People
/* -------------------------------------------------- */
.people{
	display: flex;
	flex-wrap: wrap;
	padding-top: ;
	padding-top: 54px
;	margin: -18px;
}
.person{
	width: 25%;
	padding: 18px;
}
a.person{
	text-decoration: none;
}
.person img{
	width: 100%;
	height: auto;
}
.person-name{
	padding: 18px 0 9px 0;
	margin: 0;
}

@media screen and (max-width: 900px) {
 .person{ width: 50%; }	
}
@media screen and (max-width: 600px) {
 .person{ width: 100%; }	
}

/* -------------------------------------------------- */
/* Person
/* -------------------------------------------------- */
.tiny-hd.position{
	padding-top: 12px;
}
.waside{
	display: flex;
	flex-wrap: wrap;
}
.aside{
	width: 40%;
}
.main{
	margin-top: -.5em;
	width: 60%;
	padding-left: 36px;
}
.bcard{
	background: #093c71;
}
.bcard.mini{
	background: #efefef;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.bcard img{
	width: 100%;
	height: auto;
	border-bottom: 9px solid rgba(0,0,0,.1);
}
.bcard.mini img{
	width: 110px;
	border: none;
	border-right: 6px solid #fff;
}
.bcard-info{
	padding: 18px 27px 27px 27px;
	color: #fff;
}
.bcard.mini .bcard-info{
	padding: 9px 12px;
	color: #333;
	flex-grow: 1;
}
.bcard.mini .bcard-name{
	font-weight: 700;
	margin-bottom: 9px;
	color: #000;
	font-size: 15px;
}
.body .bcard.mini ul{
	margin: 0;
}
.body .bcard-info li{
	background: none;
	padding: 6px 0;
	margin: 0;
}
.body .bcard.mini .bcard-info li{
	padding: 0;
	font-size: 13px;
}
.bcard-info li a{
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
}
.bcard.mini .bcard-info li a{
	color: #333;
}
.bcard-info li a span{
	padding-left: 12px;
}
.bcard.mini .bcard-info li a span{
	padding-left: 6px;
}
.contacts{
	padding-bottom: 24px;
}
.form-row{
	margin-bottom: 18px;
}
.request input,
.request textarea,
.request button,
.request select{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	color: #000000;
	height: 45px;
	padding: 0;
	border: none;	
	background: #fff;
}
.request textarea{
	height: auto;
}
.request button{
	padding: 0 15px;
}
.request input,
.request textarea,
.request select{
	width: 100%;
	background: #fff;
	border-bottom: 2px solid #efefef;
	-webkit-transition: border-color .2s; /* Safari */
	transition: border-color .2s;
}
.request input:focus,
.request textarea:focus{
	border-color: #000;
}
.request button{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #fff;
	font-weight: 700;
	font-size: 12px.contro	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid #000;
}
.request button svg{
	fill: #fff;
}
.request button:hover{
	background: #fff;
	color: #000;
	cursor: pointer;
}
.request button:hover svg{
	fill: #000;
}
.request label{
	color: #000;
	display: block;
}
.request-checks{
	padding: 9px 0;
}
.request-checks input{
	height: auto;
	width: auto;
}
.request label.request-check{
	display: flex;
	color: #666;
	align-items: center;
	padding: 3px 0;
}
@media screen and (max-width: 900px) {
	.aside,.main{ width: 50%; }
}
@media screen and (max-width: 600px) {
	.aside,.main{ width: 100%; }
	.main{ 
		padding: 27px 0 0 0; 
		margin-top: 0;
	}
}
.field-help{
	padding-top: 9px;
}
.field-help a,
.field-help{
	font-size: 12px;
	color: #999;
}

/* -------------------------------------------------- */
/* Property Doc
/* -------------------------------------------------- */
.doc{
	margin-bottom: 24px;
}
a.doc-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #fff;
	font-weight: 700;
	font-size: 12px
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid #000;
	height: 45px;
	padding: 0 15px;
	text-decoration: none;
}
a.doc-btn svg{
	fill: #fff;
}
a.doc-btn:hover{
	background: #fff;
	color: #000;
	cursor: pointer;
}
a.doc-btn:hover svg{
	fill: #000;
}

/* -------------------------------------------------- */
/* Stats
/* -------------------------------------------------- */
.stats{
	padding: 72px 0;
}
.stat-items{
	display: flex;
	justify-content: space-between;
}
.stat-item{
	text-align: center;
}
.stat-value{
	font-size: 24px;
	font-weight: 700;
}

/* -------------------------------------------------- */
/* Body
/* -------------------------------------------------- */
.body{
	padding: 72px 0;
}
.body ul{
	margin-bottom: 1em;
}
.body ul p{
	padding: 0;
	margin: 0;
}
.body li{
	background: url('/assets/images/bullet.svg') no-repeat left .6em;
	padding-left: 16px;
	margin-bottom: .25em;
	line-height: 1.6em;
}
.body #map li{
	padding: 0;
	margin: 0;
	line-height: 1em;
	background-image: none;
}
/* -------------------------------------------------- */
/* CTA
/* -------------------------------------------------- */
.cta{
	background: url('/assets/images/cta-sec-bg.jpg') no-repeat center;
	background-size: cover;
	padding: 162px 0;
	color: #fff;
	text-align: center;
}
.cta h3{
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 9px;
	color: #fff;
}
.cta p{
	font-size: 21px;
	font-weight: 300;
}

/* -------------------------------------------------- */
/* Locations
/* -------------------------------------------------- */
.locations{
	display: flex;
	margin: -18px; 
}
.location{
	width: 50%;
	padding: 18px;
}

/* -------------------------------------------------- */
/* Footer
/* -------------------------------------------------- */
footer{
	font-size: 16px;
}
footer h3{
	margin-bottom: 9px;
}
.foot-top{
	padding: 54px 0;
	background: #efefef;
}
.foot-cols{
	display: flex;
	flex-wrap: wrap;
	margin: -18px;
}
.foot-cols .col{
	width: 50%;
	padding: 18px;
}
.social{
	display: flex;
	margin: -6px;
	padding-bottom: 24px;
}
.social li{
	padding: 6px; 
}
.social a{
	background: no-repeat center;
	display: inline-block;
	width: 36px;
	height: 36px;
	border: 2px solid #fff;
}
.social a.fb{
	background-image: url('/assets/images/facebook.svg');
	border-color: #4064ac;
}
.social a.tw{
	background-image: url('/assets/images/twitter.svg');
	border-color: #1c9cea;
}
.social a.insta{
	background-image: url('/assets/images/instagram.svg');
	border-color: #e52765;
}
.social a.linkedin{
	background-image: url('/assets/images/linkedin.svg');
	border-color: #0077b5;
}
.optin{
	display: flex;
	margin-bottom: 16px;
}
.inputs{
	display: flex;
	flex-wrap: wrap;
	margin: -3px;
	flex-grow: 1;
}
.inputs div{
	width: 50%;
	padding: 3px;
}
.optin input,
.optin button{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	color: #000000;
	height: 45px;
	padding: 0 15px;
	border: none;
}
.optin input{
	width: 100%;
	border-bottom: 2px solid #c9c9c9;
	-webkit-transition: border-color .2s; /* Safari */
	transition: border-color .2s;
}
.optin input:focus{
	border-color: #000;
}
.optin button{
	display: flex;
	align-items: center;
	background: #000;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid #000;
	margin-left: 6px;
}
.optin button svg{
	fill: #fff;
}
.optin button:hover{
	background: #fff;
	color: #000;
	cursor: pointer;
}
.optin button:hover svg{
	fill: #000;
}
.smtxt{
	font-style: italic;
	font-size: 14px;
	opacity: .5;
}
.foot-bottom{
	padding: 36px 0;
	font-size: 14px;
}
.align-right{
	text-align: right;
}
#alert{
	color: red;
	font-weight: 700;
}
#alert.success{
	color: green;
}
#form{
	opacity: 1;
	-webkit-transition: opacity .25s; /* Safari */
	transition: opacity .25s;
}
#form.fade{
	opacity: 0;
	pointer-events: none;
}
.foot-locations{
	display: flex;
	flex-wrap:  wrap;
	margin: -18px;
}
.foot-locations p{
	width: 50%;
	padding: 18px;
	margin: 0;
}




/* -------------------------------------------------- */
/* CMS edit button
/* -------------------------------------------------- */
.edit-btn{
	background:  #000000 url('/assets/images/pencil.svg') no-repeat center;
	height: 48px;
	width: 48px;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
}

/* -------------------------------------------------- */
/* Mobile Navigation
/* -------------------------------------------------- */
#page{
	background: #fff;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	min-height: 100vh;
	box-shadow: 0 0 36px rgba(0,0,0,.1);
}
#page{
	left: 0;
	-webkit-transition: left .25s; /* Safari */
	transition: left .25s;
}
.show #page{
	left: -200px;
}
.mnav-trigger{
	background: url('/assets/images/menu-ko.svg')no-repeat center;
	width: 36px;
	height: 36px;
	display: none;
}
.interior .mnav-trigger{
	background-image: url('/assets/images/menu.svg');
}
.show .mnav-trigger{
	background-image: url('/assets/images/close-ko.svg');
}
.interior.show .mnav-trigger{
	background-image: url('/assets/images/close.svg');
}
.mnav{
	position: fixed;
	top: 0; right: 0;
	width: 200px;
	height: 100vh;
	overflow-y: auto;
	padding: 45px 18px;
}
.mnav a{
	display: block;
	padding: 9px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	line-height: 1.4em;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 15px;
}
.mnav ul ul{
	margin-bottom: 9px;
}
.mnav li li a{
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	opacity: .6;
	line-spacing: 0;
}


/* -------------------------------------------------- */
/* Breakpoints
/* -------------------------------------------------- */
@media screen and (max-width: 1200px) {
	.sec-intro{ width: 100%; }
	.region,
	.services,
	.featured-props{
		padding: 54px 0;
	}
	.region-content{
		margin: 0;
		flex-direction: column-reverse;
	}
	.region-content-text,
	.region-content-media{
		width: 100%;
		padding: 0;
	}
	.region-content-media{ margin-bottom: 54px; }
	.props-map,.prop-cards{ width: 50%; }
}
@media screen and (max-width: 1100px) {
	.foot-cols{
		flex-direction: column-reverse;
	}
	.foot-cols .col{ 
		width: 100%; 
		text-align: center;
	}
	.social{
		justify-content: center;
	}
	#optin{
		margin-bottom: 54px;
	}
}
@media screen and (max-width: 1000px) {
	.props-wrap{ flex-direction: column-reverse; }
	.props-map,.prop-cards{ width: 100%; }
	.props-map{ 
		margin-bottom: 9px;
		height: 300px; 
	}
	.prop-img{ max-width: 140px; }
	.prop-data{ padding: 9px; }
}
@media screen and (max-width: 900px) {
	.container,.container-min{ padding: 0 5%; }
	.split-text{ padding: 54px 5%; }
	.prime-nav li{ padding: 0 9px; }
	.hero-overlay{ padding: 180px 0; }
}
@media screen and (max-width: 800px) {
	.service-card{ width: 100%; }
	.service-card-text{ padding: 27px; }
	.optin{ 
		flex-wrap: wrap; 
		justify-content: center; 
	}
	.optin input{ text-align: center; }
	.inputs{margin-bottom:12px}
	.inputs div, .inputs{ width: 100%; }
	.optin button{ padding: 0 36px; }
	.split-text,.split-img{ width: 100%; }
	.split-img{ min-height: 300px; }
}
@media screen and (max-width: 700px) {
	.states{ padding: 36px 0; }
	.stat-items{
		flex-wrap: wrap;
		justify-content: center;
	}
	.stat-item{ padding:18px; }
}
@media screen and (max-width: 660px) {
	.prime-nav ul{ display: none; }
	.mnav-trigger{ display: block; }
	.cta{ padding: 72px 0; }
	.hero p{ font-size: 18px; }
	.hero h1{ margin-bottom: .5em; }
}
@media screen and (min-width: 661px) {
	.show #page{ left: 0; }
}
@media screen and (max-width: 600px) {
	h2{font-size:42px}
	.cta h3{ font-size: 48px; }
	.hero h1{ font-size: 54px;}
}
@media screen and (max-width: 450px) {
	.props-map{
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
	.prop-img{ display: none; }
	.foot-locations p{
		width: 100%;
	}
}