  body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 60px;
	font-weight: 700;
}


h2 {
	font-size: 42px;
	font-weight: 300;
}

h3 {
	font-size: 2.25rem;
}

h4 {
	font-size: 1.75rem;
}

a {
	color: #002f87;
}

p {
	font-size: 19px;
}

	p.lead {
		font-size: 24px;
		font-weight: 400;
	}

h1.dark {
	color: #434242;
}

h2.dark {
	color: #434242;
}

h3.dark {
	color: #434242;
}

h4.dark {
	color: #434242;
}

#navigation .nav-link {
	color: #000;
	font-weight: 600;
	transition: all .25s;
}

	#navigation .nav-link.active,
	#navigation .nav-link:focus,
	#navigation .nav-link:hover {
		color: #1f3d7c;
		font-weight: 900;
	}

.masthead {
	position: relative;
}

	.masthead h1 {
		font-size: 72px;
	}

.masthead-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bkgrd-map {
	position: absolute;
	top: .5rem;
	right: 0;
	height: 100%;
	height: calc(100% - 0.5rem);
	width: auto;
}

.section-dark {
	background-color: #434242;
	color: #fff;
}

.section-parallax .parallax-window {
	min-height: 400px;
	background: transparent;
}

	.section-parallax .parallax-window .section-title {
		color: #fff;
		font-size: 100px;
		font-weight: 700;
		line-height: 1.3;
		margin-top: 10rem;
	}

	.section-parallax .parallax-window .section-caption {
		background-color: #fff;
		font-size: 18px;
		max-width: 500px;
		padding: 2rem;
		margin-top: 10rem;
		margin-bottom: 8rem;
	}

	.section-parallax .parallax-window:nth-child(even) .section-title {
		text-align: right;
	}

	.section-parallax .parallax-window:nth-child(even) .section-caption {
		margin-left: auto;
	}

.section-bkgrd,
.col-bkgrd {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

	.section-bkgrd .d-flex {
		min-height: 800px;
	}

.section-bkgrd-caption {
	margin-left: 6rem;
}

.section-bkgrd-title {
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.3;
}

.section-bkgrd-caption .btn-primary {
	max-width: 240px;
}

.section-card {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	height: 340px;
}

.card-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: background-color .5s;
}

.card-name {
	border: 2px solid #fff;
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	padding: 2rem 0;
	width: calc(100% - 6rem);
	margin-left: 3rem;
	margin-right: 3rem;
}

.card-description {
	color: #fff;
	line-height: 1.3;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	transition: opacity .5s;
	padding: .5rem 3rem;
}

.section-card:hover .card-overlay,
.section-card:focus .card-overlay {
	background-color: rgba(0,0,0,.5);
}

.section-card:hover .card-description,
.section-card:focus .card-description {
	opacity: 1;
}

.section-connect {
	background-color: #e4e2e2;
}

	.section-connect h2 {
		font-size: 50px;
	}

	.section-connect .btn-primary {
		max-width: 400px;
	}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
	width: 48px;
	padding: 0;
	opacity: 1;
}

	.carousel .carousel-control-prev::after,
	.carousel .carousel-control-next::after {
		content: "";
		display: block;
		width: 48px;
		height: 48px;
		position: absolute;
		background-color: #000;
	}

.carousel .carousel-control-prev-icon {
	margin-left: -5px;
	z-index: 9;
}

.carousel .carousel-control-next-icon {
	margin-right: -5px;
	z-index: 9;
}

.section-connect img:hover,
.section-connect img:focus,
.social-media img:hover,
.social-media img:focus {
	transform: scale(1.3);
	transition: all .5s;
}

.section-light {
	background-color: #f2f1f1;
}

.section-light-dark {
	background-color: #e4e2e2;
}

	.section-light .container,
	.section-light .container-fluid,
	.section-light-dark .container,
	.section-light-dark .container-fluid,
	.section-primary .container,
	.section-primary .container-fluid {
		background-color: #fff;
	}

.section-primary {
	background-color: #002f87;
}

	.section-primary > h1 {
		color: #fff;
	}

