html  {
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
    letter-spacing: .02188rem;
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,g
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    color: #666;
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}




/* visioncenter fonts */
@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Regular.ttf)
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Light.ttf)
    format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Bold.ttf)
    format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}


@font-face {
    font-family: "LibreFranklin";
    src: url(../fonts/LibreFranklin-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "LibreFranklin";
    src: url(../fonts/LibreFranklin-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Livvic";
    src: url(../fonts/Livvic-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Livvic";
    src: url(../fonts/Livvic-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "OpenSans";
    src: url(permanent-b0b701/assets/fonts/OpenSans-Light.8ed223d6.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "OpenSans";
    src: url(permanent-b0b701/assets/fonts/OpenSans-Regular.57cd57a6.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "OpenSans";
    src: url(permanent-b0b701/assets/fonts/OpenSans-Bold.a0fe34be.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}


body {
    font-family: Arial,sans-serif;
    color: #666;
    /*font-size: 1rem;*/
    font-size: .75rem;
    /*line-height: 1.31;*/
    line-height: 1.5;
    /*letter-spacing: .00938rem;*/
}

input,button { font-family: Arial, Helvetica,sans-serif; }

/*body {
    line-height: 1.5;
    font-family: 'Lato',sans-serif;
    font-size: 15px;
    overflow-y:hidden;
}
input,button { font-family: 'Lato'; }*/
ol, ul {
    list-style: none;
	clear:left;
}
blockquote, q { quotes: none; }
blockquote:before,
blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
img { vertical-align: middle; }
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
}
p {
    padding: 1em;
    clear:both;
}
.hide1{ display: none !important; }
.show1{ display: block !important; }
.hide11 { display:block !important; }

.Locator-title {
    font-size: 1.625rem;
    line-height: 1.19;
    letter-spacing: .01563rem;
    font-weight: 700;
    color: #024b86;
    background: transparent;
    text-align: left;
    padding-left: 0px;
    text-transform: capitalize;
}

@media (min-width: 48rem) {
    .Locator-title {
        font-size:2rem;
        line-height: 1.19
    }
}

@media (max-width: 47.9375rem) {
    .Locator-title {
        padding-bottom:.75rem;
        padding-top: .75rem
    }

    .ResultList-item--ordered {
      counter-increment: resultCount;
      position: relative;
      padding-left: 2.4rem!important;
    }

    .ResultList-item--ordered::before {
        content: counter(resultCount, decimal);
        position: absolute;
        left: .5rem;
        top: .51rem;
        /*top: 1.12rem;*/
        background: #0078b4;
        border-radius: 50%;
        width: 1.5rem;
        height: 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
    } 

    input,button { font-family: Arial, Helvetica,sans-serif; font-size:16px; }
}

 /*MAP*/
 .ol-attribution.ol-uncollapsible a {
    text-decoration: underline;
 }
.map {
    position:relative;
    width: 100%;
    margin: 0 auto;
    height: 600px;
}
.map div { padding: 0; }
.ol-zoom {
    top: 30px;
    bottom: auto;
    left: auto;
    right: 25px;
}
.ol-control button { font-size: 1.74em; font-family: "Roboto";cursor:pointer; }
#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{
    height:40px !important;
    width:40px !important;
}
#OpenLayers_Control_PanZoom_zoomout_innerImage {
    height:40px !important;
    width:40px !important;
}
#OpenLayers_Control_PanZoom_zoomin {
    left:auto !important;
    right:10px !important;
}
#OpenLayers_Control_PanZoom_zoomout {
     left:auto !important;
     right:10px !important;
     top:112px !important;
}
#w2gi_copyright, #navteq_copyright, #osm_copyright {
    z-index: 999;
    position: absolute;
    bottom: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}
#w2gi_copyright { right: 3px; }
 #navteq_copyright { 
    display: none;    
    left: 3px;
}
 #osm_copyright {
    display: none;
    left: 3px;
}
#indicator { display:none; }

/*.attribution {   
    pointer-events: none;
    position:absolute; 
    bottom: 0;
    width: 100%;
}
.attribution a {
    
    pointer-events: all;
    text-decoration: underline;
}
.attribution span {
    background: rgba(255,255,255,.6);
    display: inline-block;
    font-size: 10px;
    max-width: 468px;
    padding: 0 5px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}*/

.attribution {   
    position:absolute; 
    bottom: 10px;
    width: 100%;
    font-size: 10px;
}
/*.attribution a {
    color:#9AB531;
}*/

.attribution span {
    display: inline-block;
    text-align: center;
}

@media (min-width:802px) { 
    .attribution { 
        bottom: 12px;
        width: 100%;
    }

    .attribution span {
        text-align:right;
    }
    /*.map {
        min-height: 695px;
    }*/
}

 /*SEARCH FORM*/
.forms-poi-box {
    /*float: left;*/
    /*width: 425px;*/
    width: 36.5rem;
    display: inline-block;
    vertical-align: top;
    background-color: #f5f8fa;

}
@media (min-width: 992px) {
    .forms-poi-box {
        position: relative;
        z-index: 2;
    }
    .attribution span {
        text-align:right;
    }
}



.form-wrapper {
    background-color: #f5f8fa;
    left: 100px;
    top: 25px;
    width: 100%;
    z-index: 999;
    padding-bottom:5px;
}
#filter_button{
    position: relative;
    width: 17px;
    bottom: 0px;
    margin-left: 13px;
    font-size: 17px;
    padding: 8px 12px 9px 12px;
    border: 2px solid #024b86;
    border-radius: 3px;
    cursor:pointer;
}
#filter_button_up{
    display:none;
    position: relative;
    width: 17px;
    bottom: 0px;
    margin-left: 13px;
    font-size: 17px;
    padding: 8px 12px 9px 12px;
    border: 2px solid #024b86;
    border-radius: 3px;
    cursor:pointer;
}
.box-wrapper {
    height: 100%;
    margin: 0 auto;
}
.box-wrapper:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}
#locator_search {
    position: relative;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom:10px;  
    z-index: 2;
}
#search_country {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 36px;
    width:255px;
    margin-top: 10px;
    margin-left: 15px;
    padding-left:10px;
    /*background: url(https://hosted.where2getit.com/salesdemo1/images/new/chevron_down.png) no-repeat scroll 221px 11px;*/
    text-indent: 1px;
    cursor:pointer;
    font-size:16px;
}
select::-ms-expand { display: none; }
#locator_search span { color: #fff; }
/*#locator_search span:hover { color:#9AB531; }*/
.wrapper {
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    width: calc(100% - 36.8rem);
    min-height:450px;
}
.icon-bar {
    position: relative;
    float:right;
    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;
}

