@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-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-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: normal;
}

:root {
    --title-font: FannDorenGrotesque, sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font-size: 14px;
    color: #000;
    font-family: var(--title-font);
}
body {
    line-height: 1.5;
}
body,
input,
select,
button {
    font-family: var(--title-font);
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
}
select::-ms-expand {
    display: none;
}
.pic {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.show1,
.today1,
.display-Closed {
    display: block !important;
}
.hide1,
.week-name,
.hide-Closed {
    display: none;
}
.screen-reader-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    outline: 0 !important;
    border: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.display1 {
    display: inline-block !important;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px !important;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.ol-attribution.ol-uncollapsible a {
    text-decoration: underline;
}
.map-crosshairs {
    position: absolute;
    z-index: 99;
    color: #fff;
    background: #000;
    padding: 5px 7px;
    display: none;
    top: 572px;
    right: 36px;
    padding: 8px 12px;
    font-size: 1.25rem;
}
.map {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 auto;
    height: 800px;
    min-height: 730px;
    max-height: 800px;
}
.map div {
    padding: 0;
}
.ol-zoom {
    bottom: 30px;
    top: auto;
    left: auto;
    right: 25px;
}
.ol-control {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.ol-control button {
    background-color: #000;
    border: none;
    border-radius: 0;
    font-size: 1.9rem;
    height: 3.25rem !important;
    width: 3.25rem !important;
    margin: 3px !important;
    transition: all 0.3s ease-in-out;
}
.ol-control button:hover {
    background-color: #fff;
    color: #000;
}
#map {
    position: relative;
    height: 350px;
    width: 59%;
    border: 1px solid #f2f4f2;
    float: left;
}
.ol-zoomslider {
    display: none !important;
}
.ol-panzoom {
    top: auto !important;
    bottom: 200px !important;
}
#OpenLayers_Control_PanZoom_panup,
#OpenLayers_Control_PanZoom_panleft,
#OpenLayers_Control_PanZoom_panright,
#OpenLayers_Control_PanZoom_pandown {
    display: none !important;
}
#OpenLayers_Control_PanZoom_zoomin_innerImage,
#OpenLayers_Control_PanZoom_zoomout_innerImage {
    height: 40px !important;
    width: 40px !important;
}
#OpenLayers_Control_PanZoom_zoomin,
#OpenLayers_Control_PanZoom_zoomout {
    left: auto !important;
    right: 10px !important;
}
#OpenLayers_Control_PanZoom_zoomout {
    top: 112px !important;
}
#w2gi_copyright,
#navteq_copyright,
#osm_copyright {
    z-index: 999;
    position: absolute;
    bottom: 5px;
    font-weight: bold;
    font-size: 1.2rem;
    color: #000;
}
#w2gi_copyright {
    right: 3px;
}
#navteq_copyright {
    display: none;
    left: 3px;
}
#osm_copyright {
    display: none;
    left: 3px;
}
#indicator {
    display: none;
}
.attribution {
    position: absolute;
    font-size: 0.75rem;
    bottom: 12px;
    right: 0;
    width: auto;
}
.location-count {
    text-transform: uppercase;
}
.attribution a {
    color: #9ab531;
}
.attribution span {
    color: #fff;
}
/*SEARCH FORM*/
.form-wrapper {
    z-index: 999;
    width: 100%;
}
.locator-wrapper {
    padding: 0 15px;
    width: 100%;
}
h3.poi_header a {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
h3.poi_header a span {
    color: #fff;
    pointer-events: none;
    transition: all 0.15s ease-in-out;
    transform: rotate(0deg);
}
.box-wrapper {
    height: 100%;
    margin: 0 auto;
    display: flex;
}
.forms-poi-box {
    width: 376px;
    max-height: 800px;
    background-color: #fff;
    overflow-y: hidden;
    position: relative;
}

.wrapper {
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    width: calc(100% - 376px);
}
#locator_search {
    position: relative;
    max-width: 100%;
    padding: 20px 0;
}
.form-cols {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-container {
    height: 100%;
    width: 100%;
    position: relative;
    border: 1px solid #999;
    border-radius: 4px;
}
.search-box {
    border: none;
    outline: none;
    background: none;
    font-size: 12px;
    height: 48px;
    width: 100%;
    padding: 0 12px;
}
.magnifying-glass {
    background-color: #f1f2ed !important;
    outline: none;
    border: none;
    cursor: pointer;
    position: absolute;
    color: #000 !important;
    right: 0;
    top: 0.25rem;
    padding: 5px 8px;
}
.form-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}
.filter-btn {
    display: flex;
    align-items: center;
    background-color: transparent !important;
    color: #000;
    outline: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
}
.filter-btn span {
    margin-right: 4px;
    border-bottom: 1px solid #000;
}
.filter-btn span span {
    margin-right: 0;
    border-bottom: none;
}
.country_wrapper {
    width: 70%;
    position: relative;
    cursor: pointer;
    border: 1px solid #999;
    border-radius: 4px;
}
#search_country {
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    font-size: 12px;
    outline: none;
    border: none;
    width: 100%;
    height: 48px;
    padding: 0 12px;
    color: #000 !important;
    cursor: pointer;
}
.country-arrow {
    position: absolute;
    top: 15px;
    right: 12px;
    pointer-events: none;
}
.filter-btn:active,
.close-filterMenu:active,
.close-filterMenuIcon:active {
    transform: scale(0.96);
}
.button-search {
    /*clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
    width: 1px;*/
}
.button-search:hover {
    background-color: #000;
}
.countryGeo-container {
    display: flex;
    column-gap: 16px;
    margin-top: 12px;
}
#search-btn {
    border: none;
    outline: 0;
    background: #000;
    width: 30%;
    height: 50px;
    color: #fff;
    padding: 10px 30px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
}
.icon img {
    cursor: pointer !important;
}
.icon-bar a,
.icon-bar i {
    font-size: 1.2rem;
}
.icon-bar i {
    padding-right: 6px;
    font-size: 1.4rem;
}
/*POI*/
.content-list {
    position: relative;
    width: 100%;
}
.content-list > li {
    display: block;
}
.content-list.maneuver-result li {
    width: 100%;
}
.content-list > li em {
    display: inline-block;
    width: 20%;
    text-transform: none;
}
.poi {
    width: 100%;
    background-color: #fff;
    padding: 0 1rem;
    height: 572px;
    overflow: auto;
    transition: max-height 0.3s ease-in-out;
}
.poi--mobile {
    position: relative;
    height: calc(100vh - 272px);
    overflow: hidden;
}
.poi--mobile .poi-result {
    height: calc(100vh - 312px);
    overflow-y: auto !important;
}
.poi--mobile .poi-item {
    height: auto;
}
.poi--mobile .poi-item:last-child {
    margin-bottom: 0;
}
.poi_paging_wrapper {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
    width: 100%;
    height: 40px;
    background-color: #fff;
}
.poi_paging_wrapper span {
    display: flex;
    align-items: center;
}
.poi__page-count {
    font-size: 12px;
}
.poi_paging_disabled path {
    fill: #9a9a9a;
}
div[style="font-size:25px;font-weight:bold;color:#CD0000;margin-bottom:15px;"] {
    display: none;
}
.poi.error-msg {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 25px 0;
}
.poi.closed {
    max-height: 36px;
    overflow: hidden;
}
.poi .location-count {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 0 0 10px 0;
}
.filter-locationCount {
    visibility: hidden;
    font-size: 0.85rem;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    position: absolute;
    top: 550px;
    right: 1.5rem;
    z-index: 100;
}
.hidden1,
.span-hidden {
    display: none !important;
}
.inline1 {
    display: block !important;
}
#filters {
    position: absolute;
    left: 10px;
}
.searchFilters div {
    float: left;
}
.searchFilters input {
    vertical-align: middle;
}
.arrow_div {
    position: absolute;
    right: 11px;
    top: 40%;
}
.poi-item,
.poi_wrapper,
.sub_poi_wrapper {
    height: 100%;
}
.sub_poi_wrapper {
    display: flex;
    justify-content: space-between;
}
.store-image {
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    width: 30%;
    border-radius: 18px 0 0 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in;
}
.hover-content {
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(233, 40, 40, 0.75);
    border-radius: 18px 0 0 18px;
    color: #fff;
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.3s ease-in;
}
.hover-content:hover,
.hover-content:focus {
    opacity: 1;
}
.hover-content div {
    width: 1.65rem;
    margin: 0 auto 8px;
}
.hover-content p {
    font-weight: 700;
}
.poi_box {
    position: relative;
    width: 100%;
}
.showmobile {
    display: none;
}
.icon_wrapper a.mi_expand2 {
    display: block;
    margin: 5px 0 0;
    text-align: center;
}
.icon_wrapper a.mi_expand2 span:before {
    color: #589bc6;
    display: inline;
    pointer-events: none;
    font-size: 1.6rem;
}
.icon_wrapper a.open.mi_expand2 span:before {
    content: "\f057";
    content: "\f05c";
}
.distance_away {
    margin: 0;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: center;
}
.covid-container {
    text-align: center;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    padding: 1rem;
    border-radius: 18px 18px 0 0;
    box-shadow: 0px -3px 4px 2px #ddd;
}
.covid-container h2,
.covid-container h4 {
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}
.covid-container h2 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.covid-container h4 {
    font-size: 1.15rem;
    font-weight: 400;
}
.covid-container p {
    line-height: 1;
    margin-top: 5px;
    font-size: 0.9rem;
}
.covidIcon-cards {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}
.covid-card {
    text-align: center;
}
.covid-card i {
    font-size: 2rem;
}

