/* Blocks */


/* Banner */

.banner {
	height: 600px;
}

.banner p img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.banner-anchor {
	position: absolute;
	bottom: var(--navbar-height-scrolled);
}

.scroll-down-icon {
	position: absolute;
	bottom: 1.5rem; left: 50%;
	transform: translateX(-50%);
	width: 48px;
	z-index: 2;
}


/* Columns - Content */

.column-img + .column-content,
.column-carousel + .column-content-wrapper,
.column-content + .btn-row, 
.column-img + .btn-row,
.column-content + .btn-collapse-wrapper, 
.column-img + .btn-collapse-wrapper,
.column-content + .column-btn,
.column-img-content-wrapper + .column-btn,
.column-content + .form-modal {
	margin-top: 1.75rem;
}

.fullwidth .column-content-wrapper {
	margin: 0 auto;
	max-width: 720px;
}

.column-video-wrapper.portrait {
	aspect-ratio: 3/4;
}

.column-video-wrapper.landscape {
	aspect-ratio: 3/2;
}

.column-video-wrapper.square {
	aspect-ratio: 1/1;
}

.column-video-wrapper.banner {
	aspect-ratio: 16/9;
}


/* Columns - Icons */

.col-icon .icon-img-wrapper {
	height: 60px;
	width: 60px;
}

.col-icon .icon-img-wrapper .icon-img {
	max-width:100%;
	max-height:100%;
	height: auto;
	width:auto;	
}

.icon-img-wrapper + .icon-text {
	margin-top: 1rem;
}


/* Map */

.map-wrapper {
	height: 600px;
}

.map-wrapper .map-container {
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.map-wrapper iframe {
	height: 100%;
	width: 100%;
}

.map-outer h1,.map-outer h2,.map-outer h3,.map-outer h4,.map-outer h5,.map-outer h6,
.map-outer .subtitle,.map-outer p,.map-outer ol,.map-outer ul {
	margin-bottom: 0.5rem;
}

.map-sidebar {
	overflow-y: auto;
	padding: 1.75rem;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}

.map-sidebar .location:not(:last-child) {
	border-bottom: 1px solid;
	margin-bottom: 1.75rem;
	padding-bottom: 1.75rem;
}


/* Media Queries */

/* 992px */
@media (max-width: 991px) { 
	.col-map-sidebar {height: 450px;}
}

/* 768px */
@media (max-width: 767px) { 
	.banner, .map-wrapper {height: 450px;}
	.col-map-sidebar {height: 300px;}
	.banner-anchor {bottom: var(--navbar-height-mobile);}
	.scroll-down-icon {bottom: 0.75rem;}
	.icon-text {font-size: 0.75rem;}
	.col-icon .icon-img-wrapper {height: 48px; width: 48px;}
	.map-outer h1,.map-outer h2,.map-outer h3,.map-outer h4,.map-outer h5,.map-outer h6,.map-outer .subtitle,.map-outer p,.map-outer ol,.map-outer ul {margin-bottom: 0.375rem;}
	.map-sidebar {padding: 1.25rem;}
	.map-sidebar .location:not(:last-child) {margin-bottom: 1.25rem;padding-bottom: 1.25rem;}
}

/* 576px */
@media (max-width: 575px) { 
	.map-wrapper {height: 350px;}
	.col-map-sidebar {height: 250px;}
}