/* slick-1.8.1/slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    transition: all .2s ease;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* slick-1.8.1/slick-theme.css */
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dots
{
    display: table;
    list-style: none;
    text-align: center;
    margin: 15px auto 0;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* lib/chosen_v1.8.7/chosen.min.css */
.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../images/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../images/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../images/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(../images/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}

/* lib/Parsley.js-2.9.2/parsley.css */
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #B94A48;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

/* locations */
.location-contact p{
    padding: 0;
}
.location-contact a{
    color: #fff;
}
.location-type{

}
.page ul.location-posts-list{
    padding: 0;
}
ul.location-posts-list li{
    list-style: none;
    padding: 7px 0;
}
ul.location-posts-list a{
    color: #fff;
    display: flex;
    align-items: center;
}
ul.location-posts-list a:hover p{
    text-decoration: underline;
}
ul.location-posts-list .formula{
    font-family: 'Teko',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    margin-right: 7px;
    line-height: 1;
    position: relative;
    top: 2px;
}
ul.location-posts-list .formula i.fas{
    font-size: 22px;
}
.location-service{
    border-radius: 10px;
    padding: 27px 0;
    margin-bottom: 15px;
}
.location-service:last-child{
    margin-bottom: 0;
}
.location-service .content{
    margin: 10px 30px 30px;
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.89);
}

/*
 * ------------------------------------------
 */

#lf_filters ul{
    list-style: none;
    padding: 0;
    margin: 10px 0;
    width: 215px;
}
#lf_filters ul li{
    display: block;
    color: #fff;
    font-size: 14px;
    margin: 0 0 10px;
    text-align: right;
}
#lf_filters input[type=text]{
    font-size: 14px;
    color: #222;
    padding: 5px 15px;
    border-radius: 15px;
    width: 100%;
}
#lf_filters input[type=submit]{
    background: #004e79;
    color: #fff;
    transition: all .2s;
    border: none;
    line-height: 20px;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 15px;
    width: 100%;
}
#lf_filters input[type=submit]:hover{
    background: #004165;
}
#lf_filters select{
    font-size: 14px;
    margin: 0 5px;
    height: 30px;
    border-radius: 15px;
    padding: 0 5px;
}
.et-l--header + #et-main-area #lf_map{
    height: calc(100vh - 98px);;
}
.admin-bar .et-l--header + #et-main-area #lf_map{
    height: calc(100vh - 130px);;
}
#location_finder{
    position: relative;
    background: #E5E3DF;
}
#location_finder .wrapper{
    left: 64px;
    width: 425px;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    top: 25px;
    height: calc(100% - 50px);
}
#location_finder.show-details .wrapper{
    overflow: hidden;
}
#location_finder .details{
    display: none;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 16px 32px 26px;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    background: #fff;
    overflow: auto;
    transition: transform .5s ease-in-out;
}
#location_finder.show-details .details{
    display: block;
    transform: none;
}
#location_finder .search{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    background: #fff;
}
#location_finder .search-criteria{
    position: sticky;
    top: 0;
    z-index: 1;
    padding-top: 16px;
    background: #fff;
}
#location_finder form {
    position: relative;
    padding: 14px 32px 0;
    margin-bottom: 32px;
}
#location_finder form input{
    background: none;
    border: none;
    border-bottom: 1px solid #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    padding: 2px 24px 0 0;
    transition: border-bottom .15s ease;
    width: 100%;
    margin-bottom: 24px;
}
#location_finder form label{
    color: #717171;
    font-size: 14px;
    line-height: 1;
    left: 32px;
    position: absolute;
    top: 16px;
    transition: all .15s ease;
    cursor: text;
}
#location_finder form input:valid + label,
#location_finder form input:focus + label{
    top: 0;
    cursor: default;
}
#location_finder form input:focus + label{
    color: #0082CA;
}
#location_finder #reset_search{
    display: none;
    height: 24px;
    position: absolute;
    right: 32px;
    top: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
}
#location_finder form input:valid ~ #reset_search{
    display: block;
}
#location_finder #submit_search{
    font-size: 16px;
    line-height: 24px;
    border-radius: 2px;
    padding: 4px 12px;
    cursor: pointer;
    width: 100%;
    background-color: #0082CA;
    color: #fff;
    border: none;
    transition: all .15s ease;
}
#location_finder #submit_search:hover{
    background-color: #0069B1;
}
#location_finder .search-filter{
    padding: 16px 32px;
    background-color: #f1f1f1;
    display: flex;
}
#location_finder .search-filter label{
    color: #0082CA;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
