.shared-detail {
	--font-family-display: var(--font-display);
	--font-family-body: var(--font-body);
	--background-color: var(--gray-100);
	--background-color-alt: var(--gray-200);
	--text-color-alt: var(--gray-100);
	--visit-btn-bg: var(--primary-color-700);
	--visit-btn-bg-alt: var(--primary-color-800);
	--dropbdown-menu-text: var(--gray-800);
	--nearby-tab-bottom-border: var(--primary-color-700);
	--nearby-tab-bottom-border-alt: var(--gray-400);
	--accent-color: var(--primary-color-700);
	--grey-color: #393b3a;
	width: 100%;
	max-width: var(--width-base);
	margin: 0 auto;
	padding: 0 var(--space-5);
}

@media screen and (min-width: 64em) {
    .shared-detail {
        max-width: var(--width-smallscreen);
    }
}

@media screen and (min-width: 1440px) {
    .shared-detail {
        max-width: var(--width-base);
    }
}

.share-buttons {
	display: none; /* Hide the share button before its added onto page */
}

.shared-detail .share-buttons {
	display: block;
}

.shared-detail .detail-top {
	display: flex;
	flex-direction: column;
}

.shared-detail .detail-top.ticket-booking {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.shared-detail .detail-top .ticket-btn,
.shared-detail .back-share-panel.ticket-booking .ticket-btn {
    display: flex;
    justify-content: center;
    background: var(--third-color);
    color: #fff;
    padding: var(--space-4) var(--space-5);
	margin-bottom: 10px;
    margin-left: 10px;
    font-size: var(--text-base);
    font-weight: 500;
	min-width: 110px;
}
.shared-detail .back-share-panel.ticket-booking .ticket-btn {
	position: relative;
	top: 118px;
}

.shared-detail .detail-top .ticket-btn:hover {
	cursor: pointer;
	text-decoration: underline;
}
@media screen and (min-width: 64em) {
	.shared-detail .detail-top .ticket-btn,
	.shared-detail .back-share-panel.ticket-booking .ticket-btn {
		font-size: var(--text-lg);
	}
}

@media screen and (max-width: 64em) {
	.shared-detail .detail-top .ticket-btn,
	.shared-detail .back-share-panel.ticket-booking .ticket-btn {
		padding: var(--space-3) var(--space-2);
		margin-bottom: 0;
		font-size: var(--text-sm);
		top: 0;
	}
}

.shared-detail .back-share-panel {
	margin-bottom: var(--space-8);
}

.shared-detail .back-share-panel.ticket-booking {
	display: flex;
	justify-content: space-between;
} 

.shared-detail .back-share-panel a {
	color: var(--third-color);
	font-weight: 300;
}

.shared-detail .back-share-panel a > .teal-arrow {
	margin: 0 var(--space-2) 0 0;
	display: none;
}


.shared-detail .back-share-panel .teal-arrow {
	width: 15px;
	display: inline;
}

.shared-detail .info-section {
	position: relative !important;
	top: 0 !important;
}

.detail-left {
	position: relative;
}

.detail-right {
	position: relative;
	margin: var(--space-8) 0;
}

.shared-detail .detail-gallery .gallery-expand.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
}

.shared-detail .detail-gallery .gallery-expand.slick-slider .slick-list {
	width: 100%;
	height: 0;
	padding-bottom: 56.3456%;
	overflow: hidden;
}

.shared-detail
	.detail-gallery
	.gallery-expand.slick-slider
	.slick-list
	.slick-track {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	width: 100%;
	height: 100%;
	transform: translate(0);
	-webkit-transform: translate(0);
}

.shared-detail
	.detail-gallery
	.gallery-expand.slick-slider
	.slick-list
	.slick-track
	.slick-slide {
	flex: none;
	position: relative;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.shared-detail
	.detail-gallery
	.gallery-expand.slick-slider
	.slick-list
	.slick-track
	.slick-slide
	.mouseoverlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(238, 238, 238, 0.5);
}

.shared-detail
	.detail-gallery
	.gallery-expand.slick-slider
	.slick-list
	.slick-track
	.slick-slide.product-video
	iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.shared-detail .detail-gallery .slick-arrows {
	display: flex;
	position: absolute;
	bottom: 0;
	right: 0;
	align-items: center;
	margin-bottom: var(--space-4);
}

