.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-dark);
	--visit-btn-bg: var(--teal);
	--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(--teal);
	--pitch: 'pitch-sans-web-bold';
	--font-body-bold: 'HelveticaNeue-Bold';
	margin: 0 0 68px 30px;
}

.shared-detail[data-type="Events"] {
	margin-bottom: 116px
}

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


.shared-detail .share-buttons .addthis_toolbox a:not(.addthis_button_more) {
	display: none;
}

.shared-detail .share-buttons .addthis_toolbox a.addthis_button_more {
	color: #333;
	font-family: var(--font-body);
	font-size: 14px;
}

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

.shared-detail .threshold-container {
	padding-right: 30px;
	margin-bottom: 60px;
}

@media (min-width: 64em) {
	.shared-detail .share-buttons .addthis_toolbox a {
		gap: 8px;
	}
	.shared-detail .share-buttons .addthis_toolbox a.addthis_button_more {
		font-size: 14px;
		margin-bottom: 7px;
	}

	.shared-detail[data-type="Events"] .share-buttons .addthis_toolbox a.addthis_button_more {
		margin-left: 2px;
	}
	.shared-detail .share-buttons .addthis_toolbox a img {
		width: 14px;
	}
}

.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%;
	aspect-ratio: 640 / 518;
	object-fit: cover;
	padding-right: 30px;
}

@media (min-width: 40em) {
	.shared-detail .detail-top .detail-gallery img {
		aspect-ratio: 1380 / 575;
		padding-right: unset;
	}
	.shared-detail[data-type="Events"] .detail-top .detail-gallery img {
		aspect-ratio: 1380 / 1350;
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-top .detail-gallery img {
		aspect-ratio: 1920 / 804;
	}
}

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

.shared-detail .detail-top .detail-gallery .gallery-count {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 7px 15px 8px 16px;
	color: #333;
	background-color: var(--white);
	font-family: var(--pitch);
	font-size: 14px;
	line-height: var(--leading-none);
	display:  flex;
	align-items:  center;
	text-transform: uppercase;
}

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

@media (min-width: 40em) {
	.shared-detail .detail-top .detail-gallery .gallery-count {
		padding: 12px 20px 11px 22px;
		font-size: 18px;
	}

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

.shared-detail .detail-top .info-section {
	order: 2;
	flex: 1 1 50%;
	padding: var(--space-5);
	padding-left:  0;
	padding-top: 16px;
	padding-right: 8px;
	z-index: 1;
}

.shared-detail[data-type="Events"] .detail-top .info-section {
	padding-top: 14px;
	padding-bottom: 21px;
}

.shared-detail .detail-top .info-section .top-actions,
.shared-detail .detail-top .info-section .bottom-actions {
	display: flex;
	align-items: flex-start;
	flex-direction: column-reverse;
	justify-content: space-between;
	position: relative;
	gap: 10px;
}

.shared-detail .detail-top .info-section .top-actions {
	margin-bottom: 26px;
	flex-direction: row-reverse;
}

.shared-detail[data-type="Events"] .detail-top .info-section .top-actions {
	margin-bottom: 29px;
}

.shared-detail .detail-top .info-section .top-actions [data-tb-button] {
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: 10px;
}

.shared-detail .detail-top .action-item.request-application,
.shared-detail .detail-top .info-section .top-actions [data-tb-button] span,
.shared-detail .detail-top .info-section .top-actions [data-tb-add] {
	color: var(--gray);
	display: inline-block;
	font-family: var(--pitch);
	font-size: 14px;
	border: 2px solid var(--teal-light-2);
	background-color: var(--teal-light-2);
	padding: var(--space-2) var(--space-4);
	transition: background-color 0.4s ease;
}

.shared-detail .detail-top .action-item.request-application {
	margin-top: 20px;
	font-size: 18px;
	cursor: pointer;
}

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

.shared-detail .jobs-address .address-item {
	display: flex;
	gap: 10px;
	align-items: baseline;
}

.shared-detail .jobs-address .two-line-wrap {
	display: flex;
	flex-direction: column;
}

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

	.shared-detail .detail-top .action-item.request-application:hover,
	.shared-detail .detail-top .info-section .top-actions [data-tb-button] span:hover,
	.shared-detail .detail-top .info-section .top-actions [data-tb-add]:hover {
		background-color: transparent;
	}
}

@media (min-width: 40em) {
	.shared-detail .detail-top .info-section .top-actions {
		flex-direction: row;
		align-items: center;
	}

	.shared-detail[data-type="Events"] .detail-top .info-section .top-actions {
		margin-bottom: 20px;
	}
}

.shared-detail .detail-top .partner {
	text-transform: uppercase;
	font-family: var(--pitch);
	font-size: 14px;
	background-color: var(--teal);
	padding: 2px 14px 3px;
}

.shared-detail .detail-top h1 {
	font-family: var(--font-body-bold);
	font-size: 30px;
	line-height: 1.2;
	color: #363636;
	margin-bottom: 23px;
}

.shared-detail .detail-top .subtitle {
	font-family: var(--font-body-bold);
	font-size: 20px;
	line-height: 1.2;
	color: #363636;
	margin-top: -12px;
	margin-bottom: 23px;
	text-transform: uppercase;
}

.shared-detail[data-type="Events"] .detail-top h1 {
	margin-bottom: 24px;
}

@media (min-width: 40em) {
	.shared-detail .detail-top h1 {
		margin-bottom: 10px;
	}

	.shared-detail .detail-top .info-section .top-actions {
		margin-bottom: 10px;
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-top h1 {
		font-size: 44px;
		line-height: calc(50/44);
		margin-bottom: 31px;
	}

	.shared-detail[data-type="Events"] .detail-top h1 {
		margin-bottom: 31px;
	}

	.shared-detail .detail-top .partner {
		font-size: 16px;
		padding: 4px 16px 2px;
	}

	.shared-detail .detail-top .info-section .top-actions {
		margin-bottom: 26px;
	}
}

.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 {
	margin-bottom: 16px;
}

.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(--pitch);
	font-size: 16px;
	font-weight: 400;
	line-height: var(--leading-tight);
	padding: 11px var(--space-8) 9px;
	background-color: var(--peach);
	color: var(--text-color-alt);
	margin: 0;
	text-transform: uppercase;
}

.shared-detail .detail-top .action-item.visit-website {
	background-color: var(--visit-btn-bg);
}

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

@media (min-width: 64em) {
	.shared-detail .detail-top .action-item {
		font-size: 20px;
		padding: 10px 41px 10px 37px;
		margin-left: 3px;
	}
}

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

	.shared-detail .detail-top .info-section .bottom-actions .action-item.visit-website:hover {
		background-color: var(--visit-btn-bg);
	}
}

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

