@charset "UTF-8";
/**
 * Main Sass file
 */
/**
 * Vendor
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=47.9375em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 20px; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "AkzidenzGroteskPro", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem; }
    @media print, screen and (min-width: 47.9375em) {
      .row .row {
        margin-right: -0.75rem;
        margin-left: -0.75rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.75rem;
        margin-left: -0.75rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 47.9375em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.5rem; }
  .column-block > :last-child {
    margin-bottom: 0; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 47.875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 47.9375em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 47.9375em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 47.9375em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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 */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    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:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* 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; }
      .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: "slick";
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/**
 * Global
 */
/**
 * Variables
 */
/**
 * Custom Mixins
 */
/**
 * Fonts
 */
@font-face {
  font-family: 'AkzidenzGroteskPro';
  src: url("../fonts/akzidenzgroteskpro-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/akzidenzgroteskpro-light-webfont.woff") format("woff"), url("../fonts/akzidenzgroteskpro-light-webfont.ttf") format("truetype"), url("../fonts/akzidenzgroteskpro-light-webfont.svg#AkzidenzGroteskPro-Light") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'AkzidenzGroteskPro';
  src: url("../fonts/akzidenzgroteskpro-lightit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/akzidenzgroteskpro-lightit-webfont.woff") format("woff"), url("../fonts/akzidenzgroteskpro-lightit-webfont.ttf") format("truetype"), url("../fonts/akzidenzgroteskpro-lightit-webfont.svg#AkzidenzGroteskPro-LightIt") format("svg");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'AkzidenzGroteskPro';
  src: url("../fonts/akzidenzgroteskpro-md-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/akzidenzgroteskpro-md-webfont.woff") format("woff"), url("../fonts/akzidenzgroteskpro-md-webfont.ttf") format("truetype"), url("../fonts/akzidenzgroteskpro-md-webfont.svg#AkzidenzGroteskPro-Md") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'AkzidenzGroteskPro';
  src: url("../fonts/akzidenzgroteskpro-md-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/akzidenzgroteskpro-md-webfont.woff") format("woff"), url("../fonts/akzidenzgroteskpro-md-webfont.ttf") format("truetype"), url("../fonts/akzidenzgroteskpro-md-webfont.svg#AkzidenzGroteskPro-MdIt") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'AkzidenzGroteskPro';
  src: url("../fonts/akzidenzgroteskpro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/akzidenzgroteskpro-bold-webfont.woff") format("woff"), url("../fonts/akzidenzgroteskpro-bold-webfont.ttf") format("truetype"), url("../fonts/akzidenzgroteskpro-bold-webfont.svg#AkzidenzGroteskPro-Bold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'AkzidenzGroteskPro';
  src: url("../fonts/akzidenzgroteskpro-boldit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/akzidenzgroteskpro-boldit-webfont.woff") format("woff"), url("../fonts/akzidenzgroteskpro-boldit-webfont.ttf") format("truetype"), url("../fonts/akzidenzgroteskpro-boldit-webfont.svg#AkzidenzGroteskPro-BoldIt") format("svg");
  font-weight: 600;
  font-style: italic; }

/**
 * Base
 */
html {
  width: 100%;
  height: 100%;
  font-size: 16px; }
  @media screen and (max-width: 47.875em) {
    html {
      font-size: 12px; } }
  html body {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
    background-image: url(../images/home_background.jpg);
    background-position: center center;
    /* Image doesn't repeat */
    background-repeat: no-repeat;
    /* Makes the image fixed in the viewport so that it doesn't move when
           the content height is greater than the image height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based on its container's size */
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* Pick a solid background color that will be displayed while the background image is loading */
    background-color: #464646; }
    @media screen and (max-width: 47.875em) {
      html body {
        min-height: 638px; } }
  html .oc-logo {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    background-image: url(../images/logo-oc.png);
    background-repeat: no-repeat;
    background-size: contain; }
    @media screen and (max-width: 47.875em) {
      html .oc-logo {
        width: 4em;
        height: 4em; } }
    @media screen and (min-width: 47.9375em) {
      html .oc-logo {
        width: 2.5em;
        height: 2.5em; } }
  html .tprs-logo {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    background-image: url(../images/logo-tprs.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9em;
    height: 5em; }
  html .slick-slider {
    margin-top: 45px !important; }
    html .slick-slider .slick-list {
      z-index: 2; }
    html .slick-slider .slick-dots {
      top: -45px;
      bottom: 0; }
      html .slick-slider .slick-dots li button {
        pointer-events: auto; }

/**
 * Components
 */
/**
 * App
 */
#app {
  width: 100%;
  height: 100%; }

/**
 * Main Menu and content
 */
#main_menu {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 3;
  pointer-events: none; }
  #main_menu nav {
    position: relative;
    width: 100%;
    height: 120px;
    top: 0;
    left: 0;
    overflow: hidden;
    background: -webkit-linear-gradient(left, #989ca2 0%, #989ca2 70%, #FFFFFF 100%);
    background: linear-gradient(to right, #989ca2 0%, #989ca2 70%, #FFFFFF 100%);
    border-bottom: 1px solid #FFFFFF; }
    #main_menu nav .container {
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0; }
      #main_menu nav .container .total-protection {
        height: 50%;
        width: 100%;
        background-color: #c6c7ca;
        border-bottom: solid 1px #FFFFFF; }
        #main_menu nav .container .total-protection ul {
          list-style: none;
          margin: 0;
          padding: 0;
          display: table;
          width: 100%; }
          #main_menu nav .container .total-protection ul li {
            display: table-cell; }
            #main_menu nav .container .total-protection ul li a {
              pointer-events: all;
              text-decoration: none; }
              #main_menu nav .container .total-protection ul li a.home-mobile {
                font-size: 1em;
                padding: 0em 1.8em;
                color: #56595d; }
                #main_menu nav .container .total-protection ul li a.home-mobile span {
                  position: relative;
                  top: 1.7em; }
                @media screen and (min-width: 47.9375em) {
                  #main_menu nav .container .total-protection ul li a.home-mobile {
                    display: none; } }
                #main_menu nav .container .total-protection ul li a.home-mobile:before {
                  position: absolute;
                  content: "";
                  width: 0;
                  height: 0;
                  top: 1.3em;
                  border-left: 1.4em solid transparent;
                  border-right: 1.4em solid transparent;
                  border-bottom: 1.4em solid #56595d; }
              #main_menu nav .container .total-protection ul li a.summary {
                text-decoration: none;
                color: #56595d;
                font-size: 1.5em;
                font-weight: bold; }
                #main_menu nav .container .total-protection ul li a.summary:hover {
                  text-decoration: underline; }
                @media screen and (max-width: 47.875em) {
                  #main_menu nav .container .total-protection ul li a.summary {
                    font-size: 1em; } }
            #main_menu nav .container .total-protection ul li.home {
              width: 1%; }
            #main_menu nav .container .total-protection ul li.summary {
              width: 60%;
              text-align: center;
              vertical-align: middle; }
              @media screen and (min-width: 47.9375em) {
                #main_menu nav .container .total-protection ul li.summary {
                  line-height: 60px; } }
            #main_menu nav .container .total-protection ul li.oc {
              width: 1%; }
      #main_menu nav .container .main ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: table;
        width: 100%;
        border-right: 1px solid #FFFFFF;
        border-left: 1px solid #FFFFFF; }
        #main_menu nav .container .main ul li {
          display: table-cell;
          background-repeat: no-repeat;
          background-position: 8% 0;
          background-size: 19%;
          cursor: pointer; }
          #main_menu nav .container .main ul li img.nav-arrow {
            position: relative;
            float: right;
            margin-right: 5px;
            width: 10px;
            height: 10px;
            bottom: 2.2em; }
            @media screen and (max-width: 47.875em) {
              #main_menu nav .container .main ul li img.nav-arrow {
                bottom: 39px; } }
            @media screen and (min-width: 64em) {
              #main_menu nav .container .main ul li img.nav-arrow {
                bottom: 3.2em; } }
          @media screen and (max-width: 47.875em) {
            #main_menu nav .container .main ul li {
              width: 33.33%;
              text-align: center;
              background-position: 47% 0;
              background-size: 46%; } }
  @media screen and (max-width: 47.875em) and (min-width: 660px) and (orientation: landscape) {
    #main_menu nav .container .main ul li {
      background-size: 25%; } }
          @media screen and (min-width: 47.9375em) and (max-width: 63.9375em) {
            #main_menu nav .container .main ul li {
              background-position: 8% 0;
              background-size: 23%; } }
          @media screen and (min-width: 64em) {
            #main_menu nav .container .main ul li {
              background-size: 17%; } }
          @media screen and (min-width: 75em) {
            #main_menu nav .container .main ul li {
              background-size: 15%; } }
          @media screen and (min-width: 90em) {
            #main_menu nav .container .main ul li {
              background-size: 12%; } }
          #main_menu nav .container .main ul li a {
            color: #FFFFFF;
            text-transform: uppercase;
            font-weight: 600;
            text-decoration: none;
            position: relative;
            display: block;
            line-height: 5.5em;
            padding: 0 1em; }
            @media screen and (min-width: 47.9375em) {
              #main_menu nav .container .main ul li a {
                font-size: .9em;
                line-height: 0;
                top: -.5em; } }
            @media screen and (min-width: 90em) {
              #main_menu nav .container .main ul li a {
                padding: 0 1.5em; } }
            #main_menu nav .container .main ul li a span {
              position: relative;
              display: block;
              left: 40%;
              top: 30%;
              text-transform: none;
              font-size: 0.9em;
              font-weight: 200;
              line-height: 1em;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); }
              @media screen and (max-width: 47.875em) {
                #main_menu nav .container .main ul li a span {
                  display: none; } }
              @media screen and (min-width: 64em) {
                #main_menu nav .container .main ul li a span {
                  font-size: 1em; } }
            @media screen and (min-width: 64em) {
              #main_menu nav .container .main ul li a {
                font-size: 1em;
                top: -.8em; } }
            #main_menu nav .container .main ul li a:hover {
              text-decoration: underline; }
          #main_menu nav .container .main ul li.home {
            background: -webkit-linear-gradient(top, #8a8d92, #95989e);
            background: linear-gradient(to bottom, #8a8d92, #95989e);
            border-right: 1px solid #FFFFFF;
            width: 1%; }
            @media screen and (max-width: 47.875em) {
              #main_menu nav .container .main ul li.home {
                display: none; } }
            #main_menu nav .container .main ul li.home a {
              line-height: 5.5em; }
          #main_menu nav .container .main ul li.seal {
            background-color: #cb1e70;
            background-image: url(../images/step-1.png);
            border-right: 1px solid #FFFFFF; }
            @media screen and (min-width: 47.9375em) {
              #main_menu nav .container .main ul li.seal {
                width: 24%; } }
            #main_menu nav .container .main ul li.seal a {
              padding: 0 2em; }
              @media screen and (min-width: 47.9375em) and (max-width: 63.9375em) {
                #main_menu nav .container .main ul li.seal a {
                  padding: 0 1.7em; } }
              @media screen and (min-width: 90em) {
                #main_menu nav .container .main ul li.seal a {
                  padding: 0 2.4em; } }
          #main_menu nav .container .main ul li.defend {
            background-color: #56595d;
            background-image: url(../images/step-2.png);
            border-right: 1px solid #FFFFFF; }
            @media screen and (min-width: 47.9375em) {
              #main_menu nav .container .main ul li.defend {
                width: 24%; } }
          #main_menu nav .container .main ul li.breathe {
            background-color: #898d94;
            background-image: url(../images/step-3.png); }
            @media screen and (min-width: 47.9375em) {
              #main_menu nav .container .main ul li.breathe {
                width: 24%; } }
          @media screen and (max-width: 47.875em) {
            #main_menu nav .container .main ul li.oc {
              display: none; } }
          #main_menu nav .container .main ul li.oc a {
            padding: 0 2em; }
          #main_menu nav .container .main ul li.v-link-active {
            background-color: #de222c; }
      #main_menu nav .container a {
        pointer-events: all; }
        #main_menu nav .container a.oc-logo {
          margin: 0.75em 0.7em -0.5em 0.9em; }
          @media screen and (min-width: 90em) {
            #main_menu nav .container a.oc-logo {
              margin: 0.75em 0.7em -0.5em 1.3em; } }

