
@font-face {
  font-family: 'icomoon';
  src:
    url('https://realtyhd.com/XposurePublicIncludes/fonts/icomoon.ttf?pu15d6') format('truetype'),
    url('https://realtyhd.com/XposurePublicIncludes/fonts/icomoon.woff?pu15d6') format('woff'),
    url('https://realtyhd.com/XposurePublicIncludes/fonts/icomoon.svg?pu15d6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

body.xp-listing{
	font-family: helvetica,verdana,arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.main-container{
}

.content{
	margin:0 auto;
	position: relative;
}

header{
	height: 35px;
}

.header-inner{
	font-size: 16px;
	line-height:35px;
	height: 100%;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}

.header-inner .sep{
	font-size: 18px;
	line-height: 10px;
	font-family: verdana,arial,sans-serif;
	padding: 0px 1px;
}

.header-inner a {
    text-decoration: none;
    color: inherit;
}

.header-inner .share-sheet-btn{
	float:right;
	font-size: 13px;
	color: #fff;
	background-color: #279dee;
	padding: 0 8px 0 8px;
	border-radius: 4px;
	line-height: 24px;
    position: relative;
    top: 5px;
    border: 1px solid #7bc9ff;
    margin-left: 10px;
    display: none;
}

.header-inner .share{
	background-image: url('/XposurePublicIncludes/img/share-arrow-white.png');
	background-position: center left 5px;
	background-size: 20px;
	background-repeat: no-repeat;
	padding: 0 5px 0 28px;
}

.header-inner .status-container{
	float:right;
	position: relative;
	display: none;
}

.mobile-toolbar .header-inner .status-container {
	display: block;
	float: left;
	font-size: 0;
	line-height: 0;
}

.mobile-toolbar .header-inner .mls-num{
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	color: #333;
	width: 25px;
}

@media only screen and (min-width: 360px) {
	.mobile-toolbar .header-inner .mls-num{
		width: auto;
		line-height: 35px;
	}
}
	
.header-inner .status-banner{
	
	padding: 0px 6px;
	font-size: 12px;
	right: 0px;
	color: #fff;
	background: #4ab44a;
	background: rgba(74,180,74,.60);
	display: inline-block;
	position: absolute;
	border: 1px solid;
	border-top: none;
	border-bottom: none;
	border-color: #eee;
	border-color: rgba(255,255,255,.75);
	margin: 0;
	line-height: 35px;
	height: 35px;
	z-index: 20;
	white-space: nowrap;
}

.mobile-toolbar .header-inner .status-banner {
	height: 35px !important;
	right: auto !important;
	position: relative;
	box-sizing: border-box;
}

.header-inner .status-banner.sold{
	background: red;
	background: rgba(255,0,0,.60);
	line-height: 15px;
	text-align: center;
	height: 32px;
	padding-top: 3px;
}

.header-inner .status-banner span{
	display: none;	
}

.header-inner .status-banner .date-sold{
	display: block;
	font-size: 12px;
}

.header-inner .status-banner.unapproved{
	background: #faa732;
}

.header-inner .mls-num {
	display: none;
}

.mobile-toolbar .header-inner .mls-num {
	display: inline-block;
}

.mobile-toolbar{
	height: 35px;
}

.mobile-toolbar .header-inner{
	font-weight: normal;
	text-align: center;
}

.mobile-toolbar .header-inner .share-sheet-btn{
	display: inline-block;
}

#mobile-menu-showing-spacer{
	display: none;
}

/*********** return to top buttton ************/

#return-top-button{
	font-size: 15px;
    display: block;
    position: fixed;
    bottom: 5px;
    bottom: calc(env(safe-area-inset-bottom) + 5px);
    right: calc(env(safe-area-inset-right) + 5px);
    text-align: center;
    padding: 17px 7px 2px 7px;
    border-radius: 10px;
    background-color: #279dee;
    background-image: url(/XposurePublicIncludes/img/arrow-up-white.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center top+4px;
    color: #fff;
    text-decoration: none;
    z-index: 100;
    transition: transform 250ms ease-in, opacity 250ms;
}

#return-top-button.hidden{
	transform: translateY(80px);
	opacity: 0;
}

/***** PCS client view navigation ********/

#pcs-client-nav{
	height: 40px;
	background: #424242;
	color: #fff;
	position: relative;
	text-align: center;
	line-height: 0px;
    font-size: 0px;
    padding-top: env(safe-area-inset-top);
}

.pcs-client-nav-btn{
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
	overflow: hidden;
	vertical-align: middle;
	margin: 0 8px;
}

.pcs-client-nav-btn.disabled{
	opacity: .3;
	cursor:default;
}

.pcs-client-nav-btn .nav-btn-inner{
	background-size: auto 18px;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 40px;
	min-width: 30px;
}

#pcs-client-nav-first,#pcs-client-nav-prev{
	float: left;
}

#pcs-client-nav-first .nav-btn-inner, #pcs-client-nav-prev .nav-btn-inner{
	background-position: center left;
}

#pcs-client-nav-next .nav-btn-inner, #pcs-client-nav-last .nav-btn-inner{
	background-position: center right;
}

#pcs-client-nav-next,#pcs-client-nav-last{
	float: right;
}

#pcs-client-nav-last{
	border-right: 0;
}

#pcs-client-nav-last .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/arrow-last-white.png');
}


#pcs-client-nav-first .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/arrow-first-white.png');	
}

#pcs-client-nav-next .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/arrow-right-white.png');
}

#pcs-client-nav-prev .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/arrow-left-white.png');	
}

#pcs-client-nav-close .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/close-white.png');
	background-size: auto 17px;
}

#pcs-client-nav-fav .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/pcs-heart-outline-white.png');
	background-size: auto 17px;
}

#pcs-client-nav-fav.faved .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/pcs-heart-red.png');
}

#pcs-client-nav-tag .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/pcs-untagged.png');
}

#pcs-client-nav-tag.tagged .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/pcs-tagged.png');
}

#pcs-client-nav-remove .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/trash-white.png');
}

#pcs-client-nav[data-pcs-result-visibility="2"] #pcs-client-nav-remove .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/trash-red.png');
}

#pcs-client-nav-fav .nav-btn-txt{
	display: none;
}

#pcs-client-nav .nav-btn-txt{
	display: none;
}

#pcs-client-nav-last, #pcs-client-nav-first{
	display: none;
}

.pcs-client-nav-btn .toggle{
	top: -1px;
    position: relative;
	width: 28px;
    height: 20px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #fff;
    border-right: 0;
    line-height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 15px;
    transition: background-color .5s, background-image .5s;
}

.pcs-client-nav-btn .toggle + .toggle{
	border-radius: 0 6px 6px 0;
	margin: 0 10px 0 0;
	border: 1px solid #fff;
    border-left: 0;
}

.pcs-client-nav-btn .toggle.active{
	background-color: #fff;
}

#pcs-client-nav-mode{
	display: none;
}

#pcs-client-nav-mode .toggle{
	background-image: url('/XposurePublicIncludes/img/camera-white.png');
}

#pcs-client-nav-mode .toggle.active{
	background-image: url('/XposurePublicIncludes/img/camera-black.png');
}

#pcs-client-nav-mode .toggle + .toggle{
	background-image: url('/XposurePublicIncludes/img/user-white.png');
}

