html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Default Start */
*,
body,
p {
	font-family: "Roboto", sans-serif;
	letter-spacing: 0px;
	font-size: 16px;
	line-height: 24px;
}

.container {
	width: 100%;
	/* max-width: 1550px; */
	margin-top: 0;
	margin-bottom: 0;
}

p {
	margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
}

h1,
h1 * {
	font-size: 60px;
	line-height: 80px;
}

h3,
h3 * {
	font-size: 40px;
	line-height: 54px;
}

h4,
h4 * {
	font-size: 28px;
	line-height: 32px;
}

h5,
h5 * {
	font-size: 24px;
}

h6,
h6 * {
	font-size: 16px;
	line-height: 24px;
}

strong {
	font-weight: 700 !important;
}

/*************************
 JQUERY UI OVERRIDES
 *************************/

.ui-dialog {
	border-radius: 5px;
	box-shadow: 0 0 0 0;
	padding: 0 !important;
	z-index: 11010;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
}

.ui-dialog .ui-dialog-content {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 15px 20px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
	top: 0px !important;
	right: 15px !important;
	margin: 0 !important;
	height: 100% !important;
	background: unset;
	border: unset;
	font-size: 21px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.5);
}

.ui-dialog .ui-dialog-titlebar-close:before {
	content: "x";
}

.ui-dialog .ui-dialog-title {
	margin: 5px;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.ui-widget-header {
	border: none !important;
	background: #000000 !important;
	border-radius: unset !important;
}

.ui-widget {
	font-family: inherit;
	font-size: inherit;
}

.ui-widget-content {
	border: 0;
	background: #fff;
	color: #222;
}

.ui-menu .ui-menu-item:hover {
	border: 0;
}

.ui-menu .ui-menu-item a {
	background: none;
	padding: 2px 10px;
}

.ui-menu .ui-menu-item a:hover {
	background-color: #fcfcfc;
	border: 1px solid #e7e7e7;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #d3d3d3 !important;
	background: none !important;
	font-weight: normal;
	background-color: #eeeeee !important;
	background-image: none !important;
}

.ui-menu .ui-menu-item {
	list-style-image: none !important;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #555;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

/*************************
 BOOTSTRAP OVERRIDES
 *************************/
.form-control {
	border-radius: 0;
}

.form-inline .form-row {
	margin-top: 15px;
	display: table;
	min-width: 100%;
}

.form-inline .form-row:first-child {
	margin-top: 0;
}

.well .well {
	border: 0;
	padding: 0;
}

.img-thumbnail {
	background-clip: content-box;
}

.modal-open .modal {
	z-index: 12051 !important;
}

.modal-backdrop.in {
	opacity: 0.75 !important;
	filter: alpha(opacity=75);
}

.modal-body {
	padding: 10px;
}

.modal-body .row {
	margin-left: -5px;
	margin-right: -5px;
}

.modal-content {
	border-radius: 0 !important;
}

/* .modal-header {
	color: #ffffff;
	background-color: #254e75;
	min-height: 56px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header h5 {
	font-size: 18px;
	line-height: 1.42857143;
}

.modal-header .close {
	color: #fff;
	opacity: 0.5;
}
.modal-header .close:not(:disabled):not(.disabled):focus,
.modal-header .close:not(:disabled):not(.disabled):hover {
	color: #fff;
} */

/***********************
 BAY Defaults
 ***********************/

.mce-floatpanel {
	position: fixed !important;
}

.iq-hide-section {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	cursor: pointer;
	font-size: 12px;
	padding: 1px 5px;
	border: 1px solid #ccc;
}

h1.iq-menuchoices-accordion,
h1.iq-menuchoices-accordion *,
h1.ui-accordion-header,
h1.ui-accordion-header * {
	font-size: 100%;
	line-height: 1.2;
}

#companyimages,
#interiorimages {
	color: #868e96;
}

#iq-customimagesgrid h1 {
	font-size: 2.5rem;
	line-height: 1.2;
}

label input[type="checkbox"],
label input[type="radio"] {
	margin-right: 5px;
}

.iq-form-field-required {
	border-left: 2px solid red !important;
}



.v2-02 .navbar-dark .navbar-brand {
	color: #fff !important;
}

/* end :: Header nav-link css hover style not applied */

/* start :: Header nav-link css hover style not applied */
.card-body {
	padding: 1rem 1rem;
}

/* end :: Header nav-link css hover style not applied */
.v2-02 .nav-item .nav-link {
	padding: 0.5rem 1rem;
}

.iq-textdropdown {
	padding: 17px 23px;
}

.iq-textdropdown .dropdown-toggle {
	padding: 2px 8px;
}

.iq-textdropdown .dropdown-toggle .fa-chevron-down {
	font-size: 12px;
}

.iq-textdropdown .dropdown-toggle::after {
	display: none;
}

.iq-textdropdown .dropdown-menu {
	margin: 0px 26px 0px -130px;
	height: 170px;
	overflow: auto;
}

.iq-textdropdown .dropdown-menu li {
	position: relative;
	padding: 0 0 0 15px;
}

.iq-textdropdown .dropdown-menu li.divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.ui-autocomplete li.ui-menu-item {
	position: relative !important;
	padding: 0;
}

.ui-autocomplete h6 {
	font-weight: 400;
	margin-bottom: 0.5rem;
}

.ui-menu-item-wrapper img {
	max-width: 100%;
	vertical-align: middle !important;
	display: inline-block;
}

.st-premier .btn-primary,
.st-premier .btn-primary:hover {
	background-color: #666;
	border-color: #666;
}

.st-premier .btn-outline-primary {
	color: #666;
	border-color: #666;
}

.st-premier .btn-outline-primary:hover {
	background-color: transparent;
}

#iq_editor_editfield_dialog .btn-group-justified .btn {
	color: black !important;
}

#iq_editor_metatags_dialog h1 {
	font-size: 32px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.1;
}

/*  AGENT PROFILE IN HERO */
.iq-agent-profile-container {
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	color: #ffffff;
	font-family: Roboto;
	font-size: 14px;
}

.iq-agent-profile-container a,
.iq-agent-profile-container a:visited,
.iq-agent-profile-container a:hover {
	color: #ffffff !important;
}

.iq-agent-profile-container .iq-agent-image {
	max-width: 100%;
	height: 100% !important;
	width: auto !important;
}

.iq-agent-profile-container .iq-agent-info {
	min-width: 336px !important;
	height: 236px;
	padding: 15px 112px 18px 31px;
}

.iq-agent-profile-container h1 {
	font-size: 20px;
	margin: 0 0 5px 0;
	text-decoration: underline;
	color: #ffffff;
	line-height: unset;
}

.iq-agent-profile-container h2 {
	font-size: 16px;
	margin-top: 0;
	color: #ffffff;
}

.iq-agent-profile-container .iq-agent-contact-me {
	margin-top: 5px;
}

.iq-agent-profile-container .iq-agent-contact-me a {
	text-decoration: underline;
}

.iq-agent-profile-container .iq-agent-profile-caption {
	font-size: 18px;
	padding: 20px 15px;
	clear: both;
	background-color: rgba(0, 0, 0, 0.5);
}

@media (orientation: landscape) {
	@media (max-height: 639.98px) {
		.iq-agent-profile-container {
			display: none !important;
		}
	}

	@media (max-width: 767.98px) {
		.iq-agent-profile-container {
			display: none !important;
		}
	}
}

@media (orientation: portrait) {
	@media (max-width: 479px) {
		#homepage_searchform select {
			width: 100%;
			max-width: 400px;
			height: 60px;
		}

		#homepage_searchform #multifield_autocomplete {
			height: 60px;
			margin-left: 0;
			margin-top: 15px;
			margin-bottom: 15px;
			width: 75%;
			max-width: 300px;
		}

		#homepage_searchform #header_rem_submit {
			height: 60px;
			width: 25%;
			max-width: 90px;
			margin-top: 15px;
			margin-bottom: 15px;
		}

		#homepage_searchform #header_rem_nearby {
			height: 60px;
			width: 100%;
			max-width: 400px;
			margin-top: 0;
		}

		#st_section_01 .header_rem_mid {
			top: 60%;
		}
	}
}

@media (max-width: 540px) {
	/*Extra small devices Phones (lt 768px)*/

	.iq-agent-profile-container {
		width: 100% !important;
		font-size: 10px;
		line-height: 14px !important;
	}

	.iq-agent-profile-container a,
	.iq-agent-profile-container a:visited,
	.iq-agent-profile-container a:hover {
		color: #ffffff !important;
		font-size: 10px !important;
	}

	/* .iq-agent-profile-container .iq-agent-image {
		width: 33vw !important;
		height: 165px !important;
	} */

	.iq-agent-profile-container h1 {
		font-size: 16px;
	}

	.iq-agent-profile-container h2 {
		font-size: 14px;
	}

	.iq-agent-profile-container .iq-agent-info {
		min-width: unset;
		width: 67vw !important;
		height: auto;
		padding: 18px;
	}

	.iq-agent-profile-container .iq-agent-profile-caption {
		font-size: 10px;
		padding: 10px;
		clear: both;
	}
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.btn-group-justified .btn,
.btn-group-justified .btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}

.btn-group-justified .btn .btn,
.btn-group-justified .btn-group .btn {
	width: 100%;
}

