/* start with a clean slate */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800);
html, body {
  margin: 0;
  padding: 0;
  text-align: center; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal; }

a {
  text-decoration: none; }

a img, img {
  border: none;
  vertical-align: bottom;
  text-decoration: none; }

.clear, .clearfix {
  clear: both; }

.nobr {
  white-space: nowrap; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/*
ul { list-style-type: none; margin: 0; padding: 0; }
li { margin: 0; padding: 0; }
*/
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
html, body {
  min-height: 100%; }

body {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 26px;
  color: white;
  background: #171717 url(../images/Bkg8.jpg) 50% 64px no-repeat fixed;
  background-size: 100% 100%;
  text-align: center;
  min-width: 1160px !important; }

h1 {
  text-transform: uppercase; }

header h1 {
  height: 64px;
  line-height: 64px; }

b {
  font-weight: 800; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 26px; }

#container {
  width: 1160px;
  margin: 0 auto; }
  #container section {
    width: 580px;
    float: left;
    padding-top: 265px;
    position: relative; }
    #container section .wrapper {
      width: 272px;
      margin: 0 auto; }
    #container section h1 {
      font-weight: 800;
      line-height: 30px; }
    #container section h2 {
      line-height: 30px;
      margin-bottom: 30px; }
    #container section .photo {
      position: relative;
      left: -153.5px; }
  #container #fda {
    background: url(../images/FDA_Column.jpg) center top no-repeat; }
    #container #fda h1 {
      color: #1d2e5d; }
  #container #fddc {
    background: url(../images/GIS_Column.jpg) center top no-repeat; }
    #container #fddc h1 {
      color: #042b19; }
    #container #fddc h2 {
      margin-bottom: 60px; }

@media (max-width: 1159px) {
  body {
    background-image: none; }

  html, body {
    height: 100%; }

  #container {
    height: 100%;
    background: #171717 url(../images/Bkg8.jpg) left top no-repeat;
    background-size: 1160px 100%; } }

/*# sourceMappingURL=1stdistrict.css.map */
