/* 


	================================================================
	Created on: 12th Apr '17
	Author: Little Fire Digital
	Copyright: Little Fire Digital Ltd 2017
	Generated by: 
	

*/


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i');
@import url(/css/content-layout.css);
@import url(/css/green_box.css);

root {
	display: block;
}

body {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 300;
	color: #000;
	-webkit-font-smoothing: antialiased; /* Make fonts play nicely in safari */
}

strong {
	font-weight: 700;
}


.serif {
	font-weight: 700;
	font-family: 'Open Sans';
}

h1,
h2,
h3,
h4 {
	font-weight: 400;
	font-family: 'Open Sans';
	color: #009933;
	line-height: normal;
}


.reversed h1,
.reversed h2,
.reversed h3,
.reversed h4 {
	color: #ffffff;
}

h1 em,
h2 em,
h3 em,
h4 em {
	font-weight: 300;
}



p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child
 {
	margin-top: 0;
}

h1 {
	font-size: 28px;
}

h2{
	font-size: 26px;
}

h3{
	font-size: 23px;
}

h4{
	font-size: 20px;
}

h5{
	font-size: 17px;
	font-weight: 700;
}


h6 {
	font-size: 14px;
	font-weight: 700;
}


h1,
h2,
h3,
h4,
p {
	margin-bottom: 7px;
}

a {
	color: #0C9643;
	text-decoration: none;
	transition: all .3s ease;
}


a:visited {	
	color: #0C9643;
	text-decoration: none;
}

a:hover, 
a:active {
	color: #000;
	text-decoration: underline;
}

.footnote {
	font: normal 10px/normal arial, verdana, sans-serif;
}

.reversed a,
.reversed a:visited {
	color: rgba( 255, 255, 255, .6 );
}

.reversed a:hover {
	color: #fff;
	text-decoration: none;
}

.reversed a:active {
	color: #FF9966;
	text-decoration: none;
}


