.collection-grid .widget-header {
	margin-bottom: 25px;
}

.collection-grid .widget-header .main-title h2.members,
.collection-grid .widget-header .main-title h4.members,
.collection-grid .widget-header .main-title h3.members,
.collection-grid .widget-header .main-title h5.members,
.collection-grid .widget-header .main-title h6.members {
	color: #45758e;
}

.collection-grid .widget-header .main-title h3.consumer,
.collection-grid .widget-header .main-title h5.consumer {
	color: #171717;
}

.collection-grid .widget-header .main-title h2.meetings,
.collection-grid .widget-header .main-title h3.meetings,
.collection-grid .widget-header .main-title h4.meetings,
.collection-grid .widget-header .main-title h5.meetings,
.collection-grid .widget-header .main-title h6.meetings {
	color: #417836;
}

.collection-grid .widget-header .border {
	margin: 18px 0px;
	height: 1px;
	background: #dbdbdb;
	text-align: center;
}
.collection-grid .widget-header .main-title {
	padding: 25px 0 18px;
	width: 100%;
	color: #171717;
	font-family: 'Clarendon W01 Light_692104', serif;
	font-size: 38px;
	line-height: 38px;
	text-transform: uppercase;
	text-align: center;
}
.collection-grid .item {
	text-align: center;
}
.collection-grid .item .image-wrapper {

}
.collection-grid .item .info-wrapper {
	padding: 15px; 
}
.collection-grid .item .info-wrapper .title {
	margin-bottom: 8px;
	font-family: 'Clarendon W01 Light_692104', serif;
	font-size: 24px;
	line-height: 1.4;
}
.collection-grid .item .info-wrapper .date {
	margin-bottom: 12px;
	color: #454545;
	font-size: 20px;
	line-height: 20px;
}
.collection-grid .item .info-wrapper .location {
	color: #999;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.collection-grid .border{
	height: 1px;
	background: #dbdbdb;
	margin: 18px 0;
	text-align: center;
}

.collection-grid .border.see-all {
	margin-bottom: 50px;
}

.collection-grid .border span{
	position: relative;
	display: inline-block;
	top: -12px;
	font-family:'Clarendon W01 Light_692104', serif;
	font-size: 21px;
	line-height: 21px;
	text-transform: uppercase;
	color: #9f4e25;
	background: #FFF;
	padding: 2px;
}

.collection-grid .border.icon span{
	top: -22px;
}

.collection-grid .border.icon{
	margin-top: 25px;
}
@media (max-width: 40.063em) {
	.collection-grid .items {
		margin: 0 auto;
		max-width: 500px;
	}
}