/*
	This file will contain stylings that applies globally to the following detail pages: events, listings, offers
*/
.shared-detail .gMapContainer .gMapHolder { height: 280px;}
.shared-detail .back {
	max-width: 1197px;
	display: flex;
	justify-content: space-between;
	margin: 32px auto 10px auto;
}

.shared-detail .detailInfo {
	margin-bottom: 70px;
}

/*Mobile*/
.shared-detail {
	padding: 0 20px;
}

.shared-detail .mediaGallery .slider .slide {
	position: relative;
	display: none;
}
.shared-detail .mediaGallery .slider .slide:first-of-type {
	display: block;
}
.shared-detail .mediaGallery .slider .slide img.expand-hover,
.shared-detail .mediaGallery .slider .slide img.expand-desktop {
	display: none;
}
.shared-detail .mediaGallery .slider .slide .action {
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.shared-detail .mediaGallery .slider .slide span.count {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	position: inherit;
	width: 100%;
	bottom: 0;
	left: 65px;
}
.shared-detail .mediaGallery {
	margin-bottom: 38px;
}

.shared-detail .detailInfo h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	color: #021d44;
}

.shared-detail ul.info-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.shared-detail ul.info-list li {
	margin-bottom: 10px;
}
.shared-detail ul.info-list li span.info-list-label {
	font-weight: 800;
	color: #021d44;
}
.shared-detail ul.info-list span.info-list-value {
	color: #021d44;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.shared-detail ul.info-list li a {
	color: #021d44;
}
.shared-detail .shared-action-items span.phone {
	display: block;
	width: 100%;
	border: 0;
	margin-bottom: 10px;
}
.shared-detail .shared-action-items span.phone a {
	font-weight: 600;
}
.shared-detail .shared-action-items span.phone a span.phone-label {
	font-weight: 800;
	margin:0;
	border: none;
}
.shared-detail .shared-action-items a {
	font-weight: 800;
	color: #021d44;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1;
}
.shared-detail .shared-action-items span {
	padding-right: 12px;
	margin-right: 14px;
	float: left;
	line-height: 1;
}
.shared-detail ul.info-list-social {
	list-style: none;
	margin: 19px 0px;
}

.shared-detail ul.info-list-social a {color: #62bae9;font-size: 36px;}
.shared-detail .detailPanes > dl > dd > a {
	color: #021d44;
	font-size: 25px;
	border-bottom: 2px solid #808ea1;
	display: flex;
	font-family: 'rift-soft', sans-serif;
	letter-spacing: 1px;
	line-height: 1;
	padding-bottom: 5px;
	align-items: center;
}
.shared-detail .detailPanes > dl > dd {
	margin-bottom: 50px;
}
.shared-detail .detailPanes > dl > dd.active > a {
	margin-bottom: 32px;
}
.shared-detail .detailPanes > dl > dd > a > i {
	color: #82bc00;
	font-size: 14px;
	vertical-align: middle;
	margin-left: 5px;
}
.shared-detail .detailPanes > dl > dd.active > a > i {
	transform: scale(-1);
}
.shared-detail .detailPanes > dl > dd > .content {
	display: none;
}
.shared-detail .detailPanes > dl > dd.active > .content {
	display: block;
}
.shared-detail .header {
	display: none;
	margin: 0px -20px 80px;
}
.shared-detail .topButtons {
	max-width: 1197px;
	display: flex;
	margin: 10px auto;
}
.shared-detail a.shared-back-button {
    font: 900 16px 'rift-soft', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #021d44;
}
/*Tablet*/
@media (min-width: 40em) {
	.shared-detail a.shared-back-button {
		font-size: 18px;
	}
}

/*Desktop*/
@media (min-width: 64em) {
	.shared-detail .back {
		margin: 10px auto;
	}
	.shared-detail .header {
		display: block;
	}
	.shared-detail .detailTop {
		max-width: 1197px;
		display: flex;
		margin: 0 auto;
	}
	.shared-detail .mediaGallery .slider .slide .action {
		bottom: 25px;
		left: 25px;
	}
	.shared-detail .mediaGallery {
		flex: 0 0 701px;
	}
	.shared-detail .detailInfo {
		margin-left: 52px;
		margin-top: 72px;
	}
	.shared-detail .mediaGallery .slider .slide span.count {
		font-size: 16px;
	}
	.shared-detail .mediaGallery .slider .slide:hover img.expand-desktop,
	.shared-detail .mediaGallery .slider .slide img.expand,
	.shared-detail .mediaGallery .slider .slide img.expand-hover {
		display: none;
	}
	.shared-detail .mediaGallery .slider .slide img.expand-desktop,
	.shared-detail .mediaGallery .slider .slide:hover img.expand-hover {
		display: block;
	}
	.shared-detail .shared-action-items span:last-child {
		border-right: none;
	}
	.shared-detail .mediaGallery .slider .slide span.count {
		left: 88px;
	}
	.shared-detail .detailInfo h1 {
		font-size: 48px;
		line-height: 56px;
	}
	.shared-detail .detailInfo ul.info-list li {
		font-size: 18px;
	}
	.shared-detail .shared-action-items a {
		font-size: 18px;
	}
	.shared-detail .shared-action-items span.phone {
		display: inline-block;
		width: auto;
		border-right: 3px solid #021d44;
		margin-bottom: 10px;
	}
	/*bottom*/
	.shared-detail .detailPanes {
		max-width: 899px;
		margin: 0 auto;
	}
	.shared-detail .detailPanes > dl > dd {
		margin-bottom: 45px;
	}
	.shared-detail .detailPanes > dl > dd > a {
		font-size: 30px;
	}
	.shared-detail .detailPanes > dl > dd > a > i {
		font-size: 16px;
		margin-left: 9px;
	}
}

/*** Tabs ***/
.shared-detail .detailPanes > .tabs {
	width: 30%;
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.shared-detail .detailPanes > .tabs-content {
	width: 70%;
	max-width: 100%;
	float: right;

}
.shared-detail .detailPanes > .tabs dd > a {
	background: none;
}

.shared-detail .detailPanes > .tabs dd.active a {
	background: #ccc;
}

@media only screen and (max-width: 1200px) {
	.mediaGallery {
		flex: 0 0 601px;
	}
}
/*** Mobile ***/
@media only screen and (max-width: 641px) {
	.shared-detail .detailPanes > .tabs { width: 100%; }
	.shared-detail .detailPanes > .tabs-content {
		width : 100%;
		padding-top: 10px;
	}
} 	