/*POI*/
.content-list {
    background: #fff;
    max-height: 678px;
    position: relative;
}
/*.content-list > li {
    display: block;
    width: 30%;
    padding-bottom: 0.1em;
    border-bottom: 0.1em solid #CCC;
}*/
.content-list.maneuver-result li { width: 100%; }
.content-list > li em {
    display: inline-block;
    width:20%;
    text-transform: none;
}
.poi {
    background-color: #fff;
    height:calc(100% - 290px);
    left:100px;
    /*max-height: 727px;*/
    overflow: auto;
    /*top: 111px;*/
    width: 100%;
    margin-top: 10px;
    min-height: 200px;

}
.searchFilters div { float: left; }
.searchFilters input { vertical-align: middle; }
.arrow_div {
    position: absolute;
    right: 11px;
    top: 40%;
}
.vert_line {
    position:absolute;
    height: 100%;
    left: 83px;
    bottom: 2px;
}
.poi_box {
    font-size:15px;
    margin-left: 90px;
    padding: 15px 0;
}
.store_name {
    font-family: 'Lato';
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.poi_box div {
    max-width: 220px;
    margin-top:5px;
    margin-bottom:10px;
}
.address { text-transform: capitalize; }
.poi_box div.distance { margin-top: 0; }
.phone_icon {
    margin-right: 10px;
    margin-top: 3px;
    float: left;
}
.hoursToggle {
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: 'Lato';
    font-size: 15px;
    padding-left: 0;
    -webkit-appearance: none;
}
.content-list.poi-result .hoursToggle span {
    display: inline;
    text-decoration: underline;
}
.hoursToggle:after {
    content: '\f107';
    display: inline-block;
    font-family: 'FontAwesome';
    margin-left: 6px;
    transform: rotate(0deg);
    transition: all .25s ease-in-out;
}
.hoursToggle.open:after { transform: rotate(180deg); }
.hours_wrapper {
    display: none;
    margin: 10px 0 0;
    width: 100%;
}
.hours_wrapper.open {
    height: auto;
    overflow: visible;
}
.hours_wrapper li { width: 100%; }
.content-list.poi-result .hours_wrapper span {
    display: inline-block;
}
.content-list.poi-result .hours_wrapper li span:first-of-type {
    width: 50px;
}
.cta_wrapper {
    margin: 0 0 20px 90px;
    width: calc(100% - 110px);
}
.cta_wrapper:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}
.directions_btn {
    background-color: #024b86;
    border: 1px solid #024b86;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    float: left;
    height: 36px;
    letter-spacing: 0.025em;
    line-height: 36px;
    text-align: center;
    transition: all .3s ease-in-out;
    width: calc(50% - 6px);
}
.directions_btn:hover {
    background-color: #fff;
    color: #024b86;
}
.lp_btn {
    background-color: #fff;
    border: 1px solid #024b86;
    border-radius: 4px;
    color: #024b86;
    display: inline-block;
    float: right;
    height: 36px;
    letter-spacing: 0.025em;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    width: calc(50% - 6px);
}
.lp_btn:hover {
    background-color: #024b86;
    color: #fff;
}
h2, h3 {
    background-color: transparent;
    clear:both;
    padding: 1rem;
    font-size: .75rem;
    line-height: 1.5;
    /*font-size: 16px;
    letter-spacing: 0.025em;
    line-height:36px; */
    text-align: left;
    font-weight: 400;
}
.olPopupCloseBox {
    visibility:hidden;
}

/*.poi .content-list > li {
    float:left;
    background: #FFF;
    margin: .3em;
    padding: .4em;    
}

.poi .content-list.maneuver-result li {
    float: none;
}

.content-list.poi-result {
	clear: left;
}

.content-list.poi-result > li {
    border: none;    
    border-bottom: 1px solid #f2f2f2;
    
    line-height: 20px;
    position: relative;
    width: 100%;
}
.content-list.poi-result > li:first-child {
    border-top: 0.0625rem solid #e3e3e3;
}


.content-list.poi-result li:last-of-type {
    border-bottom: none;
}*/

.poi_wrapper {
    /*height: 120px;*/
    position: relative;
}

.icon_wrap {
    left: 15px;
    position: absolute;
    top:  10px;
}



.icon_div {
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
}


.circle {
    border-radius: 50%;
    background: #0078b4;
    width: 1.5rem;
    height: 1.5rem;
    color: #fff;
    font-weight: 400;
}

.icon_div > span {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    /*top: 5px;*/
    z-index: 9;
}

.icon_div > span > span {
    color: #fff;
    display: inline-block;
}

.moreinfo_header_wrap {
    padding: 10px 0 0 20px;
    width: 100%;
}

.moreinfo_header_wrap:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}

.moreinfo_header_wrap .icon_div {
    float: left;
}

.more_info_header_container {
    float: left;
    margin: 0 0 0 10px;
}

.close_text {
    /*margin-left:8px;*/
    font-size:14px;
    text-align: center;
}

.close_text span {
    font-size:15px;
    font-weight:bold;
}


.poi-item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.poi-item a {
    cursor: pointer;  
}

.poi .content-list > li.poi-item.poi-hover {
    background-color: #dbe6ed;
}

.poi .content-list > li.poi-item.poi-hover:before {
    background-color: #024b86;
}

.box-wrapper {
	position:relative;
}

.content-list.poi-result > li.poi-item:hover {
    background-color: #f7f7f7;
}

.content-list.poi-result .poi_icon {    
    position: relative;
}
.content-list.poi-result p {
    padding:0;
    margin-left: 35px;
    line-height: 14px;
}

.content-list.poi-result strong {
    margin-left: 3px;
    line-height: 25px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.content-list.poi-result span {
    /*display: block;*/
}
.content-list.poi-result .poi_number {
    position: absolute;
    width:40px;
    left: 5px;
    top: 10px;
    font-size: 14px;
    color:#cd2452;
    font-weight: bold;
    font-style: normal;
}
.content-list.poi-result .amenities {
    margin-left: 25px;
    padding: 0; 
    background: none;
}
.content-list.poi-result .amenities li {
    display: inline-block;
    width:30px;
    font-size: 17px;
    background: none;
    color: #BEB5A0;
    border: none;
}
.street-view-wrapper {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 350px;
    height: 250px;
    z-index: 100;
}
.search_wrapper {
    padding: 0 15px;
    width: 100%;
    position: relative;
}
.search_wrapper:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}

.Locator-searchTitle {
    margin-bottom: 10px;
    display: block;
}

