.location-info-wrapper {
    position: relative;
    overflow: hidden;
	background-size: cover;
	background-position: center;
}

figure.image-wrapper.location-image {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: -2;
}

figure.image-wrapper.location-image > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width:  101%;
    min-height:  101%;
    width: auto;
    height: auto;
}
.location-info {
    background-color: rgba(255, 255, 255, 0.85);
    width: fit-content;
    padding: 2rem;
    min-width: 325px;
    border: solid 2px #00927b;
    margin-left: auto;
	font-size: 1.15rem;
}
.location-info .btn {
	font-size: 1.25rem;
}
.location-info hr {
    border-bottom: solid 3px #00927b;
    opacity: 1;
}
.location-info > *:last-child {
    margin-bottom: 0;
}
.location-info-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.single-locations #content {
	padding-top: 4rem;
}
.single-locations p {
	line-height: 1.5;
}
.single-locations h2 {
	margin-bottom: 1.5rem;
}
.single-locations p+h2 {
	margin-top: 2rem;
}
.single-locations h3 {
	font-weight: 600;
}

.location-form-wrapper {
    border: solid 1px #00927b;
    padding: 2rem;
    border-radius: 10px;
}
.map-outer {
    padding: 2rem;
    background-color: #f6f6f6;
}

figure.team-photo {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    border: solid 3px #00927b;
	background-color: #fff;
}
figure.team-photo > img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 5%);
    max-width: 82%;
}
.team-col {
	text-align: center;
}


body .btn-secondary:hover {
    background-color: #007a66;
    color: #ffffff;
    text-decoration: none;
}

body .btn-secondary:focus,
body .btn-secondary:active {
    background-color: #006856;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(0, 146, 123, 0.5);
}
body .btn-secondary {
    color: #fff;
    background-color: #00927b;
    border-color: #00927b;
}

.location-info-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #003087;
    top: 0;
    z-index: -1;
    mix-blend-mode: multiply;
}
.col-md-4.team-col {
    max-width: 350px;
}
@media screen and (min-width: 576px) {
	ul.two-column {
		columns: 2;
	}
}
