#hero {
  width: 100%;
  margin-top: 14px;
}

#hero img,
#hero iframe {
  width: 100%;
}

#location .container {
  width: 1230px;
}

#location h1 {
  font-size: 38.5px;
  line-height: 47px;
  text-align: center;
  color: #222;
  padding-bottom: 21px;
}

#location h1 span {
  font-size: 48.5px;
  display: block;
}

#location .location-inner {
  gap: 0 100px
}

#location .manager a,
#location .customer a {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding-top:2px;
}

#location .manager a {
  margin-bottom: 60px;
}

#location .manager,
#location .contact,
#location .hours {
  border-bottom: 1px solid var(--gray);
  margin-bottom: 30px
}

#location .contact {
  padding-bottom:30px;
}

#location .welcome h5 {
  font-size: 30px;
  margin-bottom: 22px;
}

#location .welcome p,
#location .welcome p * {
  font-family:'Soleil'
}

#location .morelink {
  color: var(--red);
  font-size: 16px;
  margin-top: 10px;
  font-family: apertura, sans-serif !important;
  display: inline-block;
}

#location .manager-name,
#location .contact h5,
#location .hours h5,
#location .customer h5 {
  font-size: 25px;
  line-height: 24px;
}

#location .hours tr td:first-child {
  min-width: 153px;
}

#location .hours tr {
  height: 32.5px;
}

#location .hours {
  font-size: 18px;
  line-height: 1.625em
}

#location .address {
  line-height: 23px;
  margin: 9px 0 16px 0;
}

#location .address,
#location .phone {
  font-size: 18px;
  line-height: 24px;
}

#location .role {
  font-size: 18px;
  margin-bottom: 6px;
}

#location .contact .image-wrapper {
  flex-basis: 50px
}

#location .main {
  flex-basis: 710px;
  padding-top: 17px;
}

#location .side {
  flex: 0 0 300px
}

#location .welcome p {
  line-height: 1.625em;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Lato';
  margin-bottom: 20px;
}

.image-wrapper > img {
  position: relative !important
}

@media screen and (max-width: 992px) {
  #hero {
    margin-top: 22px;
  }

  #hero img,
  #hero iframe {
    height: 250px;
    object-fit: cover;
  }

  #location {
    margin-top: 23px;
  }

  #location h1 {
    line-height: 39px;
    padding-bottom: 12px;
  }

  #location h1 span {
    margin-bottom: 4px;
  }

  #location .address, #location .phone {
    margin: 0 auto;
    font-size: 15px;
    line-height: 20px;
    align-items:flex-start;
  }

  #location .contact {
    margin-bottom: 40px;
  }

  #location .location-inner {
    margin-top: 24px;
  }

  #location .hours {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }

  #location .hours h5 {
    margin-bottom: 18px;
  }

  #location .welcome h5 {
    font-size: 26px;
    line-height: 31px;
  }
}

@media screen and (max-width: 767px) {
  #location .location-inner {
    flex-wrap: wrap
  }

  #location .side {
    margin-top: 0
  }

  #location .manager,
  #location .contact,
  #location .hours {
    margin-bottom: 11px;
  }

  #location .contact,
  #location .hours {
    margin-bottom: 40px;
  }

  #location .contact .contact {
    margin-bottom: 0;
    padding-bottom:5px;
  }

  #mobile-contact-detail {
    border-bottom:1px solid #dcdcdc !important;
  }

  #location .location-inner {
    margin-top:-20px;
  }

  #location .manager a {
    margin-bottom: 2em;
  }

  #location .role {
    margin-top: 3px;
  }

  #location .fancy-text {
    margin-bottom: 0;
    font-size: 25px !important;
    padding: 4px 15px 2px 15px !important;
    line-height: 1.2
  }

  #location .contact h5 {
    font-size: 20px !important;
    margin-bottom: 10px;
  }

  #location .contact .button {
    margin-top: 32px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 0;
  }

  #location .role {
    font-size: 18px
  }

  #location .manager-name {
    font-size: 25px !important
  }

  #location .manager,
  #location .contact {
    border: none
  }

  #mobile-contact-detail {
    border-bottom: 1px solid var(--gray)
  }

  .contact .address,
  .contact .phone {
    margin: 15px auto;
    width: 230px;
    display: flex
  }

  #location .manager-name {
    font-size: 2em !important
  }

  .side .hours table {
    margin: 0 auto
  }

  .hours h5 {
    text-align: center
  }

  #location .customer {
    border-bottom: 1px solid var(--gray);
    margin-bottom: 40px;
    padding-bottom: 40px
  }

  #location .welcome h5 {
    font-size: 26px
  }

  #location .welcome p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}

@media screen and (max-width: 567px) {
  #location {
    padding-bottom: 0;
    margin-bottom: 50px
  }

  #location .side {
    flex: 1
  }

  .fancy-text {
    padding: 5px 12px 0 12px !important
  }

  .side .customer {
    text-align: center
  }
}