.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(--gray-900);
	--text-color-alt: var(--gray-100);
	--visit-btn-bg: var(--primary-color-700);
	--visit-btn-bg-alt: var(--primary-color-800);
	--dropdown-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);

	margin: 0 auto 104px;
}

.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;
	/* padding:  0 20px; */
	max-width:  1200px;
	margin:  0 auto;
}
.shared-detail .detail-top .top-actions{
	padding: 0 20px;
}

.shared-detail .detail-top .detail-gallery {
	order: 1; /* Always want gallery coming first on mobile */
	position: relative;
	flex: 1 1 50%;
}
.shared-detail .bottom-actions.desktop{
	display: none !important;
}
.shared-detail .bottom-actions.mobile{
	display: block !important;
}

@media (min-width: 64em) {
	.shared-detail .detail-top .detail-gallery {
		flex: 1 1 57%;
	}
}

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

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

.shared-detail .detail-top .detail-gallery .gallery-count {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 8px 7px 9px 11px;
	color: var(--white);
	background-color: rgba(0, 75, 141, .8);
	font-family: var(--knockout-heavy);
	font-size: 15px;
	font-weight: 400;
	line-height: var(--leading-none);
	letter-spacing: .05em;
}

.shared-detail .detail-top .detail-gallery .gallery-count i {
	font-size: 13px;
	margin-right: 8px;
}

@media (min-width: 64em) {
	.shared-detail .detail-top .detail-gallery .gallery-count {
		font-size: 20px;
		padding: 9px 9px 8px 13px;
	}

	.shared-detail .detail-top .detail-gallery .gallery-count i {
		font-size: 18px;
		margin-right: 10px;
	}
}

.shared-detail .detail-top .info-section {
	order: 2;
	flex: 1 1 50%;
	padding: 0 20px;
	/* padding: 0 0 20px; */
}

@media (min-width: 64em) {
	.shared-detail .detail-top .info-section {
		flex: 1 1 43%;
	}
}

.shared-detail .detail-top .info-section .top-actions,
.shared-detail .detail-top .info-section .bottom-actions {
	display: flex;
	align-items: center;
	position: relative;
	gap: 23px;
	margin-bottom: 16px;
}

.shared-detail .detail-top .info-section .bottom-actions {
	margin-bottom: 12px;
	flex-wrap: wrap;
	row-gap: 7px;
}