#landing {
  position: relative;
  top: 120px; }
  #landing .mobile-landing {
    position: relative;
    min-height: 518px; }
    #landing .mobile-landing #underlayment {
      position: absolute;
      top: 19%;
      left: 57%;
      height: 21%;
      width: 39%; }
    #landing .mobile-landing #ice-water {
      position: absolute;
      top: 41%;
      left: 3%;
      height: 24%;
      width: 34%; }
    #landing .mobile-landing #hip-ridge {
      position: absolute;
      top: 3%;
      left: 70%;
      height: 27%;
      width: 26%; }
    #landing .mobile-landing #starter {
      position: absolute;
      top: 51%;
      left: 5%;
      height: 12%;
      width: 55%; }
    #landing .mobile-landing #exhaust {
      position: absolute;
      top: 9%;
      left: 50%;
      height: 14%;
      width: 47%; }
    #landing .mobile-landing #intake {
      position: absolute;
      top: 53%;
      left: 3%;
      height: 20%;
      width: 34%; }
    @media (min-width: 660px) and (orientation: landscape) {
      #landing .mobile-landing #underlayment {
        top: 35%;
        height: 30%; }
      #landing .mobile-landing #ice-water {
        top: 72%;
        height: 44%; }
      #landing .mobile-landing #hip-ridge {
        height: 50%; }
      #landing .mobile-landing #starter {
        top: 96%; }
      #landing .mobile-landing #exhaust {
        top: 21%; }
      #landing .mobile-landing #intake {
        top: 94%;
        height: 35%; } }
    @media screen and (min-width: 47.9375em) {
      #landing .mobile-landing {
        display: none; } }
  @media screen and (max-width: 47.875em) {
    #landing {
      position: absolute;
      bottom: 0;
      width: 100%; }
      #landing .mobile-landing {
        position: absolute;
        bottom: 0;
        top: 0;
        width: 100%; }
        #landing .mobile-landing .mobile-content {
          position: absolute;
          width: 100%;
          overflow: hidden;
          top: 0;
          bottom: 0; } }
      @media screen and (max-width: 47.875em) and (min-width: 660px) and (orientation: landscape) {
        #landing .mobile-landing .mobile-content {
          min-height: 900px; } }
  @media screen and (max-width: 47.875em) {
          #landing .mobile-landing .mobile-content .mobile-fill {
            position: relative;
            width: 100%;
            height: 100%;
            background-color: #343538;
            opacity: 0.6; } }
  #landing section {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 3;
    pointer-events: none; }
    #landing section p {
      font-size: 0.75em;
      font-weight: 300;
      text-transform: initial;
      line-height: 1.4em;
      margin: 3.5em 1em; }
    #landing section ul.nav {
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%; }
      #landing section ul.nav li.seal, #landing section ul.nav li.defend, #landing section ul.nav li.breathe {
        display: block;
        width: 14.73958%;
        top: 28px;
        left: 2.55208%;
        background-repeat: no-repeat;
        background-position: 50% 7%;
        background-size: 60%;
        border-top-left-radius: 1.5em;
        position: relative;
        height: 600px;
        pointer-events: auto; }
        @media screen and (min-width: 47.9375em) {
          #landing section ul.nav li.seal, #landing section ul.nav li.defend, #landing section ul.nav li.breathe {
            position: absolute; } }
        #landing section ul.nav li.seal.active ul:before, #landing section ul.nav li.defend.active ul:before, #landing section ul.nav li.breathe.active ul:before {
          opacity: 1;
          top: 2.6em; }
        #landing section ul.nav li.seal.active ul li, #landing section ul.nav li.defend.active ul li, #landing section ul.nav li.breathe.active ul li {
          text-transform: none;
          display: block; }
        #landing section ul.nav li.seal.active a, #landing section ul.nav li.defend.active a, #landing section ul.nav li.breathe.active a {
          font-size: 2em;
          padding-top: 3em;
          /*background-image: url(../images/logo-tprs.svg);
                        background-repeat: no-repeat;
                        background-size: 80%;
                        background-position: 50% 96.5%;*/ }
          #landing section ul.nav li.seal.active a span, #landing section ul.nav li.defend.active a span, #landing section ul.nav li.breathe.active a span {
            display: block;
            overflow: inherit;
            text-indent: 0;
            line-height: 2em; }
            #landing section ul.nav li.seal.active a span:after, #landing section ul.nav li.defend.active a span:after, #landing section ul.nav li.breathe.active a span:after {
              opacity: 1;
              font-size: 1.8em; }
          @media screen and (min-width: 47.9375em) and (max-width: 63.9375em) {
            #landing section ul.nav li.seal.active a, #landing section ul.nav li.defend.active a, #landing section ul.nav li.breathe.active a {
              font-size: 1.27em; } }
          @media screen and (min-width: 64em) and (max-width: 74.9375em) {
            #landing section ul.nav li.seal.active a, #landing section ul.nav li.defend.active a, #landing section ul.nav li.breathe.active a {
              font-size: 1.5em; } }
        #landing section ul.nav li.seal ul, #landing section ul.nav li.defend ul, #landing section ul.nav li.breathe ul {
          padding-top: 6em;
          list-style: initial;
          position: relative;
          height: auto; }
          #landing section ul.nav li.seal ul:before, #landing section ul.nav li.defend ul:before, #landing section ul.nav li.breathe ul:before {
            position: absolute;
            content: "";
            opacity: 0.5;
            background-repeat: no-repeat;
            top: 7.5em;
            left: 50%;
            z-index: 10;
            width: 2.5em;
            height: 2.5em;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); }
          #landing section ul.nav li.seal ul li, #landing section ul.nav li.defend ul li, #landing section ul.nav li.breathe ul li {
            position: relative;
            float: none;
            text-transform: initial;
            text-align: left;
            font-weight: 100;
            line-height: 1.2em;
            font-size: 0.65em;
            margin: 0 1em 0.5em 2em;
            list-style-type: disc;
            width: auto;
            height: auto;
            display: none; }
            #landing section ul.nav li.seal ul li:before, #landing section ul.nav li.defend ul li:before, #landing section ul.nav li.breathe ul li:before {
              content: "•";
              margin-left: -0.5em;
              position: absolute; }
            @media screen and (max-width: 47.875em) {
              #landing section ul.nav li.seal ul li, #landing section ul.nav li.defend ul li, #landing section ul.nav li.breathe ul li {
                margin: 0 1em 0.5em 0; } }
            @media screen and (min-width: 47.9375em) and (max-width: 63.9375em) {
              #landing section ul.nav li.seal ul li, #landing section ul.nav li.defend ul li, #landing section ul.nav li.breathe ul li {
                margin: 0 1em 0.5em 0;
                font-size: .5em; } }
            @media screen and (min-width: 64em) and (max-width: 74.9375em) {
              #landing section ul.nav li.seal ul li, #landing section ul.nav li.defend ul li, #landing section ul.nav li.breathe ul li {
                margin: 0 1em 0.5em 0; } }
            @media screen and (min-width: 75em) and (max-width: 89.9375em) {
              #landing section ul.nav li.seal ul li, #landing section ul.nav li.defend ul li, #landing section ul.nav li.breathe ul li {
                margin: 0 1em 0.5em 0; } }
        #landing section ul.nav li.seal h6.tprs-logo, #landing section ul.nav li.defend h6.tprs-logo, #landing section ul.nav li.breathe h6.tprs-logo {
          position: relative;
          margin: 0 auto;
          bottom: 5.5em; }
        #landing section ul.nav li.seal a, #landing section ul.nav li.defend a, #landing section ul.nav li.breathe a {
          color: #FFFFFF;
          text-transform: uppercase;
          font-weight: 600;
          text-decoration: none;
          text-align: center;
          position: relative;
          display: block;
          padding: 9em 0;
          height: 100%; }
          #landing section ul.nav li.seal a span, #landing section ul.nav li.defend a span, #landing section ul.nav li.breathe a span {
            position: absolute;
            display: block;
            left: 170%;
            top: 0.3em;
            white-space: nowrap;
            text-transform: uppercase;
            font-size: 0.85em;
            font-weight: 600;
            line-height: 4em;
            overflow: hidden;
            text-indent: -100%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            opacity: 1;
            -webkit-transition: 0.25s ease-in-out;
            transition: 0.25s ease-in-out; }
            #landing section ul.nav li.seal a span:hover, #landing section ul.nav li.defend a span:hover, #landing section ul.nav li.breathe a span:hover {
              text-decoration: underline; }
            #landing section ul.nav li.seal a span.hide, #landing section ul.nav li.defend a span.hide, #landing section ul.nav li.breathe a span.hide {
              opacity: 0; }
            #landing section ul.nav li.seal a span:after, #landing section ul.nav li.defend a span:after, #landing section ul.nav li.breathe a span:after {
              content: "\f105";
              font-family: 'FontAwesome';
              font-weight: 100;
              position: absolute;
              opacity: 0.5;
              top: 50%;
              left: 105%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              display: block; }
            #landing section ul.nav li.seal a span.back:after, #landing section ul.nav li.defend a span.back:after, #landing section ul.nav li.breathe a span.back:after {
              display: none; }
            #landing section ul.nav li.seal a span.back:before, #landing section ul.nav li.defend a span.back:before, #landing section ul.nav li.breathe a span.back:before {
              content: "\f100";
              font-family: 'FontAwesome';
              font-weight: 100;
              font-size: 1.8em;
              position: absolute;
              opacity: 1;
              top: 50%;
              right: 120%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              display: block; }
        #landing section ul.nav li.seal.seal, #landing section ul.nav li.defend.seal, #landing section ul.nav li.breathe.seal {
          background-color: #cb1e70;
          background-image: url(../images/step-1.png); }
          #landing section ul.nav li.seal.seal span, #landing section ul.nav li.defend.seal span, #landing section ul.nav li.breathe.seal span {
            left: 155%; }
            @media screen and (min-width: 47.9375em) and (max-width: 63.9375em) {
              #landing section ul.nav li.seal.seal span, #landing section ul.nav li.defend.seal span, #landing section ul.nav li.breathe.seal span {
                left: 160%; } }
          #landing section ul.nav li.seal.seal ul:before, #landing section ul.nav li.defend.seal ul:before, #landing section ul.nav li.breathe.seal ul:before {
            background-image: url(../images/logo-seal.svg); }
        #landing section ul.nav li.seal.defend, #landing section ul.nav li.defend.defend, #landing section ul.nav li.breathe.defend {
          background-color: #56595d;
          background-image: url(../images/step-2.png); }
          #landing section ul.nav li.seal.defend span, #landing section ul.nav li.defend.defend span, #landing section ul.nav li.breathe.defend span {
            left: 163%; }
            @media screen and (min-width: 47.9375em) and (max-width: 63.9375em) {
              #landing section ul.nav li.seal.defend span, #landing section ul.nav li.defend.defend span, #landing section ul.nav li.breathe.defend span {
                left: 167%; } }
          #landing section ul.nav li.seal.defend ul:before, #landing section ul.nav li.defend.defend ul:before, #landing section ul.nav li.breathe.defend ul:before {
            background-image: url(../images/logo-defend.svg); }
        #landing section ul.nav li.seal.breathe, #landing section ul.nav li.defend.breathe, #landing section ul.nav li.breathe.breathe {
          background-color: #898d94;
          background-image: url(../images/step-3.png); }
          #landing section ul.nav li.seal.breathe span, #landing section ul.nav li.defend.breathe span, #landing section ul.nav li.breathe.breathe span {
            left: 169%; }
            @media screen and (min-width: 47.9375em) and (max-width: 63.9375em) {
              #landing section ul.nav li.seal.breathe span, #landing section ul.nav li.defend.breathe span, #landing section ul.nav li.breathe.breathe span {
                left: 174%; } }
          #landing section ul.nav li.seal.breathe ul:before, #landing section ul.nav li.defend.breathe ul:before, #landing section ul.nav li.breathe.breathe ul:before {
            background-image: url(../images/logo-breathe.svg); }
  #landing.detail nav ul li {
    display: none; }
    #landing.detail nav ul li.active {
      display: block; }
    #landing.detail nav ul li ul li {
      display: none; }
    #landing.detail nav ul li p {
      font-size: 0.45em;
      padding: 0 2em;
      text-transform: initial;
      text-align: left; }
  #landing.detail footer {
    left: 19%;
    width: 81%; }

