UnitexGramLab/unitexgramlab-org

View on GitHub
themes/unitexgramlab/css/unitexgramlab.css

Summary

Maintainability
Test Coverage
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono|Raleway|Open+Sans:300,400);
/*!
  Unitex/GramLab Theme by martinec
  https://github.com/UnitexGramLab/unitexgramlab-org
  Released under the MIT license

  Fractal by HTML5 UP
  http://html5up.net
  Released under the CCA 3.0 license

  Skel.scss by n33
  http://skel.io
  Released under the MIT license

  Bourbon by thoughtbot, inc.
  http://bourbon.io
  Released under the MIT license

  Jeet by MojoTech
  http://jeet.gs
  Released under the MIT license

  Slick by Ken Wheeler
  https://github.com/kenwheeler/slick
  Released under the MIT license

  HTML5 Boilerplate
  https://html5boilerplate.com
  Released under the MIT License

  Primer by GitHub, Inc.
  https://github.com/primer/primer
  Released under the MIT license

  kbdfun by kremalicious
  http://kremalicious.com/using-kbd-for-fun-and-profit/
  Released under the MIT license

  RRSSB by dbox and joshuatuscan
  http://www.kurtnoble.com/labs/rrssb
  Released under the MIT license

  jQuery Accordion CSS
  http://vctrfrnndz.com
  Released under the MIT license

  fancyBox CSS
  http://fancyapps.com/fancybox
  Released under the CC BY-NC 3.0 license
*/
/* Reset */
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, q:before, q:after {
  content: '';
  content: none;
}

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

body {
  -webkit-text-size-adjust: none;
}

/* Box Model */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Containers */
.container {
  margin-left: auto;
  margin-right: auto;
}

.container.\31 25\25 {
  width: 100%;
  max-width: 82.5em;
  min-width: 66em;
}

.container.\37 5\25 {
  width: 49.5em;
}

.container.\35 0\25 {
  width: 33em;
}

.container.\32 5\25 {
  width: 16.5em;
}

.container {
  width: 66em;
}

