﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
    /*font-size: 100%;
    font: inherit;
    vertical-align: baseline;*/
    color: #333;
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.5;
    font-size: 16px;
    -webkit-text-size-adjust: none;
    
}

h1, h2{
    font-family: "Boland" !important;
  }

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;
}
a {display:inline-block;}

 /*MAP*/

 .ol-attribution.ol-uncollapsible a {
    text-decoration: underline;
 }

 .menu-header-left{
    display: none;
 }

 .nav-menu{
    display: flex;
 }

 @media (max-width: 481px){
    .nav-menu{
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-menu > div:last-child{
        padding-left: 0!important;
    }

    .menu-header-right{
        flex-direction: column;
        gap: 0;
        align-items: flex-end;
    }
 }



.map {
    position:relative;
    height: 100vh;
    min-height:751px;
    width: calc(100% - 550px);
    float: left;
    margin: 0 auto;
    /* max-height: 800px; */
    max-height: 1002px;
    pointer-events: auto !important;
}

.map div {
    padding: 0;
}

#map {
    position: relative;
    height: 550px;
    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 {   
    position:absolute; 
    bottom: 5px;
    width: 100%;
}
.attribution a {
	color: #000;
	font-weight: bold;
}

.attribution span {
	display: inline-block;
	text-align: center;
	max-width: 500px;
	background: #fff;
	opacity: 0.8;
	color: #000;
}

 /*SEARCH FORM*/

.form-wrapper {
    position: absolute;
    /* height: 122px; */
    height: 152px;
    width: 542px;
    background: #F6F6F6;
}

#filter_button{
    position: relative;
    background:transparent;
    bottom: 2px;
    margin-left: 13px;
    padding: 8px 12px 8px 12px;
    border: 2px solid #000;
    border-radius: 3px;
    cursor:pointer;
}

#filter_button_up{
    display:none;
    position: relative;
    background:transparent;
    bottom: 2px;
    margin-left: 13px;
    padding: 8px 12px 8px 12px;
    border: 2px solid #000;
    border-radius: 3px;
    cursor:pointer;
}

.box-wrapper {
    height: 100%;
    margin: 0 auto;
}

#locator_search {
    position: relative;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom:10px;  
}

#search_country {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 36px;
    width:calc(100% - 42px);
    margin-top: 10px;
    margin-left: 20px;
    padding-left:10px;
    background: url(../image/chevron_down.png) no-repeat scroll 455px 11px, #fff;
    text-indent: 1px;
    cursor:pointer;
    font-size:16px;
    border: 1px solid #ccc;
    border-radius: 15px;
}

select::-ms-expand {
    display: none;
}

#locator_search span {
    color: #fff;
}

#locator_search span:hover {
}

.wrapper {
    height: 100%;
    display:flex;
    overflow: hidden;
    margin: 0 auto;
}


.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 {
    position: relative;
    background: #FFF;
}

.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: #F6F6F6;
    /* max-height: 680px; */
    max-height: 862px;
    position:relative;
    width: 542px;
    height:auto;
    top: 148px;
    left:0;
    /* overflow: auto;   */
    overflow-x: auto;
    z-index:1;
}

.wrapper-inner {
    background: #F6F6F6;
}

.poi p#numLocationsFound {
    margin-left:25px;
    line-height:35px; 
    color: #1D1D1D;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
    clear:both;
}


#filters {
	position:absolute;
	left:10px;	
}

.searchFilters div {
    float: left;
}

.searchFilters input {
    vertical-align: middle;
}

.arrow_div {
    position: absolute;
    right: 11px;
    top: 40%;
}

.vert_line {
    position: absolute;
    height: 100%;
    left: 30%;
    bottom: 2px;
}
.poi_box {
    font-size:15px;
    margin-top: 15px;
    margin-bottom:15px;
    margin-left:100px;
    cursor:pointer;
}

.poi_box span:first-of-type {
    font-weight: bold;
    font-size: 18px;
}

.poi_box div {
    max-width:177px;
    margin-top:5px;
    margin-bottom:10px;
}

.icon_div {
    width: 26px;
    position: absolute;
    left: 30px;
    margin-top: 10px;
}

.icon_div img {
    width:25px;
}