/**
 * Roof 3D
 */
#roof_3d {
  position: absolute;
  width: 100%;
  height: 600px;
  top: 120px;
  left: 0;
  z-index: 2;
  overflow: hidden; }
  #roof_3d #overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.overlay-fill-desk {
  position: absolute;
  top: 720px;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  background-color: #000000; }
  @media screen and (max-width: 47.875em) {
    .overlay-fill-desk {
      display: none; } }

/**
 * Video Background
 */
#video_background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  z-index: 1; }

/**
 * Home
 */
.french-tm {
  font-size: 7px; }

#home {
  position: absolute;
  width: 100%;
  top: 120px;
  left: 0; }
  #home .content {
    margin: 2% 2%;
    display: block; }
    #home .content h1 {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background-image: url(../images/logo-tprs.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      line-height: 4.2em;
      padding: 0;
      margin: 0; }
    #home .content h2 {
      text-transform: uppercase;
      font-size: 1.7em;
      font-weight: 600;
      line-height: 1.1em;
      padding: 0; }
      #home .content h2 small {
        font-size: 68%;
        text-transform: none;
        font-weight: normal; }
    #home .content h3 {
      margin: 0.9em 0.5em;
      font-size: 1.5em;
      font-weight: 300;
      line-height: 1.2em; }
  @media screen and (min-width: 47.9375em) {
    #home .home-carousel {
      display: none; } }
  #home .slick-list {
    background-image: url(../images/home/background.png);
    background-repeat: no-repeat;
    background-size: contain; }
  #home .copyright {
    position: absolute;
    top: 550px;
    right: 2%;
    width: 20em; }
    @media screen and (max-width: 47.875em) {
      #home .copyright {
        z-index: 2;
        top: auto;
        bottom: 2em;
        width: 18em; } }
    #home .copyright p {
      margin: 0;
      padding: 0;
      font-size: 0.5em;
      color: #0a0a0a; }

