html{
    height: 100%;
	overflow-x: hidden;
}
body{
	padding-right: 0!important;
	font-family: 'CircularStd-Book';
	font-size:24px;
	line-height: 1.2;
  	color: #000;
	background:white;
	overflow-x: hidden;
	font-weight: 100!important;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a{
	text-decoration:none!important;	
	outline: 0;	
	cursor:pointer;
	cursor:hand;
	color: black;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
a:hover{
	text-decoration:none;
	opacity: .85;
	color: #000;
}
i{
  font-style: normal;  
}
b{
	font-weight:100;
	font-family: 'CircularStd-Medium';
}
p{
	margin-bottom: 10px!important;
}
input, textarea{
  outline: none;
}
input, .custom_select{
	position: relative;
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	padding-left: 40px;
	border: 1px solid #000;
	color: #000;
	font-family: 'CircularStd-Book';
	line-height: 1;
}
.custom_select:before{
	content: "";
	position: absolute;
	width: 12px;
	height: 100%;
	right: 25px;
	background: url(../images/availability_floorplan.svg) center center no-repeat;
	pointer-events: none;
}
select{
	width: 100%;
	height: 100%;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-left: 5px;
	outline: none;
	text-shadow: none!important;
	  -webkit-box-shadow: none!important;
	  box-shadow: none!important;
	  background: #fff;
}
textarea:focus, input:focus{
    outline: none;
}
.modal button{
  text-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background:#00b4a9;
  color:transparent!important;
}
img{
	width: 100%;
}
.form-control, .dropdown-item{
	height: 32px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 8px;
	border-radius: 0px;	
	border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 1;
    color: #0a3029;
    background: transparent!important;    
    border: 1px solid #0a3029!important;
}
.form-control:focus {    
    box-shadow: none!important;
}
.input-group{
	margin-bottom: 15px;
}
::-webkit-input-placeholder {
  color: #0a3029!important;
}
:-moz-placeholder { 
  color: #0a3029!important;
}
::-moz-placeholder {  
  color: #0a3029!important;
}
:-ms-input-placeholder {
  color: #0a3029!important;
}
textarea.form-control{
	height: 100px;
}



/*
	NAV
*/
.navbar{
	padding: 0px;	
}
.navbar-brand {	
	position: absolute;
	width: 210px;
    height: 60px;
    left: 40px;
    top: 70px;
    padding: 0px;
    background: url(../images/logo.svg) left top no-repeat;
    background-size: contain;
    z-index: 10;
    -webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	display: none;
	opacity: 0;
}
.navbar.active .navbar-brand {
    display: block;
    opacity: 1;
}
.navbar .menu{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;	
	background: #000;
	display: none;	
}
.navbar-nav{
	position: absolute;
	/*display: block;
	width: 100%;*/
	left: -15px;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
}
.nav-item{
	position: relative;
	float: left;
	width: 20%;	
	padding: 5px;
	opacity: 0;
}
.nav-link{
	position: relative;
	padding: 0px;
	color: #fff;
	border: 1px solid rgba(255,255,255,.5);
	text-transform: uppercase;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;	
}
.nav-link:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.nav-link span{
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.nav-item:hover .nav-link, .nav-item.active .nav-link{
	border: 2px solid #fff;
	color: #fff;
	opacity: 1;
}
.navbar .toggler{
	position: absolute;
	width: 30px;
	height: 20px;
	right: 40px;
	top: 85px;
	z-index: 10;
}
.navbar .toggler .top, .navbar .toggler .mid, .navbar .toggler .bottom{
	position: absolute;
	width: 100%;
	border-top: 2px solid #fff;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.navbar .toggler .mid{
	top: 9px;
}
.navbar .toggler .bottom{
	bottom: 0px;
}
.navbar.active .toggler .top{
	width: 28px;
	left: 6px;
	transform: rotate(45deg);
	transform-origin: left top;
}
.navbar.active .toggler .mid{
	width: 0px;
	opacity: 0;
}
.navbar.active .toggler .bottom{
	width: 28px;
	left: 6px;
	bottom: -1px;
	transform: rotate(-45deg);
	transform-origin: left bottom;
}





/*
	Section
*/
.container, .container-fluid{
	padding: 0px;
}
.container{
	max-width: 80%;
}
section{
	padding: 80px 0;
}
h1{
	margin: 0px;
	margin-bottom: 40px;
	font-size: 45px;
	font-family: 'CircularStd-Medium';
}
h2{
	margin: 0px;
	margin-bottom: 40px;
	font-size: 36px;
	font-family: 'CircularStd-Medium';
}
h3{
	margin-bottom: 40px;
	font-size: 30px;
	font-family: 'CircularStd-Medium';
}
.txt_left{
	text-align: left!important;
}
.txt_center{
	text-align: center!important;
}
#preloader{
	/* display: none; */
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	background: #0a3029;
	background: url(../images/loading.gif) center center no-repeat #fff;
	z-index: 5000;
}
.full_img{
	position: relative;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	background: #000;	
	color: #fff;
}
.full_img .back{
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.full_img.original{
	height: auto;	
}
.full_img.original .back{	
	height: auto;
	object-fit: unset;
}
.center {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);    
}
.full_img .arrow {
    position: absolute;
    width: 50px;
    height: 100px;
    width: 30px;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    background: url(../images/full_img_arrow.svg) center center no-repeat;
    background-size: contain;
    background-size: 30px;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    cursor: pointer;
    cursor: hand;
    -webkit-filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.2));
    filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.2));
}

