.shared-detail {
	margin: 0 auto 40px;
}

.share-buttons {
	display: none; /* Hide the share button before its added onto page */
}

.shared-detail .share-buttons {
	display: block;
}

/* -- detail top -- */

.shared-detail .detail-top {
	display: flex;
	flex-direction: column;
}

.shared-detail .detail-top .detail-banner {
	display: none;
	background: #022e5b;
}

.shared-detail .detail-top .detail-banner .inner {
	position: relative;
}

.shared-detail .detail-top .detail-banner img {
	height: 42px;
	width: 42px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 48px;
}

.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;
	right: 0px;
	bottom: 20px;
	background-color: #fff;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	font-family: "Alternate Gothic W05 No_2";
	font-size: 17px;
	color: #4186c6;
	padding: 5px 9px 5px 14px;
}

.shared-detail .detail-top .detail-gallery .gallery-count i {
	font-size: 16px;
	color: #c90101;
	margin-left: 8px;
}

.shared-detail .detail-top .info-section {
	position: relative;
	order: 2;
	flex: 1 1 50%;
	padding: 34px 20px;
	background-color: #023970;
}
.shared-detail .detail-top .info-section .pledge{
	position: absolute;
	bottom: 16px;
	right: 16px;
	width: 128px;
}

.shared-detail .detail-top .info-section h1 {
	font-size: 39px;
	line-height: 1em;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: 0.06em;
	margin-bottom: 30px;
}

.shared-detail .detail-top h1 {
	margin-bottom: 5px;
	font-family: "Alternate Gothic W05 No_2";
	color: #fff;
	font-size: 39px;
}

.shared-detail .detail-top dl {
/* 	background-color: #daedff; */
}

.shared-detail .detail-top dl,
.shared-detail .detail-top dt,
.shared-detail .detail-top dd {
	margin-bottom: 0; /* foundation overwrite */
	font-family: "Century Gothic W01 Regular";
	font-size: 22px;
	color: #fff;
	margin-bottom: 18px;
	line-height: 1.3em;
}

.shared-detail .detail-top dd {
	color: #fff;
}

.shared-detail .detail-top dd.region {
	background-color: #4186c6;
	padding: 8px 15px 8px 10px;
	display: inline-block;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	text-transform: uppercase;
	font-family: "Alternate Gothic W05 No_2";
	letter-spacing: 0.07em;
	font-size: 20px;
	font-weight: 100;
	line-height: 1em;
	margin-bottom: 4px;
}

.shared-detail .detail-top dl dt {
	float: left;
	margin-right: 5px;
	font-weight: bold;
}

.shared-detail .detail-top .action-item {
	color: #fff;
	font-family: "Alternate Gothic W05 No_2";
	font-size: 18px;
	padding: 0 18px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.shared-detail .detail-top .action-item:first-child {
	padding-left: 0;
}

.shared-detail .info-section .bottom-actions .social-icons {
	display: flex;
	margin: 0;
	border-right: 1px solid #fff;
}

.shared-detail .info-section .bottom-actions .social-icons li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 30px;
	list-style: none;
	margin-right: 11px;
	border: 1px solid #fff;
	border-radius: 100%;
}

.shared-detail .info-section .bottom-actions .social-icons li a {
	display: inline-block;
	margin: 0 auto;
}

.shared-detail .info-section .bottom-actions .social-icons li i::before {
	color: #fff;
}

.shared-detail .detail-top .info-section .bottom-actions {
	display: flex;
	align-items: center;
}

.shared-detail .detail-top .info-section .bottom-actions .printCoupon {
	display: none;
}

/*-- detail-info-bar --*/

.shared-detail .detail-info-bar {
	margin: 0 auto;
	padding: 0;
	background-color: #daedff;
}

.shared-detail .detail-info-bar .inner {
	max-width: 1200px;
	padding: 30px 20px 20px;
	margin: 0 auto;
}

.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;
}

.shared-detail .detail-info-bar ul {
	margin: 0;
	list-style: none;
	font-family: 'Century Gothic W01 Regular';
	font-size: 16px;
	color: #333;
	line-height: 1.9em;
}

