#new-here-2 .wrap {
  overflow: hidden;
}

#new-here-2 #welcome {
  margin-bottom: 2.5em;
}

#new-here-2 #welcome #welcomeRight .location {
  text-align: center;
  padding: 2.5em 2.5em 1em;
}

#new-here-2 #welcome #welcomeRight .location #map-wrap {
  padding: 5px;
  margin-bottom: 18px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}

#new-here-2 #welcome #welcomeRight .location #map-wrap #map {
  position: relative;
  height: 160px;
}

#new-here-2 #welcome #welcomeRight .location p {
  margin-bottom: 0;
}

#new-here-2 #welcome #welcomeRight .location .directions {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#new-here-2 #welcome #welcomeRight .location .map-directions {
  display: block;
  padding: 15px;
}

#new-here-2 #welcome #directions {
  text-align: center;
  clear: both;
  padding: 1em;
}

#new-here-2 #welcome #directions h5, #new-here-2 #welcome #directions form {
  display: inline-block;
}

#new-here-2 #welcome #directions h5 {
  margin-right: 15px;
}

#new-here-2 #welcome #directions h5 .pin {
  display: block;
  float: left;
  width: 10px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

#new-here-2 #welcome #directionsSubmit {
  padding: 1em 0;
  text-align: center;
}

#new-here-2 #welcome::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

#new-here-2 #moreinfo {
  padding: 2em;
}

#new-here-2 #moreinfo::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

#new-here-2 #moreinfo #visit {
  text-align: center;
}

#new-here-2 #moreinfo #visit::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

#new-here-2 form {
  position: relative;
}

#new-here-2 form input[type="text"], #new-here-2 form input[type="email"] {
  height: 41px;
  line-height: 31px;
  margin: 0;
  padding: 0 20px;
  outline: none;
  border: none;
  font-size: 16px;
}

#new-here-2 form input[type="text"], #new-here-2 form input[type="email"] {
  width: 80%;
  box-shadow: inset 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

#new-here-2 form .btn-primary {
  margin: .5em 0 0 0;
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 600px) {
  #new-here-2 form input[type="text"], #new-here-2 form input[type="email"] {
    width: inherit;
  }
}

@media (min-width: 768px) {
  #tabs {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .ui-tabs-nav {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .module-tabs {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
