.shared-detail {
	--font-family-display: var(--font-display);
	--font-family-body: var(--font-body);
	--background-color: var(--teal);
	--background-color-alt: var(--gray-200);
	--text-color: var(--gray-900);
	--text-color-alt: var(--teal);
	--visit-btn-bg: var(--primary-color-700);
	--visit-btn-bg-alt: var(--primary-color-800);
	--dropbdown-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);

	margin: 0 auto 44px;
}

.shared-detail .back-button {
	color: white;
	text-transform: uppercase;
	font-size: 13px;
}

.shared-detail .back-button i{
	margin-right: 2px;
}

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

.shared-detail .detail-addthis {
	margin-left: auto;
}

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

.shared-detail .share-buttons a {
	color: white;
	font-size: 13px;
	font-weight: 400;
}
.shared-detail .back-button i,
.shared-detail .share-buttons a i {
	color:  var(--light-blue);
}
.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%;
}
@media (min-width: 40em) {
	.shared-detail .detail-top .detail-gallery {
		order: 2;
		flex: 1 1 50%;
	}
}

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

.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 {
	display: flex;
	align-items: center;
	width: max-content;
	position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 8px 7px 8px 14px;
    color: var(--text-color-alt);
	background-color: white;
	font-family: var(--font-family-display);
	font-size: 12.46px;
	letter-spacing: 0.22em;
	font-weight: 900;
    font-style: italic;
	line-height: 24.93px;
	z-index: 1;
}

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

@media (min-width: 40em) {
	.shared-detail .detail-top .detail-gallery .gallery-count {
	    left: -43px;
	    bottom: 24px;

	    padding: 12px 10px 15px 17px;
    	font-size: 19px;
    	line-height: 19px;
    	letter-spacing: 0.02em;
	}

	.shared-detail .detail-top .detail-gallery .gallery-count i {
		font-size: 20px;
	}
}

.shared-detail .detail-top .info-section {
	order: 2;
	flex: 1 1 50%;
	padding: 0 var(--space-5);
	top: -10px;
    position: relative;
}

.shared-detail .detail-top .info-section .inner {
	background-color: var(--background-color);
	padding: 30px var(--space-5) 42px;
}

@media (min-width: 40em) {
	.shared-detail .detail-top .info-section .inner {
		height: 100%;
		width: 100%;
		padding-top: 32px;
	}
}

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

.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: 24px;
}

@media (min-width: 64em) {
	.shared-detail .detail-top .info-section .top-actions {
		margin-bottom: calc(30px + (46 - 30) * ((100vw - 1025px) / (1200 - 1025)));
	}
}

@media (min-width: 1200px) {
	.shared-detail .detail-top .info-section .top-actions {
		margin-bottom: 46px;
	}
}

.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 {
	position: relative;
	text-align: center;
	padding: 0 15px;
	font-family: var(--font-family-display);
	font-size: 35px;
	font-weight: 700;
	font-style: italic;
	line-height: 1em;
    color: white;
    margin-bottom: var(--space-5);
}

.shared-detail .detail-top h1::after {
	content: "";
	position: absolute;
	bottom: -20px;
	width: 29px;
	height: 2px;
	background-color: #80c4c5;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 64em) {
	.shared-detail .detail-top h1 {
		font-size: calc(35px + (50 - 35) * ((100vw - 1025px) / (1200 - 1025)));
	}

	.shared-detail .detail-top h1::after {
		width: 40px;
		margin-bottom: -13px;
	}
}

@media (min-width: 1200px) {
	.shared-detail .detail-top h1 {
		font-size: 50px;
	}
}

.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: 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: 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  .bottom-actions .dropdown {
	display: flex;
	cursor: pointer;
}

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

.shared-detail  .bottom-actions .dropdown-menu a {
	display: block;
	width: 100%;
	padding: 5px 0;
	clear: both;
	white-space: nowrap;
	font-size: 14px;
}

.shared-detail .detail-info-bar {
	max-width: 1022px;
	margin: 0 auto;
	padding: 25px 41px 20px;
}

.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: 20px;
	font-weight: 400;
	color: #000;
	line-height: var(--leading-tight);
	margin: 0;
    list-style: none;
    margin-bottom: 28px;
}

@media (min-width: 64em) {
	.shared-detail .detail-info-bar ul.info-list {
		margin-bottom: 22px;
	}
}
.shared-detail .detail-info-bar ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: 27px;
	line-height: 1em;
}

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

.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 > * {
	display: block;
}

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

.shared-detail .detail-info-bar ul li .two-line-wrap.phones span:not(:last-child) {
	margin-bottom: 12px;
}

.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 {
	position: relative;
	top: 4px;
	margin-right: 15px;
    width: 18px;
	font-size: 20px;
	color: var(--accent-color);
}

@media (min-width: 64em) {
	.shared-detail .detail-info-bar ul.info-list li i {
		top: 0;
	}
}

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

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

.shared-detail .detail-info-bar dl {
	margin-bottom: 20px;
}

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

.shared-detail .detail-info-bar .social-icons li {
	margin-right: var(--space-5);
	margin-bottom: 0;
}

.shared-detail .detail-info-bar .social-icons a {
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: var(--text-xl);
	width: 38px;
	height: 38px;
	color: var(--teal);
	background-color: #ebf4f4;
	border-radius: var(--rounded-full);
	font-size: 16px;
}

.shared-detail .detail-info-bar .bottom-actions {
	font-size: 20px;
	line-height: 1em;
	color: #000;
}

.shared-detail .detail-info-bar .bottom-actions a {
	color: inherit;
}
.shared-detail .detail-info-bar .bottom-actions .action-item {
    display: block;
    margin-bottom: 19px;
}

