.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: var(--pink);
	--text-color-alt: var(--gray-100);
	--visit-btn-bg: var(--orange);
	--visit-btn-bg-alt: #fff;
	--dropbdown-menu-text: var(--black);
	--nearby-tab-bottom-border: var(--primary-color-700);
	--nearby-tab-bottom-border-alt: var(--gray-400);
	--accent-color: var(--pink);
	
	margin: 0 auto var(--space-10);
	color: var(--black);
	min-height: 100vh;
}

.footer-container {
	opacity: 0;
	display: none;
	transition: opacity 0.75s;
}

.footer-container.loaded {
	opacity: 1;
	display: block;
}
.contentRender .quickview-detail {
	display: none;
}

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

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

.shared-detail .detail-top .gallery {
	order: 1; /* Always want gallery coming first on mobile */
	position: relative;
	flex: 1 1 50%;
}
@media (min-width: 40em) {
	.shared-detail .detail-top .gallery {
		/* order: 2; */
	}
	.shared-detail .detail-top .info-section {
		/* order: 1; */

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

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

.shared-detail .detail-top .gallery .gallery-count {
	position: absolute;
    bottom: 0px;
    right: 0px;
    padding: var(--space-4) var(--space-5);
    color: var(--text-color-alt);
	background-color: rgba(0,0,0,.4);
	font-family: var(--font-family-body);
	font-size: var(--text-lg);
	font-weight: 400;
	line-height: var(--leading-none);
	min-width: 85.75px;
	text-align: right;
	/* display: none; */
}

.shared-detail .detail-top .gallery .gallery-count i {
	font-size: var(--text-base);
	margin-right: var(--space-1);
}

.shared-detail .detail-top .info-section {
	order: 2;
	flex: 1 1 50%;
	padding: var(--space-5) 35px;
	background-color: var(--light-pink);
}

.shared-detail .social-icons {
	height: 26px;
}

.shared-detail .detail-top .info-section .top-actions,
.shared-detail .detail-top .info-section .bottom-actions {
	display: flex;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
	margin-top: var(--space-4);
}

.shared-detail .detail-top .info-section .top-actions {
	display: none;
}

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

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

.shared-detail .detail-top h1 {
	font-family: var(--font-family-display);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
    color: var(--text-color);
    margin-bottom: var(--space-5);
	text-transform: uppercase;
}
@media (min-width: 40em ) {
	.shared-detail .detail-top h1 {
		font-size: 32px;
	}
}
@media (min-width: 64em ) {
	.shared-detail .detail-top h1 {
		font-size: 40px;
	}
}
.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-2);
    font-weight: bold;
    color: var(--dark-pink);
}

.shared-detail .detail-top .bottom-actions .action-item {
	/* min-width: 197px; */
	display: inline-block;
    padding: 6.5px var(--space-8);
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: var(--rounded-lg);
    background-color: var(--pink);
    margin-bottom: 15px;
    text-transform: uppercase;
    border: 1px solid var(--pink);
    margin-right: auto;
}
.shared-detail .detail-top .bottom-actions .action-item:hover {
	background-color: transparent;
	color: var(--pink);
}
.shared-detail .detail-top .bottom-actions .action-item:focus {
	color: var(--pink);
    box-shadow: 0 0 8px 0px var(--pink);
    background-color: var(--transparent);
    outline: none;
}
.shared-detail .detail-top .info-section .bottom-actions > * {
	/* margin-top: var(--space-4); */
	margin-right: var(--space-4);
}

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

.shared-detail .detail-top .info-section .bottom-actions .dropdown {
	display: flex;
	/* margin-top: 10px; */
}

.shared-detail .detail-top .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,.15);
	border-radius: 4px;
}

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

.shared-detail .detail-info-bar {
	max-width: 1170px;
	margin: 0 auto var(--space-8);
	padding: var(--space-5);
}

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

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

.shared-detail .detail-info-bar .split-pane:last-child {
	margin-bottom: 0;
}

.shared-detail .detail-info-bar ul {
	font-family: var(--font-family-body);
	font-size: 15px;
	font-weight: 400;
	line-height: var(--leading-tight);
	margin: 0;
    list-style: none;
}
@media (min-width: 64em) {
	.shared-detail .detail-info-bar ul {
		font-size: 17px;
	}
}

.shared-detail .detail-info-bar ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: var(--space-3);
}

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

