body.page-id-158 h2.postTitle {
	text-align: center;
}
ul.events {
	padding: 2em 4em;
	list-style: none;
	border-top: double .25em #45aaa7;
	float: left;
	width: 100%;
}
body.page-template-summit-events ul.events {
	padding: 2em 0;
}
ul.events li {
	float: left;
	width: 100%;
	clear: both;
	border-bottom: solid 1px #e1e1e1;
	margin-bottom: 2em;
	padding-bottom: 2em;
	position: relative;
}
body.page-template-summit-events ul.events li {
	padding-bottom: 1em;
}
ul.events li a:hover .event-title {
	color: #666;
	text-decoration: underline;
}
ul.events li .event-wrapper > div {
	float: left;
}
ul.events li .event-wrapper .event-info {
	width: 80%;
}
.month-date {
	color: #575294;
	font: 700 1.875em/1 'Roboto Condensed', sans-serif;
	text-align: center;
	border-right: solid 1px;
	padding-right: .5em;
	margin-right: .5em;
}
.month-date span {
	display: block;
}
.month-date .date {
	font-size: 1.5em;
	line-height: 1;
}
body.page-template-summit-events ul.events .event-info .event-link {
	display: block;
	padding-right: 2em;
	position: relative;
	text-decoration: none;
}
body.page-template-summit-events ul.events .event-info .event-link:after {
    color: #a55200;
	content: '\f138';
	font-family: 'FontAwesome';
    font-size: 1.5em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.event-info .event-title,
.event-info p.time-location {
	margin: 0;
}
.event-info p.time-location {
	text-transform: uppercase;
	color: #000;
}
.event-info p.time-location span.start-time + span.end-time:before {
	content: ' - ';
}
.event-info p.time-location span + span.location:before {
	content: ', ';
}
.event-info i {
	position: absolute;
	right: 0;
	top: 1em;
	font-size: 1.5em;
	color: #a55200;
}
body.page-id-158 .post p.more {
	clear: both;
	text-align: center;
	font-weight: 700;
	margin-top: 2em;
}
body.page-id-158 .post p.more a {
	background: linear-gradient(to left, #575294 50%, #333333 50%);
	background-position: right bottom!important;
    background-size: 200% 100%!important;
	color: #fff !important;
	padding: .5em .75em;
	display: block;
	width: 15.5em;
	margin: 0 auto;
	text-decoration: none;
	text-align: left;
}
body.page-id-158 .post p.more a:hover {
	background-position: left bottom!important;
	color: #ffcb05 !important;
	text-decoration: underline !important;
}
body.page-id-158 .post p.more a:after {
	content: "\f138";
	font-family: 'FontAwesome';
	float: right;
}



/* NEW EVENTS STUFF */
#events-top {
	background-color: #ffcb05;
	padding: 2em 16em 2em 8em;
	margin: -2.8em -2em 2em -2em;
	position: relative;
}
#events-top h4,
#events-top p {
	background-color: #00274c;
	color: #fff;
	display: inline-block;
}
#events-top h4 {
	color: #ffcb05;
	text-transform: lowercase;
	font-size: 37px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1;
	padding: 2px 20px 7px 20px;
	font-family: 'Roboto', sans-serif;
}
#events-top p {
	margin: 5px 0;
	padding: 7px 20px;
	font-size: 20px;
	line-height: 1;
}
#events-top .callout-container {
	float: none;
	margin: 0;
	font-size: 18px;
	max-width: 150px;
	width: inherit;
	position: absolute;
	top: 50%;
	right: 6em;
	transform: translate(0,-50%);
}
#content-main #events-top .callout-link a {
	float: none;
	padding: 0;
	background: transparent;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
#content-main #events-top .callout-link a span:after {
	font-size: inherit;
	color: #a55200;
}
body.page-test ul.events li {
	border: none;
	padding: 0;
	margin-bottom: 1em;
}
.events li .dropdown-wrapper .dropdown {
	display: none;
	padding: 1em;
}
.events li .dropdown-wrapper .title-area h4:before {
	content: "\f067";
	font-family: 'FontAwesome';
	padding-right: .625em;
}
.events li .dropdown-wrapper .title-area.slidedown h4:before {
	content: "\f068";
}
.events li .dropdown-wrapper .title-area p,
body.page-speech-inclusion .mfw-accordion > label strong {
	margin: 0;
	color: #000;
	text-transform: none;
	font-size: 15px;
	display: block;
	margin-top: 5px;
}
.events li .dropdown-wrapper .title-area {
	text-transform: uppercase;
	background-color: transparent;
	border: solid .0625em #45aaa7 !important;
	color: #575294;
	padding: .625em;
	font: 700 1.125em/1 'Roboto Slab', serif;
}
.events li .dropdown-wrapper .title-area {
	border-bottom: solid .0625em #45aaa7;
	border-color: #45aaa7;
	margin-bottom: 0;
}
.events li .dropdown-wrapper .title-area:hover,
.events li .dropdown-wrapper .title-area.slidedown {
	background-color: #ebebeb;
	color: #575294;
}
.events li .dropdown-wrapper .dropdown p.time-location {
	margin-top: 0;
	font-weight: 700;
}




@media only screen and (max-width: 50rem) {
	#events-top {
		padding: 2em 11em 2em 2em;
	}
	#events-top .callout-container {
		right: 2em;
	}
}
@media only screen and (max-width: 40rem) {
	#events-top {
		padding: 2em;
		margin-left: -1em;
		margin-right: -1em;
	}
	#events-top .callout-container {
		position: relative;
		top: inherit;
		right: inherit;
		transform: inherit;
		margin-top: 10px;
	}
}