@media (min-width: 40em) {
	.shared-detail .detail-top .info-section {
		position: relative;
	}
	.shared-detail .detail-top .info-section .top-actions {
		position: absolute;
		left: 0;
		top: 0;
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-top .info-section .top-actions {
		top: 40px;
	}
	.shared-detail .detail-top .info-section .bottom-actions.desktop {
		margin-bottom: 12px;
		flex-wrap: wrap;
		row-gap: 7px;		
		align-items: flex-start; 
		width:640px;
		margin: 0 auto;
		justify-content: space-between;

	} 
	.shared-detail .detail-top .info-section .bottom-actions.desktop .social-buttons{
		display: flex;
		flex-direction: column;
		gap:15px;
	}
	.shared-detail .detail-top .info-section .bottom-actions.desktop .social-buttons .social-icons{
		display: flex;
		align-items: center;
		gap: 20px;
	}
	.shared-detail .detail-top .info-section .bottom-actions.desktop .social-buttons .social-icons a{
		color: var(--blue);
	}
	
}
@media (min-width: 75em) {
	.shared-detail .detail-top .info-section .bottom-actions.desktop {
		margin-bottom: 12px;
		flex-wrap: wrap;
		row-gap: 7px;
		width:740px;
		margin: 0 auto;
		justify-content: space-between;
	} 
}
.shared-detail .detail-top .info-section .booking-partner-row {
	display: flex;
	justify-content: space-between;
}

.shared-detail .detail-top .info-section .booking-partner-row .booking-price {
	font-size: 14px;
	font-family: var(--trade-gothic-bold);
	text-decoration: underline;
	padding-block: 8px;
	display: inline-block;
	color:  var(--navy-dark);
}

@media (min-width: 40em) {
	.shared-detail .detail-top .info-section .booking-partner-row {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 8px;
		padding-left:  20px;
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-top .info-section .booking-partner-row {
		padding: 2px 8px 2px 39px;
	}

	.shared-detail .detail-top .info-section .booking-partner-row .indy-partner {
		width: 90px;
		position:absolute;
		top: -264px;
		right: calc(50% - (640px / 2))
	}

	.shared-detail .detail-top .info-section .booking-partner-row .booking-price {
		font-size: 20px;
		padding-block: 15px;
		text-underline-offset: 2px;
	}

}
.shared-detail .detail-top .top-actions .top-buttons{
	display: flex;
}

.shared-detail .detail-top .top-actions [data-tb-button] {
	cursor: pointer;
	background: var(--green);
	text-transform:  uppercase;
	letter-spacing:  .05em;
	font-size: 12px;
	padding: 6px 11px;
}

.shared-detail .detail-top .top-actions [data-tb-button] a {
	font-family:  var(--knockout-heavy);
	font-weight:  var(--font-weight-normal);
}

.shared-detail .detail-top .top-actions [data-tb-button] a:before {
	content: "\f004";
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	margin-right: 6px;
	font-size: 13px;
}

.shared-detail .detail-top .top-actions [data-tb-button] [data-tb-remove]:before {
	content: "\f004";
	font-weight: 900;
}

/* .shared-detail .detail-top .bottom-actions .detail-info-bar{
	display: none;
} */
.shared-detail .detail-top .top-actions [data-tb-button] span + span {
	margin-left: var(--space-2);
	display:  none;
}

@media (min-width: 48em) {
	.shared-detail .detail-top  .top-actions [data-tb-button] {
		width: 140px;
	}
}
@media (min-width: 64em) {
	.shared-detail .detail-top .info-section .top-actions {
		gap: 32px
	}
	.shared-detail .detail-top.top-actions [data-tb-button] a:before {
		margin-right: 6px;
		font-size: 16px;
	}
	.shared-detail .detail-top .top-actions .top-buttons{
		display: flex;
		align-items: center;
	}
	.shared-detail .detail-top  .top-actions [data-tb-button] {
		font-size: 14px;
		padding: 5px;
		width: 140px;
	}
}
	/* .shared-detail .detail-top .bottom-actions .detail-info-bar#desktop-detail-info{
		display:block;
	}
	.shared-detail .detail-info-bar#mobile-detail-info{
		display: none;
	} */
@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(--knockout);
	font-size: 40px;
	font-weight: var(--font-weight-normal);
	line-height: calc(45/40);
	color: var(--blue);
	text-transform: uppercase;
	letter-spacing: .02em;
	padding-top: 20px;
	font-weight:700;
	margin-bottom: 10px;
}

@media (min-width: 40em) {
	.shared-detail .detail-top h1 {
		padding-left: unset;
		font-size: min(calc(40px + 10 * (100vw - 640px) / 386), 50px);
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-top h1 {
		font-size: min(calc(50px + 10 * (100vw - 1024px) / 416), 60px);
		line-height: calc(68/60);
		word-break: break-word;
		}
}

.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-family: var(--trade-gothic-bold);
}

.shared-detail .detail-top dl dt i {
	color: var(--blue);
	display: inline-block;
	margin-right: 3px;
}

.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);
	background-color: var(--visit-btn-bg);
	color: var(--text-color-alt);
	border-radius: var(--rounded-full);
	margin: 0;
}

.shared-detail .detail-top .info-section .bottom-actions > * {
	margin-top: 9px;
	/* margin-right: var(--space-4); */
}
.shared-detail .detail-top .info-section .bottom-actions .visit-website{
	background-color: var(--green);
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    font-weight: 600;
}