.shared-detail .detail-info-bar ul li:last-child {
	margin-bottom: 0;
}
.shared-detail .info-section ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: var(--space-2);
}

/*UDFs*/
.shared-detail .info-section ul li.promo-code {
	font-size: 16px;
	padding: 10px 0;
	color: var(--dark-pink);
}

.shared-detail .disclaimer {
	max-width: 1000px;
	margin: 0 auto 30px;
	font-size: 13px;
	line-height: 20px;
	padding: 0 20px;
}

/*-*-*-*-*/
.shared-detail .detail-info-bar ul li .two-line-wrap > * {
	display: block;
}
.shared-detail .info-section ul li .two-line-wrap > * {
	display: block;
	padding-right: var(--space-3);
}

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

.shared-detail ul.info-list {
	margin-left: 0;
}

.shared-detail .detail-info-bar ul.info-list li i {
	margin-right: var(--space-1);
    width: 18px;
	font-size: var(--text-base);
	color: var(--accent-color);
}
.shared-detail .info-section ul.info-list li i {
	margin-right: var(--space-1);
    width: 18px;
	font-size: var(--text-base);
	color: var(--accent-color);
}

.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);
	padding: 10px 0 10px;
}
@media (min-width: 40em) {
	.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);
	padding: var(--space-10) 53px 0px;
}
}
.shared-detail .info-section dl,
.shared-detail .info-section dt,
.shared-detail .info-section dd {
	font-family: var(--font-family-body);
	font-size: var(--text-base);
	font-weight: 400;
	line-height: var(--leading-tight);
    color: var(--black);
}

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

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

.shared-detail .detail-info-bar .social-icons {
	display: flex;
	list-style: none;
	margin-left: 0;
	height: 24px;
}
.shared-detail .info-section .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 .info-section .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-drawers {
	max-width: 1160px;
	margin: 0 auto;
	margin-bottom: var(--text-xl);
	display: none;
}

.shared-detail .detail-drawers.loaded {
	display: block;
}

.shared-detail .detail-drawers dd.active > .tab-button {
	background-color: var(--pink);
	border-color: var(--pink);
}
.shared-detail .detail-drawers dd.active > .tab-button[title="Salesforce Amenities"] {
	display: none;
}
.shared-detail .detail-drawers .tab-button {
	border-color: var(--pink);
    font-family: var(--font-display);
    font-size: 13px;
    color: var(--pink);
	text-transform: uppercase;
	border-radius: 10px;
}
.shared-detail .detail-drawers .content.active h5 {
	text-transform: uppercase;
	font-size: 13px;
	padding: 20px 0 10px;
}

.shared-detail .detail-drawers .drawers p > span {
	color: var(--black) !important;
	font-family: var(--font-body) !important;
	font-size: 13px !important;
	line-height: 0;
}
@media (min-width: 40em) {
	.shared-detail .detail-drawers {
		margin-bottom: var(--space-20);
	}
}

.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 > dl.drawers > dd.active > .content .eventItem,
.shared-detail .detail-drawers > dl.drawers > dd.active > .content .offerItem {
	margin-bottom: 20px;
}

.shared-detail .detail-drawers .drawer-button {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: transparent;
    padding: var(--space-5) 0;
    margin-bottom: var(--space-3);
    width: 100%;
    font-family: var(--font-display);
	font-size: 20px;
    font-weight: 700;
    line-height: var(--leading-none);
    text-transform: uppercase;
    color: var(--dark-pink);
    border-bottom: 3px solid var(--dark-pink);
	text-align: left;
}

.shared-detail .detail-drawers .drawer-button i {
	margin-left: auto;
    font-size: 30px;
    margin-right: var(--space-5);
}

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