.btn-group-justified .btn .dropdown-menu,
.btn-group-justified .btn-group .dropdown-menu {
	left: auto;
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.switch-toggle label,
.switch-toggle>span {
	line-height: 2em;
	vertical-align: middle;
}

.switch-toggle label {
	border: 1px solid #cccccc;
	font-size: 14px;
	height: 30px;
	outline: 0 !important;
}

.switch-toggle *,
.switch-toggle *:before,
.switch-toggle *:after {
	box-sizing: border-box;
}

.panels_tabs_content #panel-tab-1 .form-group,
.form-row .col-6 .form-group {
	display: block;
}

/* ***********************************************************************************************
   TYPOGRAPHY SECTION
*********************************************************************************************** */

/* Font Sizes */
@media (max-width: 1550px) {

	h1,
	h1 *,
	.left_column_footer h3 {
		font-size: calc(32px + (60 - 32) * ((100vw - 375px) / (1550 - 375)));
		line-height: calc(42px + (80 - 42) * ((100vw - 375px) / (1550 - 375)));
	}

	h3,
	h3 * {
		font-size: calc(28px + (40 - 28) * ((100vw - 375px) / (1550 - 375)));
		line-height: calc(38px + (50 - 38) * ((100vw - 375px) / (1550 - 375)));
	}

	h4,
	h4 *,
	.premier_icons_panel_num p,
	.third_panel_txt_home p,
	.home_carousel_item h5 {
		font-size: calc(22px + (28 - 22) * ((100vw - 375px) / (1550 - 375)));
		line-height: calc(32px + (32 - 32) * ((100vw - 375px) / (1550 - 375)));
	}

	h5,
	h5 *,
	.header_rem_mid form button {
		font-size: calc(18px + (24 - 18) * ((100vw - 375px) / (1550 - 375)));
	}

	h6,
	h6 * {
		font-size: 16px;
		line-height: 24px;
	}

	.header_rem_top ol#navigation,
	ul#navigation li a,
	.header_rem_top ol#navigation,
	ul#navigation li.contact_header a {
		font-size: calc(16px + (20 - 16) * ((100vw - 375px) / (1550 - 375)));
	}

	.home_bottom_carousel_item_first h3 {
		font-size: calc(32px + (70 - 32) * ((100vw - 375px) / (1550 - 375)));
	}

	.left_column_footer p {
		font-size: calc(16px + (18 - 16) * ((100vw - 375px) / (1550 - 375)));
	}
}

/* cyrillic */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");
	unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
		U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format("woff2");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format("woff2");
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format("woff2");
	unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
		U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 300;
	src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXBiAJpp_c.woff2) format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 300;
	src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXBiEJpp_c.woff2) format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 300;
	src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXBi8Jpg.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
		U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBiAJpp_c.woff2) format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBiEJpp_c.woff2) format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBi8Jpg.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
		U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 500;
	src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXBiAJpp_c.woff2) format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 500;
	src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXBiEJpp_c.woff2) format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 500;
	src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXBi8Jpg.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
		U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 600;
	src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBiAJpp_c.woff2) format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 600;
	src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBiEJpp_c.woff2) format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 600;
	src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBi8Jpg.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
		U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBiAJpp_c.woff2) format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBiEJpp_c.woff2) format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/s/worksans/v16/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBi8Jpg.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
		U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ***********************************************************************************************
   AREAS SECTION
*********************************************************************************************** */

.premier_areas {
	position: relative;
	margin-top: 110px;
	z-index: 0;
}

.st_section_02.premier_areas {
	z-index: -1;
}

.premier_areas .premier_areas_title {
	text-align: center;
	margin-bottom: 30px;
}

.premier_areas .premier_areas_title p,
.premier_featuredhomes .description {
	margin-bottom: 30px;
}

.premier_areas .premier_areas_title a,
.featuredListing div a {
	color: #012169;
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.premier_areas .home_carousel_item {
	position: relative;
	width: 100%;
	max-width: 368px;
}

.premier_areas .home_carousel_item h4 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	font-size: 30px;
	padding: 30px;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
}

.premier_areas #premier_areas_carousel.owl-carousel button.owl-prev,
.premier_areas #premier_areas_carousel.owl-carousel button.owl-next {
	position: absolute;
	top: calc(50% - 23px);
	background-color: #2a2f34;
	width: 60px;
	height: 60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #fff;
}

.premier_areas #premier_areas_carousel.owl-carousel button.owl-prev i,
.premier_areas #premier_areas_carousel.owl-carousel button.owl-next i {
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.premier_areas #premier_areas_carousel.owl-carousel button.owl-prev {
	left: 0;
}

.premier_areas #premier_areas_carousel.owl-carousel button.owl-next {
	right: 0;
}

.premier_areas #premier_areas_carousel.owl-carousel .owl-nav.disabled {
	display: block;
}

/* ***********************************************************************************************
   CTA SECTION
*********************************************************************************************** */

.premier_cta,
.premier_featuredhomes {
	position: relative;
	z-index: 1;
	text-align: center;
}

.premier_cta h3 {
	letter-spacing: -2.5px;
	text-transform: capitalize;
}

.premier_cta p {
	margin-bottom: 30px;
}

