@media only screen and (min-width: 768px) and (max-width: 1150px) {
  header .nav-location-menu {
    height: 100vh;
    overflow: scroll;
  }
  header .nav-location-menu .nav-location-menu-inner .menu-column {
    width: 33%;
  }
  header .nav-location-menu .nav-location-menu-inner .menu-column:last-child {
    width: 33%;
  }
  header .nav-location-menu .nav-location-menu-inner ul {
    height: auto;
  }
}

.single-locations
  .b-location-wrapper
  .b-location-header
  .b-location-info
  .b-location-info-inner
  .b-location-info-right-column
  .b-location-info-right-coming-soon-about
  p
  a {
  color: #950a1c;
  text-decoration: underline;
}
.single-locations
  .b-location-wrapper
  .b-location-header
  .b-location-info
  .b-location-info-inner
  .b-location-info-right-column
  .b-location-info-right-coming-soon-timer {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .b-jobs-apply .b-jobs-apply-form,
  .b-jobs-apply .b-jobs-apply-form .b-jobs-apply-form-inner {
    background-image: url(/wp-content/themes/tortilla/dist/images/background.jpg);
  }
}
