/*=== HEADER ===*/
.contact-bar > div {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
.contact-bar > div p,
.contact-bar > div a {
	color: #FFF;
	height: 100%;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
}
.contact-bar > div p:after {
	content: '|';
	margin: 0px 15px;
}
.contact-bar > div > a {
	margin: 0px 10px;
	font-size: 22px;
}
.contact-bar > div p {
	font-size: 20px;
}
.contact-bar > div p a {
	margin-left: 5px;
	font-weight: bold;
}
#header {
	height: 150px;
}
.header-wrapper {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 120;
}
.header-menu .container {
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	height: 100px;
}
.header-menu .container {
	max-width: 1920px;
	padding-right: 0;
}
.logo-wrapper {
	width: 200px;
	line-height: 0;
	flex-shrink: 0;
	flex-grow: 0;
	position: relative;
	top: 5px;
}
.logo-wrapper .logo {
	width: auto;
}
.innerImg {
   display: none !important;
}
.logo img{
	display: block;
}
.header-menu-right {
	height: 100%;
	display: flex;
	flex-grow: 1;
}
.header-menu {
	padding-top: 50px;
	box-shadow: 0px 3px 6px #00000029;
}
.header-menu-search {
	height: 100%;
	display: flex;
	flex-grow: 1;    
}
#nav-btn,
#nav-close-btn {
	display: none;
}
.main-nav, .nav-menu,
.main-nav nav {
	height: 100%;
}
.main-nav {
	padding-left: 20px;
	margin-right: 50px;
	margin-left: auto;
}
.nav-menu {
	display: flex;
	align-items: center;
}
.nav-menu > li {
	height: 100%;
	display: flex;
	align-items: center;
}
.nav-menu > li:not(:last-child) {
	margin-right: 40px;
}
.nav-menu > li.has-child {
	position: relative;
}
.nav-menu a {
	font-size: 20px !important;
	line-height: 1.2;
	color: #061324;
}
.nav-menu > li > a {
	white-space: nowrap;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
.nav-menu > li > a:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #436843;
	height: 8px;
	opacity: 0;
	visibility: hidden;
}
.sub-menu a:hover {
  text-decoration: none !important;
}
.contact-bar{
	width: 100%;
	height: 50px; 
	background-color: #275085;
	z-index: 150;
	position: relative;
}
.navBtn {
	border: 2px solid #061324;
	border-radius: 10px;
	padding: 15px 25px;
	max-height: 60px;
}
.rentBtn {
	height: 100%;
	background-color: #62C3E1;
	width: 25%;
	min-width: 150px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #000000;
}
.rentBtn i {
	margin-right: 10px;
}
.sub-menu {
	width: 400px;
	text-align: left;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 100px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	padding: 0 15px;
	color: #007DB6 !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-bottom: 25px;
}
li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}
.sub-menu li a{
	display: block;
	padding: 15px 50px;
	position: relative;
	font-family: 'Montserrat-Light';
}
.header-menu .btn {
	border: 2px solid #061324;
	border-radius: 10px;
	padding: 15px;
	font-size: 25px;
}
/* Footer */
.footer-btm ul {
	display: flex;
	justify-content: flex-start;
}
.footer-btm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.footer-btm a {
	color: #000000;
	font-size: 15px;
	margin: 0px 5px;
	font-weight: bold;
}
.footer-top > div {
	width: 100%;
	min-height: 400px;
	border-radius: 10px;
	background-color: #061324;
	margin-bottom: 25px;
	background-image: url(../images/layout/Wave_Texture.png);
	background-size: cover !important;
	background-position: top;
}
.footer-btm > div {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
}
.footer-btm p {
	margin-bottom: 0px;
	margin-right: 15px;
	font-size: 15px;
}
.footer-btm {
	margin-bottom: 25px;
}
.footer-top > div {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 75px 100px;
}
.footer-top > div > div {
	width: 100%;
}
.footer-top > div > div h3 {
	color: #FFF;
	font-size: 60px;
	line-height: 60px !important;
	text-transform: none;
}
.footer-top > div > div:last-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-items: baseline;
	margin-top: 100px;
}
.footer-top > div > div:last-child p,
.footer-top > div > div:last-child a {
	color: #FFF;
}
.footer-top > div > div:last-child > div {
	width: 25%;
}
.footer-top > div > div:last-child > div p:first-child {
	margin-bottom: 15px;
	font-weight: bold;
}
.footer-top > div > div:last-child > div p {
	display: flex;
}
.footer-top > div > div:last-child > div p a {
	margin-left: 5px;
}
.footer-top > div > div:last-child p {
	margin-bottom: 0px;
}
.footer-top > div > div:last-child > div a {
	font-size: 15px;
}
.footer-top > div {
	background-image: url(../images/layout/footer_lines.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
}
.footer-social a i {
	font-size: 22px;
}
.footer-social a {
	margin-right: 15px;
}
.main-content {
	margin-bottom: 50px;
}
/* Banner Stuff */
.slick-initialized .slick-slide {
	min-height: 600px;
	background-size: cover;
	background-position: top;
	backgroudnd-repeat: no-repeat;
	position: relative;
}
.slick-initialized .slick-slide:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.banner-text {
	margin: 0 auto;
	text-align: center;
	min-height: 600px;
	position: relative;
	color: #FFF;
	padding: 100px 0px;
}
#inner .banner-text {
	min-height: 100px;
}
.large-text {
	color: #FFF;
	z-index: 50;
	position: relative;
	text-transform: none;
	font-weight: bold;
	line-height: 60px !important;
}
.large-text span {
	font-weight: normal;
	font-size: 40px;
}
.banner-text p{
	color: #FFF;
	z-index: 50;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
#inner .banner-text p {
	text-align: left;
	font-size: 35px;
	position: relative;
	top: 0px;
	font-weight: bold;
	max-width: 1250px;
	padding: 0px 70px;
}
#inner .main-content ul	{
	margin-left: 50px;
	list-style-type: none;
}
#inner .main-content ul li{
	font-size: 15px;
	position: relative;
}
.breadcrumbs {
	display: flex;
	justify-content: flex-start;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 0px !important;
}
.breadcrumbs li:before {
	display: none !important;
	content: '';
}
.breadcrumbs li {
	position: relative;
	margin-right: 25px;
}
.breadcrumbs li:not(:last-child):after {
	content: '\f054';
	font-family: 'Font Awesome 6 Pro';
	color: #62C3E1;
	font-weight: 300;
	position: absolute;
	top: 0px;
	right: -15px;
}
.breadcrumbs li:last-child > span {
	color: #62C3E1 !important;
	font-weight: bold;
}
.breadcrumbs li a {
	color: #000000;
}
.search-address {
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 10px;
}
.search-address input::placeholder {
	font-size: 18px;
	display: block;
	width: 100%;
	border: 0;
	border-radius: 0;
	padding: 15px;
	text-transform: inherit;
	font-family: inherit;
	color: #030303;
	background: #fff;
	box-shadow: none;
}
.faq-list {
	margin-left: 0px !important;
}
.faq-list .faq:first-child {
	border-top: 2px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
}
.faq-list .faq:last-child {
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.faq-title:not(:first-child) {
	margin-top: 50px;
}
#inner .main-content ul li:not(.faq):before{
	font-size: 15px;
	content: '\f058';
	font-family: 'Font Awesome 6 Pro';
	color: #62C3E1;
	position: absolute;
	left: -25px;
	font-weight: 900;
}
.prop-search-home {
	max-width: 800px;
	width: 100%;
	background-color: #FFF;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	padding: 15px;
	flex-wrap: wrap;
}
.prop-search-home select {
	position: relative;
	font-size: 15px;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
}
.prop-search-home div a {
	padding: 15px 25px;
	background-color: #62C3E2;
	color: #000000;
	border-radius: 10px;
	font-size: 15px;
}
.prop-search-home > div {
	width: 100%;
}
.prop-search-home > div:last-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.prop-search-home > div:last-child div {
	position: relative;
	padding: 0px 25px;
}
.prop-search-home > div:last-child div:not(:last-child) {
	border-right: 1px solid #D3D3D3;
}
.prop-search-home .psh-select:after  {
	content: '\f0d7';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	right: 17px;
	color: #62C3E2;
	z-index: 100;
	top: 18px;
	font-weight: 900;
	font-size: 12px;
	
}
.prop-search-home div a i {
	margin-right: 10px;
}