.shared-detail .detail-top .info-section .bottom-actions .events-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.shared-detail .detail-top .info-section .events-button-row a{
	width: 100%;
	margin-bottom: 10px;
}
.shared-detail .detail-top .info-section .dropdown button{
	width: 100%;
	margin-bottom: 10px;
}
.shared-detail .detail-top .info-section .priority-info a{
	font-weight:700;
}
.shared-detail .detail-top .info-section .priority-info dt{
	font-weight:700;
}
@media (hover: hover) {
	.shared-detail .detail-top .info-section .bottom-actions .action-item:hover {
		text-decoration: none; /*reboot.css override*/
		background-color: var(--visit-btn-bg-alt);
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-top .info-section .bottom-actions > * {
		margin-top: 23px;
	}
}
/* .shared-detail .bottom-actions.desktop{
	display: none !important;
}
.shared-detail .bottom-actions.mobile{
	display: block;
} */
/* .shared-detail .detail-top .info-section .bottom-actions .dropdown {
	display: flex;
}

.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(--dropdown-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;
} */
.shared-detail .detail-top .info-section .dropdown {
	display: flex;
}

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

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

.shared-detail .button-bar {
	padding: 0 20px;
	display: flex;
	gap: 10px;
	max-width:  1200px;
	margin:  0 auto;
}

.shared-detail .button-bar > * {
	display: flex;
	flex-direction: column;
	gap: 9px;
	align-items: center;
	flex-grow: 1;
	background-color: #71D2F2;
	color: var(--navy-dark);
	font-size: 12px;
	font-family: var(--knockout-heavy);
	text-align: center;
	letter-spacing: .05em;
	line-height: calc(16/12);
	padding: 10px 10px 7px;
	text-transform: uppercase;
	text-decoration:  none;
}

.shared-detail .button-bar i {
	font-size: 15px
}

@media (min-width: 64em) {
	.shared-detail .button-bar > * {
		flex-direction: row;
		justify-content: center;
		font-size: 20px;
		padding: 28px 28px 27px;
	}

	.shared-detail .button-bar i {
		font-size: 20px
	}
	.shared-detail .bottom-actions.mobile{
		display: none !important;
	}
	.shared-detail .bottom-actions.desktop{
		display:flex !important;
	}
	/* .shared-detail .bottom-actions.desktop{
		display: flex;
		justify-content: space-around;
	}
	.shared-detail .bottom-actions.desktop .social-buttons{
		display: flex;
		flex-direction: column;
		gap: 15px;
	} */

}

.shared-detail .detail-info-bar {
	max-width: 1200px;
	margin: 0 auto;
	padding: 13px 0px;
	display:  flex;
	flex-direction:  column;
	position: relative;
}
.shared-detail .bottom-actions.mobile .detail-info-bar .member{
	position: absolute;
	top:75px;
	right: 0;
}
.shared-detail .detail-info-bar .split-pane {
	margin-bottom: 6px;
}

.shared-detail .tripadvisor-snippet {
	height: unset;
	margin: 0;
}

.shared-detail .detail-info-bar .split-pane.secondary {
	order:0;
	margin-top: 0px;
	display:  flex;
	flex-direction:  column;
	gap: 27px;
	margin-bottom: 20px;
}

@media (min-width: 64em) {
	.shared-detail .detail-info-bar .split-pane.secondary {
		margin-top: 0;
		gap: 23px
	}

		.shared-detail .detail-top .info-section .bottom-actions .visit-website{
			background-color: var(--green);
			text-transform: uppercase;
			color: #000;
			text-decoration: none;
			width: unset;
			padding: 10px 35px;
			text-align: center;		
			font-weight: 600;
			/* position:absolute; */
			top: 0;
			right: calc(50% - (640px / 2) + 200px )
		}
		.shared-detail .detail-info-bar .split-pane.secondary {
			order: 1;
			margin-top: 0px;
			display:  flex;
			flex-direction:  column-reverse;
			gap: 27px;
		}
	
}

.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: 16px;
	font-weight: 400;
	margin: 0;
	list-style: none;
	line-height: calc(26/16);
}

.shared-detail .detail-info-bar ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: 5px;
}

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

.shared-detail .detail-info-bar ul li:last-child {
	margin-bottom: 0;
}

.shared-detail .detail-info-bar ul li .two-line-wrap,
.shared-detail .bottom-actions ul li .two-line-wrap {
	display: block;
}

.shared-detail .bottom-actions ul li,
.shared-detail .bottom-actions ul li > div {
	display: flex;
}

.shared-detail .bottom-actions ul li i {
	margin-top: 5px;
	font-size: 25px;
}

.shared-detail .detail-info-bar ul li .two-line-wrap > *,
.shared-detail .bottom-actions ul li .two-line-wrap > * {
	display: block;
}

.shared-detail .detail-info-bar ul li .two-line-wrap > .street-address:not(:last-child):after,
.shared-detail .bottom-actions ul li .two-line-wrap > .street-address:not(:last-child):after {
	content: ','
}

.shared-detail .detail-info-bar ul li .two-line-wrap > .phone:not(:last-child):after,
.shared-detail .bottom-actions ul li .two-line-wrap > .phone:not(:last-child):after {
	content: ' |'
}

.shared-detail .detail-info-bar ul li .two-line-wrap > :is(.street-address, .city-state-zip, .phone),
.shared-detail .bottom-actions ul li .two-line-wrap > :is(.street-address, .city-state-zip, .phone) {
	display: inline;
}

