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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

.left {
  float: left; }

.right {
  float: right; }

body {
  background: #ecf0f1 url("../images/smartcomm-bcg.jpg") no-repeat top center;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 400; }

header {
  width: 940px;
  margin: 0 auto; }
  header h1 {
    margin: 320px 0 50px 0;
    text-align: center; }
    header h1 a, header h1 img {
      display: block;
      margin: 0 auto; }
  header h2 {
    font-size: 24px;
    line-height: 24px;
    padding: 35px 0;
    text-align: center;
    border-top: 1px solid #3c80b7;
    border-bottom: 5px solid #f39c12;
    font-weight: 400;
    color: white; }
    header h2 strong {
      font-weight: 700; }

section {
  width: 100%;
  background: white;
  border-bottom: 1px solid #d6dde0; }
  section article {
    border-top: 5px solid #f39c12;
    width: 940px;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 14px;
    color: #33465e;
    line-height: 19px; }
    section article strong {
      font-weight: 700; }
    section article a {
      color: #135997; }
      section article a:hover {
        text-decoration: none; }
    section article table {
      margin: 0 auto; }
    section article td {
      text-align: left;
      vertical-align: top; }

footer {
  width: 940px;
  margin: 0 auto; }
  footer p {
    font-size: 13px;
    color: #8ba3a9;
    text-align: center;
    padding: 50px 0; }
    footer p a {
      color: #8ba3a9; }
      footer p a:hover {
        text-decoration: none; }
