/* 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" /> */
@import url(../fonts/Open%20Sans/OpenSans.css);
@import url(../fonts/Open%20Sans/OpenSans-Bold.css);
@import url(../fonts/Open%20Sans%20Light/OpenSans-Light.css);
@import url(../fonts/Open%20Sans%20Light/OpenSansLight-Italic.css);
@import url(../fonts/TradeGothic%20LT%20Bold/TradeGothicLT-Bold.css);
@import url(../fonts/Open%20Sans%20Semibold/OpenSans-Semibold.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; }

body {
  font-size: 1em;
  line-height: 1.6em;
  color: #000; }

p {
  font-family: "OpenSans", arial, sans-serif;
  padding-bottom: 20px; }

h1, h2 {
  font-family: "TradeGothicLTBold", arial, sans-serif; }

img {
  max-width: 100%; }

.inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: auto;
  overflow: hidden; }

.header {
  background: url(../img/header-bg.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff; }
  .header h1 {
    font-size: 3em;
    line-height: 1em;
    padding: 30px 0;
    overflow: hidden; }
  .header .intro {
    overflow: hidden; }
    .header .intro .image {
      float: right;
      width: 40%;
      margin-bottom: -10px; }
      @media screen and (max-width: 700px) {
        .header .intro .image {
          float: none !important;
          width: 100%;
          text-align: center;
          overflow: hidden;
          box-shadow: inset -14px -25px 30px #6F3286;
          background: url(../img/header.png);
          background-size: cover;
          margin-bottom: 20px; }
          .header .intro .image img {
            margin-bottom: -20px;
            visibility: hidden; } }

.section {
  background: #f4f4f4;
  text-align: center;
  padding-bottom: 40px; }
  .section.white {
    background: #fff; }
  .section h2 {
    color: #6f328d;
    text-align: center;
    font-size: 2.5em;
    margin: 40px 0;
    position: relative; }
    .section h2 span {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      position: relative;
      padding: 0 20px; }
      .section h2 span:before, .section h2 span:after {
        content: '';
        display: block;
        width: 1000px;
        position: absolute;
        top: 12px;
        border-top: 1px solid #6f328d; }
      .section h2 span:before {
        right: 100%; }
      .section h2 span:after {
        left: 100%; }
  .section .quote {
    display: block;
    margin: auto;
    color: #fff;
    padding: 10px;
    margin-bottom: 40px;
    font-size: 1.4em;
    font-weight: 100;
    font-family: "OpenSansLight-Italic", arial, sans-serif; }
  .section._1 .quote {
    background-color: #f29a40;
    max-width: 700px; }
  .section._2 .quote {
    background-color: #4ec6e4;
    max-width: 700px; }
  .section._3 .quote {
    background-color: #f84669;
    max-width: 700px; }
  .section._4 .quote {
    background-color: #a7b148;
    max-width: 700px; }
  .section._4 .text:nth-of-type(2) p {
    padding-top: 40px; }
  .section._4 .text:nth-of-type(3) p {
    padding-top: 95px; }
  @media screen and (max-width: 950px) {
    .section._4 .text p {
      padding-top: 0 !important; } }
  .section .text {
    text-align: left; }
    .section .text span {
      font-family: "OpenSans-Bold", arial, sans-serif; }
    @media screen and (max-width: 950px) {
      .section .text {
        overflow: hidden; } }
  .section .stat {
    max-width: 40%;
    margin: 30px;
    margin-top: 0;
    margin-bottom: 20px; }
    .section .stat.left {
      float: left;
      margin-left: 0; }
    .section .stat.right {
      float: right;
      margin-right: 0; }
    @media screen and (max-width: 700px) {
      .section .stat {
        float: none !important;
        margin: 0 0 20px 0;
        max-width: 100%;
        text-align: center; } }
  .section .outro {
    text-align: center;
    color: #43246a;
    max-width: 900px;
    display: block;
    font-size: 1.1em;
    line-height: 1.5em;
    padding: 20px; }
    .section .outro p {
      font-family: "OpenSansSemibold", arial, sans-serif; }

.footer {
  text-align: center;
  background: url(../img/footer-bg.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff; }
  .footer h2 {
    font-size: 3em;
    line-height: 1em;
    padding: 50px 0; }
  .footer p {
    font-family: "OpenSansLight", arial, sans-serif;
    font-size: 1.5em;
    line-height: 1.3em; }
    .footer p span {
      font-family: "OpenSans-Bold", arial, sans-serif; }
  .footer a {
    display: inline-block;
    padding: 10px 20px;
    font-style: 2em;
    font-family: "OpenSansSemibold", arial, sans-serif;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 30px; }
  .footer img {
    display: block;
    margin: 50px auto 40px; }
