* {
	/* Default div Properties */
	padding: 0;
	margin: 0;

	/* Transitions */
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;

	/* Default Font */
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

/* Colors */
.blue { background-color: #25304C }
.brown { background-color: #23221e }
.orange { background-color: #C28215 }
.grey { background-color: #212121 }
.lt-grey { background-color: #EEE }
.black { background-color: #000 }

/* Site CSS */
/* Index */

body {
	background-color: #FFF;
}

.hero {
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	margin-bottom: 0;
}

.hero figcaption {
	width: 100%;
	height: auto;
	color: #FFF;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

main section h1 {
	font-size: 34px;
}

.hero figcaption h1 {
	font-size: 80px;
	font-family: 'Noto Serif', sans-serif;
}

.nav-buttons {
	width: 100%;
	position: fixed;
	top: calc(100% - 40px);
	transform: translate(0, -50%);
	text-align: center;
	z-index: 6;
}

.nav-toggle {
	z-index: 6;
}

.btn-location {
	width: 46px;
	height: 46px;
	border-style: none;
	border-radius: 50%;
	float: left;
	color: #FFF;
	margin-top: -46px;
	margin-left: 40px;
	margin-right: -40px;
	font-size: 24px;
}

.btn-avail {
	position: fixed;
	z-index: 11;
	top: 158px;
	left: calc(100% - 190px);
	width: 190px;
	height: 46px;
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	padding: 0 10px 0 10px;
	text-align: center;
	border-style: none;
}

#hero-welcome p {
	position: relative;
	top: calc(-50vh + 60px);
	padding: 0 10px 46px 10px;
	text-align: center;
	color: #FFF;
	font-size: 22px;
}

.nav-toggle {
	position: fixed;
	padding: 46px;
	top: 0;
	left: calc(100% - 138px);
	width: 46px;
	height: 46px;
	color: #DDD;
	text-align: center;
}

.nav-toggle span {
	font-size: 12px;
	letter-spacing: 2px;
}

.nav-toggle i {
	font-weight: 300;
	font-size: 50px;
	margin-top: -4px;
}

.hero-welcome-a {
	background-image: url(../images/hero/hero-welcome.jpg);
}

#hero-welcome {
	max-height: 100vh;
}

.img-responsive {
	width: 100%;
	height: auto;
}

main section {
	width: calc(100% - 148px);
	max-width: 100%;
	height: auto;
	color: #25304C;
	margin: 16px 74px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	z-index: 3;
}

main section h2, footer h2 {
	width: 100%;
	font-size: 30px;
	font-weight: 500;
}

.p-h2 {
	padding-left: 18px;
}

.h2-br {
	height: 20px;
}

main section h4 {
	font-size: 20px;
	font-weight: 500;
}

main section p, main section .padded-holder {
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
}

main section .padded-holder-middle {
	padding: 30px 0 30px 0;
	width: 100%;
	height: auto;
	position: relative;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

main section .padded-holder-middle span {
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 400;
}

main section ul, footer ul {
	list-style: none;
	text-decoration: underline;
}

main section ul li, footer li {
	font-size: 16px;
	font-weight: 300;
}

.pr-check-avail {
	padding-right: 200px;
}

.btn-solid {
	width: calc(50% - 20px);
	float: right;
	margin-right: 20px;
	border-style: none;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	height: 46px;
}

.btn-solid-1 {
    border-style: none;
    color: white;
    font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	padding: 10px;
}

.pr-130 { padding-right: 130px }
.pl-130 { padding-left: 130px }
.pt-130 { padding-top: 130px }

.hero-welcome-b {
	background-image: url(../images/hero/hero-welcome-b.jpg);
}

.hero-box-right h2 {
	font-size: 30px;
	padding-bottom: 8px;
}

.hero-box-right p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}

.hero-box-right a {
	text-decoration: underline;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 400;
}

.hero-box-right {
	width: calc(50% - 224px);
	height: 385px;
	position: relative;
	top: 50%;
	left: 50%;
	border-style: solid;
	border-color: #FFF;
	border-width: 3px;
	padding: 0 100px 0 100px;
	text-align: left;
}

.hero-pet-policy {
	background-image: url(../images/hero/pet-policy.jpg);
}

.hero-box-left {
	width: 50%;
	height: 520px;
	position: relative;
	top: 50%;
	left: 100px;
	border-style: solid;
	border-color: #FFF;
	border-width: 3px;
	padding: 0 100px;
	text-align: left;
}

.hero-box-left p {
	font-size: 18px;
}

.hero-box-left ul li {
	font-size: 18px;
	line-height: 28px;
}

.hero-box-inner {
	width: 100%;
	height: auto;
	position: relative;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

main .btn-outline, footer .btn-outline {
	height: 42px;
	width: auto;
	line-height: 42px;
	background: transparent;
	border-style: solid;
	border-color: #25304C;
	border-width: 1px;
	padding: 0 22px 0 22px;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 2px;
}

.hero-welcome-c {
	background-image: url(../images/hero/hero-welcome-c.jpg);
}

.hero-welcome-d {
	background-image: url(../images/hero/hero-welcome-d.jpg);
}

.img-welcome {
	min-height: 100%;
	overflow-x: hidden;
}

.p-a {
	padding-left: 14px;
}

footer {
	width: 100%;
	height: auto;
	padding: 80px;
	color: #FFF;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
}

.footer-links {
	padding-top: 56px;
	margin-bottom: -10px;
	word-spacing: 4px;
	color: #DDD;
}

.footer-links a {
	margin-left: -4px;
	color: #DDD;
}

footer a, footer button {
	color: #DDD;
	border-color: #EEE !important;
}

.fusion-logo {
	width: 200px;
	height: auto;
}

.sub-footer {
	height: 70px;
	padding-top: 16px;
	color: white;
	font-size: 10px;
	margin: 0 auto;
}

.sub-footer h5 {
	font-size: 13px;
}

.sub-footer h5 a{
	color: white;
}

.sub-footer p {
	font-size: 12px;
}

.eho-logo {
	width: 20px;
	height: 21px;
	margin-right: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.va-middle {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

a {
	color: #25304C;
}

/* Nav Menu */
#nav-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index: 100000;
	top: 0;
}

.nav-menu-left {
	width: 52%;
	height: 100%;
	float: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/nav-left.jpg);
}

.nav-menu-right {
	width: 48%;
	height: 100%;
	float: right;
	color: #25304C;
	padding: 10% 14% 10% 14%;
}

.nav-menu-inner {
	position: relative;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

#nav-menu .nav-pages a li {
	color: #25304C;
	font-size: 30px;
	font-weight: 700;
	list-style: none;
	opacity: 0.4;
	letter-spacing: 2px;
}

#nav-menu a {
	text-decoration: none;
}

#nav-menu .nav-pages a li:hover {
	opacity: 1;
	text-decoration: none;
	color: #C28215;
}

.nav-active {
	opacity: 1 !important;
}

.nav-residents {
	padding-top: 20px;
}

.nav-residents a li {
	list-style: none;
	font-size: 17px;
	font-weight: 400;
	padding: 8px 0 8px 0;
	opacity: 0.4;
}

.nav-residents a li .fa {
	font-size: 22px;
	padding-right: 16px;
}

.nav-residents a li:hover {
	opacity: 1;
	color: #25304C;
	text-decoration: none;
}

.vr-right {
	border-style: solid;
	border-width: 0 1px 0 0 !important;
	border-color: #25304C;
}

/* Avail */
.hero-avail {
	background-image: url(../images/hero/hero-avail.jpg);
}

.border-white { border-color: #FFF !important}

/* Amenities */
.hero-amenities-a {
	background-image: url(../images/hero/hero-amenities-a.jpg);
}

.list-inside {
	list-style-position: inside;
}

.btn-see-gallery {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 76px;
	height: 76px;
	border-style: solid;
	border-radius: 50%;
	border-width: 3px;
	border-color: #FFF;
	color: #FFF;
	font-size: 32px;
	line-height: 64px;
}

.btn-see-gallery-label {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding-top: 126px;
}

.no-underline {
	text-decoration: none !important;
}

.pl-1-col {
	padding-left: calc(100% / 12);
}

.bullets {
	padding-top: 10px;
	list-style-type: disc;
	text-decoration: none;
	line-height: 40px;
}

.hero-amenities-b {
	background-image: url(../images/hero/hero-amenities-b.jpg);
}

.accordion button {
	font-size: 26px;
	text-align: left;
	padding: 0 4px 4px 0;
	color: #25304C;
	line-height: 30px;
}

.accordion p {
	font-size: 17px;
	line-height: 30px;
	padding: 0;
	color: #25304C;
}

.accordion button:hover {
	text-decoration: none;
	color: #25304C;
}

.accordion-top {
	border-style: solid;
	border-width: 4px 0 0 0;
	border-color: #25304C;
	padding-top: 14px;
}

.quote {
	font-size: 18px;
}

/* Gallery */
.grid-item {
	width: 50%;
}

/* .grid-item--width2 {
	width: calc(100% - 40px);
} */

.grid-item, .grid-item--width2 {
	float: left;
	border-style: solid !important;
	border-width: 2px;
	border-color: #FFF;
	overflow: hidden;
}

.btn-gallery {
	background: transparent;
	border-style: none;
	padding: 0 18px 0 18px;
}

.btn-gallery:hover {
	text-decoration: underline;
}

.gallery-buttons {
	margin: 0 auto;
	padding: 40px 0 40px 0;
	width: 245px;
	font-size: 18px !important;
	color: #25304C;
}

.underline {
	text-decoration: underline;
}

.w-100 {
	width: 100%;
}

/* .grid-item:hover {
	opacity: 0.8;
} */

/* .focus {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	z-index: 501;
	font-size: 30px;
} */

/* Neighborhood */
.hero-neighborhood {
	background-image: url(../images/hero/hero-neighborhood.jpg);
}

/* Contact Us */
.hero-contact {
	background-image: url(../images/hero/hero-contact-a.jpg);
}

.control-label {
	padding-top: 20px;
}

.debug {
	border-style: solid;
	border-width: 3px;
	border-color: red;
}

#message {
	min-height: 200px;
}

/* Map Page */
.page-map {
	width: 100%;
	height: 100vh;
}

.page-map h3 {
	font-weight: 400;
	font-size: 28px;
	letter-spacing: 2px;
	color: #25304C;
}

.map-nav {
	width: 210px;
	height: 100%;
	overflow-y: visible;
	background-color: #FFF;
	float: left;
	padding: 40px 0 40px 40px;
}

.map-tab-inner {
	width: 100%;
	height: auto;
	position: relative;
	top: 50vh;
	left: 0;
	transform: translate(0, calc(-50% - 66px));
}

.map-nav ul {
	list-style-type: none;
	font-size: 18px;
}

.map-info ol {
	list-style-position: inside;
}

.map-nav ul li, .map-info ol li {
	margin-top: 20px;
	margin-bottom: 20px;
}

.map-nav ul .fa {
	padding-right: 10px;
	font-size: 24px;
	width: 40px;
}

.map-nav li {
	opacity: 0.6;
}

.map-nav li:hover {
	opacity: 1;
}

.map-info {
	width: 420px;
	height: 100%;
	overflow-y: visible;
	background-color: #EFEFEF;
	float: left;
	padding: 66px;
}

.map-info ul {
	list-style: none;
	/* text-decoration: underline; */
}

.map-info li {
	font-size: 18px;
	font-weight: 300;
}

.map-info h4 {
	font-size: 20px;
	letter-spacing: 1px;
}

.map-map iframe {
	width: calc(100% - 630px);
	height: calc(100vh + 46px);
	float: right;
	border-style: none;
	float: right;
	margin-top: -46px;
}

.map-close {
	position: absolute;
	top: 0;
	left: calc(100% - 100px);
	width: 44px;
	height: 44px;
	margin: 28px;
	background-color: #FFF;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.05);
}

button:hover {
	cursor: pointer;
}

.z-10 {
	position: relative;
	z-index: 10 !important;
}

.map-cover {
	width: 100%;
	height: 46px;
	background-color: #FFF;
	position: relative;
	z-index: 2;
	top: 100% - 46px;
	left: 0;
}

.mb--30 {
	margin-bottom: -30px;
}

.btn-submit {
	width: 246px;
	border-style: none;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	height: 46px;
}

.hero-map {
	max-height: 500px;
}

.p-1in {
	padding: 1in 1in 1in 1in !important;
}

.py-1in {
	padding-top: 1in !important;
	padding-bottom: 1in !important;
}

.btn-amenities-active {
	color: #C28215 !important;
}

.h2-br {
	height: 20px;
}


 /* COVID-19 Bulletin */
 .covid-19 {
	position: fixed;
	top: 33%;
	left: 0;
	transform: translate(0, -50%);
	height: 50px;
	width: auto;
	padding: 0 15px;
	line-height: 50px;
	z-index: 99999;
	font-size: 20px;
	font-weight: 700;
	border: none;
	border-radius: 0 4px 4px 0;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
	/* Colors */
	background-color: #FFF;
	color: #000;
}