#location_type{
    margin-left: 5px;
}
#location_type_chosen{
    flex: 1;
}
#location_type_chosen .chosen-single{
    background: transparent;
    border: none;
    box-shadow: none;
    color: #0082CA;
    font-size: 14px;
    line-height: 20px;
    height: auto;
}
#location_type_chosen .chosen-single div{
    top: -2px;
}
#location_type_chosen .chosen-drop{
    border: none;
    background: #f1f1f1;
    padding: 7px 5px 0;
}
#location_type_chosen .chosen-results{
    margin-bottom: 0;
}
#location_type_chosen .chosen-results li{
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    border-top: 1px solid #e3e3e3;
}
#location_type_chosen .chosen-results li.highlighted,
#location_type_chosen .chosen-results li.result-selected{
    background: transparent;
    color: #0082CA;
}
#location_finder .search-result .heading{
    border-bottom: 1px solid #e3e3e3;
    padding: 14px 32px;
    line-height: 1;
}
#location_finder .no-result{
    padding: 28px 32px 32px;
    text-align: center;
}

#lf_loader{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/loader.svg") center no-repeat rgba(255,255,255,.7);
    z-index: 9999;
    background-size: 32px;
}
#lf_loader.hide{
    display: none;
}
.progress {
    width: 200px;
    height: 20px;
    margin-top: -10px;
    margin-left: -100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    padding: 2px;
}
.progress-bar {
    width: 0;
    height: 100%;
    background-color: #76A6FC;
    border-radius: 4px;
}
.map-listing{
    max-height: 500px;
    overflow-y: auto;
    background: #fff;
}
.listing-item {
    position: relative;
    padding: 16px 50px 16px 32px;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
    transition: all .2s linear 0s;
}
.listing-item .name{
    position: relative;
}
.listing-item .address img{
    width: 125px;
    margin: 0 -3px;
}
.listing-item .distance{
    position: absolute;
    right: 0;
    top: 0;
}

.listing-item h3,
.listing-item h4{
    color: #333;
    font-size: 18px;
    line-height: 24px;
    padding-right: 65px;
}
.listing-item h4{
    padding-right: 0;
    margin-top: 20px;
}
.listing-item ul{
    padding-bottom: 10px;
}
.listing-item ul + h4{
    margin-top: 0;
}
.listing-item p {
    padding: 0;
    line-height: 1.5;
}
.listing-item b {
    font-size:14px ;
    font-weight:bold;
}
.listing-item .type{
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.listing-item .phone{
    margin: 10px 0;
}
.listing-item .phone strong{
    margin-right: 10px;
}
.listing-item .ratings{
    display: table;
    margin: 15px auto 5px;
}
.listing-item .ratings .inner{
    position: relative;
    overflow: hidden;
}
.listing-item .ratings .stars{
    position: absolute;
    top: 0;
    color: #0082CA;
}
.listing-item .read-reviews {
    display: table;
    margin: 0 auto;
}
.listing-item .dryice ul{
    list-style: none;
    padding: 0;
}
.type-icon{
    display: inline-block;
    width: 25px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.type-icon.type-production-facility{
    background-image: url("../images/marker-production-facility.png");
}
.type-icon.type-carbonic-production-facility{
    background-image: url("../images/marker-carbonic-production-facility.png");
}
.type-icon.type-healthcare-production-facility{
    background-image: url("../images/marker-healthcare-production-facility.png");
}
.type-icon.type-retail-location{
    background-image: url("../images/marker-retail-location.png");
}
.type-icon.type-headquarters{
    background-image: url("../images/marker-headquarters.png");
}
.listing-item a.link{
    margin: 5px 0;
}
.listing-item .view{
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-left: 1px solid #e3e3e3;
    color: #0082CA;
}
.listing-item:hover {
    background: #f1f1f1;
}

/* location finder page - hide header/content when search not filled */
#location_finder_header,
.no-search #location_finder_body { display:  none; }
.no-search #location_finder_header { display: block; }

/* location details page - hide empty sections */
.no-services #section_services,
.no-services #section_services_details,
.no-faqs #section_faqs,
.no-classes #section_classes,
.no-reviews #section_reviews,
.no-team #section_team{
    display: none !important;
}
.no-team #section_team_intro .fusion-layout-column{
    margin-bottom: 44px;
}
.no-reviews #section_classes{
    margin-top: 30px;
}