.premier_cta a {
	display: inline-block;
	width: 100%;
	max-width: 272px;
	height: 70px;
	border-radius: 4px;
	background-color: #2a2f34;
	color: #fff;
	line-height: 70px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* ***********************************************************************************************
   CALLOUT SECTION
*********************************************************************************************** */

.premier_callout {
	position: relative;
	margin-top: 120px;
	z-index: 1;
}

.premier_callout .offwhite_bg {
	background: #f9fafc;
}

.premier_callout .offwhite_bg img {
	display: inherit;
}

.premier_callout .premier_callout_flex_align {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.premier_callout .premier_callout_flex_align div {
	max-width: 496px;
}

.premier_callout h3 {
	letter-spacing: -2px;
}

.premier_callout p {
	margin-bottom: 30px;
}

.premier_callout a {
	display: inline-block;
	width: 100%;
	max-width: 256px;
	height: 70px;
	border-radius: 4px;
	background-color: #2a2f34;
	color: #fff;
	line-height: 70px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

/* ***********************************************************************************************
   ICON SECTION
*********************************************************************************************** */

.premier_icons {
	position: relative;
	margin-top: 120px;
	z-index: 1;
}

.premier_icons .premier_icons_title {
	text-align: center;
}

.premier_icons .premier_icons_title h3 {
	text-transform: capitalize;
	letter-spacing: -2px;
}

.premier_icons .premier_icons_title p {
	margin-bottom: 30px;
}

.premier_icons .premier_icons_disclaimer {
	text-align: center;
}

.premier_icons .premier_icons_disclaimer p {
	margin-bottom: 0;
}

.premier_icons_panels {
	margin-bottom: 30px;
}

.premier_icons_panels .premier_icons_panel_num {
	background-color: #f9fafc;
	padding: 30px 0px 30px;
	text-align: center;
	height: 100%;
}

.premier_icons_panels .premier_icons_panel_num h4 {
	color: #ff8800;
	font-weight: initial;
	font-family: "Work Sans", sans-serif;
}

.premier_icons_panels .premier_icons_panel_num span {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 144px;
	margin: 15px 0 30px;
}

.premier_icons_panels .premier_icons_panel_num span img {
	max-height: 100%;
	width: auto;
}

.premier_icons_panels .premier_icons_panel_num p {
	text-transform: uppercase;
	font-size: 28px;
	line-height: 32px;
	font-weight: 400;
	font-family: "Work Sans", sans-serif;
}

/* ***********************************************************************************************
   PANELS SECTION
*********************************************************************************************** */

.premier_panels {
	position: relative;
	margin-top: 120px;
	z-index: 1;
}

.premier_panels_title {
	text-align: center;
	margin-bottom: 30px;
}

.premier_panels_title h3 {
	display: inherit;
}

.premier_panels_title p {
	margin-bottom: 0;
}

.premier_panels_flex_bg {
	display: -webkit-flex;
	display: flex;
	justify-content: left;
	align-items: center;
	height: 100%;
	background-color: #f9fafc;
}

.premier_panels_flex_bg div {
	max-width: 600px;
	padding: 0 15px;
}

.premier_panels_left_side.premier_panels_content_block h3,
.premier_panels_right_side.premier_panels_content_block h3 {
	margin-bottom: 30px;
}

.fillImage {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.premier_panels_left_side.premier_panels_content_block p,
.premier_panels_right_side.premier_panels_content_block p {
	margin-bottom: 0;
}

.premier_panels_left_side.premier_panels_content_block a,
.premier_panels_right_side.premier_panels_content_block a {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
	color: #012169;
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.premier_panels_left_side {
	padding-right: 0;
}

.premier_panels_right_side {
	padding-left: 0;
}

/* ***********************************************************************************************
   BLOG SECTION
*********************************************************************************************** */

.premier_blog {
	position: relative;
	margin-top: 120px;
	z-index: 1;
}

.premier_blog_flex {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: top;
}

.premier_blog .blog_carousel {
	width: calc(100% - 383px);
}

.premier_blog .static_carousel_item {
	background-color: #012169;
	padding: 44px;
	position: relative;
	float: left;
	width: 100%;
	max-width: 368px;
}

.premier_blog .static_carousel_item p {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.premier_blog .static_carousel_item h3 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 70px;
	line-height: 65px;
	font-weight: 400;
	color: #fff;
}

.premier_blog .static_carousel_item a {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0;
	position: absolute;
	bottom: 38px;
	color: #fff;
}

.owl-carousel.premier_blog_carousel button.owl-prev,
.owl-carousel.premier_blog_carousel button.owl-next {
	position: absolute;
	bottom: -15%;
	background-color: #2a2f34;
	width: 45px;
	height: 40px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #fff;
}

.owl-carousel.premier_blog_carousel button.owl-prev i,
.owl-carousel.premier_blog_carousel button.owl-next i {
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.owl-carousel.premier_blog_carousel .owl-nav {
	display: flex;
	justify-content: center;
}

.owl-carousel.premier_blog_carousel button.owl-prev {
	left: 43%;
}

.owl-carousel.premier_blog_carousel button.owl-next {
	right: 43%;
}

.owl-carousel.premier_blog_carousel .owl-nav.disabled {
	display: block;
}

.owl-carousel.premier_blog_carousel .owl-stage-outer .owl-stage {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.owl-carousel.premier_blog_carousel .owl-dots {
	display: none;
}

.carousel_blog_item {
	background-color: #f9f9fb;
	height: 100%;
}

.carousel_blog_item div {
	padding: 30px;
}

.carousel_blog_item h5 {
	font-weight: 300;
	margin-bottom: 15px;
}

.carousel_blog_item p {
	margin-bottom: 0;
}

.carousel_blog_item span {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	font-size: 12px;
}

.carousel_blog_item div.carousel_blog_image {
	padding: 0;
	width: 100%;
	aspect-ratio: 16/9;
}

.blog_carousel.alignContent {
	align-self: center;
}

.carousel_blog_image.hidden {
	display: none;
}

/* ***********************************************************************************************
   ANIMATIONS SECTION
*********************************************************************************************** */

a,
a:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
}

input:not(.noease),
input:not(.noease):hover,
i:not(.noease),
i:not(.noease):hover,
button:not(.noease),
button:not(.noease):hover,
nav:not(.noease) {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.header_rem_top.scroll-nav {
	position: fixed;
	top: 0;
	left: 0;
	/* background:#231F20; */
	width: 100%;
	padding: 7.5px 15px;
	z-index: 1000;
}

.third_section_story_panel_inner:after,
.third_section_story_hover h3,
.third_section_story_hover div,
.testimonial_inner {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.third_section_story_hover,
.header_rem_top {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.third_section_story_panel_inner:hover .third_section_story_hover {
	height: auto;
	top: calc(100% - 30px);
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

.third_section_story_panel_inner:hover .third_section_story_hover h3 {
	position: static;
}

.third_section_story_panel_inner:hover .third_section_story_hover div {
	opacity: 1;
}

.header_rem_mid form button:hover,
.premier_cta a:hover,
.premier_callout a:hover,
.default_contact_content button:hover,
.content_default_buttons a:hover,
.blue_panel_con a:hover,
.single_row_btn a:hover,
.section_default_half a:hover {
	background-color: #657786;
}

.premier_panels_left_side.premier_panels_content_block a:hover,
.premier_panels_right_side.premier_panels_content_block a:hover,
.premier_areas .fourth_section_title a:hover,
.header_rem_top ol#navigation,
ul#navigation li:not(.contact_header) a:hover,
ul.top_bar_menu li a:hover,
.left_column_footer a:hover i,
.premier_areas .fourth_section_title a:hover i,
.premier_panels_left_side.premier_panels_content_block a:hover i,
.premier_panels_right_side.premier_panels_content_block a:hover i,
.home_bottom_carousel_item_first a:hover,
.btm_footer_content a:hover i,
.btm_footer_links a:hover,
.sidebar_default_content ul>li>a:hover,
.sidebar_default_content a:hover *,
.default_top_side_content a:hover,
.default_top_side_content a:hover * {
	color: #657786;
}

.header_rem_top ol#navigation,
ul#navigation li.contact_header a:hover {
	background-color: #657786;
}

.right_column_footer form input#footer_submit:hover,
#iq_lead_form input[type="submit"]:hover,
.campus_row a:hover {
	opacity: 0.75;
}

.owl-carousel button:hover {
	opacity: 0.6;
}

/* ***********************************************************************************************
   RESPONSIVE SECTION
*********************************************************************************************** */
@media (min-width: 1550px) {
	.premier_featuredhomes .container,
	.premier_featuredhomes .container-fluid {
		margin-top: calc(60px + (120 - 60) * ((100vw - 375px) / (1550 - 375)));
	}
}

@media (max-width: 1550px) {

	.premier_cta,
	.premier_callout,
	.premier_icons,
	.premier_areas,
	.premier_panels,
	.premier_blog,
	.third_section_story,
	.six_section_story,
	.seven_section_story,
	.content_default_first,
	.content_bottom_contact,
	.content_default_sm_block,
	.content_default_btm_block,
	.content_sidebar_default .default_contact_content,
	.blue_section_panels,
	.blog_panels_first,
	.premier_featuredhomes .container,
	.premier_featuredhomes .container-fluid,
	footer {
		margin-top: calc(60px + (120 - 60) * ((100vw - 375px) / (1550 - 375)));
	}

	.first_section_story,
	.five_section_story {
		margin-top: calc(30px + (120 - 30) * ((100vw - 375px) / (1550 - 375)));
	}

	.blue_bg_footer {
		padding: calc(30px + (120 - 30) * ((100vw - 375px) / (1550 - 375))) 0 calc(30px + (120 - 30) * ((100vw - 375px) / (1550 - 375)));
	}

	.footer_bottom {
		padding-top: calc(30px + (90 - 30) * ((100vw - 375px) / (1550 - 375)));
	}

	.second_section_story,
	.four_section_story,
	.content_default_buttons,
	.neighbourhood_gallery_section {
		margin-top: calc(30px + (90 - 30) * ((100vw - 375px) / (1550 - 375)));
	}

	.fourth_section_story_panel,
	.seven_section_story_title,
	.section_default_half ul,
	.content_default_first_desc .responsive_iframe {
		margin-bottom: calc(30px + (60 - 30) * ((100vw - 375px) / (1550 - 375)));
	}

	.disclaimer_btm,
	.content_default_first_desc,
	.content_default_first_desc .responsive_iframe,
	.default_top_content_desc h3 {
		margin-top: calc(30px + (60 - 30) * ((100vw - 375px) / (1550 - 375)));
	}

	.footer_copyright {
		margin-top: calc(0px + (60 - 0) * ((100vw - 375px) / (1550 - 375)));
	}

	.four_section_story_title {
		margin-bottom: calc(15px + (60 - 15) * ((100vw - 375px) / (1550 - 375)));
	}

	.alignment_top_section_half,
	.content_default_banner_block {
		margin-top: calc(60px + (90 - 60) * ((100vw - 375px) / (1550 - 375)));
	}

	.offwhite_bg_block {
		padding: calc(30px + (90 - 30) * ((100vw - 375px) / (1550 - 375))) calc(30px + (120 - 30) * ((100vw - 375px) / (1550 - 375)));
	}

	.premier_cta h3,
	.premier_cta p,
	.premier_callout h3,
	.premier_callout p,
	.premier_icons_panels,
	.premier_areas .fourth_section_title p,
	.premier_panels_title,
	.premier_panels_left_side.premier_panels_content_block h3,
	.premier_panels_right_side.premier_panels_content_block h3,
	.right_column_footer h3,
	.first_section_story_content h3,
	.second_section_story_content h3,
	.third_section_story_title h3,
	.third_section_story_panel_con,
	.five_section_story_title,
	.six_section_story_content h3,
	.second_section_story_content h4,
	.testimonial_con,
	.third_section_story_title,
	.default_contact_content h3,
	.content_default_first h3,
	.section_default_half h3,
	.default_sm_content_block h3,
	.default_top_side_content a,
	.blue_section_panels h3,
	.default_top_content_desc h3,
	.default_top_content_desc img,
	.half_section_panels h5,
	.blue_panel_con,
	.img_caption {
		margin-bottom: calc(15px + (30 - 15) * ((100vw - 375px) / (1550 - 375)));
	}

	.premier_panels_left_side.premier_panels_content_block a,
	.premier_panels_right_side.premier_panels_content_block a,
	.footer_social_con,
	.third_section_story_hover a,
	.header_rem_mid form,
	.home_btm_carousel_item span,
	.second_section_story_content a,
	.default_contact_content form,
	.section_default_half ul {
		margin-top: calc(15px + (30 - 15) * ((100vw - 375px) / (1550 - 375)));
	}

	.header_rem_mid form select,
	.header_rem_mid form input {
		padding: 0 calc(15px + (30 - 15) * ((100vw - 375px) / (1550 - 375)));
	}

	.premier_icons_panel_num,
	.third_panel_txt_home {
		padding: calc(15px + (30 - 15) * ((100vw - 375px) / (1550 - 375))) 0 calc(15px + (30 - 15) * ((100vw - 375px) / (1550 - 375)));
	}

	.home_btm_carousel_item div {
		padding: calc(15px + (30 - 15) * ((100vw - 375px) / (1550 - 375)));
	}

	.testimonial_inner {
		padding: calc(15px + (30 - 15) * ((100vw - 375px) / (1550 - 375))) calc(30px + (60 - 30) * ((100vw - 375px) / (1550 - 375)));
	}

	.disclaimer_btm {
		padding: 15px 15px 15px;
	}

	.premier_icons_panel_num span,
	.third_panel_txt_home span {
		margin: 15px 0 15px;
	}

	.half_section_panels {
		margin-top: calc(15px + (60 - 15) * ((100vw - 375px) / (1550 - 375)));
	}

	.half_panel_con {
		padding-top: calc(15px + (30 - 15) * ((100vw - 375px) / (1550 - 375)));
	}
}

@media (max-width: 1199.98px) {
	.testimonial_inner:after {
		opacity: 0;
	}

	.content_default_buttons a {
		padding: 7px 15px;
		margin: 0 7px;
	}
}

@media (max-width: 991.98px) {

	.header_rem_top ol.navigation,
	ul.navigation li {
		margin: 0 3px;
	}

	.header_rem_top ol.navigation,
	ul.navigation li.contact_header {
		margin-left: 12px;
	}

	.content_default_buttons a {
		width: 100%;
		margin: 0 0 15px;
	}

	.right_column_footer .full-user-name {
		margin-top: 5px !important;
	}
}

@media (max-width: 767.98px) {
	#probootstrap-navbar #navigation {
		display: none;
	}

	#probootstrap-navbar .offcanvas-end {
		top: 0px;
	}

	#drawer-navigation li {
		display: block !important;
	}

	.top_mobile {
		position: relative;
	}

	.top_mobile .fa-bars {
		transition: none;
	}

	.modal-backdrop.show {
		opacity: 0;
	}

	.more-btn {
		display: none !important;
	}

	.offcanvas-end {
		top: -50px;
	}

	.offcanvas {
		width: 100%;
	}

	.modal-backdrop.show {
		top: -50px;
	}

	.modal-backdrop {
		top: -50px;
	}

	.top_mobile .close_navigation .btn-close {
		color: #333;
		font-size: 16px;
		transition: none;
	}

	.open_navigation_mobile .offcanvas-end {
		top: -50px;
		padding-top: 30px;
	}

	body {
		padding-top: 0px;
	}

	.header_rem_top nav {
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		position: fixed;
		right: 0;
		top: 50px;
		height: calc(100% - 50px);
		width: 100%;
		/* background:#231F20; */
		padding: 15px 15px 30px;
	}

	.header_rem_top nav #navigation {
		display: none;
	}

	.header_rem_top nav.open_navigation {
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}

	.header_rem_top nav ol#navigation,
	ul#navigation {
		text-align: left;
	}

	.header_rem_top ol#navigation,
	ul#navigation li.contact_header,
	.header_rem_top ol#navigation,
	ul#navigation li {
		width: 100%;
		margin: 0 0 0 0;
		padding: 7.5px 0;
	}

	.header_rem_top ol#navigation,
	ul#navigation li.contact_header a {
		background: none;
		line-height: initial;
		border-radius: 0px;
		padding-left: 0;
		padding-right: 0;
	}

	ol#navigation,
	ul#navigation li a {
		font-size: 16px;
	}

	.top_mobile {
		display: block !important;
	}

	.header_rem_top {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header_rem_top img {
		max-height: 50px;
		width: auto;
	}

	.top_header_logo {
		max-height: 50px;
	}

	.header_rem_top,
	.header_rem_top.scroll-nav {
		position: fixed;
		top: 0;
		left: 0;
		/* background:#231F20; */
		width: 100%;
		padding: 15px;
		z-index: 1000;
	}

	.header_top_bar {
		display: none;
	}

	.btm_footer_links {
		text-align: center;
		margin-top: 30px;
	}

	.btm_footer_links .col-auto {
		width: 100%;
	}

	.btm_footer_links a {
		display: inline-block;
		width: auto;
		margin-top: 15px;
		margin-right: 15px;
	}

	.header_rem_mid form {
		flex-wrap: wrap;
		padding: 0 15px;
	}

	.header_rem_mid form select,
	.header_rem_mid form input {
		max-width: none;
		width: 100%;
		margin: 0 0 15px;
	}

	.header_rem_mid form button {
		max-width: none;
		width: 100%;
	}

	.premier_callout .premier_callout_flex_align div,
	.premier_panels_flex_bg div {
		padding: 30px 15px;
	}

	.premier_panels_right_side {
		padding-left: 15px;
		margin-bottom: 15px;
	}

	.premier_panels_left_side,
	.premier_panels_content_block {
		padding-right: 15px;
	}

	.bottom_home_carousel {
		width: 100%;
	}

	.right_column_footer h3 {
		margin-top: 15px;
		font-family: "Roboto", sans-serif;
		letter-spacing: 0px;
	}

	.btm_footer_logo {
		margin-bottom: 15px;
	}

	.first_section_story_content {
		margin-bottom: 15px;
	}

	.second_section_story_content {
		margin-top: 15px;
	}

	.testimonial_inner:after {
		content: "";
	}

	.six_section_story_content {
		margin-bottom: 30px;
	}

	.header_rem_sub {
		height: 50vh;
	}

	.four_section_column_inner div.fourth_section_story_panel:nth-last-child(1) {
		margin-bottom: calc(30px + (60 - 30) * ((100vw - 375px) / (1550 - 375)));
	}

	.fourth_section_story_panel h3 {
		margin-bottom: 0;
		font-weight: 500;
	}

	.story_testimonial {
		padding: 0 15px;
	}

	.premier_cta a,
	.premier_callout a,
	.header_rem_mid form button {
		width: 100%;
		max-width: none;
	}

	.header_rem_mid form input {
		width: 100%;
		margin: 0 0 15px;
	}

	.first_section_story_image {
		margin-top: 15px;
	}

	.offwhite_bg_block {
		flex-wrap: wrap;
	}

	.offwhite_bg_block h3 {
		margin-right: 0;
		width: 100%;
	}

	.second_section_story_content p:nth-last-child(1) {
		margin-bottom: 1rem;
	}

	.single_row_btn {
		margin-bottom: 60px;
	}

	.categories_sidebar {
		display: none;
	}

	.sub_posts_blog .single_blog_panel {
		margin-bottom: 15px;
	}

	.single_row_btn {
		padding-top: 0;
	}

	.single_row_btn a {
		display: inline-block;
		width: 100%;
	}

	.vendor_details {
		margin-bottom: 30px;
	}

	.premier_blog .blog_carousel {
		width: 100%;
	}

	.premier_blog .static_carousel_item {
		display: none;
	}

	.third_section_story_hover h4 {
		color: #fff;
		text-transform: uppercase;
		display: contents;
	}

	.image-width {
		width: 100%;
	}

	.image-padding {
		padding-right: 0px;
		padding-left: 0px;
	}

	.extra-border {
		border: unset !important;
	}
}

/* ***************************************************************************************************************** */
/* Bootstrap Updates */
/* ***************************************************************************************************************** */

*:focus {
	outline: none;
}

.modal-lg {
	max-width: 80% !important;
}

.modal-lg {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.modal-lg {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.modal-lg {
		width: 1170px;
	}
}

.modal-header {
	border-radius: unset;
}

.img-fill {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

/* ***************************************************************************************************************** */
/* Mobile Navigation */
/* ***************************************************************************************************************** */

.top_mobile #mobile_side {
	display: none;
}

.top_mobile {
	display: none;
}

.top_mobile a.icon_mobile {
	font-size: 24px;
}

.top_mobile a i {
	color: #fff;
}

/* ***************************************************************************************************************** */
/* Start of Header */
/* ***************************************************************************************************************** */

.header_top_bar {
	background: #2d2926;
	padding: 0 15px;
}

.logo-area {
	position: relative;
}

ol.top_bar_menu,
ul.top_bar_menu {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	text-align: right;
}

ol.top_bar_menu,
ul.top_bar_menu li {
	display: inline-block;
	padding: 10px 0;
	margin: 0 15px;
}

ol.top_bar_menu,
ul.top_bar_menu li:nth-last-child(1) {
	margin-right: 0;
}

ol.top_bar_menu,
ul.top_bar_menu li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	font-family: "Work Sans", sans-serif;
}

.header_rem {
	position: relative;
	height: 80vh;
	max-height: 850px;
	min-height: 400px;
}

.home_banner_carousel.carousel {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}

.header_rem_bg {
	background-size: cover !important;
	background-position: center center;
	width: 100%;
	height: 80vh;
	max-height: 850px;
	min-height: 400px;
	z-index: -1;
}

.header_rem_top {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
	padding: 15px;
}

.header_rem_top img {
	max-width: 115px;
}

.header_rem_top ol#navigation,
ul#navigation {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	text-align: right;
}

.header_rem_top ol#navigation,
ul#navigation,
ul#drawer-navigation-id li {
	display: inline-block;
	margin: 0 15px;
}

