.hero-internal {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hero-internal picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.hero-internal picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: left top;
     object-position: left top;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.hero-internal picture .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: 1;
}
.hero-internal .hero-content {
  position: relative;
  box-sizing: content-box;
  z-index: 1;
  width: 335px;
  margin: 0 auto;
  padding: 50px 30px 20px;
  display: flex;
  flex-flow: column;
}
.hero-internal .hero-content .btn {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero-internal {
    padding-top: 0;
  }
  .hero-internal .picture-wrapper picture {
    bottom: 0;
  }
  .hero-internal .hero-content {
    align-items: center;
    padding: 80px 0;
    width: 400px;
  }
  .hero-internal .hero-content .btn {
    width: auto;
  }
}
@media (min-width: 1280px) {
  .hero-internal .hero-content {
    padding: 80px 0 80px;
    width: 950px;
  }
}

.page-container__inner {
  padding: 50px 30px;
  max-width: 1250px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-container__inner {
    padding: 80px 40px;
  }
}
@media (min-width: 1280px) {
  .page-container__inner {
    padding: 100px 40px;
  }
}

.page-container__inner.with-sidebar {
  max-width: 1250px;
}
@media (min-width: 768px) {
  .page-container__inner.with-sidebar {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 70px 40px;
  }
}
@media (min-width: 1480px) {
  .page-container__inner.with-sidebar {
    padding: 100px 40px;
  }
}
.page-container .main-content {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .page-container .main-content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .page-container .main-content {
    flex: 0 0 63%;
    max-width: 63%;
  }
}
@media (min-width: 768px) {
  .page-container .sidebar {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (min-width: 1280px) {
  .page-container .sidebar {
    flex: 0 0 32%;
    max-width: 32%;
  }
}
.page-container .sidebar .widget {
  background-color: var(--bgColor);
  padding: 30px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-container .sidebar .widget:last-child {
    margin-bottom: 0;
  }
}
.page-container .sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-container .sidebar ul li {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}
.page-container .sidebar ul li a {
  display: block;
  position: relative;
  color: #000;
  color: var(--text);
}
.page-container .sidebar ul .sub-menu {
  margin: 20px 0;
}
.page-container .sidebar ul .sub-menu li {
  list-style: disc;
  margin-bottom: 20px;
}
.page-container .sidebar ul .sub-menu li a::before {
  display: none;
}
@media (min-width: 1280px) {
  .page-container .sidebar .widget {
    padding: 40px;
  }
}

.wp-block-image .alignleft {
  width: 100%;
  float: none;
  margin: 0 0 0.5em;
  display: block;
}
.wp-block-image .alignleft img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .wp-block-image .alignleft {
    display: table;
    float: left;
    margin: 0.5em 1em 0.5em 0;
    margin-right: 30px;
    max-width: 300px;
  }
}

.widget_office_locations .item {
  border-bottom: 1px solid #ccd0d9;
  margin-bottom: 30px;
  padding: 0 0 30px;
  position: relative;
}
.widget_office_locations .item:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.widget_office_locations .item p {
  margin-bottom: 10px;
}
.widget_office_locations .item a {
  color: var(--text);
  text-decoration: none;
}
.widget_office_locations .item .label {
  font-weight: bold;
}
.widget_office_locations .item .name {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: bold;
}
.widget_office_locations .item .map {
  height: 250px;
  position: relative;
  margin-top: 20px;
}
.widget_office_locations .item .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=template-default.css.map */