.header-gallery {
    position: relative;
}
.header-gallery::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
    z-index: 1;
}

.header-gallery .gallery-item .slick-arrow {
    z-index: 5;
}
.header-gallery .gallery-item .slick-arrow::before{
    font-family: FontAwesome;
    font-size: 25px;
}

.header-gallery .gallery-item .slick-arrow.slick-prev {
    left: 2%;
}

.header-gallery .gallery-item .slick-arrow.slick-prev::before {
    content: '\f053'; 
}
.header-gallery .gallery-item .slick-arrow.slick-next { 
    right: 2%;
}
.header-gallery .gallery-item .slick-arrow.slick-next::before {
    content: '\f054'; 
}

@media (min-width: 1025px) {
    .header-gallery .gallery-item .slick-arrow {
        display: none !important;
    }
}

.header-gallery .gallery-item .slick-dots {
    position: absolute;
    bottom: 60px;
    right: 155px;
    display: block;
    width: auto;
    padding: 0;
    list-style: none;
    margin: 0;
}
@media(max-width:640px){
    .header-gallery .gallery-item .slick-dots {
        display: none !important;
    }
}
.header-gallery .gallery-item .slick-dots li {
    margin-right: 10px;
}
.header-gallery .gallery-item .slick-dots li button::before {
    font-family: 'slick';
    font-size: 28px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .5;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.header-gallery .gallery-item .slick-dots li.slick-active button:before {
    opacity: .85;
    color: #fff;
}

.header-gallery .detail-breadcrumbs {
    position: absolute;
    bottom: calc(30px + (60 - 30) * ((100vw - 1025px) / (1200 - 1025)));
    left: calc(30px + (60 - 30) * ((100vw - 1025px) / (1200 - 1025)));
    color: #fff;
    font-size: calc(22px + (28 - 22) * ((100vw - 1025px) / (1200 - 1025)));
    padding-right: 30px;
    max-width: 80%;
}

@media (min-width: 1201px) {
    .header-gallery .detail-breadcrumbs {
        bottom: 60px;
        left: 60px;
        font-size: 28px;
    }
}

@media(max-width: 1024px){
    .header-gallery .detail-breadcrumbs,
    .header-gallery .gallery-item .slick-dots {
        display: none !important;
    }
}
.header-gallery .detail-breadcrumbs span {
    font-weight: 600;
}
.header-gallery.hide-gallery {
    background: linear-gradient(to top, #005e95 0%, #011c34 100%);
    height:100px;
    margin-bottom: 30px;
}
@media(min-width:641px){
    .header-gallery.hide-gallery {
        height: 400px;
    }
}
.header-gallery.hide-gallery .gallery-item {
    display: none;
}
.grey-bar {
    width: 100%;
    height: 30px;
    background-color: #e0e6e6;
}
.grey-bar.margin-bottom {
    margin-bottom: 60px;
}

.shared-detail .add-this-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 110px;
}
.shared-detail .slider iframe {
    min-height: 124px;
}

@media (min-width: 400px){
    .shared-detail .slider iframe {
        min-height: 220px;
    }
}
@media (min-width: 768px){
    .shared-detail .slider iframe {
        min-height: 378px;
    }
}
@media (min-width: 1024px){
    .shared-detail .slider iframe {
        min-height: 397px;
    }
}
@media (min-width: 1201px){
    .shared-detail .slider iframe {
        min-height: 464px;
    }
}
@media (min-width: 1440px){
    .shared-detail .slider iframe {
        min-height: 614px;
    }
}
@media (min-width: 1800px){
    .shared-detail .slider iframe {
        min-height: 732px;
    }
}
@media(max-width: 640px){
    .grey-bar.margin-bottom {
        margin-bottom: 30px;
    }
    .shared-detail .add-this-panel {
        padding: 0 30px 15px;
        margin-top: -25px;
    }
}
.shared-detail .shared-back-button {
    display: inline-flex;
    align-items: center;
    font-weight: 800;
}

.shared-detail .shared-back-button img {
    width: 25px;
    margin-right: 25px;
    transform: rotate(90deg);
}
.shared-detail .top-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    padding: 0 30px;
}
@media(min-width:1201px){
    .shared-detail .top-panel {
        padding: 0 175px;
    }
}

