body {
	padding: 0px;
	margin: 0px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #2d68b7;
}

.middle {
	width:96%;
	margin-left: 1%;
	margin-right: 1%;
	padding: 1%;
}

#HeaderContact {
	float: right;
	color: #333333;
	font-size: 0.84em;
	margin-right: 30px;
	line-height:57px;
}

#HeaderContact a {
	color: #eeeeee;
	text-decoration: none;
}

#HeaderContact a:hover {
	color: #2d68b7;
	text-decoration: underline;
}

#Header {
	background: #ffffff;
	padding: 10px; /* Some padding */
	color: #333333;
	position: fixed; /* Fixed position - sit on top of the page */
	top: 0;
	width: 100%; /* Full width */
	transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
	box-shadow: 3px 3px 5px #222222;
}

#Header .middle {
	padding-top:5px;
	padding-bottom: 5px;
	margin-top:0px;
	margin-bottom: 0px;
}

a.button, .formButton {
	background: #FFD332;
	background: linear-gradient(180deg, #F9E231 0%, #FFD332 100%);
	border-radius:3px;
	padding:4px;
	padding-left:14px;
	padding-right:14px;
	color: #333333;
	text-decoration:none;
	box-shadow:1px 1px 3px #333333;
}

a.button:hover, .formButton:hover {
	background: #FFD332;
	color:#333333;
	box-shadow:3px 3px 5px #000000;
}

.tagline {
	float:left;
	clear:left;
	font-size: 2em;
	font-style:italic;
	color: #2d68b7;
	font-family:Courgette;
	letter-spacing:1px;
}

/* @group Nav */



#NavButton {
	float: right;
	margin-right: 10px;
	padding: 16px;
}

#NavButton a {
	color: #222222;
}

#NavButton a:hover {
	color: #2d68b7;
}

.menu {
	float: right;
	clear: right;

}

.navline {
	height: 3px;
	width: 36px;
	float: right;
	clear: right;
	background-color: #54a9f7;
	border-radius:2px;
	-moz-border-radius:2px;
}

#NavButton .navline {
	background-color: #54a9f7;
}

#NavButton a:hover .navline {
	background-color: #2d68b7;
}

.navwhite {
	height: 5px;
	width: 20px;
	float: right;
	clear: right;
}



/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
 	/* background-color: #111; /* Black*/
    background-color: rgba(255, 255, 255, 0.90);
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 6px 5px 6px 24px;
    text-decoration: none;
    color: #2d68b7;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #54a9f7;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 0px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/* @end */

#Logo {
	width: 50%;
	margin:0 auto;
	transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
}

#TopBox {
	margin-top:102px;
}

.contentBox {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	color:#ffffff;
	text-shadow: 3px 3px 7px #000000;
	background: #ffffff center center;
}

.imgHeading {
	font-size: 2em;
}

.blueBox {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	color:#ffffff;
	background: #2d68b7;
	background: linear-gradient(180deg, #54a9f7 0%, #2d68b7 100%);
}

.blueBox strong {
	text-transform: uppercase;
	font-weight: bold;
}

.main {
	clear: both;
	background-color: #ffffff;
}

.main p, .main li {
	color: #444444;
}

.main b {
	font-family: "Varela Round";
	color: #2d68b7;
	font-weight: bold;
}

.main ul {
	margin:0px;
}

.mission {
	clear:both;
	width: 100%;
}

.mission p {
	color: #777777;
	font: italic 1.2em/1.6em "Varela Round";
}

blockquote {
	background-color: #f5f5f5;
	color: #777777;
	font-family: "Georgia";
	padding: 10px;
	border-radius: 8px;
}

h1 {
	font-family: "Varela Round";
	color: #54a9f7;
}

h2, h3, h4, h5 {
	font-family: "Varela Round";
	font-weight: bold;
}

h2 {
	color: #2d68b7;
}

h3 {
	color: #2d3e50;
}

h4 {
	color: #FFD332;
}

.fullcolumn {
	float: left;
	width: 96%;
	margin: 0.5%;
	padding: 0.5%;
}

.bigcolumn {
	float: left;
	width:60%;
	margin: 0.5%;
	padding: 0.5%;
}

.smallcolumn {
	float: left;
	width:35%;
	margin: 0.5%;
	padding: 0.5%;
}

.third {
	float: left;
	width:98%;
	margin: 0.5%;
	padding: 0.5%;
}

.main a {
	color: #0176bc;
	text-decoration:none;
}

.main a:hover {
	color: #54a9f7;
	text-decoration:underline;
}

/* @group Forms */

.jqf-overlay {
	width: 100%;
	height: 100%;
	background: #ffffff;
}

.jqf sup {
	color: #ba0000;
}

.jqf input[type=text], .jqf select, .jqf textarea {
	padding: 8px 16px !important;
	border: none;
	border-radius: 5px;
	color: #6b6b6b;
	background-color: #eee;
	font-size: 18px;
}

.jqf select, .jqf textarea {
	
}

.jqf .missing {
	border: solid 1px #cc0000;
}

.jqf span.orangebutton {
	text-transform: capitalize;
	font-weight: 500;
	line-height: 1.7em;
	padding: 0.4em 1.1em 0.4em 1em;
	font-size: 22px;
}

.jqf span.orangebutton:hover {
	cursor: pointer;
	background: #333333;
}

.button {
	letter-spacing: 1px;
	font-size: 22px;
	line-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	clear: both;
	margin-right: 14px;
	background: linear-gradient(180deg, #54a9f7 0%, #2d68b7 100%);
	border-radius: 8px;
	color: #f5f5f5;
}

.button:hover {
	cursor: pointer;
}

/* @end */

#Boxes {
	clear: both;
	float: left;
	width: 100%;
	background-color: #ffffff;
}

#Boxes a {
	float: left;
	width: 22.5%;
	padding: 1%;
	padding-top: 80px;
	padding-bottom: 80px;
	margin: .25%;
	text-align: center;
	color: #222222;
	text-shadow: 0px 1px 1px #ffffff;
	text-decoration: none;
	vertical-align:middle;
	letter-spacing: -1px;
	font: 1.7em "Varela Round";
	opacity:0.7;
	transition: opacity .5s;
}

#Boxes a:hover {
	color: #0176bc;
	text-shadow: 1px 2px 4px #ffffff;
	opacity:1;
}

#Footer {
	width: 100%;
	float: left;
	clear: both;
	background: #2d68b7;
	background: linear-gradient(180deg, #0176bc 0%, #2d68b7 100%);
	color: #ffffff;
	font-size: 0.9em;
	padding-bottom: 30px;
}

#Footer a {
	color: #eeeeee;
	text-decoration: none;
}

#Footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

@media only screen and (min-width: 1000px) {
	.middle {
		width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 640px) {
	#Logo {
		width: 35%;
	}
	#TopBox {
		margin-top:107px;
	}
	#NavButton {
		margin-right: 20px;
	}
	.imgHeading {
		font-size: 3em;
    }
	.third {
		float: left;
		width:31%;
		margin: 0.5%;
		padding: 0.5%;
	}
}
