/** ID7 styles **/

/*** opps links ***/

.opps-links {
	position: relative;
	margin-top: 1em;
	padding: 1em;
	text-decoration: none;
	color: white;
	background-color: #3c3c3b;
}

.opps-links a {color: white;}
.opps-links a:hover {color: lightGrey;}

.opps-links:nth-of-type(3n+3) {margin-right: 0;}

.opps-links ul {list-style: none; margin: 0; padding: 0; line-height: 1.3em;}


.opps-links h2:first-of-type {
	position: absolute;
	top: 1.2em;
	z-index: 1;
	background-color: #137f84;
	color: white;
	text-transform: uppercase;
	padding: .4em 1em;
	left: -0.4em;
	font-size: 1.25em;
}


.opps-links h2:first-of-type a {text-decoration: none; color: white;}
.opps-links h2:first-of-type a:hover {color: #d0d2d3;}

.opps-links img {margin-bottom: 1.3em; min-width: 100%;}

@media (min-width: 450px){
	.opps-links {float: left; width: 31%; min-height: 24em; margin-right: 1em;}
}

@media (min-width: 1025px){
	.opps-links {min-width: 32%;}
		.opps-links h2:first-of-type:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-left: .4em solid transparent;
		border-top: .4em solid #106363;
		top: 1.9em;
		left: 0em;
	}
}

@media print {
	.research-col-1 {margin-top: 0;}
}