input[type=text], input[type=email] {
  height: auto;
  padding: 1.125rem;
}

@media screen and (max-width: 47.99875em) {
  .location-information .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.location-information .content-wrapper {
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.location-information .map-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.location-information .map-wrapper iframe {
  height: 19.375rem;
  width: 100%;
}
.location-information .info-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.location-information .info-wrapper .container {
  padding: 2.5rem;
}
.location-information .big-text {
  font-size: 1.375rem;
  margin-bottom: 1.875rem;
}
.location-information .keep-case {
  text-transform: none;
}
/*# sourceMappingURL=lbj-location-information.css.map */
