html,body{
    height:100%;
	margin:0;
	border:0;
}

.banner{
	height: 350px;
	width: 100%;
	background: #005d97; /* Old browsers */
background: -moz-linear-gradient(top,  #005d97 11%, #8ca9d6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(11%,#005d97), color-stop(100%,#8ca9d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #005d97 11%,#8ca9d6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #005d97 11%,#8ca9d6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #005d97 11%,#8ca9d6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #005d97 11%,#8ca9d6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005d97', endColorstr='#8ca9d6',GradientType=0 ); /* IE6-9 */

}
.banner-subpage{
	 margin-top: -56px;
	height: 80px;
	width: 100%;
	background: #005d97; /* Old browsers */
background: -moz-linear-gradient(top,  #005d97 11%, #8ca9d6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(11%,#005d97), color-stop(100%,#8ca9d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #005d97 11%,#8ca9d6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #005d97 11%,#8ca9d6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #005d97 11%,#8ca9d6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #005d97 11%,#8ca9d6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005d97', endColorstr='#8ca9d6',GradientType=0 ); /* IE6-9 */

}

.banner img {
	margin: 0;
	}
	
.homepage-image {
	width: 580px;
	float:left;
	}
.subpage-image {
	margin: 0 auto;
	height: 80px;
	}
.homepage-text {
	color:#fff;
	font-weight:400;
	font-size: 20px;
	width: 250px;
	float:left;
	line-height:26px;
	}


.banner .banner-container{
    color:white;
    text-align:center;
}
@media screen and (max-width: 800px){
    .viewport {
        position:absolute;
	    right:0;
	    left:0;
	    top:0;
	    bottom:0;
	    overflow-x:hidden;
	    overflow-y:scroll;
    }
  .masthead,
  .marketing
  {
	text-align:center;
	
  }
    .banner{
        height:auto;
    }

    .banner .banner-container {
        position:relative;
        overflow:hidden;
    }
}
	

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #515B5A;
}
.footer-img {
  text-align: right;
  margin-right:20px;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: none;
}
.nav-justified > li > a {
  padding: 5px 0;
  margin-bottom: 0;
  color: #707776;
  text-align: center;
  letter-spacing:1px;
  font-weight:800;
  font-family: 'futura-pt', sans-serif;
  font-size:17px;
  text-transform:uppercase;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: none;
  background-image: none;
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
	margin-top: 40px;
  }
  .nav-justified > li > a {
    border-right:none;
    border-left:none;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing
  {
    padding-right: 0;
    padding-left: 0;
  }
  .footer {
    padding-right: 0;
    padding-left: 0;
	padding-top: 0px;
  }
  

}
@media screen and (min-width: 1200px) {
  .masthead img {
	  float:left;
	  margin-top: -58px;
	  margin-left: 20px;
  }
  .nav-justified {
	margin-top:60px;
}
}


/* Flexible Slide-to-top Accordion Style*/
.wrapper{
	width:80%;
	max-width:1000px;
	margin: 0 auto;
}
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul li{
    height: 60px;
    border-bottom: 1px solid #768886;
    border-top:none;
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
	height: 60px;
}
.st-accordion ul li > a{
	height: 60px;
    font-family: 'proxima-nova', sans-serif;
    font-size: 22px;
	font-weight:500;
	color:#768886;
    display: block;
	position: relative;
    line-height: 50px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a span{
	background: transparent url(../img/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #086399;
	text-decoration:none;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #086399;
	text-decoration:none;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
    padding: 5px 0px 30px 0px;
	float:left;
}
.st-content p{
    font-size: 14px;
    font-family:  "proxima-nova", serif;
	font-weight: 500;
	line-height: 19px;
    margin: 0;
    padding: 4px 0;
}
.st-content img{
    width: 302px;
    border: 3px solid white;
	margin: 0 15px 10px 0;
	float:left;
}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:16px;
		line-height:18px;
	}
}