<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*shim if bootstrap is not around*/


.text-primary{
    color:#007bff;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.slConfig{
    /* position: absolute; enable to make sticky*/
    position:relative;
    min-height:300px;
    background-color: #78b0e0;
    color:white;
    padding:20px;
    width: 100%;
    /*margin-left: -18px;*/
}
.slConfig h6,h5,h4,h3,h2,h1{
    text-transform: none !important;
}
.slConfig h5,h6{
    color:white;

}

/*overide leaflet*/
.leaflet-popup-content h6,h5,h4,h3,h2,h1{

    color:black;
}
.slConfig li{
    color:gray;
}
.slConfigOptions{

    background-color:white;
    color:gray;
    border-radius:5px;

}
.slConfigOptions label {

    font-size:13px;

}
/*
.acResults{
    margin-top: -22px;
    border-radius:3px;
    display: block;
    position:relative;
    background-color:white;
    width: 98%;
    margin-left: 5px;
    border:solid 1px #e2e2e2;
    display:none;
    padding-right: 13px;
    z-index:9;
}*/
.acResults{
    z-index: 9999 !important;
    /*margin-top: -22px; enable if find location*/
    border-radius:3px;
    /* display: block; */
    position: absolute;
    background-color:white;
    width: 90%;
    /* margin-left: 5px; */
    border:solid 1px #e2e2e2;
    display:none;
    /* padding-right: 13px; */
    z-index:9;
    /* margin-right: 155px; */
    /* margin-left: -40px; */
    box-shadow: 0px 14px 14px 0 rgb(0 0 0 / 50%);
}

.acResults ul{
    margin-left:0px;
    padding-left:0px;
}
.acResults li{
    line-height:30px;
    font-size:18px;
    border-bottom:1px solid #efefef;
    list-style-type:none;
    margin-left:0px;
    padding-left:5px
}
.acResults li:hover{
    background-color:#ececec;
    cursor:pointer;
}
.acResults ul li:last-child {
    border-bottom:0px
}

.acResultsShow{
    display:block !important;
}
.slItem{

    border:solid 1px #e3e3e3;
    border-radius:5px;
    margin-bottom:10px;
    box-shadow:.01px 0px 4px 0px rgba(0,0,0,.2);

    cursor:pointer;
    background-color:white;

}
.slItemActive{
    background-color:#fafafa;
}
.slItemDetail{
    padding:0px;
    list-style-type:none;
}
.mapContain{
    height: 100%;
    overflow: hidden;
    /* border: solid red; */
    position: absolute;
    width: 100%;
    left: 10px;
    right: 10px;
}
.slDisplayResults{
    overflow-x:hidden;
    /*height: calc(35em);*/
    /* margin-top: 306px; enable to make sticky */
    margin-left: 0px;
    background-color:#efefef;

}
.itemDetails{

    border:solid 1px #dcdcdc;
    margin:10px;
    border-radius:5px;
    background-color:white;
    box-shadow:.0px 0px 4px 0px rgba(0,0,0,.3);
    padding-top:10px;
    padding-bottom:10px;

}
.useMyLocation{

    cursor: pointer;

}
.useMyLocation:hover{
    color: #c6c6c6;
}

.slContainer{
    height:100%;
    position: relative;
    background-color: white;
}
.slConfigContainer{
    /*position:sticky; can make the config sticky*/
    position:relative;
    top:0
}
.selected{
    background-color: #f1f1f1;
}
.mobileMapLink{
    display: block;
}
#map{
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    height:100%;
    /*display:none;*/
}



.sl-ch{

    height:100%

}
.slDirections:hover{
    cursor:pointer;
}

/*btn styles*/
.slbtnBar{
    margin-top:5px;
    display:flex;
    flex-direction:row;

}
.slbtn{
    flex-grow:1;
    border:solid 1px #e4112c;
    color:#e4112c;

}

.slbtn:hover{
    background-color:#e4112c;
    color:white;

}

.isFRC{
    background-color: #edf8fe;
}

/* ensures there is a 5px gutter if more then one item */
.slbtn:nth-last-child(n+2) ~ .slbtn:last-child{
    margin-left: 5px;
}
/* Media queries */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    #map{
        display:none;
    }
    .mobileMapLink{
        display: none;
    }
    .sl-ch{

        height:100%

    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    #map{
        display:block;
    }
    .acResults{
        width: 90%;
        box-shadow: 0px 14px 14px 0 rgb(0 0 0 / 50%);
    }
    .mobileMapLink{
        display: none;
    }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    #map{
        display:block;
    }
    .acResults{
        width: 90%;
        box-shadow: 0px 14px 14px 0 rgb(0 0 0 / 50%);
    }
    .mobileMapLink{
        display: none;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    #map{
        display:block;
    }
    .acResults{
        width: 94%;
        box-shadow: 0px 14px 14px 0 rgb(0 0 0 / 50%);
    }
    .mobileMapLink{
        display: none;
    }

}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

    #map{
        display:block;
    }
    .acResults{
        width: 92%;
        box-shadow: 0px 14px 14px 0 rgb(0 0 0 / 50%);
    }
    .mobileMapLink{
        display: none;
    }

}

</pre></body></html>