.sub_poi_wrapper.open .poi_box:before {
    height: 100%;
}
.poi_box .address_wrapper {
    text-transform: capitalize;
    margin: 6px 0 16px;
    font-size: 12px;
}
.poi_box .address_wrapper a {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.contact-wrapper {
    margin-bottom: 16px;
    column-gap: 16px;
}
.contact-wrapper,
.contact-wrapper div {
    display: flex;
    align-items: center;
    font-size: 10px;
}
.contact-wrapper div {
    column-gap: 10px;
}
.hours-distance-container {
    color: #505050;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.locator-hours::before {
    display: inline-block;
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 8px;
    border-radius: 100%;
}
.locator-hours--red::before {
    background-color: #ff0000;
}
.locator-hours--green::before {
    background-color: #2c8801;
}
.list_header {
    font-weight: bold;
}
.carries_wrapper .list_header:before {
    border: 1px solid #000;
    border-radius: 50%;
    content: "\f290";
    display: inline-block;
    font-family: "FontAwesome";
    height: 22px;
    line-height: 2.2rem;
    margin-right: 10px;
    text-align: center;
    width: 22px;
}
.poi_box .carries_wrapper ul {
    overflow: hidden;
}
.poi_box .carries_wrapper ul li {
    display: block;
    font-size: 1.3rem;
    line-height: 1.7rem;
}
.poi_box .carries_wrapper ul li:not(.list_header) {
    text-indent: 34px;
}
.poi_box ul.features {
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin: 12px 0 0;
}
.poi_box ul.features li.list_header:before {
    border: 1px solid #000;
    border-radius: 50%;
    content: "\f06b";
    display: inline-block;
    font-family: "FontAwesome";
    height: 22px;
    line-height: 2.2rem;
    margin-right: 10px;
    text-align: center;
    width: 22px;
}
.poi_box ul.features li:not(.list_header) {
    text-indent: 34px;
}
.close_text span {
    font-size: 1.5rem;
    font-weight: bold;
}
.phone_icon {
    margin-right: 10px;
    margin-top: 3px;
    float: left;
}
.poi .content-list.maneuver-result li {
    float: none;
}
.content-list.poi-result {
    clear: left;
    overflow: hidden;
}
.content-list.poi-result > li {
    border: none;
    position: relative;
    line-height: 20px;
    transition: all 0.15s ease-in-out;
}
.poi-item {
    width: 100%;
    border-radius: 2.5px;
    margin: 0 auto 6px auto;
    padding: 24px 20px;
    background-color: #f2f2f2;
}
a.poi_url {
    position: relative;
    float: left;
    clear: both;
}
a.poi_url:before {
    border: 1px solid #333;
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-size: 1.1rem;
    line-height: 2rem;
    height: 16px;
    margin: 0 3px 0px -4px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 16px;
}
a.poi_url:after {
    content: "\f08e";
    font-family: "FontAwesome";
    left: 0px;
    position: absolute;
    top: 5px;
    width: 11px;
    height: 11px;
    font-size: 1.1rem;
}
.box-wrapper {
    position: relative;
}
.content-list.poi-result .poi_icon {
    position: relative;
}
.content-list.poi-result p {
    padding: 0;
    line-height: 14px;
}
.moreinfo_sections .detail p {
    width: 100%;
    word-break: break-word;
}
.content-list.poi-result strong {
    margin-left: 3px;
    line-height: 25px;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
}
.content-list.poi-result a.store_name {
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}
.store_name {
    font-family: var(--title-font);
    font-size: 18px;
}
.content-list.poi-result .poi_number {
    position: absolute;
    width: 40px;
    left: 5px;
    top: 10px;
    font-size: 1.4rem;
    color: #cd2452;
    font-weight: bold;
    font-style: normal;
}
.street-view-wrapper {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 250px;
    z-index: 100;
}
.active_action {
    font-weight: bold;
}
div.olControlZoom {
    display: none;
}
.location-wrapper {
    width: 20em;
    margin: 0 auto;
    text-align: center;
    margin-top: 1%;
}
/* FILTER MENU */
.filter-menu {
    display: none;
    position: absolute;
    top: 182px;
    height: 618px;
    left: -15px;
    width: 376px;
    padding: 16px 16px 0;
    background-color: #fff;
    transform: translateX(-500px);
    z-index: 100;
    transition: all 0.5s ease-in;
}
.filter__title {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
}
#zero-locations {
    position: absolute;
    display: none;
    width: auto;
    top: 550px;
    right: 1.5rem;
    font-size: 0.85rem;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}
