@media (min-width: 768px) {
  .section-title {
    margin-left: 100px;
  }
}
@media (min-width: 1280px) {
  .section-title {
    margin-left: 150px;
  }
}

.top-content {
  margin: 50px 0;
  padding: 0 20px;
}
.top-content__inner {
  padding: 30px 20px;
  background-color: var(--bgColor);
  max-width: 1340px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .top-content {
    margin: 70px 0;
    padding: 0 50px;
  }
  .top-content__inner {
    padding: 50px 40px;
  }
}
@media (min-width: 1280px) {
  .top-content {
    margin: 90px 0;
    padding: 0 50px;
  }
  .top-content__inner {
    padding: 70px 80px;
  }
}

.primary-location {
  margin: 50px 0;
}
.primary-location__inner {
  padding: 0 25px;
  max-width: 1320px;
  margin: 0 auto;
}
.primary-location__location {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 530px;
}
.primary-location__location:hover img {
  opacity: 0;
}
.primary-location__map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.primary-location__map iframe {
  width: 100%;
  height: 100%;
}
.primary-location__map a {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.primary-location__map a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}
.primary-location__content {
  position: relative;
  flex: 0 0 calc(100% - 40px);
  padding: 30px;
  background-color: #fff;
}
.primary-location__content .label {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
}
.primary-location__content .name {
  font-family: "Roboto Slab", serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.primary-location__content .address {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 300;
  margin-bottom: 15px;
}
.primary-location__content .phone {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 15px;
  font-weight: 300;
}
.primary-location__content .phone a {
  font-weight: bold;
}
.primary-location__content .scp {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 500;
}
.primary-location__content .scp a {
  display: inline-block;
  border-bottom: solid 3px var(--highlightColor);
  padding-bottom: 8px;
}
.primary-location__content .scp a:hover {
  border-bottom: solid 3px var(--text);
}
.primary-location__content p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .primary-location {
    margin: 70px 0;
  }
  .primary-location__inner {
    padding: 0 50px;
  }
  .primary-location__location {
    height: auto;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 50px 20px 0;
  }
  .primary-location__content {
    flex: 0 0 560px;
    padding: 40px 30px;
  }
}
@media (min-width: 1280px) {
  .primary-location {
    margin: 90px 0;
  }
  .primary-location__inner {
    padding: 0 50px;
  }
}

.other-locations__inner {
  padding: 80px 25px;
  max-width: 1460px;
  margin: 0 auto;
}
.other-locations__items .slick-slide {
  margin: 15px;
}
.other-locations__items .slick-list {
  margin: -15px;
}
.other-locations .location {
  position: relative;
  height: 530px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.other-locations .location.slick-slide {
  display: flex;
}
.other-locations .location .map {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.other-locations .location .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.other-locations .location .map::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.other-locations .location picture {
  display: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.other-locations .location picture img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.other-locations .location .content {
  position: relative;
  background-color: #fff;
  padding: 40px 20px 30px;
  flex: 0 0 calc(100% - 50px);
}
.other-locations .location .content .label {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  display: none;
}
.other-locations .location .content .name {
  font-family: "Roboto Slab", serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.other-locations .location .content .name a {
  color: var(--text);
}
.other-locations .location .content .address {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 300;
  margin-bottom: 15px;
}
.other-locations .location .content .address a {
  color: var(--text);
}
.other-locations .location .content .phone {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 15px;
  font-weight: 300;
}
.other-locations .location .content .phone a {
  font-weight: bold;
}
.other-locations .location .content .scp {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 500;
}
.other-locations .location .content .scp a {
  display: inline-block;
  border-bottom: solid 3px var(--highlightColor);
  padding-bottom: 8px;
}
.other-locations .location .content p:last-of-type {
  margin-bottom: 0;
}
.other-locations .location:hover picture {
  opacity: 0;
}
@media (min-width: 768px) {
  .other-locations__inner {
    padding: 100px 50px;
  }
}
@media (min-width: 1280px) {
  .other-locations__inner {
    padding: 150px 50px;
  }
  .other-locations__items {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .other-locations .location {
    flex: 0 0 calc(25% - 20px);
  }
  .other-locations .location .content {
    flex: 0 0 calc(100% - 30px);
    min-height: 310px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 30px;
  }
}

.areas-served {
  background-color: var(--darkColor);
  color: #fff;
}
.areas-served__inner {
  padding: 50px 25px;
  max-width: 1460px;
  margin: 0 auto;
}
.areas-served__inner a {
  color: #fff;
}
.areas-served__inner a:hover {
  color: var(--highlightColor);
}
.areas-served__inner ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.areas-served__inner 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__inner ul.menu li:last-child {
  margin-bottom: 0;
}
.areas-served__inner ul.menu li a {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}
.areas-served__inner ul.menu li a svg {
  display: inline-block;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .areas-served__inner {
    padding: 100px 50px;
  }
  .areas-served__inner .section-title {
    margin-left: 40px;
  }
  .areas-served__inner ul.menu {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin: 0 40px;
  }
  .areas-served__inner ul.menu li {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (min-width: 1280px) {
  .areas-served__inner .section-title {
    margin-left: 80px;
  }
  .areas-served__inner ul.menu {
    margin: 0 80px;
  }
  .areas-served__inner ul.menu li {
    flex: 0 0 calc(33.3% - 10px);
  }
}
.areas-served + .areas-served {
  background-color: #FFF;
}
.areas-served + .areas-served .section-title {
  color: var(--text);
}
.areas-served + .areas-served a {
  color: var(--text);
}
.areas-served + .areas-served a:hover {
  color: var(--highlightColor);
}
