.shared-detail {
	--font-family-display: var(--font-display);
	--font-family-body: var(--font-body);
	--font-family-sacramento: var(--font-sacramento);
	--background-color: var(--off-white-smoke);
	--background-color-alt: var(--off-white-smoke);
	--text-color: var(--blue-36);
	--text-color-alt: var(--blue-33);
	--text-color-secondary: #373737;
	--visit-btn-bg: var(--background-color);
	--visit-btn-bg-alt: var(--background-color);
	--dropdown-menu-text: var(--gray-800);
	--nearby-tab-bottom-border: var(--gray-43);
	--nearby-tab-bottom-border-alt: var(--gray-43);
	--accent-color: var(--orange-f4);

	margin: 0 auto var(--space-10);
}

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

.shared-detail .detail-hero {
	display: none;
	background: linear-gradient(
		180deg, rgba(0,27,59,0.6) 0%, rgba(0,0,0,0) 100%);
	position: relative;
}

.shared-detail .detail-hero::after {
	content: '';
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient( 
		180deg, rgba(0,27,59,0.6) 0%, rgba(0,0,0,0) 100%);
}

.panel-page.no-header {
	padding-top: 0 !important;
}

@media screen and (min-width: 64em) {
	.panel-page.no-header {
		padding-top: 0;
	}
}

@media screen and (min-width: 40em) {
	.shared-detail .detail-hero {
		display: block;
		width: 100%;
		margin-bottom: 50px;
	}

	.shared-detail .detail-hero img {
		width: 100%;
	}
}

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

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

@media screen and (min-width: 40em) {
	.shared-detail .detail-top .detail-gallery img {
		border-radius: var(--rounded-tl-br);
	}
}

@media screen and (min-width: 90em) {
	.shared-detail .detail-top .detail-gallery {
		flex: 1 1 75%;
	}
}

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

.shared-detail .detail-top .detail-gallery .gallery-count {
	position: absolute;
    bottom: 0px;
    left: 0px;
    padding: var(--space-4) var(--space-5);
    color: var(--background-color);
	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);
}

.shared-detail .detail-top .detail-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: 15px var(--space-5);
	background-color: var(--background-color);
}

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

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


@media screen and (min-width: 90em) {
	.shared-detail .detail-top .info-section .top-actions {
		margin-bottom: 58px;
	}

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

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

.shared-detail .detail-top .info-section .top-actions a.back-button {
	font-size: 18px;
	font-weight: 600;
	color: var(--text-color-alt);
	margin-right: 20px;
}

@media screen and (min-width: 64em) {
	.shared-detail .detail-top .info-section .top-actions a.back-button {
		margin-right: 100px;
	}
}

.shared-detail .detail-top .info-section .top-actions a.back-button i {
	outline: 1px solid var(--text-color-alt);
	outline-offset: 5px;
	border-radius: var(--rounded-full);
	font-size: 16px;
	margin-right: 10px;
	height: 16px;
	width: 16px;
}

.shared-detail .detail-top .info-section .split-pane.desktop {
	display: none;
}

.shared-detail .detail-top .info-section .split-pane.desktop ul {
	font-family: var(--font-family-body);
	font-size: var(--text-base);
	font-weight: 400;
	color: var(--text-color);
	line-height: var(--leading-tight);
	margin: 0;
    list-style: none;
}

.shared-detail .detail-top .info-section .split-pane.desktop ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: var(--space-4);
}

@media screen and (min-width: 64em) {
	.shared-detail .detail-top .info-section .split-pane.desktop ul li {
		font-size: 18px;
		font-weight: 600;
	}
}

.shared-detail .detail-top .info-section .split-pane.desktop ul li > div {
	display: flex;
	align-items: baseline;
}

.shared-detail .detail-top .info-section .split-pane.desktop ul li > div a[href*="tel:"] {
	color: var(--accent-color);
	font-weight: 600;
}

.shared-detail .detail-top .info-section .split-pane.desktop ul li:last-child {
	margin-bottom: 0;
}


.shared-detail .detail-top .info-section .split-pane.desktop ul li:last-child {
	margin-bottom: 0;
}

.shared-detail .detail-top .info-section .split-pane.desktop ul li .two-line-wrap > * {
	display: block;
}

.shared-detail .detail-top .info-section .split-pane.desktop ul li .meta-label {
	margin-right: var(--space-1);
	font-weight: bold;
}

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

.shared-detail .detail-top .info-section .split-pane.desktop ul.info-list li i:not(.fa-map-marker-alt)::before {
	display: none;
}

.shared-detail .detail-top.tier-two .info-section .split-pane.desktop {
	display: block;
}

.shared-detail .detail-top.tier-two .info-section {
	margin: 110px auto 0;
	max-width: max-content;
}


@media screen and (min-width: 40em) {
	.shared-detail .detail-top .info-section .split-pane.desktop {
		display: block;
	}

	.shared-detail .detail-top.tier-two .info-section {
		margin-top: 0;
	}
}


@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: 27px;
	font-weight: 500;
	line-height: var(--leading-none);
    color: var(--text-color-alt);
    margin-bottom: var(--space-2);
}