.prop-search-page {
	max-width: 800px;
	width: 100%;
	background-color: #FFF;
	border-radius: 10px;
	margin: 0 auto;
        border: 3px solid #275085;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	padding: 15px;
	flex-wrap: wrap;
}
.prop-search-page select {
	position: relative;
	font-size: 15px;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
}
.prop-search-page div a {
	padding: 15px 25px;
	background-color: #62C3E2;
	color: #000000;
	border-radius: 10px;
	font-size: 15px;
}
.prop-search-page > div {
	width: 100%;
}
.prop-search-page > div:last-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.prop-search-page > div:last-child div {
	position: relative;
	padding: 0px 25px;
}
.prop-search-page > div:last-child div:not(:last-child) {
	border-right: 1px solid #D3D3D3;
}
.prop-search-page .psh-select:after  {
	content: '\f0d7';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	right: 17px;
	color: #62C3E2;
	z-index: 100;
	top: 18px;
	font-weight: 900;
	font-size: 12px;
	
}
.prop-search-page div a i {
	margin-right: 10px;
}
#property-search {
    margin-top:20px;
}
#property-list {
    margin-top:50px;
}
.search-prop:before {
	content: '\f015';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	left: 15px;
	color: #000000;
	z-index: 100;
	top: 13px;
	font-weight: 300;
}
.search-price:before {
	content: '\24';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	left: 17px;
	color: #000000;
	z-index: 100;
	top: 13px;
	font-weight: 300;
}
.search-avail:before {
	content: '\f133';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	left: 17px;
	color: #000000;
	z-index: 100;
	top: 13px;
	font-weight: 300;
}
.search-bedrooms:before {
	/*content: '\e537';*/
	content: '\f236';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	left: 10px;
	color: #000000;
	z-index: 100;
	top: 13px;
	font-weight: 300;
}
.top-slider {
	position: relative;
}
.banner {
	position: relative;
}
/* QL CALLOUTS */
.ql-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 10px;
grid-row-gap: 10px;
max-width: 900px;
padding: 50px 0px;
margin: 0 auto;
}
.ql-grid > a:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
.ql-grid > a:nth-child(2) { grid-area: 1 / 3 / 2 / 4; }
.ql-grid > a:nth-child(3) { grid-area: 2 / 1 / 3 / 2; }
.ql-grid > a:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }
.ql-grid > a:nth-child(5) { grid-area: 2 / 3 / 3 / 4; }

