.brand {
  width: 300px;
}

.nav-link {
  font-family: Oswald, sans-serif;
  color: #0b77ba;
  font-size: 15px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #333;
}

.body {
  font-family: Oswald, sans-serif;
}

.nav-menu {
  margin-top: 10px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 50px;
  right: 0%;
  bottom: auto;
  z-index: 5000;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.18);
}

.nav-div {
  width: 100%;
  max-width: 1400px;
  min-height: 75px;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-toggle {
  color: #0b77ba;
  font-size: 15px;
  text-transform: uppercase;
}

.dropdown-toggle:hover {
  color: #333;
}

.dropdown-list {
  background-color: #333;
}

.dropdown-link {
  color: #fff;
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: silver;
  color: #333;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-top: 80px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
/*  background-image: linear-gradient(252deg, transparent 27%, rgba(0, 0, 0, 0.76)), url('../images/shutterstock_1998304280.jpg');*/
	background-image: linear-gradient(252deg, transparent 27%, rgba(0, 0, 0, 0.76)), url('../images/hero-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-wrapper {
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.hero-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 50px;
  margin-bottom: 0px;
  padding-left: 0px;
  -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;
  border-left: 1px none #fff;
  text-align: left;
}

.heading {
  margin-top: 0px;
  color: #fff;
  font-size: 42px;
  line-height: 48px;
  font-weight: 300;
  text-align: left;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
}

.button {
  margin-top: 10px;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #333;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #0b77ba;
}

.button.blue {
  background-color: #0b77ba;
}

.button.blue:hover {
  background-color: #4d9cd5;
}

.welcome-section {
  padding: 100px;
}

.welcome-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  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;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #0b77ba;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.paragraph {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

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

.heading-2-copy {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #333;
  font-size: 32px;
  line-height: 45px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  padding-right: 0px;
  -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;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -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;
  border-left: 1px none silver;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 7px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #0b77ba;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #333;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.div-block-3:hover {
  background-color: #4d9cd5;
}

.what-is-section {
  padding: 100px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 52%, hsla(0, 0%, 75.3%, 0.38));
}

.what-is-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
}

._50-image {
  width: 50%;
  min-height: 500px;
  background-image: url('../images/shutterstock_1916442374.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 25px 0px 25px 50px;
  -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;
}

.heading-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 12px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image {
  width: 90%;
}

.image-2 {
  width: 90%;
}

.image-3 {
  width: 90%;
}

.mission-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 119, 186, 0.88)), to(rgba(11, 119, 186, 0.88))), url('../images/patientbw.jpg');
  background-image: linear-gradient(180deg, rgba(11, 119, 186, 0.88), rgba(11, 119, 186, 0.88)), url('../images/patientbw.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.mission-div {
  width: 85%;
  max-width: 1400px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.white-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.white-text {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.values-section {
  padding: 100px 50px;
  background-color: #053c5e;
}

.cta-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 150px 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: silver;
  background-image: url('../images/temecula.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.footer-section {
  padding: 100px;
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 67%, hsla(0, 0%, 75.3%, 0.38));
}

.values-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  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;
}

.section {
  position: relative;
  min-height: 500px;
  padding: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.82)), to(hsla(0, 0%, 100%, 0.82))), url('../images/mountains.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.82), hsla(0, 0%, 100%, 0.82)), url('../images/mountains.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.image-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 0%;
  height: 105%;
}

.div-block-5 {
  width: 70%;
}

.block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0b77ba;
  text-decoration: none;
  cursor: pointer;
}

