  @media screen and (min-width: 999px) {
.calendar-events-wrapper {
	float: left;
}
.calendar-events-row {
	margin-bottom: 50px;
}
.calendar-events-event-col {
	padding-left: 0px !important;
}
.calendar-events-wrapper {
	padding-left: 15px;
	padding-right: 0px;
}
}
.calendar-events-calendar-wrapper {
	background-color: #ffffff;
	padding: 25px;
	border-top: 10px solid #EF483E;
	text-align: center;
	height: 95px;
	width: 95px;
	border-left: 0.735043px solid #606060;
	border-right: 0.735043px solid #606060;
	border-bottom: 0.735043px solid #606060;
	position: relative;
	top: 0px;
	left: 0px;
}
.calendar-events-block-wrapper .component-header-paragraph {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.calendar-events-calendar-month {
font-style: normal;
font-weight: 400;
font-size: 10.2906px;
line-height: 16px;
letter-spacing: 0.2em;
color: #000000;
margin-bottom: 5px;
margin-top: -8px;
text-transform: uppercase;
}
.calendar-events-calendar-day {
font-family: 'Lora';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 100%;
color: #000000;
}
.calendar-events-type {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
letter-spacing: 0.1em;
color: rgba(51, 51, 51, 0.65);
text-transform: uppercase;
}
.calendar-events-title h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.1;
	color: #000000;
}
.calendar-events-title h3 a {
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 1.1;
color: #000000;
text-decoration: none;
}
.calendar-events-title h3 a:hover {
	text-decoration: underline;
}
.calendar-events-date-time {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 150%;
color: #AC1D15;
padding-top: 10px;
}
/*Mobile Queries*/
@media screen and (max-width: 998px) {
.calendar-events-wrapper {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin-bottom: 32px;
	height: unset !important;
}
.calendar-events-row {
	padding-bottom: 50px;
}
.calendar-events-wrapper {
	padding-left: 0px;
	padding-right: 0px;
}
.calendar-events-type {
	font-size: 12px;
}
.calendar-events-title h3 a {
	font-size: 20px;
	line-height: 130%;
}
.calendar-events-title h3 {
	font-size: 14px;
	line-height: 130%;
}
.calendar-events-date-time {
	font-size: 13px;
}
.calendar-events-calendar-wrapper {
	right: unset;
	position: relative !important;
}
.calendar-events-calendar-col {
	width: 40% !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.calendar-events-event-col {
	width: 60% !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
}
/*End Mobile Queries*/
/*See All Events Button*/
.calendar-events-see-all a {
    color: #000000;
    font-weight: 500;
    text-decoration: none !important;
    border-bottom: 4px solid #FFE41E;
    font-size: 16px;
    padding-bottom: 3px;
}
.calendar-events-see-all a:hover {
	font-weight: 550;
	color: #000000;
	text-decoration: none !important;
}
@media screen and (min-width: 999px) {
	.calendar-events-see-all {
		position: absolute;
		right: 0px;
		top: unset !important;
	}
}
@media screen and (max-width: 998px) {
	.calendar-events-see-all {
	position: absolute;
	right: 0px;	
	}
}
/*End See All Events Button
/*Hiding Time*/
.calendar-events-date-time {
	display: none !important;
}
/*End Hiding Time*/