@font-face {
    font-family: "AndaleMonoBold";
    src: url("fonts/AndaleMonoBold.otf") format("otf"),
    url("fonts/AndaleMonoBold.otf") format("opentype");
}
@font-face {
    font-family: "HelveticaNowDisplayBold";
    src: url("fonts/HelveticaNowDisplayBold.otf") format("otf"),
    url("fonts/HelveticaNowDisplayBold.otf") format("opentype");
}
@font-face {
    font-family: "HelveticaNowDisplay";
    src: url("fonts/HelveticaNowDisplay.otf") format("otf"),
    url("fonts/HelveticaNowDisplay.otf") format("opentype");
}
@font-face {
    font-family: "HelveticaNowDisplay-It";
    src: url("fonts/HelveticaNowDisplay-It.otf") format("otf"),
    url("fonts/HelveticaNowDisplay-It.otf") format("opentype");
}
@font-face {
    font-family: "HelveticaNowDisplayBd-It";
    src: url("fonts/HelveticaNowDisplayBd-It.otf") format("otf"),
    url("fonts/HelveticaNowDisplayBd-It.otf") format("opentype");
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    color: #333;
    text-decoration: none;
    font-weight: 400;
    font-family: "HelveticaNowDisplay", sans-serif;
}
body {
    line-height: 1.5;
    font-size: 13px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
}
button:focus-visible {
    outline-offset: 1px;
    outline-color: #D60C78;
}
#banner{
    width: 100%;
    /*padding: 2.25rem;*/
    height: 1rem;
    color: #fff;
    text-align: center;
    background: #000;
}
#banner span{
    font-family: "HelveticaNowDisplayBold";
    font-size: 2rem;
}

/* DISPLAY OR HIDE ELEMENTS IF IN DATABASE */
.hide,
.hide1{
    display: none !important;
}
.show1{
    display: block !important;
}
.showService1{
    display: inline-block !important;
}

/* MAIN CONTAINER OF SITE */
.wrapper {
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
}
#left-panel{
    width: 855px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}
 /*MAP*/
 .ol-attribution.ol-uncollapsible a {
    text-decoration: underline;
 }
.map {
    position:relative;
    min-height:751px;
    max-height: 900px !important;
    width: 100%;
    margin: 0 auto;
}
.map div {
    padding: 0;
}
#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 {
    position:absolute;
    bottom: 3px;
    width: 96%;
}
.attribution a {
	color: #014E62;
	font-weight: bold;
}
.attribution span {
	display: inline-block;
	text-align: center;
	max-width: 500px;
	background: #fff;
	opacity: 0.8;
	color: #000;
}

 /*SEARCH FORM*/
 .forms-poi-box{
     width: 95%;
 }
