.hide {
    display: none !important;
    visibility: hidden;
}

.distanceSort,
ul.options > li.distanceSort,
ul.options .inner > li.distanceSort,
ul.mobile-options > li.distanceSort{
    visibility: hidden;
    display: none;
}
div [data-sv-distanceSort] {
    pointer-events:none;
    display: none;
}

.no-results{
    padding: 20px;
    text-align: center;
    min-height: 840px;
}
h4.no-results{
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    min-height: none;
}

.shared-layout {
    width: 100%;
    margin: 0 auto 30px;
    background-color: #83a3a3;
    position: relative;
}

@media only screen and (min-width: 641px) {
    .shared-layout {
        margin-bottom: 100px;
    }
}

input.shared-input {}

input.shared-input.input-text {}

input.shared-input.input-checkbox {}

button.shared-submit {}


/* Custom styled checkboxes */

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
}

input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
    background: transparent;
    border: 2px solid #f5f5f0;
    border-radius: 2px;
    width: 15px;
    height: 15px;
    font-family: FontAwesome;
    content: '\f0c8';
    color: transparent;
    position: absolute;
    top: 4px;
    left: 1px;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
    width: 16px;
    height: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 12px;
    content: '\f00c';
    color: #f5f5f0;
    position: absolute;
    top: -1px;
    left: 3px;
    padding: 0;
}

input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

input[type="checkbox"]:not(:checked):hover + label:after {
    opacity: 0.6;
}

.filters-wrapper {
    display: none;
    float: left;
    width: 300px;
}

