.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(--sw-button-primary-bg);
	--visit-btn-bg-alt: var(--sw-button-primary-bg-hover);
	--dropdown-menu-text: var(--gray-800);
	--nearby-tab-bottom-border: var(--sw-selected-color);
	--nearby-tab-bottom-border-alt: var(--gray-400);
	--accent-color: var(--sw-key-color);
	
	--dot-size: 3px;
	--dot-space: 25px;
	--dot-color: #cecece;
	--dot-background-color: transparent;

	position: relative;
	margin: 0 auto var(--space-10);
	padding-top: var(--space-4);
	padding-right: var(--space-6);
}

.shared-detail::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background-image: linear-gradient(to right, rgba(0, 52, 97, 0.85) 0, rgba(0, 52, 97, 0.85) 16px,
	rgba(0, 125, 172, 0.75) 16px, rgba(0, 125, 172, 0.75) 68px,
	rgba(225, 246, 249, 0.75) 52px, rgba(225, 246, 249, 0.75) 100%);
	pointer-events: none;
}

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

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

.shared-detail .share-buttons a {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: var(--space-1);
}

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

.shared-detail .detail-top .detail-gallery {
	order: 1; /* Always want gallery coming first on mobile */
	position: relative;
	flex: 1 1 50%;
}

.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: var(--space-2) var(--space-3);
	color: var(--text-color-alt);
	background-color: var(--green);
	font-family: var(--font-family-body);
	font-size: var(--text-sm);
	font-weight: 400;
	line-height: var(--leading-none);
}

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

.shared-detail .detail-top .info-section {
	order: 2;
	flex: 1 1 50%;
	background-image: radial-gradient(var(--blue-lighter) 12%, transparent 12%),
      radial-gradient(var(--blue-lighter) 12%, transparent 12%);
	background-color: rgba(188, 225, 148, 0.1);
	background-position: 0 0, 20px 20px;
	background-size: 40px 40px;
}

.shared-detail .detail-top .info-section > *:not(.top-actions, .booking-detail-snippet) {
	padding: 0 var(--space-8);
	padding-right: var(--space-2);
}

.shared-detail .detail-top .info-section .top-actions,
.shared-detail .detail-top .info-section .bottom-actions {
	display: flex;
	align-items: baseline;
	position: relative;
	flex-wrap: wrap;
}

.shared-detail .detail-top .info-section .top-actions {
	justify-content: space-between;
	border-left: 16px solid var(--blue-darker);
	padding: var(--space-4);
	padding-bottom: 0;
	padding-right: 0;
	margin-bottom: var(--space-8);
}

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

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

@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: var(--text-xl-1);
	font-weight: 700;
	line-height: var(--leading-tight);
	color: var(--blue-darker);
	text-transform: uppercase;
	margin-bottom: var(--space-8);
}

.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-base);
	font-weight: 400;
	line-height: var(--leading-tight);
	color: var(--blue-darker);
	margin-bottom: var(--space-6);
}

.shared-detail .detail-top dl {
	width: 100%;
}

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

.shared-detail .detail-top .action-item {
	font-family: var(--font-family-display);
	font-size: var(--text-sm);
	font-weight: 700;
	line-height: var(--leading-tight);
	letter-spacing: var(--tracking-wider);
	color: var(--green-light);
	text-transform: uppercase;
	text-align: left;
	background-color: unset;
	padding: 0 var(--space-1);
	margin: 0;
}

.shared-detail .detail-top .action-item i {
	margin-left: var(--space-1);
}

.shared-detail .detail-top .info-section .bottom-actions > * {
	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*/
		background-color: none;
	}
}

.shared-detail .detail-top .info-section .bottom-actions .dropdown-menu {
	position: absolute;
	z-index: 9;
	font-size: var(--text-sm);
	color: var(--dropdown-menu-text);
	background-color: var(--white);
	padding: var(--space-3) var(--space-4);
	border: 1px solid var(--blue-faded);
	border-radius: 4px;
	margin: var(--space-1) 0 0 0;
}

