/* line 5, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 8, ../sass/screen.scss */
body {
  font-family: "museo-sans";
  font-weight: 300;
  font-style: normal;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  background-color: #033672;
}

/* line 16, ../sass/screen.scss */
p {
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
}

/* line 23, ../sass/screen.scss */
b {
  font-size: 16px;
  font-size: 1rem;
  font-family: "museo-sans";
  font-weight: 700;
  font-style: normal;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 29, ../sass/screen.scss */
header {
  padding: 160px 0 115px;
}
/* line 33, ../sass/screen.scss */
header img {
  width: 90%;
  height: auto;
  max-width: 471px;
}

/* line 41, ../sass/screen.scss */
h1 {
  color: #033672;
  margin-bottom: 30px;
  font-size: 39px;
  font-size: 2.4375rem;
}

/* line 48, ../sass/screen.scss */
h3 {
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.5px;
  line-height: 1.28125rem;
}

/* line 57, ../sass/screen.scss */
section {
  width: 85%;
  max-width: 425px;
  margin: 0 auto 115px auto;
  padding: 12px;
  background-color: #074894;
}

/* line 68, ../sass/screen.scss */
footer p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin-bottom: 23px;
}
/* line 74, ../sass/screen.scss */
footer p a {
  color: inherit;
  text-decoration: none;
}
/* line 80, ../sass/screen.scss */
footer p span {
  padding: 0 14px;
}
/* line 86, ../sass/screen.scss */
footer .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