.filters {
    padding: 30px;
    background-color: #83a3a3;
    overflow-y: auto;
    -webkit-overflow-scrolling : touch;
}
.filters .close {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    color: #33332e;
}
.filters .rssLink,
.filters .print-wrapper {
    color: #fff;
    margin-right: 5px;
}
@media(max-width:1024px){
    .filters .print-wrapper {
        display: none;
    }
}
.filters label {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 300;
    color: #f5f5f0;
}
.filters label.keyword { color: #0498d9; }

.filters .form-group {
    position: relative;
    margin-top: 5px;
}

.filters .form-group input::-webkit-input-placeholder {
    opacity: 1;
    color: #585858;
}
.filters .form-group input::-moz-placeholder {
    opacity: 1;
    color: #585858;
}
.filters .form-group input:-ms-input-placeholder {
    opacity: 1;
    color: #585858;
}
.filters .form-group input:-moz-placeholder {
    opacity: 1;
    color: #585858;
}

.filters input.shared-input.input-text {
    width: 83%;
    height: 40px;
    padding-left: 15px;
    margin-right: 0;
    margin-bottom: 25px;
    color: #33332e;
    background-color: #f5f5f0;
    border: none;
}
.filters input.shared-input.input-text::placeholder {
    font-style: italic;
}
.filters .date{
    padding: 0;
    /* border: 1px solid #585858; */
    border-radius: 4px;
    margin-bottom: 1rem;
}
.filters .date-sep { padding: 0;}
.filters .date-sep p{
    color: #fff;
    text-align: center;
    line-height: 33px;
    font-size: 15px;
}

.filters input.shared-input.input-date {
    height: 33px;
    padding: 0;
    margin-right: 0;
    color: #1d1d1d;
    border-bottom: none;
    margin-bottom: 0;
    text-align: center;
}

.filters button.shared-submit {
    position: absolute;
    right: 0;
    top: 0px;
    background-color: #33332e;
    height: 40px;
    margin: 0;
    padding: 7px 7px 7px 2px;
    vertical-align: top;
    width: 17%;
}

.filters button.shared-submit:hover {
    background-color: #f5f5f0;
    transition: all 0.3s ease-out;
}

.filters button.shared-submit:hover i {
    color: #33332e;
}

.filters button.shared-submit:active {
    color: #33332e;
    background-color: #f5f5f0;;
    transition: all 0.3s ease-out;
}

.filters button.shared-submit:active i {
    color: #33332e;
}

.filters button.shared-submit:after { content: ' '; }

.filters button.shared-submit .fa { color: #f5f5f0;; margin-left: 5px; }

.filters h3 {
    color: #fff;
    font-family: "CooperHewittSemibold";
    font-size: 16px;
    letter-spacing: 0;
}

.filters a.clear-filters {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding: 8px 0;
    font-size: 20px;
    font-weight: 300;
    color: #f5f5f0;
    background-color: transparent;
    border: 2px solid #f5f5f0;
    border-radius: 2px;
}

.filters a.clear-filters:hover {
    opacity: 0.8;
}

.filters h4 {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 700;
    color: #f5f5f0;
    letter-spacing:  0.5px;
    text-transform: uppercase;
}
.filters h4.centered {
    text-align: center;
}
.filters ul.filter-items {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

.filters ul.filter-items > li input[type="checkbox"] {}

.filters input.disabled[type="checkbox"] + label,
.filters input.disabled[type="checkbox"] {
    display: none;
}

.filters ul.filter-items > li {
    position: relative;
    display: none;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 2px;
}

.filters ul.filter-items.showmore > li,
.filters ul.filter-items > li:nth-child(-n+5) {
    display: block;
}

.filters ul.filter-items > li > label {
    margin: 0;
}

.filters ul.filter-items > li > a {
    text-align: left;
}

.filters ul.filter-items > li span {
    color: #f5f5f0;
    margin-left: 5px;
}

.filters ul.filter-items > li.showmore {
    display: block;
    color: #33332e;
    cursor: pointer;
    font-weight: 900;
    font-size: 17px;
}

.filters ul.filter-items > li.showmore:hover {
    text-decoration: underline;
}

.results-wrapper { background-color: #f5f5f0; }

.results {
    padding: 20px 0;
    text-align: center;
}

ul.options {
    display: none;
    width: 100%;
    padding: 0 5px;
    margin: 0;
    list-style: none;
    background-color: #fafaf5;
    border-top: 1px solid #d8d7d7;
    border-bottom: 1px solid #d8d7d7;
    border-radius: 3px;
}

ul.options .inner > li {
    display: inline-block;  
}

ul.options > li {
    display: inline-block;
}

ul.options .inner > li.title,
ul.options .inner > li.sort-title {
    padding: 10px 5px;
    font-size: 14px;
    line-height: 27px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 900;
}

ul.options > li.title,
ul.options > li.sort-title {
    padding: 10px 5px;
    font-size: 14px;
    line-height: 27px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 900;
}

ul.options .inner > li > span { display: inline-block; }

ul.options .inner > li > a {
    display: inline-block;
    padding: 11px 0px 9px;
    margin: 0 5px;
    font-size: 15px;
    line-height: 25px;
    color: #aaaaa5;
    text-align: center;
    border-bottom: 2px solid transparent;
}

ul.options > li > a {
    display: inline-block;
    padding: 11px 0px 9px;
    margin: 0 5px;
    font-size: 15px;
    line-height: 25px;
    color: #aaaaa5;
    text-align: center;
    border-bottom: 2px solid transparent;
}

ul.options .inner > li > a.selected,
ul.options .inner > li > a.active,
ul.options .inner > li > a:hover { 
    color: #cb545b;
    border-bottom: 5px solid #cb545b;
    font-weight: 500; }

ul.options .inner > li > a.view-option.selected,
ul.options .inner > li > a.view-option.active,
ul.options .inner > li > a.view-option:hover {
    color: #cb545b;
    border-bottom: 5px solid #cb545b;
    font-weight: 500;
}

ul.options > li > a.selected,
ul.options > li > a.active,
ul.options > li > a:hover { 
    color: #cb545b;
    border-bottom: 5px solid #cb545b;
    font-weight: 500; }

ul.options > li > a.view-option.selected,
ul.options > li > a.view-option.active,
ul.options > li > a.view-option:hover {
    color: #cb545b;
    border-bottom: 5px solid #cb545b;
    font-weight: 500;
}

ul.mobile-options {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0px;
    list-style: none;
    background-color: #fafaf5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

ul.mobile-options > li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #ddd;
    width: 32%;
    margin-right: -3px;
    cursor: pointer;
}

ul.mobile-options li.sort-disabled {
    pointer-events: none;
    opacity: 0.5;
}

ul.mobile-options > li:last-of-type {
    border-right: 0;
}

ul.mobile-options > li > a {
    display: block;
    padding: 11px 15px 9px;
    font-size: 14px;
    line-height: 22px;
    color: #33332e;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
}

ul.mobile-options > li .fa-square {
    position: relative;
    color: #33332e;
    font-size: 16px;
}

ul.mobile-options > li .fa-caret-down {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 12px;
    color: #f5f5f0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: translate(-50%, -50%);

}

ul.mobile-options li.active > a .fa-caret-down:not(.fa-search) {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: rotate(180deg) translate(50%, 50%);
}

ul.mobile-options ul.options {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

ul.mobile-options .options-dropdown {
    position: absolute;
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    max-width: 400px;
}

ul.mobile-options .options-dropdown::before {
    display: block;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}

ul.mobile-options > li.active > .options-dropdown {
    display: block;
}

ul.mobile-options .options-dropdown.centered {
    left: 50%;
    width: 100%;
    transform: translateX(-50%)
}

ul.mobile-options .options-dropdown.centered::before {
    left: 50%;
    border-color: transparent transparent #0498d9 transparent;
}

ul.mobile-options > li.active > .options-dropdown .mobile-filters-wrapper {
    width: 100%;
    text-align: left;
    overflow-y: auto;
    max-width: 300px;
}

ul.mobile-options > li.active > .options-dropdown > ul.options {
    display: inline-block;
    width: auto;
}

@media(max-width:1024px){
    ul.mobile-options.distanceBlocked {
        display: flex;
    }
}

ul.mobile-options li.filter.active a { padding: 11px 5px 9px; }

ul.mobile-options > li.distanceBlocked {
    width: 50%;
    border-right: none;
    border-left: 1px solid #ddd;
}

ul.mobile-options li ul li.mobile-map-view {
    /* display: none; */
}
.shared-map .infoWindow {}

.shared-map .infoWindow h5 {
    margin: 0;
    font-size: 20px;
    /* font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif; */
    line-height: 22px;
    color: #212121;
}

.shared-map .infoWindow h5 a { color: #212121; }

.shared-map .infoWindow ul.contactInfo {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shared-map .infoWindow ul.contactInfo > li {
    margin-bottom: 5px;
    /* font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif; */
    font-size: 13px;
    line-height: 22px;
    color: #616161;
}

.shared-map .infoWindow ul.contactInfo > li .shared-action-items span {
    padding-right: 10px;
}

.shared-map .infoWindow ul.contactInfo > li .shared-action-items a {
    color: #cb545b;
    text-transform: uppercase;
}

.shared-items-container {
    width: 100%;
}

.shared-items {
    margin-bottom: 4px;
}

.shared-items .container{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    flex-direction: row;
    align-content: flex-start;
    max-width: 845px;
    margin: 0 auto;
}
.layout-grid .shared-items .container {
    max-width: 90%;
}
.shared-items .shared-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #fff;
}

.layout-grid .shared-items .shared-item {
    max-width: 261px;
    width: 38%;
    margin: 0 10px 20px;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 640px) {
    .layout-grid .shared-items .shared-item {
        width: 100%;
        /* margin: 0 0 20px; */
    }
}

.layout-list .shared-items .shared-item{
    margin-bottom: 20px;
    display: flex;
    width: 85%;
    overflow: visible;
}
@media(max-width: 640px){
    .layout-list.facility-search .shared-items .shared-item {
        display: block;
       
    }
    .layout-list.facility-search .shared-items .shared-item .image-container {
        height: 200px;
    }
}
.layout-map .shared-items .shared-item,
.layout-map .shared-items .shared-item a{
    width: 100%;
}

.shared-items .shared-item .image-container { position: relative; }

.shared-items .shared-item .tb-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shared-items .shared-item .tb-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shared-items .shared-item .tb-btn a { 
    font-size: 24px;
    position: relative;
    color: #cb545b;
}

.shared-items .shared-item .image-container a {
    display: inline;
}

.shared-items .shared-item .image-container img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.shared-items .shared-item .image-container .image-date-block{
    background: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    display: flex;
    align-items: baseline;
    padding: 10px;
    /* font-family: 'Helvetica Neue LT W01_71488914'; */
    font-weight: 600;
}

/* .layout-list .shared-items .shared-item .image-container .image-date-block,
.layout-map .shared-items .shared-item .image-container .image-date-block{
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
} */

.shared-items .shared-item .image-container .image-date-block span{
    /* width: 100%; */
    display: block;
    font-size: 22px;
    text-transform: uppercase;
}
@media(max-width:440px){
    .shared-items .shared-item .image-container .image-date-block span{
        font-size: 16px;
    }
}
.shared-items .shared-item .image-container .image-date-block span.month{
    color: #33332e;
    text-align: center;
    line-height: 12px;
    font-family: museo-sans, sans-serif;
    font-weight: 300;
}
.shared-items .shared-item .image-container .image-date-block span.day{
    font-family: museo-sans, sans-serif;
    font-weight: 900;
    color: #cb545b;
}

.shared-items .shared-item.featured .image-container .featured-cont {
    position: absolute;
    width: 50%;
    text-align: right;
    padding: 5px 10px;
    bottom: 0;
    left:0;
    background-color: #daa571;
    transform: translateY(50%);
}
.shared-items .shared-item.featured .image-container .featured-cont span {
    color: #f5f5f0;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.8px;
    font-size: 13px;
}

.layout-list .shared-items .shared-item .image-container,
.layout-map .shared-items .shared-item .image-container {
    flex: 1;

}
.layout-list .shared-items .shared-item .image-container {
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width: 640px) {
    .layout-list .shared-items .shared-item .image-container {
        min-width: 150px;
    }
}
@media(max-width: 500px) {
    .layout-list .shared-items .shared-item .image-container {
        min-width: 100px;
    }
}
.layout-list .shared-items .shared-item .image-container img {
    display: none;
}
.layout-list .shared-items .shared-item .image-container a,
.layout-list .shared-items .shared-item .image-container .thumb {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat

}
.layout-map .shared-items .shared-item .image-container{overflow: hidden;}
.layout-map .shared-items .shared-item .image-container img{
    height: 100%;
    width: auto;
    position: absolute;
    max-width: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 40.063em) {
    .layout-list .shared-items .shared-item {
        width: 100%;
        margin: 0 15px 20px;
    }
    .layout-list .shared-items .shared-item .image-container {
        flex : 4
    }
    .layout-list .shared-items .shared-item .image-container{overflow: hidden;}
    .layout-list .shared-items .shared-item .image-container img{
        height: 100%;
        width: auto;
        position: absolute;
        max-width: none;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .layout-list .shared-items .shared-item .image-container .featured-cont {
        width: 100%;
        transform: translateY(0);
        text-align: center;
    }
}

.layout-map .shared-items .shared-item .contents .address,
.layout-map .shared-items .shared-item .contents .address a {margin-bottom: 10px}

.shared-items .shared-item .contents {
    position: relative;
    min-height: 160px;
    padding: 30px 15px 12px;
    text-align: left;
    height: 100%;
}
.shared-items .shared-item .contents p.dates {
    color: #cb545b;
    font-family: museo-sans, sans-serif;
    font-weight: 900;
    font-size: 14px;
}
.layout-list .shared-items .shared-item .contents,
.layout-map .shared-items .shared-item .contents {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0;
    flex: 2;
}
@media only screen and (max-width: 40.063em) {
    .layout-list .shared-items .shared-item .contents {
        flex : 5;
        padding: 30px 15px 12px;
    }
}
.shared-items .shared-item .contents .flex-inner {
    margin-bottom: 20px;
}

.layout-map .shared-items .shared-item .contents {padding: 10px 15px;}

.shared-items .shared-item .contents .reviews {
    padding-bottom: 10px;
}

.shared-items .shared-item .contents .reviews a {
    font-size: 16px;
    color: #bbbbb6;
}

.shared-items .shared-item .contents .reviews a span {
    padding-left: 11px;
    text-transform: uppercase;
    font-weight: 900;
}

.shared-items .shared-item .contents .price p{
    color: #cb545b;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.shared-items .shared-item .contents h2 {
    padding-right: 20px;
    font-size: 21px;
    line-height: 20px;
    color: #000;
    margin: 0 0 8px 0;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: none;
}

.shared-items .shared-item .contents h2 a {
    color: #1d1d1d;
}

.layout-list .shared-items .shared-item .contents h2,
.layout-map .shared-items .shared-item .contents h2 {
    font-size: 16px;
    text-align: left;
}

.shared-items .shared-item .contents .address,
.shared-items .shared-item .contents .address a {
    display: flex;    
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 4px;
    color: #414141;
    text-decoration: none;
    list-style: none;
}

.shared-items .shared-item .contents .links {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 15px 12px;
    display: flex;
    justify-content: space-between;
}
.layout-list .shared-items .shared-item .contents .links {
    flex-direction: column;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    padding: 0;
}
@media(max-width:1024px){
    .layout-list .shared-items .shared-item .contents .links {
        padding: 0 0 5px;
    }
}
.shared-items .shared-item .contents .links a {
    color: #1d1d1d;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
}

.shared-items .shared-item .contents .links a .fa{
    color: #cb545b;
    padding-right: 4px;
}
/* .layout-list .shared-items .shared-item .contents .links div {
    margin-bottom: 8px;
} */
.shared-items .shared-item .contents .book {
    display: inline-block;
    padding: 8px 0;
    width: 100%;
    font-size: 20px;
    background-color: transparent;
    border: 2px solid #cb545b;
    border-radius: 2px;
    text-align: center;
    margin: 10px 0 0;
    transition: border-color 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out; 
}

.shared-items .shared-item .contents .book:hover {
    color: #f5f5f0;
    background-color: #cb545b;
    border-color: transparent;
    transition: all 0.3s ease-out;
}

/* @media (max-width: 640px) {
    .layout-map .shared-items .shared-item .contents h2 {font-size: 14px;}
    .layout-map .shared-items .shared-item .contents .address,
    .layout-map .shared-items .shared-item .contents .address a { font-size: 12px;}
} */

.shared-items .shared-item .contents .address.distance,
.shared-items .shared-item .contents .address.distance a {
    margin-bottom: 10px;
}

.shared-items .shared-item .contents .address .fa { 
    color: #cb545b;
    padding-right: 4px;
    padding-top: 1px;
}

.layout-list .shared-items .shared-item .contents .address,
.layout-map .shared-items .shared-item .contents .address {
    text-align: left;
}

/* .layout-list .shared-items .shared-item .contents .dates {
    font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #aaa9a9;
    margin-bottom: 3px;
} */

.shared-items .shared-item .contents .description { display: none; }

.shared-items .shared-item .contents .description p {
    margin: 0 0 2px;
    font-size: 13px;
    line-height: 22px;
    color: #444;
}

.shared-items .shared-item .contents .links .website-link .fa-laptop {
    color: #cb545b;
    margin-right: 4px;
}

.layout-list .shared-items .shared-item .contents .description,
.layout-map .shared-items .shared-item .contents .description { display: none; }

.shared-items .shared-item .contents .actions .qv-btn {
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 10px;
    /* font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif; */
    font-size: 14px;
    border: 0 none;
    margin: 0;
    padding: 0;
}

.layout-list .shared-items .shared-item .contents .actions .qv-btn {position: relative;}

.shared-items .shared-item .contents .actions .qv-btn p{
	/* font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif; */
    font-size: 14px;
    margin-bottom: 0;
}

.layout-map .shared-items .shared-item .contents .actions .qv-btn{display: none;}

.shared-items .shared-item .contents .actions .qv-btn .fa { color: #0498d9; }


.pagination-container.top-container {
    margin-bottom: 0px;
}

.pagination-container.top-container .pager {
    display: none;
}

.pagination {
    padding-right: 15px;
}
.pagination-container.bottom-container .pagination { padding-bottom: 30px; }

.pagination .total {
    font-size: 14px;
    line-height: 27px;
}

.pagination .total b {
    /* font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif; */
}

.pagination .pager {
    text-align: center;
}

.pagination .pager a.disabled {
    color: #1d1d1d;
    opacity: 0.3;
    cursor: default;
}

.pagination .pager ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination .pager li {
    display: inline-block;
    font-size: 16px;
    padding: 0 3px;
}

.pagination .pager li a {
    color: #cb545b;
}

.pagination .pager li a .fa {
    position: relative;
    top: 3px;
    font-size: 26px;
    line-height: 0;
}

.overlay {
    display: none;
    width: 100%;
    height: calc(100% - 43px);
    position: absolute;
    top: 43px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.overlay.active {
    display: block;
}

.listings-bottom {
    background-color: #fafaf5;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

.listings-bottom > .row {
    max-width: 100%;
}

@media only screen and (min-width: 1025px) {
    .listings-bottom {
        padding-left: 16%;
        
    }
    
    .listings-bottom > .row {
        display: flex;
        justify-content: flex-end;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1200px) {
    .listings-bottom > .row {
        width: 100%;
    } 
}

.listings-bottom > .row > div {
    line-height: 27px;
    padding: 10px 0px;
    vertical-align: middle;
}
.back-to-btn {
    color: #1d1d1d;
    text-align: center;
    cursor: pointer;
}
.back-to-btn .fa-long-arrow-up { color: #0498d9; }
.listings-bottom .pagination-container.bottom-container .pagination { padding-bottom: 0 }

@media only screen and (min-width: 40.063em) {
    .results {
        text-align: left;
    }
}

@media only screen and (min-width: 64.063em) {
     .layout-list .shared-items .shared-item .contents{
        flex : 2;
        padding: 15px 15px 15px 20px;
        
        }
    .layout-list .shared-items .shared-item .contents h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .layout-list .shared-items .shared-item .contents .links {
        /* position: absolute;
        bottom: 20px; */

    }

    .layout-list .shared-items .shared-item .contents .details-link {
        /* display: none; */
    }

    ul.options {
        display: flex;
        justify-content: space-between;
        padding-left: 12%;
    }

    ul.options li.sort-disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    .results-wrapper {
        margin-left: 300px;
    }
    
    .results .spacer {
        display: block;
        width: 100%;
        height: 20px;
    }
    .filters-wrapper {
        display: block;
    }
    .mobile-options {
        display: none;
    }

    .filters h4 { margin-top: 20px; }

    .filters a.clear-filters { margin-top: 30px; }

    .shared-items .shared-item .contents .actions {
        display: block;
    }
    .layout-list .shared-items .shared-item .contents .description {
        display: block;
    }
    .layout-grid .shared-items .shared-item .contents .description {
        display: none;
    }
    .layout-list .shared-items .shared-item .contents .actions {
        display: block;
    }
    .overlay.active {
        display: none;
    }
    .filters .close {
        display: none;
    }
    .pagination-container.top-container {
        position: relative;
        top: 12px;
    }
    .pagination-container.top-container .pager { display: block; }
}
@media(min-width:1025px) and (max-width: 1550px){
    /* .golf-layout ul.options {
        justify-content: center;
        padding: 0 0 15px;
        flex-wrap: wrap;
    } */
}
@media only screen and (min-width: 1200px) {
    ul.options {
        padding-left: 300px;
    }
}

@media only screen and (max-width: 64em) {
    .layout-list .shared-items .shared-item .contents .address { margin-bottom: 0; }
    .layout-list .shared-items .shared-item .contents .actions .qv-btn {
        position: relative;
        left: 0;
        bottom: 0;
    }
}

.shared-map-container {
    display: none;
}

.layout-map .results{
    padding: 0;
}

.layout-map .shared-map-container {
    position: relative;
    display: block;
}

.shared-map {}

.layout-map .shared-items .container{
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 155px);
}


@media (max-width: 640px) {
    .layout-map .shared-items .container{
        height: calc(100% - 133px);
    }
}

.layout-map .shared-items{margin-bottom: 0;}

.shared-map .gMapContainer,
.shared-map .gMapHolder {
    width: 100%;
    min-height: calc(100vh - 47px);
}

.gMapHolder {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.shared-map-container .item-list-header {
    padding: 20px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
}
.shared-map-container .item-list-header h3 {
    color: #000;
    flex: 1;
}

.shared-map-container .map-counter{
    display: inline-block;
    /* font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif; */
    font-size: 16px;
    padding: 0 5px;
    text-align: right;
    transform: translateY(30%);
    flex: 2;
}

@media (max-width: 640px) {
    /* .shared-map-container .item-list-header h3 {
        font-size: 22px;
        font-weight: 600;
    } */
    .shared-map-container .map-counter{
        font-size: 12px;
        transform: none;
    }
}

.shared-map-container .shared-items {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    margin: 10px 15px 30px;
    width: 100%;
    max-width: 350px;
    height: 81px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #fff;
    overflow: hidden;
    transition: all ease .5s;
    z-index: 1;
}
.shared-map-container .item-list.shared-items.active {
    height: calc(100% - 51px);
}
@media(max-width: 640px){
    .shared-map-container .shared-items {
        height: 64px;
        display: none;
    }
}
@media (max-width: 1025px) {
    .shared-map-container .shared-items {
        border-radius: 0px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
} 

.shared-map-container .shared-items .shared-item {
    box-shadow: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    min-height: 82px;
    align-items: flex-start;
}


/* @media (max-width: 640px) {
    .shared-map-container .shared-items {max-width: 250px;}
} */

.shared-map-container .shared-items ul {
    overflow-x: visible;
    overflow-y: auto;
    position: relative;
    margin: 0;
    height: calc(100% - 80px - 68px);
}

.shared-map-container .shared-items .buttons {
    position: relative;
    z-index: 10;
    width: 100%;
    left: 0;
    bottom: 40px;
    padding: 20px 30px;
    background-color: rgba(51, 51, 46, 1);
    display: flex;
    justify-content: space-evenly;
}
.shared-map-container .shared-items .buttons button {
    display: block;
    background-color: #83a3a3;
    /* font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif; */
    color: #fff;
    text-align: center;
    padding: 3px 40px;
    border-radius: 3px;
    margin: 0 auto;
}

@media (max-width: 1025px) {
    .shared-map-container .shared-items .buttons button { 
        padding: 3px 25px;

    }
}

.shared-map-container .shared-items li {
    padding-bottom: 0 !important;
}

.shared-map-container [data-sv-open-map]{display: inherit;}

.shared-map-container .results-toggle-cont {
    display: flex;
}
.shared-map-container .results-toggle i {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.shared-map-container .results-toggle.active i {
    transform: rotate(180deg);
}

/* facilities search */

.facility-search .shared-items .shared-item .contents {
    padding: 30px 15px 12px;
    text-align: left;
    min-height: auto;
}
.facility-search.layout-grid .shared-items .shared-item .contents:nth-child(2n) {
    padding-bottom: 0;
}
.facility-search.layout-grid .shared-items .shared-item .contents:last-child {
    padding-top: 0;
}
.facility-search .shared-items .shared-item .contents .details.meeting-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.facility-search .shared-items .shared-item .contents .details.meeting-info .text {
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    font-weight: 600;
}
.facility-search .shared-items .shared-item .contents .details.meeting-info .text .textLabel {
    font-weight: 400;
}

.facility-filter.filters ul.filter-items > li {
    display: block;
}