#pcs-client-nav-mode .toggle + .toggle.active{
	background-image: url('/XposurePublicIncludes/img/user-black.png');
}

@media only screen and (min-width: 370px) {
	
	#pcs-client-nav-mode{
		display: inline-block;
	}
}

@media only screen and (min-width: 700px) {
	
	.pcs-client-nav-btn .nav-btn-inner{
		padding: 0 22px 0 0;
		background-position: center right;
		min-width: 60px;
	}
	#pcs-client-nav-prev .nav-btn-inner, #pcs-client-nav-first .nav-btn-inner {
		padding: 0 0 0 22px;
	}
	#pcs-client-nav-next{
		margin-right: 10px;
	}
	#pcs-client-nav-prev{
		margin-left: 10px;
	}
	#pcs-client-nav .nav-btn-txt{
		display: inline;
	}
}

@media only screen and (min-width: 900px) {
	
	#pcs-client-nav-last, #pcs-client-nav-first{
		display: inline-block;
	}
}

/*******************************************************/

.footer-inner{
	padding: 6px;
	text-align: right;
	font-size: 10px;
	line-height: 18px;
	vertical-align: top;
}

.footer-inner a{
	text-decoration:none;
	padding: 0 2px;
}

.crea-disclaimer{
	float: left;
	text-align: left;
}

.mls-disclaimer{
	float: left;
	text-align: left;
	margin: 10px 0 0 0;
}

p.mls-disclaimer{
	float: none;
}

.mls-disclaimer img{
	width: 95px;
	height: 45px;
	float: left;
	margin-right: 10px;
	opacity: .65;
}

.content-column{
	min-height: 600px;
	position: relative;
}

.column1{
	margin-right: 170px;
}

.column1 .agent-photo-container{
	margin: 0 0 15px 0;
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	padding-top: 125%;
	overflow: hidden;
}

.column1 img.agent-photo{
	position: absolute;
	top: 0;
	width: 100%;
	min-height: 100%;
}

#col1-listings-photos{
	display: none;
}

.column2{
	position: absolute;
	width: 170px;
	right: 0;
	top: 0;
}

.column1-inner, .column2-inner{
	position: absolute;
	top:0;
	bottom: 0;
	right: 0;
	left:0;
}

.column1-inner{
	left: auto;
	width: 100%;
}

.column3{
	width: 100%;
	height: auto;
	padding-bottom: 15px;
}

.column3.loading{
	background: #fff url('/XposurePublicIncludes/img/ajax-loader.gif') no-repeat 50% 50%;
}

.column3.loading div, .column3.loading a{
	display:none;
}

/* the name text is dynamically sized using js, so we don't show it initially. The font-size set here is the max. */
.column1 .info.name span{
	display: none;
	font-size: 37px;
	line-height: 37px;
	white-space: nowrap;
}

/* also scaled to fit, same as above. this is only used when we don't display an office logo */
.column1 .info.no-office-image .company-name{
	font-size: 30px;
	line-height: 30px;
	visibility: hidden;
	display: block;
	margin-bottom: 5px;
}

.column1 .info.no-office-image{
	position: absolute;
	bottom: 0px;
	margin-bottom: 10px;
}

.column1 .info.contact a.website {
	white-space: nowrap;
}

.column1 img.office-logo{
	position: absolute;
	bottom: 0px;
	margin:0px 0 0px 5px;
	max-width: 95%;
	max-height: 56px;
}

/* the ideal-image class is applied when the user has uploaded a company image that
matches this theme's preferred aspect ratio. this class is not applied to custom branding company images */
.column1 img.office-logo.ideal-image{
	max-width: 95%;
	max-height: 56px;
	width:224px;
	margin:0px 0 0px 8px;
}


/* this is only used for Jamaica so far - slightly tighter contact info spacing and a larger, centered company image */
/* TODO we may want to make this the norm if it works for everyone */

.column1.large-office-image .info{
	margin-bottom: 12px;
}

.column1.large-office-image img.office-logo{
	max-height: 74px;
	right: 0px;
	left: 0px;
	margin: 0 auto;
}

@media only screen and (min-height: 750px) and (min-width: 960px){
	.column1.large-office-image img.office-logo{
		max-height: 110px;
	}	
}

/****************************/

.column1 .realtor-on-duty{
	position: absolute;
	text-align: center;
	top: 231px;
	right:0px;
	left:0px;
	height:69px;
	background-image: url(/XposurePublicIncludes/img/on-duty-sans.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 240px;
}

.column1 .realtor-on-duty.agent-duty{
	background-image: url(/XposurePublicIncludes/img/on-duty-agent.png);
}

.column1 .info .mobile-phone-btn{
	display: block;
	font-weight: bold;
    padding: 5px 20px 5px 10px;
    margin: 0 0 8px 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.column1 .info .mobile-phone-btn:after{
	content: "\e942";
  	font-family: 'icomoon';
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	color: #fff;
	position: absolute;
	right: 5px;	
}

.column1 .phone{
	display: none;
}

.column1 .fax{
	display: none;
}

.no-backgroundsize .column1 .realtor-on-duty{
	background-image: url(/XposurePublicIncludes/img/on-duty-sans-small.png);
}

.main-nav {
	margin:10px 0 15px 15px;
	padding:0;
	width:130px;
	opacity: 0;
}

.main-nav li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 18px;
	line-height: 42px;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 10px;
	white-space: nowrap;
	-webkit-transition: border-bottom-color .8s;
	-moz-transition: border-bottom-color .8s;
	-o-transition: border-bottom-color .8s;
	transition: border-bottom-color .8s;
}

.main-nav li[xp-hide-li=true]{
	display: none !important;
}

#more-nav-popup-btn{
	display: none;
}

.main-nav li a {
	display: block;
	outline: 0;
	position: relative;
	text-decoration: none;
	z-index: 11;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.nav-hover-arrow{
	position:absolute;
	display: none;
	width:204px;
	height:65px;
	z-index:10;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-webkit-transition: -webkit-transform .8s;
	-moz-transition: -moz-transform .8s;
	-o-transition: -o-transform .8s;
	transition: transform .8s;
}

.column2 form{
	position:absolute;
}

.column2 form label{
	display:block;
	margin: 3px 10px;
	width: 142px;
	padding: 4px;
	font-size: 12px;
}

.column2 form fieldset{
	border:0;
	padding:0;
	margin:0;
}

.column2 form fieldset input, .column2 form fieldset textarea{
	margin: 3px 10px;
	width: 142px;
	border: 0;
	padding: 4px;
	font-size: 12px;
}

.column2 form fieldset textarea{
	height: 40px;
	vertical-align: top;	
}

.column2 form fieldset input[type='button']{
	margin-top: 5px;
	padding: 6px 0;
	font-size:11px;
	font-weight:bold;
	width: 150px;
}

.column2 form fieldset .visible-fields{

	width: 170px;
}

.column2 form #captcha-div{
	margin: 5px 0 5px 10px;
}

.column2 form .email-form-message{
	display:none;
	font-size: 12px;
	padding: 5px 10px;
}

.column2 form .email-form-message.success{
	color: green;
}

.column2 form .email-form-message.failure{
	color: red;
}