.header_rem_top ol#navigation,
ul#navigation li a {
	color: #fff;
	font-size: 20px;
	font-family: "Work Sans", sans-serif;
}

.header_rem_top ol#navigation,
ul#navigation li a.dropdown-item {
	color: #333;
}

.header_rem_top ol#navigation,
ul#navigation li.contact_header {
	margin-left: 30px;
	margin-right: 0;
}

.header_rem_top ol#navigation,
ul#navigation li.contact_header a {
	line-height: 54px;
	font-size: 20px;
	color: #fff;
	background-color: #2a2f34;
	padding: 0 15px;
	border-radius: 4px;
	display: inline-block;
}

.header_rem_mid {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 0;
}

.header_rem_mid h1 {
	color: #fff;
	margin-bottom: 7.5px;
	letter-spacing: -2px;
	text-align: center;
	text-transform: capitalize;
}

.header_rem_mid p {
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}

.header_rem_mid form {
	margin-top: 30px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header_rem_mid form select {
	border: none;
	font-size: 18px;
	background: #fff;
	border-radius: 4px;
	width: 25%;
	max-width: 240px;
	height: 70px;
	color: #343434;
	padding: 0 30px;
}

.header_rem_mid form input {
	border: none;
	font-size: 18px;
	background: #fff;
	border-radius: 4px;
	width: 50%;
	max-width: 553px;
	height: 70px;
	color: #343434;
	padding: 0 30px;
	margin: 0 10px;
}

.header_rem_mid form button {
	border: none;
	border-radius: 4px;
	width: 70px;
	height: 70px;
	background-color: #2a2f34;
	font-size: 24px;
	color: #fff;
	font-weight: 900;
	cursor: pointer;
}

.header_rem_top ol#navigation,
ul#navigation li:last-child .dropdown-menu {
	left: -10px !important;
}

.st-sitemenu-01 .navbar-brand img {
	height: 76px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.iq-portal-chevron-main-left {
	padding-left: 7px;
}

.iq-portal-chevron-main-right {
	padding-left: 10px;
}

.st-premier a.btn-primary,
.st-premier a.btn-primary:hover {
	color: white !important;
}

.iq-portal-carousel #myCarousel .carousel-caption {
	padding-bottom: 0px;
	box-shadow: inset 0 0 0 100vw rgb(0 0 0 / 50%);
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.form-horizontal .form-group {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 10px;
}

.v2-02 #iq_options_form .tracking-field {
	flex-direction: column;
	margin-left: 0px;
}

.v2-02 .premier_areas #premier_areas_carousel.owl-carousel button.owl-prev {
	left: 7px;
}

.v2-02 .premier_areas #premier_areas_carousel.owl-carousel button.owl-next {
	right: 6px;
}

#propertytype_options_content .form-group,
#autocomplete_options_content .form-group {
	display: block;
}

#propertytype_options_content .form-group .form-group.row {
	display: flex;
}

.v2-02 .V2-brand-logo {
	display: none;
}

.iq-communities-sidebar .iq-textdropdown {
	position: absolute;
	right: 20px;
	top: 3.5px;
	padding: 0px;
}

.iq-blog-results-list-head {
	display: flex;
}

.iq-blog-results-list-image {
	height: 100px;
	width: 200px;
	max-width: 100%;
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-clip: content-box;
	display: inline-block;
	margin-right: 15px;
}

.iq-blog-results-list-title {
	padding-left: 0px;
}

.iq-blog-results-list-title h1 a {
	font-size: 20px;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
}

.iq-blog-entry-list-body {
	display: flex;
	flex-direction: column;
}

.iq-blog-entry-list-body a {
	padding-left: 0px;
	margin-left: -5px;
	display: inline-block;
	margin-top: 15px;
}

