/* .distanceSort{visibility: hidden;}
div [data-sv-distanceSort] {
    opacity: 0.5;
    pointer-events: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;
    background: #f5f6f6;
    position: relative;
    margin-bottom: 30px;
}

@media (min-width: 1025px) {
    .shared-layout {
        margin-bottom: 80px;
    }
}

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: 1px;
    top: 4px;
    width: 18px;
    height: 18px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

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

input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
    background: transparent;
    border: 2px solid black;
    border-radius: 3px;
    width: 19px;
    height: 19px;
    font-family: "Font Awesome\ 5 Free";
    content: '\f0c8';
    color: transparent;
    position: absolute;
    top: 4px;
    left: 1px;
    font-weight: 900;
}

input[type="checkbox"]:checked + label:before {
    border: 0;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19px;
    height: 19px;
    font-family: "Font Awesome\ 5 Free";
    font-size: 14px;
    content: '\f00c';
    color: #9d1059;
    position: absolute;
    top: 4px;
    left: 1px;
    padding: 0;
    font-weight: 900;
    background-color: transparent;
    border-radius: 3px;
}

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

input[type="checkbox"]:checked + label:after {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    border: 2px solid black;
}

@media (min-width: 64.063em) {
    input[type="checkbox"]:not(:checked):hover + label:after {
        opacity: 0.6;
    }
}


/* calendar */

.calendar-filter {
    width: 100%;
    margin-bottom: 40px;
}

.calendar-label {
    font-size: 22px;
    color: black;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 800;
}

.timeWindow {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    margin: 0 0 40px;
}

.timeWindow li a {
    font-size: 18px;
    color: #535455;
    padding-bottom: 5px;
    font-weight: 500;
}

.timeWindow li a.active {
    color: #9d1059;
    border-bottom: 1px solid #9d1059;
}

.calendar-filter .daterange-input-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 18px;
    color: #535455;
    margin-bottom: 35px;
}

.txt_daterange_calendar.input-text {
    width: 110px;
    height: 40px;
    box-shadow: 0px 0px 0px;
    margin: 0;
    text-align: center;
    padding: 0;
    border: 0;
}

.daterange-calendar table {
    width: 100%;
}

.daterange-calendar table,
.daterange-calendar table thead,
.daterange-calendar table tr,
.daterange-calendar table tr td {
    background: transparent;
    color: black;
}

.daterange-calendar table tr td {
    font-size: 16px;
    text-align: center;
    padding: 0;
}

.daterange-calendar table tr td div {
    padding: 13px 10px;
    font-size: 18px;
}

.daterange-calendar table tr {
    border-bottom: 1px solid black;
}

.daterange-calendar table tr.caption {
    border: 0;
}

.daterange-calendar table tr td div.day.valid {
    /* background-color: #9d1059; */
    color: black;
}

.daterange-calendar table .month-name {
    text-align: center;
    font-size: 23px;
    color: black;
    font-weight: 900;
}

.daterange-calendar table .calendar-control {
    text-align: center;
    font-size: 26px;
    color: #9d1059;
}

.daterange-calendar table .week-name th {
    color: black;
    font-size: 19px;
    font-weight: 600;
}

/**** End Calendar ****/

/* end calendar */

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

.filters {
    padding: 40px 25px;
    background-color: #f5f6f6;
    overflow-y: auto;
    -webkit-overflow-scrolling : touch;
}

.mobile-filters-wrapper .filters {
    padding: 40px 15px;
    position: relative;
}

.filters .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 8px;
    right: 8px;
    background-image: url('/includes/public/assets/images/ic-cancel.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
}


.filters label {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: normal;
    color: black;
}

.filters .form-group {
    position: relative;
    margin-bottom: 25px;
}

.filters .form-group input::-webkit-input-placeholder {
    opacity: 1;
    color: black;
    font-size: 19px;
}
.filters .form-group input::-moz-placeholder {
    opacity: 1;
    color: black;
    font-size: 19px;
}
.filters .form-group input:-ms-input-placeholder {
    opacity: 1;
    color: black;
    font-size: 19px;
}
.filters .form-group input:-moz-placeholder {
    opacity: 1;
    color: black;
    font-size: 19px;
}

