<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.link-collapse, .title-arrow {
	position: relative;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	display: block;
}
.link-collapse:after {
	width: 0;
	height: 0;
	position: absolute;
	content:"";
	display:block;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	border-left: 8px solid #003266;
    left: 3px;
    bottom: 15px;
}
.link-collapse[aria-expanded="true"]:after {
    transform: rotate(-90deg) translate(-4px);
}
.link-collapse2 {
	position: relative;
	padding: 5px 0 5px 30px;
	color: #000 !important;
	display: block;
	font-weight: bold;
}
.link-collapse2:after {
	width: 0;
	height: 0;
	position: absolute;
	content:"";
	display:block;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 5px solid #000000;
    left: 3px;
    bottom: 13px;
}
.link-collapse2[aria-expanded="true"]:after {
    transform: rotate(-90deg);
}

.link-collapse3 {
	position: relative;
	padding: 5px 0 5px 30px;
	color: #000 !important;
	display: block;
	font-weight: bold;
	margin-left:10px;
}

.link-collapse3:after {
	width: 0;
	height: 0;
	position: absolute;
	content:"";
	display:block;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 5px solid #000000;
    left: 3px;
    bottom: 13px;
}
.link-collapse3[aria-expanded="true"]:after {
    transform: rotate(-90deg);
}



.day:hover {
	text-decoration: none;
}
.day[aria-expanded="true"] {
	background-color: #EDF4FA;
	color: #000 !important;
}
.title-arrow:after {
	width: 0;
	height: 0;
	position: absolute;
	content:"";
	display:block;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	border-left: 8px solid #003266;
    left: 0;
    bottom: 10px;
}

.link-accordion {
    position: relative;
    padding-right: 35px;
}
.link-accordion:after, .link-accordion:before {
	width: 12px;
	height: 1px;
	position: absolute;
	background-color: #003266;
	content:"";
	display:block;
    top: 12px;
	right: 12px;
}
.link-accordion[aria-expanded="false"]:before {
    transform: rotate(90deg);
}</pre></body></html>