.shared-detail {
	margin: 0 auto 40px;
}

.share-buttons {
	display: none; /* Hide the share button before its added onto page */
}

.shared-detail .share-buttons {
	display: inline-block;
}
.shared-detail .addthis {
	text-align: right;
    position: absolute;
    right: 15px;
    z-index: 1;
    bottom: -30px;
}
.shared-detail .detail-top {
	display: flex;
	flex-direction: column;
}

.shared-detail .detail-top .gallery-outter {
	order: 1; /* Always want gallery coming first on mobile */
	position: relative;
	flex: 1 1 40%;
	padding: 0 15px;
	padding-bottom: 15px;
	background: #fffcf5;
}
.shared-detail .detail-gallery {
	position: relative;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.shared-detail .detail-gallery:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 163px;
    height: 118px;
    border-top-right-radius: 57%;
    opacity: 0.5;
    background-image: linear-gradient(to right top, rgb(0 0 0 / 22%) , transparent);
}
.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;
    left: 0px;
    padding: 15px 20px;
    color: #fff;
    font: normal 400 20px/1em "Avenir LT W01_65 Medium1475532";
}

.shared-detail .detail-top .detail-gallery .gallery-count i {
	font-size: 16px;
	margin-right: 5px;
}

.shared-detail .detail-top .info-section {
	order: 2;
	flex: 1 1 60%;
	padding: 20px 20px 61px 20px;
	background-color: #e1ebf2;
	position: relative;
}
.shared-detail .info-section h4 {
    font-family: "Avenir LT W01_35 Light1475496";
    font-size: 17px;
    font-style: italic;
    color: #444444;
}
.shared-detail .info-section:before {
    content: '';
    background-image: url(/includes/public/assets/shared/detail-bkg-desktop.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shared-detail .detail-top .info-section .bottom-actions {
	display: flex;
	align-items: center;
	position: relative;
}
.shared-detail .detail-top .info-section .top-actions {
    margin-top: -20px;
    justify-content: space-between;
	margin-bottom: 18px;
	display: flex;
	position: relative;
}
.shared-detail .detail-top  a.back-button {
    color: #444;
    font-size: 14px;
    font-family: 'Lusitana';
	font-weight: 600;
	text-transform: lowercase;
	padding-top: 3px;
}
.shared-detail .detail-top a.back-button i {
    font-size: 9px;
}
.shared-detail .detail-top h1 {
	font: normal normal 36px/1.1em 'Lusitana';
    color: #444;
    margin-bottom: 5px;
}

.shared-detail .detail-top dl,
.shared-detail .detail-top dt,
.shared-detail .detail-top dd {
    font: normal normal 18px/1.1em 'Lusitana';
    color: #444;
    line-height: 1.6;
	margin-bottom: 0; /* foundation overwrite */
}

.shared-detail .detail-top dl dt {
	float: left;
	margin-right: 5px;
	font-weight: bold;
}

.shared-detail .detail-top .action-item {
    font: normal 400 20px/1.2em 'Lusitana';
    padding: 18px 37px;
    background-color: #ffda7d;
    color: #2b2b2b;
    margin: 0;
    outline: #ffda7d solid 2px;
    outline-offset: 3px;
    text-transform: lowercase;
}

.shared-detail .detail-top .info-section .bottom-actions > * {
	margin-top: 15px;
	margin-right: 15px;
}

.shared-detail .detail-top .info-section .bottom-actions .dropdown {
	display: flex;
}
.shared-detail a.action-item-tour {
    font-family: 'Lusitana';
    font-size: 20px;
	color: #2b2b2b;
	display:flex;
	align-items: center;
}
.shared-detail a.action-item-tour img {
    margin-right: 6px;
}
.shared-detail .detail-top .info-section .bottom-actions .dropdown-menu {
	position: absolute;
	z-index: 9;
	margin: 40px 0 0 0;
	padding: 10px 15px;
	color: #212529;
	background-color: #fff;
	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: 8px 0;
	clear: both;
	white-space: nowrap;
}

.shared-detail .detail-info-bar {
	max-width: 1000px;
	margin: 0 auto 0px;
	padding: 20px 13px;
}
.shared-detail .core-styles.description-container p {
    margin-bottom: 0px;
	white-space: break-spaces;
}
.shared-detail .core-styles.description-container p > ul {
	white-space: initial;
}
.shared-detail .detail-info-bar .split-pane {
	margin-bottom: 15px;
}

.shared-detail .detail-info-bar .split-pane:empty {
	display: none;
}

.shared-detail .detail-info-bar .split-pane:last-child {
	margin-bottom: 0;
	border-bottom: 2px solid #e3e1db;
}

.shared-detail .detail-info-bar ul {
    font: normal 400 18px/1.2em "Avenir LT W01_45 Book1475508";
    margin: 0;
    list-style: none;
    color: #444;
    font-weight: 500;
}
.shared-detail .detail-info-bar ul li a {
    color: #444;
}
.shared-detail .detail-info-bar ul.info-list > li > div {
    display: flex;
}

.shared-detail .detail-info-bar ul.info-list > li > .two-line-wrap.phones {
	flex-direction: column;
}

.shared-detail .detail-info-bar ul.info-list > li > .two-line-wrap.phones > span {
	margin-bottom: 15px;
}

.shared-detail .detail-info-bar ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: 15px;
}

.shared-detail .detail-info-bar ul li:last-child {
	margin-bottom: 10px;
}

.shared-detail .detail-info-bar ul li .two-line-wrap > * {
	display: block;
}

.shared-detail .detail-info-bar ul li .meta-label {
	margin-right: 5px;
	font-weight: bold;
}

.shared-detail .detail-info-bar ul.info-list li i {
	margin-right: 5px;
    width: 18px;
	font-size: 18px;
	color: #0f4c81;
}

.shared-detail .detail-info-bar dl,
.shared-detail .detail-info-bar dt,
.shared-detail .detail-info-bar dd {
	color: #444;
	font: normal 400 18px/1.2em "Avenir LT W01_45 Book1475508";
}

.shared-detail .detail-info-bar dt,
.shared-detail .detail-info-bar dd {
	margin-bottom: 10px; /* foundation overwrite */
}

.shared-detail .detail-info-bar dl dt {
	float: left;
	margin-right: 5px;
	font-weight: bold;
}

.shared-detail .detail-info-bar .open-table {
	margin-bottom: 10px;
}

.infoWindow.core-styles h5, .infoWindow.core-styles h5 a {
    font-size: 23px;
    background: none;
    line-height: 1.2;
}

.infoWindow.core-styles ul {
    list-style: none;
    margin: 0;
}
.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: 20px;
	margin-bottom: 0;
}