.search-box {
    /*border: 0px solid #414042;
    border-radius: 0px;
    font-size:16px;
    line-height: 28px;
    display: inline-block;
    height: 40px;
    padding: 0 10px;*/
    /*width: 218px;*/

    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    /*font-size:16px;*/
    line-height: 28px;
    /*height: 40px;*/
    height: 2.75rem;
    border: .0625rem solid #e3e3e3;
    width: calc(100% - 115px);
    border:0;
}


.active_action {
    font-weight: bold;
}
div.olControlZoom {
    display: none;
}

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

button, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.button-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 2.75rem;
    height: 2.75rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background: #024b86;
    color: #fff;
    font-size: .9375rem;
    line-height: 1.87;
    font-weight: 700;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    border: 0;
}

/*.button-search:hover {
    background-color: #fff;
    color: #414042;

}*/

button.button-geo {
    background: #024b86;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    letter-spacing: .0625rem;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-weight: 700;
    margin-left: 5px;
    min-width: 2.75rem;
    height: 2.75rem;
    border: 0;

}

svg {
    max-width: 100%;
    max-height: 100%
}


button.button-geo:before {
    /*color: #fff;
    content: '\f124';
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 700;*/
}

button.button-geo .icon {
    width: 1.125rem;
    height: 1.125rem
}

.button-search:hover:before {
    color:  #024b86;
}
.button-location {
    height: 36px;
    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: Arial,sans-serif;
    text-shadow: rgb(79, 79, 79) 0px 1px 1px;
    border: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 31px;
    border: 1px solid rgb(112, 161, 44);
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.button-location i {
    color: #fff;
    margin-right: 8px;
}
.divider-text {
    margin-top: 5px;
    color:#fff;
    font-size: 16px;
    display: block;
}
.location-wrapper {
    width:20em;
    margin: 0 auto;
    text-align: center;
    margin-top: 1%;
}
.desktopPhone {
    float: left;
    margin-top: 2px;
    display:inline;
}
.poi_mobile_directions {
    display:none;
}
.mobilePhone {
    display:none !important;
}
.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*/
.w2gi-popup h3 {
    color:#000;
}

/*.olPopupContent{
    display:none !important;
}

.olPopupContent {
    overflow: hidden !important;
}*/

.olPopupCloseBox {
    background-image: url("https://hosted.where2getit.com/w2gi/images/close.gif");
    top: 10px !important;
    right: 10px !important; 
    width: 12px !important;
    height: 10px !important;
}

/*Tabs*/
.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 {
    display: none;
    padding: 0 !important;
	background-color: #ffffff;
}
.tab-content.active strong {
    display: block;
    font-size: 14px;
    margin: 5px 0;
    text-align: center;
    width: 100%;
}
.w2gi-backbone .olPopupCloseBox {
    background: none;
    display: none;
    height: 0;
    width: 0;
}
.tab-content.active button {
    background-color: #414042;
    border: 1px solid #414042;
    border-radius: 0;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 36px;
    margin: 0 auto 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.tab-content.active div{
   margin-top:15px;
   text-decoration: underline;
}
.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;
}

/*.ol-overlay-container {
    position: absolute !important;
    left: calc(55% - 128px) !important;
    bottom: 42% !important;    
}*/

/*
 * Paging controls
 */
.poi_paging_wrapper {
    background: #fff;
    border-bottom: 1px solid #C7D3DA;
    margin-top: 5px;
    text-align: center
}

.poi_paging_wrapper .poi_paging_next, .poi_paging_wrapper .poi_paging_prev {
    display: inline-block;
    width: 49%;
}

.poi_paging_wrapper .poi_paging_next, .poi_paging_wrapper .poi_paging_prev,
.poi_paging_wrapper .poi_paging_next span, .poi_paging_wrapper .poi_paging_prev span {
    color: #024b86;
    font-weight: bold;
    cursor: pointer;
}

.poi_paging_wrapper .poi_paging_disabled,
.poi_paging_wrapper .poi_paging_disabled span,
.poi_paging_wrapper .poi_paging_disabled i {
    color: #ccc;
    cursor: default;
}

.active_action {
    font-weight: bold;
}

.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;
}

div.breadcrumb {
    margin: 20px 10px;
    width: auto;
}

.addressBlock {
    padding: 15px;
}

#panel {
    border: 1px solid #f2f4f2;
    float: left;
    height: 350px;
    overflow: auto;
    width: 40%;
}

 .sub_poi_wrapper_mobile {
    display:none;
}


.mainlocation {
    float:left; margin:10px;
}

.nearby_icon {
	background: url("https://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;
}

.main_icon {
	background: url("https://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;
}

.nearby_details {
    float:left;
}

.map_panel {
    float: left;
    width: 100%;
}

#cities_list {
    float: left;
    font-size: 11px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

#postalcodes_list {
    float: left;
    font-size: 11px;
    margin-left: 10px;
}

.footer {
    clear: both;
    float: left;
    font-size: 11px;
    margin-left: 10px;
    margin-top: 20px;
}

.reviewbutton {
    background: #d7294a none repeat scroll 0 0;
    border-radius: 6px;
    color: white;
    display: block;
    font-weight: bold;
    height: 12px;
    padding-bottom: 9px;
    padding-top: 4px;
    text-align: center;
    vertical-align: middle;
    width: 250px;
}

.less_results { 
        float: left; 
        text-decoration: none; 
    color:#cd2452; 
    font-weight:700; 
    font-size:14px 
} 

.more_results { 
    float: right; 
    text-decoration: none; 
    color:#cd2452; 
    font-weight:700; 
    font-size:14px 
}

/*more info section*/

.moreinfo_box {
     border-top: 10px solid #024b86;
     width:350px !important;
     overflow-x:hidden !important;
     overflow-y:hidden !important;
     max-height: 430px;
}

.moreinfo_box li{
    background-color:white !important;
}

.more_info_header {
    font-size: 20px;
    font-weight: bold;
    margin-top: 11px;
}

.directions_btn_wrapper {
    margin-left: 23px;
    margin-top: 20px;
    width:279px;
}

.directions_btn_wrapper button {
    cursor:pointer;
}

.moreinfo_getdirections {
    background-color: #414042;
    border: 1px solid #414042;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    height: 36px;
    /*left: 50%;*/
    margin: 10px 0 10px 20px;
    /*position: relative;*/
    transition: all .15s ease-in-out;
    text-transform: uppercase;
/*    transform: translateX(-50%);*/
    width: calc(100% - 40px);
    -webkit-appearance: none;
}

.moreinfo_getdirections:hover {
    background-color: #fff;
    color: #414042;
}

#desktop_info {
    height: auto; 
    width: 305px; 
    margin-left: 23px; 
    margin-top:15px; 
    border-top: 1px solid #414042; 
    padding-top: 15px;
}

