.areas-served-locations {
  padding: 40px 20px 30px;
}
.areas-served-locations .locations-title {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
.areas-served-locations__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0 30px;
}
.areas-served-locations__items .location {
  display: block;
  position: relative;
  overflow: visible;
}
.areas-served-locations__items .location:hover .media-wrapper picture {
  opacity: 0;
}
.areas-served-locations__items .location .content {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: var(--bgColor);
  border-radius: 5px;
  box-shadow: none;
  padding: 34px 16px 16px;
  text-align: center;
}
.areas-served-locations__items .location .content .name {
  margin: 0 0 18px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 38px;
  line-height: 2.375rem;
  font-weight: 600;
  color: var(--highlightColor);
}
.areas-served-locations__items .location .content .name a {
  text-decoration: none;
}
.areas-served-locations__items .location .content .address {
  margin: 0 0 16px;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 400;
}
.areas-served-locations__items .location .content .address a {
  text-decoration: none;
}
.areas-served-locations__items .location .content .phone {
  margin: 0 0 16px;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.areas-served-locations__items .location .content .phone a {
  font-weight: 700;
  color: var(--highlightColor);
}
.areas-served-locations__items .location .content .scp {
  margin: 0;
}
.areas-served-locations__items .location .content .scp a {
  display: inline-block;
  border-bottom: 4px solid var(--highlightColor);
  padding-bottom: 6px;
  text-decoration: none;
  font-weight: 600;
  color: var(--text);
}
.areas-served-locations__items .media-wrapper {
  position: relative;
  height: 323px;
  overflow: hidden;
  border-radius: 0;
}
.areas-served-locations__items .media-wrapper .map {
  pointer-events: none;
}
.areas-served-locations__items .media-wrapper .map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.areas-served-locations__items .media-wrapper picture {
  z-index: 2;
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.35s ease;
}
.areas-served-locations__items .media-wrapper picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 1280px) {
  .areas-served-locations {
    padding: 50px 50px 40px 50px;
  }
  .areas-served-locations .locations-title {
    font-size: 65px;
    font-size: 4.0625rem;
    line-height: 78px;
    line-height: 4.875rem;
  }
  .areas-served-locations__items {
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: start;
    padding: 50px;
  }
  .areas-served-locations__items .media-wrapper picture {
    opacity: 1;
  }
}

.areas-served {
  background-color: #000;
  color: #fff;
}
.areas-served a {
  color: #fff;
}
.areas-served a:hover {
  color: var(--accentColor);
}
.areas-served__inner {
  padding: 50px 25px;
  max-width: 1460px;
  margin: 0 auto;
}
.areas-served__inner .section-title {
  text-align: center;
  color: var(--accentColor);
}
.areas-served ul.menu {
  margin: 0 0 0 40px;
  padding: 0;
  list-style: none;
}
.areas-served ul.menu li {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: 500;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 30px;
}
.areas-served ul.menu li:last-child {
  margin-bottom: 0;
}
.areas-served ul.menu li a {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}
.areas-served ul.menu li a svg {
  display: inline-block;
  margin-right: 30px;
}
.areas-served:nth-child(even) {
  background-color: #FFF;
  color: var(--text);
}
.areas-served:nth-child(even) a {
  color: var(--text);
}
.areas-served:nth-child(even) a:hover {
  color: var(--highlightColor);
}
.areas-served:nth-child(even) .areas-served__inner .section-title {
  color: var(--darkColor);
}
@media (min-width: 768px) {
  .areas-served__inner {
    padding: 80px 50px;
  }
  .areas-served ul.menu {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    margin: 0 40px;
  }
  .areas-served ul.menu li {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (min-width: 1280px) {
  .areas-served ul.menu {
    margin: 0 80px;
  }
  .areas-served ul.menu a {
    padding-left: 25%;
  }
  .areas-served ul.menu li {
    flex: 0 0 calc(33.3% - 10px);
  }
}

.other-locations {
  padding: 50px 50px 0 50px;
}
.other-locations__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.other-locations .section-title {
  color: var(--darkColor);
  margin-left: 40px;
  margin-bottom: 0;
}
.other-locations .footer-locations__items {
  padding: 100px 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 70px;
}
.other-locations .location {
  display: block;
  position: relative;
  overflow: visible;
}
.other-locations .media-wrapper {
  position: relative;
  height: 323px;
  overflow: hidden;
  border-radius: 0;
}
.other-locations .media-wrapper picture,
.other-locations .media-wrapper .map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.35s ease;
}
.other-locations .media-wrapper picture {
  z-index: 2;
  opacity: 1;
}
.other-locations .media-wrapper picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.other-locations .media-wrapper .map {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.other-locations .media-wrapper .map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.other-locations .location:hover .media-wrapper picture {
  opacity: 0;
}
.other-locations .location:hover .media-wrapper .map {
  opacity: 1;
}
.other-locations .content {
  width: 100%;
  max-width: 495px;
  min-height: 279px;
  margin: -70px auto 0;
  position: relative;
  z-index: 5;
  background: #F3F7FA;
  border-radius: 5px;
  box-shadow: none;
  padding: 34px 16px 16px;
  text-align: center;
}
.other-locations .content .name {
  margin: 0 0 18px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 38px;
  line-height: 2.375rem;
  font-weight: 600;
  color: var(--highlightColor);
}
.other-locations .content .name a {
  text-decoration: none;
}
.other-locations .content .address {
  margin: 0 0 16px;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 400;
}
.other-locations .content .address a {
  text-decoration: none;
  color: var(--text);
}
.other-locations .content .phone {
  margin: 0 0 16px;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.other-locations .content .phone a {
  font-weight: 700;
  color: var(--text);
}
.other-locations .content .email {
  margin: 0 0 16px;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.other-locations .content .email a {
  color: var(--text);
}
.other-locations .content .scp {
  margin: 0;
}
.other-locations .content .scp a {
  display: inline-block;
  border-bottom: 4px solid #0B5FA6;
  padding-bottom: 6px;
  text-decoration: none;
  font-weight: 600;
  color: var(--text);
}

.bg-internal {
  background: #F3F7FA;
}

.bg-internal-content {
  background: #fff;
  border-radius: 5px;
}
