/* CSS Document */
#LinkPanels .contentPadding {
	padding-top: 0;	
}
.contentList.linkPanels {
	border-bottom: 2px solid #b5b7b9;
	margin-bottom: 1em;	
}
.linkPanel {
	border-top: 2px solid #b5b7b9;
	padding: 26px 0;
}


/* Screen size specific stuff */

/* DESKTOP */
/* Desktop */
@media all and (min-width: 1184px) {
	.linkPanel .leftCol {
		float: left;	
		width: 735px;
	}
	.linkPanel .rightCol {
		float: right;
		text-align: center;
		max-width: 355px;	
	}
	.linkPanel.hasLogo .rightCol {
		width: 355
	}
	.typography .linkPanel h2 {
		margin: 0;
	}
}


/* DEVICES */
/* ALL mobile and tablet devices */
@media all and (max-width: 1183px) {
	.linkPanel {
		text-align: center;	
	}
	.linkPanel.hasLogo .rightCol {
		margin: 0 auto;
		max-width: 80%;
	}
}

/* TABLET */
/* Tablet */
@media all and (min-width: 800px) and (max-width: 1183px) {
	
}

/* PHONE */
/* ALL phone sizes */
@media all and (max-width: 799px) {
	
}
/* Phone horizontal */
@media all and (min-width: 480px) and (max-width: 799px) {
	
}
/* Phone vertical */
@media all and (max-width: 479px) {
	
}