
@media (min-width: 1024px) {
	.header .container:first-child {
		justify-content: space-between;
	}
	.header .header-right {
		position: relative;
		right: 20px;
	}
}
@media (min-width: 1400px) {
	.header .header-right {
		right: calc(-0.4 * (100vw - 100%));
	}
}

@media (min-width: 1024px) {
	.home-intro .left {
		max-width: calc(100% - 500px);
	}
}
@media (min-width: 1400px) {
	.home-intro .left {
		max-width: calc(100% - 500px);
	}
}
@media (min-width: 1500px) {
	.home-intro .left {
		max-width: calc(100% - 500px);
	}
}

@media (min-width: 1024px) {
	.home-intro .right {
		max-width: 400px;
	}
}
@media (min-width: 1400px) {
	.home-intro .right {
		max-width: 400px;
	}
}

.widget-library-hours .table {
	position: relative;
}
.widget-library-hours .table thead:before {
	top: -4px;
	bottom: auto;
}
.widget-library-hours .table thead:after {
	bottom: auto;
	height: 69px;
}

.simcal-default-calendar-list dd.simcal-day {
	margin: 0 0 10px;
	background: #fff;
}
.simcal-default-calendar-list dt.simcal-day-label {
	border-bottom: 0 none !important;
	color: #fff !important;
}