.form-wrapper {
    z-index: 5;
    height: auto;
    width: 100%;
    background-color: white;
}
#locator-title{
    font-family: "HelveticaNowDisplayBold";
    font-weight: normal;
    font-style: normal;
    font-size: 2.5rem;
    margin-bottom: 7px;
}
#pink-salon{
    color: #d60c78 !important;
}
#search-box-container{
    width: 100%;
    position: relative;
}
.search-box {
    width: 100%;
    height: 2.5rem;
    padding: 0 2.5rem 0 5px;
    font-size:16px;
}
#search-box-container i{
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 1rem;
    padding: 0.75rem;
    cursor: pointer;
}
#search-box-container i:hover{
    color: #d60c78;
}
/**** FILTERS ****/
#filter-label-container{
    width: 100%;
    display: flex;
    padding: 10px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.25rem;
}
#filter-label-container p{
    font-family: "HelveticaNowDisplayBold";
    font-size: 1.1rem;
    padding-left: 1rem;
}
.filter-icon-container {
    width: 100%;
}
.filter-icon-container i{
    font-size: 1.15rem;
    line-height: 29px;
}
#filter_button{
    padding-right: 1rem;
    cursor:pointer;
    font-family: "HelveticaNowDisplayBold";
    font-size: 1.1rem;
    padding-left: 1rem;
    background-color: transparent;
    border: unset;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#filter_button_up{
    display:none;
    cursor:pointer;
    /*font-size: 1.15rem;*/
    padding-right: 1rem;
    font-family: "HelveticaNowDisplayBold";
    font-size: 1.1rem;
    padding-left: 1rem;
    background-color: transparent;
    border: unset;
    width: 100%;
    justify-content: space-between;
}
.box-wrapper {
    height: 100%;
    z-index: 20;
    margin: 0 auto;
}
#locator_search {
    position: relative;
    width: 100%;
    padding: 1rem 0 10px 0;
    display: flex;
    flex-direction: column;
}
#search_country {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 36px;
    width:255px;
    margin-top: 10px;
    margin-left: 15px;
    padding-left:10px;
    background: url(../images/chevron_down.png) no-repeat scroll 221px 11px;
    text-indent: 1px;
    cursor:pointer;
    font-size:16px;
}
.filter_checkbox {
    display:none;
}
#filters {
    position: absolute;
    left: -9000px;
    /*top: 235px;*/
    top: 252px;
    width: 100%;
    background-color: white;
    opacity: 0.98;
    padding-bottom: 5rem;
    z-index: 5;
}
#filter_bar {
    visibility: hidden;
}
.filter_div{
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 10px 1rem;
    position: relative;
    border-top: 1px solid #ddd;
}
.filter_div:last-of-type{
    border-bottom: 1px solid #ddd;
}
.filter_div .checkbox-custom{
    cursor: pointer;
    width: 1.75rem;
    height: 1.75rem;
    border: 1px solid #000;
    background: #fff;
}
.filter_div label {
    cursor: pointer;
    margin-left: 10px;
}
.filter_unselected {
    margin-left: 10px;
    width: 2.5rem;
}
.filter_selected {
    display:none;
    cursor:pointer;
}
.check_image {
    display:none;
    cursor: pointer;
    position: absolute;
    padding: 5px;
    width: 40px;
    top: 13px;
    left: 13px;
}
.check_image.toggle{
    display: block !important;
}
#apply_button{
    cursor: pointer;
    outline: 0;
    position: relative;
    margin-top: 1.5rem;
    width: 13rem;
    height: 3rem;
    color: #000;
    background: #fff;
    border: 4px solid #000;
    transition: border 0.4s ease-in;
}
#apply_button::after{
    content: 'APPLY FILTERS';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-family: "AndaleMonoBold";
    position: absolute;
    top: -3px;
    left: 50%;
    margin-left: -5.575rem;
    background: #fff;
    height: 100%;
    width: 11.15rem;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    cursor: pointer;
    transition: color 0.4s ease-in;
}
#apply_button::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -3px;
    margin-top: -0.65rem;
    background: #fff;
    height: 1.3rem;
    width: 100%;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}
