.primary-location__inner {
  max-width: 1460px;
  margin: 0 auto;
  padding: 100px 50px 100px;
}
@media (max-width: 1280px) {
  .primary-location__inner {
    padding: 100px 50px 80px;
  }
}
@media (max-width: 768px) {
  .primary-location__inner {
    padding: 50px 25px 50px;
  }
}
.primary-location__location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: auto;
  padding: 50px 50px 50px 0;
}
@media (max-width: 768px) {
  .primary-location__location {
    justify-content: center;
    align-items: flex-end;
    height: 530px;
    padding: 0;
  }
}
.primary-location__location .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.primary-location__location .map iframe {
  width: 100%;
  height: 100%;
}
.primary-location__location .map::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.primary-location__location .content {
  position: relative;
  flex: 0 0 560px;
  padding: 40px 30px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .primary-location__location .content {
    flex: 0 0 calc(100% - 40px);
    padding: 30px;
  }
}
.primary-location__location .content .label {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.primary-location__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__location .content .name a {
  color: var(--darkColor);
}
.primary-location__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__location .content .address a {
  color: var(--darkColor);
}
.primary-location__location .content .address a:hover {
  color: var(--highlightColorAlt);
}
.primary-location__location .content .phone {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 300;
  margin-bottom: 15px;
}
.primary-location__location .content .phone a {
  font-weight: bold;
}
.primary-location__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__location .content .scp a {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: solid 3px var(--highlightColor);
}
.primary-location__location .content p:last-of-type {
  margin-bottom: 0;
}

.other-locations__inner {
  max-width: 1460px;
  margin: 0 auto;
  padding: 150px 50px;
}
@media (max-width: 1280px) {
  .other-locations__inner {
    padding: 100px 50px;
  }
}
@media (max-width: 768px) {
  .other-locations__inner {
    padding: 80px 25px;
  }
}
.other-locations__items {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media (max-width: 1280px) {
  .other-locations__items {
    display: block;
  }
}
.other-locations__items .slick-slide {
  margin: 15px;
}
.other-locations__items .slick-list {
  margin: -15px;
}
.other-locations .location {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 0 0 calc(50% - 20px);
  height: 530px;
}
.other-locations .location.slick-slide {
  display: flex;
}
.other-locations .location:hover picture {
  opacity: 0;
}
.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 {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 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-fit: cover;
  object-position: center;
}
.other-locations .location .content {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex: 0 0 calc(100% - 30px);
  min-height: 310px;
  padding: 30px;
  background-color: #fff;
}
@media (max-width: 1280px) {
  .other-locations .location .content {
    display: block;
    flex: 0 0 calc(100% - 50px);
    min-height: 0;
    padding: 40px 20px 30px;
  }
}
.other-locations .location .content .label {
  display: none;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.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(--darkColor);
}
.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(--darkColor);
}
.other-locations .location .content .phone {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 300;
  margin-bottom: 15px;
}
.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;
  padding-bottom: 8px;
  border-bottom: solid 3px var(--highlightColor);
}
.other-locations .location .content p:last-of-type {
  margin-bottom: 0;
}

.areas-served {
  background-color: var(--darkColor);
  color: #fff;
}
.areas-served:nth-child(odd) {
  background-color: var(--middleColor);
}
.areas-served a {
  color: #fff;
}
.areas-served__inner {
  max-width: 1460px;
  margin: 0 auto;
  padding: 100px 50px;
}
@media (max-width: 768px) {
  .areas-served__inner {
    padding: 50px 25px;
  }
}
.areas-served .section-title {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 72px;
  line-height: 4.5rem;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .areas-served .section-title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 52px;
    line-height: 3.25rem;
    text-align: start;
    margin-left: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .areas-served .section-title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 48px;
    line-height: 3rem;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.areas-served ul.menu {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin: 0 150px;
  padding: 0;
  list-style: none;
}
@media (max-width: 1280px) {
  .areas-served ul.menu {
    justify-content: start;
    margin: 0 40px;
  }
}
@media (max-width: 768px) {
  .areas-served ul.menu {
    display: block;
    margin: 0 0 0 40px;
  }
}
.areas-served ul.menu li {
  padding-left: 10%;
  flex: 0 0 33%;
  margin-bottom: 30px;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: 500;
  line-height: 30px;
  line-height: 1.875rem;
}
@media (max-width: 1280px) {
  .areas-served ul.menu li {
    flex: 0 0 calc(50% - 10px);
    padding: 0;
  }
}
.areas-served ul.menu li:last-child {
  margin-bottom: 0;
}
.areas-served ul.menu li a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.areas-served ul.menu li a:hover {
  color: var(--highlightColorAlt);
}
.areas-served ul.menu li a svg {
  display: inline-block;
  margin-right: 30px;
}
