/*
Theme Name: Eprefix-bootstrap
Theme URI: 
Description: 
Version: 3.0
Author: Gary McClumpha & James Richards
Author URI: http://eprefix.co.uk
*/

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



   .grecaptcha-badge {
	display: none !important;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
}

#slides1 .owl-dots,
#slides1_mobile .owl-dots {
	position: absolute;
	bottom: 1em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 100;
}

#slides2 .owl-dots {
	position: absolute;
	bottom: 1em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 100;
}

#slides3 .owl-dots {
	position: absolute;
	bottom: 1em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 100;
}

#slides1 .owl-dot,
#slides2 .owl-dot,
#slides3 .owl-dot,
#slides1_mobile .owl-dot {
	display: inline-block;
	height: 10px;
	width: 10px;
	background-color: #fff !important;
	margin: 0 4px;
	border-radius: 50%;
	outline: none;
}

#slides1 .owl-dot.active,
#slides2 .owl-dot.active,
#slides3 .owl-dot.active,
#slides1_mobile .owl-dot.active {
	background-color: #101810 !important;
	outline: none;
}

.owl-carousel.center_object,
.owl-carousel.center_object .owl-stage-outer,
.owl-carousel.center_object .owl-stage,
.owl-carousel.center_object .owl-item {
	height: 100%;
}

.image-fill {
	position: absolute;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin: 0 0 300px;
	/* bottom = footer height */
	font-size: 16px;
	color: #101810;
	/* font-family: 'Brown-Light'; */
	font-family: 'Campton Medium';
	font-weight: normal;
	font-style: normal;
}

.main-content {
	opacity: 0;
	overflow: hidden;
}

.center {
	text-align: center;
}

.right {
	text-align: right !important;
}

.no-padding {
	padding: 0;
}

.top-spacer {
	height: 30px;
}

.footerholder {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 300px;
}

.white {
	color: #fff;
}

.uppercase {
	text-transform: uppercase;
}

.relative {
	position: relative;
}

.spacer1 {
	height: 1em;
}

.spacer2 {
	height: 2em;
}

.spacer3 {
	height: 3em;
}

.spacer4 {
	height: 4em;
}

.spacer5 {
	height: 5em;
}

.spacer6 {
	height: 6em;
}

.spacer7 {
	height: 7em;
}

.spacer8 {
	height: 8em;
}

.spacer9 {
	height: 9em;
}

.spacer10 {
	height: 10em;
}

.flex-row {
	display: flex;
	align-items: center;
}
.flex-row.ratio-fix > [class*='col-']::before {
	content: '';
	display: block;
	padding-top: 70%;
}
.flex-row.ratio-4x3 > [class*='col-']::before {
    content: '';
	display: block;
    padding-top: 100%;
}

.flex-row.ratio-16x9 > [class*='col-']::before {
    content: '';
	display: block;
    padding-top: 44%;
}

@media (max-width:767px) {
	.flex-row {
		flex-direction: column;
	}
	.flex-row.ratio-4x3 > [class*='col-']::before,
	.flex-row.ratio-16x9 > [class*='col-']::before,
	.flex-row.ratio-fix > [class*='col-']::before {
		padding-top: 60%;
	}
}

@media (max-width:567px) {
	.flex-row.ratio-4x3 > [class*='col-']::before,
	.flex-row.ratio-16x9 > [class*='col-']::before,
	.flex-row.ratio-fix > [class*='col-']::before {
		padding-top: 100%;
	}
}

.home-title {
	font-size: 3.5em;
	line-height: 1.2em;
}

@media (max-width:767px) {
	.home-title {
		font-size: 7vw;
	}
}

.home-building-icon {
	height: 6em;
	margin: auto;
}

.building-sub-title {
	font-size: 1.5em;
}

.flex-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.center_object {
	position: absolute !important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.position_top_left {
	top: 0;
	left: 0;
}

.light_brown_holder {
	position: relative;
	width: 100%;
	background-color: #b9c4b3;
}

.dark_brown_holder {
	position: relative;
	width: 100%;
	background-color: #84968f;
}

.reviews_holder {
	position: relative;
	width: 100%;
	background-color: #fefefe;
}

/* Full-screen Vimeo background video hero (home page) */
.video-hero {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	margin-top: -100px;
}

.video-hero iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 177.78vh;   /* 16:9 cover math: 100vh * 16/9 */
	min-width: 100vw;
	height: 56.25vw;   /* 100vw * 9/16 */
	min-height: 100vh;
	transform: translate(-50%, -50%);
	border: 0;
	pointer-events: none;
}