#location_finder #location_details{
    cursor: default;
    padding: 0;
    margin-top: 15px;
    border: none;
}
#location_finder #location_details:hover{
    background: transparent;
}
#location_finder #location_details a.link{
    line-height: 1;
    border-radius: 2px;
    padding: 8px;
    cursor: pointer;
    background-color: #0082CA;
    color: #fff;
    transition: all .15s ease;
    text-align: center;
    display: block;
    margin: 20px 0 25px;
}
#location_finder #location_details a.link:hover{
    text-decoration: none;
    background-color: #0069B1;
}

@media only screen and (max-width: 1080px){
    .listing-item {
        justify-content: center;
    }
    .listing-item .address,
    .listing-item .type,
    .listing-item .phone{
        flex: 33.3333%;
    }
}
@media only screen and (max-width: 980px){
    #lf_filters ul{
        margin: 10px auto;
    }
}
.vertical .listing-item {
    flex-direction: column;
}
.vertical .listing-item h3{
    font-size: 16px;
}
.vertical .listing-item .type {
    margin-top: 10px;
    width: auto;
}
.vertical .listing-item .phone,
.vertical .listing-item .link{
    margin-top: 10px;
}
.vertical .listing-item .address{
    text-align: center;
}
@media only screen and (max-width: 767px){
    #lf_map{
        display: none;
    }
    #location_finder .wrapper{
        position: static;
        width: auto;
        overflow: visible;
    }
    #location_finder .search{
        position: relative;
    }
    #location_finder .details{
        position: absolute;
        height: auto;
    }
    .listing-item {
        flex-direction: column;
    }
    .listing-item h3{
        font-size: 16px;
    }
    .listing-item .type {
        margin-top: 10px;
        width: auto;
    }
    .listing-item .phone,
    .listing-item .link{
        margin-top: 10px;
    }
    .listing-item .address{
        text-align: center;
    }
}

