:root {
  --color-3: #003349;
  --color-5: #298fc2;
  --color-4: #004f71;
  --color-2: white;
  --color-6: #f1be48;
  --color: #333;
  --color-7: #e5e1e6;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h2 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--color-5);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 20px;
}

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

.hero {
  z-index: 300;
  height: 100vh;
  position: relative;
}

.background-video {
  height: 100%;
}

.navbar {
  background-color: var(--color-3);
  flex-direction: column;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-bar-top-div {
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px 5px 10px;
  display: flex;
}

.brand {
  max-width: 225px;
}

.navbar-bottom-div {
  border-top: 1px solid rgba(255, 255, 255, .18);
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu {
  width: 100%;
  justify-content: space-between;
  margin-right: 20px;
  padding-left: 20px;
  display: flex;
}

.nav-link {
  color: var(--color-2);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2em;
}

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

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  color: var(--color-2);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  line-height: 1.2em;
}

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

.icon {
  color: var(--color-6);
  margin-right: 10px;
}

.dropdown-list {
  background-color: var(--color-4);
}

.dropdown-link {
  color: var(--color-2);
  line-height: 1.2em;
}

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

.nav-phone {
  background-color: var(--color-6);
  color: #003349;
  background-image: url('../images/icons8-phone-dark.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto 25px;
  border-radius: 50px;
  padding: 15px 30px 15px 50px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
}

.nav-phone:hover {
  background-color: var(--color-5);
  background-image: url('../images/icons8-phone.svg');
  color:#fff;
}

.nav-phone.schedule {
  background-image: url('../images/icons8-calendar-dark.svg');
  margin-right: 10px;
}

.nav-phone.schedule:hover {
  background-image: url('../images/icons8-calendar.svg');
}

.nav-phone.store {
  background-image: url('../images/icons8-shopping-bag.svg');
  margin-right: 10px;
}

.nav-phone.store:hover {
  background-image: url('../images/icons8-shopping-bag-white.svg');
}

.hero-text-wrap {
  z-index: 10;
  min-width: 0%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-top-text {
  color: var(--color-2);
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 6em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
}

.yellow {
  color: #f1be48;
}

.hero-sub-line {
  color: var(--color-2);
  text-align: center;
  letter-spacing: 20px;
  text-transform: uppercase;
  background-color: rgba(12, 35, 47, .5);
  padding: 10px 75px;
  font-size: 1.5em;
  line-height: 1.2em;
}

.hero-text-items {
  min-width: 65%;
}

.static-cta-strip {
  z-index: 250;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-link {
  width: 25%;
  color: var(--color-2);
  text-align: center;
  text-transform: uppercase;
  background-color: #0c232f;
  padding: 25px 5px 20px;
  font-size: .9em;
  line-height: 1em;
  text-decoration: none;
  position: relative;
}

.cta-link:hover, .cta-link.schedule {
  background-color: var(--color-6);
  color: var(--color-3);
}

.cta-link.schedule:hover {
  background-color: var(--color-3);
  color: var(--color-2);
}

.cta-icon-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -30%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cta-icon-div {
  width: 30px;
  height: 30px;
  background-color: var(--color-6);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.image, .image._2 {
  max-height: 80%;
  max-width: none;
  width: 30px;
  height: 30px;
}

.what-to-expect-section {
  z-index: 1;
  min-height: 65vh;
  background-color: #08699d;
  background-image: linear-gradient(rgba(8, 105, 157, .9), rgba(8, 105, 157, .9)), url('../images/dot-pattern.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  padding: 5% 5% 5% 10%;
  display: flex;
  position: relative;
}

.girl-image {
  width: 35%;
  object-fit: fill;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
  height: fit-content;
}

.girl {
  width: 100%;
  max-height: none;
  margin-right: -15%;
  height:auto;
}

.what-to-expect-div {
  width: 55%;
}

.h3-white {
  color: var(--color-2);
}

.h3-white.marg {
  margin-bottom: 20px;
}

.h2-white {
  color: var(--color-2);
}

.button {
  background-color: var(--color-3);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 40px;
  line-height: 1.2em;
}

.button:hover {
  background-color: var(--color-6);
  color: var(--color-3);
}

.button.white-search {
  background-color: var(--color-2);
  color: var(--color-3);
  padding: 8px 20px;
  font-size: .9em;
}

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

.button.doc {
  letter-spacing: 1px;
  padding: 12px 30px;
}

.eye-exams-section.lazy-background {
  background-image: url('../images/ph.jpg');
}

.eye-exams-section.lazy-background.visible {
  background-image: url('../images/man-at-eye-exam.jpg');
}

.eye-exams-section {
  min-height: 75vh;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.doctors-section {
  min-height: 50vh;
  background-color: var(--color-3);
  padding-top: 18%;
  padding-bottom: 12%;
  display: block;
}

.eye-exam-wrapper-div {
  width: 50%;
  background-color: var(--color-2);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -8%;
  margin-right: 0%;
  padding: 30px;
  display: flex;
}

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

.meet-docs-wrapper h1 {
  font-size: 3em;
}

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

.icon-3 {
  margin-left: -10px;
  margin-right: 10px;
}

.slide-nav-2 {
  display: none;
  height:85px;
}

.specialty_label {
  color: #fff;
  margin-top: 6px;
  font-size: .75em;
  font-weight: 400;
}

.mask-2 {
  width: 95%;
}

.doc_img {
  width: 100%;
  margin-bottom: 25px;
  height:100%;
}

.icon-4 {
  margin-left: 40px;
  margin-right: 10px;
}

.new-doc-slider-jm {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
}

.doc_button {
  width: 100%;
  color: var(--color-6);
  text-align: center;
  text-transform: uppercase;
  border: 1px rgba(255, 255, 255, .2);
  padding: 20px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  position: relative;
}

.doc_button:hover {
  color: var(--color-5);
  background-color: rgba(0, 0, 0, 0);
}

.doc-slide-jm {
  width: 20%;
  background-color: rgba(0, 0, 0, 0);
  padding: 0%;
}

.eyewear-section {
  min-height: 90vh;
  background-image: url('../images/glasses-frames.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.eyewearwrapper-div {
  z-index: 2;
  width: 50%;
  background-color: var(--color-2);
  border-radius: 0 30px 30px 0;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -8%;
  margin-right: 0%;
  padding: 30px;
  display: flex;
  position: relative;
}

.lists-holder {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.list-48 {
  width: 48%;
  flex-direction: column;
  display: flex;
}

.fancy-list-link {
  color: #08699d;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.fancy-list-link:hover {
  opacity: .36;
  color: var(--color-4);
}

.image-2 {
  width: 35px;
  margin-right: 10px;
  height: 35px;
}

.testimonial-section {
  z-index: 1;
  min-height: 100vh;
  background-color: #08699d;
  background-image: linear-gradient(rgba(8, 105, 157, .9), rgba(8, 105, 157, .9)), url('../images/dot-pattern-left.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
  padding: 12% 5% 5%;
  display: flex;
  position: relative;
}

.testimonial-image {
  width: 35%;
  object-fit: fill;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0%;
  display: flex;
  position: absolute;
  top: 27%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
  height: fit-content;
}

.testimonial-im {
  max-height: 600px;
  margin-right: 15%;
  width: 100%;
  height: auto;
}

.slider {
  background-color: var(--color-2);
  border-radius: 20px;
  margin-bottom: 30px;
}

.slide-nav-3 {
  padding-top: 10px;
  padding-left: 20px;
  display: flex;
}

.icon-5 {
  color: var(--color-6);
}

.icon-6 {
  color: var(--color-6);
  margin-right: 10px;
}

.left-arrow-3 {
  display: none;
}

.test-slide-div {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-3 {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.right-arrow-3 {
  display: none;
}

.testimonial-wrapper-div {
  width: 55%;
}

.scrolling-logos {
  padding: 5% 10px 100px;
  overflow: hidden;
}

.marquee {
  width: 50%;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo {
  width: 24%;
  height: 100px;
  opacity: 1;
  background-image: url('../images/bebe.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 20px;
}

.logo._2 {
  background-image: url('../images/betsey-johnson.png');
  background-size: contain;
}

.logo._3 {
  background-image: url('../images/coach.png');
}

.logo._4 {
  background-image: url('../images/columbia.png');
}

.logo._5 {
  background-image: url('../images/davic-beckham.png');
}

.logo._6 {
  background-image: url('../images/draper-james.png');
}

.logo._7 {
  background-image: url('../images/ducks-unlimited.png');
}

.logo._8 {
  background-image: url('../images/salvatore-ferragamo.png');
}

.logo._9 {
  background-image: url('../images/flexon.png');
}

.logo._10 {
  background-image: url('../images/fossil.png');
}

.logo._11 {
  background-image: url('../images/jimmy-choo.png');
}

.logo._12 {
  background-image: url('../images/kate-spade.png');
}

.logo._13 {
  background-image: url('../images/life-is-good.png');
}

.logo._14 {
  background-image: url('../images/lily-pulitzer.png');
}

.logo._15 {
  background-image: url('../images/liz-claiborne.png');
}

.logo._16 {
  background-image: url('../images/longchamp.png');
}

.logo._17 {
  background-image: url('../images/morel.png');
}

.logo._18 {
  background-image: url('../images/nike.png');
}

.logo._19 {
  background-image: url('../images/nine-west.png');
}

.logo._20 {
  background-image: url('../images/polaroid.png');
}

.logo._21 {
  background-image: url('../images/rayban.png');
}

.logo._22 {
  background-image: url('../images/real-tree.png');
}

.logo._23 {
  background-image: url('../images/silhouette.png');
}

.logo._24 {
  background-image: url('../images/van-heusen.png');
}

.logo._25 {
  background-image: url('../images/vera-bradley.png');
}

.marquee-wrapper {
  width: 500%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

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

.footer {
  z-index: 200;
  background-color: var(--color-3);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

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

.footer-div-left {
  width: 48%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-div-right {
  width: 48%;
  padding-top: 25px;
}

.field-label {
  font-weight: 400;
}

.form-block {
  margin-top: 20px;
}

.brand-2 {
  max-width: 225px;
  margin-bottom: 10px;
}

.p-white {
  color: var(--color-2);
}

.link {
  color: var(--color-6);
  text-decoration: none;
}

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

.locations-button {
  color: #003349;
  background-color: #f1be48;
  background-image: url('../images/icons8-location-blue.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto 25px;
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 15px 30px 15px 50px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
}

.locations-button:hover {
  color: #fff;
  background-color: #298fc2;
  background-image: url('../images/icons8-location.svg');
}

.social-links {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

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

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

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

.search {
  width: 90%;
}

.insta-feed-section {
  min-height: 50vh;
  background-image: linear-gradient(rgba(255, 255, 255, .76), rgba(255, 255, 255, .76)), url('../images/pattern-background.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 5%;
  padding-bottom: 0%;
  padding-right: 5%;
  display: flex;
}

.social-callout-div {
  width: 48%;
  background-color: var(--color-6);
  border-top-right-radius: 50px;
  padding: 50px 50px 30px;
}

.social-grid {
  width: auto;
  height: 100%;
  flex-direction: column;
  margin-bottom: 5%;
  display: flex;
}

.social-row {
  justify-content: center;
  display: flex;
}

.social-row.top {
  margin-bottom: 20px;
}

.insta-feed-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

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

.location-header {
  min-height: 50vh;
  color: var(--color-2);
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/louiseville-skyline.jpg');
  background-position: 0 0, 50% 45%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 6% 0% 0%;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.location-info-div {
  width: 90%;
  background-color: var(--color-2);
  color: var(--color);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  justify-content: space-between;
  margin-top: 30px;
  padding: 25px;
  font-size: 1em;
  display: flex;
}

.location-item {
  width: 24%;
  color: var(--color);
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.location-item.linked:hover {
  color: var(--color-6);
}

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

.location-about-section {
  background-color: rgba(0, 51, 73, .1);
  padding-bottom: 5%;
}

.about-div {
  width: 90%;
  max-height: 700px;
  background-color: var(--color-2);
  color: var(--color);
  border-radius: 0 0 30px 30px;
  justify-content: space-between;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 50px 50px;
  font-size: 1em;
  display: flex;
}

.about-text-div-48 {
  width: 48%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

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

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

.slide-nav-4 {
  display: flex;
}

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

.location-page-docs {
  min-height: 50vh;
  background-color: var(--color-2);
  padding-top: 5%;
  padding-bottom: 3%;
  display: block;
}

.location-doctor-div {
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.locations-docs-wrapper {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.location-doc-image {
  width: 25%;
  object-fit: contain;
}

.doc-bio-text-div {
  width: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cta-section {
  min-height: 40vh;
  justify-content: space-between;
  display: flex;
}

.link-50 {
  width: 50%;
  color: var(--color-2);
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  position: relative;
}

.direction-photo-div {
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.link-overlay {
  background-color: rgba(0, 0, 0, .65);
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.location-doc-image-hammond {
  width: 25%;
  object-fit: contain;
}

.location-doc-image-hammond-mobile {
  width: 25%;
  object-fit: contain;
  display: none;
}

.location-doc-image-minton {
  width: 25%;
  object-fit: contain;
}

.location-doc-image-minton-mobile {
  width: 25%;
  object-fit: contain;
  display: none;
}

.location-doc-image-rallo {
  width: 25%;
  object-fit: contain;
}

.location-doc-image-rallo-mobile {
  width: 25%;
  object-fit: contain;
  display: none;
}

.ip-header-section {
  color: var(--color-3);
  padding: 15% 5% 0%;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.breadcrumbs {
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.breadcrumb-link {
  color: var(--color-3);
  text-transform: uppercase;
  text-decoration: none;
}

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

.breadcrumb-link.current {
  color: var(--color-5);
}

.bc-arrow {
  color: var(--color-3);
  margin-left: 10px;
  margin-right: 10px;
  line-height: 1.2em;
}

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

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

@media screen and (max-width: 991px) {

  .nav-phone {
    width: 35px;
    height: 35px;
    background-position: 50%;
    background-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-button-text {
    display: none;
  }

  .nav-phone.schedule, .nav-phone.store {
    padding-left: 15px;
    padding-right: 15px;
  }

  h2 {
    font-size: 2em;
  }

  .meet-docs-wrapper h1 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  .hero {
    height: 800px;
  }

  .nav-menu {
    background-color: var(--color-3);
    padding-left: 0;
  }

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

  .hero-top-text {
    font-size: 4em;
  }

  .cta-link {
    font-size: .8em;
    line-height: 1.1em;
  }

  .cta-link.schedule {
    font-size: .8em;
  }

  .what-to-expect-section {
    min-height: 0;
    padding-left: 5%;
  }

  .what-to-expect-div {
    width: 60%;
  }

  .button {
    letter-spacing: 2px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: .9em;
  }

  .eye-exams-section {
    min-height: 0;
    background-position: 50%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

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

  .eye-exam-wrapper-div {
    margin-bottom: 0;
    padding: 20px;
  }

  .mask-2 {
    width: 85%;
  }

  .doc_button {
    width: 100%;
    font-size: .9em;
  }

  .doc-slide-jm {
    width: 48%;
  }

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

  .eyewearwrapper-div {
    width: 75%;
    margin-bottom: 0%;
  }

  .testimonial-section {
    min-height: 0;
    padding-top: 5%;
  }

  .scrolling-logos {
    padding-bottom: 5%;
  }

  .logo {
    width: 200px;
  }

  .insta-feed-section {
    background-image: linear-gradient(rgba(255, 255, 255, .84), rgba(255, 255, 255, .84)), url('../images/pattern-background.jpg');
    background-attachment: scroll, scroll;
    flex-direction: column;
    align-items: center;
    padding-right: 0%;
  }

  .social-callout-div {
    width: 90%;
    border-top-right-radius: 0;
    padding: 25px;
  }

  .social-grid {
    width: 90%;
    margin-top: 25px;
  }

  .social-row, .social-row.top {
    justify-content: center;
  }

  .location-header {
    min-height: 0;
    padding-top: 25%;
  }

  .location-info-div {
    padding: 15px;
  }

  .location-item {
    font-size: .9em;
  }

  .about-div {
    max-height: none;
    flex-direction: column;
    padding: 15px;
  }

  .about-text-div-48 {
    width: 100%;
  }

  .about-photo-48 {
    width: 100%;
    max-height: 400px;
  }

  .cta-section {
    min-height: 25vh;
  }

  .link-50 {
    font-size: 1.5em;
  }

  .menu-button {
    background-color: var(--color-3);
    padding: 10px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--color-3);
  }

  .icon-7 {
    color: var(--color-2);
    text-align: right;
  }

  .ip-header-section {
    padding-top: 22%;
  }

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

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

  .hero {
    height: 500px;
  }

  .nav-bar-top-div {
    padding-left: 0;
    padding-right: 10px;
  }

  .brand {
    max-width: 175px;
  }

  .hero-top-text {
    font-size: 3em;
  }

  .hero-sub-line {
    letter-spacing: 10px;
    font-size: 1em;
  }

  .cta-link {
    padding-top: 5px;
    padding-bottom:5px
  }

  .cta-icon-holder {
    position: static;
    top: 0%;
  }

  .h3-white {
    font-size: 1em;
  }

  .button {
    letter-spacing: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mask-2 {
    width: 100%;
  }

  .doc-slide-jm {
    width: 48%;
  }

  .eyewear-section {
    padding: 0%;
  }

  .eyewearwrapper-div {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .slider {
    height: 320px;
  }

  .testimonial-wrapper-div {
    width: 65%;
  }

  .scrolling-logos {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .logo {
    width: 200px;
  }

  .marquee-wrapper {
    width: 400%;
    margin-top: 0;
  }

  .footer {
    padding-top: 5%;
    padding-bottom: 15%;
  }

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

  .footer-div-left, .footer-div-right {
    width: 100%;
  }

  .social-row {
    justify-content: space-between;
  }

  .social-row.top {
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .insta-feed-img {
    width: 165px;
    height: 165px;
    margin-left: 0;
    margin-right: 0;
  }

  .location-info-div {
    flex-flow: wrap;
    margin-top: 0;
  }

  .location-item {
    width: 225px;
    flex-wrap: nowrap;
    margin-bottom: 10px;
  }

  .about-photo-48 {
    max-height: 325px;
  }

  .location-doctor-div {
    flex-direction: column;
    margin-top: 0;
  }

  .location-doc-image {
    width: 35%;
    margin-bottom: 20px;
  }

  .doc-bio-text-div {
    width: 100%;
  }

  .menu-button {
    padding: 10px;
  }

 .cta-text {
    display: none;
  }

  .location-doc-image-hammond {
    width: 35%;
    margin-bottom: 20px;
    display: none;
  }

  .location-doc-image-hammond-mobile {
    width: 35%;
    margin-bottom: 20px;
    display: block;
  }

  .location-doc-image-minton {
    width: 35%;
    margin-bottom: 20px;
    display: none;
  }

  .location-doc-image-minton-mobile {
    width: 35%;
    margin-bottom: 20px;
    display: block;
  }

  .location-doc-image-rallo {
    width: 35%;
    margin-bottom: 20px;
    display: none;
  }

  .location-doc-image-rallo-mobile {
    width: 35%;
    margin-bottom: 20px;
    display: block;
  }

  .ip-header-section {
    padding-top: 25%;
    font-size: 2em;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    letter-spacing: 1px;
  }

  .hero {
    height: 600px;
  }

  .hero-top-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.9em;
  }

  .hero-sub-line {
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-link {
    padding-top: 5px;
    padding-bottom:5px;
  }

  .cta-icon-holder {
    position: static;
  }

  .what-to-expect-section {
    background-image: linear-gradient(rgba(8, 105, 157, .9), rgba(8, 105, 157, .9)), url(../images/dot-pattern-mob.png);
    flex-direction: column;
  }

  .girl-image {
    display: none;
    position: static;
  }

  .what-to-expect-div {
    width: 100%;
  }

  .eye-exams-section {
    padding: 0%;
    background-image: none;
  }
  .eye-exam-wrapper-div {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .eyewear-section {
    background-image: none;
  }

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

  .mask-2 {
    width: 100%;
  }

  .right-arrow-2 {
    display: none;
  }

  .new-doc-slider-jm {
    min-height: 400px;
  }

  .doc-slide-jm {
    width: 100%;
  }

  .doc_img {
    max-width: 250px;
    margin-bottom: 0;
  }

  .left-arrow-2, .testimonial-image {
    display: none;
  }

  .slider {
    height: 350px;
  }

  .slide-nav-3 {
    padding-left: 10px;
  }

  .test-slide-div {
    padding: 10px;
  }

  .testimonial-section {
    background-image: none;
  }

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

  .scrolling-logos {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .insta-feed-section {
    background-image:none;
  }

  .logo {
    width: 150px;
  }

  .marquee-wrapper {
    width: 600%;
  }

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

  .insta-feed-img {
    width: 90px;
    height: 90px;
  }

  .location-header {
    background-color: var(--color-3);
    background-image: none;
    background-position: 0 0;
    padding-top: 100px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .location-info-div {
    flex-flow: column;
    align-items: center;
  }

  .location-item {
    width: auto;
  }

  .about-div {
    width: 100%;
  }

  .about-photo-48 {
    max-height: 200px;
  }

  .slider-2 {
    height: 335px;
  }

  .location-doc-image {
    width: 100%;
  }

  .cta-section {
    min-height: 30vh;
    flex-direction: column;
  }

  .link-50 {
    width: 100%;
    height: 15vh;
  }

  .link-overlay {
    padding: 15px;
  }

  .location-doc-image-hammond-mobile, .location-doc-image-minton-mobile, .location-doc-image-rallo-mobile {
    width: 100%;
  }

  .ip-header-section {
    padding-top: 42%;
  }

  .breadcrumbs {
    flex-wrap: wrap;
  }
}