@media (min-width: 40em) {
	.shared-detail .detail-info-bar ul,
	.shared-detail .bottom-actions ul {
		font-size: 18px;
		line-height: calc(30/20);
	}

	.shared-detail .detail-info-bar ul li .two-line-wrap > :is(.street-address, .city-state-zip),
	.shared-detail .bottom-actions ul li .two-line-wrap > :is(.street-address, .city-state-zip) {
		display: block;
	}

	.shared-detail .detail-info-bar ul li .two-line-wrap > .street-address:not(:last-child):after,
	.shared-detail .bottom-actions ul li .two-line-wrap > .street-address:not(:last-child):after {
		content: ''
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-info-bar ul li,
	.shared-detail .bottom-actions ul li {
		margin-bottom:16px;
	}
}

.shared-detail .detail-info-bar ul li .two-line-wrap a,
.shared-detail .bottom-actions ul li .two-line-wrap a {
	display: inline-block;
}

.shared-detail .detail-info-bar ul li a,
.shared-detail .bottom-actions ul li a {
	text-decoration: none;
	font-family: var(--font-body);
}

@media (hover: hover) {
	.shared-detail .detail-info-bar ul li a:hover {
		color: var(--navy-dark);
	}
}

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

.shared-detail .detail-info-bar ul li .region {
	font-style: italic;
	display: block;
}

.shared-detail .detail-info-bar ul.info-list li i,
.shared-detail .bottom-actions ul.info-list li i {
	margin-right: var(--space-1);
	width: 18px;
	font-size: 13px;
	color: var(--blue);
}

@media (min-width: 64em) {
	.shared-detail .detail-info-bar ul.info-list li i,
	.shared-detail .bottom-actions ul.info-list li i {
		margin-right: 14px;
		width: 18px;
		font-size: 20px;
	}

	.shared-detail .detail-info-bar ul li .region {
		margin-bottom: 10px;
	}
}

.shared-detail .detail-info-bar ul.info-list li:hover a,
.shared-detail .bottom-actions ul.info-list li:hover a {
	text-decoration: none; /*reboot.css override*/
	color:  var(--navy-dark);
}

.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: 16px;
	font-weight: 400;
	line-height: calc(26/16);
	color: var(--text-color);
}

.shared-detail .detail-info-bar dl dt {
	float: left;
	margin-right: var(--space-1);
	font-family: var(--trade-gothic-bold);
	transform: translateY(-1px);
}

@media (min-width: 40em) {
	.shared-detail .detail-info-bar dl,
	.shared-detail .detail-info-bar dt,
	.shared-detail .detail-info-bar dd {
		font-size: 20px;
		line-height: calc(30/20);
	}

	.shared-detail .detail-info-bar dl dt {
		transform: translateY(0px);
	}
}

.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: 25px;
	color: var(--blue);
}

@media (min-width: 64em) {
	.shared-detail .detail-info-bar .social-icons a {
		font-size: 30px;
	}
}

.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: 1000px;
	margin: 0 auto;
	margin-bottom: var(--text-xl);
	padding: 0 20px;
	--primary-color-700: var(--blue-dark);
	--gray-200: var(--gray-light);
}

.shared-detail .detail-drawers dd {
	margin-bottom: 15px
}

@media (min-width: 40em) {
	.shared-detail .detail-drawers {
		margin-bottom: var(--space-20);
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-drawers dd {
		margin-bottom: 25px
	}
}

.shared-detail .detail-drawers > dl.drawers > dd > .content {
	display: none;
	padding: 17px 20px 11px;
}

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

.shared-detail .detail-drawers > dl.drawers > dd.active #descriptionTab .core-styles > p:last-child {
	margin-bottom: 0;
}

.shared-detail .detail-drawers .drawer-button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: transparent;
	padding: 10px 0;
	width: 100%;
	font-family: var(--knockout-mid);
	font-size: 32px;
	font-weight: var(--font-weight-normal);
	line-height: var(--leading-none);
	text-transform:  unset;
	border-bottom: 5px solid #e3e4e6;
	color:  var(--navy-dark);
	letter-spacing: 0;
	text-align: left;
}

.shared-detail .detail-drawers dd.active .drawer-button {
	border-color: var(--navy-dark);
}

.shared-detail .detail-drawers .drawer-button i {
	margin-left: 20px;
	font-size: 22px;
	color: var(--blue);
}

@media (min-width: 64em) {
	.shared-detail .detail-drawers .drawer-button i {
		margin-left: 28px;
		font-size: 34px;
	}
}

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

.shared-detail .detail-drawers .social-cont {
	max-width: 300px;
	margin: 0 auto;
}

.shared-detail .detail-drawers .social-cont .social-title {
	font-size: var(--text-xl);
	font-weight: bold;
	margin-bottom: var(--space-5);
}

.shared-detail .detail-drawers .social-cont .tweet {
	display: flex;
	margin-bottom: var(--space-5);
}

.shared-detail .detail-drawers .social-cont .buddy-icon {
	width: 48px;
	margin-right: var(--space-3);
}