@media screen and (min-width: 90em) {
	.shared-detail .detail-top h1 {
		font-size: 35px;
		line-height: 1.1;
		margin-bottom: 35px;
	}
}

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

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

.shared-detail .detail-top .action-item {
	font-family: var(--font-family-body);
	font-size: var(--text-base);
	font-weight: 600;
	text-transform: capitalize;
	line-height: var(--leading-tight);
	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: 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*/
		background-color: var(--visit-btn-bg-alt);
	}
}

.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-info-bar {
	max-width: 1200px;
	margin: 0 auto var(--space-8);
	padding: 11px var(--space-5);
}

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

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

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

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

.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 .detail-info-bar ul li > div a[href*="tel:"] {
	color: var(--accent-color);
	font-weight: 600;
}

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

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

.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: var(--space-1);
    width: 18px;
	font-size: var(--text-base);
	color: var(--accent-color);
}

.shared-detail .detail-info-bar ul.info-list li i:not(.fa-map-marker-alt)::before {
	display: none;
}

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

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

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

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

.shared-detail .detail-info-bar .social-icons {
	display: flex;
	list-style: none;
	justify-content: center;
	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: 21px;
    color: var(--text-color-alt);
    position: relative;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shared-detail .detail-info-bar .social-icons a:hover {
	transform: scale(1);
}

.shared-detail .detail-info-bar .social-icons a:hover i {
	background-color: var(--text-color-alt);
    color: var(--off-white-smoke);
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shared-detail .detail-info-bar .social-icons li:last-of-type {
	margin-right: 0;
}

.shared-detail .detail-info-bar .social-icons a::after {
	content: '';
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(/includes/public/assets/shared/icon-outer-circle.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

.shared-detail .detail-info-bar .social-icons a:hover::after {
	width: 55px;
	height: 55px;
}

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

@media (min-width: 40em) {
	.shared-detail .detail-info-bar .social-icons {
		justify-content: flex-end;
	}

	.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 .drawer-button {
	display: flex;
    align-items: center;
    justify-content: space-between;
	color: var(--text-color-secondary);
	padding: var(--space-5);
	margin-bottom: var(--space-3);
	width: 100%;
	font-family: var(--font-family-sacramento);
	font-size: 57px;
	font-weight: 500;
	line-height: var(--leading-none);
	text-transform: lowercase;
}

.shared-detail .detail-drawers dd {
	position: relative;
}

.shared-detail .detail-drawers .drawers > dd {
	border-top: 1px solid var(--text-color-secondary);
}

/* .shared-detail .detail-drawers .drawers > dd:not(:first-of-type)::after {
	content: '';
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	display: block;
	width: calc(100% - 40px);
	height: 1px;
	background-color: var(--text-color-secondary);
}
 
@media screen and (min-width: 40em) {
	.shared-detail .detail-drawers .drawers > dd:not(:first-of-type)::after {
		width: calc(100% - 128px);
	}
}

@media screen and (min-width: 90em) {
	.shared-detail .detail-drawers .drawers > dd:not(:first-of-type)::after {
		width: 100%;
	}
} */

.shared-detail .detail-drawers #drawer_meetingfacilityTab,
.shared-detail .detail-drawers #drawer_descriptionTab {
	padding-top: 8px;
}

.shared-detail .detail-drawers .drawer-button i {
	margin-left: var(--space-4);
	font-size: var(--text-sm);
	color: var(--text-color);
	height: 23px;
	width: 23px;
	border-radius: var(--rounded-full);
	outline: 1px solid var(--text-color);
	outline-offset: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shared-detail .detail-drawers .drawer-button i[class*="minus"] {
	color: var(--background-color);
	background-color: var(--text-color);
}

.shared-detail .detail-drawers .facility-description .value {
	padding-left: 1rem;
}

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

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

	.shared-detail .detail-top {
		flex-direction: row;
		align-items: stretch;
		max-width: 1220px;
		padding: 0 20px;
		margin: 0 auto;
	}
	
	.shared-detail .detail-top .info-section {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		padding: var(--space-12) var(--space-5);
	}
	
	.shared-detail .detail-info-bar {
		display: flex;
		padding: 28px 0 var(--space-20);
		margin-bottom: 0;
		max-width: 1180px;
		margin: 0 auto;
	}
	
	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		padding: 0 var(--space-5);
		flex: 1;
	}

	.shared-detail .detail-info-bar .split-pane.primary {
		display: none;
	}
	
	.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);
	}
	
	.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 .detail-top .info-section {
		padding: 5px 40px;
	}

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

@media screen and (min-width: 90em) {
	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding: var(--space-10) 0;
	}
	
	.shared-detail .detail-drawers .drawer-button {
		padding: 0 0 var(--space-5);
		margin-bottom: var(--space-3);
	}
}

.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 .book-button {
    margin-top: var(--space-6);
    margin-bottom: var(--space-4);
}

.shared-detail .book-button .button {
    padding: var(--space-2) var(--space-8);
    font-size: var(--text-base);
    font-weight: 700;
    color: var(--white);
    text-decoration: none;
    border-radius: 15px 5px;
    background-color: var(--blue-33);
}
