.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-nav .alias-logo {
    max-width: 16% !important;
}

.alias-navigation_header {
    flex: 0 0 50% !important;
    max-width: 100% !important;
}

.alias-header_btns .header-btns {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.alias-header_btns .header-btns a {
    padding: 8px 13px !important;
    white-space: nowrap;
    margin: 0 !important;
}

.alias-home_cta .cta__button.component__button--1 {
    white-space: nowrap;
}

.alias-phone_footer, .alias-inner_phone_footer {
    text-align: end !important;
}

/* inner */

.pagetitle h1 {
    margin-bottom: 0.5rem !important;
}

.personnel-cont {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3rem !important;
}

.grid-personnel {
    display: grid !important;
    grid-template-columns: 370px 1fr;
    gap: 2rem;
    padding-bottom: 5rem !important;
}

.grid-personnel .img-section {
    height: fit-content !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.grid-personnel h6 {
    text-align: center;
    margin-top: 1rem;
    line-height: 1 !important;
}

/* tour page */

.gallery__container .gallery-slider.flexslider img {
    min-height: 60vh !important;
    max-height: 60vh !important;
}

/* min */
@media (min-width: 992px) {
    .section-banner, .banner-a {
        max-height: calc(100vh - 150px);
    }

    .banner__text-wrapper--right {
        top: 36vh !important;
    }

    .banner-a .controls-wrapper {
        bottom: 10vh !important;
    }
}

/* max */
@media (max-width: 991px) {
    .banner-a .controls-wrapper {
        display: none !important;
    }

    .alias-phone_footer, .alias-inner_phone_footer {
        text-align: center !important;
    }

    .alias- {
        padding: 0 !important;
    }

    /* inner */
    .alias-pcontent {
        padding-top: 1rem !important;
    }

    .alias-pcontent a {
        word-break: break-all;
    }

    .alias-location_footer {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 756px) {
    .grid-personnel {
        grid-template-columns: 1fr;
    }
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}
/*  HOMEPAGE CAPTION COLOR  */
.section--light .banner-a .banner__subtitle {
    color: #011f51;
}