.ql-grid > a {
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	height: 300px;
	position: relative;
	transition: all 0.3s ease 0s;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	color:	#FFF;
	padding: 25px;
}
.ql-grid > a:hover {
	transform: scale(1.02);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.75);
}
.ql-grid > a:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.ql-grid a p{
	color:	#FFF;
	width: 100%;
	z-index: 50;
	margin-bottom: 0px;
}
.ql-grid a p:first-child {
	font-weight: bold;
	font-size: 28px;
	margin-top: 65px;
	line-height: 30px;
	padding-right: 10px;
}
.ql-grid a p:nth-child(2) {
	position: relative;
	top: -10px;
}
.ql-grid a p:nth-child(3) {
	text-decoration: underline; 
	position: relative;
}
.ql-grid a p:nth-child(3):after {
	content: '\f061';
	font-family: 'Font Awesome 6 Pro';
	color: #FFF;
	position: absolute;
	margin-left: 5px;
	text-decoration: none !important;
	font-size: 12px;
	margin-top: 3px;
}
/* FEATURED PROPERTY SLIDER */
.featured-prop-item {
	width: 300px;
	max-height: 315px !important;
	min-height: 345px !important;
	border-radius: 10px;
	border: 1px solid #EBEBEB;
	padding: 10px;
	position: relative;
	overflow: hidden;
	flex-wrap: wrap;
	transition: all 0.3s ease 0s;
	background-color: #FFF !important;
	margin: 10px;
}
.property-item {
	width: 300px;
	max-height: 315px !important;
	min-height: 315px !important;
	border-radius: 10px;
	border: 1px solid #EBEBEB;
	padding: 10px;
	position: relative;
	overflow: hidden;
	flex-wrap: wrap;
	transition: all 0.3s ease 0s;
	background-color: #FFF !important;
	margin: 10px;
}
.featured-prop-item:before {
	background-color: transparent !important;
}
.featured-prop-item:hover,
.property-item:hover {
	transform: scale(1.02);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.75);
}
.featured-image {
	width: 100%;
	height: 225px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
	position: relative;
}
.property-container {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.featured-ribbon {
	position: absolute;
	width: 150px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #62C3E1;
	color: #FFF;
	top: 10px;
	right: -35px;
	transform: rotate(35deg);
	z-index: 50;
}
.featured-image-num {
	background: rgba(235, 235, 235, 0.8);
	padding: 2px 8px;
	border-radius: 5px;
	position: absolute;
	left: 15px;
	top: 15px;
}
.featured-details p {
	background: rgba(235, 235, 235, 0.8);
	padding: 2px 3px;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	color: #707070;
}
.featured-details {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-top: 10px;
}
.featured-price {
	position: absolute;
	width: fit-content;
	bottom: -10px;
	right: -10px;
	background-color: #275085;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 10px 10px 10px 10px;
}
.featured-price p:nth-child(1) {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	color: #FFF !important;
}
.featured-price p:nth-child(2) {
	text-align: center;
	font-size: 10px;
	color: #FFF !important;
	position: absolute;
	top: 28px;
	left: 30px;
}
.featured-title {
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 0px;
	color: #000000;
}
.featured-prop-con {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.featured-controls {
	width: 15%;
	padding: 100px 0px;
	position: relative;
	margin-right: 100px;
	min-width: 200px;
}
#fetured-prop-slider {
	width: 75%;
}
.featured-controls h4 {
	text-transform: none;
}
.featured-controls .slick-arrow {
	background-color: rgba(235, 235, 235, 1);
	width: 50px;
	height: 50px;
	border-radius: 10px;
}
.featured-controls .slick-prev {
	left: 0px;
	top: 250px;
}
.featured-controls .slick-prev:before {
	content: '\f060';
	font-family: 'Font Awesome 6 Pro';
	color: #000000;
	font-size: 20px;
	font-weight: 300;
	position: relative;
	top: 3px;
}
.featured-controls .slick-next:before {
	content: '\f061';
	font-family: 'Font Awesome 6 Pro';
	color: #000000;
	font-size: 20px;
	font-weight: 300;
	position: relative;
	top: 3px;
}
.featured-controls .slick-next {
	right: 85px;
	top: 250px;
}
/* PAGE SECTIONS */
.section-item {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	min-height: 400px;
}
.section-image {
	width: 40%;
	min-height: 400px;
	position: relative;
	margin: 25px;
}
.section-image:before {
	content: '';
	width: 300px;
	height: 400px;
	background-color: #62C3E2;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-radius: 10px;
	z-index: 10;
}
.section-image div {
	margin-left: 50px;
	margin-right: 25px;
	margin-bottom: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	width: 90%;
	height: 90%;
	min-height: 600px;
	border-radius: 10px;
	z-index: 50;
	position: relative;
}
.section-content {
	width: 40%;
	margin: 25px;
	padding: 25px 50px;
}
.section-container {
	margin-bottom: 50px;
}
.section-content h4 {
	margin-bottom: 25px;
}
.section-content .btn {
	margin-top: 25px;
}
.btn {
	border: 2px solid #061324;
	border-radius: 10px;
	padding: 15px 25px;
	color: #061324;
	width: fit-content;
}
/* SUBPAGES */
.sub-banner {
	max-height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-content,
.homepage-main {
	position: relative;
}
.main-content,
.homepage-main {
	position: relative;
}
.main-content:before,
.homepage-main:before {
	content: '';
	background-image: url(../images/layout/Wave_Texture.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	width: 100vw;
	height: 600px; 
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.col-left {
	text-align: left;
}
.staff-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.staff-item {
	background-size: cover;
	background-repeat: no-repeat;
	width: 350px;
	height: 300px;
	border-radius: 10px;
	margin: 10px;
	position: relative;
}
.main-content .container {
	max-width: 1250px;
}
.staff-content {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.3);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 100%;
	padding: 10px;
}
.staff-content p {
	color: #FFF;
	padding: 0px 20px;
}
.staff-content p:first-child {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 20px;
}
/* PROPERTY STUFF */
.property-image-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 100%;
	margin-top: 50px;
}
.property-main-image {
	width: 100%;
	min-height: 545px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	border: solid 1px #D3D3D3;
}
.property-sub-images {
	width: 30%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: 10px;
}
.property-sub-images a {
	width: 100%;
	height: 175px;
	border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: lightgray;
}
.property-sub-images a:not(:last-child) {
	margin-bottom: 10px;
}
.property-content-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 50px;
}
.property-details {
	width: 35%;
	height: fit-content;
	box-shadow: 0px 0px 6px #00000029;
	border-radius: 10px;
	background-color: #FFF;
	position: relative;
	overflow: hidden;
	padding: 125px 25px 0px 25px;
}
.property-price {
	background-color: #275085;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 125px;
	width: 100%;
	padding-top: 25px;
}
.property-price p {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	margin-bottom: 0px;
}
.property-price p span {
	font-weight: bold;
	font-size: 35px;
}
.property-content {
	width: 100%;
	padding-right: 100px;
}
.property-details > p {
	text-align: center;
}
.property-rooms {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #D3D3D3;
	padding: 10px 0px;
}
.property-details h3 {
	text-transform: none;
	padding: 0px 15px;
}
.property-details ul {
	padding: 0px 15px !important;
	margin-left: 25px !important;
}
.property-rooms > div {
	width: 33%;
}
.property-rooms > div:not(:last-child) {
	border-right: 1px solid #D3D3D3;
}
.property-avail {
	margin-top: 15px;
}
.property-avail span {
	font-weight: bold;
	margin-left: 5px;
}
.property-rooms > div p {
	text-align: center;
	margin-bottom: 0px;
}
.property-rooms > div p:last-child {
	padding-top: 10px;
	font-weight: bold;
	font-size: 20px;
	color: #061324;
	opacity: 0.5;
}
.property-rooms > div p i{
	color: #62C3E1;
	font-size: 35px;
}
.btnBlue {
	border-radius: 10px;
	padding: 15px 25px;
	background-color: #62C3E2;
	height: fit-content;
	color: #000000;
	margin-top: 15px;
	display: block !important;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.details-gray {
	font-size: 12px;
	opacity: 0.5;
	padding: 15px 0px;
}
.property-content h1,
.property-content h3 {
	text-transform: none;
}
.feature-box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width: 600px;
	margin-top: 25px;
}
.feature-box > div {
	margin-bottom: 25px;
	height: 150px;
	width: 150px;
	margin-right: 25px;
}
.feature-box > div p {
	text-align: center;
	color: #777E86;
	font-weight: bold;
	padding: 0px 15px;
}
.feature-box > div p i {
	color: #62C3E1 !important;
	font-size: 35px;
}
.property-sub-images a {
	display: none;
}
.property-sub-images a:nth-child(1) {
	display: block !important;
}
.property-sub-images a:nth-child(2) {
	display: block !important;
}
.property-sub-images a:nth-child(3) {
	display: block !important;
}
.feature-ico {
	margin: 0 auto;
	width: 50px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}
.search {
	position: fixed;
	max-width: 700px;
	width: 75%;
	background-color: #FFF;
	border-radius: 5px !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 200;
}

.search > div{
   position: relative;
   width: 100%;
   margin-left: 10px;
   display: flex;
   justify-content: flex-start;
   align-items: center;
}
.search > div .btn {
	border-radius: 5px;
	height: 52px;
	background-color: #62C3E1;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	font-size: 18px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	z-index: 250;
	cursor: pointer;
}
.search > div .btn i {
	margin-right: 10px;
}
.search-container {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 50;
	display: none;
}
.search-container.open-search {
	display: block !important;
}
.active-search {
	display: block !important;
}
.no-results {
    font-style:italic;
    color:red;
    min-height:300px;
}
/***********************
  Pagination Styles
***********************/

.pagination {
  text-align: right;
}

.flexbox.asset-paging {
	margin: 15px 0;
}

.flexbox.asset-paging > div:first-child {
	flex-grow: 1;
	text-align: left;
}

.pagination > div,
.pagination li,
.dataTables_paginate a {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: middle;
}

.pagination li:before {
	display: none;
}

.pagination > div + div,
.pagination li + li,
.dataTables_paginate a + a {
  margin-left: 6px !important;
}

.pagination a, 
.pagination span,
.pagination strong,
.dataTables_paginate a {
  display: inline-block;
  font-family: 'Century Gothic',Arial,Helvetica,sans-serif !important;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 10px 11px 8px !important;
  border-radius: 2px !important;
  cursor: pointer;
}

.pagination span {
  padding:10px 13px 10px 11px;
}
.pagination > .prev:empty,
.pagination > .next:empty,
.pagination a,
.dataTables_paginate a  {
  color: #000 !important;
  background: #efefef !important;
  border: 1px solid #ccc !important;
  transition: all 0.3s ease 0s;
}

.pagination a:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):not(.disabled):hover {
  background: #275085 !important;
  color: #FFF !important;
}

