.areas-list.background {
  background-color: var(--lightGrey);
}

.areas-list .page-title {
  font-size: 5rem;
  color: var(--primaryColor);
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .areas-list .page-title {
    font-size: 3.5rem;
  }
}
.areas-list .inner {
  padding: 50px 30px;
}
.areas-list hr {
  background-color: var(--secondaryColor);
  width: 150px;
  height: 4px;
  border: none;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .areas-list hr {
    width: 100px;
    margin-bottom: 30px;
  }
}
.areas-list .menu {
  margin: 0 auto;
  padding: 10px 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 30px;
}
.areas-list .menu li {
  font-family: var(--font1);
  font-size: 22px;
  line-height: 30px;
  padding: 20px 20px;
  color: #FFF;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.areas-list .menu li a {
  display: block;
  text-align: center;
  color: var(--primaryColor);
}
.areas-list .menu li a:hover {
  color: #009199;
}
@media (max-width: 767px) {
  .areas-list .menu li {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .areas-list .menu {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .areas-list .inner {
    padding: 50px 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .areas-list .menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    gap: 20px;
  }
  .areas-list .menu li {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (min-width: 1180px) {
  .areas-list .inner {
    padding: 100px 40px;
  }
  .areas-list .menu li {
    flex: 0 0 calc(33.3333333333% - 26.6666666667px);
  }
}

.section-title {
  font-family: var(--font2);
  font-size: 6rem;
  line-height: 1.5;
  color: var(--primaryColor);
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 6rem;
}
@media (max-width: 1150px) {
  .section-title {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }
}

.areas-served.multiple-address {
  padding: 8rem 5rem 8rem 5rem;
  padding-top: 2rem;
}
@media (max-width: 1150px) {
  .areas-served.multiple-address {
    padding: 5rem 2rem 5rem 2rem;
  }
}
@media (max-width: 767px) {
  .areas-served.multiple-address {
    padding: 5rem 2rem 5rem 2rem;
  }
}
.areas-served.multiple-address .multiple-address-title,
.areas-served.multiple-address hr {
  display: none;
}
.areas-served.multiple-address .inner {
  max-width: 1150px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.areas-served.multiple-address .inner .location-box {
  margin: 0px 15px 30px 15px;
  background-color: #fff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  padding: 40px 30px 25px 30px;
  flex: 0 0 calc(33.33% - 30px);
}
@media (max-width: 1150px) {
  .areas-served.multiple-address .inner .location-box {
    margin: 0 0 2rem 0;
    padding: 3rem 3rem 4rem 3rem;
    flex: 0 0 100%;
  }
}
.areas-served.multiple-address .inner .location-box .lb-inner .location {
  font-family: var(--font2);
  font-size: 2.5rem;
  line-height: 1.5;
  color: var(--tertiaryColor);
  margin-bottom: 1rem;
}
.areas-served.multiple-address .inner .location-box .lb-inner .address {
  font-family: var(--font1);
  font-size: 2rem;
  line-height: 1.3;
  min-height: 65px;
  color: var(--text);
  margin-bottom: 1.5rem;
  margin-top: 15px;
}
.areas-served.multiple-address .inner .location-box .lb-inner .directions {
  display: inline-block;
  font-family: var(--font1);
  font-weight: var(--bold);
  color: var(--secondaryColor);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
  padding-bottom: 0.1rem;
  border-bottom: 0.2rem solid transparent;
  transition: border 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  margin-bottom: 2rem;
}
.areas-served.multiple-address .inner .location-box .lb-inner .directions:hover {
  border-bottom: 0.2rem solid var(--secondaryColor);
}
.areas-served.multiple-address .inner .location-box .lb-inner .phones {
  display: flex;
  align-items: center;
}
.areas-served.multiple-address .inner .location-box .lb-inner .phones .phone {
  margin-right: 2rem;
}
.areas-served.multiple-address .inner .location-box .lb-inner .phones .phone .phone-label {
  font-family: var(--font2);
  font-size: 2rem;
  line-height: 1.5;
  color: var(--tertiaryColor);
}
.areas-served.multiple-address .inner .location-box .lb-inner .phones .phone a.phone-number {
  font-family: var(--font1);
  font-size: 2rem;
  line-height: 1.3;
  color: var(--text);
  transition: color 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}
.areas-served.multiple-address .inner .location-box .lb-inner .phones .phone a.phone-number:hover {
  color: var(--secondaryColor);
}
.areas-served.multiple-address .inner .location-box .lb-inner iframe {
  margin-top: 20px;
  height: 215px;
  width: 100%;
}

/* .page-template-template-service-areas {
	#page-container {
		padding: 0px;
		.page-container-inner {
			display: block;
			max-width: 100%;
			.wysiwyg-content {
				text-align: center;
				margin-bottom: 0px;
			}
			.locations-group {
				padding: 100px 50px 100px 50px;
				@media (max-width: 767px) {
					padding: 50px 20px 50px 20px;
				}
				.area-title {
					text-align: center;
					font-family: var(--font2);
					font-size: 48px;
					line-height: 1.5;
					font-weight: var(--bold);
					text-transform: capitalize;
					color: var(--primaryColor);
					@media (max-width: 767px) {
						font-size: 30px;
					}
				}
				hr {
					width: 100px;
					height: 4px;
					background-color: var(--tertiaryColor);
					margin: 30px auto 30px auto;
					border: none;
					&.primary-hr {
						margin: 30px auto 75px auto;
						@media (max-width: 767px) {
							margin: 30px auto 50px auto;
						}
					}
				}
				.locations-group-inner {
					max-width: 1250px;
					margin: 0 auto;
					.locations-list {
						ul {
							display: flex;
							flex-wrap: wrap;
						}
						a,
						p,
						li {
							display: block;
							flex-basis: 33.333%;
							text-align: center;
							font-family: var(--font1);
							font-size: 18px;
							line-height: 1.5;
							color: var(--text);
							font-weight: var(--bold);
							text-transform: uppercase;
							padding: 20px 20px 20px 20px;
							transition: color 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
							@media (max-width: 1100px) {
								flex-basis: 50%;
							}
							@media (max-width: 767px) {
								flex-basis: 100%;
								padding: 20px 0px 20px 0px;
							}
						}
						a:hover {
							color: var(--tertiaryColor);
						}
					}
					&.primary-inner {
						max-width: 1300px;
						display: flex;
						flex-wrap: wrap;
						justify-content: center;
						@media (max-width: 1100px) {
							display: block;
						}
						.primary-location-box {
							flex-basis: calc(50% - 50px);
							margin: 0px 25px;
							background-color: var(--lightGrey);
							padding: 50px 50px 50px 50px;
							margin-bottom: 30px;
							@media (max-width: 1100px) {
								margin-bottom: 50px;
							}
							@media (max-width: 767px) {
								margin: 0 0 30px 0;
								padding: 50px 30px 50px 30px;
							}
							.city {
								font-family: var(--playfair);
								color: var(--secondaryColor);
								font-size: 35px;
								font-weight: var(--bold);
								letter-spacing: 1px;
								margin-bottom: 15px;
								@media (max-width: 767px) {
									font-size: 30px;
								}
							}
							.column-wrap {
								display: flex;
								align-items: flex-start;
								justify-content: space-between;
								@media (max-width: 500px) {
									flex-direction: column;
								}
								.right {
									@media (max-width: 500px) {
										margin-top: 20px;
									}
								}
							}
							.label {
								font-weight: var(--bold);
								font-size: 20px;
								line-height: 1.5;
								letter-spacing: 1px;
								margin-bottom: 12px;
								text-transform: uppercase;
								font-family: var(--font1);
							}
							p {
								color: var(--text);
								line-height: 1.5;
								font-weight: var(--semiBold);
								font-family: var(--font1);
								font-size: 15px;
							}
							a {
								color: var(--tertiaryColor);
								font-size: 18px;
								font-weight: bold;
							}
						}
					}
				}
				&:nth-child(even) {
					background-color: var(--lightGrey);
				}
				&.primary-locations-group {
					padding-top: 70px;
					@media (max-width: 1100px) {
						padding-bottom: 50px;
					}
				}
			}
		}
	}
}
 *//*# sourceMappingURL=template-service-areas.css.map */