/****************************************************
*   Beloit College - Information Block CSS     		*
*   By: Nick Mischler                               *
****************************************************/

@charset "utf-8";
/* CSS Document */
	
div#information_blocks {
	width: 100%;
	margin: 1em 0;
}

div#content div.contentMain + div.contentPost div#information_blocks {
	margin: 0;
}

div#information_blocks h3.section_title {
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 600;
}

div#information_blocks hr {
	margin: 1em 0;
}

div#information_blocks hr.top_divider {
    margin-top: 0;
}

div#information_blocks div.block_pair,
div#information_blocks div.info_block {
	width: 100%;
	position: relative;
}

div#information_blocks div.info_block {
	padding: 0 5%;
}

div#information_blocks div.info_block div.image {
	width: 100%;
	position: relative;
	padding: 0 18%;
}

div#information_blocks div.info_block div.image div.image_space {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	margin-bottom: 1em;
}

div#information_blocks div.info_block div.image.square div.image_space {
	/* Default behavior of image section. */
}

div#information_blocks div.info_block div.image.circle div.image_space {
	border-radius: 50%;
}

div#information_blocks div.info_block div.image a,
div#information_blocks div.info_block div.button div.button_space a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div#information_blocks div.info_block div.image a {
	width: 64%;
	left: 18%;
}

div#information_blocks div.info_block div.titles_content {
	width: 100%;
}

div#information_blocks div.info_block div.titles_content h4.titles {
	font-size: 1.10em;
	font-family: "Gotham A", "Gotham B";
	font-weight: normal;
	margin-top: 0;
}

div#information_blocks div.info_block div.titles_content h4.titles span.title {
	display: block;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	font-weight: 600;
}

div#information_blocks div.info_block div.titles_content h4.titles span.append + span.subtitle::before {
	content: " • ";
}

div#information_blocks div.info_block div.titles_content div.content p:last-of-type {
	margin-bottom: 0;
}

div#information_blocks div.info_block div.button {
	width: 100%;
	font-size: 1.3em;
	text-align: center;
	text-transform: lowercase;
	font-family: "Sentinel A","Sentinel B";
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.025em;
	margin-top: 1em;
}

div#information_blocks div.info_block div.button div.button_space {
	background: #00336D;
	color: #FFF;
	/*border-radius: 0.5em;*/
	position: relative;
	width: 100%;
	max-width: 12em;
	margin: 0 auto;
}

div#information_blocks div.info_block div.button div.button_space div.button_text {
	padding: 0.6em 0;
}
div#information_blocks div.info_block div.button div.button_space div.button_text > span::before {
	content: "- ";
}
div#information_blocks div.info_block div.button div.button_space div.button_text > span::after {
	content: " -";
}

@media screen and (min-width: 500px) {
	div#information_blocks div.info_block {
		padding: 0 10%;
	}
	div#information_blocks div.info_block div.image {
		padding: 0 20%;
	}
	div#information_blocks div.info_block div.image a {
		width: 60%;
		left: 20%;
	}
}