.column3 .fb-like{
	margin: 20px 0 20px 8px;
	display: block;
	overflow: hidden;
	clear: both;
}

.content-pane{
	display: none;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.section-header{
	display: none;
}

.section-content{
	display: none;
}

#gallery{
	height: 465px;
}

#plans, #map{
	height: 550px;
}

.content-pane.active{	
	display: block;
}

/*****    Map   ********/

#map{
	background-color: #fff;
}

#map-canvas{
	height:100%;
	width:100%;
	z-index: 0;
}

/* this class gets applied to the map container before printing starts, and gets removed after */

#map.print, #map.print #map-canvas {
    width: 600px;
    height: 600px;
    margin: auto;
}

#map-touch-info{
	display: none;
}

.leaflet-pane {
    z-index: 0;
}

#demographics{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}

#mobile-demo-instructions{
	display: none;
}

#demographics .nowrap{
	white-space: nowrap;
}

#demographics .chartTitle{
	display: inline-block;
	font-size: 18px;
	text-align: center;
	margin: 1rem auto 0 auto;
}

#demographics canvas.chartCanvas{
    margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
}

#demographics div.chartDiv{
	position: relative;
	text-align: center;
	border-top: 1px solid #ededed;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#demographics div.chartLegend ul {
	margin: 0.5rem auto 0.5rem auto;
	padding: 0;
}

#demographics.loading{
	background-image: url(/XposurePublicIncludes/img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #fff;
}

.touchevents #demographics{
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
}

#demographics-container{
	margin-top: 40px;
	margin-left: 15px;
	background-color: #fff;
}

#demographicsTable{
	margin: 60px 0 1rem 0;
	font-size: 12px;
	width: 100%;
}

#demographicsTable td{
	position: relative;
	line-height: 18px;
}

#demographicsTable .key{
	font-weight: normal;
	font-size: 18px;
	color: #333;
	padding: 5px 0px;
}

#demographicsTable .key div{
	display: inline-block;
}

#demographicsTable .value{
	font-weight: normal;
	font-size: 14px;
	color: #333;
	padding: 5px 7px 5px 0px;;
}

#demographics .footer{
	display: inline-block;
	font-size: 14px;
	color: #333;
	float: right;
	margin-right: 20px;
}

#demographics li.demographics-legend-item{
	display: inline-block;
	margin: 0.25rem;
	font-size: 8.5pt;
	color: #6b6b6b;
	cursor: default;
}

#demographics span.demographics-legend-color{
	display: inline-block;
	width: 2rem;
	height: 0.7rem;
	margin-right: 0.25rem;
}

span.strikethrough {
	text-decoration: line-through;
}

#map-type-control{
	position: absolute;
    bottom: 10px;
    right: 55px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.11);
    z-index: 1;
    overflow: hidden;
    font-size: 0px;
}

#map-type-control span{
	font-size: 15px;
	line-height: 33px;
    padding: 0 14px;
    cursor: pointer;
    color: #444;
    border-right: 1px solid #ddd;
    display: inline-block;
    font-weight: 500;
}

#map-type-control span:hover{
	background-color: #efefef;	
}

#map-type-control span:last-child{
	border: none;	
}

/* The button used to open the feature menu */
#map-layer-feature {
	position: absolute;
    top: 60px;
    right: 15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
    z-index: 1;
    overflow: hidden;
    font-size: 0px;
    display: none;
}

#map-layer-feature span{
	font-size: 15px;
	line-height: 33px;
    padding: 0 30px 0 15px;
    cursor: pointer;
    color: #444;
    display: block;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    background-image: url('/XposurePublicIncludes/img/plus-grey.png');
	background-size: 12px;
    background-position: right 9px center;
    background-repeat: no-repeat;
    transition: background-image .3s;
}

#map-layer-feature span:hover{
	background-image: url('/XposurePublicIncludes/img/plus-blue.png');
	color: #279dee;
}

#map-layer-feature .expanded span{
	background-image: url('/XposurePublicIncludes/img/minus-grey.png');
}

#map-layer-feature .expanded span:hover{
	background-image: url('/XposurePublicIncludes/img/minus-blue.png');
}

#map-layer-feature .none span{
	background-image: url('/XposurePublicIncludes/img/ban-red.png');
}

#map-layer-feature .none span:hover{
	background-image: url('/XposurePublicIncludes/img/ban-red.png');
}

#map-layer-feature .collapsible-content div:last-child span{
	border: none;	
}

#map-layer-feature .collapsible-content div.expanded:last-child span{
	border-bottom: 1px solid #ccc;
}

#map-layer-feature #map-layer-btn{
	background-color: #279dee;
	color: #fff;
	border: 0;
	background-image: url('/XposurePublicIncludes/img/plus-white.png');
}

#map-layer-feature #map-layer-btn.expanded{
	background-image: url('/XposurePublicIncludes/img/minimize-white.png');
}

#map-layer-feature #map-layer-btn.loading-spinner {
  display: block;
  background-image: none;
}

#map-layer-feature #map-layer-btn.loading-spinner::after  {
	content: "";
	background-image: none;
	position: absolute;
	border-style: solid;
	border-color: #e0ecf5;
	border-top-color: #279dee;
    border-width: 3px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    right: 6px;
    top: 8px;
    animation: spin .8s linear infinite;
    z-index: 100;
    transform: translateZ(0);
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}

 /* Style the button that is used to open and close the collapsible content */
.feature-collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.category-collapsible {
  background-color: #fff;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

#map-layer-feature .category-collapsible.expanded{
    border-bottom: 1px solid #ccc;
}

.collapsible-content {
  display: none;
  overflow: auto;
  background-color: #f1f1f1;
  max-height: 300px;
  transition: max-height 0.5s ease-out;
}

@media only screen and (min-height: 450px) and (min-width: 830px){
#map-layer-feature{
	display: block;
}
}

@media only screen and (min-height: 750px) and (min-width: 960px){
.collapsible-content {
    max-height: 400px;
}
}

@media only screen and (min-height: 850px) and (min-width: 1250px){
.collapsible-content {
    max-height: 500px;
}
}

@media only screen and (min-height: 950px) and (min-width: 1350px){
.collapsible-content {
    max-height: 600px;
}
}

@media only screen and (min-height: 1050px) and (min-width: 1450px){
.collapsible-content {
    max-height: 700px;
}
}

.category-content {
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  max-height: 0;
  transition: max-height 0.5s ease-out;
}

.category-content ul {
	list-style-type: none;
	margin: 0;
    padding: 5px 15px;
}

.category-content ul li{
	position: relative;
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
}

.category-content ul li p{
	position: relative;
	padding: 0px 0;
	margin: 1px;
	max-width: 150px;
	font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.category-content ul li.permission::after  {
	content: "";
	position: absolute;
	background-color: rgba(255, 0, 0,.60);
    height: 32px;
    top: 2px;
    left: -13px;
    right: -15px;
}

.category-content ul li:last-child{
	border-bottom: 0;
}

.category-content ul li img{
	float: left;
    margin-right: 8px;
    width: 17px;
    height: auto;
}

.category-content ul li input[type="checkbox"]{
	float: right;
	margin-left: 8px;
    margin-top: 3px;	
}

.map-legend {
	position: absolute;
	bottom: 50px;
	left: 10px;
	min-width: 150px;
	max-height: 100%;
	background-color: #fff;
	border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.11);
    padding: 10px;
    font-size: 0px;
	font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	cursor: pointer;
	overflow: hidden;
	z-index: 1;
	transition: max-height 0.5s ease-out;
}
 
 .map-legend.collapsed {
 	max-height: 16px;
	transition: max-height 0.5s ease-in;
 }
 