/* Google reviews slider */
.greviews-wrap {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 277.5px 115px;
    transform-origin: 277.5px 115px;
    border: 0 none rgb(255, 255, 255);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(255, 255, 255) none 0;
    margin-bottom: 20px;
    margin-top: 10px;
}
.greviews-content {
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.0980392) 2px 2px 2px 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: auto;
    left: 0;
    position: relative;
    right: 0;
    text-size-adjust: 100%;
    top: 0;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 277.5px 69px;
    transform-origin: 277.5px 69px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 1px solid rgb(245, 245, 245);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 25px;
    outline: rgb(255, 255, 255) none 0;
    padding: 20px 20px 20px 48px;
}
.greviews-content:after {
    bottom: -30px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    content: '';
    display: block;
    height: 30px;
    left: 80px;
    position: absolute;
    right: 445px;
    text-size-adjust: 100%;
    width: 30px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 15px 15px;
    transform-origin: 15px 15px;
    filter: drop-shadow(rgba(0, 0, 0, 0.0980392) 2px 2px 1px);
    border-top: 30px solid rgb(255, 255, 255);
    border-right: 30px solid rgba(0, 0, 0, 0);
    border-bottom: 0 solid rgba(0, 0, 0, 0);
    border-left: 0 solid rgba(0, 0, 0, 0);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(255, 255, 255) none 0;
}
.greviews-content:before {
    bottom: 47px;
    box-sizing: border-box;
    color: rgb(187, 187, 187);
    content: '\201C';
    display: block;
    height: 96px;
    left: 55px;
    position: absolute;
    right: 515.391px;
    text-size-adjust: 100%;
    top: 20px;
    width: 24.6094px;
    column-rule-color: rgb(187, 187, 187);
    perspective-origin: 12.2969px 48px;
    transform-origin: 12.2969px 48px;
    border: 0 none rgb(187, 187, 187);
    font: normal normal normal normal 60px / 96px Georgia, serif;
    margin: -25px 0 0 -40px;
    outline: rgb(187, 187, 187) none 0;
}
.greviews-content .content {
    box-sizing: border-box;
    color: rgb(119, 119, 119);
    text-size-adjust: 100%;
    column-rule-color: rgb(119, 119, 119);
    perspective-origin: 240px 44px;
    transform-origin: 240px 44px;
    border: 0 none rgb(119, 119, 119);
    font: italic normal normal normal 14px / 22.4px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    outline: rgb(119, 119, 119) none 0;
}
.greviews-content .more{
    color: #21407e;
    cursor: pointer;
    text-decoration: underline;
}
.greviews-content .hide{
    display: none;
}
.greviews-content img {
    box-shadow: 0 0 0 rgba(0,0,0,.0);
}
.greviews-thumb img {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    height: 60px;
    text-size-adjust: 100%;
    vertical-align: middle;
    width: 60px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 30px 30px;
    transform-origin: 30px 30px;
    border: 0 none rgb(255, 255, 255);
    border-radius: 50% 50% 50% 50% !important;
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 20px;
    outline: rgb(255, 255, 255) none 0;
    box-shadow: 0 0 0 0;
    padding: 0;
}
.greviews-author {
    color: rgb(85, 85, 85);
    display: block;
    text-size-adjust: 100%;
    text-transform: uppercase;
    overflow: hidden;
    padding: 8px 0 0;
}
img.greviews-star {
    width: 100px;
    display: inline;
}
.slick-prev, .slick-next{
    width: 30px;
    height: 30px;
    background: transparent;
}
.slick-prev{
    left: 15px;
}
.slick-next {
    right: 15px;
}
.slick-prev:before, .slick-next:before{
    opacity: 1;
    color: #21407e;
    font-size: 30px;
}
.slick-slide{
    padding: 0 10px;
}
.slick-dots li{
    margin: 0;
}
.slick-dots li:only-child{
    display: none;
}
.slick-dots li.slick-active button:before{
    color: #21407e;
}
.greviews-slider{
    background: #f1f1f1;
    padding: 30px 60px 15px;
}
.greviews-slider .slick-dots{
    padding: 0;
    bottom: 20px;
}
@media only screen and (max-width: 767px){
    .greviews-slider{
        padding: 30px 20px 15px;
    }
}

/* location management page */
.lf-wrapper input[type=text],
.lf-wrapper select,
.lf-wrapper textarea{
    font-size: 14px;
    padding: 5px 10px;
    line-height: 1.4;
}
.lf-wrapper input[type=file]{
    font-size: 14px;
}
.lf-wrapper .chosen-container{
    font-size: 14px;
}
.lf-wrapper .chosen-container .chosen-single{
    padding: 3px 0 2px 8px;
    height: 30px;
}
.lf-wrapper .chosen-container-multi .chosen-choices{
    padding: 5px;
}
.lf-wrapper .form-vertical td{
    padding: 8px 10px;
}
.lf-wrapper td.align-top{
    vertical-align: top;
    padding-top: 15px;
}
.lf-wrapper label{
    font-weight: bold;
    font-size: 14px;
}
.lf-wrapper input[type=radio]{
    width: auto;
    height: auto;
}
.lf-wrapper td:last-child label{
    display: table;
    font-weight: normal;
    margin-top: 5px;
}
.lf-wrapper td label:first-child{
    margin-top: 0;
}
.lf-wrapper label span{
    color: #ff0000;
    padding-left: 5px;
}
.lf-wrapper a:focus{
    box-shadow: none;
}
.lf-wrapper h3{
    font-size: 18px;
    margin: 30px 10px 10px;
}
.lf-wrapper h4{
    font-size: 16px;
}
.lf-wrapper input[type=text],
.lf-wrapper select,
.lf-wrapper textarea {
    width: 500px;
}
.lf-wrapper .form-table .button-primary{
    margin: 15px 0;
}
.lf-wrapper small{
    display: block;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.4;
}
.lf-wrapper #specialty_id{
    height: 200px;
}
.lf-wrapper .filter{
    margin: 20px 0;
    float: none;
}
.lf-wrapper h4.result{
    color: #fff;
    padding: 10px;
    background: #ec4f4f;
    margin-bottom: 20px;
}
.lf-wrapper h4.result.success{
    background: #00a32a;
}