.shared-detail .detail-info-bar ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: 12px;
}

.shared-detail .detail-info-bar .info-email {
	word-break: break-all;
}

.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: 5px;
	font-weight: bold;
}

.shared-detail .detail-info-bar ul.info-list li i {
	margin-right: 10px;
    width: 18px;
	font-size: 16px;
	color: #c90101;
}

.shared-detail .detail-info-bar dl,
.shared-detail .detail-info-bar dt,
.shared-detail .detail-info-bar dd {
	font-family: "Century Gothic W01 Regular";
	font-size: 18px;
	color: #333;
}

.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 .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;
}

/* -- detail-back-share-bar -- */

.shared-detail .detail-back-share-bar {
	margin: 0 18px;
}

.shared-detail .detail-back-share-bar .top-actions {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	max-width: 1160px;
	margin: 0 auto 50px;
}

.shared-detail .detail-back-share-bar .top-actions > * {
	display: flex;
	align-items: center;
}

.shared-detail .detail-back-share-bar .top-actions .back-button {
	color: #4186c6;
	font-family: "Alternate Gothic W05 No_2";
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.3em;
}

.shared-detail .detail-back-share-bar .top-actions i {
	color: #c90101;
}

.shared-detail .detail-info-bar .ta-ot {
	display: flex;
	flex-wrap: wrap;
}
.shared-detail .detail-info-bar .open-table {
	margin-bottom: 15px;
	margin-right: 15px;
}

