@charset "UTF-8";
/* OED internships */

.uu-body {
	background-color: #fff;
}

		
div#internshipBoxes {
	text-align: center;
}
	.internshipBox {
		width: 340px;
        height: 325px;
		background-size: cover;
		background-position: contain;
		display: inline-block;
		position: relative;
		margin: 10px;
		align-content: center;
        bottom: 70px;
        padding: 15px;
		clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
		opacity: 0.9;
		
	}
		

		.internshipInfo {
			color: #F1F1F2;
			text-align: center;
			width: 340px;
			height: 130px;
			background: #333333;
			padding: 10px 23px 0 13px;
			position: absolute;
			bottom: 0;
			left: 0;
		}

		.internshipBox:hover {
			cursor: pointer;
			text-decoration: none;
			opacity: 1;
		}

		#primary .internshipInfo h1 {
			color: #F1F1F2;
			font-size: 1.15em;
			text-align: center;
			text-transform: none;
			font-weight: normal;
			margin: 0;
			padding: 0;
			line-height: 1.2em;
		}
		#primary .internshipInfo p {
			padding: 0;
			margin: 0;
			margin-top: 5px;
			font-style: italic;
			font-size: 0.9em;
			line-height: 1.1em;
		} 
		#primary .internshipInfo span {
			color: #F1F1F2;
			font-size: 1.1em;
			display: block;
			width: 100%;
			position: absolute;
			bottom: 5px;
			left: 0px;
			padding-right: 20px;
		}


div#otherinternshipsBox {
	width: 300px;
	max-width: 35%;
	float: left;
	position: relative;
	margin-top: 20px;
}
	div#otherinternshipsBox a {
		text-decoration: none;
	}
	div#otherinternshipsBox h2 {
		text-align: center;
		text-indent: 0;
		line-height: 1em;
	}
	div#otherinternshipsBox div {
		width: 100%;
		background: #e7e8e9;
		padding: 10px;
		margin: 10px 0;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	div#otherinternshipsBox div:hover {
		background: #404041;
		color: #F1F1F2;
	}
	div#otherinternshipsBox div:hover h3 {
		color: #F1F1F2;
	}
	div#otherinternshipsBox div h3 {
		text-align: left;
		text-transform: uppercase;
		line-height: 1em;
	}
	div#otherinternshipsBox div span {
		font-style: italic;
	}
	div#otherinternshipsBox div p {
		color: #5A9B97;
	}


.eventDetails{
	max-width:100%;
}
	.eventDetails td{
		vertical-align: middle;
	}

.site-singleinternship {
	padding: 50px 5% 20px 10%;
    width: 70%;
    display: inline-block;
    vertical-align: top;	
}

@media screen and (max-width: 680px) {
	.site-singleinternship {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {

	.internshipBox {
		background: #404041;
		background-image: none;
		margin: 2% auto;
		}
		.internshipInfo {
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
			width: 100%;
			height: 100%;
			padding: 2%;
		}
		
	#main.site-singleinternship {
		width: 94%;
	}
	
	div#otherinternshipsBox {
		width: 94%;
		max-width: 94%;
		margin: 3%;
	}
}