.gradient{
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0px;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	height: 100%;
	background: rgba(0, 0, 0, .3);
}
.line{
	display: block;
	margin: 90px 0;
	border-top: 1px solid #fff;
}

.row{
	margin: 0px -20px;
}
.col{
	position: relative;
	padding: 0px 20px;
}

.btn_contact {
    position: fixed;
    right: 40px;
    bottom: 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff!important;
    font-size: 16px;
    line-height: 1;
    background: #000;
    z-index: 100;
}




/* HERO */
.hero .logo {
	width: 475px;
    /* height: 150px; */
}
.hero .txt{
	display: flex;
	position: absolute;
	width: 100%;
	height: 50%;
	top: 50%;
	padding-top: 75px;	
	color: #fff;
	justify-content: center;
	align-items: center;	
}

/* RENTAL */
.rental .stats{
	margin-top: 0px;
	justify-content: center;
	font-size: 18px;
}
.mortgage-rate-widget {
	margin-top: -30px !important;

}
.rental .stats h2{	
	font-size: 30px;
    margin-bottom: 10px;
	font-family: 'CircularStd-Book';
}
.light-blue{
	color: #52c9ea;
}
.green{
	color: #aad085;
}
.orange{
	color: #e99067;
}
.rental .stats .table{
	display: inline-flex;
	width: auto;
	margin-bottom: 16px;
	align-items: center;
}
.rental .stats h1{
	margin: 0;
	margin-right: 16px;
	padding-right: 16px;
	font-size: 40px;
	line-height: 1;
	border-right: 1px solid #000;
}
.rental .stats span{
	font-size: 18px;
	text-align: left;
}
.rental .stats span div::before {
	content: '';
	display: inline-block;
	position: relative;
	width: 9px;
	height: 9px;
	margin-right: 8px;
	left: 0;
	top: 1px;
	transform: rotate(-45deg);
	vertical-align: middle;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #aad085;
}
.rental .stats span div.down::before {
	top: -2px;
	transform: rotate(135deg);
	border-color: #e99067;
}
.rental .stats b{
	display: block;
}
.rental .graph{
	width: 90%;
	margin: 80px 0;
	margin-bottom: 0;
}
.rental .sub {
	margin-top: 0px;
    text-align: left;
	font-size: 18px;
}

/* CONDOS */
.condos .center{
	top: auto;
	left: 0;
	bottom: 120px;
	transform: translate(0%);
}

/* NEIGHBOR */
.neighbor .col{
	padding: 0;
}
.neighbor .txt{
	display: flex;
	padding: 10vw;
	background: #000;	
	color: #fff;
	align-items: center;
	justify-content: center;
}
.neighbor img{
	height: 100%;
	object-fit: cover;
}

