ol, ul{list-style: none;}
html{scroll-behavior: smooth;}
a{color: var(--click-blue);}

h2{font-size: 2rem;line-height: 1.5;}
.sr-only {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  margin: -0.0625rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
  color: #000;
  background: #fff;
}

.sr-only:active, .sr-only:focus{
    position:absolute;
    top:10px; left:10px;
    width:auto!important;
    height:auto!important;
    margin:0;
    overflow:visible;
    clip:auto;
    z-index: 1;
}
.show{display: block !important;}
.hide, .ol-panzoom{display: none;}
.current-day{font-weight: 700;}
.breadcrumb{
    background-color: var(--content-background);
    padding: 16px 0;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #B9E1F4;
}
.breadcrumb span{color: var(--dark-gray);margin: 0 1rem;}
.breadcrumb p{display: inline-block;color: var(--click-blue);}
.breadcrumb a{text-decoration: none;}
.breadcrumb a:hover{text-decoration: underline;}
.breadcrumb .flag-icon{
    display: inline-block;
    width: 18px;
    height: 16px;
    position: relative;
    top: 3px;
}
.alert-banner{
    width: 90%;
    max-width: 1340px;
    border-radius: 0.25rem;
    border: 2px solid #FDCB81;
    background: #FEEED5;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 0.75rem 1rem;
    margin: 2rem auto 0 auto;
}
.alert-banner div{display: flex;align-items: center;}
.alert-banner div figure{height: 25px;width: 25px;margin-right: 1rem;}
#soon-banner{display: none;}
#soon-banner p{
    color: #c60c30;
    font-weight: 700;
    font-size: 1.25rem;
}