@media (max-width: 991px) {
	.video-hero {
		margin-top: -80px;
	}
}

@media (max-width: 767px) {
	.video-hero {
		height: 66vh;
		margin-top: -60px;
	}
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 1.25em;
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 1.75em;
	line-height: 1.2em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: .1em;
}

.section_head {
	font-size: 2.1em;
	line-height: 1.2em;
}

.full-width-title {
	font-size: 5.75em;
	line-height: 1;
	z-index: 10;
}

@media (max-width:767px) {
	.full-width-title {
		font-size: 8vw;
	}
}

.search_button {
	padding: 10px 40px;
	background-color: #84968f;
	color: #fff;
	line-height: 1em;
	transition: 300ms;
	border-radius: 0px;
}

.search_button:hover {
	background-color: #101810;
	color: #fff;
}

.dark_brown_holder .search_button {
	background-color: #c0cabb;
	color: #101810;
}

.dark_brown_holder .search_button:hover {
	background-color: #fff;
	color: #101810;
}

.home_pd {
	padding: 0 1.8em;
}

.register_interest_square {
	min-height: 500px;
}

.show_button {
	padding: 10px 40px;
	width: 18em;
	background-color: #84968f;
	color: #fff;
	line-height: 1em;
	transition: 300ms;
}

.show_button:hover {
	background-color: #101810;
	color: #fff;
}

.show_button_dark {
	padding: 10px 40px;
	width: 18em;
	background-color: #101810;
	color: #fff;
	line-height: 1em;
	transition: 300ms;
}

.show_button_dark:hover {
	background-color: #b9c4b3;
	color: #313036;
}
.show_button_dark2 {
	padding: 10px 40px;
	width: 18em;
	background-color: #101810;
	color: #fff;
	line-height: 1em;
	transition: 300ms;
}

.show_button_dark2:hover {
	background-color: #84968F;
	color: #313036;
}

.small_divider_brown {
	width: 4em;
	height: .2em;
	background-color: #d6d1ca;
	margin: 0 auto;
}

.small_divider_white {
	width: 4em;
	height: .2em;
	background-color: #fff;
	margin: 0 auto;
}

.home_pd_rt {
	padding-right: 1.8em;
}

.home_pd_lt {
	padding-left: 1.8em;
}

.home_label {
	font-size: .9em;
	margin: .8em 0;
}

.footer_text {
	font-size: .9em;
}

.footer_logo {
	width: 68px;
	height: 60px;
	position: absolute;
	left: 50px;
	bottom: 50px;
}

.footer_address {
	position: absolute;
	left: 50px;
	top: 50px;
	letter-spacing: .1em;
}

.footer_detail01 {
	position: absolute;
	right: 50px;
	top: 50px;
	line-height: 1.2em;
}

.footer_detail02 {
	position: absolute;
	right: 25em;
	top: 50px;
	line-height: 1.2em;
}

.footer_copy {
	position: absolute;
	right: 50px;
	bottom: 50px;
	font-size: .7em;
}

.footer_link {
	color: #101810;
}

.footer_link:hover {
	color: #101810;
	text-decoration: underline;
}

.footer_link_2 {
	color: #101810;
	border-bottom: solid 1px #101810;
}

.footer_link_2:hover {
	color: #101810;
	border-bottom: solid 1px transparent;
}

.contact_link {
	color: #fff;
}

.contact_link:hover {
	color: #fff;
	text-decoration: underline;
}