.shared-detail .top-panel h1,
.shared-detail .top-panel h2,
.shared-detail .top-panel h3,
.shared-detail .top-panel .description {
    max-width:100% !important;
}

.shared-detail .top-panel .status {
    text-align: center;
    color: #DC2819;
    font-weight: bold;
}


.shared-detail .print-wrapper {
    display: flex;
    justify-content: flex-end;
}
@media(max-width:1200px){
    .shared-detail .print-wrapper {
        justify-content: center;
    }
}
.shared-detail .print-coupon {
    font-size: 24px;
    font-weight: 400;
}
.shared-detail .top-panel .subtitle {
    color: #2a2623;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1px;
    margin-bottom: 60px;
}
@media(max-width:1024px){
    .shared-detail .top-panel .subtitle {
        margin-bottom: 30px;
    }
}
.shared-detail .top-panel .description {
    max-width:1600px;
    text-align: center;
}
.shared-detail .detail-info {
    display: flex;
    margin: 0 0 80px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 30px;
    flex-wrap: wrap;
}
@media(min-width:1201px){
    .shared-detail .detail-info {
        padding: 0 175px;
    }
}

.shared-detail ul {
    list-style: none;
    margin:0;
}
.shared-detail .detail-info .vertical-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 24px;
    margin-right: 30px;
}
.shared-detail .detail-info .vertical-list img {
    height: 60px;
    margin-right: 15px;
}
@media(min-width:1201px){
    .shared-detail .detail-info .vertical-list {
        max-width: 50%;;
    }
}