/* MORTGAGE */
.mortgage{
	padding-left: 10vw;
}
.mortgage .row{
	margin-right: 0;
}

/* PAYMENT */
.payment{
	padding: 100px 10vw;
	background: #000;
	color: #fff;
}
.payment h2{
	/* margin: 0; */
}

/* QUALIFY */
.qualify{
	padding-top: 100px;
}
.qualify .table{
	margin-top: 0px;
	margin-bottom: 70px;
}
.qualify .table .row{
	margin: 0;
	border-bottom: 1px solid #000;
	line-height: 1;
}
.qualify .table .col{
	padding: 40px 30px;
	padding-right: 10px;
}
.qualify .table .th{
	font-family: 'CircularStd-Medium';
	line-height: 1.2;
}
.qualify .table b{
	display: inline-block;
	padding: 0 5px;
	font-family: 'CircularStd-Book';
	background-color: #ffec00;
}
.qualify .sub{
	padding-left: 30px;
	font-size: 18px;
}
.qualify .dest{
	margin: 0;
	margin-top: 120px;	
	border: 4px solid #000;
}
.qualify .dest .col{
	display: flex;
	position: relative;
	padding: 90px 90px;
	align-items: center;
}
.qualify .dest .col:first-child:after{
	content: "";
	position: absolute;
	right: 0px;
	top: 70px;
	bottom: 70px;
	border-right: 4px solid #000;
}
.qualify .dest h1{
	margin: 0;
}
.qualify .dest a{
	text-decoration: underline!important;
}
.qualify h2{
	/* margin-top: 60px; */
	margin-bottom: 40px;
	font-size: 36px;
	font-family: 'CircularStd-Medium';
}

/* WAIT */
.wait{
	background-color: #000;
	color: #fff;
}
.wait a{
	display: inline;
	color: #fff;
	font-family: 'CircularStd-Medium';
	white-space: nowrap;
}
.wait a{
	display: inline;
	color: #fff;
	font-family: 'CircularStd-Medium';
	white-space: nowrap;
}
.wait .btn{
	display: inline-block;
	margin-top: 60px;
	padding: 15px 50px;
	font-size: 30px;
	line-height: 1;
	border: 4px solid #fff;
	border-radius: 0;
}
.wait .btn:hover{
	color: #fff;
}

/* PREFERRED */
.preferred.logos {
	margin-top: -30px;
	padding-top: 0px;
	text-align: left;
}
.preferred h2 {
	display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 2px;
    font-size: 24px;
    line-height: 1;
    text-align: left;
    /* border-bottom: 1px solid #000; */
}
.preferred .row{
	margin: 0;
	justify-content: space-between;
}
.preferred .col {
	flex-grow: 0;
	flex-grow: 1;
    margin-bottom: 20px;
    padding: 0 15px;
}
.preferred img{
	display: block;
	width: auto;
	height: 70px;
	margin: auto;
}
.preferred.logos a{
	display: inline-block;
	margin-top: 24px;
	font-family: 'CircularStd-Medium';
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	opacity: .5;
	white-space: nowrap;
}
.preferred a:hover{
	opacity: .4;
}
.preferred .line{
	margin-top: 150px;
	margin-bottom: 90px;
	border-color: #000;
	border-width: 4px;
}
.preferred .logo{
	height: 95px;
}

