:root {
  --blue-green: #246d7f;
  --dark-bluegrean: #013e53;
  --light-bluegreen: #53b0c5;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  overflow: visible;
}

h1 {
  color: var(--blue-green);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.8rem;
}

h2 {
  color: var(--dark-bluegrean);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 200;
  line-height: 3rem;
}

h3 {
  color: var(--dark-bluegrean);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.8rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto Serif, sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto Serif, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

p {
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

a {
  color: var(--blue-green);
  text-decoration: none;
}

a:hover {
  color: var(--light-bluegreen);
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

li {
  margin-bottom: 10px;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0 0%;
  display: block;
  position: fixed;
  inset: 0 0% auto;
  box-shadow: 0 0 8px #00000036;
}

.logo {
  opacity: 1;
  border-radius: 0;
  width: 300px;
  margin-right: auto;
}

.navlink {
  color: var(--dark-bluegrean);
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
  font-size: .95rem;
  font-weight: 500;
}

.phone_btn {
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
}

.static_btn {
  background-color: var(--blue-green);
  color: var(--white);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  height: 46px;
  margin: 0 5px;
  padding: 5px 10px;
  font-size: .9rem;
  font-weight: 400;
  display: flex;
}

.static_btn:hover {
  background-color: var(--dark-bluegrean);
  color: #97ecff;
}

.static_btn.selftest {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
}

.two_columns_grid {
  z-index: 20;
  grid-column-gap: 4svw;
  grid-row-gap: 4svw;
  padding: 0;
  position: relative;
}

.two_columns_grid.bottom_margin {
  margin-bottom: 5%;
}

.two_columns_grid.max {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.p_last {
  margin-bottom: 0;
}

.line_div {
  background-color: var(--blue-green);
  width: 150px;
  height: 1px;
  margin-right: 0;
}

.line_div.light_green {
  background-color: var(--light-bluegreen);
}

.content_cell {
  justify-content: center;
  align-items: flex-start;
}

.content_cell.right_margin {
  color: var(--white);
  padding-right: 5%;
}

.docs_section {
  background-color: var(--dark-bluegrean);
  padding: 7% 5%;
  position: relative;
  overflow: hidden;
}

.docs_wrapper {
  width: 100%;
  display: none;
  position: relative;
}

.docs_btns_wrapper {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.doc_btn {
  background-color: var(--dark-bluegrean);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  width: 120px;
  padding: 6px;
  position: absolute;
}

.doc_btn:hover {
  background-color: var(--blue-green);
  color: var(--white);
}

.doc_btn._1 {
  background-color: var(--dark-bluegrean);
  color: var(--white);
  border-radius: 4px;
  width: 120px;
  padding: 6px;
  inset: auto auto 20% 0%;
}

.doc_btn._1:hover {
  background-color: var(--blue-green);
}

.doc_btn._2 {
  top: 63%;
  left: 34%;
}

.doc_btn._3 {
  inset: auto auto 16% 17%;
}

.doc_btn._4 {
  inset: auto 36% 16% auto;
}

.doc_btn._5 {
  inset: auto 26% 27% auto;
}

.doc_btn._6 {
  inset: auto 4% 21% auto;
}

.button {
  background-color: var(--blue-green);
  color: var(--white);
  text-transform: uppercase;
  border: 1px #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 25px;
  font-size: .9rem;
  display: flex;
}

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

.button.margin {
  margin-bottom: 10px;
}

.button.fancy {
  border-radius: 0;
  padding-right: 10px;
}

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

.button.fancy.margin {
  border-radius: 0;
  margin-bottom: 0;
}

.button.fancy.outline {
  border-style: solid;
  border-color: var(--blue-green);
}

.button.fancy.outline:hover {
  border-color: var(--white);
}

.contact_section {
  padding: 5% 5% 7%;
  position: relative;
  overflow: hidden;
}

.contact_text_cell {
  padding-top: 25px;
  padding-bottom: 50px;
  padding-right: 10%;
}

.contact_form_wrapper {
  background-color: #bddfe7;
  border-radius: 0;
  width: 100%;
  padding: 4%;
}

.contact_header_wrapper {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.form_blog {
  margin-bottom: 0;
}

.text_label {
  color: var(--dark-bluegrean);
  text-transform: uppercase;
  margin-left: 23px;
  font-size: .9rem;
  font-weight: 400;
}

.text_field {
  color: var(--black);
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  min-height: 45px;
  margin-bottom: 15px;
  padding-left: 22px;
  padding-right: 20px;
}

.text_field::placeholder {
  color: var(--light-bluegreen);
  background-color: #6ddff800;
}

.text_area {
  color: var(--black);
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  min-height: 120px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-left: 22px;
  padding-right: 20px;
}

.text_area::placeholder {
  color: var(--light-bluegreen);
}

.submit_btn {
  background-color: var(--dark-bluegrean);
  text-transform: uppercase;
  border-radius: 0;
  padding: 15px 27px;
}

.submit_btn:hover {
  background-color: var(--light-bluegreen);
  color: var(--black);
}

.contact_subheadline {
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
}

.contact_headline {
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 3.4rem;
}

.footer_section {
  color: var(--white);
  background-color: #002a38;
  padding-bottom: 5%;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.footer_middle_cell {
  border-left: 1px #fff3;
  border-right: 1px #fff3;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-left: 12%;
  padding-right: 10%;
}

.quick_links_cell {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  padding-right: 0;
}

.hours_text {
  color: #d8d8d8;
  margin-top: 5%;
  margin-bottom: 0;
  font-size: .85rem;
}

.soc_media_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10%;
  margin-left: 0;
  display: flex;
}

.footer_logo {
  width: 250px;
  margin-top: 0%;
  margin-bottom: 20px;
  position: static;
  inset: -29% auto auto 10%;
}

.footer_headline {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3rem;
}

.footer_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #fff3;
  margin-top: 0;
  padding: 0;
}

.soc_media_btn {
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 15px;
  padding: 5px;
  display: flex;
}

.soc_media_btn:hover {
  background-color: var(--light-bluegreen);
  opacity: 1;
}

.soc_media_btn._3 {
  border-radius: 0;
  padding: 8px;
}

.address_text {
  color: var(--black);
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.3rem;
}

.footer_link {
  color: #d8d8d8;
  margin-bottom: 10px;
  font-size: .9rem;
  font-weight: 300;
  text-decoration: none;
}

.footer_link:hover {
  color: var(--light-bluegreen);
}

.quick_links_grid {
  width: 100%;
  padding: 0;
}

.copyright_div {
  width: auto;
  margin-top: 10%;
}

.locations_grid {
  width: 70%;
  margin-bottom: 20px;
  padding: 0;
}

.location_name {
  color: var(--dark-bluegrean);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.cell {
  padding-bottom: 20px;
  padding-left: 15%;
}

.copyright_text-2 {
  color: #dadada;
  font-size: .8rem;
}

.copyright_text-2.margin {
  margin-top: 20px;
}

.back2top_btn {
  background-color: var(--blue-green);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 0;
  padding: 13px 24px;
  font-size: .9rem;
  position: absolute;
  inset: auto 15% 35% auto;
}

.back2top_btn:hover {
  color: var(--black);
  background-color: #65d6f0;
}

.button_icon_div {
  background-color: #fff0;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: flex;
}

.arrow_icon {
  width: 50%;
}

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

.navlink_dropdown {
  color: var(--dark-bluegrean);
  text-transform: uppercase;
  font-size: .95rem;
  font-weight: 500;
}

.dropodown_toggle {
  color: var(--dark-bluegrean);
  padding-top: 19px;
  padding-left: 15px;
  padding-right: 20px;
}

.dropodown_toggle.w--open {
  color: var(--light-bluegreen);
}

.dropdown_icon {
  margin-right: 5px;
  font-size: .8rem;
}

.dropdown_list.w--open {
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.dropdown_link {
  color: var(--dark-bluegrean);
  font-size: .9rem;
}

.dropdown_link:hover {
  background-color: var(--dark-bluegrean);
  color: var(--white);
}

.dropdown_link.fullwidth {
  border-bottom: 1px solid var(--dark-bluegrean);
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 1rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.static_btn_icon {
  width: 26px;
  margin-right: 10px;
}

.static_btn_icon.selftest {
  margin-right: 0;
}

.phone_icon {
  width: 26px;
  margin-right: 5px;
}

.paragraph {
  font-weight: 400;
}

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

.optical_section {
  background-color: #0000000f;
  padding: 0%;
}

.optical_wrapper {
  color: var(--white);
  height: auto;
  position: relative;
}

.optical_img_div {
  width: 100%;
  height: 900px;
  overflow: hidden;
}

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

.optical_content_div {
  z-index: 20;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: auto 10% 38% auto;
}

.optical_overlay_div {
  z-index: 5;
  background-image: linear-gradient(262deg, #022f3b, #0000);
  position: absolute;
  inset: 0%;
}

.logos_wrapper {
  z-index: 30;
  background-color: #00000040;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 10px 3%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.dropdown_list_fullwidth {
  width: 100%;
  position: fixed;
  left: 0;
}

.dropdown_list_fullwidth.w--open {
  background-color: #fff;
  padding: 2% 10%;
}

.dropdown_grid {
  grid-column-gap: 1svw;
  grid-row-gap: 1svw;
  padding: 0;
}

.dropdown_cell {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.subdropdown_link {
  margin-left: 0;
  padding: 8px 20px;
  font-size: .9rem;
}

.subdropdown_link.last {
  margin-bottom: 20px;
}

.docs_grid {
  width: 100%;
  padding: 0;
}

.doc_btn_new {
  color: var(--white);
  width: 100%;
  height: 250px;
  position: relative;
}

.doc_img_div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.doc_img {
  object-fit: cover;
  object-position: 50% 15%;
  width: 100%;
  height: 100%;
}

.doc_overlay_div {
  z-index: 10;
  text-align: center;
  background-image: linear-gradient(#0000 57%, #000000e6);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.doc_overlay_div:hover {
  color: #72e5ff;
}

.navbar_wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 10px 3%;
  display: flex;
}

.top_navbar_wrapper {
  background-color: var(--blue-green);
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-right: 3%;
  display: flex;
}

.selftest_btns_wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider_div {
  background-color: #ffffff75;
  width: 1px;
  height: 20px;
}

.inner_hero_section {
  background-color: var(--dark-bluegrean);
  height: 60svh;
  padding-left: 10%;
  padding-right: 10%;
}

.inner_hero_img_div {
  width: 100%;
  height: 750px;
  margin-top: 0%;
  position: absolute;
  top: 40%;
  bottom: auto;
  overflow: hidden;
}

.inner_hero_img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.inner_hero_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.hero_content_cell {
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30% 10% 0% 0%;
}

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

.breadcrumbs_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.breadcrumbs_link {
  color: var(--white);
  margin-right: 10px;
  font-size: .9rem;
  font-weight: 300;
}

.breadcrumbs_link:hover {
  color: var(--light-bluegreen);
}

.related_pages_txt {
  color: var(--white);
  margin-right: 10px;
  font-size: .9rem;
  font-weight: 300;
}

.hero_img_cell {
  padding-right: 0%;
}

.innerpage_section {
  background-color: #0000;
  padding: 5% 10%;
}

.inner_hero_text {
  color: var(--white);
  font-weight: 300;
}

.innerpage_placement_div {
  width: 100%;
  height: 100%;
  position: relative;
}

.innerpage_img_div {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.list_nomargin {
  margin-bottom: 0;
}

.innerpage_img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.inner_callout_section {
  background-color: var(--blue-green);
  color: var(--white);
  text-align: center;
  background-image: radial-gradient(circle at 25% 0, #00b6dfba, #53b0c500 59%);
  padding: 5% 15%;
}

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

.main_tagline-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.6rem;
}

.main_tagline-2.bold {
  letter-spacing: 5px;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.2em;
}

.main_tagline-2.bold._2 {
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 5rem;
}

.taglines_wrapper-2 {
  text-align: center;
  background-color: #013e5300;
  flex-flow: column;
  align-items: center;
  padding: 0;
  display: flex;
}

.hero-jm {
  background-image: linear-gradient(#0000, #0000009e), url('../images/exam.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 95vh;
  margin-top: 5vh;
  padding: 5%;
  display: flex;
}

.section-1 {
  background-image: url('../images/couple.png'), radial-gradient(circle farthest-corner at 50% 50%, #53b0c596, #fff0), linear-gradient(132deg, var(--dark-bluegrean), #1c6275 60%, var(--blue-green));
  background-position: 5% 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto 70%, auto, auto;
  padding-top: 5%;
  padding-bottom: 8%;
}

.grid {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.numbered {
  color: var(--white);
  flex-flow: column;
  align-items: flex-start;
  line-height: 1.5rem;
  display: flex;
}

.h2-white {
  color: var(--white);
  margin-bottom: 20px;
}

.h3-bold-color {
  color: var(--white);
  font-weight: 600;
}

.slide-nav-2 {
  display: none;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-left-arrow {
  color: #444;
}

.slider-2 {
  background-color: #0000;
  width: 700px;
  height: auto;
  position: static;
}

.section-6 {
  background-color: var(--dark-bluegrean);
  flex-flow: column;
  align-items: center;
  padding-bottom: 5%;
  display: flex;
}

.slide-content-wrapper {
  color: #e9f5f9;
  text-align: center;
  background-color: #e1e1e100;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 400px;
  padding: 30px;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.4em;
  display: flex;
  position: static;
}

.slider-right-arrow {
  color: #444;
}

.quote-holder {
  background-color: var(--dark-bluegrean);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-bottom: 65px;
  padding: 15px;
  display: flex;
}

.slider-icon {
  color: #e9f5f9;
}

.mask-2 {
  mix-blend-mode: normal;
  background-color: #e9f5f900;
  border: 1px solid #54bed1;
  border-radius: 0;
  position: static;
  overflow: visible;
}

.slider-container {
  width: 100vw;
  min-height: 300px;
  padding: 4% 40px;
  overflow: hidden;
}

.image {
  filter: hue-rotate(335deg);
}

.name {
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
}

.pres-sect {
  background-color: #c8bbad;
  background-image: linear-gradient(93deg, #c8bbad 38%, #fff0 69% 102%), url('../images/exam2.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 5%;
  display: flex;
}

.txt-div {
  flex-flow: column;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.special-img-div {
  width: 48%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.txt-div-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.txt-div-2._45 {
  color: var(--white);
  width: 48%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.section {
  background-color: var(--dark-bluegrean);
  padding-top: 0%;
  padding-bottom: 0%;
}

.color-bg-div {
  background-color: var(--light-bluegreen);
  width: 75%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.img-div {
  z-index: 1;
  object-fit: cover;
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap.flex {
  justify-content: space-between;
  display: flex;
}

.wrap.flex._95 {
  justify-content: space-between;
  width: 95%;
  margin-left: 0;
  display: flex;
}

.why-choose {
  border-bottom: 1px solid #d8d5cf63;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 25px;
  display: flex;
}

.check {
  filter: hue-rotate(135deg);
  width: 30px;
  margin-right: 10px;
}

.cell-2 {
  text-align: center;
  align-items: center;
}

.bg-blue-strip {
  background-color: var(--dark-bluegrean);
  height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block {
  margin-bottom: 20px;
}

.image-2 {
  max-width: 200px;
}

.brand {
  width: 8%;
}

.logo-scroll {
  z-index: 1500;
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 10px;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.logo-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 200%;
  height: auto;
  min-height: 0;
  display: flex;
}

.marquee {
  justify-content: space-around;
  width: 50%;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.logo-blocks {
  opacity: 1;
  filter: none;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: auto;
  min-height: 0;
  max-height: 150px;
  padding: 0;
  display: flex;
}

.scroll-logo {
  max-width: 90%;
}

.insurance {
  padding: 5% 0% 3%;
  position: relative;
  overflow: hidden;
}

.div-block {
  height: 0;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
  }

  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .phone_btn {
    margin-right: 20px;
  }

  .static_btn {
    flex-flow: row;
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .static_btn.selftest {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .two_columns_grid.max {
    width: 90%;
  }

  .line_div {
    width: 100px;
  }

  .content_cell {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .content_cell.right_margin {
    padding-right: 10%;
  }

  .doc_btn {
    font-size: .85rem;
  }

  .doc_btn._1 {
    bottom: 31%;
  }

  .doc_btn._2 {
    top: 48%;
    left: 31%;
  }

  .doc_btn._3 {
    left: 14%;
  }

  .doc_btn._5 {
    bottom: 42%;
    right: 23%;
  }

  .doc_btn._6 {
    bottom: 17%;
  }

  .contact_section {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .contact_text_cell {
    flex-flow: column;
    padding-right: 0%;
  }

  .contact_header_wrapper {
    padding-bottom: 26px;
  }

  .footer_section {
    padding-bottom: 10%;
  }

  .footer_middle_cell {
    padding-top: 49px;
    padding-left: 15%;
    padding-right: 0%;
  }

  .footer_logo {
    width: 60%;
    margin-bottom: 20px;
    position: static;
    top: 0%;
    left: 19%;
  }

  .copyright_div, .locations_grid {
    width: 100%;
  }

  .cell {
    padding-top: 167px;
    padding-left: 15%;
  }

  .copyright_text-2 {
    margin-right: 10%;
  }

  .back2top_btn {
    bottom: 5%;
    left: auto;
    right: 15%;
  }

  .navmenu {
    background-color: #fff;
    border-radius: 0;
  }

  .navlink_dropdown {
    display: block;
  }

  .dropodown_toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .dropdown_icon {
    margin-right: 15px;
  }

  .dropdown_list {
    position: absolute;
  }

  .dropdown_list.w--open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .dropdown_link {
    padding-left: 25px;
  }

  .static_btn_icon.selftest {
    width: 26px;
  }

  .menu_btn {
    background-color: var(--blue-green);
    color: var(--white);
    border-radius: 0%;
  }

  .menu_btn:hover {
    background-color: var(--light-bluegreen);
  }

  .menu_btn.w--open {
    background-color: var(--dark-bluegrean);
  }

  .optical_img {
    object-position: 0% 50%;
  }

  .optical_content_div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    left: 5%;
    right: auto;
  }

  .optical_overlay_div {
    background-color: #00000075;
    background-image: linear-gradient(262deg, #022f3b, #022f3b52);
  }

  .logos_wrapper {
    flex-flow: wrap;
    padding-left: 5%;
    padding-right: 5%;
  }

  .dropdown_list_fullwidth.w--open {
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  .navbar_wrapper {
    padding-right: 10px;
  }

  .top_navbar_wrapper {
    flex-flow: wrap;
    padding-right: 0%;
  }

  .selftest_btns_wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 25px;
  }

  .inner_hero_img_div {
    height: 450px;
  }

  .hero_content_cell {
    padding-bottom: 5%;
  }

  .innerpage_section {
    padding-top: 50%;
  }

  .inner_callout_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .main_tagline-2 {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .main_tagline-2.bold {
    font-size: 4rem;
    line-height: 3rem;
  }

  .main_tagline-2.bold._2 {
    font-size: 3.5em;
  }

  .taglines_wrapper-2 {
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .hero-jm {
    height: 725px;
    margin-top: 75px;
  }

  .section-1 {
    background-position: 100% 100%, 0 0, 0 0;
    background-size: 55%, auto, auto;
    padding-bottom: 350px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: .75fr;
    align-items: flex-start;
    display: flex;
  }

  .numbered {
    width: 100%;
  }

  .pres-sect {
    background-size: auto, cover;
  }

  .brand {
    width: 90px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .logo-scroll {
    height: 75px;
  }

  .logo-container {
    min-height: 75px;
  }

  .logo-blocks {
    min-height: 50px;
  }
  .bg-blue-strip {
  display: none;
}
}

@media screen and (max-width: 767px) {
  .navbar {
    position: fixed;
    inset: 0% 0% auto;
  }

  .logo {
    width: 300px;
    padding-left: 0;
  }

  .static_btn {
    height: 45px;
    margin-top: 0;
    margin-bottom: 1px;
    padding: 0 20px;
  }

  .line_div {
    width: 70px;
  }

  .doc_btn {
    padding: 5px;
    font-size: .8rem;
    line-height: 1rem;
  }

  .doc_btn._1 {
    bottom: 39%;
    left: -9%;
  }

  .doc_btn._2 {
    top: 47%;
    left: 25%;
  }

  .doc_btn._3 {
    bottom: 20%;
    left: 9%;
  }

  .doc_btn._4 {
    bottom: 21%;
    right: 31%;
  }

  .doc_btn._5 {
    right: 15%;
  }

  .doc_btn._6 {
    bottom: 20%;
    right: -2%;
  }

  .contact_text_cell {
    padding-bottom: 0;
  }

  .footer_middle_cell {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #0000001a;
    border-bottom-width: 1px;
    border-bottom-color: #0000001a;
    padding-top: 20px;
    padding-left: 10%;
  }

  .quick_links_cell {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_logo {
    width: 60%;
  }

  .quick_links_grid {
    text-align: left;
  }

  .copyright_div {
    width: 100%;
    margin-bottom: 18px;
  }

  .cell {
    padding-top: 117px;
    padding-left: 10%;
    padding-right: 18px;
  }

  .back2top_btn {
    bottom: 4%;
  }

  .static_btn_icon {
    margin-right: 5px;
  }

  .phone_icon {
    width: 36px;
    margin-right: 0;
  }

  .phone_text {
    display: none;
  }

  .optical_img_div {
    height: 600px;
  }

  .optical_content_div {
    text-align: center;
    width: 90%;
    position: absolute;
    bottom: 150px;
    right: 10%;
  }

  .logos_wrapper {
    height: 140px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .doc_btn_new {
    height: 200px;
  }

  .hero_content_cell {
    padding-top: 10%;
  }

  .main_tagline-2 {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .main_tagline-2.bold {
    font-size: 3em;
    line-height: 2.6rem;
  }

  .main_tagline-2.bold._2 {
    font-size: 2.5em;
  }

  .taglines_wrapper-2 {
    flex-flow: column;
  }

  .hero-jm {
    height: 425px;
    margin-top: 75px;
  }

  .section-1 {
    padding-bottom: 300px;
  }

  .h3-bold-color {
    font-size: 2rem;
  }

  .slider-2 {
    width: 100%;
  }

  .pres-sect {
    background-image: linear-gradient(350deg, #0000 13% 26%, #c8bcae 46% 77%), url('../images/exam2.jpg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    justify-content: flex-start;
    padding-bottom: 300px;
  }

  .txt-div {
    width: 100%;
  }

  .special-img-div {
    width: 100%;
    padding: 0;
  }

  .txt-div-2._45 {
    width: 100%;
  }

  .section {
    padding-top: 5%;
  }

  .color-bg-div {
    display: none;
  }

  .wrap.flex._95 {
    flex-flow: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .brand {
    margin-left: 10px;
    margin-right: 10px;
  }

  .logo-scroll {
    display: block;
  }

  .logo-blocks {
    width: 18%;
  }

  .insurance {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  h3 {
    font-size: 1.8rem;
    line-height: 2rem;
  }

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

  .phone_btn {
    margin-left: 20px;
    margin-right: 10px;
  }

  .phone_btn:hover {
    opacity: .7;
  }

  .static_btn {
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .static_btn.selftest {
    width: 45%;
    font-size: .8rem;
  }

  .content_cell {
    padding-top: 17%;
    padding-bottom: 17%;
  }

  .content_cell.right_margin {
    padding-bottom: 10%;
    padding-right: 5%;
  }

  .docs_section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .doc_btn {
    display: none;
  }

  .contact_headline {
    font-size: 2rem;
    line-height: 3rem;
  }

  .footer_section {
    padding: 10% 15% 15%;
  }

  .footer_middle_cell {
    padding-top: 22px;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .quick_links_cell {
    padding-left: 0;
  }

  .hours_text {
    margin-top: 10%;
  }

  .soc_media_wrapper {
    margin-top: 25%;
  }

  .footer_logo {
    width: 100%;
    position: static;
  }

  .footer_grid {
    border-bottom-style: none;
    margin-top: 0%;
  }

  .quick_links_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .copyright_div {
    margin-top: 29%;
  }

  .cell {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0;
  }

  .back2top_btn {
    margin-top: 15%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
    bottom: 20px;
  }

  .static_btn_icon {
    margin-right: 10px;
  }

  .phone_icon {
    width: 40px;
  }

  .optical_img_div {
    height: 250px;
  }

  .optical_content_div {
    background-color: #002b3a;
    width: 100%;
    padding: 33px 33px 10px;
    position: static;
    bottom: 30%;
  }

  .optical_overlay_div {
    display: none;
  }

  .logos_wrapper {
    background-color: #000;
    flex-flow: wrap;
    height: auto;
    padding-top: 6%;
    padding-bottom: 6%;
    position: static;
  }

  .doc_btn_new {
    height: 300px;
  }

  .top_navbar_wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .selftest_btns_wrapper {
    padding-left: 10px;
  }

  .inner_hero_section {
    height: 70svh;
  }

  .inner_hero_img_div {
    height: 250px;
  }

  .hero_content_cell {
    padding-bottom: 10%;
  }

  .breadcrumbs_wrapper {
    flex-flow: wrap;
    overflow: clip;
  }

  .innerpage_img_div {
    height: 250px;
  }

  .inner_callout_section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .main_tagline-2 {
    margin-right: 0;
    font-size: 1.2em;
    line-height: 1.8rem;
  }

  .main_tagline-2.bold {
    letter-spacing: 4px;
    margin-top: 10px;
    font-size: 2.2em;
    line-height: 2rem;
  }

  .main_tagline-2.bold._2 {
    margin-top: 0;
    line-height: 1.2em;
  }

  .taglines_wrapper-2 {
    padding: 0;
  }

  .hero-jm {
    height: 525px;
    margin-top: 75px;
    padding: 2% 2% 3%;
  }

  .section-1 {
    background-size: 90%, auto, auto;
  }

  .slider-left-arrow {
    left: -50px;
  }

  .section-6 {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .slide-content-wrapper {
    padding: 15px;
    font-size: 1em;
  }

  .slider-right-arrow {
    right: -50px;
  }

  .quote-holder {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    padding: 10px;
  }

  .pres-sect {
    padding-bottom: 200px;
  }

  .brand {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .logo-scroll {
    height: auto;
  }

  .logo-container {
    min-height: 0;
  }

  .logo-blocks {
    width: 20%;
    height: auto;
    min-height: 0;
  }
}

#w-node-_55106101-15bf-383f-70cf-cb5235e7ed67-f6464159 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-f869d122-89d9-f20b-fba4-240923059f63-f6464159 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_2f13ec8f-b61c-eff9-2bbf-c8a07df4f033-f6464159 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_43f4272e-71d0-2274-9573-17c567da020c-f6464159, #w-node-_7d809ea7-0d40-b5b1-e99f-53859bd258e5-f6464159 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f4969023-d643-fb71-cfce-f32f665171db-f646415b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b3d4d0aa-944b-761a-813b-493238d13c06-f646415b, #w-node-_7b5cb110-66fa-ad54-ff95-89b1261e32c5-f646415b, #w-node-_93387213-309a-ec23-f9db-24169d89d072-f646415b, #w-node-a1f6116e-dd82-45d1-b751-a7cbfa21b9f4-f646415b, #w-node-_208d4dae-b6b0-d564-2d41-ff24fbf602dd-f646415b, #w-node-_208d4dae-b6b0-d564-2d41-ff24fbf602e3-f646415b, #w-node-_208d4dae-b6b0-d564-2d41-ff24fbf6030c-f646415b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_55106101-15bf-383f-70cf-cb5235e7ed67-f6464159, #w-node-f869d122-89d9-f20b-fba4-240923059f63-f6464159, #w-node-_43f4272e-71d0-2274-9573-17c567da020c-f6464159 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f4969023-d643-fb71-cfce-f32f665171db-f646415b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b3d4d0aa-944b-761a-813b-493238d13c06-f646415b, #w-node-_7b5cb110-66fa-ad54-ff95-89b1261e32c5-f646415b, #w-node-_93387213-309a-ec23-f9db-24169d89d072-f646415b, #w-node-a1f6116e-dd82-45d1-b751-a7cbfa21b9f4-f646415b, #w-node-_208d4dae-b6b0-d564-2d41-ff24fbf602dd-f646415b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_208d4dae-b6b0-d564-2d41-ff24fbf602dd-f646415b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2f13ec8f-b61c-eff9-2bbf-c8a07df4f033-f6464159 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7d809ea7-0d40-b5b1-e99f-53859bd258e5-f6464159, #w-node-_208d4dae-b6b0-d564-2d41-ff24fbf602e3-f646415b, #w-node-_208d4dae-b6b0-d564-2d41-ff24fbf6030c-f646415b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