#iq_blog .iq-pg-header {
	display: block !important;
}

#iq_blog h1 {
	color: #555555;
}

#iq_blog .category-header {
	font-size: 1.75rem !important;
}

.iq-results-sub-head .navbar {
	background: #eeeeee;
	border-radius: 10px;
}

.iq-blog-entry-title {
	display: block;
	width: 100%;
	font-size: 32px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid;
}

.iq-agents-card-wrapper {
	height: auto;
	display: flex;
}

p.Body span {
	font-size: 16px !important;
}

#iq_blog_comments {
	width: 100%;
}

.iq-blogs-paging {
	display: flex;
	align-items: center;
	justify-content: end;
}

.iq-agent-profile .iq-agent-profile-info {
	padding: 12px;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.iq-agent-profile .iq-agent-profile-info .iq-agent-profile-line {
	margin-bottom: 6px;
}

.iq-agent-profile .iq-agent-profile-info .iq-officeaddress-name {
	text-transform: uppercase;
	margin-bottom: 6px;
	display: block;
}

.iq-agent-profile .iq-agent-profile-info .iq-officeaddress {
	margin-left: 0px;
}

.iq-agent-profile-sidbar h3 {
	display: flex;
	align-items: center;
	justify-content: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.iq-agent-profile-search h3 {
	display: flex;
	align-items: center;
	justify-content: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.iq-agent-profile-sidbar h4 {
	display: none;
}

.v2-02 .iq-country-list {
	display: unset !important;
}

.v2-02 .iq-realestate-listing span small {
	font-size: 0.875em;
}

.v2-02 .iq-listing-sold {
	font-size: 2.5rem !important;
	margin-bottom: 0.5rem !important;
	font-weight: 500 !important;
}

.v2-02 .iq-realestate-header {
	font-size: 1.75rem !important;
	font-weight: 500 !important;
}

.v2-02 .iq-realestate-listing h3,
.v2-02 .iq-realestate-listing h3 a {
	font-size: 1.75rem;
	color: #555555;
	font-weight: 500;
}

.iq-agent-profile .iq-agent-profile-image img {
	width: 100%;
	display: block;
}

.iq-agent-profile .iq-agent-profile-office {
	margin-top: 0px !important;
}

.thumbnil {
	width: 100%;
	max-width: 100%;
	height: 60px;
	display: block;
	object-fit: cover;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.iq-agent-maps {
	padding: 0;
}

.iq-realesate-list {
	display: unset !important;
	text-decoration: none !important;
}

.iq-agent-profile {
	background: whitesmoke;
}

.iq-logo-show {
	display: inline-block;
	margin-bottom: 6px;
	width: 100%;
}

.v2-02 .iq_listing_card_media .iq_listing_card_broker span {
	font-size: 11px;
}

.v2-02 .iq_listing_card_love a {
	transition: 0.1s all ease !important;
}

.v2-02 .searchFilterField input[type="text"]::placeholder {
	font-size: 12px;
	font-weight: 300 !important;
}

.v2-02 .btn-border:hover {
	background-color: #e6e6e6;
	color: #333;
}

.v2-02 .btn-border:focus {
	box-shadow: unset !important;
	background-color: #e6e6e6;
	color: #333;
}

.v2-02 #myCarousel .carousel-control-prev {
	z-index: 9 !important;
}

.v2-02 .btn-border {
	border-color: #ccc !important;
	font-weight: 300;
	color: #333;
}

.v2-02 #premier_areas_carousel .home_carousel_item a img {
	width: 199%;
}

.v2-02 #myCarousel .carousel-control-prev .iq-portal-chevron-main-left {
	padding-left: 0px;
}

.v2-02 #myCarousel .carousel-control-next {
	z-index: 9 !important;
}

.v2-02 #myCarousel .carousel-control-next .iq-portal-chevron-main-right {
	padding-left: 4px;
}

.v2-02 .iq-realesate-list {
	display: flex !important;
}

.v2-02 #iq_marketanalysis #countSalesChartsGraphType {
	-webkit-appearance: listbox !important;
}

.v2-02 #iq_housevalue_form .carousel-inner .carousel-item:after {
	opacity: 0 !important;
}

.v2-02 #st_section_01 .carousel-item {
    height: 80vh;
}

.header_rem_bg_sub {
	height: 100% !important;
}

.v2-02 .iq-myportal-header {
	display: none;
}

.iq-logo-show img {
	max-width: 50%;
	margin-right: 15px;
	height: auto;
	max-height: 200px;
	object-fit: contain;
}

.iq-agent-section-img {
	background-color: #f5f5f5;
	padding-left: 28px;
}

#iq_lead_form .col-lg-12.col-md-12.col-sm-12.col-xs-12.text-center {
	padding: 0;
}

#iq_lead_page_0001 .form-group:first-child {
	display: none;
}

.iq-agent-profile-sidebar hr {
	display: none;
}

#communities h3 {
	padding-left: 15px;
}

.iq-agent-profile .iq-agent-profile-image {
	height: auto;
	padding: 0;
}

.iq-agent-profile .iq-agent-profile-info .iq-agent-profile-social-links {
	font-size: 16px;
	margin-top: 0px;
}

.iq-realestate-table {
	padding: 0px;
	display: flex;
	margin-right: 0px;
	margin-left: 15px;
	padding-right: 30px;
}

.iq-realestate-table>.row {
	width: 102%;
	display: flex;
	padding-left: 0px;
}

.iq-realestate-table>.row h3 {
	font-size: 24px;
	font-family: Arial;
	font-weight: 600;
	line-height: normal;
}

.iq-realestate-table>.row h1 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: Arial;
	line-height: normal;
}

.iq-realestate-table>.row .text-center {
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.1;
}

.iq-realestate-table>table h3 small {
	font-size: 16px;
	font-weight: 500;
	font-family: Arial;
	line-height: normal;
	width: 100%;
}

.iq-realestate-table>table h3,
.iq-realestate-table>table h3 a {
	font-size: 24px;
	font-weight: 500;
	font-family: Arial;
	line-height: normal;
}

.iq-realestate-table>table tbody tr {
	border-top: 1px solid #ddd;
}

.iq-realestate-table>table tbody tr td br {
	display: none;
}

.iq-realestate-table>table tbody tr td .text-muted {
	line-height: 1;
	display: flex;
	margin-top: 10px;
}

.iq-realestate-table>table tbody tr td {
	border-top: 0px solid #dee2e6;
}

.page-link {
	line-height: inherit !important;
}

/* ***************************************************************************************************************** */
/* Editor */
/* ***************************************************************************************************************** */

body.editbar .header_rem_top.scroll-nav {
	display: none;
}

body.editbar .iq-editing-button>.btn-danger>.fa,
body.editbar .iq-editing-button>.btn-info>.fa {
	color: #fff;
}

body.editbar .iq-editing-button .fa-cog,
body.editbar .iq-editing-button .fa-check {
	color: #d9d9d9;
}

body.editbar .icon_tabs_content {
	margin: 0 !important;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

body.editbar .icon_tabs_content .tab-pane:not(.active),
body.editbar .panels_tabs_content .tab-pane:not(.active) {
	display: none;
}

body.editbar .editingicons .spacer {
	display: inline-block;
	width: 25px;
	height: 1px;
}

body.editbar #iq_editor_choosetemplate_dialog h2 {
	font-size: 28px;
	line-height: 28px;
}

body.editbar #iq_editor_choosetemplate_dialog h3 {
	font-size: 20px;
	line-height: 20px;
	margin-left: 0 !important;
}

body.editbar #iq_editor_choosetemplate_dialog .iq-template-features {
	overflow-y: auto;
}

@media (min-width: 1900px) {
	.v2-02 #iq_new_community_search .iq-textdropdown.input-group {
		right: -9% !important;
	}
}

@media (min-width: 1401px) and (max-width: 1899px) {
	.v2-02 #iq_new_community_search .iq-textdropdown.input-group {
		right: -9% !important;
	}
}

@media (max-width: 1400px) {
	.v2-02 #iq_new_community_search .iq-textdropdown.input-group {
		right: -11% !important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.owl-carousel.premier_blog_carousel button.owl-prev {
		left: 38%;
	}

	.owl-carousel.premier_blog_carousel button.owl-next {
		right: 38%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.v2-02 #iq_new_community_search .iq-textdropdown.input-group {
		right: -19% !important;
	}

	.owl-carousel.premier_blog_carousel button.owl-prev {
		left: 30%;
	}

	.owl-carousel.premier_blog_carousel button.owl-next {
		right: 30%;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.v2-02 #iq_new_community_search .iq-textdropdown.input-group {
		right: -4% !important;
	}

	.owl-carousel.premier_blog_carousel button.owl-prev {
		left: 35%;
	}

	.owl-carousel.premier_blog_carousel button.owl-next {
		right: 35%;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.v2-02 #iq_new_community_search .iq-textdropdown.input-group {
		right: -7% !important;
	}

	.owl-carousel.premier_blog_carousel button.owl-prev {
		left: 30%;
		width: 30px;
		height: 30px;
	}

	.owl-carousel.premier_blog_carousel button.owl-next {
		right: 30%;
		width: 30px;
		height: 30px;
	}
}

/* ***************************************************************************************************************** */
/* Footer */
/* ***************************************************************************************************************** */

footer {
	position: relative;
	margin-top: 120px;
	z-index: 1;
}

.blue_bg_footer {
	background-color: #012169;
	padding: 120px 0 120px;
}

.left_column_footer h3 {
	font-size: 60px;
	line-height: 1;
	font-weight: 300;
	color: #fff;
	margin-bottom: 15px;
	margin-top: 0px;
}

.left_column_footer p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
	color: #fff;
	letter-spacing: 0px;
}

.footer_social_con {
	margin-top: 30px;
}

.right_column_footer h3 {
	font-weight: 300;
	color: #fff;
	font-size: 32px;
	margin-bottom: 30px;
	letter-spacing: -2px;
}

