body.page-template-template-contact {
  overflow-x: hidden;
}

.contact-hero {
  background-color: var(--bgColor);
}
.contact-hero .inner {
  padding: 50px 30px;
  max-width: 1480px;
  margin: 0 auto;
}
.contact-hero .inner .content .subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 34px;
  line-height: 2.125rem;
}
.contact-hero .inner .form {
  background-color: #fff;
  padding: 30px;
  margin-top: 50px;
}
.contact-hero .inner .form .form-title {
  text-align: center;
}
.contact-hero .inner .form .gform_wrapper .gform_button {
  width: 100%;
}
@media (min-width: 810px) {
  .contact-hero .inner {
    padding: 50px 40px 100px;
  }
  .contact-hero .inner .content .subtitle {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .contact-hero .inner {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
  }
  .contact-hero .inner .content {
    flex: 1;
  }
  .contact-hero .inner .content .title {
    font-size: 86px;
    font-size: 5.375rem;
    line-height: 98px;
    line-height: 6.125rem;
  }
  .contact-hero .inner .form {
    flex: 0 0 554px;
    margin-left: 150px;
    margin-top: 0;
  }
  .contact-hero .inner .form .form-title {
    font-weight: normal;
    margin-bottom: 20px;
  }
}
.contact-hero .logos {
  display: flex;
  justify-content: start;
  gap: 70px;
  align-items: center;
}
.contact-hero .logos picture img {
  height: 62px;
}
@media (min-width: 767px) {
  .contact-hero .logos picture img {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .contact-hero .logos {
    gap: 20px;
    justify-content: center;
  }
}

.hero-title {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 58px;
  line-height: 3.625rem;
  display: block;
  margin-bottom: 50px;
  color: var(--primaryColor);
}
@media (min-width: 810px) {
  .hero-title {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 82px;
    line-height: 5.125rem;
  }
}
@media (min-width: 1280px) {
  .hero-title {
    margin-bottom: 40px;
  }
}

.phone-cta .inner {
  padding: 50px 20px;
  text-align: center;
}
.phone-cta .tagline {
  margin-bottom: 30px;
}
.phone-cta .phone {
  font-family: "Nunito", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 52px;
  line-height: 3.25rem;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 5px;
  font-size: 2.1rem;
}
.phone-cta .byline {
  margin-bottom: 0;
}
@media (min-width: 810px) {
  .phone-cta .inner {
    padding: 100px 40px;
  }
  .phone-cta .phone {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 72px;
    line-height: 4.5rem;
  }
}
@media (min-width: 1280px) {
  .phone-cta .inner {
    padding: 100px 50px;
  }
  .phone-cta .phone {
    font-size: 80px;
    font-size: 5rem;
    line-height: 92px;
    line-height: 5.75rem;
  }
}

.locations {
  background-color: var(--bgColor);
}
.locations .inner {
  padding: 50px 30px;
  max-width: 1480px;
  margin: 0 auto;
}
.locations .inner .title {
  text-align: center;
}
.locations .inner .items .item {
  padding: 40px 30px 30px;
  background-color: #fff;
  margin-bottom: 50px;
}
.locations .inner .items .item:last-child {
  margin-bottom: 0;
}
.locations .inner .items .item p.name {
  line-height: 48px;
}
@media (max-width: 1476px) {
  .locations .inner .items .item p.name {
    font-size: 2.2rem;
  }
}
.locations .inner .items .item .label {
  margin-bottom: 10px;
  color: var(--secondaryColor);
}
.locations .inner .items .item .map iframe {
  width: 100%;
}
.locations .inner .items .item .data-link {
  margin-bottom: 20px;
}
@media (min-width: 810px) {
  .locations .inner {
    padding: 50px 40px;
  }
}
@media (min-width: 1280px) {
  .locations .inner {
    padding: 100px 50px;
  }
  .locations .inner .title {
    margin-bottom: 100px;
  }
  .locations .inner .items {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
  }
  .locations .inner .items .item {
    flex: 0 0 calc(25% - 10px);
    margin-bottom: 0;
  }
}

.footer-networks {
  background-color: var(--bgColor);
}
@media (min-width: 1280px) {
  .footer-networks ul {
    padding-bottom: 100px;
  }
}

.contact-content .inner {
  padding: 50px 30px;
  max-width: 1480px;
  margin: 0 auto;
}
.contact-content .inner .title {
  text-align: center;
}
.contact-content .columns {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 100px;
       column-gap: 100px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .contact-content .columns {
    padding-bottom: 50px;
  }
}
.contact-content .columns::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  height: 160px;
}
.contact-content .columns .more {
  position: absolute;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  left: 44%;
  display: flex;
  margin-bottom: 0;
  font-weight: bold;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact-content .columns .more .icon {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .contact-content .columns .more {
    left: 27%;
  }
}
.contact-content .columns p.more-link {
  color: var(--secondaryColor);
  margin-bottom: 0px;
}
.contact-content .columns.open {
  height: auto;
  display: block;
  padding-bottom: 50px;
}
.contact-content .columns.open svg {
  transform: rotate(180deg);
}
.contact-content .columns.open::after {
  border: green 5px solid;
  display: none;
}
@media (min-width: 810px) {
  .contact-content .inner {
    padding: 50px 40px;
  }
}
@media (min-width: 1280px) {
  .contact-content .inner {
    padding: 100px 50px;
  }
  .contact-content .columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.page-template-template-contact .two-cols {
  margin-top: 140px;
}