.shared-detail .detail-info .vertical-list span:not(.addtocalendar) {
    font-weight: 700;
    font-size: 34px;
}
.shared-detail .detail-info .vertical-list p {
    font-size:24px;
    font-weight: 400;
    display: inline-block;
    
}
@media(max-width: 640px){
    .shared-detail .detail-info .vertical-list li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap:wrap;
        text-align: center;
    }
    .shared-detail .detail-info .vertical-list p {
        font-size: 16px;
    }
}
@media(max-width: 1024px){
    .shared-detail .detail-info .vertical-list span:not(.addtocalendar) {
        font-weight: 700;
        font-size: 24px;
    } 
}
.shared-detail .detail-info .horizontal-list,
.shared-detail .shared-middle .horizontal-list {
    font-weight: 600;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.shared-detail .detail-info .buy-ticket {
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 20px;
}
.shared-detail .shared-middle .horizontal-list {
    justify-content: flex-start;
    margin-bottom: 35px;
}
.shared-detail.listing-detail .detail-info .horizontal-list .tripbuilder{
    margin-left: 20px;
}

.shared-detail .detail-info .horizontal-list .tripbuilder i {
    color: #d42727;
}
.shared-detail .detail-info .horizontal-list:first-child:not(:last-child) {
    margin-bottom: 15px;
}
.shared-detail .detail-info .horizontal-list .social {
    margin-left: 15px;
}

.shared-detail .detail-info .horizontal-list .social .info-list-value,
.shared-detail .shared-middle .horizontal-list .social .info-list-value {
    display: flex;
}
.shared-detail .detail-info .horizontal-list a,
.shared-detail .shared-middle .horizontal-list a,
.shared-detail .detail-info .buy-ticket a {
    display: flex;
    align-items: center;
}
.shared-detail .detail-info .horizontal-list a img {
    height: 60px;
    margin-right: 15px;
}
.shared-detail .detail-info .horizontal-list a i,
.shared-detail .shared-middle .horizontal-list a i {
    margin-right: 20px;
    font-size: 42px;
}

.shared-detail .detail-info .horizontal-list .tripbuilder a{
    display: inline-block;
}

.shared-detail .detail-info .horizontal-list .tripbuilder a i {
    margin-right: 10px;
}

@media(max-width: 640px){
    .shared-detail .detail-info .horizontal-list,
    .shared-detail .detail-info .buy-ticket,
    .shared-detail .shared-middle .horizontal-list {
        font-size: 24px;
    }
    /* .shared-detail .detail-info .horizontal-list a i,
    .shared-detail .shared-middle .horizontal-list a i {
        font-size: 28px;
    } */
}
.shared-detail .shared-middle .location-tab .horizontal-list .email {
    width:85px;
    margin-right: 20px;
}
.shared-detail .shared-middle .location-tab .horizontal-list .email img {
    width: 100%;
}
.shared-detail .detail-info .reviews {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1600px;
    margin: auto;
    font-size: 16px;
    line-height: 22px;
}
@media(max-width: 640px){
    .shared-detail .detail-info .reviews {
        flex-direction: column;
        align-items: center;
    }
}

.shared-detail .reviews-tab .yelp-tab-content {
    margin-bottom: 30px;
}
.yelp-snippet {
    margin-left: 50px;
}
@media(max-width: 640px){
    .yelp-snippet {
        margin-left: 0;
    }
}
.yelp-snippet .yelp-top .yelp-logo {
    width: 100px;
}
.shared-detail .shared-middle .reviews-tab .provider-yelp {
    max-width: calc(100vw - 60px);
}
.tripadvisor-snippet h4 {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}
@media(max-width:1200px){
    .shared-detail .detail-info {
        flex-direction: column;
        align-items: center;
    }
    .shared-detail .detail-info .vertical-list {
        align-items: center;
        margin-right: 0;
        margin-bottom: 30px;

    }
    .shared-detail .detail-info .horizontal-list {
        justify-content: center;
    }
}

.shared-detail .gallery-band {
    display: flex;
}
@media(max-width: 640px){
    .shared-detail .gallery-band {
        display: none;
    }
}
.shared-detail .shared-middle {
    /* display: flex; */
    position: relative;
}

.shared-detail .shared-middle .shared-middle-tabs {
    display: flex;
    position: absolute;
    left: 180px;
    transform: translateY(0);
    top: 50px;
}
/* @media(min-width: 1201px) and (max-width:1325px) {
    .shared-detail .shared-middle .shared-middle-tabs.with-reviews {
        left:100px;
        transform: translateY(0);
    }
} */
@media(min-width:1201px) {
    .shared-detail .shared-middle .shared-middle-tabs {
        display: flex;
        position: absolute;
        left: 25%;
        top: 50px;
        transform: translateX(-50%);
    }
}
.shared-detail .shared-middle .shared-middle-tabs.mobile {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    transform: none;
    left: auto;
    justify-content: center;
    padding: 0 15px;
}
.shared-detail .shared-middle .shared-middle-tabs.mobile div {
    border-left: .5px solid #999;
    border-right: .5px solid #999;
}
@media(max-width:640px){
    .shared-detail .shared-middle .shared-middle-tabs.desktop {
        display: none;
    }
}
@media(min-width:641px){
    .shared-detail .shared-middle .shared-middle-tabs.mobile {
        display: none;
    }
}
@media(max-width: 1200px){
    .shared-detail .shared-middle .shared-middle-tabs {
        display: flex;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 50px;
    }
}

.shared-detail .shared-middle .shared-middle-tabs div {
    display: flex;
    padding: 20px 5px;
    border: 1px solid #999;
    background: linear-gradient(to bottom, #fff 0%, #d9eefe 100%);
    color: #666;
    font-weight: 600;
    font-size: 12px;
    border-left:none;
    cursor: pointer;
}
@media(min-width:641px){
    .shared-detail .shared-middle .shared-middle-tabs div {
        padding: 20px 10px;
        font-size: 14px;
    }
}
.shared-detail .shared-middle dl.tabs dd a {
    background: linear-gradient(to bottom, #fff 0%, #d9eefe 100%);
    color: #666;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    border: 1px solid #999;
    border-left:none;
}
.shared-detail .shared-middle dl.tabs dd.active a {
    background: #fff;
    color: #005D95;
}
.shared-detail .shared-middle dl.tabs dd:first-child a,
.shared-detail .shared-middle .shared-middle-tabs div:first-child {
    border-left: 1px solid #999;
}
.shared-detail .shared-middle .shared-middle-tabs div.active {
    color: #005D95;
    background: #fff;
}
.shared-detail .shared-middle .location-tab {
    display: flex;
}
@media(max-width: 1200px){
    .shared-detail .shared-middle .location-tab {
        flex-direction: column;
    }
}
.shared-detail .shared-middle .location,
.shared-detail .shared-middle .map {
    width: 50%;
}
.shared-detail .shared-middle .location {
    padding: 135px 0 0 175px;
    font-size: 34px;
}
@media(min-width:1201px){
    .shared-detail .shared-middle .location {
        padding: 135px 0 0 25px;
    }
}
.shared-detail .shared-middle .location.no-tabs {
    padding: 65px 0 0 175px;
}
.eventDetails.shared-detail .shared-middle .location.no-tabs {
    padding:0;
    margin: auto;
    width: auto;
}
@media(min-width:1201px){
    .eventDetails.shared-detail .shared-middle .location.no-tabs {
        padding:0;
        margin: auto auto auto 175px;
        width: auto;
    }
}

@media(max-width: 1200px){
    .shared-detail .shared-middle .location {
        width: 100%;
        padding: 155px 30px 30px;
        font-size: 24px;
    }
    .shared-detail .shared-middle .map {
        width:100%;
    }
}
@media(max-width:641px){
    .shared-detail .shared-middle .location {
        width: 100%;
        padding: 95px 30px 30px;
        font-size: 24px;
    } 
}
.shared-detail .shared-middle .location .address {
    font-size: 34px;
    margin-bottom: 50px;
    padding-right: 30px;
}
.shared-detail .shared-middle .location .loc {
    font-weight: 600;
}
@media(min-width:641px){
    .shared-detail .shared-middle .location .address {
        padding-left: 75px;
    }
}
.shared-detail .shared-middle .location .address .location-title {
    font-weight: bold;
}
@media(max-width: 1200px){
    .shared-detail .shared-middle .location .address {
        font-size: 24px;
        margin-bottom: 30px;
        margin-top: 35px;
    }
}
/* .shared-detail .shared-middle .location .directions i {
    color: #007dae;
}

.shared-detail .shared-middle .location .distance i {
    color: #f32938;
} */
.shared-detail .shared-middle .location .distance span {
    margin-right: 10px;
}
.shared-detail .shared-middle .meta-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.shared-detail .shared-middle .meta-icon a,
.shared-detail .shared-middle .meta-icon div {
    width: 50%;
    min-width:280px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 600;
    color: #005e96;
}
@media(min-width:1201px){
    .shared-detail .shared-middle .meta-icon a,
    .shared-detail .shared-middle .meta-icon div {
        font-size: calc(24px + (34 - 24) * ((100vw - 1201px) / (2000 - 1201)));
    }
}
.shared-detail .shared-middle .directions,
.shared-detail .shared-middle .distance {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 34px;
    font-weight: 600;
}
.shared-detail .shared-middle .meta-icon a img,
.shared-detail .shared-middle .meta-icon div img,
.shared-detail .shared-middle .directions img,
.shared-detail .shared-middle .distance img {
    height: 60px;
    margin-right: 15px;
}
@media(max-width: 640px) {
    .shared-detail .shared-middle .directions,
    .shared-detail .shared-middle .distance {
        font-size: 24px;
    }
}
.shared-detail .detail-map {
    position: relative;
    background-color: white;
    cursor: pointer;
}

.shared-detail .detail-map .map-inner {
    position: relative;
    overflow: hidden;
}
.shared-detail .detail-map .map-inner.map-height {
    height: 765px;
}
@media(max-width: 1200px){
    .shared-detail .detail-map .map-inner.map-height {
        height: 450px;
    }
}
.shared-detail .detail-map .map-inner.map-height::before {
    content: none;
}

.shared-detail .detail-map .view-map span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    padding: 12px 24px;
    background-color: white;
    text-align: center;
    border-radius: 3px;
    font-weight: 600;
    font-size: 34px;
}

.shared-detail .detail-map .view-map span i {
    color: #005D95;
    margin-right: 20px;
}
.shared-detail .detail-map .view-map .temp-img img {
    height: 700px;
}
@media(max-width:1200px){
    .shared-detail .detail-map .view-map .temp-img img {
        height: 450px;
    } 
    .shared-detail .detail-map .view-map span {
        font-size: 22px;
    }
}
.shared-detail .shared-middle .amenity-tab,
.shared-detail .shared-middle .meeting-tab,
.shared-detail .shared-middle .reviews-tab {
    padding: 165px 30px 0;
    max-width: 960px;
    margin: 0 auto 30px;
}
.shared-detail .shared-middle .reviews-tab {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}
.shared-detail .detail-tab .tab-content {
    display: none; 
}

.shared-detail .detail-tab.active .tab-content {
    display: block;
    padding: 15px 0;
}

.shared-detail .detail-tab .tab-content p {
    width: 100%;
    max-width: 790px;
    margin: 0 auto 25px;
}

.shared-detail .detail-tab .tab-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 5px;
    border-bottom: 3px solid #ede9e0;
    cursor: pointer;
}

.shared-detail .detail-tab.active .tab-inner {
    border: 0;
    padding-bottom: 20px;
}

.shared-detail .detail-tab.active .tab-inner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12px;
    background-image: url("/includes/public/assets/images/patterns/ziggy.svg");
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 25px 12px;
}