.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-info-bar {
	margin: 0 auto 2px;
	padding: var(--space-5);
	padding-top: 5px;
	padding-left: 0;
}

.shared-detail[data-type="Events"] .detail-info-bar {
	margin-bottom: 44px;
}

.shared-detail .detail-info-bar .split-pane {
	margin-bottom: 37px;
}

.shared-detail[data-type="Events"] .detail-info-bar .split-pane {
	margin-bottom: 30px;
}

.shared-detail[data-type="Offers"] .detail-info-bar .split-pane {
	margin-bottom: 32px;
}

.shared-detail[data-type="Events"] .detail-info-bar .split-pane.custom dd:not(:last-child) {
	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-body-bold);
	font-size: 14px;
	font-weight: 400;
	line-height: var(--leading-tight);
	margin: 0;
	list-style: none;
}

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

.shared-detail .detail-info-bar ul.top-info-list li {
	margin-bottom: 12px;
}

.shared-detail[data-type="Events"] .detail-info-bar ul.top-info-list li {
	margin-bottom: 4px;
}

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

.shared-detail .detail-info-bar ul li > div.two-line-wrap {
	flex-direction: column;
}

.shared-detail .detail-info-bar ul.top-info-list {
	margin-bottom: 28px;
}

.shared-detail[data-type="Events"] .detail-info-bar ul.top-info-list {
	margin-bottom: 28px;
}