/* FOOT */
.foot{
    padding: 80px 40px;
	background: #000;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}
.foot h2{
	margin: 0px;
    margin-bottom: 30px;
    font-size: 25px;
}
.foot a{
	color: #fff;
}

footer{
	/* margin-top: 100px; */
	padding-bottom: 40px;
	font-size: 13px;
	letter-spacing: .5px;
	text-align: center;
}
footer a{
	color: #000!important;
	white-space: nowrap;
}
footer a:hover{
	opacity: .75;
}
footer .social{
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
footer .social a{
	margin: 0px 5px;
}
footer .social img{
	width: 20px;
}
footer .underline{
	display: inline-block;
	margin: 0px 8px;
	border-bottom: 1px solid #000;
	font-family: 'CircularStd-Medium';
}
footer .legal{
	display: block;
	margin-top: 15px;
}
footer .legal a{
	line-height: 15px;
	font-size: 10px;
	font-family: 'CircularStd-Book';
}
footer i.fa-phone{
	transform: rotate(90deg);
}


/* FANCYBOX */
.modal-open .modal {
	padding-right: 0!important;
	background: rgba(30, 30, 30, .9);
}
.modal-content {
	border-radius: 0;
	border: none;
	line-height: 1.4;
}
.modal-body{
	position: relative;
	padding: 40px;
}
.modal .close {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 20px;
	top: 20px;
}










@media (min-width: 1300px){

	.navbar-nav .col-sm-10{
		max-width: 1100px;
		left: 50%;
		transform: translateX(-50%);
	}

}




@media (max-width: 992px){

	body {
	    font-size: 16px;
	    line-height: 22px;
	}
	.navbar .toggler {
	    right: 20px;
	    top: 38px;
	}
	.full_img .center .logo {
		width: 390px;
	}
	.full_img h2 {
		font-size: 26px;
	}
	.full_img .arrow {
	    bottom: 30px;
	    background-position: center bottom;
	}
	.hero .txt {
		padding-top: 45px;
	}
	section {
		padding: 60px 0;
	}
	.container{
		max-width: 100%;
		padding: 0 40px;
	}
	h1 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	h2 {
		margin-bottom: 30px;
		font-size: 26px;
	}
	h3 {
		font-size: 22px;
		line-height: 26px;
	}
	.footer_nav a {
	    width: 135px;
	    height: 30px;
	    padding-left: 30px;
	    padding-top: 9px;
	    font-size: 10px;
	}
	.footer_nav a:before {
	    width: 30px;
	    background-size: 10px;
	}
	.footer_nav a:nth-child(2) {
	    padding-right: 30px;
	}
	.footer_nav a:nth-child(2):before {
	    background-size: 10px;	    
	}
	.footer_nav {
	    margin-top: 20px;
	}
	footer {
	    margin-top: 0px;
	    padding-bottom: 30px;
	    font-size: 10px;
        line-height: 20px;
	    letter-spacing: .25px;
	}
	footer .social img {
	    width: 15px;
	}
	footer .social {
	    margin-bottom: 10px;
	}
	.navbar-brand {
	    width: 174px;
	    height: 50px;
	    left: 20px;
	    top: 30px;
	}
	.navbar-nav{
	    margin: 0px -70px;
	    font-size: 16px;
	}
	.nav-item {
	    width: 25%;
	    padding: 10px;
	}
	.line {
	    margin: 40px 10px;
	}
	.col {
	    padding: 0px 20px;
	}	
	.footer_nav ._2lines {
	    padding-top: 5px;
	}
	.btn_contact {
		right: 20px;
	}	
	.rental .stats {
		margin-top: 0px;
		font-size: 12px;
		line-height: 1.4;
	}	
	.rental .stats h2 {
		margin-bottom: 8px;
		font-size: 24px;
		font-size: 16px;
	}
	.rental .stats .table {
		margin-bottom: 8px;
	}
	.rental .stats h1 {
		margin-right: 10px;
		padding-right: 10px;
		font-size: 32px;
		font-size: 26px;
		border-right: 1px solid #000;
	}
	.rental .stats span {
		font-size: 12px;
	}
	.rental .stats span div::before {
		width: 6px;
		height: 6px;
		margin-right: 4px;
		top: 0px;
	}
	.rental .graph {
		width: 100%;
		margin-top: 40px;
	}
	.rental .sub {
		margin-top: 30px;
		font-size: 14px;
	}
	.condos .center {
		bottom: 40px;
	}
	.neighbor .row {
		margin: 0;
	}
	.neighbor .txt {
		padding: 80px 40px;
	}
	.mortgage {
		padding-left: 40px;
		padding-right: 40px;
	}
	.preferred h2 {
		margin-top: 20px;
		margin-bottom: 30px;
		font-size: 18px;
	}
	.preferred img {
		height: 50px;
	}
	.preferred.logos a {
		margin-top: 14px;
		font-size: 12px;
	}
	.payment {
		padding: 60px 40px;
	}
	.qualify {
		padding-top: 60px;
	}
	.qualify h2 {
		margin-bottom: 30px;
		font-size: 26px;
	}
	.qualify .table {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.qualify .table .col {
		padding: 20px 10px;
		padding-right: 5px;
	}
	.qualify .sub {
		padding-left: 0px;
		font-size: 14px;
		line-height: 1;
	}
	.qualify .dest {
		margin-top: 60px;
		border: 3px solid #000;
	}
	.qualify .dest .col {
		padding: 40px;
	}
	.qualify .dest .col:first-child:after {
		top: 30px;
		bottom: 30px;
		border-right: 3px solid #000;
	}
	.wait .btn {
		margin-top: 40px;
		padding: 15px 30px;
		font-size: 16px;
		border: 3px solid #fff;
	}
	.preferred .logo {
		height: 70px;
	}
	.modal-body {
		padding: 30px;
	}
	.modal .close {
		right: 10px;
		top: 10px;
	}
	.modal h3 {
		margin-bottom: 20px;
	}

}



@media (max-width: 767px){

	.line .text .v_center {
	    position: relative;
	    margin-bottom: 20px;
	    top: 0;
	    transform: translateY(0%);
	    padding-right: 0px;
	}

}



@media (max-width: 576px){

	body {
	    font-size: 12px;
	    line-height: 18px;
	}
	.navbar-brand {
	    width: 120px;
	    height: 34px;
	    left: 10px;
	    top: 10px;
	}	
	.navbar .toggler {
	    right: 10px;
	    top: 15px;
	}
	.navbar-nav {
	    margin: 0px 5px;
	    font-size: 11px;
	}
	.nav-item {
	    width: 33.333%;
	    padding: 5px;
	}
	.nav-link span {
	    padding: 0px 10px;
	}
	.btn_contact {
		right: 0px;
		font-size: 12px;
	}
	.full_img .text {
	    font-size: 16px;
	}
	.full_img .arrow {
	    bottom: 18px;
	}
	.full_img .center .logo {
		width: 194px;
	}
	.hero .txt {
		padding: 0 20px;
		padding-top: 20px;
	}
	.full_img h2 {
		font-size: 18px;
	}	
	.footer_nav a {
	    width: 115px;
	    height: 25px;
	    padding-left: 25px;
	    padding-top: 7px;
	    font-size: 9px;
	}
	.footer_nav a:before {
	    width: 25px;
	}
	.footer_nav a:nth-child(2) {
	    padding-right: 25px;
	}
	footer {
	    margin-top: 30px;
	    padding-left: 10px;
	    padding-right: 10px;
	    padding-bottom: 15px;
	    font-size: 8px;
	    line-height: 18px;
	}
	footer .social img {
	    width: 12px;
	}
	footer .underline {
	    margin: 0px 4px;
	}	
	.footer_nav ._2lines {
	    padding-top: 3px;
	}
	section {
		padding: 40px 0;
	}
	.container {
		padding: 0 20px;
	}
	h1 {
		margin-top: 0;
		margin-bottom: 20px;
	    font-size: 18px;
	}
	h2 {
		margin-bottom: 20px;
		font-size: 18px;
	}
	h3 {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 20px;
	}
	.stats .col{
		margin-bottom: 24px;
	}
	.rental .stats {
		margin-top: 20px;
	}
	.rental .graph {
		margin-top: 0px;
	}
	.rental .sub {
		margin-top: 20px;
		font-size: 10px;
	}
	.condos .center {
		bottom: 0;
		position: relative;
		padding: 30px 0px;
	}
	.neighbor .row {
		flex-direction: column-reverse;
	}
	.neighbor .txt {
		padding: 30px 20px;
	}
	.mortgage {
		padding-left: 20px;
		padding-right: 20px;
	}
	.preferred.logos {
		margin-top: -10px;
		padding-bottom: 10px;
	}
	.preferred h2 {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 16px;
		display: block;
	}
	.payment {
		padding: 30px 20px;
	}
	.qualify {
		padding-top: 30px;
	}
	.qualify h2 {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.qualify .table {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.qualify .th{
		display: none;
	}
	.data{
		position: relative;
		height: 50px;
		overflow: hidden;
		margin-bottom: 14px!important;
		border: 1px solid #000;
	}
	.data.active{
		height: auto;
		overflow: auto;
		border-bottom: none;
	}
	.data:after{
		content: "+";
		position: absolute;
		right: 10px;
		top: 8px;
		pointer-events: none;
		font-size: 14px;
		line-height: 1;
	}
	.data.active:after{
		content: "-";
		font-size: 18px;
		line-height: 14px;
	}
	.data .col{
		position: relative;
		width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		height: auto;
		padding: 10px!important;
		padding-left: 50%!important;
		padding-inline-start: 10px;
		border-bottom: 1px solid #000;
		text-align: left;
		font-size: 12px;
	}
	.data .col:before{
		content: "";
		position: absolute;
		left: 10px;
		top: 12px;
		font-size: 8px;
		text-transform: uppercase;
	}
	.data .col:nth-child(1), .data .col:nth-child(2){
		padding-left: 10px!important;
		width: 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		height: 50px;
	}
	.data .col:nth-child(2){
		padding-left: 0px!important;
	}
	.data .col:nth-child(1):before, .data .col:nth-child(2):before{
		position: relative;
		display: block;
		left: 0px;
		top: 0px;
		margin-bottom: 8px;
	}
	.data .col:nth-child(1):before{
		content: "Type";
	}
	.data .col:nth-child(2):before{
		content: "Purchase price";
	}
	.data .col:nth-child(3):before{
		content: "Mortgage Payment";
	}
	.data .col:nth-child(4):before{
		content: "Common Charges & RE Taxes";
	}
	.data .col:nth-child(5):before{
		content: "Total Monthly	Payment";
	}
	.data .col:nth-child(5){
		border-bottom: none;
	}
	.qualify .sub {
		padding-left: 0px;
		font-size: 10px;
		line-height: 1;
	}
	.qualify .dest {
		margin-top: 40px;
		border: 3px solid #000;
	}
	.qualify .dest .col {
		padding: 30px;
		text-align: center;
	}
	.qualify .dest .col:first-child:after {
		left: 20px;
		right: 20px;
		top: auto;
		bottom: 0px;
		border-top: 3px solid #000;
	}
	.line {
		margin: 30px 0px;
	}
	.wait .btn {
		margin-top: 30px;
		padding: 12px 20px;
		font-size: 12px;
		border: 2px solid #fff;
	}
	.preferred .logo {
		height: 50px;
	}
	footer {
		margin-top: 10px;
		padding-bottom: 30px;
	}
	.modal-body {
		padding: 20px;
	}
	.modal .close {
		width: 20px;
		right: 5px;
		top: 5px;
	}
	.modal h3 {
		margin-bottom: 10px;
	}

}



.navbar .menu {
    overflow-y: auto;
    overflow-x: hidden;
}
.nav-item {
	width: 25%;
	width: 16.667%;
	padding: 5px;
}
.navbar-nav {
    position: relative;
    top: auto;
    transform: translateY(0%);
    min-height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
	font-size: 16px;
	margin: 0;
	left: 0;
}
.navbar-nav .col-sm-10 {
	max-width: 1200px;
	margin: 200px 0;
	padding: 0 40px;
	left: auto!important;
    transform: translateX(0%)!important;
}

@media (max-width: 992px){
	.nav-item {
		width: 25%;
	}
	.navbar-nav {		
		font-size: 14px;
	}
	.navbar-nav .col-sm-10 {
		margin: 100px 0;		
	}
}

@media (max-width: 576px){
	.navbar-nav {
		font-size: 10px;
	}
	.nav-item {
		width: 33.333%;	
	}
	.navbar-nav .col-sm-10 {
		margin: 70px 0;
		padding: 0 10px;
	}
}