.map-legend h4 {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 10px;
	background-image: url('/XposurePublicIncludes/img/chevron-down-grey.png');
	background-size: 12px;
    background-position: right 9px center;
    background-repeat: no-repeat;
    transition: background-image .3s;
}

.map-legend h4.loading-spinner {
  display: block;
  background-image: none;
}

.map-legend h4.loading-spinner::after  {
	content: "";
	background-image: none;
	position: absolute;
	border-style: solid;
	border-color: #cbd4da;
	border-top-color: #fff;
    border-width: 3px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    right: 15px;
    top: 11px;
    animation: spin .8s linear infinite;
    z-index: 100;
    transform: translateZ(0);
}

.map-legend.collapsed h4 {
	background-image: url('/XposurePublicIncludes/img/chevron-up-grey.png');
}

.map-legend:hover h4 {
	background-image: url('/XposurePublicIncludes/img/chevron-down-blue.png');
}

.map-legend.collapsed:hover h4 {
	background-image: url('/XposurePublicIncludes/img/chevron-up-blue.png');
}

.map-legend span {
	float: left;
	border-radius: 25%;
	opacity: 0.7;
	height: 14px;
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 5px;
	width: 14px;
}

.map-legend p{
	font-size: 14px;
	line-height: 4px;
    color: #444;
    border-right: 1px solid #ddd;
    display: contents;
    font-weight: 500;
}

.map-legend p.hover {
	font-size: 18px;
	line-height: 5px;
    font-weight: 600;
}

.mapboxgl-popup-tip{
	
}

.mapboxgl-popup-content{
	background-color: #fff;
	border-radius: 6px;
	line-height: 10px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	font: 12px/12px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	padding: 10px;	
}

.mapboxgl-popup-content p.hidden-value::after{
	content: "";
	position: absolute;
	cursor: pointer;
	background-color: rgba(255, 0, 0,.60);
    height: 20px;
    left: 3px;
    right: 3px;
}

.mapboxgl-popup-content span{
	color: #f1f1f1;
	text-align: center;
	position: absolute;
	background-color: #279dee;
	border-radius: 5px;
    height: 15px;
    left: 3px;
    right: 3px;
}

.map-popup {
	position: absolute;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	top: 400px;
    right: 15px;
	width: 200px;
	padding: 5px;
	z-index:20;
}

.map-zoom {
	position: relative;
    bottom: 0;
    right: 0px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.11);
    z-index: 1;
    overflow: hidden;
    transform: scale(1);
	animation: pulse 4s linear infinite;
}

.map-zoom p{
	font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 3px;
    padding: 0 27px;
    color: #444;
    border-right: 1px solid #ddd;
    display: inline-block;
    font-weight: bold;
}

@keyframes pulse {
	0% {
		transform: scale(0.98);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	}
	20% {
		transform: scale(1);
		box-shadow: 0 0 0 6px rgba(0, 0, 0, 0);
	}
	100% {
		transform: scale(0.98);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

#map-disclaimer{
	position: absolute;
	bottom: 0px;
	left: 7%;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	display: inline-block;
	max-width: 180px;
	outline: 0;
	background: #fff;
	background: rgba(255,255,255,.65);
}

#map-disclaimer .expanded{
	display: none;
	font-size: 12px;
	color: #000;
}

.map-modal {
	
}

/*****    Details   ********/


#details.loading{
	background-image: url(/XposurePublicIncludes/img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #fff;
}

.touchevents #details{
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
}

#details table{
	margin: 10px auto 0 auto;
	border-collapse: separate;
}

#details table td{
	font-size: 14px;
	line-height: 32px;
	padding: 0 30px;
}

#details table td strong{
	font-weight: normal;
	font-size: 17px;	
}

#details p {
	margin: 10px 10px;
	font-size: 14px;
	line-height: 24px;
}

#details hr{
	width: 85%;
	margin: 20px auto;
	border: 0;
    border-top: 1px solid #DFDFDF;
}

#detail-tabs a{
	text-transform: capitalize;
}

#detail-tabs a .shortname{
	display: none;
}

#detail-tabs.agt-details a{
	padding: 0 6px;
}

#detail-tabs.agt-details a .longname{
	display: none;
}

#detail-tabs.agt-details a .shortname{
	display: inline;
}

#details .detail-tab-content h4 {
    text-align: center;
    color: #666;
    margin-top: 40px;
    font-weight: normal;
    font-size: 18px;
}

#details #rooms table th {
	color: #666;
	font-weight: normal;
    font-size: 18px;
}

#details .detail-tab-content #print-tax {
	padding:6px; 
	text-decoration: none; 
	margin-left:50%;
}

.autoprop-button{
	margin: 0 auto 15px auto;
    padding: 5px;
    width: 180px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    background-color: #279dee;
}

/***** PCS listing details ********/

#details .detail-tab-content{
	display: none;
}

#details .detail-tab-content.current{
	display: block;	
}

#details .pcs-detail{
	margin: 10px 0 20px 0;
	padding: 0 10px 0 12px;
	overflow-x: auto;
}

#details .xposure-exclude{
	display: none;
}

#details .pcs-detail table{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	background: transparent !important;
	border: 0 !important;
}

#details .pcs-detail table td{
	padding: 5px;
	line-height: 18px;
    vertical-align: middle;
    border-bottom: 0;
    border-top: 0;
    color: #333;
    text-shadow: none;
    background: transparent !important;
}

#details .pcs-detail table td.label{
	border-right: 1px solid #D4D9DD;
	border-left: 1px solid #D4D9DD;
	border-bottom: 1px solid #D4D9DD;
	border-top: none !important;
	background:#efefef !important;
	padding: 5px;
}

#details .pcs-detail table td.content{
	border-bottom: 1px solid #D4D9DD;
	border-top: none !important;
	padding: 5px;
	box-shadow: none;
}

#details .pcs-detail table td.remarks{
	padding-top: 15px;
}

#details .pcs-detail table td.room_matrix_content{
	border-bottom: 1px solid #D4D9DD;
	border-right: 1px solid #D4D9DD;
	text-align: center;	
}

#details .pcs-detail table td.room_matrix_label{
	text-align: center;	
	border-bottom: 1px solid #D4D9DD;
}	

#details .pcs-detail table td.room_matrix_content:last-child{
	border-right: 0;
}

#details .pcs-detail table td.label:first-child{
	border-left: 0;
}

#details .pcs-detail table td.section_title,
#details .pcs-detail table td.section_title2,
#details .pcs-detail table td.section_title3,
#details .pcs-detail table td.section_title4{
	text-align: center;
	font-weight: bold;
	padding: 25px 5px 10px 5px;
}

#details .pcs-detail .xp-stack-cells{
	display: block;
    width: 100%;
    height: auto;
}

#docsPcsDiv #instructions{
	display: none;
}