@media screen and (min-width: 700px) {
	/********************************************
		Convert from stack 1col to stack 2col. 
	*********************************************/
	div#information_blocks.col_1 div.info_block {
		padding: 0 2%;
	}
	div#information_blocks.col_1 div.info_block.has_image {
		min-height: 18vw;
	}
	div#information_blocks.col_1 div.info_block.has_image div.titles_content,
	div#information_blocks.col_1 div.info_block.has_button div.titles_content,
	div#information_blocks.col_1 div.info_block.has_image div.button {
		width: 75%;
		padding: 0;
	}
	div#information_blocks.col_1 div.info_block div.image,
	div#information_blocks.col_1 div.info_block.no_image div.button {
		width: 20%;
		padding: 0;
		position: absolute;
		right: 2%;
		top: 0;
		/*top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);*/
	}
	div#information_blocks.col_1 div.info_block div.image a {
		width: 100%;
		left: 0;
	}
	div#information_blocks.col_1 div.info_block.no_image div.button {
		max-width: none;
		margin: 0;
	}
	div#information_blocks.col_1 div.info_block div.image div.image_space {
		margin: 0;
	}
	div#information_blocks.col_1 div.info_block div.titles_content h4.titles span.title {
		display: inline;
	}
	div#information_blocks.col_1 div.info_block div.titles_content h4.titles span.append::before {
		content: " • ";
	}
	div#information_blocks.col_1 div.info_block div.titles_content h4.titles span.append + span.subtitle::before {
		content: "";
	}
	div#information_blocks.col_1 div.info_block div.titles_content h4.titles span.subtitle {
		display: block;
	}
	div#information_blocks.col_1 div.info_block div.button div.button_space {
		margin: 0;
	}
	/********************************************
		Convert from stack 1col to stack 2col. 
	*********************************************/
	div#information_blocks.col_2 hr {
		display: none;
	}
	div#information_blocks.col_2 div.block_pair div.info_block {
		margin-bottom: 3em;
		width: 50%;
		float: left;
	}
	div#information_blocks div.block_pair:last-child div.info_block {
		margin-bottom: 0;
	}
	div#information_blocks.col_2 div.block_pair div.info_block:nth-of-type(1) {
		padding: 0 4.5% 0 2%;
	}
	div#information_blocks.col_2 div.block_pair div.info_block:nth-of-type(2) {
		padding: 0 2% 0 4.5%;
	}
	div#information_blocks.col_2 div.info_block div.image {
		padding: 0 15%;
	}
	div#information_blocks.col_2 div.info_block div.image a {
		width: 70%;
		left: 15%;
	}
	div#information_blocks.col_2 div.info_block div.titles_content h4.titles span.title {
		font-size: 1.3em;
		/*font-weight: 500;*/
	}
	/********************************************
		Applies to both. 
	*********************************************/
	div#information_blocks.col_1 div.info_block.has_image div.button,
	div#information_blocks.col_2 div.info_block div.button {
		margin-top: 1.25em;
	}
}

@media screen and (min-width: 1024px) {
	div#information_blocks.col_1 div.info_block.has_image {
		min-height: 11vw;
	}
}

@media screen and (min-width: 1920px) {
	div#information_blocks.col_1 div.info_block.has_image {
		min-height: 211px;
	}
}




/*
div#general_profiles hr {
	margin: 0;
}

div#general_profiles ul {
	margin: -0.5em 0 0.5em 3em;
}

div#general_profiles img {
	max-height: 10em;
	margin: 0 0.5em 0.5em;
	float: left;
}

div#general_profiles p.top_note {
	font-style: italic;
}

div#general_profiles h4.category_title {
	margin: 0.5rem 0 0.5rem 1rem;
	font-size: 1.1em;
}

div#general_profiles div.general_profile {
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	display: inline-block;
}

div#general_profiles div.general_profile:first-child {
	margin: 0 0 1em;
}

div#general_profiles div.general_profile div.profile {
	width: 100%;
	display: inline-block;
}

div#general_profiles div.general_profile div.profile_image img {
	display: block;
	float: none;
	margin: 0 auto 1em;
	max-width: 100%;
	max-height: 15em;
}

@media screen and (min-width: 600px) {
	div#general_profiles div.general_profile div.profile_image img {
		margin: 0 0 1em 1em;
		float: right;
	}
}

div#general_profiles span.profile_name,
div#general_profiles span.label_text {
	font-weight: bold;
}

div#general_profiles p.aux_title,
div#general_profiles p.asset_title,
div#general_profiles p.image_title {
	margin-bottom: 0.5em;
}

div#general_profiles div.general_profile div.profile_assets {
	margin-bottom: 1em;
}

div#general_profiles div.general_profile div.profile_assets p {
	margin-bottom: 0.5em;
}

div#general_profiles div.general_profile div.profile_gallery {
	display: inline-block;
	width: 100%;
}

div#general_profiles div.general_profile p.last_modified {
	margin: 0;
	float: right;
	color: #666;
	font-size: 0.75em;
}

div#general_profiles div.return_link {
	box-shadow: 0 0 2px #888888;
	margin: 0;
	padding: 1em;
}*/