.right_column_footer form select {
	background: #ffffff;
	border-radius: 4px;
	height: 56px;
	padding-left: 15px;
	font-size: 15px;
	color: #9a9a9a;
	margin-bottom: 15px;
	width: 100%;
	border: none;
}

.right_column_footer .footer_form_half {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: top;
}

.right_column_footer form .footer_form_half input:not(#iq_lead_form-submit) {
	background: #ffffff;
	border-radius: 4px;
	height: 56px;
	font-size: 15px;
	color: #9a9a9a;
	width: calc(50% - 7px);
	margin-bottom: 15px;
	padding-left: 15px;
}

.right_column_footer form input:not(#iq_lead_form-submit) {
	background: #ffffff;
	border-radius: 4px;
	height: 56px;
	padding-left: 15px;
	font-size: 15px;
	color: #9a9a9a;
	width: 100%;
	margin-bottom: 15px;
	border: none;
}

.right_column_footer form textarea {
	background: #ffffff;
	border-radius: 4px;
	padding: 15px;
	font-size: 16px;
	color: #9a9a9a;
	width: 100%;
	margin-bottom: 15px;
	border: none;
}

.right_column_footer form input#iq_lead_form-submit {
	background: #2a2f34;
	border-radius: 4px;
	height: 56px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	width: 100%;
	margin-bottom: 0px;
	border: none;
	cursor: pointer;
}

.footer_bottom {
	padding-top: 90px;
}

.btm_footer_logo {
	display: inline-table;
}

.btm_footer_logo img {
	flex: 1;
	height: 100%;
	max-width: 50%;
	width: fit-content;
	display: block;
	object-fit: scale-down;
}

.btm_footer_content h3 {
	font-weight: 600;
	color: #012169;
	font-size: 24px;
	margin-bottom: 15px;
}

.btm_footer_content p {
	margin-bottom: 15px;
	color: #012169;
}

.btm_footer_content a {
	color: #012169;
	display: inline-block;
	margin-right: 15px;
}

.btm_footer_content a i {
	color: #012169;
}

.btm_footer_links {
	text-align: right;
}

.discover-text {
	display: flex;
	justify-content: center;
	width: 100%;
}

.discover-text p {
	max-width: 500px;
}

.meet-our-team {
	background-color: #f9fafc;
}

.panels-section {
	display: flex;
	justify-content: center;
	background-color: #f9fafc;
}

#st_section_06 .panels-section .container .premier_panels_title {
	margin-top: 30px;
}

#st_section_07 .premier_blog_flex .static_carousel_item {
	background-color: #000;
}

#st_section_07 .premier_blog_flex .static_carousel_item h3 {
	font-weight: 300;
	bottom: 15%;
	top: unset;
}

.btm_footer_links a {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	color: #012169;
}

.footer_copyright {
	margin-top: 0px;
	margin-bottom: 15px;
}

.footer_copyright p {
	margin-bottom: 0;
	font-size: 12px;
	text-transform: capitalize;
	color: #012169;
}

.footer_copyright p a {
	color: #012169;
}

.disclaimer_btm {
	margin-top: 60px;
	margin-bottom: 30px;
	padding: 30px 30px 15px;
	border: solid thin #ededed;
}

.disclaimer_btm p {
	margin-bottom: 13px;
	font-size: 13px;
	line-height: 18px;
	color: #959595;
}

.v2-02 .btn-get-report {
	width: 100%;
	font-size: 18px !important;
	background-color: #10354d !important;
	border-color: #7089a1 !important;
	font-family: "Work Sans", Arial, sans-serif;
	font-weight: 300;
}

.v2-02 .iq-housevalue-header {
	font-weight: 300 !important;
}

.v2-02 #iq_housevalue_form .container .homesubBannerSection {
	font-size: 18px;
}

.v2-02 #iq_marketanalysis .iq-pg-body #city {
	-webkit-appearance: listbox !important;
}

.v2-02 .iq-offices-grid .iq-offices-details {
	padding-left: 18px;
}

.v2-02 #iq_housevalue_form-autocomplete {
	border-radius: 6px;
	height: 46px;
	border: 1px solid #ccc;
}

.v2-02 #iq_marketanalysis .iq-pg-body #zip_code {
	-webkit-appearance: listbox !important;
}

.v2-02 #homepage_searchform button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.v2-02 #iq_marketanalysis .iq-pg-body #months {
	appearance: listbox !important;
	-webkit-appearance: listbox !important;
}

.v2-02 #iq_marketanalysis .iq-pg-body #avgSalePricePriceGraphType {
	appearance: listbox !important;
	-webkit-appearance: listbox !important;
}

.v2-02 #iq_agents_totop {
	z-index: 6;
}

/* ***************************************************************************************************************** */
/* Sub Page Header */
/* ***************************************************************************************************************** */

.v2-02 header .header_rem_sub {
	height: unset;
}

.header_rem_sub {
	position: relative;
	height: 80vh;
	max-height: 850px;
	min-height: 400px;
}