@media screen and (max-width: 1680px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 82.5em;
    min-width: 66em;
  }

  .container.\37 5\25 {
    width: 49.5em;
  }

  .container.\35 0\25 {
    width: 33em;
  }

  .container.\32 5\25 {
    width: 16.5em;
  }

  .container {
    width: 66em;
  }
}
@media screen and (max-width: 1280px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 112.5%;
    min-width: 90%;
  }

  .container.\37 5\25 {
    width: 67.5%;
  }

  .container.\35 0\25 {
    width: 45%;
  }

  .container.\32 5\25 {
    width: 22.5%;
  }

  .container {
    width: 90%;
  }
}
@media screen and (max-width: 980px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 112.5%;
    min-width: 90%;
  }

  .container.\37 5\25 {
    width: 67.5%;
  }

  .container.\35 0\25 {
    width: 45%;
  }

  .container.\32 5\25 {
    width: 22.5%;
  }

  .container {
    width: 90%;
  }
}
@media screen and (max-width: 736px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 112.5%;
    min-width: 90%;
  }

  .container.\37 5\25 {
    width: 67.5%;
  }

  .container.\35 0\25 {
    width: 45%;
  }

  .container.\32 5\25 {
    width: 22.5%;
  }

  .container {
    width: 90% !important;
  }
}
@media screen and (max-width: 480px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 112.5%;
    min-width: 90%;
  }

  .container.\37 5\25 {
    width: 67.5%;
  }

  .container.\35 0\25 {
    width: 45%;
  }

  .container.\32 5\25 {
    width: 22.5%;
  }

  .container {
    width: 90% !important;
  }
}
@media screen and (max-width: 360px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 112.5%;
    min-width: 90%;
  }

  .container.\37 5\25 {
    width: 67.5%;
  }

  .container.\35 0\25 {
    width: 45%;
  }

  .container.\32 5\25 {
    width: 22.5%;
  }

  .container {
    width: 90% !important;
  }
}
/* Grid */
.row {
  border-bottom: solid 1px transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row > * {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row:after, .row:before {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.row.uniform > * > :first-child {
  margin-top: 0;
}

.row.uniform > * > :last-child {
  margin-bottom: 0;
}

.row.\30 \25  > * {
  padding: 0 0 0 0em;
}

.row.\30 \25 {
  margin: 0 0 -1px 0em;
}

.row.uniform.\30 \25  > * {
  padding: 0em 0 0 0em;
}

.row.uniform.\30 \25 {
  margin: 0em 0 -1px 0em;
}

.row > * {
  padding: 0 0 0 1.5em;
}

.row {
  margin: 0 0 -1px -1.5em;
}

.row.uniform > * {
  padding: 1.5em 0 0 1.5em;
}

.row.uniform {
  margin: -1.5em 0 -1px -1.5em;
}

.row.\32 00\25  > * {
  padding: 0 0 0 3em;
}

.row.\32 00\25 {
  margin: 0 0 -1px -3em;
}

.row.uniform.\32 00\25  > * {
  padding: 3em 0 0 3em;
}

.row.uniform.\32 00\25 {
  margin: -3em 0 -1px -3em;
}

.row.\31 50\25  > * {
  padding: 0 0 0 2.25em;
}

.row.\31 50\25 {
  margin: 0 0 -1px -2.25em;
}

.row.uniform.\31 50\25  > * {
  padding: 2.25em 0 0 2.25em;
}

.row.uniform.\31 50\25 {
  margin: -2.25em 0 -1px -2.25em;
}

.row.\35 0\25  > * {
  padding: 0 0 0 0.75em;
}

.row.\35 0\25 {
  margin: 0 0 -1px -0.75em;
}

.row.uniform.\35 0\25  > * {
  padding: 0.75em 0 0 0.75em;
}

.row.uniform.\35 0\25 {
  margin: -0.75em 0 -1px -0.75em;
}

.row.\32 5\25  > * {
  padding: 0 0 0 0.375em;
}

.row.\32 5\25 {
  margin: 0 0 -1px -0.375em;
}

.row.uniform.\32 5\25  > * {
  padding: 0.375em 0 0 0.375em;
}

.row.uniform.\32 5\25 {
  margin: -0.375em 0 -1px -0.375em;
}

.\31 2u, .\31 2u\24 {
  width: 100%;
  clear: none;
  margin-left: 0;
}

.\31 1u, .\31 1u\24 {
  width: 91.6666666667%;
  clear: none;
  margin-left: 0;
}

.\31 0u, .\31 0u\24 {
  width: 83.3333333333%;
  clear: none;
  margin-left: 0;
}

.\39 u, .\39 u\24 {
  width: 75%;
  clear: none;
  margin-left: 0;
}

.\38 u, .\38 u\24 {
  width: 66.6666666667%;
  clear: none;
  margin-left: 0;
}

.\37 u, .\37 u\24 {
  width: 58.3333333333%;
  clear: none;
  margin-left: 0;
}

.\36 u, .\36 u\24 {
  width: 50%;
  clear: none;
  margin-left: 0;
}

.\35 u, .\35 u\24 {
  width: 41.6666666667%;
  clear: none;
  margin-left: 0;
}

.\34 u, .\34 u\24 {
  width: 33.3333333333%;
  clear: none;
  margin-left: 0;
}

.\33 u, .\33 u\24 {
  width: 25%;
  clear: none;
  margin-left: 0;
}

.\32 u, .\32 u\24 {
  width: 16.6666666667%;
  clear: none;
  margin-left: 0;
}

.\31 u, .\31 u\24 {
  width: 8.3333333333%;
  clear: none;
  margin-left: 0;
}

.\31 2u\24  + *,
.\31 1u\24  + *,
.\31 0u\24  + *,
.\39 u\24  + *,
.\38 u\24  + *,
.\37 u\24  + *,
.\36 u\24  + *,
.\35 u\24  + *,
.\34 u\24  + *,
.\33 u\24  + *,
.\32 u\24  + *,
.\31 u\24  + * {
  clear: left;
}

.\-11u {
  margin-left: 91.66667%;
}

.\-10u {
  margin-left: 83.33333%;
}

.\-9u {
  margin-left: 75%;
}

.\-8u {
  margin-left: 66.66667%;
}

.\-7u {
  margin-left: 58.33333%;
}

.\-6u {
  margin-left: 50%;
}

.\-5u {
  margin-left: 41.66667%;
}

.\-4u {
  margin-left: 33.33333%;
}

.\-3u {
  margin-left: 25%;
}

.\-2u {
  margin-left: 16.66667%;
}

.\-1u {
  margin-left: 8.33333%;
}

@media screen and (max-width: 1680px) {
  .row > * {
    padding: 0 0 0 1.5em;
  }

  .row {
    margin: 0 0 -1px -1.5em;
  }

  .row.uniform > * {
    padding: 1.5em 0 0 1.5em;
  }

  .row.uniform {
    margin: -1.5em 0 -1px -1.5em;
  }

  .row.\32 00\25  > * {
    padding: 0 0 0 3em;
  }

  .row.\32 00\25 {
    margin: 0 0 -1px -3em;
  }

  .row.uniform.\32 00\25  > * {
    padding: 3em 0 0 3em;
  }

  .row.uniform.\32 00\25 {
    margin: -3em 0 -1px -3em;
  }

  .row.\31 50\25  > * {
    padding: 0 0 0 2.25em;
  }

  .row.\31 50\25 {
    margin: 0 0 -1px -2.25em;
  }

  .row.uniform.\31 50\25  > * {
    padding: 2.25em 0 0 2.25em;
  }

  .row.uniform.\31 50\25 {
    margin: -2.25em 0 -1px -2.25em;
  }

  .row.\35 0\25  > * {
    padding: 0 0 0 0.75em;
  }

  .row.\35 0\25 {
    margin: 0 0 -1px -0.75em;
  }

  .row.uniform.\35 0\25  > * {
    padding: 0.75em 0 0 0.75em;
  }

  .row.uniform.\35 0\25 {
    margin: -0.75em 0 -1px -0.75em;
  }

  .row.\32 5\25  > * {
    padding: 0 0 0 0.375em;
  }

  .row.\32 5\25 {
    margin: 0 0 -1px -0.375em;
  }

  .row.uniform.\32 5\25  > * {
    padding: 0.375em 0 0 0.375em;
  }

  .row.uniform.\32 5\25 {
    margin: -0.375em 0 -1px -0.375em;
  }

  .\31 2u\28xlarge\29, .\31 2u\24\28xlarge\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28xlarge\29, .\31 1u\24\28xlarge\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28xlarge\29, .\31 0u\24\28xlarge\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28xlarge\29, .\39 u\24\28xlarge\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28xlarge\29, .\38 u\24\28xlarge\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28xlarge\29, .\37 u\24\28xlarge\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28xlarge\29, .\36 u\24\28xlarge\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28xlarge\29, .\35 u\24\28xlarge\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28xlarge\29, .\34 u\24\28xlarge\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28xlarge\29, .\33 u\24\28xlarge\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28xlarge\29, .\32 u\24\28xlarge\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28xlarge\29, .\31 u\24\28xlarge\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28xlarge\29  + *,
  .\31 1u\24\28xlarge\29  + *,
  .\31 0u\24\28xlarge\29  + *,
  .\39 u\24\28xlarge\29  + *,
  .\38 u\24\28xlarge\29  + *,
  .\37 u\24\28xlarge\29  + *,
  .\36 u\24\28xlarge\29  + *,
  .\35 u\24\28xlarge\29  + *,
  .\34 u\24\28xlarge\29  + *,
  .\33 u\24\28xlarge\29  + *,
  .\32 u\24\28xlarge\29  + *,
  .\31 u\24\28xlarge\29  + * {
    clear: left;
  }

  .\-11u\28xlarge\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28xlarge\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28xlarge\29 {
    margin-left: 75%;
  }

  .\-8u\28xlarge\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28xlarge\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28xlarge\29 {
    margin-left: 50%;
  }

  .\-5u\28xlarge\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28xlarge\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28xlarge\29 {
    margin-left: 25%;
  }

  .\-2u\28xlarge\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28xlarge\29 {
    margin-left: 8.33333%;
  }
}
@media screen and (max-width: 1280px) {
  .row > * {
    padding: 0 0 0 1.5em;
  }

  .row {
    margin: 0 0 -1px -1.5em;
  }

  .row.uniform > * {
    padding: 1.5em 0 0 1.5em;
  }

  .row.uniform {
    margin: -1.5em 0 -1px -1.5em;
  }

  .row.\32 00\25  > * {
    padding: 0 0 0 3em;
  }

  .row.\32 00\25 {
    margin: 0 0 -1px -3em;
  }

  .row.uniform.\32 00\25  > * {
    padding: 3em 0 0 3em;
  }

  .row.uniform.\32 00\25 {
    margin: -3em 0 -1px -3em;
  }

  .row.\31 50\25  > * {
    padding: 0 0 0 2.25em;
  }

  .row.\31 50\25 {
    margin: 0 0 -1px -2.25em;
  }

  .row.uniform.\31 50\25  > * {
    padding: 2.25em 0 0 2.25em;
  }

  .row.uniform.\31 50\25 {
    margin: -2.25em 0 -1px -2.25em;
  }

  .row.\35 0\25  > * {
    padding: 0 0 0 0.75em;
  }

  .row.\35 0\25 {
    margin: 0 0 -1px -0.75em;
  }

  .row.uniform.\35 0\25  > * {
    padding: 0.75em 0 0 0.75em;
  }

  .row.uniform.\35 0\25 {
    margin: -0.75em 0 -1px -0.75em;
  }

  .row.\32 5\25  > * {
    padding: 0 0 0 0.375em;
  }

  .row.\32 5\25 {
    margin: 0 0 -1px -0.375em;
  }

  .row.uniform.\32 5\25  > * {
    padding: 0.375em 0 0 0.375em;
  }

  .row.uniform.\32 5\25 {
    margin: -0.375em 0 -1px -0.375em;
  }

  .\31 2u\28large\29, .\31 2u\24\28large\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28large\29, .\31 1u\24\28large\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28large\29, .\31 0u\24\28large\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28large\29, .\39 u\24\28large\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28large\29, .\38 u\24\28large\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28large\29, .\37 u\24\28large\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28large\29, .\36 u\24\28large\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28large\29, .\35 u\24\28large\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28large\29, .\34 u\24\28large\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28large\29, .\33 u\24\28large\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28large\29, .\32 u\24\28large\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28large\29, .\31 u\24\28large\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28large\29  + *,
  .\31 1u\24\28large\29  + *,
  .\31 0u\24\28large\29  + *,
  .\39 u\24\28large\29  + *,
  .\38 u\24\28large\29  + *,
  .\37 u\24\28large\29  + *,
  .\36 u\24\28large\29  + *,
  .\35 u\24\28large\29  + *,
  .\34 u\24\28large\29  + *,
  .\33 u\24\28large\29  + *,
  .\32 u\24\28large\29  + *,
  .\31 u\24\28large\29  + * {
    clear: left;
  }

  .\-11u\28large\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28large\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28large\29 {
    margin-left: 75%;
  }

  .\-8u\28large\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28large\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28large\29 {
    margin-left: 50%;
  }

  .\-5u\28large\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28large\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28large\29 {
    margin-left: 25%;
  }

  .\-2u\28large\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28large\29 {
    margin-left: 8.33333%;
  }
}
@media screen and (max-width: 980px) {
  .row > * {
    padding: 0 0 0 1.5em;
  }

  .row {
    margin: 0 0 -1px -1.5em;
  }

  .row.uniform > * {
    padding: 1.5em 0 0 1.5em;
  }

  .row.uniform {
    margin: -1.5em 0 -1px -1.5em;
  }

  .row.\32 00\25  > * {
    padding: 0 0 0 3em;
  }

  .row.\32 00\25 {
    margin: 0 0 -1px -3em;
  }

  .row.uniform.\32 00\25  > * {
    padding: 3em 0 0 3em;
  }

  .row.uniform.\32 00\25 {
    margin: -3em 0 -1px -3em;
  }

  .row.\31 50\25  > * {
    padding: 0 0 0 2.25em;
  }

  .row.\31 50\25 {
    margin: 0 0 -1px -2.25em;
  }

  .row.uniform.\31 50\25  > * {
    padding: 2.25em 0 0 2.25em;
  }

  .row.uniform.\31 50\25 {
    margin: -2.25em 0 -1px -2.25em;
  }

  .row.\35 0\25  > * {
    padding: 0 0 0 0.75em;
  }

  .row.\35 0\25 {
    margin: 0 0 -1px -0.75em;
  }

  .row.uniform.\35 0\25  > * {
    padding: 0.75em 0 0 0.75em;
  }

  .row.uniform.\35 0\25 {
    margin: -0.75em 0 -1px -0.75em;
  }

  .row.\32 5\25  > * {
    padding: 0 0 0 0.375em;
  }

  .row.\32 5\25 {
    margin: 0 0 -1px -0.375em;
  }

  .row.uniform.\32 5\25  > * {
    padding: 0.375em 0 0 0.375em;
  }

  .row.uniform.\32 5\25 {
    margin: -0.375em 0 -1px -0.375em;
  }

  .\31 2u\28medium\29, .\31 2u\24\28medium\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28medium\29, .\31 1u\24\28medium\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28medium\29, .\31 0u\24\28medium\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28medium\29, .\39 u\24\28medium\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28medium\29, .\38 u\24\28medium\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28medium\29, .\37 u\24\28medium\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28medium\29, .\36 u\24\28medium\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28medium\29, .\35 u\24\28medium\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28medium\29, .\34 u\24\28medium\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28medium\29, .\33 u\24\28medium\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28medium\29, .\32 u\24\28medium\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28medium\29, .\31 u\24\28medium\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28medium\29  + *,
  .\31 1u\24\28medium\29  + *,
  .\31 0u\24\28medium\29  + *,
  .\39 u\24\28medium\29  + *,
  .\38 u\24\28medium\29  + *,
  .\37 u\24\28medium\29  + *,
  .\36 u\24\28medium\29  + *,
  .\35 u\24\28medium\29  + *,
  .\34 u\24\28medium\29  + *,
  .\33 u\24\28medium\29  + *,
  .\32 u\24\28medium\29  + *,
  .\31 u\24\28medium\29  + * {
    clear: left;
  }

  .\-11u\28medium\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28medium\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28medium\29 {
    margin-left: 75%;
  }

  .\-8u\28medium\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28medium\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28medium\29 {
    margin-left: 50%;
  }

  .\-5u\28medium\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28medium\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28medium\29 {
    margin-left: 25%;
  }

  .\-2u\28medium\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28medium\29 {
    margin-left: 8.33333%;
  }
}
@media screen and (max-width: 736px) {
  .row > * {
    padding: 0 0 0 1.25em;
  }

  .row {
    margin: 0 0 -1px -1.25em;
  }

  .row.uniform > * {
    padding: 1.25em 0 0 1.25em;
  }

  .row.uniform {
    margin: -1.25em 0 -1px -1.25em;
  }

  .row.\32 00\25  > * {
    padding: 0 0 0 2.5em;
  }

  .row.\32 00\25 {
    margin: 0 0 -1px -2.5em;
  }

  .row.uniform.\32 00\25  > * {
    padding: 2.5em 0 0 2.5em;
  }

  .row.uniform.\32 00\25 {
    margin: -2.5em 0 -1px -2.5em;
  }

  .row.\31 50\25  > * {
    padding: 0 0 0 1.875em;
  }

  .row.\31 50\25 {
    margin: 0 0 -1px -1.875em;
  }

  .row.uniform.\31 50\25  > * {
    padding: 1.875em 0 0 1.875em;
  }

  .row.uniform.\31 50\25 {
    margin: -1.875em 0 -1px -1.875em;
  }

  .row.\35 0\25  > * {
    padding: 0 0 0 0.625em;
  }

  .row.\35 0\25 {
    margin: 0 0 -1px -0.625em;
  }

  .row.uniform.\35 0\25  > * {
    padding: 0.625em 0 0 0.625em;
  }

  .row.uniform.\35 0\25 {
    margin: -0.625em 0 -1px -0.625em;
  }

  .row.\32 5\25  > * {
    padding: 0 0 0 0.3125em;
  }

  .row.\32 5\25 {
    margin: 0 0 -1px -0.3125em;
  }

  .row.uniform.\32 5\25  > * {
    padding: 0.3125em 0 0 0.3125em;
  }

  .row.uniform.\32 5\25 {
    margin: -0.3125em 0 -1px -0.3125em;
  }

  .\31 2u\28small\29, .\31 2u\24\28small\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28small\29, .\31 1u\24\28small\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28small\29, .\31 0u\24\28small\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28small\29, .\39 u\24\28small\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28small\29, .\38 u\24\28small\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28small\29, .\37 u\24\28small\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28small\29, .\36 u\24\28small\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28small\29, .\35 u\24\28small\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28small\29, .\34 u\24\28small\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28small\29, .\33 u\24\28small\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28small\29, .\32 u\24\28small\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28small\29, .\31 u\24\28small\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28small\29  + *,
  .\31 1u\24\28small\29  + *,
  .\31 0u\24\28small\29  + *,
  .\39 u\24\28small\29  + *,
  .\38 u\24\28small\29  + *,
  .\37 u\24\28small\29  + *,
  .\36 u\24\28small\29  + *,
  .\35 u\24\28small\29  + *,
  .\34 u\24\28small\29  + *,
  .\33 u\24\28small\29  + *,
  .\32 u\24\28small\29  + *,
  .\31 u\24\28small\29  + * {
    clear: left;
  }

  .\-11u\28small\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28small\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28small\29 {
    margin-left: 75%;
  }

  .\-8u\28small\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28small\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28small\29 {
    margin-left: 50%;
  }

  .\-5u\28small\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28small\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28small\29 {
    margin-left: 25%;
  }

  .\-2u\28small\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28small\29 {
    margin-left: 8.33333%;
  }
}
@media screen and (max-width: 480px) {
  .row > * {
    padding: 0 0 0 1.25em;
  }

  .row {
    margin: 0 0 -1px -1.25em;
  }

  .row.uniform > * {
    padding: 1.25em 0 0 1.25em;
  }

  .row.uniform {
    margin: -1.25em 0 -1px -1.25em;
  }

  .row.\32 00\25  > * {
    padding: 0 0 0 2.5em;
  }

  .row.\32 00\25 {
    margin: 0 0 -1px -2.5em;
  }

  .row.uniform.\32 00\25  > * {
    padding: 2.5em 0 0 2.5em;
  }

  .row.uniform.\32 00\25 {
    margin: -2.5em 0 -1px -2.5em;
  }

  .row.\31 50\25  > * {
    padding: 0 0 0 1.875em;
  }

  .row.\31 50\25 {
    margin: 0 0 -1px -1.875em;
  }

  .row.uniform.\31 50\25  > * {
    padding: 1.875em 0 0 1.875em;
  }

  .row.uniform.\31 50\25 {
    margin: -1.875em 0 -1px -1.875em;
  }

  .row.\35 0\25  > * {
    padding: 0 0 0 0.625em;
  }

  .row.\35 0\25 {
    margin: 0 0 -1px -0.625em;
  }

  .row.uniform.\35 0\25  > * {
    padding: 0.625em 0 0 0.625em;
  }

  .row.uniform.\35 0\25 {
    margin: -0.625em 0 -1px -0.625em;
  }

  .row.\32 5\25  > * {
    padding: 0 0 0 0.3125em;
  }

  .row.\32 5\25 {
    margin: 0 0 -1px -0.3125em;
  }

  .row.uniform.\32 5\25  > * {
    padding: 0.3125em 0 0 0.3125em;
  }

  .row.uniform.\32 5\25 {
    margin: -0.3125em 0 -1px -0.3125em;
  }

  .\31 2u\28xsmall\29, .\31 2u\24\28xsmall\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28xsmall\29, .\31 1u\24\28xsmall\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28xsmall\29, .\31 0u\24\28xsmall\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28xsmall\29, .\39 u\24\28xsmall\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28xsmall\29, .\38 u\24\28xsmall\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28xsmall\29, .\37 u\24\28xsmall\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28xsmall\29, .\36 u\24\28xsmall\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28xsmall\29, .\35 u\24\28xsmall\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28xsmall\29, .\34 u\24\28xsmall\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28xsmall\29, .\33 u\24\28xsmall\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28xsmall\29, .\32 u\24\28xsmall\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28xsmall\29, .\31 u\24\28xsmall\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28xsmall\29  + *,
  .\31 1u\24\28xsmall\29  + *,
  .\31 0u\24\28xsmall\29  + *,
  .\39 u\24\28xsmall\29  + *,
  .\38 u\24\28xsmall\29  + *,
  .\37 u\24\28xsmall\29  + *,
  .\36 u\24\28xsmall\29  + *,
  .\35 u\24\28xsmall\29  + *,
  .\34 u\24\28xsmall\29  + *,
  .\33 u\24\28xsmall\29  + *,
  .\32 u\24\28xsmall\29  + *,
  .\31 u\24\28xsmall\29  + * {
    clear: left;
  }

  .\-11u\28xsmall\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28xsmall\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28xsmall\29 {
    margin-left: 75%;
  }

  .\-8u\28xsmall\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28xsmall\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28xsmall\29 {
    margin-left: 50%;
  }

  .\-5u\28xsmall\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28xsmall\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28xsmall\29 {
    margin-left: 25%;
  }

  .\-2u\28xsmall\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28xsmall\29 {
    margin-left: 8.33333%;
  }
}
@media screen and (max-width: 360px) {
  .row > * {
    padding: 0 0 0 1.25em;
  }

  .row {
    margin: 0 0 -1px -1.25em;
  }

  .row.uniform > * {
    padding: 1.25em 0 0 1.25em;
  }

  .row.uniform {
    margin: -1.25em 0 -1px -1.25em;
  }

  .row.\32 00\25  > * {
    padding: 0 0 0 2.5em;
  }

  .row.\32 00\25 {
    margin: 0 0 -1px -2.5em;
  }

  .row.uniform.\32 00\25  > * {
    padding: 2.5em 0 0 2.5em;
  }

  .row.uniform.\32 00\25 {
    margin: -2.5em 0 -1px -2.5em;
  }

  .row.\31 50\25  > * {
    padding: 0 0 0 1.875em;
  }

  .row.\31 50\25 {
    margin: 0 0 -1px -1.875em;
  }

  .row.uniform.\31 50\25  > * {
    padding: 1.875em 0 0 1.875em;
  }

  .row.uniform.\31 50\25 {
    margin: -1.875em 0 -1px -1.875em;
  }

  .row.\35 0\25  > * {
    padding: 0 0 0 0.625em;
  }

  .row.\35 0\25 {
    margin: 0 0 -1px -0.625em;
  }

  .row.uniform.\35 0\25  > * {
    padding: 0.625em 0 0 0.625em;
  }

  .row.uniform.\35 0\25 {
    margin: -0.625em 0 -1px -0.625em;
  }

  .row.\32 5\25  > * {
    padding: 0 0 0 0.3125em;
  }

  .row.\32 5\25 {
    margin: 0 0 -1px -0.3125em;
  }

  .row.uniform.\32 5\25  > * {
    padding: 0.3125em 0 0 0.3125em;
  }

  .row.uniform.\32 5\25 {
    margin: -0.3125em 0 -1px -0.3125em;
  }

  .\31 2u\28xxsmall\29, .\31 2u\24\28xxsmall\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28xxsmall\29, .\31 1u\24\28xxsmall\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28xxsmall\29, .\31 0u\24\28xxsmall\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28xxsmall\29, .\39 u\24\28xxsmall\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28xxsmall\29, .\38 u\24\28xxsmall\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28xxsmall\29, .\37 u\24\28xxsmall\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28xxsmall\29, .\36 u\24\28xxsmall\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28xxsmall\29, .\35 u\24\28xxsmall\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28xxsmall\29, .\34 u\24\28xxsmall\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28xxsmall\29, .\33 u\24\28xxsmall\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28xxsmall\29, .\32 u\24\28xxsmall\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28xxsmall\29, .\31 u\24\28xxsmall\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28xxsmall\29  + *,
  .\31 1u\24\28xxsmall\29  + *,
  .\31 0u\24\28xxsmall\29  + *,
  .\39 u\24\28xxsmall\29  + *,
  .\38 u\24\28xxsmall\29  + *,
  .\37 u\24\28xxsmall\29  + *,
  .\36 u\24\28xxsmall\29  + *,
  .\35 u\24\28xxsmall\29  + *,
  .\34 u\24\28xxsmall\29  + *,
  .\33 u\24\28xxsmall\29  + *,
  .\32 u\24\28xxsmall\29  + *,
  .\31 u\24\28xxsmall\29  + * {
    clear: left;
  }

  .\-11u\28xxsmall\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28xxsmall\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28xxsmall\29 {
    margin-left: 75%;
  }

  .\-8u\28xxsmall\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28xxsmall\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28xxsmall\29 {
    margin-left: 50%;
  }

  .\-5u\28xxsmall\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28xxsmall\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28xxsmall\29 {
    margin-left: 25%;
  }

  .\-2u\28xxsmall\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28xxsmall\29 {
    margin-left: 8.33333%;
  }
}
/* Basic */
@-ms-viewport {
  width: device-width;
}
body {
  -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 360px) {
  html, body {
    min-width: 320px;
  }
}
body {
  background: #ffffff;
}
body.is-loading *, body.is-loading *:before, body.is-loading *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* Type */
html, body {
  background: #fefefe;
}

body {
  color: #48494f;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html, input, select, textarea {
  font-size: 16pt;
}
@media screen and (max-width: 1680px) {
  html, input, select, textarea {
    font-size: 13pt;
  }
}
@media screen and (max-width: 1280px) {
  html, input, select, textarea {
    font-size: 12pt;
  }
}
@media screen and (max-width: 360px) {
  html, input, select, textarea {
    font-size: 11pt;
  }
}

body, input, select, textarea {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.015em;
}

::-moz-selection {
  background: #fbb295;
  text-shadow: none;
}

::selection {
  background: #fbb295;
  text-shadow: none;
}

a {
  -moz-transition: color 0.3s ease-in-out, border-bottom-color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, border-bottom-color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, border-bottom-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-bottom-color 0.3s ease-in-out;
  text-decoration: none;
}
a:hover {
  border-bottom-color: transparent;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

p {
  margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1;
  margin: 1em 0 0.5em 0;
  letter-spacing: -0.0125em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
}
@media screen and (max-width: 980px) {
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
    display: none;
  }
}

h1 {
  font-size: 2em;
  line-height: 1.5;
}

h2 {
  font-size: 1.75em;
  line-height: 1.5;
}

h3 {
  font-size: 1.5em;
  line-height: 1.5;
}

h4 {
  font-size: 1.1em;
  line-height: 1.5;
}

h5 {
  font-size: 0.9em;
  line-height: 1.5;
}

h6 {
  font-size: 0.7em;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  h1 {
    font-size: 1.35em;
  }

  h2 {
    font-size: 1.25em;
  }

  h3 {
    font-size: 1.2em;
  }

  h4 {
    font-size: 1em;
  }
}
sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

small {
  font-size: 60%;
  line-height: inherit;
}

blockquote {
  line-height: 1.6;
  border-left-style: solid;
  border-left-width: 4px;
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0 0 0 1em;
}
blockquote p {
  line-height: 1.6;
  color: #48494f;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote *:last-child {
  margin: 0;
}

code {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-family: "Ubuntu Mono", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
  white-space: pre-wrap;
}

code + .copy-to-clipboard {
  position: absolute;
  top: 12px;
  right: 12px;
}

.copy-to-clipboard {
  background-image: url(images/clippy.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.copy-to-clipboard:hover {
  background-color: #e6e6e6;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Ubuntu Mono", monospace;
  font-size: 0.9em;
  margin: 0 0 0.5em 0;
  position: relative;
}
pre code {
  display: block;
  line-height: 1.75;
  padding: 0.5em 1.5em;
  overflow-x: auto;
}

kbd {
  color: #444444;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.75em;
  text-align: center;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  display: inline;
  padding: .3em .55em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #bbb;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), transparent);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00000000', GradientType=0);
  box-shadow: 0px 2px 0 #bbbbbb, 0 3px 1px #999999, 0 3px 0 #bbbbbb, inset 0 1px 1px #ffffff, inset 0 -1px 3px #cccccc;
}

hr {
  border: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 2em 0;
}
hr.major {
  margin: 3em 0;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

input, select, textarea {
  color: #48494f;
}

a {
  color: inherit;
  border-bottom-color: #d6d6d6;
}
a:hover {
  color: #555555;
}

strong, b {
  color: #4c4c4c;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", Helvetica, sans-serif;
  color: #4c4c4c;
}

blockquote {
  border-left-color: #e6e6e6;
}

code {
  background: rgba(144, 144, 144, 0.075);
  border-color: #e6e6e6;
}

hr {
  border-bottom-color: #e6e6e6;
}

/* Utilities */
.selected {
  font-weight: bold;
  text-decoration: underline;
}

.overthrow-enabled .overthrow {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.hidden {
  display: none !important;
}

.js-hidden {
  display: none !important;
}

html.no-js .js-hidden {
  display: inline-block !important;
}

.invisible {
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 1s, visibility 1.3s;
  -webkit-transition: opacity 1s, visibility 1.3s;
  -ms-transition: opacity 1s, visibility 1.3s;
  transition: opacity 1s, visibility 1.3s;
}

.visible {
  visibility: visible;
  opacity: 1;
  -moz-transition: opacity 1s, visibility 1.3s;
  -webkit-transition: opacity 1s, visibility 1.3s;
  -ms-transition: opacity 1s, visibility 1.3s;
  transition: opacity 1s, visibility 1.3s;
}

.js-invisible {
  visibility: hidden;
}

html.no-js .js-invisible {
  visibility: visible;
}

html.no-js .js-only {
  display: none !important;
}

@media screen and (max-width: 736px) {
  .hidden-small-down {
    display: none !important;
  }
}

@media screen and (min-width: 737px) and (max-width: 980px) {
  .hidden-medium {
    display: none !important;
  }
}

.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.textuallyhidden {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  display: table;
  clear: both;
  content: "";
}

.clear {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.truncate.truncate-target,
.truncate .truncate-target {
  display: inline-block;
  max-width: 250px;
  max-width: calc(100% + 0.5em);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.truncate.expandable:hover .truncate-target, .truncate.expandable:hover.truncate-target {
  max-width: 10000px !important;
}

/* Requirements */
[data-fisarmonica] [data-content] {
  overflow: hidden;
  max-height: 0;
}

/* Basic Theme */
[data-control],
[data-content] > * {
  padding: 10px;
}

[data-content] [data-fisarmonica] {
  border: 0;
  padding: 0;
}

[data-fisarmonica] [data-control] {
  position: relative;
  width: 100%;
  line-height: 1em;
  font-weight: normal;
  text-align: left;
  height: 51px;
  margin-bottom: 0.25em;
  overflow: hidden;
}

[data-fisarmonica] > [data-control]:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 18px;
  font-size: 25px;
  font-weight: 200;
  color: #444;
  height: 15px;
  width: 24px;
  background: url("images/down.png") center center no-repeat;
  background-size: 50%;
}

[data-fisarmonica].open > [data-control]:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.ug-label,
.ug-badge {
  background-color: #babdc0;
  color: #fff;
  font-size: inherit;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.ug-label.c1,
.ug-badge.c1 {
  background-color: #264653;
}
.ug-label.c2,
.ug-badge.c2 {
  background-color: #2a9d8f;
}
.ug-label.c3,
.ug-badge.c3 {
  background-color: #e9c46a;
}
.ug-label.c4,
.ug-badge.c4 {
  background-color: #f4a261;
}
.ug-label.c5,
.ug-badge.c5 {
  background-color: #a5be00;
}
.ug-label.c6,
.ug-badge.c6 {
  background-color: #8b8291;
}
.ug-label.c7,
.ug-badge.c7 {
  background-color: #98a5cf;
}
.ug-label.c8,
.ug-badge.c8 {
  background-color: #ee7f8f;
}
.ug-label.c9,
.ug-badge.c9 {
  background-color: #ada2b5;
}
.ug-label.c10,
.ug-badge.c10 {
  background-color: #d3d09a;
}
.ug-label.c11,
.ug-badge.c11 {
  background-color: #b28e6e;
}
.ug-label.c12,
.ug-badge.c12 {
  background-color: #a9c7b6;
}
.ug-label.c13,
.ug-badge.c13 {
  background-color: #ef7063;
}
.ug-label.c14,
.ug-badge.c14 {
  background-color: #f2d856;
}

.ug-label {
  border-radius: 4px;
  display: inline;
}

.ug-badge {
  border-radius: 10px;
  display: inline-block;
  padding: 1px 7px;
}

.ug-label[href]:hover, .ug-label[href]:focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

a.ug-badge:hover, a.ug-badge:focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.ug-label a,
.ug-badge a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.ug-label:empty,
.ug-badge:empty {
  display: none;
}

/* Box */
.box {
  border-radius: 6px;
  border: solid 1px #e6e6e6;
  margin-bottom: 2em;
  padding: 1.5em;
}
.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}

/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  height: 2.85em;
  line-height: 2.95em;
  padding: 0 1.75em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
  padding-left: 1.35em;
}
input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
  margin-right: 0.5em;
}
input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
  display: block;
  margin: 0 0 1em 0;
  width: 100%;
}
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
  font-size: 0.8em;
}
input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
button.big,
.button.big {
  font-size: 1.35em;
}
input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  cursor: default;
  opacity: 0.25;
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  button,
  .button {
    padding: 0;
  }
  input[type="submit"].fit.icon,
  input[type="reset"].fit.icon,
  input[type="button"].fit.icon,
  button.fit.icon,
  .button.fit.icon {
    padding-left: 0px;
  }
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  background-color: transparent;
  color: #4c4c4c;
  box-shadow: inset 0 0 0 2px #e6e6e6;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
  background-color: rgba(144, 144, 144, 0.075) !important;
}
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
  background-color: rgba(144, 144, 144, 0.15) !important;
}
input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
button.alt,
.button.alt {
  background-color: transparent;
  color: #4c4c4c !important;
  box-shadow: inset 0 0 0 2px #e6e6e6;
}
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
button.alt:hover,
.button.alt:hover {
  background-color: rgba(144, 144, 144, 0.075);
}
input[type="submit"].alt:active,
input[type="reset"].alt:active,
input[type="button"].alt:active,
button.alt:active,
.button.alt:active {
  background-color: rgba(144, 144, 144, 0.15);
}
input[type="submit"].alt.icon:before,
input[type="reset"].alt.icon:before,
input[type="button"].alt.icon:before,
button.alt.icon:before,
.button.alt.icon:before {
  color: #e0e0e0;
}
input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
button.special,
.button.special {
  box-shadow: none;
  background-color: #ffffff;
  color: #4c4c4c;
}
input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
button.special:hover,
.button.special:hover {
  background-color: white;
}
input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
button.special:active,
.button.special:active {
  background-color: #f2f2f2;
}

/* Form */
form {
  margin: 0 0 2em 0;
}

label {
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0 0 1em 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 6px;
  border: none;
  border-style: solid;
  border-width: 1px;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
}
input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}

.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative;
}
.select-wrapper:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
.select-wrapper:before {
  content: '\f078';
  display: block;
  height: 2.75em;
  line-height: 2.75em;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 2.75em;
}
.select-wrapper select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: 2.75em;
}

