@font-face {
  font-family: Optician Sans;
  src: url('../fonts/Optician-Sans.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

:root {
  --color-4: #7992a7;
  --color-2: #454850;
  --color-5: #95a7a7;
  --color-3: #8e96a1;
  --color: white;
  --color-9: black;
  --color-8: #333;
  --color-6: #d4d9df;
  --color-7: #efeff0;
}

.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: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Optician Sans, Verdana, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  color: var(--color-4);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--color-2);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Optician Sans, Verdana, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--color-2);
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

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

a:hover {
  color: var(--color-5);
}

.navlink {
  text-transform: uppercase;
  padding-right: 20px;
  font-size: .9em;
  font-weight: 800;
  line-height: 1.2em;
}

.navlink:hover {
  color: var(--color-3);
}

.w-nav {
  background: #fff;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  height: 55px;
  display: flex;
  position: static;
}

.logo {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 2rem;
  font-weight: 700;
}

.dropdown_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}

/*
.dropdown_img_div {
  width: 100%;
  height: 265px;
  margin-top: 0;
  margin-bottom: 10px;
  overflow: hidden;
}

.dropdown_img_div.jm {
  justify-content: center;
  align-items: flex-start;
  height: 265px;
  margin-bottom: 10px;
  display: inline-flex;
}
*/


.dropdown_list {
  background-color: #fff;
  border-top: 1px #00000021;
  height: 350px;
  display: none;
  top: 60px;
  left: 0;
  right: 0%;
}

.dropdown_list.w--open {
  border-top-style: none;
  border-top-color: var(--color);
  height: 825px;
  min-height: 825px;
  padding-top: 0;
  position: fixed;
  inset: 105px 0% auto;
}

.dropdown_text {
  margin-bottom: 10px;
  font-weight: 700;
  color: #333;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 8px #0000001c;
}

.dropdown_item {
  border-left: 1px #0003;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.dropdown_item.first {
  border-left-style: none;
  width: 100%;
}

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

.dropdown_link {
  color: #000;
  text-decoration: none;
  transition: color .3s;
}

.dropdown_link:hover {
  color: #727272;
}

.dropdown_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.dropdown_img:hover {
  transform: scale(1.2);
}

.dropdown_img.jm {
  width: 140%;
  min-width: 140%;
  max-width: none;
  height: 140%;
  margin-top: -10px;
  margin-bottom: 0;
}

.dropdown_img.jm._2 {
  margin-top: 0;
}

.navlink_wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 55px;
  display: flex;
}