#desktop_info_one {
    width:58%;
    height:auto; 
    float:left;
}

.add_info {
    float: left;
    font-size: 16px;
    margin-left: 10px;
    font-weight: bold;
}

.add_info:before {
    content: '\f278';
    font-family: 'FontAwesome';
    left: -9px;
    position: relative;
}


#desktop_info_one img {
   float:left
}

#desktop_info_one div {
    margin-top:25px; 
    margin-bottom:-10px;
}

#desktop_info_two {
    width:42%; 
    /*height:100px; */
    height: 70px;
    float:left;
}

.distance_text{
    float:left; 
    font-size:16px; 
    margin-left:10px;
    font-weight:bold
}


.distance_text:before {
    content: '\f1b9';
    font-family: 'FontAwesome';
    left: -9px;
    position: relative;
}

span.distance {
    margin-left: 12px;
}

#desktop_info_two img {
    margin-left:15px; 
    margin-top:4px;
    float:left; 
}

#desktop_info_two div {
    min-width: 93px;
    margin-top:21px; 
    margin-left:15px; 
}


.moreinfo_phone_text {
    margin-left:10px; 
    float:left; 
    font-size:16px; 
    font-weight:bold;
}


.moreinfo_phone_text:before {
    content: '\f095';
    font-family: 'FontAwesome';
    left: -9px;
    position: relative;
}

.moreinfo_phone {
    margin-top:25px;
}

#desktop_hours {
    height: auto; 
    width: 305px; 
    margin-left: 23px; 
    float:left; 
    border-top: 1px solid #414042;
    padding-top: 15px; 
    margin-top: 12px;
}

#desktop_hours span {
    float:left; 
    font-size:16px; 
    margin-left:10px; 
    font-weight:bold
}

#desktop_hours span:before {
    content: '\f017';
    font-family: 'FontAwesome';
    position: relative;
    left: -9px;
}

#moreinfo_back {
    position: absolute;
    width: 98px;
    height: 50px;
    bottom: 22px;
    right: 15px;
}

#moreinfo_back span {
    margin-left: 17px;
    /*color: #024b86; */
    float: left;
    font-size: 9px;
    font-weight: bold
}

#back_image{
    width: 35px;
    cursor:pointer; 
    float:left;
    margin-left: 30px;
    margin-top:4px;
}

#input_moreinfo {
    border: 1px solid #414042;
    border-radius: 0;
    font-size:16px;
    height: 36px; 
    width: 234px; 
    padding: 0; 
    padding-left:5px;
    float: left;
}

#button_moreinfo{
    background-color: #414042; 
    border: none; 
    height: 36px; 
    width: 36px; 
    padding: 0;
}

.week_head {
    margin-top:30px;
}

.weekinfo {
    line-height: 10px;
}

.weekday {
    min-width: 82px;
    float: left;
}

.weekhours {
    min-width: 100px;
}

.weekhours:last-child {
   margin-bottom:10px;
}

.day1 {
    font-weight:bold;
}

#mobile_button_wrapper {
    display:none;
}

.see_hours {
    display: none;
}

/*driving directions*/

#driving_directions {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    /* width:35em; */
    position: relative;
    margin-bottom:10px;
}

#driving_directions span {
    display: inline-block;
    width: 40px;
    font-weight:bold;
}

#driving_directions label {
    display: inline-block;
    margin:3px;
    margin-left:20px;
}

#driving_directions input.search-box {
    width: 244px;
    color: #024b86;
    font-weight: bold;
}

#driving_directions img.reverse {
    position: relative;
    margin-left:10px;
}

.dd-button-search {
    background: none repeat scroll 0 0 #024b86 !important;
    color: white !important;
    width: 312px !important;
    border-radius: 3px !important;
    margin-left: 18px !important;
    margin-top: 10px !important;
}

.icon-bar {
    display:none;
}

.dd-form-wrapper {
    width:350px;
    position: absolute;
    z-index: 99999;
    background-color: white;
    left: 100px;
    opacity:.9;
    top:25px;
    border-top: 10px solid #024b86;
}

.poi.maneuver {
    top:190px !important;
    width:350px !important;
   /* max-height:none !important;*/
}

.maneuver-result {
   /* max-height:none !important;*/
    overflow-y:scroll !important;
}

#search_return{
    cursor:pointer;
    border: 2px solid #024b86;
    width: 309px;
    border-radius: 3px;
    margin-left: 17px;
    margin-bottom: 20px;
    height:36px;
}

#search_return img {
    width: 28px;
    margin-top: 4px;
    margin-left: 40px;
}

#search_return span {
    color:#024b86;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    top: 4px;
    margin-left: 23px;
}

.dist_time {
    margin-left:17px;
    font-size:14px;
    color:#024b86;
}

.dist_time span {
    font-weight:bold;
    color:#024b86;
}

.maneuver_start, .maneuver_end {
    font-size:14px;
    color:#024b86;
    font-weight:bold;
}

.maneuver-result, .address-suggestions {
    /*max-height: 320px;
    max-width: 310px;
    padding-right:32px;*/
    overflow-y: auto !important;
}

.address-suggestions li {
    cursor: pointer;
}


/*error messages*/
.error_bar {
    background-color: #024b86;
    height: 30px;
    margin-bottom: 15px;
}

.error_head {
    font-size: 16px;
    font-weight: bold;
    margin-left: 17px
}

.error_request {
    margin-top: 10px;
    margin-right: 22px;
    margin-left: 17px;
    font-size: 14px;
}

.error_tip {
    font-weight:bold;
    margin-bottom: -5px;
}

.error_tip_list {
    font-size:14px;
    font-size: 13px;
    margin-left: 12px;
    margin-bottom: 1px;
}

.error_tip_list:last-of-type {
    margin-bottom:15px;
}

/*filters*/
#filterToggle {
    background-color: #024b86;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    height: 60px;
    position: absolute;
    top: 42px;
    transition: ease-in-out .45s all;
    width: 60px;
    display: none!important;
}

@media (min-width: 992px){
    #filterToggle {
        right: -70px;
    }
}

#filterToggle:before {
    color: #fff;
    content: '\f0ca';
    font-family: 'FontAwesome';
    font-size: 16px;
    position: relative;
    top: 2px;
    z-index: 2;
}

#filterToggle:after {
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 9px 3px 10px -3px rgba(108,108,108,0.65); 
    box-shadow: 9px 3px 10px -3px rgba(108,108,108,0.65);
    content: '';
    display: block;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    z-index: 1;
}

