/**
 * STYLE
 * Main CSS to rule them all
 * Pages and custom elements style goes here
 *
 * Using
 * - reset.less 		reset stylesheet
 * - grid.less 			grid system, including mixins
 * - colors.less 		variables for colorscheme
 * - layout.less 		default style layout for your website
 * - components.less 	styles and mixins for buttons, form, etc
 *
 * Created by @jasonlemay
 */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * GRIDPAK
 * responsive grid with breakpoints for mobile and desktop
 * 
 * Mobile   < 650px
 * Table    >= 650px, < 960px
 * Desktop  >= 960px
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 * Adapted version by @jasonlemay
 */
.mixin-col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  margin-bottom: 0;
}
.col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  margin-bottom: 0;
}
.row.nospace .col {
  padding: 0;
}
.mixin-span_first {
  margin-left: 0;
}
.row.sameh {
  overflow: hidden;
  margin-bottom: 10px;
}
.row.sameh .col {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
/* 1. MOBILE - 4 Column Grid 0px - 649px 
----------------------------------------------------------------------------- 

.col-m1_4:      1 / 4
.col-m1_2:      1 / 2
.col-m3_4:      3 / 4
.col-mfull:     Full
.col-mhide:     Hidden in mobile

----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 649px) {
  .col {
    margin-left: 1%;
    padding: 0 10px;
  }
  .col-m1_4,
  .col-t1_4,
  .col-1_4 {
    width: 25%;
    border-left-width: 2px;
    border-right-width: 2px;
    padding: 0 10px;
    margin-left: 0;
  }
  .col-m1_2,
  .col-t1_2,
  .col-1_2 {
    width: 50%;
    border-left-width: 2px;
    border-right-width: 2px;
    padding: 0 10px;
    margin-left: 0;
  }
  .col-m3_4,
  .col-t3_4,
  .col-3_4 {
    width: 75%;
    border-left-width: 2px;
    border-right-width: 2px;
    padding: 0 10px;
    margin-left: 0;
  }
  .col-mfull,
  .col-tfull,
  .col-full {
    margin-left: 0;
    width: 98%;
    margin-left: 1%;
  }
  .col-mhide {
    display: none;
  }
}
/* 2. TABLET - 8 Column Grid 650px - 959px 
----------------------------------------------------------------------------- 

.col-t1_8:      1 / 8
.col-t1_4:      1 / 4
.col-t3_8:      3 / 8 (fallback for DESKTOP 1 / 3)
.col-t1_2:      1 / 2
.col-t5_8:      5 / 8 (fallback for DESKTOP 2 / 3)
.col-t3_4:      3 / 4
.col-t7_8:      7 / 8
.col-tfull:     Full
.col-thide:     Hidden in tablet

----------------------------------------------------------------------------- */
@media screen and (min-width: 650px) and (max-width: 959px) {
  .col {
    margin-left: 0.5%;
    padding: 0 10px;
  }
  .row .col:first-child {
    margin-left: 0;
  }
  .col-t1_8 {
    width: 12.5%;
    border-left-width: 2px;
    border-right-width: 2px;
    padding: 0 10px;
    margin-left: 0;
  }
  .col-t1_4,
  .col-1_4 {
    width: 25%;
    border-left-width: 2px;
    border-right-width: 2px;
    padding: 0 10px;
    margin-left: 0;
  }
  .col-t3_8,
  .col-1_3 {
    width: 37.5%;
    border-left-width: 2px;
    border-right-width: 2px;
    padding: 0 10px;
    margin-left: 0;
  }
  .col-t1_2,
  .col-1_2 {
    width: 50%;
    border-left-width: 2px;
    border-right-width: 2px;
    padding: 0 10px;
    margin-left: 0;
  }
  .col-t5_8,
  .col-2_3 {
    width: 62.5%;
    border-left-width: 2px;
    border-right-width: 2px;
    padding: 0 10px;
    margin-left: 0;
  }
  .col-t3_4,
  .col-3_4 {
    width: 75%;
    border-left-width: 2px;
    border-right-width: 2px;
    padding: 0 10px;
    margin-left: 0;
  }
  .col-t7_8 {
    width: 87.5%;
    border-left-width: 2px;
    border-right-width: 2px;
    padding: 0 10px;
    margin-left: 0;
  }
  .col-tfull,
  .col-full {
    width: 100%;
    border-left-width: 2px;
    border-right-width: 2px;
    padding: 0 10px;
    margin-left: 0;
  }
  .col-thide {
    display: none;
  }
}
/* 3. DESKTOP - 12 Column Grid 960px - Infinity 
----------------------------------------------------------------------------- 

.col-1_12:     1 / 12
.col-1_6:      1 / 6
.col-1_4:      1 / 4
.col-1_3:      1 / 3 
.col-5_12:     5 / 12
.col-1_2:      1 / 2 
.col-7_12:     7 / 12
.col-2_3:      2 / 3
.col-3_4:      3 / 4
.col-5_6:      5 / 6
.col-11_12:    11 / 12
.col-full:     Full
.col-hide:     Hidden in desktop

----------------------------------------------------------------------------- */
@media screen and (min-width: 960px) {
  .col {
    margin-left: 0;
    padding: 0 5px;
  }
  .row .col:first-child {
    margin-left: 0;
  }
  .col-1_12 {
    width: 8.33333333%;
    border-left-width: 20px;
    border-right-width: 20px;
    padding: 0 0px;
    margin-left: 0;
  }
  .col-1_6 {
    width: 16.66666667%;
    border-left-width: 20px;
    border-right-width: 20px;
    padding: 0 0px;
    margin-left: 0;
  }
  .col-1_4 {
    width: 25%;
    border-left-width: 20px;
    border-right-width: 20px;
    padding: 0 0px;
    margin-left: 0;
  }
  .col-1_3 {
    width: 33.33333333%;
    border-left-width: 20px;
    border-right-width: 20px;
    padding: 0 0px;
    margin-left: 0;
  }
  .col-5_12 {
    width: 41.66666667%;
    border-left-width: 20px;
    border-right-width: 20px;
    padding: 0 0px;
    margin-left: 0;
  }
  .col-1_2 {
    width: 50%;
    border-left-width: 20px;
    border-right-width: 20px;
    padding: 0 0px;
    margin-left: 0;
  }
  .col-7_12 {
    width: 58.33333333%;
    border-left-width: 20px;
    border-right-width: 20px;
    padding: 0 0px;
    margin-left: 0;
  }
  .col-2_3 {
    width: 66.66666667%;
    border-left-width: 20px;
    border-right-width: 20px;
    padding: 0 0px;
    margin-left: 0;
  }
  .col-3_4 {
    width: 75%;
    border-left-width: 20px;
    border-right-width: 20px;
    padding: 0 0px;
    margin-left: 0;
  }
  .col-5_6 {
    width: 83.33333333%;
    border-left-width: 20px;
    border-right-width: 20px;
    padding: 0 0px;
    margin-left: 0;
  }
  .col-11_12 {
    width: 91.66666667%;
    border-left-width: 20px;
    border-right-width: 20px;
    padding: 0 0px;
    margin-left: 0;
  }
  .col-full {
    width: 100%;
    border-left-width: 20px;
    border-right-width: 20px;
    padding: 0 0px;
    margin-left: 0;
  }
  .col-hide {
    display: none;
  }
}
/**
 * COLORS
 * Color scheme
 * Created by @jasonlemay
 */
/**
 * LAYOUT
 * Website main style
 * Created by @jasonlemay
 */
html {
  font-size: 62.5%;
  line-height: 1.4;
}
@media (max-width: 959px) {
  html {
    font-size: 55%;
  }
}
@media (mobile) {
  html {
    font-size: 51%;
  }
}
body {
  font-family: "soleil", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #f2f2f2;
  color: #000;
  padding: 0;
}
.container {
  margin: 0;
  padding: 0 50px 0 50px;
  max-width: 980px;
  position: relative;
}
.container.full {
  max-width: 100%;
  padding-right: 25px;
}
@media (max-width: 959px) {
  .container {
    padding: 0 40px 0 40px;
    max-width: 750px;
  }
}
@media (max-width: 649px) {
  .container {
    padding: 0 2%;
    width: 96%;
  }
}
.home .container {
  padding: 0 45px 0 285px;
}
@media (max-width: 649px) {
  .home .container {
    padding: 0;
  }
}
h1 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 1em;
}
h1::after {
  content: "";
  background-color: #000;
  display: block;
  width: 22px;
  height: 3px;
  position: relative;
  left: -18px;
  bottom: -20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
h1 a {
  color: #000;
  margin-left: 8px;
  vertical-align: middle;
}
h2 {
  color: #f93535;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 1em 0 0.9em;
}
h2::after {
  content: "";
  background-color: #f93535;
  display: block;
  width: 22px;
  height: 3px;
  position: relative;
  left: -18px;
  bottom: -11px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0.2em 0 0.9em;
}
h3 i {
  font-size: 300%;
  margin-right: 5px;
}
h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0.2em 0 0.9em;
}
h4 strong,
h4 code {
  color: #f93535;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
p {
  line-height: 1.4em;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
  font-size: 90%;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
ul,
ol {
  list-style-position: outside;
  margin-top: 0.8em;
  margin-left: 1.3em;
  padding-left: 0;
}
ul > li > p:first-child,
ol > li > p:first-child {
  display: inline;
}
ul {
  margin-left: 0.7em;
}
ul > li {
  list-style-type: none;
}
ul > li::before {
  content: "";
  background-color: #f93535;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -10px;
  margin-right: 6px;
  position: relative;
  top: -3px;
}
ul > li ul li::before {
  color: #000;
}
ol {
  counter-reset: item;
}
ol > li {
  list-style-type: none;
}
ol > li::before {
  content: counter(item) " | ";
  counter-increment: item;
  color: #9c1421;
  margin-left: -20px;
  font-family: monospace;
  font-weight: bold;
  font-size: 120%;
}
ol ol li::before {
  color: #000;
}
code {
  background-color: #fff;
  display: inline;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 85% !important;
}
pre > code {
  display: block;
  padding: 10px;
  margin-bottom: 1em;
  overflow-x: auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #f93535;
  text-decoration: none;
}
table {
  width: 100%;
}
table tr th,
table tr td {
  text-align: left;
  padding: 12px 15px;
  border-color: #f2f2f2;
  border-style: solid;
  border-right-width: 5px;
  border-bottom-width: 5px;
}
table tr th:last-of-type,
table tr td:last-of-type {
  border-right-width: 0;
}
table tr th {
  font-weight: bold;
  background-color: #dbdbdb;
}
table tr td {
  background-color: #fff;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------

  - Gradient background
  - Drop shadow
  - Inner shadow
  - Rounded
  - Border radius
  - Opacity
  - Transition
  - Transition duration
  - Rotation
  - Scale
  - Translate
  - Box sizing

 */
/* - Gradient background
 *
 * First color is the background color to use for browsers 
 * that don't support gradients. The second two colors are 
 * the start and stop colors, going from bottom to top. 
 */
/* - Drop shadow
 *
 * Adds a box-shadow that is a semi-transparent black. The 
 * first two values control the x and y axis position, the 
 * third controls blur (how big the shadow is), and the final 
 * value is the opacity (0 is fully transparent, 1 is opaque).
 */
/* - Inner shadow
 *
 * Sets the inner shadow. The first two numbers are the x and y
 * coordinates, the third is the blur and the last one is the 
 * strength of the shadow.
 */
/* - Box shadow
 */
/* - Rounded
 *
 * Sets a border-radius for all 4 corners. If you want to set 
 * border-radius for individual corners use: .border-radius
 */
/* - Border radius
 *
 * Sets a border-radius for each of the 4 corners individually. 
 * The values go in a clockwise rotation: top right, bottom right, 
 * bottom left, top left.
 */
/* - Opacity
 *
 * Sets the opacity. 0 is fully transparent, 1 is opaque.
 */
/* - Transition
 *
 * Sets the transition duration and effect to use for any 
 * transitions (e.g. hover effects), unlike transition-duration 
 * which only sets the duration.
 */
/* - Transition duration
 *
 * Sets a transition-duration (time it takes to do things like 
 * hover effects). The value provides a time in seconds.
 */
/* - Transform
 */
/* - Rotation
 *
 * Rotates the item by a number of degrees clockwise.
 */
/* - Scale
 *
 * Scales the item by the ratio provided. The example makes the 
 * item 2 times larger.
 */
/* - Translate
 *
 * Translates an element using the given coordinates. The values 
 * are x and y offset coordinates, so the above example moves the
 * element right 10 pixels and up 20 pixels.
 */
/* - Boox sizing
 *
 * Allows you to alter the CSS box model. For example, by setting 
 * this to 'border-box' the width and height properties will 
 * include the padding and border values.
 */
/* - Background clip
 */
.flexnav ul {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0;
}
.flexnav.opacity ul {
  opacity: 0;
}
.flexnav.flexnav-show ul {
  max-height: 2000px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.flexnav.one-page ul {
  position: fixed;
  top: 50px;
  right: 5%;
  max-width: 200px;
}
.flexnav li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
}
.flexnav li a {
  position: relative;
  display: block;
  padding: .96em;
  z-index: 2;
  overflow: hidden;
  color: #222222;
  background: #a6a6a2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.flexnav li a:hover {
  padding-left: 1.5em;
}
.flexnav li::before {
  display: none !important;
}
.flexnav li ul {
  width: 100%;
}
.flexnav li ul li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
}
.flexnav li ul.flexnav-show li {
  overflow: visible;
}
.flexnav li ul li a {
  display: block;
  background: #b2b2af;
}
.flexnav ul li ul li a {
  background: #bfbfbc;
}
.flexnav ul li ul li ul li a {
  background: #cbcbc9;
}
.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 46px;
  display: inline-block;
  background: #acaca1;
  background: rgba(0, 0, 0, 0.075);
  text-align: center;
}
.flexnav .touch-button:hover {
  cursor: pointer;
}
.flexnav .touch-button .navicon {
  position: relative;
  top: 1.4em;
  font-size: 12px;
  color: #666;
}
.flexnav .touch-button .navicon::before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.flexnav .touch-button.active .navicon::before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.menu-button {
  position: relative;
  display: block;
  padding: 1em;
  background: none;
  color: #222222;
  cursor: pointer;
  border-bottom: 0;
  text-align: right;
}
.menu-button i {
  display: none;
}
.menu-button.one-page {
  position: fixed;
  top: 0;
  right: 5%;
  padding-right: 45px;
}
.menu-button .touch-button {
  background: transparent;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
}
.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 1em;
  color: #666;
}
@media all and (min-width: 750px) {
  body.one-page {
    padding-top: 70px;
  }
  .flexnav {
    overflow: visible;
  }
  .flexnav.opacity {
    opacity: 1;
  }
  .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px;
  }
  .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    overflow: visible;
    width: 20%;
  }
  .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
  }
  .flexnav li > ul {
    position: absolute;
    top: auto;
    left: 0;
  }
  .flexnav li > ul li {
    width: 100%;
  }
  .flexnav li ul li > ul {
    margin-left: 100%;
    top: 0;
  }
  .flexnav li ul li a {
    border-bottom: none;
  }
  .flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .flexnav li ul.open li {
    overflow: visible;
    max-height: 100px;
  }
  .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
  }
  .menu-button {
    display: none;
  }
}
.oldie body.one-page {
  padding-top: 70px;
}
.oldie .flexnav {
  overflow: visible;
}
.oldie .flexnav.one-page {
  top: 0;
  right: auto;
  max-width: 1080px;
}
.oldie .flexnav li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  background-color: #a6a6a2;
  width: 20%;
  min-height: 50px;
  overflow: visible;
}
.oldie .flexnav li:hover > ul {
  display: block;
  width: 100%;
  overflow: visible;
}
.oldie .flexnav li:hover > ul li {
  width: 100%;
  float: none;
}
.oldie .flexnav li a {
  border-left: 1px solid #acaca1;
  border-bottom: none;
  overflow: visible;
}
.oldie .flexnav li > ul {
  background: #acaca1;
  position: absolute;
  top: auto;
  left: 0;
  display: none;
  z-index: 1;
  overflow: visible;
}
.oldie .flexnav li ul li ul {
  top: 0;
}
.oldie .flexnav li ul li a {
  border-bottom: none;
}
.oldie .flexnav li ul.open {
  display: block;
  width: 100%;
  overflow: visible;
}
.oldie .flexnav li ul.open li {
  width: 100%;
}
.oldie .flexnav li ul.open ul.open {
  margin-left: 100%;
  top: 0;
  display: block;
  width: 100%;
  overflow: visible;
}
.oldie .flexnav ul li:hover ul {
  margin-left: 100%;
  top: 0;
}
.oldie .menu-button {
  display: none;
}
.oldie.ie7 .flexnav li {
  width: 19.9%;
}
#nav {
  background-color: #dbdbdb;
  min-height: 100%;
  width: 260px;
  padding: 0;
  border-top: 6px solid #f93535;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9900;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#nav.alwaysOpen + .holder #submenu {
  display: none;
}
#nav .wrapper {
  width: 260px;
}
#nav ul {
  margin: 35px 0 0;
  padding: 0;
}
#nav li {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#nav li a {
  color: #4d4d4d;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  width: 100%;
  padding: 3px 35px 4px;
  outline: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#nav li a:hover,