.shared-detail .detail-tab .tab-toggle {
    margin-right: 15px;
    color: #005D95;
    font-size: 34px;
}

.shared-detail .detail-tab.active .tab-toggle {
    transform: rotate(180deg);
}

.shared-detail .detail-tab .tab-inner h2 {
    font-size: 19px;
    line-height: 24px;
    margin: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.shared-detail .detail-tab.active .tab-inner h2 {
    color: #dc2819;
}

@media (min-width: 64.063em) {
    .shared-detail .shared-bottom {
        margin: 0 auto 100px;
    }
    
    .shared-detail .detail-tab {
        margin-bottom: 45px;
        max-width: 960px;
        margin: auto;
    }

    .shared-detail .detail-tab .tab-inner h2 {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 5px;
    }

    .shared-detail .detail-tab.active .tab-content {
        padding: 30px 0;
    }
}

.shared-detail .detail-tab .tab-content .gMapHolder {
    height: 400px;
}

.shared-detail .feat-highlights {
    position: relative;
    margin-bottom: 30px;
    overflow-x: hidden;
}
.shared-detail .feat-highlights .slider.single-item {
    display: flex;
    justify-content: center;
}
.shared-detail .feat-highlights .header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shared-detail .feat-highlights .header h3.subtitle {
    font-weight: 600;
    font-style: italic;
    color: #dc2819;
    text-transform: lowercase;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 40px;
}

@media(max-width: 640px){
    .shared-detail .feat-highlights .header h2 {
        margin-bottom: 0;
    }

    .shared-detail .feat-highlights .header h3.subtitle {
        margin-bottom: 25px;
    }
}

.shared-detail .feat-highlights .slider {
    padding-left: 75px;
    padding-right: 75px;
}

.shared-detail .feat-highlights .slider .slick-list {
    overflow: visible;
}

.shared-detail .feat-highlights .slider .slick-track {
    margin: auto;
}
.shared-detail .feat-highlights .item {
    margin: 0 12px;
}
.shared-detail .feat-highlights .item h4,
.shared-detail .feat-highlights .item p {
    max-width:325px;
}
.shared-detail .feat-highlights .img-cont {
    margin-bottom: 10px;
    position: relative;
}
.shared-detail .feat-highlights .date-block {
    color: #2a2623;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shared-detail .feat-highlights .date-block .month {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.shared-detail .feat-highlights .date-block .day {
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
}

.shared-detail .feat-highlights .slide-content p {
    margin-bottom: 0;
    line-height: 25px;
}
.shared-detail .feat-highlights .slide-content p i {
    color: #dc2819;
}
@media(max-width:640px){
    .shared-detail .feat-highlights .item {
        margin: 0 12px;
    }
    .shared-detail .feat-highlights .item h4 {
        font-size: 18px;
    }
    .shared-detail .feat-highlights .slide-content p {
        margin-bottom: 0;
        line-height: 20px;
    }
    /* .shared-detail .feat-highlights .date-block .month {
        font-size: 18px;
    }
    .shared-detail .feat-highlights .date-block .day {
        font-size: 34px;
        line-height: 32px;
    } */
}

.shared-detail .post-items {
    position: relative;
    padding: 30px;
}

.shared-detail .post-items h2 {
    color: #2a2623;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1px;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
}

.shared-detail .post-items h3 {
    font-weight: 600;
    font-style: italic;
    color: #dc2819;
    text-transform: lowercase;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}


.shared-detail .post-items .slide {
    pointer-events: all;
}

.shared-detail .post-items .slide .imgcont {
    margin-bottom: 10px;
}

.shared-detail .post-items .slide .content {
    padding: 0 20px;
}

.shared-detail .post-items .slide .author {
    color: #dc2819;
    font-style: italic;
}

.shared-detail .post-items .blog-arrow-cont,
.shared-detail .post-items .article-arrow-cont {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.shared-detail .post-items .blog-arrow-cont .inner,
.shared-detail .post-items .article-arrow-cont .inner {
    position: relative;
    inset: 0;
    height: 100%;
    pointer-events: none;
}

.shared-detail .post-items .blog-arrow-cont .inner::before,
.shared-detail .post-items .article-arrow-cont .inner::before {
    content: "";
    position: absolute;
    height: 100%;
    width:  100%;
    inset: 0;
    background: linear-gradient(to left, rgba(255,255,255,0.3), rgba(255,0,0,0), rgba(255,255,255,0.3));
}

.shared-detail .post-items .blog-arrow-cont .slick-arrow::before,
.shared-detail .post-items .article-arrow-cont .slick-arrow::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #2a2623;
    content: "\f060";
    opacity: 1;
    background: none;
    pointer-events: all;
}

.shared-detail .post-items .blog-arrow-cont .slick-arrow.slick-next::before {
    content: "\f061";
}

.shared-detail .post-items .blog-arrow-cont .slick-prev,
.shared-detail .post-items .article-arrow-cont .slick-prev {
   left: 5px;
}
.shared-detail .post-items .blog-arrow-cont .slick-next,
.shared-detail .post-items .article-arrow-cont .slick-next {
   right: 15px;
}


@media (min-width: 641px) {
    .shared-detail .post-items {
        padding: 30px 0;
    }

    .shared-detail .post-items h2 {
        font-size: 45px;
    }

    .shared-detail .post-items h3 {
        font-size: 34px;
        margin-bottom: 40px
    }

    .shared-detail .post-items .slide {
        margin: 0 12px;
    }

    .shared-detail .post-items .slide .content {
        padding: 0;
    }

    .shared-detail .post-items .blog-arrow-cont .slick-arrow::before,
    .shared-detail .post-items .blog-arrow-cont .slick-arrow::before {
        font-size: 66px;
    }

    .shared-detail .post-items .blog-arrow-cont .slick-next,
    .shared-detail .post-items .article-arrow-cont .slick-next {
        right: 45px;
    }
}



.shared-detail .feat-highlights .arrow-cont {
    position: absolute;
    top: 300px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 66px;
    pointer-events: none;
}
.shared-detail.eventDetails .feat-highlights .arrow-cont {
    top: 210px;
}
@media(max-width:640px){
    .shared-detail .feat-highlights .arrow-cont,
    .shared-detail.eventDetails .feat-highlights .arrow-cont {
        top: 50%;
        font-size: 30px;
        transform: translateY(50%);
    }
}
.shared-detail .feat-highlights .arrow-cont .arrow {
    pointer-events: all;
    cursor: pointer;
}
.shared-detail .feat-highlights .arrow-cont .radial-blur {
    box-shadow: 0px 0px 300px 150px rgba(255,255,255,1);
    height:1px;
    width:1px;
}
@media(max-width:640px){
    .shared-detail .feat-highlights .arrow-cont .radial-blur {
        box-shadow: 0px 0px 150px 75px rgba(255,255,255,1);
    }
}
.callout-cont {
    width: 100%;
    background-color: #8e8f8c;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
}

.callout-cont .callout-text {
    font-size: calc(28px + (35 - 28) * ((100vw - 320px) / (1024 - 320)));
    margin: 0 0 15px 0;
    font-weight: 400;
    letter-spacing: 0.9px;
    text-align: center;
    color: #fdfefe;
}

.callout-cont .callout-link {
    display: inline-block;
    padding: 8px 45px;
    border-radius: 25px;
    text-align: center;
    background-color: #fdfefe;
    color: #8e8f8c;
    margin: 0 auto;
    max-width: 300px;
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 641px) {
    .callout-cont {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: row;
        margin-top:60px;
    }

    .callout-cont .callout-text {
        margin-right: 30px;
        margin-bottom: 0;
    }

    .callout-cont .callout-link {
        width: 50%;
        margin: 0;
    }
}

@media (min-width: 1025px) {
    .callout-cont .callout-text {
        font-size: 35px;
    }

}


.shared-detail .atc-wrapper {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
    margin-right: 0;
    display: flex;
    align-items: center;
}
@media(min-width:641px){
    .shared-detail .atc-wrapper {
        font-weight: 600;
        font-size: 34px;
    }
}

.shared-detail .atc-wrapper img{
    height: 60px;
    margin-right: 15px;	
}
.shared-detail ul.atcb-list {
	display: none;
}
.shared-detail a.atcb-link:after {
	display: none;
}
.shared-detail .atc_title,
.shared-detail .atc_description,
.shared-detail .atc_location,
.shared-detail .atc_timezone {
	display: none;
}
.shared-detail span.addtocalendar.atc-style-blue {
	position: relative;
}
.shared-detail span.addtocalendar.atc-style-blue:hover ul.atcb-list {
	display: block;
}
.shared-detail span.addtocalendar.atc-style-blue:hover ul.atcb-list::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0px;
	right: 0px;
	height: 20px;
	/* background-color: rgba(255,0,0,0.2) */
}
.shared-detail ul.atcb-list {
	position: absolute;
	background: #fff;
	right: 0px;
	z-index: 999;
	padding: 10px;
	top: 25px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
}

