html,
body,
a,
p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: #6f6f6f;
}

.block {
	margin-right: -15px;
	margin-left: -15px;
}

.text-bold {
	font-weight: bold;
}

.text-success {
	color: #3bb96d;
}

.iq-textdropdown .btn.focus,
.iq-textdropdown .btn:focus {
	box-shadow: none;
}

/* start :: BS5 card padding is not applied properly with td.card-body */
.card-body {
	padding: 1rem 1rem;
}
/* end :: BS5 card padding is not applied properly with td.card-body */
#st_section_01,
#st_section_02,
#st_section_03,
#st_section_4a,
#st_section_4b,
#st_section_05,
#st_section_06,
#st_section_07,
#st_section_08,
#st_section_09,
#st_section_10,
#st_section_11,
#st_section_12 {
	position: relative;
}

@media (min-width:1340px) and (max-width:1440px){
	#st_section_4a {
		margin-right: 30px;
	}
}
@media (min-width:1441px) {
	#st_section_4a {
		margin-right: 50px;
	}
}

@media (min-width:768px) and (max-width:991px){
	#st_section_4a {
		margin-left: 30px;
	}

	#st_section_4b {
		margin-left: 30px;
	}
}

.st-island .form-group label {
	font-weight: bold;
}

.st-island .container-fluid {
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.st-island .form-control.input-lg {
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
	color: #12386b;
	height: 45px;
}

.st-island .form-control.input-lg.locationSearch  {
	height: 46px;
}

.st-island .iq-textdropdown {
	padding: 0px;
	right: 12px;
	top: 4px;
}

.st-island .iq-textdropdown button {
	color: #12386b;
	background-color: unset;
}

.st-island .iq-textdropdown ul.dropdown-menu {
	transform: unset !important;
	margin: 40px 0 0 0;
	max-height: 30vh;
	overflow-y: scroll;
}

.st-island .iq-textdropdown ul.dropdown-menu li a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	width: 100%;
	text-decoration: none;
}

.st-island .iq-textdropdown ul.dropdown-menu li:hover {
	background-color: #f5f5f5;
}

.st-island .iq-textdropdown ul.dropdown-menu li {
	/* border-bottom: 1px solid silver; */
	padding: 4px 0 4px 16px;
	letter-spacing: 0.06rem;
}

.dropdown-menu li.divider{
	border-bottom: 1px solid silver;
	background-color:#fff;
}

.st-island .iq-textdropdown ul.dropdown-menu li a:focus {
	background-color: transparent;
	color: #555555;
}

.st-island .iq-textdropdown ul.dropdown-menu::-webkit-scrollbar {
	width: 5px;
}

.st-island .iq-textdropdown ul.dropdown-menu::-webkit-scrollbar-track {
	background: #fff;
}