.col-5s,
.col-sm-5s,
.col-md-5s,
.col-lg-5s,
.col-xl-5s {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-5s {
	float: left;
	width: 20%;
}

@media (min-width: 768px) {
	.col-sm-5s {
		float: left;
		width: 20%;
	}
}

@media (min-width: 992px) {
	.col-md-5s {
		float: left;
		width: 20%;
	}
}

@media (min-width: 1200px) {
	.col-lg-5s {
		float: left;
		width: 20%;
	}
}

.small {
	font-size: 60%;
}

a {
	color: #101810;
}

a:hover,
a:focus {
	color: #101810;
}

.link-underline {
	border-bottom: 1px solid #101810;
}

@media (min-width:768px) {
	.right-sm {
		text-align: right;
	}
}

/* @media (min-width:768px) {
	.highlights p {
		height: 6em;
		width: 11em;
		margin: 1em auto;
	}
} */

.highlights svg {
	width: 6em;
}

.highlights {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 2em;
}

@media (max-width: 991px) {
	.highlights {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
	.highlights {
		grid-template-columns: repeat(2, 1fr);
	}
}

.highlights-entry {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	padding: 12px 0;
}

.highlights-entry p {
	margin: 0;
}

.highlights-entry::after,
.highlights-entry::before {
	content: '';
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
}

.highlights-entry::after {
	right: -1em;
	top: 15px;
	bottom: 15px;
	width: 2px;
}

.highlights-entry::before {
	bottom: -1em;
	left: 20px;
	right: 20px;
	height: 2px;
}

@media (min-width: 992px) {
	.highlights-entry:nth-child(5n)::after,
	.highlights-entry:nth-child(n+11)::before {
		display: none;
	}
	.highlights-entry:nth-child(-n+5)::after {
		top: 0;
	}
	.highlights-entry:nth-child(n+11)::after {
		bottom: 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.highlights-entry:nth-child(3n)::after,
	.highlights-entry:nth-child(n+13)::before {
		display: none;
	}
	.highlights-entry:nth-child(-n+3)::after {
		top: 0;
	}
	.highlights-entry:nth-child(n+13)::after {
		bottom: 0;
	}
}

@media (max-width: 767px) {
	.highlights-entry:nth-child(2n)::after,
	.highlights-entry:last-child::after,
	.highlights-entry:nth-child(n+14)::before {
		display: none;
	}
	.highlights-entry:nth-child(-n+2)::after {
		top: 0;
	}
	.highlights-entry:nth-child(n+13)::after {
		bottom: 0;
	}
}

.highlights-icon {
	width: 112px;
	height: 99px;
}
.highlights-icon img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.divider_brown {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 4em;
	height: .2em;
	background-color: #d6d1ca;
	margin: 0 auto;
	bottom: 0;
}

@media (min-width:768px) {
	.divider_brown {
		width: 10em;
	}
}

.form_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
	z-index: 50;
}

#form,
#avail-form {
	display: none;
	height: 100vh;
}

#avail-form.open {
	display: block;
	z-index: 100;
}

.form-button a span {
	background-color: rgba(0, 0, 0, 0.0);
}

.form-button a span:before,
.form-button a span:after {
	position: absolute;
	content: '';
}

.form-button a span,
.form-button a span:before,
.form-button a span:after {
	width: 35px;
	height: 2px;
	display: block;
}

.form-button a:hover span:before,
.form-button a:hover span:after {
	background-color: #313036;
}

.form-button a span:before {
	margin-top: 0;
	background-color: #313036;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form-button a span:after {
	margin-top: 0;
	background-color: #313036;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.form {
	border: 1px solid #313036;
	padding: 0 3em;
}

.light_brown_box {
	background-color: #ece8e4;
	padding: 1em;
	font-size: 0.85em;
}

#slides1.owl-suite .owl-dots {
	bottom: 3.5em;
}

@media (min-width:768px) {
	#slides1.owl-left .owl-dots {
		text-align: left;
	}

	#slides1.owl-left .owl-dot {
		margin-left: 0;
	}
}

#connections svg {
	height: 12em;
}