.shared-detail .detail-gallery .slick-arrows .arrow {
	width: var(--space-16);
	height: var(--space-16);
	margin-left: var(--space-4);
	font-size: var(--text-4xl);
	color: #757575;
	cursor: pointer;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.shared-detail .detail-gallery .slick-arrows .arrow:hover {
	color: var(--black);
}

.gallery-additional-thumbnails {
	position: relative;
	display: flex;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	margin: 30px 0 0 0;
	align-items: center;
	flex-wrap: wrap;
}

.gallery-additional-thumbnails picture {
	position: relative;
	cursor: pointer;
	width: 100px;
}

.gallery-additional-thumbnails picture button.shared-play-button {
	width: 37%;
	height: auto;
	display: block;
}

.gallery-additional-thumbnails picture button.shared-play-button i {
	font-size: 11px;
	padding: 5px 0 10px;
}

.gallery-additional-thumbnails picture img {
	padding: 0px 8px 8px;
}

.gallery-additional-thumbnails picture.selected img {
	border-bottom: 6px solid var(--black);
}

.shared-detail .detail-gallery {
	position: relative;
	flex: 1 1 80%;
}

.shared-detail .detail-gallery img {
	width: 100%;
	height: auto;
	/*object-fit: cover;*/
}

.shared-detail .detail-gallery iframe {
	position: absolute;
	top: 0;
}

.shared-detail .detail-gallery .gallery-count {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: var(--space-3) var(--space-3) var(--space-3) var(--space-4);
	color: black;
	background-color: white;
	font-family: var(--font-family-body);
	font-size: var(--text-lg);
	font-weight: 600;
	line-height: var(--leading-none);
	border-top-left-radius: 30px;
}

.shared-detail .detail-gallery .gallery-count i {
	font-size: var(--text-base);
	margin-left: var(--space-3);
	color: white;
	background-color: var(--primary-color-700);
	padding: 10px;
	border-radius: var(--rounded-full);
}

.shared-detail .detail-gallery .gallery-count .more-images {
	text-transform: uppercase;
}

.shared-detail .info-section {
	display: flex;
	flex-wrap: wrap;
}

.shared-detail .info-section .top-actions {
	display: flex;
	position: relative;
}

.shared-detail .info-section .pricing-info .price-amount {
	font-size: 2em;
	font-weight: bold;
}

.shared-detail .info-section .pricing-info p {
	margin-top: -10px;
}

.shared-detail .info-section .book-online-external {
	width: 100%;
	display: none;
}

.shared-detail .info-section .check-availability .check-avail-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: black;
	padding: var(--space-4) var(--space-6);
	background-color: var(--red-color);
	transition: all 0.2s;
	max-width: 250px;
	width: 100%;
	text-transform: uppercase;
}

.shared-detail .info-section .check-availability .check-avail-btn::after {
	content: "";
	display: inline-block;
	background: url(/includes/public/assets/shared/arrows/arrow_readmore_white.svg)
		no-repeat;
	width: 22px;
	height: 15px;
	margin: 0 0 0 var(--space-12);
}

@media (max-width: 40em) {
	.shared-detail .info-section .check-availability .check-avail-btn {
		min-width: 240px;
	}
}

.shared-detail .info-section .top-actions .two-line-wrap,
.shared-detail .info-section .top-actions .planner * {
	display: inline;
}

.shared-detail .info-section .top-actions .planner * {
	color: var(--primary-color-700);
}

.shared-detail .info-section .top-actions [data-tb-button] {
	cursor: pointer;
}

.shared-detail .info-section .top-actions [data-tb-button] span + span {
	margin-left: var(--space-2);
}

@media (hover: hover) {
	.shared-detail .info-section .top-actions span a:hover {
		text-decoration: none; /*reboot.css override*/
	}
}

.shared-detail .detail-top {
	flex-direction: column;
	align-items: stretch;
}

.shared-detail h1 {
	font-family: var(--font-header);
	font-size: 2.75rem;
	line-height: var(--leading-tight);
	color: var(--text-color);
	margin: var(--space-5) 0;
}

.top-actions {
	margin: 0 0 0 50px;
	padding: 0;
}

.top-actions .fa-map-marker-alt:before {
	content: "";
	height: 22px;
	width: 22px;
	display: flex;
	background: url(/includes/public/assets/shared/icons/map.svg) no-repeat center
		center;
}

.top-actions > div {
	display: flex;
	flex-direction: row;
	font-size: var(--text-lg);
	align-items: flex-start;
}

.top-actions .two-line-wrap {
	padding: 0 0 0 10px;
}

.shared-detail .detail-top dl,
.shared-detail .detail-top dt,
.shared-detail .detail-top dd {
	font-family: var(--font-family-body);
	font-size: var(--text-lg);
	font-weight: 400;
	line-height: var(--leading-relaxed);
	color: var(--text-color);
}

.shared-detail .detail-top dl dt {
	float: left;
	margin-right: var(--space-1);
	font-weight: bold;
}

.shared-detail .detail-top .action-item {
	font-family: var(--font-family-body);
	font-size: var(--text-base);
	font-weight: 400;
	line-height: var(--leading-tight);
	padding: var(--space-2) var(--space-8);
	color: var(--primary-color-700);
	margin-left: 0;
}

.shared-detail .detail-info-bar ul li a,
.shared-detail .detail-info-bar ul li .planner a,
.shared-detail .detail-info-bar ul.info-list li.product-pricing-amenities .facilityWrap ul li span {
	font-family: var(--font-header);
	font-size: var(--text-4xl);
	color: var(--third-color);
	text-transform: capitalize;
	font-weight: 500;
	display: flex;
}
.redeemable-offer {
	display:flex;
	margin:0 0 10px 0;
}

.redeemable-offer p {
	margin:0 10px 0 0;
}
.shared-detail .detail-info-bar ul li .phone-label,
.shared-detail .detail-info-bar ul li .email-label {
	padding-right: 10px;
	font-size: 16px;
	color: var(--text-color);
}

.shared-detail .info-section .bottom-actions > * {
	margin-top: var(--space-4);
	margin-right: var(--space-4);
}

@media (hover: hover) {
	.shared-detail .info-section .bottom-actions .action-item:hover {
		text-decoration: none; /*reboot.css override*/
		background-color: var(--visit-btn-bg-alt);
	}
}

.shared-detail .info-section .bottom-actions .dropdown {
	display: flex;
}