.shared-detail ul.atcb-list li {
	list-style: none;
	position: relative;
}
.shared-detail ul.atcb-list li:hover::before {
	content: "";
	position: absolute;
	top: 0px;
	left: -10px;
	right: -10px;
	bottom: 0px;
	background-color: #005e96;
	z-index: -1;
}
.shared-detail ul.atcb-list li:hover a {
	color: #fff;
}
.shared-detail .shared-item .listing-btns a.atcb-item-link {
	font-size: 15.5px;
	line-height: 20px;
}

.filters .filter-label.cal-label {font-size: 18px;margin-bottom: 10px;}
@media only screen and (max-width: 640px) {
	.shared-detail a.atcb-link:before {
		margin: 0px 11px;
	}
	.shared-detail ul.atcb-list {
		padding: 7px;
	}
	.shared-detail .shared-item .listing-btns a.atcb-item-link {
		font-size: 13.5px;
		line-height: 20px;
	}
}
var.atc_event var {
	display: none;
}





.shared-middle .social-tab {
    padding-top:110px;
}
.tab-content #facebook .columns,
.tab-content #twitter .columns {
    margin-bottom: 30px;
    padding: 0;
}
.tab-content.social {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
	align-items: center;
    padding:25px 15px;
}

.tab-content.social h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #005e95;
    text-transform: uppercase;
    margin: 12px 0 6px;
    display: inline-block;
}
@media (min-width: 641px){
	.tab-content.social h3 {
		font-size: 17px;
		margin: 12px 0;
	}
}
.tab-content.social .twitter-links a {
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #005e95;
    margin: 12px 0 6px;
    display: inline-block;
}
@media (min-width: 641px){
	.tab-content.social .twitter-links a {
		font-size: 17px;
		margin: 12px 0;
	}
	.tab-content.social h3 {
		font-size:32px;
	}
}
.tab-content.social .twitter-wrapper,
.tab-content.social .facebook-wrapper {
    min-width: 310px;
    max-width:500px;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tab-content.social .twitter-wrapper .content {
    max-width: 100%;
}
@media(min-width: 1075px){
    .tab-content.social {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
	} 

    .tab-content.social .twitter-wrapper,
    .tab-content.social .facebook-wrapper {
        align-items: flex-start;
    }
}

@media(max-width:499px){
    .tab-content.social .twitter-wrapper,
    .tab-content #facebook .columns,
    .tab-content #facebook .embed.facebook {
        max-width:310px;
        padding: 0;
    }

}