.shared-detail .detail-drawers .social-cont .buddy-icon img {
	border-radius: var(--rounded-circle);
}

.shared-detail .detail-drawers .social-cont .tweet-text {
	flex: 1;
}

.shared-detail .detail-drawers .social-cont .date {
	font-weight: bold;
}

.shared-detail .detail-drawers .social-cont .actions {
	display: flex;
	justify-content: space-between;
	margin-top: var(--space-1);
}

.shared-detail .social-cont.twitter-cont {
	max-height: 850px;
	overflow-y: auto;
}

.shared-detail .detail-drawers .amenities .subtab .content h5 {
	font-weight: var(--font-weight-normal) !important;
}
.shared-detail .detail-top .gallery .img-cont {
    max-width: 680px;
    margin: 0 auto;
}
@media (min-width: 40em) and (max-width: 48em){

}

@media (min-width: 48em) {
	.shared-detail {
		margin: 0 auto 120px;
		position: relative;
		padding-top: 20px;
	}

	.shared-detail .detail-top .top-actions {
		background-color: white;
		width: 680px;
		margin: 0 auto;
		display: flex;
		max-width: 680px;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.shared-detail .detail-top {
		/* flex-direction: row; */
		align-items: stretch;
		justify-content: center;
		position: relative;
		margin-bottom: 10px;
	}
	
	.shared-detail .detail-top .info-section {
		background-color: var(--white);
		display: flex;
		flex-direction: column;
		padding: 54px var(--space-5);
	}
	
	.shared-detail .detail-info-bar {
		display: flex;
		margin-bottom: 0;
	}
	
	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		padding: 0 6px;
		flex: 1;
	}
	
	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding: 13px var(--space-16) 1px;
	}
	
	.shared-detail .detail-drawers .drawer-button {
		margin-bottom: var(--space-3);
	}
	
	.shared-detail .detail-drawers .gMapHolder { 
		height: 400px; 
	}

	.shared-detail .detail-drawers .social-cont {
		flex: 1;
		max-width: 500px;
	}
	.shared-detail .detail-top .gallery .img-cont img{
		max-width: 640px;
		margin: 0 auto;
	}
	.shared-detail .detail-top .gallery .img-cont{
		max-width: 680px;
		margin: 0 auto;
		background-color: white;
	}
	.shared-detail:before {
		content: '';
		pointer-events: none;
		position: absolute;
		inset: 0 0 auto;
		height: 168px;
		background-image:
			url(/includes/public/assets/shared/checkered-flag.svg),
			linear-gradient(180deg, #004B8D 00%, #0076C0 100%);
	}
}



@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: 64em) {
	.shared-detail {
		padding-top: 100px;
	}

	.shared-detail:before {
		height: 368px;
	}

	[data-type="Events"].shared-detail .detail-top .info-section {
		padding: 27px 152px;
		flex-direction: row;
		gap: 20px;
	}
	[data-type="Events"].shared-detail .detail-top .info-section .priority-info{
		flex: 1 50%;
	}
	.shared-detail .detail-top .info-section .events-button-row a {
			margin-bottom: 10px;
			width: unset;
			width: 200px;
			display: flex;
			height: 30px;
			align-items: center;
			justify-content: space-around;
	}
	.shared-detail .detail-top .info-section .dropdown{
		display: unset;
	}
	.shared-detail .detail-top .info-section .eventButtons{

		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 10px;
	}
	.shared-detail .detail-info-bar {
		flex-direction: row;
		padding: 15px 20px 56px;
		position: absolute;
		top: 631px;
		left: calc(50% - (202px /2));
	}
	/* .shared-detail .detail-top .info-section {
		background-color: var(--white);
		display: flex;
		flex-direction: row;
		padding: 54px var(--space-5);
	} */

	.shared-detail .detail-drawers .drawer-button {
		font-size: 45px;
		padding:  12px 0;
	}

	.shared-detail .deta
	il-drawers .active #socialFeedsTab {
		display: flex;
		justify-content: space-between;
	}

	.shared-detail .detail-drawers #socialFeedsTab > div {
		flex: 1;
	}

	.shared-detail .detail-drawers .social-cont .tweets {
		max-height: 800px;
		overflow-y: auto;
		padding-right: var(--space-4);
	}
	.shared-detail .detail-top .info-section .dropdown button {
		width: 200px;
		margin-bottom: 10px;
		padding: unset;
		height: 34px;
	}
}
@media (min-width:75em){
	[data-type="Events"].shared-detail .detail-top .info-section{
		padding:30px 0;
		width: 740px;
		margin: 0 auto;
	}
}

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