.single-img-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

	.single-img-caption > div {
		border: 2px solid #fff;
		color: #fff;
		font-size: 30px;
		line-height: 1.3;
		text-align: center;
		text-transform: uppercase;
		padding: 2rem 3rem;
		margin: auto;
	}

.img-container {
	overflow: hidden;
}

	.img-container .img-fluid:hover,
	.img-container .img-fluid:focus {
		transform: scale(1.1);
		transition: all .5s;
	}

.press-item + .press-item {
	border-top: 1px solid #002f87;
}

	.press-item + .press-item h5 {
		margin-top: 1rem;
	}

#neighborhoods h4 {
	font-size: 1.5rem;
}

#neighborhoods .card-body {
	color: #fff;
}

#neighborhoods .slick-arrow {
	background-color: #000;
	width: 45px;
	height: 45px;
	z-index: 1;
}

#neighborhoods .slick-prev {
	left: -40px;
}

#neighborhoods .slick-next {
	right: -40px;
}

	#neighborhoods .slick-prev:before,
	#neighborhoods .slick-next:before {
		font-family: inherit;
		font-size: 2rem;
		font-weight: 400;
	}

#neighborhoods .slick-prev:before {
	content: '<';
}

#neighborhoods .slick-next:before {
	content: '>';
}

#card-nanea .card-body {
	background-color: #274e55;
}

#card-luana .card-body {
	background-color: #49516d;
}

#card-malina .card-body {
	background-color: #ff9016;
}

#card-walea .card-body {
	background-color: #70405e;
}

#card-waioha .card-body {
	background-color: #004d69;
}

card-malukoa .card-body {
	background-color: #146889;
}

.nanea-bg {
	background-color: #274e55 !important;
}

.luana-bg {
	background-color: #49516d !important;
}

.malina-bg {
	background-color: #ff9016 !important;
}

.walea-bg {
	background-color: #70405e !important;
}

.waioha-bg {
	background-color: #004d69 !important;
}

.malukoa-bg {
	background-color: #146889 !important;
}

.img-caption-hover {
	position: relative;
}

	.img-caption-hover .hover-content {
		background-color: rgba(0,0,0,.5);
		color: #fff;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
	}

	.img-caption-hover:hover .hover-content,
	.img-caption-hover:focus .hover-content {
		opacity: 1;
		transition: opacity .25s;
	}

.section-subnav {
	background-color: #1f3d7c;
}

#subnav {
	background-color: #1f3d7c;
}

	#subnav .nav-link {
		color: #fff;
		font-size: 24px;
		font-weight: 600;
	}

		#subnav .nav-link.active,
		#subnav .nav-link:focus,
		#subnav .nav-link:hover {
			font-weight: 900;
		}

.team-member {
	position: relative;
}

	.team-member::before {
		content: "";
		display: block;
		padding-top: 112.347826%;
	}

	.team-member img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

.team-member-hover {
	opacity: 0;
	z-index: 9;
}

.team-member:hover .team-member-hover,
.team-member:focus .team-member-hover,
.team-member:hover .exec-title,
.team-member:focus .exec-title {
	opacity: 1;
	transition: opacity .25s;
}