#apply_button:hover{
    border-color: #d60c78;
    transition: border-color 0.2s ease-in;
}
#apply_button:hover::after{
    color: #d60c78;
    transition: color 0.2s ease-in;
}
select::-ms-expand {
    display: none;
}
#locator_search span {
    color: #fff;
}
#locator_search span:hover {
    color:#9AB531;
}
.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;
    width:333px;
    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 {
    width: 95%;
    height:588px;
    overflow: auto;
    z-index:1;
    background-color:white;
}
.searchFilters div {
    float: left;
}
.searchFilters input {
    vertical-align: middle;
}
.poi_box {
    height: auto;
    font-size:15px;
    margin: 1.5rem 0;
}
.poi-topInfo-container{
    height: auto;
    width: 100%;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
}
.left-col{
    width: 70%;
}
.business-title{
    margin-bottom: 7px;
    font-family: "HelveticaNowDisplayBold";
    font-size: 1.6rem;
    color: #444;
    text-decoration: none;
    text-transform: uppercase;
}
.address p{
    margin-left: 0 !important;
    line-height: 1.4 !important;
    text-transform: uppercase !important;
}
.left-col .links-emailPhone{
    margin-top: 7px;
    width: 100%;
    display: flex;
}
.links-emailPhone a{
    color: #000;
    text-decoration: underline;
}
.links-emailPhone span{
    padding: 0 7px;
}
.right-col{
    height: 6rem;
    width: 6rem;
}
.right-col img{
    display: none;
    width: 99%;
    height: 100%;
    object-fit: cover;
}
.shop-services{
    width: 100%;
    padding-left: 1.55rem;
    /* margin-bottom: 1.15rem; */
    /* display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-row: auto;
    grid-gap: 10px; */
}
.typeOf-service{
    display: none;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 95px;
    height: 110px;
    vertical-align: bottom;
    /* flex-direction: column;
    align-items: center; */
}
.typeOf-service .service-icon{
    margin: 0 auto;
    width: 4rem;
    height: 4rem;
}
.typeOf-service p{
    font-size: 0.8rem;
    margin-top: 5px;
    font-family: "HelveticaNowDisplayBold", sans-serif;
    letter-spacing: 0.25px;
    margin-left: 0 !important;
    text-align: center;
}
.service-icon img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .call-to-action div{
        margin-right: 2rem;
        margin-bottom: 10px;
    }
    .call-to-action button{
        margin-right: 2rem;
        margin-bottom: 10px;
    }
}
/* .call-to-action{
    width: 100%;
    margin-bottom: 1.25rem;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
} */
.call-to-action{
    width: 100%;
    margin-bottom: 1.25rem;

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(155px, 200px));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-align:center;
    -ms-flex-align:center;
    column-gap: 7px;
    row-gap: 1rem;
    justify-content: center;
}
.call-to-action> *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1

}.call-to-action> *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2
}
.call-to-action .call-salon::after{
    content: 'CALL SALON';
}
.call-to-action .get-direct::after{
    content: 'GET DIRECTIONS';
}
.call-to-action .schedule-appt::after{
    content: 'SCHEDULE APPT';
}
.call-to-action .website::after{
    content: 'WEBSITE';
}
/* .call-to-action div:last-child{
    margin-right: 0;
} */
.call-to-action div{
    /* margin-bottom: 12px; */
    background: none;
    -ms-grid-column-align: center;
    justify-self: center;
    text-decoration: none;
    position: relative;
    width: 12rem;
    height: 3rem;
    color: #000;
    background: #fff;
    border: 4px solid #000;
    transition: border 0.4s ease-in;
}
.call-to-action div::after{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-family: "AndaleMonoBold";
    position: absolute;
    top: -3px;
    left: 50%;
    margin-left: -5.175rem;
    background: #fff;
    height: 100%;
    width: 10.35rem;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    cursor: pointer;
    transition: color 0.4s ease-in;
}
.call-to-action div::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -3px;
    margin-top: -0.625rem;
    background: #fff;
    height: 1.25rem;
    width: 100%;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}
.call-to-action div:hover{
    border-color: #d60c78;
    transition: border-color 0.2s ease-in;
}
.call-to-action div:hover::after{
    color: #d60c78;
    transition: color 0.2s ease-in;
}

.call-to-action button {
    /* margin-bottom: 12px; */
    background: none;
    -ms-grid-column-align: center;
    justify-self: center;
    text-decoration: none;
    position: relative;
    width: 12rem;
    height: 3rem;
    color: #000;
    background: #fff;
    border: 4px solid #000;
    transition: border 0.4s ease-in;
}
.call-to-action button::after{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-family: "AndaleMonoBold";
    position: absolute;
    top: -3px;
    left: 50%;
    margin-left: -5.175rem;
    background: #fff;
    height: 100%;
    width: 10.35rem;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    cursor: pointer;
    transition: color 0.4s ease-in;
}
.call-to-action button::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -3px;
    margin-top: -0.625rem;
    background: #fff;
    height: 1.25rem;
    width: 100%;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}
