@charset "utf-8";
/*
This CSS file is for emergency style updates to all webistes that use the 2018 njaesunit and county templates.

It (or its minified version) is used on the following websites (not a complete list):
  https://camden.njaes.rutgers.edu
  https://gloucester.njaes.rutgers.edu
  https://hudson.njaes.rutgers.edu
  https://monmouth.njaes.rutgers.edu
*/

/* For 2021 Style */

@media (min-width: 640px) {
	.logo { padding-bottom: 1rem; }
}
@media (min-width: 769px) {
	.logo { padding: 1.5rem 2rem; }
}


/* Ubernav */

#uber-nav ul.top-bar-left { margin-left: 0; }
@media only screen and (min-width: 40em) { /*medium & up*/
	#uber-nav ul.top-bar-left { margin-left: 0!important;  }
}
@media only screen and (min-width: 64em) { /*large & up*/
	#uber-nav ul.top-bar-left { margin-left: 1rem!important;  }
}


/* For 2018 Style? */

@media only screen and (max-width: 40em) { /*small only*/
	#unit-bar { background: #cc0033; }
	#unit-bar a,
	#unit-bar h1 { color: white; }
	#content .people li { margin: 0 0 1rem; }
	#right-col { font-size: 1rem !important; }
	#footer .copyright,
	 #footer .accessibility,
	 #footer .contact-info { font-size: .9rem !important; }
	
}

#sub-main-content { padding: 0; }

#footer a,
 #main-content li a { text-decoration: underline; }

#main-content .box-menu a,
 #footer .linklist a { text-decoration: none; }

#main-logo-wrapper { overflow: hidden !important; }


/* Footer Buttons */

#footer .button { border-size: 1px; border-radius: .25rem; border-style: solid; line-height: 1.4; text-align: left; }
#footer .button:link,
 #footer .button:visited { background: transparent; border-color: white; color: white; text-decoration: none; }
#footer .button:focus,
 #footer .button:hover { background: #a9a18c; border-color: #a9a18c; color: white; }
#footer .button:active { background: #cc0033; border-color: #cc0033; color: white; }
