#sl-map {
    height: calc(70vh - 95px);
    width: 100%;
}

.sl-title{
    padding-left: 1em;
}

.sl-overview{
    border-top: 1px solid #E1E1E1;
    margin-top: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

.sl-overview-map{
    width: 100%;
}

.sl-sidebar{
    list-style: none;
    padding-left: 0;
    margin: 2em auto;
    width: 80%;
    min-height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex : 1;
        -ms-flex-positive : 1;
            flex-grow : 1;
}

.sl-card{
    margin-bottom: 1em;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border: solid 1px rgb(235, 235, 235);
}

.sl-card-href .sl-card-item .distance{
    color: rgb(194, 194, 194);
    font-size: 12px;
}

.sl-card-href .sl-card-item .address{
    color: rgb(156, 157, 158);
    font-weight: bold;
}

.sl-card-href .sl-card-item .type{
    color: rgb(203, 90, 80);
    text-transform: uppercase;
    font-size: 0.8em;
}


.sl-sidebar .sl-card .sl-card-href{
    display: block;
    padding: 1em;
    min-height: 100%;
    cursor: pointer;
    z-index: 500;
}
.sl-sidebar .sl-card .sl-card-href li{
    position: relative;
    padding: 0;
    margin: 0 0em 0.5em 0;
    line-height: 1.2em;
}

.sl-sidebar .sl-card .sl-icon{
    position: absolute;
    left: 0;
}
.sl-sidebar .sl-card-item{
    list-style: none;
    margin: 0;
    padding: 0;
}

.sl-sidebar .sl-card .sl-item-icon{
    padding-left: 1.75em;
}

.sl-sidebar .sl-card .sl-card-href.active li:nth-child(2){
    padding-bottom: .75em;
}

.industry {
    position: absolute;
    opacity: 0;
  }
  .industry + label {
    position: relative;
    cursor: pointer;
    padding: 0;
  }
  .industry + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }
  .industry:hover + label:before {
    background: rgba(0, 0, 0, 0.12);
  }
  .industry:checked + label:before {
    background: #20419a;
  }
  .industry:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }
  .industry:disabled + label:before {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #ddd;
  }
  .industry:checked + label:after {
    content: '';
    position: absolute;
    left: 12px;
    top: 14px;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }


.sl-sidebar .sl-card .sl-card-href:hover{
    background-color: rgb(247, 244, 244);
}

.sl-item-icon.hidden{
    display: none;
}

.sl-overview-map .sl-form{
    padding: 0.7em;
    z-index: 500;
    width: 80%;
    margin: 0 auto;
    z-index: 20000;
    position: relative;
    margin-bottom: -134px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1;
    max-width: 1140px !important;
}

#pac-input{
    width: 100%;
    padding: 0.25em 1em;
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 300px;
}

.sl-form input:focus{
    outline: 0;
}

.sl-form-button{
    margin-top: 1em;
}

.sl-form-group{
    min-width: 250px;
    margin-right: 1.5em;
}

.sl-form-radius{
    min-width: 160px;
    margin-right: 1.5em;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1em;
    line-height: 2.85em;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    cursor: pointer;
}

.sl-form-radius p{
    margin: 0;
    padding: 0 0.35em;
    color: rgb(112, 113, 116);
    font-weight: bold;
}

.sl-form-radius p.selected{
   -ms-grid-column-align: right;
       justify-self: right;
   padding-right: .25em;
   font-weight: normal;
}


.sl-form-radius ul{
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    list-style-type: none;
    margin-top: .72em;

}

.sl-form-radius ul .hide{
    height: 0;
    -webkit-transition-duration: height 300ms;
         -o-transition-duration: height 300ms;
            transition-duration: height 300ms;
}


.sl-form-radius ul .open{
    height: 500px;
}

.sl-form-radius ul:after{
    content: ' ';
    position: absolute;
    height: 1px;
    width: calc(100% - 2.7em);
    background: rgb(236, 236, 236);
    top: 0;
}

.sl-form-radius ul li{
    background: #fff;
    padding: .125em 1em .125em 2em;
    color: rgb(112, 113, 116);
    text-align: right;
    cursor: pointer;
    line-height: 1.8em;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}