#docsPcsDiv th{
	border-right: none !important;
	border-bottom: 1px solid #D4D9DD;
	padding: 5px;
}

#details .pcs-detail table .fileRow td{
	padding: 10px;
	border-bottom: 1px solid #D4D9DD;
}

#details .pcs-detail table .switchcontent{
	display: none;
}

#linksPcsDiv a{
	display: none;
	padding: 0 0 0 68px;
	font-size: 24px;
	line-height: 60px;
	color: #555;
	text-decoration: none;
	-webkit-transition: background .7s;
	-moz-transition: background .7s;
	-o-transition: background .7s;
	transition: background .7s;
	background-image: url(/XposurePublicIncludes/img/globe.png);
	background-position: 15px 50%;
	background-size: 40px;
	background-repeat: no-repeat;
}

.no-backgroundsize #linksPcsDiv a{
	background-image: url(/XposurePublicIncludes/img/globe-small.png);
}

#linksPcsDiv a:hover{
	background-color: #ddd;
	background-color: rgba(0,0,0,.08);
	background-size: 43px;
}

#details.loading .detail-tab-content{
	opacity: .20;
}

#details a.detail-agent-only:after {
    content: "*";
}

#details .pcs-detail #pcsRooms h4 {
	text-align: center;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

#details .pcs-detail #pcsRooms table {
	width: 50%;
	margin-bottom: 10px;
}

#details .pcs-detail #pcsRooms table th {
	color: #333;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 10px 5px 10px 5px;
}

#details .pcs-detail #pcsRooms table.left {
	float: left;
}

#details .pcs-detail #pcsRooms table.left.clear {
	clear: left;
}

#details .pcs-detail #pcsRooms table.right {
	float: right;
}

#details .pcs-detail #pcsRooms table.right.clear {
	clear: right;
}


/*****    Multimedia section   ********/

.touchevents #multimedia{
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
}

#multimedia h2{
	margin: 40px;
}

#multimedia ul{
	padding: 0 32px;
	margin:32px 0 0 0;
}

#multimedia ul li{
	margin:0;
	padding:0;
	list-style-type: none;
}

#multimedia ul a{
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	height:60px;
	display:block;
	padding: 8px;
	-webkit-transition: background-color .7s;
	-moz-transition: background-color .7s;
	-o-transition: background-color .7s;
	transition: background-color .7s;
}

#multimedia ul a span{
	color: #CECECE;	
}

#multimedia ul a:hover{
}

#multimedia ul img{
	height: 60px;
	width: 90px;
	margin-right: 10px;
	vertical-align:middle;
	float:left;
}

/*****    All videos   ********/

:-webkit-full-screen video, video:-webkit-full-screen{
	max-height: auto !important;
	top: 0 !important;
	transform: none !important;
}

:-ms-fullscreen video, video:-ms-fullscreen{
	max-height: auto !important;
	top: 0 !important;
	transform: none !important;
}


/*****    About section   ********/

.touchevents #about{
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
}

#about video {
	margin-top: 80px;
	width: 100%;
	height: auto;
	max-height: 585px;
	background: transparent;
}

#about-text{
	padding: 12px 30px;
}

/*****    Video Tour   ********/

#video video{
	width: 100%;
	height: auto;
	max-height: 585px;
	background: transparent;
}

/*****    Floor plans   ********/

#plans{

}

#floorplan-canvas{
	height:100%;
	width:100%;
}

#floorplan-disclaimer{
	position: absolute;
	bottom: 0px;
	right: 235px;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	display: inline-block;
	max-width: 180px;
	outline: 0;
	background: #fff;
	background: rgba(255,255,255,.65);
}

#floorplan-disclaimer .expanded{
	display: none;
	font-size: 12px;
	color: #000;
}

.map-tabs{
	position: absolute;
	top:0;
	left:5px;
	right: 5px;
	text-align: center;
	z-index:10;
	margin: 0 0 0 6px;
}

#details .map-tabs{
	position: static;
}

#details .map-tabs.sticky{
	position: static;
	position: sticky;
	position: -webkit-sticky;
}

.map-tabs a{
	display: inline-block;
	padding: 0px 12px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	margin: 5px 5px 0 0;
	outline: none;
	position: relative;
	top: 0;
	white-space: nowrap;
	border-radius: 10px !important;
}

.map-tab{
	display: none;
}

#plans .marker{
	height: 38px;
	position: absolute;
		
}

#media-popup{
	display:none;
	position: fixed;
	top: 20px;
	background: #000;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
	z-index: 20;
}

#media-popup video{
	width: 100%;
	height: auto;
}

#media-popup img.standard-image{
	display: none;
	width: 100%;
}

#media-popup .image-caption{
	position: absolute;
	display: none;
	left: auto;
    right: 20px;
    bottom: 20px;
    width: 260px;
}

/* photo-caption style is also used in the photo gallery */

span.photo-caption{
	background-color: #000;
	background-color: rgba(0,0,0,.50);
	background-image: url(/XposurePublicIncludes/img/caption-icon.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 2px 2px;
	border-radius: 5px;
	cursor: pointer;
	width: 25px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	color: transparent;
	max-width: 350px;
	display: block;
	font-size: 13px;
	line-height: 17px;
	overflow:hidden;
	position: absolute;
    right: 10px;
    bottom: 10px;
}

span.photo-caption.raised{
	bottom: 37px;
}

.no-backgroundsize span.photo-caption{
	background-image: url(/XposurePublicIncludes/img/caption-icon-small.png);
}

.expanded span.photo-caption{
	background-image: url(/XposurePublicIncludes/img/caption-close-icon.png);
	width: auto;
	height: auto;
	padding: 4px 8px 4px 25px;
	color: #fff;
}

.no-backgroundsize .expanded span.photo-caption{
	background-image: url(/XposurePublicIncludes/img/caption-close-icon-small.png);
}

#pano-container{
	height:100%;
	width:100%;
	z-index: 32;
}

.mp-close-button{
	position:absolute;
	top:5px;
	right:5px;
	width:32px;
	height:32px;
	background-color:transparent;
	background-image: url('/XposurePublicIncludes/img/close-icon.png');
	background-size:32px 32px;
	background-repeat: no-repeat;
	cursor:pointer;
	z-index:30;
}

.no-backgroundsize .mp-close-button{
	background-image: url('/XposurePublicIncludes/img/close-icon-small.png');	
}

.mp-close-button:hover{
	background-image: url('/XposurePublicIncludes/img/close-icon-hover.png');
}

.no-backgroundsize .mp-close-button:hover{
	background-image: url('/XposurePublicIncludes/img/close-icon-hover-small.png');
}

#marker-hover{
	position: absolute;
	display:none;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	opacity: .94;
	margin:0;
	padding:5px 10px 5px 5px;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	z-index: 20;
	min-width: 150px;
	max-width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.no-boxshadow #marker-hover{
	border: 1px solid #666;	
}

#marker-hover img{
	
	float: left;
	height: 50px;
	width: 66px;
	margin: 0 10px 0 0;
}

.measure{
	position: absolute;
	white-space: nowrap;
}

/*****    Photo gallery   ********/

#gallery-slider{
    width: 100%;
    height: 100%;
}