#filterToggle span {
    color: #fff;
    display: block;
}

#filterToggle.open span {
    color: #024b86;
}


#filterToggle.open {
    background-color: #fff;
}

#filterToggle.open:before {
    color: #024b86;
}

#filterToggle.open:after {
    border: 2px solid #024b86;
}

.filter_checkbox {
    display:none;
}

#filters {
    background-color: #fff;
    border-radius: 0 20px;
    -webkit-box-shadow: 1px 3px 12px -3px rgb(108,108,108,.45); 
    box-shadow: 1px 3px 12px -3px rgb(108,108,108,.45);
    height: 0;
    left: 463px;
    opacity: 0;
    padding: 20px;
    position: absolute;
    top: 70px;
    transition: ease-in-out .35s all;
    width: 160px;
    display: none!important;
}

#filters:after {
    border: 2px solid #024b86;
    border-radius: 0 20px;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 9px;
    transform: translateX(-50%);
    width: 136px;
}
#filters.open {
    height: 240px;
    opacity: 1;
    overflow: hidden;
    z-index: 2;
}


#filters.open:after {
    height: 220px;
}

#filters label {
    display: block;
    letter-spacing: .025em;
    transition: all .2s ease-in-out;
    vertical-align: bottom;
}

#filters input {
    display: none;
}

.cb_wrapper {
    margin: 0 0 16px;
}

#filters > div:first-of-type {
    margin: 0 0 10px;
}

/*#filters label:before {*/
#filters label > span:first-of-type {
    border: 2px solid #024b86;
    border-radius: 4px;
    /*cursor: pointer;*/
    display: inline-block;
    font-family: FontAwesome;
    height: 25px;
    line-height: 25px;
    margin-right: 12px;
    position: relative;
    text-align: center;
    top: 2px;
    transition: all .2s ease-in-out;
    vertical-align: inherit;
    width: 25px;
}


#filters input[type="checkbox"]:checked + label {
    color: #024b86;
    font-weight: bold;
}

#filters input[type="checkbox"]:checked + label > span {
    background-color: #024b86;
    color: #fff;
    /*content: "\f00c";*/
    
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#closeFilters {
    background: transparent;
    border: none;
    border-radius: 0;
    color:  #024b86;
    cursor: pointer;
    font-size: 26px;
    right:  16px;
    padding: 1px 6px;
    position: absolute;
    top: 12px;
    -webkit-appearance: none;
}

#apply_button{
    display:block;
    background-color: #024b86;
    color: white;
    text-align: center;
    width: 150px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    border-radius: 3px;
    margin-top: 50px;
    float: right;
    margin-right: 26px;
    margin-bottom:30px;
    cursor:pointer;
}

#apply_button_mobile {
    display:none;
    background-color: #024b86;
    color: white;
    text-align: center;
    width: 150px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    border-radius: 3px;
    margin-top: 50px;
    float: right;
    margin-right: 26px;
    margin-bottom:30px;
    cursor:pointer;
}

/*Mobile buttons*/

.toggle_wrapper {
    border-bottom: 10px solid #414042; 
    border-top: 10px solid #414042; 
    display: none;
}

/* .toggle_wrapper:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
} */

#listview, #mapview {
    background-color: #024b86;
    color: #fff;
    cursor:pointer;
    display:none;
    float:left;
    font-size:16px;
    line-height: 36px;
    text-align: center;
    width: 50%;
}

#listview.active,#mapview.active {
    background-color: #fff;
    /*box-shadow: inset 0px 0px 9px 2px rgb(19 19 19 / 48%);*/
    color: #414042;
}

/*#listview {
    background-color: #fff;
    color: #024b86;
}

#mapview {
    background-color:#024b86;
    color: #fff;
}
*/
.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-focusable:active,.sr-only-focusable:focus{
    position:absolute;
    top:10px; left:10px;
    width:auto;
    height:auto;
    margin:0;
    overflow:visible;
    clip:auto;
    z-index: 1;
}

.poi.w-filt {
    left: -9000px;
}

#error_message {
    /*padding: 0 0 10px 15px;*/
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 30%;
}

/*#w2gi_wrapper {
    height: 800px;
}*/
@media (min-width:992px) {
    #w2gi_wrapper {
        max-height: 980px;
}
}

