@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
	--white: #fff;
}

body,
html {
	font-family: 'Montserrat';
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
form,
ul,
a {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
	transition: all 0.3s ease-in-out;
}

a:hover {
	transition: all 0.3s ease-in-out;
}

.wrapper {
	display: flex;
}

.d-col {
	flex-direction: column;
}

.al-center {
	align-items: center;
}

.jst-center {
	justify-content: center;
}

.jst-btw {
	justify-content: space-between;
}

.jst-end {
	justify-content: flex-end;
}

.mgb-0 {
	margin-bottom: 0 !important;
}

.mgt-0 {
	margin-top: 0 !important;
}

.mgr-0 {
	margin-right: 0 !important;
}

.mgl-0 {
	margin-left: 0 !important;
}

.mgl-auto {
	margin-left: auto;
}

.mgr-auto {
	margin-right: auto;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.txt-al-center{
	text-align: center;
}

/* start banner */
.banner {
	background: #1F2B40;

}

/* start video section */

.btn{
	padding: 10px 40px;
    font-size: 18px;
}
.home-video::after {
	background-color: rgba(0, 0, 0, 0.35);
	content: "";
}
.search-field{
	
		font-size: 24px;
		margin: 20px 0;
}
	#contact_us{
		max-width: 784px;
		margin: 80px auto;
	}
	.contact-us-page .intro .container p {
		margin-bottom: 25px;
		font-size: 18px;
		line-height: 1.375em;
	}

.home-video::after {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

video {

	width: 100%;
	height: auto;

}
.desc-logo img{
	height: auto;
    width: 125px;
}
.home-video {
    height: 85vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#top.full {
	height: calc(100vh - 123px);
	margin-top: 0;
}

#top {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	margin-top: 123px;
	position: relative;
	text-align: center;
}

#top .text {
	color: #fff;
	z-index: 1;
	font-family: Intro, sans-serif;
	left: 0;
	margin: 0 auto;
	max-width: 900px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 90%;
}

.big-title {
	font-size: 80px;
	line-height: 1.1;
}

#top .bottom-link {
	color: #fff;
	display: inline-block;
	font-family: Intro, sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1.5px;
	margin-top: 10px;
	text-decoration: underline;
	text-transform: uppercase;
	display: inline-block;
}

.get-geo-field {
	display: inline-block;
}
/* start contact */
.heading-title{
    font-size: 24px;
    margin: 20px 0;
	font-family: Intro, sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.155;
    margin: 16px 0;
	color: #0075bf;
}
.form-heading{
	margin: 0 400px;
}
.text_p{
	margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.375em;
	color:	#4f5e67;
}
.gfield_required {
    margin-left: 2px;
	color: #3e4549;
	font-size: 12px;

}
.form-label{
	margin-left: 0;
    padding-left: 0;
    font-size: 13px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    line-height: 18px;
    color: #3e4549;
}
.text_area{
	height: 200px;
}
.contact-details {
    background: #fff;
    font-size: 0.77778em;
    text-align: center;
    width: 100%;
    padding-bottom: 86px;
}
.contact-details .container {
    max-width: 784px;
}
h4.text-bold {
    font-size: 18px;
    padding-top: 1em;
    padding-bottom: 0.5em;
	color: #4f5e67;
}
.address{
	margin-bottom: 17px;
	color: #4f5e67;
}
.text-space-2 {
    letter-spacing: 2px;
}

.text-uppercase {
    text-transform: uppercase;
}
strong {
    font-weight: 700;
}
.contact-details .container a {
    color: #4f5e67;
    /* text-decoration: none; */
}
.contact-details .container .phone-fax .sep {
    display: inline-block;
    vertical-align: top;
    width: 20px;
}
.text-uppercase{
    color: #4f5e67;
}
.text-bold {
    font-weight: 700;
}
#contact_us{
	max-width: 784px;
    margin: 80px auto;
}
.contact-us-page .intro .container p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.375em;
}
#community-v2 .community-white-box {
    border-top: 8px solid #0075BF;
    background: #fff;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    z-index: 1;
    padding: 32px 64px;
    text-align: left;
	top: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 250px;
    box-shadow: 0 4px 34px rgb(0 0 0 / 25%);
}
#community-v2 {
    position: relative;
    z-index: 10;
}
.btn{
	min-width: 250px;
    margin: 0 20px 16px;
    background: #0075BF;
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Intro,sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1;
    margin: 0 0 15px;
    padding: 16px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
}
#community-v2 .community-white-box .text-wrapper {
    width: 100%;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