.shared-detail .detail-info-bar .bottom-actions i {
	color: var(--teal);
	margin-right: 7px;
    margin-left: 1px;
}

.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: 945px;
	margin: 0 auto;
	margin-bottom: var(--text-xl);
	padding: 0 21px;
}

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

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

.shared-detail .detail-drawers > dl.drawers > dd > .content p {
	margin-bottom: 8px;
}

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

.shared-detail .detail-drawers .drawer-button {
	display: flex;
    align-items: center;
    justify-content: flex-start;
	background-color: transparent;
	color: #2b2b2b;
	padding: 10px 0;
	margin-bottom: 18px;
	width: 100%;
	font-family: var(--font-family-display);
	font-size: 30px;
	font-weight: 800;
	font-style: italic;
	line-height: var(--leading-none);
	border-bottom: 2px solid #ebf4f4;
}

.shared-detail .detail-drawers .drawer-button:focus {
	outline: 1px dashed #ebf4f4;
}

.shared-detail .detail-drawers .drawer-button i {
	margin-left: 10px;
    font-size: 28px;
    color: #0ac1c2;
    position: relative;
    top: 4px;
}

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

@media (min-width: 40em) {
	.shared-detail {
		margin: 0 auto;
		position: relative;
	}
	.shared-detail::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: calc(180px + (293 - 180) * ((100vw - 640px) / (1024 - 640)));
		background-color: #ebf4f4;
	}

	.shared-detail .detail-top {
		flex-direction: row;
		align-items: stretch;
		max-width: 1200px;
    	padding: 60px 20px 20px;
    	margin: 0 auto;
	}

	.shared-detail .detail-top .info-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0;
		order: 1;
		align-items: center;
    	top: -30px;
	}

	.shared-detail .detail-info-bar {
		padding: 10px 0;
		margin-bottom: 20px;
	}

	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		padding: 0 var(--space-5);
		border-right: 2px solid #ebf4f4;
	}

	.shared-detail .detail-info-bar .split-pane.primary {
		border-left: 2px solid #ebf4f4;
	}

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

	.shared-detail .detail-drawers > dl.drawers > dd > .content p {
		margin-bottom: 25px;
	}

	.shared-detail .detail-drawers .drawer-button {
		padding: 19px 0;
		margin-bottom: var(--space-3);
	}

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

@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::before {
		height: 293px;
	}
	.shared-detail .detail-top {
    	padding: 100px 20px 20px;
	}

	.shared-detail .detail-info-bar {
		display: grid;
    	grid-template-columns: 0.95fr 293px 0.9fr;
	}

	.shared-detail .detail-info-bar .split-pane {
		border-right: 2px solid #ebf4f4;
	}

	.shared-detail .detail-info-bar .split-pane.primary {
		padding: 18px 20px 0 71px;
		border-left: 2px solid #ebf4f4;
	}

	.shared-detail .detail-info-bar .split-pane.secondary {
		padding: 22px 15px 12px 70px;
	}

	.shared-detail .detail-info-bar .split-pane:last-child {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.shared-detail .detail-drawers .drawer-button {
		font-size: 46px;
		margin-bottom: 21px;
	}

	.shared-detail .detail-drawers .drawer-button i {
		margin-left: 12px;
    	font-size: 46px;
	}


}

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

/* Trip advisor drawer */
.shared-detail .tripadvisor-tab .reviews-provider-header {
    margin-top: var(--space-6);
    margin-bottom: var(--space-8);
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 64em) {
	.shared-detail .tripadvisor-tab .reviews-provider-header {
		margin-top: 0;
	}
}

.shared-detail .tripadvisor-tab {
	font-size: 18px;
	line-height: 24px;
	color: var(--dark-gray);
}

.shared-detail .tripadvisor-tab .review-title { font-weight: bold; }
.shared-detail .tripadvisor-tab .review { 
	margin-bottom: 25px;
	border-top: 2px solid #CBCBCB;
	padding-top: 15px;
}

.shared-detail .tripadvisor-tab .review a {
	text-decoration: none;
}

.shared-detail .tripadvisor-tab .review .review-user {
	font-size: 18px;
	margin: 5px 0;
}

.shared-detail .tripadvisor-tab .reviews-rating-line { 
	margin-bottom: 7px;
	transform: translateX(-6px);
}

.shared-detail .tripadvisor-tab .reviews-rating-line img {
	float: left;
}

.shared-detail .tripadvisor-tab .reviews-rating-line .reviews-rating-line-text {
	vertical-align: top;
	line-height: 16px;
}

.shared-detail .tripadvisor-tab .reviews-logo {
	max-width: 220px;
	width: 100%;
	float: right;
}

.shared-detail .tripadvisor-tab .reviews-provider-overview > h4 {
	color: var(--accent-color);
	font-size: var(--text-base);
	line-height: 28px;
	font-weight: 700;
	font-family: var(--font-body);
	margin-bottom: 0;
}
.shared-detail .tripadvisor-tab .reviews-provider-overview h4:last-of-type {
	color: var(--black);
	font-size: var(--text-base);
	margin-bottom: 0;
}

.shared-detail .tripadvisor-tab h5 {
	color: var(--black);
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}

.shared-detail .detail-drawers .item {
	margin: 10px 0 20px;
}

.shared-detail .detail-drawers .item h4 {
	font-size: 29px;
	line-height: 35px;
	font-weight: bold;
	color: var(--black);
	padding-top: 10px;
}
.shared-detail .detail-drawers .reviews-external-link {
	color: var(--accent-color);
	text-decoration: none;
}

.shared-detail .tripadvisor-tab a.taLink img {
	transform: translateX(-13px);
}