#header1 {
	color: #0E345A;
}

td[aria-colindex="1"] .day-cell .cal-day {
	color: #113F6E;
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: freight-sans-pro, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

td[aria-colindex="7"] .day-cell .cal-day {
	color: #113F6E;
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: freight-sans-pro, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.prevbtn a {
	border-radius: 0.25rem;
	border: 1px solid #DCDCDC;
	padding: .1rem .6rem;
	font-size: .9rem;
	text-decoration: none;
}

.prevbtn a::before {
	content: "\f053";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: black;
}

.nextbtn a {
	border-radius: 0.25rem;
	border: 1px solid #DCDCDC;
	padding: .1rem .6rem;
	font-size: .9rem;
	text-decoration: none;
}

.nextbtn a::before {
	content: "\f054";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: black;
}

#specials-hours {
	display: flex;
	flex-direction: row;
	margin-bottom: 0rem;
	background-color: #f8f9fa;
	border-radius: 0.5rem;
	border: 1px solid #DCDCDC;
	align-items: center;
}

#specials-hours button  {
	color:black; 
	text-decoration:none !important; 
	background: none; 
	background: none; 
	border: none;
}

#specials-hours:has(> button[aria-expanded="false"]) {
	margin-bottom: 0.8rem;
}

#specials-hours button::after {
	content: "\f150";
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
	font-size: 1.5rem;
}

#specials-hours button[aria-expanded="true"]::after {
	content: "\f151";
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
	font-size: 1.5rem;
}

#specials-hours h3 {
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	color: black;
	font-variant: lining-nums;
}

.hours-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hours-box-b {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: .5rem;
}

.hours-box-b a::after {
  content: "\f073";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.4rem;
  color: #126ab3;
}

.hours-box-b a:hover {
	text-decoration: none;
}

.cal-todays-hours {
	font-family: freight-sans-pro, sans-serif;
	color: #000;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-style: normal;
	font-weight: 500;
}

.fw450 {
	font-weight: 450;
}

.cal-hours-frame {
	width: 14.564rem;
	font-size: 1rem;
	margin-bottom: 0rem;
	font-family: freight-sans-pro, sans-serif;
	text-align: center;
	background-color: #f8f9fa;
	border-radius: 0.5rem;
	border: 1px solid #DCDCDC;
	padding: .2rem 0rem;
	font-variant: lining-nums;
}

.cal-past-frame {
	width: 5.6rem;
	font-size: 1rem;
	margin-bottom: 0rem;
	font-family: freight-sans-pro, sans-serif;
	text-align: center;
	background-color: #f8f9fa;
	border-radius: 0.5rem;
	border: 1px solid #DCDCDC;
	padding: .2rem 0rem;
	font-variant: lining-nums;
}



.cal-head-month {
	font-family: freight-sans-pro, sans-serif;
	font-size: 1rem !important;
	text-align: center;
	color: #1C1C1C;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
}

.cal-date-sect {
	font-size: 1rem;
	font-family: freight-sans-pro, sans-serif;
	text-align: center;
	font-variant: lining-nums;
	font-weight: 500;
}

table {
	margin: 0rem;
	border-collapse: initial;
}

table#calendar {
	margin-bottom: 10px;
	width: initial;
}

thead th {
	padding-bottom: initial;
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
	vertical-align: middle;
	text-align: center;
	text-transform: capitalize;
	padding: 0rem 0.6rem;
}

table#calendar table#inner td {
	height: 1.5rem;
	width: 1.5rem;
	border-top: initial !important;
	border-left: initial !important;
	vertical-align: initial;
	padding: initial;
	color: #000;
	background-color: initial;
	font-size: 1rem;
	line-height: normal;
	white-space: initial;
	border: initial;
}

th.day_of_week {
	color: #113F6E !important;
	text-align: center;
	font-family: freight-sans-pro, sans-serif;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
}

.day-cell {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	padding: 0rem .35rem;
}

