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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

/**
 * Variables
 */
/**
 * SASS Mixins
 */
/**
 * Global Styles
 */
html.wf-active body, html.wf-inactive body {
  opacity: 1; }

html body {
  opacity: 0;
  transition: opacity .3s; }

html, body {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "ff-scala-sans-pro", sans-serif;
  font-size: 20px;
  font-smoothing: antialiased;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0px;
  line-height: 26px;
  height: 100%;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (max-width: 680px) {
    body {
      box-sizing: border-box;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto;
      min-height: 100%;
      padding: 1em 0; } }

.container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 450px; }
  @media only screen and (max-width: 999px) {
    .container {
      box-sizing: border-box;
      max-width: 450px;
      width: 80vw; } }
  @media only screen and (max-width: 680px) {
    .container {
      margin-top: auto; } }

p {
  display: inline-block;
  margin: .5em 0; }

a {
  color: #000;
  font-style: italic;
  text-decoration: none; }

footer {
  font-size: 12px;
  padding: 1em 0;
  width: 450px; }
  @media only screen and (max-width: 680px) {
    footer {
      box-sizing: border-box;
      margin-top: auto;
      max-width: 450px;
      width: 80vw; } }
  footer a {
    margin: 0 2em 0 0; }

.fadeOnLoad {
  opacity: 0;
  transition: opacity .3s; }
  .fadeOnLoad.fadeOnLoad--isLoaded {
    opacity: 1; }

/**
 * Footer Styles
 */
.footer {
  background: #f9f9f9;
  float: left;
  height: auto;
  padding: 1em 0;
  position: relative;
  text-align: center;
  width: 100%; }
  .footer p {
    margin: 1em 0; }
  .footer .contact {
    font-size: 16px; }
    @media only screen and (max-width: 680px) {
      .footer .contact {
        margin: 0 auto;
        text-align: center;
        width: 120px; } }
  @media only screen and (max-width: 680px) {
    .footer span {
      display: none; } }
  @media only screen and (max-width: 680px) {
    .footer a {
      display: inline-block; } }