.icon_div span {
    z-index: 99999;
    position: relative;
    bottom: 35.5px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.close_text {
    position: absolute;
    top: 50px;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

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

.phone_icon {
    margin-right: 10px;
    margin-top: 3px;
    float: left;
}

.olPopupCloseBox {
    visibility:hidden;
}

.poi .content-list li {
    float: left;
    background: #FFF;
    margin: 5px;
    padding: 3px 0px;
    width: calc(100% - 10px);
}

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

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

.content-list.poi-result li {
    width: calc(100% - 40px);
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    position: relative;
    line-height: 20px;
    background: #fff;
    margin: 20px;
    height: calc(100% - 40px);
    margin-top: 20px !important;
    box-shadow: 0px 8px 16px #0000000A;
    border-radius: 20px;
}

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

.poi-item a {
    cursor: pointer;  
    text-decoration:underline;
}

.poi .content-list li.poi-item.poi-hover {
    background: #dcdcdc;
}

.poi .content-list li.poi-item.poi-hover .store-card {
    background: #dcdcdc;
}

.box-wrapper {
	position:relative;
}

.content-list.poi-result li.poi-item:hover {
}

.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: 542px;
    height: 250px;
    z-index: 100;
}

.search-box {
    
}

.active_action {
    font-weight: bold;
}


div.olControlZoom {
    display: none;
}

.button-search {

}


.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);
    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;
}
.clear {clear:left;}
.storename {font-weight:bold;}

.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 h2 {
    color:#000;
}

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

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

.olPopupCloseBox {
    background-image: url("../image/popover-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:15px !important;
	background-color: #ffffff;
}

/*.tab-content.active {
    display: block;
}
*/
.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;
    /* width: 750px;
    height: 500px; */
}

/*.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: #000;
    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: #666;
    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: 550px;
    overflow: auto;
    width: 40%;
}

 .sub_poi_wrapper_mobile {
    display:none;
}


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

.nearby_icon {
	background: url("../image/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("../image/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 #0E283C;
     width:550px !important;
     overflow-x:hidden !important;
     overflow-y:hidden !important;
}

.more_info_header_container {
    margin-top: 10px;
    margin-left: 74px;
    max-width: 229px
}

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

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

.directions_btn_wrapper {
    margin-left: 23px;
    margin-top: 20px;
    width: calc(100% - 43px);
}

.directions_btn_wrapper button {
    cursor:pointer;
}

#desktop_info {
    height: auto; 
    width: calc(100% - 45px); 
    margin-left: 23px; 
    margin-top:15px; 
    border-top: 2px 
    solid #0E283C; 
    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;
}

#desktop_info_one img {
   float:left
}

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

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

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

#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 {
    margin-top:25px;
}

#desktop_hours {
    height: auto; 
    width: calc(100% - 45px); 
    margin-left: 23px; 
    float:left; 
    border-top: 2px solid #0E283C; 
    padding-top: 15px; 
    margin-top: 12px;
}

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

#desktop_hours img{
    float:left; 
    margin-top:1px;
}

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

#moreinfo_back span {
    margin-left: 17px;
    color: #0E283C; 
    float: left;
    font-size: 9px;
    font-weight: bold
}

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

#input_moreinfo{
    font-size:16px;
    height: 30px; 
    width: calc(100% - 60px); 
    padding-left:5px;
    float: left;
}

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

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

/*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: #000;
    font-weight: bold;
}

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

.dd-button-search {
    background: none repeat scroll 0 0 #000 !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:550px;
    position: absolute;
    z-index: 99999;
    background-color: white;
    left: 100px;
    opacity:.9;
    top:25px;
    border-top: 10px solid #0E283C;
}

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

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

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

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

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

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

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

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

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


/*error messages*/
.error_bar {
    background-color: #000;
    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*/
.filter_checkbox {
    display:none;
}

#filters {
    position: absolute;
    height:auto;
    top: 102px;
    left: -9000px;
    overflow: auto;
    width: 542px;
    background-color: white;
    opacity: .9;
}

#filters span {
    color:black !important;
    cursor:pointer;
    vertical-align:middle;
}

#filter_bar {
    background-color: #000;
    height: 35px;
    margin-bottom: 20px;
}

#filter_bar div{
    color:white;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    margin-left: 40px;
}

.filter_div {
    margin-left: 15px;
    font-size: 16px;
    position: relative;
    top: 3px;
    margin-bottom:10px;
}

.filter_div span {
}

.filter_unselected {
    cursor:pointer;
}

.filter_selected {
    display:none;
    cursor:pointer;
}

.check_image {
    display:none;
    position: absolute;
    top: 11px;
    right: 31px;
}

