/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	transition: all ease-in-out 0.2s;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;  
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

img {
	max-width: 100%;
	height: auto;
}

.fade-in-section {
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, visibility;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}

/* Presentation */

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	background: #001522;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: itc-avant-garde-gothic-pro,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 2.4rem;
	line-height: 1.5;
}

.container {
	max-width: 1640px;
	margin: 0 auto;
}

/* Site Header */
header,  
header .container, 
.hero-slider,
.hero-slider .img {
	height: 90vh;
}

header {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.hero-slider {
	z-index: 1;
}

header .container {
	padding: 75px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.header-bd h1 {
	font-size: 3.6rem;
	line-height: 5rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

.header-bd p {
	margin: 30px 0 0;
	font-weight: 500;
	font-size: 2rem;
	line-height: 2.8rem;
}

.header-bd {
	padding-left: 36px;
}

.logo-main {
	padding: 0 36px;
	max-width: 	350px;
	height: auto;
}

.hero-slider .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media (min-width: 768px) {
	.logo-main {
		max-width: 536px;
	}
	.header-bd h1 {
		font-size: 4.8rem;
		line-height: 7rem;
	}
	.header-bd p {
		font-size: 2.4rem;
		line-height: 3.6rem;
	}
}

@media (min-width: 992px) {	
	header,  
	header .container, 
	.hero-slider,
	.hero-slider .img {
		height: 100vh;
	}
	
	.logo-main {
		margin-bottom: 50px;
		max-width: 500px;
	}
	
	.header-bd p {
		margin-bottom: 40px;
	}
}

@media (max-width: 1024px) {
	header {
		background: url(img/hero-bg.jpg) center center no-repeat;
		background-size: cover;
	}
	
	.hero-slider {
		display: none;
	}
}

/* Typography */
.font-weight-bold {
	font-family: itc-avant-garde-gothic-pro,sans-serif;
	font-weight: 700;
	font-style: normal;
}

.font-weight-medium {
	font-family: itc-avant-garde-gothic-pro,sans-serif;
	font-weight: 500;
	font-style: normal;
}

a, a:visited {
	color: #ffffff;
	text-decoration: none;
}

header .button-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 0 0 36px;
}

header .button-wrapper .line {
	background: #ffffff;
	height: 5px;
	width: 100%;
}

header .button-wrapper a.btn {
	background: transparent;
	border: 5px solid #ffffff;
	border-radius: 40px;
	font-size: 2.4rem;
	line-height: 3.4rem;
	font-weight: 700;
	color: #ffffff;
	padding: 12px 26px;
	text-align: center;
}

header .button-wrapper a.btn:hover {
	background: #ffffff;
	color: #001522;
}

@media (min-width: 768px) {
	header .button-wrapper a.btn {
		font-size: 3.2rem;
		line-height: 4.4rem;
	}
}

/* Slider Settings */
ul.slick-dots {
	margin: 0;
	padding: 30px 0 0 36px;
	list-style: none;
	position: relative;
	overflow: hidden;
}

ul.slick-dots:after {
	content: "";
	position: absolute;
	top: 44px;
	right: 0;
	width: calc(100% - 252px);
	height: 5px;
	background: #ffffff;
	margin-top: 3px;
}

ul.slick-dots li {
	display: inline-block;
	width: 44px;
	height: 22px;
	background: #001522;
	padding: 0 22px 0 0;
}

ul.slick-dots button {
	display: block;
	width: 22px;
	height: 22px;
	border: 5px solid #ffffff;
	border-radius: 11px;
	background: transparent;
	outline: none;
	text-indent: -999em;
	-webkit-appearance: none;
	margin: 0;
	padding: 0;
}

ul.slick-dots li.slick-active button {
	background: #ffffff;
}

/* Page Intro */
.gradient-container {
	background: rgb(0,22,35);
	background: linear-gradient(0deg, rgba(0,22,35,1) 0%, rgba(35,73,101,1) 23%, rgba(255,255,255,1) 78%);
}

.intro-wrapper {
	padding: 75px 36px;
	color: #001522;
	font-size: 1.4rem;
	line-height: 2rem;
}

h2 {
	color: #467CA7;
	font-size: 2.4rem;
	line-height: 3.6rem;
	font-weight: 700;
	text-transform: uppercase;
}

.intro-wrapper p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

@media (min-width: 768px) {
	h2 {
		font-size: 4.8rem;
		line-height: 6rem;
	}
	
	.intro-wrapper h2,
	.intro-wrapper p {
		text-align: center;
	}
	
	.intro-wrapper p {
		font-size: 2.4rem;
		line-height: 3.4rem;
	}
}

@media (min-width: 1441px) {
	.intro-wrapper {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	
	.intro-wrapper .container {
		max-width: 1200px;
	}
}

/* Features */
.features-wrapper {
	padding: 75px 36px;
	font-size: 1.4rem;
	line-height: 2rem;
}

.features-wrapper h2 {
	color: #ffffff;
}

.features-wrapper h3 {
	color: #467CA7;
	font-size: 1.6rem;
	line-height: 2.2rem;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
	font-weight: 700;
}

.features-wrapper .heading-wrapper {
	position: relative;
}

.features-wrapper .heading-wrapper h3 {
	font-size: 2rem;
	line-height: 2.8rem;
	font-weight: 700;
	color: #ffffff;
	display: inline-block;
	padding-right: 10px;
	margin: 0;
	background: #001522;
}

.features-wrapper .heading-wrapper:after {
	content: "";
	background: #467CA7;
	height: 5px;
	width: 100%;
	position: absolute;
	top: 50%;
	right: -36px;
	z-index: -1;
}

.features-wrapper p {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.features-wrapper ul {
	margin: 1.5rem 0;
	padding: 0;
}

.features-wrapper li {
	margin: 1rem 0 1rem 1.5rem;
	padding: 0;
}

@media (min-width: 768px) {
	.features-wrapper h2,
	.features-wrapper p {
		text-align: center;
	}
	
	.features-wrapper .heading-wrapper h3 {
		font-size: 3.2rem;
		line-height: 4.4rem;
	}
	
	.feature-block h3 {
		font-size: 2.4rem;
		line-height: 3.4rem;
	}
	
	.features-wrapper ul {
		font-size: 1.8rem;
		line-height: 2.8rem;
	}
}

@media (min-width: 1024px) {
	.features-wrapper {
		font-size: 2rem;
		line-height: 2.8rem;
	}
	
	.feature-blocks {
		display: flex;
		justify-content: space-between;
	}
	
	.feature-block {
		flex: 0 0 30%;
	}
	
	.features-wrapper .heading-wrapper:after {
		right: 0;
	}
}

/* Location */
.location-wrapper {
	padding: 0 36px 75px;
	font-size: 1.4rem;
	line-height: 2rem;
}

.location {
	padding-bottom: 40px;
	border-bottom: 5px solid #467CA7;
	margin-bottom: 75px;
}

.location h2 {
	color: #ffffff;
}

.location h3 {
	font-size: 2rem;
	line-height: 2.8rem;
	font-weight: 700;
	color: #ffffff;
}

.location p {
	margin-top: 1.5rem;
	margin-bottom: 3rem;
}

.map h3 {
	background: #467CA7;
	color: #ffffff;
	font-size: 2rem;
	line-height: 2.8rem;
	font-weight: 700;
	text-align: center;
	padding: 10px;
	margin-bottom: -20px;
	position: relative;
	z-index: 2;
}

@media (min-width: 768px) {
	.location p {
		font-size: 2rem;
		line-height: 2.8rem;
	}
}

@media (min-width: 1024px) {
	.location-wrapper .container {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		position: relative;
	}
	
	.location-wrapper .container:after {
		content: "";
		position: absolute;
		left: calc(50% - 3px);
		top: 0;
		height: 100%;
		width: 5px;
		background: #467CA7;
	}
	
	.map {
		padding-right: 50px;
	}
	
	.map h3 {
		display: inline-block;
	}
	
	.map img {
		margin-top: -36px;
	}
	
	.location {
		padding: 0 0 0 50px;
		border-bottom: none;
		margin-bottom: 0;
		
	}
	
	.location h2 {
		font-size: 3.6rem;
		line-height: 4.8rem;
	}
}

/* Floorplans */
.floorplans {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #fff;
}

.floorplans .container {
	max-width: 1712px;
	margin: 0 auto;
	padding: 0 36px;
}

.floorplans .flex {
	position: relative;
	padding-top: 50px;
}

/*.floorplans .flex:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #467CA7;
}
*/
.floorplan-slider-wrapper {
  padding-right: 50px;
  width: 57%;
  float: left;
  padding-bottom: 20px;
}

.floorplans .flex:before {
	content: "";
	width: 5px;
	height: calc(100% - 80px);
	background: #467CA7;
	position: absolute;
	bottom: 30px;
	left: 57%;
}

.floorplan-slider-wrapper ul.slick-dots {
	background-color: #ffffff;
	margin: 20px 0 0;
	padding: 0;
	z-index: 5;
	display: inline-block;
}

.floorplan-slider-wrapper ul.slick-dots li {
	background: #fff;
}

.floorplan-slider-wrapper ul.slick-dots li button {
	border-color: #467CA7;
}

.floorplans .features {
	float: right;
	width: 43%;
	padding-left: 50px;
}

.floorplans .features ul {
	margin: 0;
	padding: 50px 0 0;
	list-style: none;
}

.floorplans .features ul li {
	margin: 0 0 10px 0;
	color: #001522;
}

@media (max-width: 991px) {
	.floorplan-slider-wrapper {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	
	.floorplans .features {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	
	.floorplans .flex:before {
		display: none;
	}
}

/* Contact Info */
.contact-wrapper {
	background: #467CA7 url("img/contact-bg-mobile.png") center center no-repeat;
	padding: 75px 36px;
	overflow-x: hidden;
}

.contact-wrapper h2 {
	margin: 0 0 35px;
	color: #ffffff;
}

.contact {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 35px;
	font-size: 1.4rem;
	line-height: 2rem;
}

.contact:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 154px;
	height: 5px;
	background: #ffffff;
}

.contact:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.contact:last-child:after {
	display: none;
}

img.realtor-logo {
	margin-top: 30px;
	max-width: 120px;
	height: auto;
}

@media (min-width: 768px) {
	.contact-wrapper h2 {
		text-align: center;
		font-size: 4.8rem;
		line-height: 6rem;
	}
	.contacts {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		max-width: 600px;
		margin: 0 auto;
	}
	
	.contacts:after {
		content: "";
		position: absolute;
		bottom: auto;
		top: 0;
		left: 50%;
		width: 5px;
		height: 100%;
		background: #ffffff;
	}
	
	.contact {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.contact:after {
		display: none;
	}
	
	img.realtor-logo {
		max-width: 220px;
	}
}

@media (min-width: 992px) {
	.contact-wrapper {
		background-image: url(img/contact-bg-desktop.png);
		background-position: left center;
	}
	
	.contacts {
		max-width: 700px;
	}
	
	.contact p {
		font-size: 2rem;
		line-height: 2.8rem;
	}
}
/* Site Footer */
footer {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 300;
	text-align: center;
	padding: 75px 36px;
}

.logo-footer {
	margin-bottom: 36px;
}

.footer-col:last-child {
	margin-top: 30px;
}

footer a:hover {
	color: #467CA7;
}

@media (max-width: 1180px) {
	footer .container {
		padding-left: 36px;
		padding-right: 36px;
	}
}

@media (min-width: 768px) {
	.logo-footer {
		max-width: 260px;
	}
}

@media (min-width: 992px) {
	footer .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
		padding-left: 0;
		padding-right: 0;
	}
	
	footer .container:after {
		content: "";
		background: #ffffff;
		position: absolute;
		left: 0;
		top: 50%;
		height: 5px;
		width: 100%;
		z-index: -1;
	}
	.footer-col {
		background: #001522;
	}
	
	.footer-col:first-child {
		padding-right: 50px;
	}
	
	.footer-col:nth-child(2) {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.footer-col:last-child {
		padding-left: 50px;
	}
	
	.logo-footer {
		margin-bottom: 0;
	}
	
	.footer-col:last-child {
		margin-top: 0;
	}
}