body {
font-family: 'Oxygen', sans-serif;
color: #666;
font-size: 16px;
font-weight: 300;
}

h1 {
font-size: 34px;
color: #FFF;
font-weight: 300;
}

h2 {
font-size: 21px;
margin: 0 0 19px 0;
font-weight: 300;
}

h3 {
font-size: 21px;
color: #5E8599;
font-weight: 300;
margin: 0 0 15px 0;
line-height: 1.4em;
}

h4 {
font-size: 19px;
font-weight: 400;

}

h5 {
font-size: 18px;
}

h6 {
font-size: 15px;
color: #767F81;
margin-bottom: 20px;
}

a {
color: #003F78;
font-weight: 400;
}

/*#page-content h4:first-of-type {
  margin-top: 45px;
}*/



.button {
	display: inline-block;
	padding: 8px 20px 10px 0px;
	margin: 0;
	font-size: 18px;
	line-height: 20px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	
	vertical-align: middle;
	cursor: pointer;
	font-weight: 300;
	letter-spacing: 0.05em;
	z-index: 5;
	position:relative;
	background: url(../images/templateimages/right_arrow.png) #69ABBC no-repeat right 11px;
	width: 100%;
	margin-top: 5px
	
}

.button:after {
content: "";
position: absolute;
width: 100%;
background:transparent;
background: rgba(0,0,0,0.1);
z-index: -1;
right: 0;
height: 50%;
bottom: 0;

    transform: scaleY(1);    
    transform-origin: bottom;
    transition: transform 0.26s ease;
}

.button:hover:after {
	height: 50%;
	transition: 0.1s ease;
	transform: scaleY(0);
		
}

.button:hover {

color:#FFF;
	text-decoration: none;
	}


body.mceContentBody a {
	color: #a56e82 !important;
}

.customcolour1 {
	color: #FF0000;
}
.customcolour2 {
	color: #0000FF;
}
.customcolour3 {
	color: #00FF00;
}

label {
font-weight: 300;
}

legend {
color: #5E8599;
padding: 0 0 8px 0;
}

ul, ol {
padding-left: 20px;
}

ul li {
padding-bottom: 3px;
}

@media (min-width: 1200px) {
body {
font-size: 17px;
}
	
h1 {
font-size: 40px;
}

h2, h3 {
font-size: 26px;
}

h4 {
font-size: 22px;
}

}

@media (max-width: 991px) {
	
	body {
		font-size: 14px;
	}
	
	h1 {
		font-size: 20px;
		margin: 10px 0 5px;
	}
	h2, h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	
	
}



