  .gCalFlow {
	position: relative;
	width: 100%;
	font-size: 90%;
	overflow: hidden;
	text-decoration: none;
	padding-bottom: 0.5em;
	font-family: "Verlag A","Verlag B","Verlag-Book",Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color:#F8F7F4;
}
.gCalFlow a, .gCalFlow a:visited, .gCalFlow a:hover {
	background-color: transparent;
	text-decoration: none; 
	color:#ffffff;
}
.gCalFlow a:hover {
	text-decoration: underline; }
.gCalFlow .gcf-header-block {
	padding: 5px 4px; }
.gCalFlow .gcf-title-block {
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	color: white; }
.gCalFlow .gcf-last-update-block {
	font-size: 76%;
	text-align: right;
	bottom: 0;
	right: 0;
	padding-right: 4px;
	position: absolute; }
.gCalFlow .gcf-item-container-block {
	position: relative;
	overflow: hidden;
	overflow-y: auto;
	width:100%;
	white-space: nowrap;
	min-height:72px;
	background:#f8f7f4;
}
.gCalFlow .gcf-item-block {
	margin: 0 8px 8px 0;
	width: 31.99%;
/* 	width: 100%; */
	height:50px;
	background: #00685b;
	color:#ffffff;
	border-bottom: 2px solid #004f45;
	display: block;
	float: left;
}

aside.tertiary h2.gcf-sidebar, div.secondary h2.gcf-sidebar{
	font-size:13px;
	font-weight:normal;
	line-height:18.2px;
	text-transform:uppercase;
	font-family: "Verlag A","Verlag B","Verlag-Book",Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	margin-bottom: .75em;
}

aside.tertiary .gCalFlow .gcf-item-block, div.secondary .gCalFlow .gcf-item-block {
	margin: 0 4px 8px 4px;
	width: 100%;
	height:50px;
	background: #00685b;
	color:#ffffff;
	border-bottom: 2px solid #004f45;
	display: block;
	float: left;
}

.gCalFlow .gcf-item-header-block {
	margin: 0;
	padding: 0;
}

.gcf-item-description {
	display: none;
}

.gCalFlow .gcf-item-date-block {
	font-size: 76%;
	font-weight: bold; }
.gCalFlow .gcf-item-body-block {
	font-size: 80%;
	color: #999;
	max-height: 2.45em; }

.gcf-item-start-date p:first-child {
	font-weight: 800;
	font-size: 1.125rem;
	margin:0;
	line-height: 1.111111111em;
}

.gcf-item-start-date p:nth-child(2) {
	font-weight: 400;
	font-size: .6875rem;
	text-transform: uppercase;
	margin:0;
	line-height: 1.181818182em;
}

.gcf-item-title-block {
	height: 46px;
	margin: 0;
	padding: 0;
	position: absolute;
	max-width: 30%;
}

span.gcf-item-title {
	display:table-cell;
	vertical-align:middle;
	background: #00685b;
	color:#ffffff;
}

aside.tertiary .gcf-item-title-block, div.secondary .gcf-item-title-block {
	height: 44px;
	margin: 0;
	padding: 0;
	position: absolute;
	max-width: 100%;
}

.hope-title-block {
	margin: 0 0 0 58px;
	font-size: .8125rem;
/* 	font-size: 1.125rem; */
	width: initial;
	height:100%;
	white-space: initial;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: table;
	background:#00685b !important;
	color:#fff !important;
}

.hope-date-block {
	background: #004f45;
	width: 50px;
	height: 105%;
	text-align: center;
	vertical-align: middle;
	float: left;
	font-weight: 400;
	position:relative;
	padding-top: 8px;
}

.gcf-link {
	position: relative;
	float: right;
	margin-right: 20px;
	color:#373634 !important;
	font-weight:800;
	text-transform:uppercase;
	background-color:#f8f7f4 !important;
}

.gcf-link h4::after {
	content: " \2192";
}

@media only screen and (max-width:40.625em) { 
	span.event-location {
		display:none;
	}
}

@media only screen and (max-width: 999px) {
	.gCalFlow .gcf-item-block {
		width:100%;
		margin-bottom: 8px;
	}
	.gcf-item-title-block {
		max-width: 95% !important;
	}
	.gcf-item-description {
		display: inherit !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.hope-title-block {
		font-size: 1.625rem !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
	}
}

@media only screen and (max-width: 740px) {
	.hope-title-block {
		font-size: 1.125rem !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
	} 
}

@media only screen and (max-width: 620px) {
	.hope-title-block {
		font-size: 1rem !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
	} 
}