.team-member .link-bio {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.exec-title {
	background-color: rgba(0,0,0,.7);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	opacity: 0;
}

	.exec-title p {
		color: #fff;
		line-height: 1;
	}

.bkgrd-overlay:hover,
.bkgrd-overlay:focus {
	background-color: rgba(0,0,0,.5);
	transition: background-color .5s;
}

.dark-overlay {
	background-color: rgba(0,0,0,.5);
	color: #fff;
}

.divider {
	border-bottom: 6px solid #002f87;
}

.link-dark,
.link-dark:hover,
.link-dark:focus {
	color: #000;
	text-decoration: none;
}

.light-color {
	color: #fff;
}

.dark-color {
	color: #000;
}

	.dark-color a:not(.btn) {
		color: #000 !important;
	}

.secondary-color {
	color: #c4c572;
}

.bkgrd-light {
	background-color: #fff;
	color: #000;
}

.break-word {
	word-wrap: break-word;
}

.font-size-1 {
	font-size: 1rem;
}

.line-height-1 {
	line-height: 1.3;
}

.line-height-2 {
	line-height: 1.5;
}

.letter-spacing-1 {
	letter-spacing: .5rem;
}

.link-more {
	border-bottom: 1px solid #002f87;
}

	.link-more:hover,
	.link-more:focus {
		border-bottom: 1px solid #434242;
		color: #434242;
		text-decoration: none;
	}

.px-6 {
	padding-left: 6rem;
	padding-right: 6rem;
}

.btn-primary {
	background-color: #002f87;
	transform: background-color .5s;
}

	.btn-primary:hover,
	.btn-primary:focus {
		background-color: #434242;
	}

.btn-light {
	background-color: #f2ede5;
	color: #000;
	transform: background-color .5s;
}

	.btn-light:hover,
	.btn-light:focus {
		background-color: #fff;
	}

.primary-color {
	color: #002f87;
}

footer {
	background-color: #002f87;
	color: #fff;
}

	footer ul,
	footer li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	footer li {
		font-size: 18px;
		margin-bottom: 1rem;
	}

		footer li a {
			font-weight: 600;
			transition: all .25s;
		}

			footer li a:hover,
			footer li a:focus {
				font-weight: 900;
			}

	footer a,
	footer a:hover,
	footer a:focus {
		color: #fff;
		text-decoration: none;
	}

.text-underline {
	text-decoration: underline !important;
}

footer .border-bottom {
	border-bottom: 2px solid #fff;
}

.footer-social-media a:hover img,
.footer-social-media a:focus img {
	transform: scale(1.3);
	transition: all .5s;
}

@media (max-width: 1999.98px) {
	.line-height-lt1 {
		line-height: 1.3;
	}
}

@media (max-width: 1399.98px) {
	#subnav .nav-link {
		font-size: 1.75vw;
	}

	.team-bio h3 {
		font-size: 1.5rem;
	}
}

@media (max-width: 1199.98px) {
	.section-parallax .parallax-window .section-title {
		margin-top: 6rem;
	}

	.section-parallax .parallax-window .section-caption {
		margin-top: 6rem;
		margin-bottom: 5rem;
	}

	.section-bkgrd-caption {
		margin-left: 3rem;
	}

	.section-bkgrd .d-flex {
		min-height: 600px;
	}
}

@media (max-width: 991.98px) {
	h1 {
		font-size: 42px;
	}

	h4 {
		font-size: 1.5rem;
	}

	.h3-lg {
		font-size: 25px;
	}

	.logo {
		max-width: 150px;
	}

	#navigation .nav-item {
		text-align: center;
	}

	#navigation .nav-link {
		display: inline-block;
	}

	.masthead h1 {
		font-size: 8vw;
	}

	.masthead .carousel-caption {
		right: 3rem;
		left: 3rem;
	}

	.bkgrd-map {
		height: auto;
		width: 880px;
	}

	.section-parallax .parallax-window {
		margin-bottom: 280px !important;
		min-height: 500px;
	}

		.section-parallax .parallax-window .section-caption {
			background-color: transparent;
			position: absolute;
			top: 100%;
			max-width: 100%;
			padding: 2rem 5rem 2rem 0;
			margin-top: 0;
			margin-bottom: 0;
		}

		.section-parallax .parallax-window .section-title {
			font-size: 64px;
			margin-top: 0;
			padding-top: 12rem;
			height: 500px;
		}

		.section-parallax .parallax-window:nth-child(3) .section-title {
			padding-top: 10rem;
		}

	.section-bkgrd-caption {
		margin-left: 0;
	}

	.section-bkgrd .d-flex {
		min-height: 400px;
	}

	#neighborhoods .card-body {
		min-height: 300px;
	}

	#subnav .nav-link {
		font-size: 24px;
		text-align: center;
	}
}