#apply_button{
    display:block;
    background-color: #000;
    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: #000;
    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*/

#listview, #mapview {
    display:none;
    cursor:pointer;
    float:left;
    width: calc(50% - 37px);
    height:50px;
    font-size:16px;
    text-align: center;
    line-height:46px;
    font-weight:bold;
    position: relative;
    z-index: 1;
}

#mapview {
    color:gray;
    background-color:white;
    border-radius: 0 20px 20px 0;
}

#mapview.active{
    color: white
}

#listview {
    color:gray;
    background-color:#fff;
    border-radius: 20px 0 0 20px;
}

#listview.active{
    color: white
}

#listview.active::after, #mapview.active::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    border-radius: 20px;
}

#listview.active::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: #fff;
    border-radius: 20px 0 0 20px;
}

#mapview.active::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: #fff;
    border-radius: 0 20px 20px 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px !important;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;    
}

.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: 9;
	font-weight:bold;
}

/* for a filter */
input[type="checkbox"] + label span.retail {
    display: inline-block;
    width: 43px;
    height: 43px;
    margin-right: 10px;
    vertical-align: text-bottom;
    background: url("../image/retail.png") left top no-repeat;
    cursor: pointer;
    z-index: 999999999;
    background-size: contain;
}
input[type="checkbox"]:checked + label span.retail {
    background: url("../image/retail_highlighted.png") left top no-repeat;
    background-size: contain;
}

/* for another filter */
input[type="checkbox"] + label span.outlet {
    display: inline-block;
    width: 43px;
    height: 43px;
    margin-right: 10px;
    vertical-align: text-bottom;
    background: url("../image/outlet.png") left top no-repeat;
    cursor: pointer;
    z-index: 999999999;
    background-size: contain;
}
input[type="checkbox"]:checked + label span.outlet {
    background: url("../image/outlet_highlighted.png") left top no-repeat;
    background-size: contain;
}

/* for another filter */
input[type="checkbox"] + label span.factory {
    display: inline-block;
    width: 43px;
    height: 43px;
    margin-right: 10px;
    vertical-align: text-bottom;
    background: url("../image/factory.png") left top no-repeat;
    cursor: pointer;
    z-index: 999999999;
    background-size: contain;
}

input[type="checkbox"]:checked + label span.factory {
    background: url("../image/factory_highlighted.png") left top no-repeat;
    background-size: contain; 
}

/* for another filter */
input[type="checkbox"] + label span.promotion {
    display: inline-block;
    width: 43px;
    height: 43px;
    margin-right: 10px;
    vertical-align: text-bottom;
    background: url("../image/promotion.png") left top no-repeat;
    cursor: pointer;
    z-index: 999999999;
    background-size: contain;
}

input[type="checkbox"]:checked + label span.promotion {
    background: url("../image/promotion_highlighted.png") left top no-repeat;
    background-size: contain; 
}

input[type="checkbox"]:checked + label span.labeltxt {
	font-weight:600;
}

input[type="checkbox"]:checked ~ img.check_image {
	display:inline-block;
}

.filter-list {	
    display: inline-block;
    padding-right: 20px;
    width: 90%;
}

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

.poi_left {
    width: calc(30% - 30px);
    float: left;
    padding: 15px;
    position:relative;
}
.poi_right {
    float: left;
    width: calc(70% - 32px);
    padding: 15px;
    position:relative;
}

input[type="text"].search-box::-webkit-input-placeholder {
  font-size:.7em;
}

input[type="text"].search-box::-moz-placeholder {
  font-size:.7em;
}

input[type="text"].search-box::-ms-input-placeholder {
  font-size:.7em;
}

.hideIfOne1 {display:none;}
h2 span {color:inherit;}

@media (min-width:1025px) {
    #filter_button_mobile, #filter_button_up_mobile {
        display:none !important;
    }
}

/* .locerror{
    color: #ff0000;
    font-size: 1.2em;
    font-weight: bold;
} */
#error_message {padding:10px;}