.shared-detail .info-section .bottom-actions .dropdown-menu {
	position: absolute;
	z-index: 9;
	margin: var(--space-10) 0 0 0;
	padding: var(--space-3) var(--space-4);
	color: var(--dropbdown-menu-text);
	background-color: var(--background-color);
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

.shared-detail .info-section .bottom-actions .dropdown-menu a {
	display: block;
	width: 100%;
	padding: var(--space-2) 0;
	clear: both;
	white-space: nowrap;
}

.shared-detail .detail-info-bar .split-pane {
	margin-bottom: var(--space-4);
}

.shared-detail .detail-info-bar .split-pane:empty {
	display: none;
}

.shared-detail .detail-info-bar .split-pane:last-child {
	display: none;
}

.shared-detail .detail-info-bar ul {
	font-family: var(--font-family-body);
	font-size: var(--text-lg);
	font-weight: 400;
	line-height: var(--leading-tight);
	list-style: none;
	margin: var(--space-8) 0 0;

}

.shared-detail .detail-info-bar ul li .meta-label {
	margin-right: var(--space-1);
	font-weight: bold;
}

.shared-detail .detail-info-bar ul.info-list {
	display: flex;
	align-items: flex-start;
}

.shared-detail .detail-info-bar ul.info-list i {
	display: none;
}

.shared-detail .detail-info-bar ul li > div.planner {
	display: flex;
	align-items: center;
}

.shared-detail .detail-info-bar ul li > div.planner i {
	display: block;
	color: var(--third-color);
	margin: 0 var(--space-2);
	font-size: var(--text-3xl);
}

.shared-detail .detail-info-bar ul.info-list li {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.shared-detail .detail-info-bar ul.info-list li.product-website-link:after,
.shared-detail .detail-info-bar ul.info-list li.product-email:after,
.shared-detail .detail-info-bar ul.info-list li.product-tripbuilder:after,
.shared-detail .detail-info-bar ul.info-list li.product-pricing-amenities .facilityWrap ul li span:after {
	content: '|';
	font-size: 26px;
	font-family: var(--font-body);
	font-weight: 400;
	color: var(--third-color);
	margin: 0 var(--space-4);
}

.shared-detail .detail-info-bar ul.info-list li.product-pricing-amenities .facilityWrap ul {
	padding: 0;
	margin: 0;
}

.shared-detail .detail-info-bar ul.info-list li.product-pricing-amenities .facilityWrap ul li:empty {
	display: none;
}

@media screen and (max-width: 760px) {
	.shared-detail .detail-info-bar ul.info-list {
		flex-direction: column;
	}

	.shared-detail .detail-info-bar ul.info-list li:after, 
	.shared-detail .detail-info-bar ul.info-list li span:after {
		display: none;
	}
}

@media screen and (min-width: 64em) {
	.shared-detail .detail-info-bar ul.info-list {
		margin: var(--space-8) 0 var(--space-4);
	}

	.shared-detail .detail-info-bar ul.info-list li.product-website-link:after,
	.shared-detail .detail-info-bar ul.info-list li.product-email:after,
	.shared-detail .detail-info-bar ul.info-list li.product-tripbuilder:after,
	.shared-detail .detail-info-bar ul.info-list li.product-pricing-amenities .facilityWrap ul li span:after {
		margin: 0 var(--space-8);
	}

	.shared-detail .detail-info-bar ul.info-list li.product-pricing {
		margin: 0 var(--space-10) 0 0;
	}
}

.shared-detail .detail-info-bar ul.info-list li:hover a {
	text-decoration: none; /*reboot.css override*/
}

.shared-detail .detail-info-bar dl,
.shared-detail .detail-info-bar dt,
.shared-detail .detail-info-bar dd {
	font-family: var(--font-family-body);
	font-size: var(--text-lg);
	font-weight: 400;
	line-height: var(--leading-tight);
	color: var(--text-color);
}

.shared-detail .detail-info-bar dl dt {
	float: left;
	margin-right: var(--space-1);
	font-weight: bold;
}

.shared-detail .detail-info-bar .open-table {
	margin-bottom: var(--space-3);
}

.shared-detail .detail-info-bar .social-icons {
	display: flex;
	list-style: none;
	margin-left: 0;
}

.shared-detail .detail-info-bar .social-icons li {
	margin-right: var(--space-5);
	margin-bottom: 0;
}

.shared-detail .detail-info-bar .social-icons a {
	font-size: var(--text-xl);
}

.shared-detail .detail-info-bar ul.hours-of-operation li {
	margin-bottom: 0;
	justify-content: space-between;
}

.shared-detail .detail-info-bar ul.hours-of-operation li.current {
	font-weight: 700;
}

.shared-detail .detail-bottom {
	display: flex;
}

.shared-detail .detail-drawers > * {
	margin-bottom: var(--space-8);
}

.shared-detail .detail-drawers > .detail-right {
	margin-bottom: var(--space-4);
}

@media screen and (min-width: 64em) {
	.shared-detail .detail-drawers > * {
		margin-bottom: var(--space-16);
	}

	.shared-detail .detail-drawers .address {
		margin-bottom: var(--space-8);
	}

	.shared-detail .detail-drawers div.event-opening-message {
	    padding: 0;
	}
}

.shared-detail .detail-drawers div.event-opening-message {
    font-size: 20px;
    font-weight: bold;
}

.shared-detail .detail-drawers-spacer {
	order: 2;
	position: relative;
	flex: 1 1 20%;
}

.shared-detail .detail-drawers > div.descriptionTab,
.shared-detail .detail-drawers > div.unitsTab,
.shared-detail .detail-drawers > dl.map-tab,
.shared-detail .detail-drawers > div.externalLinksTab,
.shared-detail .detail-drawers > div.booking,
.shared-detail .detail-drawers > div.eventsTab {
	padding-bottom: var(--space-8);
	border-bottom: 1px solid var(--black);
}

.shared-detail[data-type="Events"] .detail-drawers > div.unitsTab {
	display: none;
}

.shared-detail .directions-tab {
	
}

.shared-detail .directions-tab h4.drawer-title {
	padding: var(--space-6) 0 0;
	font-size: var(--text-2xl);
}

.shared-detail .directions-tab p {
	font-size: var(--text-sm);
	line-height: 21px;
}

@media screen and (min-width: 64em) {
	.shared-detail .directions-tab h4.drawer-title {
		padding: var(--space-12) 0 0;
		font-size: var(--text-4xl);
	}

	.shared-detail .directions-tab p {
		font-size: var(--text-xl);
		line-height: var(--leading-relaxed);
		letter-spacing: var(--tracking-tight);
	}
}

.shared-detail .detail-drawers > div.listingudfs > div:first-of-type {
	margin: 0 0 30px;
}

.shared-detail .detail-drawers > div div.award p {
	display: none;
}

.detail-drawers div.award {
	padding: 0 40px 0 0;
	display: inline-block;
	vertical-align: top;
}

.detail-drawers div.award img {
	width: 100%;
	max-width: 115px;
}

.shared-detail .detail-drawers > dl.map-tab dd.active {
    background: none;
    height: auto;
}

.shared-detail .detail-drawers div.amenitiesTab {
	padding: 20px 0;
}

.shared-detail .detail-drawers div.amenitiesTab .subtab button {
	color: #fff;
	background: var(--grey-color);
	padding: 10px;
}

.shared-detail .detail-drawers div.amenitiesTab div.amenities ul {
	display: flex;
	flex-wrap: wrap;
}

.shared-detail .detail-drawers div.amenitiesTab div.amenities ul li span {
    padding: 0;
    width: 100%;
    font-family: var(--font-header);
    font-size: var(--text-3xl);
	padding-right: 10px;
}

@media screen and (max-width: 64em) {
	.shared-detail .detail-drawers div.amenitiesTab div.amenities ul li span {
		font-size: var(--text-2xl);
	}

}

.shared-detail .detail-drawers div.amenitiesTab div.amenities ul li span {
	color: #747474;
}

.shared-detail .detail-drawers div.amenitiesTab div.amenities ul li span::after {
	content: ',';
}

.shared-detail .detail-drawers div.facilityWrap:last-child ul li:last-child span::after {
	content: '';
}

.shared-detail ul.amen-subtab > li > .value,
.shared-detail ul.meeting-subtab > li > .value {
	clear: both;
	width: 100%;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 0 5px !important;
}

.shared-detail .detail-drawers dl.drawers dd > div#mapTab {
	padding: 0 0 50px 0;
	margin-left: 50px;
}

.shared-detail .detail-drawers dl.drawers dd.active > div#mapTab {
	margin-left: 0;
	width: 100%;
}

