/* ---------- */
/* TEMPLATE */
.blackbar .nav .first {
    display: none;
}

@media (min-width:992px) {
    .blackbar .nav .first + li>a {
        padding-left:5px;
    }
}

.footer {
	margin-top: 0;
}
 .bottom a:hover {
	color:#ffffff;
}

/* ---------- */
/* GLOBAL */
#main-content .row, #links .row {
	margin: 0 -8px;
}

a div .fa {
	color: #fff;
	font-size: 1.75em;
}

#main-content p,
#links p,
#headline {
	font-family: 'acumin-pro-condensed',"Franklin Gothic",sans-serif;
}


/* --------- */
/* ELEMENTS */
#main-content a:link,
#links a:link,
a:link#link-headline {
	display:block;
	font-weight: normal;
	text-decoration: none;
}

h2 {
	margin: 20px 0 0px;
	padding: 0;
	font-size: 1.5em;
}

h2.hidden {
	margin: 15px 0 5px;
}

/* ---------- */
/* DROPDOWN SELECTION */
#dropdown-container {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	position: relative;
}

#dropdown-container p, #dropdown-container li {
	font-weight: 700;
	font-size: 0.9em;
}

#dropdown-container .fa {
	font-family: 'FontAwesome';
	color: #333;
	position: absolute;
	right: 8px;
	top: 41px;
	font-size: 1.5em;
}

#dropdown {
	position: relative;
	width: 100%;
	background-color: #cccccc;
	padding: 6px 10px;
	cursor: pointer;
}

#dropdown p {
	padding: 0;
}

#dropdown-container ul {
	display: none;
	position:absolute;
	top: 100%;
	right: 0;/*2*/
	width: 100%;/*74.75*/
	z-index: 2;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#dropdown-container ul li {
	padding: 5px 10px;
	background-color: #cccccc;
	border-top: 1px solid #a0a0a0;
	font-family: 'acumin-pro-condensed',"Franklin Gothic",sans-serif;
}

#dropdown-container ul li a:hover {
	font-weight: 700 !important;
	text-decoration: none !important;
}

#dropdown-container li a {
	display: block;
	text-decoration: none;
	color: #333;
}

#dropdown-container li a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	#dropdown-container {
		float: right;
		width: 40.5%;
		margin: 20px 0 8px;
	}

	#dropdown-container p {
		display: inline;
		margin-right: 0.6em !important;
	}

	#dropdown-container .fa {
		top: 2.5px;
		right: 9px;
	}

	#dropdown-container ul {
		right: 1px;
		width: 78.25%;
	}

	#dropdown {
		width: 78%;
		display: inline-block;
		padding: 3px 10px;
	}

	#dropdown:after {
		top: 7px;
	}

	#dropdown p {
		margin: 0;
	}

	h2 {
		display: inline-block;
		margin-top: 25px;
	}
}

@media screen and (min-width: 992px) {
	#dropdown-container {
		width: 39%;
	}

	#dropdown-container ul {
		width: 82.5%;
		right: 1px;
	}

	#dropdown {
		width: 82.8%;
	}
}

@media screen and (min-width: 1200px) {
	#dropdown-container {
		width: 38%;
	}

	#dropdown-container ul {
		width: 85.25%;
	}

	#dropdown {
		width: 85.25%;
	}
}


/* ---------- */
/* CONTENT GRID */
.grid {
	padding: 8px;
}

.col-xs-6 .bg{
	padding-top: 62%;
}

.col-xs-12 .bg {
	padding-top: 100%;
}

.grid--md .bg {
	padding-top: 65%;
}

.grid--sm .bg {
	padding-top: 40%;
}

.grid--xs .bg {
	padding-top: 130%;
}

.links--md a {
	max-height: 280px;
	overflow: hidden;
}

.links--md .bg {
	padding-top: 95%;
}

.no-pad {
	padding: 0;
}

.grid--lg a {
	max-height: 400px;
	overflow: hidden;
}

.grid--md a {
	max-height: 300px;
	overflow: hidden;
}

.grid--sm a {
	max-height: 175px;
	overflow: hidden;
}