.header_rem_bg_sub {
	background-size: cover !important;
	/* background-position: center center !important; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	z-index: -1;
}

.video_exists {
	overflow: hidden;
}

.header_rem_bg_sub.video_exists video {
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.header_rem_top_sub {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 3px;
	position: relative;
	z-index: 1;
}

.header_rem_top_sub img {
	max-width: 151px;
	margin-top: 15px;
}

.header_rem_top_sub ol#navigation,
ul#navigation {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	text-align: right;
}

.header_rem_top_sub ol#navigation,
ul#navigation li {
	display: inline-block;
	margin: 0 12px;
}

.header_rem_top_sub ol#navigation,
ul#navigation,
ul#drawer-navigation-id li a {
	color: #fff;
	font-size: 20px;
	font-family: "Work Sans", sans-serif;
}

.header_rem_top_sub ol#navigation,
ul#navigation li.contact_header {
	margin-left: 25px;
	margin-right: 0;
}

.header_rem_top_sub ol#navigation,
ul#navigation li.contact_header a {
	line-height: 54px;
	font-size: 20px;
	color: #fff;
	background-color: #ff8800;
	padding: 0 15px;
	border-radius: 4px;
	display: inline-block;
}

.header_rem_mid_sub {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 0;
}

.header_rem_mid_sub h1 {
	color: #fff;
	text-transform: capitalize;
}

/* ***************************************************************************************************************** */
/* Our Story */
/* ***************************************************************************************************************** */

.first_section_story {
	margin-top: 120px;
}

.first_section_story_content h3 {
	margin-bottom: 30px;
	letter-spacing: 0px;
}

.first_section_story_content p:nth-last-child(1) {
	margin-bottom: 0;
}

.second_section_story {
	margin-top: 90px;
}

.second_section_story_content h5 {
	text-transform: uppercase;
}

.second_section_story_content h3 {
	margin-bottom: 30px;
}

.second_section_story_content h6 {
	color: #012169;
	text-transform: uppercase;
	margin-bottom: 7.5px;
}

.second_section_story_content p:nth-last-child(1) {
	margin-bottom: 0;
}

.second_section_story_content a {
	margin-top: calc(30px - 1rem);
	display: inline-block;
	width: 100%;
	color: #012169;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.third_section_story {
	margin-top: 120px;
}

.third_section_story_title {
	margin-bottom: 30px;
	text-align: center;
}

.third_section_story_title h3 {
	margin-bottom: 30px;
}

.third_section_story_title p {
	margin-bottom: 0;
}

.third_section_story_panel_con {
	margin-bottom: 30px;
}

.third_section_story_panel_inner {
	position: relative;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
}

.third_section_story_panel_inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.third_section_story_panel_inner .profile_img_leader {
	height: 0;
	padding-bottom: 150%;
	background-size: cover !important;
	background-position: center center !important;
}

.third_section_story_hover {
	position: absolute;
	top: calc(100% - 86px);
	left: 30px;
	width: calc(100% - 60px);
	z-index: 2;
}

.third_section_story_hover h4 {
	color: #fff;
	text-transform: uppercase;
}

.third_section_story_hover div {
	opacity: 0;
	display: inline-block;
	width: 100%;
}

.third_section_story_hover p {
	font-size: 18px;
	color: #fff;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 0;
}

.third_section_story_hover a {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 30px;
}

.third_section_story_hover a i {
	color: #fff;
}

.four_section_story {
	margin-top: 90px;
}

.four_section_story_title {
	text-align: center;
	margin-bottom: 60px;
}

.four_section_story_title h3 {
	display: inherit;
}

.fourth_section_story_panel {
	text-align: center;
	margin-bottom: 60px;
}

.fourth_section_story_panel img {
	max-width: 96px;
	margin: 0 auto 15px;
}

.fourth_section_story_panel h3 h4 {
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 7.5px;
}

.fourth_section_story_panel p {
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Work Sans", sans-serif;
	letter-spacing: 0px;
}

.four_section_column {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.four_section_column_inner div.fourth_section_story_panel:nth-last-child(1) {
	margin-bottom: 0;
}

.five_section_story {
	margin-top: 120px;
}

.five_section_story_title {
	text-align: center;
	margin-bottom: 30px;
}

.five_section_story_title h3 {
	display: inherit;
}

.testimonial_owl {
	width: 100%;
	max-width: 610px;
}

.testimonial_con {
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}

.testimonial_con::after {
	content: url(/templates/homepage/02/img/triangle.png);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.story_testimonial.owl-carousel button.owl-prev,
.story_testimonial .owl-nav button.owl-next {
	position: absolute;
	top: 115px;
	background-color: #2a2f34;
	width: 60px;
	height: 60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #fff;
}

.story_testimonial.owl-carousel button.owl-prev i,
.story_testimonial .owl-nav button.owl-next i {
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.story_testimonial.owl-carousel button.owl-prev {
	left: 0;
}

.story_testimonial .owl-nav button.owl-next {
	right: 0;
}

.story_testimonial .owl-item:not(.center) .testimonial_con::after {
	opacity: 0;
}

.story_testimonial .owl-item:not(.center) {
	opacity: 0.3;
}

.story_testimonial .active.center .testimonial_inner {
	background-color: #012169;
}

.testimonial_inner {
	background-color: #012169;
	padding: 30px 60px;
	position: relative;
	min-height: 230px;
}

.testimonial_inner:after {
	content: url(/templates/homepage/02/img/Group158.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
}

.testimonial_inner p {
	color: #fff;
	margin-bottom: 0;
}

.story_testimonial h6 {
	text-align: center;
	margin-bottom: 7.5px;
	font-family: "Roboto", sans-serif;
	text-align: center;
}

.testimonial_stars {
	text-align: center;
}

.testimonial_stars i {
	color: #2d2926;
	margin: 0 3.25px;
}

.six_section_story {
	margin-top: 120px;
}

.six_section_story_content h3 {
	margin-bottom: 30px;
	letter-spacing: -2px;
}

.six_section_story_content p {
	margin-bottom: 15px;
}

.six_section_story_content p:nth-last-child(1) {
	margin-bottom: 0;
}

.seven_section_story {
	margin-top: 120px;
}

.seven_section_story_title {
	text-align: center;
	margin-bottom: 60px;
}

.seven_section_story_title a {
	font-size: 60px;
	color: #2a2f34;
	display: inline-block;
	margin-bottom: 15px;
}

.seven_section_story_title h3 {
	letter-spacing: -3px;
}

/* ***************************************************************************************************************** */
/* Selling */
/* ***************************************************************************************************************** */

.content_default_first {
	text-align: center;
	margin-top: 120px;
}

.default_top_content p:nth-last-child(1) {
	margin-bottom: 0;
}

.content_default_first h3 {
	margin-bottom: 30px;
}

.first_section_content_top {
	margin-top: 90px;
}

.alignment_top_section_half {
	margin-top: 90px;
}

.section_default_half {
	display: inherit;
}

.section_default_half a {
	background: #2a2f34;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 30px;
	border-radius: 4px;
	display: inline-block;
	margin-top: 1rem;
}

.section_default_half a {
	display: inherit;
}

.section_default_half h3 {
	margin-bottom: 30px;
}

.section_default_half ul {
	list-style: initial;
	padding-left: 15px;
	margin-bottom: 60px;
	margin-top: calc(30px - 1rem);
}

.section_default_half ul>li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 7.5px;
}

.section_default_half p:nth-last-child(1) {
	margin-bottom: 0;
}

.content_bottom_contact {
	margin-top: 120px;
	text-align: center;
}

.default_contact_content h3 {
	margin-bottom: 30px;
}

.default_contact_content p {
	margin-bottom: 0;
}

.default_contact_content form {
	margin-top: 60px;
}

.default_contact_content input {
	border: none;
	background: #e1e8ed;
	border-radius: 4px;
	width: 100%;
	height: 60px;
	color: #949799;
	padding: 0 15px;
	margin-bottom: 15px;
}

.default_contact_content textarea {
	border: none;
	background: #e1e8ed;
	border-radius: 4px;
	width: 100%;
	min-height: 143px;
	color: #949799;
	padding: 15px;
	margin-bottom: 15px;
}

.default_contact_content button {
	width: 100%;
	height: 70px;
	border-radius: 4px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: #2a2f34;
	border: none;
	cursor: pointer;
}

.campus_row a.contact_agent_campus {
	background: #2a2f34;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 30px;
	border-radius: 4px;
	text-decoration: none;
	display: inline-block;
}

#iq_lead_form-submit.btn-info {
	background: #2a2f34;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 30px;
	border-radius: 4px;
	text-decoration: none;
	display: inline-block;
	border-color: #2a2f34;
}

.v2-02 #iq_lead_form .iq-submit-btn {
	padding: 0.375rem 0.75rem !important;
	text-transform: capitalize !important;
}

/* ***************************************************************************************************************** */
/* strategic-services */
/* ***************************************************************************************************************** */

.content_default_first_desc {
	margin-top: 60px;
}

.content_default_first_desc .responsive_iframe {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
	margin-top: calc(60px - 1rem);
	margin-bottom: 60px;
}

.content_default_first_desc iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.default_top_content_desc h3:nth-child(1) {
	margin-top: 0;
}

.default_top_content_desc h3 {
	margin-top: calc(60px - 1rem);
	margin-bottom: 30px;
	text-align: center;
}

.default_top_content_desc img {
	margin-bottom: 30px;
	margin-top: 30px;
}

.default_top_content_desc p:nth-last-child(1) {
	margin-bottom: 0;
}

.default_top_content_desc ul {
	margin-bottom: 30px;
}

.half_section_panels {
	margin-top: 90px;
	text-align: center;
}

.half_section_panels h5 {
	margin-bottom: 30px;
}

.half_panel_bg {
	display: inherit;
}

.half_panel_bg ul>li {
	background: #f9f9f9;
	padding: 10px 10px;
	margin-bottom: 3px;
}

.content_default_sm_block {
	margin-top: 120px;
}

.default_sm_content_block img {
	margin-bottom: 30px;
}

.default_sm_content_block h3 {
	margin-bottom: 30px;
	text-align: center;
}

.default_sm_content_block h4 {
	margin-bottom: 15px;
}

.default_sm_content_block p:nth-last-child(1) {
	margin-bottom: 0;
}

.alignment_centre_txt {
	text-align: center;
}

/* ***************************************************************************************************************** */
/* Henderson */
/* ***************************************************************************************************************** */

.neighbourhood_gallery_section {
	margin-top: 90px;
}

.neighbourhood_gallery_section .owl-item>div {
	position: relative;
}

.neighbourhood_gallery_section .owl-item>div p {
	position: absolute;
	bottom: 15px;
	right: 15px;
	color: #fff;
	margin-bottom: 0;
	font-size: 12px;
}

.neighbourhood_single_img_section {
	margin-top: 90px;
}

.neighbourhood_single_img_section img {
	width: 100%;
	height: auto;
}

.neighbourhood_single_img_section p {
	margin-bottom: 0;
	margin-top: 7.5px;
}

.neighbourhood_gallery.owl-carousel button.owl-prev,
.neighbourhood_gallery.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	background-color: #2a2f34;
	width: 60px;
	height: 60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #fff;
}

.neighbourhood_gallery.owl-carousel button.owl-prev i,
.neighbourhood_gallery.owl-carousel button.owl-next i {
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.neighbourhood_gallery.owl-carousel button.owl-prev {
	left: 0;
}

.neighbourhood_gallery.owl-carousel button.owl-next {
	right: 0;
}

/* ***************************************************************************************************************** */
/* Premier Services */
/* ***************************************************************************************************************** */

.blue_section_panels {
	margin-top: 120px;
}

.blue_section_panels h3 {
	text-align: center;
	margin-bottom: 30px;
}

.blue_panel_con {
	margin-bottom: 30px;
}

.blue_panel_con a {
	background: #012169;
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 30px;
	text-align: center;
	border-radius: 4px;
}

.single_row_btn {
	text-align: center;
	padding-top: 30px;
}

.single_row_btn a {
	background: #2a2f34;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 30px;
	border-radius: 4px;
}

.vendor_details {
	margin-bottom: 30px;
}

.vendor_details h5 {
	margin-bottom: 15px;
}

.vendor_details p {
	margin-bottom: 0;
}

.vendor_details * {
	color: #2a2f34;
}

.content_default_banner_block {
	margin-top: 90px;
}

.offwhite_bg_block {
	background: #f9f9f9;
	padding: 90px 120px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.offwhite_bg_block h3 {
	margin-right: 30px;
	min-width: 30%;
}

.offwhite_bg_block p {
	margin-bottom: 0;
}

/* ***************************************************************************************************************** */
/* Corperate Services */
/* ***************************************************************************************************************** */

.content_default_btm_block {
	margin-top: 120px;
}

.content_default_btm_block p {
	color: #3c4b72;
	margin-bottom: 0;
}

.offwhite_bg_block-sm {
	background: #f9f9f9;
	padding: 30px;
}

/* ***************************************************************************************************************** */
/* Global Luxury */
/* ***************************************************************************************************************** */

.content_default_buttons {
	margin-top: 90px;
	text-align: center;
}

.content_default_buttons a {
	padding: 15px 30px;
	display: inline-block;
	margin: 0 15px 15px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: #2a2f34;
	border-radius: 4px;
}

/* ***************************************************************************************************************** */
/* Market Reports */
/* ***************************************************************************************************************** */

.content_sidebar_default {
	margin-top: 60px;
}

.default_top_side_content {
	display: inherit;
}

.default_top_side_content p:nth-last-child(1) {
	margin-bottom: 0;
}

.default_top_side_content .responsive_iframe {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
	margin-top: 0;
	margin-bottom: 30px;
}

.default_top_side_content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.default_top_side_content a {
	display: inline-block;
	margin-bottom: 30px;
	color: #1f69ff;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.default_top_side_content a i {
	color: #1f69ff;
}

.default_top_side_content a i.fab {
	margin-right: 10px;
}

.default_top_side_content a i.far {
	margin-left: 10px;
	font-size: 12px;
}

.sidebar_default_content {
	display: inherit;
}

.sidebar_default_content ul {
	list-style: none;
}

.sidebar_default_content ul>li {
	margin-bottom: 15px;
}

.sidebar_default_content ul>li>a,
.sidebar_default_content a * {
	color: #2a2f34;
	text-transform: uppercase;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.sidebar_default_content a i {
	font-size: 12px;
	margin-left: 10px;
}

.content_sidebar_default .default_contact_content {
	text-align: center;
	margin-top: 120px;
}

/* ***************************************************************************************************************** */
/* Blog */
/* ***************************************************************************************************************** */

.blog_panels_first {
	margin-top: 120px;
}

.single_blog_panel_lg {
	background-color: #f9f9fb;
	margin-bottom: 30px;
}

.single_blog_panel_lg div {
	padding: 30px;
}

.single_blog_panel_lg h3 {
	font-weight: 300;
	margin-bottom: 15px;
}

.single_blog_panel_lg p {
	margin-bottom: 0;
}

.single_blog_panel_lg span {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	font-size: 12px;
}

.single_blog_panel {
	background-color: #f9f9fb;
	margin-bottom: 15px;
}

.single_blog_panel div {
	padding: 15px;
}

.single_blog_panel h5 {
	font-weight: 300;
	margin-bottom: 7.5px;
}

.single_blog_panel p {
	margin-bottom: 0;
}

.single_blog_panel span {
	display: inline-block;
	width: 100%;
	font-size: 12px;
}

.sub_posts_blog {
	padding-top: 60px;
	margin-top: 30px;
	border-top: solid thin #012169;
}

.sub_posts_blog .single_blog_panel {
	margin-bottom: 30px;
}

.categories_sidebar {
	display: inherit;
}

.categories_sidebar h5 {
	margin-bottom: 15px;
}

.categories_sidebar ul {
	margin-bottom: 60px;
}

.categories_sidebar ul>li {
	margin-bottom: 7.5px;
}

.categories_sidebar ul>li>a {
	color: #000;
}

.latest_blog_title {
	margin-bottom: 30px;
}

/* ***************************************************************************************************************** */
/* Blog Details */
/* ***************************************************************************************************************** */

.default_top_content_blog {
	display: inherit;
}

.default_top_content_blog h3 {
	text-align: center;
	margin-bottom: 7.5px;
}

.default_top_content_blog h5 {
	margin-bottom: 15px;
	margin-top: calc(60px - 1rem);
}

.default_top_content_blog ul {
	margin-bottom: 1rem;
}

.default_top_content_blog ul>li {
	display: inherit;
}

.default_top_content_blog ul>li>a {
	color: #000;
}

.date_single_post {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.default_top_content_blog img {
	margin-bottom: 30px;
	margin-top: calc(30px - 1rem);
}

/* ***************************************************************************************************************** */
/* Leadership Profile */
/* ***************************************************************************************************************** */

.bio_leadership {
	display: inherit;
}

.bio_leadership ul {
	list-style: disc;
	padding-left: 30px;
	margin-bottom: 30px;
}

.bio_leadership p strong {
	font-weight: 600;
}

.top_bio_leadership {
	margin-bottom: 30px;
}

.top_bio_leadership p strong {
	font-weight: 300;
}

.top_bio_leadership a {
	color: #2a2f34;
	text-decoration: underline;
}

/* ***************************************************************************************************************** */
/* Contact Page */
/* ***************************************************************************************************************** */

#iq_lead_form label {
	margin-bottom: 7.5px;
}

#iq_lead_form input:not([type="submit"]),
#iq_lead_form select {
	border: solid thin #2a2f34;
	background: #fff;
	border-radius: 4px;
	width: 100%;
	height: 56px;
	color: #343434;
	padding: 0 15px;
	margin-bottom: 15px;
}

#iq_lead_form textarea {
	border: solid thin #2a2f34;
	background: #fff;
	border-radius: 4px;
	width: 100%;
	color: #343434;
	padding: 15px;
	margin-bottom: 15px;
}

#iq_lead_form input[type="submit"] {
	background: #2a2f34;
	border-radius: 4px;
	height: 56px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	width: 100%;
	margin-bottom: 0px;
	border: none;
	cursor: pointer;
}

.campus_row {
	margin-bottom: 30px;
}

.campus_row h4 {
	margin-bottom: 7.5px;
}

.campus_row a {
	color: #2a2f34;
	text-decoration: underline;
}

/* ***************************************************************************************************************** */
/* Campuses */
/* ***************************************************************************************************************** */

.campus_content h5 {
	text-transform: uppercase;
}

.campus_content h3 {
	margin-bottom: 30px;
}

.campus_content h6 {
	color: #012169;
	text-transform: uppercase;
	margin-bottom: 7.5px;
}

.campus_content p:nth-last-child(1) {
	margin-bottom: 0;
}

.campus_content a {
	color: #2a2f34;
	text-decoration: underline;
}

/* ***************************************************************************************************************** */
/* Las Vegas */
/* ***************************************************************************************************************** */

.single_btn_row {
	margin-top: 60px;
}

.single_btn_row .single_row_btn {
	padding-top: 0;
}

.single_btn_row.below_content_btn {
	margin-top: 30px;
}

.img_caption {
	margin-bottom: 30px;
}

.img_caption img {
	margin-bottom: 7.5px !important;
}

/* ***************************************************************************************************************** */
/* Hide Content */
/* ***************************************************************************************************************** */

.iq-pg-header {
	display: none;
}

.v2-02[data-page="pages"] .iq-pg-header {
	display: block;
}

.st-premier .h1,
.st-premier .h2,
.st-premier .h3,
.st-premier .h4,
.st-premier .h5,
.st-premier .h6,
.st-premier h1,
.st-premier h2,
.st-premier h3,
.st-premier h4,
.st-premier h5,
.st-premier h6 {
	line-height: 1.1 !important;
}

.st-premier dl {
	margin-bottom: 1.75rem;
}

.st-premier dt {
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.st-premier .h2,
.st-premier h2 {
	font-size: 30px;
}

.st-premier .panel.card {
	margin-bottom: 20px;
}

.st-premier .iq-agents-card h1,
.st-premier .iq-agents-card h1 * {
	font-size: 15px !important;
	line-height: 1.1 !important;
}

.st-premier #iq_offices_search_form .form-group {
	justify-content: flex-end;
}

.st-premier #iq_offices_search_form .btn-group {
	margin-left: 15px;
}