.sl-sidebar .sl-card .sl-card-href li.sl-item-icon{
    display: none;
    padding: 0 1.8em;
}

.sl-sidebar .sl-card.active .sl-card-href li.sl-item-icon{
    display: block;
    padding: 0.15em 1.8em;
}

.sl-card-href a:link,
.sl-card-href a:hover,
.sl-card-href a:active,
.sl-card-href a:visited{
    color: #000;
    opacity: 0.5;
    padding-left: .5em;
    font-size: 1.1em;
}

.sl-card-href a:hover{
    opacity: 0.8;
}



.sl-sidebar h3{
    font-weight: bold !important;
    font-size: 15px;
    margin: 0;
    position: relative;
    display: inline;
}
.sl-sidebar h3 span{
    border: 1px solid #20419a;
    width: 20px;
    display: inline-block;
    position: absolute;
    right: -30px;
    bottom: 0px;
    height: 20px;
    border-radius: 100%;
}

.sl-sidebar h3 span.icon-1{
    right: -60px;
}
.sl-sidebar h3 span.icon-2{
    right: -90px;
}
.sl-sidebar h3 span.icon-3{
    right: -120px;
}


.sl-sidebar h3 img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0.8);
            transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.sl-sidebar h3 img[alt="energy"]{
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.3);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1.3);
            transform: translateX(-50%) translateY(-50%) scale(1.3);
}

.sl-industry{
    width: 100%;
    border-bottom: 1px solid rgb(234, 234, 235);
}

.sl-industry-inner{
    width: 80%;
    height: auto;
    padding: 1em 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.sl-industry .sl-industry-checkbox{
    padding-right: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sl-industry .sl-industry-checkbox span{
    cursor: pointer;
}

.sl-industry .sl-industry-title{
    padding-right: 2em;
    width: 100%;
}

.sl-industry .sl-industry-checkbox input,
.sl-industry .sl-industry-checkbox label,
.sl-industry .sl-industry-checkbox p.sl-industry-checkbox-count{
    margin: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.sl-industry .sl-industry-checkbox label{
    padding: 0 .25em 0 .5em;
}

@media (min-width: 700px){
    .sl-card{
        margin: 0.5em 1em .5em 0em;
        -ms-flex-preferred-size: calc(50% - 1em);
            flex-basis: calc(50% - 1em);
    }
}



@media (min-width: 991px){
    .sl-overview{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .sl-overview-map .sl-form{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .sl-industry .sl-industry-title{
        width: auto;
    }
    .sl-card{
        margin: 0.5em 1em .5em 0em;
        -ms-flex-preferred-size: calc((100% / 3 - 1em));
            flex-basis: calc((100% / 3 - 1em));
    }

    .sl-sidebar{
        /* border-top: 0;
        display: flex;
        flex-wrap: wrap; */
    }

    .sl-industry .sl-industry-checkbox{
       -webkit-box-orient: horizontal;
       -webkit-box-direction: normal;
           -ms-flex-direction: row;
               flex-direction: row;
    }

    .sl-form-radius{
        line-height: normal;
    }

    .sl-overview-map form{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .sl-form-button{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-top: 0;
    }
    .sl-overview-map .sl-form{
        margin-bottom: -62px;
    }
}


@media (min-width: 1200px){
    .sl-card{
        -ms-flex-preferred-size: calc((100% / 3 - 1em));
            flex-basis: calc((100% / 3 - 1em));
    }

    .sl-sidebar,
    .sl-industry-inner{
        max-width: 1200px;
    }
}

  .lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto;

  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid rgb(255,198,30);
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
            animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
  }

  @-webkit-keyframes lds-ripple {
       0% {
      top: 28px;
      left: 28px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: -1px;
      left: -1px;
      width: 58px;
      height: 58px;
      opacity: 0;
    }
  }
  @keyframes lds-ripple {
       0% {
      top: 28px;
      left: 28px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: -1px;
      left: -1px;
      width: 58px;
      height: 58px;
      opacity: 0;
    }
  }
/*# sourceMappingURL=storelocator.v1.1.css.map */

.hide{
    display: none;
}