.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: currentColor;
	background: transparent;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	white-space: nowrap;
	scroll-snap-align: start;
}

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

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

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

.whats-nearby .layoutjs .content {
	margin: 0;
	padding: 0;
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > div {
	margin-bottom: var(--space-5);
}

.shared-detail .detail-drawers > dl.drawers > dd.active > :is(#offersTab, #eventsTab) {
	padding-inline: 10px;
	padding-bottom: 14px;
}

.shared-detail .detail-drawers #meetingfacilityTab h5 {
	font-weight: var(--font-weight-normal) !important;
	font-size: 20px;
}

@media (min-width: 40em) {
	.shared-detail .detail-drawers > dl.drawers > dd.active > :is(#offersTab, #eventsTab) > div {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-drawers > dl.drawers > dd.active > :is(#offersTab, #eventsTab) > div {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px
	}

	.shared-detail .detail-drawers > dl.drawers > dd.active > :is(#offersTab, #eventsTab) {
		padding-top: 26px;
	}

}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > :is(.offerItem, .eventItem):last-child{
	margin-bottom: 0;
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > :is(.offerItem, .eventItem) .content-section :is(h4, h4 a) {
	color: var(--blue-dark);
	text-transform: uppercase;
	font-size: 18px;
	font-family: var(--knockout-heavy);
	line-height: calc(26/18);
}

@media (min-width: 64em) {
	.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > :is(.offerItem, .eventItem) .content-section :is(h4, h4 a) {
		font-size: 22px;
		font-family: var(--knockout-heavy);
		line-height: calc(31/22);
		margin-bottom: 4px;
	}

	.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > :is(.offerItem, .eventItem) .info-list {
		font-size: 20px
	}
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > div .content-section h4 a,
.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > div .content-section h4 {
	font-family: var(--font-body);
	font-size: var(--text-xl);
	font-weight: 400;
	line-height: var(--leading-relaxed);
	color: inherit;
	margin-bottom: var(--space-2);
	word-break: break-word;
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > div .img-cont {
	margin-bottom: 13px;
}

@media (min-width: 64em) {
	.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > div .inner {
		max-width: unset;
		flex-direction: column;
		gap: 17px;
	}

	.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > div .img-cont {
		margin-bottom: 0;
	}
}

.shared-detail .detail-drawers > dl.drawers > dd.active > #postsTab.content {
	padding-inline: 0;
	padding-bottom: 0px;
}

@media (min-width: 64em) {
	.shared-detail .detail-drawers > dl.drawers > dd.active > #postsTab.content {
		padding-top: 25px;
	}
}

.shared-detail .slider {
	--side-padding: 10px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
	max-width: var(--width-base);
	padding: 0 var(--side-padding);
}

/* Slides */
.shared-detail .slider .slider-cont .slide .inner {
	/* box-shadow: 0px 4px 12px rgba(0,0,0,0.1); */
	display: flex;
	flex-direction: column;
	height: 100%;
}

.shared-detail .slider .slider-cont .slide .img-cont {
	position: relative;
	aspect-ratio: 640 / 480;
	/* -ms-flex: 0 0 auto; */
}

.shared-detail .slider .slider-cont .slide .img-cont img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%
}

.shared-detail .slider .slider-cont .slide .blog-header {
	font-size: 14px;
	text-transform: uppercase;
	color: var(--navy-dark);
	letter-spacing: .05em;
	font-family: var(--knockout-heavy);
	margin-bottom: 10px;
}

.shared-detail .slider .slider-cont .slide .blog-header .divider {
	margin-inline: 4px;
}

.shared-detail .slider .slider-cont .slide .slide-content h4,
.shared-detail .slider .slider-cont .slide .slide-content h4 a {
	color: var(--blue-dark);
	text-transform: uppercase;
	font-size: 18px;
	font-weight: var(--font-weight-normal);
	font-family: var(--knockout-heavy);
	line-height: calc(26/18);
	margin-bottom: 6px;
}

.shared-detail .slider .slider-cont .slide .slide-content p {
	line-height: calc(26/16);
}

.shared-detail .slider .slider-cont .slide .slide-content .button-arrow {
	--hover-color: #71D2F2;
	font-size: 14px;
	margin-top: 18px;
	display: inline-flex;
	padding-block: 7px;
}

.shared-detail .slider .slider-cont .slide .slide-content .button-arrow:after {
	background-image: url(/includes/public/assets/shared/arrow-small-blue.svg);
}