.filters input.shared-input.input-text {
    height: 40px;
    line-height: 40px;
    padding: 0 50px 0 15px;
    margin-right: 0;
    color: black;
    border-top-left-radius: 10px;
    border-color: transparent;
    box-shadow: 0px 0px;
    font-size: 19px;
}
.filters input.shared-input.input-text:focus {
    background-color: white;
}
.filters .date{
    padding: 0;
    border: none;
    border-radius: 4px;
    margin-bottom: 1rem;
}
.filters .date-sep { padding: 0;}
.filters .date-sep p{
    color: #535455;
    text-align: center;
    line-height: 33px;
    font-size: 18px;
    font-weight: 400;
}

.filters input.shared-input.input-date {
    height: 42px;
    padding: 0;
    margin-right: 0;
    color: rgba(0,0,0,0.75);
    border-bottom: none;
    margin-bottom: 0;
    text-align: center;
    border: none;
}

.filters input.shared-input.input-date ::placeholder { color: rgba(0,0,0,0.75); }
.filters input.shared-input.input-date ::-webkit-input-placeholder { color: rgba(0,0,0,0.75); }
.filters input.shared-input.input-date ::-moz-placeholder { /* Firefox 18- */ color: rgba(0,0,0,0.75); }

.filters button.shared-submit {
    position: absolute;
    right: 0;
    top: 0px;
    background-color: #9d1059;
    height: 40px;
    width: 48px;
    color: white;
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin: 0;
    padding: 0;
    border-left: 2px solid #f5f6f6;
}
.filters button.shared-submit:hover { color: #0498d9; }
.filters button.shared-submit:after { content: ' '; }

.filters button.shared-submit .fa { color: #fff; }
.filters button.shared-submit:hover * { color: #0498d9; }

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

.filters a.clear-filters {
    display: inline-block;
    background-color: #9d1059;
    color: #fff;
    text-align: center;
    padding: 17px 33px;
    border-top-right-radius: 8px;
    margin-bottom: 10px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 500;
}

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

.filters h4 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 900;
    color: black;
    text-transform: none;
}
.filters h4.calendar-title {
    text-align: center;
    font-weight: 800;
}
.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: black;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 12px;
}

.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.showmore {
    display: block;
    color: black;
    cursor: pointer;
    margin-top: 15px;
}

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

.results-wrapper { background-color: white; min-height:767px; }

.results {
    position: relative;
    padding: 40px 15px 0;
    text-align: center;
}

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

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

@media (min-width: 1025px) {
    .results::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 360px;
        height: 100%;
        transform: translateX(-100%);
        box-shadow: 15px 0px 50px -25px rgba(0, 0, 0, 0.2);
        pointer-events: none;
    }

    ul.options > li {
        margin-right: 5px;
    }
}

ul.options > li.title,
ul.options > li.sort-title {
    padding: 14px 12px;
    font-size: 16px;
    line-height: 27px;
    padding-left: 15px;
    font-weight: 700;
}

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

ul.options > li > a,
ul.options > li.options-title {
    display: inline-block;
    padding: 14px 12px;
    font-size: 16px;
    line-height: 25px;
    color: #a0a0a0;
    text-align: center;
    font-weight: 700;
}

ul.options > li.options-title {
    color: black;
}

ul.options > li > a.selected,
ul.options > li > a.active,
ul.options > li > a:hover { color: #9d1059; }

ul.options > li > a.selected i,
ul.options > li > a.active i {
    color: #9d1059;
}

ul.options > li > a.view-option.selected,
ul.options > li > a.view-option.active,
ul.options > li > a.view-option:hover {
    color: #9d1059;
    border-bottom: 2px solid #9d1059;
}

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

ul.mobile-options > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-right: -3px;
}

ul.mobile-options > li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2px;
    width: 2px;
    height: 30%;
    transform: translateY(-50%);
    background-color: black;
}

ul.mobile-options > li:last-child::after {
    display: none;
}

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 .view-map {
    display: none;
}

@media (min-width: 641px) {
    ul.mobile-options .view-map {
        display: inline-block;
    }
}

ul.mobile-options > li > a {
    display: block;
    padding: 11px 15px 9px;
    font-size: 14px;
    line-height: 22px;
    color: black;
    text-align: center;
}

ul.mobile-options > li > a > i { 
    color: #9d1059;
    margin-left: 5px;
 }

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

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

ul.mobile-options .options-dropdown {
    position: absolute;
    
    z-index: 1000;
    display: none;
}
.contentRender_name_plugins_events_layout_list ul.mobile-options .options-dropdown {
    left: calc(-4% - 5px);
}
ul.mobile-options li:first-child .options-dropdown {
    min-width: 315px;
}
.microsite ul.mobile-options .options-dropdown {
    top: 58px;
}

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 {
    right: 0;
    left: 0;
    width: 100%;
}

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: scroll;
    max-width: 360px;
}

