/*GENERAL OPTIONS============================*/

#screensaver {
	z-index: 21;
	background-color: rgba(22,49,81,1);
}
.screensaver-carousel .slick-list{}
.screensaver-carousel .slick-slide::before{background-color: rgba(0,0,0,.5)!important;}

.bingham-logo{position: absolute; top:25%; left:0; right:0; margin:auto; max-width:632px; z-index: 1;}

.content{padding-top:3rem;}
.content ul{column-count: 2;column-gap: 40px;}
.content ul li{padding-bottom:6px; line-height: 1.3!important; -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;}
.reveal .grid-container{max-width:90rem!important;}
.grid-container{max-width:85rem!important;}
ul.horizontal-list{margin-left:0rem;}
.horizontal-list li{display:inline; border-right:1px solid #000000;padding: 0rem 1rem;font-size: 125%;}
.horizontal-list li:first-child{padding-left: 0rem;}
.horizontal-list li:last-child{border-right:0px solid #000000;}


#mapsvg #Homes .mapsvg-region{fill: #b7093B!important; background-color: #b7093B!important; stroke: #ffffff;stroke-width: 2;}
#mapsvg g#Buildings{display:none;}

#map{position: relative!important;}

.siteplan-container-wrap{display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
margin: 0 auto;}

.siteplan-container-wrap .siteplan-container{position: relative;
overflow: visible;}
#siteplan .sales-center{color:#ffAffff; position: absolute; top:57%; left:70.1%; font-size:24px; z-index: 2; background-color: #c83732; border-radius:50px; padding:4px;}

#siteplan{position: relative!important; width:100%;}
.salestoolNav{position: absolute; top: 10%; left:0; z-index: 3;}
#siteplan .unit_marker{fill:#b7093B; background-color: #b7093B; display: block; position: absolute; z-index:2; cursor: pointer;}

#siteplan .unit_marker::before {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #fff;
    background-color: #fff;
    width: 20px;
    height: 20px;
    left: -8px;
    top: -8px;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
	outline: none;
}

#siteplan .unit_marker.UnderContract::before{background-color: #b7093B; }
#siteplan .unit_marker.Reserved::before{background-color: #ffae00; }
#siteplan .unit_marker.Sold::before{background-color: #b7093B; }
#siteplan .unit_marker.DesignerHome::before{background-color: #504074; }
#siteplan .unit_marker.Deposit::before{background-color: #ffae00; }
#siteplan .unit_marker.Model::before{background-color: #2e66bc; }
#siteplan .unit_marker.SalesCenter::before{background-color: #c83732;border:0px solid #fff; font-family: "Font Awesome 5 Free";content: "\f005"; font-size:15px; color:#fff; font-weight:900; padding:2px;}
#siteplan .unit_marker.Available::before{/*background-color: #2eb03e;*/background-color: transparent; border:0px solid #fff!important;}

.close-button {
    position: absolute;
    z-index: 10;
    color: #8a8a8a;
    cursor: pointer;
	outline: none!important;
	font-family: 'Roboto', sans-serif!important;
	font-size:4em!important;
	top:0;
}

.close-button span{outline: none;}

#buildings{position: absolute; z-index: 1; top:0; left:0;}
#buildings .Hide{display:block;}
#buildings .Show{display:none;}
.legend-holder{position: absolute; left:10px; bottom:3.5%; margin-top:20px; background-color: rgba(255,255,255,.7); width: 240px; height:auto; padding:1rem 1rem; z-index: 4;}

ul.legend{list-style: none;}

ul.legend li:before{
	box-sizing: border-box;
    content: "";
    display: inline-block;
    position: relative;
    border: 2px solid #fff;
    background-color: red;
    width: 18px;
    height: 18px;
    margin-left: -18px;
	margin-right: 10px;
    border-radius: 50%;
    z-index: 2;
	outline: none;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 3px rgba(10, 10, 10, 0.5);
    box-shadow: 0 0 3px rgba(10, 10, 10, 0.5);
}

ul.legend li.abbey:before{background-color: #F0ECC7;border-radius: 0px; border: 1px solid #000;box-shadow: inherit;}
ul.legend li.bryant:before{background-color: #ecb0cc; border-radius: 0px; border: 0px solid #000;box-shadow: inherit;}
ul.legend li.borden:before{background-color: #D5D0AA; border-radius: 0px; border: 1px solid #000;box-shadow: inherit;}
ul.legend li.model:before{background-color: #2e66bc;}

ul.legend li.designer:before{background-color: #504074;}
ul.legend li.sold:before{background-color: #b7093B;}
ul.legend li.contract:before{background-color: #b7093B;}
ul.legend li.deposit:before{background-color: #ffae00;}
ul.legend li.available:before{background-color:transparent; border: 0px solid #fff;}
ul.legend li.sales-center:before{background-color: #c83732; border: 0px solid #000; box-shadow: 0 0 0px rgba(10, 10, 10, 0.0); font-family: "Font Awesome 5 Free";content: "\f005"; font-size:13px; color:#fff; font-weight:900; padding:2px;display:inline;}
ul.legend li.sales-tool:before{background-color: #555555; border: 0px solid #000; box-shadow: 0 0 0px rgba(10, 10, 10, 0.0); font-family: "Font Awesome 5 Free";content: "\f023"; font-size:12px; color:#fff; font-weight:900; padding:4px;display:inline;}

.noSel.control-container{bottom:50px!important;}

.left-link {position: absolute; left:0px; top:50%; color: #fff; padding: 1rem; font-size: 1rem; font-weight: 600; cursor: pointer; background: rgba(0,0,0,.8); z-index: 1;}
.right-link {position: absolute; right:0px; top:50%; color: #fff; padding:1rem; font-size: 1rem; font-weight: 600; cursor: pointer; background: rgba(0,0,0,.8); z-index: 1;}
.right-link::after {content: '\00BB'; padding-left:6px;  }
.left-link::before{content: '\00AB'; padding-right: 6px;}

a{color:#016f54;}

a:hover, a:focus {color: #ffaa03; outline: 0;}

a.blue{background-color:#44587c;}
a:hover.blue, a:focus.blue{background-color:#c7602c;}

a.green{background-color:#016f54;}
a:hover.green, a:focus.green{background-color:#fba919;}

a.yellow{background-color:#fba919;}
a:hover.yellow, a:focus.yellow{background-color:#016f54;}

.button{text-transform: uppercase; font-size:1.1rem; font-weight: 500;}

.disclaimer{font-size:12px; }

footer {
    background-color: #163151;
    padding: 0.75rem 2rem;
    position: fixed;
    bottom: 0;
    left: 0;
	right: 0;
	margin:0px auto;
    width: 100%;
    display: flex;
    min-height: 20px;
    z-index: 5;
}
p.sp-disclaimer{
	color: #fff;
    font-size: 10px;
    text-align: center;
	margin: 0px auto;
}

.space-right{margin-right:20px;}

.reveal.full{top:0px!important; padding:3rem;}



ul.legend li.sold{ margin-top:1rem;}

.building-holder{position: relative; display: inline-block; margin:1rem 0rem;}

.building-thumbnail{
	font-family: 'Poppins', sans-serif!important;
	font-size: 13px;
	width: 215px;
	height: 125px;
	display: inline-block;
}

.building-thumbnail-6{
	font-family: 'Poppins', sans-serif!important;
	font-size: 13px;
	width: 108px;
	height: 125px;
	display: inline-block;
	margin-left: 2rem;
}

.building-thumbnail-6-l{
	font-family: 'Poppins', sans-serif!important;
	font-size: 13px;
	width: 108px;
	height: 125px;
	display: inline-block;
	margin-left: 0rem;
}

label {
    font-size: 16px;
	line-height: 1.1;
    color: #5f5f61;
    text-transform: uppercase;
    display: block;
    vertical-align: middle;
    margin: 0 0 0rem 0;
    font-family: inherit;
    padding: 0.5em 1em;
}

fieldset {
    columns: 2;
    column-count: 2;
    border: 0px solid #ccc;
}

input.contact-input-box::placeholder, textarea::placeholder, select::placeholder {
    font-size: 16px;
    color: #5f5f61;
}
input::placeholder, textarea::placeholder {
    color: #cacaca;
}
input::placeholder, textarea::placeholder {
    color: #cacaca;
}
element {
}
input.contact-input-box {
    display: block;
    width: 100%;
    min-height: 52px;
    background-color: #f9f9f9;
    border: 1px solid #e4e4e4;
    padding-left: 4%;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
}
/***************************************************
SALES TOOL
****************************************************/

.reveal{outline:none;}
.login-block{
width: 80%;
margin: 0rem auto 0rem auto;	
}

.login-block h2{
	color: #5b5b5d;
font-size: 3.75rem;
font-weight: 300;
line-height: 1;
text-transform: none;
}

.error-text{color: #ff0000;
font-weight: 500;
text-align: center;
padding: 20px 0px;}
.section{height:100vh;}
.section#search{padding-top:6rem;}
#sold .siteplan-container{padding: 0rem 0rem 4rem 0rem; width: 90%; margin: 0px auto;}

.search-holder{position: relative; width: 80%; margin:0rem auto 4rem auto;}

table{padding:10px 0px 0px 0px;}

/*.sold .section {
    padding: 4rem 0px 0px 0px;
}*/

.sold .search-holder form{margin:4rem 0rem;}
.sold ul.menu{margin:0px auto;}

.row {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
	-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
}


.align-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-block {
    width: 100% !important;
    padding: 10px;
    background: 
    #fff;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
}

.logo-login {
    width: 283px;
    height: 185px;
    margin: 3.5rem auto;
}

.login-block select {
    font-size: 1.5rem;
    height: 3.2rem;
    padding: 0.5rem;
}

.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 24px!important;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.align-self-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
	vertical-align: middle;
}



/********************************
NAVIGATION
********************************/
.title-bar {
    padding: 1rem 1rem!important;
    background: transparent!important;
    color: #fff;
    position: absolute;
    bottom: 4%;
    left: 0;
    z-index: 4;
    width: 100%;
}

.title-bar .menu{display: inline-block!important;}
.menu a{outline:none; background-color: #004069;
    color: #fff;}

.menu a:hover, .menu a:active{color:#fff;}
.siteplan-logo-container{position: absolute; top:0; left:2%; padding:0rem 0rem;z-index: 5;}
.siteplan-logo-container img {
    max-width: 175px;
	padding-bottom: 1rem;
}

.logo-container{padding:2rem 0rem;}
.logo-container img {
    max-width: 250px;
	padding-bottom: 2rem;
}

.fa-user-lock:before {
    padding-right: 4px;
}

.menu-home-sidenav-container{position: fixed; width:100%;z-index: 1;}

#menu-home-sidenav.menu {
    display: inline-flex;
    background-color: #004069;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
	width:100%;
}
#on-page-nav ul, .menu-home-sidenav-container ul {
    text-align: center;
}

#menu-home-sidenav.menu li {
    padding-bottom: 0px !important;
}

#on-page-nav ul li a, #on-page-nav ul li span, .menu-home-sidenav-container ul li a, .menu-home-sidenav-container ul li span {
    display: block;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .5px;
    position: relative;
    color: #ffffff;
    text-transform: none;
    padding: 1.5rem 1.5rem;
    font-weight: 600;
}

.menu-home-sidenav-container ul li a:hover{color:#ffaa03;}

#menu-home-sidenav.menu li a.is-active {
    color: #ffaa03;
}


/***************************************
OFF CANVAS MENU
****************************************/
.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #ffffff!important;
}



h1,h2,h3,h4,h5, h6{font-family: 'Poppins', sans-serif!important;}

h1{text-transform: uppercase; font-weight:200; letter-spacing: -1px;}
h2 span {
    color: #004069;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 3.75rem;
}
h4.name{text-transform:uppercase; color:#293371;}

.yellow{color:#fdd72f;}


body.floorplan-blue{background-color:#06448a!important;}

body {
    font-family: 'Poppins', sans-serif!important;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1;
    color: #000;
}

header {
    position: fixed;
	bottom:0;
}
header {
    width: 100%;
    background-color: #0f112c;
    background-color: rgba(15,17,44,1);
    z-index: 999;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.4);
              -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.4);
                         box-shadow: 0px 0px 10px rgba(0,0,0,.4);
}


nav {
    padding-top: .5rem;
}


nav ul{margin-bottom:0rem;}

nav li {
    display: inline-block;
	list-style:none;
}

nav a {
    display: inline-block;
    position: relative;
    padding: 1.2rem 0.75rem 1.0rem;
    margin: .5rem 1.5rem;
    text-shadow: none;
}

nav a {
    font-family: 'Poppins', sans-serif;
    
    font-size: 1.25rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}


.nav a:hover, .nav a:focus, .nav a:active, nav a:hover, nav a:focus, nav a:active {
    color: #18abe3;
}

nav a:hover::before, nav a:hover::after, nav a:focus::before, nav a:focus::after, nav #active a::before, nav #active a::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
nav a::before, nav a::after {
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 8px;
    background: #18abe3;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0;
}

.color-bckgrnd{background:url(../images/texture-bckgnd.jpg) repeat; height:100%; min-height:1080px; position:relative;}


.logo img {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}


.off-canvas-content, .off-canvas-content {
    box-shadow: none!important;
	background:#fff!important;
}

.full-height{height:1080px;}
.main{min-height:1080px;}
.main-container {z-index:-9; position:absolute; left:0; top:0;}
.sub-container{z-index:99999999;}

.desktop-background{background: #162f5b; height:100%; z-index:2;}

.sub-page label{display:inline-block;}

.reveal.tiny {
    width: 20%!important;
    max-width: 75rem;
}

.small-popup-timeout h3 {
    color: #06448a;
    font-size: 1.9rem;
    text-transform: uppercase;
    text-align: center;
}


.detail-hero__pagination a {
    display: block;
    width: 4em;
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0 1.5rem;
}
.detail-hero__pagination-next {
    right: 0;
    width: 77px;
    height: 47px;
    background-image: url("../images/next-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
.detail-hero__pagination-prev {
    left: 0;
    width: 77px;
    height: 47px;
    background-image: url("../images/prev-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
.detail-hero__pagination a span {
    font-size: 3em;
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}


/*NAVIGATION==================================*/
.navigation-section {background-color:transparent; margin:40px 0px!important; padding:30px 0px 30px 0px; text-align:left;}
.navigation-section .title{padding-bottom:40px; border-top: 0px solid #E4E5E4!important; }
.navigation-section .back-link{margin-top:80px;}
.navigation-section .title h4, .navigation-section .back-link h4 {color:#fff; font-weight: 400; font-size: 2.0rem;}
.navigation-section.menu.vertical li{border-bottom: 1px solid #e4e5e4; text-align:center;}
.navigation-section.menu.vertical li:first-child {border-top: 1px solid #E4E5E4;}
.navigation-section.menu.vertical li:last-child {border-bottom: 1px solid #E4E5E4; border-top: 0px solid #E4E5E4;}
.navigation-section.menu.vertical li:not(.menu-text) > a {font-size:1.5rem; padding:30px 0px; color:#fff; line-height:1.2;}
.navigation-section.menu.vertical li:not(.menu-text) > a:hover, .navigation-section.menu.vertical li:not(.menu-text) > a:focus, .navigation-section.menu.vertical li:not(.menu-text) > a:active  {color:#fff!important;}
.navigation-section.menu.vertical  #active a  {color:#fff!important; background-color:#d5003a;}

label.logo{text-align:center; padding-bottom:20px;}
label.logo-mobile {
    text-align: center;
    padding-top: 40px;
}
label.footer{text-align:center; padding-top:26px;}

#overlay-fullnav{ position:absolute; left:0; top:0; z-index:3;}
#other-nav{display:none;}


table { width: 100%; }
tbody td { font-size: 1.1rem !important; }
tbody th { color: #000; font-size: 1.3rem !important; font-weight: 600; background-color: #f1f1f1; }
tbody th, tbody td { padding: 1.0rem 0.625rem !important; }
.available-units-container { border: 2px solid #fff!important; }
table.building { width: 110%!important; margin-bottom: 0rem!important; }
.building tbody th, .building tbody td { padding:0.25rem 0.625rem 0.25rem 0rem!important; }
.building tbody td a { font-weight: 700; color: #bd9a5e; letter-spacing: .5px; }
.apartment-select tbody th, .apartment-select tbody td { text-align: center !important; }
.apartment-select table tr td { text-transform: uppercase; }
.leased-red { background-color: #ec5840 !important; color: #fff !important; font-weight: 700; }
.available-orange { background-color: #ffae00 !important; color: #fff !important; font-weight: 700; }

table.building tbody{border:0px solid #f1f1f1; background-color:transparent!important;}
.building tbody td p { margin-bottom: 0rem!important; }
.building tbody td{font-size:1rem!important;}
table.building tbody tr:nth-child(2n) {background-color: transparent!important;}
/*TOOLTIP============================================*/

.mapsvg-popover-content {font-size:14px;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;}

h4.tooltip-title {
    color: #293371;
    font-size: 24px;
    font-weight: 600;
    margin: 0 30px 6px 0;
    text-transform: uppercase;
}


/*MOBILE NAVIGATION==================================*/

.menu-icon::after {
    height: 4px!important;
    box-shadow: 0 9px 0 #fff, 0 18px 0 #fff!important;
	background: #fff!important;
	width:60%!important;
	top:12px!important;
	left:12px!important;
	

}

.menu-icon:hover::after {
    background: #cacaca!important;
    box-shadow: 0 9px 0 #cacaca, 0 18px 0 #cacaca!important;
}

.menu-icon {
    width: 60px!important;
    height: 46px!important;
	background-color: #06448a;
	padding: 20px 20px;
}



.off-canvas {
    position: absolute;
    background: #06448a!important;
	min-height:100%;
}

.mobile.menu > li:not(.menu-text) > a {
    display: block;
    padding: 1.75rem 1.2rem!important;
    line-height: 1;
    color: #fff;
    border-bottom: 1px solid #d5d5d5;
    margin: 0;
    text-transform: uppercase;
	font-weight:700;
}

.is-drilldown {
    height: 100% !important;
}

/*GENERAL STYLES==============================*/
html {		
		height: 100%;	
	}
	body {
		width: 100%;
		height: 100%;
		margin: 0px;		
	}
	.smooth_zoom_preloader {
		background-image: url(/assets/zoom_assets/preloader.gif);
	}	
	.smooth_zoom_icons {
		background-image: url(/assets/zoom_assets/icons.png);
	}

/*SUB PAGES===================================*/
.sub-page-container{background-color:transparent; position:relative; height: 1080px;}
.sub-page-container .white-shape
{width: 200%;
height: 100%;
transform: skewX(-34deg);
position: absolute;
bottom: 0;
left: -150px;}

.sub-page-container .white-shape .inner{background-color:#fff; width: 100%;height: 100%; border-left: 1rem solid #bd9a5e;}





.sub-page{padding:2.5rem 2.8rem 3.5rem 2.8rem; background-color:#fff;}

.sub-page h1{text-align: right;font-weight: 400;color:#293371;font-size: 3rem !important;margin: 0 0;}
.sub-page h4{font-weight:normal; color: #d5003a; text-transform:uppercase;}
.sub-page h1 span{ font-weight:700; color:#ea5535;}

.sub-page-container  li.tabs-title {
    float: none !important;
    display: inline-block;

}
.sub-page-container h2 {margin-top: 4rem; margin-bottom: 2rem; margin-left:6rem; text-transform: uppercase; font-size: 1.8rem!important;}
.sub-page-container .right-container{position: absolute; top:0; left:0; right: 0; margin: 0px auto; background: url("../images/right-pattern.jpg"); background-repeat:no-repeat;  text-align: center; background-position: right; height: 1000px;}
.sub-page-container #residences-tabs{/*padding:0px 2.5rem;*/ padding:0px 0px; text-align: center; margin-left:6rem; background:transparent;}

.clubhouse-page-container h2{margin-top: 4rem; margin-bottom: 2rem; margin-left:6rem; text-transform: uppercase; font-size: 1.8rem!important;}
.tabs-content h4{font-weight:700; padding-top:10px; text-transform:uppercase;}
.tabs-content p{line-height:1; margin-bottom:.5rem!important;}
.floorplan-image-wrapper{padding-bottom:2rem;}

.sub-page-container .tabs-content {
    background: transparent;
    border: 0px solid #e6e6e6!important;
    border-top: 0;
    color: #0f112c;
	/*min-height:800px;*/
	font-weight:700;
}


#amenities-tabs.tabs {
    text-align: center;
	background:transparent!important;
	position: relative;
	margin: 0px auto;
	margin-left:6rem;
}

.tabs-content{width:100%; border:0px solid #ccc; background:transparent;}

.tabs {
    margin: 2rem auto 0px auto;
    list-style-type: none;
    border: 0px solid #e6e6e6!important;
	display: inline-block;
	text-align: center;
}
.tabs-content.features .tabs-panel {
    padding: 0rem 6rem 2rem 8rem !important;
}

.tabs-content.amenities .tabs-panel {
    padding: 2rem 2rem 2rem 2rem !important;
}

.tabs-content.amenities{
    background:transparent;
transition: all 0.5s ease;
border: 0px solid#e6e6e6;
}

.tabs-panel {
    padding: 0rem 2rem 2rem 2rem!important;
}

 .tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
    background: transparent!important;
	color:#bd9a5e!important;
}
.tabs-title > a[aria-selected="true"]::after{
content: '';
height: 2px;
background:#bd9a5e;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}

.tabs-title > a {
	position: relative;
    display: block;
	margin: 0rem 1rem 1rem 1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #56565d;
    text-transform: uppercase;
    padding: 0rem 0rem 1rem 0rem;
    font-weight: 500;
}

#residences-tabs .tabs-title > a {
    font-size: 32px !important;
}

.floorplan-listing{padding:10px 0px 2rem 0px;}
.floorplan-listing a{color:#18abe3; text-decoration:none;}
.floorplan-listing a:hover{color:#0f112c; text-decoration:none;}


.tabs-content table{color:#000;}

.thumbnail-col{padding:.5rem 3rem!important;}
.thumbnail-col img{height:180px;}

/*UPDATING INTERFACE - SALES TOOL=============*/

.Message{color:#9c0707; text-transform:uppercase; font-size:18px; font-weight:700;}

.building-update-sub-page{padding:1rem 2.5rem 1rem 2.5rem; text-align:center; background-color:#fff;}
.building-update-sub-page h1{font-weight:700; color:#06448a; text-align:center; text-transform:uppercase;}
.building-update-sub-page h4{font-weight:600; color:#dcbb43;}

.building-update-sub-page .tabs-content h4{font-weight:700; padding-top:0px!important; text-transform:uppercase;}
.building-update-sub-page .tabs-content p{line-height:1; margin-bottom:.8rem!important;}


.building-update-sub-page .tabs-content {
    background: #fff!important;
    border: 0px solid #e6e6e6!important;
    border-top: 0;
    color: #000;
	min-height:600px;
	font-weight:700;
	padding-top:0px;;
}



.building-update-sub-page .tabs {
    margin: 0;
    list-style-type: none;
    border: 0px solid #e6e6e6!important;

}

.building-update-sub-page .tabs-panel {
    padding: 0rem!important;
}

 .building-update-sub-page .tabs-title > a:focus, .building-update-sub-page .tabs-title > a[aria-selected="true"] {
    background: #06448a!important;
	color:#fff;
}


.building-update-sub-page .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 26px!important;
    color: #fff!important;
	text-transform:uppercase;
	background:#c9cbca!important;
}





#update-tabs{padding:0px 1rem; background:#fff!important;}

#update-tabs .button{margin: 0 0!important;}

.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
    border-bottom: 0px solid #fefefe!important;
}

.button{border:0px solid #f1f1f1!important; margin-bottom:0px!important; outline: none;}

#building-select.reveal.small {
    width: 45%;
    max-width: 75rem;
	text-align:center;
}

#building-select h2{
	font-weight: 700;
color: #06448a;
text-align: center;
text-transform: uppercase;
}

.update-window{padding:10px;}

#building-select .close-button  {
    background-image: url(../images/cross26.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px 26px;
	width: 50px;
height: 50px;
opacity: 1;
    background-color: #ffffff;
   font-size: 4.5rem;
line-height: 1;
position: absolute;
color: #999;
cursor: pointer;
padding: 0rem .8rem;
right: 0rem;
top: 0rem;
font-family: "Open Sans", san-serif;
font-weight: 100;
}



[type="radio"] {
    margin: .8rem 0!important;
}

/*SLICK SLIDER===============================*/
.slick-slide img{padding-bottom:1rem;}
/*.slick-slider{min-height:100%!important;}*/
.slick-track{display:block!important;}

.slick-prev::before, .slick-next::before {
  display: block;
  font-size: 18px;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
	
.slick-prev, .slick-next {
  background: #0b3254 !important;
}
	
.slick-prev {
  right: 0!important;
  margin-top: -31px;
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #4771db;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 5;
  transition: opacity 0.124s ease-in-out;
}
.slick-next {
  right: 0!important;
  margin-top: 31px;
}

.slick-next::before {
  content: "→";
}
.slick-prev::before, .slick-next::before {
  display: block;
  font-size: 18px;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}	
	
.slick-prev::before {
  content: "←";
}
.slick-prev::before, .slick-next::before {
  display: block;
  font-size: 18px;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}	

.slick-prev, .slick-next {
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
}

/*MEDIA QUERIES - RESPONSIVE=================*/

@media screen and (min-width: 1630px) {
/*#siteplan{max-height:1090px!important;}*/
}

@media screen and (max-width: 1919px) {
#overlay-fullnav{display:none;}
#other-nav{display:block; }
body {
 overflow:visible!important;
}
.location-sub-page{
padding: 2.5rem 2.5rem 3.5rem 2.5rem !important;
}
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	
.content ul{column-count: 1;column-gap: inherit;}	

.reveal.full{padding:2rem;}	
	
.tabs-title > a {margin: 0rem .5rem 1rem .5rem;}	

.siteplan-logo-container {
    bottom: 10%;
    left: auto;
	right:auto;
}	
.siteplan-logo-container img {
    max-width: 100px;
    padding-bottom: 1rem;
}	
	
	.location-sub-page {
    padding: 2.5rem 2.5rem 3.5rem 2.5rem!important;
    background-color: #fff;
    min-height: 1080px;
}
	
#siteplan .unit_marker::before {
    border: 1px solid #fff!important;
    background-color: #fff;
    width: 6px!important;
    height: 6px!important;
    left: -3px!important;
    top: -3px!important;
}	
	
	#siteplan{top:0px;}
	
.title-bar-right {
    text-align: right;
}	
	
.legend-holder{top:inherit;bottom: 200px; left: auto; right:auto;  }	
	
	}
	
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
		.location-sub-page {
    padding: 2.5rem 2.5rem 3.5rem 2.5rem!important;
    background-color: #fff;
    min-height: 1080px;
}

.features-col {
    width: 50%;
    padding-right: 2rem;
}



	}	
	
	
/* Medium and Down*/
@media screen and (max-width: 63.9375em) {
	
	.content ul{column-count: 1;column-gap: inherit;}	
	
	table.stack tr{text-align: center;}
	
	fieldset {
    columns: 1;
    column-count: 1;
    border: 0px solid #ccc;
}
	
	.location-sub-page {
    padding: 2.5rem 2.5rem 3.5rem 2.5rem!important;
    background-color: #fff;
    min-height: 1080px;
}

.features-col {
    width: 50%;
    padding-right: 2rem;
}


.clubhouse-tabs-content {
	background: rgba(255, 255, 255, 1)!important;
    border: 0px solid #e6e6e6!important;
    border-top: 0;
    color: #000;
	min-height:100%!important;
	position: relative!important;
	top:0;
	width: 100%;
}

.mark-tabs-content {
	background: rgba(255, 255, 255, 0.8);
    border: 0px solid #e6e6e6!important;
    border-top: 0;
    color: #000;
	min-height:1080px;
	position: relative!important;
	top:0;
	max-width: 100%;
	padding:0px 0px 0px 0px;
}



.features-tabs-content {
    background: rgba(255, 255, 255, 1)!important;
    color: #000;
    min-height:auto!important;
	max-height:100%;
    position: relative!important;
    top: 0;
    width: 100%;
}

.features-col {
    width: 100%!important;
    padding-right: 0rem!important;
	position:relative!important;
}

.features-col.float-left {
    float:none!important;
}

#features-tabs {
    width: 100%!important;
	position: relative!important;
}

.features-tabs-content .tabs-panel {
    padding: 2.5rem 0rem !important;
}

.off-canvas-content, .off-canvas-content {
    background: #fff !important;
}


.tabs-panel {
    padding: 0rem 0rem!important;
}

.floorplan-subpage {
    padding: 2.5rem 2.5rem 3.5rem 2.5rem !important;
}

/*BUILDING PLAN CSS******************************/

#myDiv{width:100%!important;}
.lhp_miv_holder  {width:100%!important; height:auto;}
.lhp_miv_holder img {width:100%!important; height:auto!important;}
.lhp_miv_hotspot {
    display: block !important;
    width: 100% !important;
	
}



/*.container-buildingplate .lhp_miv_hotspot {

}*/

.lhp_miv_content_holder{top:0!important;}


/*END BUILDING PLAN CSS******************************/

}

/* Medium and up 640px */
@media screen and (min-width: 40em) {
.location-sub-page {
    padding: 2.5rem 2.5rem 3.5rem 2.5rem!important;
    background-color: #fff;
    min-height: 1080px;
}
	
	h1{font-size:3.6rem!important;}	
	
	
	}



/* Large and up Original - @media screen and (min-width: 74em) 1920px{*/
@media screen and (min-width: 120em) {
.location-sub-page {
    padding: 2.5rem 0rem 3.5rem 0rem!important;
    background-color: #fff!important;
    min-height: 1080px;
}	
	
.xlarge-10{width:83.3333%!important;}		
.xlarge-offset-2{margin-left:16.66667%;}	
	
	}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

@media screen and (min-width: 114em){
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
	
.section {
  height: 100vh;
	padding:80px 0px;
}
	
	.fs {
  display: table;
  table-layout: fixed;
  width: 100%;
}
}