.shared-detail .slider .slider-cont .glide__arrows {
	position: absolute;
	top: 50%;
	right: 0;
	left: calc(var(--side-padding) * -1);
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	pointer-events: none;
	z-index: 1;
	width: calc(100% + 2 * var(--side-padding));
}

.shared-detail .slider .slider-cont .glide__arrows .glide__arrow {
	background-color: rgba(0,0,0,.7);
	width: 42px;
	height: 32px;
}
.shared-detail .slider .slider-cont .glide__arrows .glide__arrow:before {
	background-color: var(--blue-dark);
}

.shared-detail .slider .slider-cont .glide__arrows .glide__arrow img {
	width: 30px;
}

@media (min-width: 40em) {
	.shared-detail .slider.no-slider .glide__slides {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media (min-width: 64em) {
	.shared-detail .slider {
		margin-bottom: 52px;
	}

	.shared-detail .slider.no-slider .glide__slides {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}

	.shared-detail .slider .slider-cont .slide .slide-content h4,
	.shared-detail .slider .slider-cont .slide .slide-content h4 a {
		font-size: 22px;
		line-height: calc(31/22);
		margin-bottom: 4px;
	}

	.shared-detail .slider .slider-cont .slide .slide-content p {
		font-size: 20px;
		line-height: calc(30/20);
	}

	.shared-detail .slider .slider-cont .slide .slide-content .button-arrow {
		margin-top: 17px;
	}
}

/*----- Yelp Snippet -----*/

.shared-detail .yelp-snippet {
	margin-top: 18px;
}

.shared-detail .yelp-top {
	display: flex;
	align-items: center;
	gap: 12px;
}

.shared-detail .yelp-logo {
	order: -1;
}

.shared-detail .yelp-logo img {
	max-width: 60px;
}

.shared-detail .yelp-bottom {
	font-size: 12px;
	color: var(--gray);
}

@media (min-width: 64em) {
	.shared-detail .yelp-snippet {
		margin-top: 0;
	}

	.shared-detail .yelp-logo img {
		max-width: 80px;
	}

	.shared-detail .yelp-bottom {
		font-size: 14px;
	}
}

/*----- Yelp Reviews -----*/

.shared-detail .yelp-drawer .content {
	padding: 20px 0 !important;
}

.shared-detail .yelp-drawer h4,
.shared-detail .yelp-drawer hr {
	display: none;
}

.shared-detail .yelp-drawer .review {
	margin: 0 0 60px 0;
}

.shared-detail .yelp-drawer .reviews-provider-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 30px 0;
}

.shared-detail .yelp-drawer .reviews-provider-logo {
	max-width: 80px;
}

.shared-detail .yelp-drawer .yelp-logo {
	width: 100%;
}

.shared-detail .yelp-drawer .review-meta {
	margin-bottom: 6px;
}

.shared-detail .yelp-drawer .reviews-rating-line-text {
	font-size: 14px;
	color: var(--gray);
}

.shared-detail .yelp-drawer .review-user-image {
	margin-bottom: 12px;
}

.shared-detail .yelp-drawer .review-user-image img {
	width: 100%;
	margin: 0;
}

.shared-detail .yelp-drawer .review-user {
	font-family: var(--trade-gothic-bold);
	font-weight: normal;
	font-size: var(--text-xl);
}

.shared-detail .yelp-drawer .review-rating {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 8px;
	color: var(--gray);
	font-size: 12px;
}

.shared-detail .yelp-drawer .review-rating img {
	flex-shrink: 0;
	max-width: 100px;
}

.shared-detail .yelp-drawer .review-text {
	margin-bottom: 12px;
}

@media (min-width: 40em) {
	.shared-detail .yelp-drawer .review {
		display: flex;
		align-items: flex-start;
		gap: 20px;
		margin-bottom: 40px;
	}

	.shared-detail .yelp-drawer .review-meta {
		flex-shrink: 0;
		max-width: 180px;
		margin: 0;
	}

	.shared-detail .yelp-drawer .review-user-image {
		margin-bottom: 6px;
	}
}

.event-region i { color: var(--gray); }

.event-region span { font-style: italic; }

.shared-detail .priority-info .address {
	display: flex;
	flex-direction: column;
	margin-bottom: 8px;
}
.shared-detail .detail-top .sv-share-trigger,
.shared-detail .detail-top .sv-share-trigger i {
    color: black !important;
}

/* Glide Slider */
.shared-detail .detail-top [data-glide-slider]{
	position: relative;
}
.shared-detail .detail-top .glide__arrow--left{
	position:absolute;
	top: 50%;
	background-color: var(--primary-color-700);
	color:white;
	font-size:32px;
}
.shared-detail .detail-top .glide__arrow--right{
	position:absolute;
	top: 50%;
	right: 0;
	background-color: var(--primary-color-700);
	color:white;
	font-size:32px;
}

.shared-detail .glide__bullets {
    position: absolute;
	display:block;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}

.shared-detail .glide__bullets .glide__bullet {
    width: 10px;
    height: 10px;
    background-color: var(--white);
    border-radius: 50%;
    display: inline-block;
    padding: 0;
    margin-right: 10px;
}

.shared-detail .glide__bullets .glide__bullet--active {
    background-color: var(--green);
} 
[data-type="Events"].shared-detail .info-section .priority-info{	
    padding: 15px 0;
}

@media (min-width: 697px) and (max-width: 767px){
	.shared-detail .detail-top .glide__arrow--left{
		position:absolute;
		top: 50%;
		background-color: var(--primary-color-700);
		color:white;
		left: calc(50% - (640px / 2) - 15px);
	}
	.shared-detail .detail-top .glide__arrow--right{
		position:absolute;
		top: 50%;
		/* right: 0; */
		background-color: var(--primary-color-700);
		color:white;
		right: calc(50% - (640px / 2) + 15px );
	}
	.shared-detail .glide__bullets {
		position: absolute;
		display: block;
		bottom: 10px;
		right: calc(50% - (640px / 2) + 30px);
		z-index: 10;
	}
}

@media (min-width: 48em){
	[data-type="Events"].shared-detail .info-section .priority-info{	
		padding: 0 0 15px 0;
	}
	.shared-detail .detail-top .glide__arrow--left{
		position:absolute;
		top: 50%;
		background-color: var(--primary-color-700);
		color:white;
		left: calc(50% - (640px / 2) );
	}
	.shared-detail .detail-top .glide__arrow--right{
		position:absolute;
		top: 50%;
		/* right: 0; */
		background-color: var(--primary-color-700);
		color:white;
		right: calc(50% - (640px / 2) );
	}
	.shared-detail .glide__bullets {
		position: absolute;
		display: block;
		bottom: 10px;
		right: calc(50% - (640px / 2) );
		z-index: 10;
	}
}
@media (min-width: 64em){
	.shared-detail .detail-top .glide__arrow::before{
		display: none;
	}
	[data-type="Events"].shared-detail .info-section .priority-info{	
		padding: unset;
	}
}
@media(min-width:75em){
	.shared-detail .detail-top .gallery .img-cont {
		max-width: 780px;
	}
	.shared-detail .detail-top .top-actions {
		background-color: white;
		width: 780px;
		margin: 0 auto;
		display: flex;
		max-width: 780px;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.shared-detail .detail-top .gallery .img-cont img {
		max-width: 740px;
		margin: 0 auto;
		aspect-ratio: 720 / 400;
		width: 100%;
	}
	.shared-detail .detail-top .glide__arrow--left {
		left: calc(50% - (740px / 2) );
	}
	.shared-detail .detail-top .glide__arrow--right {
		right: calc(50% - (740px / 2) );
	}
	.shared-detail .glide__bullets {
		right: calc(50% - (740px / 2) );		
	}
	.shared-detail .detail-info-bar {
		top: 685px;
	}
	.shared-detail .detail-top .info-section .booking-partner-row .indy-partner {
		width: 90px;
		position:absolute;
		top: -266px;
		right: calc(50% - (740px / 2))
	}

}

@media(min-width:81.25em){
	.shared-detail .detail-top .top-actions {
		background-color: white;
		width: 1200px;
		margin: 0 auto;
		display: flex;
		max-width: 1200px;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 30px;
	}
	.shared-detail .detail-top .info-section .bottom-actions.desktop {
		margin-bottom: 12px;
		flex-wrap: wrap;
		row-gap: 7px;
		width: 1140px;
		margin: 0 auto;
		justify-content: space-between;
	}
	.shared-detail .detail-top .gallery .img-cont {
		max-width: 1200px;
	} 
	.shared-detail .detail-top .gallery .img-cont img {
		max-width: 1140px;
		margin: 0 auto;
		width: 100%;
	}
	.shared-detail .detail-top .glide__arrow--left {
		left: calc(50% - (1140px / 2) );
	}
	.shared-detail .detail-top .glide__arrow--right {
		right: calc(50% - (1140px / 2) );
	}
	.shared-detail .glide__bullets {
		right: calc(50% - (1140px / 2) );
	}
	[data-type="Events"].shared-detail .detail-top .info-section{
		padding:30px 0;
		width: 1140px;
		margin: 0 auto;
	}
}