#nav li a.active {
  background-color: #c2c2c2;
}
#nav li i {
  font-size: 130%;
  vertical-align: baseline;
}
#nav li i::before {
  margin-left: 0;
  margin-right: 0.5em;
  position: relative;
  top: 3px;
}
#nav li::before {
  display: none;
}
#nav li.logo a {
  background: url('../img/navLogoBig.png') no-repeat;
  text-align: center;
  text-indent: -9999px;
  display: block;
  width: 150px;
  height: 160px;
  margin: 0 auto 40px;
}
#nav li.logo a::after {
  content: "\e601";
  font-family: 'iconsregular';
  font-size: 30px;
  font-size: 3rem;
  display: block;
  width: 24px;
  height: 17px;
  position: absolute;
  top: 20px;
  left: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
#nav li.logo a span {
  display: none;
}
#nav li.sep {
  margin-bottom: 25px;
  position: relative;
}
#nav li.sep::after {
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  background-color: #c2c2c2;
  position: absolute;
  bottom: -14px;
  left: 35px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#nav li.btn {
  padding: 0 35px;
  margin-bottom: 10px;
  margin-left: 0;
}
#nav li.btn a {
  background-color: #f93535;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#nav li.btn a:hover {
  background-color: #9c1421;
}
#nav #social {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#nav #social a {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-size: 5rem;
  display: block;
  width: 100%;
  height: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#nav #social a span {
  display: none;
}
#nav #cc {
  color: #9e9d9d;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  width: 100%;
  padding: 10px 40px;
  margin-top: 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#nav.closed {
  width: 40px;
}
#nav.closed a {
  padding-left: 14px;
}
@media (max-width: 959px) {
  #nav.closed a {
    padding-left: 15px;
  }
}
#nav.closed li i {
  margin-left: -3px;
  padding-right: 1em;
}
#nav.closed .logo a::after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#nav.closed .sep::after {
  left: 10px;
}
#nav.closed .btn {
  margin-left: -32px;
}
#nav.closed #social a {
  font-size: 30px;
  font-size: 3rem;
  margin-left: -122px;
  height: 30px;
}
@media (max-width: 959px) {
  #nav.closed #social a {
    margin-left: -123px;
  }
}
@media (max-width: 649px) {
  #nav {
    display: none;
  }
}
aside#submenu {
  background-color: #c2c2c2;
  width: 280px;
  height: 100%;
  padding: 174px 0 5px 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow-y: scroll;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  aside#submenu {
    width: 200px;
  }
}
@media (max-width: 649px) {
  aside#submenu {
    display: none !important;
  }
}
aside#submenu a {
  color: #4d4d4d;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  width: 100%;
  padding: 6px 25px;
  outline: 0;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 959px) {
  aside#submenu a {
    padding-right: 15px;
  }
}
aside#submenu a:hover {
  background-color: #f2f2f2;
}
aside#submenu ul {
  margin: 0;
  padding: 0;
  position: relative;
}
aside#submenu ul li::before {
  display: none;
}
aside#submenu ul ul a {
  padding-left: 40px;
}
@media (max-width: 959px) {
  aside#submenu ul ul a {
    padding-left: 23px;
  }
}
aside#submenu ul ul ul a {
  padding-left: 50px;
}
@media (max-width: 959px) {
  aside#submenu ul ul ul a {
    padding-left: 33px;
  }
}
aside#submenu ul ul ul ul a {
  padding-left: 60px;
}
@media (max-width: 959px) {
  aside#submenu ul ul ul ul a {
    padding-left: 43px;
  }
}
aside#submenu ul li.active > a {
  font-weight: bold;
}
aside#submenu ul li a.active {
  background-color: #f2f2f2;
}
@media (max-width: 649px) {
  aside#submenu {
    display: none;
  }
}
aside#submenu li.folder > a::before {
  content: "\e809";
  font-family: "iconsregular";
  position: absolute;
  top: 5px;
  left: 14px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 959px) {
  aside#submenu li.folder > a::before {
    top: 6px;
    left: 6px;
  }
}
aside#submenu li.folder li.folder > a::before {
  left: 24px;
}
@media (max-width: 959px) {
  aside#submenu li.folder li.folder > a::before {
    left: 15px;
  }
}
aside#submenu li.folder.open > a::before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
a#logo-mobile {
  display: none;
}
@media (max-width: 649px) {
  a#logo-mobile {
    background: url('../img/navLogoBig.png') no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    text-indent: -9999px;
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
    top: 14px;
    left: 2.2%;
  }
}
.menu-button {
  top: -20px;
}
nav#nav-mobile {
  display: none;
}
@media (max-width: 649px) {
  nav#nav-mobile {
    display: block;
    position: relative;
    top: -22px;
  }
}
#search {
  background-color: #f93535;
  color: #fff;
  padding: 4px 2px 5px 6px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#search input {
  display: none;
  border: 0;
  padding: 2px 4px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 649px) {
  #search input {
    display: inline-block;
  }
}
#search button {
  background-color: #f93535;
  color: #fff;
  font-weight: normal;
  border: 0;
}
#search button span {
  text-indent: -9999px;
  display: inline-block;
}
#search:hover input {
  display: inline-block;
}
#content {
  padding: 8em 3em 2em 300px;
}
@media (max-width: 959px) {
  #content {
    padding: 8em 3em 2em 230px;
  }
}
@media (max-width: 649px) {
  #content {
    display: block;
    padding: 3em 1em 2em;
  }
}
#content.home {
  padding: 0;
}
#content.home h1 {
  font-size: 85px;
  font-size: 8.5rem;
  margin: 0 0 0.5em;
}
@media (max-width: 959px) {
  #content.home h1 {
    font-size: 70px;
    font-size: 7rem;
  }
}
@media (max-width: 649px) {
  #content.home h1 {
    font-size: 40px;
    font-size: 4rem;
  }
}
#content.home h1 span {
  display: inline-block;
}
#content.home h1 strong {
  font-size: 150px;
  font-size: 15rem;
  font-weight: 800;
  line-height: 0.7em;
  display: block;
}
@media (max-width: 959px) {
  #content.home h1 strong {
    font-size: 120px;
    font-size: 12rem;
  }
}
@media (mobile) {
  #content.home h1 strong {
    font-size: 100px;
    font-size: 10rem;
  }
}
#content.home h1::after {
  display: none;
}
#content.home h2 {
  font-size: 28px;
  font-size: 2.8rem;
  text-transform: uppercase;
  margin: 0.2em 0 0.9em;
}
@media (max-width: 649px) {
  #content.home h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#content.home h2::after {
  display: none;
}
#content.home .next {
  text-indent: -9999px;
  display: block;
  margin-left: -285px;
  width: 24px;
  height: 20px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 9900;
}
@media (max-width: 649px) {
  #content.home .next {
    margin-left: -10px;
  }
}
#content.home .next::before,
#content.home .next::after {
  content: " ";
  background-color: #000;
  display: block;
  width: 15px;
  height: 3px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#content.home .next::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#content.home .next::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 8px;
}
#content.home section {
  padding: 5em 0;
  width: 100%;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content.home section .container {
  position: relative;
  z-index: 9500;
}
#content.home section.alternate {
  background-color: #f93535;
  color: #fff;
  position: relative;
}
#content.home section.alternate h1 strong {
  color: #000;
}
#content.home section.alternate .next::before,
#content.home section.alternate .next::after {
  background-color: #fff;
}
#content.home section.alternate::after {
  content: " ";
  background: url('../img/logoBig.png') no-repeat;
  display: block;
  width: 1084px;
  height: 665px;
  position: absolute;
  top: -660px;
  right: 35px;
  z-index: 1000;
}
@media (max-width: 649px) {
  #content.home section.alternate::after {
    display: none;
  }
}
#content.home section#letsbegin .col-1_4 {
  text-align: center;
}
#content.home section#letsbegin .col-1_4 a {
  color: #000;
}
#content.home section#letsbegin .col-1_4 h2 {
  color: #000;
}
#content.home section#letsbegin .col-1_4 p {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 959px) {
  #content.home section#letsbegin .col-1_4 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#content.home section#letsbegin .col-1_4 i {
  color: #f93535 !important;
  font-size: 100px;
  font-size: 10rem;
}
.pager {
  margin-top: -30px;
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 9999;
}
@media (max-width: 649px) {
  .pager {
    display: none;
  }
}
.pager a {
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  margin-bottom: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pager a.active {
  background-color: #000;
}
@media (min-width: 960px) {
  .nodesktop {
    display: none;
  }
}
#editLink {
  position: relative;
}
#editLink:hover {
  background-color: transparent;
}
#editLink:hover a {
  color: #f93535;
}
#editLink:hover:before,
#editLink:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
#editLink:before,
#editLink:after {
  left: 100%;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#editLink:before {
  content: '';
  border: 6px solid transparent;
  border-right-color: #f93535;
  margin-bottom: -10px;
  margin-left: -10px;
  bottom: 50%;
}
#editLink:after {
  content: attr(title);
  font-size: 13px;
  color: #ecf0f1;
  background-color: #f93535;
  line-height: 11px;
  height: 22px;
  padding: 11px 11px 0 11px;
  margin-top: 4px;
  margin-left: 2px;
  white-space: nowrap;
}
.polymer-tutorial-mobile {
  border: solid 1px grey;
  width: 40%;
  max-width: 250px;
  margin: 2%;
}
.polymer-tutorial-screenshot {
  max-height: 350px;
  border: solid 1px grey;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  ul {
    list-style-type: square;
  }
}
