:root {
  --dark-black: #000;
  --white: white;
  --peru\<deleted\|variable-3e3f8be5\>: #be8c4c;
  --black: #333;
  --color: #009bdb;
  --color-2: #3898ec;
  --midnight-blue\<deleted\|variable-ef9a1bcb\>: #19304c;
  --light-blue: rgba(56, 152, 236, .1);
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h2 {
  color: var(--dark-black);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.2em;
}

h5 {
  color: var(--peru\<deleted\|variable-3e3f8be5\>);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  text-align: left;
  margin-bottom: 20px;
}

.body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.navbar {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 13px rgba(0, 0, 0, .1);
}

.brand {
  background-color: var(--white);
  width: 15%;
  padding: 15px;
  position: absolute;
  left: 1%;
}

.nav-link {
  color: var(--black);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 1.2em;
}

.nav-link:hover {
  background-color: var(--color);
  color: var(--white);
}

.nav-link.w--current {
  color: var(--black);
}

.nav-link.w--current:hover {
  color: var(--white);
}

.nav-link.call {
  background-color: var(--dark-black);
  color: var(--white);
}

.nav-link.call:hover {
  background-color: var(--color);
}

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/The-Surgery-Center-at-the-Valley---AY-Magazine-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  display: flex;
}

.hero-wrapper-div {
  background-color: var(--dark-black);
  box-shadow: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 25px;
  display: flex;
}

.welcome-section {
  background-color: var(--dark-black);
  padding-top: 7%;
  padding-bottom: 7%;
}

