div.gmnoprint {
  margin: 40px 0 0 0;
  margin-left: -30px; }

.hide {
  display: none; }

#store-locator-page {
  position: absolute;
  display: block;
  height: auto;
  bottom: 0;
  top: 340px;
  left: 0;
  right: 0; }
  #store-locator-page #map {
    position: absolute;
    background-color: black;
    top: 0;
    left: 0;
    min-width: 100% !important;
    min-height: 100% !important;
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center; }

#store-locator {
  float: left;
  width: 100%;
  position: relative;
  overflow: auto;
  margin-top: -80px; }
  #store-locator .container {
    margin: 0 auto;
    width: 1180px; }
  #store-locator a.close {
    position: absolute;
    width: 140px;
    text-align: center;
    background-color: transparent;
    top: 630px;
    left: 50%;
    height: 10px;
    margin: 0 0 0 -70px;
    text-transform: uppercase;
    color: black;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 0.2em;
    z-index: 120; }
    #store-locator a.close span.text {
      display: block;
      position: absolute;
      top: 5px;
      width: 100%;
      text-align: center; }
    #store-locator a.close span.arrow {
      display: block;
      position: absolute;
      top: -10px;
      left: 0;
      border-style: solid;
      border-width: 0 70px 30px 70px;
      border-color: transparent transparent white transparent; }

#map-container {
  clear: left;
  float: left;
  height: 650px;
  width: 100% !important;
  background-color: black; }
  #map-container a {
    color: #e76737;
    text-decoration: none; }
  #map-container a:hover, #map-container a:active {
    text-decoration: underline; }

#map {
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px; }
  #map .loc-name {
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 0 10px 0; }
  #map .loc-details {
    font-size: 0.8em;
    line-height: 1.5em; }

#loc-list {
  position: absolute;
  top: 130px;
  left: 40px;
  z-index: 100;
  width: 290px;
  height: 480px;
  overflow: auto;
  background-color: white; }
  #loc-list ul {
    display: block;
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  #loc-list .list-label {
    float: left;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    background-color: #fadd09;
    color: black;
    font-weight: 500;
    font-size: 1.1em;
    font-family: "Tungsten A", "Tungsten B";
    margin-left: 14px; }
  #loc-list .list-details {
    float: left;
    margin-left: 16px;
    width: 200px;
    font-size: 0.9em;
    font-weight: 400;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    line-height: 1.2em;
    margin-top: 4px; }
  #loc-list .loc-name {
    float: left;
    width: 100%; }
  #loc-list .loc-addr, #loc-list .loc-addr2, #loc-list .loc-addr3 {
    display: none; }
  #loc-list .loc-phone {
    display: none; }
  #loc-list .loc-web {
    display: none; }
  #loc-list .loc-directions {
    display: none; }
  #loc-list .loc-dist {
    color: #999999;
    font-size: 0.9em;
    margin-left: 5px; }
  #loc-list li {
    display: block;
    clear: left;
    float: left;
    cursor: pointer;
    width: 100%;
    padding: 12px 0;
    line-height: 1.4em; }
  #loc-list .list-focus {
    background-color: #fadd09; }
    #loc-list .list-focus .list-label {
      color: black;
      background-color: white; }

#form-container {
  width: 290px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 40px;
  left: 40px;
  height: 90px;
  z-index: 110; }
  #form-container button::-moz-focus-inner, #form-container input[type="button"]::-moz-focus-inner, #form-container input[type="submit"]::-moz-focus-inner, #form-container input[type="reset"]::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important; }
  #form-container #form-input {
    margin-top: 4px; }
    #form-container #form-input label {
      color: white;
      float: left;
      font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
      text-transform: uppercase;
      text-align: center;
      width: 100%;
      margin: 10px 0;
      font-weight: 300;
      font-size: 0.9em;
      letter-spacing: 0.1em; }
  #form-container #address {
    float: left;
    width: 166px;
    font-size: 1em;
    border: none;
    background-color: white;
    color: black;
    padding: 7px;
    outline: none;
    margin: 0 0 0 20px; }
  #form-container #submit-btn input {
    float: left;
    cursor: pointer;
    border: none;
    background-color: #fadd09;
    font-size: 1em;
    margin: 0;
    color: black;
    font-weight: 500;
    padding: 7px 15px;
    text-transform: uppercase;
    outline: none; }
  #form-container #submit-btn input:hover {
    background-color: black;
    color: white; }