/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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, main, menu, nav, section, summary {
  display: block; }


/* ---------------------- Responsiveness ---------------------- */
/* ----------------------  ---------------------- */


  html {
  box-sizing: border-box; }

body {
  font-family: "franklin-gothic-urw", sans-serif;
  line-height: 1.3em;
  -webkit-text-size-adjust: 100%; }

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

*[data-href] {
  cursor: hand;
  cursor: pointer; }

figure img {
  width: 100%;
  display: block; }

.clear {
  clear: both; }

.fr {
  float: right; }

.fl {
  float: left; }

.oh {
  overflow: hidden; }

.smallcaps {
  font-variant: small-caps; }

.allcaps {
  text-transform: uppercase; }

.smaller {
  font-size: 90%; }

.tal {
  text-align: left !important; }

.tar {
  text-align: right !important; }

.center {
  text-align: center; }

.centerm {
  margin: 0 auto; }

.fixed {
  position: fixed; }

@media only screen and (max-width: 41.5em) {
  .fixed-bp2 {
    position: fixed; } }

@media only screen and (max-width: 47.5em) {
  .fixed-bp3 {
    position: fixed; } }

strong {
  font-weight: bold; }

em {
  text-decoration: underline; }

u {
  text-decoration: underline; }

p, a, h1, h2, h3, h4, h5, h6, li, q {
  color: inherit;
  line-height: inherit; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p {
  padding-bottom: 1em;
  font-size: 100%; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
  font-family: "franklin-gothic-urw", sans-serif; }

h1 {
  font-size: 274.4%;
  font-weight: bold;
  margin-bottom: 0.5em; }

h2 {
  font-size: 196%; }

h3 {
  font-size: 140%; }

h2, h3, h4, h5 {
  margin-bottom: 1em; }

p + h1, p + h2, p + h3, p + h4, ul + h1, ul + h2, ul + h3, ul + h4 {
  margin-top: 1em; }

.cols + h1, .cols + h2, .cols + h3, .cols + h4 {
  margin-top: 1.5em; }

section + h1, section + h2, section + h3, section + h4 {
  margin-top: 0.5em; }

body {
  margin-left: 3em;
  margin-right: 3em;
  margin-top: 3em;
  font-size: 90%; }

ul {
  list-style: disc;
  margin-left: 1em;
  padding-left: 1em;
  margin-bottom: 1em; }

figure.logo {
  text-align: center;
  margin: 0 auto 3em;
  width: 50%; }

q {
  display: block;
  margin-top: 1em;
  font-family: 'Great Vibes', Helvetica, sans-serif;
  font-size: 200%;
  margin-bottom: 1em; }

q:before { content: none; }
q:after { content: none; }

footer {
  color: #00529f;
  text-align: center;
  margin: 4em auto 0; }
  footer a {
    color: #c9423e; }

