/* NEW RULES TO BE ORGANIZED INTO ADDITIONAL CSS PANEL STYLE SHEET §
 * =============================================================================
 */
/* LEGACY / PROVOST FOOTER CONSTRUCT: Hide on new site (FIX)
 * ---------------------------------------------------
 */
.wsu-row.footersection.wsu-row--single {
	display: none;
}

/* —» Atomic CSS: Font Weights «— */
.fw-lb {
	font-weight: 300;
}

.fw-nb {
	font-weight: 400;
}

.fw-mb {
	font-weight: 500;
}

.fw-sb {
	font-weight: 600;
}

.fw-b {
	font-weight: 700;
}

.fw-eb {
	font-weight: 800;
}

/* Custom Outline Titles */
@font-face {
	font-family: 'wsu-outline';
	src: url('https://cdn.web.wsu.edu/css/Montserrat-Bold-static.ttf') format("opentype");
}

.wsu-custom-outline-title {
	text-transform: uppercase;
	font-size: 4.2rem;
	text-align: center;
	color: #4d4d4d;
}

.wsu-custom-outline-title strong {
}

.wsu-custom-outline-title::before {
	content: "";
	background-color: #ca1237;
	display: block;
	height: 8px;
	width: 95px;
	top: 0;
	margin: 0 auto 1rem;
}

.wsu-custom-outline-title strong {
	font-family: 'wsu-outline' !important;
	font-weight: 500;
	color: #fff;
	font-size: 1.05em;
	letter-spacing: 1px;
}

@media screen and (max-width: 1300px) {
	.wsu-custom-outline-title {
		font-size: 3.5rem;
	}
	
	.wsu-custom-outline-title strong {
		font-size: 3.6rem;
	}
}

@media screen and (max-width: 700px) {
	.wsu-custom-outline-title {
		font-size: 3rem;
	}
	
	.wsu-custom-outline-title strong {
		font-size: 3.1rem;
	}
}

@media screen and (max-width: 500px) {
	.wsu-custom-outline-title {
		font-size: 2rem;
	}
	
	.wsu-custom-outline-title strong {
		font-size: 2.1rem;
	}
}