ul.mobile-options > li.active > .options-dropdown > ul.options {
    display: inline-block;
    width: auto;
    border: 1px solid #ddd;
}

ul.mobile-options li.filter.active .tab-title::before {
    /* content: 'Close '; */
}
/* ul.mobile-options li.filter.active a { padding: 11px 5px 9px; } */

ul.mobile-options li.distanceBlocked {
    width: 50%;
}
ul.mobile-options li.distanceBlocked:nth-child(even)::after {
    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: #004890;
    font-size: 24px;
    line-height: 30px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-weight: 800;
}

.microsite .shared-map .infoWindow h5 a {
    color: #202a79;
}
.shared-map .infoWindow ul.contactInfo {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shared-map .infoWindow ul.contactInfo > li {
    margin-bottom: 5px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #3c3d3d;
}

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

.shared-map .infoWindow ul.contactInfo > li .shared-action-items a {
    font-family: 'museo-sans-rounded', sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

.shared-items-container {
    /*display: none;*/
    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;
}

@media (max-width: 640px) {
    .layout-grid .shared-items .container {
        flex-direction: column;
        align-content: center;
    }
}

.shared-items .shared-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.microsite .shared-items .shared-item {
    overflow: visible;
}
.layout-grid .shared-items .shared-item {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-rows: min-content 1fr;
    -ms-grid-rows: min-content 1fr;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 20px;
}

.layout-grid .shared-items .shared-item .image-container {
    grid-column: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-row: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
}

.layout-grid .shared-items .shared-item .contents {
    grid-column: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-row: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
}

@media (min-width: 641px) {
    .layout-grid .shared-items .shared-item {
        margin: 0 10px 20px;
        width: calc(50% - 20px);
    }
}

@media (min-width: 1025px) {
    .layout-grid .shared-items .shared-item {
        width: 33.3333% - 20px;
        max-width: 320px;
    }
}

.layout-list .shared-items .shared-item {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
}

@media (min-width: 1025px) {
    .layout-list .shared-items .shared-item {
        width: 85%;
    }
    .detail-tab .layout-list .shared-items .shared-item {
        width: 100%;
    }
}

.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 .image-container a {
    display: inline;
}

.shared-items .shared-item.dtn .image-container .dtn-badge {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    background-color:#6fb43f;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    z-index: 1;
}

.layout-list .shared-items .shared-item.dtn .image-container .dtn-badge {
    font-size: 13px;
}

.shared-items .shared-item .image-container .date-block {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 15px;
    background-color: #9d1059;
    border-top-right-radius: 8px;
}

.shared-items .shared-item .image-container .date-block span:first-child {
    color: white;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 300;
}

.shared-items .shared-item .image-container .date-block span:last-child {
    color: white;
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 800;
}

.shared-items .shared-item .image-container img {
    display: block;
    width: 100%;
}

.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 img {
    display: block;
    width: 100%;
}

.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 (min-width: 1025px) {
    .layout-list .shared-items .shared-item .image-container {
        flex: 2;
    }
}

@media only screen and (max-width: 40.063em) {
    .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-map .shared-items .shared-item .contents .address,
.layout-map .shared-items .shared-item .contents .address a {margin-bottom: 10px}

.shared-items .shared-item .contents {
    display: flex;
    flex-direction: column;
    padding: 12px 15px 0;
    text-align: left;
}

.layout-list .shared-items .shared-item .contents,
.layout-map .shared-items .shared-item .contents {
    position: relative;
    padding-bottom: 0;
    flex: 2;
}

.shared-items .shared-item .contents h2 {
    font-family: 'museo-sans-rounded', sans-serif;
    font-size: 24px;
    line-height: 29px;
    color: #004890;
    margin: 0 0 10px 0;
    font-weight: 800;
    text-transform: none;
}

.shared-items .shared-item .contents h2 a {
    color: inherit;
    font-weight: inherit;
}

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

.shared-items .shared-item .contents .address,
.shared-items .shared-item .contents .address a {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #3c3d3d;
}

@media (min-width: 641px) {
    .layout-list .shared-items .shared-item .contents h2 {
        font-size: 22px;
    }

    .layout-list .shared-items .shared-item .contents {
        padding: 25px 20px 0;
    }

    .layout-list .shared-items .shared-item .contents .listing-links {
        margin-left: -20px;
        width: 50%;
    }
}

.shared-items .shared-item .contents .address i {
    color: #019fc4;
    margin-right: 5px;
}

.shared-items .shared-item .contents .listing-links {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    margin-left: -15px;
    margin-right: -15px;
}

.shared-items .shared-item .contents .listing-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 100%;
    padding: 12px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    font-weight: 500;
}

.shared-items .shared-item .contents .listing-link + .listing-link {
    margin-left: 2px;
}

.shared-items .shared-item .contents .listing-link i {
    font-size: 19px;
    margin-left: 5px;
}

.shared-items .shared-item .contents .listing-link.detail {
    background-color: #044890;
}

.shared-items .shared-item .contents .listing-link.web {
    background-color: #0661c2;
}

@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: 20px;
}

.shared-items .shared-item .contents .address .fa { color: #0498d9; }

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

.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;
}

.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 { }
.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 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

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

@media (min-width: 1025px) {
    .pagination .pager li {
        font-size: 17px;
    }
}

.pagination .pager li.doubles,
.pagination .pager li.singles {
    padding: 0 8px;
    font-size: 24px;
}

.pagination .pager li a {
    color: #9d1059;
    font-size: inherit;
}

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

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

.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: 5;
    min-height: 840px;
}
.microsite .overlay {
    top: 60px;
}
.overlay.active {
    display: block;
}

