/* 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: 2rem; left: 50%;
	transform: translateX(-50%);
	width: 48px;
	z-index: 2;
}


/* Columns - Content */

.column-img + .column-content,
.column-carousel + .column-content-wrapper {
	margin-top: 1.75rem;
}

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


/* 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%;
}





/* Media Queries */

/* 768px */
@media (max-width: 767px) { 
	.banner, .map-wrapper, .map-wrapper .map-container {height: 450px;}
	.banner-anchor {bottom: var(--navbar-height-mobile);}
	.scroll-down-icon {bottom: 1rem;}
	.icon-text.text-sm {font-size: 0.75rem;}
	.col-icon .icon-img-wrapper {height: 48px; width: 48px;}
}

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