/* LOCATION INFO SECTION */
.location-info{
    background: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.location-content{
    display: flex;
    justify-content: space-between;
}
.location-content .col{width: 48%;}
.location-content .col:first-of-type{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.location-content .col:first-of-type p:first-of-type{
/*    color: var(--dark-gray);*/
    color: rgba(0,0,0,.56);
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.location-content .col:first-of-type .page-title{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
}
.location-content .col:first-of-type .page-title h1{
    line-height: 1.1;
    font-size: 2.25rem;
    color: var(--brand-strong-blue);
    min-width: 200px;
    max-width: 500px;
}

strong.pseudo-h1 {
    line-height: 1.1;
    font-size: 2.25rem;
    color: var(--brand-strong-blue);
    min-width: 200px;
    max-width: 500px;
    text-align: center;
}

.pseudo-h1:before {
    content: url(/location/images/egw-logo-title.svg);
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.location-content .col:first-of-type .page-title figure{
    width: 1.66rem;
    height: 1.5rem;
    margin-right: 1rem;
}
.location-content .col:first-of-type .exam-cta{
    background-color: #D8232A;
    border: 2px solid #D8232A;
    border-radius: 2px;
    color: #fff;
    padding: 10px 2rem;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 1.125rem;
    letter-spacing: 0.0625rem;
    max-width: 375px;
    margin: 2.5rem 0 1.5rem 0;
    font-weight: 700;
}
.location-content .col:first-of-type .exam-cta:hover{
    background-color: #851425;
    border-color: #851425;
}
.location-content .col:first-of-type .small-text{font-size: 11px;font-style: italic;
    color: rgba(0,0,0,.56);
}
.location-content .col:last-of-type{
    background-color: var(--content-background);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 2rem 1rem;
}
.location-content .col:last-of-type .inner-col{
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.location-address{font-weight: 700;text-align: center;}
.directions-cta{font-size: 0.875rem;}
#location-phone{
    font-weight: 700;
    color: #000;
    text-decoration: none;
    display: block;
    margin-top: 2rem;
}
.location-content .col:last-of-type .inner-col:last-of-type h3{margin-bottom: 0.5rem;}
.location-content .col:last-of-type .inner-col:last-of-type ul{width: 170px;}
.location-content .col:last-of-type .inner-col:last-of-type ul li{
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.current-offers{
    display: flex;
    justify-content: center;
    padding-bottom: 4rem !important;
}
.offer-card{
    aspect-ratio: 2/1;
    flex: 1 1 30%;
    min-width: 343px;
    max-width: 658px;
    background-color: #f3f3f3;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 4px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.17);
    cursor: pointer;
    transition: opacity .3s ease-in-out;
}
.text-only-card{
    background-image: url(/location/images/blue-background.png);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 2rem;
}
.offer-card-link{
    display: block;
    margin-top: 2rem;
    background-color: #fff;
    padding: 10px 1rem;
    width: 250px;
    text-align: center;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #000;
}
.offer-card:hover{opacity: 90%;}
.offer-card:active{box-shadow: none;}
@media only screen and (min-width: 768px){
    .current-offers{
        gap: 24px;
        flex-flow: row wrap;
    }
    .current-offers > .offer-card:nth-child(3){
        max-width: 48%;
    }
}
@media only screen and (max-width: 767px) {
    #image-offers{padding-top: 4rem;}
    .current-offers{
        gap: 16px;
        flex-flow: wrap;
        justify-content: center;
  }
}
@media (max-width: 365px){
    .offer-card{
        width: 302px;
        height: 151.5px;
    }
}

nav{
    width: 100%;
    background-color: var(--brand-primary-blue);
    padding: 32px 0;
}
nav ul{
    color: #fff;
    margin: 0 auto;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1340px;
}
nav ul li a{color: #fff !important;text-decoration: none;}
nav ul li a:hover{text-decoration: underline;}


/* SHOP GLASSES */
.glasses{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.glasses h2{
    color: var(--brand-primary-blue);
    margin-bottom: 1.5rem;
}
.glasses .card-container{
    gap: 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.glasses .card-container .card{
    border-width: 2px;
    border-style: solid;
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    justify-content: center;
    border-radius: 2px;
}
.glasses .card-container .card h4{font-size: 1.25rem;padding: 0rem 1.5rem 0 0rem;}
.glasses .card-container .womens-card{
    border-radius: 0.125rem;
    border: 2px solid #D8232A;
    background: rgba(216, 35, 42, 0.12);
}
.glasses .card-container .womens-card:hover{
    background: rgba(26, 111, 123, 0.04);
}
.glasses .card-container .womens-card:active{
    background: rgba(26, 111, 123, 0.33);
}

.glasses .card-container .mens-card{
    border-radius: 0.125rem;
    border: 2px solid #0077B4;
    background: rgba(0, 119, 180, 0.12);
}
.glasses .card-container .mens-card:hover{
    background: rgba(1, 80, 57, 0.04);
}
.glasses .card-container .mens-card:active{
    background: rgba(1, 80, 57, 0.33);
}

.glasses .card-container .kids-card{
    border-radius: 0.125rem;
    border: 2px solid var(--neutral-gray-darker, #747474);
    background: rgba(116, 116, 116, 0.12);
}
.glasses .card-container .kids-card:hover{
    background: rgba(247, 101, 35, 0.04);
}
.glasses .card-container .kids-card:active{
    background: rgba(247, 101, 35, 0.33);
}

.glasses .card-container .sunglasses-card{
    border-radius: 0.125rem;
    border: 2px solid var(--neutral-nero, #333);
    background: rgba(51, 51, 51, 0.12);
}
.glasses .card-container .sunglasses-card:hover{
    background: rgba(251, 168, 45, 0.04);;
}
.glasses .card-container .sunglasses-card:active{
    background: rgba(251, 168, 45, 0.33);
}

.glasses .all-glasses-cta{
    color: var(--brand-primary-blue);
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}
.brands p{
    font-size: 1.5rem;
    color: var(--dark-gray);
    margin-bottom: 1rem;

    display: none;
}
.brand-logos{
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(8,1fr);
}
.brand-logos figure{display: inline-block;padding: 2rem 1rem;}


.insurance-banner, .sameday-banner{
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
/*    background-color: var(--content-background);*/
    border-bottom: 1px solid #B9E1F4;
    border-top: 1px solid #B9E1F4;
    background: linear-gradient(180deg, rgba(185, 225, 244, 0.12) 0%, rgba(185, 225, 244, 0.24) 100%);


}
.insurance-container, .sameday-container{
    max-width: 1340px;
    margin: 0 auto;
}
.insurance-banner h2, .sameday-container h2{text-align: center;margin-bottom: 1.5rem;}
.insurance-banner .text-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sameday-banner .text-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.insurance-banner .text-content .col{width: 48%;}
.sameday-banner .text-content .col{width: 40%;}
@media (min-width: 770px){
    .sameday-banner .text-content .col:first-of-type{margin-right: 1.5rem;}
}
.insurance-banner .insurance-text,
.sameday-banner .sameday-text{
    color: var(--brand-strong-blue);
    font-weight: 700;
    font-size: 1.125rem;
    text-align: center;
    display: inline-block;
}
.insurance-banner .insurance-text i{
    padding: 0 4px;
    color: var(--dark-gray);
    font-size: 0.35rem !important;
    position: relative;
    top: -3px;
}
.insurance-banner .insurance-text a{color: var(--brand-strong-blue);}
.insurance-banner .text-content .col:last-of-type,
.sameday-banner .text-content .col:last-of-type{text-align: center;}
.insurance-banner .small-text, .sameday-banner .small-text{
    font-size: 11px;
    text-align: center;
    margin-top: 1.5rem;
    color: rgba(0, 0, 0, 0.80);
}
.same-day-cta{max-width:425px}
.insurance-banner .insurance-phone, .same-day-cta{
    background-color: #fff;
    border-radius: 2px;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
    border: 2px solid var(--brand-primary-blue);
    padding: 1rem 0;
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    max-width: 440px;
    border-radius: 2px;
}
.insurance-banner .insurance-phone:hover,
.sameday-banner .sameday-phone:hover{
    background-color: var(--brand-primary-blue);
    color: #fff;
}
#location-phone2{font-weight: 700;padding-left: 5px;}

.offers{
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 100%;
}
.offers h2{
    color: var(--brand-primary-blue);
    margin-bottom: 1.5rem;
}
.offers h3{font-size: 1.5rem;}
.offers-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
.offers-container .card{
    padding: 2rem;
    background-color: #fff;
    border: 2px solid #E3E3E3;
}
.offers-container .card h3{margin-bottom: 1rem;}
.offers-container .card p{font-size: 1.125rem;margin-bottom: 2rem;}
.offers-container .card a{
    color: var(--brand-primary-blue);
    font-size: 1.125rem;
    font-weight: 700;
}
.offers-container .card a:hover{text-decoration: underline;}

.lenses-container .top-row, .lenses-container .bottom-row{
    display: flex;
    justify-content: space-between;
}
.lenses-container .top-row{align-items: flex-start;}
.lenses-container .bottom-row{align-items: center;}
.lenses-container .top-row .card{width: 22%;text-align: center;}
.lenses-container .top-row .card figure{width: 30%;margin:0 auto 0.5rem auto;}
.lenses-container .bottom-row figure, .lenses-container .bottom-row .lenses-cta{width: 48%;}
.lenses-container .bottom-row .lenses-cta a{
    text-decoration: none;
    display: block;
    font-size: 1.25rem;
    border: 2px solid var(--brand-primary-blue);
    text-align: center;
    letter-spacing: 0.0625rem;
    padding: 1rem 0;
}
.lenses-container .bottom-row .lenses-cta a:first-of-type{
    margin-bottom: 1rem;
    background-color: var(--brand-primary-blue);
    color: #fff;
}
.lenses-container .bottom-row .lenses-cta a:first-of-type:hover{
    background-color: #fff;
    color: var(--brand-primary-blue);
}
.lenses-container .bottom-row .lenses-cta a:last-of-type{
    background-color: #fff;
    color: var(--brand-primary-blue);
}
.lenses-container .bottom-row .lenses-cta a:last-of-type:hover{
    background-color: var(--brand-primary-blue);
    color: #fff;
}


#nearby{padding: 5rem 0;background-color: #F5F8FA;}
#nearby h2{color: var(--brand-primary-blue);margin-bottom: 1.5rem;}
.content-list{
    width: 100%;
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
    justify-content: left;
    gap: 1rem;
}
.content-list li{
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 2px;
    width: 100%;
    min-width: 260px;
    /* max-width: 285px; */
    max-width: 440px;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.10);
}
.content-list li .nearby-name{
    color: var(--click-blue);
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-decoration: none;
}
.nearby-address{margin-bottom: 1rem;line-height: 1.3;}
/* .nearby-address a{text-decoration: none;color: #000;} */
.nearby-name{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.nearby-name figure {
    width: 1.25rem;
    height: 1.3rem;
    margin-right: 1rem;
}
.nearby-exam{
    margin-top: 1rem;
    border-top: 1px solid #E3E3E3;
}
.nearby-exam-link{
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.75rem 0;
    width: 100%;
    letter-spacing: 0.0625rem;
    background-color: #D8232A;
    text-align: center;
    margin-top: 1rem;
}
.nearby-exam-link:hover{background-color: #851425;}


#faq{
    padding: 3rem 0;
    border-bottom: 1px solid #B9E1F4;
    border-top: 1px solid #B9E1F4;
    background: linear-gradient(180deg, rgba(185, 225, 244, 0.12) 0%, rgba(185, 225, 244, 0.24) 100%);
}
.faq-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 1.5rem;
}
.faq-container .col:first-of-type{padding: 0 2rem;}
.faq-container .col:first-of-type h2{text-align: center;line-height: 1.2;}
.faq-container .col:last-of-type{width: 615px;}
.faq-card{border-bottom: 1px solid #ccc;padding: 1.5rem 0;}
.faq-card .question{
    color: var(--click-blue);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.faq-card .answer{display: none;}
.faq-card .question h4{
    font-style: italic;
    font-size: 1.5rem;
    padding-right: 1.5rem;
    pointer-events: none;
}
.faq-card .question i{font-size: 1.25rem;pointer-events: none;}

.faq-card .question.active{padding-bottom: 1.2rem;}
.faq-card .question.active h4{color: var(--brand-strong-blue);}
.faq-card .question.active i{transform: rotate(180deg);color: var(--brand-strong-blue);}
.faq-card .answer.active{display: block !important;}
.faq-card:last-of-type{border-bottom: 0;}

#about{
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.about-container{
    display: flex;
    justify-content: space-between;
}
.about-container .map-container{width: 550px;min-height: 400px;}
.about-container .map-container .map{
    width: 100%;
    height: 100%;
    position: relative;
    pointer-events: none;
}
.about-container .about-text{width: calc(100% - 580px);color: rgba(0, 0, 0, 0.80);}
.about-container .about-text h2{
    line-height: 1.2;
    color: var(--brand-primary-blue);
    margin-bottom: 1rem;
}
.about-container .about-text p{font-size: 1.125rem;line-height: 1.5;}
.about-container .about-text h3{font-size: 1.5rem;margin: 1.5rem 0 1rem 0;}
.about-container .about-text .examtime-cta{
    display: block;
    width: 300px;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none;
    margin-top: 1.5rem;
    padding: 0.75rem 0;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    border: 2px solid #D8232A;
    background: #D8232A;
}
.about-container .about-text .examtime-cta:hover{background-color: #851425;border-color: #851425;}
.about-text .multiple-p p{margin-bottom: 0.5rem;}
.about-text .multiple-p p:last-of-type{margin-bottom: 0;}



#w2gi_copyright, #navteq_copyright, #osm_copyright {
    position: absolute;
    bottom: 5px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    z-index: 999;
}
#w2gi_copyright{right: 3px;}
#navteq_copyright{display: none;left: 3px;}
#osm_copyright{display: none;left: 3px;}


.wrapper{
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
}
.box-wrapper{position:relative;}
.search_again{font-weight:bold; cursor:pointer;}

/* Popup */
.w2gi-popup h3{color:#000;}
.olPopupContent{overflow: hidden !important;display: none !important;}


/* Tabs */
.tabs{display:none;}
.tabs li {
    background: #ccc;
    display: inline-block;
    padding: 4px;
    margin-right: 5px;
    height: 24px;
    width: 60px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.tabs li.active{background: #fff;}
.tab-content{
    display: none;
    padding:15px !important;
	background-color: #ffffff;
}
.tab-content.active{display: block;}
.olPopupCloseBox {
    background-image: url("http://hosted.where2getit.com/w2gi/images/close.gif");
    top: 10px !important;
    right: 10px !important;
    width: 12px !important;
    height: 10px !important;
}

div.olControlZoom{display: none;}
.button-search {
    background: none repeat scroll 0 0 #c60c30;
    border: medium none;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    padding: 2px 7px;
    text-transform: uppercase;
    cursor: pointer;
}
.button-location {
    background: rgb(139, 198, 56);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#8bc638', endColorstr='#7db333');
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(139, 198, 56)), to(rgb(125, 179, 51)));
    background: -moz-linear-gradient(top, #8bc638, #7db333);
    font-family: "HelveticaW02-RoundedBd",Arial,Helvetica,sans-serif;
    text-shadow: rgb(79, 79, 79) 0px 1px 1px;
    border: 0;
    color: #FFF;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    height: 36px;
    line-height: 31px;
    border: 1px solid rgb(112, 161, 44);
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* dialog */
.overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.modal{
    display: none;
    background:#fff;
    padding-top:20px;
    overflow:auto;
    z-index:1001;
    position:absolute;
}
.desktopPhone {display:inline;}
.mobilePhone {display:none !important;}
input[type="submit"], #search_button {
    background: none repeat scroll 0 0 #c60c30;
    border: medium none;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    padding: 2px 7px;
    text-transform: uppercase;
}
.closeBtn {position:absolute; right:20px; top:15px; z-index:999;}
.hideit {display:none !important;}
.w2gi-backbone .poi.maneuver {clear:none !important;}
.footer{
    text-align: center;
    padding: 3px 0;
    width: 100%;
    margin: 0 auto;
    font-size: 11px;
}
@media (max-width: 1250px){
    .content-list{
        flex-wrap: wrap;
        gap: 1.5rem;
    }
}
@media (min-width: 993px){
    nav ul{min-width: 900px;}
    .glasses .card-container .card{width: 19.8125rem;}
    .insurance-container, .sameday-container{width: 992px;}
}
@media (max-width: 850px) and (max-height: 425px){
    .breadcrumb p{font-size: 14px;}
    .breadcrumb a{font-size: 13px !important;}
    .brands{margin-top: 3rem;}
}
@media (min-width: 773px) and (max-width: 992px){
    .location-content .col:first-of-type{width: 40%;}
    .location-content .col:last-of-type{
        width: 57%;
        justify-content: space-between;
    }
    .brand-logos{grid-template-columns: repeat(4,1fr);}
    .brand-logos figure{padding: 2rem;}
    .location-content .col:last-of-type .inner-col{width: 47%;}
    nav ul{width: 70%;}
    .glasses .card-container, .content-list{flex-wrap: wrap;gap: 1.5rem;}
    .glasses .card-container .card{width: 48%;}
    .content-list li{
        width: 48%;
        max-width: 375px;
        min-height: 270px;
    }
    .insurance-banner .text-content, .sameday-container{padding: 0 1.25rem;}
    .about-container .map-container, .about-container .about-text{width: 48%;}
}
@media (max-width: 772px){
    h2{font-size: 2.25rem;line-height: 1.2;}
    .location-info{padding-bottom: 0;}
    .location-content{
        flex-direction: column;
        padding: 0 !important;
    }
    .location-content .col{width: 100%;}
    .location-content .col:first-of-type{margin-bottom: 1.5rem;}
    nav ul{width: 80%;}
    nav ul li:first-child, .about-container .map-container{display: none;}
    .glasses .card-container{gap: 8px;flex-wrap: wrap;}
    .glasses .card-container .card{width: 48%;}
    .brand-logos figure{padding: 2rem;}
    .brand-logos{grid-template-columns: repeat(4, 1fr);}
    .offers-container{grid-template-columns: repeat(1, 1fr);}

    .insurance-container, .sameday-container{padding: 0 1.25rem;}
    .sameday-banner .text-content,
    .insurance-banner .text-content, .faq-container{flex-direction: column;}

    .content-list{flex-wrap: wrap;gap: 1.5rem;}
    .content-list li, .faq-container .col, .faq-container .col:last-of-type{width: 100%;}
    .content-list{gap: 2rem 1.5rem;}
    .content-list li{
        max-width: 700px;
        min-width: 225px;
        min-height: 225px;
    }
    .faq-container .col:first-of-type{margin-bottom: 1.5rem;}

    .about-container{flex-direction: column;}
    .about-container .about-text, .about-container .about-text .examtime-cta,
    .insurance-banner .text-content .col, .sameday-banner .text-content .col{width: 100%;}
    .insurance-banner .text-content .col{margin-bottom: 1.5rem;}
    .sameday-banner .text-content .col{text-align: center;}
    .same-day-cta{max-width: 100%;}
}
@media (max-width: 480px){
    #link-shopglasses{display: none;}
    .lenses-container .top-row .card{margin-bottom: 1rem;}
    .lenses-container .top-row .card:last-of-type{margin-bottom: 0;}
    .lenses-container .top-row .card figure{width: 15%;}
    .lenses-container .top-row .card p{width: 65%;}
    .brands{margin-top: 3rem;}
    .brand-logos{grid-template-columns: repeat(2, 1fr);}
    .content-list li{min-height: 185px;}

    .footer{display: none;}
}