.shared-detail .detail-info-bar ul.top-info-list > li {
	font-family: var(--font-body-bold);
	font-size: 16px;
	color: var(--gray);
}

.shared-detail .detail-info-bar ul.top-info-list > li:before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: var(--teal-link);
	align-self: center;
	margin-right: 8px;
}

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

.shared-detail .detail-info-bar ul li .two-line-wrap > * {
	display: block;
	line-height: calc(10/7);
	color:  var(--gray);
}

.shared-detail .detail-info-bar ul li .city-state-zip {
	display: none;
}

.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 li i {
	margin-right: 8px;
	width: 18px;
	font-size: 17px;
	color: var(--accent-color);
	transform: translateY(3px);
}

.shared-detail .detail-info-bar ul.info-list li i.fa-map-marker-alt {
	font-size: 19px;
}

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

@media(min-width: 40em) {
	.shared-detail[data-type="Events"] .detail-info-bar .split-pane {
		margin-bottom: 0;
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-info-bar ul.top-info-list > li {
		font-size: 18px;
	}
	.shared-detail .detail-info-bar ul.top-info-list {
		margin-bottom: 26px;
	}
	.shared-detail .detail-info-bar ul {
		font-size: 16px;
	}
	.shared-detail .detail-info-bar ul.top-info-list li {
		margin-bottom: 10px;
	}
	.shared-detail .detail-info-bar ul li {
		margin-bottom: 12px;
	}
	.shared-detail .detail-info-bar ul.info-list li i.fa-map-marker-alt {
		font-size: 22px;
	}

	.shared-detail[data-type="Events"] .detail-info-bar ul.top-info-list li {
		margin-bottom: 9px;
	}

	.shared-detail[data-type="Events"] .detail-info-bar ul.info-list li i {
		margin-right: 12px
	}

	.shared-detail[data-type="Events"] .detail-info-bar ul.top-info-list > li:before {
		margin-right: 12px;
	}
}

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

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

.shared-detail .yelp-snippet .yelp-top .yelp-rating {
	height: 14px;
}

.shared-detail .yelp-snippet .yelp-top .yelp-logo img {
	height: 24px;
	transform: translateY(-3px);
}

.shared-detail .provider-yelp a {
	color: var(--teal-link);
	text-decoration: underline;
}

.shared-detail .provider-yelp .review {
	display: flex;
}

.shared-detail .provider-yelp .review + .review {
	margin-top: 30px;
}

.shared-detail .provider-yelp .review .review-meta {
	width: 100px;
	min-width: 100px;
	margin-right: var(--space-5);
}

.shared-detail .tripadvisor-snippet {
	height: unset;
	margin-bottom: 19px;
}

.shared-detail .tripadvisor-snippet h4:first-child {
	display: none;
}

.shared-detail .tripadvisor-snippet h4 {
	font-size: 14px;
	font-family: var(--font-body-bold);
	color: var(--gray);
	white-space: nowrap;
}

.shared-detail .tripadvisor-snippet .reviews-rating-line {
	display: flex;
	align-items: center;
	transform: translateX(-6px)
}

.shared-detail .tripadvisor-snippet .reviews-rating-line a {
	font-size: 14px;
	text-decoration: underline;
	text-underline-offset: 2px;
	font-family: var(--font-body-bold);
}
.shared-detail .tripadvisor-snippet .reviews-rating-line-text {
	top: 0;
	flex-shrink: 0;
}

@media(min-width: 40em) {
	.shared-detail .tripadvisor-snippet {
		margin-bottom: 22px;
	}
}

.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: 14px;
	font-weight: 400;
	line-height: var(--leading-tight);
	color: var(--gray);
}

.shared-detail .detail-info-bar .redeemable {
	margin-bottom: 10px;
	display:  flex;
	flex-direction: column;
}

.shared-detail .detail-info-bar .redeemable :is(dt, dd) {
	font-size: 14px;
}

.shared-detail .detail-info-bar .redeemable dt {
	font-family: var(--helvetica-bold);
	text-transform: uppercase;
	margin-bottom: 8px;
}