.call-to-action button:hover{
    border-color: #d60c78;
    transition: border-color 0.2s ease-in;
}
.call-to-action button:hover::after{
    color: #d60c78;
    transition: color 0.2s ease-in;
}
.black-elite-text{
    display: none;
}
.black-elite-text p{
    margin-left: 0 !important;
    line-height: 17px !important;
}
.salon-details-container{
    width: 100%;
}
.openSalon-details{
    display: flex;
}
.openSalon-details p{
    margin-left: 0 !important;
    font-family: "HelveticaNowDisplayBold";
}
.openSalon-details i{
    margin-left: 1rem;
}
.salon-hours{
    margin-top:1.1rem;
    width: 60%;
    font-size: 1rem;
}
.salon-hours li{
    display: flex !important;
    justify-content: space-between;
    list-style: none !important;
    margin-bottom: 10px;
    border: 0 !important;
}
.salon-hours li:last-child{
    margin-bottom: 0;
}
.day1 {
    font-family: "HelveticaNowDisplayBold";
}
.icon_div {
    width: 26px;
    position: absolute;
    left: 30px;
    margin-top: 15px;
}
.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:15px;
    margin-left:8px;
    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;
}
h2 {
    line-height:35px;
    color: #000;
    font-size: 1.1rem;
    font-weight: 400;
    font-family: "HelveticaNowDisplay-It";
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.olPopupCloseBox {
    visibility:hidden;
}
.poi .content-list li {
    background: #FFF;
}
.poi .content-list.maneuver-result li {
    float: none;
}
.content-list.poi-result {
	width: 100%;
}
.content-list.poi-result li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    position: relative;
    line-height: 20px;
}
.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: #efefef;
}
.box-wrapper {
	position:relative;
}
.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;
}
.active_action {
    font-weight: bold;
}
div.olControlZoom {
    display: none;
}
.button-search {
    border: 0;
    outline: 0;
    margin-top: 1.25rem;
    font-family: "HelveticaNowDisplayBold";
    letter-spacing: 0.5px;
    height: 2.5rem;
    background: #d60c78;
    color: #fff;
    cursor: pointer;
}
.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: Lato;
    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;
    color: #d60c78;
    font-size: 1.25rem;
    text-decoration: none;
}
.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 h2 {
    color:#000;
}
.olPopupCloseBox {
    background-image: url("https://hosted.where2getit.com/w2gi/images/close.gif");
    top: 10px !important;
    right: 10px !important;
    width: 12px !important;
    height: 10px !important;
}

/* Bubble */
.main-bubble{
    width: 53px;
	height: 64px;
	position: absolute;
	left: -7px;
	top: -72px;
	border-style: none;
	display: inline-block;
}

/*Tabs*/
.tabs{
    display: none;
    position: absolute;
    top: 0;
    left: -45px;
    width: 12rem;
    background: rgba(255,255,255,0.8);
    border-radius: 12px;
    padding: 7px !important;
}
.tabs li{
    width: 100%;
    text-transform: uppercase;
    line-height: 1.4;
}
.tabs li:last-child{
    margin-bottom: 0;
}
.tabs-salonName{
    font-family: "HelveticaNowDisplayBold";
}
.tabs-phone a{
    cursor: pointer;
    color: #d60c78;
    text-decoration: none;
}
.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;
}