.grid--xs a {
	max-height: 200px;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.col-sm-2 .grid--xs .bg {
		padding-top: 125%;
	}

	.col-sm-4 .bg {
		padding-top: 31%;
	}

	.col-sm-4 .grid--md .bg {
		padding-top: 75%;
	}

	.col-sm-4 .grid--sm .bg {
		padding-top: 41.5%;
	}

	.col-sm-6 .bg {
		padding-top: 80%;
	}

	.links--md .bg {
		padding-top: 96.5%;
	}

	[class*='grid--'] a, .links--md a {
		max-height: none;
	}
}

@media screen and (min-width: 992px) {
	.col-sm-2 .grid--xs .bg {
		padding-top: 123.5%;
	}

	.col-sm-4 .grid--md .bg {
		padding-top: 75.5%;
	}

	.links--md .bg {
		padding-top: 74%;
	}
}

@media screen and (min-width: 1200px) {
	.col-sm-2 .grid--xs .bg {
		padding-top: 123%;
	}

	.col-sm-4 .grid--md .bg {
		padding-top: 76.25%;
	}

	.links--md .bg {
		padding-top: 72%;
	}
}


/* ---------- */
/* LINKS SECTION */
#links {
	background-color: #CFB991;
	padding: 6px 0;
	margin-top: 7px;
}

#links .no-pad .bg {
	padding: 1em;
}

.link--sm p {
	color: #CFB991;
	display: block;
	font-size: 1.1em;
	padding: 0;
	margin-top: 5px !important;
}

.link--sm .fa, .link--sm img {
	display: inline-block;
	margin-right: 0.25em;
	float: left;
}

.link--sm img {
	width: 1.70em;
	margin-right: 0.5em;
}

.link--sm .circle {
	background-color: #CFB991;
	position: absolute;
	top: 1.5em;
	right: 1.25em;
}

.inner-content {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 8px;
	right: 8px;
}

.inner-content .story {
	color: white;
	font-weight: normal;
	text-decoration: underline;
	font-size: 14pt;
	line-height: 17pt;
	padding: 0 10px;
	margin-top: 11px !important;
}

.more-link {
	background-color: #EBD99F;
	color: #000;
	position: absolute;
	bottom: 8px;
	left: 8px;
	right: 8px;
	font-size: 11pt;
	font-weight: 700;
	text-align: center;
	padding: 0;
	margin-bottom:0;
}

.more-link .fa {
	color: #000;
	font-size: 10pt;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	#links {
		padding: 15px 0;
	}

	#links .no-pad .bg {
		padding: 0.95em;
	}

	.link--sm {
		text-align: center;
	}

	.link--sm .fa, .link--sm img {
		display: block;
		float: none;
	}

	.link--sm .fa {
		font-size: 2em;
	}

	.link--sm img {
		margin: 0 auto;
		width: 1.8em;
		margin-bottom: 15px;
	}

	.link--sm p {
		font-size: 1.4em;
		margin-top: 0.75em !important;
	}

	.inner-content {
		top: 44%;
	}

	.inner-content .story {
		font-size: 11pt;
		line-height: 14pt;
		margin-top: 7px !important;
	}
}

@media screen and (min-width: 992px) {
	#links .no-pad .bg {
		padding: 0.85em !important;
	}

	.link--sm {
		padding: 1em !important;
	}

	.link--sm .fa {
		font-size: 2em;
	}

	.link--sm img {
		width: 1.8em;
		margin-bottom: 15px;
	}

	.link--sm p {
		font-size: 1.75em;
		margin-top: 0.75em !important;
	}

	.inner-content {
		top: 48%;
	}

	.inner-content .story {
		font-size: 13pt;
		line-height: 17pt;
	}
}

@media screen and (min-width: 1200px) {
	#links .no-pad .bg {
		padding: 1.5em !important;
	}

	.inner-content {
		top: 49%;
	}

	.inner-content .story {
		font-size: 16pt;
		line-height: 20pt;
		margin-top: 0 !important;
	}
}


/* ---------- */
/* HEADLINE SECTION */
#headline {
	background-color: #555960;
	text-align: center;
	color: #fff;
	padding: 0.75em;
}

#headline p {
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 0.5em !important;
}

#headline .circle {
	margin: 0 auto;
}

#headline .fa {
	color: #fff;
}

#headline:hover .circle {
	background-color: #fff;
}

#headline:hover .fa {
	color: #555960;
}

