/*
 * CogAT.org approved header logo.
 *
 * The linked site name remains in the document for accessibility and search
 * engines. Only its visual presentation is replaced by the approved artwork.
 */
.site-header .site-title > a {
	background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	color: transparent !important;
	display: block;
	height: 74px;
	overflow: hidden;
	width: 178px;
}

.site-header .site-title {
	line-height: 1;
}

@media (max-width: 544px) {
	.site-header .site-title > a {
		height: 62px;
		width: 149px;
	}
}

@media (prefers-contrast: more) {
	.site-header .site-title > a {
		outline-offset: 4px;
	}
}

