  @media screen and (min-width: 999px) {
	.calendar-events-featured {
		position: relative;
	}
.calendar-events-featured-wrapper {
	float: left;
}
.calendar-events-featured-wrapper {
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 25px;
}
.calendar-events-featured-title {
	width: 90%;
}
.calendar-events-featured-date-time {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*.calendar-events-featured-calendar-wrapper {
position: absolute;
top: 15px;
right: 30px;	
}*/
}
.calendar-events-featured-photo img {
	width: 100%;
}
.calendar-events-featured-calendar-wrapper {
	background-color: #ffffff;
	padding: 25px;
	border-top: 10px solid #EF483E;
	text-align: center;
	height: 110px;
	width: 110px;
	border-left: 0.735043px solid #DFE2E6;
	border-right: 0.735043px solid #DFE2E6;
	border-bottom: 0.735043px solid #DFE2E6;
	margin-top: 20px;
}
.calendar-events-featured-calendar-month {
font-style: normal;
font-weight: 400;
font-size: 13.2821px;
line-height: 16px;
letter-spacing: 0.2em;
color: #000000;
margin-bottom: 5px;
margin-top: -8px;
text-transform: uppercase;
}
.calendar-events-featured-calendar-day {
font-family: 'Lora';
font-style: normal;
font-weight: 500;
font-size: 37px;
line-height: 100%;
color: #000000;
}
.calendar-events-featured-type {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.1em;
	color: #333333;
	text-transform: uppercase;
}
.calendar-events-featured-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-featured-title h3 a {
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 1.1;
color: #000000;
text-decoration: none;
}
.calendar-events-featured-title h3 a:hover {
	text-decoration: underline;
}
.calendar-events-featured-date-time-formatted {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 150%;
color: #AC1D15;
}
.calendar-events-featured-description {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #575757;
}
.calendar-events-featured-description-outer-wrapper {
	display: flex;
}
@media screen and (max-width: 998px) {
	.calendar-events-featured-description-outer-wrapper {
display: flex;		
	}
	.calendar-events-featured-time-col-1 {
		width: 35%;
	}
	.calendar-events-featured-time-col-2 {
		width: 60%;
		margin-top: 20px;
	}
}
@media screen and (min-width: 999px) {
.calendar-events-featured-time-col-1 {
	width: 15%;
}
.calendar-events-featured-time-col-2 {
	width: 100%;
	position: relative;
	margin-top: 20px;
/*	left: -13%;*/
}
}
@media screen and (max-width: 998px) {
/*.calendar-events-featured-time-col-1 {
	width: 30%;
}
.calendar-events-featured-time-col-2 {
	width: 70%;
}*/
}
/*Mobile Queries*/
@media screen and (max-width: 998px) {
.calendar-events-featured-wrapper {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: unset !important;
}
.calendar-events-featured {
	display: grid;
}
.calendar-events-featured-type {
     order: 3; /* Change the order property to rearrange the element */
	 /*margin-bottom: 50px;*/
   }
   .calendar-events-featured-wrapper {
   	padding-left: 0px;
   	padding-right: 0px;
   }
   
  .calendar-events-featured-calendar-month {
   font-size: 10.2906px;
   line-height: 13px;
}  
.calendar-events-featured-calendar-day {
	font-size: 22px;
	line-height: 100%;
}
.calendar-events-featured-calendar-wrapper {
	width: 95px;
	height: 95px;
}
.calendar-events-featured-title h3 a {
font-size: 20px;
line-height: 0.75;	
}
.calendar-events-featured-title {
	/*padding-left: 15px;
	padding-right: 15px;*/
	width: 100%;
}
.calendar-events-featured-date-time {
	/*padding-left: 15px;
	padding-right: 15px;*/
	margin-bottom: 15px;
}
.calendar-events-featured-description {
	padding-left: 15px;
	padding-right: 15px;
}
.calendar-events-featured-description-outer-wrapper {
	margin-bottom: 30px;
}
}
@media screen and (max-width: 500px) {
	.calendar-events-featured-calendar-wrapper {
		width: 100% !important;
		max-width: 100% !important;
	}
	.calendar-events-featured-type {
		padding-left: 15px !important;
	}
	.calendar-events-featured-title {
		padding-left: 15px !important;
	}
	.calendar-events-featured-description {
		padding-left: 15px !important;
	}
}
/*End Mobile Queries*/
/*Hiding Time*/
.calendar-events-featured-date-time {
	display: none !important;
}
/*End Hiding Time*/