@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
/* Reset */

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 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
font-family: 'Source Sans Pro';
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

#page-wrapper {
margin: 0 auto;
}

#HeaderBox  {
margin-top: 20px;
margin-bottom: 20px;
display: inline-block;
width: 100%;
text-shadow: 2px 2px 6px #a0a0a0;
}

#HeaderBox ul {
text-align: center;
}

#HeaderBox li {
width: 500px;
display: inline-block;
}

#HeaderBox h1 {
font-family: 'Source Sans Pro';
color: #777777;
font-weight: 900;
font-size: 2.5em;
letter-spacing: -0.035em;
line-height: 90%;
}

#HeaderBox h2 {
font-family: 'Source Sans Pro';
font-style: italic;
color: #777777;
font-weight: 700;
font-size: 1.5em;
padding-top: 15px;
}

#HeaderBox li:nth-child(2) {
vertical-align: 40px;
}

#Header{
height: auto;
width: 100%;
text-align: center;
padding-top: 30px;
}

#Header img{
min-width: 5%;
max-width: 20%;
}

#Header h1 {
font-family: 'Source Sans Pro';
color: #777777;
font-weight: 900;
font-size: 2.5em;
letter-spacing: -0.035em;
margin: 0 0 20px 0;
line-height: 90%;
}

#Banners{
margin-top: 10px;
display: inline-block;
width: 100%;
}

#Banners img{
text-align: center;
width: 1000px;
max-width: 1000px;
box-shadow: 4px 4px 9px #606060;
-webkit-box-shadow: 4px 4px 9px #606060;
-moz-box-shadow: 4px 4px 9px #606060;
}

#MenuBar {
width: 95%;
margin: 0px 0px 0px 0px;
padding: 6px 6px 4px 6px;
height: 40px;
line-height: 100%;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
box-shadow: 3px 3px 9px #999999;
-webkit-box-shadow: 3px 3px 9px #999999;
-moz-box-shadow: 3px 3px 9px #999999;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
position:relative;
z-index:999;
}

#MenuBar {
margin: 0 auto;
text-align: center;
overflow: hidden;
width: 80%;
margin-bottom: 20px;
max-width: 1000px;
}

#menu-bar li {
margin: 5px 0px 6px 0px;
padding: 0px 6px 0px 6px;
float: left;
position: relative;
list-style: none;
}
#menu-bar a {
font-weight: bold;
font-family: arial;
font-style: normal;
font-size: 19px;
color: #E7E5E5;
text-decoration: none;
display: block;
padding: 6px 20px 6px 20px;
margin: 0;
margin-bottom: 6px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
text-shadow: 0px 0px 0px #000000;
}
#menu-bar li ul li a {
margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
background: #0399D4;
background: linear-gradient(top,  #EBEBEB,  #A1A1A1);
background: -ms-linear-gradient(top,  #EBEBEB,  #A1A1A1);
background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
background: -moz-linear-gradient(top,  #EBEBEB,  #A1A1A1);
color: #444444;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
text-shadow: 0px 0px 1px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
background: none;
border: none;
color: #666;
-box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
#menu-bar ul a:hover {
background: #0399D4 !important;
background: linear-gradient(top,  #04ACEC,  #0186BA) !important;
background: -ms-linear-gradient(top,  #04ACEC,  #0186BA) !important;
background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
background: -moz-linear-gradient(top,  #04ACEC,  #0186BA) !important;
color: #FFFFFF !important;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
text-shadow: 0px 0px 0px #FFFFFF;
}
#menu-bar li:hover > ul {
display: block;
}
#menu-bar ul {
background: #DDDDDD;
background: linear-gradient(top,  #FFFFFF,  #CFCFCF);
background: -ms-linear-gradient(top,  #FFFFFF,  #CFCFCF);
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
display: none;
margin: 0;
padding: 0;
width: 185px;
position: absolute;
top: 30px;
left: 0;
border: solid 1px #B4B4B4;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-box-shadow: 2px 2px 3px #222222;
-moz-box-shadow: 2px 2px 3px #222222;
box-shadow: 2px 2px 3px #222222;
}
#menu-bar ul li {
float: none;
margin: 0;
padding: 0;
}
#menu-bar ul a {
padding:10px 0px 10px 15px;
color:#424242 !important;
font-size:12px;
font-style:normal;
font-family:arial;
font-weight: normal;
text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:first-child > a {
border-top-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
border-bottom-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
#menu-bar {
display: inline-block;
overflow: hidden;
}
html[xmlns] #menu-bar {
display: block;
}
* html #menu-bar {
height: 1%;
}

#Banners {
text-align: center;
padding-top: 20px;
}

#Banners  img {
width: 80%;
max-height: 400px;
}

#footer  {
margin-top: 40px;
display: inline-block;
width: 100%;
}

#footer ul {
text-align: center;
}

.icons li {
width: 333px;
display: inline-block;
margin-right: 5px;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 5px;
padding-bottom: 20px;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
box-shadow: 3px 3px 9px #999999;
-webkit-box-shadow: 3px 3px 9px #999999;
-moz-box-shadow: 3px 3px 9px #999999;
}

.Title {
font-family: 'Source Sans Pro';
color: #777777;
font-weight: 700;
font-size: 1.5em;
margin: 0 0 20px 0;
line-height: 90%;
}

.SubTitle {
font-family: 'Source Sans Pro';
color: #777777;
font-weight: 700;
font-weight: bold;
font-style: italic;
font-size: 1em;
margin: 0 0 20px 0;
line-height: 10%;
}

#FooterButtons {
margin-top: 40px;
display: inline-block;
width: 100%;
}

#FooterButtons ul {
text-align: center;
}

#FooterButtons li {
	width: 333px;
display: inline-block;
margin-right: 5px;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 5px;
padding-bottom: 20px;
}

.myButton {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:23px;
	font-weight:bold;
	padding:20px 76px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;

}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.myButton:active {
	position:relative;
	top:1px;
}
@media screen and (max-width: 700px) {
#MenuBar {
margin: 0 auto;
text-align: center;
overflow: hidden;
width: 200px;
height: auto;
}

#MenuBar ul {
width: 200px;
}

#menu-bar li{
margin-left: 15%;
width: 130px;
}

#HeaderBox li {
width: 200px;
display: inline-block;
}

#HeaderBox li:nth-child(2) {
    vertical-align: 10px;
}

.SubHead {
display: inline-block;
margin-top: 20px;
font-size: 18px;
line-height: 1;

}


}
