.mapSection {
    border-bottom: solid 2px #B6B8BB;
    padding: 0 0 77px;
    margin: 0 0 57px;
}
.single-location .mapSection{
    padding: 0;
    margin: 0;
    border: none;
}
.select {
    position: relative;
    margin: 0 0 10px;
}
.select select {
    margin: 0;
    padding: 0 15px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    outline: 0 !important;
    border: 0;
    border: solid 1px #B6B8BB !important;
    border-radius: 0;
    background: #FFF;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-spacing: 0;
    font-size: 16px;
    font-weight: 300;
    color: #808080 !important;
    height: 48px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.select select::-ms-expand {
    display: none;
}
.select select:hover,
.select select:focus {
    color: #00061c;
    background: #FFF;
}
.select__arrow {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 14px;
    height: 7px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    pointer-events: none;
    background: url(../images/arrowGrayDown.svg)no-repeat left top;
}
.search-container {
    position: relative;
    margin: 0 0 10px;
}
.search-container #location_search {
    color: #808080;
    display: block;
    width: 100%;
    height: 48px;
    border: solid 1px #B6B8BB;
    padding: 0 15px 0 40px;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
}
.search-container #location_search::-webkit-input-placeholder {
    color: #808080;
    opacity: 1;
}
.search-container #location_search::-moz-placeholder {
    color: #808080;
    opacity: 1;
}
.search-container #location_search:-ms-input-placeholder {
    color: #808080;
    opacity: 1;
}
.search-container #location_search:-moz-placeholder {
    color: #808080;
    opacity: 1;
}
input[type="submit"].searchIcon {
    margin: 0;
    padding: 0;
    background: url(../images/iconsSearchGray.svg)no-repeat left top;
    border: none;
    border-spacing: 0;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.storeInfoBox {
    border: solid 1px #B6B8BB;
}
.storeInfoBox .storeInfoBoxInner {
    padding: 15px;
    height: 332px;
    overflow: auto;
}
.store-info {
    margin: 0 0 20px;
}
.store-info:last-child {
    margin: 0;
}
.store-info h3 {
    margin: 0 0 20px;
    padding: 0;
}
.storeInfoBoxInner .store-info h3{
    margin: 15px 0 10px;
}
.storeInfoBoxInner .state-title:first-child{
    margin-top: 0;
}

.storeInfoBoxInner .store-info .map_zoom a{
    color: #808080;
}
.storeInfoBoxInner .store-info .map_zoom a:hover{
    color: #50a7dd;
}
.tax-location_cat .map-section-inner h3 a{
    color: #808080;
}
.tax-location_cat .map-section-inner h3 a:hover{
    color: #50a7dd
}
.store-ctas a,
.store-ctas a:focus {
    color: #808080;
    text-decoration: underline;
}
.store-ctas a:hover {
    color: #50a7dd;
    text-decoration: underline;
}
.store-ctas a:before {
    display: inline-block;
    content: "|";
    margin: 0 6px 0 10px;
}
.store-ctas a:last-child:before {
    display: none;
}
.store-ctas a:first-child:before {
    display: none !important;
}
.location-address {
    max-width: 250px;
}
.business-address {
    max-width: 250px;
}
.location-address,
.contactDetail,
.business-address,
.business-email,
.hours-operation,
.single-location .store-ctas {
    margin: 20px 0;
}
.backToResults a {
    padding: 0 0 0 21px;
    display: inline-block;
    background: url(../images/arrowBlueLeft.svg)no-repeat left top;
}
.single-location #main {
    padding: 0 0 90px;
}
.business-email a,
.business-phone a {
    color: #808080;
}
.business-email a:hover,
.business-phone a:hover {
    color: #50a7dd;
}
/**/

