div#calendar-container {
	border: 0px;
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
}

div.calendar-week {
	display: table-row;
	margin: 0;
	padding: 0;
	width: 100%;
}

div.calendar-day {
	box-sizing: border-box;
	display: table-cell;
	padding: 0px;
	width: 14%;
}

div.calendar-week.heading {
	padding-bottom: 10px;
}

div.calendar-week.heading div.calendar-day {
	background-color: transparent;
	color: #000043;
	font-family: 'Muli', sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	padding: 10px 5px;
	text-align: center;
	text-transform: uppercase;
}

div.calendar-day a {
	border: 2px solid #878888;
	margin: -2px 0 0 -2px;
	background-color: #f5f6f7;
	display: block;
	height: 145px;
	outline: 0;
	padding: 0px;
	position: relative;
	text-decoration: none;
}

div.calendar-day.active a {
	background-color: #ffffff;
}

div.calendar-day a:hover {
	/*border: 2px solid #878888;*/
	/*margin: -1px 0 0 -1px;*/
	display: block;
	outline: 0;
	padding: 0px;
	position: relative;
	text-decoration: none;
}

span.calendar-day-count {
	display: block;
	color: #00abff;
	font-size: 110%;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	z-index: 5;
}

div.calendar-day-number {
	color: #7c7d7d;
	font-size: 180%;
	font-family: 'Muli', sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	padding-top: 10px;
	text-align: center;
}

div.calendar-day.today a {
	border: 2px solid #878888;
}

div#event-search {
	text-align: right;
}

h2.month-title {
	background-color: #000043;
	color: #fff;
	padding: 14px 8px;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}

h2.month-title div#next-month-link {
	float: right;
	position: relative;
	width: 50px;
}

h2.month-title div#prev-month-link {
	float: left;
	position: relative;
	width: 50px;
}

h2.month-title div#next-month-link a {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
}

h2.month-title div#prev-month-link a {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
}
div.event-list-item {
	background-color: #F5F6F7;
	padding: 10px;
}

div.event-list-item.odd {
	background-color: #e1e1e1;
}

div.event-day {
	background-color: #878888;
	color: #ffffff;
	float: left;
	font-size: 180%;
	font-family: 'Lora', Georgia, Times, "Times New Roman", serif;
	height: 80px;
	line-height: 80px;
	letter-spacing: 0px;
	margin-right: 10px;
	text-align: center;
	width: 80px;
}

div.event-title {
	display: inline-block;
	letter-spacing: 0px;
	font-family: "Montserrat", sans-serif;
	font-size: 166%;
	text-transform: uppercase;
	padding-top: 5px;
}

div.event-title a {
	color: #000000;
	text-decoration: none;
}

div.event-date-home,
div.event-title-home a {
	color: #ffffff;
}

div.event-home-title-container hr {
	display: none;
}

div.event-home-title-container.first hr {
	display: block;
}

#content div.event-title a {
	color: #c71122;
}

div.event-date {
	display: inline-block;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
}

span.calendar-heading-short {
	display: none;
}

div.event-info {
	margin-bottom: 1em;
}

div.event-view {
	text-align: left;
}

div.event-form {
	padding: 20px 0;
}

div.event-title-container {
	display: inline-block;
	min-height: 80px;
}

div.event-button {
	float: right;
	line-height: 80px;
	margin-right: 10px;
	/*padding: 5px;*/
}

div.event-button-mobile {
	display: none;
	margin: 10px 0;
}

div.month-title {
	color: #919294;
}