.listings-bottom {
    background-color: #fff;
    vertical-align: middle;
}
.listings-bottom .gap-column { display: block; }
.listings-bottom > .row > div {
    line-height: 27px;
    padding: 15px 0px;
    vertical-align: middle;
}
.back-to-btn {
    display: none;
    color: #1d1d1d;
    text-align: center;
    cursor: pointer;
}
.back-to-btn i { 
    color: #9d1059;
    margin-left: 10px;
    font-size: 22px;
 }
.listings-bottom .pagination-container.bottom-container .pagination { padding-bottom: 0 }

.listings-bottom .options .options-section {
    display: flex;
    justify-content: space-between;
    max-width: 92.5rem;
    margin: auto;
    padding:15px 0;
}
.listings-bottom .options .options-section div {
    min-width:330px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:1025px){
    .listings-bottom .options .options-section {
        flex-wrap: wrap;
    }
    .listings-bottom .options .options-section div.blank {
        display: none;
    }
    .listings-bottom .options .options-section div {
        width: 100%;
    }
    .listings-bottom .options .options-section div.back-to {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 40.063em) {
    .results {
        text-align: left;
    }
}

@media only screen and (min-width: 1025px) {
     .layout-list .shared-items .shared-item .contents{flex : 5;}
    .layout-list .shared-items .shared-item .contents h2 {
        font-size: 24px;
        line-height: 30px;
    }

    ul.options {
        display: block;
        text-align: center;
        padding-left: 0;
    }

    .listings-bottom {
        border-top: 1px solid #d8d7d7;
        border-bottom: 1px solid #d8d7d7;
    }

    .listings-bottom > .row {
        max-width: 92.5rem;
    }

    .listings-bottom .back-to-btn {
        display: inline-flex;
        align-items: center;
        color: black;
        font-weight: 500;
    }

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

    .results-wrapper {
        margin-left: 360px;
    }
    .results {
        /*padding: 20px 10%;*/
        /*min-height: 840px;*/
    }
    .results .spacer {
        display: block;
        width: 100%;
        height: 20px;
    }
    .filters-wrapper {
        display: block;
    }
    .mobile-options {
        display: none;
    }

    ul.options > li.sort-title,
    ul.options > li.pagination { padding-left: 50px; }

    /* .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;
        padding-top: 4px;
    }
    .pagination-container.top-container .pager { display: block; }
}
@media only screen and (max-width: 1100px) {
    ul.options > li.sort-title,
    ul.options > li.pagination { padding-left: 10px; }
}
@media (min-width: 1500px) {
    ul.options {
        padding-left: 12%;
    }
}

@media only screen and (max-width: 64em) {
    .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% - 139px);
}

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

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


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

.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 {
    margin: 0;
    flex: 1;
    display: flex;
}
.microsite .shared-map-container .item-list-header h3 {
    color: #202a79;
}
.shared-map-container .item-list-header h3 i.active {

    transform: rotate(0deg);

}
.shared-map-container .item-list-header h3 i {
    margin-left: 10px;
    transform: rotate(180deg);
    transition: transform .5s ease-out;;
    transform-origin: center center;
    cursor: pointer;
}
@media (max-width: 640px) {
    .layout-map .shared-items .container{
        height: calc(100% - 127px);
    }

}

.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: 139px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #fff;
    overflow: hidden;
    transition: all ease .5s;
}
.shared-map-container .shared-items.active,
.microsite .shared-map-container .shared-items.active {
    height: calc(100% - 51px);
}
.microsite .shared-map-container .shared-items {
    height: 132px
}
@media (max-width: 1025px) {
    .shared-map-container .shared-items {
        border-radius: 0px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        height: 132px;
    }
} 

.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: grid;
    display: -ms-grid;
    grid-template-rows: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-columns: 1fr 2.5fr;
    -ms-grid-columns: 1fr 2.5fr;
    min-height: 82px;
    align-items: flex-start;
}

.shared-map-container .shared-items .shared-item .image-container {
    grid-row: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    height: 100%;
}

.shared-map-container .shared-items .shared-item .contents {
    grid-row: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
}

@media (max-width: 640px) {
    .shared-map-container .shared-items {
        display: none;
        visibility: hidden;
    }
}

@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: 100%;
}

.shared-map-container .shared-items .buttons {
    position: relative;
    z-index: 10;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 30px;
    background-color: #1d1d1d;
    display: flex;
    justify-content: space-evenly;
}
.shared-map-container .shared-items .buttons button {
    display: block;
    background-color: #004890;
    color: #fff;
    text-align: center;
    padding: 3px 40px;
    border-radius: 3px;
    margin: 0 30px;
}
.microsite .shared-map-container .shared-items .buttons button {
    background-color: #202a79;
}
@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;}

/****MICROSITE****/

.microsite ul.mobile-options > li::after {
    display: none;
}

.microsite ul.mobile-options > li:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.microsite ul.mobile-options > li > a > i {
    color: #202a79;
}

.microsite ul.options > li > a.selected, .microsite ul.options > li > a.active, .microsite ul.options > li > a:hover ,.microsite ul.options > li > a.selected i,.microsite  ul.options > li > a.active i{
    color: #202a79;
}

.microsite .shared-items .shared-item.dtn .image-container .dtn-badge {
    background-color: rgba(0, 162, 190, 0.6);
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 8px;
}

.microsite .shared-items .shared-item .image-container .date-block {
    background-color: rgba(0, 162, 190, 0.86);
}

.microsite .shared-items .shared-item .contents h2 a {
    color: #202a79;
}

.microsite .shared-items .shared-item .contents .address, .microsite .shared-items .shared-item .contents .address a {
    color: black;
    font-weight: bold;
}

.microsite .shared-items .shared-item .contents .desc {
    color: #202a79;
}

.microsite .shared-items .shared-item .contents .dates i,
.microsite .shared-items .shared-item .contents .address i {
    color: #008293
}

.microsite .shared-items .shared-item .contents .dates i {
    margin-right: 10px;
}

.microsite .shared-items .shared-item .contents .dates {
    display: block;
    margin-bottom: 15px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}
.microsite .shared-items .shared-item .contents .dates {
    font-size: 16px;
}
.microsite .shared-items .shared-item .contents .listing-link {
    background-color: #202a79 !important;
    color: white;
}

.microsite .shared-items .shared-item .contents .listing-link i {
    margin-right: 10px;
}

.microsite ul.mobile-options > li > a {
    display: block;
    padding: 18px 5px;
    font-size: 17px;
    line-height: 22px;
    color: black;
    text-align: center;
    text-transform: uppercase;
}

.microsite .pagination .pager li a {
    color: #202a79;
}


    .microsite ul.options > li > a.view-option.selected, 
    .microsite ul.options > li > a.view-option.active, 
    .microsite ul.options > li > a.view-option:hover {
        border-bottom: 2px solid #202a79;
    }

    .microsite .pagination .pager li a,
    .microsite .back-to-btn i,
    .microsite a.rssLink {
        color: #202a79;
    }

    .microsite .filters button.shared-submit {
        background-color: #202a79;
    }

    .microsite .timeWindow li a.active {
        color: #202a79;
        border-bottom: 1px solid #202a79;
    }

    .microsite .daterange-calendar table .calendar-control,
    .microsite .filters ul.filter-items > li.showmore {
        color: #202a79;
    }

    .microsite input[type="checkbox"]:not(:checked) + label:after, 
    .microsite input[type="checkbox"]:checked + label:after {
        color: #202a79;
    }

    .microsite .filters a.clear-filters {
        background-color: #202a79;
        padding: 12px 40px;
        border-radius: 0px;
        width: 100%;
    }
