#header {
	background: #cf142b;
}

#logo {
	width: 19.375rem;
}

#site-title {
	padding: 0;
	background: #000;
	& h1 {
		color: #fff;
		margin-bottom: 0;
	}
}

#syllabus-page-status {
	padding-bottom: 15px;
	color: #fff;
	a {
		color: #fff;
		&:hover,
		&:focus {
			text-decoration: underline;
		}
	}
}

#local-header .progress-bar {
	background: #cf142b;
}

#footer {
	background: #000;
	.wrap {
		display: flex;
		justify-content: space-between;
	}
	h3 {
		text-transform: uppercase;
	}
}

#content a.lfeditable,
#content button.lfeditable {
	display: inline-block;
}

a#totop {
	background: #cf142b;
}