.shared-detail .detail-info-bar .reserve {
	font-size: 18px;
    line-height: 20px;
    font-family: 'Alternate Gothic W05 No_2';
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
	background-color: #cc1111;
    padding: 7px 22px 7px 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.shared-detail .detail-info-bar .tripadvisor-snippet img {
	margin: 0 -5px 0 -8px;
    width: 130px;
}

.shared-detail .detail-info-bar .tripadvisor-snippet .reviews-rating-line-text a {
	text-decoration: underline;
	font-size: 16px;
}

.shared-detail .detail-info-bar .open-table img {
	width:115px;
	margin-bottom: 15px;
}

.shared-detail .detail-info-bar .yelp-snippet {
	display: flex;
	flex-wrap: wrap;
}

.shared-detail .detail-info-bar .yelp-snippet .yelp-top {
	margin-right: 10px;
}

.shared-detail .detail-info-bar .yelp-snippet .yelp-rating {
	width: 85px;
	margin-right: 5px;
}

.shared-detail .detail-info-bar .yelp-snippet .yelp-logo img {
	width: 50px;
}

.shared-detail .detail-info-bar .yelp-snippet .yelp-review-count {
	text-decoration: underline;
}
@media screen and (min-width: 64em) {
	.shared-detail .detail-info-bar .tripadvisor-snippet {
		margin-bottom: 10px;
	}
	
	.shared-detail .detail-info-bar .tripadvisor-snippet img {
		margin: 0 0 0 -10px;
		width: 130px;
	}
	
	.shared-detail .detail-info-bar .tripadvisor-snippet .reviews-rating-line-text a {
		text-decoration: underline;
		font-size: 15px;
	}

	.shared-detail .detail-info-bar .yelp-snippet .yelp-logo img {
		width:60px;
	}
}

.shared-detail .detail-drawers .content .tripadvisor-tab.core-styles h4 {
    margin-bottom: 10px;
}

.shared-detail .detail-drawers .content .tripadvisor-tab.core-styles h5 {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 500;
}

.shared-detail .detail-drawers .content .tripadvisor-tab .row {
	max-width: 100%;
}

.shared-detail .detail-drawers .content .tripadvisor-tab .columns {
	padding: 0;
}

.shared-detail .detail-drawers .content .tripadvisor-tab img {
	margin-left: -5px;
}

.shared-detail .detail-drawers .content .tripadvisor-tab .review-rating img {
	margin-left: -15px;
}

.shared-detail .detail-drawers .content .tripadvisor-tab .provider-tripadvisor .reviews-logo {
	margin-left: 0;
}
/*-- detail-drawers -- */

.shared-detail .detail-drawers {
	margin: 0 18px;
}

.shared-detail .detail-drawers .drawers > dd.active {
	position: relative;
}

.shared-detail .detail-drawers .drawers > dd::before {
	content: '';
	height: 0px;
	width: 0px;
	border-left: 3px solid #c90101;
	border-top: 3px solid #c90101;
	z-index: 1;
	top: 3px;
	left: 0;
	position: absolute;
	opacity: 0;
	transition: height .2s ease, width .2s ease, opacity .2s ease;
}

.shared-detail .detail-drawers .drawers > dd.active::before {
	width: 28px;
	height: 28px;
	opacity: 1;
}

.shared-detail .detail-drawers > dl.drawers .fa-chevron-up {
	display: none;
}

.shared-detail .detail-drawers > dl.drawers .fa-chevron-down {
	display: inline-block;
}

.shared-detail .detail-drawers > dl.drawers > dd.active .fa-chevron-up {
	display: inline-block;

}
.shared-detail .detail-drawers > dl.drawers > dd.active .fa-chevron-down {
	display: none;
}

.shared-detail .detail-drawers .drawers dd.active > .drawer-button {
	padding: 20px 20px 20px 5px;
	transition: padding .2s ease;
}

.shared-detail .detail-drawers > dl.drawers > dd > .content {
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility .2s ease, opacity .4s ease;
	padding: 20px 0;
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content {
	display: block;
	visibility: visible;
	opacity: 1;
	transition: visibility .2s ease, opacity .4s ease;
}

.shared-detail .detail-drawers .drawer-button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #fff;
	margin-bottom: 10px;
	text-align: left; /* foundation overwrite */
	font-size: 39px;
	color: #333;
	font-family: "Alternate Gothic W05 No_2";
	text-transform: uppercase;
	border-bottom: 1px solid #4186c6;
	padding: 0 0 20px;
	width: 100%;
}

.shared-detail .detail-drawers .drawer-button i {
	margin-left: 6px;
	font-size: 18px;
	color: #c90101;
}

.shared-detail .detail-drawers .content h4,
.shared-detail .detail-drawers .content h5 {
	color: #4186c6;
	font-family: "Alternate Gothic W05 No_2";
	font-size: 30px;
	line-height: 1.1em;
	letter-spacing: 0.07em;
	margin-bottom: 30px;
}

.shared-detail .detail-drawers .content i {
	color: #c90101;
}

.shared-detail .detail-drawers .gMapHolder { 
	height: 280px; 
}

.shared-detail .detail-drawers .gMapHolder .sv_infoWindow h5 {
	color: #4186c6;
	font-family: "Alternate Gothic W05 No_2";
	font-size: 30px;
	line-height: 1.1em;
	letter-spacing: 0.07em;
}

.shared-detail .detail-drawers .gMapHolder .sv_infoWindow li {
	color: #333;
	font-size: 16px;
	font-family: "Century Gothic W01 Regular";
	line-height: 1.3em;
	letter-spacing: 0.06em;
}

.shared-detail .detail-drawers .provider-yelp .row {
	margin-bottom: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.shared-detail .detail-drawers .provider-yelp .row > * {
	flex: 1 1 100%;
	width: 100%;
}

.shared-detail .detail-drawers .provider-yelp .review-meta {
	max-width: 200px;
}

.shared-detail .detail-drawers .provider-yelp .row .review-content {
	color: #333;
	font-family: "Century Gothic W01 Regular";
}

.shared-detail .detail-drawers .provider-yelp .review-user {
	font-size: 22px;
}

.shared-detail .detail-drawers .provider-yelp .review-content .review-text {
	margin: 10px 0;
	font-size: 18px
}

.shared-detail .detail-drawers .provider-yelp .review-content a {
	color: #c90101;
}

@media (min-width: 40em) {
	.shared-detail {
		margin: 0 auto 80px;
	}

	/*-- detail-top --*/

	.shared-detail .detail-top {
		flex-direction: row;
		align-items: stretch;
	}
		
	.shared-detail .detail-top .detail-banner {
		display: block;
		opacity: 1;
		width: 80px;
		transition: width ease .4s, opacity ease .4s;
	}

	.shared-detail .detail-top .detail-banner .inner {
		height: 100%;
	}

	.shared-detail .detail-top .gallery {
		order: 1;
	}
	
	.shared-detail .detail-top .info-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 50px 20px;
		order: 0;
	}

	.shared-detail .detail-top .info-section h1 {
		font-size: 47px;
	}

	.shared-detail .detail-top .info-section .priority-info dt,
	.shared-detail .detail-top .info-section .priority-info dd {
		font-size: 14px;
	}

	.shared-detail .detail-top .action-item {
		font-size: 22px;
	}

	.shared-detail .detail-top .info-section .bottom-actions .printCoupon {
		display: inline-block;
	}	

	.shared-detail .detail-back-share-bar .top-actions .back-button {
		font-size: 20px;
	}

	/*-- detail-info-bar --*/

	.shared-detail .detail-info-bar .inner {
		display: flex;
	}
	
	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		padding: 0 20px;
		flex: 1;
	}

	.shared-detail .detail-back-share-bar {
		margin: 0 59px;
	}

	/*-- drawers --*/

	.shared-detail .detail-drawers {
		max-width: 1160px;
		margin: 0 auto;
	}

	.shared-detail .detail-drawers .drawers {
		margin: 0 59px;
	}

	.shared-detail .detail-drawers .drawers > dd.active::before {
		left: -36px;
		top: -6px;
		width: 40px;
		height: 40px;
		border-width: 4px;
	}

	.shared-detail .detail-drawers .drawers dd.active > .drawer-button {
		padding: 25px 36px 25px 0;
		transition: padding .2s ease;
	}

	.shared-detail .detail-drawers .drawer-button {
		margin-top: 60px;
		margin-bottom: 10px;
		padding-bottom: 20px;
	}

	.shared-detail .detail-drawers .drawer-button i {
		margin-left: 10px;
	}

	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding: 18px 0px 0px 0px;
	}

	.shared-detail .detail-drawers .content h4,
	.shared-detail .detail-drawers .content h5 {
		font-size: 46px;
		margin-bottom: 40px;
	}

	.shared-detail .detail-drawers .gMapHolder { 
		height: 400px; 
	}

	.shared-detail .detail-drawers .provider-yelp .row > * {
		flex-basis: calc(50% - 56px);
	}
}