.shared-detail .feat-highlights.virtual-tour h2 {
    margin-bottom: 40px;
}

.shared-detail .t360-tab {
    padding: 0 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60rem;
    margin: 0 auto;
    max-width: 100%;
}

.shared-detail .t360-tab .virtual-tour-cont {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.shared-detail .t360-tab .virtual-tour-cont iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (min-width: 40em) {
    .shared-detail .feat-highlights.virtual-tour h2 {
        margin-bottom: 25px;
    }
    .shared-detail .t360-tab {
        padding-bottom: 50px;
    }
    .shared-detail .t360-tab .virtual-tour-cont {
        padding-bottom: 56.25%;
    }
}

.tab-content.social .twitter-embed { border: 1px solid #005e95; border-radius: 4px;padding: 10px 0;}
.tab-content.social .twitter-embed .header {
	padding-bottom:10px;
	border-bottom: 1px solid #005e95;
}
.tab-content.social .twitter-embed .header h2 { padding-left: 10px; }
.tab-content.social .twitter-embed .date { font-style: italic; }
.tab-content.social .twitter-embed .tweets { height: 540px; overflow-y: scroll; padding: 10px; background-color: #e0e6e6;}
.tab-content.social .twitter-embed .tweet { padding: 10px; margin-bottom: 10px !important; border: 1px solid #005e95; border-radius: 4px;background-color: #fff; }
.tab-content.social .twitter-embed .twitter-links { text-align: right; }
.tab-content.social .twitter-embed .twitter-links .action {
	background-image: url('/includes/public/assets/images/twitter-sprite.png');
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 2px;
	position: relative;
	top: 2px;
}
.tab-content.social .twitter-embed .twitter-links .action.reply { background-position: 0 0; }
.tab-content.social .twitter-embed .twitter-links .action.retweet { background-position: -80px 0; }
.tab-content.social .twitter-embed .twitter-links .action.favorite { background-position: -32px 0; }
.tab-content.social .twitter-embed .twitter-links a { text-decoration: none; }
.tab-content.social .twitter-embed .twitter-links a .text:hover { text-decoration: underline; }


.tab-content.social .twitter-embed h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #005e95;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}
@media (min-width: 641px){
	.tab-content.social .twitter-embed h2 {
		font-size: 36px;
	}
}


.tab-content.social .twitter-embed .tweet-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #005e95;
}
@media (min-width: 641px){
	.tab-content.social .twitter-embed .tweet-text {
		font-size: 20px;
		line-height: 31px;
	}
}