#community-v2 .community-white-box .hours h5, #community-v2 .community-white-box .location-wrapper h5 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
}
#community-v2 .community-white-box .location-wrapper .address, #community-v2 .community-white-box .location-wrapper .number {
    color: #0075BF !important;
    font-family: Merriweather, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-style: italic;
}
.theme_color{
	color: #0075BF;
}
.form-group .btn-primary:hover{
	background: #005286;
}
/* end contact */

.nav-link{
	border-bottom: 4px solid transparent;
    color: #fff;
    display: block;
    font-family: Intro, sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    letter-spacing: 1.5px;
    line-height: 50px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
	border-bottom: 4px solid;
}
.expanding-content p{
	font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.56;
    letter-spacing: 0.25px;
}
/* footer start */
footer .navigation a:hover {
    color: #707c83;
}
footer {
	/* margin-top: 200px; */
	background: #f6f6f6;
	font-family: Intro, sans-serif;
}
.navbar{
	background: rgba(79, 94, 103, 0.8);
	padding: 10px 20px !important;
	height: 50px;
}
footer .top {
	max-width: 1180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 40px;
	padding-bottom: 25px;
	width: 100%;
}

footer .logo {
	border-right: 1px solid #d6d7d3;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 230px;
	flex: 0 0 230px;
	margin: 0 48px 0 0;
	max-height: 93px;
	padding: 20px 50px 20px 2%;
	text-align: center;
}

footer .navigation {
	padding: 26px 0 5px;
}

footer .navigation ul.main {
	font-size: 1em;
}

footer .navigation ul {
	display: inline-block;
	font-size: 0.77778em;
}

footer .main {
	letter-spacing: 1.83px;
	text-transform: uppercase;
	width: 100%;
}

ol,
ul {
	list-style: none;
}

ol,
ul {
	overflow-wrap: break-word;
}

footer .main li {
	padding-right: 36px;
}

footer .navigation li {
	display: inline-block !important;
	padding: 0 30px 5px 0 !important;
	padding-right: 30px !important;
	vertical-align: middle !important;
}



