#activmap-accordion {
    clear: both;
}
#activmap-accordion .panel-heading .activmap-accordion-toggle:after {
    margin: 0 0 0 15px;
}
#activmap-accordion .panel-heading {
    background: #154C7A;
    color: #fff;
    font-family: 'Montserrat',Arial,sans-serif;
}
#activmap-accordion .panel-title a {
    display: block;
    color: #fff;
}
#activmap-accordion .panel-title a:hover {
    text-decoration: none;
}
#activmap-accordion .panel-title a:after {
    font-family: FontAwesome;
    content: '';
    float: right;
}
#activmap-accordion .panel-title a.collapsed:after {
    content: '';
}
#activmap-reset {
    display: inline-block;
    margin-bottom: 10px;
}
#activmap-geolocate {
    margin-bottom: 10px;
}
#activmap-wrapper {
    height: 640px;
    width: 70%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
#activmap-canvas {
    width: 100% !important;
    height: 100%;
    float: right;
}
#activmap-places {
    background: #fff;
    position: relative;
    left: 0;
    z-index: 10;
    height: auto;
    width: 30%;
    padding: 0 20px 60px;
    height: 640px;
    overflow-y: scroll;
}
.search-panel {
    min-height: 100px;
    padding: 0;
}
.map-panel {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.search-filters {
    padding: 0;
    border-bottom: 5px solid rgba(226, 231, 235, 0.4);
    margin: 0 15px 30px;
    width: 100%;
}
.align-center {
    text-align: center !important;
}
.ratio-input {
    margin-left: 15px !important;
}
.address, .phone, .schedule {
    display: block;
    margin-top: 8px;
    padding-left: 15px;
    text-indent: -8px;
}
.address .fa, .phone .fa {
    margin-right: 6px;
}
.schedule i {
    margin-right: 6px;
}
@media(max-width:767px){
    #activmap-places.hidden-xs {
        display: none!important;
    }
}
@media(min-width:768px){
    #activmap-places.hidden-xs {
        display: block!important;
    }
}
#activmap-results-num {
    position: sticky;
    top: 0;
    left: 0;
    font-weight: normal;
    font-size: 18px;
    color: #E62B27;
    text-transform: uppercase;
    padding: 10px 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    width: 100%;
    background: #fff;
}
.activmap-place {
    display: none;
    border-left: 5px solid #154c7a;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.3s;
}
.activmap-place:hover,
.activmap-place.active {
    background: #f3f3f3;
    border-top: 1px solid #154c7a;
    border-bottom: 1px solid #154c7a;
    border-right: 1px solid #154c7a;
}
.activmap-place h3 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
}
.activmap-place h3:before {
    font-family: FontAwesome;
    content: '';
    margin-right: 10px;
}
h4.activmap-title {
    font-size: 18px;
    margin: 10px 0 0;
}
.activmap-brand {
    display: block;
    margin: 10px 10px 10px 0;
    height: 220px;
    width: 280px;
}
.activmap-brand img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.activmap-brand-description {
    max-width: 280px;
    padding-left: 0.5rem;
}
.gm-style-iw {
    left: 25px !important;
}
.url {
    margin-top: 10px;
    display: block;
    margin-bottom: 5px;
}
.url a {
    margin-left: 4px;
    font-size: 14px;
    font-weight: 400;
}
.list-checkbox-wrapper {
    margin: 20px 0 8px;
    padding: 20px 20px 12px;
    background: #f3f5f7;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
}
.list-checkbox {
    list-style: none;
    display: inline-flex;
    justify-content: space-between;
    padding: 0;
    width: 50%;
}
.list-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.list-checkbox li {
    line-height: 20px;
    display: flex;
    align-items: end;
}
.radio-area {
    padding: 10px 50px;
    display: flex;
    align-items: flex-start;
    height: 50px;
}
.radio-area label {
    font-weight: 400;
}
.radio-area input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.sticky-col-red {
    margin-top: -20px;
    position: sticky;
    top: 130px;
    padding-bottom: 110px;
}
@media only screen and (max-width: 480px) {
    .list-checkbox {
	    width: 100%;
    }
    .search-filters {
	    margin: 0;
	    width: 100%;
	    padding: 0 15px;
    }
    .radio-area label {
	    font-weight: 400;
    	width: 100%;
    }
    .radio-area {
	    padding: 10px 0;
	    display: flex;
	    align-items: flex-start;
	    height: auto;
	    flex-wrap: wrap;
    }
    #activmap-reset {
	    display: inline-block;
	    margin-bottom: 10px;
	    width: 100%;
    }
    #activmap-geolocate {
	margin-bottom: 10px;
	    width: 100%;
    }
    #activmap-places {
        order: 0;
	    width: 100%;
        height: 240px;
    }
    #activmap-wrapper {
        order: 1;
	    width: 100%;
    }
}