


@font-face {
    font-family: 'Doid Sans';
    src: url('droidsans-bold-webfont.eot');
    src: url('droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('droidsans-bold-webfont.woff2') format('woff2'),
         url('droidsans-bold-webfont.woff') format('woff'),
         url('droidsans-bold-webfont.ttf') format('truetype'),
         url('droidsans-bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p, div, section, footer, header {
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.group:before,
.group:after {
    content: " ";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    *zoom: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

header, section, footer {
  clear: both;
}

a, a:visited {
  color: #171717;
}

a:hover {
  color: #00A14B;
}

p {
  line-height: 1.5;
  margin: 1em 0;
  padding-right: 2em;
}

.wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: block;
  padding: 0 20px;
  border-collapse: collapse;
}

#logo {
  float: left;
  margin: .35em 0;
}

#page-title-bar {
  min-height: 55px;
  background-color: #00A14B;
  color: #FFF;
  width: 100%;
  clear: both;
  position: relative;
}

#page-title-bar .wrapper {
  position: relative;
}

#page-title-bar .wrapper > h1 {
  position: absolute;
  top: 0;
  bottom: 0;

  vertical-align: middle;
  font-weight: bold;
  font-size: 1.5em;
  padding: 15px 0;
}

section#content {
  padding: 2em 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#pre-footer {
  background: #1C2D5B;
  padding: 2em 1em;
  color: #fff;
}

#pre-footer #footer-section {
  width: 400px;
  float: left;
  line-height: 1.5;
}

#pre-footer span {
  display: block;
  margin-top: 0.5em;
}

footer {
  padding: 1.2em 0;
  background-color: #00A14B;
  color: #fff;
}

footer a {
  color: #fff !important;
}

footer span {
  font-size: 0.8em;
}

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

  p {
    padding: 0;
  }

  .wrapper {
    padding: 0;
  }

  section#content {
    padding: 2em 1em;
  }

  #content .wrapper img {
    display: block;
    float: none !important;
    margin: 1em auto !important;
  }

  footer span {
    padding: 1.2em;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 1.7;
  }

  #logo {
    float: none;
    margin: .35em auto
  }

  #logo > a > img {
    display: block;
    margin: 0 auto;
  }

  #page-title-bar .wrapper h1 {
    padding-left: 20px;
    padding-right: 20px;
    left: 0;
  }
}