.shared-detail .detail-info-bar .social-icons a {
	font-size: 20px;
	color: #0f4c81;
}

.shared-detail .detail-drawers {
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.shared-detail .detail-drawers .drawers {
    margin: 0 15px;
}

@media (min-width: 40em) {
	.shared-detail .detail-drawers {
		margin-bottom: 80px;
	}
}

.shared-detail .detail-drawers > dl.drawers > dd > .content {
	display: none;
	padding: 20px;
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content {
	display: block;
}
.shared-detail .detail-drawers #tourTab iframe {
    width: 100%;
    height: 400px;
}
.shared-detail .detail-drawers .drawer-button {
	display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding: 10px 0px;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    font: normal 500 27px/1em 'Lusitana';
	color: #444;
	border-bottom: 2px solid #e3e1db;
}

.shared-detail .detail-drawers .drawer-button i {
	margin-left: 13px;
	font-size: 16px;
	color: #444;
	background: #faeac0;
    padding: 15px;
}

.shared-detail .detail-drawers .gMapHolder { 
	height: 280px; 
}
.shared-detail .core-styles.description-container {
    max-width: 1034px;
    padding: 0 15px;
    margin: 0 auto;
}

@media (min-width: 40em) {
	.shared-detail .info-section h4 {
		font-size: 18px;
	}
	.shared-detail a.action-item-tour {
		margin-left: 26px;
	}
	.shared-detail .core-styles.description-container p {
		padding: 0 35px;
	}
	.shared-detail {
		margin: 0 auto 110px;
	}

	.shared-detail .detail-top {
		flex-direction: row-reverse;
		align-items: stretch;
		margin: 0 30px;
	}
	
	.shared-detail .detail-top .info-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 50px 20px;
	}
	
	.shared-detail .detail-info-bar {
		display: flex;
		padding: 30px 20px;
		margin-bottom: 73px;
	}
	
	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		padding: 5px 7px;
		flex: 1;
	}
	
	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding: 40px 60px;
	}
	
	.shared-detail .detail-drawers .drawer-button {
		padding: 20px 0px 37px 0px;
		margin-bottom: 10px;
		font-size: 36px;
	}
	
	.shared-detail .detail-drawers .gMapHolder { 
		height: 400px; 
	}
	.shared-detail .detail-top .gallery-outter {
		order: 1;
		position: relative;
		flex: 1 1 40%;
		padding: 0 15px;
		padding-bottom: 15px;
		background: #fffcf5;
	}
	.shared-detail .detail-top .gallery-outter {
		padding: 0px;
		padding-bottom: 0px;
	}
	.shared-detail .detail-top .addthis {
		right: 0;
		bottom: -35px;
	}
	.shared-detail .detail-top .info-section .top-actions {
		position: absolute;
		top: 36px;
		z-index: 9;
		left: 18px;
	}
}