@media (min-width: 64em) {
	.shared-detail {
		margin-top: -40px;
	}



	.scrolled .shared-detail .detail-top .detail-banner {
		width: 0;
		opacity: 0;
		transition: width .4s ease, opacity .4s ease;
	}

	.shared-detail .detail-top .info-section {
		padding: 50px 100px;
	}

	.shared-detail .detail-top .info-section h1 {
		font-size: 65px;
		line-height: 1em;
	}

	.shared-detail .detail-top .info-section .priority-info dt,
	.shared-detail .detail-top .info-section .priority-info dd {
		font-size: 22px;
	}


}

@media screen and (min-width: 1200px) {

	.shared-detail .detail-info-bar .split-pane {
		flex: 1 1 auto;
	}
	.shared-detail .detail-info-bar .split-pane:last-child {
		min-width: 335px;
	}

	.shared-detail .detail-info-bar .inner {
		padding: 20px 0 40px 124px;
	}

	.shared-detail .detail-top dd.region {
		margin-bottom: 8px;
	}

	.shared-detail .info-section .bottom-actions .social-icons li {
		height: 37px;
		width: 37px;
	}
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.shared-detail .detail-drawers .provider-yelp .row {
		display: block;
	}
	.reviews-provider-logo .yelp-logo {
		max-width: 100%;
	}
}
@media (max-width: 40em) {
	.shared-detail .detail-top .info-section .pledge {
		position: relative;
		bottom: 0;
		right: 0;
		width: 128px;
		margin-top: 20px;
	}
}