.pagination span,
.pagination > li > strong
.dataTables_paginate span > a  {
  font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
  color: #FFF !important;
  background-color: #275085 !important;
  border: 1px solid #FFF !important;
  font-weight: bold !important;
}

/*
.pagination > .prev a,
.pagination > .next a,
.dataTables_paginate a.previous,
.dataTables_paginate a.next {
  font-size: 22px;
  padding: 8px 11px 11px 11px;
}
*/

.pagination > .prev:empty + div {
  margin-left: 0px;
}

.pagination > div > strong,
.dataTables_wrapper[id*="DataTables"] .dataTables_paginate a.current,
.dataTables_wrapper[id*="DataTables"] .dataTables_paginate a.current:hover {
	background-color: #275085 !important; 
	border: solid 1px #275085 !important;
	color: #FFFFFF !important;
	font-weight: bold;
}

.pagination > .prev,
.pagination > .next {
	height: 34px;
	width: 34px;
}

.pagination > .prev a,
.pagination > .next a,
.dataTables_paginate a.previous,
.dataTables_paginate a.next {
	font-size: 0 !important;
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
	height: 34px;
	width: 34px;
}

.pagination > .prev a:after,
.pagination > .next a:after,
.pagination > .prev:empty:after,
.pagination > .next:empty:after,
.dataTables_paginate a.previous:after,
.dataTables_paginate a.next:after {
	content: "";
	display: inline-block;
	font-family:"Font Awesome 5 Pro";
	font-size: 18px;
	line-height: 14px;
	font-weight: 500;
}