.shared-detail .detail-drawers div#mapTab {
	background-size: 100% auto;
}

.shared-detail .drawers > dd {
	width: 100%;
	background: url(/includes/public/assets/shared/productpage/map_google.jpg)
		no-repeat center center;

	background-size: 100% 100%;
	height: 166px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	margin: 0 auto;
	text-align: center;
}

.shared-detail .drawers dl.drawers dd > div#mapTab {
	padding: 50px 20px;
	display: flex;
	flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.shared-detail .drawers dl.drawers dd.active div#mapTab {
	height: auto;
	background: none;
	display: block;
}

.shared-detail .drawers div#mapTab a.directions-link {
	display: flex;
	align-self: flex-start;
    justify-self: flex-end;
	position: absolute;
	bottom: var(--space-8);
	left: 0;
	
}

.shared-detail .drawers #drawer_mapTab > i {
	display: none;
}

.detail-drawers > dl.map-tab dd.active button#drawer_mapTab {
    display: none;
}

.shared-detail .drawers button#drawer_mapTab {
	width: auto;
	position: absolute;
	margin-top: 25px;
	box-sizing: border-box;
	padding: 20px 115px;
	background: var(--third-color);
	color: #fff;
	font-size: var(--text-xl);
	font-weight: normal;
}

.shared-detail .detail-drawers > dl.drawers > dd > .content {
	display: none;
	padding: var(--space-5);
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content {
	display: block;
}

.shared-detail .detail-drawers .descriptionTab .drawer-title {
	display: none;
}

.shared-detail .detail-drawers .descriptionTab p {
	font-size: var(--text-xl);
	line-height: var(--leading-relaxed);
	letter-spacing: var(--tracking-tight);
}

.shared-detail .detail-drawers .drawer-title,
.shared-detail .detail-info-bar .contact-title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	margin-bottom: var(--space-8);
	width: 100%;
	font-family: var(--font-header);
	font-size: var(--text-5xl);
	line-height: var(--leading-none);
}

.shared-detail .detail-drawers .drawer-button i {
	margin-left: var(--space-4);
	font-size: var(--text-lg);
}

.shared-detail .pe-booking .booking-form .field,
.shared-detail .pe-booking .booking-form .field button {
	background: none;
	border: none;
	border-radius: 0;
	padding-top: 0;
}

.shared-detail .pe-booking .booking-form .field button .fas::before {
	color: var(--black);
}

.shared-detail .pe-booking .booking-form .field {
	border-top: 4px solid var(--black);
	height: 55px;
}

.shared-detail .pe-booking .booking-form .field .field-label {

}

