#maplocator .advice-corona{
    display:none;
}
.displayflex .advice-corona {
    display:block!important;
    width: 100%;
    max-width: 890px;
    align-items: center;
    font-family: 'quasimoda',sans-serif;
    font-size: 20px;
    background: #fff;
    padding: 45px;
    border-radius: 70px;
    margin: 0px auto;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
    line-height: 1.5;
    font-weight: 800;
}

.bh-sl-container .bh-sl-loc-list .list-focus {
  background: #f5f5f5 !important;
  transition: border .2s linear 0s,box-shadow .2s linear 0s;
}
.bh-sl-container .form-input {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;  
  font-family: 'quasimoda', sans-serif;
  font-size: 18px;  
}
.bh-sl-container .bh-sl-map {
    float: right;
    height: 530px;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
    font-weight: 800;
    margin: 15px 15px 0px;
    font-size: 18px;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc {
    margin: 0px 15px 15px;
}
.displayflex #bh-sl-map-container {
display: none!important;
}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   color: #000;
   opacity: 0.41; 
}
:-moz-placeholder { /* Firefox 18- */
   color: #000;
   opacity: 0.41; 
}
::-moz-placeholder { /* Firefox 19+ */
   color: #000;
   opacity: 0.41; 
}
:-ms-input-placeholder { /* IE10 */
   color: #000;
   opacity: 0.41; 
}
.gm-style .gm-style-iw-c {border-radius: 0px !important;}

.flexbox {
  display: flex;
  align-items: center;  
  justify-content: space-between;
  font-size: 18px;
  font-family: 'quasimoda', sans-serif;
  color: #000;
}
.info-content {
  display: flex;
  justify-content: space-between;
}
.info-content .info-sx {
  flex-basis: 70%;
  max-width: 300px;
  margin-right: 10px;
}
.info-content .info-sx .loc-addr,
.list-content .list-content-sx .locaddr
{
margin: 5px 0;
line-height: 1.2;
}

.info-content .info-dx {
  flex-basis: 50px;
}
.map-facebook, .loc-facebook,
.map-twitter, .loc-twitter,
.map-youtube, .loc-youtube,
.map-pinterest, .loc-pinterest,
.map-instagram, .loc-instagram {
  margin-right: 5px;
}
.map-facebook a:before, .loc-facebook a:before {
    content: "\f09a";
    font-family: FontAwesome;
}
.map-twitter a:before, .loc-twitter a:before {
    content: "\f099";
    font-family: FontAwesome;
}
.map-youtube a:before, .loc-youtube a:before {
    content: "\f16a";
    font-family: FontAwesome;
}
.map-pinterest a:before, .loc-pinterest a:before {
    content: "\f0d2";
    font-family: FontAwesome;
}
.map-instagram a:before, .loc-instagram a:before {
    content: "\f16d";
    font-family: FontAwesome;
}
.flexsoc {
  display: flex;
  font-size: 15px;
}

.cat-1-elite {
 content: url(https://cdn2.hubspot.net/hubfs/6067721/%5BUK%20Website%5D/storelocator/tier/e-elite-24.png);
  width: 85px;
  height: 25px;
  margin: 4px 0px 10px auto;
}
.cat-3-gold {
 content: url(https://cdn2.hubspot.net/hubfs/6067721/%5BUK%20Website%5D/storelocator/tier/g-gold-24.png);
  width: 85px;
  height: 25px;
  margin: 4px 0px 10px auto;
}
.cat-4-silver {
 content: url(https://cdn2.hubspot.net/hubfs/6067721/%5BUK%20Website%5D/storelocator/tier/s-silver-24.png);
  width: 85px;
  height: 25px;
  margin: 4px 0px 10px auto;
}
.cat-2-platinum {
    content: url(https://cdn2.hubspot.net/hubfs/6067721/storelocator/dark-p-platinum-24.png);
    width: 85px;
    height: 25px;
    margin: 4px 0px 10px auto;
}
.cat-5-bronze {
 content: url(https://cdn2.hubspot.net/hubfs/6067721/%5BUK%20Website%5D/storelocator/tier/b-bronze-24.png);
  width: 85px;
  height: 25px;
  margin: 4px 0px 10px auto;
}
.loc-directions:after {
  content: "\f041";
  font-family: FontAwesome;  
  margin-left: 10px;
}
.loc-dist {display: none !important;}

.displayflex{
    display: flex;
    align-items: center;
    justify-content: flex;
    height: 900px;
     background: url(https://cdn2.hubspot.net/hubfs/6067721/%5BGLUHE%5D_BLOG_IMG/V2%20GettyImages-512086185-1%20REV.png);
    background-repeat: no-repeat;
    background-size: cover;
}


.displayflex #bh-sl-map-container {
display:none;
}
.bh-sl-container .bh-sl-filters-container {
    clear: both;
    display: flex;
    margin: 0 0 0 20px;
    flex-basis: 200px;
    width: auto;
    align-items: center;
}

@media only screen and (max-width: 450px) {
.displayflex .advice-corona {
    font-size: 10px;
}
}
