
/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/
body {
	font-family: 'Nunito Sans', Arial, Verdana, Helvetica, sans-serif;
}

p {
	color: #000000;
	font-size: 1.2em;
	margin:0px;
	margin-bottom:16px;
	line-height:1.8em;
	padding:0px;
}

h1{
	color: #ED1C24;
	font-size: 3.37rem;
	font-weight: 800;
	font-style:italic;	
	margin:0px;
	margin-bottom:12px;
	padding:0px;
	text-transform: uppercase;
}

h2{
	color: #ED1C24;
	font-size: 2.18rem;
	font-weight: 600;
	text-decoration:none;
}

h3{
	color: #ED1C24;
	font-size: 1.5rem;
	font-weight: 600;	 
}

h4{
	margin:0px;
	padding:0px;
}

h5{
	color: #000000;
	font-weight:600;
	margin:0px;
	padding:0px;
}

a, a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
}
img {
	border: 0px;
}

ul, ol{
	color: #000000;
	
}
ul li, ol li{
	font-size: 1.2em;
	line-height:1.8em;
}

.blacktext {
	color: #000000;
}
.redtext {
	color: #ED1C24;
}
.greentext{
	color:#3f6510;
}
.embed-responsive {}
.embed-responsive-16by9 {}
.img-fluid {}


/** ------------------------------------------------------ **/
/** ------------------- alignment ------------------------ **/

.alignRight {	
	margin-bottom: 16px;
	margin-left: 20px;
	text-align:right;
}

img.alignRight{
	border: 0px;
	float:right;
	margin-bottom: 16px;
	margin-left: 20px;
}

.alignLeft {
	margin-bottom: 16px;
	margin-right: 20px;
	text-align:left;
}

img.alignLeft{
	border: 0px;
	float:left;
	margin-bottom: 16px;
	margin-right: 20px;
}

.alignCentre {
	border: 0px;
	text-align:center;
	margin-bottom: 16px;
	margin-left:auto;
	margin-right:auto;
	display: block;
  	vertical-align: middle;
} 


/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

table.tableStyleA {
	background-color:#FFFFFF !important;
	margin: 10px 0px 10px 0px;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	border-collapse: collapse;
}

table.tableStyleA td, th{
	text-align:left;
	vertical-align:top;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	padding: 5px 5px 5px 5px;
}
table.tableStyleB {
	background-color:#EEEEEE !important;
	margin: 10px 0px 10px 0px;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	border-collapse: collapse;
}

table.tableStyleB td, th{
	text-align:left;
	vertical-align:top;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	padding: 5px 5px 5px 5px;
}

table td p {
	padding: 0px;
	margin: 0px;
}


.TemplateClear {
	clear: both; 
	height: 0px;
}

.Template4colContainer {
	margin-top:50px;
	width: 714px; 
}

.Template4colColumn {
	float: left; 
	margin-right: 9px;
	width: 169px; 
}

/* add a background colour/image to these divs when editing in WYSIWYG editor */ 

.mce-content-body .Template4colContainer{
	background-color: #ffffff;
}
.mce-content-body .Template4colColumn{
	background-color: #e1e1e1;
	background-image: url(/admin/images/wysiwyg-template-bg.gif);
	background-repeat: repeat;
}


/** ------------------------------------------------------ **/
/** ------------------- fonts -------------------------- **/

.fontArial {
	font-family: Arial;
}
.fontGeorgia {
	font-family: Georgia;
}