.shared-detail .pe-booking .booking-form .field .field-label,
.shared-detail .pe-booking .booking-form .field .text {
	font-weight: 400;
	color: var(--font-color);
	font-size: var(--text-base);
	padding-top: var(--space-2);
}

.shared-detail .pe-booking .booking-form .field input,
.shared-detail .pe-booking .booking-form .field .subtext {
	font-weight: 700;
	color: var(--font-color);
	font-size: var(--text-base);
}

.shared-detail .pe-booking .booking-form .submit {
	border-radius: 0;
	padding: var(--space-8) var(--space-8);
	background: var(--third-color);
	font-weight: 400;
}

.shared-detail .detail-drawers .gMapHolder {
	height: 280px;
}

.shared-detail .detail-spacer {
	padding: 0 var(--space-12);
	flex: 1 1 auto;
}
.shared-detail .detail-info-bar {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 0;
}

.shared-detail .detail-info-bar .primary {
	width: 100%;
}

.shared-detail .below-header {
	display: flex;
	flex-direction: row-reverse;
	align-items: stretch;
}

.shared-detail .detail-info-bar .split-pane {
	margin-bottom: 0;
	padding: 0;
	width: 100%;
}

.shared-detail .detail-drawers > dl.drawers > dd > .content {
	padding: var(--space-6);
	padding-left: 50px;
}

.shared-detail .detail-drawers .drawer-button {
	padding: 0;
	padding-top: 20px;
	padding-left: 50px;
	margin-bottom: var(--space-3);
}

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

.shared-detail .detail-drawers .gMapHolder > div .gm-style > div .gmnoprint .gm-style-mtc button,
.shared-detail .detail-drawers .gMapHolder > div .gm-style > div .gmnoprint .gm-style-mtc >ul >li {
	font-family: var(--font-body) !important;
}

.shared-detail .detail-info-bar .hours-of-operation li {
	display: block;
}

.shared-detail .detail-info-bar .hours-of-operation li span.day {
	display: flex;
	width: auto;
	padding-right: 5px;
}

.social-icons > li > div {
	width: 500px;
	padding: 0 30px 0 0;
}

.social-icons > li {
	max-width: 500px;
}

.social-icons {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.social-icons > li {
	width: 100%;
}

.social-icons > li > div {
	max-width: 100%;
}

.social-icons > li > div > a {
	display: none;
}

.socialTab .social-icons > li {
	display: none;
}

.socialTab .social-icons > li.twitter,
.socialTab .social-icons > li.facebook {
	display: block;
}
.socialTab .social-icons > li.facebook {
	order: 1;
}

.socialTab .social-icons > li.twitter {
	order: 2;
}

.twitterWidget,
.facebookWidget {
	width: 100%;
	max-width: 500px;
}

.detail-bottom {
	width: 100%;
	clear: both;

	/*padding: 50px;*/
	padding-left: 0;
}

.whats-nearby {
	padding: 0;
	
}

.section-title {
	font-family: var(--font-header);
	font-size: var(--text-5xl);
	line-height: var(--leading-none);
}

.whats-nearby .section-title {
	padding-bottom: var(--space-8);
	border-bottom: 1px solid var(--black);
}

.whats-nearby .tab-group {
	display: flex;
	justify-content: flex-start;
	margin-bottom: var(--space-16);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	border-bottom: 4px solid var(--black);
}

.whats-nearby .tab {
	padding: var(--space-4) 0 var(--space-5);
	margin: 0 var(--space-6) 0 0;
	color: var(--black);
	background: transparent;
	white-space: nowrap;
	scroll-snap-align: start;
}

.whats-nearby .tab[aria-expanded="true"] {
	border-top: 4px solid var(--black);
	padding: var(--space-4) 0;
}

@media screen and (min-width: 40em) {
	.whats-nearby .tab-group {
		justify-content: center;
	}

	.whats-nearby .tab {
		margin: 0 var(--space-4);
		padding: var(--space-4) var(--space-4) var(--space-5);
		color: var(--black);
		background: transparent;
		white-space: nowrap;
		scroll-snap-align: start;
	}

	.whats-nearby .tab[aria-expanded="true"] {
		padding: var(--space-4);
	}
}

.whats-nearby .tab-pane {
	display: block;
	margin: 0;
	width: 100%;
}

.whats-nearby .layoutjs .content.grid {
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(4, 1fr);
}

.whats-nearby .layoutjs .content .item .info .locations,
.whats-nearby .layoutjs .content .item .info .distance {
	color: #757575;
}

.whats-nearby .layoutjs .content .item .info .distance {
	padding: 0;
}

.address span,
.address a {
	font-size: var(--text-lg);
	color: var(--black);
}

.address .section-title {
	margin: 0 0 var(--space-8);
}

.shared-detail .address .city-state-zip::after {
	content: ":"
}

@media screen and (min-width: 64em) {
	.product-telephone {
		margin: var(--space-8) 0 0;
		display: block;
		width: 100%;
	}
	
	.shared-detail .address .city-state-zip::after {
		content: ""
	}
}

.shared-detail .detail-drawers > div .grid > div .item {
	position: relative;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: var(--space-5);
}

.shared-detail .detail-drawers > div .grid > div .item .image {
	position: relative;
	flex: 1 1 150px;
}

.shared-detail .detail-drawers div.eventsTab {
	width: 100%;
}

.shared-detail .detail-drawers div.eventsTab .eventItem {
	width: 100%;
}

.shared-detail .detail-drawers div.eventsTab .content.grid > div {
	margin: 0;
    padding: 0;
    grid-template-columns: repeat(4, 1fr);	
}

.shared-detail .detail-drawers div.eventsTab .content.grid .content-section {
	display: flex;
    flex-direction: column;
	padding: var(--space-3) 0;
}

.shared-detail .detail-drawers div.eventsTab .content.grid .content-section h4 a {
	font-size: var(--text-lg);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 var(--space-1);
    -webkit-hyphens: auto;
    word-break: break-word;
    hyphens: auto;
	display: block;
}

.shared-detail .detail-drawers div.eventsTab .content.grid .content-section h4 a:hover {
	color: var(--text-color);
}

.shared-detail .detail-drawers div.eventsTab .content.grid .content-section .info-list-label {
	display: none;
}

.shared-detail .detail-drawers div.eventsTab .content.grid .content-section .info-list li[data-name="location"] {
	display: flex;
    gap: var(--space-1);
    align-items: flex-end;
    line-height: var(--leading-tight);
    font-size: var(--text-base);
	text-transform: uppercase;
	pointer-events: none;
}

.shared-detail .detail-drawers div.eventsTab .content.grid .content-section .info-list li[data-name="location"] a {
	color: var(--text-color);
}

.shared-detail .detail-drawers div.eventsTab .content.grid .item .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 0;
	gap: var(--space-6);
}

