img {
	max-width: 100%;
}

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

#new-here #topRotator {
    margin-bottom: 2.5rem;
    position: relative;
}

#new-here #topRotator img {
    width: 100%;
    height: auto;
}

#new-here #topRotator ul {
    padding: 0;
    margin: 0;
}

#new-here #topRotator li {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 0;
}

#new-here #topRotator li:first-child,
#new-here #topRotator .cycle-slide {
    display: block;
}

#new-here #topRotator a {
    display: block;
    line-height: 0;
}

#new-here #topRotator .pager3 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    z-index: 100;
    display: block;
    visibility: visible;
}

#new-here #topRotator .pager3 .pager-wrap {
    display: table;
    margin: 0 auto;
}

#new-here #topRotator .pager3 span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 6px;
    cursor: pointer;
    border-radius: 14px;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.7);
	transition: .3s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#new-here #moreinfo {
}

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

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

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

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

#new-here form {
    position: relative;
}

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

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

#new-here form #geo-submit {
    margin: .5em 0 0 0;
    display: inline-block;
    cursor: pointer;
  	font-size: 18px;
  	font-weight: 400;
  	line-height: 1.25em;
  	text-align: center;
  	text-transform: uppercase;
  	padding: .85em .5em;
  	text-decoration: none !important;
  	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media (min-width: 48em) {
  #new-here form #geo-submit {
    padding: .5em 1.5em;
  }
}