/* Minification failed. Returning unminified contents.
(2,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,20): run-time error CSS1039: Token not allowed after unary operator: '-location-banner-margin-top'
(8,23): run-time error CSS1039: Token not allowed after unary operator: '-location-banner-margin-bottom'
(105,20): run-time error CSS1039: Token not allowed after unary operator: '-location-banner-shadow'
 */
.location-banner {
  --location-banner-margin-top: 0px;
  --location-banner-margin-bottom: 0px;
  --location-banner-shadow: inset 70px 0 45px -16px;
  clear: both;
  float: left;
  margin-top: var(--location-banner-margin-top);
  margin-bottom: var(--location-banner-margin-bottom);
  position: relative;
  overflow: hidden;
}

.location-banner .location-banner-container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.location-banner .location-banner-image-container {
  display: flex;
  background-color: #fff;
}

.location-banner .location-banner-image {
  position: relative;
  text-align: right;
  width: 43%;
}

.location-banner .location-banner-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.location-banner .location-banner-image img.location-banner-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 75px;
  width: 80px;
  z-index: 1;
}

.location-banner .location-banner-overlay-desktop {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.location-banner .location-banner-overlay-desktop .location-banner-overlay-info {
  display: none;
  flex-direction: column;
  padding-left: 15px;
}

.location-banner .location-banner-title {
  color: #124a7e;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  margin: 0 !important;
}

.location-banner .location-banner-copy {
  color: #124a7e;
  font-size: 20px;
  line-height: 28px;
}

.location-banner .location-banner-copy div {
  display: inline-block;
}

.location-banner .location-banner-overlay-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  width: 63%;
  gap: 15px;
}

.location-banner .location-banner-overlay-mobile .location-banner-title {
  line-height: 38px;
}

.location-banner .location-banner-overlay-mobile .location-banner-copy {
  color: #124a7e;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.location-banner .location-banner-overlay-mobile .location-banner-title ~ .location-banner-copy {
  font-size: 22px;
  font-weight: 400;
}

.location-banner .location-banner-image::after {
  box-shadow: var(--location-banner-shadow);
  color: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.location-banner .location-banner-details {
  display: none;
}

.location-banner .location-banner-details-trigger {
  display: inline-block;
  margin-top: 2px;
  position: relative;
}

.location-banner .location-banner-details-trigger svg {
  height: 15px;
  width: 15px;
  fill: #124a7e;
  top: 1px;
  cursor: pointer;
}

.location-banner .tippy-box {
  position: relative;
  background-color: #194a7e;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  white-space: normal;
  display: inline-block;
}

.location-banner .tippy-box .location-banner-details-close-trigger {
  background: none;
  border: none;
  font-size: 16px;
  color: white;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}

.location-banner .tippy-box .location-banner-details-content {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
}

.location-banner .tippy-box .tippy-arrow {
  color: #124a7e;
}

.location-banner .location-banner-overlay-map {
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
  padding: 30px 20px 20px;
}

.location-banner .location-banner-map {
  width: 100%;
  height: 180px;
}

.location-banner .location-banner-location-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.location-banner .location-banner-location-details .location-banner-location-details-address {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}

.location-banner .location-banner-location-details .location-banner-location-details-address a {
  color: #707070 !important;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.location-banner .location-banner-location-details .location-banner-location-details-address .location-address-field {
  color: #707070;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}

.location-banner .location-banner-location-details .location-banner-location-details-phones {
  display: flex;
  flex-direction: row;
  column-gap: 5px;
}

.location-banner .location-banner-location-details .location-banner-location-details-phones .location-phone-field {
  color: #124a7e !important;
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
}

.location-banner .location-banner-location-details .location-banner-location-details-phones .location-banner-location-details-phones-icon {
  left: -3px;
}

.location-banner .location-banner-location-details .location-banner-location-details-icon {
  position: relative;
  top: 2px;
}

.location-banner .location-banner-location-details .location-banner-location-details-icon svg path {
  fill: #707070;
}

.location-banner .map-address-field {
  display: block;
}

.location-banner .gm-style .gm-style-iw-c {
  max-height: none !important;
  min-width: 200px !important;
}

.location-banner .gm-style-iw-chr button {
  outline: none;
}

@media (min-width: 960px) {
  .location-banner .location-banner-container {
    height: 350px;
    background: linear-gradient(to left, transparent 50%, #f6f6f6);
  }

  .location-banner .location-banner-image-container {
    background-color: transparent;
    height: 100%;
    justify-content: flex-end;
  }

  .location-banner .location-banner-image {
    width: 50%;
  }

  .location-banner .location-banner-image img.location-banner-badge {
    right: 40px;
    height: 140px;
    width: 150px;
  }

  .location-banner .location-banner-overlay-mobile {
    display: none;
  }

  .location-banner .location-banner-location-details {
    justify-content: center;
  }

  .location-banner .location-banner-overlay-desktop {
    background-color: transparent;
    justify-content: center;
    width: auto;
    max-width: 500px;
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 2%;
    gap: 20px;
  }

  .location-banner .location-banner-overlay-desktop .location-banner-overlay-info {
    display: flex;
  }

  .location-banner .location-banner-overlay-map {
    flex-direction: row;
    padding: 0 0 0 15px;
  }

  .location-banner .location-banner-map {
    width: 300px;
    height: 180px;
  }

  .location-banner .location-banner-location-details .location-banner-location-details-phones .location-phone-field {
    color: #707070 !important;
  }
}