#zero-locations span {
    padding: 0 !important;
}
.toggle-menu {
    display: block;
    transform: translateX(0) !important;
}
.filterMenu-cta {
    z-index: 10;
    /* position: absolute;
    bottom: 72px; */
    width: 344px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}
.close-filterMenu {
    width: 100%;
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    outline: 0;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    transition: all 0.2s ease-in;
}
.close-filterMenuIcon {
    display: flex;
    align-items: center;
    background-color: transparent !important;
    color: #000;
    outline: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
}
.close-filterMenuIcon span {
    margin-right: 4px;
    border-bottom: 1px solid #000;
}
.activate-locationCount {
    visibility: hidden;
    height: 1px;
    width: 1px;
    pointer-events: none;

    position: absolute;
    top: 0;
    right: 0;
}
.filter-menu ul li {
    padding: 8px 0;
    display: flex;
    position: relative;
}
.filter-menu ul li:first-child {
    padding-top: 0;
}
.filter-menu ul li:last-child {
    padding-bottom: 0;
}
.filter-menu span {
    padding: 0 3rem 0 1.5rem;
}
.filter-menu label {
    cursor: pointer;
    width: 100%;
}
.storeType-list {
    margin-bottom: 24px;
}
.storeType-list label {
    z-index: 2;
    padding-left: 40px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.filter-checkbox {
    z-index: 1;
    position: absolute;
    left: 0;
}
.filter-checkbox div {
    display: block;
    height: 24px;
}
.storeType-list li .filter-checkbox .filter-checkbox__checked,
.features-list li .filter-checkbox .filter-checkbox__checked {
    display: none;
}
.storeType-list li.checked .filter-checkbox .filter-checkbox__unchecked,
.features-list li.checked .filter-checkbox .filter-checkbox__unchecked {
    display: none;
}
.storeType-list li.checked .filter-checkbox .filter-checkbox__checked,
.features-list li.checked .filter-checkbox .filter-checkbox__checked {
    display: unset;
}
.filter-menu ul li input {
    appearance: none;
    -webkit-appearance: none;
}
.filter-menu .blue-checkmark {
    pointer-events: none;
    color: #589bc6;
    font-size: 1.25rem;
    opacity: 0;
    position: absolute;
    top: 15px;
    right: 2rem;
}
.filter-menu .blue-checkmark.active {
    opacity: 1;
}
.features-list label {
    z-index: 2;
    padding-left: 40px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.features-list .custom-input {
    position: absolute;
    top: 14px;
    left: 1.5rem;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    width: 17px;
    height: 17px;
    pointer-events: none;
}
.black {
    background-color: #000 !important;
}
.features-list .white-checkmark {
    position: absolute;
    top: 15px;
    left: 1.65rem;
    color: #fff;
    pointer-events: none;
}
.clearFilter-btn {
    outline: none;
    border: none;
    color: #589bc6 !important;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 1.5rem;
    font-size: 1rem;
}
.poi_box div.moreinfo {
    clear: both;
    margin-top: 10px;
    padding: 20px 0;
    position: relative;
    width: 100%;
}
.moreinfo:before {
    border-top: 1px solid #e5e5e5;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: all 0.15s ease-in-out;
    width: 100%;
}
.poi_mobile_directions {
    display: none;
}
.mobilePhone,
.mobileshow {
    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 {
    z-index: 999;
    position: absolute;
    right: 20px;
    top: 15px;
}
.hideit {
    display: none !important;
}
.inline-list {
    padding: 1em;
}
.inline-list li {
    display: inline-block;
}
.block,
.inline-list li.block {
    display: block;
}
.blue {
    color: #20596e;
}
.search_again {
    font-weight: bold;
    cursor: pointer;
}
/* POPUP BUBBLE */
.w2gi-popup h3 {
    color: #000;
}
.olPopupContent {
    border-radius: 18px;
    background-color: #fff;
    padding-top: 20px;
    overflow: hidden !important;
    position: relative;
    height: 180px;
}
.w2gi-popup {
    height: 100%;
}
.w2gi-popup:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    content: "";
    display: block;
    height: 0px;
    position: absolute;
    top: 225px;
    left: 44%;
    transform: rotate(180deg);
    width: 0px;
}
.olPopupCloseBox {
    background: none;
    top: -5px !important;
    right: 13px !important;
    width: 12px !important;
    height: 10px !important;
    text-align: center;
}
.olPopupCloseBox:before {
    content: "\0000d7";
    font-size: 2rem;
}
/* TABS */
.w2gi-popup-close {
    color: #000;
    text-decoration: none;
}
.tabs li {
    height: 24px;
    width: 60px;
    background: #ccc;
    display: inline-block;
    padding: 4px;
    margin-right: 5px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.tabs li.active {
    background: #fff;
}
.tab-content {
    padding: 0.85rem 1.1rem !important;
    background-color: #ffffff;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}
.tab-content li i {
    padding-right: 5px;
    font-size: 0.75rem;
}
.tab-content li a {
    text-decoration: underline;
    color: #589bc6;
}
.bubble_nap li:not(.bubble_distance) {
    text-transform: capitalize;
}
.tab-content li:last-child {
    margin-top: 5px;
}
.bubble_nap li.bubble_name {
    width: 90%;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 8px;
    text-indent: 0;
    text-transform: uppercase;
}
.city-state {
    margin-bottom: 5px;
}
.bubble_nap li:not(.bubble_name) {
    font-size: 0.85rem;
    line-height: 1.1;
}
.bubble_nap li.bubble_address {
    text-indent: 0;
}
.details-btn {
    background-color: #000;
    padding: 10px 0;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    display: block;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in;
}
.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;
}
/* Paging controls */
.fa {
    margin-left: 5px;
    margin-right: 5px;
}
.w2gi-backbone .poi.maneuver {
    clear: none !important;
}
.itemlist {
    float: left;
    margin-right: 20px;
    margin-left: 5px;
    margin-bottom: 20px;
}
.itemlist li {
    list-style: outside none none;
}
.addressBlock {
    padding: 15px;
}
#panel {
    border: 1px solid #f2f4f2;
    float: left;
    height: 350px;
    overflow: auto;
    width: 40%;
}
.sub_poi_wrapper_mobile {
    display: none;
}
#moreinfo_back {
    background-color: transparent;
    font-family: var(--title-font);
    outline: none;
    border: none;
    color: #000 !important;
    margin-bottom: 24px;
    cursor: pointer;
}
#moreinfo_back div {
    width: 0.8rem;
}
#moreinfo_back span {
    font-size: 0.85rem;
    margin-left: 0.5rem;
}
.moreinfo_box {
    width: 375px;
    height: 100%;
    overflow-x: hidden !important;
}
.moreinfo_box li {
    background-color: white !important;
    margin: 0;
    padding: 16px !important;
    width: 100% !important;
    border-radius: 0px !important;
    overflow-y: auto;
    margin-bottom: 0;
    box-shadow: none;
}
.moreinfo_locationName {
    margin-bottom: 1.1rem;
    font-size: 18px;
    font-family: var(--title-font);
}
.moreinfo_topRow {
    display: flex;
    justify-content: space-between;
}
.moreinfo_address {
    max-width: 63%;
    color: #505050;
    line-height: 1.2;
    font-size: 12px;
}
.moreinfo_topRow a {
    color: #589bc6;
}
.moreinfo_links {
    text-align: right;
}
.moreinfo-hours {
    color: #46b22d;
}
.location-gallery {
    margin: 1rem 0;
    height: 18rem;
}
.moreinfo_gallery {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.event-container {
    padding: 1rem;
    background-color: rgb(232 232 232);
}
.event-title {
    color: #c8192e;
    text-transform: uppercase;
    font-size: 1.25rem;
}
.event-date {
    text-transform: uppercase;
    font-weight: 700;
    margin: 1px 0 8px;
}
.event-container p {
    line-height: 1.2 !important;
}
.moreinfo_secTitles {
    font-size: 1.25rem;
    padding-bottom: 8px;
    border-bottom: 1px solid #707070;
    font-family: var(--title-font);
}
.moreinfo_secTitles i {
    padding-right: 7px;
    font-size: 1rem;
}
.moreinfo_secTitles div {
    display: inline-block;
    width: 22px;
    padding-right: 7px;
}
.moreinfo_sections,
.weekinfo:first-of-type {
    margin-top: 1rem;
}
.day1 {
    font-weight: 700;
}
.bubble-hours {
    font-size: 0.75rem;
}
.phone-link {
    margin-top: 7px;
}
.weekinfo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 7px;
}
.details-container,
.store-options {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.detail,
.option {
    min-height: 90px;
    width: 90px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.moreinfo-section-hide,
.moreinfo-section-hide0 {
    display: none !important;
}
.option,
.detail {
    display: none;
}
.show-option1 {
    display: flex !important;
}
.detail div,
.option div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
.moreinfo-cta-container {
    margin-top: 2rem;
    display: flex;
    column-gap: 16px;
}
.bottom-backBtn {
    line-height: 1;
    border-radius: 4px;
    display: block;
    outline: 0;
    color: #000;
    border: 2px solid #000;
    background: #fff;
    padding: 0.85rem 2.25rem;
    font-weight: 700;
    font-size: 11px;
    font-family: var(--title-font);
    cursor: pointer;
    transition: all 0.3s ease-in;
}
.bottom-backBtn:hover {
    background: #000;
    color: #fff;
}
.bottom-viewBtn {
    text-align: center;
    line-height: 1;
    border-radius: 4px;
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    padding: 0.85rem 2.25rem;
    font-weight: 700;
    font-size: 11px;
    transition: all 0.3s ease-in;
}
#mobile_button_wrapper,
.icon-bar {
    display: none;
}
/*error messages*/
.error_bar {
    background-color: #014e62;
    height: 30px;
    margin-bottom: 15px;
}
.error_head {
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 17px;
}
.error_request {
    margin-top: 10px;
    margin-right: 22px;
    margin-left: 17px;
    font-size: 1.4rem;
}
.error_tip {
    font-weight: bold;
    margin-bottom: -5px;
}
.error_tip_list {
    font-size: 1.4rem;
    font-size: 1.3rem;
    margin-left: 12px;
    margin-bottom: 1px;
}
.error_tip_list:last-of-type {
    margin-bottom: 15px;
}
.mobileCta-container {
    display: flex;
    justify-content: center;
    column-gap: 32px;
}
.mobileCta-container div i {
    padding-right: 5px;
    pointer-events: none;
}
#listview,
#mapview {
    display: none;
    cursor: pointer;
    text-align: center;
}
#listview span,
#mapview span {
    color: #808080;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
}
#listview.active,
#mapview.active {
    border-bottom: 1px solid #000;
}
#listview.active span,
#mapview.active span {
    color: #000;
    text-transform: uppercase;
}
.poi.w-filt {
    left: -9000px;
}
.eFilterCount {
    display: none;
}
.filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}
.filter-tags__single {
    display: flex;
    align-items: center;
    column-gap: 4px;
    padding: 4px 8px;
    background-color: #f2f2f2;
    font-size: 12px;
    border-radius: 4px;
}
.filter-tags__single svg {
    cursor: pointer;
}
@media (max-width: 1350px) {
    .attribution {
        bottom: 12px;
        right: 0;
        left: auto;
    }
}
@media (min-width: 801px) {
    #filter_button_mobile,
    #filter_button_up_mobile {
        display: none !important;
    }
    .mobile,
    .button-location {
        display: none;
    }
    .desktop {
        display: block;
    }
    .poi .location-count,
    .form-bottom .location-count {
        font-size: 14px;
    }
    .form-bottom {
        flex-direction: row-reverse;
    }
}
@media (min-width: 1px) and (max-width: 800px) {
    .forms-poi-box {
        overflow-y: unset;
    }
    .filterMenu-cta {
        width: 100%;
        padding: 0 16px;
        left: 0;
    }
    html {
        font-size: 14px;
    }
    #w2gi_wrapper {
        min-height: 500px;
    }
    .desktopPhone,
    .mi_expand {
        width: 100% !important;
    }
    .wrapper {
        position: relative;
        overflow: auto;
    }
    .box-wrapper {
        flex-direction: column;
    }
    .forms-poi-box,
    .wrapper {
        width: 100%;
    }
    .countryGeo-container {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .button-location {
        color: #589bc6;
        margin-left: 2rem;
        outline: none;
        border: none;
        color: #fff;
        text-align: center;
        background: #000;
        visibility: hidden;
    }
    .map {
        left: -9990px;
        height: 600px;
        max-height: 600px;
        margin-left: 10px;
        margin-right: 10px;
        width: 96%;
        min-height: 200px;
        max-width: 100%;
        position: absolute;
        display: inline-block !important;
    }
    .close-filterMenu {
        font-size: 14px;
    }
    .map.active {
        left: 2%;
        position: relative;
    }
    .attribution {
        display: none;
    }
    .forms-poi-box {
        float: none;
        width: 100%;
    }
    .content-list {
        width: 100%;
    }
    .poi h3 a {
        display: none;
    }
    .icon_div_mobile {
        position: absolute;
        left: 30px;
        width: 26px;
        right: 78%;
        left: auto;
        margin-top: 20px;
    }
    .poi #result-count {
        top: 225px;
        left: 20px;
    }
    .icon_div_mobile img {
        width: 25px;
    }
    .hours-distance-container {
        font-size: 0.9rem;
    }
    .icon_div_mobile span {
        color: white;
        position: relative;
        z-index: 99999;
        font-weight: bold;
        font-size: 1.5rem;
        bottom: 35.5px;
        text-align: center;
    }
    .close_text {
        position: absolute;
        top: 50px;
        text-align: center;
        margin-top: 15px;
        margin-left: 0;
        right: calc(78% - 16px);
    }
    #locator_search {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .form-wrapper,
    .poi {
        width: 100%;
        left: 0;
        max-height: none;
    }
    .form-wrapper {
        padding-bottom: 10px;
    }
    .poi .location-count {
        font-size: 1rem;
    }
    .poi {
        top: 0px;
        position: relative;
    }
    .poi.hidden {
        left: -9000px;
        height: 0 !important;
        margin-top: 0px;
    }
    #listview,
    #mapview {
        display: block;
        padding: 0 20px 8px;
    }
    .desktopshow,
    .showdesktop {
        display: none !important;
    }
    .moreinfo_box {
        border-top: none;
    }
    .directions_btn_wrapper {
        display: none;
    }
    .moreinfo_box {
        width: 100% !important;
    }
    #desktop_hours {
        width: calc(100% - 46px);
    }
    #mobile_button_wrapper {
        display: block;
        margin: 23px 22px 79px 22px;
    }
    .olPopupCloseBox {
        visibility: visible;
    }
    .filter-locationCount {
        top: 370px;
    }
    #zero-locations {
        top: 506px;
    }
    .filter-menu {
        width: calc(100% + 16px);
        height: calc(100vh - 182px);
        position: absolute;
        left: -15px;
        transform: translateX(-815px);
    }
}
@media (max-width: 480px) {
    html {
        font-size: 12px;
    }
    .magnifying-glass {
        top: 0;
        padding: 2px 8px;
    }
    .features-list .custom-input {
        top: 10px;
    }
    .features-list .white-checkmark {
        top: 13px;
        left: 1.75rem;
    }
    .attribution {
        right: 16px;
    }
    .form-wrapper {
        padding-bottom: 0;
    }
    .filter-locationCount {
        top: 350px;
    }
    #zero-locations {
        top: 462px;
    }
    .filter-menu {
        transform: translateX(-480px);
    }
    .filter-btn {
        padding: 0;
    }
    .bubble_nap li.bubble_name,
    .details-btn {
        font-size: 1.35rem;
    }
    .bubble_nap li:not(.bubble_name),
    .bubble-hours {
        font-size: 1.1rem;
    }
    .location-count {
        font-size: 14px;
    }
}
@media (max-width: 355px) {
    .sub_poi_wrapper {
        flex-direction: column;
    }
    .store-image {
        width: 100%;
        height: 150px;
        background-position: center;
        border-radius: 18px 18px 0 0;
    }
    .poi_box {
        width: 100%;
        margin: 0;
        padding: 1rem;
    }
}
@media screen and (min-height: 240px) and (max-height: 420px) {
    .map-crosshairs {
        top: 540px;
        right: 6.25%;
    }
}
