@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url(https://fonts.googleapis.com/css?family=Oswald);

*{padding:0;margin:0;}

html{margin:0;padding:0;}

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
  padding:0;margin:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
font-family: 'Oswald', sans-serif;
font-weight:normal;
  font-size: 35px;
  line-height:40px;
  color:#00a2ed;
}

a img{
border: 0px;
border: none;
}

h1 small{
color:#000000;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 18pt;
  color: #0b67a8;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

h5{
color: #00a9da;
font-size: 21px;
margin-top:20px;
}


.fancyfont{
font-family: 'Oswald', sans-serif;
font-weight:normal;
}


.nomargin{
margin-bottom:0px;
margin-top: 0px;
padding-bottom:0px;
}

.bignbold{
font-weight:bold;
font-size: 140%;
}

.navy{
color:#143698;
}

.green{
color:#1EC900;
}

.bigger{
font-size:200%;
}

.big{
font-size: 150%;
}

.brightblue{
color:#00C3FF;
}

a {
  color: #007eb2;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

.alert-link:hover{
text-decoration:underline;
}


.btn-primary {
  padding: 8px 20px;
  background: #007eb2;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin:0px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #00bae9;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}


.center {
  text-align: center;
}


.greybg{
background:#D5DEE3; 
padding: 30px 0;
}

.container{
padding: 20px 50px;
}

/*************************
*******Header******
**************************/
#header{
 background: #0c6ea2;
 border-bottom: 4px solid #519dce;
 }
 
.top-bar {
  padding: 10px 0;
  border-bottom: 1px solid #222;
  line-height: 28px;
}


.footer {
  background: none repeat scroll 0 0 #2E2E2E;
  border-top: 5px solid #007eb2;
  margin-top: 110px;
}
.footer {
  background: none repeat scroll 0 0 #2E2E2E;
  border-top: 5px solid #007eb2;
  height: 84px;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}


.ehheader{
font-size: 9pt;
line-height: 13px;
font-weight:bold;
color:#ffffff;
background: #ED7700;
padding: 10px 3px;
}





/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #007eb2;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#footer {
width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #2e2e2e;
  border-top: 5px solid #007eb2;
  bottom:0;
  position:fixed;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #007eb2;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