.table {
	display: table;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table-header {
	display: table-header-group;
}

.table-header .table-cell {
	border-bottom: 3px solid #101810;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.table-body {
	display: table-row-group;
}

.table-row.link {
	cursor: pointer;
}

.table-row.link:hover,
.table-row.link.active {
	background-color: rgba(255, 255, 255, 0.22);
	text-decoration: none;
}

.table-body .table-cell {
	padding: 8px 0.75rem;
	text-decoration: none;
	border-bottom: 1px solid #101810;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
	text-align: right;
	color: #fff;
	white-space: nowrap;
}

.table-cell.center {
	text-align: center;
}

.table-header .table-row .table-cell:nth-child(-n+2),
.table-body .table-row .table-cell:nth-child(-n+2) {
	text-align: left;
}

/* Offices column */
.table-header .table-row .table-cell:nth-child(1),
.table-body .table-row .table-cell:nth-child(1) {
	width: 13%;
}

/* Floor column */
.table-header .table-row .table-cell:nth-child(2),
.table-body .table-row .table-cell:nth-child(2) {
	width: 7%;
}

.location-plan {
	display: none;
}

.suite-link,
.location-link,
.image-link {
	cursor: pointer;
	position: absolute;
	top: -3em;
	right: 0;
	width: 6em;
	padding: 1em 0;
	z-index: 50;
	background-color: #eaede8;
}
.suite-link:hover,.location-link:hover {
	background-color: #F1F5F5;
}

.image-link {
	top: 7em;
}

.link_space {
	height: .5em;
}

.suite-link svg,
.location-link svg,
.image-link svg {
	height: 4em;
	margin: 0 auto;
}

.table-office tbody {
	background-color: #dce1d9;
}

.table-office>thead>tr>th,
.table-office>thead>tr>td {
	border-bottom-width: 2px;
}

.table-office>tbody>tr>td {
	padding: 12px 5px 2px;
}

.table_button {
	margin-bottom: 1em;
	margin-right: 0.5em;
	padding: 10px 40px;
	background-color: #84968f;
	color: #fff;
	line-height: 1em;
	transition: 300ms;
}

.table_button:hover {
	background-color: #101810;
	color: #fff;
}

/* Button sits on the dark green holder (#84968f) — give it contrast */
.dark_brown_holder .table_button {
	background-color: #101810;
	color: #fff;
}

.dark_brown_holder .table_button:hover {
	background-color: #b9c4b3;
	color: #101810;
}

.footnote img {
	margin-right: 1em;
	vertical-align: bottom;
}

.bx-wrapper {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-width: 0 !important;
	background: transparent !important;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 45 !important;
}

.bx-prev {
	left: -8vw !important;
}

.bx-next {
	right: -8vw !important;
}

#contact svg {
	height: 5em;
}

span .wpcf7-not-valid {
	border: 1px solid #ff0000 !important;
}

span.wpcf7-not-valid-tip {
	display: none;
}

div.wpcf7-validation-errors {
	background: transparent;
	border: 1px solid #313036;
	color: #313036;
}

div.wpcf7-response-output {
	margin: 2em 0;
	padding: 6px 12px;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.form-text {
	position: absolute;
	bottom: 3em;
}

.form-select .form-control {
	border-radius: 0px !important;
	box-shadow: none !important;
	-webkit-appearance: none;
}

.form-select {
	width: 100% !important;
	margin-left: 0 !important;
	margin-bottom: 1em;
}

.form-select .select-selected {
	border: 1px solid #313036 !important;
	padding: 6px 12px !important;
	font-size: 14px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.new-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 9em;
	margin: 0 .5em;
	font-size: 1.1em;
	color: #101810;
	border: none;
	border-radius: 0;
	padding: .4em 0.7em;
	background-color: rgba(255, 255, 255, 0.25);
	background-image: url(img/down.svg);
	background-repeat: no-repeat;
	background-position: right .7em center;
	background-size: .7em .7em;
	outline: none !important;
	cursor: pointer;
}
.new-select:hover {
	background: rgba(255, 255, 255, 0.5);
	background-image: url(img/down.svg);
	background-repeat: no-repeat;
	background-position: right .7em center;
	background-size: .7em .7em;
}

.dark_brown_holder .new-select {
	background-color: transparent;
}

.contact-btn.new-select {
	display: block;
	width: 100%;
	margin: 0 0 0.5em;
	text-align: left;
}

.contact-btn:hover {
	color: #fff;
	background-color: #84968f;
}

.contact-form .btn-form {
	text-transform: uppercase;
    background-color: #90a09a;
}

.contact-form .btn-form:hover {
	color: #fff;
    background-color: #101810;
}

.contact-form .form-control {
	text-transform: uppercase;
	background-color: #f3f5f4;
	border: none;
	font-size: 1em;
    height: 40px;
}

.new-form-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	margin: 0;
	border: 1px solid #313036;
	border-radius: 0;
	padding: .4em;
	background: transparent;
	background-image: url(img/down.svg);
	background-repeat: no-repeat;
	background-position: right .5em center;
	background-size: .7em .7em;
}

.custom-select {
	position: relative;
	display: inline-block;
	width: 9em;
	margin: 0 1em;
}

.custom-select select {
	display: none;
}

.select-selected {
	background-color: #d8d1ca;
}

.select-selected:after {
	position: absolute;
	content: '';
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #313036 transparent transparent transparent;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
	color: #313036;
	padding: 8px 20px 8px 12px;
	border: 2px solid #313036;
	cursor: pointer;
	user-select: none;
	text-align: left;
}

.select-items div {
	border: 1px solid rgba(49, 48, 54, 0.4);
	border-top-width: 0;
}

