
/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/
body {
	font-family:brandon-grotesque, Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}

p {
	color: #717171;
	font-size: 1.6em;
	font-weight:400;
	margin:0px;
	margin-bottom:20px;
	line-height:1.4em;
	padding:0px;
}

h1{
	color: #404041;
	font-size: 2.8em;
	font-weight: 500;	
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	text-transform:uppercase;
}

h2{
	color: #717171;
	font-size: 2em;
	font-weight: 800;
	margin:0px;
	margin-bottom:20px;
	text-transform:none;
	text-decoration:underline;
}

h3{
	color: #717171;
	font-size: 1.6em;
	font-weight: 800;
	margin:0px;
	margin-bottom:20px;
	/*text-transform:uppercase;*/
	text-decoration: none;
}

h4{
    color: #717171;
	font-size: 1.6em;
	font-weight:800;
	margin:0px;
	padding:0px;
	word-wrap: break-word;
}

a, a:visited {
	color: #7b95a9;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
img {
	border: 0px;
	height: auto;
    max-width: 100%;
}

.img-fluid { 

}

ul, ol{
	color: #000000;
	
}
ul li, ol li{
	color: #717171;
	font-size: 1.6em;
	font-weight:400;
	line-height:1.4em;
}
ul li ul li, ol li ol li {
	color: #717171;
	font-size:1em;
	font-weight:400;
	line-height:1.4em;
}

.redtext {
	color: #FF0000;
}
.greentext{
	color:#3f6510;
}

.lightblue-text {
	color:#b6d5ea;
}
.blue-text {
	color:#7b95a9;
}
.medium-text {
	font-weight:500;
}

.large-text {
	font-size:1.4em;
}

.download-btn {
	background-color: #404041;
    border: 0px;
    clear: both;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 300;
    padding: 10px 40px;
    text-align: center;
    text-transform: uppercase;
    max-width: 880px;
    width: 100%;
}

.download-btn strong {
	font-weight:800;
}

.border {
	border: 1px solid #000000 !important;
	display:block;
    padding: 1rem;
}

/** ------------------------------------------------------ **/
/** ------------------- 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;
}

.align-self-end, .align-self-center, .align-self-start, .align-middle{

}

.media-image-right img, .media-image-right span img {
	float: right;
	margin-left: 20px;
}

.media-image-left img, .media-image-left span img {
	float: left;
	margin-right: 20px;
}


/** ------------------------------------------------------ **/
/** ------------------- 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;
}

.Template2colContainer, .Template3colContainer, .Template4colContainer, .Template5colContainer, .MediaTemplate2colContainer{
	margin-top:12px;
}

.TemplateClear {
	clear: both; 
	height: 0px;
}

/* add a background colour/image to these divs when editing in WYSIWYG editor */ 

.mce-content-body .Template2colContainer, .mce-content-body .Template3colContainer. .mce-content-body .Template4colContainer, .mce-content-body .Template5colContainer, .mce-content-body .MediaTemplate2colContainer{
	background-color: #ffffff;
}
.mce-content-body .Template2colColumn, .mce-content-body .Template3colColumn, .mce-content-body .Template4colColumn, .mce-content-body .Template5colColumn .mce-content-body .media-body {
	background-color: #e1e1e1;
	background-image: url(/admin/images/wysiwyg-template-bg.gif);
	background-repeat: repeat;
}


/** ------------------------------------------------------ **/
/** ------------------- fonts -------------------------- **/

.fontArial {
	font-family: Arial;
}
.fontGeorgia {
	font-family: Georgia;
}