/*
 * 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: #014E62;
    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: 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 #0E283C;
     width:350px !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:279px;
}
.directions_btn_wrapper button {
    cursor:pointer;
}
#desktop_info {
    height: auto;
    width: 275px;
    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;
    margin-bottom:-10px;
}
#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: 275px;
    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: 234px;
    padding: none;
    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: 15px auto 10px auto;
    margin-top: 15px;
    position: relative;
}
#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: #014E62;
    font-weight: bold;
}
#driving_directions img.reverse {
    position: relative;
    margin-left:10px;
}
.dd-button-search {
    background: none repeat scroll 0 0 #014E62 !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 #0E283C;
}
.poi.maneuver {
    top:190px !important;
    width:350px !important;
}
.maneuver-result {
    overflow-y:scroll !important;
}
#search_return{
    cursor:pointer;
    border: 2px solid #014E62;
    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:#014E62;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    top: 4px;
    margin-left: 23px;
}
.dist_time {
    margin-left:17px;
    font-size:14px;
    color:#014E62;
}
.dist_time span {
    font-weight:bold;
    color:#014E62;
}
.maneuver_start, .maneuver_end {
    font-size:14px;
    color:#014E62;
    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: #014E62;
    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;
}

/*Mobile buttons*/
#listview, #mapview {
    display:none;
    text-decoration: underline;
    cursor:pointer;
    float:left;
    width: 50%;
    height:50px;
    font-size:16px;
    text-align: center;
    line-height:46px;
    font-weight:bold;
    background: none;
}
#listview {
    color:#d60c78;
}
#mapview {
    color:#000;

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

