
/* @font-face {
    font-family: FannDorenGrotesqueBold;
    src: url("https://locations.meetsoci.com/vanseu/fonts/FannDorenCondensed-Bold.ttf") format("truetype"),
         url("https://locations.meetsoci.com/vanseu/fonts/FannDorenCondensed-Bold.woff") format("woff"),
         url("https://locations.meetsoci.com/vanseu/fonts/FannDorenCondensed-Bold.woff2") format("woff2");
}

@font-face {
    font-family: Helvetica Neue;
    src: url("https://locations.meetsoci.com/vanseu/fonts/HelveticaNeue.ttf") format("truetype");
}

@font-face {
    font-family: Helvetica Neue;
    font-weight: 500;
    src: url("https://locations.meetsoci.com/vanseu/fonts/HelveticaNeueBold.ttf") format("truetype");
}

@font-face {
    font-family: Helvetica Neue;
    font-weight: 600;
    src: url("https://locations.meetsoci.com/vanseu/fonts/HelveticaNeueBold.ttf") format("truetype");
}

@font-face {
    font-family: Helvetica Neue;
    font-weight: 700;
    src: url("https://locations.meetsoci.com/vanseu/fonts/HelveticaNeueBold.ttf") format("truetype");
} */

@font-face {
  font-family: FannDorenGrotesque;
  src: url("https://locations.meetsoci.com/vanseu/fonts/FannDorenCondensed-Regular.ttf") format("truetype"),
       url("https://locations.meetsoci.com/vanseu/fonts/FannDorenCondensed-Regular.woff") format("woff"),
       url("https://locations.meetsoci.com/vanseu/fonts/FannDorenCondensed-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: FannDorenGrotesque;
  src: url("https://locations.meetsoci.com/vanseu/fonts/FannDorenCondensed-Medium.ttf") format("truetype"),
       url("https://locations.meetsoci.com/vanseu/fonts/FannDorenCondensed-Medium.woff") format("woff"),
       url("https://locations.meetsoci.com/vanseu/fonts/FannDorenCondensed-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: FannDorenGrotesque;
  src: url("https://locations.meetsoci.com/vanseu/fonts/FannDorenCondensed-Bold.ttf") format("truetype"),
       url("https://locations.meetsoci.com/vanseu/fonts/FannDorenCondensed-Bold.woff") format("woff"),
       url("https://locations.meetsoci.com/vanseu/fonts/FannDorenCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  --title-font: FannDorenGrotesque, sans-serif;
  --body-font: FannDorenGrotesque, sans-serif;
  --font-normal: 400;
  --font-medium: 500;
  --font-bold: 700;
}

*{margin: 0;padding: 0;box-sizing: border-box;}
html{ font-size: 16px;color: #000;font-family: var(--body-font); overflow-x: hidden;}
body{overflow-x:hidden}
ol, ul{list-style: none;}
table{border-collapse: collapse;border-spacing: 0;margin-bottom: 10px;}
i{margin-right: 8px;}
.hideit{display: none;}
.wrapper{width: 100%;margin: 0 auto;padding: 0 24px;max-width: 1440px;}
.wrapper--content{max-width: 1200px;}
.w2gi-backbone .ol-panzoom{display: none !important;}
.focus:focus{border: 1px solid blue;}
.bold{font-weight: 700;}
.show1, .show0{display: flex !important;}
.pic{display: block;height: 100%;width: 100%;object-fit: contain;}

/* Copyright begin */
#w2gi_copyright, #navteq_copyright, #osm_copyright{
    position: absolute;
    bottom: 5px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    z-index: 999;
}
.box-wrapper{max-width: 96%;height: 100%;margin: 0 auto;}
#w2gi_copyright{right: 3px;}
#navteq_copyright{display: none;left: 3px;}
#osm_copyright{display: none;left: 3px;}

/* BREADCRUMB */
.breadcrumb{margin-bottom: 0.5rem;margin-top: 1rem;text-align: center;}
.breadcrumb a{font-size: 0.8rem;letter-spacing: 0.65px;}
/* STORE INFO */
.store-info{margin: 66px auto 20px;}
.store-info__name {line-height: 27px;margin-bottom: 8px;font-size: 24px;font-family: var(--title-font); color: #000;}
.partner-text{font-size: 14px;margin-bottom: 8px;}
.store-info__address{margin-bottom: 16px;color: #818181; font-size: 14px;font-weight: 400;}
.store-info__bottom {display: flex;flex-wrap: wrap;align-items: center;column-gap: 32px;row-gap: 12px;}
.directions-container, .phone-container{display: flex; align-items: center;}
.store-info a{margin-left: 16px;color: #000;font-size: 14px;text-decoration: none;}
.store-info__tell-us-more a, .store-info__work-with-us a{text-decoration: underline;}
.store-info__today-hours{display: none;font-size: 24px;margin-bottom: 16px;font-weight: 500;}
/* STORE IMAGE AND MAP */
.store-image{margin: 0 !important;}
.store-image img {
    width: 100%;
}
.map{position: relative;}
.map div{padding: 0;}
.store-image__container{position: relative;}
.storeMap-container .col{width: 100%;height: 448px;}
.store-image .slick-slide {display: flex;align-items: center;width: 1152px; height: 448px;}
.store-image__wrapper img {width: 100%;}
.store-image__mobile {display: none;}
.store-image__arrow{z-index: 999;position: absolute;background: none;border: none;}
.store-image__arrow--previous{top: 50%;left: 0}
.store-image__arrow--next{top: 50%;right: 0}
.storeMap-container .storeDetails-container{width: 100%; margin-top: 46px;}
/* .store-image .slick-slide:not(:first-child) {
    display: none !important;
} */
.store-image__arrow, .editorial-content--mobile, .nearby__view-details {
    display: none;
}

.event-container{
    margin:2rem 0;
    padding: 1.75rem;
    background-image: url('https://locations.meetsoci.com/vanseu/images/texture_background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.event-container h3{color: #C8192E;font-size: 1.75rem;text-transform: uppercase;}
.event-date{font-weight: 700;font-size: 1.25rem;margin-bottom: 5px;}
.events-storeDetails{margin-bottom: 3rem !important;margin-top: 3rem !important;}
.storeDetails-container h2{font-size: 18px; font-weight: 400;text-transform: uppercase;}
.storeDetails-container ul{margin-top: 24px;}
.storeDetails-container ul li{margin-bottom: 16px;align-items: center;font-size: 14px;}
.storeDetails-container ul li:last-child{margin-bottom: 0;}
.storeDetails-container ul li div{width: 19px;margin-right: 1.5rem;}
.storeDetails-container ul li.bold p {font-weight: 500;}
.storeDetails-container .col{width: 28%;}
.content-row .store-carries, .content-row .store-details{width: 100%;max-width: 250px;}
.store-hours{width: 100%;max-width: 330px;}
.store-hours--mobile {display: none;}
.store-hours ul li{display: flex;justify-content: space-between;}
.store-hours__day{font-size: 14px;font-weight: 500;letter-spacing: .4px;}
.store-hours__time{font-size: 14px;font-weight: 400;letter-spacing: .4px;}
.store-details img.pic, .store-carries img.pic {min-width: 19px;}
.stores-nearby{margin-bottom: 190px;}
.stores-nearby__map-view{display: flex;justify-content: flex-end;margin-bottom: 30px;}
.viewStores-btn{color: #000;font-size: 14px; font-weight: 700;text-decoration: none;border-bottom: 1px solid #000;}
.icon-bar{float:right;position: relative;margin-right:10px;}
.icon img{cursor:pointer !important;}
.icon-bar a, .icon-bar i{font-size: 12px;}
.icon-bar i{padding-right: 6px;font-size: 14px;}
.content-list{display: flex;gap: 16px;}
.content-row {display: flex;justify-content: space-between;}
.content-row__top {column-gap: 32px; margin-bottom: 181px;}
.content-row__bottom {justify-content:flex-start; column-gap: 100px;}
.editorial-content {width: 100%;max-width: 400px;}
.editorial-content--three-buttons {max-width: 560px;}
.editorial-content__text {line-height: 18px;margin-bottom: 70px;color: #000;font-size: 12px;font-weight: 400;}
.editorial-content__button-wrapper {display: flex;justify-content: space-between;column-gap: 8px;}
.stores-nearby__title{margin-bottom: 30px;font-size: 18px;font-weight: 400;text-transform: uppercase;}
.poi{position: relative;margin-bottom: 2rem;}
.store-nearby__list {
    overflow-x: auto;
}
.store-nearby__list li{
    width: 335px;
    min-width: 335px;
    background:#F2F2F2;
    border-radius:2.5px;
    padding: 24px 20px;
    position: relative;
}
.store-nearby__list li:not(:nth-of-type(-n+4)) {
    display: none !important;
}
.store-nearby__list.maneuver-result li{float: none;}
.nearby_details h4{margin-bottom: 6px;font-size: 18px;font-family: var(--title-font);}
.address2{margin-bottom: 7px;}
.nearby__address{line-height: 24px; font-size: 12px;}
.nearby__phone-email {display: flex;column-gap: 16px;flex-wrap: wrap;}
.nearby__phone-email, .nearby__schedule-wrapper{margin-top: 16px;}
.nearby__phone-email a {display: flex;align-items: center;column-gap: 8px; font-size: 10px;text-wrap:nowrap;}
.nearby__schedule{display: flex;column-gap: 8px;align-items: center;}
.nearby__schedule-color{width: 9px;height: 9px;border-radius: 100%;}
.nearby__schedule-color--green{background-color: #2C8801;}
.nearby__schedule-color--red{background-color: #FF0000;}
.nearby_details i{font-size: 0.75rem;color: #000 !important;}
.nearby_details{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.nearby_details a{color: #000;text-decoration: none;}
.moreDetails-btn{
    letter-spacing: 0.5px;
    text-decoration: none !important;
    margin-top: 10px !important;
    color: #fff !important;
    border-radius: 20px;
    padding: 5px 0;
    font-weight: 700;
    border: 2px solid #C8192E;
    background-color: #C8192E;
}
.box-wrapper{position:relative;}
.search_again{font-weight:bold; cursor:pointer;}
.footer{margin-bottom:5px;font-size:0.75rem;text-align:center;}
.location-wrapper{
    width:20em;
    margin: 0 auto;
    text-align: center;
    margin-top: 1%;
}
.inline-list{padding: 1em;}
.inline-list li{display: inline-block;}
.block, .inline-list li.block{display: block;}

/*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;}

/*Popup*/
.w2gi-popup{display: none;}
.w2gi-popup h3{color:#000;}
.olPopupContent{overflow: hidden !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: #fff;}
.tab-content.active{display: block;}
.content-list.poi-result .poi_icon{position: relative;}
.nearby__schedule-text{font-size: 10px;}
.content-list.poi-result strong{
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    margin-left: 3px;
}
.content-list.poi-result span{display: block;}
.content-list.poi-result .poi_number{
    width: 0px;
    position: absolute;
    left: 5px;
    font-size: 14px;
    top: 10px;
    color:#cd2452;
    font-weight: bold;
    width:40px;
    font-style: normal;
}
.content-list.poi-result .amenities{padding: 0;background: none;margin-left: 25px;}
.content-list.poi-result .amenities li{
    display: inline-block;
    width: 20%;
    font-size: 17px;
    background: none;
    color: #BEB5A0;
    border: none;
    width:30px;
}
.olPopupCloseBox {
    background-image: url("http://hosted.where2getit.com/w2gi/images/close.gif");
    top: 10px !important;
    right: 10px !important;	
    width: 12px !important;
    height: 10px !important;
}
.nearby_icon{
	background: url("http://hosted.where2getit.com/w2gi/images/icons/gray-pin-shadow.png");
    color: #fff;
    float: left;
    font-weight: bold;
    height: 35px;
    padding-top: 5px;
    text-align: center;
    width: 33px;
    display: none;
}
.main_icon{
	background: url("http://hosted.where2getit.com/w2gi/images/icons/pin1.png");
    color: #fff;
    float: left;
    font-weight: bold;
    height: 24px;
    padding-top: 3px;
    text-align: center;
    width: 30px;
    vertical-align:middle;
    margin-right:10px;
}

.storeMap-container .col.slick-carousel{margin-bottom: 0!important}
.storeDetails-container{margin-top: 36px;}

@media (max-width:810px){
    html{font-size: 14px;}
    .breadcrumb a{font-size: 1rem;}
    .storeMap-container .col{width: 100%;height: 375px;}
    .storeMap-container .col.slick-carousel{height: auto;}
}
@media (max-width:745px){
    .storeDetails-container{flex-wrap: wrap;}
    .store-hours{width: 100%;margin-bottom: 2rem;}
    .storeDetails-container .col{width: 40%;}
}
@media (max-width:480px){
    html{font-size: 12px;}
    .breadcrumb{margin-bottom: 1.5rem;}
    .event-container{background-image: url('https://locations.meetsoci.com/vanseu/images/texture_background_mobile.png');}
    h1{margin-bottom: 8px;}
    .storeMap-container{margin-top: 2rem;}
    .storeMap-container .col{height: 325px;}
    .viewStores-btn{width: 100%;}
    .store-image, .viewStores-btn{margin-bottom: 2rem;}
    .events-storeDetails{margin-bottom: 3rem !important;}
    .moreDetails-btn{font-size: 1.15rem;margin-top: 1.25rem !important;padding: 8px 0;}
    .storeDetails-container .col{width: 100%;}
    .store-details{margin-bottom: 2rem;}
}

/**/
/* Defines the width of the carousel and centers it on the page */
.slick-carousel {
  margin: 0 auto;
  width: 100%;
}

/* Color of the arrows */
.slick-next::before, .slick-prev::before {
    color: #eee!important;
    font-size: 34px!important;
}
.slick-prev {
    left: 0px!important;
    z-index: +10;
}
.slick-next {
    right: 0px!important;
}
.slick-prev, .slick-next {
    width: 34px!important;
    height: 34px!important;
}

@media (min-width:801px){
    .store-image__arrow,
    .editorial-content--mobile,
    .nearby__view-details {display: none;}
}

@media (max-width:1200px){
    .store-image .slick-slide {
        width: 960px;
    }
}

@media (max-width:1110px){
    .store-image .slick-slide {
        width: 768px;
    }
}

@media (max-width: 800px) {
    .storeDetails-container ul li div {
        float: none;
        margin: 5px 0;
    }
}

.storeDetails-container ul li div {
    float: left;
}

@media (max-width: 810px){
    .storeDetails-container {
        margin-top: 36px;
    }
}

@media (max-width:800px){
    .editorial-content__text--pc {
        display: none;
    }

    .content-row {
        flex-direction: column;
    }

    .phone-container {
        width: 100%;
    }

    .editorial-content,
    .store-hours,
    .content-row .store-carries,
    .content-row .store-details {
        max-width: 100%;
    }

    .store-hours--desktop {
        display: none;
    }

    .store-hours--mobile {
        display: block;
    }

    .storeDetails-container h2 {
        font-size: 14px;
    }
    
    .editorial-content__button-wrapper {
        justify-content: center;
    }

    .editorial-content__button-wrapper a {
        height: 48px;
        line-height: 48px;
        font-size: 14px;
    }

    .content-row__bottom ul {
        display: flex;
        column-gap: 24px;
        margin-top: 16px;
        overflow-x: auto;
    }

    .store-details ul {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        margin-top: 24px;
        overflow: hidden;
    }

    .store-details ul div {
        margin: 0 !important;
    }

    .store-details ul li {
        text-wrap: wrap !important;
    }

    .content-row__bottom .store-carries {
        margin-bottom: 16px;
    }

    .stores-nearby {
        position: relative;
        margin-top: 72px;
        margin-bottom: 24px;
    }

    .stores-nearby__map-view {
        position: absolute;
        top: 1px;
        right: 24px;
    }

    .content-row__bottom ul li {
        column-gap: 16px;
        margin-bottom: 0;
        text-wrap: nowrap;
    }

    .content-row .store-carries {
        border-bottom: 1px solid #E5E5E5;
    }

    .storeDetails-container,
    .editorial-content__text {
        margin-top: 36px;
    }

    .store-hours {
        margin-bottom: 24px;
    }

    .content-row__top {
        margin-bottom: 64px;
    }

    .store-image__wrapper {
        margin: 0;
    }

    .store-image__container,
    .editorial-content__button-wrapper a {
        width: 100%;
    }

    .store-image__desktop {
        display: none;
    }

    .store-image__mobile {
        display: block;
    }

    .editorial-content__button-wrapper a {
        max-width: 343px;
    }

    .stores-nearby__title {
        font-size: 14px;
    }

    .store-image .slick-slide {
        height: 200px;
    }

    .nearby__view-details {
        height: 48px !important;
        line-height: 48px !important;
        margin-top: 24px;
        color: #FFF !important;
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .store-info__address {
        color: #000;
    }
}

@media (max-width: 550px) {
    .editorial-content__button-wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 12px;
    }
}

@media (max-width: 375px) {
    .store-hours__day {
        max-width: 200px;
    }
}