/* #page-header it just included for the examples */
#page-header {
  display: block;
  float: left;
  max-width: 800px; }
  #page-header .bh-sl-title {
    color: #797874;
    font-size: 1rem;
    font-family: "Inter",Arial,Helvetica,sans-serif;
    }
    @media (min-width: 1024px) {
      #page-header .bh-sl-title {
        font-size: 30px; } }

/* Infowindow Roboto font override */
.gm-style div, .gm-style span, .gm-style label, .gm-style a {
  font-family: "Inter",Arial,Helvetica,sans-serif; }

/* InfoBubble font size */
.bh-sl-window {
  font-size: 1.1rem; }

.bh-sl-error {
  clear: both;
  color: #ae2118;
  float: left;
  font-weight: bold;
  padding: 10px 0;
  width: 100%; }

/* Avoid image issues with Google Maps and CSS resets */
.bh-sl-map-container img {
  border-radius: 0 !important;
  box-shadow: none !important;
  max-height: none !important;
  max-width: none !important; }

.bh-sl-container {
  box-sizing: border-box;
  color: #555;
  float: left;
  font-size: 0.75rem;
  font-family: "Inter",Arial,Helvetica,sans-serif;
  width: 100%;
  position: relative;
  /* Avoid issues with Google Maps and CSS frameworks */ }
  .state {
    text-align: left;
    margin: 20px 0px;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #CCC;
  }
  .state:last-of-type {
    border-bottom: none;
  }
  .store-co-select {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../js/storelocator/img/select.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 20px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
  }
  .state .store {
    color: #555;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    min-width: 130px;
    margin: 10px;
    font-size: 0.75rem;
    font-family: "Inter",Arial,Helvetica,sans-serif;
  }
  .bh-sl-container > * {
    box-sizing: content-box !important; }
  @media (min-width: 1040px) {
    .bh-sl-container .bh-sl-form-container {
      width: 30%;
      position: absolute;
      top: 50%;
      transform: perspective(1px) translateY(-50%);
      right: 1%;
      z-index: 1;
      background:#FFF;
      border: 1px solid #CCC;
      padding: 25px;
    }
  }
  @media (max-width: 1039px) {
    .bh-sl-container .bh-sl-form-container {
      width: 100%;
      /*border-top: 1px solid #ccc;*/
      border-bottom: 1px solid #ccc;
      padding: 25px;
      /*margin: 25px 0;*/
      float:left;
    }
    .bh-sl-map {
      display: none;
    }
  }
  .bh-sl-container .form-input {
    width: 100%; 
    margin-bottom: 10px;}
  .bh-sl-container #bh-sl-user-location {
    margin: 10px 0;
    border-bottom: 1px solid #CCC;
  }
    @media (min-width: 768px) {
      .bh-sl-container .form-input {
        width: auto; } }
    .bh-sl-container .form-input label {
      display: block;
      font-weight: bold;
      width: 100%; }
      @media (min-width: 768px) {
        .bh-sl-container .form-input label {
          display: inline-block;
          width: auto; } }
    .bh-sl-container .form-input input, .bh-sl-container .form-input select {
      box-sizing: border-box;
      border: 1px solid #ccc;
      border-radius: 0px !important;
      font-size: 0.75rem;
      font-family: "Inter",Arial,Helvetica,sans-serif;
      margin: 15px 0;
      padding: 6px 12px;
      width: 100%;
      -webkit-border-radius: 4px; }
      @media (min-width: 768px) {
        .bh-sl-container .form-input input, .bh-sl-container .form-input select {
          width: 49%;
          margin: 0 15px 0 0px; } }
  .bh-sl-container .bh-sl-loading {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /*transform: perspective(1px) translateY(-50%) translateX(-50%);*/}
  .bh-sl-container .bh-sl-loading .lds-spinner {
    margin: 25% auto;
  }
  .bh-sl-container .bh-sl-filters-container {
    margin: 5px 0 10px 5px;
    display: inline-block;
    width: 100%; }
    .bh-sl-container .bh-sl-filters-container .bh-sl-filters {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      gap: 10px 20px;
      padding: 0; }
      .bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
        clear: left;
        display: block;
        float: left;
        margin: 5px 0;
        width: 100%; }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
          display: inline;
          vertical-align: text-bottom; }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
          display: block;
          float: left;
          margin-right: 8px; }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters li select {
          box-sizing: border-box;
          border: 1px solid #ccc;
          border-radius: 4px;
          font-size: 1.1rem;
          font-family: "Inter",Arial,Helvetica,sans-serif;
          padding: 6px 12px;
          -webkit-border-radius: 4px; }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters [type="radio"]:not(:checked),
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters [type="radio"]:checked {
          position: absolute;
          left: -9999px;
        }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters [type="radio"]:not(:checked) + label,
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters [type="radio"]:checked + label {
          position: relative;
          cursor: pointer;
          line-height: 21px;
          padding-left: 22px;
          color: #4a4a4a;
          font-family: "Inter",Arial,Helvetica,sans-serif;
        }
        
        /* checkbox aspect */
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters [type="radio"]:not(:checked) + label:before,
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters [type="radio"]:checked + label:before {
          content: '';
          position: absolute;
          left:0;
          top: 50%;
          transform: translateY(-50%);
          width: 17px; height: 17px;
          border: 1px solid #aaa;
          background: #f8f8f8;
          border-radius: 15px;
          box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
        }
        /* checked mark aspect */
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters [type="radio"]:not(:checked) + label:after,
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters [type="radio"]:checked + label:after {
          content: '✔';
          position: absolute;
          top: 50%; left: 4px;
          font-size: 1rem;
          line-height: 0.8;
          color: #4A4A4A;
          transition: all .2s;
          transform: translateY(-50%) !important;
        }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters .blue[type="radio"]:checked + label:after {
          color: #0098CF;
        }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters .orange[type="radio"]:checked + label:after {
          color: #FF5000;
        }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters .kickr[type="radio"] + label {
          background-image: url(../js/storelocator/img/kickr_icon_dark.png);
          background-size: 13px 13px;
          background-repeat: no-repeat;
          background-position: 23px center;
          padding-left: 40px;
        }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters .station[type="radio"] + label {
          background-image: url(../js/storelocator/img/kickr_icon_dark.png);
          background-size: 13px 13px;
          background-repeat: no-repeat;
          background-position: 23px center;
          padding-left: 40px;
        }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters .bike[type="radio"] + label {
          background-image: url(../js/storelocator/img/bike_icon_dark.png);
          background-size: 16px 13px;
          background-repeat: no-repeat;
          background-position: 23px center;
          padding-left: 40px;
        }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters .rollr[type="radio"] + label {
          background-image: url(../js/storelocator/img/rollr_icon_dark.png);
          background-size: 13px 13px;
          background-repeat: no-repeat;
          background-position: 23px center;
          padding-left: 40px; 
        }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters .run[type="radio"] + label {
          background-image: url(../js/storelocator/img/run_icon_dark.png);
          background-size: 13px 13px;
          background-repeat: no-repeat;
          background-position: 23px center;
          padding-left: 40px; 
        }
        /* checked mark aspect changes */
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters [type="radio"]:not(:checked) + label:after {
          opacity: 0;
          transform: scale(0);
        }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters [type="radio"]:checked + label:after {
          opacity: 1;
          transform: scale(1);
        }
        /* disabled checkbox */
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters [type="radio"]:disabled:not(:checked) + label:before,
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters [type="radio"]:disabled:checked + label:before {
          box-shadow: none;
          border-color: #bbb;
          background-color: #ddd;
        }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters [type="radio"]:disabled:checked + label:after {
          color: #999;
        }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters [type="radio"]:disabled + label {
          color: #aaa;
        }
        /* accessibility */
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters [type="radio"]:checked:focus + label:before,
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters [type="radio"]:not(:checked):focus + label:before {
          border: 1px dotted blue;
        }
        
        /* hover style just for information */
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters label:hover:before {
          border: 1px solid #4778d9!important;
        }
  .bh-sl-container .bh-sl-map-container {
    clear: left;
    float: left;
    width: 100%; }
    @media (min-width: 1024px) {
      .bh-sl-container .bh-sl-map-container {
    } }
    .bh-sl-container .bh-sl-map-container a {
      color: #005293;
      text-decoration: none; }
      .bh-sl-container .bh-sl-map-container a:active, .bh-sl-container .bh-sl-map-container a:focus, .bh-sl-container .bh-sl-map-container a:hover {
        text-decoration: underline; }
  .bh-sl-container .bh-sl-loc-list {
    font-size: 0.75rem;
    overflow-x: auto;
    width: 100%; }
    @media (min-width: 1024px) {
      .bh-sl-container .bh-sl-loc-list {
        width: 100%;
        height:265px;
        overflow-x: hidden; }
    }
    .bh-sl-container .bh-sl-loc-list ul {
      display: block;
      clear: left;
      float: left;
      width: 100%;
      list-style: none;
      margin: 0;
      padding: 0; }
      .bh-sl-container .bh-sl-loc-list ul li {
        border-bottom: 1px solid #CCC;
        margin-left: 0px;
        /* Adding this to prevent moving li elements when adding the list-focus class*/
        box-sizing: border-box;
        clear: left;
        cursor: pointer;
        display: block;
        float: left;
        width: 100%; }
    .bh-sl-container .bh-sl-loc-list .list-label {
      background: #0098CF;
      border-radius: 52px;
      color: #fff;
      display: block;
      float: left;
      font-weight: bold;
      margin: 10px 0 0 15px;
      padding: 4px 7px;
      text-align: center;
      width: auto;
      min-width: 26px; }
    .bh-sl-container .bh-sl-loc-list .list-label.station,
    .bh-sl-container .bh-sl-loc-list .list-label.bike,
    .bh-sl-container .bh-sl-loc-list .list-label.rollr,
    .bh-sl-container .bh-sl-loc-list .list-label.run,
    .bh-sl-container .bh-sl-loc-list .list-label.speedplay,
    .bh-sl-container .bh-sl-loc-list .list-label[class*="and"] {
      background-color: #4A4A4A;
    }
    .bh-sl-container .bh-sl-loc-list .list-label.fulgaz {
      background-color: #ff5000 !important;
    }
    .bh-sl-container .bh-sl-loc-list .list-details {
      float: left;
      margin-left: 6px;
      width: 80%; }
      .bh-sl-container .bh-sl-loc-list .list-details .list-content {
        padding: 10px; }
      .bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
        color: #8e8e8e;
        font-weight: bold;
        font-style: italic; }
    /*.bh-sl-container .bh-sl-loc-list .list-focus {
      border: 1px solid rgba(0, 82, 147, 0.4);
      transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; }*/
    .bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
      height: 20px;
      position: relative;
      width: 100%; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
        right: 6px;
        top: 0; }
    .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel {
      margin: 0 2%;
      /* Avoid issues with table-layout */ }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table {
        table-layout: auto;
        width: 100%; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table, .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
        vertical-align: middle;
        border-collapse: separate; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
        padding: 1px; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-placemark {
        margin: 10px 0;
        border: 1px solid #c0c0c0; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-marker {
        padding: 3px; }
    .bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
      font-weight: bold;
      margin: 15px; }
    .bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc {
      margin: 0 15px 20px; }
  .bh-sl-container .loc-name, .store .loc-name {
    /* Picked up by both list and infowindows */
    font-size: 0.8125rem;
    font-weight: 600; }
  .bh-sl-container .loc-name.station, .store .loc-name.station {
    background-image: url(../js/storelocator/img/kickr_icon_dark.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 18px;
  }
  .bh-sl-container .loc-name.run, .store .loc-name.run {
    background-image: url(../js/storelocator/img/run_icon_dark.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 18px;
  }
  .bh-sl-container .loc-name.rollr, .store .loc-name.rollr {
    background-image: url(../js/storelocator/img/rollr_icon_dark.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 18px;
  }
  .bh-sl-container .loc-name.bike, .store .loc-name.bike {
    background-image: url(../js/storelocator/img/bike_icon_dark.png);
    background-size: 18px 14px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
  }
  .bh-sl-container .loc-name[class*="station"][class*="bike"][class*="rollr"][class*="run"], .store .loc-name[class*="station"][class*="bike"][class*="rollr"][class*="run"] {
    background-image: url(../js/storelocator/img/kickr_icon_dark.png),url(../js/storelocator/img/bike_icon_dark.png),url(../js/storelocator/img/rollr_icon_dark.png),url(../js/storelocator/img/run_icon_dark.png);
    background-size: 14px 14px, 18px 14px, 14px 14px, 14px 14px;
    background-repeat: no-repeat;
    background-position: left center, 20px center, left center, left center;
    padding-left: 42px;
  }
  .bh-sl-container .loc-list .col1 {
    width: 60%;
    display: inline-block;
  }
  .bh-sl-container .loc-list .col2 {
    width: 38%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
  }
  .bh-sl-container .loc-list div:nth-child(n+5) {
    text-align: right;
  }
  .bh-sl-container .bh-sl-map {
    float: left;
    height: 530px;
    width: 100%; }
    @media (min-width: 1024px) {
      .bh-sl-container .bh-sl-map {
        width: 100%; } }
  .bh-sl-container .bh-sl-pagination-container {
    clear: both; }
    .bh-sl-container .bh-sl-pagination-container ol {
      list-style-type: none;
      margin: 0;
      padding: 10px 0;
      text-align: center; }
      .bh-sl-container .bh-sl-pagination-container ol li {
        color: #005293;
        cursor: pointer;
        display: inline-block;
        font-size: 1.1rem;
        font-family: "Inter",Arial,Helvetica,sans-serif;
        font-weight: bold;
        padding: 10px; }
      .bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
        color: #555;
        cursor: auto;
        text-decoration: none; }

/* Modal window */
.bh-sl-overlay {
  background: url(../img/overlay-bg.png) repeat;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }
  .bh-sl-overlay .bh-sl-modal-window {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #656565;
    position: absolute;
    left: 50%;
    margin-left: -460px;
    /* width divided by 2 */
    margin-top: 60px;
    height: 620px;
    width: 920px;
    z-index: 10010; }
    .bh-sl-overlay .bh-sl-modal-window .bh-sl-map-container {
      /* increase map container margin */ }
    .bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
      float: left;
      padding: 0 1%;
      /* there's already a margin on the top of the map-container div */
      width: 98%; }
    .bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
      right: 22px;
      top: 13px; }

.bh-sl-close-icon {
  cursor: pointer;
  height: 24px;
  position: absolute;
  width: 24px; }
  .bh-sl-close-icon:after, .bh-sl-close-icon:before {
    background: #ccc;
    content: '';
    display: block;
    height: 24px;
    margin: -3px 0 0 -1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 3px;
    top: 3px;
    width: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .bh-sl-close-icon:hover:after, .bh-sl-close-icon:hover:before {
    background: #b3b3b3; }
  .bh-sl-close-icon:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