/**
 * Content
 */
#content {
  margin-left: 19%; }
  #content article {
    position: absolute;
    z-index: 4;
    padding: 1.8em 2.6em;
    top: 28px;
    left: 17.29167%;
    width: 47.86458%;
    border-bottom-right-radius: 1.5em;
    background: rgba(255, 255, 255, 0.4);
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 600px; }
    @media screen and (max-width: 47.875em) {
      #content article {
        top: 0;
        left: 0;
        width: 100% !important;
        bottom: 0;
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        padding-bottom: 6em;
        min-height: 700px; } }
    #content article section {
      position: static; }
      #content article section a {
        position: absolute;
        top: 1.2em;
        color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase;
        font-size: .9em;
        font-weight: 600;
        pointer-events: auto; }
        #content article section a.next:after, #content article section a.back:after {
          content: "\f105";
          font-family: 'FontAwesome';
          font-size: 1.5em;
          font-weight: 100;
          position: absolute;
          top: 50%;
          left: 105%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          display: block; }
        #content article section a:hover {
          text-decoration: underline; }
        @media screen and (max-width: 47.875em) {
          #content article section a {
            text-align: center;
            font-size: 1.2em; } }
    #content article h1 {
      color: #343538;
      text-transform: uppercase;
      font-size: 1.9em;
      line-height: 1em;
      margin: .5em 0 0 0;
      padding: .5em 0 0 0;
      border-top: solid #FFFFFF 1px; }
      @media screen and (max-width: 47.875em) {
        #content article h1 {
          margin: 1.2em 0 0 0; } }
      @media screen and (min-width: 47.9375em) and (max-width: 63.9375em) {
        #content article h1 {
          font-size: 1.3em; } }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        #content article h1 {
          font-size: 1.5em; } }
    #content article h2 {
      color: #343538;
      font-size: 1.5em;
      margin: 0;
      padding: 0.2em 0;
      line-height: 1.2em; }
      @media screen and (min-width: 47.9375em) and (max-width: 63.9375em) {
        #content article h2 {
          font-size: 1.2em; } }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        #content article h2 {
          font-size: 1.3em; } }
    #content article ul.solves, #content article ul.issues {
      list-style: none;
      margin: 0.7em 0;
      padding: 0; }
      #content article ul.solves li.item, #content article ul.issues li.item {
        position: initial;
        float: left;
        margin: 0 1.5em 0 0;
        padding: 0;
        width: 30.5%; }
        #content article ul.solves li.item:last-child, #content article ul.issues li.item:last-child {
          margin: 0; }
        #content article ul.solves li.item a, #content article ul.issues li.item a {
          position: relative;
          bottom: auto;
          text-decoration: none;
          text-transform: none;
          font-size: inherit;
          font-weight: inherit;
          pointer-events: auto; }
        #content article ul.solves li.item figure, #content article ul.issues li.item figure {
          margin: 0;
          min-height: 12.6em; }
          #content article ul.solves li.item figure figcaption, #content article ul.issues li.item figure figcaption {
            padding: 0.45em;
            line-height: 1em; }
          #content article ul.solves li.item figure img, #content article ul.issues li.item figure img {
            display: block; }
        #content article ul.solves li.item p, #content article ul.issues li.item p {
          color: #343538; }
          #content article ul.solves li.item p.note, #content article ul.issues li.item p.note {
            font-size: 0.7em; }
        @media screen and (max-width: 47.875em) {
          #content article ul.solves li.item, #content article ul.issues li.item {
            margin: 0 1em 0 0; }
            #content article ul.solves li.item figure figcaption, #content article ul.issues li.item figure figcaption {
              text-align: center; }
            #content article ul.solves li.item figure img, #content article ul.issues li.item figure img {
              margin: 2em auto; } }
        @media screen and (min-width: 47.9375em) and (max-width: 63.9375em) {
          #content article ul.solves li.item, #content article ul.issues li.item {
            margin: 0 0.6em 0 0; } }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          #content article ul.solves li.item, #content article ul.issues li.item {
            margin: 0 0.9em 0 0; } }
    #content article .problem p {
      font-weight: 100;
      font-size: 1.75em;
      line-height: 1.25em;
      margin: 1em 0; }
      @media screen and (min-width: 47.9375em) and (max-width: 63.9375em) {
        #content article .problem p {
          font-size: 1.25em; } }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        #content article .problem p {
          font-size: 1.35em; } }
    #content article .problem h2 {
      font-size: 1.6em; }
      @media screen and (min-width: 47.9375em) and (max-width: 63.9375em) {
        #content article .problem h2 {
          font-size: 1.2em; } }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        #content article .problem h2 {
          font-size: 1.3em; } }
    #content article .problem ul.issues li figure figcaption {
      font-size: 1.4em;
      text-align: center; }
      @media screen and (min-width: 47.9375em) and (max-width: 63.9375em) {
        #content article .problem ul.issues li figure figcaption {
          font-size: 1em; } }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        #content article .problem ul.issues li figure figcaption {
          font-size: 1.2em; } }
    @media screen and (min-width: 75em) and (max-width: 89.9375em) {
      #content article .problem ul.issues li {
        width: 29.5%; } }
    #content article .solution p {
      font-weight: 300;
      font-size: 0.9em;
      line-height: 1.5em;
      margin: 1.5em 0; }
      @media screen and (max-width: 47.875em) {
        #content article .solution p {
          font-size: 1.2em; } }
      @media screen and (min-width: 47.9375em) and (max-width: 63.9375em) {
        #content article .solution p {
          font-size: .75em; } }
    #content article .solution h2 {
      text-transform: uppercase; }
    #content article .solution ul.solves li {
      margin: 0.4em 1.5em 0 0; }
      #content article .solution ul.solves li:last-child {
        margin: 0.4em 0; }
      #content article .solution ul.solves li figure {
        background-color: #cb1e70;
        padding: 1px 1px 0em 1px;
        color: #FFFFFF;
        font-size: 1.1em; }
      @media screen and (max-width: 47.875em) {
        #content article .solution ul.solves li {
          margin: 0.4em 1em 0 0; } }
      @media screen and (min-width: 47.9375em) and (max-width: 63.9375em) {
        #content article .solution ul.solves li {
          margin: 0.4em 0.6em 0 0; }
          #content article .solution ul.solves li figure {
            font-size: .75em; } }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        #content article .solution ul.solves li {
          margin: 0.4em 1em 0 0; }
          #content article .solution ul.solves li figure {
            font-size: .9em; } }
      @media screen and (min-width: 75em) {
        #content article .solution ul.solves li {
          margin: 0.4em 1.2em 0 0; } }
    #content article.seal .problem p {
      max-width: 75%; }
    #content article.defend .solves li figure {
      background-color: #56595d !important; }
    #content article.breathe .solves li figure {
      background-color: #898d94 !important; }

/**
 * Summary
 */
#summary {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 120px;
  left: 0;
  z-index: 3;
  pointer-events: none; }
  #summary h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/logo-tprs.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15%;
    line-height: 3.5em;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 5%;
    left: 5%; }
  #summary .content {
    position: absolute;
    width: 39.58333%;
    right: 3.125%;
    top: 6.94444%; }
    #summary .content h2 {
      font-size: 2em;
      font-weight: 600;
      line-height: 1em;
      padding: 0;
      margin: 0 0 0.75em 0;
      text-transform: uppercase; }
    #summary .content h3 {
      text-transform: uppercase;
      margin: 0 0 0.5em 0;
      font-size: 1.5em;
      line-height: 1em;
      font-weight: 300;
      color: #343538; }
  #summary .copyright {
    position: absolute;
    bottom: 10%;
    right: 2%;
    width: 20em; }
    #summary .copyright p {
      margin: 0;
      padding: 0;
      font-size: 0.5em;
      color: #0a0a0a; }

/*# sourceMappingURL=main.css.map */