@media (min-width: 40em) {
	.shared-detail .detail-drawers div.eventsTab .content.grid .item .inner {
		grid-template-columns: 1fr 2fr;
	}

	.shared-detail .detail-drawers div.eventsTab .content.grid .item .inner .img-cont {
		max-width: 320px;
	}
	
	.shared-detail .detail-drawers div.eventsTab .content.grid .content-section {
		padding: var(--space-5) 0;
	}

	.shared-detail .detail-drawers div.eventsTab .content.grid .content-section h4 a {
		display: block;
		margin: 0 0 var(--space-4);
	}

	.shared-detail .detail-drawers div.eventsTab .content.grid .content-section .info-list li[data-name="location"] {
		font-size: var(--text-lg);
	}
}

@media screen and (min-width: 64em) {
	.shared-detail .detail-drawers div.eventsTab .content.grid > div {
		display: grid;
		grid-gap: var(--space-5);
		grid-template-columns: repeat(auto-fill, minmax(259px, 1fr));
	}

	.shared-detail .detail-drawers div.eventsTab .content.grid .content-section {
		padding: var(--space-8) 0;
	}

	.shared-detail .detail-drawers div.eventsTab .content.grid .item .inner {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.shared-detail .detail-drawers div.eventsTab .content.grid .content-section h4 a {
		line-height: normal;
		font-size: var(--text-3xl);
		line-height: 38px;
	}
}

.shared-detail .eventItem .inner {
	display: flex;
	flex-direction: column;
}

.shared-detail .eventItem .inner .img-cont {
	margin: 0;
}

.shared-detail .eventItem .inner .content-section {
	padding: 20px;
}

.shared-detail
	.eventItem
	.inner
	.content-section
	li[data-name="location"]
	span.info-list-label {
	font-weight: bold;
}

.hosted-container {
	display: flex;
}
.hosted-container .hosted-image {
	max-width: 300px;
	padding: 0 20px 20px 0;
}

.hosted-container .hosted-information .hosted-title {
	font-size: var(--text-2xl);
	margin: 0 0 10px 0;
}

.hosted-container .hosted-information .hosted-description {
	margin-bottom: var(--space-4);
	font-family: var(--font-body);
	font-size: var(--text-lg);
	line-height: var(--leading-normal);
}

.shared-detail .detail-info-bar ul li > div.calendar-dropdown button {
	background: none;
}

.shared-detail .detail-info-bar ul li > div.calendar-dropdown .dropdown-menu {
	position: absolute;
}

.shared-detail .detail-info-bar ul li.product-website-link i:before {
	display: flex;
	background: url("/includes/public/assets/shared/productpage/icon_website.svg")
		no-repeat center center;
}

.shared-detail .detail-info-bar ul li.product-telephone i:before {
	display: flex;
	background: url("/includes/public/assets/shared/productpage/icon_telephone.svg")
		no-repeat center center;
}

.shared-detail .detail-info-bar ul li.product-email i:before {
	display: flex;
	background: url("/includes/public/assets/shared/productpage/icon_email.svg")
		no-repeat center center;
}

.externalLinksTab .extneralLinks-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.externalLinksTab a.event-tickets {
	display: flex;
	justify-content: center;
	background: var(--third-color);
	color: #fff;
	width: 100%;
	padding: var(--space-5) var(--space-4);
	margin-bottom: 15px;
	font-size: var(--text-base);
	font-weight: 500;
}

.externalLinksTab a.event-tickets:hover {
	color: #fff;
	text-decoration: underline;
}

.external-ticket-link a {
	display: none;
}


.external-ticket-link a.buyticketonline {
	display: block;
	color: var(--third-color);
    font-size: var(--text-5xl);
    margin-bottom: var(--space-4);
	font-family: var(--font-header);
}

@media screen and (max-width: 64em) {
	.external-ticket-link a.buyticketonline {
		font-size: var(--text-2xl);
	}
}

@media screen and (min-width: 40em) {
	.externalLinksTab a.event-tickets {
		max-width: calc(50% - 10px);
	}
}

@media screen and (min-width: 64em) {
	.externalLinksTab a.event-tickets {
		font-size: var(--text-lg);
		max-width: calc(100% / 3 - 10px);
	}
}

.shared-detail .detail-drawers .openingsTab {
    display: flex;
    /* width: 100%; */
    flex-direction: row;
    flex-wrap: wrap;
	padding-bottom: var(--space-8);
	border-bottom: 1px solid #000;
}


.shared-detail .detail-drawers .opening  {
	padding: 0;
	width: 100%;
	margin-bottom: var(--space-3);
}

.shared-detail .detail-drawers .opening > p {
	font-weight: bold;
}

@media screen and (min-width: 64em) {
	.shared-detail .detail-drawers .opening  {
		margin-bottom: var(--space-6);
		font-size: var(--text-lg);
	}
}

.shared-detail .detail-drawers .opening table {
    margin: 0;
}

.shared-detail .detail-drawers .opening tr td span{ 
	clear: both;
	display: block;
	padding-left: 5px;
}

.shared-detail .detail-drawers .opening tr td, .shared-detail .detail-drawers .opening tr th {
	position: relative;
    vertical-align: top;
    padding: 0;
	font-size: var(--text-base);
}

@media screen and (min-width: 64em) {
	.shared-detail .detail-drawers .opening tr td, .shared-detail .detail-drawers .opening tr th {
		font-size: var(--text-lg);
	}
}

.shared-detail .detail-drawers div.date-notes-container {
    width:100%;
}

.shared-detail .detail-drawers > div .date-notes
{
	font-weight:700;
}

iframe#embedSpecialOffers {
	width: 100%;
}

