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

@charset "utf-8";
/* CSS Document */

div.break_wrapper.information_blocks {
	width: 100%;
}

div.break_wrapper.information_blocks div.break_always {
	clear: both;
}

div.break_wrapper.information_blocks {
	margin: 1em 0;
}

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


/*
 * 
 * 1 column (default) 
 *
 */
 
/* break layout */ 

div.break_wrapper.information_blocks div.block {
	width: 100%;
	float: left;
	margin-bottom: 1em;
}

/* content */

div.break_wrapper.information_blocks hr {
	margin: 1.25em 0;
}

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

div.break_wrapper.information_blocks div.block_pair,
div.break_wrapper.information_blocks div.block {
	width: 100%;
	position: relative;
}

div.break_wrapper.information_blocks div.block {
	padding: 0 5%;
}

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

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

div.break_wrapper.information_blocks div.block div.image.square div.image_space {
	/* Default behavior of image section. */
}

div.break_wrapper.information_blocks div.block div.image.circle div.image_space {
	border-radius: 50%;
}

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

div.break_wrapper.information_blocks div.block div.image a {
	width: 64%;
	left: 18%;
}

div.break_wrapper.information_blocks div.block div.titles_content {
	width: 100%;
}

div.break_wrapper.information_blocks div.block div.titles_content div.titles {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	letter-spacing: 0.01em;
}

div.break_wrapper.information_blocks div.block div.titles_content div.titles /*h3 or h4*/.title {
	font-size: 1em;
	margin: 0;
}

div.break_wrapper.information_blocks div.block div.titles_content div.titles span.append + span.subtitle::before {
	content: " • ";
}

div.break_wrapper.information_blocks div.block div.titles_content div.content h4,
div.break_wrapper.information_blocks div.block div.titles_content div.content h5,
div.break_wrapper.information_blocks div.block div.titles_content div.content h6 {
	font-size: 1.075em;
}

div.break_wrapper.information_blocks div.block div.titles_content div.content p {
	margin-bottom: 1em;
}

/*div#content div.break_wrapper.information_blocks div.block div.titles_content div.content p:last-of-type {
	margin-bottom: 0;
}*/

div.break_wrapper.information_blocks div.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.break_wrapper.information_blocks div.block div.button div.button_space {
	background: #00336D;
	color: #FFF;
	position: relative;
	width: 100%;
	max-width: 12em;
	margin: 0 auto;
}

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

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


/*
 * 
 * 2 column
 *
 */
@media screen and (min-width: 700px) {
	
	div#information_blocks div.block.has_image div.button,
	div#information_blocks div.block div.button {
		margin-top: 1.25em;
	}
	
	/********************************************
		Convert from stack 1col to ladder 1col. 
	*********************************************/
	div.break_wrapper.information_blocks.max_1 div.block {
		padding: 0 2%;
	}
	div.break_wrapper.information_blocks.max_1 div.block.has_image {
		min-height: 18vw;
	}
	div.break_wrapper.information_blocks.max_1 div.block.has_image div.titles_content,
	div.break_wrapper.information_blocks.max_1 div.block.has_button div.titles_content,
	div.break_wrapper.information_blocks.max_1 div.block.has_image div.button {
		width: 75%;
		padding: 0;
	}
	div.break_wrapper.information_blocks.max_1 div.block div.image,
	div.break_wrapper.information_blocks.max_1 div.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.break_wrapper.information_blocks.max_1 div.block div.image a {
		width: 100%;
		left: 0;
	}
	div.break_wrapper.information_blocks.max_1 div.block.no_image div.button {
		max-width: none;
		margin: 0;
	}
	div.break_wrapper.information_blocks.max_1 div.block div.image div.image_space {
		margin: 0;
	}
	
	div.break_wrapper.information_blocks.max_1 div.block div.titles_content div.titles /*h3 or h4*/.title {
		display: inline;
	}
	div.break_wrapper.information_blocks.max_1 div.block div.titles_content div.titles span.append::before {
		content: " • ";
	}
	div.break_wrapper.information_blocks.max_1 div.block div.titles_content div.titles span.append + span.subtitle::before {
		content: "";
	}
	div.break_wrapper.information_blocks.max_1 div.block div.titles_content div.titles span.subtitle {
		display: block; 
	}
	
	div.break_wrapper.information_blocks.max_1 div.block div.button div.button_space {
		margin: 0;
	}
	
	/********************************************
		Convert from stack 1col to stack 2col. 
	*********************************************/

	div.break_wrapper.information_blocks.max_2 div.block {
		width: 49%;
		padding: 0 3%;
		margin: 0 0.5% 2em;
	}
	div.break_wrapper.information_blocks.max_2 div.break_2 {
		clear: both;
	}
	
	/*---*/
	
	div.break_wrapper.information_blocks.max_2 hr {
		display: none;
	}
	div.break_wrapper.information_blocks.max_2 div.block div.image {
		padding: 0 15%;
	}
	div.break_wrapper.information_blocks.max_2 div.block div.image a {
		width: 70%;
		left: 15%;
	}
	div.break_wrapper.information_blocks.max_2 div._block div.titles_content /*h3 or h4*/.titles span.title {
		font-size: 1.3em;
	}
	
	/********************************************
		Convert from stack 1col to stack 3col. 
	*********************************************/
	
	/* break layout */ 

	div.break_wrapper.information_blocks.max_3 div.block {
		width: 32.333%;
		padding: 0 2%;
		margin: 0 0.5% 2em;
	}
	div.break_wrapper.information_blocks.max_3 div.break_2 {
		clear: none;
	}
	div.break_wrapper.information_blocks.max_3 div.break_3 {
		clear: both;
	}
	
	/* content */
	
	div.break_wrapper.information_blocks.max_3 hr {
		display: none;
	}
	
	div.break_wrapper.information_blocks.max_3 div.block div.image {
		padding: 0 10%;
	}
	
}

@media screen and (min-width: 1024px) {
	div.break_wrapper.information_blocks.max_1 div.block.has_image {
		min-height: 11vw;
	}
}

@media screen and (min-width: 1920px) {
	div.break_wrapper.information_blocks.max_1 div.block.has_image {
		min-height: 211px;
	}
}

@media print {
	div.break_wrapper.information_blocks div.block div.image {
		display: none !important;
	}
	div.break_wrapper.information_blocks div.block div.button div.button_space {
		border: 1px solid #000 !important;
	}
}