textarea {
  padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  padding-left: 2.4em;
  padding-right: 0.75em;
  position: relative;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  content: '';
  display: inline-block;
  height: 1.65em;
  left: 0;
  line-height: 1.58125em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.65em;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  content: '\f00c';
}

input[type="checkbox"] + label:before {
  border-radius: 6px;
}

input[type="radio"] + label:before {
  border-radius: 100%;
}

::-webkit-input-placeholder {
  opacity: 1.0;
}

:-moz-placeholder {
  opacity: 1.0;
}

::-moz-placeholder {
  opacity: 1.0;
}

:-ms-input-placeholder {
  opacity: 1.0;
}

.formerize-placeholder {
  opacity: 1.0;
}

label {
  color: #4c4c4c;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  color: inherit;
  background-color: rgba(144, 144, 144, 0.075);
  border-color: #e6e6e6;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border-color: #555555;
  box-shadow: 0 0 0 1px #555555;
}

.select-wrapper:before {
  color: #e6e6e6;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  color: #48494f;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  background-color: rgba(144, 144, 144, 0.075);
  border-color: #e6e6e6;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background-color: #555555;
  border-color: #555555;
  color: #ffffff;
}
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  border-color: #555555;
  box-shadow: 0 0 0 1px #555555;
}

::-webkit-input-placeholder {
  color: #e0e0e0 !important;
}

:-moz-placeholder {
  color: #e0e0e0 !important;
}

::-moz-placeholder {
  color: #e0e0e0 !important;
}

:-ms-input-placeholder {
  color: #e0e0e0 !important;
}

.formerize-placeholder {
  color: #e0e0e0 !important;
}

/* Grid Demo */
.grid-demo {
  display: block;
  margin: 0 0 2em 0;
}
.grid-demo span {
  background: #a2a2a2;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.25);
  display: block;
  font-weight: bold;
  height: 2.75em;
  line-height: 2.75em;
  text-align: center;
}

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
  outline: none;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
.icon > .label {
  display: none;
}
.icon.icon-button {
  width: 7.5em;
  height: 7.5em;
  border-radius: 50%;
  text-align: center;
  line-height: 7em;
  vertical-align: middle;
  text-decoration: none;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -ms-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  /*
        opacity: 0.8;
  */
  overflow: hidden;
}
.icon.icon-button:before {
  font-size: 4rem;
}
.icon.icon-button:hover, .icon.icon-button:focus, .icon.icon-button:active, .icon.icon-button.selected {
  -moz-transition: opacity 0.3s 0s, visibility 0s;
  -webkit-transition: opacity 0.3s 0s, visibility 0s;
  -ms-transition: opacity 0.3s 0s, visibility 0s;
  transition: opacity 0.3s 0s, visibility 0s;
}
.icon.icon-button.selected {
  /*
          opacity: 0.9;
  */
}
.icon.icon-button:hover, .icon.icon-button:focus, .icon.icon-button:active {
  /*
          opacity: 1;
  */
}
.icon.icon-button {
  cursor: pointer;
}

