@charset "UTF-8";

/* CSS Document */



h1 {
	font-family: 'OpenSans', sans-serif;
	font-weight:400;
}
.gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfe7ff+0,ffffff+16 */
background: rgb(191,231,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZTdmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, rgba(191,231,255,1) 0%, rgba(255,255,255,1) 16%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(191,231,255,1) 0%,rgba(255,255,255,1) 16%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(191,231,255,1) 0%,rgba(255,255,255,1) 16%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfe7ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	
	
}

p.firstline {
	padding-top: 10px;
}


p, li {
	font-family: 'OpenSans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: rgb(149,149,149);
	line-height: 22px;
	padding-bottom: 0.2em;
}

ul {
	padding-left: 15px;
}

h2 {
	font-family: 'OpenSans', sans-serif;
	color:rgb(44,95,155);
	font-weight: 300;
	margin-bottom: 7px;	
}

h2 span {
	position: absolute;
	top: -80px;
}

h3 {
	font-family: 'OpenSans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: rgb(112,193,236);
	margin-top: 10px;
	line-height: 120%;
}

a {
	color: #2C5F9B;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #2C5F9B;
	text-decoration: underline;
}

/* Class */
.relative {
	display: block;
	position: relative;	
}



.header {
	background-color:rgba(110,193,235,0.6);
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	min-height: 350px;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-image: url(../images/back-01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	}



.panel01 {
	background-color:rgba(165,218,244,0.6);
	padding-top: 40px;
	padding-bottom: 30px;
	background-image: url(../images/back-01.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 40px;

	}	
	
	
.panel02 {
	background-color:rgba(171,220,246,0.8);
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: center;
	color: rgb(255,255,255);
	border-top-style: none;
	padding-right: 10px;
	}	
		
.panel03 {
	background-color:rgba(246,178,129,0.2);
	padding-top: 20px;
	padding-bottom: 10px;
	background-image: url(../images/back-03.png);
	background-repeat: no-repeat;
	background-position: right -50px;
	padding-left: 10px;
	text-align: center;
	color: rgb(255,255,255);
	border-top-style: none;
	padding-left: 20px;
	}		
	
	
	.text p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

	
	
	
	
	



.head {
	background-color: rgb(113,152,208);
	padding-top: 100px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-image: url(../images/swirl.png);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	height: auto;
	width: 100%;
	}
@media (min-width: 768px) and (max-width: 991px) {
.head {
	max-width: 350px;
	margin-left: 150px;
	}	

}

@media (max-width: 767px) {
.head {
	max-width: 350px;
	margin-left: 30px;
	}	

	
	
	
	
	
	
}




.head h1{
	font-family: 'OpenSans', sans-serif;
	font-weight:300;
	color: rgb(255,255,255);
	font-size: 50px;
}



.headings h1  {
	font-family: 'OpenSans', sans-serif;
	font-weight:300;
	color: rgb(80,108,163);
	font-size: 40px;
}	

.headings {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
	
	


	
img {
    height: auto;
    max-width: 100%;
}
	
img.float-right	{
	padding-left:  .5em;
	padding-bottom: .2em;
	float: right;
}
	
	
@media (max-width: 768px) {	

.panel02 h3{
	font-size: 17px;
	
}
.panel02{
	background-image: none;
}
	
.panel01 {
	
	padding-left: 20px;

	}		
	
	
	
	
	
}




.headimg h3 {
	font-size: 140%;
	color: rgb(231,0,0);
}



.navbar-default {
	background-color: rgba(255,255,255,0.8);
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: rgb(255,255,255);
}




.navbar-nav{margin:2px -15px}

.navbar-brand {
	

}

.navbar {
	min-height: 40px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-color: rgb(255,255,255);
}

.navbar-brand p{
	font-family: 'OpenSans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color:rgb(80,108,163);
}



@media (max-width: 767px) {
.navbar-brand {
	
}


}

@media (min-width: 768px) and (max-width: 991px) {
	

}



.navbar-static-top {
	margin-bottom: 0px;
	min-height:45px;
}



@media (max-width: 768px) {		
	.navbar-nav li {
	font-size: 98%;	
}
}




.navbar-default .navbar-nav > li > a {
  color: rgb(44,95,155);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: rgb(255,255,255);
	background-color: rgba(148,207,241,0.5);
}






.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: rgb(0,0,0);
}


.btn-primary {
	background-color:rgb(113,152,208);	
	
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:hover {
	
}

label{
	font-weight: 600;
	color: rgb(45,113,168);
}

.brown {
	color: rgb(172,105,33);
}


.blue {
	color: rgb(45,113,168);
}
.white {
	color: rgb(255,255,255);
}

.whiteback {
	background-color: rgb(255,255,255);
}

.float-left {
	float: left;
}

img.float-left {
	padding-right: 5px;
}

.headimg {
	background-image: url(../images/header1.jpg);
	background-size:cover;
	background-color: rgb(155,195,28);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	color: rgb(255,255,255);
}

.main-img {
	padding-top: 20px;	
}


.logo {
	top: 10px;
	left: -50px;
	position: absolute;
}

.centre {
	text-align: center;
}
em {
	color: rgb(102,102,102);
}

footer {
	color: rgb(255,255,255);
	background-color: rgb(113,152,208);
	background-image: url(../images/swirl.png);
	padding-top: 30px;
	padding-bottom: 20px;
	font-family: 'OpenSans', sans-serif;
	font-weight:400;
	background-repeat: no-repeat;
	background-position: right center;
}
footer p a {
	color: rgb(255,255,255);
	font-size: 16px;
	
	
}
footer p{
	font-size: 16px;
		line-height: 20px;
	padding-bottom: 10px;	
			
}

strong {
	font-family: 'OpenSans', sans-serif;
	font-weight:600;
}