#photo-pause-btn{
	position: absolute;
	left: 5px;
	bottom: 100px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	cursor: pointer;
	background-color: rgba(0,0,0,.62);
	background-image: url('/XposurePublicIncludes/img/pause-white.png');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    z-index: 1000;
    transition: background-image .2s;
}

#photo-pause-btn.recip-showing{
	bottom: 145px;	
}

#photo-pause-btn.paused{
	background-image: url('/XposurePublicIncludes/img/play-white.png');
	background-position: 11px center;
}

#gallery,
#gallery .rsOverflow,
#gallery .rsSlide,
#gallery .rsVideoFrameHolder,
#gallery .rsThumbs {

}

#gallery .rsThumbsHor {
  height: auto;
}

#gallery-slider.fullscreen,
#gallery-slider.fullscreen .rsOverflow,
#gallery-slider.fullscreen .rsSlide,
#gallery-slider.fullscreen .rsVideoFrameHolder,
#gallery-slider.fullscreen .rsThumbs {
	background: #151515;
}

img.rsTmb{
	display:none !important;
}

.slider-loaded img.rsTmb{
	display:block !important;
}

#gallery .rsGCaption{
	background: none;
    border-radius: 0;
    bottom: 110px;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 30;
    transform: translate3d(0,0,0);
}

#gallery span.photo-caption{
	display: none;
}

#gallery .share-agent{
	background-color: #000;
	background-color: rgba(0,0,0, .55);
	color: #eee;
	padding: 5px;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#gallery-slider.slider-loaded span.photo-caption{
	display: block;
}


#gallery .rsThumb {
	width: 100px;
	height: 75px;
	background: #333;
}

#gallery-slider.fullscreen .rsThumb {
	width: 100px;
	height: 75px;
}

#gallery .rsThumb.rsNavSelected span.thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-style: solid;
	border-width: 2px;
	-webkit-backface-visibility: hidden;
}

#gallery-slider.fullscreen .rsThumb.rsNavSelected span.thumbIco {
	border: 3px solid #fff;
}

#gallery .rsThumb img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#gallery .rsThumb.rsNavSelected img {
	opacity: 0.65;
	filter: alpha(opacity=40);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#gallery .rsThumbsArrow {
}

#gallery .rsThumbsArrow:hover {
}

#gallery-slider.fullscreen .rsThumbsArrow {
    background:  rgba(0, 0, 0, 0.8);
}

#gallery-slider.fullscreen .rsThumbsArrow:hover {
	background: rgba(0,0,0,1);
}

@media (min-width: 830px) {
	.pcs-showing #gallery .rsFullscreenBtn{
		top: 35px;
	}
}

.no-cssanimations #gallery .rsFullscreenBtn{
	display:block;
}

/* 	display starting on left edge only for XposurePublic
	XposureClient uses the class "windowed-client" to display centered */
.cssanimations #gallery-slider.animated .rsSlide img{
	
	margin-left:0px !important;
	margin-top:0px !important;
}

#gallery .rsBullets {
	background: none;
}

#fullscreen-walkthrough{
	display: none;
}

#showcase iframe {
	width: 100%;
	height: 550px;
}

#iguide iframe{
	width: 100%;
	height: 100%;
	min-height: 500px;
}

#trends-link{
	display: none;
}

#trends{
	background: #fff;
	overflow: hidden;
	padding: 40px 0 0 0;
	box-sizing: border-box;
	height: 685px;
}

@media only screen and (max-width: 1022px) {
	#trends{
		display: none;
	}
}

#trends iframe{
	width: 100%;
	height: 100%;
	border: 0;
	overflow: hidden;
	padding: 0;
	background: #fff url('/XposurePublicIncludes/img/ajax-loader.gif') no-repeat 50% 50%;
}

/***** mortgage calculator ******/

#mortgagePcsDiv{
	text-align: center;
}

#mortgage-calc{
	margin: 60px 0 0 0;
	line-height: 48px;
	display: inline-block;
	text-align: left;
	color: #444;
}

#mortgage-calc label{
	width: 130px;
	text-align: right;
	display: inline-block;
	margin: 0 10px 0 0;
}

#mortgage-calc input{
	width: 50px;
	margin: 0 4px 0 0;
	-webkit-appearance: none;
	background: #fff;
	border: 3px solid #ccc;
	border-radius: 0;
	padding: 5px;
	color: #444;
}

#mortgage-calc input.large{
	width: 120px;
}

#mortgage-calc select{
	margin: 0 2px;
}

#mortgage-calc span{
	font-size: 26px;
	color: #777;
	margin: 0 4px;
	border-bottom: 1px dashed #999;
}

/***** localization ******/
a.lang{
	position: absolute;
	left: 50%;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 1rem;
    line-height: 32px;
    font-size: 13px;
    background-color: #146ac3;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    outline: 0;
}

/***** google translate ******/

#google_translate_element{
	text-align: center;
	margin-bottom: 10px;
}
.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}

/***** walkscore *****/

#walkscore{
	background: #fff url('/XposurePublicIncludes/img/ajax-loader.gif') no-repeat 50% 50%;
	margin-top: 50px;
	margin-left: 15px;
	margin-right: 10px;
	min-height: 300px;
}

#ws-walkscore-tile{
	background: #fff !important;
}

#travel-time, #travel-time-map{
	height:100%;
	width:100%;
}

/***** travel time floating menu *****/
.wstt-sheds-menu{
	top: 40px !important;
}

/***** openhouses *****/

#openhouse {
    position: absolute;
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    z-index: 1;
    background-color: #54adff;
    background-color: rgba(31, 147, 255, 0.75);
    border-radius: 0px 0px 4px 0px;
    padding: 0 10px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*****    content displayed from wysiwyg html editor   ********/


.html-content h1{
	font-size: 22px;
	font-weight: normal;
}

.html-content h2{
	font-size: 18px;
	font-weight: normal;
}

.html-content {
	font-size: 14px;
	line-height: 20px;
	color: #444;
}

.html-content p{
	margin: 18px 0;
}

.html-content a{
	text-decoration: none;
	color: #348BE9;
}

.html-content a:hover{
	text-decoration: underline;
}

.html-content b, .html-content strong{

}

/*****    scroller rails   ********/

.nicescroll-rails{
	
	cursor: pointer !important;
}

/*****    custom branding contact fields   ********/

.custom-brand-name{
	display: none;
}

.bounce-arrow {
	display: none;
}


/*****    Share sheet popup. The .popup-sheet- classes can also be used for any new popup dialogs   ********/

.popup-sheet{
	background: #f4f4f4;
	border-radius: 6px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	position: fixed;
	top: 80px;
  	left: 50%;
	padding: 15px;
	opacity: 0;
	transition: opacity 0.250s ease-out .05s, transform 0.250s ease-out .05s;
	transform: translate3d(-50%,-100px,0);
}

.popup-sheet-mask{
	position:absolute;
	height:0;
	visibility: hidden;
	background-color: rgba(0,0,0,0);
	transition: background-color 0.250s ease-out;
	z-index: 10002;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	overflow: hidden;
}

.popup-sheet-mask.showing{
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	visibility: visible;
	background-color: rgba(0,0,0,.55);
}

.popup-sheet-mask.showing .popup-sheet{
	transform: translate3d(-50%,0,0);
	opacity: 1;
}

