.shared-detail {
	position: relative;
	padding: 40px 15px 27px;
	z-index: 0;
	margin-bottom: 25px;
}
.shared-detail::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 60%);
	display: block;
	z-index: -2;
}

.shared-detail .detail-header.desktop {
	display: none;
}

.shared-detail .detail-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.shared-detail .detail-header::after {
	content:"";
	width: 100%;
	height: 45px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 25%);
	display: block;
}

.shared-detail .back-share-panel {
	display: flex;
	padding: 12px 15px 8px;
	max-width: 1333px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	font-size: 14px;
	color:  #999999;
}

.shared-detail .back-share-panel a,
.shared-detail .back-share-panel a:focus,
.shared-detail .back-share-panel a:hover,
.shared-detail .back-share-panel a:active {
	color:  #999999;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.shared-detail .back-share-panel a i {
	margin-right: 5px;
	font-size: 18px;
}

.shared-detail .back-share-panel .addThis {
	margin-left: auto;
}

.shared-detail .back-share-panel .addThis a i {
	margin-left: 5px;
	margin-right: 0;
}

.share-button {
	display: none; /* Hide the share button before its added into the back-share-panel */
}

.shared-detail .share-button {
	display: block;
}

.shared-detail .detail-top {
	display: flex;
	flex-direction: column-reverse;
	max-width: 1333px;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #fff;
}

.shared-detail .info-section .info-wrapper {
	margin-bottom: 15px;
}

.shared-detail .info-section h1 {
	font-size: 25px;
	font-weight: 800;
	text-transform: uppercase;
	color: #194787;
}

.shared-detail .info-section p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
}

.shared-detail .info-section .locations {
	display: flex;
	align-items: flex-start;
}

.shared-detail .info-section .locations i {
	margin-top: 5px;
}

.shared-detail .info-section .locations .address-wrapper {
display: flex;
flex-direction: column;
}

.shared-detail .action-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.shared-detail a.action-item {
	margin-bottom: 15px;
	color: #fff;
	background-color: #dbab4b;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 3px;
	padding: 8px 44px;
}

.shared-detail .info-section i {
	color:  #194787;
	margin-right: 5px;
	margin-top: 5px;
}

.shared-detail .social-icons {
	display: flex;
	list-style: none;
	margin-left: 0;
	margin-bottom: 15px;
	line-height: 1em;
}

.shared-detail .social-icons li {
	margin-right: 10px;
}

.shared-detail .social-icons a {
	font-size: 26px;
	color: #116142;
}

.shared-detail .social-icons i {

font-size: 25px;

color: #116142;
}

.shared-detail .detail-gallery {
	position: relative;
	flex: 1 1 50%;
	margin-bottom: 10px;
}

.shared-detail .media-gallery-wrapper {
    height: 100%;
}

.shared-detail .detail-gallery::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	pointer-events: none;
}

.shared-detail .detail-gallery img { 
	width: 100%; 
}

.shared-detail .detail-gallery iframe { 
	position: absolute;
	 top: 0; 
}

.shared-detail .info-section {
	margin-bottom: 20px;
}
.shared-detail .detail-gallery .gallery-count {
	font-family: 'Raleway', sans-serif;
	position: absolute;
	bottom: 15px;
	right: 18px;
	color: #fff;
	font-size: 20px;
	z-index: 1;
	line-height: 10px;
	font-weight: 500;
}

.shared-detail .detail-gallery .gallery-count i {
	font-size: 16px;
	margin-left: 7px;
	vertical-align: -1px;
}

.shared-detail .detail-gallery .gallery-count .of {
	font-size: 12px;
	text-transform: uppercase;
}

.shared-detail .detail-panes {
	max-width: 1333px;
	padding: 0px 15px 25px;
	margin: 0 auto;
	background-color: #fff;
}
.shared-detail button.drawer-button {
	border-bottom: 2px solid #dbab4b;
	display: flex;
	justify-content: space-between;
	padding-bottom: 5px;
	/* padding-right: 15px; */
	margin-bottom: 30px;
	position: relative;
	background: transparent;
	color: #116142;
	padding: 0;
	width: 100%;
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 800;
	/* margin-right: 15px; */
	height: 36px;
}
.shared-detail button.drawer-button:hover {
	color: #116142;
}
.shared-detail button.drawer-button:focus {
	/* border: white; */
	outline: none;
}
.shared-detail button.drawer-button i {
	margin-right: 10px;
	font-size: 16px;
	color: #28538f;
}

.shared-detail .active button.drawer-button .fa-plus {
	display: none;
} 

.shared-detail button.drawer-button .fa-minus {
	display: none;
} 

.shared-detail .active button.drawer-button .fa-minus {
	display: inline-block;
} 

.shared-detail .drawers .content .core-styles p {
	line-height: 1.4em;
    font-size: 16px;
    font-weight: 600;
}

.shared-detail .drawers .content h4,
.shared-detail .drawers .content h4 a {
	color: #116142;
	font-weight: 600;
}
.shared-detail .detail-panes > dl.drawers > dd > .content {
	display: none;
}
.shared-detail .detail-panes > dl.drawers > dd.active > .content {
	display: block;
}

.shared-detail .gMapContainer .gMapHolder { 
	height: 280px; 
	margin-bottom: 10px; 
}

@media screen and (min-width: 640px) {
	.shared-detail .detail-top {
		flex-direction: row;
	}
}

.shared-detail .sv_infoWindow h5,
.shared-detail .sv_infoWindow h5 a {
	font-weight: 600;
}

@media (min-width: 40em) {
	.shared-detail {
		padding: 150px 15px 115px;
		margin-bottom: 45px;
	}

	.shared-detail .info-section h1 {
		font-size: 40px;
	}

	.shared-detail .info-section p {
		font-size: 20px;
	}

	.shared-detail .info-section .locations i {
		margin-top: 7px;
		margin-right: 15px;
	}

	.shared-detail .social-icons i {
		font-size: 33px;
		color: #116142;
	}

	.shared-detail button.drawer-button {
		font-size: 28px;
		height: 46px;
	}

	.shared-detail .drawers .content .core-styles p {
		font-size: 18px;
		line-height: 1.8em;
	}

	.shared-detail .back-share-panel {
		padding: 30px 65px 60px;
	}

	.shared-detail .detail-top {
		padding: 0 65px 45px;
	}

	.shared-detail .info-section p.locations {
		margin-bottom: 15px;
	}

	.shared-detail .info-section .info-wrapper {
		margin-bottom: 25px;
	}

	.shared-detail .social-icons {
		margin-bottom: 35px;
	}

	.shared-detail a.action-item {
		padding: 6px 42px;
		line-height: 1.8em;
	}

	.shared-detail dl dd {
		margin-bottom: 50px;
	}

	.shared-detail .detail-panes {
		padding: 0px 65px 45px;
	}

	.shared-detail .info-section {
		flex: 1 1 50%;
		padding-right: 15px;
	}

	.shared-detail .media-gallery-wrapper {
		max-width: 50%;
	}

	.shared-detail .detail-header.mobile {
		display: none;
	}

	.shared-detail .detail-header.desktop {
		display: block;
	}
}