@media (max-width: 767.98px) {
	.bkgrd-map {
		width: 100%;
	}

	.section-parallax .parallax-window {
		margin-bottom: 300px !important;
		min-height: 350px;
	}

		.section-parallax .parallax-window .section-title {
			font-size: 7vw;
			padding-top: 8rem;
			height: 350px;
		}

		.section-parallax .parallax-window .section-caption {
			padding-top: 1rem;
		}

		.section-parallax .parallax-window:nth-child(3) .section-title {
			padding-top: 7rem;
		}

	.section-bkgrd .d-flex {
		min-height: 300px;
	}
}

@media (max-width: 575.98px) {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 1.75rem;
	}

	.bkgrd-map {
		width: 120%;
		margin-right: -20%;
	}

	.section-parallax .parallax-window {
		margin-bottom: 330px !important;
		min-height: 50vw;
	}

		.section-parallax .parallax-window:nth-child(1) {
			margin-bottom: 280px !important;
		}

		.section-parallax .parallax-window:nth-child(2) {
			margin-bottom: 360px !important;
		}

		.section-parallax .parallax-window .section-title {
			padding-top: 20vw;
			height: 50vw;
		}

		.section-parallax .parallax-window .section-caption {
			padding-top: 1rem;
			font-size: 16px;
			padding-right: 2rem;
		}

		.section-parallax .parallax-window:nth-child(3) .section-title {
			padding-top: 15vw;
		}

	.section-bkgrd-title {
		font-size: 36px;
	}

	.section-card {
		height: 280px;
	}

	.card-name {
		font-size: 6vw;
		padding: 1rem 0;
		width: calc(100% - 2rem);
		margin-left: 2rem;
		margin-right: 2rem;
	}

	.card-description p {
		font-size: 16px;
	}

	.section-connect h2 {
		font-size: 36px;
	}

	.hover-content p {
		font-size: 3.5vw;
	}

	footer {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.hover-content p {
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	.logo {
		max-width: 12vw;
	}

	#navigation {
		height: 110px;
	}

		#navigation .dropdown:hover .dropdown-menu,
		#navigation .dropdown:focus .dropdown-menu {
			display: block;
		}

	.px-lg-6 {
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.mb-lg-6 {
		margin-bottom: 4rem !important;
	}

	.content-box h1 {
		font-size: 56px;
	}

	.content-box p {
		line-height: 1.4;
	}

	#neighborhoods .card-body {
		min-height: 320px;
	}

	.dark-overlay h1 {
		font-size: 54px;
	}
}

@media (min-width: 1200px) {
	.hover-content p {
		font-size: 16px;
	}
}

@media (min-width: 1400px) {
	header {
		position: relative;
	}

	.navbar {
		position: inherit;
	}

	#navigation {
		padding-left: 5rem;
	}

	.logo {
		position: absolute;
		left: 3rem;
		top: .5rem;
		max-width: 160px;
	}

	.container-xxl {
		max-width: 1300px;
	}

	#neighborhoods .card-body {
		min-height: 310px;
	}

	.hover-content p {
		font-size: 21px;
	}

	.team-bio h2 {
		font-size: 52px;
	}
}

@media (min-width: 1600px) {
	.container-xxl {
		max-width: 1400px;
	}

	#navigation {
		padding-left: 0;
	}

	.hover-content p {
		font-size: 24px;
	}
}

@media (min-width: 1800px) {
	.content-box p {
		font-size: 20px;
		line-height: 1.6;
	}
}

.content-box {
	max-width: 1800px;
}

	.content-box .btn {
		max-width: 420px;
	}

@media (min-width: 992px) {
	.masthead-video-fullscreen,
	.masthead-video-short {
		position: relative;
		overflow: hidden;
	}

	.masthead-video-fullscreen {
		height: calc(100vh - 100px);
	}

	.masthead-video-short {
		height: calc(80vh - 100px);
	}

		.masthead-video-short .embed-responsive {
			position: absolute;
			top: 0;
			margin-top: calc((80vh - ((100vw * 9)/16))/2 - 50px);
		}
}