.popup-sheet-close-btn{
	position: absolute;
	top: 2px;
	right: 0;
	background-image: url('/XposurePublicIncludes/img/pcs-close-blue-small.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

#share-sheet{
	min-width: 300px;
}

#share-sheet a{
	text-decoration: none;
	color: #777;
	display: block;
	line-height: 32px;
	font-size: 18px;
	margin-bottom: 15px;
	white-space: nowrap;
}

#share-sheet a:hover{
	color: #000;	
}
#share-sheet a:last-child{
	margin-bottom: 0;	
}

#share-sheet a.hidden{
	display: none;
}

#share-sheet img{
	width: 38px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

#share-sheet img.smaller-width{
	width: 32px;
	margin: 0 12px 0 4px;
}

.copy-success{
	display: none;
	color: #00c11f;
}

.copy-success strong{
	font-size: 24px;	
}

.copy-to-clip.success .copy-success{
	display: inline;
}

.copy-to-clip.success .copy-intent{
	display: none;
}

/* COVID19 button and dialog */

.live-tour-button{
	float: right;
    position: relative;
    display: none;
    height: 35px;
    line-height: 35px;
    padding: 0 13px 0 40px;
    margin-right: 10px;
    background-color: #fd4b28;
    border-right: 1px solid #ff8f79;
    border-left: 1px solid #ff8f79;
    color: #fff;
    transition: all .2s; 
    cursor: pointer;
    font-size: 18px;
}

.mobile-toolbar .live-tour-button{
	display: inline-block;
	float: left;
	padding: 0 5px 0 29px;
	font-size: 16px;
}

.mobile-toolbar .live-tour-button:before{
	left: 4px;
}

.live-tour-button:hover{
	background-color: #d42604;
	border-right: 1px solid #ff3f18;
    border-left: 1px solid #ff3f18;
    font-size: 19px;
}

.live-tour-button:hover:before{
	animation-name: none;
}

.live-tour-button:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 20px;
    background-size: 17px;
    background-image: url(/XposurePublicIncludes/img/webcam-white.png);
    background-position: center;
    background-repeat: no-repeat;
    animation-name: tour-pulse;
  	animation-duration: 1s;
  	animation-iteration-count: infinite;
  	animation-direction: alternate;
  	animation-timing-function: ease-in-out;
}

.live-tour-button.clicked:before{
	animation-name: none;
}

#share-sheet .covid-text{
	display: none;
}

#share-sheet.covid *{
	display: none !important;
}

#share-sheet.covid .covid-text{
	display: block !important;
    font-size: 17px;
    line-height: 32px;
    background-image: url(/XposurePublicIncludes/img/house-user-regular.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 80px;
    padding: 90px 0 0 0;
}

#share-sheet .submenu{
	max-height: 0;
	overflow: hidden;
	transition: max-height .2s;
	background-color: #e0e0e0;
    border-radius: 5px;
}

#share-sheet .submenu.showing{
	max-height: 300px;
	margin-bottom: 10px;
}

#share-sheet .submenu a{
	margin: 8px;
    text-align: center;
    color: #279dee;
}

/**** more navigation sheet ****/

#more-nav-sheet{
	min-width: 200px;
}

#more-nav-sheet a{
	display: block;
	color: #279dee;
	padding: 0 10px;
	font-size: 18px;
    line-height: 42px;
    text-decoration: none;
}

#details .showingtime img {
	width: 40px;
	margin-left: 20px;
}

@media only screen and (min-width: 830px){
	.live-tour-button{
    	display: block;
	}
	#share-sheet.covid .covid-text{
    	background-position: center left;
    	padding: 0 0 0 95px;
	}
}

@keyframes tour-pulse{
  		0%{
    		opacity: 1;
  		}
  		100% {
    		opacity: .10;
  		}
}


/*****    Utility   ********/

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix{ *zoom: 1; }

.float-right{ float: right; }
.float-left{ float: left; }

/*
 * jQuery Placeholder Enhanced 1.6.6
 * Copyright (c) 2013 Denis Ciccale (@tdecs)
 * Released under MIT license
 * https://raw.github.com/dciccale/placeholder-enhanced/master/LICENSE.txt
*/

/* All browsers */
.placeholder { 
  color: #aaa; 
}

/* WebKit */
::-webkit-input-placeholder { 
  color: #aaa; 
}

/* Firefox 4+ */
:-moz-placeholder { 
  color: #aaa; 
}


/*****    Responsive Layouts   ********/

@media only screen and (min-width: 376px) {
	
	.content-column{
		min-height: 635px;
	}
}

@media only screen and (min-height: 700px) and (min-width: 400px) {
	
	.main-nav {
		margin-top: 15px;
	}
}

@media only screen and (min-width: 410px) {
	
	.column1 .agent-photo-container {
    	height: 300px;
    	padding: 0;
	}
}

@media only screen and (min-width: 420px) {
	
	#gallery{
		height: 500px;
	}

	.column2{
		width: 42.86%;
	}

	.column1{
		width: 57.14%;
	}
	
	.column1-inner {
    	width: 240px;
	}
	
	.main-nav {
		margin: 15px 0 20px 25px;
	}
	
	.column2 form fieldset .visible-fields{
		width: 180px;
	}
	
	.column2 form label{
		width: 152px;
	}

	.column2 form fieldset input, .column2 form fieldset textarea{
		width: 152px;
	}

	.column2 form fieldset input[type='button']{
		width: 160px;
	}
}

@media only screen and (min-width: 460px) {

	#details table{
		width:445px;
	}

	#details p {
		width: 445px;
		margin: 10px auto;
	}
	
	#gallery, #plans, #map, #showcase iframe{
		height: 585px;
	}
	
	#gallery .rsThumb, #gallery-slider.fullscreen .rsThumb {
		width: 120px;
		height: 90px;
	}
	
	#photo-pause-btn {
    	bottom: 115px;
	}
}

@media only screen and (min-width: 500px) {
	
	.header-inner{
		font-size: 18px;
	}

	.header-inner .sep{
		font-size: 24px;
		padding: 0px 5px;
	}
	
	.header-inner .status-banner{
		font-weight: 500;
		padding: 0px 14px;
		font-size: 18px;
		right: 20px;
	}
	
	.header-inner .status-banner.sold{
		line-height: inherit;
		text-align: inherit;
		height: 35px;
		padding-top: 0px;
	}
	
	.header-inner .status-banner span{
		display: inline;	
	}

	.header-inner .status-banner .date-sold{
		display: inline;
		font-size: 14px;
		vertical-align: top;
	}
	
	.mobile-toolbar .header-inner .status-banner.sold {
    	line-height: 35px;
	}
	
	.mobile-toolbar .header-inner{
		padding: 0 20px;
	}
	
	.column1 .info .mobile-phone-btn{
		display: none;
	}
	
	.column1 .phone{
		display: inline;
	}

	.column1 .fax{
		display: inline;
	}
}

@media only screen and (min-width: 600px) {

	.column2{
		width: 45%;
	}

	.column1{
		width: 55%;
	}
}