.icon {
  color: #e0e0e0;
}
.icon.icon-button {
  color: #cccccc;
  border: 2x solid #e6e6e6;
  box-shadow: 0 0 2px #e6e6e6;
}
.icon.icon-button.selected {
  color: #434D60;
  background: transparent linear-gradient(#fefefe, #cfdcec) repeat scroll 0% 0%;
}
.icon.icon-button.selected:hover, .icon.icon-button.selected:focus, .icon.icon-button.selected:active {
  color: #2e3542;
  background: transparent linear-gradient(#fefefe, #cfdcec) repeat scroll 0% 0%;
}

/* Image */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.image {
  border-radius: 6px;
  border: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.image img {
  border-radius: 6px;
  display: block;
}
.image.left, .image.right {
  max-width: 40%;
}
.image.left img, .image.right img {
  width: 100%;
}
.image.left {
  float: left;
  margin: 0 1.5em 1em 0;
  top: 0.25em;
}
.image.right {
  float: right;
  margin: 0 0 1em 1.5em;
  top: 0.25em;
}
.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
}
.image.fit img {
  width: 100%;
}
.image.half {
  margin: 0 0 1em 0;
  width: 50%;
}
.image.half img {
  width: 50%;
}
.image.main {
  display: block;
  margin: 0 0 3em 0;
  width: 100%;
}
.image.main img {
  width: 100%;
}

.image {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}

/* List */
ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}
ol li {
  padding-left: 0.25em;
}

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em;
}
ul li {
  padding-left: 0.5em;
  padding-top: 0.5em;
}
ul.alt {
  list-style: none;
  padding-left: 0;
}
ul.alt li {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 0.5em 0;
}
ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}
ul.truncate-items li span {
  display: inline-block;
  max-width: 250px;
  max-width: calc(100% + 0.5em);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.icons li {
  display: inline-block;
  padding: 0 1.5em 0 0;
}
ul.icons li:last-child {
  padding-right: 0 !important;
}
ul.icons li .icon:before {
  font-size: 1.75rem;
}
ul.icons li .icon-toogle,
ul.icons li .icon-rounded {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.3rem;
  vertical-align: middle;
  text-decoration: none;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -ms-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  opacity: 0.8;
}
ul.icons li .icon-toogle:before,
ul.icons li .icon-rounded:before {
  font-size: 1.3rem;
}
ul.icons li .icon-toogle:hover, ul.icons li .icon-toogle:focus, ul.icons li .icon-toogle:active, ul.icons li .icon-toogle.selected,
ul.icons li .icon-rounded:hover,
ul.icons li .icon-rounded:focus,
ul.icons li .icon-rounded:active,
ul.icons li .icon-rounded.selected {
  -moz-transition: opacity 0.3s 0s, visibility 0s;
  -webkit-transition: opacity 0.3s 0s, visibility 0s;
  -ms-transition: opacity 0.3s 0s, visibility 0s;
  transition: opacity 0.3s 0s, visibility 0s;
}
ul.icons li .icon-toogle.selected,
ul.icons li .icon-rounded.selected {
  opacity: 0.9;
}
ul.icons li .icon-toogle:hover, ul.icons li .icon-toogle:focus, ul.icons li .icon-toogle:active,
ul.icons li .icon-rounded:hover,
ul.icons li .icon-rounded:focus,
ul.icons li .icon-rounded:active {
  opacity: 1;
}
ul.icons li .icon-rounded {
  color: #ffffff;
  background-color: #555555;
}
ul.icons li .icon-rounded:hover, ul.icons li .icon-rounded:focus, ul.icons li .icon-rounded:active, ul.icons li .icon-rounded.selected {
  background-color: #484848;
}
ul.icons li .icon-toogle {
  cursor: pointer;
}
ul.icons.major li {
  padding: 0 2.5em 0 0;
}
ul.icons.major li .icon:before {
  font-size: 2.75rem;
}
@media screen and (max-width: 736px) {
  ul.icons.major li {
    padding: 0 1.25em 0 0;
  }
  ul.icons.major li .icon:before {
    font-size: 1.75rem;
  }
}
ul.icons.labeled li {
  margin: 1em 0;
  padding: 0 2em 0 0;
}
ul.icons.labeled li .icon:before {
  vertical-align: middle;
  font-size: 2.25rem;
  margin-right: 0.5em;
}
ul.icons.labeled li .icon .label {
  display: inline-block;
  vertical-align: middle;
  color: #48494f;
}
@media screen and (max-width: 736px) and (orientation: portrait) {
  ul.icons.labeled {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    white-space: nowrap;
  }
  ul.icons.labeled li {
    display: block;
    padding: 0;
    margin: 1.5em 0 0 0;
  }
  ul.icons.labeled li .icon:before {
    width: 1.5em;
    display: block;
    float: left;
    margin-right: 0;
  }
  ul.icons.labeled li .icon:after {
    content: '';
    display: block;
    clear: both;
  }
  ul.icons.labeled li:first-child {
    margin-top: 0;
  }
}

ul.actions {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.actions li {
  display: inline-block;
  padding: 0 1em 0 0;
  vertical-align: middle;
}
ul.actions li:last-child {
  padding-right: 0;
}
ul.actions.small li {
  padding: 0 0.5em 0 0;
}
ul.actions.piped li {
  border-right: 1px solid #d6d6d6;
  line-height: 1em;
  padding: 0 0.5em 0 0.5em;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
ul.actions.piped li:first-child {
  padding-left: 0px;
}
ul.actions.piped li:last-child {
  border: none;
  padding-right: 0px;
}
ul.actions.piped a,
ul.actions.piped a:link,
ul.actions.piped a:visited,
ul.actions.piped a:focus,
ul.actions.piped a:active {
  text-decoration: none;
}
ul.actions.piped a:hover {
  text-decoration: underline;
}
ul.actions.piped:before, ul.actions.piped:after {
  content: "";
  display: table;
}
ul.actions.piped:after {
  clear: both;
}
ul.actions.vertical li {
  display: block;
  padding: 1em 0 0 0;
}
ul.actions.vertical li:first-child {
  padding-top: 0;
}
ul.actions.vertical li > * {
  margin-bottom: 0;
}
ul.actions.vertical.small li {
  padding: 0.5em 0 0 0;
}
ul.actions.vertical.small li:first-child {
  padding-top: 0;
}
ul.actions.vertical.piped li {
  padding: 1em 0 0 0;
  border-right: 0;
  line-height: inherit;
}
ul.actions.vertical.piped li:first-child {
  padding-top: 0;
}
ul.actions.vertical.piped li:last-child {
  border: none;
}
ul.actions.fit {
  display: table;
  margin-left: -1em;
  padding: 0;
  table-layout: fixed;
  width: calc(100% + 1em);
}
ul.actions.fit li {
  display: table-cell;
  padding: 0 0 0 1em;
}
ul.actions.fit li > * {
  margin-bottom: 0;
}
ul.actions.fit.small {
  margin-left: -0.5em;
  width: calc(100% + 0.5em);
}
ul.actions.fit.small li {
  padding: 0 0 0 0.5em;
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  ul.actions {
    margin: 0 0 2em 0;
  }
  ul.actions li {
    padding: 1em 0 0 0;
    display: block;
    text-align: center;
    width: 100%;
  }
  ul.actions li:first-child {
    padding-top: 0;
  }
  ul.actions li > * {
    width: 100%;
    margin: 0 !important;
  }
  ul.actions li > *.icon:before {
    margin-left: -2em;
  }
  ul.actions.small li {
    padding: 0.5em 0 0 0;
  }
  ul.actions.small li:first-child {
    padding-top: 0;
  }
  ul.actions.piped li {
    padding: 1em 0 0 0;
    border-right: 0;
  }
  ul.actions.piped li:first-child {
    padding-top: 0;
  }
  ul.actions.piped li:last-child {
    border: none;
  }
}

dl {
  margin: 0 0 2em 0;
}
dl dt {
  display: block;
  font-weight: bold;
  margin: 0 0 1em 0;
}
dl dd {
  margin-left: 2em;
}

ul.alt > li {
  border-top-color: #e6e6e6;
}
ul.piped > li {
  border-right-color: #e6e6e6;
}
ul.icons > li .icon-toogle {
  color: #48494f;
}
ul.icons > li .icon-toogle:hover, ul.icons > li .icon-toogle:focus, ul.icons > li .icon-toogle:active, ul.icons > li .icon-toogle.selected {
  color: #4c4c4c;
  background-color: #f2f2f2;
}

/* Section/Article */
section.special, article.special {
  text-align: center;
}

header p {
  position: relative;
  margin: 0 0 1.5em 0;
}
@media screen and (max-width: 736px) {
  header p br {
    display: none;
  }
}
header h2 + p {
  font-size: 1.25em;
  margin-top: -0.5em;
  line-height: 1.5;
}
header h3 + p {
  font-size: 1.1em;
  margin-top: -0.25em;
  line-height: 1.5;
}
header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.9em;
  margin-top: -0.6em;
  line-height: 1.5;
}
header.major {
  margin: 0 0 2.5em 0;
  text-align: center;
}
header.major:after {
  content: '';
  border-bottom: solid 2px #e6e6e6;
  display: block;
  width: 4em;
  margin: 2em auto 0 auto;
}
@media screen and (max-width: 736px) {
  header.major {
    margin: 0 0 2em 0;
  }
  header.major p {
    font-size: 1em;
  }
}

/* Search Bar */
.search-bar {
  padding: 0;
  margin: 0;
  box-shadow: none;
  z-index: 1000000;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.search-bar form, .search-bar form input {
  display: inline-block;
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: middle;
  white-space: normal;
  line-height: inherit;
  background: none;
  font-size: inherit;
  font-family: inherit;
  width: 100%;
}
.search-bar form input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: #fff;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 1.2em;
  letter-spacing: 0.02em;
  height: 2em;
}
.search-bar form input:focus, .search-bar .form input[type="search"]:focus {
  border-color: #cccccc;
  box-shadow: none;
  outline: none;
}
@media screen and (max-width: 736px) {
  .search-bar {
    padding: 10px 15px;
    width: 100% !important;
  }
}
@media screen and (min-width: 737px) {
  .search-bar {
    position: absolute;
    right: 0;
    background-color: transparent;
  }
}
@media screen and (min-width: 737px) and (max-width: 1680px) {
  .search-bar {
    top: 10px;
  }
}
@media screen and (min-width: 1681px) {
  .search-bar {
    top: 5px;
  }
}

.search-button {
  cursor: pointer;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider Theme */
.slick-loading .slick-list {
  background: #fff url("images/ajax-loader.gif") center center no-repeat;
}

/* Slider Theme Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none !important;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none !important;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev::-moz-focus-inner,
.slick-next::-moz-focus-inner {
  border: none;
}

.slick-prev:before, .slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: #48494f;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -50px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -50px;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -50px;
}
[dir="rtl"] .slick-next {
  left: -50px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Slider Theme Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  box-shadow: none !important;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 0.7rem;
  line-height: 20px;
  text-align: center;
  color: #48494f;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button::-moz-focus-inner {
  border: none;
}
.slick-dots li.slick-active button:before {
  color: #48494f;
  opacity: 0.75;
}

/* Spotlight */
.spotlight {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 2em 0;
}
.spotlight .image {
  width: 15%;
  border-radius: 0%;
  margin: 0 3em 0 0;
  display: block;
}
.spotlight .image img {
  display: block;
  border-radius: 0%;
  width: 100%;
}
.spotlight .content {
  width: 75%;
  text-align: justify;
}
.spotlight .content > :last-child {
  margin-bottom: 0;
}
.spotlight .content h3 {
  font-weight: bold;
}
.spotlight:nth-child(2n) {
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.spotlight:nth-child(2n) .image {
  margin: 0 0 0 3em;
}
.spotlight:nth-child(2n) .content {
  direction: rtl;
}
@media screen and (max-width: 736px) and (orientation: landscape) {
  .spotlight .image {
    margin: 0 2em 0 0;
  }
  .spotlight:nth-child(2n) .image {
    margin: 0 0 0 2em;
  }
}
@media screen and (max-width: 736px) and (orientation: portrait) {
  .spotlight {
    -moz-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .spotlight .image {
    width: 100%;
    max-width: 60%;
    margin: 0 0 2em 0 !important;
  }
  .spotlight .content {
    width: 100%;
    text-align: justify;
    direction: ltr !important;
  }
  .spotlight .content h3 {
    text-align: center;
  }
}

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

table {
  margin: 0 0 2em 0;
  width: 100%;
}
table tbody tr {
  border-style: solid;
  border-width: 1px;
  border-left: 0;
  border-right: 0;
}
table td {
  padding: 0.75em 0.75em;
}
table th {
  font-size: 0.9em;
  font-weight: bold;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}
table thead {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
table tfoot {
  border-top-style: solid;
  border-top-width: 2px;
}
table.alt {
  border-collapse: separate;
}
table.alt tbody tr td {
  border-style: solid;
  border-width: 1px;
  border-left-width: 0;
  border-top-width: 0;
}
table.alt tbody tr td:first-child {
  border-left-width: 1px;
}
table.alt tbody tr:first-child td {
  border-top-width: 1px;
}
table.alt thead {
  border-bottom: 0;
}
table.alt tfoot {
  border-top: 0;
}

table tbody tr {
  border-color: #e6e6e6;
}
table tbody tr:nth-child(2n + 1) {
  background-color: rgba(144, 144, 144, 0.075);
}
table th {
  color: #4c4c4c;
}
table thead {
  border-bottom-color: #e6e6e6;
}
table tfoot {
  border-top-color: #e6e6e6;
}
table.alt tbody tr td {
  border-color: #e6e6e6;
}

/* Tooltip */
.tooltip {
  position: relative;
}

.tooltip:after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 0.5em 0.5em;
  font: normal normal 0.75em "Raleway", Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  border-radius: 3px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tooltip:before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  pointer-events: none;
  content: "";
  border: 5px solid transparent;
}

.tooltip:hover:before, .tooltip:hover:after,
.tooltip:active:before,
.tooltip:active:after,
.tooltip:focus:before,
.tooltip:focus:after {
  display: inline-block;
  text-decoration: none;
}

.tooltip-multiline:hover:after,
.tooltip-multiline:active:after,
.tooltip-multiline:focus:after {
  display: table-cell;
}

.tooltip-s:after,
.tooltip-se:after,
.tooltip-sw:after {
  top: 100%;
  right: 50%;
  margin-top: 5px;
}
.tooltip-s:before,
.tooltip-se:before,
.tooltip-sw:before {
  top: auto;
  right: 50%;
  bottom: -5px;
  margin-right: -5px;
}

.tooltip-se:after {
  right: auto;
  left: 50%;
  margin-left: -15px;
}

.tooltip-sw:after {
  margin-right: -15px;
}

.tooltip-n:after,
.tooltip-ne:after,
.tooltip-nw:after {
  right: 50%;
  bottom: 100%;
  margin-bottom: 5px;
}
.tooltip-n:before,
.tooltip-ne:before,
.tooltip-nw:before {
  top: -5px;
  right: 50%;
  bottom: auto;
  margin-right: -5px;
}

.tooltip-ne:after {
  right: auto;
  left: 50%;
  margin-left: -15px;
}

.tooltip-nw:after {
  margin-right: -15px;
}

.tooltip-s:after,
.tooltip-n:after {
  transform: translateX(50%);
}

.tooltip-w:after {
  right: 100%;
  bottom: 50%;
  margin-right: 5px;
  transform: translateY(50%);
}
.tooltip-w:before {
  top: 50%;
  bottom: 50%;
  left: -5px;
  margin-top: -5px;
}

.tooltip-e:after {
  bottom: 50%;
  left: 100%;
  margin-left: 5px;
  transform: translateY(50%);
}
.tooltip-e:before {
  top: 50%;
  right: -5px;
  bottom: 50%;
  margin-top: -5px;
}

.tooltip-multiline:after {
  width: -moz-max-content;
  width: -o-max-content;
  width: -webkit-max-content;
  width: max-content;
  max-width: 250px;
  word-break: break-word;
  word-wrap: normal;
  white-space: pre-line;
  border-collapse: separate;
}
.tooltip-multiline.tooltip-s:after, .tooltip-multiline.tooltip-n:after {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip-multiline.tooltip-w:after, .tooltip-multiline.tooltip-e:after {
  right: 100%;
}

@media screen and (min-width: 0\0) {
  .tooltip-multiline:after {
    width: 250px;
  }
}
.tooltip-sticky:before, .tooltip-sticky:after {
  display: inline-block;
}
.tooltip-sticky.tooltip-multiline:after {
  display: table-cell;
}

.tooltip-hide:before, .tooltip-hide:after {
  visibility: hidden;
}

.tooltip:after {
  color: #ffffff;
  background: #4c4c4c;
}
.tooltip:before {
  color: #4c4c4c;
}
.tooltip.tooltip-s:before, .tooltip.tooltip-se:before, .tooltip.tooltip-sw:before {
  border-bottom-color: #4c4c4c;
}
.tooltip.tooltip-n:before, .tooltip.tooltip-ne:before, .tooltip.tooltip-nw:before {
  border-top-color: #4c4c4c;
}
.tooltip.tooltip-w:before {
  border-left-color: #4c4c4c;
}
.tooltip.tooltip-e:before {
  border-right-color: #4c4c4c;
}

/* Wrapper */
.wrapper {
  padding: 4.5em 0 2.5em 0 ;
  background-color: #ffffff;
  border-bottom: solid 1px #eeeeee;
}
.wrapper > .inner {
  margin-left: auto;
  margin-right: auto;
  width: 60em;
}
.wrapper > .inner.alt > * {
  border-top: solid 2px #eeeeee;
  margin-bottom: 0;
  margin-top: 1.5em;
  padding-top: 1.5em;
}
.wrapper > .inner.alt > *:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.wrapper.style1 {
  background-color: #555555;
  color: #e6e6e6;
}
.wrapper.style1 input[type="submit"],
.wrapper.style1 input[type="reset"],
.wrapper.style1 input[type="button"],
.wrapper.style1 button,
.wrapper.style1 .button {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.wrapper.style1 input[type="submit"]:hover,
.wrapper.style1 input[type="reset"]:hover,
.wrapper.style1 input[type="button"]:hover,
.wrapper.style1 button:hover,
.wrapper.style1 .button:hover {
  background-color: #f97f4f !important;
}
.wrapper.style1 input[type="submit"]:active,
.wrapper.style1 input[type="reset"]:active,
.wrapper.style1 input[type="button"]:active,
.wrapper.style1 button:active,
.wrapper.style1 .button:active {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.wrapper.style1 input[type="submit"].alt,
.wrapper.style1 input[type="reset"].alt,
.wrapper.style1 input[type="button"].alt,
.wrapper.style1 button.alt,
.wrapper.style1 .button.alt {
  background-color: transparent;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.wrapper.style1 input[type="submit"].alt:hover,
.wrapper.style1 input[type="reset"].alt:hover,
.wrapper.style1 input[type="button"].alt:hover,
.wrapper.style1 button.alt:hover,
.wrapper.style1 .button.alt:hover {
  background-color: #f97f4f;
}
.wrapper.style1 input[type="submit"].alt:active,
.wrapper.style1 input[type="reset"].alt:active,
.wrapper.style1 input[type="button"].alt:active,
.wrapper.style1 button.alt:active,
.wrapper.style1 .button.alt:active {
  background-color: rgba(255, 255, 255, 0.4);
}
.wrapper.style1 input[type="submit"].alt.icon:before,
.wrapper.style1 input[type="reset"].alt.icon:before,
.wrapper.style1 input[type="button"].alt.icon:before,
.wrapper.style1 button.alt.icon:before,
.wrapper.style1 .button.alt.icon:before {
  color: #ffffff;
}
.wrapper.style1 input[type="submit"].special,
.wrapper.style1 input[type="reset"].special,
.wrapper.style1 input[type="button"].special,
.wrapper.style1 button.special,
.wrapper.style1 .button.special {
  box-shadow: none;
  background-color: #ffffff;
  color: #555555;
}
.wrapper.style1 input[type="submit"].special:hover,
.wrapper.style1 input[type="reset"].special:hover,
.wrapper.style1 input[type="button"].special:hover,
.wrapper.style1 button.special:hover,
.wrapper.style1 .button.special:hover {
  color: white;
}
.wrapper.style1 input[type="submit"].special:active,
.wrapper.style1 input[type="reset"].special:active,
.wrapper.style1 input[type="button"].special:active,
.wrapper.style1 button.special:active,
.wrapper.style1 .button.special:active {
  color: #f2f2f2;
}
.wrapper.style1 label {
  color: #ffffff;
}
.wrapper.style1 input[type="text"],
.wrapper.style1 input[type="password"],
.wrapper.style1 input[type="email"],
.wrapper.style1 select,
.wrapper.style1 textarea {
  color: inherit;
  background-color: #f97f4f;
  border-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style1 input[type="text"]:focus,
.wrapper.style1 input[type="password"]:focus,
.wrapper.style1 input[type="email"]:focus,
.wrapper.style1 select:focus,
.wrapper.style1 textarea:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}
.wrapper.style1 .select-wrapper:before {
  color: rgba(255, 255, 255, 0.5);
}
.wrapper.style1 input[type="checkbox"] + label,
.wrapper.style1 input[type="radio"] + label {
  color: #e6e6e6;
}
.wrapper.style1 input[type="checkbox"] + label:before,
.wrapper.style1 input[type="radio"] + label:before {
  background-color: #f97f4f;
  border-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style1 input[type="checkbox"]:checked + label:before,
.wrapper.style1 input[type="radio"]:checked + label:before {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #555555;
}
.wrapper.style1 input[type="checkbox"]:focus + label:before,
.wrapper.style1 input[type="radio"]:focus + label:before {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}
.wrapper.style1 ::-webkit-input-placeholder {
  color: #ffffff !important;
}
.wrapper.style1 :-moz-placeholder {
  color: #ffffff !important;
}
.wrapper.style1 ::-moz-placeholder {
  color: #ffffff !important;
}
.wrapper.style1 :-ms-input-placeholder {
  color: #ffffff !important;
}
.wrapper.style1 .formerize-placeholder {
  color: #ffffff !important;
}
.wrapper.style1 .icon {
  color: #ffffff;
}
.wrapper.style1 .icon.icon-button {
  color: #222222;
  border: 2x solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}
.wrapper.style1 .icon.icon-button.selected {
  color: #434D60;
  background: transparent linear-gradient(#fefefe, #cfdcec) repeat scroll 0% 0%;
}
.wrapper.style1 .icon.icon-button.selected:hover, .wrapper.style1 .icon.icon-button.selected:focus, .wrapper.style1 .icon.icon-button.selected:active {
  color: #2e3542;
  background: transparent linear-gradient(#fefefe, #cfdcec) repeat scroll 0% 0%;
}
.wrapper.style1 .image {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
.wrapper.style1 ul.alt > li {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style1 ul.piped > li {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style1 ul.icons > li .icon-toogle {
  color: #e6e6e6;
}
.wrapper.style1 ul.icons > li .icon-toogle:hover, .wrapper.style1 ul.icons > li .icon-toogle:focus, .wrapper.style1 ul.icons > li .icon-toogle:active, .wrapper.style1 ul.icons > li .icon-toogle.selected {
  color: #ffffff;
  background-color: #484848;
}
.wrapper.style1 table tbody tr {
  border-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style1 table tbody tr:nth-child(2n + 1) {
  background-color: #f97f4f;
}
.wrapper.style1 table th {
  color: #ffffff;
}
.wrapper.style1 table thead {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style1 table tfoot {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style1 table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style1 .tooltip:after {
  color: #555555;
  background: #ffffff;
}
.wrapper.style1 .tooltip:before {
  color: #ffffff;
}
.wrapper.style1 .tooltip.tooltip-s:before, .wrapper.style1 .tooltip.tooltip-se:before, .wrapper.style1 .tooltip.tooltip-sw:before {
  border-bottom-color: #ffffff;
}
.wrapper.style1 .tooltip.tooltip-n:before, .wrapper.style1 .tooltip.tooltip-ne:before, .wrapper.style1 .tooltip.tooltip-nw:before {
  border-top-color: #ffffff;
}
.wrapper.style1 .tooltip.tooltip-w:before {
  border-left-color: #ffffff;
}
.wrapper.style1 .tooltip.tooltip-e:before {
  border-right-color: #ffffff;
}
.wrapper.style1 input, .wrapper.style1 select, .wrapper.style1 textarea {
  color: #e6e6e6;
}
.wrapper.style1 a {
  color: inherit;
  border-bottom-color: rgba(255, 255, 255, 0.75);
  color: #ffffff;
}
.wrapper.style1 strong, .wrapper.style1 b {
  color: #ffffff;
}
.wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
  font-family: "Raleway", Helvetica, sans-serif;
  color: #ffffff;
}
.wrapper.style1 blockquote {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style1 code {
  background: #f97f4f;
  border-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style1 hr {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style2 {
  padding: 2em 0 2.5em 0;
  background-color: #fbfbfb;
  color: #48494f;
}
.wrapper.style2 input[type="submit"],
.wrapper.style2 input[type="reset"],
.wrapper.style2 input[type="button"],
.wrapper.style2 button,
.wrapper.style2 .button {
  background-color: transparent;
  color: #4c4c4c;
  box-shadow: inset 0 0 0 2px #e6e6e6;
}
.wrapper.style2 input[type="submit"]:hover,
.wrapper.style2 input[type="reset"]:hover,
.wrapper.style2 input[type="button"]:hover,
.wrapper.style2 button:hover,
.wrapper.style2 .button:hover {
  background-color: rgba(144, 144, 144, 0.075) !important;
}
.wrapper.style2 input[type="submit"]:active,
.wrapper.style2 input[type="reset"]:active,
.wrapper.style2 input[type="button"]:active,
.wrapper.style2 button:active,
.wrapper.style2 .button:active {
  background-color: rgba(144, 144, 144, 0.15) !important;
}
.wrapper.style2 input[type="submit"].alt,
.wrapper.style2 input[type="reset"].alt,
.wrapper.style2 input[type="button"].alt,
.wrapper.style2 button.alt,
.wrapper.style2 .button.alt {
  background-color: transparent;
  color: #4c4c4c !important;
  box-shadow: inset 0 0 0 2px #e6e6e6;
}
.wrapper.style2 input[type="submit"].alt:hover,
.wrapper.style2 input[type="reset"].alt:hover,
.wrapper.style2 input[type="button"].alt:hover,
.wrapper.style2 button.alt:hover,
.wrapper.style2 .button.alt:hover {
  background-color: rgba(144, 144, 144, 0.075);
}
.wrapper.style2 input[type="submit"].alt:active,
.wrapper.style2 input[type="reset"].alt:active,
.wrapper.style2 input[type="button"].alt:active,
.wrapper.style2 button.alt:active,
.wrapper.style2 .button.alt:active {
  background-color: rgba(144, 144, 144, 0.15);
}
.wrapper.style2 input[type="submit"].alt.icon:before,
.wrapper.style2 input[type="reset"].alt.icon:before,
.wrapper.style2 input[type="button"].alt.icon:before,
.wrapper.style2 button.alt.icon:before,
.wrapper.style2 .button.alt.icon:before {
  color: #54555c;
}
.wrapper.style2 input[type="submit"].special,
.wrapper.style2 input[type="reset"].special,
.wrapper.style2 input[type="button"].special,
.wrapper.style2 button.special,
.wrapper.style2 .button.special {
  box-shadow: none;
  background-color: #fbfbfb;
  color: #4c4c4c;
}
.wrapper.style2 input[type="submit"].special:hover,
.wrapper.style2 input[type="reset"].special:hover,
.wrapper.style2 input[type="button"].special:hover,
.wrapper.style2 button.special:hover,
.wrapper.style2 .button.special:hover {
  background-color: white;
}
.wrapper.style2 input[type="submit"].special:active,
.wrapper.style2 input[type="reset"].special:active,
.wrapper.style2 input[type="button"].special:active,
.wrapper.style2 button.special:active,
.wrapper.style2 .button.special:active {
  background-color: #eeeeee;
}
.wrapper.style2 label {
  color: #4c4c4c;
}
.wrapper.style2 input[type="text"],
.wrapper.style2 input[type="password"],
.wrapper.style2 input[type="email"],
.wrapper.style2 select,
.wrapper.style2 textarea {
  color: inherit;
  background-color: rgba(144, 144, 144, 0.075);
  border-color: #e6e6e6;
}
.wrapper.style2 input[type="text"]:focus,
.wrapper.style2 input[type="password"]:focus,
.wrapper.style2 input[type="email"]:focus,
.wrapper.style2 select:focus,
.wrapper.style2 textarea:focus {
  border-color: #555555;
  box-shadow: 0 0 0 1px #555555;
}
.wrapper.style2 .select-wrapper:before {
  color: #e6e6e6;
}
.wrapper.style2 input[type="checkbox"] + label,
.wrapper.style2 input[type="radio"] + label {
  color: #48494f;
}
.wrapper.style2 input[type="checkbox"] + label:before,
.wrapper.style2 input[type="radio"] + label:before {
  background-color: rgba(144, 144, 144, 0.075);
  border-color: #e6e6e6;
}
.wrapper.style2 input[type="checkbox"]:checked + label:before,
.wrapper.style2 input[type="radio"]:checked + label:before {
  background-color: #555555;
  border-color: #555555;
  color: #ffffff;
}
.wrapper.style2 input[type="checkbox"]:focus + label:before,
.wrapper.style2 input[type="radio"]:focus + label:before {
  border-color: #555555;
  box-shadow: 0 0 0 1px #555555;
}
.wrapper.style2 ::-webkit-input-placeholder {
  color: #54555c !important;
}
.wrapper.style2 :-moz-placeholder {
  color: #54555c !important;
}
.wrapper.style2 ::-moz-placeholder {
  color: #54555c !important;
}
.wrapper.style2 :-ms-input-placeholder {
  color: #54555c !important;
}
.wrapper.style2 .formerize-placeholder {
  color: #54555c !important;
}
.wrapper.style2 .icon {
  color: #54555c;
}
.wrapper.style2 .icon.icon-button {
  color: #c8c8c8;
  border: 2x solid #e6e6e6;
  box-shadow: 0 0 2px #e6e6e6;
}
.wrapper.style2 .icon.icon-button.selected {
  color: #434D60;
  background: transparent linear-gradient(#fefefe, #cfdcec) repeat scroll 0% 0%;
}
.wrapper.style2 .icon.icon-button.selected:hover, .wrapper.style2 .icon.icon-button.selected:focus, .wrapper.style2 .icon.icon-button.selected:active {
  color: #2e3542;
  background: transparent linear-gradient(#fefefe, #cfdcec) repeat scroll 0% 0%;
}
.wrapper.style2 .image {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
.wrapper.style2 ul.alt > li {
  border-top-color: #e6e6e6;
}
.wrapper.style2 ul.piped > li {
  border-right-color: #e6e6e6;
}
.wrapper.style2 ul.icons > li .icon-toogle {
  color: #48494f;
}
.wrapper.style2 ul.icons > li .icon-toogle:hover, .wrapper.style2 ul.icons > li .icon-toogle:focus, .wrapper.style2 ul.icons > li .icon-toogle:active, .wrapper.style2 ul.icons > li .icon-toogle.selected {
  color: #4c4c4c;
  background-color: #eeeeee;
}
.wrapper.style2 table tbody tr {
  border-color: #e6e6e6;
}
.wrapper.style2 table tbody tr:nth-child(2n + 1) {
  background-color: rgba(144, 144, 144, 0.075);
}
.wrapper.style2 table th {
  color: #4c4c4c;
}
.wrapper.style2 table thead {
  border-bottom-color: #e6e6e6;
}
.wrapper.style2 table tfoot {
  border-top-color: #e6e6e6;
}
.wrapper.style2 table.alt tbody tr td {
  border-color: #e6e6e6;
}
.wrapper.style2 .tooltip:after {
  color: #fbfbfb;
  background: #4c4c4c;
}
.wrapper.style2 .tooltip:before {
  color: #4c4c4c;
}
.wrapper.style2 .tooltip.tooltip-s:before, .wrapper.style2 .tooltip.tooltip-se:before, .wrapper.style2 .tooltip.tooltip-sw:before {
  border-bottom-color: #4c4c4c;
}
.wrapper.style2 .tooltip.tooltip-n:before, .wrapper.style2 .tooltip.tooltip-ne:before, .wrapper.style2 .tooltip.tooltip-nw:before {
  border-top-color: #4c4c4c;
}
.wrapper.style2 .tooltip.tooltip-w:before {
  border-left-color: #4c4c4c;
}
.wrapper.style2 .tooltip.tooltip-e:before {
  border-right-color: #4c4c4c;
}
.wrapper.style2 input, .wrapper.style2 select, .wrapper.style2 textarea {
  color: #48494f;
}
.wrapper.style2 a {
  color: inherit;
  border-bottom-color: #d6d6d6;
}
.wrapper.style2 a:hover {
  color: #555555;
}
.wrapper.style2 strong, .wrapper.style2 b {
  color: #4c4c4c;
}
.wrapper.style2 h1, .wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
  font-family: "Raleway", Helvetica, sans-serif;
  color: #4c4c4c;
}
.wrapper.style2 blockquote {
  border-left-color: #e6e6e6;
}
.wrapper.style2 code {
  background: rgba(144, 144, 144, 0.075);
  border-color: #e6e6e6;
}
.wrapper.style2 hr {
  border-bottom-color: #e6e6e6;
}
.wrapper.style3 {
  background-color: #f7f7f7;
  color: #757574;
}
.wrapper.style3 input[type="submit"],
.wrapper.style3 input[type="reset"],
.wrapper.style3 input[type="button"],
.wrapper.style3 button,
.wrapper.style3 .button {
  background-color: transparent;
  color: #4c4c4c;
  box-shadow: inset 0 0 0 2px #d6d6d6;
}
.wrapper.style3 input[type="submit"]:hover,
.wrapper.style3 input[type="reset"]:hover,
.wrapper.style3 input[type="button"]:hover,
.wrapper.style3 button:hover,
.wrapper.style3 .button:hover {
  background-color: rgba(144, 144, 144, 0.075) !important;
}
.wrapper.style3 input[type="submit"]:active,
.wrapper.style3 input[type="reset"]:active,
.wrapper.style3 input[type="button"]:active,
.wrapper.style3 button:active,
.wrapper.style3 .button:active {
  background-color: rgba(144, 144, 144, 0.15) !important;
}
.wrapper.style3 input[type="submit"].alt,
.wrapper.style3 input[type="reset"].alt,
.wrapper.style3 input[type="button"].alt,
.wrapper.style3 button.alt,
.wrapper.style3 .button.alt {
  background-color: transparent;
  color: #4c4c4c !important;
  box-shadow: inset 0 0 0 2px #d6d6d6;
}
.wrapper.style3 input[type="submit"].alt:hover,
.wrapper.style3 input[type="reset"].alt:hover,
.wrapper.style3 input[type="button"].alt:hover,
.wrapper.style3 button.alt:hover,
.wrapper.style3 .button.alt:hover {
  background-color: rgba(144, 144, 144, 0.075);
}
.wrapper.style3 input[type="submit"].alt:active,
.wrapper.style3 input[type="reset"].alt:active,
.wrapper.style3 input[type="button"].alt:active,
.wrapper.style3 button.alt:active,
.wrapper.style3 .button.alt:active {
  background-color: rgba(144, 144, 144, 0.15);
}
.wrapper.style3 input[type="submit"].alt.icon:before,
.wrapper.style3 input[type="reset"].alt.icon:before,
.wrapper.style3 input[type="button"].alt.icon:before,
.wrapper.style3 button.alt.icon:before,
.wrapper.style3 .button.alt.icon:before {
  color: #b0b0b0;
}
.wrapper.style3 input[type="submit"].special,
.wrapper.style3 input[type="reset"].special,
.wrapper.style3 input[type="button"].special,
.wrapper.style3 button.special,
.wrapper.style3 .button.special {
  box-shadow: none;
  background-color: #f7f7f7;
  color: #4c4c4c;
}
.wrapper.style3 input[type="submit"].special:hover,
.wrapper.style3 input[type="reset"].special:hover,
.wrapper.style3 input[type="button"].special:hover,
.wrapper.style3 button.special:hover,
.wrapper.style3 .button.special:hover {
  background-color: white;
}
.wrapper.style3 input[type="submit"].special:active,
.wrapper.style3 input[type="reset"].special:active,
.wrapper.style3 input[type="button"].special:active,
.wrapper.style3 button.special:active,
.wrapper.style3 .button.special:active {
  background-color: #eaeaea;
}
.wrapper.style3 label {
  color: #4c4c4c;
}
.wrapper.style3 input[type="text"],
.wrapper.style3 input[type="password"],
.wrapper.style3 input[type="email"],
.wrapper.style3 select,
.wrapper.style3 textarea {
  color: inherit;
  background-color: rgba(144, 144, 144, 0.075);
  border-color: #d6d6d6;
}
.wrapper.style3 input[type="text"]:focus,
.wrapper.style3 input[type="password"]:focus,
.wrapper.style3 input[type="email"]:focus,
.wrapper.style3 select:focus,
.wrapper.style3 textarea:focus {
  border-color: #555555;
  box-shadow: 0 0 0 1px #555555;
}
.wrapper.style3 .select-wrapper:before {
  color: #d6d6d6;
}
.wrapper.style3 input[type="checkbox"] + label,
.wrapper.style3 input[type="radio"] + label {
  color: #757574;
}
.wrapper.style3 input[type="checkbox"] + label:before,
.wrapper.style3 input[type="radio"] + label:before {
  background-color: rgba(144, 144, 144, 0.075);
  border-color: #d6d6d6;
}
.wrapper.style3 input[type="checkbox"]:checked + label:before,
.wrapper.style3 input[type="radio"]:checked + label:before {
  background-color: #555555;
  border-color: #555555;
  color: #ffffff;
}
.wrapper.style3 input[type="checkbox"]:focus + label:before,
.wrapper.style3 input[type="radio"]:focus + label:before {
  border-color: #555555;
  box-shadow: 0 0 0 1px #555555;
}
.wrapper.style3 ::-webkit-input-placeholder {
  color: #b0b0b0 !important;
}
.wrapper.style3 :-moz-placeholder {
  color: #b0b0b0 !important;
}
.wrapper.style3 ::-moz-placeholder {
  color: #b0b0b0 !important;
}
.wrapper.style3 :-ms-input-placeholder {
  color: #b0b0b0 !important;
}
.wrapper.style3 .formerize-placeholder {
  color: #b0b0b0 !important;
}
.wrapper.style3 .icon {
  color: #b0b0b0;
}
.wrapper.style3 .icon.icon-button {
  color: #c4c4c4;
  border: 2x solid #d6d6d6;
  box-shadow: 0 0 2px #d6d6d6;
}
.wrapper.style3 .icon.icon-button.selected {
  color: #434D60;
  background: transparent linear-gradient(#fefefe, #cfdcec) repeat scroll 0% 0%;
}
.wrapper.style3 .icon.icon-button.selected:hover, .wrapper.style3 .icon.icon-button.selected:focus, .wrapper.style3 .icon.icon-button.selected:active {
  color: #2e3542;
  background: transparent linear-gradient(#fefefe, #cfdcec) repeat scroll 0% 0%;
}
.wrapper.style3 .image {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
.wrapper.style3 ul.alt > li {
  border-top-color: #d6d6d6;
}
.wrapper.style3 ul.piped > li {
  border-right-color: #d6d6d6;
}
.wrapper.style3 ul.icons > li .icon-toogle {
  color: #757574;
}
.wrapper.style3 ul.icons > li .icon-toogle:hover, .wrapper.style3 ul.icons > li .icon-toogle:focus, .wrapper.style3 ul.icons > li .icon-toogle:active, .wrapper.style3 ul.icons > li .icon-toogle.selected {
  color: #4c4c4c;
  background-color: #eaeaea;
}
.wrapper.style3 table tbody tr {
  border-color: #d6d6d6;
}
.wrapper.style3 table tbody tr:nth-child(2n + 1) {
  background-color: rgba(144, 144, 144, 0.075);
}
.wrapper.style3 table th {
  color: #4c4c4c;
}
.wrapper.style3 table thead {
  border-bottom-color: #d6d6d6;
}
.wrapper.style3 table tfoot {
  border-top-color: #d6d6d6;
}
.wrapper.style3 table.alt tbody tr td {
  border-color: #d6d6d6;
}
.wrapper.style3 .tooltip:after {
  color: #f7f7f7;
  background: #4c4c4c;
}
.wrapper.style3 .tooltip:before {
  color: #4c4c4c;
}
.wrapper.style3 .tooltip.tooltip-s:before, .wrapper.style3 .tooltip.tooltip-se:before, .wrapper.style3 .tooltip.tooltip-sw:before {
  border-bottom-color: #4c4c4c;
}
.wrapper.style3 .tooltip.tooltip-n:before, .wrapper.style3 .tooltip.tooltip-ne:before, .wrapper.style3 .tooltip.tooltip-nw:before {
  border-top-color: #4c4c4c;
}
.wrapper.style3 .tooltip.tooltip-w:before {
  border-left-color: #4c4c4c;
}
.wrapper.style3 .tooltip.tooltip-e:before {
  border-right-color: #4c4c4c;
}
.wrapper.style3 input, .wrapper.style3 select, .wrapper.style3 textarea {
  color: #757574;
}
.wrapper.style3 a {
  color: inherit;
  border-bottom-color: #c6c6c6;
}
.wrapper.style3 a:hover {
  color: #f97f4f;
}
.wrapper.style3 strong, .wrapper.style3 b {
  color: #4c4c4c;
}
.wrapper.style3 h1, .wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6 {
  font-family: "Raleway", Helvetica, sans-serif;
  color: #4c4c4c;
}
.wrapper.style3 blockquote {
  border-left-color: #d6d6d6;
}
.wrapper.style3 code {
  background: rgba(144, 144, 144, 0.075);
  border-color: #d6d6d6;
}
.wrapper.style3 hr {
  border-bottom-color: #d6d6d6;
}
.wrapper.style4 {
  background-color: #f97f4f;
  color: #feece5;
}
.wrapper.style4 input[type="submit"],
.wrapper.style4 input[type="reset"],
.wrapper.style4 input[type="button"],
.wrapper.style4 button,
.wrapper.style4 .button {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.wrapper.style4 input[type="submit"]:hover,
.wrapper.style4 input[type="reset"]:hover,
.wrapper.style4 input[type="button"]:hover,
.wrapper.style4 button:hover,
.wrapper.style4 .button:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.wrapper.style4 input[type="submit"]:active,
.wrapper.style4 input[type="reset"]:active,
.wrapper.style4 input[type="button"]:active,
.wrapper.style4 button:active,
.wrapper.style4 .button:active {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.wrapper.style4 input[type="submit"].alt,
.wrapper.style4 input[type="reset"].alt,
.wrapper.style4 input[type="button"].alt,
.wrapper.style4 button.alt,
.wrapper.style4 .button.alt {
  background-color: transparent;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.wrapper.style4 input[type="submit"].alt:hover,
.wrapper.style4 input[type="reset"].alt:hover,
.wrapper.style4 input[type="button"].alt:hover,
.wrapper.style4 button.alt:hover,
.wrapper.style4 .button.alt:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.wrapper.style4 input[type="submit"].alt:active,
.wrapper.style4 input[type="reset"].alt:active,
.wrapper.style4 input[type="button"].alt:active,
.wrapper.style4 button.alt:active,
.wrapper.style4 .button.alt:active {
  background-color: rgba(255, 255, 255, 0.4);
}
.wrapper.style4 input[type="submit"].alt.icon:before,
.wrapper.style4 input[type="reset"].alt.icon:before,
.wrapper.style4 input[type="button"].alt.icon:before,
.wrapper.style4 button.alt.icon:before,
.wrapper.style4 .button.alt.icon:before {
  color: #75564f;
}
.wrapper.style4 input[type="submit"].special,
.wrapper.style4 input[type="reset"].special,
.wrapper.style4 input[type="button"].special,
.wrapper.style4 button.special,
.wrapper.style4 .button.special {
  box-shadow: none;
  background-color: #ffffff;
  color: #f97f4f;
}
.wrapper.style4 input[type="submit"].special:hover,
.wrapper.style4 input[type="reset"].special:hover,
.wrapper.style4 input[type="button"].special:hover,
.wrapper.style4 button.special:hover,
.wrapper.style4 .button.special:hover {
  color: white;
}
.wrapper.style4 input[type="submit"].special:active,
.wrapper.style4 input[type="reset"].special:active,
.wrapper.style4 input[type="button"].special:active,
.wrapper.style4 button.special:active,
.wrapper.style4 .button.special:active {
  color: #f2f2f2;
}
.wrapper.style4 label {
  color: #ffffff;
}
.wrapper.style4 input[type="text"],
.wrapper.style4 input[type="password"],
.wrapper.style4 input[type="email"],
.wrapper.style4 select,
.wrapper.style4 textarea {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style4 input[type="text"]:focus,
.wrapper.style4 input[type="password"]:focus,
.wrapper.style4 input[type="email"]:focus,
.wrapper.style4 select:focus,
.wrapper.style4 textarea:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}
.wrapper.style4 .select-wrapper:before {
  color: rgba(255, 255, 255, 0.5);
}
.wrapper.style4 input[type="checkbox"] + label,
.wrapper.style4 input[type="radio"] + label {
  color: #feece5;
}
.wrapper.style4 input[type="checkbox"] + label:before,
.wrapper.style4 input[type="radio"] + label:before {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style4 input[type="checkbox"]:checked + label:before,
.wrapper.style4 input[type="radio"]:checked + label:before {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #f97f4f;
}
.wrapper.style4 input[type="checkbox"]:focus + label:before,
.wrapper.style4 input[type="radio"]:focus + label:before {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}
.wrapper.style4 ::-webkit-input-placeholder {
  color: #75564f !important;
}
.wrapper.style4 :-moz-placeholder {
  color: #75564f !important;
}
.wrapper.style4 ::-moz-placeholder {
  color: #75564f !important;
}
.wrapper.style4 :-ms-input-placeholder {
  color: #75564f !important;
}
.wrapper.style4 .formerize-placeholder {
  color: #75564f !important;
}
.wrapper.style4 .icon {
  color: #75564f;
}
.wrapper.style4 .icon.icon-button {
  color: #db4307;
  border: 2x solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}
.wrapper.style4 .icon.icon-button.selected {
  color: #434D60;
  background: transparent linear-gradient(#fefefe, #cfdcec) repeat scroll 0% 0%;
}
.wrapper.style4 .icon.icon-button.selected:hover, .wrapper.style4 .icon.icon-button.selected:focus, .wrapper.style4 .icon.icon-button.selected:active {
  color: #2e3542;
  background: transparent linear-gradient(#fefefe, #cfdcec) repeat scroll 0% 0%;
}
.wrapper.style4 .image {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
.wrapper.style4 ul.alt > li {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style4 ul.piped > li {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style4 ul.icons > li .icon-toogle {
  color: #feece5;
}
.wrapper.style4 ul.icons > li .icon-toogle:hover, .wrapper.style4 ul.icons > li .icon-toogle:focus, .wrapper.style4 ul.icons > li .icon-toogle:active, .wrapper.style4 ul.icons > li .icon-toogle.selected {
  color: #ffffff;
  background-color: #f86d36;
}
.wrapper.style4 table tbody tr {
  border-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style4 table tbody tr:nth-child(2n + 1) {
  background-color: rgba(255, 255, 255, 0.15);
}
.wrapper.style4 table th {
  color: #ffffff;
}
.wrapper.style4 table thead {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style4 table tfoot {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style4 table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style4 .tooltip:after {
  color: #f97f4f;
  background: #ffffff;
}
.wrapper.style4 .tooltip:before {
  color: #ffffff;
}
.wrapper.style4 .tooltip.tooltip-s:before, .wrapper.style4 .tooltip.tooltip-se:before, .wrapper.style4 .tooltip.tooltip-sw:before {
  border-bottom-color: #ffffff;
}
.wrapper.style4 .tooltip.tooltip-n:before, .wrapper.style4 .tooltip.tooltip-ne:before, .wrapper.style4 .tooltip.tooltip-nw:before {
  border-top-color: #ffffff;
}
.wrapper.style4 .tooltip.tooltip-w:before {
  border-left-color: #ffffff;
}
.wrapper.style4 .tooltip.tooltip-e:before {
  border-right-color: #ffffff;
}
.wrapper.style4 input, .wrapper.style4 select, .wrapper.style4 textarea {
  color: #feece5;
}
.wrapper.style4 a {
  color: inherit;
  border-bottom-color: rgba(255, 255, 255, 0.75);
  color: #75564f;
}
.wrapper.style4 strong, .wrapper.style4 b {
  color: #ffffff;
}
.wrapper.style4 h1, .wrapper.style4 h2, .wrapper.style4 h3, .wrapper.style4 h4, .wrapper.style4 h5, .wrapper.style4 h6 {
  font-family: "Raleway", Helvetica, sans-serif;
  color: #ffffff;
}
.wrapper.style4 blockquote {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style4 code {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style4 hr {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style5 {
  background-color: #ffffff;
  color: #5e5e5e;
}
.wrapper.style5 input[type="submit"],
.wrapper.style5 input[type="reset"],
.wrapper.style5 input[type="button"],
.wrapper.style5 button,
.wrapper.style5 .button {
  background-color: transparent;
  color: #4c4c4c;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.wrapper.style5 input[type="submit"]:hover,
.wrapper.style5 input[type="reset"]:hover,
.wrapper.style5 input[type="button"]:hover,
.wrapper.style5 button:hover,
.wrapper.style5 .button:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.wrapper.style5 input[type="submit"]:active,
.wrapper.style5 input[type="reset"]:active,
.wrapper.style5 input[type="button"]:active,
.wrapper.style5 button:active,
.wrapper.style5 .button:active {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.wrapper.style5 input[type="submit"].alt,
.wrapper.style5 input[type="reset"].alt,
.wrapper.style5 input[type="button"].alt,
.wrapper.style5 button.alt,
.wrapper.style5 .button.alt {
  background-color: transparent;
  color: #4c4c4c !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.wrapper.style5 input[type="submit"].alt:hover,
.wrapper.style5 input[type="reset"].alt:hover,
.wrapper.style5 input[type="button"].alt:hover,
.wrapper.style5 button.alt:hover,
.wrapper.style5 .button.alt:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.wrapper.style5 input[type="submit"].alt:active,
.wrapper.style5 input[type="reset"].alt:active,
.wrapper.style5 input[type="button"].alt:active,
.wrapper.style5 button.alt:active,
.wrapper.style5 .button.alt:active {
  background-color: rgba(255, 255, 255, 0.4);
}
.wrapper.style5 input[type="submit"].alt.icon:before,
.wrapper.style5 input[type="reset"].alt.icon:before,
.wrapper.style5 input[type="button"].alt.icon:before,
.wrapper.style5 button.alt.icon:before,
.wrapper.style5 .button.alt.icon:before {
  color: #f97f4f;
}
.wrapper.style5 input[type="submit"].special,
.wrapper.style5 input[type="reset"].special,
.wrapper.style5 input[type="button"].special,
.wrapper.style5 button.special,
.wrapper.style5 .button.special {
  box-shadow: none;
  background-color: #4c4c4c;
  color: #ffffff;
}
.wrapper.style5 input[type="submit"].special:hover,
.wrapper.style5 input[type="reset"].special:hover,
.wrapper.style5 input[type="button"].special:hover,
.wrapper.style5 button.special:hover,
.wrapper.style5 .button.special:hover {
  color: #595959;
}
.wrapper.style5 input[type="submit"].special:active,
.wrapper.style5 input[type="reset"].special:active,
.wrapper.style5 input[type="button"].special:active,
.wrapper.style5 button.special:active,
.wrapper.style5 .button.special:active {
  color: #3f3f3f;
}
.wrapper.style5 label {
  color: #4c4c4c;
}
.wrapper.style5 input[type="text"],
.wrapper.style5 input[type="password"],
.wrapper.style5 input[type="email"],
.wrapper.style5 select,
.wrapper.style5 textarea {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style5 input[type="text"]:focus,
.wrapper.style5 input[type="password"]:focus,
.wrapper.style5 input[type="email"]:focus,
.wrapper.style5 select:focus,
.wrapper.style5 textarea:focus {
  border-color: #4c4c4c;
  box-shadow: 0 0 0 1px #4c4c4c;
}
.wrapper.style5 .select-wrapper:before {
  color: rgba(255, 255, 255, 0.5);
}
.wrapper.style5 input[type="checkbox"] + label,
.wrapper.style5 input[type="radio"] + label {
  color: #5e5e5e;
}
.wrapper.style5 input[type="checkbox"] + label:before,
.wrapper.style5 input[type="radio"] + label:before {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style5 input[type="checkbox"]:checked + label:before,
.wrapper.style5 input[type="radio"]:checked + label:before {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  color: #ffffff;
}
.wrapper.style5 input[type="checkbox"]:focus + label:before,
.wrapper.style5 input[type="radio"]:focus + label:before {
  border-color: #4c4c4c;
  box-shadow: 0 0 0 1px #4c4c4c;
}
.wrapper.style5 ::-webkit-input-placeholder {
  color: #f97f4f !important;
}
.wrapper.style5 :-moz-placeholder {
  color: #f97f4f !important;
}
.wrapper.style5 ::-moz-placeholder {
  color: #f97f4f !important;
}
.wrapper.style5 :-ms-input-placeholder {
  color: #f97f4f !important;
}
.wrapper.style5 .formerize-placeholder {
  color: #f97f4f !important;
}
.wrapper.style5 .icon {
  color: #f97f4f;
}
.wrapper.style5 .icon.icon-button {
  color: #cccccc;
  border: 2x solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}
.wrapper.style5 .icon.icon-button.selected {
  color: #434D60;
  background: transparent linear-gradient(#fefefe, #cfdcec) repeat scroll 0% 0%;
}
.wrapper.style5 .icon.icon-button.selected:hover, .wrapper.style5 .icon.icon-button.selected:focus, .wrapper.style5 .icon.icon-button.selected:active {
  color: #2e3542;
  background: transparent linear-gradient(#fefefe, #cfdcec) repeat scroll 0% 0%;
}
.wrapper.style5 .image {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
.wrapper.style5 ul.alt > li {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style5 ul.piped > li {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style5 ul.icons > li .icon-toogle {
  color: #5e5e5e;
}
.wrapper.style5 ul.icons > li .icon-toogle:hover, .wrapper.style5 ul.icons > li .icon-toogle:focus, .wrapper.style5 ul.icons > li .icon-toogle:active, .wrapper.style5 ul.icons > li .icon-toogle.selected {
  color: #4c4c4c;
  background-color: #f86d36;
}
.wrapper.style5 table tbody tr {
  border-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style5 table tbody tr:nth-child(2n + 1) {
  background-color: rgba(255, 255, 255, 0.15);
}
.wrapper.style5 table th {
  color: #4c4c4c;
}
.wrapper.style5 table thead {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style5 table tfoot {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style5 table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style5 .tooltip:after {
  color: #ffffff;
  background: #4c4c4c;
}
.wrapper.style5 .tooltip:before {
  color: #4c4c4c;
}
.wrapper.style5 .tooltip.tooltip-s:before, .wrapper.style5 .tooltip.tooltip-se:before, .wrapper.style5 .tooltip.tooltip-sw:before {
  border-bottom-color: #4c4c4c;
}
.wrapper.style5 .tooltip.tooltip-n:before, .wrapper.style5 .tooltip.tooltip-ne:before, .wrapper.style5 .tooltip.tooltip-nw:before {
  border-top-color: #4c4c4c;
}
.wrapper.style5 .tooltip.tooltip-w:before {
  border-left-color: #4c4c4c;
}
.wrapper.style5 .tooltip.tooltip-e:before {
  border-right-color: #4c4c4c;
}
.wrapper.style5 input, .wrapper.style5 select, .wrapper.style5 textarea {
  color: #5e5e5e;
}
.wrapper.style5 a {
  color: inherit;
  border-bottom-color: rgba(255, 255, 255, 0.75);
  color: #f97f4f;
}
.wrapper.style5 a:hover {
  text-decoration: underline;
}
.wrapper.style5 strong, .wrapper.style5 b {
  color: #4c4c4c;
}
.wrapper.style5 h1, .wrapper.style5 h2, .wrapper.style5 h3, .wrapper.style5 h4, .wrapper.style5 h5, .wrapper.style5 h6 {
  font-family: "Raleway", Helvetica, sans-serif;
  color: #4c4c4c;
}
.wrapper.style5 blockquote {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style5 code {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style5 hr {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 980px) {
  .wrapper {
    padding: 4em 4em 2em 4em ;
  }
  .wrapper > .inner {
    width: 95%;
  }
}
@media screen and (max-width: 736px) and (orientation: landscape) {
  .wrapper {
    padding: 3em 3em 1em 3em ;
  }
}
@media screen and (max-width: 736px) and (orientation: portrait) {
  .wrapper {
    padding: 3em 1.5em 1em 1.5em ;
  }
}

@media screen and (max-width: 480px) and (orientation: landscape) {
  .wrapper {
    padding: 2em 1.5em 0.1em 1.5em ;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .wrapper {
    padding: 2em 1em 0.1em 1em ;
  }
}

/* Nav */
#nav {
  -moz-transform: translateX(20em);
  -webkit-transform: translateX(20em);
  -ms-transform: translateX(20em);
  transform: translateX(20em);
  -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-overflow-scrolling: touch;
  background: gainsboro;
  box-shadow: none;
  color: #4c4c4c;
  height: 100%;
  max-width: 80%;
  overflow-y: auto;
  padding: 3em 2em;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 20em;
  z-index: 1000002;
}
#nav > ul {
  margin: 0 0 1em 0;
}
#nav > ul.links {
  list-style: none;
  padding: 0;
}
#nav > ul.links > li {
  padding: 0;
}
#nav > ul.links > li > a:not(.button) {
  border: 0;
  border-top: solid 1px #e6e6e6;
  color: inherit;
  display: block;
  line-height: 3.5;
  text-decoration: none;
}
#nav > ul.links > li > .button {
  display: block;
  margin: 0.5em 0 0 0;
}
#nav > ul.links > li:first-child > a:not(.button) {
  border-top: 0 !important;
}
#nav .close {
  text-decoration: none;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  color: #54555c;
  cursor: pointer;
  display: block;
  height: 3.25em;
  line-height: 3.25;
  padding-right: 1.25em;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  vertical-align: middle;
  width: 7em;
}
#nav .close:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
#nav .close:before {
  font-size: 1.25em;
}
#nav .close:hover {
  color: #4c4c4c;
}
@media screen and (max-width: 736px) {
  #nav .close {
    height: 4em;
    line-height: 4;
  }
}
#nav.visible {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
  visibility: visible;
}
@media screen and (max-width: 736px) {
  #nav {
    padding: 2.5em 1.75em;
  }
}

/* Banner */
.banner {
  background-color: #555555;
  color: #e6e6e6;
  padding: 6em 0 4em 0 ;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-image: url("images/overlay.png"), url("images/unitex-pattern.png");
  background-position: top left, center center;
  background-attachment: fixed, fixed;
  background-size: auto, cover;
  height: 100vh;
  min-height: 35em;
}
.banner input[type="submit"],
.banner input[type="reset"],
.banner input[type="button"],
.banner button,
.banner .button {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.banner input[type="submit"]:hover,
.banner input[type="reset"]:hover,
.banner input[type="button"]:hover,
.banner button:hover,
.banner .button:hover {
  background-color: #f97f4f !important;
}
.banner input[type="submit"]:active,
.banner input[type="reset"]:active,
.banner input[type="button"]:active,
.banner button:active,
.banner .button:active {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.banner input[type="submit"].alt,
.banner input[type="reset"].alt,
.banner input[type="button"].alt,
.banner button.alt,
.banner .button.alt {
  background-color: transparent;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.banner input[type="submit"].alt:hover,
.banner input[type="reset"].alt:hover,
.banner input[type="button"].alt:hover,
.banner button.alt:hover,
.banner .button.alt:hover {
  background-color: #f97f4f;
}
.banner input[type="submit"].alt:active,
.banner input[type="reset"].alt:active,
.banner input[type="button"].alt:active,
.banner button.alt:active,
.banner .button.alt:active {
  background-color: rgba(255, 255, 255, 0.4);
}
.banner input[type="submit"].alt.icon:before,
.banner input[type="reset"].alt.icon:before,
.banner input[type="button"].alt.icon:before,
.banner button.alt.icon:before,
.banner .button.alt.icon:before {
  color: #ffffff;
}
.banner input[type="submit"].special,
.banner input[type="reset"].special,
.banner input[type="button"].special,
.banner button.special,
.banner .button.special {
  box-shadow: none;
  background-color: #ffffff;
  color: #555555;
}
.banner input[type="submit"].special:hover,
.banner input[type="reset"].special:hover,
.banner input[type="button"].special:hover,
.banner button.special:hover,
.banner .button.special:hover {
  color: white;
}
.banner input[type="submit"].special:active,
.banner input[type="reset"].special:active,
.banner input[type="button"].special:active,
.banner button.special:active,
.banner .button.special:active {
  color: #f2f2f2;
}
.banner label {
  color: #ffffff;
}
.banner input[type="text"],
.banner input[type="password"],
.banner input[type="email"],
.banner select,
.banner textarea {
  color: inherit;
  background-color: #f97f4f;
  border-color: rgba(255, 255, 255, 0.5);
}
.banner input[type="text"]:focus,
.banner input[type="password"]:focus,
.banner input[type="email"]:focus,
.banner select:focus,
.banner textarea:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}
.banner .select-wrapper:before {
  color: rgba(255, 255, 255, 0.5);
}
.banner input[type="checkbox"] + label,
.banner input[type="radio"] + label {
  color: #e6e6e6;
}
.banner input[type="checkbox"] + label:before,
.banner input[type="radio"] + label:before {
  background-color: #f97f4f;
  border-color: rgba(255, 255, 255, 0.5);
}
.banner input[type="checkbox"]:checked + label:before,
.banner input[type="radio"]:checked + label:before {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #555555;
}
.banner input[type="checkbox"]:focus + label:before,
.banner input[type="radio"]:focus + label:before {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}
.banner ::-webkit-input-placeholder {
  color: #ffffff !important;
}
.banner :-moz-placeholder {
  color: #ffffff !important;
}
.banner ::-moz-placeholder {
  color: #ffffff !important;
}
.banner :-ms-input-placeholder {
  color: #ffffff !important;
}
.banner .formerize-placeholder {
  color: #ffffff !important;
}
.banner .icon {
  color: #ffffff;
}
.banner .icon.icon-button {
  color: #222222;
  border: 2x solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}
.banner .icon.icon-button.selected {
  color: #434D60;
  background: transparent linear-gradient(#fefefe, #cfdcec) repeat scroll 0% 0%;
}
.banner .icon.icon-button.selected:hover, .banner .icon.icon-button.selected:focus, .banner .icon.icon-button.selected:active {
  color: #2e3542;
  background: transparent linear-gradient(#fefefe, #cfdcec) repeat scroll 0% 0%;
}
.banner .image {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
.banner ul.alt > li {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.banner ul.piped > li {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.banner ul.icons > li .icon-toogle {
  color: #e6e6e6;
}
.banner ul.icons > li .icon-toogle:hover, .banner ul.icons > li .icon-toogle:focus, .banner ul.icons > li .icon-toogle:active, .banner ul.icons > li .icon-toogle.selected {
  color: #ffffff;
  background-color: #484848;
}
.banner table tbody tr {
  border-color: rgba(255, 255, 255, 0.5);
}
.banner table tbody tr:nth-child(2n + 1) {
  background-color: #f97f4f;
}
.banner table th {
  color: #ffffff;
}
.banner table thead {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.banner table tfoot {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.banner table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.5);
}
.banner .tooltip:after {
  color: #555555;
  background: #ffffff;
}
.banner .tooltip:before {
  color: #ffffff;
}
.banner .tooltip.tooltip-s:before, .banner .tooltip.tooltip-se:before, .banner .tooltip.tooltip-sw:before {
  border-bottom-color: #ffffff;
}
.banner .tooltip.tooltip-n:before, .banner .tooltip.tooltip-ne:before, .banner .tooltip.tooltip-nw:before {
  border-top-color: #ffffff;
}
.banner .tooltip.tooltip-w:before {
  border-left-color: #ffffff;
}
.banner .tooltip.tooltip-e:before {
  border-right-color: #ffffff;
}
.banner input, .banner select, .banner textarea {
  color: #e6e6e6;
}
.banner a {
  color: inherit;
  border-bottom-color: rgba(255, 255, 255, 0.75);
  color: #ffffff;
}
.banner strong, .banner b {
  color: #ffffff;
}
.banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6 {
  font-family: "Raleway", Helvetica, sans-serif;
  color: #ffffff;
}
.banner blockquote {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.banner code {
  background: #f97f4f;
  border-color: rgba(255, 255, 255, 0.5);
}
.banner hr {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.banner.post {
  height: 15em;
  min-height: 14em;
}
.banner.blog, .banner.category {
  height: 91vh;
  min-height: 23em;
  padding: 8em 0 8em 0;
}
.banner h1 {
  display: block;
  color: #fff;
  line-height: 1.1em;
  text-shadow: 0px 1px 0px rgba(50, 59, 64, 0.56);
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
.banner p {
  font-size: 1.1em;
  line-height: 1;
  margin-bottom: 1em;
}
.banner p br {
  display: inline;
}
.banner .content {
  -moz-transition: opacity 0.5s ease, -moz-transform 1s ease;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 1s ease;
  -ms-transition: opacity 0.5s ease, -ms-transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  text-align: center;
}
.banner .content .banner-heading {
  display: inline-block;
  margin-bottom: 0px;
  padding: 0px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 1em;
  line-height: 0.5em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.banner .content > :last-child {
  margin-bottom: 0;
}
.banner .content > .inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  display: block;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.3em;
  font-size: 1.2em;
  font-weight: 300;
  margin-top: 2em;
  margin-bottom: 2em;
}
.banner .image {
  -moz-transition: opacity 1s ease, -moz-transform 1s ease;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  -ms-transition: opacity 1s ease, -ms-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.banner .image img {
  -moz-transition: opacity 0.75s ease;
  -webkit-transition: opacity 0.75s ease;
  -ms-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  transition-delay: 0.75s;
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .banner {
    height: auto;
    min-height: 0;
  }
  .banner.summary {
    height: auto;
    min-height: 0;
  }
  .banner .content {
    margin: 2em 0em 0 0;
  }
  .banner .content > .inner {
    width: 90%;
  }
}
@media screen and (max-width: 980px) and (orientation: portrait) {
  .banner {
    padding: 8em 3em 6em 3em ;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .banner .content {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 2em 0;
  }
  .banner .image {
    overflow: hidden;
  }
}

@media screen and (max-width: 736px) {
  .banner .content > .inner {
    width: 100%;
  }
  .banner h1 {
    font-size: 2em;
    margin-top: 2.6em;
  }
  .banner p {
    font-size: 1em;
    line-height: inherit;
  }
}
@media screen and (max-width: 736px) and (orientation: landscape) {
  .banner {
    padding: 6em 2em 4em 2em ;
  }
  .banner .content {
    margin: 0 0 2em 0;
  }
  .banner .image {
    font-size: 0.8em;
    width: 15em;
    max-width: 20vw;
  }
  .banner .image .inner, .banner .image:before, .banner .image:after {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 736px) and (orientation: portrait) {
  .banner {
    padding: 3em 1.5em 1em 1.5em ;
  }
  .banner .image {
    font-size: 0.6em;
    max-width: 60vw;
  }
}

@media screen and (max-width: 480px) and (orientation: landscape) {
  .banner {
    padding: 3em 1.5em 1em 1.5em ;
  }
  .banner .image {
    font-size: 0.7em;
  }
  .banner .actions {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .banner {
    padding: 8em 1em 7em 1em;
  }
}

body.is-mobile .banner {
  background-attachment: scroll, scroll;
}
body.is-loading .banner .content {
  -moz-transform: translateX(2em);
  -webkit-transform: translateX(2em);
  -ms-transform: translateX(2em);
  transform: translateX(2em);
  opacity: 0;
}
body.is-loading .banner .image {
  -moz-transform: translateY(4em);
  -webkit-transform: translateY(4em);
  -ms-transform: translateY(4em);
  transform: translateY(4em);
  opacity: 0;
}
body.is-loading .banner .image img {
  opacity: 0;
}
@media screen and (max-width: 980px) and (orientation: portrait) {
  body.is-loading .banner .content {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
  body.is-loading .banner .image {
    -moz-transform: translateY(2em);
    -webkit-transform: translateY(2em);
    -ms-transform: translateY(2em);
    transform: translateY(2em);
  }
}

/* Header */
#header {
  background-color: #555555;
  color: #e6e6e6;
  padding: 4.5em 0 2.5em 0 ;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-image: url("images/overlay.png"), url("images/unitex-pattern.png");
  background-position: top left, center center;
  background-attachment: fixed, fixed;
  background-size: auto, cover;
  height: 100vh;
  min-height: 35em;
}
#header input[type="submit"],
#header input[type="reset"],
#header input[type="button"],
#header button,
#header .button {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}
#header input[type="submit"]:hover,
#header input[type="reset"]:hover,
#header input[type="button"]:hover,
#header button:hover,
#header .button:hover {
  background-color: #f97f4f !important;
}
#header input[type="submit"]:active,
#header input[type="reset"]:active,
#header input[type="button"]:active,
#header button:active,
#header .button:active {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
#header input[type="submit"].alt,
#header input[type="reset"].alt,
#header input[type="button"].alt,
#header button.alt,
#header .button.alt {
  background-color: transparent;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}
#header input[type="submit"].alt:hover,
#header input[type="reset"].alt:hover,
#header input[type="button"].alt:hover,
#header button.alt:hover,
#header .button.alt:hover {
  background-color: #f97f4f;
}
#header input[type="submit"].alt:active,
#header input[type="reset"].alt:active,
#header input[type="button"].alt:active,
#header button.alt:active,
#header .button.alt:active {
  background-color: rgba(255, 255, 255, 0.4);
}
#header input[type="submit"].alt.icon:before,
#header input[type="reset"].alt.icon:before,
#header input[type="button"].alt.icon:before,
#header button.alt.icon:before,
#header .button.alt.icon:before {
  color: #ffffff;
}
#header input[type="submit"].special,
#header input[type="reset"].special,
#header input[type="button"].special,
#header button.special,
#header .button.special {
  box-shadow: none;
  background-color: #ffffff;
  color: #555555;
}
#header input[type="submit"].special:hover,
#header input[type="reset"].special:hover,
#header input[type="button"].special:hover,
#header button.special:hover,
#header .button.special:hover {
  color: white;
}
#header input[type="submit"].special:active,
#header input[type="reset"].special:active,
#header input[type="button"].special:active,
#header button.special:active,
#header .button.special:active {
  color: #f2f2f2;
}
#header label {
  color: #ffffff;
}
#header input[type="text"],
#header input[type="password"],
#header input[type="email"],
#header select,
#header textarea {
  color: inherit;
  background-color: #f97f4f;
  border-color: rgba(255, 255, 255, 0.5);
}
#header input[type="text"]:focus,
#header input[type="password"]:focus,
#header input[type="email"]:focus,
#header select:focus,
#header textarea:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}
#header .select-wrapper:before {
  color: rgba(255, 255, 255, 0.5);
}
#header input[type="checkbox"] + label,
#header input[type="radio"] + label {
  color: #e6e6e6;
}
#header input[type="checkbox"] + label:before,
#header input[type="radio"] + label:before {
  background-color: #f97f4f;
  border-color: rgba(255, 255, 255, 0.5);
}
#header input[type="checkbox"]:checked + label:before,
#header input[type="radio"]:checked + label:before {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #555555;
}
#header input[type="checkbox"]:focus + label:before,
#header input[type="radio"]:focus + label:before {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}
#header ::-webkit-input-placeholder {
  color: #ffffff !important;
}
#header :-moz-placeholder {
  color: #ffffff !important;
}
#header ::-moz-placeholder {
  color: #ffffff !important;
}
#header :-ms-input-placeholder {
  color: #ffffff !important;
}
#header .formerize-placeholder {
  color: #ffffff !important;
}
#header .icon {
  color: #ffffff;
}
#header .icon.icon-button {
  color: #222222;
  border: 2x solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}
#header .icon.icon-button.selected {
  color: #434D60;
  background: transparent linear-gradient(#fefefe, #cfdcec) repeat scroll 0% 0%;
}
#header .icon.icon-button.selected:hover, #header .icon.icon-button.selected:focus, #header .icon.icon-button.selected:active {
  color: #2e3542;
  background: transparent linear-gradient(#fefefe, #cfdcec) repeat scroll 0% 0%;
}
#header .image {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
#header ul.alt > li {
  border-top-color: rgba(255, 255, 255, 0.5);
}
#header ul.piped > li {
  border-right-color: rgba(255, 255, 255, 0.5);
}
#header ul.icons > li .icon-toogle {
  color: #e6e6e6;
}
#header ul.icons > li .icon-toogle:hover, #header ul.icons > li .icon-toogle:focus, #header ul.icons > li .icon-toogle:active, #header ul.icons > li .icon-toogle.selected {
  color: #ffffff;
  background-color: #484848;
}
#header table tbody tr {
  border-color: rgba(255, 255, 255, 0.5);
}
#header table tbody tr:nth-child(2n + 1) {
  background-color: #f97f4f;
}
#header table th {
  color: #ffffff;
}
#header table thead {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
#header table tfoot {
  border-top-color: rgba(255, 255, 255, 0.5);
}
#header table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.5);
}
#header .tooltip:after {
  color: #555555;
  background: #ffffff;
}
#header .tooltip:before {
  color: #ffffff;
}
#header .tooltip.tooltip-s:before, #header .tooltip.tooltip-se:before, #header .tooltip.tooltip-sw:before {
  border-bottom-color: #ffffff;
}
#header .tooltip.tooltip-n:before, #header .tooltip.tooltip-ne:before, #header .tooltip.tooltip-nw:before {
  border-top-color: #ffffff;
}
#header .tooltip.tooltip-w:before {
  border-left-color: #ffffff;
}
#header .tooltip.tooltip-e:before {
  border-right-color: #ffffff;
}
#header input, #header select, #header textarea {
  color: #e6e6e6;
}
#header a {
  color: inherit;
  border-bottom-color: rgba(255, 255, 255, 0.75);
  color: #ffffff;
}
#header strong, #header b {
  color: #ffffff;
}
#header h1, #header h2, #header h3, #header h4, #header h5, #header h6 {
  font-family: "Raleway", Helvetica, sans-serif;
  color: #ffffff;
}
#header blockquote {
  border-left-color: rgba(255, 255, 255, 0.5);
}
#header code {
  background: #f97f4f;
  border-color: rgba(255, 255, 255, 0.5);
}
#header hr {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
#header h1 {
  font-size: 3.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#header p {
  font-size: 1.5em;
  line-height: 1.35;
}
#header p br {
  display: inline;
}
#header .win-color {
  color: #00aef0;
}
#header .linux-color {
  color: #f97f4f;
}
#header .osx-color {
  color: #b7b1b1;
}
#header .other-color {
  color: #fdbf2e;
}
#header input[type="submit"].win:hover,
#header input[type="reset"].win:hover,
#header input[type="button"].win:hover,
#header button.win:hover,
#header .button.win:hover {
  background-color: #00aef0 !important;
}
#header input[type="submit"].linux:hover,
#header input[type="reset"].linux:hover,
#header input[type="button"].linux:hover,
#header button.linux:hover,
#header .button.linux:hover {
  background-color: #f97f4f !important;
}
#header input[type="submit"].osx:hover,
#header input[type="reset"].osx:hover,
#header input[type="button"].osx:hover,
#header button.osx:hover,
#header .button.osx:hover {
  background-color: #b7b1b1 !important;
}
#header input[type="submit"].other:hover,
#header input[type="reset"].other:hover,
#header input[type="button"].other:hover,
#header button.other:hover,
#header .button.other:hover {
  background-color: #fdbf2e !important;
}
#header .content {
  -moz-transition: opacity 0.5s ease, -moz-transform 1s ease;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 1s ease;
  -ms-transition: opacity 0.5s ease, -ms-transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  text-align: center;
}
#header .content > :last-child {
  margin-bottom: 0;
}
#header .content > .inner {
  margin-left: auto;
  margin-right: auto;
  width: 35em;
}
#header .image {
  -moz-transition: opacity 1s ease, -moz-transform 1s ease;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  -ms-transition: opacity 1s ease, -ms-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#header .image img {
  -moz-transition: opacity 0.75s ease;
  -webkit-transition: opacity 0.75s ease;
  -ms-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  transition-delay: 0.75s;
  opacity: 1;
}
@media screen and (max-width: 980px) {
  #header {
    height: auto;
    min-height: 0;
  }
  #header .content {
    margin: 2em 0em 0 0;
  }
  #header .content > .inner {
    width: 90%;
  }
}
@media screen and (max-width: 980px) and (orientation: portrait) {
  #header {
    padding: 8em 3em 6em 3em ;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #header .content {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 2em 0;
  }
  #header .image {
    overflow: hidden;
  }
}

