h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #333;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.63);
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

p {
  margin-bottom: 20px;
}

.body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.75em;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 100px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/young-woman-biking.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  padding: 15px 20px;
  background-color: #000;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.button:hover {
  background-color: #503a4e;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #777;
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.07);
}

.brand {
  width: 175px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.nav-link {
  color: #fff;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  color: hsla(0, 0%, 100%, 0.48);
}

.nav-link.w--current {
  color: hsla(0, 0%, 100%, 0.45);
}

.schedule-button {
  padding: 15px 20px 15px 45px;
  background-color: #000;
  background-image: url('../images/schedule-icon-white_1schedule-icon-white.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.schedule-button:hover {
  background-color: #503a4e;
}

.schedule-button.margin {
  margin-right: 10px;
}

.schedule-button.hover-outline {
  border: 1px solid #000;
}

.schedule-button.hover-outline:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.self-test-button {
  padding: 15px 20px 15px 45px;
  background-color: #000;
  background-image: url('../images/self-test-icon-white_1self-test-icon-white.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.self-test-button:hover {
  background-color: #503a4e;
}

.self-test-button.hover-outline {
  border: 1px solid #000;
}

.self-test-button.hover-outline:hover {
  border-color: #fff;
}

.self-test-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.self-test-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.big-self-test-text {
  margin-bottom: 50px;
  color: #01222e;
  font-size: 1.5em;
  line-height: 1.2em;
  text-align: center;
}

.image {
  width: 100%;
  max-width: 1280px;
}

.what-is-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(153deg, #2e1f2d, #503a4e);
}

.what-is-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.white {
  color: #fff;
  text-align: left;
}

.par-white {
  color: #fff;
}

.photo-48 {
  overflow: hidden;
  width: 48%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.left {
  text-align: left;
}

.about-us-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 94.7%, 0.95)), to(hsla(0, 0%, 94.7%, 0.95))), url('../images/katzen-big-icon.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 94.7%, 0.95), hsla(0, 0%, 94.7%, 0.95)), url('../images/katzen-big-icon.png');
  background-position: 0px 0px, -10% 50%;
  background-size: auto, 50%;
  background-repeat: repeat, no-repeat;
}

.about-us-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.doctors-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.doc-wraper-div {
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.doc-photo-wrap {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25%;
  max-height: none;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.doc-photo-wrap.mobile-barratt {
  display: none;
}

.doc-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-white {
  color: #fff;
  font-size: 2em;
  text-align: left;
}

.image-3 {
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4 {
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.cost-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75vh;
  padding: 100px 5%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/young-woman-using-phone.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cost-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(46, 31, 45, 0.86);
}

.left-white-2 {
  color: #fff;
  font-size: 2.5em;
  text-align: left;
}

.location-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(131deg, #2e1f2d, #503a4e);
  font-size: 1em;
  line-height: 1.2em;
}

.location-wrapper-div {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.white-center {
  color: #fff;
  text-align: center;
}

.location-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.location-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-icon {
  width: 40px;
  height: auto;
  margin-bottom: 20px;
}

.address-text {
  color: #fff;
  text-align: center;
}

.footer-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-div-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brand-2 {
  max-width: 250px;
  margin-bottom: 30px;
}

.footer-text {
  margin-bottom: 10px;
}

.link {
  color: #503a4e;
  text-decoration: none;
}

.link:hover {
  color: #777;
}

.footer-phone {
  margin-bottom: 20px;
  padding: 12px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #503a4e;
  background-color: transparent;
  color: #503a4e;
  text-transform: uppercase;
}

.footer-phone:hover {
  background-color: #503a4e;
  color: #fff;
}

.footer-form-div-65 {
  width: 65%;
}

.nav-menu {
  padding-top: 0.5%;
}

.mobile-hero-img {
  display: none;
}

.mobile-buttons {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-schedule {
  padding: 15px 20px 15px 45px;
  background-color: #000;
  background-image: url('../images/schedule-icon-white_1schedule-icon-white.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.mobile-schedule:hover {
  background-color: #007ca5;
}

.mobile-self-test {
  padding: 15px 20px 15px 45px;
  background-color: #000;
  background-image: url('../images/self-test-icon-white_1self-test-icon-white.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.mobile-self-test:hover {
  background-color: #007ca5;
}

.promo-text {
  margin-bottom: 30px;
  padding: 10px 15px;
  background-color: transparent;
  background-image: linear-gradient(98deg, #503a4e, rgba(80, 58, 78, 0) 85%, rgba(80, 58, 78, 0));
  color: #fff;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
}

.doc-bio-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-top: 50px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #503a4e;
}

.doc-text-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  padding: 20px 0px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.doc-photo-wrap-barratt {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25%;
  max-height: none;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.2em;
  }

  .hero {
    height: 800px;
    padding: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(68%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0))), url('../images/young-woman-biking.jpg');
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 68%, hsla(0, 0%, 100%, 0)), url('../images/young-woman-biking.jpg');
    background-position: 0px 0px, 90% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .hero-wrapper-div {
    width: auto;
  }

  .button-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .brand {
    width: 150px;
  }

  .nav-link {
    color: #777;
  }

  .nav-link:hover {
    color: hsla(0, 0%, 46.7%, 0.55);
  }

  .schedule-button.margin {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .what-is-wrapper-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-48 {
    width: 100%;
  }

  .photo-48 {
    width: 100%;
    margin-top: 20px;
  }

  .about-us-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 94.7%, 0.95)), to(hsla(0, 0%, 94.7%, 0.95))), url('../images/katzen-big-icon.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 94.7%, 0.95), hsla(0, 0%, 94.7%, 0.95)), url('../images/katzen-big-icon.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
  }

  .doc-photo-wrap {
    position: static;
    width: 40%;
    margin-bottom: 20px;
    padding: 0px;
  }

  .doc-photo-wrap.mobile-barratt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
  }

  .doc-text {
    width: 100%;
    padding: 0% 0px;
  }

  .cost-section {
    min-height: 0px;
    padding: 0px;
  }

  .cost-text-div {
    width: auto;
    padding: 100px 5%;
    background-color: #777;
  }

  .location-holder {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .location-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-wrapper-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-div-30 {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-form-div-65 {
    width: 100%;
  }

  .nav-menu {
    background-color: #fff;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .mobile-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .promo-text {
    font-size: 2em;
  }

  .doc-bio-wrapper {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .doc-text-left {
    width: 100%;
    padding: 0%;
  }

  .doc-photo-wrap-barratt {
    position: static;
    display: none;
    width: 40%;
    margin-bottom: 20px;
  }

  .heading {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2em;
  }

  .hero {
    height: 500px;
    padding: 20px;
  }

  .brand {
    width: 100px;
  }

  .self-test-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .what-is-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-us-section {
    min-height: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .doctors-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .doc-photo-wrap {
    width: 35%;
  }

  .doc-text {
    width: 100%;
    padding: 0%;
  }

  .cost-text-div {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .left-white-2 {
    font-size: 2em;
  }

  .location-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .location-holder {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .location-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-section {
    padding-top: 50px;
    padding-bottom: 125px;
  }

  .menu-button {
    padding: 10px;
  }

  .mobile-buttons {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .mobile-schedule {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .mobile-schedule:hover {
    background-color: #503a4e;
  }

  .mobile-self-test {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .mobile-self-test:hover {
    background-color: #503a4e;
  }

  .promo-text {
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  .doc-text-left {
    width: 100%;
    padding: 0%;
  }

  .doc-photo-wrap-barratt {
    width: 35%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    color: #fff;
    font-size: 2em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.2em;
  }

  .hero {
    height: auto;
    padding: 10% 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-wrapper-div {
    width: 100%;
    padding: 10px;
    background-color: #777;
  }

  .brand {
    width: 100px;
  }

  .schedule-button {
    padding-right: 10px;
    padding-left: 10px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .schedule-button.margin {
    padding-left: 20px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .self-test-button {
    padding-left: 20px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .about-us-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .doc-photo-wrap {
    width: 100%;
  }

  .left-white {
    font-size: 1.5em;
  }

  .footer-section {
    padding-bottom: 125px;
  }

  .menu-button {
    padding: 13px;
  }

  .mobile-hero-img {
    display: block;
  }

  .mobile-buttons {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .mobile-schedule {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #503a4e;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .mobile-schedule:hover {
    background-color: #000;
    color: #fff;
  }

  .mobile-self-test {
    padding-left: 20px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .promo-text {
    font-size: 1em;
  }

  .doc-photo-wrap-barratt {
    width: 100%;
  }
}