@media screen and (min-width: 768px) {
	#headline p {
		display: inline-block;
		margin: 0 1em 0 0 !important;
		font-size: 1.15em;
		font-weight: 700;
		position: relative;
		top: -4px;
	}

	#headline .circle {
		display: inline-block;
		position: relative;
		top: 3px;
	}
}

/* ---------- */
/* SPECIAL CLASSES */

/* Featured Story */
.featured {
	position: relative;
}

.featured:after {
	content: "Featured \2008 \2008 \2008 \2605";
	font-size: 1em;
	font-weight: 700;
	font-family: 'acumin-pro-condensed',"Franklin Gothic",sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 15px;
	background-color: #FFD100;
	color: #000;
}

/* Tile Backgrounds */
.bg--featured {
	background-image: url(https://s3.amazonaws.com/media.wbur.org/wordpress/11/files/2015/11/1111_mitch-daniels.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.bg--event, .bg--trending {
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000;
}

.bg--event {
	background-image: url(../images/PN-YT.jpg);
}

.bg--trending {
	background-image: url(../images/trending-new.jpg);
}

.bg--photo {
	background-image: url(https://mysustainableadventures.files.wordpress.com/2012/05/dr-253.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-filter: brightness(35%);
	filter: brightness(35%);
}

.bg--pattern {
	background-image: url(https://purdue.edu/purdue/images/templateElements/2015/stripes-tile.png);
	background-repeat:repeat;
}

.bg--pattern-gray {
	background-image: url(../img/gray-stripes-tile.png);
	background-repeat:repeat;
}

@media screen and (min-width: 768px) {
	.bg--event, .bg--trending {
		background-size: cover;
		background-position: center -10px;
	}
}

@media screen and (min-width: 1200px) {
	.bg--event, .bg--trending {
		background-position: center -13px;
	}
}


/* Captions */
.caption {
	color: white;
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: 8px;
	padding: 0.5em;
	margin:0;
}

.caption--lg {
	font-size: 19pt;
	line-height: 21pt;
}

.caption--md {
	font-size: 18pt;
	line-height: 20pt;
}

.caption--sm {
	font-size: 16pt;
	line-height: 18pt;
}

.caption--overlay {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.5);
	left: 8px;
	right: 8px;
	bottom: 8px;
}

/* Circles */
.circle {
	position: relative;
	border-radius: 50%;
	background-color: #7c868d;
	height: 30px;
	width: 30px;
}

.circle .fa {
	position: absolute;
	top: 2.5px;
	left: 12.5px;
	font-size: 1.35em;
	font-weight: 700;
	color: #333;
}

@media screen and (min-width: 768px) {
	.circle .fa {
		top: 3.25px;
		left: 12.5px;
	}
}

@media screen and (min-width: 1200px) {
	.circle .fa {
		top: 4px;
		left: 12.5px;
	}
}


/* Story Dates */
.date {
	font-size: 12pt;
	display: block;
	margin-bottom: 0.5em;
}

#links .date {
	padding: 0 8px;
	color: white;
	background-color: #000000;
	display:inline-block;
	text-decoration: none;
}

.date--gold {
	color: #daaa00;
}

@media screen and (min-width: 768px) {
	.caption--lg {
		font-size: 21pt;
		line-height: 23pt;
	}

	.caption--md {
		font-size: 17pt;
		line-height: 20pt;
	}

	.caption--sm {
		font-size: 13pt;
		line-height: 15pt;
	}

	.date {
		font-size: 10pt;
		margin-bottom: 0.25em;
	}
}

@media screen and (min-width: 992px) {
	.caption--lg {
		font-size: 28pt;
		line-height: 30pt;
	}

	.caption--md {
		font-size: 21pt;
		line-height: 23pt;
	}

	.caption--sm {
		font-size: 17pt;
		line-height: 19pt;
	}

	.date {
		font-size: 12pt;
		margin-bottom: 0.5em;
	}

}

@media screen and (min-width: 1200px) {
	.caption--lg {
		font-size: 32pt;
		line-height: 34pt;
	}

	.caption--md {
		font-size: 25pt;
		line-height: 27pt;
	}

	.caption--sm {
		font-size: 20pt;
		line-height: 22pt;
	}

	.date {
		font-size: 14pt;
		margin-bottom: 0.75em;
	}

	#links .date {
		padding: 3px 10px;
	}
}