@media screen and (max-width: 736px) {
  #header .content > .inner {
    width: 100%;
  }
  #header h1 {
    font-size: 2em;
    margin-top: 0.5em;
  }
  #header p {
    font-size: 1em;
    line-height: inherit;
  }
}
@media screen and (max-width: 736px) and (orientation: landscape) {
  #header {
    padding: 4em 2em 2em 2em ;
  }
  #header .content {
    margin: 0 0 2em 0;
  }
  #header .image {
    font-size: 0.8em;
    width: 15em;
    max-width: 20vw;
  }
  #header .image .inner, #header .image:before, #header .image:after {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 736px) and (orientation: portrait) {
  #header {
    padding: 3em 1.5em 1em 1.5em ;
  }
  #header .image {
    font-size: 0.6em;
    max-width: 60vw;
  }
}

@media screen and (max-width: 480px) and (orientation: landscape) {
  #header {
    padding: 3em 1.5em 1em 1.5em ;
  }
  #header .image {
    font-size: 0.7em;
  }
  #header .actions {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  #header {
    padding: 4em 1em 2em 1em ;
  }
}

body.is-mobile #header {
  background-attachment: scroll, scroll;
}
body.is-loading #header .content {
  -moz-transform: translateX(2em);
  -webkit-transform: translateX(2em);
  -ms-transform: translateX(2em);
  transform: translateX(2em);
  opacity: 0;
}
body.is-loading #header .image {
  -moz-transform: translateY(4em);
  -webkit-transform: translateY(4em);
  -ms-transform: translateY(4em);
  transform: translateY(4em);
  opacity: 0;
}
body.is-loading #header .image img {
  opacity: 0;
}
@media screen and (max-width: 980px) and (orientation: portrait) {
  body.is-loading #header .content {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
  body.is-loading #header .image {
    -moz-transform: translateY(2em);
    -webkit-transform: translateY(2em);
    -ms-transform: translateY(2em);
    transform: translateY(2em);
  }
}