.dropdown_container {
  max-width: 1400px;
  min-height: 0;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nav_dropdown {
  position: static;
}

.hero {
  background-color: var(--color-9);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 90vh;
  padding-top: 10%;
  padding-bottom: 3%;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 1;
  opacity: .74;
  align-items: center;
  height: 90vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-content-div {
  z-index: 5;
  flex-flow: column;
  align-items: flex-start;
  width: 90%;
  max-width: none;
  margin-left: 2%;
  margin-right: 5%;
  display: flex;
  position: relative;
}

.hero-big-line {
  color: var(--color);
  text-align: left;
  margin-bottom: 10px;
  font-family: Optician Sans, Verdana, sans-serif;
  font-size: 4.5em;
  font-weight: 400;
  line-height: 1em;
}

.hero-big-line._2 {
  text-transform: none;
  font-size: 2.5em;
}

/*.image {
  z-index: 5000;
  height: 50px;
  position: relative;
} */

.cta-link-inside {
  color: var(--color-8);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.cta-link-inside:hover {
  background-color: var(--color-6);
  color: var(--color-2);
  background-image: url('../images/icons8-double-right.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 50px;
}

.cta-link-inside.with-line {
  border-bottom: 1px solid var(--color-2);
  margin-left: 0;
}

.cta-link-inside.with-line:hover {
  color: var(--color-2);
}

.welcome {
  min-height: 0;
  padding-top: 5%;
  padding-bottom: 5%;
}

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

.welcome-wrap.top {
  align-items: flex-end;
  max-width: 1600px;
  display: flex;
}

.welcome-wrap.columns {
  justify-content: space-between;
  max-width: 1600px;
  margin-top: 30px;
  display: flex;
}

.welcome-line {
  background-color: var(--color-3);
  width: 400px;
  height: 2px;
  margin-bottom: 50px;
  margin-left: 50px;
}

.imag-column {
  object-fit: cover;
  width: 40%;
  overflow: hidden;
}

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

.text-and-image-column {
  flex-flow: column;
  justify-content: space-between;
  width: 56%;
  display: flex;
}

.top-images {
  justify-content: space-between;
  height: 40%;
  display: flex;
}

.sq-img {
  object-fit: cover;
  width: 40%;
  overflow: hidden;
}

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

.horiz-img {
  object-fit: cover;
  width: 57%;
  overflow: hidden;
}

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

.welcome-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 56%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  display: flex;
}

.button {
  border: 2px solid var(--color-2);
  background-color: var(--color-6);
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 17px 30px 15px;
  font-family: Optician Sans, Verdana, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-color: var(--color-3);
  color: var(--color-9);
  padding-left: 30px;
  padding-right: 30px;
  transform: translate(0, -10px);
}

.button.marg {
  margin-left: 10px;
}

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

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

.button.top-marg {
  margin-top: 10px;
  margin-left: 10px;
}

.button.btm-marg {
  margin-bottom: 15px;
}

.team-parallax {
  background-image: url('../images/surgical-team-photo.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 60vh;
}

.team-section {
  background-color: var(--color-6);
  padding-bottom: 5%;
}

.team-wrapper {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-text-div {
  background-color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  margin-top: -5%;
  padding: 30px;
  display: flex;
}

.accreditation-logos {
  align-items: center;
  min-height: 75px;
  margin-top: 30px;
  display: flex;
}

.acc-logo {
  height: 75px;
  margin-right: 15px;
}

.doc-slider {
  width: 60%;
  padding-top: 5%;
  padding-bottom: 5%;
}

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

.slide-nav {
  padding-left: 50px;
  display: flex;
  bottom: -65px;
}

.doc-slide {
  width: 24.5%;
  margin-left: -1%;
  margin-right: 2%;
}

.slider {
  background-color: #ddd0;
}

.doc-slide-div {
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 0%;
}

.doc-photo-div {
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.doc-photo-div.first {
  justify-content: flex-start;
}

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

.doc-photo.zoom {
  width: 115%;
  min-width: 140%;
  max-width: none;
  height: 115%;
  min-height: 140%;
  margin-top: -20px;
}

.doc-title-div {
  z-index: 2;
  color: var(--color);
  text-align: center;
  background-image: linear-gradient(#0000 1% 25%, #0009);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
  font-family: Optician Sans, Verdana, sans-serif;
  font-size: 1.2em;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.doc-title-div:hover {
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  color: var(--color-9);
  background-color: #7992a7d1;
  background-image: none;
}

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

.service-wrapper {
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-text-column {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  padding-top: 0%;
  display: flex;
}

.serice-top-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 50px 50px 0;
  display: flex;
}

.service-list {
  background-color: var(--color-6);
  justify-content: space-between;
  min-width: 115%;
  padding: 30px 30px 40px;
  display: flex;
  position: relative;
}

.services-49 {
  width: 48%;
}

.service-photo-column {
  width: 60%;
  padding-bottom: 5%;
  display: flex;
}

.service-photo-div {
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

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

.modern-vision-correction {
  background-image: url('../images/Lake-Pend-Oreille.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 60vh;
  margin-left: 50px;
  margin-right: 50px;
  padding: 70px;
  display: flex;
}

.mvc-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color);
  text-align: center;
  background-color: #0000008a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
}

.tech-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.tech-wrapper {
  justify-content: space-between;
  width: 80%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tech-wrapper._2 {
  margin-bottom: 0%;
}

.text-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.top-div-special {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.serv-line {
  background-color: var(--color-3);
  width: 200px;
  height: 2px;
  margin-bottom: 0;
  margin-left: 20px;
}

.serv-line.less {
  width: 100px;
}

.photo-48 {
  object-fit: cover;
  width: 48%;
  position: relative;
  overflow: visible;
}

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

.tech-link {
  background-color: var(--color);
  color: var(--color-8);
  background-image: url('../images/icons8-double-right.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 30px;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
  padding: 20px 30px 20px 50px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tech-link:hover {
  background-color: var(--color-6);
  color: var(--color-9);
  background-image: url('../images/icons8-double-right.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 50px;
}

.tech-link.l {
  margin-left: 0;
  inset: auto auto 0% 0%;
}

.aesthetics-section {
  background-image: url('../images/happy-woman.jpg');
  background-position: 0 10%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 0;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 5%;
  display: flex;
}

.aesthetics-content-div {
  flex-flow: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.aest-service-div {
  width: auto;
}

.locations {
  padding-top: 5%;
  padding-bottom: 0%;
}

.locations-wrap {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.special-h3 {
  background-color: var(--color-4);
  color: var(--color);
  padding: 10px 20px 8px;
  line-height: 1em;
}

.location-parallax {
  background-image: url('../images/aerial-sandpoint-idaho.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 45vh;
}

.location-blocks {
  justify-content: space-between;
  width: 90%;
  margin: 50px auto -20%;
  display: flex;
}

.location-block {
  background-color: var(--color-7);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 23.5%;
  padding: 20px;
  display: flex;
  position: relative;
}

.loc-img {
  filter: invert();
  width: 50px;
  margin-bottom: 20px;
}

.code-embed {
  width: 100%;
}

.phone-link {
  background-color: var(--color-7);
  color: var(--color-8);
  background-image: url('../images/icons8-phone.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 30px;
  align-items: center;
  margin-top: -10px;
  margin-left: 0;
  padding: 10px 30px 10px 50px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.phone-link:hover {
  background-color: var(--color-6);
  background-image: url('../images/icons8-phone.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 50px;
}

.brand-2 {
  width: 50%;
  margin-bottom: 20px;
}

.search {
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.text-field {
  background-color: #f4f4f4;
  border: 1px #000;
}

.text-field.btm {
  margin-bottom: 20px;
}

.ql-holder {
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.grid {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer {
  background-color: var(--color-2);
  padding-top: 5%;
  padding-bottom: 5%;
}

.social-link {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.social-link:hover {
  opacity: .5;
}

.search-button {
  background-color: var(--color-4);
  background-image: url('../images/icons8-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 40px;
  height: 40px;
}

.socials-holder {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.search-input {
  height: 40px;
  margin-bottom: 0;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.footer-div {
  color: var(--color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.5em;
  display: flex;
}

.ql {
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 1em;
}

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

.h4-light {
  color: var(--color-6);
  margin-top: 0;
}

.social {
  filter: brightness(500%) grayscale();
}

.dropdown-toggle {
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: .9em;
  font-weight: 800;
}

.dropdown-toggle:hover {
  color: var(--color-3);
}

.dropdown {
  text-transform: uppercase;
}

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

.dropdown-list.w--open {
  background-color: var(--color-7);
}

.dropdown-link {
  line-height: 1em;
}

.dropdown-link:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.top-nav {
  background-color: var(--color-2);
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px;
  display: flex;
}

.top-link {
  color: var(--color);
  align-items: center;
  padding: 10px;
  font-weight: 800;
  line-height: 1em;
  display: flex;
}

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

.top-link-icon {
  width: 25px;
  margin-right: 10px;
}

.hero-btm-wrapper {
  z-index: 10;
  justify-content: space-between;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-left-div {
  flex-flow: column;
  width: 30%;
  display: flex;
}

.hero-link {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.hero-link:hover {
  background-color: #00000075;
}

.hero-link.btm {
  margin-bottom: 0;
}

.icon-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.hero-icon {
  width: 50px;
}

.hero-text-holder {
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  line-height: 1.3em;
  display: flex;
}

.hero-b-line {
  font-size: 1.2em;
}

.hero-btm-right-div {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 45%;
  margin-right: 5%;
  display: flex;
}

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

.ip-header {
  background-image: linear-gradient(#000000bd, #000000bd), url('../images/Lake-Pend-Oreille.jpg');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 15%;
  padding-bottom: 5%;
  position: relative;
}

.ip-header-blur {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  position: absolute;
  inset: 0%;
}

.ip-header-content {
  z-index: 10;
  color: #fff;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.2em;
  position: relative;
}

.breadcrumbs {
  background-color: var(--color-6);
  align-items: center;
  padding: 10px 20px 10px 5%;
  display: flex;
}

.bc-divider {
  margin-left: 15px;
  margin-right: 15px;
}

.link-current:hover {
  color: #122337;
}

.ip-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.ip-section.lt-gray {
  background-color: #0000000d;
}

.wrap-flex {
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-flex.links {
  max-width: 1280px;
  margin-top: 30px;
}

.text-48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.text-48.top {
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.wrap-full {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-full.center.white {
  color: var(--color);
}

.img-float {
  float: right;
  max-width: 350px;
  margin-left: 20px;
}

._5050-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

._5050-wrap {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._5050-wrap.max {
  max-width: 1600px;
}

.list-holder-2 {
  background-color: var(--color-7);
  margin-bottom: 20px;
  padding: 20px 20px 10px 0;
}

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

.related-links {
  background-color: var(--color-9);
  padding-top: 5%;
  padding-bottom: 5%;
}

.link-holder-30 {
  flex-flow: column;
  width: 33%;
  display: flex;
}

.heading {
  text-align: center;
}

.fixed-top-banner {
    position: fixed;
    z-index: 9999999999;
    width: 100%;
}

#breadcrumbs {
  margin-bottom: 0px;
}

.related-pages-bottom {
  margin: 150px 0 50px;
}

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

  .navlink {
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    min-width: 100%;
    height: auto;
    padding-top: 55px;
    display: block;
    position: relative;
  }

  .logo {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
    left: 15px;
  }

  .dropdown_img_div {
    height: auto;
    margin-bottom: 10px;
  }

  .dropdown_list {
    z-index: 1;
    background-color: #fff;
    position: absolute;
    top: auto;
  }

  .dropdown_list.w--open {
    height: auto;
  }

  .dropdown_text {
    margin-bottom: 10px;
  }

  .navbar_container {
    flex-flow: row;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 10px 5px 0;
    display: flex;
    position: relative;
  }

  .navbar {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .dropdown_item.first {
    padding-bottom: 29px;
  }

  .menu-button {
    padding: 12px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .menu-button.w--open {
    background-color: #000;
    top: 0;
    right: 0;
  }

  .navlink_wrapper {
    height: auto;
    max-height: 90vh;
    display: block;
    overflow: scroll;
  }

  .dropdown_container {
    margin-top: 20px;
    padding-bottom: 22px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav_dropdown {
    display: block;
  }

  .hero {
    background-image: linear-gradient(#000000a3, #000000a3), url('../images/aerial-view-of-north-idaho.png');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    height: 650px;
  }

  .background-video {
    display: none;
  }

  .hero-big-line {
    font-size: 3.5em;
  }

  .hero-big-line._2 {
    font-size: 2em;
  }

  /*.image {
    height: 40px;
  }*/

  .welcome-wrap.columns {
    flex-flow: column;
    margin-top: 0;
  }

  .imag-column {
    width: 100%;
  }

  .imag-column.to-hide {
    display: none;
  }

  .text-and-image-column {
    width: 100%;
  }

  .welcome-text {
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .team-parallax {
    background-attachment: scroll;
  }

  .team-section {
    padding-top: 5%;
  }

  .team-wrapper {
    flex-flow: column;
  }

  .team-text-div {
    width: 100%;
    margin-top: 0%;
  }

  .doc-slider {
    width: 100%;
  }

  .slide-nav {
    justify-content: center;
    padding-left: 0;
  }

  .service-wrapper {
    flex-flow: column;
  }

  .service-text-column {
    width: 100%;
  }

  .serice-top-div {
    padding-bottom: 0;
  }

  .service-list {
    width: 100%;
    min-width: 0;
  }

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

  .modern-vision-correction {
    background-attachment: scroll;
    padding: 40px;
  }

  .mvc-wrapper {
    padding: 40px;
  }

  .tech-wrapper {
    flex-flow: column;
  }

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

  .text-left._2 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .photo-48 {
    width: 100%;
  }

  .aesthetics-section {
    background-position: 50% 0;
  }

  .location-parallax {
    background-attachment: scroll;
  }

  .location-blocks {
    flex-flow: column;
  }

  .location-block {
    width: 100%;
  }

  .grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .dropdown-toggle, .dropdown {
    display: block;
  }

  .top-nav {
    width: 100%;
    height: auto;
  }

  .top-link-icon {
    margin-right: 0;
  }

  .hero-left-div {
    width: 40%;
  }

  .hero-btm-right-div {
    justify-content: center;
    width: 50%;
    margin-right: 0%;
  }

  .nav-txt {
    display: none;
  }

  .ip-header {
    padding-top: 20%;
  }

  .wrap-flex {
    flex-flow: column;
  }

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

  ._5050-wrap {
    flex-flow: column;
    width: 90%;
  }

  .photo-49, .link-holder-30 {
    width: 100%;
  }
}

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

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

  .dropdown_item.first {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    justify-content: flex-end;
    height: 500px;
  }

  .hero-big-line {
    font-size: 2.5em;
  }

  .welcome-line {
    width: 250px;
  }

  .button {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .team-parallax {
    min-height: 35vh;
  }

  .team-section {
    padding-bottom: 8%;
  }

  .team-text-div {
    padding: 20px;
  }

  .doc-slide {
    width: 51%;
  }

  .modern-vision-correction {
    padding: 0;
  }

  .mvc-wrapper {
    padding-bottom: 30px;
  }

  .h3-no-marg {
    font-size: 1em;
  }

  .aesthetics-section {
    background-position: 65% 0;
  }

  .aesthetics-content-div {
    background-color: #ffffffde;
    width: 60%;
    padding: 15px;
  }

  .brand-2 {
    width: 30%;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .top-nav {
    padding-right: 0;
  }

  .top-link {
    margin-right: 10px;
    padding: 5px;
  }

  .hero-btm-wrapper {
    flex-flow: column;
  }

  .hero-left-div {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
  }

  .hero-link {
    text-align: left;
    width: 32%;
    margin-bottom: 0;
    padding: 5px;
  }

  .hero-link.btm {
    width: 100%;
  }

  .icon-holder.to-hide {
    display: none;
  }

  .hero-text-holder {
    width: 100%;
  }

  .hero-btm-right-div {
    width: 100%;
    margin-top: 20px;
  }

  .ip-header-content {
    font-size: 2.5em;
  }

  .img-float {
    max-width: 250px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .dropdown_img_div {
    margin-bottom: 2px;
  }

  .dropdown_text, .dropdown_link {
    font-size: .9rem;
  }

  .hero {
    height: 600px;
    padding-bottom: 5%;
  }

  .hero-content-div {
    margin-left: 0%;
    margin-right: 0%;
  }

  .hero-big-line._2 {
    font-size: 1.8em;
  }

  .welcome-line {
    display: none;
  }

  .top-images {
    flex-flow: column;
  }

  .sq-img {
    width: 100%;
  }

  .horiz-img.to-hide {
    display: none;
  }

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

  .team-parallax {
    background-position: 100% 0;
  }

  .team-section {
    padding-bottom: 12%;
  }

  .accreditation-logos {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    min-height: 0;
  }

  .acc-logo {
    height: 50px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .slide-nav {
    bottom: -50px;
  }

  .doc-slide {
    width: 100%;
  }

  .service-list {
    flex-flow: column;
    padding: 20px;
  }

  .services-49 {
    width: 100%;
  }

  .modern-vision-correction {
    margin-left: 0;
    margin-right: 0;
  }

  .mvc-wrapper {
    padding: 25px;
  }

  .tech-wrapper {
    width: 90%;
  }

  .serv-line {
    display: none;
  }

  .aesthetics-section {
    padding: 0%;
  }

  .aesthetics-content-div {
    background-color: var(--color-6);
    width: 100%;
    padding: 25px;
  }

  .special-h3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
    line-height: 1.2em;
  }

  .location-parallax {
    min-height: 25vh;
  }

  .location-blocks {
    margin-top: 20px;
  }

  .top-nav {
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-link {
    margin-right: 0;
  }

  .hero-btm-wrapper {
    width: 90%;
  }

  .hero-left-div {
    display: none;
  }

  .ip-header {
    padding-top: 50%;
  }

  .ip-header-content {
    font-size: 2em;
  }

  .breadcrumbs {
    flex-flow: wrap;
  }

  .img-float {
    max-width: 100%;
    margin-left: 0;
  }

  .list-holder-2 {
    padding: 20px 20px 0;
  }
}

#w-node-_898fbcce-8244-9d5a-5294-082689474a47-89474a1f, #w-node-_898fbcce-8244-9d5a-5294-082689474a70-89474a1f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_898fbcce-8244-9d5a-5294-082689474a47-89474a1f, #w-node-_898fbcce-8244-9d5a-5294-082689474a70-89474a1f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_898fbcce-8244-9d5a-5294-082689474a47-89474a1f, #w-node-_898fbcce-8244-9d5a-5294-082689474a70-89474a1f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Optician Sans';
  src: url('../fonts/Optician-Sans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}