/*style items (options):*/
.select-items {
	position: absolute;
	background-color: #d8d1ca;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	max-height: 6em;
	overflow: scroll;
}

.light_brown_holder .custom-select {
	width: 7em;
}

.light_brown_holder .select-selected,
.light_brown_holder .select-items {
	background-color: #ece8e4;
	border-width: 2px;
}

.light_brown_holder .select-items div,
.light_brown_holder .select-selected {
	padding-top: 5px;
	padding-bottom: 5px;
}

.light_brown_holder .select-selected:after {
	top: 11px;
}

.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

input[type=text],
input[type=number],
input[type=email] {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	transition: none;
	-webkit-appearance: none;
	border-radius: 0;
}

input[type=submit] {
	outline: none;
	border: none;
	transition: 200ms;
	border-radius: 0;
}

input[type=submit]:hover {
	background-color: #fff;
	color: #2b2a30;
}

.search_text {
	font-size: 1.3em;
}

.north {
	width: 2em;
	margin-right: 1.5em;
}

.general_link:hover {
	text-decoration: underline;
}

.right_arrow {
	position: absolute;
	right: 0;
	width: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.right_arrow:hover {
	opacity: .6;
}

.left_arrow {
	position: absolute;
	left: 0;
	width: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.left_arrow:hover {
	opacity: .6;
}

.bxslider-wrap {
	visibility: hidden;
	position: relative;
	display: block;
}

.bxslider {
	padding: 0;
	margin: 0;
	-webkit-perspective: 2000;
	-webkit-backface-visibility: hidden;
}

#map {
	width: 100%;
	height: 70vh;
}

@media (max-width: 991px) {
	#map {
        height: 90vw;
    }
}

.right_arrow_gallery {
	position: absolute;
	left: 3em;
	width: 1em;
	bottom: -2em;
	cursor: pointer;
}

.right_arrow_gallery:hover {
	opacity: .6;
}

.left_arrow_gallery {
	position: absolute;
	left: 0;
	width: 1em;
	bottom: -2em;
	cursor: pointer;
}

.left_arrow_gallery:hover {
	opacity: .6;
}