/* Highlights */
#highlights {
  padding: 0em 0 1em 0;
  /*
    .slick-dots {
      margin: 0;
    }
  */
}
#highlights .container {
  text-align: center;
}
#highlights .highlights-carousel {
  margin-bottom: 0;
}
#highlights a,
#highlights a:visited,
#highlights a:active {
  text-decoration: none;
  border-bottom: 1px dotted;
}
#highlights p {
  margin: 0;
}
#highlights .slick-dots {
  bottom: -50px;
}
#highlights .slick-slide {
  line-height: 1.3;
  height: 4.6em;
}
#highlights .slick-slide::before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#highlights .highlight-text {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 736px) {
  #highlights {
    padding: 0em 0 1em 0;
  }
  #highlights .slick-slide {
    height: auto;
  }
}

/* About */
#about .image {
  box-shadow: unset;
}

#about-features #functions-items {
  margin-bottom: 7px;
}
#about-features #corpus-processing-suite {
  padding-top: 0em;
}
#about-features #corpus-processing-suite ul.actions.piped li {
  padding: 2px;
  line-height: 2em;
}
@media screen and (max-width: 736px) {
  #about-features #corpus-processing-suite ul.actions.piped li {
    display: block;
    text-align: center;
    width: 100%;
  }
  #about-features #corpus-processing-suite ul.actions.piped li > * {
    width: 100%;
    margin: 0 !important;
  }
}
#about-features .ug-label, #about-features .ug-badge {
  padding: 5px 7px;
  font-size: 110%;
  margin-bottom: 7px;
}