@media (min-width: 20em) and (max-width: 30em) {
	.shared-detail .detail-top .info-section .bottom-actions .dropdown:nth-child(2) > .dropdown-menu {
		right: 0;
	}
}

@media (min-width: 40em) and (max-width: 60em) {
	.shared-detail .detail-top .info-section .bottom-actions .dropdown:nth-child(2) > .dropdown-menu {
		right: 0;
	}
}

@media (min-width: 64em) and (max-width: 68em) {
	.shared-detail .detail-top .info-section .bottom-actions .dropdown:nth-child(2) > .dropdown-menu {
		right: 0;
	}
}

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

.shared-detail .detail-info-bar {
	max-width: 1175px;
	margin: 0 auto var(--space-2);
	padding: var(--space-6) var(--space-8) var(--space-2);
	padding-right: var(--space-2);
}

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

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

.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 {
	list-style: none;
	font-family: var(--font-family-body);
	font-size: var(--text-base);
	font-weight: 400;
	line-height: var(--leading-normal);
	color: var(--blue-darker);
	margin: 0;
}

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

.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 .priority-info ul li .two-line-wrap,
.shared-detail .priority-info ul li .two-line-wrap > *,
.shared-detail .detail-info-bar ul li .two-line-wrap,
.shared-detail .detail-info-bar ul li .two-line-wrap > * {
	display: block;
}

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

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

.shared-detail ul.info-list {
	margin-bottom: 15px;
}

.shared-detail ul.info-list > li + li {
	margin-top: 1rem;
}

.shared-detail ul.info-list > li,
.shared-detail ul.info-list > li > div {
	display: flex;
}

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

.shared-detail 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-base);
	font-weight: 400;
	line-height: var(--leading-tight);
	color: var(--blue-darker);
}

.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 {
	justify-content: space-between;
	margin-bottom: 0;
}

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

.shared-detail .detail-drawers {
	max-width: 1178px;
	padding-left: var(--space-8);
	padding-right: var(--space-2);
	margin: 0 auto;
	margin-bottom: var(--space-12);
}

.shared-detail .detail-drawers dd {
	border-bottom: 2px solid rgba(0, 52, 97, 0.5);
}

.shared-detail .detail-drawers dd .subtab > dd,
.shared-detail .detail-drawers dd:last-child {
	border-bottom: none;
}

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

.shared-detail .detail-drawers > dl.drawers > dd > .content {
	display: none;
	padding: 0;
}

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

.shared-detail .detail-drawers > dl.drawers > dd.active > #descriptionTab.content {
	max-width: 800px;
}

.shared-detail .detail-drawers .drawer-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-family: var(--font-family-display);
	font-size: var(--text-xl-1);
	font-weight: 700;
	line-height: var(--leading-tight);
	color: var(--blue-darker);
	text-transform: uppercase;
	background: transparent;
	padding: 25px 0 10px;
	margin-bottom: var(--space-3);
}

.shared-detail .detail-drawers dd.active .drawer-button{
	padding-bottom: 6px;
	margin-bottom: 0;
}

.shared-detail .detail-drawers .drawer-button img.closed {
	display: none;
}

.shared-detail .detail-drawers .drawer-button img.desktop {
	display: none;
}

.shared-detail .detail-drawers .meeting-facilities ul.meeting-subtab > li {
	gap: var(--space-5);
}

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

