.office-map-container .office-map-svg .map-point:hover {
  cursor: pointer;
}
.office-map-container .office-map-svg .map-point:focus {
  outline: 2px solid #2265d9;
  outline-offset: 2px;
}
@media (max-width: 1024px) {
  .office-map-container .office-map-svg {
    display: none;
  }
}

.map-popup {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 28px;
  color: #2265d9;
  font-family: "Source Sans Pro", sans-serif;
  display: none;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  overflow: hidden;
}
.map-popup svg {
  position: absolute;
  left: 0;
  top: 0;
  height: 110%;
}
.map-popup .map-popup-content {
  padding: 15px 21px 30px 21px;
}
.map-popup .map-popup-content p {
  color: inherit;
}
.map-popup .map-popup-content .popup-title {
  font-weight: 700;
  font-size: 1.375rem;
  margin-bottom: 10px;
}
.map-popup.popup-left svg {
  left: auto;
  right: 0;
}

.list-of-offices {
  margin: 119px 8.33% 0 8.33%;
  display: flex;
  flex-direction: row;
  font-size: 1.2rem;
  line-height: 28px;
  font-family: "Source Sans Pro", sans-serif;
}
.list-of-offices ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-of-offices li {
  list-style: none;
}
.list-of-offices h3.offices-title {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.list-of-offices .offices:nth-child(1) {
  width: 20%;
  color: #2265d9;
}
.list-of-offices .offices:nth-child(1) a {
  color: #2265d9;
}
.list-of-offices .offices:nth-child(2) {
  color: #af31d3;
  width: 80%;
  display: flex;
  flex-direction: column;
}
.list-of-offices .offices:nth-child(2) .offices-content {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.list-of-offices .offices:nth-child(2) .offices-content .offices-content-column {
  display: flex;
  flex-direction: column;
  width: 25%;
}
.list-of-offices .offices:nth-child(2) a {
  color: #af31d3;
}
.list-of-offices a {
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .list-of-offices {
    margin: 0;
    flex-direction: column;
  }
  .list-of-offices .offices .offices-title {
    text-align: center;
  }
  .list-of-offices .offices .offices-content {
    text-align: center;
  }
  .list-of-offices .offices:nth-child(1) {
    margin-bottom: 50px;
  }
  .list-of-offices .offices:nth-child(1),
  .list-of-offices .offices:nth-child(2) {
    width: 100%;
  }
  .list-of-offices .offices:nth-child(2) .offices-content {
    flex-direction: column;
  }
  .list-of-offices .offices:nth-child(2) .offices-content .offices-content-column {
    width: 100%;
  }
}

.map-dialog {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  display: none;
}
.map-dialog .map-dialog-container {
  padding: 0 16px;
  max-width: 1276px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1024px) {
  .map-dialog .map-dialog-container {
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.map-dialog .modal-dialog-backlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.map-dialog-content {
  position: relative;
  z-index: 2;
  width: 650px;
  height: 65vh;
  min-height: 484px;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(55px);
  border-radius: 15px 15px 0px 15px;
  padding: 75px 40px 0 75px;
}
.map-dialog-content .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}
.map-dialog-content .modal-close svg {
  width: 100%;
  height: 100%;
}
.map-dialog-content {
  font-size: 1.2rem;
  line-height: 28px;
  color: #2d2082;
  font-family: "Source Sans Pro", sans-serif;
}
.map-dialog-content h2 {
  font-size: 3rem;
  color: #2265d9;
  line-height: 55px;
  margin-bottom: 1px;
  font-family: "JosefinSans", sans-serif;
  font-weight: 300;
}
.map-dialog-content .description {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 28px;
  color: #2265d9;
  margin-bottom: 18px;
}
.map-dialog-content .address {
  margin-bottom: 10px;
}
.map-dialog-content .phone {
  margin-bottom: 10px;
}
.map-dialog-content .email {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 28px;
  color: #2d2082;
}
.map-dialog-content .cta-content {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .map-dialog-content {
    width: 100%;
    padding: 60px 25px 40px 25px;
  }
  .map-dialog-content h2 {
    font-size: 2.25rem;
    line-height: 50px;
  }
  .map-dialog-content br {
    display: none;
  }
}

.map-dialog[data-type=regional_offices] h2,
.map-dialog[data-type=regional_offices] .description {
  color: #af31d3;
}
.map-dialog[data-type=regional_offices] .modal-close svg line {
  stroke: #af31d3;
}

/*# sourceMappingURL=office-map.css.map */