.st-island .iq-textdropdown ul.dropdown-menu::-webkit-scrollbar-thumb {
	background-color: #555;
	border-radius: 20px;
	border: 1px solid #fff;
}
.st-island .iq-textdropdown ul.dropdown-menu li:last-child {
	border-bottom: none;
}
.custom-select {
	border-radius: 0;
	font-size: 14px;
	color: #12386b;
	font-weight: 600;
	height: 45px;
}
.custom-select.select-sm {
	max-width: 130px;
	width: auto;
}
.btn,
a.btn {
	border-radius: 0px;
}
.btn:hover,
a.btn:hover {
	opacity: 0.9;
	color: white;
}
.btn.btn-lg,
a.btn.btn-lg {
	font-size: 15px;
	font-weight: 500;
	padding: 10px 30px;
	text-transform: uppercase;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn.btn-lg .material-icons,
a.btn.btn-lg .material-icons {
	font-size: 22px;
}
.btn.btn-primary,
a.btn.btn-primary {
	background-color: #002269;
	color: white;
	border-color: #002269;
}
.btn.btn-success,
a.btn.btn-success {
	color: #fff !important;
	background-color: #01aec2;
	border-color: #01aec2;
}

.no-padding {
	padding: 0;
}

.table-wrapper table thead th {
	font-size: 12px;
	border-bottom: 0px;
	border-top: 0px;
}
.table-wrapper table thead th:first-child {
	padding-left: 0px;
}
.table-wrapper table tbody td {
	font-size: 12px;
}
.table-wrapper table tbody td:first-child {
	padding-left: 8px;
}
.table-wrapper table tbody td a {
	font-size: 12px;
	text-decoration: underline;
	color: #002269;
}
.table-wrapper .has-openhouse {
	position: relative;
}
@media (min-width:576px) and (max-width:767px){
	.table-wrapper .has-openhouse span{
		display: none!important;
	}
}
.table-wrapper .has-openhouse span {
	position: absolute;
	top: 6px;
	left: -30px;
	background-color: #e65a3d;
	color: white;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	cursor: default;
}
.table-wrapper .has-openhouse span i {
	font-size: 22px;
	line-height: 24px;
	padding-left: 2px;
}
.table-wrapper .openhouse-legend {
	font-size: 12px;
	padding: 0.65rem 0;
}
@media (min-width: 576px) and (max-width: 1460px) {
	.table-wrapper .openhouse-legend {
		margin-top: -30px;
		margin-bottom: 30px;
	}
}
.main-wrapper .hero-wrapper {
	background-position: center;
	background-size: cover;
	height: 530px;
	max-height: 100%;
	text-align: center;
	position: relative;
}
.main-wrapper .hero-wrapper .quick-find-container {
	max-width: 860px;
	width: 100%;
	background: rgba(255, 255, 255, 0.58);
	margin: 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-wrapper .hero-wrapper .quick-find-container .search-dream-homes {
	margin-bottom: 0;
}
.main-wrapper .hero-wrapper .hero-title h2 {
	font-family: "Montserrat", sans-serif!important;
	font-size: 2.5rem;
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 1px #666;
}
.main-wrapper .hero-wrapper .hero-advanced-search {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-wrapper .hero-wrapper .hero-advanced-search a.btn.btn-lg.btn-primary {
	border: 1px solid white;
}
.main-wrapper .hero-wrapper .hero-overall-bottom-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-wrapper .hero-wrapper .hero-overall-bottom-container h4 {
	text-transform: uppercase;
	color: white;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 28px;
}
@media (max-width: 767px) {
	.main-wrapper .hero-wrapper .hero-overall-bottom-container h4 {
		font-size: 20px;
		min-height: 40px;
	}
}
.main-wrapper .hero-wrapper .hero-overall-bottom-container h4 span {
	font-weight: bold;
}
.main-wrapper .next-home-wrapper {
	background: #e2e3e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 30px 45px 30px 15px;
}
.main-wrapper .next-home-wrapper .next-home-title {
	font-family: Montserrat;
	font-size: 28px;
	color: #555d67;
	text-transform: uppercase;
	font-weight: 600;
	padding-right: 24px;
}
.main-wrapper .next-home-wrapper .next-home-buttons a {
	margin-left: 10px;
	margin-bottom: 10px;
}
.main-wrapper .select-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 300px;
	width: 100%;
	margin-bottom: 0px;
}
.main-wrapper .select-group select {
	width: 135px;
}
.main-wrapper .stats-header {
	text-align: center;
}
.main-wrapper .stats-wrapper {
	max-width: 1669px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1px 50px;
	width: 100%;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main-wrapper .stats-wrapper .col {
	max-width: 450px;
}
.main-wrapper .stats-wrapper .stats-title {
	border-bottom: 1px solid #cccccc;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 16px;
}
.main-wrapper .stats-wrapper .stats-box {
	-webkit-box-shadow: 9px 9px 28px -6px rgba(0, 0, 0, 0.75);
	box-shadow: 9px 9px 28px -6px rgba(0, 0, 0, 0.75);
}
.main-wrapper .stats-wrapper .stats-box img {
	width: 100%;
}
.main-wrapper .stats-wrapper .stats-box .blog-header {
	padding: 15px;
	padding-bottom: 10px;
	color: #002269;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 19px;
}
.main-wrapper .stats-wrapper .stats-box .blog-date {
	padding: 0px 15px 15px;
	font-size: 13px;
	color: #002269;
	font-weight: 500;
}
.main-wrapper .stats-wrapper .stats-box p {
	padding: 0px 15px 15px;
	font-size: 13px;
	line-height: 2;
	font-weight: 500;
	margin-bottom: 0px;
}
@media (max-width: 767px) {
	.main-wrapper .stats-wrapper .col {
		flex: 0 0 100% !important;
	}
}
@media (max-width: 991px) {
	.main-wrapper .stats-wrapper {
		padding: 0;
	}
	.main-wrapper .stats-wrapper .col {
		max-width: unset;
		flex: 0 0 50%;
		margin-bottom: 60px;
	}
}

.main-wrapper .social-media-header {
	text-align: center;
}
.main-wrapper .social-media-wrapper {
	max-width: 1669px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1px 50px;
	width: 100%;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main-wrapper .social-media-wrapper .social-title {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 3px;
	text-decoration: none;
}
.main-wrapper .social-media-wrapper .social-title img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.main-wrapper .social-media-wrapper .col {
	max-width: 260px;
}
.main-wrapper .social-media-wrapper .social-box {
	-webkit-box-shadow: 9px 9px 28px -6px rgba(0, 0, 0, 0.75);
	box-shadow: 9px 9px 28px -6px rgba(0, 0, 0, 0.75);
}
.main-wrapper .social-media-wrapper .social-box img {
	width: 100%;
}
.main-wrapper .social-media-wrapper .social-box .blog-header {
	padding: 15px;
	padding-bottom: 10px;
	color: #002269;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 19px;
}
.main-wrapper .social-media-wrapper .social-box .blog-date {
	padding: 0px 15px 15px;
	font-size: 13px;
	color: #002269;
	font-weight: 500;
}
.main-wrapper .social-media-wrapper .social-box p {
	padding: 0px 15px 15px;
	font-size: 13px;
	line-height: 2;
	font-weight: 500;
	margin-bottom: 0px;
}
@media (max-width: 991px) {
	.social-media-wrapper .col {
		flex-basis: 100%;
	}
	.social-media-wrapper .social-title {
		justify-content: left !important;
	}
}
.main-wrapper .view-older-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.main-wrapper .hawaiian-summary {
	background: #002269;
	padding: 80px 80px;
}
.main-wrapper .hawaiian-summary h3 {
	color: #e59f08;
	font-size: 22px;
	font-weight: bold;
	padding-top: 15px;
}
.main-wrapper .hawaiian-summary p {
	font-size: 12px;
	color: white;
	line-height: 1.7;
}
.main-wrapper .hawaiian-image {
	background: url("/sitetemplates/island/img/homepage-content-bg.jpg");
	background-size: cover;
}
.main-wrapper .grid-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1px 50px;
}
.main-wrapper .grid-wrapper .open-house-topbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 40px;
	padding-bottom: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.main-wrapper .grid-wrapper .open-house-topbar .open-leftside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-wrapper .grid-wrapper .open-house-topbar .open-leftside h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0px;
	width: 220px;
	font-size: 21px;
	color: #002269;
	font-weight: bold;
	text-transform: uppercase;
}
.main-wrapper .grid-wrapper .open-house-topbar .keep-right {
	text-align: right;
}
.main-wrapper .grid-wrapper .open-house-topbar .keep-right a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.main-wrapper .grid-wrapper .open-house-topbar .keep-right a:hover {
	cursor: pointer;
}
@media (max-width: 991px) {
	.main-wrapper .grid-wrapper {
		padding: 0;
	}
}
/* #open-houses-list {
	min-height: 377px;
} */
/* .main-wrapper .property-grid .property-col {
	margin-bottom: 30px;
} */
.main-wrapper .property-grid .property-col .main-photo {
	position: relative;
	overflow: hidden;
	min-width: 460px;
	min-height: 215px;
}
.main-wrapper .property-grid .property-col .main-photo img {
	position: relative;
	z-index: 1;
	-webkit-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}
.main-wrapper .property-grid .property-col:hover .main-photo img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.main-wrapper .property-grid .property-col .main-photo .more-details {
	text-align: center;
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 50%;
	-webkit-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.main-wrapper .property-grid .property-col .main-photo .more-details a {
	position: relative;
	opacity: 0;
	top: 350px;
	z-index: 2;
	-webkit-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}
.main-wrapper .property-grid .property-col:hover .main-photo .more-details a {
	opacity: 1;
	top: 0px;
	-webkit-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
}
.main-wrapper .property-grid .property-col .main-photo .img-responsive {
	width: 100%;
	height: 215px;
	object-fit: cover;
}
.main-wrapper .property-grid .property-col .main-photo .date-time {
	position: absolute;
	top: 10px;
	background: #ea5841;
	color: white;
	padding: 3px 7px;
	border: 1px solid white;
	font-size: 12px;
	z-index: 20;
}
.main-wrapper .property-grid .property-col .main-photo .status {
	position: absolute;
	top: 10px;
	background: #489b46;
	color: white;
	font-weight: bold;
	padding: 3px 15px;
	border: 1px solid white;
	font-size: 12px;
	text-transform: uppercase;
}
.main-wrapper .property-grid .property-col .main-photo .property-tag {
	background: #01aec2;
	bottom: 4px;
	left: 4px;
	padding: 3px 10px;
	position: absolute;
	font-size: 12px;
	border: 1px solid white;
	color: white;
	text-transform: uppercase;
	z-index: 20;
}
.main-wrapper .property-grid .property-col .address {
	font-size: 15px;
	line-height: 22.5px;
	height: 55px;
}
.main-wrapper .property-grid .property-col .address a{
	text-decoration: none;
}
.main-wrapper .property-grid .property-col .property-breakdown .dynamic-number {
	font-size: 14px;
	font-weight: bold;
	color: #002269;
}
.main-wrapper .property-grid .property-col .property-breakdown .title {
	font-size: 11px;
}
.main-wrapper .property-grid .property-col .property-breakdown .col {
	border-right: 1px solid #555d67;
}
.main-wrapper .property-grid .property-col .property-breakdown .col:last-of-type {
	border: 0px;
}
.main-wrapper .property-grid .property-col .hosted-by-photos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.main-wrapper .property-grid .property-col .hosted-by-photos .hosted-by-name {
	font-size: 10px;
	font-weight: bold;
}
.main-wrapper .property-grid .property-col .hosted-by-photos .resident-type {
	font-size: 10px;
	font-weight: bold;
}
.main-wrapper .property-grid .property-col .hosted-by-photos .amount-of-photos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 10px;
	font-weight: bold;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-width: 95px;
}
.main-wrapper .property-grid .property-col .hosted-by-photos .amount-of-photos i {
	font-size: 20px;
	padding-right: 3px;
}
.main-wrapper .property-grid .property-col .view-details-btn {
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.spotlight-wrapper .experts {
	background: #002269;
	color: white;
	padding-top: 80px;
	padding-bottom: 80px;
}
.spotlight-wrapper .experts .summary {
	max-width: 560px;
	margin: 0 auto;
}
.spotlight-wrapper .experts .summary .sub {
	color: #de9426;
	font-size: 14px;
	font-weight: 500;
}
.spotlight-wrapper .experts .summary p {
	color: white;
	font-size: 14px;
}
.spotlight-wrapper .experts .summary .expert-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.spotlight-wrapper .experts .summary .expert-details .stats {
	font-size: 22px;
	font-weight: bold;
	color: #de9426;
	text-align: left;
	padding-right: 15px;
}
.spotlight-wrapper .experts .summary .expert-details .stats:last-of-type {
	padding-right: 0;
}
.spotlight-wrapper .experts .summary .expert-details .stats .stats-title {
	font-size: 14px;
	color: white;
	font-weight: 400;
	max-width: 100px;
}

/* AGENT SPOTLIGHT */

.agent-spotlight {
	border-top: 1px solid #aaa;
	padding-top: 80px;
	padding-bottom: 80px;
}
.agent-spotlight .summary {
	max-width: 560px;
	margin: 0 auto;
}
.agent-spotlight .summary .agent-info-row .agent-image {
	max-width: 195px;
	width: 100%;
	padding-right: 0;
}
.agent-spotlight .summary .agent-info-row .agent-image img {
	object-fit: cover;
	border-radius: 50%;
	height: 180px;
	width: 180px;
	border: 2px solid #aaa;
}
.agent-spotlight .summary .agent-info-row .agent-info .name {
	font-size: 24px;
	font-weight: bold;
	color: #002269;
}
.agent-spotlight .summary .agent-info-row .agent-info .phone {
	font-size: 22px;
}
.agent-spotlight .summary .agent-info-row .agent-info .email {
	font-size: 22px;
}
.agent-spotlight .summary .agent-info-row .agent-info .email a {
	font-size: 22px;
}
.agent-spotlight .summary .agent-spotlight-title h3 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #002269;
}
.agent-spotlight .summary .agent-spotlight-title h3 span {
	color: #de9426;
	font-size: 35px;
	padding-right: 15px;
}
.agent-spotlight .summary .sub {
	color: #de9426;
	font-size: 14px;
	font-weight: 500;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding-top: 16px;
	padding-bottom: 16px;
}
.agent-spotlight .summary p {
	color: black;
	font-size: 14px;
}
.agent-spotlight .summary .expert-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.agent-spotlight .summary .expert-details .stats {
	font-size: 22px;
	font-weight: bold;
	color: #de9426;
	text-align: left;
	padding-right: 15px;
}
.agent-spotlight .summary .expert-details .stats:last-of-type {
	padding-right: 0;
}
.agent-spotlight .summary .expert-details .stats .stats-title {
	font-size: 14px;
	color: white;
	font-weight: 400;
	max-width: 100px;
}

.excerpt-wrapper {
	background-position: center;
	background-size: cover;
	text-align: center;
	position: relative;
	padding: 30px 0px;
}
.excerpt-wrapper .excerpt-container {
	max-width: 737px;
	padding: 30px 15px;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	margin: 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.excerpt-wrapper .excerpt-container .excerpt-title {
	padding-bottom: 24px;
}
@media (max-width:768px){
	.excerpt-wrapper .excerpt-container .excerpt-title {
		margin-bottom: 50px;
	}
}
@media (max-width:768px){
	.excerpt-wrapper .excerpt-container .excerpt-title {
		margin-bottom: 75px;
	}
}
.excerpt-wrapper .excerpt-container .excerpt-title h4 {
	font-size: 26px;
	color: white;
	text-transform: uppercase;
}
.excerpt-wrapper .excerpt-container .excerpt-content {
	text-align: left;
	color: white;
	max-width: 568px;
	margin: 0 auto;
}
.excerpt-wrapper .excerpt-container .excerpt-content .icon-col {
	max-width: 185px;
}
.excerpt-wrapper .excerpt-container .excerpt-content .icon-col img {
	width: 100%;
	height: auto;
}
.excerpt-wrapper .excerpt-container .excerpt-content .message-col {
	font-size: 13px;
	line-height: 1.8;
}
.excerpt-wrapper .excerpt-container .excerpt-content .message-col p {
	font-size: 13px;
	line-height: 1.8;
	color: white;
}
.excerpt-wrapper .excerpt-container .excerpt-content.bottom-row {
	text-align: center;
}
.excerpt-wrapper .excerpt-container .excerpt-content.bottom-row .contact-us-title {
	font-size: 24px;
	line-height: 2.3rem;
}
.excerpt-wrapper .excerpt-container .excerpt-content .lead-how {
	width: 100%;
	font-size: 14px;
}
.excerpt-wrapper .excerpt-container .action-buttons {
	margin: 0 auto;
	max-width: 568px;
	padding-top: 40px;
}
.excerpt-wrapper .excerpt-container .action-buttons .btn {
	border: 1px solid white;
	margin-bottom: 15px;
}
.excerpt-wrapper .excerpt-container .action-buttons .btn:first-of-type {
	margin-right: 15px;
}
@media (max-width: 991px) {
	.excerpt-wrapper .excerpt-container {
		display: flex;
		flex-flow: row wrap;
		flex: 0 1 auto;
	}
	.excerpt-wrapper .excerpt-container .excerpt-title {
		flex: 0 0 100%;
	}
	.excerpt-wrapper .excerpt-container .excerpt-content {
		flex: 0 0 100%;
		display: flex;
	}
	.excerpt-wrapper .excerpt-container .excerpt-content .icon-col,
	.excerpt-wrapper .excerpt-container .excerpt-content .message-col {
		flex: 0 0 100%;
	}
	.excerpt-wrapper .excerpt-container .excerpt-content .icon-col {
		margin: 0 auto;
		padding-bottom: 24px;
	}
	.excerpt-wrapper .excerpt-container .action-buttons {
		flex: 0 0 100%;
	}
	#st_section_11 .excerpt-title {
		min-height: 150px;
	}
	.excerpt-wrapper .excerpt-container .action-buttons .btn {
		width: 100% !important;
	}
	.excerpt-wrapper .excerpt-container .action-buttons .btn:first-of-type {
		margin-right: 0 !important;
		margin-bottom: 30px;
	}
}

.search-dream-homes .col {
	padding-right: 8px;
	padding-left: 8px;
}

.button-wrapper .btn {
	width: 49%;
}

.listings-wrapper .new-listing-table-header .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.listings-wrapper .new-listing-table-header .heading h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	color: #002269;
	font-weight: bold;
	margin-bottom: 0px;
	padding-right: 8px;
	width: auto;
}
.listings-wrapper .new-listing-table-header .heading .two-select {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	max-width: none;
	padding-right: 4px;
}
.listings-wrapper .new-listing-table-header .heading .two-select select {
	width: 130px;
}
.listings-wrapper .new-listing-table-header .heading .two-select select:first-of-type {
	margin-right: 8px;
}
.listings-wrapper .new-listing-table-header .heading a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.listings-wrapper .new-listing-table-header .heading a:hover {
	text-decoration: none;
}

.custom-link {
	font-size: 14px;
	font-weight: 500;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}
.custom-link:hover {
	text-decoration: none;
}

.empty-padding {
	padding: 0 !important;
}

.featured-wrapper .today-featured h3 {
	text-align: center;
}
.featured-wrapper .today-featured .search-featured {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.featured-wrapper .today-featured .search-featured select {
	margin-right: 15px;
}
.featured-wrapper .today-featured .search-featured select:last-of-type {
	margin-right: 0px;
}
.featured-wrapper .today-featured .search-featured .submit-button {
	margin-left: 15px;
	margin-right: 15px;
}
.featured-wrapper .today-featured .search-featured .sort-by {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	width: 320px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.featured-wrapper .today-featured .search-featured .sort-by .sort-column {
	width: 200px;
	margin-right: 5px;
}
.w-20 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

@media (min-width: 992px) {
	.st-island .modal-lg {
		max-width: 1150px;
	}
}
@media (max-width: 1594px) {
	.w-20 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
@media (max-width: 1297px) {
	.w-20 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
}
@media (max-width: 768px) {
	.w-20 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 576px) {
	.w-20 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.st-island .panelimagewrapper {
	position: relative;
	width: 175px;
	height: 175px;
	margin-bottom: 12px;
}
.st-island .headerimagewrapper {
	position: relative;
	width: 100%;
	height: 250px;
	margin-bottom: 12px;
}

#iq_lead_container .col-md-6 {
	float: left;
	min-width: 320px;
}
#iq_lead_container .alignPassword.col-md-6 {
	min-width: 250px;
}
#iq_lead_container .alignPassword.col-md-6.text-right {
	text-align: end;
}
@media (max-width: 1200px) {
	#iq_lead_container .alignPassword.col-md-6.text-right {
		text-align: start;
	}
}
#edit-menu {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 50px;
}
#edit-menu .navbar-brand {
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
}
#edit-menu .nav-link {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: none;
	text-shadow: none;
}
#edit-menu .nav-link.dropdown-toggle {
	color: #9d9d9d;
}
#edit-menu .nav-link.dropdown-toggle:hover {
	color: #ffffff;
}
#edit-menu .nav-link.dropdown-toggle::after {
	display: inline-block;
	vertical-align: middle;
	padding-right: 3px;
	content: " ";
}
#edit-menu .nav-item.show,
#edit-menu .nav-item.show .nav-link.dropdown-toggle{
	color: #fff;
	background-color: #080808;
}
#edit-menu .nav-item.dropdown.show > .dropdown-menu{
	background-color: #fff;
	min-width: 160px;
	padding: 5px 0;
	margin: 4px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#edit-menu .dropdown-item:hover,