footer .navigation a {
	color: #3e4549;
	font-size: 14px;
	font-family: Intro, sans-serif;
	font-weight: 700;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
footer .secondary a {
	display: inline-block;
    vertical-align: top;
    font-size: 17px;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .25px;
}

a {
	outline-style: solid;
	outline-width: 1px;
	outline-color: transparent;
	outline-offset: 4px;
}

footer .navigation li {
	display: inline-block;
	padding: 0 30px 5px 0;
	padding-right: 30px;
	vertical-align: middle;
}

footer .navigation li:last-child {
	padding-right: 0;
}

footer .navigation {
	padding: 26px 0 5px;
}

footer .navigation ul {
	display: inline-block;
	font-size: 0.77778em;
}

footer .secondary {
	margin-top: 15px;
	padding-bottom: 15px;
}

footer .copyright {
	background: #fff;
	padding: 15px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
}

footer .copyright ul {
	list-style: none;
	text-align: center;
}

footer .copyright li:first-child {
	border: 0;
}

footer .copyright li {
	border-left: 1px solid #4f5e67;
	display: inline-block;
	padding: 0 15px;
}

/* media */

@media(max-width:767px){
    /* 540px to  767px */
    /* tablets and bigger mobiles */
	#top.full {
		height: calc(50vh - 120px);
		margin-top: 0;
	}
	video {
		margin-top: 70px;
	}
	.big-title {
		font-size: 20px;
		line-height: 1.1;
	}
	#top .text {
		top: 50%;
		margin: 0 auto;
	}
	.search-field {
		font-size: 15px;
		margin: 0px 0;
	}
	#top .bottom-link {
	margin-top: 0px;
	}
	.form-heading {
		margin: 0 0px;
	}
	.heading-title{
		font-size: 30px;
	}
	footer .top {
		
		display: block;
	}
	nav ul.show {
		left: 0;
		background-color: #0075BF;
	}
	#bar-icon {
		border: none;
	    font-size: 15px;
		background-color: #fff;
    width: 42px;
    display: inline-flex;
	}	
	.navbar-brand {
		width: 130px;
	}
    footer .logo{
		border: none;
		margin: 0;
		padding: 0;
	}
    footer .logo img{
		width: 125px;
	}
    footer .navigation .main{
		text-align: center;
    flex-direction: column;
    display: flex;
	}
	footer .secondary {
		border-top: 1px solid #d6d7d3;
		margin-top: 25px;
		padding: 20px 0 5px;
	}
	footer .navigation ul {
		display: block;
	}
	footer .navigation li {
		padding: 0 10px 15px !important;
	}
	#community-v2 .community-white-box{
		padding: 32px 43px;
	}
}
/* forplans */
#content{
	background-color: #f6f6f6;
	padding-top: 50px;
}
#content .main-title {
    color: #006fb9;
    font-family: Intro, sans-serif;
    font-size: 2.22222em;
    line-height: 1.1em;
    margin: 0 0 40px;
    text-align: center;
}
.floorplans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.floorplan {
    color: #777;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-family: Intro, sans-serif;
    padding: 20px 34px 40px;
    position: relative;
    text-decoration: none;
    width: 33.333%;
}
.floorplan:hover::before {
    box-shadow: 0 0 13px rgb(0 0 0 / 25%);
}
.floorplan::before {
    background: #fff !important;
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 0;
}
.floorplan .image {
    overflow: hidden;
}
.floorplan .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 182px;
    margin: 0 -14px;
    position: relative;
}
.floorplan h4 {
    background: linear-gradient(to bottom, transparent 0, #000 100%);
    bottom: 0;
    color: #fff;
    padding: 22px 5px;
    font-size: 24px;
    font-family: Intro, sans-serif;
    font-weight: 400;
    line-height: 32px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.floorplan .info {
    border-bottom: 1px solid #d6d7d3;
    font-size: 0.77778em;
    padding: 20px 10px;
	position: relative;

}
.floorplan .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 10px;
}
.floorplan .price {
    color: #0075bf;
    font-family: Merriweather, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0;
    padding: 0 5px 5px 0;
}
.floorplan p {
    margin: 0;
    padding: 20px 10px;
	position: relative;

}
.floorplan .info p {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.floorplan .blue-button, .floorplan .btn, .floorplan .enlarge-btn, .floorplan .gform_wrapper .gform_footer input.button, .floorplan .gform_wrapper .gform_footer input[type="submit"], .floorplan .reverse-btn, .gform_wrapper .gform_footer .floorplan input.button, .gform_wrapper .gform_footer .floorplan input[type="submit"] {
    display: block;
    margin: 30px auto 40px;
    max-width: 253px;
    width: 90%;
}
.floorplan .blue-button, .floorplan .btn, .floorplan .enlarge-btn, .floorplan .gform_wrapper .gform_footer input.button, .floorplan .gform_wrapper .gform_footer input[type="submit"], .floorplan .reverse-btn, .gform_wrapper .gform_footer .floorplan input.button, .gform_wrapper .gform_footer .floorplan input[type="submit"] {
    display: block;
    margin: 30px auto 40px;
    max-width: 253px;
    width: 90%;
}
.floorplan img {
    margin-bottom: 40px;
	position: relative;
	    height: auto;

}
.floorplan .enlarge-btn {
    background: 0 0;
    bottom: 40px;
    margin-top: 15px;
    position: absolute;
    right: 40px;
	display: none !important;
}
.btn.outline:hover, .gform_wrapper .gform_footer input.outline.button:hover, .gform_wrapper .gform_footer input.outline:hover[type="submit"], .outline.blue-button:hover, .outline.enlarge-btn:hover, .outline.reverse-btn:hover {
    background: #005286;
    border: 2px solid #005286;
    color: #fff;
}
.btn.outline, .gform_wrapper .gform_footer input.outline.button, .gform_wrapper .gform_footer input.outline[type="submit"], .outline.blue-button, .outline.enlarge-btn, .outline.reverse-btn {
    background: 0 0;
    border: 2px solid #0075bf;
    color: #0075bf;
    padding-top: 14px;
    padding-bottom: 14px;
	position: relative;

}
.modals {
    display: none;
}
.floorplan .btn.mobile, .floorplan .gform_wrapper .gform_footer input.mobile.button, .floorplan .gform_wrapper .gform_footer input.mobile[type="submit"], .floorplan .mobile.blue-button, .floorplan .mobile.enlarge-btn, .floorplan .mobile.reverse-btn, .gform_wrapper .gform_footer .floorplan input.mobile.button, .gform_wrapper .gform_footer .floorplan input.mobile[type="submit"] {
    display: none;
}
.disclaimer {
    font-size: 0.55556em;
    font-style: italic;
}
.floorplan-disclaimer {
    margin: 0 auto;
    max-width: 90%;
    padding: 0 0 50px;
    text-align: center;
}
.hvr-bor{
    border: 1px solid #0077bf;
}
.hvr-bor:hover{
    border: 1px solid #0077bf;
}