@media (min-width:992px) {
    #filter_button_mobile, #filter_button_up_mobile {
        display:none !important;
    }
}
/*@media (min-width:1px) and (max-width:801px) {*/
@media (min-width:1px) and (max-width:992px) {
    .box-wrapper {
        min-height: 312px;
    }

    h2 {
        padding-top: 0px;
    }

    .forms-poi-box, .wrapper {
        float: none;
        width: 100%;
    }
    .forms-poi-box {
        z-index: 10;
        position: relative;
    }
    .form-wrapper {
        border-top: 0;
        opacity: 1;
        height: 80px;
    }
    .wrapper, .attribution {
        display: none;
    }
    #w2gi_wrapper {
        overflow: hidden;
        /*height: auto !important;*/
    }
    /* .wrapper {
        position: relative;
        overflow: visible;
        top: 20px;
    } */

    div.attribution {
        top: 100vh;
    }

    /*Map*/

    /*.olPopupContent{
        display:block !important;
        width:225px !important;
    }*/
    .map {
        left: -9990px;
        height:600px;
        /*max-height:600px;
        margin-left:10px;
        margin-right:10px;
        width:96%;
        min-height: 410px;
        max-width: 100%;
        height: calc(100vh - 250px);*/
        position: absolute;
    }
    .map.active {
        left: 2%;
        position: relative;
    }
    .attribution { display:none; }

    /*POI*/
    .content-list.poi-result > li.poi-item:hover {
        background-color: #fff;
    }
    .content-list {
        max-height: none;
        width:100%;
    }
    .poi .content-list > li.poi-item.poi-hover {
        background-color: #fff;
    }
    .icon_div_mobile {
        position: absolute;
        left: 30px;
        width: 26px;
        right:78%;
        left: auto;
        margin-top:20px;
    }
    .icon_div_mobile img {
        width:25px;
    }
    .icon_div_mobile span {
        color: white;
        position: relative;
        z-index: 99999;
        font-weight: bold;
        font-size: 15px;
        bottom: 35.5px;
        text-align: center;
    }
    .moreinfo_getdirections {
        display: none;
    }
    .see_hours {
        background-color: #024b86;
        border: 1px solid #024b86;
        border-radius: 0;
        color: #fff;
        display: block;
        font-family: 'Amazon Ember';
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        margin: 0 auto 10px;
        text-align: center;
        text-transform: uppercase;
        transition: all .15s ease-in-out;
        width: calc(100% - 40px);
    }

    /*Search Form*/
    #locator_search {
        margin-top:0;
        margin-bottom:5px;
    }
    .button-search {
        /*background-color:#024b86;
        border-radius:0;
        color:white;
        margin-right: 5px;
        position:relative;*/
        
    }

    .ios button.button-geo, .iosCr button.button-geo {
        /*top: 2px;*/
        margin-left: 7px;
    }

     button.button-geo {
        /*top: 1px;*/
        margin-left: 7px;
    }

    #filter_button_mobile {
        display:block;
        position:absolute;
        right:15px;
        bottom:0;
        border: 2px solid #024b86;
        padding: 8px 12px 8px 12px;
        width: 17px;
        border-radius: 3px;
        margin-left: 13px;
        cursor:pointer;
    }
    #filter_button_up_mobile{
        display:none;
        position:absolute;
        right:15px;
        bottom:0;
        border: 2px solid #024b86;
        padding: 8px 12px 8px 12px;
        width: 17px;
        border-radius: 3px;
        margin-left: 13px;
        cursor:pointer;
    }
    #filter_button, #filter_button_up {
        display:none !important;
    }
    #apply_button {
        display:none;
    }
    #apply_button_mobile {
        display:block;
    }
    .search-box {
        /*margin-top:2px;*/
        width: calc(100% - 115px);
    }
    #filterToggle {
        left: auto;
        right: 10px;
        top: -10px;
    }
    #search_country {
        width: calc(86% - 50px);
        background: url(https://hosted.where2getit.com/salesdemo1/images/new/chevron_down.png) no-repeat scroll calc(100% - 17px) 11px;
        border: 1px solid gray
    }
    .form-wrapper, .poi {
        width:100%;
        left:0;
        max-height:none;
    }
    .form-wrapper {
        top:0;
        padding-top:0px;
    }

    .Locator-searchTitle {
        margin-top: .55rem;
        margin-bottom: .55rem;
        display: block;
    }


    .poi {
        top: 61px; 
        overflow: auto;
        position: relative;
        height: 100%!important;
    }
    .poi.hidden {
        left: -9000px;
        height: 100px;
        margin-top: 0px;
        position: absolute;
    }
    .lp_btn:hover{
        background: #fff;
        color: #024b86;
    }
    .lp_btn:active{
        background: #024b86;
        color: #fff;
    }
    .directions_btn:hover{
        background: #024b86;
        color: #fff;
    }
    .directions_btn:active{
        background-color: #fff;
        color: #024b86;
    }

    /* .toggle_wrapper {
        margin-top: 20px;
    } */

    #listview, #mapview {
        display:block;
    }

    .arrow_div {
        position: absolute;
        right: 25px;
        top: 30.5%
    }

    #filters.open {
        border-radius: 20px 0;
        left: auto;
        right: 35px;
        top: auto;
    }

    #filters:after {
        border-radius: 20px 0;
    }
    #closeFilters {
        top: 9px;
    }
    .poi_wrapper {
        margin-left:auto;
        margin-right:auto;
    }
    .sub_poi_wrapper_mobile {
        display:block;
        width:auto;
        height:150px;
        min-width:10%;
        margin-left:auto;
        margin-right:auto;
    }
    .sub_poi_wrapper_mobile_first {
        width:40%; 
        float:left;
        height:150px;
    }
    .sub_poi_wrapper_mobile_second {
       width:60%; 
       float:left; 
       height:150px
    }
    .sub_poi_wrapper { 
        display:none;
    }
    .poi_mobile_directions {
        background-color:#414042;
        border: 1px solid #414042;
        border-radius: 0;
        color: #fff;
        display:block;
        height: 40px;
        line-height: 40px;
        margin: 0 auto 10px;
        text-align: center;
        transition: all .15s ease-in-out;
        width: calc(100% - 40px);
    }
    .poi_box div{
        max-width:214px;
    }
    .vert_line {
        bottom: 56px;
        height: 64%;
    }

    .desktopPhone {
        display:none !important;
    }
    .desktopshow {
        display:none !important;
    }
    .mobilePhone {
        display:block !important;
    }
    .mobileshow {
        display:block !important;
    }

    /*more info*/

    .moreinfo_box {
         border-top: none;
    }

    .directions_btn_wrapper {
        display:none;
    }

    .moreinfo_box {
        width:100% !important;
    }

    #desktop_info {
        width: calc(100% - 46px);
    }

    #desktop_hours {
        width: calc(100% - 46px);
    }

    #moreinfo_back{
        display:none;
    }

    #mobile_button_wrapper {
        display:block;
        margin: 23px 22px 79px 22px;
    }
    #moreinfo_mobile_directions, #moreinfo_mobile_back {
        width:47%;
        height:40px;
        min-width:120px;
        line-height:38px;
        font-size:16px;
        text-align:center;
        cursor:pointer;
     }
    #moreinfo_mobile_back {
        float:left;
        color:#414042;
        background-color: #fff;
        border: 1px solid #414042;
    }
    #moreinfo_mobile_directions {
        float:right;
        color: #fff;
        background-color: #024b86;
        border:1px solid #024b86;
    }
    .olPopupCloseBox {
        visibility:visible;
    }
}

@media (min-width:1px) and (max-width:470px) {
    .arrow_div {
        display:none;
    }
}

@media (min-width:1px) and (max-width:350px) {
    .arrow_div {
        display:none;
    }

    .close_text {
        right:auto;
        margin-left:8px;
    }

    #search_country {
     background:none
    }

    .poi_wrapper {
        width:100%;
        margin-left:auto;
        margin-right:auto;
    }
    .sub_poi_wrapper_mobile {
        display:none;
    }
    .sub_poi_wrapper { 
        display:block;
    }
    .olPopupCloseBox {
        visibility:visible;
    }
}

.ol-control button {
    background-color: rgb(255, 255, 255);
    color: #000;
    font-size: 11px;
    width: 40px;
    height: 40px;
    border: 0px;
    border-radius: 0px;
    font-weight: 400;
    text-align: center;
    text-indent: -99999px;
    font-family: "Roboto";
}

.ol-control button:hover, .ol-control button:focus, .ol-control button:focus-visible  {
    background-color: rgb(255, 255, 255);
    color: #000;
}


.ol-zoom-in:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M18%207h-7V0H7v7H0v4h7v7h4v-7h7z%22/%3E%3C/svg%3E");
    display: block;
    width: 18px;
    height: 18px;
    margin:0px auto;
}

.ol-zoom-out:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M0%207h18v4H0V7z%22/%3E%3C/svg%3E");
    display: block;
    width: 18px;
    height: 18px;
    margin:0px auto;
}