.all-locations {
    margin: 0 0 45px;
}
.heading-container {
    margin: 0 0 25px;
}
.heading-second, heading-last{
    padding-top: 30px;
}
.all-locations h2 {
    margin: 0 40px 20px 0;
    padding: 0;
    font-size: 22px;
    color: #50a7dd;
    font-weight: 700;
    float: left;
}
.all-locations ul.tabs {
    margin: 0;
    padding: 0;
/*    float: right;*/
    list-style: none;
    height: auto;
    border: none;
    width: auto;
}
.all-locations ul.tabs li {
    float: left;
    margin-bottom: 10px;
}
.all-locations ul.tabs li span {
    cursor: pointer;
    color: #808080;
}
.all-locations ul.tabs li:after {
    margin: 0 18px 0 14px;
    content: "|";
    display: inline-block;
}
.all-locations ul.tabs li:last-child:after {
    display: none;
}
.all-locations ul.tabs li.active span {
    color: #50a7dd;
    font-weight: bold;
}
.desktop .tab_content {
    display: none;
}
.tab_drawer_heading {
    display: none;
}
.address-container ul, ul.address-container li {
    margin: 0 0 30px 0;
    padding: 0;
    width:calc(16.66% - 4px);
    padding-right: 20px;
    max-width: 100%;
    
    list-style: none;
    /* float: left; */
    
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.address-container ul.unitedstates-ul{
    width:calc(18.66% - 4px);
}
.address-container ul.unitedstates-ul .store-ctas{
    margin-top: 5px;
}
.address-container ul li {
    margin: 0 0 10px;
}
.address-container ul a, ul.address-container li a {
    color: #808080;
}
.address-container ul a:hover, ul.address-container li a:hover {
    color: #50a7dd;
}
/*
.countryName h3 {
    margin: 0 0 0;
    padding: 0;
}
*/
.address-container ul h3 {
    margin: 0;
    padding: 0;
}
/***** 06092017 *****/
ul.address-container {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.address-container li.unitedstates-li, ul.address-container li{
    width:calc(21.66% - 4px);
    margin: 0 0 30px 0;
    padding-right: 10px;
    max-width: 100%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
ul.address-container li.unitedstates-li .store-ctas{
    margin-top: 5px;
}
.tax-location_cat .mapSection{
    margin-bottom: 0;
    border-bottom: none;
}
 .tab_container .tab_content h3 a{
        color: #808080;
    }
    .tab_container .tab_content h3 a:hover{
        color: #50a7dd;
}
.store-ctas a:nth-child(2):before {display: inline-block !important;
}
@media screen and (max-width: 1199px) {
    .all-locations h2 {
        margin-bottom: 15px;
    }
    .all-locations ul.tabs {
        float: left;
    }
    
    ul.address-container li.unitedstates-li, ul.address-container li{
        width: calc(24.66% - 4px);
    }
}
@media (max-width:1024px){
    .address-container ul, ul.address-container li{
        width: calc(25% - 4px);
    }
}
@media (max-width:991px){
    .address-container ul, ul.address-container li{
        width: calc(33.33% - 4px);
    }
    
     ul.address-container li.unitedstates-li, ul.address-container li{
        width: calc(33.33% - 4px);
    }
}
@media screen and (max-width: 767px) {
    .store-ctas a:first-child:before {
    display: none !important;
}
    .store-ctas a:last-child:before {
    display: inline-block;
}

    .heading-container {
        margin: 0 0 25px;
    }
    .mapSection {
        padding: 0 0 30px;
        margin: 0 0 25px;
        border: none;
    }
    .all-locations h2 {
        float: none;
        margin: 0;
    }
    .tabs {
        display: none;
    }
    .tab_drawer_heading {
        background-color: #f2f2f2;
        color: #808080;
        margin: 0 0 1px;
        padding: 15px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .d_active {
        background-color: #50a7dd;
        color: #fff;
    }
    .countryName {
        display: none;
    }
    .tab_content {
        color: #808080;
        border: solid 1px #808080;        
        border-top: none;
        margin-top: -1px;
        padding: 15px;
    }
    .tab_content_country {
        border-bottom: none;
    }
    .tab_content .coming_text-country{
        border-bottom: solid 1px #EFEFEF; 
        padding-bottom: 21px;
        font-size: 14px;
    }
    .tab_content_country:last-child{
        border-bottom: solid 1px #808080; 
    }
    .tab_content_country:last-child .coming_text-country{
        border-bottom: none;
    }
    ul.international-country{ border-bottom: solid 1px #EFEFEF; padding-bottom: 10px; }
    ul.international-country li{ border-bottom: none !important; padding-bottom: 0 !important;}
    .address-container ul, ul.address-container li {
        margin: 0 0 0;
        float: none;
        border-bottom: solid 1px #EFEFEF;
        padding: 0 0 11px;
        width: 100%;
    }
    .address-container ul:last-child, ul.address-container li:last-child{
        border: none;
        margin: 0;
        padding: 0;
    }
    ul.address-container li > div.location_box, ul.address-container li > .country_name, ul.address-container li > .coming_text{
        margin-bottom: 15px;
    }
    ul.address-container li > .country_name{
        margin-top: 20px;
    }
    .single-location #main {
        padding: 0 0 30px;
    }
    #map_canvas {
        height: 320px;
        margin: 0 0 30px;
    }
    .locationRight.pull-right {
        float: none !important;
    }
    .location-title{
        font-weight: 500;
        margin-bottom: 4px;
    }
    .address-container ul li{
        margin-bottom: 15px;
    }
    .shop-locations .store-info .store-ctas{
        margin-top: 5px;
    }
}
h2.us-states {
    cursor: pointer;
}