html, body {
  height: 100%;
  color: #fff;
  background: #fff;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

div#wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  height: auto !important;
  min-height: 100%;
  position: relative;
}

div#header {
  height: 87px;
  background: #fff;
}

div#header a.logo {
  display: inline-block;
  margin: 10px 0;
}

div#header .menu {
  position: absolute;
  right: 0;
  top: 0;
}

div#announcement {
  background-color: #fcf8e3;
  color: #8a6d3b;
  padding: 15px;
  border: 1px solid #faebcc;
  border-radius: 4px;
}

div#announcement p {
  margin: 0;
  text-align: center;
}

div#announcement a {
  color: #66512c;
  font-weight: bold;
}

.menu ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu ul li {
  display: inline;
  float: left;
}

.menu ul li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
  padding: 10px 10px;
  color: #1873a0;
  text-decoration: none;
}

.menu ul li + li a {
  border-left: solid 1px #a1a1a1;
}

div#sticky-bottom {
  width: 100%;
  height: 350px;
  position: absolute;
  bottom: 0;
}

div#sticky-bottom > div {
  padding: 25px;
}

div#sticky-bottom h2 {
  margin-top: 0;
  font-size: 15px;
}

div#sticky-bottom p {
  font-size: 12px;
}

div#footer {
  width: 100%;
  float: left;
  height: 100px;
  background: #fff;
  color: #0d5ca6;
  padding: 20px !important;
  text-align: center;
}

div#footer .menu ul li a {
  color: #656565;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 5px 10px;
}

div#footer .phone {
  font-weight: bold;
  font-size: 16px;
}

div#footer p {
  margin: 0;
}

a.overlay {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
  display: inline-block;
  height: 100%;
  width: 100%;
  transition: background-color 2s;
  position: relative;
  top: 0;
  bottom: 0;
  text-align: center;
}

a.overlay:hover {
  background: rgba(0, 0, 0, 0.6);
}

a.overlay:hover button {
  background-color: #BD3D00;
}

a.overlay:hover p {
  opacity: 1;
}

a.overlay .content {
  position: relative;
  top: 35%;
}

a.overlay h2 {
  font-size: 30px;
  text-shadow: 4px 4px 3px rgba(25, 25, 25, 0.6);
}

a.overlay button {
  font-size: 20px;
  background: rgba(0, 0, 0, 0.3);
  border: #fff solid 2px;
  box-shadow: 4px 4px 3px rgba(25, 25, 25, 0.6);
  padding: 10px 30px;
  transition: background-color 2s;
}

a.overlay p {
  font-size: 12px;
  padding: 10px 15px;
  opacity: 0;
  transition: opacify .2s ease-in-out;
}

.testing-company {
  background-size: cover;
  background: #fff url("../../media/images/testing-company-small.jpg") no-repeat center 20%;
  width: 50%;
  position: absolute;
  top: 87px;
  bottom: 350px;
  left: 0;
}

.water-customers {
  background-size: cover;
  background: #fff url("../../media/images/water-customers-small.jpg") no-repeat center 20%;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 50%;
  position: absolute;
  top: 87px;
  bottom: 350px;
  right: 0;
}

.cta-button {
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  padding: 10px 15px;
}

.fog {
  position: relative;
  min-height: 250px;
  width: 25%;
  background: url("../../media/images/fog-bg.jpg") center top no-repeat;
  float: left;
}

.fog button {
  position: absolute;
  bottom: 25px;
  right: 25px;
  border: #fff solid 2px;
}

.welcome {
  position: relative;
  min-height: 250px;
  width: 50%;
  background: #f5f5f5;
  float: left;
  color: #0d5ca6;
}

.welcome button {
  position: absolute;
  bottom: 25px;
  right: 25px;
  border: #0d5ca6 solid 2px;
}

.bsi-programs {
  position: relative;
  min-height: 250px;
  width: 25%;
  color: #f5f5f5;
  float: left;
  background: #131c75;
  background: -moz-linear-gradient(top, #131c75 0%, #010b2b 100%);
  background: -webkit-linear-gradient(top, #131c75 0%,#010b2b 100%);
  background: linear-gradient(to bottom, #131c75 0%,#010b2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131c75', endColorstr='#010b2b',GradientType=0 );
}

.bsi-programs button {
  position: absolute;
  bottom: 25px;
  right: 25px;
  border: #0d5ca6 solid 2px;
  background: #f5f5f5;
  color: #0d5ca6;
}
