#information-hero-row {
	padding-top: 60px;
}

.site-logo.location-logo {
	max-width: 450px;
	padding: 0 20px 20px 0;
	height: unset;
}

.location_excerpt {
	color: var(--text-color) !important;
	margin-top: 1em;
}

#content ul.locationInformation {
	list-style: none;
}

#content ul.locationInformation li {
	margin-bottom: 1.5em !important;
	line-height: 1.2;
}

#content ul.locationInformation li::before {
	content: "";
	display: block;
	position: absolute;
	width: 1.77em;
	height: 1.77em;
	left: -2.2em;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 100%;
}

.dark-theme #content ul.locationInformation li::before {
	background-color: var(--white);
}

#content ul.locationInformation li.address::before {
	background-image: url(../../images/icons/svg/general/address.svg);
}

#content ul.locationInformation li.phone::before {
	background-image: url(../../images/icons/svg/general/phone-no-background.svg);
}

#content ul.locationInformation li.hours::before {
	background-image: url(../../images/icons/svg/general/hours.svg);
}

#content ul.locationInformation li a {
	color: var(--text-color);
	text-decoration: none;
}

#content ul.locationInformation li a:hover {
	text-decoration: underline;
}

.wpb_gmaps_widget .wpb_wrapper,
.wpb_gmaps_widget iframe {
	border-radius: var(--border-radius);
	overflow: hidden;
}

.available-departments-heading {
	margin-bottom: 1em !important;
}

.location-section-heading {
	width: 100%;
	padding-bottom: 1em;
	border-bottom: 1px solid var(--dark-blue);
}

.emergency-contact-information-heading {
	color: var(--red) !important;
}

.dark-theme .location-section-heading {
	width: 100%;
	border-bottom: 1px solid var(--sky-blue);
}