#page-container .location-faq .chiac_heading_container,
#page-container .location-faq .chiac_right_icon_container{
    background: #0082CA;
}
#page-container .location-faq .chiac-title{
    color: #fff;
}
#page-container .location-faq .chiac_right_icon{
    color: #fff;
    background-color: #0082ca;
}
.find-location-header-row{
    z-index: 5;
}
.find-location-form{
    position: absolute;
    background: rgb(255, 255, 255);
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 30px 30px;
    border: 1px solid #999;
    border-top: none;
}
.find-location-form.mobile{
    flex-direction: column;
    padding: 15px;
    border-left: none;
    border-right: none;
}
.find-location-form p{
    width: 35%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.find-location-form.mobile p{
    display: none;
}
.find-location-form div{
    flex: 1;
    position: relative;
}
.find-location-form .input{
    font-size: 16px;
    line-height: 32px;
    border: none;
    border-bottom: 1px solid #999;
    padding: 16px 24px 0 2px;
    transition: border-bottom .15s ease;
    width: 400px;
}
.find-location-form.mobile .input {
    width: 240px;
}
.find-location-form label{
    color: #717171;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    left: 2px;
    top: 16px;
    transition: all .15s ease;
    cursor: text;
}
.find-location-form.mobile label,
.find-location-form .input:valid + label,
.find-location-form .input:focus + label{
    top: 0;
    cursor: default;
}
.find-location-form .input:focus + label{
    color: #0082CA;
}
.find-location-form button.reset{
    display: none;
    height: 24px;
    position: absolute;
    left: 380px;
    top: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
}
.find-location-form.mobile button.reset{
    left: 220px;
    top: 22px;
}
.find-location-form .input:valid ~ button.reset {
    display: block;
}
.find-location-form button.submit{
    font-size: 16px;
    line-height: 24px;
    border-radius: 2px;
    padding: 4px 12px;
    cursor: pointer;
    background-color: #0082CA;
    color: #fff;
    border: none;
    transition: all .15s ease;
    margin: 0 0 0 15px;
}
.find-location-form.mobile button.submit{
    margin-left: 5px;
}
.find-location-form button.submit:hover{
    background-color: #0069B1;
}
.find-location-form-footer{
    display: table;
    margin: 0 auto;
    position: relative;
}
.find-location-form-footer .input{
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    line-height: 32px;
    padding: 16px 24px 0 2px;
    width: 250px;
    color: #fff;
}
.find-location-form-footer .input:focus{
    border-color: #fff;
    color: #fff;
}
.find-location-form-footer label{
    color: #fff;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    left: 2px;
    top: 16px;
    transition: all .15s ease;
    cursor: text;
}
.find-location-form-footer .input:valid + label,
.find-location-form-footer .input:focus + label{
    top: 0;
    cursor: default;
}
.find-location-form-footer button.reset{
    display: none;
    height: 24px;
    position: absolute;
    left: 230px;
    top: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
}
.find-location-form-footer .input:valid ~ button.reset {
    display: block;
}
.find-location-form-footer button.submit{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 2px;
    padding: 4px 12px;
    cursor: pointer;
    background-color: #fff;
    color: #0082CA;
    border: none;
    transition: all .15s ease;
    margin: 0 0 0 20px;
}
.find-location-form-footer button.submit:hover{
    background-color: #e1e1e1;
}
@media only screen and (max-width: 767px){
    .find-location-form-footer .input {
        width: 240px;
    }
    .find-location-form-footer button.reset{
        left: 220px;
    }
    .find-location-form-footer button.submit{
        margin-left: 5px;
    }
}
@media only screen and (max-width: 400px){
    .find-location-form-footer .input {
        width: 228px;
        font-size: 13px;
    }
    .find-location-form-footer label{
        font-size: 13px;
    }
    .find-location-form-footer button.reset{
        left: 208px;
    }
    .find-location-form-footer button.submit{
        font-size: 13px;
        padding: 4px 8px;
    }
}

.location-service .et_pb_button_module_wrapper{
    margin-left: 30px!important;
}
.location-service .et_pb_button{
    color: #ffffff!important;
    border-radius: 7px;
    letter-spacing: 4px;
    font-size: 18px;
    font-family: 'Trim',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    background-color: #00AB67;
    padding-right: 59px!important;
    padding-left: 42px!important;
    transition: color 300ms ease 0ms,background-color 300ms ease 0ms;
}
.location-service .et_pb_button:hover{
    color: #0082ca!important;
    background-image: initial;
    background-color: rgba(255,255,255,0.71);
}
.location-service .et_pb_button:after{
    color: #ffffff;
    line-height: inherit;
    font-size: inherit!important;
    opacity: 1;
    margin-left: .3em;
    left: auto;
    font-family: ETmodules!important;
    font-weight: 400!important;
}
.location-service .et_pb_button:hover:after{
    margin-left: .3em;
    left: auto;
    margin-left: .3em;
    color: #0082CA;
}
.location-contact .et_pb_button_module_wrapper{
    margin-top: 24px!important;
}
.location-contact .et_pb_button{
    color: #ffffff!important;
    border-radius: 7px;
    letter-spacing: 4px;
    font-size: 18px;
    font-family: 'Trim',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    background-color: rgba(0,171,103,0.66);
    padding-right: 59px!important;
    padding-left: 42px!important;
}
.location-contact .et_pb_button:hover{
    color: #0082ca!important;
    background-image: initial;
    background-color: rgba(255,255,255,0.71);
}
.location-contact .et_pb_button:after{
    color: #ffffff;
    line-height: inherit;
    font-size: inherit!important;
    opacity: 1;
    margin-left: .3em;
    left: auto;
    font-family: FontAwesome!important;
    font-weight: 900!important;
}
.location-contact .et_pb_button:hover:after{
    margin-left: .3em;
    left: auto;
    margin-left: .3em;
    color: #0082CA;
}
@media only screen and (max-width: 980px){
    .location-service .et_pb_button{
        font-size: 25px!important;
    }
}
@media only screen and (max-width: 767px){
    .location-service .et_pb_button{
        font-size: 17px!important;
    }
}

.page-location-details .dcjq-mega-menu,
.page-location-details #content .fusion-widget-area .dcjq-mega-menu ul li a{
    color: #fff;
}
.page-location-details #content .fusion-widget-area .dcjq-mega-menu ul li.mega-hover{
    background: #f0f0f0;
}
.page-location-details #content .fusion-widget-area .dcjq-mega-menu ul li.mega-hover a{
    color: #e07036;
}
.page-location-details .dcjq-mega-menu,
.page-location-details #content .fusion-widget-area .dcjq-mega-menu ul li.sub-menu-name span{
    border-color: #fff;
}

.page-location-details .hours{
    text-align: left;
}
.page-location-details .hours p{
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.4;
    color: #000;
}
.page-location-details .hours strong{
    font-weight: 600;
    font-size: 22px;
    color: #253b7c;
}
.page-location-details h2:last-child,
#section_services_details .fusion-text p:last-child{
    margin-bottom: 0;
}