.st-premier .iq-offices-grid {
	display: flex;
}

.st-premier .btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.st-premier .well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.st-premier .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.st-premier .fa {
	line-height: 22px;
}

.v2-02 #iq-offices .iq-pg-body #iq_offices_search_form .iq-office-grid-icon .btn-light {
	z-index: 0;
}

.v2-02 header .header_rem_top .logo-area div {
	top: 30px !important;
	left: unset !important;
}

.v2-02 header .header_rem_top .top_header_logo img {
	position: absolute;
	top: 30px;
}

.v2-02 header .header_rem_top .logo-area {
	position: unset !important;
}

.featured .address a {
	text-decoration: none;
}

.featured .price {
	text-align: right;
}

.featured img {
	/* min-height: 28rem;
  max-height: 28rem; */
	object-fit: cover;
	width: 100%;
}

.featured .details {
	align-items: end;
	background-color: #f7f6f4;
	display: flex;
	flex: 1;
	padding: 1rem;
}

.premier_featuredhomes .st-featured-home-title {
	text-align: center;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 300;
}

.premier_featuredhomes .details {
	position: absolute;
	bottom: 0px;
	color: #fff !important;
	background: rgba(0, 0, 0, 0.7);
	right: 0px;
	left: 0px;
}

.premier_featuredhomes .feature-container img {
	min-height: 319px !important;
	max-height: 319px !important;
}

.header_rem_top nav ol#navigation,
ul#navigation {
	text-align: left !important;
}

.sidebar-navigation-item {
	display: none !important;
}

.header-open-navigation-sidebar .iq-agent-profile-container {
	z-index: 1;
}

.header-open-navigation-sidebar .header_rem {
	overflow: unset !important;
}

.header_rem_top .close-btn {
	display: none;
}

.header_rem_top {
	z-index: 10;
}

.header_rem_top nav ul a {
	word-break: break-word !important;
}

.header-open-navigation-sidebar .header_rem_top {
	z-index: 9999;
}

.header_rem_top .iq-editsectionbutton {
	left: 50% !important;
	top: 50% !important;
}

@media (max-width: 768px) {
	.sidebar-navigation-item {
		display: unset !important;
	}

	.more-btn {
		display: none !important;
	}
}

.header_rem_top {
	position: relative !important;
}

.header_rem_top nav {
	display: flex;
}

footer .footer-container .close-btn {
	display: none !important;
}

footer .footer-container ul .sidebar-navigation-item {
	display: block !important;
}

footer .footer-container .more-btn {
	display: none !important;
}

footer .footer-container #navigation {
	width: 100%;
}

footer .footer-container #navigation li {
	width: 100%;
	word-break: break-all !important;
}

footer .footer-container #drawer-navigation-id .navigation-item {
	word-break: break-word !important;
}

.header-open-navigation-sidebar .dropdown-item.divider {
	display: none;
}

.header-open-navigation-sidebar #drawer-navigation-id {
	display: none;
	position: absolute;
	right: 2px !important;
}

ul#drawer-navigation-id li a {
	width: 95%;
}

.offcanvas-body {
	word-break: break-word;
}

.more-btn {
	display: block;
}

.offcanvas .offcanvas-body #drawer-navigation .sidebar-navigation-item {
	display: block !important;
}

.offcanvas .offcanvas-body #drawer-navigation .navigation-item {
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.offcanvas .offcanvas-body #drawer-navigation .dropdown-item {
	white-space: unset;
}

.offcanvas .offcanvas-body #drawer-navigation .dropdown-menu a {
	padding-top: 5px;
	padding-bottom: 5px;
}

.offcanvas .offcanvas-body #drawer-navigation .dropdown,
a {
	white-space: unset;
}

.offcanvas .offcanvas-body #drawer-navigation .navigation-item a:hover {
	background-color: #e9ecef;
}

.offcanvas .offcanvas-body #drawer-navigation a {
	color: #333;
	font-size: 20px;
	font-family: "Work Sans", sans-serif;
	white-space: normal;
}

.offcanvas .offcanvas-body #drawer-navigation .navigation-item ul {
	border: 0;
	margin-left: 12px !important;
}

.offcanvas .offcanvas-body #drawer-navigation .navigation-item .dropdown-menu.show {
	transform: none !important;
	inset: unset !important;
	display: flex !important;
	flex-direction: column !important;
	position: unset !important;
	background-color: inherit !important;
}

.header_rem_top nav.open_navigation_mobile {
	transform: translateX(0%);
}

.header_rem_top nav.offcanvas-header {
	display: block;
}

.header_rem_top nav.open_navigation_mobile .offcanvas-header {
	display: none !important;
}

.header_rem_top .logo-area {
	width: 7% !important;
}

#iqListingsContainer .st-sitemenu-02v2.open nav ul .sidebar-navigation-item {
	display: block !important;
}

header {
	height: fit-content !important;
}

.st-footer-01v2 {
	padding-top: unset;
}