.hero {
  background: url(/content/dam/lge/au/migration/dealer-locator/img/header.png);
  color: white;
  padding: 126px 0 93px;
  background-size: cover;
  background-position: center;
  text-align: center;
}

#map-holder {
  width: 100%;
  position: relative;
  text-align: left;
}

#map_canvas {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
}

.side-bar {
  background: white;
}

.side-bar h3 {
  padding: 36px 37px 0;
  font-size: 23px;
  font-weight: bold;
  font-family: "LG Smart";
  letter-spacing: -0.3px;
}

.side-bar>p {
  margin: 0;
  padding: 8px 37px 0;
  font-size: 19px;
  font-family: "LG Smart";
  letter-spacing: 0.4px;
  line-height: 24px
}

.side-bar form {
  padding: 22px 37px 34px;
}

.side-bar input[type=text] {
  height: 41px;
  line-height: 41px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 2px 13px;
}

.side-bar .search {
  position: relative;
}

.side-bar .search a {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #a50034;
  height: 41px;
  width: 40px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: center;
  padding: 7px 0 0 4px;
}

.side-bar .search a:hover {
  background-color: #d80546;
  text-decoration: none;
}

.side-bar .btn-location {
  margin-top: 14px;
  width: 100%;
  font-size: 20px;
  line-height: 25px;
}

.side-bar .btn-location img {
  margin-right: 11px;
  margin-top: -3px
}

#results {
  border: 1px solid #ccc;
  padding: 22px 0;
  display: none;
  z-index: 2;
  background: white;
}

#results>p {
  font-size: 20px;
  margin: 0 0 0 20px;
}

#results>p span {
  font-family: "LG Smart";
  font-weight: bold;
}

/*#results ol,
#results ul,
#results li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#results ol > li {
  padding: 15px 19px 10px 39px;
  cursor: pointer;
}
#results ol > li:nth-child(odd) {
  background: #F5F5F5;
}
#results ul .pin {
  width: 56px;
  height: 50px;
  background-repeat : no-repeat;
  position: absolute;
  left: -58px;
}
#results ul .name {
  padding-top: 8px;
}
#results ul .name a {
  color: black;
  font-family: "LG Smart";
  font-size: 18px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
#results ul .address2 {
  padding-top: 4px;
  font-size: 13px;
  text-transform: capitalize;
}
#results ul .marker-1 {
  background-image: url(./content/dam/lge/au/migration/dealer-locator/img/1.png);
}
#results ul .marker-2 {
  background-image: url(./content/dam/lge/au/migration/dealer-locator/img/2.png);
}
#results ul .marker-3 {
  background-image: url(./content/dam/lge/au/migration/dealer-locator/img/3.png);
}
#results ul .marker-4 {
  background-image: url(./content/dam/lge/au/migration/dealer-locator/img/4.png);
}
#results ul .marker-5 {
  background-image: url(./content/dam/lge/au/migration/dealer-locator/img/5.png);
}
#results ul .marker-6 {
  background-image: url(./content/dam/lge/au/migration/dealer-locator/img/6.png);
}
#results ul .marker-7 {
  background-image: url(./content/dam/lge/au/migration/dealer-locator/img/7.png);
}
#results ul .marker-8 {
  background-image: url(./content/dam/lge/au/migration/dealer-locator/img/8.png);
}
#results ul .marker-9 {
  background-image: url(./content/dam/lge/au/migration/dealer-locator/img/9.png);
}
#results ul .marker-10 {
  background-image: url(./content/dam/lge/au/migration/dealer-locator/img/10.png);
}*/

#result {
  z-index: 2;
  margin: 30px;
  font-family: "LG Smart";
  background-color: #e8edf1;
}

#result .id {
  float: left;
  margin-right: 12px;
  margin-top: -3px;
}

#result .title {
  font-family: "LG Smart";
  font-size: 28px;
  line-height: 28px;
}

#result .suburb {
  font-size: 19px;
  line-height: 19px;
}

#result .address,
#result .number,
#result .website {
  font-size: 17px;
  line-height: 17px;
  margin: 20px 0;
}

#result .address span,
#result .phone span,
#result .website span {
  margin-left: 12px;
  position: absolute;
  margin-top: 10px;
}

#result hr {
  margin: 16px 0;
  border-top: 2px solid #ccc;
  height: 0;
  border-bottom: 0;
}

#result .close {
  position: absolute;
  right: 36px;
  top: 33px;
}

.circle {
  position: absolute;
  right: -57px;
  top: 14px;
}

.circle a {
  display: block;
  border: 1px solid #959595;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  color: #959595;
}

#results ul.store-bubble {
  margin: 0 57px;
  position: relative;
}

@media (min-width: 1001px) {
  #map-holder {
    max-width: 1200px;
    margin: 60px auto;
  }

  .side-bar {
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 2;
    width: 400px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }

  #results {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  #result {
    padding: 50px 20px;
    text-align: center;
  }

  #result .id {
    float: none;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 11px;
  }

  #result .address span,
  #result .phone span,
  #result .website span {
    position: relative;
    display: block;
  }

  #map_canvas {
    position: relative;
    height: 400px;
  }
}



.firstHeading {
  font-size: 30px !important;
}

@media (max-width: 789px) {


  #result {
    padding-top: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0% !important;
  }

  .firstHeading {
    font-size: 20px !important;
  }
}