@media (min-width: 64em) {
	.shared-detail .core-styles.description-container {
		margin: 0 auto 29px;
		padding: 0 50px;
	}
	.shared-detail .detail-top .info-section {
		padding: 50px 55px;
		flex: 1 1 50%;
	}
	.shared-detail .detail-top .addthis {
		bottom: -40px;
	}
	.shared-detail .detail-top h1 {
		font-size: 50px;
		margin-bottom: 16px;
	}
	.shared-detail .detail-top .gallery-outter {
		flex: 1 1 50%;
		padding:0;
	}
	.shared-detail .detail-info-bar {
		display: flex;
		padding: 0px 20px;
		margin-bottom: 73px;
		border-bottom: 2px solid #e3e1db;
	}
	
	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		padding: 55px 47px;
		flex: 1;
	}
	.shared-detail .detail-info-bar .split-pane:last-child {
		border-bottom: none;
	}
	.shared-detail .detail-top dl, .shared-detail .detail-top dt, .shared-detail .detail-top dd {
		margin-bottom: 10px;
	}
}

/* .whats-nearby {
	padding: 20px 0;
}

.whats-nearby .wrapper {
	padding: 40px 0;
	background-color: #f4f5f5;
}

@media (min-width: 40em) {
	.whats-nearby .wrapper {
		padding: 80px 0;
	}
} */

/* .whats-nearby .wrapper > .inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1160px;
}

.whats-nearby .section-title {
	margin: 0 auto;
	margin-bottom: 24px;
	padding: 0 20px;
	max-width: 1160px;
}

.whats-nearby .tab-group {
	display: flex;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1160px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
}

.whats-nearby .tab {
	margin: 0;
	padding: 14px 32px;
	color: currentColor;
	background: transparent;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	white-space: nowrap;
	scroll-snap-align: start;
}

.whats-nearby .tab[aria-expanded="true"] {
	border-bottom-color: #0b467e;
}

@media (hover: hover) {
	.whats-nearby .tab:hover {
		border-bottom-color: #0b467e;
	}	
}

.whats-nearby .tab-pane {
	display: block;
	margin: 0;
	width: 100%;
}

.whats-nearby .layoutjs .content {
	margin: 0;
	padding: 0;
} */