.shared-detail .detail-info-bar dl {
	display: flex;
	flex-direction: column;
}

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

.shared-detail[data-type="Events"] .detail-info-bar dl dt {
	font-family: var(--helvetica-bold);
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 7px;
}

.shared-detail[data-type="Events"] .detail-info-bar dl dd:not(:last-child) {
	margin-bottom: 30px;
}

.shared-detail[data-type="Events"] .detail-info-bar dt {
	font-family: var(--helvetica-bold);
	text-transform: uppercase;
	margin-bottom: 8px;
}

.shared-detail[data-type="Events"] .detail-info-bar .time-label {
	display: none;
}

.shared-detail .detail-info-bar .open-table img {
	margin-bottom: 22px;
}

.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: 22px;
	margin-bottom: 0;
	color: var(--gray);
}

.shared-detail .detail-info-bar .social-icons li i {
	font-size: 24px;
}

.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: 1020px;
	margin: 0 28px 0 0;
	margin-bottom: var(--text-xl);
}

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

.shared-detail[data-type="Events"] .detail-drawers > dl.drawers > dd > .content {
	padding: 24px 0 3px;
}

.shared-detail .detail-drawers > dl.drawers > dd > .content p {
	font-size: 16px;
	line-height: calc(13/8);
}

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

.shared-detail .detail-drawers > dl.drawers > dd.active > .content .event-info ul {
	width: 100%;
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content .event-info li {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 10px;
	flex-wrap: wrap;
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content .event-info li > * {
	width: max-content;
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content .event-info li:nth-child(odd) {
	background-color: #f5f5ef;
}

.shared-detail .detail-drawers .drawer-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 18px 13px 19px;
	margin-bottom: 9px;
	width: 100%;
	font-family: var(--pitch);
	font-size: 16px;
	line-height: var(--leading-none);
	background-color: var(--gray);
	color: var(--white);
	border:  none;
}

.shared-detail .detail-drawers .hide-outdoor {
	display: none;
}

.shared-detail .detail-drawers dd.active .drawer-button {
	background-color: var(--peach);
	color: var(--gray-dark);
}

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

.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 .detail-drawers .subtab {
	margin-bottom: 10px
}

.shared-detail .detail-drawers h5 {
	font-family: var(--helvetica-bold);
	font-size: 18px;
	margin-bottom: 12px;
	margin-left: 2px;
}

.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane .ranking {
	margin-bottom: 3px;
	font-size: 14px;
	font-family: var(--pitch);
}

.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane img {
	transform: translateX(-14px);
}

.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane .ta-logo {
	transform: translateX(-8px) translateY(-2px);
	display:  inline-block;
}

.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane .tripadvisorHeader {
	margin-bottom: 22px;
}

.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane .tripadvisorHeader h5 {
	margin-bottom: 8px;
}

.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane .reviewBoxTitle {
	margin-bottom: 8px;
	font-size: 26px;
	color: var(--mid-gray);
	font-weight: var(--font-weight-bold);
}

.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane .taFooter {
	display: flex;
	justify-content: space-between;
	gap:  10px;
	flex-wrap: wrap;
	padding-top:  12px;
	border-top: 1px solid var(--gray);
}

.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane .taFooter a {
	color: var(--teal-link);
}

.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane .reviewTitle {
	margin-bottom: 4px;
	font-family: var(--pitch);
	font-size: 20px;
}

.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane .reviewInfo {
	margin-bottom: 28px;
	display: flex;
	flex-wrap:  wrap;
}

.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane .reviewInfo a {
	color: var(--teal-link);
}

.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane .reviewInfo > * {
	margin-bottom: 10px
}

.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane .reviewInfo .review-header {
	width: 100%;
}

.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane .reviewInfo .username-content {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane .reviewInfo .reviewScore  > * {
	margin-bottom: 5px
}

.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane .reviewInfo .userInfo span {
	display: block;
}

@media (min-width: 40em) {
	.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane .reviewInfo .username-content {
		flex-wrap: nowrap;
	}
	.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane .reviewInfo .userInfo {
		flex-basis: 350px;
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane .tripadvisorHeader {
		margin-bottom: 42px;
	}

	.shared-detail .detail-drawers > dl.drawers > dd.active .tripadvisor-pane .reviewBoxTitle {
		margin-bottom: 8px;
		font-size: 30px;
	}
}

.shared-detail[data-type="Events"] .detail-top .info-section:only-child .top-actions {
	margin-bottom: 10px;
}

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

	.shared-detail .detail-top {
		flex-direction: row;
		align-items: stretch;
		margin-left: 34px;
		position:  relative;
	}
	
	.shared-detail .detail-top .info-section {
		position:  absolute;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 22px var(--space-5);
		background-color: var(--white);
		right:  0;
		bottom: 0;
		max-width: 388px;
	}

	.shared-detail[data-type="Events"] .detail-top {
		display: grid;
		grid-template-columns: 1fr 1.145fr;
	}

	.shared-detail[data-type="Events"] .detail-info-bar dl dd:not(:last-child) {
		margin-bottom: 7px;
	}

	.shared-detail[data-type="Events"] .detail-info-bar dl dt {
		margin-bottom: 0;
	}

	.shared-detail[data-type="Events"] .detail-info-bar dt {
		margin-bottom: 6px;
	}

	.shared-detail[data-type="Events"] .detail-top .info-section {
		position:  static;
	}
	
	.shared-detail[data-type="Events"] .detail-top .info-section:only-child {
		grid-column: 1 / -1;
		justify-self: center;
		padding-bottom: 0;
		padding-left: 0;
		width: unset;
		max-width: 900px;
		text-align: center;
	}

	.shared-detail[data-type="Events"] .detail-top .info-section:only-child h1 {
		margin-bottom: 10px;
	}

	.shared-detail .detail-info-bar {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		padding: 68px 0;
		margin-bottom: 0;
		margin-left: 34px;
	}

	.shared-detail[data-type="Events"] .detail-info-bar {
		padding-top: 67px;
		padding-bottom: 10px
	}
	
	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		padding: 0 12px;
		flex: 1;
	}

	.shared-detail[data-type="Events"] .detail-info-bar .split-pane {
		padding: 0 27px;
	}

	.shared-detail .detail-info-bar .split-pane.primary {
		padding-left: 0;
	}

	.shared-detail[data-type="Events"] .detail-info-bar :is(dt, dd, dl > dt, dl > dd) {
		font-size: 16px;
	}

	.shared-detail[data-type="Events"] .detail-info-bar :is(.dates, .time) dt {
		margin-right: 4px;
	}

	.shared-detail[data-type="Events"] .detail-info-bar .time-label {
		display: unset;
	}

	.shared-detail .detail-drawers {
		margin: 0 auto;
		margin-bottom: var(--space-20);
		padding: 0 30px;
	}

	.shared-detail[data-type="Events"] .detail-drawers {
		margin-bottom: 142px;
	}

	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding: 43px 0 21px;
	}

	.shared-detail .detail-drawers .drawer-button {
		padding: 11px 30px 12px 16px;
		font-size: 20px;
		margin-bottom: 10px;
	}

	.shared-detail .detail-drawers .drawer-button i {
		font-size: 22px;
	}

	.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 .detail-top .info-section {
		padding: 24px 60px 58px 55px;
		background-color: var(--white);
		width: 580px;
		max-width: 580px;
	}

	.shared-detail[data-type="Events"] .detail-top .detail-gallery img {
		max-width: 550px;
	}


	.shared-detail[data-type="Events"] .detail-top .info-section {
		max-width: 640px;
		justify-content: start;
		padding-top: 36px;
		padding-left: 69px;
	}

	.shared-detail .detail-top {
		margin-left: 62px;
	}

	.shared-detail .detail-info-bar dl {
		display: unset;
	}
	.shared-detail .detail-info-bar {
		margin-left: 62px;
		margin-right: 62px;
		grid-template-columns: 1.16fr 1fr 1fr;
	}

	.shared-detail[data-type="Events"] .detail-info-bar {
		grid-template-columns: 1.15fr 1.03fr 1fr;
		margin-left: 63px;
	}

	.shared-detail[data-type="Events"] .detail-info-bar dt {
		margin-bottom: 0;
	}

	.shared-detail[data-type="Events"] .detail-info-bar .split-pane.custom :is(.time, .dates) {
		display: flex;
		margin-bottom: 7px;
	}

	.shared-detail[data-type="Events"] .detail-info-bar .split-pane.secondary dt {
		flex-shrink: 0;
	}

	.shared-detail[data-type="Events"] .detail-info-bar .split-pane:is(.secondary, .custom) {
		padding-top: 5px;
	}

	.shared-detail .detail-info-bar .redeemable :is(dt, dd) {
		font-size: 16px;
	}

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

	.shared-detail[data-type="Events"] .detail-drawers > dl.drawers > dd > .content {
		padding: 42px 0 20px;
	}

	.shared-detail .detail-drawers > dl.drawers > dd > .content p {
		font-size: 18px;
		line-height: calc(5/3);
	}

	.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;
	display: none;
}

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


/* Outdoor Active */

.shared-detail .detail-info-bar .trail-details {
	display: grid;
	grid-template: auto auto / 1fr 1fr;
	gap: 12px;
	margin: 20px 0 10px;
	padding: 0;
	grid-column: span 3;
	list-style: none;
}
.shared-detail .detail-info-bar .trail-details li {
	text-align: left;
	font-family: var(--font-body);
	font-size: 18px;
	line-height: 25px;
	color: #65646a;
}
.shared-detail .detail-info-bar .trail-details li:nth-child(3),
.shared-detail .detail-info-bar .trail-details li:last-of-type {
	margin-bottom: 0;
}
.shared-detail .detail-info-bar .trail-details li::before {
	display: inline-block;
	width: 25px;
	vertical-align: middle;
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	font-weight: 900;
	line-height: 25px;
	color: #65646a;
}
.shared-detail .detail-info-bar .trail-details li.length::before { content: '\f337'; }
.shared-detail .detail-info-bar .trail-details li.time::before {
	font-weight: 400;
	content: '\f017';
}
.shared-detail .detail-info-bar .trail-details li.up::before { content: '\f0d8'; }
.shared-detail .detail-info-bar .trail-details li.down::before { content: '\f0d7'; }

@media (min-width: 40em) {
	.shared-detail .detail-info-bar .trail-details {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0;
		flex-wrap: nowrap;
		margin-top: 40px;
	}

	.shared-detail .detail-info-bar .trail-details li {
		width: auto;
		margin: 0 16px;
	}
}

/*=================================*/
/*=====----- GOOGLE INFO -----=====*/
/*=================================*/

/*=====----- RATING -----=====*/

.shared-detail .google-rating {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
    color: #F9B403;
	font-size: 14px;
}

.shared-detail .google-rating .rating  {
	display: block;
    margin-right: 5px;
}

.shared-detail .google-rating .stars {
	display: flex;
	align-items: center;
}

.shared-detail .google-rating i  {
	margin-left: 4px;
	font-size: 14px;
}

/*=====----- HOURS -----=====*/

.shared-detail .google-hours {
	display: grid;
	grid-template: auto / auto 1fr;
	gap: 7px 16px;
	align-items: center;
	max-width: 306px;
	margin: 0 auto 34px auto;
	font-size: 14px;
	line-height: 1.2;
}

.shared-detail .google-hours .title {
    color: #363636;
    font-family: var(--helvetica-bold);
    font-weight: normal;
    text-transform: uppercase;
	line-height: inherit;
}

.shared-detail .google-hours .status {
	font-family: var(--helvetica-bold);
	font-weight: normal;
	color: var(--teal);
	text-transform: uppercase;
}

.shared-detail .google-hours .status.closed {
	color: var(--peach);
}

/*=====----- STATIC MAP -----=====*/

.shared-detail .map-container.static,
.shared-detail .map-container.static .map {
	margin-bottom: 20px;
}

.shared-detail .map-container.static img {
	width: 100%;
}

/*=====----- REVIEWS -----=====*/

.google-reviews-cont {
    background: #fff;
	width: 100%;
    margin: 0 auto 25px;
}

.google-reviews-cont .logo-cont {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.google-reviews-cont .reviews {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.google-reviews-cont .review {
	display: grid;
	grid-template: auto / 1fr 3fr;
	gap: 25px;
	align-items: start;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}

.google-reviews-cont .review:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.google-reviews-cont .review .image-cont {
	justify-self: center;
    text-align: center;
}

.google-reviews-cont .author {
	color: var(--teal);
}

.google-reviews-cont .review-cont {
    flex: 1 1 75%;
}

.google-reviews-cont .review-cont .rating {
    margin-bottom: 10px;
	font-family: var(--helvetica-bold);
	font-weight: normal;
}

.google-reviews-cont .review-cont p {
    margin-bottom: 0;
}

/*=====----- MEDIA QUERIES -----=====*/

@media (min-width: 40em) {
	.shared-detail .map-container.static {
		display: grid;
		grid-template: auto / 1fr 1fr;
		gap: 50px;
	}

	.shared-detail .map-container.static .map {
		margin-bottom: 0;
	}

	.shared-detail .threshold-container {
		padding: 0 30px;
		max-width: 738px;
		margin: 0 auto 95px;
	}
}

@media (min-width: 64em) {
	.shared-detail .google-rating {
		font-size: 17px;
	}

	.shared-detail .google-rating i {
		font-size: 18px;
	}

	.shared-detail .google-hours {
		font-size: 16px;
	}

	.shared-detail .google-hours .status,
	.shared-detail .google-hours .day-hours {
		text-align: right;
	}
}

/*=========================================*/
/*=====----- MEETING ROOMS TABLE -----=====*/
/*=========================================*/

.meeting-rooms-grid {
	position: relative;
}

.meeting-rooms-grid .detail-table {
	border: 1px solid lightgray;
	text-align: center;
	line-height: 1.2;
	font-size: var(--text-sm);
}

.meeting-rooms-grid .meeting-table-header {
	background: gray;
	color: var(--white);
}

.meeting-rooms-grid .detail-table th,
.meeting-rooms-grid .detail-table td {
	padding: 15px 4px;
	font-weight: normal;
}

.meeting-rooms-grid .detail-table th {
	font-size: var(--text-xs);
}

.meeting-rooms-grid .detail-table .roomname {
	border-right: 1px solid lightgray;
}

.meeting-rooms-grid .meeting-table-header .left {
	background: var(--black);
	border-right: 1px solid var(--white);
}

/*=====----- STATIC TABLE -----=====*/

.meeting-rooms-grid .static .detail-table {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: var(--white);
}

.meeting-rooms-grid .static .detail-table th,
.meeting-rooms-grid .static .detail-table td {
	display: none;
}

.meeting-rooms-grid .static .meeting-table-header .left,
.meeting-rooms-grid .static .detail-table .roomname {
	display: table-cell;
	width: 140px;
}

/*=====----- SCROLLABLE TABLE -----=====*/

.meeting-rooms-grid .scrollable {
	overflow-x: auto;
}

.meeting-rooms-grid .scrollable .detail-table {
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 800px;
	margin-left: 140px;
}

.meeting-rooms-grid .scrollable .meeting-table-header .left,
.meeting-rooms-grid .scrollable .detail-table .roomname {
	display: none;
}

/*=====----- MEDIA QUERIES -----=====*/

@media (min-width: 64em) {
	.meeting-rooms-grid .scrollable {
		display: none;
	}

	.meeting-rooms-grid .static .detail-table {
		position: static;
	}
	
	.meeting-rooms-grid .static .detail-table th,
	.meeting-rooms-grid .static .detail-table td {
		display: table-cell;
	}

	.meeting-rooms-grid .static .meeting-table-header {
		height: auto !important;
	}

	.meeting-rooms-grid .static .meeting-table-header .left,
	.meeting-rooms-grid .static .detail-table .roomname {
		width: auto;
	}
}