@media only screen and (min-width: 830px) {
	
	.header-inner .share-sheet-btn{
		display: inline-block;
	}
	
	.content-column{
		float: left;
		position:relative;
		margin: 0;
	}
	
	.column1{
		width: 240px;
	}

	.column2{
		width: 180px;
	}

	.column3{
		position: absolute;
    	left: 420px;
    	right: 0px;
    	top: 0px;
    	width: auto;
    	height: 635px;
    	padding-bottom: 0px;
	}
	
	.column1-inner{
		left: 0;
	}
	
	.nav-hover-arrow{
		display: block;
	}
	
	.header-inner .status-container{
		display: block;
	}
	
	.mobile-toolbar{ display: none; }
	
	.header-inner .mls-num {
		display: inline;
	}
	
	.column3 .fb-like{
		margin: 16px 0 0 0;
		position: absolute;
		right: 5px;
		left: 20px;
	}
	
	#video video{
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}
	
	.content-pane, #showcase iframe{
		height: 585px !important;
	}
	
	.map-tabs{
		text-align: left;
	}
	
	.map-tabs a{
		margin: 0px 0px 0 3px;
		top:-4px;
		border-radius: 0 0 5px 5px !important;
	}
	
	.map-tabs a.active{
		line-height: 32px;
		top:0;
	}
	
	#media-popup{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		border-radius: 8px;
		padding: 12px;
	}
	
	#media-popup img.standard-image{
		width: auto;
		max-width:640px;
		max-height:608px;
	}
	
	.mp-close-button{
		top:-16px;
		right:-16px;
	}
	
	#return-top-button{
		display: none;
	}
}

@media only screen and (min-width: 1023px) {
	#trends-link{
		display: block;
	}
}


@media only screen and (min-height: 750px) and (min-width: 960px) {
	
	.content-column{
		height: 735px;
	}
	
	.column1 .agent-photo-container{
		margin: 0 0 25px 0;
	}
	
	#video video, #about video{
		max-height: 685px;
	}
	
	#about video {
		margin-top: 60px;
	}
	
	.content-pane, #showcase iframe{
		height: 685px !important;
	}
	
	#details table, #details p, #details hr{
		width: 500px;
	}
	
	#media-popup img.standard-image{
		max-width:750px;
		max-height:708px;
	}
	
	#mortgage-calc{
		margin: 100px 0 0 0;
	}
	
	#demographicsTable .key{
		padding-right: 10px;
		padding-left: 10px;
	}
	
	#demographicsTable .value{
		padding-right: 12px;
	}
	
	#detail-tabs.agt-details a{
		padding: 0 12px;
	}
	
	#detail-tabs.agt-details a .longname{
		display: inline;
	}
	
	#detail-tabs.agt-details a .shortname{
		display: none;
	}
}

@media only screen and (min-height: 850px) and (min-width: 1250px) {
	
	.content-column{
		height: 835px;
	}
	
	.content-pane, #showcase iframe{
		height: 785px !important;
	}
	
	#video video, #about video{
		max-height: 785px;
	}
	
	.column3 .fb-like{
		max-width: 600px;
	}
	
	#details table td{
		line-height: 40px;
	}

	#details table td strong{
		font-size: 18px;	
	}
}

@media only screen and (min-height: 950px) and (min-width: 1350px) {
	
	.content-column{
		height: 935px;
	}
	
	.content-pane, #showcase iframe{
		height: 885px !important;
	}
	
	#video video, #about video{
		max-height: 885px;
	}
}

@media only screen and (min-height: 1050px) and (min-width: 1450px) {
	
	.content-column{
		height: 1035px;
	}
	
	.content-pane, #showcase iframe{
		height: 985px !important;
	}
	
	#video video, #about video{
		max-height: 985px;
	}
	
}

@media only screen and (min-height: 1150px) and (min-width: 1550px) {
	
	.content-column{
		height: 1135px;
	}
	
	.content-pane, #showcase iframe{
		height: 1085px !important;
	}
	
	#video video, #about video{
		max-height: 1085px;
	}
	
}

@media only screen and (min-height: 1250px) and (min-width: 1650px) {
	
	.content-column{
		height: 1235px;
	}
	
	.content-pane, #showcase iframe{
		height: 1185px !important;
	}
	
	#video video, #about video{
		max-height: 1185px;
	}
	
}

@media only screen and (min-height: 1350px) and (min-width: 1750px) {
	
	.content-column{
		height: 1335px;
	}
	
	.content-pane, #showcase iframe{
		height: 1285px !important;
	}
	
	#video video, #about video{
		max-height: 1285px;
	}
	
}

@media only screen and (max-width: 829px) and (max-height: 775px){
	
	/**** scroll arrow bounce animation *****/
	
	.bounce-arrow {
		display: block;
		position: fixed;
		bottom: -14px;
		right: 0;
		left: 0;		
  		animation-name: arrow-bounce, arrow-dissapear;
  		animation-duration: 2s, 1s;
  		animation-delay: .25s, 4.25s;
  		animation-timing-function: ease-in-out;
  		animation-iteration-count: 2, 1;
  		animation-fill-mode: none, forwards;
  		z-index: 1;
	}
	
	.bounce-arrow::before {
		display: block;
		font-size: 40px;
		width: 40px;
		border-radius: 50%;
		margin: 0 auto;
		background-color: rgba(0,0,0,.70);
		content: "\ea43";
  		font-family: 'icomoon';
		speak:none;
		font-style:normal;
		font-weight:400;
		font-variant:normal;
		text-transform:none;
		color: #fff;
		box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
	}

	@keyframes arrow-bounce {
  		0%, 20%, 50%, 80%, 100% {
    		transform: translateY(0);
  		}
  		40% {
    		transform: translateY(-40px);
  		}
  		60% {
    		transform: translateY(-25px);
  		}
	}
	
	@keyframes arrow-dissapear {
  		0%{
    		transform: translateY(0);
  		}
  		100% {
    		transform: translateY(40px);
    		opacity: 0;
  		}
	}
	
}

@media only screen and (max-width: 829px){
	
	#media-popup{
		width: 100% !important;
	}
	
	#share-sheet a.print{
		display: none !important;
	}
}

@media only screen and (max-width: 600px){
	
	.column3::after {
    	content: "";
    	clear: both;
    	display: table;
	}
	
	/**** nav pop-in animation ******/
	
	.main-nav li {
		overflow: visible;	
	}
	
	.main-nav li.post-anim {
		overflow: hidden;	
	}

	.main-nav li a {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	.main-nav.popout-nav li a{
		will-change: transform;
		animation-timing-function: cubic-bezier(.4,.13,.4,1.36);
		animation-duration: 600ms;
		animation-name: nav-pop;
		animation-delay: 150ms;
	}

	.main-nav.popout-nav li:first-child a{
		animation-delay: 0ms;
	}
	@keyframes nav-pop {
   	 	0% { transform: scale(1.5); }
    	100% { transform: scale(1); }
	}
	
	span.project-city {
		display: none;
	}
}

/* changes specific to latam boards */

.latam header {
    height: auto;
    min-height: 35px;
}
.latam .header-listing-info{
    line-height: 22px;
    display: inline-block;
}

.latam .main-nav li {
    font-size: 17px;
}

.latam .header-price{
	white-space: nowrap;
}

.latam .header-listing-info {
    white-space: normal;
}

.latam .pcs-showing  .header-listing-info{
	padding-right: 50px;
}