.right_arrow_office {
	position: absolute;
	right: -30px;
	width: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.right_arrow_office:hover {
	opacity: .6;
}

.left_arrow_office {
	position: absolute;
	left: -30px;
	width: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.left_arrow_office:hover {
	opacity: .6;
}

.nowrap {
	white-space: nowrap;
}

.james_small {
	display: inline;
	overflow: visible;
	font-size: .8em;
}

.office_lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(38, 38, 43, .9);
	z-index: 100;
}

.light_close {
	position: absolute;
	top: -40px;
	right: -40px;
	width: 1.5em;
	height: 1.5em;
	cursor: pointer;
}

.light_image {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.row_eq_height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row_eq_height:before,
.row_eq_height:after {
	display: none !important;
}

.spec_holder img {
	width: 100%;
}

.book_form {
	position: relative;
	margin-top: 10em;
	height: 100%;
	overflow: scroll;
}

.menu_closer {
	position: fixed;
	display: none;
	width: 100%;
	height: 100vh;
	z-index: 80;
	background: rgba(43, 42, 48, .5);
}

.load_owl {
	width: 100%;
	height: 0;
	padding-bottom: 51%;
	overflow: hidden;
}

.top_email {
	position: absolute;
	top: 41px;
	right: 310px;
	border-bottom: 1px solid #313036;
	font-size: .9em;
}

.top_email:hover {
	opacity: .7;
}

.top_tel {
	position: absolute;
	top: 41px;
	right: 400px;
	border-bottom: 1px solid #313036;
	font-size: .9em;
}

.top_tel:hover {
	opacity: .7;
}

.top_banner {
	position: fixed;
	width: 100%;
	background-color: rgba(228, 35, 19, .8);
	padding: 1rem 0;
	top: 100px;
	z-index: 50;
	text-align: center;
	color: #fff;
	font-size: 2rem;
}

.top_banner .small {
	font-size: 1.5rem;
}

.d-flex {
	display: flex;
	justify-content: center;
}
.highlights_revised img {
	padding: 0 5rem;
}

/* ============;=============================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1199px) {
	body {
		font-size: 13px;
	}
}

@media (max-width: 991px) {
	body {
		font-size: 9.9px;
	}

	.top_email {
		position: absolute;
		top: 31px;
		right: 270px;
		font-size: 1.2em;
	}

	.top_tel {
		position: absolute;
		top: 31px;
		right: 340px;
		font-size: 1.2em;
	}

	.top_banner {
		top: 80px;
	}

}

@media (max-width: 767px) {
	.top_banner {
		top: 60px;
	}

	body {
		margin: 0 0 400px;
		font-size: 14px;
	}

	.footerholder {
		height: 400px;
	}

	.mobile_padding {
		padding: 0 20px;
	}

	.mobile_center {
		text-align: center;
	}

	.home_pd_rt {
		padding-right: 0;
	}

	.home_pd_lt {
		padding-left: 0;
	}

	h3 {
		font-size: 1.35em;
		letter-spacing: .1em;
	}

	.footer_address {
		position: absolute;
		left: 30px;
		top: 30px;
		letter-spacing: .1em;
	}

	.footer_detail01 {
		position: absolute;
		left: 30px;
		top: 110px;
		line-height: 1.2em;
	}

	.footer_detail02 {
		position: absolute;
		width: 200px;
		left: 30px;
		top: 190px;
		line-height: 1.2em;
	}

	.footer_logo {
		width: 38px;
		height: 30px;
		position: absolute;
		left: 30px;
		bottom: 30px;
	}

	.footer_copy {
		right: 30px;
		bottom: 30px;
		font-size: .7em;
	}

	.small {
		font-size: 80%;
	}

	.center_menu .form {
		width: 90vw;
	}

	.form {
		padding: 0 1.5em;
	}

	.custom-select {
		display: block;
		margin: 1.5em auto;
	}

	.suite-link svg,
	.location-link svg {
		margin-top: 0;
	}

	.bx-wrapper {
		margin-bottom: 20px !important;
	}

	.custom-select-mobile {
		position: relative;
		display: inline-block;
		width: 100% !important;
	}

	.search_button {
		padding: 10px 20px;
	}

	.show_button {
		padding: 10px 20px;
	}

	.show_button_dark {
		padding: 10px 20px;
	}

	#connections svg {
		height: 100%;
		width: 100%;
	}

	input[type=text],
	input[type=number],
	input[type=email] {
		padding: 8px 12px;
	}

	.suite-link,
	.location-link,
	.image-link {
		position: relative;
	}

	.table_button_mobile {
		margin-bottom: 1em;
		margin-right: 0.5em;
		padding: 10px 40px;
		background-color: #d8d1ca;
		color: #313036;
		line-height: 1em;
		transition: 300ms;
	}

	.d-flex {
		display: block;
		justify-content: center;
	}
}

@font-face {
	font-family: 'Brown-Bold';
	src: url('fonts/Brown-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Brown-Bold.otf') format('opentype'),
		url('fonts/Brown-Bold.woff') format('woff'),
		url('fonts/Brown-Bold.ttf') format('truetype'),
		url('fonts/Brown-Bold.svg#Brown-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

.brown_bd {
	font-family: 'Brown-Bold';
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Brown-Light';
	src: url('fonts/Brown-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Brown-Light.otf') format('opentype'),
		url('fonts/Brown-Light.woff') format('woff'),
		url('fonts/Brown-Light.ttf') format('truetype'),
		url('fonts/Brown-Light.svg#Brown-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

.brown_lt {
	font-family: 'Brown-Light';
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Brown-Regular';
	src: url('fonts/Brown-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Brown-Regular.otf') format('opentype'),
		url('fonts/Brown-Regular.woff') format('woff'),
		url('fonts/Brown-Regular.ttf') format('truetype'),
		url('fonts/Brown-Regular.svg#Brown-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.brown_rg {
	font-family: 'Brown-Regular';
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Campton Book';
	src: url('fonts/Campton-Book.woff2') format('woff2'),
		url('fonts/Campton-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.campton-book {
	font-family: 'Campton Book';
}

@font-face {
	font-family: 'Campton Medium';
	src: url('fonts/Campton-Medium.woff2') format('woff2'),
		url('fonts/Campton-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

.campton-medium {
	font-family: 'Campton Medium';
}

@font-face {
	font-family: 'Campton SemiBold';
	src: url('fonts/Campton-SemiBold.woff2') format('woff2'),
		url('fonts/Campton-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

.campton-semibold {
	font-family: 'Campton SemiBold';
}

@font-face {
	font-family: 'Campton Bold';
	src: url('fonts/Campton-Bold.woff2') format('woff2'),
		url('fonts/Campton-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

.campton-bold {
	font-family: 'Campton Bold';
}