
/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/
body {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	color: #3b3b3b;
}

p {
	color: #454545;
	font-size: 1.0em;
	font-weight:300;
	margin:0px;
	margin-bottom:20px;
	line-height:2.0em;
	padding:0px;
}

h1, .h1style{
	color: #368037;
	font-size: 2.4em;
	font-weight: 300;	
	margin:0px;
	margin-bottom:20px;
	padding:0px;
}

h2, .h2style{
	color: #368037;
	font-size: 1.6em;
	font-weight: 500;
	margin:0px;
	margin-bottom:20px;
}

h3, .h3style{
	color: #3b3b3b;
	font-size: 1.2em;
	font-weight: 500;
	margin:0px;
	margin-bottom:20px;
}

h4, .h4style{
	font-size: 1.0em;
	font-weight: 600;
	margin:0px;
	padding:0px;
	word-wrap: break-word;
}

a, a:visited {
	color: #368037;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
img {
	border: 0px;
}

.img-fluid { 

}

strong{
	font-weight:800;
}	

ul, ol{
	color: #454545;
	font-size: 1.0em;
	font-weight:300;
	margin:0px;
	margin-bottom:20px;
	line-height:2.0em;
	
}
ul li, ol li{


}
ul li ul li, ol li ol li {

}


ul {
  list-style: none; 
}

ul li::before {
  content: "\2022"; 
  color: #368037; 
  display: inline-block;
  font-size:1.4em;
  width: 1em; 
  margin-left: -1em; 
}


.franklyn-yates-text{
	color:#d22f42;
}
.ammegen-text{
	color:#81b918;
}
.terotech-text{
	color:#366080;
}
.engineering-text{
	color:#164f17;
}
.gaim-text{
	color:#2a840a;
}
.group-text{
	color:#368037;
}

.bold{
	font-weight:500;
}

.redtext {
	color: #d22f42;
}
.greentext{
	color:#368037;
}

.lightblue-text {
	color:#b6d5ea;
}
.blue-text {
	color:#7b95a9;
}
.medium-text {
	font-weight:500;
}

.large-text {
	font-size: clamp(1rem, 0.92rem + 0.4vw, 1.4rem);
}


.background-grey{
	background-color:#2e2e2e;
}	
.background-light-grey{
	background-color:#ececec;
}
.background-grey-md{
	background-color:#545454;
}

.background-green-light{
	background-color:#5b9508;
}	

.background-teal{
	background-color:#48938b;
}

.download-btn {
	background-color: #404041;
    border: 0px;
    clear: both;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    padding: 10px 40px;
    text-align: center;
    text-transform: uppercase;
    max-width: 880px;
    width: 100%;
}

/** ------------------------------------------------------ **/
/** ------------------- 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 -------------------------- **/


.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;
}
