@charset "utf-8";
/* CSS Document */

@import url("https://ocm.auburn.edu/template/2022/_assets/css/article.css");
@import url("https://ocm.auburn.edu/template/2022/_assets/css/newsroom.css");

	.breadcrumbs-search {margin:3% auto;}
	
	.headlines {margin-bottom:5%;}
	.headlines .item {margin:8% auto;}
	.headlines .item .image {margin:2% auto;}
	.headlines .item .text {}
	.headlines .item .text .headline {font-size:1.5em; line-height: 1.2; font-weight:500;}
	.headlines .item .text .headline a {text-decoration: none; color:#0b2341;}
	.headlines .item .text .pubdate {margin:2% auto; color:#cc4e0b; font-weight:600;}
	.headlines .item .text .info p {font-size:1.1em;}

	.inthenews {padding:3%; border-radius:5px; margin-bottom:3%;}
	.inthenews .item {margin:8% auto;}
	.inthenews .item .headline {font-size:1.2em; font-weight:500; line-height: 1.2;}
	.inthenews .item .headline a {text-decoration: none; color:#0b2341;}
	.inthenews .item .pubdate {color:#cc4e0b;}
	.inthenews .item .source {}
	
	.contact {padding:3%;}
	.contact .item {margin:8% auto;}
	.contact .item .name {font-size:1.2em; font-weight:500; line-height: 1.2;}
	.contact .item .name a {text-decoration: none; color:#0b2341;}
	.contact .item .title {color:#cc4e0b;}
	
	.folders-pages .item {border-bottom:1px solid #a1a1a1; margin-bottom:5%;}
	.folders-pages .item .headline {font-size:1.5em; line-height: 1.2; font-weight:500;}
	.folders-pages .item .headline a {text-decoration: none; color:#0b2341;}
	.folders-pages .item .headline a:hover {color:#cc4e0b;}
	.folders-pages .item .headline a:focus {color:#cc4e0b;}
	.folders-pages .item .pubdate {margin:2% auto; color:#cc4e0b; font-weight:600;}
	.folders-pages .item .info p {font-size:1.1em;}

	html.brand-center {border:3px solid #cc4e0b;}

	@media (min-width:768px) {
		.headlines .item .text {padding-left:3%;}
	}
	
	@media (min-width:992px) {
		.headlines .item .image {margin:0px;}
		.headlines .item .text {padding-left:5%;}
		.inthenews .item {margin:4% auto;}
		.contact .item {margin:4% auto;}
		.folders-pages .item .pubdate {margin:1% auto;}
	}
	
	@media (min-width:1200px) {
		.headlines .item {margin:4% auto; padding:2% 0px;}
		.headlines .item .text .headline {font-size:1.75em;}
		.headlines .item .text .info p {font-size:1.3em;}
		.folders-pages .item {margin-bottom:2%;}
	}
	
	@media (min-width:1400px) {
		.inthenews {background-color:#eaeaea;}
	}