/*list detail*/
.generic-list figure.sh-subtle-line > a {
	display: flex;
	flex-direction: column;
}

.generic-list figure.sh-subtle-line .thumb {
	background-size: cover !important;
	background-position: center center;
	padding-bottom: 62%;
}
.generic-list figure.sh-subtle-line figcaption {
	padding: 15px;
}
.generic-list figure.sh-subtle-line {
	margin: 0;
	margin-bottom: 20px;
	position: relative;
}
.generic-list span.mini-date-container {
	font-family: 'Pacifico';
	color: #fff;
	background: #d0952c;
	position: absolute;
	left: 0;
	font-size: 21px;
	display: flex;
	flex-direction: column;
	top: 0;
	padding: 1px 14px;
	align-items: center;
	border-bottom-right-radius: 23px;
}
.generic-list p.date-range {
	margin-bottom: 20px;
}
.generic-list figure > a img, .generic-list figure > picture img {
	width:auto;
}
h4.next-date.sh-subtle-line {
	color: #004e72;
	font-size: 17px;
	font-weight: 300;
}

@media only screen and (min-width: 640px) {
	.generic-list figure.sh-subtle-line > a { flex-direction: row; }
	.generic-list figure.sh-subtle-line .thumb { flex: 2; padding-bottom: 0; }
	.generic-list figure.sh-subtle-line figcaption { flex: 4; }

}
.generic-list.details-page a:hover,
.generic-list.details-page a {
	text-decoration: none;
}


/** Ameneties/Meetings Tab ***/
.shared-detail ul.amen-subtab li,
.shared-detail ul.meeting-subtab li {
	font-size: 17px;
	line-height: 16px;
	font-family: 'futura-pt', sans-serif;
}
.shared-detail ul.amen-subtab li ul,
.shared-detail ul.meeting-subtab li ul {
	margin-top:10px;
}
.shared-detail ul.amen-subtab li.row,
.shared-detail ul.meeting-subtab li.row {
	padding: 10px;
	margin: 0;
	max-width: 100%;
}
.shared-detail ul.amen-subtab li ul li ,
.shared-detail ul.meeting-subtab li ul li {
	line-height: 22px;
}
.shared-detail li.amenity-textarea .amenity-value,
.shared-detail li.amenity-multi .amenity-value,
.shared-detail li.amenity-floorplan .amenity-value {
	text-align: left;
}
.shared-detail li .amenity.value {
	word-wrap: break-word;
}
.shared-detail ul.meeting-subtab .meeting-text-area  {
	margin-top: 10px;
}
.shared-detail .detailPanes .tabs-content ul.amen-subtab,
.shared-detail .detailPanes .tabs-content ul.meeting-subtab {
	border: 1px solid #c3c8cd;
	background-color: #ffffff;
	margin-left: 0;
	list-style-type: none;
}
.shared-detail .detailPanes .tabs-content ul.amen-subtab > .row:nth-child(odd),
.shared-detail .detailPanes .tabs-content ul.meeting-subtab > .row:nth-child(odd) {
	background: #eee;
}

.shared-detail #tab-hours {
	
}
.detailPanes > dl > dd > .content h5 {
	color: #415968;
	font-size: 19px;
	line-height: 30px;
	font-family: 'Arvo', serif;
	font-weight: 700;
}
.shared-detail #tab-hours .day {
	overflow: hidden;
}

.shared-detail #tab-hours .day-label {
	font-weight: bold;
	width: 50px;
	float: left;
}

.shared-detail #tab-hours .opens {
	float: left;
}
.bottom-tabs dd .content.active dl.tabs dd a {
    font-family: Avenir Next LT W01 Bold;
    padding: 5px;
    text-align: center;
}
.detailPanes .bottom-tabs h5 {
    font-family: Avenir Next LT W01 Bold;
}
.detailPanes ul.meeting-subtab,
.detailPanes .tabs-content.subtab.vertical {
    font-family: 'AvenirNextLTW01-Regular', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1e1e1e;
}
.detailPanes .tabs dd a, .detailPanes .tabs .tab-title a {
	font-family: 'Arvo', serif;
	background-color: #d8d0c5;
	color:#415968;
}
.detailPanes .tabs dd.active a, .detailPanes .tabs .tab-title.active a {
	background-color: #415968;
	color: #fff;
	font-family: 'Arvo', serif;
}