/* Screenshots */
#screenshots {
  padding: 2em 0 2em 0;
}
#screenshots .slick-slider {
  margin-bottom: 0px;
}
#screenshots .slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
#screenshots h3 {
  text-align: center;
}
@media screen and (max-width: 736px) {
  #screenshots {
    padding: 1em 0 1.5em 0;
  }
  #screenshots .slick-prev {
    left: 0;
  }
  #screenshots .slick-next {
    right: 0;
  }
}

/* Downloads */
#downloads {
  padding: 3em 0 1em 0 ;
  background-image: url("images/overlay.png"), url("images/unitex-pattern.png");
  background-position: top left, center center;
  background-attachment: fixed, fixed;
  background-size: auto, cover;
}
#downloads .slick-slider {
  margin-bottom: 0px;
}
#downloads .download-minimal-os,
#downloads .download-filetype,
#downloads .download-arch {
  vertical-align: super;
  font-size: 0.5em;
  margin-left: 3px;
}
#downloads .win-color {
  color: #00aef0;
}
#downloads .linux-color {
  color: #f97f4f;
}
#downloads .osx-color {
  color: #b7b1b1;
}
#downloads .other-color {
  color: #fdbf2e;
}
#downloads input[type="submit"].win:hover,
#downloads input[type="reset"].win:hover,
#downloads input[type="button"].win:hover,
#downloads button.win:hover,
#downloads .button.win:hover {
  background-color: #00aef0 !important;
}
#downloads input[type="submit"].linux:hover,
#downloads input[type="reset"].linux:hover,
#downloads input[type="button"].linux:hover,
#downloads button.linux:hover,
#downloads .button.linux:hover {
  background-color: #f97f4f !important;
}
#downloads input[type="submit"].osx:hover,
#downloads input[type="reset"].osx:hover,
#downloads input[type="button"].osx:hover,
#downloads button.osx:hover,
#downloads .button.osx:hover {
  background-color: #b7b1b1 !important;
}
#downloads input[type="submit"].other:hover,
#downloads input[type="reset"].other:hover,
#downloads input[type="button"].other:hover,
#downloads button.other:hover,
#downloads .button.other:hover {
  background-color: #fdbf2e !important;
}
#downloads .download-description a,
#downloads .download-description a:visited,
#downloads .download-description a:active {
  text-decoration: none;
  border-bottom: 1px dotted;
}
#downloads .tooltip:after {
  font-size: 0.8em;
}
#downloads .actions-release {
  margin-top: 1em;
}
@media screen and (max-width: 736px) {
  #downloads {
    padding: 3em 0 1em 0 ;
  }
  #downloads .slick-prev {
    left: 0;
  }
  #downloads .slick-next {
    right: 0;
  }
  #downloads .actions-release {
    margin-top: 2em;
  }
}

