article#contact-form {
  width: 100%;
  max-width: calc(100% - 30px);
  margin: 120px auto;
  position: relative;
  z-index: 0;
  border: 1px solid var(--icc-es-beige);
  padding: 50px 10%;
}
@media (min-width: 1382px) {
  article#contact-form {
    max-width: 1352px;
  }
}
article#contact-form:before {
  content: "";
  position: absolute;
  top: 34%;
  left: 0;
  height: 32%;
  width: 21px;
  background-color: var(--icc-es-green);
  z-index: 1;
}
article#contact-form h1 {
  color: var(--icc-es-green);
  font-family: var(--icc-es-heading-font);
  font-size: 38px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}

section#contact-offices {
  width: 100%;
  max-width: calc(100% - 30px);
  margin: 120px auto;
  text-align: center;
}
@media (min-width: 1382px) {
  section#contact-offices {
    max-width: 1352px;
  }
}
section#contact-offices > article {
  margin: 120px auto;
}
section#contact-offices > article > h1 {
  padding: 51px 54px;
  background-color: #f3f5f2;
  font-family: var(--icc-es-heading-font);
  font-size: 38px;
  font-weight: 300;
  margin: 0;
  text-align: left;
}
section#contact-offices > article div.contact-map {
  width: 100%;
  height: 540px;
  margin-bottom: 50px;
  background-color: rgb(229, 227, 223);
}
section#contact-offices > article div.contact-map .gm-style:focus {
  outline: none;
}
section#contact-offices > article div.contact-map .gm-style-moc {
  display: none !important;
}
section#contact-offices > article > ul {
  display: grid;
  grid-template-rows: auto;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  list-style-type: none;
  margin: 0 0 50px;
  padding: 0;
  text-align: left;
}
@media (max-width: 991px) {
  section#contact-offices > article > ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  section#contact-offices > article > ul {
    grid-template-columns: 1fr;
  }
}
section#contact-offices > article > ul li {
  display: block;
  padding: 40px 55px;
  background-color: #f3f5f2;
}
@media (max-width: 450px) {
  section#contact-offices > article > ul li {
    padding: 20px 30px;
  }
}
section#contact-offices > article > a.button-filled {
  margin-left: 20px;
}
@media (max-width: 575px) {
  section#contact-offices > article > a {
    display: block;
    margin: 25px auto;
  }
  section#contact-offices > article > a.button-filled {
    margin-left: auto;
  }
}
section#faqs section#contact-offices {
  max-width: 100% !important;
  margin: 0;
}
section#faqs section#contact-offices > article {
  margin: 0;
}
section#faqs section#contact-offices > article > h1[data-map-id] {
  display: none;
}
section#faqs section#contact-offices > article > ul,
section#faqs section#contact-offices > article a.button-outline {
  display: none;
}
section#faqs section#contact-offices > article div.contact-map {
  height: 350px;
}

.gm-style-iw-chr {
  position: absolute;
  right: 0;
  z-index: 10;
}
.gm-style-iw-chr .gm-style-iw-ch {
  display: none;
}
.gm-style-iw-chr > button {
  position: absolute;
  right: 0;
}

.location_info {
  text-align: left;
  padding-top: 10px;
}
.location_info a {
  display: inline;
  text-decoration: none;
  cursor: pointer;
}
.location_info a:hover, .location_info a:focus, .location_info a:active {
  text-decoration: underline;
}
.location_info address {
  display: block;
  margin: 0;
  padding: 0;
  font-style: normal;
}
.location_info h2 {
  max-width: calc(100% - 20px);
  margin-top: 0;
  margin-bottom: 23px;
  text-align: center;
  font-family: var(--icc-es-body-font);
  font-size: 21px;
  font-weight: 400;
  color: var(--icc-es-green);
}
.location_info h2:after {
  content: ":";
  display: inline;
}
.location_info h3 {
  font-weight: bolder;
  margin: 20px 0 10px;
  padding-left: 30px;
  font-size: 21px;
  line-height: 1.5;
  font-family: var(--icc-es-body-font);
  position: relative;
}
.location_info h3:before, .location_info h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  display: inline-block;
  width: 20px;
  height: 20px;
}
.location_info h3:before {
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-clip: border-box;
  mask-origin: border-box;
  mask-size: 12px 12px;
  mask-composite: add;
  background-color: #f3f5f2;
  z-index: 2;
}
.location_info h3:after {
  border-radius: 50%;
  background-color: var(--icc-es-green);
  z-index: 1;
}
.location_info h3.address:before {
  mask-image: url("../img/icons/marker.svg");
}
.location_info h3.phone:before {
  mask-image: url("../img/icons/phone.svg");
}
.location_info p {
  margin: 0;
}
[role=dialog] .location_info h2 {
  text-align: left;
  margin: 0;
}
[role=dialog] .location_info h3 {
  margin-top: 10px;
  margin-bottom: 0;
}

/*# sourceMappingURL=contact.css.map */
