
/* Infowindow Roboto font override */
.gm-style div, .gm-style span, .gm-style label, .gm-style a {
  font-family:Calibri, Arial, Sans-Serif; 
}

/* InfoBubble font size */
.bh-sl-window {
  font-size: 13px; }

.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: 14px;
  line-height:1.4em;
  font-family:Calibri, Arial, Sans-Serif;
  padding: 0 15px;
  width: 100%;
  /*height:100%;*/
   /*height: calc(100vh - 95px - 110px);*/
   height:auto;
     position:relative;
  /* Avoid issues with Google Maps and CSS frameworks */ }
  .bh-sl-container > * {
    box-sizing: content-box !important; }

  .bh-sl-container .bh-sl-form-container {
    clear: left;
    float: left;
   position:absolute;
    z-index:500;
    margin-top: 15px;
    width: 100%; 
       /*height: calc(100vh - 10% - 10%);*/
   height:auto;
  
  }

  /*.bh-sl-container .form-input {
    float: left;
    margin-top: 3px;
    width: 100%; }*/
    /*@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: 4px;
  font-size: 14px;
  line-height:1.4em;
  font-family:Calibri, Arial, 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: auto;
          margin: 0 15px 0 10px; } }*/
  /*.bh-sl-container button {
    background: #00447a;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    float: left;
  font-size: 14px;
  line-height:1.4em;
  font-family:Calibri, Arial, Sans-Serif;
    margin-top: 3px;
    padding: 6px 12px;
    white-space: nowrap;
    -webkit-border-radius: 4px; }*/
  .bh-sl-container .bh-sl-loading {
    background: url(../img/ajax-loader.gif) no-repeat;
    float: left;
    margin: 4px 0 0 10px;
    height: 16px;
    width: 16px; }
  .bh-sl-container .bh-sl-filters-container {
    clear: both;
    float: left;
    background:#e8eef1;
    border: 1px solid #008abc;
            overflow: auto;
    position:absolute;
    z-index:99999;
    width: 100%;
    padding:15px 15px;
    color:#595959;

     margin: 10px 0 15px -30px;
    max-height:430px;

   min-height:350px;
  height:100%;

  }
    .bh-sl-container .bh-sl-filters-container .bh-sl-filters {
      float: left;
      list-style: none;
      margin: 0 20px 0 0;
      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: 6px; }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters li select {
          box-sizing: border-box;
          border: 1px solid #ccc;
          border-radius: 4px;
          font: normal 14px/1.4 Arial, Helvetica, sans-serif;
          padding: 5px 8px;
          -webkit-border-radius: 4px; }
  .bh-sl-container .bh-sl-map-container {
    /*clear: left;
    float: left;*/
    margin-top: 10px;
  position:relative;
    z-index:100;
    width: 100%;
    padding-bottom:0px;
    /*height:100vh;*/
    /*float:right;*/
  }
    @media (min-width: 1024px) {
      .bh-sl-container .bh-sl-map-container {
        margin-bottom: 0px; } }
    .bh-sl-container .bh-sl-map-container a {
      color: inherit;
      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: none; }
  .bh-sl-container .bh-sl-loc-list {
    font-size: 13px;
    /*height: calc(100vh - 305px - 20px);*/
   max-height: 400px;
   min-height:350px;
   height:100%;
   top:10px;
   border-top:1px solid #2d3d48;
        float: left;
    position:relative;
    background:#fff;
    overflow-x: auto;
    /*height:inherit;*/
      /*height: calc(100vh - 300px - 170px);*/
    width: 100%; }
    @media (min-width: 1024px) {
      .bh-sl-container .bh-sl-loc-list {
        width: 100%; } }
    .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: 1px solid #fff;
        /* 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: #008abc;
      border-radius: 15px;
      color: #fff;
      display: inline-block;
      float: left;
      font-weight: bold;
      margin: 13px 0 0 15px;
      font-size:16px;
      padding: 2px 7px;
      text-align: left;
      width: auto;
     min-width: 13px; }

       .bh-sl-container .bh-sl-loc-list .list-label:active {
      /*background: #00192d;*/
      /*border-radius: 15px;*/
      color: #243b71;
      /*display: block;
      float: left;
      font-weight: bold;
      margin: 5px 0 0 15px;
      font-size:16px;
      padding: 4px 7px;
      text-align: left;*/
      /*width: auto;*/
      /*min-width: 13px;*/ }
    .bh-sl-container .bh-sl-loc-list .list-details {
      float: left;
      margin-left: 6px;
      width: 80%; 
      /*display:inline-block;*/
    }
      .bh-sl-container .bh-sl-loc-list .list-details .list-content {
        padding: 10px 10px 10px 5px; }

            .bh-sl-container .bh-sl-loc-list .list-details .list-content a {
      color:#008abc;
      font-weight:bold;
            }

                       .bh-sl-container .bh-sl-loc-list .list-details .list-content a:hover {
      color:#243b71;
      text-decoration:none;
      font-weight:bold;
            }

      .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: 3px solid rgba(0, 82, 147, 0.4);
      transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; 
     font-weight:600;
    }
    .bh-sl-container .bh-sl-loc-list .list-focus .loc-name {
      color:#243b71;
      font-weight:600;
    }
     .bh-sl-container .bh-sl-loc-list .list-focus .list-label {
      background:#243b71;
    }
    
    .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: 15px; }
    .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel {
      margin: 0 4%;
      /* 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: 5px 2px 5px 2px; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-placemark {
        margin: 25px 0 10px 0;
        border: 1px solid #243b71; }
      .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; }
  .bh-sl-container .loc-name {
    /* Picked up by both list and infowindows */
    font-size: 15px;
    color:#008abc;
    text-transform:uppercase;
    font-weight: bold; }
  .bh-sl-container .bh-sl-map {
    float: left;
    /*height: 100vh;*/
    width: 100%;
    min-height:690px;
  height: calc(100vh - 90px - 90px);
  margin-top:-2px;
  }



