@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,600italic&subset=latin-ext,latin);
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins, input,
kbd,
keygen,
label, legend, li,
meter,
nav,
object, ol, output,
p, pre, progress,
q,
s, samp, section, small, span, source, strike, strong, sub, sup, select,
table, tbody, tfoot, thead, th, tr, tdvideo, tt, textarea,
u, ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
* {
text-rendering: optimizeLegibility!important;
-webkit-font-smoothing: antialiased!important;
}

*/
::-selection {
  background: #db0606;
  color: #fff; }

::-moz-selection {
  background: #db0606;
  color: #fff; }

html, body {
  min-height: 100%; }

body {
  font: 15px/24px "Source Sans Pro", Arial, Tahoma, sans-serif;
  color: #111;
  text-align: center; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  *zoom: 1; }

.clearfix:after {
  clear: both; }

h1, h2, h3, h4, h5, h6, strong, blockquote {
  font-weight: normal; }

strong {
  font-weight: 600; }

a {
  text-decoration: none;
  color: #db0606; }

p {
  padding-top: 10px;
  margin-bottom: 10px; }

h1 {
  padding-top: 30px;
  margin-bottom: 20px;
  font-size: 28px; }

h2 {
  padding-top: 20px;
  margin-bottom: 10px;
  font-size: 24px; }

h3 {
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 18px; }

blockquote {
  font-size: 18px;
  line-height: 30px; }

.header_img {
  width: 100%;
  display: block;
  margin-bottom: -3%; }
  .header_img img {
    width: 100%; }

.logo {
  display: inline-block;
  margin-bottom: 60px; }

.info {
  position: relative;
  display: block;
  width: 100%;
  max-width: 720px;
  padding: 30px;
  margin: 0 auto;
  border: 3px solid #000;
  font: 24px/42px "Source Sans Pro", Arial, Tahoma, sans-serif;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 60px; }
  .info span {
    display: block; }
  .info:before {
    content: " ";
    position: absolute;
    top: -12px;
    left: 5%;
    width: 90%;
    height: 6px;
    border: 3px solid #000;
    border-bottom: 0; }
  .info:after {
    content: " ";
    position: absolute;
    bottom: -12px;
    left: 5%;
    width: 90%;
    height: 6px;
    border: 3px solid #000;
    border-top: 0; }

#footer {
  display: inline-block;
  margin-bottom: 30px; }