#edit-menu .dropdown-item:focus{
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
#edit-menu .dropdown-item{
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.st-island .nav-item > a,
.st-island .nav-link.dropdown-toggle {
	padding: 8px;
	line-height: 24px;
	color: #12386b;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-shadow: #666 1px 1px 1px;
	white-space: nowrap;
}
.st-island .iq-textdropdown .fa {
	display: none;
}

.st-island .nav-item.show {
	background-color: #eee;
}
.st-island .nav-item.dropdown.show > .dropdown-menu {
	background-color: #254e75;
	margin-top: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	moz-box-shadow: none;
	o-box-shadow: none;
	webkit-box-shadow: none;
}
.st-island .dropdown-item {
	display: block;
	padding: 12px 20px;
	/* color: #ffffff; */
	clear: both;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	white-space: nowrap;
}
.st-island .dropdown-item:hover,
.st-island .dropdown-item:focus {
	background-color: #7089a1;
}
.st-island .dropdown-item.divider {
	height: 1px;
	margin: 9px 0;
	padding: 0;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
}

.double-panel .expert-summary-html {
	padding: 80px;
}

@media (max-width: 991px) {
	.double-panel {
		display: flex;
		flex-flow: row wrap;
	}
	.double-panel .col {
		flex-basis: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.double-panel .expert-summary,
	.double-panel .expert-summary-html {
		min-height: 200px;
	}
	.double-panel .expert-summary-html {
		padding: 30px 15px;
	}

	.double-panel .agent-spotlight {
		padding: 30px 15px;
	}
}

.st-island .nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: block;
	flex-wrap: unset;
}
.st-island .nav::before {
	display: table;
	content: " ";
}
.st-island .nav::after {
	display: table;
	content: " ";
	clear: both;
}
.st-island .nav.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
	position: relative;
	display: block;
}
.st-island .nav.nav-tabs > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: #555;
	transition: 0.3s all;
	text-decoration: none;
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	background-color: transparent;
	font-weight: unset;
	text-shadow: unset;
}
.st-island .nav.nav-tabs > li.nav-item.active > a,
.st-island .nav.nav-tabs > li.nav-item.active > a:hover,
.st-island .nav.nav-tabs > li.nav-item.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	margin-right: 2px;
	line-height: 1.42857143;
	border-radius: 4px 4px 0 0;
}