@media (max-width: 1280px){
    /* .call-to-action a{
        margin-right: 7px;
    } */
}
@media (min-width:802px) {
    #filter_button_mobile, #filter_button_up_mobile {
        display:none !important;
    }
}
@media (max-width:1024px) and (max-height:1366px){
    .attribution span{
        width: 450px;
        font-size: 11px;
    }
}
@media (min-width:1px) and (max-width:801px) {
    body{
        overflow: visible;
        height: 100% !important;
    }
    #w2gi_wrapper,
    .box-wrapper{
        overflow: visible !important;
        height: 100% !important;
    }
	#w2gi_wrapper {position:relative; min-height: 700px;}
	.wrapper {position: relative; overflow:visible; flex-direction: column;}
    #left-panel{
        width: 100%;
        overflow: visible;
    }
    #poi{
        top: 0;
        width: 90%;
        height: 100% !important;
        overflow: visible;
    }
	.poi.hidden {
	    left: -9000px;
	    height: 100px;
	    margin-top: 0px;
	    position: absolute;
	}
	.map.active {
	    left: 0px;
	    position: relative;
	}
    .tabs{
        display: block !important;
    }

   	.w2gi-backbone .olPopupCloseBox {display:none}

   	.attribution {width:100%; display:none; position:static;}

    .map {
        height:calc(100vh - 250px);
        max-height:450px !important;
        min-height: 450px !important;
        position:absolute;
        left: -9999px;
    }
    .content-list {
        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;
    }
    .close_text {
        position: absolute;
        top: 50px;
        text-align: center;
        margin-top:15px;
        margin-left:0;
        right:  calc(78% - 16px);
    }

    /*Search Form*/
    #locator_search {
        margin-top:0;
    }
    .search-box {
        border: 2px solid #000;
    }
    #search_country {
        width: calc(86% - 50px);
        background: url(../images/chevron_down.png) no-repeat scroll calc(100% - 17px) 11px;
        border: 1px solid gray
    }
    .form-wrapper, .poi {
        width:100%;
        left:0;
        max-height:none;
    }
    #listview, #mapview {
    	display:block;
    }
    h2 {
        background-color:#fff;
    }
    .arrow_div {
        position: absolute;
        right: 25px;
        top: 30.5%
    }
    #filters {
        top:240px;
        opacity: 0.97;
        width: 100%;
    }
    .poi_mobile_directions {
    	position: relative;
    	float: left;
        display:block;
        background-color:#014E62;
        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: 10px;
        margin-left: 10px;
    }
    .vert_line {
        bottom: 56px;
        height: 64%;
    }
    .desktopPhone {
        display:none !important;
    }
    .desktopshow {
        display:none !important;
    }
    .mobilePhone {
        display:block !important;
    }
    .mobileshow {
        display:block !important;
    }
    /* .call-to-action a{
        margin-right: 1.2rem;
    } */

    .shop-services{
        padding-left: 0;
    }
    .call-to-action{
        justify-content: flex-start;
    }

    /*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:#014E62;
        background-color:white;
        border:2px solid #0E283C;;
    }
    #moreinfo_mobile_directions {
        float:right;
        color:white;
        background-color:#014E62;
        border:2px solid #014E62;
    }
    .olPopupCloseBox {
        visibility:visible;
    }
}
@media (max-width: 648px){
    #banner{
        display: none;
    }
    .search-box{
        height: 3.25rem;
    }
    #search-box-container i{
        padding: 1.1rem 0.75rem;
    }
}
@media (min-height: 1px) and (max-height: 800px){
    .poi{
        height: 453px;
    }
    .attribution{
        display: none;
    }
}
@media (min-width:1px) and (max-width:470px) {
    html{
        font-size: 11px;
    }
    .arrow_div {
        display:none;
    }

    .forms-poi-box,#poi{ width: 93%; }

    /* SEARCH FORM */
    .search-box{
        height: 3.75rem;
    }
    #search-box-container i{
        font-size: 1.5rem;
    }
    .button-search{
        height: 3.5rem;
    }
    #filter-label-container p{
        font-size: 1.25rem;
    }
    .filter-icon-container i{
        font-size: 1.55rem !important;
    }

    /* FILTERS MENU */
    #filters{
        top: 210px;
    }
    .check_image{
        width: 35px;
        top: 8px;
        left: 7px;
    }
    #apply_button{
        width: 65%;
        height: 4rem;
    }
    #apply_button::after{
        font-size: 1.35rem;
        margin-left: -45%;
        width: 90%;
    }
    #apply_button::before{
        margin-top: -0.75rem;
        height: 1.5rem;
    }

    /* SERVICES OFFERED */
    .shop-services{
        /* padding: 0 1.25rem 0 1.8rem; */
        margin-bottom: 10px;
    }
    .typeOf-service{
        /* padding: 0 4px 7px 4px; */
        width: 85px;
        height: 75px;
        vertical-align: top;
    }

    /* MOBILE POI */
    h2{
        font-size: 1.35rem;
        padding-bottom: 0;
    }
    .left-col{
        width: 75%;
    }
    .right-col{
        height: 7rem;
        width: 7rem;
    }
    .business-title{
        font-size: 1.85rem;
    }
    .links-emailPhone a{
        font-size: 1.1rem;
    }
    .typeOf-service p{
        font-size: 0.9rem;
        text-align: center;
    }
    .call-to-action{
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .call-to-action div{
        margin-right: 0;
        margin-bottom: 1rem;
        width: 100%;
        height: 4rem;
    }
    .call-to-action div:last-child{
        margin-bottom: 0;
    }
    .call-to-action div::after{
        margin-left: -47.5%;
        width: 95%;
        font-size: 1.5rem;
    }
    .call-to-action div::before{
        margin-top: -0.925rem;
        height: 1.85rem;
    }

    .call-to-action button{
        margin-right: 0;
        margin-bottom: 1rem;
        width: 100%;
        height: 4rem;
    }
    .call-to-action button:last-child{
        margin-bottom: 0;
    }
    .call-to-action button::after{
        margin-left: -47.5%;
        width: 95%;
        font-size: 1.5rem;
    }
    .call-to-action button::before{
        margin-top: -0.925rem;
        height: 1.85rem;
    }
    .salon-hours{
        width: 100%;
        font-size: 1.2rem;
    }

    /* BUBBLE */
    .main-bubble{
        left: -8px;
    }
}

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