@media (min-width: 40em) {
	.shared-detail .detail-drawers .drawer-button {
		font-size: 28px;
	}
	.shared-detail {
		margin: 0 auto;
	}

	.shared-detail .detail-top {
		display: grid;
		grid-template-columns: 1fr 1fr;
		/* max-width: 1170px; */
		margin: 0 auto;
	}

	.shared-detail .detail-top .info-section {
		display: flex;
		flex-direction: column;
		/* justify-content: center; */
		padding: var(--space-12) 35px;
	}


	.shared-detail .detail-info-bar {
		display: flex;
		padding: 0;
		margin-bottom: 0;
		flex-direction: column;
	}

	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		padding: 10px var(--space-16) var(--space-10);
		flex: 1;
		max-width: 390px;
	}
	.shared-detail .info-section .split-pane {
		margin-bottom: 0;
		padding: 0 var(--space-5) 0 0;
		flex: 1;
		display: contents;
	}
	.shared-detail .info-section .split-pane.secondary {
		max-height: 20px;
	}

	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		/* padding: var(--space-10) var(--space-16); */
	}

	.shared-detail .detail-drawers .drawer-button {
		/* padding: var(--space-5) var(--space-16); */
		margin-bottom: var(--space-3);
		outline: none;

	}

	.shared-detail .detail-drawers .gMapHolder {
		height: 400px;
	}
}
.shared-detail .info-list a {
	color: var(--black);
}
.shared-detail .social-icons,
.shared-detail .social-icons a {
	color: var(--pink);
}
@media (min-width: 64em) {
	.shared-detail .detail-top {
		/* grid-template-columns: 1fr 2fr; */
	}
}

@media (min-width: 40em) and (max-width: 64em) {
	/* .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;
	}
}

@media (min-width: 40em) {
	.shared-detail .detail-top .info-section {
		order: 1;
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-top .info-section {
		padding: 120px;
	}
}

.whats-nearby {
	padding: 0;
}

.whats-nearby .wrapper {
	padding: var(--space-10) 0;
	background-color: var(--background-color);
	border-top: 4px solid var(--background-color-alt);
}

@media (min-width: 40em) {
	.whats-nearby .wrapper {
		padding: var(--space-20) 0;
	}
}

.whats-nearby .wrapper > .inner {
	margin: 0 auto;
	padding: 0 var(--space-5);
	max-width: var(--width-base);
}

.whats-nearby .section-title {
	margin: 0 auto;
	margin-bottom: var(--space-6);
	padding: 0 var(--space-5);
	max-width: var(--width-base);
	font-family: var(--font-family-display);
	font-size: var(--text-3xl);
	font-weight: 700;
	line-height: var(--leading-tight);
	color: var(--dark-pink);
}

.whats-nearby .tab-group {
	display: flex;
	margin: 0 auto;
	margin-bottom: -4px;
	padding: 0 var(--space-5);
	max-width: var(--width-base);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
}

.whats-nearby .tab {
	margin: 0;
	padding: var(--space-4) var(--space-8);
	color: var(--black);
	background: transparent;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	white-space: nowrap;
	scroll-snap-align: start;
	font-family: var(--font-display);
	text-transform: uppercase;
}

.whats-nearby .tab[aria-expanded="true"] {
	border-bottom-color: var(--dark-pink);
}

@media (hover: hover) {
	.whats-nearby .tab:hover {
		border-bottom-color: var(--light-pink);
	}
}

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

.whats-nearby .layoutjs .content {
	margin: 0;
	padding: 0;
}
.shared-detail .detail-drawers ul.amen-subtab > li:nth-child(odd), .shared-detail .detail-drawers ul.meeting-subtab > li:nth-child(odd) {
	background: var(--light-pink) !important;
}

.shared-detail ul.amen-subtab li ul, .shared-detail ul.meeting-subtab li ul {
	margin-top: 0 !important;
	margin-left: 10px;
}
.shared-detail .eventItem .content-section .info-list li > span:first-child,
.shared-detail .offerItem .content-section .info-list li > span:first-child {
	font-weight: 600;
}
.shared-detail .offerItem .listingDetail a:hover,
.shared-detail .offerItem .listingDetail:hover {
	color: var(--black);
}
.shared-detail .offerItem h4 {
	margin: var(--space-2) auto;
}
.shared-detail .drawers > dd:not(.active) {
	margin-bottom: 40px;
}
.shared-detail .drawers {
	padding: 0 20px;
}
.shared-detail .amenities .subtab {
	margin-bottom: var(--space-3);
}
@media (min-width: 64em) {
	.shared-detail .drawers .item > .inner {
		display: grid;
		grid-template-columns: 1fr 2fr;
	}
}
.shared-detail .drawers .item:last-child > .inner h4 {
    margin: var(--space-2) auto;
}
.shared-detail .embed-video {
	position: relative;
    width: 100%;
    height: 0;
    /*padding-bottom: 56.25%;*/
    padding-bottom: 50%;
    margin-bottom: 35px;
}


.shared-detail .embed-video iframe{
	position: absolute;
    top: 0;
    left: 18px;
    width: calc(100% - 36px);
    height: 100%;
}