.pagination > .prev a:after,
.dataTables_paginate a.previous:after,
.pagination > .prev:empty:after {
	content: "\f053";
}

.pagination > .next a:after,
.dataTables_paginate a.next:after,
.pagination > .next:empty:after {
	content: "\f054";
}

.pagination > .prev:empty,
.pagination > .next:empty {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.pagination > .prev:empty,
.pagination > .next:empty,
.dataTables_paginate a.disabled {
	opacity: 0.4;
}
.feature-text {
	text-align: left !important;
	padding: 0px 15px !important;
}
/* Resources */
.resource-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	min-height: 100px;
	margin: 50px 0px;
}
.resource-item {
	width: 350px;
	height: 350px;
	box-shadow: 0px 0px 6px #00000029;
	border-radius: 10px;
	margin: 8px;
	background-color: #FFF;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
	border: 2px solid #FFF;
	padding: 25px;
}
.resource-item i {
	font-size: 28px;
	color: #62C3E1;
	margin-bottom: 25px;	
}
.resource-item .doc-title > span {
	font-weight: bold;
	color: #275085 !important;
}
.resource-item .document-desc {
	color: #777E86;
	height: 105px;
}
.resource-item .btn {
	height: fit-content;
}
.resource-item:hover {
	border: 2px solid #62C3E1;
}
/* FAQs page */

.cat-title {
	font-size: 36px;
	font-family: 'Newberry-Bold';
	margin: 40px auto;
	cursor: pointer;
}
.cat-title:first-child {
	margin-top: 0;
}
.faq + .faq {
	border-top: 2px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
}
.faq > h3 > i,
.question i,
.toggle-head > i {
	position: absolute;
	right: 15px;
	top: 5px;
	transition: all 0.3s ease 0s;
}
.toggle-head > i {
	top: 25px;
}
.faq > h3.open > i,
.show .question i,
.show .toggle-head > i {
transform: rotate(90deg);
}
.question {
	position: relative;
	margin: 0;
	padding-right: 70px;
	cursor: pointer;
}
.section-content .question {
	font-size: 22px;
}

.show .question:after {
	border-top-width: 0;
	border-bottom-width: 8px;
}

.answer {
	padding: 20px 0 0;
}
.answer p {
	margin: 0;
}
.answer-drop {
	display: none;
}
.col-left > p > a {
	font-weight: bold;
}
.search-header {
	text-align: center;
}