@media (max-width: 767px) {
    .bh-sl-container .bh-sl-form-container {
        position: relative;
            margin-bottom:30px;
        /*height:auto;*/
    }
    .bh-sl-container .bh-sl-loc-list {
        overflow-x: auto;
        height: 400px;
    }
    .bh-sl-container .bh-sl-map-container {
  position:relative;
  }
    .bh-sl-container .bh-sl-map {
    width: 100%;
  height: 400px;
    position:relative;
  }
}

    @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: bold 14px Arial, Helvetica, sans-serif;
        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 {
      margin-top: 50px;
      /* 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;
    text-decoration:none;
  }
  .bh-sl-close-icon:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  #bh-sl-user-location {
      background:#2d3d48;
      color:#fff;
      min-height:70px;
      width:100%;
      padding:10px 30px;
  }
  #bh-sl-user-location h1 {
      font-family: "DINProCondLight", Calibri, Arial, Helvetica, sans-serif; font-size: 45px; color: #fff; font-weight: normal;
      text-transform:uppercase;text-align:center;
  }

  @media (max-width: 767px) {
      #bh-sl-user-location {
      padding:10px 15px;
  }
}
  
  /*.bh-sl-form-container {
      background:#2d3d48;
      color:#fff;
      min-height:70px;
      /*height:100%;*/
      /*width:100%;
      padding:10px 30px;
      position:absolute;
  }*/
  .bh-sl-form-container h1 {
      font-family: "DinProCondLight", Calibri, Arial, Helvetica, sans-serif; font-size: 45px; color: #fff; font-weight: normal;
      text-transform:uppercase;text-align:center;
  }

  .loc-addr, loc-addr2, loc-addr3, loc-phone, loc-dist, loc-directions {
font-size:13px;
  }

  .text-toogle[aria-expanded=false] .text-expanded {
  display: none;
      text-decoration:none;
}
.text-toogle[aria-expanded=true] .text-collapsed {
  display: none;
      text-decoration:none;
}

.bh-sl-filters-container ul {
       list-style-type: none;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    /*max-width:361px;*/
    width:100%;

}


/*.checkbox-grid {
 list-style-type: none;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    max-width:361px;
    width:100%;
     float: left;
}*/

/*.checkbox-grid ul {
         margin: 0;
}*/
/*.checkbox-grid li { 
-webkit-column-break-inside:avoid;
-moz-column-break-inside:avoid;
-o-column-break-inside:avoid;
-ms-column-break-inside:avoid;
column-break-inside:avoid;
      break-inside: avoid; 
      -webkit-column-break-inside: avoid; 
          page-break-inside: avoid;

}*/
/*.checkbox-grid li:after { 
 clear: both;
  display: block;
}
.checkbox-grid label:after { 
 clear: both;
  display: block;
}*/

/*.bh-sl-filters-container ul li {
    width:30%;
}
.bh-sl-filters-container ul li:nth-child(even){
    margin-right:0;
    width:70%;
}*/

.lt-blue {
    color:#008abc;
}
.btn-main {
  color: #fff;
  background: #008abc;
  border: 2px solid #008abc;
    text-transform:uppercase;
    padding:5px 15px;
    text-decoration:none;
    font-weight:normal;
}

.btn-main:hover,
.btn-main:active,
.btn-main:focus,
.open .dropdown-toggle.btn-main {
  color: #fff !important;
  background: #243b71;
  border: 2px solid #243b71;
    text-transform:uppercase;
        text-decoration:none;
}

.btn-border {
  color: #008abc;
  background: transparent;
  border: 2px solid #008abc;
    text-transform:uppercase;
    padding:5px 15px;
        text-decoration:none;
            font-weight:normal;
}

.btn-border:hover,
.btn-border:active,
.btn-border:focus,
.open .dropdown-toggle.btn-border {
  color: #fff;
  background: #008abc;
  border: 2px solid #008abc;
    text-transform:uppercase;
        text-decoration:none;
}
.btn-location {
  color: #008abc;
  background: transparent;
  border: 2px solid #008abc;
    text-transform:uppercase;
    padding:3px 3px;
        text-decoration:none;
            font-weight:normal;
            margin-right:5px;
}

.btn-location:hover,
.btn-location:active,
.btn-location:focus,
.open .dropdown-toggle.btn-location {
  color: #fff;

  border: 2px solid #fff;
    text-transform:uppercase;
        text-decoration:none;
}
.retail-name {
    font-weight:bold;
    color:#595959;
    font-size:14px;
    text-transform:uppercase;
}
.gm-style-iw {
    /*min-width:350px;*/
    width:100%;
    overflow: hidden !important; 
    max-width:400px;
}

.morph .container {
  right: 0%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* ---------- TOOLBAR ---------- */

.toolbar {
	color: #fff;
}

.toolbar li {
	float: left;
}

ul.toolbar {
	list-style: none;
	margin: 0;
	padding: 0;
}
.toolbar li:first-child a { border-radius: 0em 0 0 0em; }
.toolbar li:last-child button { border-radius: 0 0em 0em 0; }

.toolbar a,
.toolbar input[type="search"],
.toolbar button {
	background: #008abc;
	color: #fff;
	/*display: block;
	padding: .5em 1em;
	position: relative;*/
}

.toolbar a:hover,
.toolbar input[type="search"]:hover,
.toolbar input[type="search"]:focus,
.toolbar button:hover {
	/*background: #2a80b9;*/
}

.toolbar input[type="search"] {
	display: none;
	height: 34px;
	max-width: 340px;
}

.toolbar input[type="search"]::-webkit-input-placeholder { color: #fff; }
.toolbar input[type="search"]::-moz-placeholder { color: #fff; opacity: 1; }
.toolbar input[type="search"]:-moz-placeholder { color: #fff; opacity: 1; }
.toolbar input[type="search"]:-ms-input-placeholder { color: #fff; }


 .circle-icon-blue {
     background:#008abc;
    border-radius:50%;
     font-size:16px;
     font-weight:bold;
     display:block;
       position:absolute;
      text-align:center;
        line-height:26px;
        top:-10px;
  left:28px;
     width:33px;
        height:33px;
       border:solid 3px #fff;
        box-shadow:0px 0px 0px #fff;
         color:#fff;
          font-family: Arial, Sans-Serif;
 }
  .circle-icon-green {
     background:#4dc461;
    border-radius:50%;
     font-size:16px;
     font-weight:bold;
     display:block;
       position:absolute;
      text-align:center;
        line-height:26px;
        top:-10px;
            left:28px;
     width:33px;
        height:33px;
       border:solid 3px #fff;
        box-shadow:0px 0px 0px #fff;
         color:#fff;
          font-family: Arial, Sans-Serif;
 }

   .circle-icon-blue-sm {
     background:#008abc;
    border-radius:50%;
     font-size:6px;
     font-weight:bold;
     display:block;
       position:absolute;
      text-align:center;
        line-height:12px;
        top:-10px;
  left:28px;
     width:13px;
        height:13px;
       border:solid 3px #fff;
        box-shadow:0px 0px 0px #fff;
         color:#fff;
          font-family: Arial, Sans-Serif;
 }
  .circle-icon-green-sm {
     background:#4dc461;
    border-radius:50%;
     font-size:6px;
     font-weight:bold;
     display:block;
       position:absolute;
      text-align:center;
        line-height:12px;
        top:-10px;
  left:28px;
     width:13px;
        height:13px;
       border:solid 3px #fff;
        box-shadow:0px 0px 0px #fff;
         color:#fff;
          font-family: Arial, Sans-Serif;
 }

  #filterMessage a {
      color:#008abc;
      text-decoration:underline;
      cursor:pointer;
  }
   #filterMessage a:hover {
      color:#fff;
      
  }

/*.table thead th {
    color:#595959;
}
.table thead tr {
    background:#e8eef1;
    border-bottom:#2d3d48;
    padding:10px;
}*/
/*.bh-sl-filters-container ul li{
  float: left;
    width: 50%;
}*/

/*# sourceMappingURL=storelocator.css.map */
.slogan__title{padding:0;color:#989898;text-align:right;font-family:"DinProBold",Calibri,Helvetica,Arial,sans-serif;font-size:30px;line-height:1.25;text-transform:uppercase;}
@media screen and (max-width:780px){.slogan__title{text-align:right;font-size:20px;padding-top:7px;margin-right:10px;}}
@media screen and (max-width:480px) {
    .slogan__title {
        text-align: right;
        font-size: 14px;
        padding-top: 10px;
    }
}
 .slogan__location{padding:0;margin:0;color:#989898;text-align:right;font-size:12px;font-family:"DinProBold",Calibri,Helvetica,Arial,sans-serif;text-transform:uppercase;line-height:1;}
@media screen and (max-width:780px){ .slogan__location{text-align:right;font-size:12px;margin-right:10px;}}
@media screen and (max-width:480px){.slogan__location{text-align:right;font-size:9px;}}
  @media (min-width:1200px) and (max-width: 1500px) {
      #bh-sl-user-location {
      padding:10px 8px;
  }
      .btn-location {
            margin-right:0px;
            padding:1px;
}
}
  @media (min-width:767px) and (max-width: 850px) {
      #bh-sl-user-location {
      padding:10px 17px;
  }
      .btn-location {
            margin-right:3px;
}
}