/* More */
#more {
  padding: 3em 0 2em 0 ;
}
#more ul {
  margin: 0;
}
#more .row.uniform {
  margin-bottom: 1em;
}
#more i:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#more h3 {
  line-height: 1;
  margin-top: 1em;
}
@media screen and (max-width: 736px) {
  #more {
    padding: 3em 0 1em 0 ;
  }
  #more h2, #more h3, #more h4, #more h5, #more h6 {
    text-align: center;
  }
}

/* Footer */
#footer {
  background-color: #f7f7f7;
  color: #757574;
  padding: 1em 0 1em 0;
  display: block;
  float: left;
  width: 100%;
  height: auto;
  line-height: 1.2;
  position: relative;
}
#footer input, #footer select, #footer textarea {
  color: #757574;
}
#footer a {
  color: inherit;
  border-bottom-color: #c6c6c6;
}
#footer a:hover {
  color: #f97f4f;
}
#footer strong, #footer b {
  color: #4c4c4c;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  font-family: "Raleway", Helvetica, sans-serif;
  color: #4c4c4c;
}
#footer blockquote {
  border-left-color: #d6d6d6;
}
#footer code {
  background: rgba(144, 144, 144, 0.075);
  border-color: #d6d6d6;
}
#footer hr {
  border-bottom-color: #d6d6d6;
}
#footer a {
  color: inherit;
}
#footer #quick-button {
  text-decoration: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  text-decoration: none;
  position: absolute;
  top: -1.45rem;
  left: 50%;
  margin-left: -0.5rem;
  text-align: center;
  border-radius: 15%;
  outline: none;
  width: 2rem;
  height: 2rem;
  line-height: 2;
  vertical-align: middle;
  color: #e6e6e6;
  background-color: transparent;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -ms-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  opacity: 0.8;
}
#footer #quick-button:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
#footer #quick-button:before {
  font-size: 1.5rem;
  margin-left: -2rem;
}
#footer #quick-button:hover {
  color: #555555;
  opacity: 1;
  -moz-transition: opacity 0.3s 0s, visibility 0s;
  -webkit-transition: opacity 0.3s 0s, visibility 0s;
  -ms-transition: opacity 0.3s 0s, visibility 0s;
  transition: opacity 0.3s 0s, visibility 0s;
}
#footer .icons,
#footer .actions {
  width: auto;
  text-align: center;
}
#footer .icons {
  float: right;
  margin-top: 0.6em;
  margin-bottom: 0.5em;
}
#footer .actions {
  float: left;
  font-size: 0.8em;
  margin: 0px 0px 0.5em;
}
#footer .credits,
#footer .copyright {
  float: left;
  width: auto;
  text-align: center;
  color: #898b8c;
  line-height: 1.1;
  clear: both;
  font-size: 0.8em;
}
#footer .credits {
  margin: 0px 0px 0.5em;
}
#footer .copyright {
  margin: 0px 0px 0.2em;
}
@media screen and (max-width: 1280px) and (orientation: landscape) {
  #footer .icons {
    margin-right: 3em;
  }
}

@media screen and (max-width: 980px) {
  #footer {
    padding: 1em 4em 2em 4em;
  }
  #footer .actions,
  #footer .credits,
  #footer .copyright,
  #footer .icons {
    width: 100%;
  }
  #footer .credits {
    padding-top: 1.5em;
  }
}
@media screen and (max-width: 980px) and (orientation: landscape) {
  #footer .icons {
    margin-right: 0;
  }
}

@media screen and (max-width: 736px) {
  #footer .credits,
  #footer .copyright {
    width: 100%;
    margin-bottom: 1em;
  }
  #footer .actions {
    padding-top: 2em;
  }
  #footer .actions,
  #footer .icons {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 736px) and (orientation: landscape) {
  #footer {
    padding: 1em 6em 1em 6em;
  }
}
@media screen and (max-width: 736px) and (orientation: portrait) {
  #footer {
    padding: 1em 1em 1em 2em;
  }
}

/* Back to top */
#backtotop {
  display: none;
}
#backtotop a {
  text-decoration: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: fixed;
  right: 2em;
  bottom: 1.55rem;
  text-decoration: none;
  text-indent: 2.3em;
  outline: none;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.3rem;
  vertical-align: middle;
  color: #ffffff !important;
  background-color: #555555;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -ms-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  opacity: 0.8;
  z-index: 1;
}
#backtotop a:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
#backtotop a:before {
  font-size: 1.8rem;
  margin-left: -1.25em;
}
#backtotop a:hover {
  background-color: #555555;
  opacity: 1;
  -moz-transition: opacity 0.3s 0s, visibility 0s;
  -webkit-transition: opacity 0.3s 0s, visibility 0s;
  -ms-transition: opacity 0.3s 0s, visibility 0s;
  transition: opacity 0.3s 0s, visibility 0s;
}
@media screen and (max-width: 736px) {
  #backtotop a {
    right: 1em;
    bottom: 2em;
  }
}

/* Javascript disabled */
html.no-js .navbar {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
html.no-js .download-description {
  height: 9em;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  html.no-js .download-description {
    height: 7em;
  }
}
@media screen and (max-width: 736px) {
  html.no-js .download-description {
    height: 6em;
  }
}

/* Autumn Content */
.autumn-content .autumn-index-post {
  visibility: hidden;
}
.autumn-content .autumn-index-post .autumn-post-meta {
  display: block;
  text-align: center;
  margin-top: 1.8em;
}
@media screen and (max-width: 736px) {
  .autumn-content .autumn-index-post .autumn-post-meta {
    margin-top: 3em;
  }
}
.autumn-content .autumn-index-post .autumn-post-meta .month-year {
  text-transform: uppercase;
}
.autumn-content .autumn-index-post .autumn-post-thumbnail {
  text-align: center;
  margin-top: 10px;
}
.autumn-content .autumn-index-post .autumn-post-thumbnail-tag {
  display: inherit;
  height: 100px;
  left: 200px;
  margin: 0 auto;
  text-align: center;
  width: 100px;
}
.autumn-content .autumn-index-post .autumn-post-thumbnail-tag-letters {
  color: #fff;
  font-family: "Ubuntu Mono";
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  position: relative;
  top: 25px;
}
@media screen and (max-width: 736px) {
  .autumn-content .autumn-index-post .autumn-post-header .autumn-post-title {
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (max-width: 736px) {
  .autumn-content .autumn-index-post .autumn-post-excerpt {
    text-align: center;
  }
}
.autumn-content .autumn-index-post .autumn-post-excerpt p {
  margin: 0 0 0.7em 0;
}
.autumn-content .autumn-index-post .autumn-index-post-tags {
  font-size: 0.8125em;
}
@media screen and (max-width: 736px) {
  .autumn-content .autumn-index-post .autumn-index-post-tags {
    text-align: center;
  }
}
.autumn-content .fadeInDown {
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.autumn-content .pagination {
  padding: 1px;
  color: #4C4C4C;
}
@media screen and (max-width: 736px) {
  .autumn-content .pagination {
    margin-top: 5em;
  }
}

html.no-js .autumn-content .autumn-index-post {
  visibility: visible;
}

/* Autumn Post Content */
.autumn-post-content p {
  margin: 0 0 1em 0;
}
.autumn-post-content ul li {
  padding-top: 0.2em;
}
.autumn-post-content blockquote {
  margin: 1em 0 1em 0;
}
.autumn-post-content > div:not(.autumn-post-title) p.with-image {
  text-align: center;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.autumn-post-content > div:not(.autumn-post-title) a {
  color: #f97f4f;
}
.autumn-post-content > div:not(.autumn-post-title) h1,
.autumn-post-content > div:not(.autumn-post-title) h2 {
  font-weight: bold;
}

#autumn-post footer hr {
  margin: 0px;
}