/* new poi classes */

abbr,
abbr[title], address {
  text-decoration: none;
  border-bottom: none;
  font-style: normal;
}

.Phone-display--withLink a.Phone-link {
    text-decoration: underline;
}

@media (max-width: 47.9375rem) {
  .Phone-display--withLink {
    display: none;
  }

  .Teaser-linksRow {
        margin-top: .05rem!important;
  }

  .Phone-linkWrapper a {
    text-decoration: underline;
  }
}
@media (min-width: 48rem) {
  .Phone-linkWrapper {
    display: none;
  }
}
.Icon {
  color: #0a3360;
}
.Teaser-titleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  
}
.Teaser-title {
  font-size: 1.125rem;
  line-height: 1.44;
  letter-spacing: 0.01563rem;
  font-weight: 700;
  color: #0020e7;
  margin-bottom: 0.75rem;
  padding: 0rem 0;
}

.Teaser-title a {
    color: #0020e7;
}

.Teaser-miles {
  font-size: 0.75rem;
  line-height: 2;
}
.Teaser-open {
  margin-bottom: 1rem;
}
@media (max-width: 47.9375rem) {
  .Teaser-open {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 48rem) {
  .Teaser-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.Teaser-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*padding: 1rem 0;*/
  padding: .5rem 0;
}
.Teaser-address,
.Teaser-phone {
  font-size: 0.875rem;
  line-height: 1.43;
  /*margin-bottom: 0.625rem;*/
  margin-bottom: 0.5rem;
  font-style: normal;
  text-transform: capitalize;
}
@media (max-width: 47.9375rem) {
  .Teaser-address,
  .Teaser-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.Teaser-phone {
  margin-bottom: 1.25rem;
}
@media (max-width: 47.9375rem) {
  .Teaser-phone {
    margin-bottom: 0.625rem;
    margin-top: 0.5rem;
  }
}
.Teaser-phone .Teaser-mobileOnly--button {
  margin-top: -0.5rem;
}

.Teaser-eyeExams {
  font-family: Arial,sans-serif;
  color: #666;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width: 48rem) {
  .Teaser-eyeExams {
    /*max-width: 15.625rem;*/
    max-width: 15.725rem;
  }
}


.Teaser-linksRow {
  margin-top: 1.25rem;
}
@media (min-width: 48rem) {
  .Teaser-linksRow {
    margin-top: auto;
  }
}
.Teaser-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 47.9375rem) {
  .Teaser-links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: .25rem;
  }
}
@media (min-width: 48rem) {
  .Teaser-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.Teaser-ctaWrapper:not(:last-child) {
  margin-right: 2.5rem;
}
@media (min-width: 48rem) {
  .Teaser-ctaWrapper {
    margin-bottom: 0.75rem;
  }
  .Teaser-ctaWrapper:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 47.9375rem) {
  .Teaser-ctaWrapper--scheduleExam {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.Teaser-ctaWrapper:nth-child(2) {
  margin-bottom: 0;
}
.Teaser-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  color: #0020e7;
  padding: 0.75rem 1.5625rem;
  font-weight: 700;
  text-transform: uppercase;
  border: 0.125rem solid;
  border-color: #0020e7;
  font-size: 0.75rem;
  line-height: 2.08;
  max-height: 2.1875rem;
}
.Teaser-cta:hover,
.Teaser-cta:active,
.Teaser-cta:focus {
  background-color: #0020e7;
  color: #fff;
  border-color: #0020e7;
}
.Teaser-cta--scheduleExam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #0020e7;
  color: #fff;
  padding: 0.75rem 1.5625rem;
  font-weight: 700;
  text-transform: uppercase;
  border: 0.125rem solid;
  border-color: #0020e7;
}
.Teaser-cta--scheduleExam:hover,
.Teaser-cta--scheduleExam:active,
.Teaser-cta--scheduleExam:focus {
  background-color: #fff;
  color: #0020e7;
  border-color: #0020e7;
}
@media (max-width: 47.9375rem) {
  .Teaser-cta {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .Teaser-cta--scheduleExam {
    /*min-width: 140px;*/
    padding: 0.25rem 0.25rem!important;
    font-size: 12px!important;
    letter-spacing: .05rem!important;
  }

}
.Teaser-geo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 1rem;
}
.Teaser-miles {
  font-family: Arial, sans-serif;
  color: #666;
  font-size: 0.75rem;
  line-height: 1.5;
  line-height: 2;
  height: 2rem;
}
.Teaser-mobileOnly {
  display: none;
}
@media (max-width: 47.9375rem) {
  .Teaser-mobileOnly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.Teaser-mobileOnly--button {
  font-size: 0.75rem;
  line-height: 2.5;
  background-color: #fff;
  color: #024b86;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.3125rem 0.875rem;
  height: 1.5625rem;
  width: 6.5rem;
  border: 0.0625rem solid #024b86;
  border-radius: 125rem;
  letter-spacing: 0.03125rem;
  font-size: 0.625rem;
  line-height: 2;
  max-width: 7.25rem;
  width: 7.25rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.625rem;
}
.Teaser-mobileOnly--button:hover,
.Teaser-mobileOnly--button:active,
.Teaser-mobileOnly--button:focus {
  background-color: #024b86;
  color: #fff;
  border-color: #024b86;
}
@media (max-width: 47.9375rem) {
  .Teaser-desktopOnly {
    display: none;
  }
}
.Teaser-callNowButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  color: #024b86;
  padding: 0.75rem 1.5625rem;
  font-weight: 700;
  text-transform: uppercase;
  border: 0.125rem solid;
  border-color: #024b86;
  padding: 0;
  display: none;
}
.Teaser-callNowButton:hover,
.Teaser-callNowButton:active,
.Teaser-callNowButton:focus {
  background-color: #024b86;
  color: #fff;
  border-color: #024b86;
}
.Teaser-callNowButton svg {
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.3125rem;
}

.Teaser-callNowButton .Phone-link:hover,
.Teaser-callNowButton .Phone-link:active,
.Teaser-callNowButton .Phone-link:focus {
  color: #fff;
  
}

.Teaser-callNowButton .Phone-linkWrapper {
  /*width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.Teaser-callNowButton .Phone-link {
 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center; 
  align-items: center;
  text-align: center;
  /*padding: 0.75rem 1.5625rem;*/
  padding: 0.25rem 0.25rem;
  /*min-width: 140px;*/
  font-weight: 700;
  text-transform: uppercase;
  color: #024b86;
}
@media (max-width: 47.9375rem) {
  .Teaser-callNowButton {
    font-size: 0.75rem;
    line-height: 2.08;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*-webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;*/
    max-height: 2.1875rem;
    padding-left: 0;
    padding-right: 0;
    /*min-width: 50%;*/
    min-width: 100%;
    color: #024b86;

  }
}

.Icon {
    color: #8b0b04;
}
.Teaser--locator .c-get-directions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.Teaser--locator .c-get-directions-button {
  font-size: 0.75rem;
  line-height: 2.5;
  background-color: #fff;
  color: #024b86;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.3125rem 0.875rem;
  height: 1.5625rem;
  width: 6.5rem;
  border: 0.0625rem solid #024b86;
  border-radius: 125rem;
  letter-spacing: 0.03125rem;
  font-size: 0.625rem;
  line-height: 2;
  max-width: 7.25rem;
  width: 7.25rem;
  height: 1.625rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.Teaser--locator .c-get-directions-button:hover,
.Teaser--locator .c-get-directions-button:active,
.Teaser--locator .c-get-directions-button:focus {
  background-color: #024b86;
  color: #fff;
  border-color: #024b86;
}
@media (min-width: 48rem) {
  .Teaser--locator .Teaser-content {
    /*padding-top: 0.875rem;*/
    padding-bottom: 0.875rem;
  }

  .ResultList-item--ordered {
    counter-increment: resultCount;
    position: relative;
    padding-left: 4rem!important;
  }
  .ResultList-item--ordered::before {
    content: counter(resultCount, decimal);
    position: absolute;
    left: 2rem;
    top: 1rem;
    background: #0078b4;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }


}
.ResultList-item {
  border-bottom: 0.0625rem solid #e3e3e3;
  padding: 1rem;
  padding-right: 1.5rem;
}
.ResultList-item:first-child {
  border-top: 0.0625rem solid #e3e3e3;
}
@media (min-width: 62rem) {
  .ResultList-item:hover {
    background-color: #f7f7f7;
  }
}
.ResultList-item:hover::before {
  background-color: #024b86;
}
@media (min-width: 62rem) {
  .ResultList-item--ordered {
    counter-increment: resultCount;
    position: relative;
    padding-left: 4rem;
  }
  .ResultList-item--ordered::before {
    content: counter(resultCount, decimal);
    position: absolute;
    left: 2rem;
    top: 1.12rem;
    background: #0078b4;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }
}
.Hours-status {
  white-space: nowrap;
}
.Hours-statusText--current {
  display: inline-block;
  font-weight: 700;
  border-radius: 69.4375rem;
  margin-right: 0.625rem;
}
.Hours-statusText .Hours-statusSeparator {
  display: none;
}
.Hours-status--closed .Hours-statusText--current {
    color: red;
}

.Hours-statusText--current {
    /*background-color: #00c1fe*/
}


.Hours-status--closestoday .Hours-statusText--current {
    color: green;
}

/* for appointment modal popup */
.c-Modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 6.25rem;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.c-Modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 1.25rem;
    border: 0.0625rem solid #888;
    width: 80%;
}
.c-Modal-open {
    display: block;
}
.c-Modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000080;
    z-index: 2;
    cursor: pointer;
}
.c-Modal-closeButton {
    float: right;
    font-size: 1.75rem;
    font-weight: bold;
}
@media (min-width: 48rem) {
    .l-visible-only-xs {
        display: none;
    }
}
@media (max-width: 47.9375rem) {
    .l-hidden-xs {
        display: none;
    }
}
.Text {
    font-family: Arial, sans-serif;
    color: #000;
    font-size: 0.9375rem;
    line-height: 1.47;
}

.c-Modal-content {
    padding: 0;
    max-width: 32.3125rem;
}
.c-Modal-header {
    height: 1.625rem;
    background-color: #0078b4;
}
.c-Modal-header .c-Modal-closeButton {
    height: 2rem;
    padding: 0.1875rem 0;
    color: #fff;
}
.c-Modal-header .c-Modal-closeButton .icon-close {
    height: 1.75rem;
    width: 1.25rem;
}
.c-Modal-messageWrapper {
    min-height: 10.0625rem;
    padding: 1rem;
}
.c-Modal-messageWrapper .js-main-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-Modal-messageWrapper .js-main-body .Modal-contentTop {
    padding-bottom: 1rem;
    text-align: center;
}
.c-Modal-messageWrapper .js-main-body .Modal-contentPhone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem;
}
.c-Modal .Phone-text {
    font-family: Arial, sans-serif;
    color: #000;
    font-size: 1.3125rem;
    line-height: 1.43;
    letter-spacing: 0.01563rem;
    font-weight: 700;
}
.c-Modal .Phone-link {
    text-decoration: underline;
    color: #0073b7;
    font-size: 0.75rem;
    line-height: 2.08;
    background-color: #fff;
    color: #024b86;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.3125rem 0.875rem;
    height: 1.5625rem;
    width: 6.5rem;
    border: 0.0625rem solid #024b86;
    border-radius: 125rem;
    letter-spacing: 0.03125rem;
    font-weight: 700;
}
.c-Modal .Phone-link:active,
.c-Modal .Phone-link:focus,
.c-Modal .Phone-link:hover {
    text-decoration: none;
}
.c-Modal .Phone-link:hover,
.c-Modal .Phone-link:active,
.c-Modal .Phone-link:focus {
    background-color: #024b86;
    color: #fff;
    border-color: #024b86;
}
.c-Modal .Modal-phoneIcon {
    color: #58595b;
    width: 1rem;
    height: 1rem;
    margin: 0.4375rem 1.25rem 0 0;
}
.c-Modal-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
}

.c-Modal .Phone-text {
    font-family: Arial,sans-serif;
    color: #000;
    font-size: 1.3125rem;
    line-height: 1.43;
    letter-spacing: .01563rem;
    font-weight: 700;
}

@font-face {
    font-family: "LibreFranklin";
    src: url(../fonts/LibreFranklin-Regular.ttf)
        format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "LibreFranklin";
    src: url(../fonts/LibreFranklin-Bold.ttf)
        format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.Locator-toDirectory {
    text-decoration: underline;
    color: #024b86;
}

.Locator-toDirectory:active, .Locator-toDirectory:focus, .Locator-toDirectory:hover {
    text-decoration: none;
}

.moreinfo_box {
    max-height: 430px;
}
span.time {
    text-transform: lowercase;
}
#locator_search #closeFilters span {
    color: #666;
}

#filters label * {
    pointer-events: none;
}

@media (max-width: 992px){
    a.w2gi-popup-close.ol-unselectable.olPopupCloseBox:after {
        content: 'X';
    }
    body {overflow-y:auto;}
}