@media (min-aspect-ratio: 16/9) {
	.masthead-video-fullscreen .embed-responsive {
		position: absolute;
		top: 0;
		margin-top: calc((100vh - ((100vw * 9)/16))/2 - 50px);
	}
}

.content-container {
	max-width: 1800px;
	margin: 0 auto;
}

/* Advantage Program - Added on 05/10/2021 */

.section-advantage-program p {
	font-size: 17px;
}

.ap-title {
	background-color: #002f87;
	color: #fff;
	font-size: 19px;
	max-width: 600px;
}

#aside-nav .nav-link {
	display: inline-block;
	padding: .25rem 0;
}

	#aside-nav .nav-link.active,
	#aside-nav .nav-link:focus,
	#aside-nav .nav-link:hover {
		font-weight: 700;
	}

.btn-logout {
	max-width: 345px;
}

.btn-register {
	max-width: 400px;
}

.container-xxxl {
	max-width: 1680px;
}

@media (max-width: 991.98px) {
	.section-advantage-program .aside {
		border-top: 1px solid #002f87;
	}

	.logo-aside {
		width: 515px;
	}
}

@media (max-width: 575.98px) {
	.h3-ap {
		font-size: 4.75vw;
	}

	.btn-register {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	.section-advantage-program .aside {
		border-left: 1px solid #002f87;
	}

	.logo-aside {
		width: 345px;
	}

	.py-lg-6 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.h3-ap {
		font-size: 3vw;
	}
}

/* Added on 05/22/2021 */

.bkgrd-dark-65 {
	background-color: rgba(0,0,0,.65);
}

.row-links a {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	text-decoration: none;
	height: 125px;
	min-height: 0 !important;
}

.link-dc {
	background-color: #dba53f;
}

.link-dob {
	background-color: #9a8967;
}

.link-ccb {
	background-color: #d2af6d;
}

.link-801 {
	background-color: #b18750;
}

.mw-400 {
	max-width: 400px;
}

#map-pinch-zoom {
	padding-bottom: 50.8%;
	height: 0 !important;
}

.font-weight-black {
	font-weight: 900;
}

.tr-light-color td,
.tr-light-color th {
	background-color: #dba53f;
	color: #fff;
}

.table-tenants {
	border: 1px solid #c6c7c8;
	border-top: none;
}

	.table-tenants td {
		color: #442010;
		border-bottom-color: #c6c7c8;
	}

	.table-tenants th {
		border-bottom-color: #c6c7c8;
	}

@media (max-width: 991.98px) {
	.bkgrd-responsive {
		background-color: transparent !important;
	}

	.table-tenants th {
		display: none;
	}

		.table-tenants th:first-child {
			display: block;
		}

	.table-tenants td {
		background-color: #fff;
		border-top: none;
		display: block;
		float: left;
		width: 100%;
		text-align: right;
		position: relative;
		padding-left: 5rem;
		padding-top: 0;
		padding-bottom: 0;
	}

		.table-tenants td::before {
			content: "";
			display: block;
			font-weight: 700;
			position: absolute;
			left: .75rem;
			top: 0;
		}

		.table-tenants td:nth-child(1) {
			text-align: left;
			padding-left: .75rem;
			padding-top: .5rem;
		}

		.table-tenants td:nth-child(2):before {
			content: "Suite";
		}

		.table-tenants td:nth-child(3):before {
			content: "Box #";
		}

		.table-tenants td:nth-child(4):before {
			content: "Phone";
		}

		.table-tenants td:nth-child(5):before {
			content: "Fax";
		}

		.table-tenants td:last-child {
			border-bottom: 1px solid #dee2e6;
			padding-bottom: .5rem;
		}
}

@media (min-width: 992px) {
	.table-tenants td {
		min-width: 125px;
	}

	.h3-lg {
		font-size: 2.25rem;
	}
}

@media (max-width: 767.98px) {
	.team-member .team-member-hover,
	.team-member .exec-title {
		opacity: 1;
		transition: opacity .25s;
	}
}