iframe#embedRoutes {
	width: 100%;
}

iframe#pricesIframe {
	width: 100%;
}

iframe#openingsIframe {
	width: 100%;
}

iframe#txgbIframe {
	width: 100%;
}

.shared-detail .detail-drawers > div.downloadsTab .download-item {
	margin: 0 0 10px 0;
}

.shared-detail
	.detail-drawers
	> div.downloadsTab
	.download-item
	a[href*=".pdf"]::before {
	content: url(/includes/public/assets/shared/icons/icon_pdf.png);
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.related-listings {
	padding: 0;
	width: 100%;
}

.related-listings .section-title {
	margin: 0;
	margin-bottom: var(--space-6);
	padding: 0;
	max-width: var(--width-base);
	font-size: 2.75rem;
	line-height: var(--leading-none);
}

.related-listings .wrapper > .inner {
	padding: 0;
}

.related-listings .tab-group {
	display: flex;
	margin: 0;
	margin-bottom: -4px;
	gap: 2px;
	padding: 0 70px;
	max-width: var(--width-base);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
}

.related-listings .tab {
	padding: 0 var(--space-8);
	color: white;
	white-space: nowrap;
	scroll-snap-align: start;
}

.related-listings .tab[aria-expanded="true"] {
	border-bottom-color: #393b3a;
	background-color: #393b3a;
}

.related-listings .tab-pane {
	display: block;
	margin: 0;
	width: 100%;
}

.related-listings .layoutjs .content.grid {
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(auto-fill, minmax(249px, 1fr));
}

.eventsTab .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
}

.eventsTab .slick-slider .slick-list {
	width: 100%;
	height: 0;
	padding-bottom: 67.3456%;
	overflow: hidden;
}

.eventsTab .slick-slider .slick-list .slick-track {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	width: 100%;
	height: 100%;
	transform: translate(0);
	-webkit-transform: translate(0);
}

.eventsTab .slick-slider .slick-list .slick-track .slick-slide {
	flex: none;
	position: relative;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#mailout-email-container .header h1,
#mailout-email-container .header h2,
#mailout-email-container .header h3,
#mailout-email-container .header h4,
#mailout-email-container .header h5,
#mailout-email-container .header h6 {
	color: #4d4c4c !important;
}

.gradingsTab .gradingContainer {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
}

.gradingsTab .gradingItem {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}

.gradingsTab .gradingItem:last-of-type {
	border: none;
	padding: 0;
	margin: 0;
}

.gradingsTab .gradingItem .gradingInfo {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 0 0 0 10px;
}
.gradingsTab .gradingItem .gradingInfo span {
	clear: both;
}

.gradingsTab .gradingItem {
	padding: 0 20px 0 0;
	border-right: 1px solid black;
	margin: 0 20px 0 0;
}
.gradingsTab .gradingContainer {
	flex-direction: row;
}