@media (min-width: 40em) {
	.shared-detail {
		margin: 0 auto;
		padding-right: 0;
	}

	.shared-detail::after {
		content: '';
		position: absolute;
		left: 0;
		top: 16px;
		z-index: -1;
		height: calc(100% - 16px);
		width: 16px;
		background: var(--blue-darker);
		pointer-events: none;
	}

	.shared-detail .detail-top {
		flex-direction: row;
		align-items: stretch;
	}
	
	.shared-detail .detail-top .info-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: var(--space-12) var(--space-5);
	}

	.shared-detail .detail-top .info-section .top-actions {
		border-left: none;
		padding: 0;
	}

	.shared-detail .detail-top .info-section > *:not(.top-actions, .booking-detail-snippet) {
		padding: 0;
	}

	.shared-detail .detail-top dl,
	.shared-detail .detail-top dt,
	.shared-detail .detail-top dd {
		margin-bottom: var(--space-3);
	}

	
	.shared-detail .detail-info-bar {
		display: flex;
		padding: var(--space-8) var(--space-8) var(--space-4);
		margin-bottom: 0;
	}
	
	.shared-detail .detail-info-bar .split-pane {
		flex: 1;
		padding: 0 var(--space-4);
		margin-bottom: 0;
	}

	.shared-detail .detail-info-bar .split-pane:not(.primary) {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.shared-detail .detail-info-bar .split-pane:not(.primary).Listings {
		align-items: start;
		padding-left: 0;
	}

	.shared-detail[data-type="Events"] .detail-info-bar .split-pane:not(.primary) {
		display: block;
	}

	.shared-detail .detail-drawers {
		margin-bottom: var(--space-32);
	}
	
	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding: 0;
	}
	
	.shared-detail .detail-drawers .drawer-button {
		padding: var(--space-5) 0;
		margin-bottom: var(--space-3);
	}
	
	.shared-detail .detail-drawers .gMapHolder { 
		height: 400px; 
	}

	.shared-detail .detail-drawers .social-cont {
		flex: 1;
		max-width: 500px;
	}
}

@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: var(--space-6);
	}

	.shared-detail::before {
		height: 56px;
		background-image: linear-gradient(to right, rgba(0, 52, 97, 0.85) 0, rgba(0, 52, 97, 0.85) 64px,
		rgba(0, 125, 172, 0.75) 64px, rgba(0, 125, 172, 0.75) 667px,
		rgba(225, 246, 249, 0.75) 667px, rgba(225, 246, 249, 0.75) 100%);
	}

	.shared-detail::after {
		height: calc(100% - var(--space-16));
		top: var(--space-16);
		width: min(calc(16px + (64 - 16) * ((100vw - 1024px) / (1440 - 1024))),var(--space-16));
	}

	.shared-detail .detail-top .detail-gallery {
		flex: 1 1 36.6%;
	}

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


	.shared-detail .detail-top .info-wrapper {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		width: 100%;
	}

	.shared-detail .detail-top .info-wrapper .primary {
		display: flex;
		width: 40%;
		margin-right: 40px;
	}

	.shared-detail .detail-top .info-wrapper .secondary {
		display: flex;
		width: 60%;
	}

	.shared-detail .detail-top .info-section {
		justify-content: start;
		align-items: start;
		padding: var(--space-16) var(--space-10);
	}

	.shared-detail .detail-top .info-section .top-actions {
		margin-bottom: var(--space-12);
	}

	.shared-detail .detail-top h1 {
		font-size: var(--text-3xl-1);
		max-width: 575px;
		margin-bottom: var(--space-5);
	}

	.shared-detail .detail-top .action-item {
		font-size: var(--text-base);
	}

	.shared-detail .detail-top .info-section .bottom-actions > * {
		padding: 0;
	}

	.shared-detail .detail-info-bar .split-pane:not(.primary) {
		padding-left: var(--space-16);
		padding-right: 0;
	}

	.shared-detail ul.info-list li i {
		margin-right: var(--space-3);
	}

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

	.shared-detail .detail-drawers {
		padding-right: 54px;
		padding-left: var(--space-12);
	}

	.shared-detail .detail-drawers .drawer-button {
		font-size: var(--text-3xl-1);
		letter-spacing: var(--tracking-wider);
		padding-top: var(--space-8);
		padding-bottom: var(--space-3);
		padding-right: var(--space-8);
	}

	.shared-detail .detail-drawers .drawer-button img.desktop:not(.closed) {
		display: block;
	}

	.shared-detail .detail-drawers .drawer-button img.mobile {
		display: none;
	}

	.shared-detail .detail-drawers .drawer-button img {
		width: var(--space-10);
	}

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

.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 > .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: 700;
	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 .inner {
	max-width: var(--width-compact);
}

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

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

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

}