/* Added on 05/26/2021 */

a.light-color:hover,
a.light-color:focus {
	color: #fff;
}

.link-tenant {
	color: #000;
	display: inline-block;
	margin-bottom: .25rem;
}

	.link-tenant:hover,
	.link-tenant:focus {
		color: #000;
		text-decoration: none;
	}

.hr-primary {
	border-color: #002f87;
}

.link-top {
	color: #002f87;
	font-size: 19px;
	font-weight: 700;
}

#location-pinch-zoom {
	height: 0;
	padding-bottom: 50.8%;
}

#sitemap-pinch-zoom {
	height: 0;
	padding-bottom: 36.5%;
}

.tr-primary-color td,
.tr-primary-color th {
	background-color: #002f87;
	color: #fff;
}

.tr-highlighted td {
	background-color: #fff300;
}

.table-sitemap {
	border: 1px solid #c6c7c8;
}

	.table-sitemap td {
		color: #442010;
		border-bottom-color: #c6c7c8;
	}

	.table-sitemap th {
		border-bottom-color: #c6c7c8;
	}

@media (max-width: 991.98px) {
	.table-sitemap th {
		display: none;
	}

	.table-sitemap tr {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.table-sitemap td {
		border-top: none;
		display: block;
		float: left;
		width: 100%;
		text-align: right;
		position: relative;
		padding-left: 5rem;
		padding-top: 0;
		padding-bottom: 0;
	}

		.table-sitemap td::before {
			content: "";
			display: block;
			font-weight: 700;
			position: absolute;
			left: .75rem;
			top: 0;
		}

		.table-sitemap td:nth-child(1) {
			-ms-flex-order: 2;
			order: 2;
		}

		.table-sitemap td:nth-child(2) {
			-ms-flex-order: 3;
			order: 3;
		}

		.table-sitemap td:nth-child(3) {
			text-align: left;
			padding-left: .75rem;
			padding-top: .5rem;
			-ms-flex-order: 1;
			order: 1;
		}

		.table-sitemap td:nth-child(1):before {
			content: "LOT #";
		}

		.table-sitemap td:nth-child(2):before {
			content: "ACERAGE";
		}

		.table-sitemap td:nth-child(2) {
			border-bottom: 1px solid #dee2e6;
			padding-bottom: .5rem;
		}
}

@media (min-width: 992px) {
	.table-sitemap td {
		min-width: 125px;
	}
}


@media (min-width: 992px) {
	#navigation > ul,
	#navigation > ul > li {
		height: 100%;
	}

		#navigation > ul > li:hover .dropdown-menu,
		#navigation > ul > li:focus .dropdown-menu {
			height: 50px;
			opacity: 1;
		}

		#navigation > ul > li .dropdown-menu {
			background-color: #1f3d7c;
			display: block;
			position: fixed;
			top: 112px;
			left: 0;
			right: 0;
			opacity: 0;
			height: 0;
			overflow: hidden;
			transition: height .25s ease-in-out, opacity .25s ease-in-out;
		}

	#navigation .dropdown-item {
		color: #fff;
		display: inline-block;
		width: auto;
	}

		#navigation .dropdown-item:hover,
		#navigation .dropdown-item:focus {
			background-color: transparent;
			font-weight: 700;
		}

	#navigation > ul > li > a {
		height: 100%;
		padding-top: 2.5rem;
	}
}

.navbar-nav .show a.dropdown-toggle::after {
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

@media (min-width: 992px) {
	#navigation > ul > li .dropdown-menu {
		display: none;
	}

	#navigation > ul > li:hover .dropdown-menu,
	#navigation > ul > li:focus .dropdown-menu {
		display: block;
	}
}

.link-white {
	color: #ffffff;
}

.link-white:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Added on 08/07/2021 */

@media (min-width: 992px) {
	#navigation > ul > li .dropdown-menu {
		top: 109.98px;
	}

	#subnav .nav-link {
		line-height: 35px;
		height: 50px;
	}
}