.st-island .iq-socialmedia-editpanel {
	height: 475px;
	margin: 30px 0 0 0;
}

.st-island .iq-socialmedia-iconimage .panelimagewrapper {
	width: 32px;
	height: 32px;
	margin-bottom: 15px;
}

.st-island .tooltip-inner {
    background-color: #e65a3d;
    border-radius: .15rem;
}
.st-island .tooltip .arrow::before{
    border-top-color:#e65a3d;
}

.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;
	-webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
	box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.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;
}
.v2-05 .iq-agent-info a { text-decoration: none; }
.v2-05 #iq_myportal_passwordreminder_dialog .container { min-width: 320px; }
@media (min-width: 1200px) {
	.v2-05 #iq_myportal_passwordreminder_dialog .container { width: 1170px; }
}
.v2-05 #iq_myportal_passwordreminder_form .text-danger { color: #a94442 !important; margin-top: 20px !important; font-size: 14px; }
.v2-05 #iq_myportal_passwordreminder_form .btn-primary { margin-top: 10px; font-family: Verdana,Arial,sans-serif; font-size: 15px; border-radius: 4px; }
.v2-05 #userid-container label { font-weight: 600; font-family: Verdana,Arial,sans-serif; font-size: 15px }
.v2-05 #iq_myportal_passwordreminder_form-userid { border-radius: 4px; }
.v2-05 #iq_myportal_passwordreminder_form h3 { font-size: 24px; font-family: Verdana,Arial,sans-serif; color:#212529; font-weight: 500; }
.v2-05 #iq_myportal_passwordreminder_form-userid { height: 32px; }
@media (min-width: 1200px) {
	.v2-05 #site-wrapper .st-inside-content-wrapper .container { width: 1170px; }
}
.customPageNavbar { background-color: rgba(0, 0, 0, 0.3);z-index: 11005; }
.customPageNavbar #iq_bootstrap_site_menu a { color: white !important; }
.v2-05 #site-wrapper .st-sitemenu-06 { background-color: unset; position: unset; }
.v2-05 #site-wrapper .navbar-nav li a { color: #12386b; }
/* .v2-05 #iq_lead_form #firstname-container  { width: 50% !important;  }
.v2-05 #iq_lead_form #lastname-container  { width: 50% !important;  } */
.v2-05 #iq_myportal_login_dialog .modal-content .modal-footer { display: none !important; }
.v2-05 .forgot-pwd { text-align: center !important; width: 100%; }
.v2-05 .navbar-nav li a { color: #12386b;font-size: 14px !important;text-transform: capitalize !important; }
.v2-05 .main-wrapper .property-grid .property-col .main-photo img {height: 180px;width: 100%;}
.v2-05[data-page=pages] .iq-pg-header h1 { color: black !important; }