.headline-with-bottom-border {
  padding-bottom: 1.25rem;
  margin-bottom: 1.875rem;
  border-bottom: 0.0625rem solid #707070;
}
@media (max-width: 47.9375rem) {
  .headline-with-bottom-border {
    margin-bottom: 0.625rem;
  }
}

.select-element-wrapper {
  position: relative;
  min-width: 15.625rem;
}
@media (max-width: 47.9375rem) {
  .select-element-wrapper {
    width: 100%;
  }
}
.select-element-wrapper select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.625rem;
  border: 0.0625rem solid #0f2e4e;
  border-radius: 0.1875rem;
  background: transparent;
}
.select-element-wrapper::after {
  content: "";
  width: 1.375rem;
  height: 1.625rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M8.1 11.6 2.6 6.041 4.026 4.6 8.1 8.718 12.174 4.6 13.6 6.041Z' transform='translate(-2.6 -4.6)' fill='%23707070'/%3E%3C/svg%3E")
    no-repeat center center;
  background-size: 0.8125rem;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.bg-watermark {
  background-image: url(./../images/drop-watermark.svg);
  background-color: #066eaa;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

#zipcode-lookup-container {
  background: #efefef;
  padding: 1.25rem;
  margin: 1.875rem 0;
}
@media (max-width: 47.9375rem) {
  #zipcode-lookup-container .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
#zipcode-lookup-container h2 {
  margin: 0 1.25rem 0 0;
}
@media (max-width: 47.9375rem) {
  #zipcode-lookup-container h2 {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}
#zipcode-lookup-container #js-zipcode-lookup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#zipcode-lookup-container #js-zipcode-lookup-form input[type="text"] {
  padding: 0.375rem;
  border: 0.0625rem solid #aeaeae;
}
@media (max-width: 47.9375rem) {
  #zipcode-lookup-container #js-zipcode-lookup-form input[type="text"] {
    width: 100%;
  }
}
#zipcode-lookup-container #js-zipcode-lookup-form input[type="text"]:focus {
  outline: 0.0625rem solid #aeaeae;
}
#zipcode-lookup-container #js-zipcode-lookup-form #zipcode-lookup-form-icon {
  position: relative;
}
#zipcode-lookup-container
  #js-zipcode-lookup-form
  #zipcode-lookup-form-icon
  img {
  position: relative;
  display: inline-block;
  width: 2.375rem;
  height: 2.375rem;
  margin: 0;
}
#zipcode-lookup-container
  #js-zipcode-lookup-form
  #zipcode-lookup-form-icon
  input[type="submit"] {
  background: #066eaa;
  border: none;
  padding: 0.375rem;
  color: white;
  position: absolute;
  left: 0;
  opacity: 0;
  width: 2.375rem;
  height: 2.375rem;
}
#zipcode-lookup-container #js-zipcode-reset {
  position: relative;
  border: none;
  padding: 0.3125rem 0.625rem 0.3125rem 1.875rem;
  color: #0f2e4e;
  background: none;
}
@media (max-width: 47.9375rem) {
  #zipcode-lookup-container #js-zipcode-reset {
    margin-top: 1.25rem;
  }
}
#zipcode-lookup-container #js-zipcode-reset::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.012' height='19' viewBox='0 0 19.012 19'%3E%3Cpath d='M26.56,0H24.773a.452.452,0,0,0-.452.474l.151,3.12a9.349,9.349,0,1,0-.857,13A.452.452,0,0,0,.018-.657L22.35,14.652a.452.452,0,0,0-.618-.021,6.635,6.635,0,1,1,1.124-8.682l-3.828-.184a.452.452,0,0,0-.474.452V8a.452.452,0,0,0,.452.452H26.56A.452.452,0,0,0,27.012,8V.452A.452.452,0,0,0,26.56,0Z' transform='translate(-8 0)' fill='%23156eaa'/%3E%3C/svg%3E")
    no-repeat center center;
}
#zipcode-lookup-container #js-zipcode-reset:focus {
  outline: none;
}

#locations-google-map {
  width: 100%;
  height: 37.5rem;
  background: #cecece;
}
@media (max-width: 47.9375rem) {
  #locations-google-map {
    height: 30.625rem;
  }
}

section#locations h1 {
  display: inline-block;
  padding-bottom: 0.9375rem;
  font-size: 2.125rem;
  font-weight: 700;
  border-bottom: 0.1875rem solid #1cb6bd;
  margin-bottom: 2.5rem;
}

