.all-locations .container {
	border-radius: 12px;
	background: #F6F6F9;
	margin: 100px auto 120px;
	padding: 1px;
}

.all-locations h2 {
	text-align: center;
	margin-top: 65px;
}

.all-locations h2::before {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}


.all-locations ul {
    border-radius: 4px;
    border: 1px solid #007CC2;
    background: #FAFAFA;
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.all-locations ul li {
	color: #555;
	text-align: center;
	font-family: "Proxima Nova";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 14px 20px;
	flex-grow: 1;
	cursor: pointer;
	min-width: 180px !important;
	display: flex;
    align-items: center;
    justify-content: center;
}

.all-locations ul li.active {
	border-radius: 4px;
	background: #007CC2;
	color: #FFF;
}

.location-item {
	display: none;
}

.location-item.active {
	display: block;
	position: relative;
}

.location-item .row {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.all-locations .description {
	text-align: center;
	font-family: "Work Sans";
	font-weight: 500;
	line-height: 173.3%;
	max-width: 670px;
	margin: 0 auto 30px;
}

.all-locations .description strong {
	color: #090A0A;
	font-family: "Proxima Nova";
	font-size: 16px;
	font-weight: 700;
}

.all-locations .description strong a {
	color: #007CC2;
	text-decoration-line: underline;
}

.location-item .col-md-3 {
	border-radius: 8px;
	background: #FFF;
	margin-top: 32px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.location-item .h3 {
	color: #007CC2;
	font-family: "Proxima Nova";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
}

.location-item .services {
	margin-bottom: 15px;
}

.location-item a,
.all-hours {
	display: grid;
	grid-template-columns: 25px auto;
	grid-column-gap: 5px;
	color: #000;
	font-family: "Proxima Nova";
	font-size: 14px;
	font-weight: 600;
	line-height: 23px; 
	margin-bottom: 8px;
}

.location-item a svg,
.all-hours svg {
	margin: 0 auto;
}

.tab-wrapper {
    position: relative;
}
.tab-wrapper .keen-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.tab-wrapper .keen-slider-arrow:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.tab-wrapper .arrow-left {
    left: 10px;
}

.tab-wrapper .arrow-right {
    right: 10px;
}

.acf-map {
    width: 100%;
    height: 500px;
    border: none;
    margin: 0;
}

.acf-map img {
   max-width: inherit !important;
}