@media (min-width:1px) and (max-width:1024px) {
	#w2gi_wrapper {position:relative; min-height: 700px;overflow-x:hidden;}
	.wrapper {
        position: relative; 
        overflow-x: hidden; 
        display: flex; 
        flex-direction: column-reverse;
        background: #F6F6F6;
        top: 50px;
    }
	.poi.hidden {
	    /* left: -9000px; */
	    left: 0px;
	    height: 100px;
	    margin-top: 0px;
	    position: absolute;
        top: 50px;
	}
	
	.map.active {
	    left: 0px;
	    height: calc(100% - 227px);
	    position: relative;
	}

	.forms-poi-box {height:90px;background:#F6F6F6}
       
   	.w2gi-backbone .olPopupCloseBox {display:none}
	      
   	.attribution {width:100%; display:none; position:static;}
	
	.w2gi-backbone div.map {
        /* padding-left: 37px !important;
        padding-right: 37px !important; */
        /* width: calc(100% - 74px) !important; */
        margin-top: 40px !important;
	}
    .search-container {
        width: calc(100% - 74px) !important;
        margin-left: 37px !important;
        margin-right:37px !important;
    }
    .map {        
        height:calc(100vh - 250px);
        max-height:450px !important;
        min-height: 450px !important;
    }

    .content-list.poi-result li.poi-item:hover {
    }

    .content-list {
        width:100%;
    }

    .poi .content-list li.poi-item.poi-hover {
    }

    .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;
    }
    
    /*Search Form*/

    #locator_search {
        margin-top:0;
        margin-bottom:25px;
    }

    .button-search {
    }

    #filter_button_mobile {
        display:block;
        position:absolute;
        right:15px;
        bottom:0;
        border: 2px solid #000;
        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 #000;
        padding: 8px 12px 8px 12px;
        width: 17px;
        border-radius: 3px;
        margin-left: 13px;
        cursor:pointer;
    }

    #apply_button {
        display:none;
    }

    #apply_button_mobile {
        display:block;
    }

    .search-box {
        width: calc(100% - 74px) !important;
        border: 1px solid gray;
        margin-top:2px;
        margin-left: 37px;
        margin-right: 37px;
    }

    #search_country {
        width: calc(100% - 76px) !important;
        background: url(../image/chevron_down.png) no-repeat scroll calc(100% - 17px) 11px, #fff;
        border: 1px solid #ccc;
        margin-left: 37px;
        margin-right: 37px;
    }

    .form-wrapper, .poi {
        width:100%;
        left:0;
        max-height:none;
    }

    .form-wrapper {
        top:0;
        padding-top:25px;
    }

    .poi {
        top:0px!important;
        position:relative;
        padding-top:15px;
        overflow-x: hidden;
    }

    #listview, #mapview {
    	display:block;
    }

    h2 {
    }

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

    #filters {
        top:107px;
        opacity: 1;
        width: 100%;
    }

    .poi_wrapper {
        width:88%;
        margin-left:auto;
        margin-right:auto;
    }

    .sub_poi_wrapper_mobile {
        display:block;
        width:auto;
        min-height:150px;
        min-width:10%;
        margin-left:auto;
        margin-right:auto;
    }

    .sub_poi_wrapper_mobile_first {
        width:40%; 
        float:left;
        min-height:150px;
    }

    .sub_poi_wrapper_mobile_second {
       width:60%; 
       float:left; 
       min-height:150px;
    }

    .sub_poi_wrapper { 
        display:none;
    }

    .poi_mobile_directions {
    	position: relative;
    	float: left;
        display:block;
        background-color:#000;
        color:white;
        width: calc(100% - 20px);
        min-width:260px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        border-radius: 5px;
        margin-bottom: 15px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .poi_box {
        margin-left:0;
    }

    .poi_box div{
        max-width:214px;
    }

    .vert_line {
	    top: 20px;
	    height: 80px;
	}
    .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:40px;
        font-size:16px;
        text-align:center;
        font-weight:bold;
        cursor:pointer;
     }

    #moreinfo_mobile_back {
        float:left;
        color:#000;
        background-color:white;
        border:2px solid #0E283C;;
    }

    #moreinfo_mobile_directions {
        float:right;
        color:white;
        background-color:#000;
        border:2px solid #000;
    }

    .olPopupCloseBox {
        visibility:visible;
    }
}  

@media (min-width: 1025px){
    .wrapper{
        height: 100% !important;
        overflow: hidden auto !important;
        /* display: flex; */
    }

    #mapEl{
        position: relative !important;
        /* top: 100px !important; */

    }
}

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

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

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

    .poi_wrapper {
        width:100%;
        margin-left:auto;
        margin-right:auto;
    }

    .sub_poi_wrapper_mobile {
        display:none;
    }

    .sub_poi_wrapper { 
        display:block;
    }

    .poi_box {
       margin-left:100px;
    }

    .olPopupCloseBox {
        visibility:visible;
    }
}