section#locations h2 {
  font-size: 1.5rem;
}

section#locations h3 {
  font-size: 1.125rem;
  text-transform: uppercase;
}

section#locations .bg-watermark p a {
  color: white;
}

section#locations .region-jump-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 47.9375rem) {
  section#locations .region-jump-link-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section#locations .region-jump-link-container > span {
    margin-bottom: 0.9375rem;
  }
}
section#locations .region-jump-link-container span {
  font-weight: bold;
  font-size: 1.25rem;
  color: #0f2e4e;
  margin-right: 1.25rem;
}

section#locations .container-fluid {
  background: #ededed;
  padding: 1.875rem 0;
  margin: 1.875rem 0;
}
@media (max-width: 47.9375rem) {
  section#locations .container-fluid {
    margin-top: 0;
  }
}
section#locations .container-fluid h3 {
  text-transform: none;
}
section#locations .container-fluid span.title {
  color: #0f2e4e;
}
section#locations .container-fluid [class*="col"] {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (max-width: 47.9375rem) {
  section#locations .container-fluid [class*="col"] {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

section#locations .region-group {
  padding: 2.5rem 0;
}
@media (max-width: 47.9375rem) {
  section#locations .region-group {
    padding: 1.25rem 0;
  }
}
section#locations .region-group h4 {
  color: #58595b;
  font-weight: 500;
  font-size: 1.125rem;
}
section#locations .region-group [class*="col"] {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

section#locations #locations-google-map img {
  margin: 0;
}

section#region-detail-view {
  display: none;
  margin-top: -2.1875rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-animation: slideDown 0.25s ease-out forwards;
  animation: slideDown 0.25s ease-out forwards;
}

@-webkit-keyframes slideDown {
  from {
    margin-top: -2.1875rem;
  }
  to {
    margin-top: 0;
  }
}

@keyframes slideDown {
  from {
    margin-top: -2.1875rem;
  }
  to {
    margin-top: 0;
  }
}
section#region-detail-view .region-box-container {
  -webkit-box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0, 0, 0, 0.16863);
  box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0, 0, 0, 0.16863);
}
section#region-detail-view .region-box-container .content-wrapper {
  padding: 1.875rem;
}
section#region-detail-view .region-box-container .row--representatives {
  background: #156eaa url(./../images/drop-watermark.svg) no-repeat center right;
  background-size: contain;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section#region-detail-view
  .region-box-container
  .row--representatives
  #js-row--representatives-container
  p
  strong {
  font-size: 1.125rem;
}
section#region-detail-view
  .region-box-container
  .row--representatives
  #js-row--representatives-container
  p
  a {
  color: white;
  text-decoration: underline;
}
section#region-detail-view
  .region-box-container
  .row--representatives
  #js-row--representatives-container
  p
  a:hover {
  text-decoration: none;
}
section#region-detail-view
  .region-box-container
  .row--representatives
  #region-background-container
  .content-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section#region-detail-view
  .region-box-container
  .row--representatives
  #region-background-container
  .content-wrapper
  p
  a {
  background: #156eaa;
}
section#region-detail-view
  .region-box-container
  .row--representatives
  #region-background-container
  .content-wrapper
  p
  a:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
section#region-detail-view
  .region-box-container
  .row--representatives
  .content-wrapper {
  color: white;
}
section#region-detail-view .region-box-container .row--services h3 {
  text-transform: none;
  margin-bottom: 1.875rem;
}
section#region-detail-view
  .region-box-container
  .row--services
  ul#services-icon-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
@media (max-width: 61.9375rem) {
  section#region-detail-view
    .region-box-container
    .row--services
    ul#services-icon-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }
}

ul#services-icon-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul#services-icon-list li {
  margin-bottom: 1.875rem;
}
ul#services-icon-list li:last-child {
  margin-bottom: 0;
}
ul#services-icon-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul#services-icon-list li a .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.125rem;
  max-height: 3.125rem;
  margin-right: 1.25rem;
}
ul#services-icon-list li a .img-wrapper img {
  max-height: 1.9375rem;
}

#need-help-mobile {
  display: none;
}

@media all and (max-width: 61.9375rem) and (min-width: 12.5rem) {
  #need-help-mobile {
    display: block;
    margin-bottom: 1.25rem;
  }
  #need-help-desktop {
    display: none;
  }
}

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