@media (max-width: 575.98px) {
	.content-box .break-word {
		font-size: 16px;
	}
}

#back2Top {
	overflow: hidden;
	z-index: 999;
	display: none;
	cursor: pointer;
	position: fixed;
	bottom: 3rem;
	right: 2rem;
	color: #000;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
}

	#back2Top:hover {
		color: #666;
	}

		/* Added on 08/07/2021 */

		#back2Top:hover img {
			opacity: .6;
		}

@media (max-width: 1024px) {
	.team-member .team-member-hover,
	.team-member .exec-title {
		opacity: 1;
		transition: opacity .25s;
	}

	#leadership-team .col-lg-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 767.98px) {
	#leadership-team .col-lg-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 1024px) {
	.d-ipad-pro-none {
		display: none !important;
	}
}

@media (min-width: 1024.98px) {
	.d-ipad-pro {
		display: none !important;
	}

	.d-ipad-pro-none {
		display: block !important;
	}
}

a.ap-link {
	color: #00529b !important;
	text-decoration: underline;
}

	a.ap-link:hover {
		color: #00529b !important;
		text-decoration: none;
	}

.not-found {
	color: #e8e5e5;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 340px;
	line-height: 1;
}

@media (max-width: 1024px) {
	.not-found {
		font-size: 36vw;
		padding-bottom: 2.5rem;
	}
}

/* Added on 08/20/2021 */

.link-ap {
	padding-top: 1rem;
}

@media (min-width: 1200px) {
	.link-ap {
		white-space: pre;
		margin-left: -38px;
	}
}

@media (min-width: 1400px) {
	.link-ap {
		margin-left: -10px;
	}
}

.modal-contact .modal-content {
	background-color: transparent;
}

.modal-contact .modal-header {
	padding: .25rem 0;
}

.modal-contact .modal-body {
	background-color: #fff;
}

.modal-contact .close {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	opacity: 1;
}

.modal-contact input:not(:placeholder-shown) + label,
.modal-contact textarea:not(:placeholder-shown) + label {
	background-color: #fff;
	font-size: 14px;
	top: -14px;
	left: 18px;
	position: absolute;
	padding: 0px 5px 0px 5px;
}

.modal-contact input:placeholder-shown + label,
.modal-contact textarea:placeholder-shown + label {
	display: none;
}

#btn-submit {
	max-width: 398px;
	margin: 0 auto;
}

.modal-contact .error-message {
	color: #f00;
	display: block;
}

.modal-contact .error .form-control {
	border: 1px solid #f00;
}

.modal-contact .error .error-message {
	color: #f00;
	display: block;
}

/* Added on 09/02/2021 */

#contactus .embed-responsive-16by9::before {
	padding-top: 65%;
}

@media (max-width: 1199.98px) {
	#contactus .embed-responsive-16by9::before {
		padding-top: 85%;
	}
}

@media (max-width: 991.98px) {
	#contactus .embed-responsive-16by9::before {
		padding-top: 760px;
	}
}

@media (max-width: 575.98px) {
	#contactus .embed-responsive-16by9::before {
		padding-top: 830px;
	}
}

@media (max-width: 575.98px) {
	.section-contact .d-flex.align-items-center img {
		max-width: 8vw;
		max-height: 8vw;
	}

	.gateway-footer-content {
		margin-top:20px;
	}
}

.badge-status {
	background-color: #fff;
	border-radius: .75rem .75rem 0 0;
	color: #7b1e27;
	font-size: 1.5rem;
	padding: .5rem 1.5rem;
	position: absolute;
	bottom: 70%;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
}

.gateway-intro {
	background-color: #212c65;
	background-image: url(https://cchh.blob.core.windows.net/media/gateway/gateway_intro_bg.png);
	background-repeat: no-repeat;
	color: #fff;
}

.gateway-blue-bg {
	background-color: #d6eaef;
}

.gateway-footer-bg {
	background-image: url(https://cchh.blob.core.windows.net/media/gateway/gateway_footer.jpg);
	background-repeat: no-repeat;
}



