/*@import url(https://fonts.googleapis.com/css?family=Merriweather);*/

@font-face {
	font-family: Nevis;
	src: url(../fonts/nevis.ttf);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td, article, aside, canvas, 
details, embed, figure, figcaption, footer, 
header, hgroup, menu, nav, output, ruby, 
section, summary, time, mark, audio, video, p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
pre {
	white-space: pre-wrap;       /* CSS 3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
b {font-weight: bold;}
i {font-style: italic;}
u {text-decoration: underline;}
hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
html, body {
	/*height: 100%;*/
	margin: 0;
	padding:0;
	background: #fff;
	color: #000;
	/*overflow: hidden;*/
	margin-top: 25px;		
}

#jsp {
	position: fixed;
}

.hide {
	display: none;
}

#logo {
	/*position: fixed;*/
	position: absolute;
	top: 40px;
	left: 7.5%;
	height: 75px;
	width: 85%;
	/*margin-top: 20px; */
	/*margin-bottom: 20px;*/
	
	background: green;
	background: url(../media/logo.png) center top no-repeat;
	background-size: 85%;
}

/*#logo {
	THIS ONE YOU NEED
	margin-top: 20px;
	background: url(../media/logo.png) center top no-repeat;
	background-size: 85%;
}*/

#content {
	background-color: #8FC3E9; /*light blue colour*/
	/*padding-top: 20px;*/
	margin-top: 20%;
	margin-bottom: 10px;
	padding: 40px 0px;
	text-align: center;
}

a:link, a:visited, a:hover {
	color: #656565;
}

h1, h2, h4, h5 {
	font-family:"Helvetica Neue",Helvetica, Arial;
	font-weight:normal;	
}

h1{
	color: #FFF;
	font-family: Nevis;
	font-size: 36px;
	margin-bottom: 15px;
}

h2{
	color: #FFF;
	font-family: Georgia, Helvetica, Arial;
	font-size: 22px;
	font-style: italic;
	font-weight:normal;
	margin-bottom: 10px;
}

h3{
	font-size: 22px;
	color: #2a6888; /*dark blue colour*/
	margin-bottom: 8px;
}



#shadow{
	position: fixed;
	height: 120px;
	width: 884px;
	left: calc(50% - 442px);
	padding-bottom: 90px;
	/*background: url(../media/shadow.png) left bottom no-repeat;*/
	z-index: 0;
}

.ab-container{
	position: relative;
	background: #8FC3E9;
	max-width: 750px;
	margin: 0 auto;
	padding: 20px 5px;
	margin-bottom: 20px;
	z-index: 0;
}

#box {
	background: #ededed;
	border: 1px solid white;
	width: 90%;
	margin-left: 5%;
}

/*.sbox {
	display: inline-block;
	vertical-align: middle;
	padding: 20px;
	margin: 0px 10px;
}*/

.sbox p {
	font-size: 18px;
}

#s1 {
	/*background: green;*/
	width: 50%;
	margin: 0 auto;
	min-height: 60px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}

#s1:before {
	content : "";
	position: absolute;
	left: 40%;
	bottom: 0;
	height: 1px;
	width: 20%;
	border-bottom: solid 2px #8FC3E9;
}

#s1 p {
	font-family: "Helvetica Neue",Helvetica, Arial;
	font-size: 21px;
}

#s1 h3 {
	color: #656565;
	font-family:"Helvetica Neue",Helvetica, Arial;
	font-size: 24px;
	font-weight: bold;
	margin-top: -5px;
}

#s2 {
	min-height: 100px;
}

#s2 span {
	display: inline-block;
	margin-top: 6px;
	font-family: "Helvetica Neue",Helvetica, Arial;
}

#email {
	display: inline-block;
	margin-top: 5px;
	color: #8FC3E9;
	font-family: "Helvetica Neue",Helvetica, Arial;
}

#s2 h3 {
	display: none;
	/*color: #3e7a9a;*/
}

p {
	font-size: 13px;
	color: #656565; /*dark gray colour*/
	line-height: 22px;
	margin-bottom: 10px;
	font-family:"Helvetica Neue",Helvetica, Arial;
}

a{
	color: #8FC3E9; /*light blue colour*/
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.get{
	background: #3e7a9a; /*dark blue colour*/
	color: white;
	border: 1px solid #41728c;
	padding: 3px 7px;
	font-size: 16px;
}

a:hover.get{
	background: #8FC3E9; /*light blue colour*/
	border: 1px solid #3e7a9a; /*dark gray colour*/
	text-decoration: none;
}

footer{
	position: fixed;
	bottom:0;
	left:0;
	width: 100%;
	background: #FFF;
	font-size: 8px;
	text-align: center;
	padding: 15px 0px 15px 0;
	color: #8FC3E9;
	text-transform: uppercase;
	letter-spacing: 1px;
}

footer h4 {
	margin-bottom: 5px;
}