/* BRANDING OVERWRITES */
 #branding-bar {
	 background-color: #222222;
	 border-top: 5px solid #414042;
}
 #branding-bar:after {
	 content: "";
	 bottom: -3px;
	 position: absolute;
	 width: 100%;
	 height: 3px;
	 background: rgba(74, 61, 48, 0.3);
	 z-index: 8;
}
 #branding-bar h1, #branding-bar #iu-campus {
	 padding-left: 0;
}
 #branding-bar h1 a, #branding-bar #iu-campus a {
	 color: #fff;
	 text-decoration: none;
}
 #footer {
	 padding: 24px 0;
	 text-align: center;
	 position: relative;
	 font-family: BentonSansRegular, Arial, serif;
	 font-weight: normal;
}
 #footer a {
	 color: #222222;
}
 @media only screen and (min-width: 40em) {
	 #footer {
		 border-top: 6px solid #414042;
	}
}
 @media only screen and (min-width: 1025px) {
}
 @media only screen and (min-width: 1025px) {
}
 