.block-container:hover {
  color: #333;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}

.value-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.block {
  width: 19%;
  min-height: 200px;
  padding: 20px;
  border-style: solid;
  border-width: 0.25px;
  border-color: hsla(0, 0%, 100%, 0.27);
}

.paragraph-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.heading-4 {
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.cta-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1400px;
  min-height: 50px;
  padding: 45px;
  -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;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.form-block {
  width: 100%;
}

.locations-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.tab-pane {
  width: 100%;
  height: 100%;
}

.tablink {
  min-width: 250px;
  margin-right: 5px;
  margin-left: 5px;
  padding-left: 30px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 75.3%, 0.15);
  color: #0b77ba;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.tablink:hover {
  background-color: hsla(0, 0%, 75.3%, 0.43);
  color: #0b77ba;
}

.tablink:active {
  color: #0b77ba;
}

.tablink.w--current {
  padding-left: 30px;
  border-radius: 5px;
  background-color: #0b77ba;
  color: #fff;
}

.tabs-content {
  width: 75%;
}

.map-div {
  min-height: 300px;
  background-image: url('../images/shutterstock_671959120.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -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;
}

.phone-link {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 16px;
  color: #0b77ba;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
}

.phone-link:hover {
  color: #333;
}

.location-name {
  margin-top: 0px;
  color: #0b77ba;
  text-transform: uppercase;
}

.location-address {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.location-content-wrapper {
  padding: 14px 0px 0px;
}

.search-submit {
  min-height: 50px;
  min-width: 50px;
  margin-bottom: 10px;
  padding: 15px 10px;
  border-radius: 0px;
  background-color: #0b77ba;
  background-image: url('../images/icons-04.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.search-submit:hover {
  background-color: #005168;
}

.search-text {
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.64);
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.search-text::-webkit-input-placeholder {
  color: #808285;
}

.search-text:-ms-input-placeholder {
  color: #808285;
}

.search-text::-ms-input-placeholder {
  color: #808285;
}

.search-text::placeholder {
  color: #808285;
}

.footer-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-div {
  width: 80%;
  height: auto;
  min-height: 50px;
  margin-top: 15px;
}

.image-5 {
  width: 300px;
  margin-bottom: 25px;
}

.footer-section-2 {
  min-height: 350px;
  padding: 100px 100px 80px;
  background-color: #053c5e;
}

.copyright {
  margin-top: 32px;
  margin-bottom: 9px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.footer-links {
  margin-right: 20px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer-links:hover {
  color: silver;
  text-decoration: underline;
}

.footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: none;
  min-height: 200px;
  -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;
}

.link-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-height: 0px;
  margin-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;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.foot-text {
  width: 50%;
  margin-bottom: 15px;
  margin-left: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.link-2 {
  color: #fff;
}

.link-2:hover {
  color: silver;
}

.div-block-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5000;
  height: 50px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #0b77ba;
}

.top-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-width: 1400px;
  min-width: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  -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: transparent;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #4d9cd5;
}

.button-2.phone {
  width: auto;
  padding-left: 41px;
  background-image: url('../images/phone-icon.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.text-field-2 {
  font-family: Lato, sans-serif;
}

.text-field-3 {
  font-family: Lato, sans-serif;
}

.text-field-4 {
  font-family: Lato, sans-serif;
}

.inner-content-section {
  min-height: 300px;
  padding: 160px 100px 50px;
}

.inner-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.bc-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 25px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -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;
}

.bc-link {
  font-family: Oswald, sans-serif;
  color: #0b77ba;
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.bc-link:hover {
  color: #979595;
  font-weight: 400;
}

.line-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: rgba(173, 172, 172, 0.49);
}

.inner-h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #0b77ba;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.inner-h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  color: #535353;
  font-weight: 500;
}

.inner-paragraph {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.list-item {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 30px;
}

.inner-content-container {
  width: 70%;
  min-height: 20px;
  padding-right: 35px;
}

.side-bar-container {
  width: 30%;
}

.cta-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 220px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/shutterstock_1916442374.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.28);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  text-decoration: none;
  cursor: pointer;
}

.cta-block:hover {
  box-shadow: none;
}

.cta-block.eyehealth {
  background-image: url('../images/shutterstock_597452996.jpg');
}

.cta-block.patientres {
  background-image: url('../images/shutterstock_1841927389.jpg');
}

.cta-title {
  min-height: 0px;
  padding: 10px;
  background-color: hsla(0, 0%, 100%, 0.78);
}

.cta-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0b77ba;
  font-weight: 500;
}

.list {
  color: #333;
}

.inner-content-section-2 {
  padding: 50px 100px;
  background-color: rgba(77, 156, 213, 0.13);
}

.inner-content-wrapper-2 {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.inner-image-div {
  width: 40%;
  max-width: 450px;
  min-height: 300px;
  margin-left: 25px;
  float: right;
  background-image: url('../images/retinaldetachment.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.inner-content-section-3 {
  padding: 50px 100px;
}

.inner-content-wrapper-3 {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  background-color: silver;
}

.refractive-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-8 {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lens-image-div {
  width: 40%;
  max-width: 450px;
  min-height: 300px;
  margin-left: 25px;
  float: right;
  background-image: url('../images/intraocularlens.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #fff;
  }

  .nav-link:hover {
    color: silver;
  }

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

  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-toggle {
    color: #fff;
  }

  .dropdown-toggle:hover {
    color: silver;
  }

  .dropdown-list.w--open {
    background-color: #0b77ba;
  }

  .dropdown-link {
    font-size: 15px;
  }

  .hero-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .welcome-section {
    padding: 50px;
  }

  .heading-2 {
    text-align: left;
  }

  .heading-2.cte {
    text-align: center;
  }

  .div-block {
    margin-bottom: 0px;
  }

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

  .what-is-wrapper {
    -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;
  }

  ._50-image {
    width: 100%;
  }

  ._50-text-div {
    width: 100%;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .heading-copy {
    text-align: left;
  }

  .mission-section {
    padding: 50px;
  }

  .mission-div {
    width: 100%;
  }

  .values-section {
    padding: 50px;
  }

  .cta-section {
    padding: 100px 50px;
  }

  .footer-section {
    padding: 50px;
  }

  .section {
    padding: 50px;
  }

  .image-4 {
    height: 75%;
  }

  .div-block-5 {
    width: 50%;
  }

  .value-div {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block {
    width: 48%;
    min-height: 200px;
    margin-bottom: 13px;
    padding: 14px;
  }

  .tablink {
    min-width: 200px;
  }

  .tabs-content {
    width: 100%;
  }

  .tabs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-menu {
    width: 30%;
  }

  .location-content-wrapper {
    width: 100%;
    padding-left: 19px;
  }

  .search-submit {
    min-height: 50px;
    min-width: 0px;
    margin-bottom: 0px;
    padding: 10px 20px;
  }

  .search-submit:hover {
    background-color: #4d9cd5;
  }

  .search-text {
    width: 70%;
    margin-bottom: 0px;
  }

  .search-div {
    width: 100%;
  }

  .image-5 {
    width: 100%;
  }

  .footer-section-2 {
    padding: 50px 35px;
  }

  .copyright {
    font-size: 14px;
  }

  .footer-div {
    width: 40%;
    padding-right: 0px;
  }

  .form-block-2 {
    width: 100%;
  }

  .link-div {
    width: 25%;
    margin-top: 20px;
    margin-bottom: 14px;
  }

  .form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .foot-text {
    width: 100%;
    margin-left: 2px;
  }

  .div-block-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .inner-content-section {
    padding-top: 145px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .inner-content-wrapper {
    margin-top: 20px;
  }

  .bc-nav {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bc-link {
    text-align: center;
    letter-spacing: 1px;
  }

  .line-2 {
    height: 25px;
  }

  .inner-h1 {
    text-align: left;
  }

  .inner-h2 {
    margin-bottom: 20px;
  }

  .cta-block {
    min-height: 150px;
  }

  .cta-title {
    min-height: 0px;
  }

  .cta-heading {
    font-size: 20px;
    line-height: 20px;
  }

  .inner-content-section-2 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .inner-image-div {
    min-height: 200px;
  }

  .inner-content-section-3 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .lens-image-div {
    width: 50%;
    min-height: 200px;
    background-position: 0% 50%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 500px;
    background-image: linear-gradient(275deg, transparent 30%, rgba(0, 0, 0, 0.77)), url('../images/hero-img.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .heading {
    font-size: 30px;
    line-height: 38px;
  }

  .welcome-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 45px;
  }

  .paragraph {
    font-size: 17px;
    line-height: 29px;
  }

  .heading-2-copy {
    text-align: center;
  }

  .what-is-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  ._50-image {
    min-height: 300px;
  }

  .heading-copy {
    font-size: 40px;
    line-height: 45px;
  }

  .mission-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .white-heading {
    font-size: 40px;
    line-height: 45px;
  }

  .white-text {
    font-size: 17px;
    line-height: 29px;
  }

  .values-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .cta-section {
    padding: 50px 25px;
  }

  .footer-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .image-4 {
    right: 2%;
    height: 50%;
  }

  .div-block-5 {
    width: 100%;
  }

  .heading-3 {
    font-size: 20px;
  }

  .block {
    width: 100%;
    min-height: 0px;
  }

  .paragraph-2 {
    font-size: 17px;
    line-height: 29px;
  }

  .heading-4 {
    margin-top: 0px;
  }

  .cta-div {
    width: 100%;
  }

  .tablink {
    min-width: 0px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 20px;
  }

  .tablink.w--current {
    padding-left: 25px;
  }

  .tabs-content {
    width: 100%;
  }

  .tabs {
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .location-address {
    font-size: 17px;
    line-height: 29px;
  }

  .tabs-menu {
    width: 100%;
    margin-bottom: 22px;
  }

  .location-content-wrapper {
    padding-left: 0px;
  }

  .search-text {
    width: 50%;
  }

  .footer-wrapper-2 {
    -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;
  }

  .image-5 {
    width: 300px;
    margin-bottom: 10px;
  }

  .footer-section-2 {
    padding-right: 25px;
    padding-bottom: 70px;
    padding-left: 25px;
  }

  .copyright {
    text-align: center;
  }

  .footer-links {
    margin-right: 0px;
    font-size: 16px;
  }

  .footer-div {
    width: 100%;
    min-height: 0px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-div {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 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;
  }

  .form {
    -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;
    text-align: center;
  }

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

  .inner-content-section {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .inner-content-wrapper {
    -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;
  }

  .bc-link {
    font-size: 12px;
    letter-spacing: 0px;
  }

  .line-2 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .inner-h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .inner-paragraph {
    font-size: 17px;
  }

  .list-item {
    font-size: 17px;
  }

  .inner-content-container {
    width: 100%;
  }

  .side-bar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .cta-block {
    width: 300px;
    height: auto;
  }

  .list {
    padding-left: 20px;
  }

  .inner-content-section-2 {
    padding: 25px;
  }

  .inner-image-div {
    width: 100%;
    min-height: 300px;
    margin-bottom: 25px;
    margin-left: 0px;
    float: none;
  }

  .inner-content-section-3 {
    padding: 25px;
  }

  .refractive-div {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-8 {
    width: 100%;
  }

  .lens-image-div {
    width: 100%;
    min-height: 300px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: none;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 250px;
    padding-left: 0px;
  }

  .navbar {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-section {
    height: 100vh;
    max-height: 700px;
    min-height: 600px;
    margin-top: 3px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: linear-gradient(170deg, transparent 28%, rgba(0, 0, 0, 0.77)), url('../images/hero-img.jpg');
    background-position: 0px 0px, 70% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-text-div {
    width: 100%;
    margin-bottom: 0px;
    padding: 10px 10px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .heading {
    text-align: center;
  }

  .button {
    width: 100%;
  }

  .heading-2-copy {
    line-height: 40px;
  }

  .heading-copy {
    text-align: center;
  }

  .div-block-4 {
    width: 100%;
  }

  .section {
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
  }

  .image-4 {
    position: static;
    height: auto;
  }

  .cta-div {
    padding: 20px;
  }

  .tablink {
    margin-bottom: 5px;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .location-content-wrapper {
    padding-top: 0px;
  }

  .search-submit {
    width: 50px;
    min-height: 50px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .search-text {
    width: 100%;
    margin-bottom: 0px;
  }

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

  .footer-links {
    margin-right: 0px;
    font-size: 16px;
  }

  .footer-div {
    padding-right: 0px;
  }

  .form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .top-nav-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .inner-content-section {
    padding-top: 125px;
  }

  .bc-nav {
    display: none;
  }

  .inner-content-container {
    padding-right: 0px;
  }

  .cta-block {
    width: 100%;
    min-height: 200px;
  }

  .cta-block.eyehealth {
    min-height: 200px;
  }

  .cta-block.patientres {
    min-height: 200px;
  }

  .inner-image-div {
    max-width: 400px;
    min-height: 200px;
  }

  .lens-image-div {
    max-width: 400px;
    min-height: 200px;
  }
}