.welcome-div {
  flex-direction: column;
  align-items: center;
  width: 75%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lt-blue {
  color: var(--color-2);
}

.lt-blue.welcome {
  color: var(--color);
  margin-bottom: 15px;
  margin-left: 5%;
  margin-right: 5%;
}

.block-quote {
  border-left-color: var(--white);
  width: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}

.welcome-call-out-div {
  background-color: var(--color);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 25px;
  display: none;
}

.welcome {
  margin-left: 5%;
  margin-right: 5%;
}

.button {
  background-color: var(--white);
  color: var(--dark-black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 5px;
  padding: 10px 25px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.button:hover {
  background-color: var(--color);
  color: var(--dark-black);
}

.left {
  text-align: left;
}

.left.white {
  color: var(--white);
}

.left.blue {
  color: var(--color);
}

.left-blue {
  color: var(--color);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 2em;
  font-weight: 500;
}

.apart-section {
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
}

.black-left {
  color: var(--dark-black);
  text-align: left;
  margin-bottom: 20px;
  font-weight: 700;
}

.day-of-text-wrap {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 6% 0 0%;
  display: flex;
}

.map-div {
  width: 100%;
  min-height: 350px;
}

.contact-section {
  background-color: var(--dark-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.contact-wrapper-div {
  background-color: rgba(255, 255, 255, .95);
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
  max-width: 1600px;
  margin-left: 0;
  margin-right: 0;
  padding: 25px;
  display: flex;
}

.form-block {
  width: 100%;
}

.field-label {
  width: 100%;
  font-weight: 400;
}

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.radio-buttons {
  align-items: center;
  width: 100%;
  display: flex;
}

.radio-button-field {
  align-items: center;
  display: flex;
}

.radio-button-field.no {
  margin-left: 15px;
}

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

.footer-text {
  color: var(--white);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
}

.footer-text.no-top-marg {
  margin-top: 0;
  margin-bottom: 0;
}

.link {
  color: var(--color);
}

.link:hover {
  color: var(--white);
}

.phone-and-fax {
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.phone {
  color: var(--white);
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  font-size: 18px;
  display: block;
}

.phone:hover {
  background-color: var(--color-2);
}

.location-text-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-wrapper-div {
  justify-content: space-between;
  width: 90%;
  display: flex;
}

.top {
  padding-top: 25px;
}

.centered-header {
  color: var(--color);
  text-align: center;
  margin-bottom: 20px;
  line-height: 1em;
}

.centered-header.white {
  color: var(--white);
}

.text-block {
  color: var(--color);
}

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

.what-wrapper {
  background-color: rgba(255, 255, 255, 0);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.h2-center {
  text-align: center;
}

.expect-section {
  background-color: var(--light-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 6%;
  padding-bottom: 6%;
  display: flex;
}

.video-holder {
  object-fit: cover;
  background-color: rgba(51, 51, 51, .5);
  width: 80%;
  min-height: 400px;
  margin-top: 30px;
}

.video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.why-section {
  background-color: rgba(56, 152, 236, .1);
  background-image: linear-gradient(rgba(255, 255, 255, .38), rgba(255, 255, 255, .38)), url('../images/abstract-background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 6%;
  padding-bottom: 6%;
}

.why-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-container {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  margin-top: 5%;
  display: flex;
}

.list-div {
  border: 1px solid var(--dark-black);
  background-color: var(--white);
  box-shadow: 5px 5px 0 2px var(--dark-black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 49%;
  margin-bottom: 3%;
  padding: 3%;
  display: flex;
  position: relative;
}

.list-div.big {
  width: 100%;
}

.white-center-text {
  color: var(--white);
  text-align: center;
}

.list-text {
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
}

.apart-list-div {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.image-apart {
  object-fit: cover;
  width: 50%;
  height: auto;
  min-height: 450px;
  max-height: 600px;
}

.apart-content {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 75px;
  display: flex;
}

.card-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.stars {
  width: 100px;
}

.hero-text {
  color: var(--white);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 100;
}

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

.apart-container {
  width: 100%;
  margin-top: 50px;
}

.blue {
  color: var(--color-2);
}

.review-section {
  background-color: var(--light-blue);
  padding-top: 6%;
  padding-bottom: 6%;
}

.review-wrapper {
  width: 85%;
  max-width: 1800px;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.slide-content {
  justify-content: space-around;
  width: 100%;
  height: 95%;
  display: flex;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  min-height: 400px;
  margin-top: 35px;
}

.left-arrow, .right-arrow {
  display: none;
}

.card {
  background-color: var(--white);
  border: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  padding: 25px;
  display: flex;
  box-shadow: 5px 5px #000;
}

.review-stars {
  width: 75px;
  margin-bottom: 10px;
}

.review-text {
  text-align: center;
  margin-bottom: 5px;
}

.name {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.slide-nav {
  display: none;
}

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

  h3 {
    font-size: 1.5em;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .brand {
    width: 20%;
  }

  .brand.w--current {
    z-index: 2;
  }

  .hero {
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/The-Surgery-Center-at-the-Valley---AY-Magazine-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 700px;
  }

  .hero-wrapper-div {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .welcome-section {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .welcome-div {
    width: 90%;
  }

  .button {
    letter-spacing: 1px;
    font-size: 15px;
  }

  .apart-section {
    flex-direction: column;
  }

  .day-of-text-wrap {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact-section {
    padding-top: 6%;
  }

  .contact-wrapper-div {
    width: 100%;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--midnight-blue\<deleted\|variable-ef9a1bcb\>);
  }

  .nav-menu {
    background-color: var(--white);
    padding-top: 8%;
  }

  .icon {
    color: var(--white);
  }

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

  .footer-wrapper-div {
    flex-direction: column;
  }

  .centered-header {
    margin-bottom: 15px;
  }

  .video-holder {
    min-height: auto;
    margin-top: 20px;
  }

  .why-wrapper {
    min-height: auto;
  }

  .list-container {
    width: 100%;
    margin-top: 3%;
  }

  .list-div {
    padding: 3%;
  }

  .image-apart {
    min-height: 400px;
  }

  .apart-content {
    padding: 35px;
  }

  .card-title {
    margin-bottom: 10px;
  }

  .hero-text {
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .apart-container {
    margin-top: 25px;
  }

  .review-wrapper {
    width: 90%;
    min-height: auto;
  }

  .slider {
    min-height: 400px;
  }

  .card {
    width: 48%;
  }
}

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

  h3 {
    font-size: 1em;
  }

  .brand {
    width: 28%;
    padding: 15px 10px 10px;
  }

  .hero {
    justify-content: center;
    align-items: center;
    height: 500px;
    padding-top: 6%;
    padding-bottom: 0%;
  }

  .hero-wrapper-div {
    padding: 30px;
  }

  .welcome-section {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .welcome-div {
    width: 85%;
  }

  .button {
    font-size: 14px;
  }

  .left-blue {
    margin-bottom: 5px;
    font-size: 1.2em;
  }

  .map-div {
    min-height: auto;
  }

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

  .icon {
    color: var(--white);
  }

  .centered-header {
    margin-bottom: 10px;
    font-size: 1.6em;
    line-height: 1.1em;
  }

  .centered-header.white {
    margin-bottom: 15px;
  }

  .video-holder {
    width: 90%;
    margin-top: 5px;
  }

  .list-div {
    width: 100%;
    padding: 4%;
  }

  .list-div.big {
    padding: 4%;
  }

  .list-text {
    font-size: 15px;
    line-height: 1.6em;
  }

  .image-apart {
    min-height: 350px;
  }

  .apart-content {
    padding: 30px;
  }

  .card-title {
    font-size: 18px;
  }

  .hero-text {
    font-size: 16px;
    line-height: 1.3em;
  }

  .slide-content {
    flex-flow: column;
  }

  .slider {
    min-height: 500px;
    margin-top: 15px;
  }

  .card {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8em;
  }

  h5 {
    text-align: center;
    font-size: 1.2em;
  }

  .brand {
    width: 35%;
  }

  .hero {
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/The-Surgery-Center-at-the-Valley---AY-Magazine-1.jpg');
    background-position: 0 0, 50% 100%;
    background-attachment: scroll, scroll;
    justify-content: flex-end;
    align-items: center;
    height: 500px;
    padding-bottom: 5%;
  }

  .hero-wrapper-div {
    width: 95%;
    padding: 20px;
  }

  .welcome-section {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .lt-blue.welcome {
    margin-bottom: 10px;
  }

  .button {
    text-align: center;
    line-height: 1.3em;
  }

  .left-blue {
    font-size: 1.2em;
  }

  .day-of-text-wrap {
    padding-bottom: 0;
  }

  .footer-text {
    width: 90%;
    font-size: 13px;
    line-height: 1.5em;
  }

  .menu-button {
    padding: 10px;
  }

  .phone-and-fax {
    flex-direction: column;
  }

  .centered-header {
    font-size: 1.5em;
  }

  .why-section {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .list-div {
    box-shadow: 2px 2px 0 2px var(--dark-black);
  }

  .white-center-text {
    font-size: 15px;
    line-height: 1.6em;
  }

  .apart-list-div {
    flex-flow: column;
  }

  .image-apart {
    width: 100%;
    min-height: auto;
  }

  .apart-content {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-text {
    letter-spacing: 0;
    font-size: 15px;
    line-height: 1.2em;
  }

  .review-section {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .slider {
    min-height: 750px;
  }
}