.cal-day {
	font-weight: 500;
	font-size: 1rem;
	color: #000000;
	text-align: center;
	font-family: freight-sans-pro, sans-serif;
	height: 100%;
	width: 100%;
	font-variant-numeric: lining-nums proportional-nums;
	border: 1px solid white;
	max-width: 1.5rem;
}

table#calendar table#inner td.day_cell.out_of_range {
	background-color: initial;
	padding-top: initial !important;
}

.day_cell:focus .day-cell .cal-day {
	border: 1px solid #DCDCDC;
	border-radius: 0.25rem;
	cursor: pointer;
}

.reg .day-cell .cal-day {
	border: 1px solid white;
	border-radius: 0.25rem;
	cursor: pointer;
}

.extendedhours {
	background-color: initial !important;
}

.extendedhours .day-cell .cal-day {
	background-color: #8BD0FF !important;
	border-radius: 0.25rem;
	cursor: pointer;
}

.extendedhours:focus .day-cell .cal-day {
	border: 1px solid #DCDCDC;
}

.olehours {
	background-color: initial !important;
}

.olehours .day-cell .cal-day {
	background-color: #FFEB55 !important;
	border-radius: 0.25rem;
	cursor: pointer;
}

.olehours:focus .day-cell .cal-day {
	border: 1px solid #DCDCDC;
}


.today .day-cell .cal-day {
	background-color: #E1E1E1 !important;
	border-radius: 5px;
	color: #1C1C1C;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	cursor: pointer;
}

.today:focus .day-cell .cal-day {
	border: 1px solid #DCDCDC;
}

.pastday .day-cell .cal-day {
	color: #737373 !important;
	font-weight: 400 !important;
	cursor: pointer;
}

.pastday:focus .day-cell .cal-day {
	border: 1px solid #DCDCDC;
}

.earlyhours {
	background-color: initial !important;
}

.earlyhours .day-cell .cal-day {
	background-color: #A9FD4B !important;
	border-radius: 0.25rem;
	cursor: pointer;
}

.earlyhours:focus .day-cell .cal-day {
	border: 1px solid #DCDCDC;
}

.closeearly {
	background-color: initial !important;
}

.closeearly .day-cell .cal-day {
	background-color: #FEB388 !important;
	border-radius: 0.25rem;
	cursor: pointer;
}

.closeearly:focus .day-cell .cal-day {
	border: 1px solid #DCDCDC;
}

.hyb-oecl .day-cell .cal-day {
	background: linear-gradient(to bottom right, #A9FD4B 50%, #A9FD4B 50%, #8BD0FF 50%) !important;
	border-radius: 0.25rem;
	cursor: pointer;
}

.ext-frame {
	background-color: #8BD0FF !important;
}

.ce-frame {
	background-color: #FEB388 !important;
}

.oe-frame {
	background-color: #A9FD4B !important;
}

.ole-frame {
	background-color: #FFEB55 !important;
}

.oecl-frame {
	background: linear-gradient(90.98deg, #A9FD4B 1.38%, #8BD0FF 98.03%) !important;
}	

.caption {
	position: relative;
	top: -25px !important;
	text-align: left;
	caption-side: bottom;
	color: #000;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: freight-sans-pro, sans-serif;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem;
	width: 6rem;
}

.caption .span-a {
	display: block;
	float: left;
	background-color: #8BD0FF;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: .4rem;
	position: relative;
	border-radius: 0.25rem;
}

.caption .span-b {
	display: block;
	float: left;
	background-color: #FEB388;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: .4rem;
	position: relative;
	border-radius: 0.25rem;
}

.caption .span-c {
	display: block;
	float: left;
	background-color: #A9FD4B;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: .4rem;
	position: relative;
	border-radius: 0.25rem;
}

.caption .span-d {
	display: block;
	float: left;
	background-color: #FFEB55;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: .4rem;
	position: relative;
	border-radius: 0.25rem;
}

.fa-chevron-left::before {
	content: "\f053";
	font-weight: 900;
	color: black;
}

.fa-chevron-right::before {
	content: "\f054";
	font-weight: 900;
	color: black;
}