article, aside, nav, header, footer, section, video, figure, figcaption, main, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

/* END YAHOO RESET */
aside, article, section, header, footer {
  display: block; }

body {
  font-family: arial, sans-serif;
  font-size: 100%; }

a {
  color: #FFF;
  text-decoration: none; }

p {
  color: #474747;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px; }

strong {
  display: block;
  font-weight: bold;
  text-transform: uppercase; }

.first {
  border-left: 0;
  margin-left: 0;
  padding-left: 0; }

.last {
  border-right: 0;
  margin-right: 0;
  padding-right: 0; }

.no-margin {
  margin: 0 !important; }

.new-line {
  clear: both !important; }

/* Variables */
html {
  height: 100%; }

body {
  height: 100%;
  font-size: 62.5%; }

.bodyWrap {
  min-height: 100%;
  position: relative; }

::selection {
  /*background:;*/ }

.wrap {
  width: 960px;
  position:relative;
  margin: auto; }

.clear {
  clear: both; }

.beforeFooter {
  padding-bottom: 249px;
  clear: both; }

.bodyBG {
  width: 100%;
  display: block;
  min-width: 960px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #e7e7e7; }

.italic {
  font-style: italic; }

/* Header */
.top {
  min-width: 960px;
  height: 430px;
  overflow: hidden; }

header {
  height: 100px;
  font-family: "Gill Sans W01 Book";
  position: relative;
  background-color: #fff;
  overflow: hidden;
  z-index: 999999; }
  header .background {
    width: 100%;
    height: 100%;
    opacity: .1;
    display: block;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); }
  header .logo {
    width: 370px;
    height: 70px;
    position: relative;
    z-index: 9999;
    float: left;
    margin-top: 15px;
    margin-left: 15px; }
    header .logo a {
      display: block;
      width: 100%;
      height: 100%; }
  header nav {
    float: left;
    margin-left: 15px;
    position: relative;
    z-index: 9999; }
    header nav ul {
      margin-left: 10px; }
      header nav ul li {
        float: left;
        line-height: 100px;
        font-size: 2.0em;
        font-weight: bold; }
      header nav ul a {
        color: #000;
        display: block;
        padding: 0 30px; }
  header .login {
    width: 110px;
    height: 100px;
    float: right;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 99999; }

/* Slider */
.slideImage {
  width: 100%;
  min-width: 960px;
  background-color: #000;
  height: 430px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  }

.sNavwrap .slider-nav {
  width: 18px;
  height: 18px;
  left: 825px;
  float: left;
  z-index: 999999;
  cursor: pointer;
  position: relative;
  margin: 5px;
  background-color: #fff;
  bottom: 34px; }
.sNavwrap .active {
  background-color: #f7bc1f; }

.slideCard {
  width: 350px;
  height: 160px;
  margin-top: -321px;
  position: relative;
  z-index: 999999;
  color: #fff;
  font-size: 1.7em;
  background: #2c5880;
  background: -moz-linear-gradient(top, #2c5880 0%, #01356a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c5880), color-stop(100%, #01356a));
  background: -webkit-linear-gradient(top, #2c5880 0%, #01356a 100%);
  background: -o-linear-gradient(top, #2c5880 0%, #01356a 100%);
  background: -ms-linear-gradient(top, #2c5880 0%, #01356a 100%);
  background: linear-gradient(to bottom, #2c5880 0%, #01356a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c5880', endColorstr='#01356a',GradientType=0 ); }
  .slideCard span {
    width: 100%;
    display: block;
    background-color: #f7bc1f;
    line-height: 40px;
    font-weight: bold;
    font-family: "Gill Sans W01 Bold";
    text-transform: uppercase;
    text-align: center; }
  .slideCard p {
    font-family: "Gill Sans W01 Book";
    margin: 15px;
    color: #fff; }

.sNavBar {
  width: 100%;
  min-width: 960px;
  height: 40px;
  background-color: #000;
  opacity: .5; }

.subHead {
  width: 100%;
  min-width: 960px;
  height: 275px;
  background-image: url("/site/assets/images/slideImage.png");
  background-size: cover;
  background-position: center center;
  margin-top:0;
 }

 .top .background {
    width: 100%;
    height: 100%;
    opacity: .1;
    display: block;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 );
}
.subTop {
  height:375px !important;
  position:relative;
}

/* Aside */
aside {
  width: 350px;
  min-height: 450px;
  padding-bottom: 10px;
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  float: left; }
  aside .sImage {
    width: 350px;
    height: 134px; }
  aside span {
    font-size: 2.4em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: "Gill Sans W01 Bold";
    font-weight: bold;
    line-height: 45px;
    display: block;
    background: #2c5880;
    background: -moz-linear-gradient(top, #2c5880 0%, #01356a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c5880), color-stop(100%, #01356a));
    background: -webkit-linear-gradient(top, #2c5880 0%, #01356a 100%);
    background: -o-linear-gradient(top, #2c5880 0%, #01356a 100%);
    background: -ms-linear-gradient(top, #2c5880 0%, #01356a 100%);
    background: linear-gradient(to bottom, #2c5880 0%, #01356a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c5880', endColorstr='#01356a',GradientType=0 ); }
  aside ul {
  margin-top:5px;
  }
  aside ul li {
  	cursor:pointer;
    /*float: left;*/ }
    aside ul li .featuredImg {
      width: 50px;
      height: 50px;
      border: 3px solid #f7bc1f;
      float: left;
      margin: 5px 10px 5px 20px; }
    aside ul li .featuredInfo {
      float: left;
      width: 264px;
      margin-top: 19px; }
      aside ul li .featuredInfo span {
        background: transparent !important;
        font-size: 1.6em;
        text-align: left;
        font-weight: bold;
        line-height: 15px;
        color: #484848;
        font-family: "Gill Sans W01 Book";
        text-transform: none; }
      aside ul li .featuredInfo p {
        font-size: 1.5em;
        font-family: "Gill Sans W01 Book";
        margin-bottom: 0;
        color: #484848;
        font-style: 100; }

.subAside span {
  background: #eccd79;
  background: -moz-linear-gradient(top, #eccd79 0%, #dbb245 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eccd79), color-stop(100%, #dbb245));
  background: -webkit-linear-gradient(top, #eccd79 0%, #dbb245 100%);
  background: -o-linear-gradient(top, #eccd79 0%, #dbb245 100%);
  background: -ms-linear-gradient(top, #eccd79 0%, #dbb245 100%);
  background: linear-gradient(to bottom, #eccd79 0%, #dbb245 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eccd79', endColorstr='#dbb245',GradientType=0 ); }

/* Body */
.contentWrap {
  width: 585px;
  margin-left: 25px;
  float: left;
  font-family: "Gill Sans W01 Book";
  margin-top: 50px; }
  .contentWrap h1 {
    font-size: 2.9em;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    color: #01356a;
    margin-bottom: 30px; }
  .contentWrap p {
    font-size: 1.8em;
    line-height: 26px; }
  .contentWrap p span {
   /* font-family: "Gill Sans W01 Bold";*/ }
  .contentWrap .logos {
    float: right; margin-right:15px;}
    .contentWrap .logos img {margin-left:5px;}

.subContent {
  margin-top: 30px; }
  .subContent .subPictures {
    margin-top: 85px;
    clear: both; }
    .subContent .subPictures .subPix {
      width: 190px;
      margin-right: 5px;
      height: 120px;
      float: left;
      background-color: #01356a; }

/* Footer */
.logos {position:absolute; right:0; bottom:20px;}
footer {
  background-color: #01356a;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 960px;
  float: left;
  border-top: 5px solid #f7bc1f; }
  footer .fLinks {
    padding-bottom: 20px;
    float: left; }
    footer .fLinks span {
      font-size: 1.7em;
      text-transform: uppercase;
      color: #fff;
      font-family: "Gill Sans W01 Book";
      display: block;
      margin-top: 20px;
      margin-bottom: 10px; }
    footer .fLinks ul li {
      font-size: 1.2em;
      color: #fff;
      font-family: "Gill Sans W01 Book";
      line-height: 25px; }
  footer .about {
    width: 165px; }
  footer .services {
    width: 215px; }
  footer .contact {
    width: 240px; }
  footer .info {
    width: 340px; }
    footer .info p {
      margin-bottom: 0;
      color: #fff;
      font-size: 1.7em;
      font-weight: 100;
      font-family: "Gill Sans W01 Light"; }
    footer .info .copyright {
      font-size: 1.3em;
      margin-top: 10px; }
      
.here1 {background-color:#C5C5C5;}

.mobile {display:none;}
.desktop {display:block;}

.top {height:530px;}
.sNavBar {margin-top:-40px;}

@media screen and (max-width:959px){

	.wrap, header {width:100% !important;}
	.slideImage {display:none !important;}
	header {height:auto;}
  .top  {height:auto !important;}
	header .logo {width:90%; text-align:center; margin:20px 5%;}
	header .logo img {width:100%; max-width:370px;}
	header nav {clear:both; margin-left:0; width:100% !important; background-color:#f7bc1f; padding:20px 0;}
	header nav ul {margin-left:0;}
	header nav ul li {width:50%; color:#fff; text-align:center; line-height:40px; margin:10px 25%; box-sizing:border-box; border:2px solid #fff;}
	header nav ul li.first {border:2px solid #fff; margin:10px 25%;}
	header nav ul li.last {border:2px solid #fff; margin:10px 25%;}
	header nav ul li a {color:#fff;}
	header nav ul li ul {display:none; position:relative; width:100%;}
	header nav ul li ul li {font-size:14px; border:0; width:100%; margin:0; line-height:18px; padding:10px 0px;}
	header .login {display:none;}
	.subHead {min-width:100%; height:200px;}
	input.inputField {width:100%; box-sizing:border-box;}
	.submit {width:100% !important; margin-left:0 !important;}
	.top {height:530px; min-width:100%; overflow:visible;}
	.sNavwrap, .slideCard, .sNavBar, footer .fLinks, .logos, aside {display:none;}
	.info.fLinks {display:block;}
	.contentWrap {width:90%; margin:5%;}
	footer, .bodyBG {min-width:100%;}
	footer .info {width:90%; margin:5%;}
	.mobile {display:block;}
	.desktop {display:none;}
  .contentWrap span{    text-transform: uppercase;
    font-size: .8em;}

}
