.gm-style div, .gm-style span, .gm-style label, .gm-style a {
    font-size: 12px;
}
.gm-style .gm-style-cc span, .gm-style .gm-style-cc a, .gm-style .gm-style-mtc div {
    font-size: 10px !important;
}
.bh-sl-window {
}
.bh-sl-error {
    clear: both;
    color: #ae2118;
    float: left;
    font-weight: bold;
    padding: 10px 0;
    width: 100%;
}
.bh-sl-container {
    box-sizing: border-box;
    color: #555;
    float: left;
    font-size: 14px;
    width: 100%;
}
.bh-sl-container > * {
    box-sizing: content-box !important;
}
.bh-sl-container .bh-sl-form-container {
    float: left;
    width: 100%;
    position: relative;
}
.bh-sl-container .form-input {
    display: inline-block;
    padding: 16px 0 17px 20px;
}
@media (min-width: 768px) {
    .bh-sl-container .form-input {
    width: auto;
}
 }
.bh-sl-container .form-input label {
    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;
    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 .loc-alt-dist {
    display: none;
}
.bh-sl-container button,
.bh-sl-container .button {
    border: none;
    border-radius: 4px !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-top: 3px;
    padding: 6px 12px;
    white-space: nowrap;
    -webkit-border-radius: 4px !important;
	text-transform: none;
	height: auto;
	font-family: inherit !important;
	transition: all .3s ease-in-out;
}
.bh-sl-container button:hover,
.bh-sl-container .button:hover {
	text-decoration: none !important;
}

.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;
    margin: 15px 0;
    width: 100%;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
    float: left;
    list-style: none;
    margin: 0 100px 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: 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: 14px;
    padding: 6px 12px;
    -webkit-border-radius: 4px;
}
.bh-sl-container .bh-sl-map-container {
    display: block;
    position: relative;
    width: 100%;
}
.bh-sl-container .bh-sl-map-container a {
    transition: all 0.2s ease-in-out;
}
.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: 14px;
    height: 530px;
    overflow-x: auto;
    width: 100%;
}
@media (min-width: 1024px) {
    .bh-sl-container .bh-sl-loc-list {
		width: 30%;
	}
 }
.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-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    clear: left;
    cursor: pointer;
    display: block;
    padding: 10px 5px;
    float: left;
    transition: all 0.2s ease-in-out;
    width: 100%;
    margin-left: 0;
}
.bh-sl-container .bh-sl-loc-list ul li a.button {
    padding: 12px;
    font-weight: 400;
    letter-spacing: 0 !important;
}
.bh-sl-container .bh-sl-loc-list .list-label {
    display: none !important;
    background: #00192d;
    border-radius: 15px;
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    margin: 10px 0 0 15px;
    padding: 4px 7px;
    text-align: center;
    width: auto;
    min-width: 13px;
}
.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;
    line-height: 22px;
}
.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
    color: #fff;
    font-weight: bold;
    font-style: italic;
}
.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%;
}
.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;
}
.bh-sl-container .loc-name {
    font-weight: bold;
}
.bh-sl-container .bh-sl-map {
    float: left;
    height: 530px;
    width: 100%;
}
@media (min-width: 1024px) {
    .bh-sl-container .bh-sl-map,.bh-sl-container .bh-sl-form-container {
    	width: 70%;
	}
}
.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: 14px;
    padding: 10px;
}
.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
    color: #555;
    cursor: auto;
    text-decoration: none;
}
.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;
    margin-top: 60px;
    height: 620px;
    width: 920px;
    z-index: 10010;
}
.bh-sl-overlay .bh-sl-modal-window .bh-sl-map-container {
    margin-top: 50px;
}
.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
    float: left;
    padding: 0 1%;
    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);
}
.bh-sl-container .bh-sl-loc-list::-webkit-scrollbar {
    width: 3px;
}
.bh-sl-container .bh-sl-loc-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
}
.bh-sl-container .bh-sl-loc-list::-webkit-scrollbar-thumb {
    background-color: #A2781B;
    outline: 1px solid #A2781B;
}

/* Defaults */
.bh-sl-container .bh-sl-form-container {
    background: #A2781B;
}
.bh-sl-container .bh-sl-loc-list {
    background: #AA9462;
}
.bh-sl-container .bh-sl-map-container a {
    color: #3C3C3C;
}
.bh-sl-container button,
.bh-sl-container a.button {
    background: #3C3C3C;
    color: #fff;
}
.bh-sl-container button:hover,
.bh-sl-container a.button:hover {
    background: #A2781B;
    color: #fff;
}
.bh-sl-container .bh-sl-map-container a:hover {
    color: #A2781B;
}
.bh-sl-container .bh-sl-loc-list .list-focus,
.bh-sl-container .bh-sl-loc-list ul li:hover {
    background: #B5A581;
    color: #fff;
}