@media screen and (max-width: 64em) {
	.shared-detail h1,
	.shared-detail .detail-drawers .drawer-title, 
	.shared-detail .detail-info-bar .contact-title,
	.shared-detail .section-title {
		font-size: var(--text-2xl);
	}

	.shared-detail .detail-info-bar ul li a,
	.shared-detail .detail-info-bar ul li .planner a,
	.shared-detail .detail-info-bar ul li > div.planner i,
	.shared-detail .layoutjs .content .item .info h4, 
	.shared-detail .layoutjs .content .item .info h4 a {
		font-size: var(--text-2xl);
	}

	.shared-detail .whats-nearby .layoutjs .content .item .info .locations, 
	.shared-detail .whats-nearby .layoutjs .content .item .info .distance,
	.shared-detail .address span, 
	.shared-detail .address a,
	.shared-detail .drawers button#drawer_mapTab  {
		font-size: var(--text-base);
	}

	.shared-detail .detail-drawers .descriptionTab p {
		font-size: var(--text-sm);
	}

	.shared-detail .back-share-panel {
		margin: 0;
	}

	.shared-detail .detail-gallery .slick-arrows {
		display: none;
	}

	.gallery-additional-thumbnails {
		display: none;
	}

	.shared-detail .detail-right {
		margin: 0;
	}

	.shared-detail .detail-info-bar ul.info-list > li {
		margin-bottom: var(--space-4);
	}

	.shared-detail .pe-booking .booking-form {
		flex-direction: column;
		align-items: stretch;
	}

	.shared-detail .pe-booking .field-dropdown .dropdown-toggle {
		width: 100%;
	}

	.shared-detail .pe-booking .booking-form .field {
		border-top: 1px solid var(--black);
		padding-top: var(--space-4);
	}

	.shared-detail .pe-booking .booking-form .field:first-child{
		border-top: 4px solid var(--black);
	}

	.shared-detail .pe-booking .booking-form .submit {
		margin: 0 !important;
	}

	.shared-detail .whats-nearby .section-title {
		padding: 0;
		border: none;
	}
	.shared-detail .whats-nearby .tab-group {
		border-bottom: 1px solid var(--black);
	}
	
	.shared-detail .layoutjs .content .item {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin-bottom: var(--space-16);
		gap: var(--space-6);
	}

	.shared-detail .layoutjs .content .item .image {
		width: 100%;
	}
	
}



.shared-detail .detail-drawers .offersTab {
    display: flex;
    /* width: 100%; */
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: var(--space-8);
    border-bottom: 1px solid #000;
}

.conferenceCapacityTab {
	border: 1px solid #000;
	padding: var(--space-4);
}

.capacity-wrapper {
	display: none;
}

.cvb-site .capacity-wrapper {
	display: block;
}

.shared-detail .rooms-data-container-table .rooms-data-tabs-thead {
	display: none;
}

.shared-detail .rooms-data-container-table .rooms-data-tbody .room-data-row {
	margin: 0 0 var(--space-8);
    display: flex;
    flex-direction: column;
    background: transparent;
}

.shared-detail .rooms-data-container-table .rooms-data-tbody .room-data-row div {
	display: flex;
    text-align: left;
    padding: var(--space-3);
    width: auto;
    vertical-align: middle;
}

.shared-detail .rooms-data-container-table .rooms-data-tbody .room-data-row div.roomname {
	font-weight: bold;
}

.shared-detail .rooms-data-container-table .rooms-data-tbody .room-data-row div:not(.roomname) {
	border-bottom: 1px solid #000;
}

.shared-detail .rooms-data-container-table .rooms-data-tbody .room-data-row div:not(.roomname)::before {
	display: block;
    width: 50%;
    content: attr(data-rooms-th) " ";
}

@media screen and (min-width: 64em) {
	.conferenceCapacityTab {
		padding: var(--space-5);
	}

	.shared-detail .rooms-data-container-table {
		display: table;
		border-collapse: collapse;
		border-spacing: 0 15px;
		table-layout: auto;
		width: 100%;
	}

	.shared-detail .rooms-data-container-table .rooms-data-tabs-thead {
		display: table-header-group;
		border-bottom: 1px solid #000;
	}

	.shared-detail .rooms-data-container-table .rooms-data-tabs-thead div:first-of-type {
		text-align: left;
	}

	.shared-detail .rooms-data-container-table .rooms-data-tabs-thead div {
		display: table-cell;
		font-size: var(--text-xl);
		padding: var(--space-4);
		text-align: center;
		font-family: var(--font-header);
		border-right: 1px solid #000;
	}

	.shared-detail .rooms-data-container-table .rooms-data-tabs-thead div:last-of-type {
		border-right: none;
	}

	.shared-detail .rooms-data-container-table .rooms-data-tbody {
		display: table-row-group;
	}

	.shared-detail .rooms-data-container-table .rooms-data-tbody .room-data-row {
		display: table-row;
		border-bottom: 1px solid #000;
	}

	.shared-detail .rooms-data-container-table .rooms-data-tbody .room-data-row:last-of-type {
		border-bottom: none;
	}

	.shared-detail .rooms-data-container-table .rooms-data-tbody .room-data-row div.roomname {
		font-weight: normal;
	}

	.shared-detail .rooms-data-container-table .rooms-data-tbody .room-data-row div:not(.roomname) {
		border-bottom: none;
	}

	.shared-detail .rooms-data-container-table .rooms-data-tbody .room-data-row div:not(.roomname)::before {
		display: none;
	}
	
	.shared-detail .rooms-data-container-table .rooms-data-tbody .room-data-row div {
		display: table-cell;
		padding: var(--space-4);
		text-align: center;
		vertical-align: middle;
		border-right: 1px solid #000;
	}

	.shared-detail .rooms-data-container-table .rooms-data-tbody .room-data-row div:first-of-type {
		text-align: left;
	}

	.shared-detail .rooms-data-container-table .rooms-data-tbody .room-data-row div:last-of-type {
		border-right: none;
	}
}


.shared-detail .detail-drawers .wtmContainer iframe {
    width:100%;
}
/*DG - Some containers we want to check for the data type present, then further check further specific IDs or sub types of the data exist. 
    we sometimes dont need the drawer spacing on intial v-if until further sub containers in. in this case apply the class to the div container
*/
.shared-detail .detail-drawers .no-margin {
    margin-bottom:0 !important;
}

@media screen and (min-width: 64em) {
    .shared-detail .detail-drawers .wtmContainer {
        margin-bottom: var(--space-16);
    }
}

.shared-detail .detail-drawers .wtmContainer {
    margin-bottom: var(--space-8);
}