/* ############ Created by Jake Dowzell, 4th March 2014 ############ */
/* ############ Copied from Hispanic Studies to Modern Languages by Gavin Wray 26 Aug 2014 */
/* Note to self: Append the following to the BOTTOM of the SITE CSS! */

/*
// Site colours

//@primary-nav-color: #ec3a35;
//@secondary-nav-color: #244077;

@importasset(/fac/location/place/goes/here/module-template.less);
*/


.infoHolder {
	float: left;
	display: block;
	width: 99%;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #D3D3D3;
}

	.infoHolder p {
		padding: 0px 5px;
		font-size: 12pt;
	}

bigText {
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	letter-spacing: normal;
	margin: 0 0 0.3em 0;
	padding-left: 5px;
}


.rightHeading {
	text-align: center;
	font-size: 30pt;
	font-weight: bold;
	padding-top: 10px;
	color: #244077;
}

.mainHolder {
	margin: 0px 5px;
	width: auto;
}

.moduleDesc {
	width: 96%;	/* Fallback for browsers that do not support "calc" */
	width: calc(99% - 4px);
	border: 2px solid #B1B1B1;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
}

	.moduleDesc p {
		margin: 5px auto !important;
	}

	.moduleDesc h2, .moduleDesc h3 {
		margin-left: 5px ;
	}

.readingList {
	background-color: #ffffff;

}

.RHS-module-text {
	margin-bottom: 1em;
}

	.RHS-module-text p {
		margin-bottom: 0px !important;
	}


#main-content h1 {
	display: none;
}