@charset "UTF-8";
/*-----------------------------------------*/
/*-----------------------------------------*/
/*-----------  MAIN SCSS STYLES   ---------*/
/*-----------------------------------------*/
/*-----------------------------------------*/
/*-------------- VARIABLES ---------------*/
/*----------------- IMPORTS ---------------*/
/**
 * Foundation for Sites by ZURB
 * Version 6.4.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("//hello.myfonts.net/count/36cecf");
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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"] {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: border-box;
  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=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.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: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .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.625rem;
  padding-left: 0.625rem; }

.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: 40em) {
  .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.9375rem;
    padding-left: 0.9375rem; }
  .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.9375rem;
    padding-left: 0.9375rem; }
  .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.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe; }
  .badge.primary {
    background: #1779ba;
    color: #fefefe; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .menu.vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .menu.expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .menu.simple {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .menu.medium-vertical {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .menu.medium-expanded li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.medium-simple li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .menu.large-vertical {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .menu.large-expanded li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.large-simple li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      -ms-flex-item-align: stretch;
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      -ms-flex-item-align: stretch;
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .menu.align-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .menu.align-center li .submenu li {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .menu-centered > .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  margin-top: -3px; }

.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: transparent;
  color: #1779ba; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe; }
  .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  overflow-y: auto; }
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px); }
  .position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
  overflow-y: auto; }
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
  overflow-x: auto; }
  .off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px); }
  .position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
  overflow-x: auto; }
  .off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), 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;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

.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; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

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

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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);
  -ms-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/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/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%;
  -webkit-transform: translate(0, -50%);
  -ms-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-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 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: 6px;
        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; }

/*!
 *  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/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-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; }

.plastesRedBackground {
  background: #FF0000; }

.plastesRed {
  color: #FF0000; }

.blueBackground {
  background: #001EFF; }

.blue {
  color: #001EFF; }

.plastestripGreenBackground {
  background: #00FF00; }

.plastestripGreen {
  color: #00FF00; }

.yellowBackground {
  background: #F6FF00; }

.yellow {
  color: #F6FF00; }

.formSuccessBackground {
  background: #20CE37; }

.formSuccess {
  color: #20CE37; }

.formErrorBackground {
  background: #D72929; }

.formError {
  color: #D72929; }

.plastestripWhiteBackground {
  background: #ffffff; }

.plastestripWhite {
  color: #ffffff; }

.plastestripYellowBackground {
  background: #F5A328; }

.plastestripYellow {
  color: #F5A328; }

.plastestripDarkGreyBackground {
  background: #2E2D2D; }

.plastestripDarkGrey {
  color: #2E2D2D; }

.plastestripLightGreyBackground {
  background: #DBDBDB; }

.plastestripLightGrey {
  color: #DBDBDB; }

.plastestripBordGreyBackground {
  background: #AEAEAD; }

.plastestripBordGrey {
  color: #AEAEAD; }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important;
  background: white; }

#swipebox-overlay {
  width: 100% !important;
  height: 100% !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }

#swipebox-top-bar {
  top: -50px; }

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

/* Skin
--------------------------*/
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.85); }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/*-------------- ADMIN STYLES -----------------*/
.login h1 a {
  background-image: url("../img/plastestrip-white-black-logo.svg");
  background-position: center;
  background-size: 280px auto;
  height: 80px;
  padding-bottom: 30px;
  width: 280px; }

body.login {
  background-color: #F5A328; }
  body.login form {
    padding: 26px 24px 30px; }
    body.login form input[type=text] {
      border: 1px solid #DBDBDB;
      color: #2E2D2D;
      text-transform: none;
      height: auto; }
  body.login #nav, body.login #backtoblog {
    color: #fff; }
  body.login p {
    text-align: center; }
  body.login label {
    text-align: center; }
  body.login .forgetmenot {
    text-align: center;
    float: none; }
  body.login .message {
    border-left: 4px solid #e08a0a; }
  body.login #nav a {
    color: #fff; }
    body.login #nav a:hover {
      color: #fff; }
  body.login #backtoblog {
    display: none; }
  body.login .submit input[type="submit"] {
    border-radius: 0;
    background-clip: padding-box;
    width: 100%;
    font-size: 1.2em;
    text-transform: uppercase;
    height: 50px;
    margin-top: 20px;
    background: #F5A328;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    border: none; }
    body.login .submit input[type="submit"]:hover {
      background: #e08a0a; }

#latest-comments, #wp-version-message, li.comment-count, #dashboard-widgets h3.hndle, #dashboard-widgets .handlediv, #jetpack_summary_widget footer {
  display: none; }

#dashboard_right_now a.post_type-count:before, #dashboard_right_now span.post_type-count:before {
  content: "\f109"; }

#dashboard_right_now li:last-of-type {
  margin-bottom: 0px; }

#edittag {
  max-width: 1200px; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

/*----------------- PARTIALS ---------------*/
/*-------------- MASTER STYLES ---------------*/
html {
  height: 100%; }
  html body {
    background: white;
    color: #2E2D2D;
    position: relative; }
    html body.no-scroll {
      overflow: hidden; }

textarea {
  resize: none; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.visible {
  visibility: visible !important; }

.hidden,
.viewport-animate {
  visibility: hidden; }

.display-none {
  display: none; }

.slick-initialized {
  visibility: visible; }

/*-------------- GENERAL LAYOUT ---------------*/
.image-cover, .image-cover--centered {
  background-size: cover;
  background-repeat: no-repeat; }
  .image-cover--centered {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #fff; }
    .image-cover--centered.contain {
      background-size: contain; }
  .image-cover[data-image="png"], .image-cover--centered[data-image="png"] {
    background-color: #DBDBDB;
    padding: 10px; }

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px; }
  .overlay--gradient {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 45, 45, 0.9)), to(rgba(46, 45, 45, 0)));
    background: linear-gradient(to bottom, rgba(46, 45, 45, 0.9) 0%, rgba(46, 45, 45, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC2E2D2D', endColorstr='#FF2E2D2D',GradientType=1 );
    /* IE6-9 */ }
  .overlay--black {
    background: rgba(0, 0, 0, 0.6); }
    .overlay--black .expand {
      height: 24px;
      width: 24px;
      position: absolute;
      top: 10px;
      right: 10px; }
      .overlay--black .expand:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
  .overlay--yellow {
    background: rgba(46, 45, 45, 0.9); }
  .overlay--centered {
    height: 30%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .overlay--centered .fa {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      font-size: 2rem; }
  .overlay--transparent {
    background: rgba(255, 255, 255, 0.5); }
    .overlay--transparent .fa {
      position: absolute;
      bottom: 30px;
      right: 30px;
      color: #2E2D2D;
      font-size: 2rem; }

.narrow-row {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.ul-color-bullets, .standard-content ul, .top-label ul, .splitted-text-image .row ul, table.tablepress ul, .page-template-template-checklist-mulistep .multiform-tab ul, .page-template-template-checklist-mulistep .multiform-section ul, .extra-info-block ul, .full-page-info-block__content ul {
  list-style: none; }
  .ul-color-bullets li, .standard-content ul li, .top-label ul li, .splitted-text-image .row ul li, table.tablepress ul li, .page-template-template-checklist-mulistep .multiform-tab ul li, .page-template-template-checklist-mulistep .multiform-section ul li, .extra-info-block ul li, .full-page-info-block__content ul li {
    text-indent: -.8em;
    line-height: 1.5em;
    padding-bottom: 10px; }
    .ul-color-bullets li:before, .standard-content ul li:before, .top-label ul li:before, .splitted-text-image .row ul li:before, table.tablepress ul li:before, .page-template-template-checklist-mulistep .multiform-tab ul li:before, .page-template-template-checklist-mulistep .multiform-section ul li:before, .extra-info-block ul li:before, .full-page-info-block__content ul li:before {
      content: "•";
      margin-right: 8px; }
  .ul-color-bullets--yellow li:before, .standard-content ul li:before, .top-label ul li:before, .splitted-text-image .row ul li:before, table.tablepress ul li:before, .page-template-template-checklist-mulistep .multiform-tab ul li:before, .page-template-template-checklist-mulistep .multiform-section ul li:before, .extra-info-block ul li:before, .full-page-info-block__content ul li:before {
    color: #F5A328; }

.padded-section {
  margin-top: 50px;
  margin-bottom: 100px; }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .padded-section {
    margin-top: 40px;
    margin-bottom: 40px; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .padded-section {
    margin-top: 30px;
    margin-bottom: 30px; } }

.reveal {
  outline: none;
  padding: 0; }
  .reveal .flex-video {
    margin-bottom: 0; }
  .reveal .close-button {
    outline: none;
    color: #F5A328;
    font-size: 4rem;
    left: 1rem;
    right: auto; }
  .reveal#callBackModal {
    position: static;
    margin-top: 50px;
    max-width: 900px;
    padding: 50px 25px; }
    .reveal#callBackModal .close-button {
      left: auto;
      right: 1rem; }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .reveal#callBackModal {
    position: static;
    margin-top: 0; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .reveal {
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 80px; }
    .reveal#callBackModal {
      background-color: white; } }

@media print, screen and (min-width: 40em) {
  .reveal#videoModal.large {
    max-width: none; } }

.right-row-positioned {
  right: calc((100vw - 1170px) / 2); }

/* 1200px or under */
@media only screen and (max-width: 75em) {
  .right-row-positioned {
    right: 15px; } }

.split-list {
  margin-left: 0; }
  .split-list > .split-list {
    margin-left: 20px; }

/* 896px or under */
@media only screen and (max-width: 56em) {
  .split-list {
    margin-left: 0; }
    .split-list > .split-list {
      float: left;
      width: calc(50% - 20px); } }

/*-------------- FONT PATH FOR FONTWAWESOME ---------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy-Regular';
  src: url("../fonts/Gilroy/36CECF_0_0.eot");
  src: url("../fonts/Gilroy/36CECF_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/36CECF_0_0.woff2") format("woff2"), url("../fonts/Gilroy/36CECF_0_0.woff") format("woff"), url("../fonts/Gilroy/36CECF_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url("../fonts/Gilroy/36CECF_1_0.eot");
  src: url("../fonts/Gilroy/36CECF_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/36CECF_1_0.woff2") format("woff2"), url("../fonts/Gilroy/36CECF_1_0.woff") format("woff"), url("../fonts/Gilroy/36CECF_1_0.ttf") format("truetype"); }

.gilroy-regular, html body, html body p, html body ul, html body li, html body ol, html body span, .standard-content, .top-label, .splitted-text-image .row, table.tablepress, .page-template-template-checklist-mulistep .multiform-tab, .page-template-template-checklist-mulistep .multiform-tab p, .page-template-template-checklist-mulistep .multiform-section, .splitted-cta__box--delivery .bottom-container span:nth-of-type(2) {
  font-family: 'Gilroy-Regular'; }

.gilroy-extrabold, html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, .standard-extratitle, .standard-title, .divided-info-block.plasticlad-technical-info h5, .splitted-text-image .row strong, .page-template-template-checklist-mulistep .multiform-tab__title, .page-template-template-checklist-mulistep .multiform-section__title, .standard-button, header .header__content, header .header__contact__message, header .header__contact__message span, .main-menu ul li, .additional-menu ul li a, .additional-menu__brands h5, .additional-menu__contact .question p, .additional-menu__contact .question p span, .main-text h1 span, .main-text a, .main-text a span, .group-title, .distributors-map-block .distributor-item__title, .distributors-map-block .distributor-item__details span, .distributors-map-block .distributor-item__show-map, .distributors-map-block .distributor-item__more, .static-header--image .static-header__image__inner .overlay p, .splitted-cta__box, .splitted-cta__box--contact p, .splitted-cta__box--contact p span, .splitted-cta__box--contact .standard-button span, .splitted-cta__box--delivery h4 span, .splitted-cta__box--delivery .bottom-container span, .full-page-info-block__content h4 span, .block-cta-question__content h5 span, .block-cta-question__content p, .block-cta-question__content p span,
.block-cta-question__content p a, .product-table__download, .help-centre-grid__item h5, .single-hc__faq__title {
  font-family: 'Gilroy-ExtraBold'; }

/*-------------- TYPOGRAPHY  ---------------*/
.fw300 {
  font-weight: 300; }

.fw400 {
  font-weight: 400; }

.fw500 {
  font-weight: 500; }

.fw600 {
  font-weight: 600; }

.fw700, .page-template-template-checklist-mulistep .multiform-section__hidden-info .big {
  font-weight: 700; }

.fw800 {
  font-weight: 800; }

.xsmall-text, footer .footer__copy p, .divided-info-block.plasticlad-technical-info .comment, .data-checkboxes, .data-checkboxes label, .group-label, .sub-anchors__item, .category-navigation, .splitted-cta__box--delivery .bottom-container span:nth-of-type(2), .page-template-template-checklist-mulistep .multiform-section .field-details {
  font-size: 0.75rem; }

.small-text, .page-nav-bottom, .page-template-template-checklist-mulistep .multiform-tab__disclaimer {
  font-size: 0.8rem; }

.normal-text, .standard-content, .top-label, .splitted-text-image .row, table.tablepress, .page-template-template-checklist-mulistep .multiform-tab, .page-template-template-checklist-mulistep .multiform-tab p, .page-template-template-checklist-mulistep .multiform-section, footer .footer__top ul li, .elements-grid__item__subtitle, .arm-form input[type="text"],
.arm-form input[type="email"],
.arm-form input[type="number"],
.arm-form textarea,
.arm-form select,
.multiform-tab input[type="text"],
.multiform-tab input[type="email"],
.multiform-tab input[type="number"],
.multiform-tab textarea,
.multiform-tab select, .team-grid__item {
  font-size: 0.9375rem; }

.std-text, .standard-title.small, .divided-info-block.plasticlad-technical-info h5.small, .splitted-text-image .row strong.small, .page-template-template-checklist-mulistep .small.multiform-tab__title, .page-template-template-checklist-mulistep .small.multiform-section__title, .standard-button, .main-menu ul li, footer .footer__top h4, .group-title, .distributors-map-block .distributor-item__title, .product-table__download {
  font-size: 1.1875rem; }

.medium-text, header .header__content, .additional-menu__contact .question p, .main-text a, .extra-info-block.how-it-works-block h5, .splitted-cta__box--contact p, .benefits-block__list h5 {
  font-size: 1.375rem; }

.mediumlarge-text, .standard-title, .divided-info-block.plasticlad-technical-info h5, .splitted-text-image .row strong, .page-template-template-checklist-mulistep .multiform-tab__title, .page-template-template-checklist-mulistep .multiform-section__title, .product-table__caption {
  font-size: 1.5625rem; }

.large-text, .splitted-cta__box--contact h4, .splitted-cta__box--delivery h4 span, .splitted-cta__box--delivery .bottom-container span, .help-centre-grid__item h5 {
  font-size: 2.1875rem; }

.xlarge-text, .standard-extratitle, .main-text h1, .elements-grid__item h4 {
  font-size: 2.9375rem; }

.xxlarge-text, .splitted-cta__box--delivery h4, .full-page-info-block__content h4 {
  font-size: 3.5rem; }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .xsmall-text, footer .footer__copy p, .divided-info-block.plasticlad-technical-info .comment, .data-checkboxes, .data-checkboxes label, .group-label, .sub-anchors__item, .category-navigation, .splitted-cta__box--delivery .bottom-container span:nth-of-type(2), .page-template-template-checklist-mulistep .multiform-section .field-details {
    font-size: 0.75rem; }
  .small-text, .page-nav-bottom, .page-template-template-checklist-mulistep .multiform-tab__disclaimer {
    font-size: 0.8rem; }
  .normal-text, .standard-content, .top-label, .splitted-text-image .row, table.tablepress, .page-template-template-checklist-mulistep .multiform-tab, .page-template-template-checklist-mulistep .multiform-tab p, .page-template-template-checklist-mulistep .multiform-section, footer .footer__top ul li, .elements-grid__item__subtitle, .arm-form input[type="text"],
  .arm-form input[type="email"],
  .arm-form input[type="number"],
  .arm-form textarea,
  .arm-form select,
  .multiform-tab input[type="text"],
  .multiform-tab input[type="email"],
  .multiform-tab input[type="number"],
  .multiform-tab textarea,
  .multiform-tab select, .team-grid__item {
    font-size: 0.9rem; }
  .std-text, .standard-title.small, .divided-info-block.plasticlad-technical-info h5.small, .splitted-text-image .row strong.small, .page-template-template-checklist-mulistep .small.multiform-tab__title, .page-template-template-checklist-mulistep .small.multiform-section__title, .standard-button, .main-menu ul li, footer .footer__top h4, .group-title, .distributors-map-block .distributor-item__title, .product-table__download {
    font-size: 1.1rem; }
  .medium-text, header .header__content, .additional-menu__contact .question p, .main-text a, .extra-info-block.how-it-works-block h5, .splitted-cta__box--contact p, .benefits-block__list h5 {
    font-size: 1.3rem; }
  .mediumlarge-text, .standard-title, .divided-info-block.plasticlad-technical-info h5, .splitted-text-image .row strong, .page-template-template-checklist-mulistep .multiform-tab__title, .page-template-template-checklist-mulistep .multiform-section__title, .product-table__caption {
    font-size: 1.4rem; }
  .large-text, .splitted-cta__box--contact h4, .splitted-cta__box--delivery h4 span, .splitted-cta__box--delivery .bottom-container span, .help-centre-grid__item h5 {
    font-size: 1.8rem; }
  .xlarge-text, .standard-extratitle, .main-text h1, .elements-grid__item h4 {
    font-size: 2.5rem; }
  .xxlarge-text, .splitted-cta__box--delivery h4, .full-page-info-block__content h4 {
    font-size: 3rem; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .xsmall-text, footer .footer__copy p, .divided-info-block.plasticlad-technical-info .comment, .data-checkboxes, .data-checkboxes label, .group-label, .sub-anchors__item, .category-navigation, .splitted-cta__box--delivery .bottom-container span:nth-of-type(2), .page-template-template-checklist-mulistep .multiform-section .field-details {
    font-size: 0.75rem; }
  .small-text, .page-nav-bottom, .page-template-template-checklist-mulistep .multiform-tab__disclaimer {
    font-size: 0.8rem; }
  .normal-text, .standard-content, .top-label, .splitted-text-image .row, table.tablepress, .page-template-template-checklist-mulistep .multiform-tab, .page-template-template-checklist-mulistep .multiform-tab p, .page-template-template-checklist-mulistep .multiform-section, footer .footer__top ul li, .elements-grid__item__subtitle, .arm-form input[type="text"],
  .arm-form input[type="email"],
  .arm-form input[type="number"],
  .arm-form textarea,
  .arm-form select,
  .multiform-tab input[type="text"],
  .multiform-tab input[type="email"],
  .multiform-tab input[type="number"],
  .multiform-tab textarea,
  .multiform-tab select, .team-grid__item {
    font-size: 0.9rem; }
  .std-text, .standard-title.small, .divided-info-block.plasticlad-technical-info h5.small, .splitted-text-image .row strong.small, .page-template-template-checklist-mulistep .small.multiform-tab__title, .page-template-template-checklist-mulistep .small.multiform-section__title, .standard-button, .main-menu ul li, footer .footer__top h4, .group-title, .distributors-map-block .distributor-item__title, .product-table__download {
    font-size: 1.1rem; }
  .medium-text, header .header__content, .additional-menu__contact .question p, .main-text a, .extra-info-block.how-it-works-block h5, .splitted-cta__box--contact p, .benefits-block__list h5 {
    font-size: 1.2rem; }
  .mediumlarge-text, .standard-title, .divided-info-block.plasticlad-technical-info h5, .splitted-text-image .row strong, .page-template-template-checklist-mulistep .multiform-tab__title, .page-template-template-checklist-mulistep .multiform-section__title, .product-table__caption {
    font-size: 1.3rem; }
  .large-text, .splitted-cta__box--contact h4, .splitted-cta__box--delivery h4 span, .splitted-cta__box--delivery .bottom-container span, .help-centre-grid__item h5 {
    font-size: 1.7rem; }
  .xlarge-text, .standard-extratitle, .main-text h1, .elements-grid__item h4 {
    font-size: 2rem; }
  .xxlarge-text, .splitted-cta__box--delivery h4, .full-page-info-block__content h4 {
    font-size: 2.5rem; } }

.standard-extratitle {
  color: #F5A328;
  line-height: 1em !important; }

.standard-title, .divided-info-block.plasticlad-technical-info h5, .splitted-text-image .row strong, .page-template-template-checklist-mulistep .multiform-tab__title, .page-template-template-checklist-mulistep .multiform-section__title {
  color: #F5A328; }

.standard-content, .top-label, .splitted-text-image .row, table.tablepress, .page-template-template-checklist-mulistep .multiform-tab, .page-template-template-checklist-mulistep .multiform-tab p, .page-template-template-checklist-mulistep .multiform-section {
  line-height: 1.8rem; }
  .standard-content a, .top-label a, .splitted-text-image .row a, table.tablepress a, .page-template-template-checklist-mulistep .multiform-tab a, .page-template-template-checklist-mulistep .multiform-section a {
    color: #F5A328; }
    .standard-content a:hover, .top-label a:hover, .splitted-text-image .row a:hover, table.tablepress a:hover, .page-template-template-checklist-mulistep .multiform-tab a:hover, .page-template-template-checklist-mulistep .multiform-section a:hover {
      text-decoration: underline; }
    .standard-content a:visited, .top-label a:visited, .splitted-text-image .row a:visited, table.tablepress a:visited, .page-template-template-checklist-mulistep .multiform-tab a:visited, .page-template-template-checklist-mulistep .multiform-section a:visited {
      color: #F5A328; }

/*-------------- BUTTONS ----------------------*/
.fade-button, .overlay, .overlay--black .expand, .overlay--transparent, .standard-button, .movement-button, .arrow-button, .arrow-button-vertical, .arrow-button-top, .arrow-button-bottom, .arrow-button-horizontal, .arrow-button-left, .arrow-button-right, .slim-arrow, .top-arrow, .next-arrow, .bottom-arrow, .prev-arrow, .standard-arrow, header .header__search i, .nav-icon span, .elements-grid__item img, .elements-grid__item--bg .elements-grid__item__title, .affiliates-grid a img, .overlay-grid__image .image-cover, .overlay-grid__image .image-cover--centered, .how-it-works-block .options .option, .distributors-filter form button[type="submit"], .static-header--image .static-header__gallery .large-4 .static-header__gallery--thumb:not(.active-why), .splitted-gallery__gallery .static-header__image__inner, .splitted-gallery__gallery__image .static-header__gallery .item .static-header__gallery--thumb:not(.active), .to-top, .help-centre-grid__item {
  -webkit-transition: 250ms linear;
  transition: 250ms linear; }
  .fade-button:hover, .overlay:hover, .overlay--black .expand:hover, .overlay--transparent:hover, .standard-button:hover, .movement-button:hover, .arrow-button:hover, .arrow-button-vertical:hover, .arrow-button-top:hover, .arrow-button-bottom:hover, .arrow-button-horizontal:hover, .arrow-button-left:hover, .arrow-button-right:hover, .slim-arrow:hover, .top-arrow:hover, .next-arrow:hover, .bottom-arrow:hover, .prev-arrow:hover, .standard-arrow:hover, header .header__search i:hover, .nav-icon span:hover, .elements-grid__item img:hover, .elements-grid__item--bg .elements-grid__item__title:hover, .affiliates-grid a img:hover, .overlay-grid__image .image-cover:hover, .overlay-grid__image .image-cover--centered:hover, .how-it-works-block .options .option:hover, .distributors-filter form button:hover[type="submit"], .static-header--image .static-header__gallery .large-4 .static-header__gallery--thumb:hover:not(.active-why), .splitted-gallery__gallery .static-header__image__inner:hover, .splitted-gallery__gallery__image .static-header__gallery .item .static-header__gallery--thumb:hover:not(.active), .to-top:hover, .help-centre-grid__item:hover {
    cursor: pointer;
    -webkit-transition: 250ms linear;
    transition: 250ms linear; }

.standard-button {
  display: inline-block;
  border: 1px solid;
  display: inline-block;
  width: 100%;
  padding: 20px; }
  .standard-button--transparent, .standard-button--transparent--dark, .standard-button--transparent--yellow {
    color: white  !important;
    border-color: white  !important; }
    .standard-button--transparent--dark i {
      color: #F5A328 !important; }
    .standard-button--transparent--dark:hover {
      background-color: #ffffff !important;
      color: #F5A328 !important; }
    .standard-button--transparent--yellow i {
      color: #2E2D2D !important; }
    .standard-button--transparent--yellow:hover {
      background-color: #ffffff !important;
      color: #2E2D2D !important; }
  .standard-button--solid, .standard-button--solid--grey, .standard-button--solid--white {
    border: none;
    color: white;
    background-color: #F5A328; }
    .standard-button--solid:hover, .standard-button--solid--grey:hover, .standard-button--solid--white:hover {
      background-color: #ffffff;
      color: #F5A328; }
    .standard-button--solid--grey:hover {
      background-color: #2E2D2D;
      color: #ffffff; }
    .standard-button--solid--white {
      color: #F5A328;
      background-color: white;
      border: 1px solid white; }
      .standard-button--solid--white:hover {
        background-color: #F5A328;
        color: #ffffff; }
  .standard-button--bordered {
    border: 1px solid; }
    .standard-button--bordered--yellow {
      background-color: white;
      color: #F5A328;
      border-color: #F5A328; }
      .standard-button--bordered--yellow:hover {
        background-color: #F5A328;
        color: white; }
  .standard-button img {
    height: 25px;
    margin-right: 10px; }
  .standard-button i {
    font-size: 0.8rem;
    padding-left: 10px; }

.movement-button, .arrow-button, .arrow-button-vertical, .arrow-button-top, .arrow-button-bottom, .arrow-button-horizontal, .arrow-button-left, .arrow-button-right {
  cursor: pointer;
  z-index: 50; }
  .movement-button span, .arrow-button span, .arrow-button-vertical span, .arrow-button-top span, .arrow-button-bottom span, .arrow-button-horizontal span, .arrow-button-left span, .arrow-button-right span {
    border-color: #ffffff;
    color: #ffffff; }
  .movement-button:hover span, .arrow-button:hover span, .arrow-button-vertical:hover span, .arrow-button-top:hover span, .arrow-button-bottom:hover span, .arrow-button-horizontal:hover span, .arrow-button-left:hover span, .arrow-button-right:hover span {
    border-color: #F5A328;
    color: #F5A328; }

.arrow-button, .arrow-button-vertical, .arrow-button-top, .arrow-button-bottom, .arrow-button-horizontal, .arrow-button-left, .arrow-button-right {
  border-radius: 100px;
  background-clip: padding-box;
  text-align: center; }
  .arrow-button span, .arrow-button-vertical span, .arrow-button-top span, .arrow-button-bottom span, .arrow-button-horizontal span, .arrow-button-left span, .arrow-button-right span {
    border-style: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 10px;
    position: relative; }

.arrow-button-vertical, .arrow-button-top, .arrow-button-bottom {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  height: 60px;
  width: 120px; }

.arrow-button-horizontal, .arrow-button-left, .arrow-button-right {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  height: 120px;
  width: 60px; }
  .arrow-button-horizontal span, .arrow-button-left span, .arrow-button-right span {
    top: 38%; }

.arrow-button-top {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  top: 0; }
  .arrow-button-top span {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 20px; }

.arrow-button-bottom {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  bottom: 0; }
  .arrow-button-bottom span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px; }

.arrow-button-left {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  left: 5px; }
  .arrow-button-left span {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.arrow-button-right {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  right: 5px; }
  .arrow-button-right span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.slim-arrow, .top-arrow, .next-arrow, .bottom-arrow, .prev-arrow {
  cursor: pointer;
  position: absolute; }
  .slim-arrow span, .top-arrow span, .next-arrow span, .bottom-arrow span, .prev-arrow span {
    border-color: #ffffff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 7px;
    position: relative; }
  .slim-arrow:hover span, .top-arrow:hover span, .next-arrow:hover span, .bottom-arrow:hover span, .prev-arrow:hover span {
    border-color: #F5A328; }

.top-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  top: 120px; }
  .top-arrow span {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.next-arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px; }
  .next-arrow span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.bottom-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  bottom: 30px; }
  .bottom-arrow span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.prev-arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px; }
  .prev-arrow span {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.arrow-container-right, .arrow-container-left {
  display: none; }

/* 960px or under */
@media screen and (max-width: 60em) {
  .arrow-button-vertical, .arrow-button-top, .arrow-button-bottom {
    height: 50px;
    width: 100px; }
    .arrow-button-vertical span, .arrow-button-top span, .arrow-button-bottom span {
      padding: 10px; }
  .arrow-button-horizontal, .arrow-button-left, .arrow-button-right {
    height: 100px;
    width: 50px; }
    .arrow-button-horizontal span, .arrow-button-left span, .arrow-button-right span {
      padding: 10px; } }

/* Medium and smaller -  1023px or under */
/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .arrow-button-vertical, .arrow-button-top, .arrow-button-bottom {
    height: 30px;
    width: 60px; }
    .arrow-button-vertical span, .arrow-button-top span, .arrow-button-bottom span {
      padding: 7px; }
  .arrow-button-horizontal, .arrow-button-left, .arrow-button-right {
    height: 60px;
    width: 30px; }
    .arrow-button-horizontal span, .arrow-button-left span, .arrow-button-right span {
      padding: 7px; }
  .arrow-button-top span {
    top: 7px; }
  .arrow-button-bottom span {
    top: 7px; }
  .next-arrow {
    right: 10px; }
  .prev-arrow {
    left: 10px; } }

.button-close {
  color: #ffffff;
  position: absolute;
  right: 0px;
  top: -5px; }
  .button-close span {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden; }
    .button-close span:hover {
      cursor: pointer; }
      .button-close span:hover:before, .button-close span:hover:after {
        background: #ffffff; }
    .button-close span:before, .button-close span:after {
      content: '';
      position: absolute;
      height: 2px;
      width: 100%;
      top: 50%;
      left: 0;
      margin-top: -1px;
      background: #ffffff;
      -webkit-transition: 250ms linear;
      transition: 250ms linear; }
    .button-close span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .button-close span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .button-close--yellow span:hover:before, .button-close--yellow span:hover:after {
    background: #ffffff; }
  .button-close--yellow span:before, .button-close--yellow span:after {
    background: #F5A328; }

.scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center; }
  .scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px; }
  .scroll-btn > *:hover,
  .scroll-btn > *:focus,
  .scroll-btn > *.active {
    color: #ffffff; }
  .scroll-btn > *:hover,
  .scroll-btn > *:focus,
  .scroll-btn > *:active,
  .scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px; }
    .scroll-btn .mouse > * {
      position: absolute;
      display: block;
      top: 29%;
      left: 50%;
      width: 8px;
      height: 8px;
      margin: -4px 0 0 -4px;
      background: white;
      border-radius: 50%;
      -webkit-animation: ani-mouse 2.5s linear infinite;
      animation: ani-mouse 2.5s linear infinite; }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .scroll-btn .mouse {
    width: 32px;
    height: 50px;
    margin: 0 auto 15px;
    border-radius: 20px; }
  .scroll-btn p {
    font-size: 0.8rem; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .scroll-btn .mouse {
    width: 29px;
    height: 45px;
    margin: 0 auto 10px;
    border-radius: 17px; }
  .scroll-btn p {
    font-size: 0.75rem; } }

.standard-arrow, .next-arrow, .prev-arrow {
  cursor: pointer;
  position: absolute; }
  .standard-arrow:hover i, .next-arrow:hover i, .prev-arrow:hover i {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.next-arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px; }

.prev-arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px; }

/* 960px or under */
@media screen and (max-width: 60em) {
  .slim-arrow span, .top-arrow span, .next-arrow span, .bottom-arrow span, .prev-arrow span {
    border-width: 0 1px 1px 0;
    padding: 10px; }
  .top-arrow {
    top: 80px; }
  .next-arrow {
    right: 20px; }
  .bottom-arrow {
    bottom: 20px; }
  .prev-arrow {
    left: 20px; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .slim-arrow span, .top-arrow span, .next-arrow span, .bottom-arrow span, .prev-arrow span {
    padding: 9px; }
  .top-arrow {
    top: 80px; }
  .next-arrow {
    right: 15px; }
  .bottom-arrow {
    bottom: 15px; }
  .prev-arrow {
    left: 15px; } }

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }

/*-------------- HEADER -----------------------*/
header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 70px 0; }
  header .header__search {
    float: right;
    margin-left: 20px; }
    header .header__search i {
      color: #ffffff; }
      header .header__search i:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  header .header__logo {
    float: left;
    width: 236px; }
    header .header__logo img {
      width: 236px;
      height: 78px;
      margin-top: 10px; }
  header .header__content {
    float: right;
    margin-right: 5%; }
  header .header__contact {
    text-align: right;
    padding: 13px;
    padding-bottom: 8px; }
    header .header__contact__message span {
      color: #ffffff; }
      header .header__contact__message span i {
        font-style: normal; }

/* 1050px or under */
@media only screen and (max-width: 65.625em) {
  header .header__contact span i {
    display: none; } }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  header {
    padding: 50px 0; }
    header .header__contact span i {
      display: none; } }

/* 848px or under */
@media only screen and (max-width: 53em) {
  header {
    position: static;
    background: #F5A328;
    padding: 10px 0; }
    header .header__search {
      position: absolute;
      top: 40px;
      left: 10px; }
    header .header__contact {
      text-align: center; }
    header .header__logo {
      width: 100%;
      text-align: center; }
      header .header__logo img {
        margin-top: 0; }
    header .header__content {
      float: none;
      margin-right: 0; } }

/* 400px or under */
@media only screen and (max-width: 25em) {
  header .header__search {
    position: absolute;
    top: 40px;
    left: 10px; }
  header .header__contact span {
    display: none; }
  header .header__logo {
    margin-top: 20px; }
    header .header__logo img {
      width: 180px;
      height: 42px; }
  header .header__content {
    float: none;
    margin-right: 0; } }

/*-------------- Navicon --------------------------*/
.nav-icon {
  position: absolute;
  top: 99px;
  width: 43px;
  height: 43px;
  border: 3px solid #ffffff;
  cursor: pointer;
  border-radius: 50px;
  background-clip: padding-box; }
  .nav-icon__inner {
    position: absolute;
    top: 9px;
    left: 9px;
    padding: 10px;
    text-align: right; }
  .nav-icon span {
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    right: 0;
    background-color: #2E2D2D; }
    .nav-icon span:first-child {
      top: 1px; }
    .nav-icon span:nth-of-type(2) {
      top: calc(50% - 1px);
      width: 70%; }
    .nav-icon span:nth-of-type(3) {
      bottom: 1px; }
  .nav-icon:hover span:nth-of-type(2) {
    width: 100%; }
  .nav-icon--close {
    right: 100px; }
    .nav-icon--close span {
      background-color: #F5A328; }
      .nav-icon--close span:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 1px); }
      .nav-icon--close span:nth-of-type(2) {
        display: none; }
      .nav-icon--close span:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: calc(50% - 1px); }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .nav-icon {
    top: 77px; } }

/* 848px or under */
@media only screen and (max-width: 53em) {
  .nav-icon {
    top: 30px; }
    .nav-icon--close {
      right: 15px;
      top: 30px; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .nav-icon {
    top: 42px;
    width: 28px;
    height: 28px;
    border-width: 2px; }
    .nav-icon__inner {
      top: 5px;
      left: 5px;
      padding: 7px; } }

/*-------------- Main menu --------------------------*/
.main-menu {
  float: right; }
  .main-menu ul {
    list-style-type: none; }
    .main-menu ul li {
      display: inline-table;
      padding: 0 11px; }
      .main-menu ul li a {
        position: relative;
        color: #2E2D2D; }
        .main-menu ul li a:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 3px;
          bottom: -10px;
          left: 0;
          background-color: #ffffff;
          visibility: hidden;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
        .main-menu ul li a:hover:before {
          visibility: visible;
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
        .main-menu ul li a:visited {
          color: #2E2D2D; }
      .main-menu ul li.current-menu-item a:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }

/* 1150px or under */
@media only screen and (max-width: 71.875em) {
  .main-menu ul li:nth-of-type(6) {
    display: none; } }

/* 1050px or under */
@media only screen and (max-width: 65.625em) {
  .main-menu ul li:nth-of-type(5) {
    display: none; } }

/* 848px or under */
@media only screen and (max-width: 53em) {
  .main-menu {
    display: none;
    float: none;
    width: 100%;
    text-align: center; }
    .main-menu ul {
      margin-left: 0; }
      .main-menu ul li:nth-of-type(5) {
        display: none; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .main-menu {
    display: none; } }

.menu-overlay {
  display: none;
  z-index: 20; }

/*-------------- Additional menu --------------------------*/
.additional-menu {
  position: absolute;
  display: none;
  width: 40%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1004;
  background-color: #2E2D2D;
  color: #ffffff;
  padding: 120px 100px 0 100px; }
  .additional-menu ul {
    list-style-type: none;
    margin-left: 0; }
    .additional-menu ul li a {
      font-size: 2.4rem;
      color: #ffffff;
      line-height: 2; }
      .additional-menu ul li a:hover {
        color: #F5A328; }
      .additional-menu ul li a:visited {
        color: #ffffff; }
    .additional-menu ul li:nth-of-type(1), .additional-menu ul li:nth-of-type(2), .additional-menu ul li:nth-of-type(3), .additional-menu ul li:nth-of-type(4), .additional-menu ul li:nth-of-type(5), .additional-menu ul li:nth-of-type(6) {
      display: none; }
  .additional-menu__brands {
    display: none; }
    .additional-menu__brands h5 {
      font-size: 1.5rem;
      color: #ffffff;
      line-height: 2;
      margin-bottom: 20px; }
    .additional-menu__brands .brand {
      padding: 0;
      position: relative;
      height: 50px;
      text-align: left; }
      .additional-menu__brands .brand svg {
        max-width: 150px;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        fill: #ffffff !important; }
        .additional-menu__brands .brand svg path,
        .additional-menu__brands .brand svg .st0,
        .additional-menu__brands .brand svg .st1,
        .additional-menu__brands .brand svg .st2 {
          fill: #ffffff !important; }
        .additional-menu__brands .brand svg .st20 {
          display: none; }
  .additional-menu__contact {
    clear: both; }
    .additional-menu__contact .question p span {
      color: #F5A328; }
    .additional-menu__contact .standard-button {
      padding-left: 0;
      border: none; }
      .additional-menu__contact .standard-button:hover {
        background: none; }
        .additional-menu__contact .standard-button:hover i {
          color: #ffffff; }
    .additional-menu__contact .bba-logo {
      margin-top: 20px; }
      .additional-menu__contact .bba-logo img {
        width: 125px; }

/* 1300px or under */
@media only screen and (max-width: 81.25em) {
  .additional-menu {
    width: 600px; } }

/* 1150px or under */
@media only screen and (max-width: 71.875em) {
  .additional-menu ul li:nth-of-type(6) {
    display: list-item; } }

/* 1050px or under */
@media only screen and (max-width: 65.625em) {
  .additional-menu {
    padding: 80px 80px 0 80px; }
    .additional-menu ul li a {
      font-size: 2rem; }
    .additional-menu ul li:nth-of-type(5) {
      display: list-item; } }

/* 848px or under */
@media only screen and (max-width: 53em) {
  .additional-menu ul li {
    float: left;
    width: 50%; }
    .additional-menu ul li a {
      font-size: 1.5rem; }
  .additional-menu__brands {
    display: block; }
  .additional-menu__contact {
    margin-top: 50px; }
  .additional-menu .menu-additional-menu-container:after {
    content: "";
    clear: both;
    display: table; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .additional-menu {
    padding: 50px 50px 0 50px;
    width: 90%;
    min-width: none; }
    .additional-menu ul li a {
      font-size: 1.2rem; }
    .additional-menu__brands h5 {
      font-size: 1.2rem; }
    .additional-menu__brands .brand svg {
      max-width: 125px; } }

/* Small only -  500px or under */
@media screen and (max-width: 25em) {
  .additional-menu__brands .brand svg {
    max-width: 100px;} }
/* Small only -  400px or under */
@media screen and (max-width: 31.25em) {
  .additional-menu {
    padding: 30px 30px 0 30px;
    width: 100%; }
    .additional-menu__contact {
      display: none; } }

/*-------------- FOOTER -----------------------*/
footer {
  background: #2E2D2D;
  color: #ffffff;
  margin-top: 0px; }
  footer .footer__top {
    padding: 80px 0 35px; }
    footer .footer__top h4 {
      color: #F5A328;
      margin-bottom: 10px; }
    footer .footer__top ul {
      margin-left: 0; }
      footer .footer__top ul li {
        list-style-type: none; }
        footer .footer__top ul li a {
          color: #ffffff; }
          footer .footer__top ul li a:visited {
            color: #ffffff; }
  footer .footer__copy img {
    width: 175px;
    margin-bottom: 60px; }
  footer .footer__copy p {
    line-height: 1.4;
    color: #6B6C6E; }
  footer .footer__copy:last-child {
    display: none; }
  footer .footer__bottom {
    background: #1D1D1B;
    height: 60px; }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  footer {
    margin-top: 60px; }
    footer .footer__top {
      padding: 60px 0 35px; }
      footer .footer__top h4 {
        margin-bottom: 30px; }
    footer .footer__copy {
      text-align: center; }
      footer .footer__copy img {
        margin-bottom: 40px; }
      footer .footer__copy:last-child {
        display: block; }
      footer .footer__copy:first-child {
        display: none; }
    footer .footer__bottom {
      height: 40px; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  footer {
    margin-top: 40px; }
    footer .footer__top {
      text-align: center;
      padding: 40px 0 15px; }
      footer .footer__top h4 {
        margin-bottom: 10px; }
    footer .footer__copy {
      margin-top: 20px; }
      footer .footer__copy img {
        margin-bottom: 20px; }
      footer .footer__copy:last-child {
        display: block; }
      footer .footer__copy:first-child {
        display: none; }
    footer .footer__bottom {
      height: 20px; } }

/*-------------- HOME PAGE --------------------*/
.home header {
  position: static;
  background: #F5A328;
  padding-bottom: 0; }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .home .splitted-cta {
    position: static;
    padding-top: 60px;
    padding-bottom: 60px; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .home .splitted-cta {
    padding: 80px 0 20px; }
  .home footer {
    margin-top: 20px; } }

/* 512px or under */
@media screen and (max-width: 32em) {
  .home .splitted-cta {
    padding-top: 40px; } }

.main-brands {
  position: relative;
  background: #F5A328; }
  .main-brands__slide {
    background-repeat: no-repeat;
    background-position: 100% 100%;
    margin-bottom: -8px; }
    .main-brands__slide .row {
      padding-top: 100px;
      padding-bottom: 100px; }
      .main-brands__slide .row .logo {
        display: block;
        width: 204px; }
    .main-brands__slide__logo {
      display: inline !important;
      height: 75px; }
    .main-brands__slide__content h4 {
      display: none; }
    .main-brands__slide__content .standard-content, .main-brands__slide__content .top-label, .main-brands__slide__content .splitted-text-image .row, .splitted-text-image .main-brands__slide__content .row, .main-brands__slide__content table.tablepress, .main-brands__slide__content .page-template-template-checklist-mulistep .multiform-tab, .page-template-template-checklist-mulistep .main-brands__slide__content .multiform-tab, .main-brands__slide__content .page-template-template-checklist-mulistep .multiform-tab p, .page-template-template-checklist-mulistep .multiform-tab .main-brands__slide__content p, .main-brands__slide__content .page-template-template-checklist-mulistep .multiform-section, .page-template-template-checklist-mulistep .main-brands__slide__content .multiform-section {
      margin-top: 30px;
      color: #ffffff;
      max-width: 400px; }
    .main-brands__slide__content .read-more {
      width: auto;
      line-height: 1;
      display: inline-block;
      margin: 30px 0 40px;
      padding: 20px 30px; }
  .main-brands__dots {
    position: absolute;
    bottom: 25px;
    list-style-type: none;
    margin-left: calc((100vw - 1200px) / 2); }
    .main-brands__dots li {
      height: 7px;
      width: 70px;
      background: white;
      display: inline-block;
      margin-left: 15px;
      cursor: pointer;
      position: relative; }
      .main-brands__dots li:before {
        content: "";
        display: block;
        position: absolute;
        height: 7px;
        width: 0px;
        background-color: black; }
      .main-brands__dots li button {
        display: none; }
      .main-brands__dots li.slick-active {
        cursor: default; }
        .main-brands__dots li.slick-active:before {
          width: 70px;
          -webkit-transition: width 5s linear;
          transition: width 5s linear; }

/* 1200px or under */
@media only screen and (max-width: 75em) {
  .main-brands__slide {
    background-position-x: 275px; }
  .main-brands__dots {
    margin-left: 0px; } }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .main-brands__slide__content .standard-content, .main-brands__slide__content .top-label, .main-brands__slide__content .splitted-text-image .row, .splitted-text-image .main-brands__slide__content .row, .main-brands__slide__content table.tablepress, .main-brands__slide__content .page-template-template-checklist-mulistep .multiform-tab, .page-template-template-checklist-mulistep .main-brands__slide__content .multiform-tab, .main-brands__slide__content .page-template-template-checklist-mulistep .multiform-tab p, .page-template-template-checklist-mulistep .multiform-tab .main-brands__slide__content p, .main-brands__slide__content .page-template-template-checklist-mulistep .multiform-section, .page-template-template-checklist-mulistep .main-brands__slide__content .multiform-section {
    max-width: 350px; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .main-brands__slide {
    background-size: 100%;
    background-position-x: 0px;
    background-position-y: 450px;
    text-align: center; }
    .main-brands__slide .row {
      padding-top: 50px;
      padding-bottom: 180px; }
      .main-brands__slide .row .logo {
        margin-left: auto;
        margin-right: auto;
        width: 150px; }
    .main-brands__slide__content .standard-content, .main-brands__slide__content .top-label, .main-brands__slide__content .splitted-text-image .row, .splitted-text-image .main-brands__slide__content .row, .main-brands__slide__content table.tablepress, .main-brands__slide__content .page-template-template-checklist-mulistep .multiform-tab, .page-template-template-checklist-mulistep .main-brands__slide__content .multiform-tab, .main-brands__slide__content .page-template-template-checklist-mulistep .multiform-tab p, .page-template-template-checklist-mulistep .multiform-tab .main-brands__slide__content p, .main-brands__slide__content .page-template-template-checklist-mulistep .multiform-section, .page-template-template-checklist-mulistep .main-brands__slide__content .multiform-section {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; }
    .main-brands__slide__content .read-more {
      margin-bottom: 30px; }
  .main-brands__dots {
    left: calc((100% - 255px) / 2); } }

.main-text {
  margin: 80px 0 0; }
  .main-text h1 {
    margin-bottom: 30px; }
    .main-text h1 span {
      color: #F5A328; }
  .main-text .standard-content, .main-text .top-label, .main-text .splitted-text-image .row, .splitted-text-image .main-text .row, .main-text table.tablepress, .main-text .page-template-template-checklist-mulistep .multiform-tab, .page-template-template-checklist-mulistep .main-text .multiform-tab, .main-text .page-template-template-checklist-mulistep .multiform-tab p, .page-template-template-checklist-mulistep .multiform-tab .main-text p, .main-text .page-template-template-checklist-mulistep .multiform-section, .page-template-template-checklist-mulistep .main-text .multiform-section {
    max-width: 490px;
    margin: 0 auto; }
  .main-text a {
    color: #F5A328;
    display: inline-block;
    margin-top: 30px; }
    .main-text a i {
      color: #2E2D2D;
      -webkit-transition: left 250ms linear;
      transition: left 250ms linear;
      position: relative;
      top: -1px;
      font-size: 0.8rem;
      left: 0; }
    .main-text a:hover i {
      -webkit-transition: left 250ms linear;
      transition: left 250ms linear;
      left: 5px; }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .main-text {
    margin: 60px 0 0; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .main-text {
    margin: 80px 0 0; } }

/* Small only -  512px or under */
@media screen and (max-width: 32em) {
  .main-text {
    margin: 30px 0 0; } }

/*-------------- BLOG INDEX -------------------*/
.page-nav-bottom {
  font-weight: 300;
  max-width: 1200px;
  padding: 30px 15px 0 15px;
  margin: 0 auto;
  text-align: center; }
  .page-nav-bottom span, .page-nav-bottom a {
    padding: 10px;
    position: relative;
    text-align: center; }
    .page-nav-bottom span:first-child:before, .page-nav-bottom a:first-child:before {
      content: ""; }
    .page-nav-bottom span:before, .page-nav-bottom a:before {
      content: "|";
      position: absolute;
      left: -3px;
      top: 18%; }
  .page-nav-bottom span {
    color: #2E2D2D; }
  .page-nav-bottom span.current {
    color: #F5A328;
    font-weight: 400; }
    .page-nav-bottom span.current:before {
      color: #2E2D2D;
      font-weight: 500; }
  .page-nav-bottom a {
    color: #2E2D2D;
    -webkit-transition: linear 250ms;
    transition: linear 250ms; }
    .page-nav-bottom a:hover {
      color: #F5A328;
      font-weight: 400; }
      .page-nav-bottom a:hover:before {
        color: #2E2D2D; }

/*-------------- BLOG SINGLE-------------------*/
.single-post .static-header__content .standard-content, .single-post .static-header__content .top-label, .single-post .static-header__content .splitted-text-image .row, .splitted-text-image .single-post .static-header__content .row, .single-post .static-header__content table.tablepress, .single-post .static-header__content .page-template-template-checklist-mulistep .multiform-tab, .page-template-template-checklist-mulistep .single-post .static-header__content .multiform-tab, .single-post .static-header__content .page-template-template-checklist-mulistep .multiform-tab p, .page-template-template-checklist-mulistep .multiform-tab .single-post .static-header__content p, .single-post .static-header__content .page-template-template-checklist-mulistep .multiform-section, .page-template-template-checklist-mulistep .single-post .static-header__content .multiform-section {
  display: none; }

.single-post .splitted-gallery__gallery {
  margin-bottom: 0; }

/*-------------- STATIC PAGES -----------------*/
.elements-grid {
  margin-top: 20px; }
  .elements-grid__item {
    position: relative;
    height: 142px;
    background: #f1f1f1;
    margin-bottom: 30px !important; }
    .elements-grid__item img {
      position: relative;
      bottom: -50px;
      left: 20px;
      height: 120px; }
    .elements-grid__item h4 {
      line-height: 1;
      text-align: center;
      color: #F5A328;
      text-transform: uppercase; }
    .elements-grid__item__container:hover {
      cursor: pointer; }
      .elements-grid__item__container:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    .elements-grid__item__image {
      float: left;
      width: 50%;
      height: 100%; }
    .elements-grid__item__title {
      position: relative;
      float: left;
      width: 50%;
      height: 100%; }
      .elements-grid__item__title .title-container {
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center; }
    .elements-grid__item__subtitle {
      position: relative;
      top: -20px;
      right: 0;
      text-align: right;
      float: right;
      max-width: 60%; }
    .elements-grid__item a {
      display: inline-block;
      text-align: center; }
      .elements-grid__item a img {
        position: static;
        height: 44px; }
    .elements-grid__item--colour .elements-grid__item__colour {
      height: 100px;
      border: 1px solid #DBDBDB; }
    .elements-grid__item--colour .elements-grid__item__subtitle {
      float: left;
      position: static;
      text-align: left;
      margin-top: 10px;
      max-width: 80%; }
      .elements-grid__item--colour .elements-grid__item__subtitle a {
        color: #000; }
    .elements-grid__item--bg {
      position: relative; }
      .elements-grid__item--bg:hover .elements-grid__item__container .elements-grid__item__title {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      .elements-grid__item--bg .elements-grid__item a {
        top: -12px; }
      .elements-grid__item--bg a {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
      .elements-grid__item--bg .elements-grid__item {
        overflow: hidden;
        margin-bottom: 10px !important; }
        .elements-grid__item--bg .elements-grid__item__title {
          width: 100%; }
        .elements-grid__item--bg .elements-grid__item__subtitle {
          float: right;
          position: static;
          text-align: right; }
          .elements-grid__item--bg .elements-grid__item__subtitle a {
            color: #000; }

@media screen and (max-width: 66.667em) {
  .elements-grid__item__image img {
    height: auto;
    left: 0px; } }

.divided-info-block__content {
  float: left;
  width: 50%;
  padding: 0 15px; }
  .divided-info-block__content--left .divided-info-block__inner {
    padding-right: 45px; }
  .divided-info-block__content--right {
    position: relative;
    left: -15px;
    padding-right: 0; }
    .divided-info-block__content--right .divided-info-block__inner {
      border-left: 2px solid #F5A328;
      padding-left: 60px; }

.divided-info-block__inner {
  width: 100%; }
  .divided-info-block__inner .standard-content .standard-extratitle, .divided-info-block__inner .top-label .standard-extratitle, .divided-info-block__inner .splitted-text-image .row .standard-extratitle, .splitted-text-image .divided-info-block__inner .row .standard-extratitle, .divided-info-block__inner table.tablepress .standard-extratitle, .divided-info-block__inner .page-template-template-checklist-mulistep .multiform-tab .standard-extratitle, .page-template-template-checklist-mulistep .divided-info-block__inner .multiform-tab .standard-extratitle, .page-template-template-checklist-mulistep .multiform-tab .divided-info-block__inner p .standard-extratitle, .divided-info-block__inner .page-template-template-checklist-mulistep .multiform-section .standard-extratitle, .page-template-template-checklist-mulistep .divided-info-block__inner .multiform-section .standard-extratitle {
    margin: 20px 0 15px 0;
    line-height: 1.4; }

.divided-info-block--single .divided-info-block__content {
  width: 100%; }
  .divided-info-block--single .divided-info-block__content--right {
    display: none; }

.divided-info-block.plasticlad-technical-info h5 {
  color: #F5A328; }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .divided-info-block__content--left .divided-info-block__inner {
    padding-right: 25px; }
  .divided-info-block__content--right .divided-info-block__inner {
    padding-left: 40px; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .divided-info-block__content {
    float: left;
    width: 100%;
    padding: 0 15px; }
    .divided-info-block__content--left .divided-info-block__inner {
      padding-right: 0px; }
    .divided-info-block__content--right {
      position: static;
      padding-right: 0; }
      .divided-info-block__content--right .divided-info-block__inner {
        border-left: none;
        padding-left: 0px; } }

.content-block .standard-content, .content-block .top-label, .content-block .splitted-text-image .row, .splitted-text-image .content-block .row, .content-block table.tablepress, .content-block .page-template-template-checklist-mulistep .multiform-tab, .page-template-template-checklist-mulistep .content-block .multiform-tab, .content-block .page-template-template-checklist-mulistep .multiform-tab p, .page-template-template-checklist-mulistep .multiform-tab .content-block p, .content-block .page-template-template-checklist-mulistep .multiform-section, .page-template-template-checklist-mulistep .content-block .multiform-section {
  max-width: 800px; }

.overlay-hover {
  position: relative;
  text-align: center; }
  .overlay-hover .overlay {
    opacity: 0;
    filter: alpha(opacity=0); }
    .overlay-hover .overlay .overlay-hover__content {
      color: white;
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 100%;
      width: 100%; }
  .overlay-hover:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100); }

.affiliates-grid {
  margin-top: 30px; }
  .affiliates-grid a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.video-preview-block__video-container {
  position: relative;
  height: 171px; }

.video-preview-block__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .video-preview-block__image .overlay img {
    width: 50px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }

.video-preview-block__preview {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .video-preview-block__preview video {
    width: 100%;
    height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }

.video-preview-block__title {
  margin-top: 10px;
  color: #F5A328; }

.video-preview-block:hover {
  cursor: pointer; }

.overlay-grid__item .overlay--centered {
  height: 40%; }

.overlay-grid__item h6 {
  margin-top: 10px;
  color: #F5A328; }

.overlay-grid__image {
  overflow: hidden;
  height: 150px; }
  .overlay-grid__image .image-cover, .overlay-grid__image .image-cover--centered {
    height: 100%; }
  .overlay-grid__image:hover .image-cover, .overlay-grid__image:hover .image-cover--centered {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.page-template-template-static .standard-content, .page-template-template-static .top-label, .page-template-template-static .splitted-text-image .row, .splitted-text-image .page-template-template-static .row, .page-template-template-static table.tablepress, .page-template-template-static .page-template-template-checklist-mulistep .multiform-tab, .page-template-template-checklist-mulistep .page-template-template-static .multiform-tab, .page-template-template-static .page-template-template-checklist-mulistep .multiform-tab p, .page-template-template-checklist-mulistep .multiform-tab .page-template-template-static p, .page-template-template-static .page-template-template-checklist-mulistep .multiform-section, .page-template-template-checklist-mulistep .page-template-template-static .multiform-section {
  display: none; }

.affiliates-grid .column-block {
  text-align: center; }
  .affiliates-grid .column-block:nth-of-type(6) {
    margin-left: 30%; }

.affiliates-grid__item img {
  max-height: 56px; }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .affiliates-grid .column-block:nth-of-type(6) {
    margin-left: 0%; }
  .affiliates-grid .column-block:nth-of-type(5) {
    margin-left: 12.5%; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .affiliates-grid .column-block:nth-of-type(5) {
    margin-left: 0%; }
  .affiliates-grid .column-block:nth-of-type(7) {
    margin-left: 33.3333%; } }

.page-template-template-technical .static-header--image a {
  display: inline-block;
  min-height: 0;
  width: auto;
  color: white; }
  .page-template-template-technical .static-header--image a:hover {
    color: #2E2D2D; }

.page-template-template-technical .product-table-list .row {
  padding-bottom: 15px; }
  .page-template-template-technical .product-table-list .row:last-child {
    padding-bottom: 0; }

.page-template-template-technical .product-table-list .img-container {
  background: white; }

.expandable-item__title {
  cursor: pointer; }
  .expandable-item__title span {
    margin-left: 5px;
    font-size: 0.8em; }
    .expandable-item__title span i {
      -webkit-transition: 250ms linear;
      transition: 250ms linear; }
  .expandable-item__title.active span i {
    -webkit-transition: 250ms linear;
    transition: 250ms linear;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.expandable-item__content {
  display: none; }

.img-container--tech .img-container__inner {
  text-align: center; }
  .img-container--tech .img-container__inner img {
    display: inline; }

/*-------------- CONTACT FORM -----------------*/
.arm-form input[type="text"],
.arm-form input[type="email"],
.arm-form input[type="number"],
.arm-form textarea,
.arm-form select,
.multiform-tab input[type="text"],
.multiform-tab input[type="email"],
.multiform-tab input[type="number"],
.multiform-tab textarea,
.multiform-tab select {
  border: 1px solid #DBDBDB;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2E2D2D; }
  .arm-form input[type="text"].placeholder,
  .arm-form input[type="email"].placeholder,
  .arm-form input[type="number"].placeholder,
  .arm-form textarea.placeholder,
  .arm-form select.placeholder,
  .multiform-tab input[type="text"].placeholder,
  .multiform-tab input[type="email"].placeholder,
  .multiform-tab input[type="number"].placeholder,
  .multiform-tab textarea.placeholder,
  .multiform-tab select.placeholder {
    color: #DBDBDB;
    opacity: 1;
    font-weight: normal; }
  .arm-form input[type="text"]:-moz-placeholder,
  .arm-form input[type="email"]:-moz-placeholder,
  .arm-form input[type="number"]:-moz-placeholder,
  .arm-form textarea:-moz-placeholder,
  .arm-form select:-moz-placeholder,
  .multiform-tab input[type="text"]:-moz-placeholder,
  .multiform-tab input[type="email"]:-moz-placeholder,
  .multiform-tab input[type="number"]:-moz-placeholder,
  .multiform-tab textarea:-moz-placeholder,
  .multiform-tab select:-moz-placeholder {
    color: #DBDBDB;
    opacity: 1;
    font-weight: normal; }
  .arm-form input[type="text"]::-moz-placeholder,
  .arm-form input[type="email"]::-moz-placeholder,
  .arm-form input[type="number"]::-moz-placeholder,
  .arm-form textarea::-moz-placeholder,
  .arm-form select::-moz-placeholder,
  .multiform-tab input[type="text"]::-moz-placeholder,
  .multiform-tab input[type="email"]::-moz-placeholder,
  .multiform-tab input[type="number"]::-moz-placeholder,
  .multiform-tab textarea::-moz-placeholder,
  .multiform-tab select::-moz-placeholder {
    color: #DBDBDB;
    opacity: 1;
    font-weight: normal; }
  .arm-form input[type="text"]:-ms-input-placeholder,
  .arm-form input[type="email"]:-ms-input-placeholder,
  .arm-form input[type="number"]:-ms-input-placeholder,
  .arm-form textarea:-ms-input-placeholder,
  .arm-form select:-ms-input-placeholder,
  .multiform-tab input[type="text"]:-ms-input-placeholder,
  .multiform-tab input[type="email"]:-ms-input-placeholder,
  .multiform-tab input[type="number"]:-ms-input-placeholder,
  .multiform-tab textarea:-ms-input-placeholder,
  .multiform-tab select:-ms-input-placeholder {
    color: #DBDBDB;
    opacity: 1;
    font-weight: normal; }
  .arm-form input[type="text"]::-webkit-input-placeholder,
  .arm-form input[type="email"]::-webkit-input-placeholder,
  .arm-form input[type="number"]::-webkit-input-placeholder,
  .arm-form textarea::-webkit-input-placeholder,
  .arm-form select::-webkit-input-placeholder,
  .multiform-tab input[type="text"]::-webkit-input-placeholder,
  .multiform-tab input[type="email"]::-webkit-input-placeholder,
  .multiform-tab input[type="number"]::-webkit-input-placeholder,
  .multiform-tab textarea::-webkit-input-placeholder,
  .multiform-tab select::-webkit-input-placeholder {
    color: #DBDBDB;
    opacity: 1;
    font-weight: normal; }

.arm-form input[type=number],
.multiform-tab input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield; }

.arm-form input[type=number]::-webkit-inner-spin-button,
.arm-form input[type=number]::-webkit-outer-spin-button,
.multiform-tab input[type=number]::-webkit-inner-spin-button,
.multiform-tab input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.arm-form input[type="text"],
.arm-form input[type="email"],
.multiform-tab input[type="text"],
.multiform-tab input[type="email"] {
  padding: 0px 10px; }

.arm-form textarea,
.multiform-tab textarea {
  padding: 10px; }

.arm-form button[type="submit"],
.multiform-tab button[type="submit"] {
  margin-top: 20px;
  float: right;
  text-transform: uppercase;
  padding: 18px 25px; }
  .arm-form button[type="submit"] i,
  .multiform-tab button[type="submit"] i {
    margin-left: 30px; }

.arm-form textarea,
.multiform-tab textarea {
  height: 150px; }

.arm-form .two-column-fields div,
.multiform-tab .two-column-fields div {
  float: left;
  width: 49%; }
  .arm-form .two-column-fields div:first-child,
  .multiform-tab .two-column-fields div:first-child {
    margin-right: 2%; }

.top-label {
  display: block;
  color: #F5A328; }

.group {
  padding: 25px 0 15px 0;
  border-bottom: 1px solid #DBDBDB; }

.data-checkboxes {
  margin-bottom: 20px;
  color: #2E2D2D; }
  .data-checkboxes a {
    color: #F5A328; }
    .data-checkboxes a:hover {
      text-decoration: underline; }
    .data-checkboxes a:visited {
      color: #F5A328; }
  .data-checkboxes .checkbox {
    float: left;
    width: 100%;
    margin-bottom: 10px; }
    .data-checkboxes .checkbox small {
      padding-top: 16px;
      text-transform: uppercase; }
  .data-checkboxes input {
    float: left;
    position: relative;
    top: 4px;
    margin-bottom: 0; }
  .data-checkboxes label {
    float: left;
    width: calc(100% - 40px);
    text-transform: none;
    color: #2E2D2D; }

.smallprint {
  float: left;
  margin: 10px 0 15px;
  overflow-x: hidden; }

.formMessage {
  color: #fff;
  padding: 40px;
  text-align: center;
  font-weight: bold; }

.formMessage.displayNone {
  display: none; }

.g-recaptcha {
  float: left; }

.formBottom {
  float: left;
  width: 100%;
  margin-bottom: 0px; }
  .formBottom .standard-button {
    width: auto; }

div .is-invalid-label .is-invalid-input {
  background: #f9ecea;
  color: #cc4b37; }
  div .is-invalid-label .is-invalid-input.placeholder {
    color: #cc4b37; }
  div .is-invalid-label .is-invalid-input:-moz-placeholder {
    color: #cc4b37; }
  div .is-invalid-label .is-invalid-input::-moz-placeholder {
    color: #cc4b37; }
  div .is-invalid-label .is-invalid-input:-ms-input-placeholder {
    color: #cc4b37; }
  div .is-invalid-label .is-invalid-input::-webkit-input-placeholder {
    color: #cc4b37; }

.group-label {
  color: #2E2D2D; }

.group-title {
  color: #F5A328;
  padding-bottom: 20PX; }

.checklist-tab {
  display: none; }
  .checklist-tab:first-child {
    display: block; }

.form-navigation {
  padding: 15px 0; }
  .form-navigation .standard-button {
    width: auto;
    text-transform: uppercase;
    padding: 18px 25px;
    line-height: 1; }
  .form-navigation .next-button {
    float: right; }
  .form-navigation .prev-button i {
    padding-right: 15px;
    padding-left: 0px; }

/* 544px or under */
@media only screen and (max-width: 34em) {
  .arm-form .two-column-fields div {
    width: 100%; }
    .arm-form .two-column-fields div:first-child {
      margin-right: 0%; }
  .arm-form .g-recaptcha {
    width: 100%; }
    .arm-form .g-recaptcha div {
      float: none;
      margin: 0 auto; }
  .arm-form .formBottom {
    text-align: center; }
  .arm-form button[type="submit"] {
    margin-top: 30px;
    float: none !important;
    padding: 15px 50px; } }

/*-------------- SLICK SLIDER -----------------*/
.slick-list, .slick-slide {
  outline: none; }

.team-slider {
  position: relative; }
  .team-slider .slick-list {
    width: 83.5%;
    margin: 0 auto; }
  .team-slider .slick-arrow {
    position: absolute;
    z-index: 10;
    font-size: 2rem;
    color: #F5A328; }

.full-page-info-slider {
  position: relative; }
  .full-page-info-slider__container {
    position: relative;
    overflow: hidden; }
  .full-page-info-slider .prev-arrow {
    left: calc( (100vw - 1150px) / 2); }
  .full-page-info-slider .next-arrow {
    right: calc( (100vw - 1150px) / 2); }
  .full-page-info-slider.slick-slider {
    margin-bottom: 0; }
  .full-page-info-slider .slick-dots {
    bottom: 50px;
    width: 50%;
    margin-left: 50%;
    padding-left: 110px;
    text-align: left; }
    .full-page-info-slider .slick-dots li button:before {
      width: 13px;
      height: 12px;
      line-height: 12px;
      border: 1px solid white;
      border-radius: 50px;
      color: transparent;
      opacity: 0.9;
      filter: alpha(opacity=90); }
    .full-page-info-slider .slick-dots li.slick-active button:before {
      font-family: FontAwesome;
      content: "\f111";
      font-size: 14px;
      border: none;
      color: white; }
  .full-page-info-slider--special .slick-dots {
    width: 100%;
    margin-left: 0;
    padding-left: calc((100vw - 1200px) / 2 + 110px); }

/* 1200px or under */
@media only screen and (max-width: 75em) {
  .full-page-info-slider .prev-arrow {
    left: 15px; }
  .full-page-info-slider .next-arrow {
    right: 15px; }
  .full-page-info-slider--special .slick-dots {
    width: 100%;
    margin-left: 0;
    padding-left: 110px; } }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .full-page-info-slider .slick-dots {
    width: 75%;
    margin-left: 25%;
    padding-left: 90px; }
  .full-page-info-slider--special .slick-dots {
    width: 100%;
    margin-left: 0;
    padding-left: 90px; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .full-page-info-slider .slick-dots {
    text-align: center;
    width: 100%;
    margin-left: 0%;
    padding-left: 0; } }

.static-header__container .slick-dots {
  bottom: -5px; }
  .static-header__container .slick-dots li {
    height: 15px;
    width: 15px; }
    .static-header__container .slick-dots li button {
      padding: 0; }
      .static-header__container .slick-dots li button:before {
        width: 11px;
        height: 11px;
        line-height: 11px;
        border: 1px solid #2E2D2D;
        border-radius: 50px;
        color: transparent;
        opacity: 0.9;
        filter: alpha(opacity=90); }
    .static-header__container .slick-dots li.slick-active button:before {
      font-family: FontAwesome;
      content: "\f111";
      font-size: 14px;
      border: none;
      color: #2E2D2D; }

.product-tables {
  padding: 30px 0 0 0; }

.products-list {
  overflow: hidden; }
  .products-list .sub-anchors {
    display: none; }

.product-table-list {
  margin-top: 10px; }
  .product-table-list__gallery, .product-table-list__copy {
    padding-bottom: 15px; }
  .product-table-list__copy {
    display: none; }
  .product-table-list .standard-title, .product-table-list .divided-info-block.plasticlad-technical-info h5, .divided-info-block.plasticlad-technical-info .product-table-list h5, .product-table-list .splitted-text-image .row strong, .splitted-text-image .row .product-table-list strong, .product-table-list .page-template-template-checklist-mulistep .multiform-tab__title, .page-template-template-checklist-mulistep .product-table-list .multiform-tab__title, .product-table-list .page-template-template-checklist-mulistep .multiform-section__title, .page-template-template-checklist-mulistep .product-table-list .multiform-section__title {
    margin-bottom: 10px; }
  .product-table-list .product-table {
    margin: 0; }
  .product-table-list .img-container {
    height: 200px;
    position: relative;
    padding: 0;
    text-align: center; }
    .product-table-list .img-container img {
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%; }
    .product-table-list .img-container .slick-list,
    .product-table-list .img-container .slick-track {
      height: 100%; }
    .product-table-list .img-container .slick-slide > div {
      height: 100%;
      margin-right: 2%; }
      .product-table-list .img-container .slick-slide > div div {
        height: 100%;
        position: relative; }
    .product-table-list .img-container__inner {
      border: 0;
      position: relative;
      overflow: hidden; }
      .product-table-list .img-container__inner .overlay {
        position: absolute !important;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 100; }
        .product-table-list .img-container__inner .overlay i {
          bottom: 10px;
          right: 20px; }
      .product-table-list .img-container__inner:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100); }
    .product-table-list .img-container img {
      max-height: 350px;
      margin: 0 auto; }
    .product-table-list .img-container[data-image="png"], .product-table-list .img-container[data-image="jpg"], .product-table-list .img-container--png {
      background-color: transparent;
      padding: 0;
      height: 200px; }
      .product-table-list .img-container[data-image="png"] a, .product-table-list .img-container[data-image="jpg"] a, .product-table-list .img-container--png a {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0; }
@media only screen and (max-width: 640px) {
	.product-table-list .img-container[data-image="png"], .product-table-list .img-container[data-image="jpg"], .product-table-list .img-container--png {
		height: 120px;
	}
}	

        .product-table-list .img-container[data-image="png"] a .overlay, .product-table-list .img-container[data-image="jpg"] a .overlay, .product-table-list .img-container--png a .overlay {
          background: rgba(255, 255, 255, 0.6); }
    .product-table-list .img-container[data-image="jpg"] .image-cover--centered {
      background-size: 100% 100%;
      padding: 10px; }
    .product-table-list .img-container[data-image="png"] .centered {
      padding: 10px;
      background-color: #DBDBDB; }
    .product-table-list .img-container .expand {
      position: absolute; }

@media only screen and (max-width: 39.9375em) {
  .product-table-list .img-container {
    height: 150px; } }

body.term-adhesive-systems .product-table-list__gallery .img-container__inner {
  border: none; }

.extra-info-block {
  padding: 30px 0 0px; }
  .extra-info-block.how-it-works-block h4 {
    line-height: 1.6; }

/* 896px or under */
@media only screen and (max-width: 56em) {
  .components-block .medium-6 {
    width: 100%; }
  .components-block .show-for-medium {
    display: none; } }

.sub-anchors {
  padding: 30px 0 10px;
  display: none; }
  .sub-anchors__item {
    display: inline-block;
    color: #2E2D2D; }
    .sub-anchors__item:hover {
      cursor: pointer;
      color: #F5A328; }
      .sub-anchors__item:hover:after {
        color: #2E2D2D; }
    .sub-anchors__item:after {
      content: "|";
      padding-left: 5px; }
    .sub-anchors__item:last-child:after {
      display: none; }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .sub-anchors {
    display: none; } }

.category-navigation {
  position: absolute;
  top: 0;
  font-weight: 700; }
  .category-navigation img {
    height: 20px; }
  .category-navigation a {
    color: #ffffff;
    display: inline !important;
    width: auto !important;
    font-weight: 400; }
    .category-navigation a:hover {
      text-decoration: underline; }
      .category-navigation a:hover:after {
        text-decoration: none; }
    .category-navigation a:after {
      display: inline-block;
      padding-left: 5px;
      content: "-"; }
    .category-navigation a:visited {
      color: #ffffff; }
  .category-navigation.history-journey a:last-child {
    font-weight: bold; }
    .category-navigation.history-journey a:last-child:after {
      content: "" !important; }

.tax-product_cat .category-navigation a:last-child {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  font-weight: 700; }
  .tax-product_cat .category-navigation a:last-child:after {
    display: none; }

.tax-product_cat .category-navigation--parent {
  display: none; }

.archive .static-header--page .category-navigation {
  position: static;
  text-align: left;
  margin-bottom: -15%;
  margin-top: 3%; }

/* 848px or under */
@media only screen and (max-width: 53em) {
  .category-navigation {
    top: -50px; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .category-navigation {
    top: -30px;
    text-align: center;
    left: 10px;
    right: 10px; } }

.related-products {
  padding-top: 50px; }
  .related-products .elements-grid__item a img {
    display: none; }
  .related-products .elements-grid__item__subtitle {
    float: left;
    text-align: left;
    max-width: 100%; }
  .related-products .elements-grid__item__image {
    float: none;
    width: 100%;
    text-align: center; }
    .related-products .elements-grid__item__image img {
      bottom: auto;
      left: auto;
      height: 90%;
      margin: 5% auto; }
    .related-products .elements-grid__item__image + .elements-grid__item__title {
      position: static;
      float: none; }

.how-it-works-block {
  padding-bottom: 40px; }
  .how-it-works-block .large-12:first-of-type {
    margin-bottom: 30px; }
  .how-it-works-block .steps {
    float: left;
    width: calc((100% - 120px) / 2);
    position: relative; }
    .how-it-works-block .steps:after {
      top: calc(50% - 8px);
      position: absolute;
      right: 10px;
      content: "";
      display: block;
      height: 16px;
      width: 16px;
      border: 1px solid grey;
      border-left: 0;
      border-top: none;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .how-it-works-block .steps .step {
      float: left;
      width: 50%;
      padding: 30px 0;
      text-align: center; }
      .how-it-works-block .steps .step h4 {
        margin-top: 30px;
        line-height: 1; }
      .how-it-works-block .steps .step img {
        height: 53px; }
      .how-it-works-block .steps .step p {
        margin-bottom: 0;
        line-height: 1; }
      .how-it-works-block .steps .step:first-child {
        border-right: 1px solid grey; }
  .how-it-works-block .options {
    float: left;
    width: 120px; }
    .how-it-works-block .options .option {
      margin: 0 auto;
      height: 75px;
      width: 75px;
      background: grey;
      border-radius: 75px;
      background-clip: padding-box;
      position: relative; }
      .how-it-works-block .options .option img {
        width: 30px;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center; }
      .how-it-works-block .options .option:hover, .how-it-works-block .options .option.active {
        background: #F5A328;
        cursor: pointer; }
    .how-it-works-block .options p {
      text-align: center;
      text-transform: uppercase;
      margin: 8px 0;
      color: #F5A328;
      font-weight: 700; }
  .how-it-works-block .options-content {
    float: left;
    width: calc((100% - 120px) / 2); }
    .how-it-works-block .options-content .option-content {
      display: none; }
      .how-it-works-block .options-content .option-content h4 {
        color: #F5A328;
        font-weight: 600 !important; }
      .how-it-works-block .options-content .option-content .content {
        display: none; }
      .how-it-works-block .options-content .option-content span.show_more {
        color: #F5A328;
        cursor: pointer;
        font-size: 0.9em;
        display: block; }
      .how-it-works-block .options-content .option-content span.content {
        display: none; }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .how-it-works-block .steps {
    width: 100%;
    padding-bottom: 50px; }
    .how-it-works-block .steps:after {
      height: 20px;
      width: 20px;
      top: auto;
      bottom: 0;
      right: calc(50% - 10px);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .how-it-works-block .steps .step {
      padding: 10px 0; }
  .how-it-works-block .options {
    width: 100%; }
    .how-it-works-block .options .option {
      float: left;
      margin: 10px calc((100% - 175px) / 4); }
    .how-it-works-block .options p {
      float: left;
      padding-top: 28px; }
  .how-it-works-block .options-content {
    width: 100%; }
    .how-it-works-block .options-content .option-content {
      width: 90%;
      margin: 20px auto 0; } }

/*-------------- SWIPEBOX -----------------*/
a.swipebox {
  color: white; }
  a.swipebox:hover, a.swipebox:focus {
    color: white; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: none !important;
  transition: none !important; }

#swipebox-bottom-bar {
  position: relative;
  max-width: none;
  bottom: 0px;
  background: none;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -35px, 0);
  transform: translate3d(0, -35px, 0); }

#swipebox-top-bar {
  display: none; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none; }

#swipebox-close {
  background: none; }
  #swipebox-close span {
    top: 10px;
    right: 7px; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: none; }

.swipebox-touch #swipebox-container:after {
  display: none; }

.team-slider {
  margin-top: 30px; }
  .team-slider__item {
    height: 219px; }
    .team-slider__item__image {
      position: relative;
      height: 100%; }
      .team-slider__item__image .overlay {
        text-align: center;
        color: white; }

.team-grid__item h6 {
  color: #2E2D2D; }

.team-grid__item span {
  color: #F5A328; }

.team-grid__item a {
  color: #F5A328; }
  .team-grid__item a:visited {
    color: #F5A328; }

.distributors-map {
  height: 700px; }
  .distributors-map .dist-map {
    height: 700px; }

.distributors-filter {
  padding: 45px 0; }
  .distributors-filter form {
    max-width: 400px; }
    .distributors-filter form input {
      float: left;
      width: calc(100% - 50px); }
    .distributors-filter form button[type="submit"] {
      float: left;
      width: 50px;
      height: 39px;
      margin-top: 0;
      padding: 0;
      background: #F5A328;
      color: #ffffff;
      position: relative;
      display: block; }
      .distributors-filter form button[type="submit"] i {
        padding: 0;
        margin: 0; }
      .distributors-filter form button[type="submit"]:hover {
        background: #2E2D2D; }

.distributors-map-block .row .large-6:first-child {
  padding-left: calc(((1200px - 1000px)/2) + 15px);
  padding-right: 0; }

.distributors-map-block .distributor-item {
  float: left;
  width: 100%;
  padding: 10px 0; }
  .distributors-map-block .distributor-item__distance {
    width: 115px;
    text-align: center;
    font-size: 0.7rem; }
    .distributors-map-block .distributor-item__distance .marker {
      height: 30px;
      width: 21px;
      background-image: url("../img/plastestrip-map-marker.png");
      background-repeat: no-repeat;
      background-size: contain;
      margin: 0 auto; }
  .distributors-map-block .distributor-item__information {
    width: calc(100% - 115px); }
  .distributors-map-block .distributor-item__title {
    color: #F5A328; }
  .distributors-map-block .distributor-item__details {
    display: none; }
    .distributors-map-block .distributor-item__details a {
      color: #F5A328; }
      .distributors-map-block .distributor-item__details a:visited {
        color: #F5A328; }
  .distributors-map-block .distributor-item__show-map {
    font-size: 0.7rem;
    display: none; }
    .distributors-map-block .distributor-item__show-map:before {
      content: "";
      display: inline-block;
      height: 15px;
      width: 20px;
      background-image: url("../img/plastestrip-map-marker.png");
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      top: 3px; }
    .distributors-map-block .distributor-item__show-map:hover {
      cursor: pointer;
      color: #F5A328; }
  .distributors-map-block .distributor-item__more {
    cursor: pointer;
    font-size: 0.7rem; }

.distributors-map-block__overlay {
  -webkit-transition: 500ms linear;
  transition: 500ms linear;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(255, 255, 255, 0.7);
  text-align: center; }
  .distributors-map-block__overlay img {
    margin-top: 75px; }

.distributors-map-block.loading .distributors-map-block__overlay {
  -webkit-transition: 250ms linear;
  transition: 250ms linear;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

.marker-window__content {
  color: #2E2D2D; }
  .marker-window__content a {
    color: #F5A328; }
    .marker-window__content a:visited {
      color: #F5A328; }

.marker-window__title {
  color: #F5A328;
  font-size: 15px; }

.distributors-list {
  position: relative;
  height: 700px;
  overflow-y: scroll;
  overflow-x: hidden; }

/* 1200px or under */
@media only screen and (max-width: 75em) {
  .distributors-map-block .row .large-6:first-child {
    padding-left: calc(((100vw - 1000px)/2) + 15px); } }

/* 1000px or under */
@media only screen and (max-width: 62.5em) {
  .distributors-map-block .row .large-6:first-child {
    padding-left: 15px; } }

/* 800px or under */
@media only screen and (max-width: 50em) {
  .distributors-filter-block .column, .distributors-filter-block .columns {
    width: 100%; }
    .distributors-filter-block .column:last-child, .distributors-filter-block .columns:last-child {
      display: none; }
    .distributors-filter-block .column .distributors-filter, .distributors-filter-block .columns .distributors-filter {
      text-align: center;
      max-width: 500px;
      margin: 0px auto 20px; }
      .distributors-filter-block .column .distributors-filter form, .distributors-filter-block .columns .distributors-filter form {
        margin: 0 auto; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .distributors-map-block .row .large-6:first-child {
    padding-left: 10px; }
  .distributors-map-block .distributor-item__distance {
    width: 105px; }
  .distributors-map-block .distributor-item__information {
    width: calc(100% - 105px); }
  .distributors-map-block .distributor-item__show-map {
    display: inline-block; }
  .distributors-list {
    position: relative;
    height: auto;
    max-height: 800px;
    overflow: scroll; }
  .distributors-map {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%; }
    .distributors-map .dist-map {
      height: 100vh; }
    .distributors-map .button-close {
      z-index: 50;
      top: 10px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      text-align: center; } }

.static-header {
  background-color: #F5A328;
  padding: 350px 0 320px; }
  .static-header__container .logos-slider__container .prev-arrow {
    left: calc(((100vw - 1200px) / 2) + 90px);
    top: auto;
    bottom: 20px; }
    .static-header__container .logos-slider__container .prev-arrow span {
      border-color: #DBDBDB; }
    .static-header__container .logos-slider__container .prev-arrow.slick-disabled span {
      display: none; }
  .static-header__container .logos-slider__container .next-arrow {
    right: calc(((100vw - 1200px) / 2) - 10px); }
    .static-header__container .logos-slider__container .next-arrow.slick-disabled span {
      display: none; }
  .static-header__container .logos-slider__container .next-arrow:hover span,
  .static-header__container .logos-slider__container .prev-arrow:hover span {
    border-color: #2E2D2D; }
  .static-header__content {
    position: relative; }
  .static-header--image {
    padding: 0;
    padding-top: 125px;
    margin-bottom: 150px; }
    .static-header--image .standard-button {
      display: inline-block;
      max-width: 200px;
      min-height: 0;
      text-align: center;
      margin: 8px; }
      .static-header--image .standard-button:nth-of-type(1) {
        margin-left: 0px; }
    .static-header--image .static-header__image {
      height: 428px;
      overflow: hidden; }
      .static-header--image .static-header__image div {
        height: 100%; }
      .static-header--image .static-header__image .slick-list {
        min-height: 418px;
        max-height: 418px; }
        .static-header--image .static-header__image .slick-list .slick-track {
          height: 100%; }
      .static-header--image .static-header__image__inner {
        height: 100%;
        position: relative; }
        .static-header--image .static-header__image__inner[data-image="png"] {
          padding: 10px;
          background-color: #DBDBDB; }
        .static-header--image .static-header__image__inner[data-image="jpg"] {
          background-size: 100% 100%;
          background-position: center center; }
          .static-header--image .static-header__image__inner[data-image="jpg"] .image-cover, .static-header--image .static-header__image__inner[data-image="jpg"] .image-cover--centered {
            background-size: 100% 100%; }
        .static-header--image .static-header__image__inner .overlay {
          opacity: 0;
          filter: alpha(opacity=0);
          z-index: 100; }
          .static-header--image .static-header__image__inner .overlay p {
            position: absolute;
            left: 20px;
            bottom: 10px;
            color: #F5A328;
            font-size: 1.5rem; }
            .static-header--image .static-header__image__inner .overlay p span {
              display: block;
              color: white; }
              .static-header--image .static-header__image__inner .overlay p span i {
                font-size: 0.7em; }
              .static-header--image .static-header__image__inner .overlay p span:hover i {
                position: relative; }
        .static-header--image .static-header__image__inner:hover .overlay {
          opacity: 1;
          filter: alpha(opacity=100); }
          .static-header--image .static-header__image__inner:hover .overlay:hover {
            cursor: default; }
        .static-header--image .static-header__image__inner .image-cover, .static-header--image .static-header__image__inner .image-cover--centered {
          height: 100%; }
          .static-header--image .static-header__image__inner .image-cover img, .static-header--image .static-header__image__inner .image-cover--centered img {
            display: block;
            margin: 0 auto;
            width: 100%;
            position: relative;
            top: 50%;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
          .static-header--image .static-header__image__inner .image-cover.contain, .static-header--image .static-header__image__inner .contain.image-cover--centered {
            background-color: rgb(248,248,248); } /* Old colour #DBDBDB */
        .static-header--image .static-header__image__inner[data-image="jpg"] .image-cover.centered, .static-header--image .static-header__image__inner[data-image="jpg"] .centered.image-cover--centered {
          background: none; }
        .static-header--image .static-header__image__inner[data-image="png"] .image-cover, .static-header--image .static-header__image__inner[data-image="png"] .image-cover--centered {
          background-origin: content-box;
          padding: 10px; }
        .static-header--image .static-header__image__inner--video {
          position: relative;
          background-color: black; }
          .static-header--image .static-header__image__inner--video video {
            width: 100%    !important;
            height: auto   !important;
            position: relative;
            top: 50%;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .static-header--image .static-header__container {
      position: relative;
      bottom: -85px; }
    .static-header--image .static-header__content {
      position: relative;
      padding: 50px 5% 0px 115px;
      color: #ffffff; }
      .static-header--image .static-header__content__inner {
        position: absolute;
        bottom: 130px;
        padding-right: 50px; }
        .static-header--image .static-header__content__inner .cat-logo {
          height: 50px;
        margin-bottom: 20px; }
        .static-header--image .static-header__content__inner h1 {
          font-size: 2.5rem;
          line-height: 1.2em; }
          .static-header--image .static-header__content__inner h1.long-title {
            font-size: 2rem; }
        .static-header--image .static-header__content__inner .standard-content, .static-header--image .static-header__content__inner .top-label, .static-header--image .static-header__content__inner .splitted-text-image .row, .splitted-text-image .static-header--image .static-header__content__inner .row, .static-header--image .static-header__content__inner table.tablepress, .static-header--image .static-header__content__inner .page-template-template-checklist-mulistep .multiform-tab, .page-template-template-checklist-mulistep .static-header--image .static-header__content__inner .multiform-tab, .static-header--image .static-header__content__inner .page-template-template-checklist-mulistep .multiform-tab p, .page-template-template-checklist-mulistep .multiform-tab .static-header--image .static-header__content__inner p, .static-header--image .static-header__content__inner .page-template-template-checklist-mulistep .multiform-section, .page-template-template-checklist-mulistep .static-header--image .static-header__content__inner .multiform-section {
          line-height: 1.5rem; }
      .static-header--image .static-header__content--no-desc .static-header__content__inner {
        height: calc(100% - 50px);
        position: relative;
        bottom: auto;
        top: -35px; }
        .static-header--image .static-header__content--no-desc .static-header__content__inner h1 {
          position: relative;
          top: 50%;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
    .static-header--image .static-header__gallery {
      width: calc(100% - 100px);
      position: absolute;
      bottom: 0;
      right: 0; }
      .static-header--image .static-header__gallery .large-4 {
        height: 114px;
        padding-left: 0;
        margin-right: 10px;
        margin-right: 15px; }
        .static-header--image .static-header__gallery .large-4 .static-header__gallery--thumb {
          position: relative;
          height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: 50% 50%; }
          .static-header--image .static-header__gallery .large-4 .static-header__gallery--thumb img.thumb-image {
            position: relative;
            top: 50%;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
          .static-header--image .static-header__gallery .large-4 .static-header__gallery--thumb.contain {
            background-origin: content-box;
            padding: 10px;
            background-size: contain;
            background-color: #DBDBDB; }
          .static-header--image .static-header__gallery .large-4 .static-header__gallery--thumb[data-image="jpg"] {
            background-size: 100% 100%;
            background-color: #fff; }
          .static-header--image .static-header__gallery .large-4 .static-header__gallery--thumb .overlay {
            opacity: 0;
            filter: alpha(opacity=0);
            z-index: 100; }
            .static-header--image .static-header__gallery .large-4 .static-header__gallery--thumb .overlay .sub-anchors__item {
              position: absolute;
              bottom: 10px;
              left: 10px;
              color: #F5A328;
              margin-bottom: 0;
              width: calc(100% - 20px); }
              .static-header--image .static-header__gallery .large-4 .static-header__gallery--thumb .overlay .sub-anchors__item i {
                color: white;
                font-size: 0.6em; }
            .static-header--image .static-header__gallery .large-4 .static-header__gallery--thumb .overlay--black--video {
              display: block; }
              .static-header--image .static-header__gallery .large-4 .static-header__gallery--thumb .overlay--black--video img {
                height: 30px;
                position: relative;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                text-align: center; }
          .static-header--image .static-header__gallery .large-4 .static-header__gallery--thumb:not(.active-why):hover .overlay {
            opacity: 1;
            filter: alpha(opacity=100); }
  .static-header--page {
    padding: 250px 0 100px;
    text-align: center; }
    .static-header--page .static-header__content {
      max-width: 600px;
      margin: 0 auto; }
  .static-header.small-image .static-header__content__inner {
    /*bottom: 0px;*/ }

/*125px or under */
@media only screen and (max-width: 78.125em) {
  .static-header__container .logos-slider__container .next-arrow {
    right: 30px; } }

/*1200px or under */
@media only screen and (max-width: 75em) {
  .static-header__container .logos-slider__container .prev-arrow {
    left: 30px; }
  .static-header--image .static-header__content {
    padding: 20px 5% 0px 10px;
    padding-left: calc((100vw - 970px) / 2); }
    .static-header--image .static-header__content__inner {
      bottom: 130px;
      padding-right: 30px; }
      .static-header--image .static-header__content__inner h1 {
        font-size: 2rem; }
        .static-header--image .static-header__content__inner h1.long-title {
          font-size: 1.8rem; }
  .static-header--image .static-header__gallery {
    width: calc(100% - (100vw - 1000px) / 2); } 
    .page-template-default .static-header .static-header__content {
      padding-bottom: 400px; }
      .page-template-default .static-header .static-header__content__inner {
        bottom: auto; }
      .page-template-default .static-header .static-header__image {
        background-color: transparent; }
    .page-template-template-technical .static-header .static-header__content {
      padding-bottom: 500px; }
      .page-template-template-technical .static-header .static-header__content__inner {
        bottom: auto;
        top: 0; }
      .page-template-template-technical .static-header .static-header__image {
        background-color: transparent; }
    }

/* 1000px or under */
@media only screen and (max-width: 62.5em) {
  .static-header--image .static-header__content {
    padding-left: 15px; }
  .static-header--image .static-header__gallery {
    width: calc(100% - 0px); } }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .static-header {
    padding: 250px 0 230px; }
    .static-header--image {
      padding: 0;
      padding-top: 125px; }
    .static-header--page {
      padding: 250px 0 100px; }
    .static-header .image-cover.image-cover--centered[data-image="jpg"], .static-header .image-cover--centered[data-image="jpg"] {
      background: none; } }

/* 848px or under */
@media only screen and (max-width: 53em) {
  .static-header {
    padding: 50px 0 100px; }
    .static-header--image {
      padding: 0;
      padding-top: 0; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .static-header__container .logos-slider__container {
    display: none; }
  .static-header--image .static-header__container {
    bottom: -40px; }
  .static-header--image .static-header__content {
    padding: 10px 10px 25px; }
    .static-header--image .static-header__content__inner {
      position: static;
      padding-right: 0;
      text-align: center; }
    .static-header--image .static-header__content--no-desc .static-header__content__inner {
      height: 100%;
      position: static; }
      .static-header--image .static-header__content--no-desc .static-header__content__inner h1 {
        position: relative;
        top: initial;
        left: initial;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
  .static-header--image .static-header__image {
    min-height: 300px;
    height: 300px !important; }
    .static-header--image .static-header__image a {
      min-height: 300px; }
    .static-header--image .static-header__image .image-cover, .static-header--image .static-header__image .image-cover--centered {
      min-height: 300px;
      height: 300px !important; }
    .static-header--image .static-header__image__inner .overlay {
      height: 100%;
      top: 0px;
      bottom: 0; }
      .static-header--image .static-header__image__inner .overlay p {
        font-size: 1.2rem;
        bottom: 0px;
        position: absolute; }
      .static-header--image .static-header__image__inner .overlay a {
        display: none; }
  .static-header--image .static-header__gallery {
    position: relative;
    top: 350px;
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
    margin: 0; }
  .static-header--image .standard-button {
    margin: 10px auto 0 auto; }
  .static-header--page {
    padding: 40px 0 50px; }
  .static-header--image .static-header__image .slick-list {
    min-height: 0px; } 
    .page-template-default .static-header .static-header__content {
      padding-bottom: 20px; }
    .page-template-template-technical .static-header .static-header__content {
      padding-bottom: 20px; }
      }

.splitted-cta {
  clear: both;
  position: static;
  top: 0;
  padding: 80px 0; }
  .splitted-cta__box {
    height: 100%;
    color: #ffffff;
    padding: 40px; }
    .splitted-cta__box--contact {
      background-color: #2E2D2D; }
      .splitted-cta__box--contact:after {
        content: "";
        clear: both;
        display: table; }
      .splitted-cta__box--contact h4 {
        margin-top: 90px; }
      .splitted-cta__box--contact p {
        padding-bottom: 15px; }
        .splitted-cta__box--contact p span {
          color: #F5A328; }
      .splitted-cta__box--contact .standard-button {
        float: left;
        width: 40%; }
        .splitted-cta__box--contact .standard-button:last-child {
          width: 57%;
          float: right; }
    .splitted-cta__box--delivery {
      position: relative;
      height: 100%;
      background-color: #F5A328; }
      .splitted-cta__box--delivery h4 {
        text-transform: uppercase; }
        .splitted-cta__box--delivery h4 span {
          color: #2E2D2D;
          position: relative;
          top: -35px; }
      .splitted-cta__box--delivery .bottom-container .info-container {
        position: absolute;
        left: 40px;
        right: 40px;
        bottom: 40px; }
      .splitted-cta__box--delivery .bottom-container span {
        position: relative;
        top: 10px; }
        .splitted-cta__box--delivery .bottom-container span:nth-of-type(2) {
          display: block;
          max-width: calc(100% - 160px); }
      .splitted-cta__box--delivery .bottom-container .standard-button {
        width: auto;
        float: right;
        position: absolute;
        bottom: 40px;
        right: 40px; }

/* 1200px or under */
@media only screen and (max-width: 75em) {
  .splitted-cta__box {
    padding: 40px; }
    .splitted-cta__box--contact h4 {
      margin-top: 0px; }
    .splitted-cta__box--contact .standard-button {
      width: 100%; }
      .splitted-cta__box--contact .standard-button:last-child {
        margin-top: 10px;
        width: 100%;
        float: none; }
    .splitted-cta__box--delivery {
      position: relative;
      height: 100%; }
      .splitted-cta__box--delivery h4 span {
        top: -25px; }
      .splitted-cta__box--delivery .bottom-container {
        position: absolute;
        left: 40px;
        right: 40px;
        bottom: 40px; }
        .splitted-cta__box--delivery .bottom-container .info-container {
          position: static; }
        .splitted-cta__box--delivery .bottom-container span {
          display: block;
          position: relative;
          top: -10px; }
          .splitted-cta__box--delivery .bottom-container span:nth-of-type(2) {
            max-width: calc(100% - 0px); }
        .splitted-cta__box--delivery .bottom-container .standard-button {
          position: static;
          width: 100%;
          float: right; } }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .splitted-cta {
    padding: 60px 0; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .splitted-cta {
    padding: 40px 0; } }

/* 800px or under */
@media only screen and (max-width: 50em) {
  .splitted-cta__box {
    padding: 30px; }
    .splitted-cta__box--delivery .bottom-container {
      left: 30px;
      right: 30px;
      bottom: 30px; } }

/* 700px or under */
@media only screen and (max-width: 43.75em) {
  .splitted-cta .medium-6 {
    width: 100%; }
    .splitted-cta .medium-6:last-child {
      margin-top: 20px; }
  .splitted-cta__box {
    padding: 40px; }
    .splitted-cta__box--contact .standard-button {
      width: 40%; }
      .splitted-cta__box--contact .standard-button:last-child {
        margin-top: 0;
        width: 57%;
        float: right; }
    .splitted-cta__box--delivery h4 {
      margin-bottom: 50px; }
    .splitted-cta__box--delivery .bottom-container {
      position: absolute;
      left: 40px;
      right: 40px;
      bottom: 40px; }
      .splitted-cta__box--delivery .bottom-container .info-container {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px; }
        .splitted-cta__box--delivery .bottom-container .info-container span {
          position: static; }
          .splitted-cta__box--delivery .bottom-container .info-container span:last-child {
            max-width: calc(100% - 160px); }
      .splitted-cta__box--delivery .bottom-container .standard-button {
        width: auto;
        float: right; } }

/* 560px or under */
@media only screen and (max-width: 35em) {
  .splitted-cta__box {
    padding: 40px; }
    .splitted-cta__box--contact h4 {
      margin-top: 0px; }
    .splitted-cta__box--contact .standard-button {
      position: relative;
      width: 48%; }
      .splitted-cta__box--contact .standard-button span {
        display: none; }
      .splitted-cta__box--contact .standard-button i {
        position: absolute;
        top: 30px;
        right: 15px; }
      .splitted-cta__box--contact .standard-button:last-child {
        width: 48%; }
    .splitted-cta__box--delivery {
      position: relative;
      height: 100%; }
      .splitted-cta__box--delivery h4 span {
        top: -25px; }
      .splitted-cta__box--delivery .bottom-container {
        position: static; }
        .splitted-cta__box--delivery .bottom-container .info-container {
          position: static; }
          .splitted-cta__box--delivery .bottom-container .info-container span {
            display: block;
            position: relative;
            top: -10px; }
            .splitted-cta__box--delivery .bottom-container .info-container span:last-child {
              max-width: 100%; }
        .splitted-cta__box--delivery .bottom-container .standard-button {
          width: 100%;
          float: none; } }

/* 400px or under */
@media only screen and (max-width: 25em) {
  .splitted-cta__box {
    padding: 20px; } }

.full-page-info-block {
  position: relative;
  color: #ffffff; }
  .full-page-info-block .row {
    position: relative;
    padding: 100px 0; }
  .full-page-info-block__icon {
    height: 42px;
    width: 42px;
    position: absolute;
    top: 105px;
    margin-left: 30px; }
  .full-page-info-block__content {
    padding-left: 100px; }
    .full-page-info-block__content h4 {
      line-height: 1.1; }
      .full-page-info-block__content h4 span {
        color: #F5A328; }
    .full-page-info-block__content .standard-content, .full-page-info-block__content .top-label, .full-page-info-block__content .splitted-text-image .row, .splitted-text-image .full-page-info-block__content .row, .full-page-info-block__content table.tablepress, .full-page-info-block__content .page-template-template-checklist-mulistep .multiform-tab, .page-template-template-checklist-mulistep .full-page-info-block__content .multiform-tab, .full-page-info-block__content .page-template-template-checklist-mulistep .multiform-tab p, .page-template-template-checklist-mulistep .multiform-tab .full-page-info-block__content p, .full-page-info-block__content .page-template-template-checklist-mulistep .multiform-section, .page-template-template-checklist-mulistep .full-page-info-block__content .multiform-section {
      padding: 35px 0;
      width: 85%; }
    .full-page-info-block__content .standard-button {
      width: auto; }
      .full-page-info-block__content .standard-button:nth-child(2) {
        margin-left: 10px;
        border: none; }
  .full-page-info-block--special .row {
    height: 100%; }
  .full-page-info-block--special .medium-9 {
    height: 100%; }
  .full-page-info-block--special .large-6 {
    width: 100%; }
  .full-page-info-block--special .full-page-info-block__icon {
    top: 90px; }
  .full-page-info-block--special .full-page-info-block__content .standard-content, .full-page-info-block--special .full-page-info-block__content .top-label, .full-page-info-block--special .full-page-info-block__content .splitted-text-image .row, .splitted-text-image .full-page-info-block--special .full-page-info-block__content .row, .full-page-info-block--special .full-page-info-block__content table.tablepress, .full-page-info-block--special .full-page-info-block__content .page-template-template-checklist-mulistep .multiform-tab, .page-template-template-checklist-mulistep .full-page-info-block--special .full-page-info-block__content .multiform-tab, .full-page-info-block--special .full-page-info-block__content .page-template-template-checklist-mulistep .multiform-tab p, .page-template-template-checklist-mulistep .multiform-tab .full-page-info-block--special .full-page-info-block__content p, .full-page-info-block--special .full-page-info-block__content .page-template-template-checklist-mulistep .multiform-section, .page-template-template-checklist-mulistep .full-page-info-block--special .full-page-info-block__content .multiform-section {
    padding: 10px 0 10px 0; }
  .full-page-info-block--special .full-page-info-block__content h4 {
    font-size: 1.39rem; }
  .full-page-info-block--special .full-page-info-block__content h6 {
    color: #F5A328;
    font-size: 3rem; }
  .full-page-info-block--special .full-page-info-block__content ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; }
    .full-page-info-block--special .full-page-info-block__content ul li {
      padding-bottom: 0;
      padding-right: 20px;
      margin-bottom: 10px; }
      .full-page-info-block--special .full-page-info-block__content ul li:before {
        color: #ffffff; }
    .full-page-info-block--special .full-page-info-block__content ul.one-column {
      columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1; }
  .full-page-info-block--special .full-page-info-block__content .standard-button {
    margin-bottom: 50px; }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .full-page-info-block .row {
    padding: 80px 0; }
  .full-page-info-block__icon {
    top: 85px;
    margin-left: 20px; }
  .full-page-info-block__content {
    padding-left: 80px; }
  .full-page-info-block--special .full-page-info-block__icon {
    top: 70px; }
  .full-page-info-block--special .full-page-info-block__content .standard-content, .full-page-info-block--special .full-page-info-block__content .top-label, .full-page-info-block--special .full-page-info-block__content .splitted-text-image .row, .splitted-text-image .full-page-info-block--special .full-page-info-block__content .row, .full-page-info-block--special .full-page-info-block__content table.tablepress, .full-page-info-block--special .full-page-info-block__content .page-template-template-checklist-mulistep .multiform-tab, .page-template-template-checklist-mulistep .full-page-info-block--special .full-page-info-block__content .multiform-tab, .full-page-info-block--special .full-page-info-block__content .page-template-template-checklist-mulistep .multiform-tab p, .page-template-template-checklist-mulistep .multiform-tab .full-page-info-block--special .full-page-info-block__content p, .full-page-info-block--special .full-page-info-block__content .page-template-template-checklist-mulistep .multiform-section, .page-template-template-checklist-mulistep .full-page-info-block--special .full-page-info-block__content .multiform-section {
    padding: 10px 0 10px 0; }
  .full-page-info-block--special .full-page-info-block__content h4 {
    font-size: 1.39rem; }
  .full-page-info-block--special .full-page-info-block__content h6 {
    font-size: 2rem; }
  .full-page-info-block--special .full-page-info-block__content .standard-button {
    bottom: 80px; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .full-page-info-block {
    text-align: center; }
    .full-page-info-block__icon {
      display: none !important; }
    .full-page-info-block__content {
      padding-left: 0; }
      .full-page-info-block__content .standard-content, .full-page-info-block__content .top-label, .full-page-info-block__content .splitted-text-image .row, .splitted-text-image .full-page-info-block__content .row, .full-page-info-block__content table.tablepress, .full-page-info-block__content .page-template-template-checklist-mulistep .multiform-tab, .page-template-template-checklist-mulistep .full-page-info-block__content .multiform-tab, .full-page-info-block__content .page-template-template-checklist-mulistep .multiform-tab p, .page-template-template-checklist-mulistep .multiform-tab .full-page-info-block__content p, .full-page-info-block__content .page-template-template-checklist-mulistep .multiform-section, .page-template-template-checklist-mulistep .full-page-info-block__content .multiform-section {
        margin: 0 auto; }
    .full-page-info-block--special .full-page-info-block__content h4 {
      line-height: 1.3; }
      .full-page-info-block--special .full-page-info-block__content h4 span {
        display: block; }
    .full-page-info-block--special .full-page-info-block__content ul {
      columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1; }
    .full-page-info-block--special .full-page-info-block__content .standard-button {
      margin-bottom: 30px; } }

.block-cta-question {
  margin: 30px 0 30px 0px;
  border-left: 2px solid #F5A328;
  float: left;
  width: 100%; }
  .block-cta-question__img {
    float: left;
    width: 44%;
    display: inline;
    position: relative;
    height: 135px; }
    .block-cta-question__img img {
      position: relative;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      width: 81px; }
  .block-cta-question__content {
    float: right;
    width: 56%;
    display: inline-block;
    padding-top: 10px; }
    .block-cta-question__content h5 {
      font-size: 32px; }
      .block-cta-question__content h5 span {
        color: #F5A328; }
    .block-cta-question__content p {
      font-size: 20px;
      margin-bottom: 0; }
      .block-cta-question__content p span,
      .block-cta-question__content p a {
        color: #F5A328; }
        .block-cta-question__content p span:visited,
        .block-cta-question__content p a:visited {
          color: #F5A328; }
  .block-cta-question--experts .block-cta-question__img {
    height: 160px; }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .block-cta-question {
    margin: 20px 0px; }
    .block-cta-question__img {
      width: 40%; }
      .block-cta-question__img img {
        width: 70px; }
    .block-cta-question__content {
      float: right;
      width: 60%; }
      .block-cta-question__content h5 {
        font-size: 30px; }
      .block-cta-question__content p {
        font-size: 18px; } }

/* Small only -  639px or under */
.benefits-block__list h5 {
  color: #F5A328; }

.benefits-block .standard-button {
  margin-top: 20px;
  width: auto; }

.benefits-block__extra {
  position: relative; }
  .benefits-block__extra__content {
    width: 100%;
    position: relative; }
  .benefits-block__extra__buttons .standard-button {
    text-align: center;
    width: calc((100% - 19px)/2); }
    .benefits-block__extra__buttons .standard-button:nth-of-type(1) {
      margin-left: 0px; }
    .benefits-block__extra__buttons .standard-button:nth-of-type(2) {
      margin-left: 15px; }
    .benefits-block__extra__buttons .standard-button:nth-of-type(3) {
      width: 100%;
      margin-left: 0px; }

/* 896px or under */
@media only screen and (max-width: 56em) {
  .benefits-block .medium-6 {
    width: 100%;
    height: auto !important; }
  .benefits-block__extra {
    position: relative; }
    .benefits-block__extra__content {
      width: 100%;
      position: relative;
      top: initial;
      left: initial;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
      .benefits-block__extra__content .block-cta-question {
        display: none; }
    .benefits-block__extra__buttons {
      text-align: left; }
  .benefits-block.with-extra-buttons .row {
    position: relative; }
  .benefits-block.with-extra-buttons .benefits-block__list {
    position: relative;
    padding-top: 20px; } }

/* 400px or under */
@media only screen and (max-width: 25em) {
  .benefits-block__extra__buttons .standard-button {
    padding: 20px 10px;
    width: 100%; }
    .benefits-block__extra__buttons .standard-button:nth-of-type(2) {
      margin-left: 0px; }
  .benefits-block__extra__buttons:after {
    content: "";
    clear: both;
    display: table; } }

.text-image-block__content {
  width: 90%; }
  .text-image-block__content .standard-button {
    width: auto;
    margin-top: 20px; }

.text-image-block__image img {
  width: 100%;
  max-width: 100%; }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .text-image-block__content {
    width: 95%; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .text-image-block__content {
    width: 100%;
    margin-top: 40px; }
    .text-image-block__content .standard-button {
      width: auto; }
  .text-image-block__image {
    text-align: center; }
    .text-image-block__image img {
      width: auto; } }

.search-block {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }
  .search-block .search-container {
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    padding: 10px 0; }
    .search-block .search-container .search-small {
      position: relative;
      float: right;
      top: -18px;
      margin-bottom: -18px;
      right: 10px;
      text-align: right;
      font-size: 0.7rem; }
  .search-block input {
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    border: none;
    line-height: 1; }
    .search-block input.placeholder {
      color: #2E2D2D;
      opacity: 1;
      font-weight: normal; }
    .search-block input:-moz-placeholder {
      color: #2E2D2D;
      opacity: 1;
      font-weight: normal; }
    .search-block input::-moz-placeholder {
      color: #2E2D2D;
      opacity: 1;
      font-weight: normal; }
    .search-block input:-ms-input-placeholder {
      color: #2E2D2D;
      opacity: 1;
      font-weight: normal; }
    .search-block input::-webkit-input-placeholder {
      color: #2E2D2D;
      opacity: 1;
      font-weight: normal; }
  .search-block .button-close {
    display: none;
    top: 10px;
    right: 10px; }

/* 848px or under */
@media only screen and (max-width: 53em) {
  .search-block {
    z-index: 100;
    height: 100vh; }
    .search-block .search-container {
      height: 100%;
      background: rgba(46, 45, 45, 0.9); }
      .search-block .search-container .row {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    .search-block .button-close {
      display: block; }
    .search-block .search-small {
      display: none; } }

.splitted-gallery .padded-section {
  margin-bottom: 0; }

.splitted-gallery__text div {
  width: 90%; }

.splitted-gallery__gallery {
  height: 300px;
  margin-bottom: 110px; }
  .splitted-gallery__gallery .static-header__image {
    overflow: hidden;
    height: 300px; }
    .splitted-gallery__gallery .static-header__image__inner {
      height: 300px;
      position: relative; }
      .splitted-gallery__gallery .static-header__image__inner .overlay {
        display: none;
        z-index: 100; }
      .splitted-gallery__gallery .static-header__image__inner:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
        .splitted-gallery__gallery .static-header__image__inner:hover .overlay {
          display: block; }
      .splitted-gallery__gallery .static-header__image__inner div {
        height: 100%; }
  .splitted-gallery__gallery__image {
    position: relative; }
    .splitted-gallery__gallery__image .static-header__gallery {
      width: calc(100% + 10px);
      position: absolute;
      bottom: -142px;
      left: 0px; }
      .splitted-gallery__gallery__image .static-header__gallery .item {
        height: 120px;
        padding-left: 0;
        margin-right: 10px;
        padding-right: 13px;
        margin-right: 15px; }
        .splitted-gallery__gallery__image .static-header__gallery .item .static-header__gallery--thumb {
          background-color: #DBDBDB;
          position: relative;
          height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: 50% 50%; }
          .splitted-gallery__gallery__image .static-header__gallery .item .static-header__gallery--thumb img {
            position: relative;
            top: 50%;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
          .splitted-gallery__gallery__image .static-header__gallery .item .static-header__gallery--thumb.contain {
            background-size: contain; }
          .splitted-gallery__gallery__image .static-header__gallery .item .static-header__gallery--thumb .overlay {
            display: none; }
            .splitted-gallery__gallery__image .static-header__gallery .item .static-header__gallery--thumb .overlay--black--video {
              display: block; }
              .splitted-gallery__gallery__image .static-header__gallery .item .static-header__gallery--thumb .overlay--black--video img {
                height: 30px;
                position: relative;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                text-align: center; }
          .splitted-gallery__gallery__image .static-header__gallery .item .static-header__gallery--thumb:not(.active):hover .overlay {
            display: block; }

.splitted-gallery--full .splitted-gallery__gallery {
  height: calc(100vh - 150px); }
  .splitted-gallery--full .splitted-gallery__gallery .static-header__image {
    height: calc(100vh - 150px); }
    .splitted-gallery--full .splitted-gallery__gallery .static-header__image__inner {
      height: calc(100vh - 150px); }
      .splitted-gallery--full .splitted-gallery__gallery .static-header__image__inner:hover {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02); }

.splitted-gallery--full + .row {
  padding-top: 100px; }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .splitted-gallery--full + .row {
    padding-top: 80px; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .splitted-gallery .padded-section {
    margin-bottom: 50px; }
  .splitted-gallery__text {
    margin-bottom: 15px; }
    .splitted-gallery__text div {
      width: 100%; }
  .splitted-gallery__gallery {
    margin-bottom: 95px; }
    .splitted-gallery__gallery .slick-dots {
      display: none !important; }
    .splitted-gallery__gallery .static-header__image {
      margin-bottom: 0 !important; }
  .splitted-gallery--full + .row {
    padding-top: 30px; } }

.splitted-text-image .row strong {
  font-weight: 400; }

.splitted-text-image .row img {
  width: 100%;
  padding-top: 20px; }

.to-top {
  position: fixed;
  z-index: 100000;
  width: 50px;
  height: 50px;
  background-color: #F5A328;
  bottom: 60px;
  right: 10px;
  opacity: 0; }
  .to-top p {
    color: white;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: 0.10rem;
    padding-left: 2px;
    width: 100%;
    left: 0px; }
    .to-top p:before {
      content: "";
      display: block;
      height: 13px;
      width: 13px;
      border: 1px solid white;
      border-bottom: none;
      border-left: none;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: relative;
      left: 16px;
      top: 5px;
      margin-bottom: 4px; }
  .to-top:hover {
    background-color: #DBDBDB; }
  .to-top.show {
    opacity: 1; }

/* 1280px or under */
@media only screen and (max-width: 80em) {
  .to-top {
    right: calc((100vw - 1200px) / 2  + 10px); } }

/* 1200px or under */
@media only screen and (max-width: 75em) {
  .to-top {
    right: 15px; } }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .to-top {
    width: 40px;
    height: 40px;
    bottom: 40px; }
    .to-top p {
      padding-left: 1px; }
      .to-top p:before {
        height: 10px;
        width: 10px;
        left: 14px;
        top: 5px; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .to-top {
    bottom: 20px; } }

.product-table__caption {
  color: #F5A328; }

.product-table__download {
  width: 99%;
  text-align: right;
  color: #F5A328; }
  .product-table__download img {
    height: 29px;
    width: 29px;
    margin-left: 25px;
    position: relative;
    top: -2px; }

.product-table__more-info {
  font-size: 0.8em; }

.table {
  max-width: 100%;
  overflow-x: auto; }

table.tablepress {
  max-width: 99%;
  text-align: center; }
  table.tablepress thead {
    border: 1px solid #F5A328; }
    table.tablepress thead tr th {
      text-align: center;
      font-size: 0.9rem;
      line-height: 1rem;
      color: #ffffff;
      border-right: 1px solid #ffffff;
      background-color: #F5A328;
      padding: 15px 5px; }
      table.tablepress thead tr th a {
        color: #ffffff;
        text-decoration: underline; }
        table.tablepress thead tr th a:visited {
          color: #ffffff; }
      table.tablepress thead tr th:last-child {
        border-right: none; }
      table.tablepress thead tr th.sorting, table.tablepress thead tr th.sorting_asc, table.tablepress thead tr th.sorting_desc {
        background-color: #F5A328; }
        table.tablepress thead tr th.sorting:after, table.tablepress thead tr th.sorting_asc:after, table.tablepress thead tr th.sorting_desc:after {
          display: none; }
        table.tablepress thead tr th.sorting:hover, table.tablepress thead tr th.sorting_asc:hover, table.tablepress thead tr th.sorting_desc:hover {
          background-color: #F5A328; }
  table.tablepress tbody {
    width: calc(100% - 2px);
    border: 1px solid #AEAEAD; }
    table.tablepress tbody tr {
      border-bottom: 1px solid #AEAEAD !important;
      background-color: #fff !important; }
      table.tablepress tbody tr td {
        vertical-align: middle;
        font-size: 0.8rem;
        border: none !important;
        text-align: center;
        border-right: 1px solid #AEAEAD !important;
        line-height: 1rem;
        padding: 12px 5px; }
        table.tablepress tbody tr td a {
          color: #F5A328; }
          table.tablepress tbody tr td a:hover {
            text-decoration: underline; }
          table.tablepress tbody tr td a:visited {
            color: #F5A328; }
      table.tablepress tbody tr:nth-child(even) {
        background-color: #fff; }
      table.tablepress tbody tr.odd td {
        background-color: #fff; }
  table.tablepress caption {
    display: none; }
  table.tablepress .row-hover tr:hover td {
    background: #fff !important; }

.tablepress-table-description {
  font-size: 0.8em;
	margin-bottom: 15px;
 }

.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
  display: none; }

.products-list .product-table {
  margin: 30px 0 0; }

.products-list .product-table:first-child {
    margin-top: 0; }

/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  table.tablepress thead tr th {
    font-size: 0.9rem;
    padding: 20px 7px; }
  table.tablepress tbody tr td {
    font-size: 0.8rem;
    padding: 20px 7px; } }

/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  table.tablepress thead tr th {
    font-size: 0.89rem;
    padding: 15px 5px; }
  table.tablepress tbody tr td {
    font-size: 0.75rem;
    padding: 15px 5px; } }

.tablepress-id-81 .column-1,
.tablepress-id-81 .column-2,
.tablepress-id-81 .column-3 {
  width: 33.33%; }

.tablepress.sevcot .column-1 {
  width: 10%; }

.tablepress.sevcot .column-2 {
  width: 10%; }

.tablepress.sevcot .column-3 {
  width: 30%; }

.tablepress.sevcot .column-4 {
  width: 10%; }
  .tablepress.sevcot .column-4[colspan="2"] {
    width: 20%; }

.tablepress.sevcot .column-5 {
  width: 10%; }

.tablepress.sevcot .column-6 {
  width: 15%; }

.tablepress.sevcot .column-7 {
  width: 15%; }

.tablepress.sevcotgrip .column-1 {
  width: 10%; }

.tablepress.sevcotgrip .column-2 {
  width: 10%; }

.tablepress.sevcotgrip .column-3 {
  width: 25%; }

.tablepress.sevcotgrip .column-4 {
  width: 5%; }

.tablepress.sevcotgrip .column-5 {
  width: 10%; }
  .tablepress.sevcotgrip .column-5[colspan="2"] {
    width: 20%; }

.tablepress.sevcotgrip .column-6 {
  width: 10%; }

.tablepress.sevcotgrip .column-7 {
  width: 15%; }

.tablepress.sixcot .column-1 {
  width: 10%; }

.tablepress.sixcot .column-2 {
  width: 10%; }

.tablepress.sixcot .column-3 {
  width: 30%; }

.tablepress.sixcot .column-4 {
  width: 20%; }

.tablepress.sixcot .column-5 {
  width: 15%; }

.tablepress.sixcot .column-6 {
  width: 15%; }

.tablepress.forcot .column-1 {
  width: 10%; }

.tablepress.forcot .column-2 {
  width: 10%; }

.tablepress.forcot .column-3 {
  width: 65%; }

.tablepress.forcot .column-4 {
  width: 15%; }

.tablepress.fivecot .column-1 {
  width: 10%; }

.tablepress.fivecot .column-2 {
  width: 10%; }

.tablepress.fivecot .column-3 {
  width: 45%; }

.tablepress.fivecot .column-4 {
  width: 20%; }

.tablepress.fivecot .column-5 {
  width: 15%; }

.tablepress.threecot .column-1 {
  width: 40%; }

.tablepress.threecot .column-2 {
  width: 10%; }

.tablepress.threecot .column-3 {
  width: 50%; }

.tablepress.twocot .column-1 {
  width: 25%; }

.tablepress.twocot .column-2 {
  width: 75%; }

.tablepress.frametheeecot .column-1 {
  width: 33.33%; }

.tablepress.frametheeecot .column-2 {
  width: 33.33%; }

.tablepress.frametheeecot .column-3 {
  width: 33.33%; }

.tablepress.framefivecot .column-1 {
  width: 15%; }

.tablepress.framefivecot .column-2 {
  width: 30%; }

.tablepress.framefivecot .column-3 {
  width: 20%; }

.tablepress.framefivecot .column-4 {
  width: 20%; }

.tablepress.framefivecot .column-5 {
  width: 15%; }

.tablepress.framesixcot .column-1 {
  width: 15%; }

.tablepress.framesixcot .column-2 {
  width: 30%; }

.tablepress.framesixcot .column-3 {
  width: 10%; }

.tablepress.framesixcot .column-4 {
  width: 10%; }

.tablepress.framesixcot .column-5 {
  width: 20%; }

.tablepress.framesixcot .column-6 {
  width: 15%; }

.tablepress.alum-rivet .column-1 {
  width: 10%; }

.tablepress.alum-rivet .column-2 {
  width: 10%; }

.tablepress.alum-rivet .column-3 {
  width: 20%; }

.tablepress.alum-rivet .column-4 {
  width: 10%; }

.tablepress.alum-rivet .column-5 {
  width: 10%; }
  .tablepress.alum-rivet .column-5[colspan="2"] {
    width: 20%; }

.tablepress.alum-rivet .column-6 {
  width: 10%; }

.tablepress.alum-rivet .column-7 {
  width: 15%; }

.tablepress.insect-mesh .column-1 {
  width: 20%; }

.tablepress.insect-mesh .column-3 {
  width: 10%; }

.tablepress.insect-mesh .column-4 {
  width: 10%; }

.tablepress.insect-mesh .column-5 {
  width: 10%; }

.tablepress.fixings-table tr:hover .column-1 {
  background: #F5A328 !important; }

.tablepress.fixings-table .column-1 {
  background: #F5A328;
  color: #fff;
  border-bottom: 1px solid #fff !important; }
  .tablepress.fixings-table .column-1:hover {
    background: #F5A328 !important; }
.tablepress.fixings-table img {
	width: 100%;
    height: auto;
    display: block;
}



.tablepress.fixings-table .column-1 {width: 20%}
.tablepress.fixings-table .column-2 {width: 20%}
.tablepress.fixings-table .column-3 {width: 20%}
.tablepress.fixings-table .column-4 {width: 20%}
.tablepress.fixings-table .column-5 {width: 20%}

.tablepress.fixings .column-1 {width: 12%}
.tablepress.fixings .column-3 {width: 10%}
.tablepress.fixings .column-4 {width: 6%}
.tablepress.fixings .column-5 {width: 6%}
.tablepress.fixings .column-6 {width: 10%}
.tablepress.fixings .column-7 {width: 10%}

.tablepress.nails .column-1 {width: 10%}
.tablepress.nails .column-3 {width: 6%}
.tablepress.nails .column-4 {width: 6%}
.tablepress.nails .column-5 {width: 10%}
.tablepress.nails .column-6 {width: 10%}

.tablepress.tech .column-1 {width: 15%}
.tablepress.tech .column-3 {width: 10%}
.tablepress.tech .column-4 {width: 10%}
.tablepress.tech .column-5 {width: 10%}
.tablepress.tech .column-6 {width: 10%}

.tablepress.trims .column-1 {width: 12%}
.tablepress.trims .column-3 {width: 6%}
.tablepress.trims .column-4 {width: 6%}
.tablepress.trims .column-5 {width: 9%}
.tablepress.trims .column-6 {width: 9%}
.tablepress.trims .column-7 {width: 9%}

.tablepress.thirds .column-1 {width: 25%}
.tablepress.thirds .column-3 {width: 25%}

.tablepress h6 {color: #2E2D2D}



.page-template-template-checklist-mulistep .multiform-tab {
  color: #2E2D2D; }
  .page-template-template-checklist-mulistep .multiform-tab__desc {
    padding-top: 10px;
    padding-bottom: 20px; }
  .page-template-template-checklist-mulistep .multiform-tab__disclaimer {
    color: #2E2D2D; }
  .page-template-template-checklist-mulistep .multiform-tab .full-radio .wpcf7-list-item {
    position: relative;
    width: calc(100% - 20px);
    margin-left: 0;
    margin-bottom: 5px; }
    .page-template-template-checklist-mulistep .multiform-tab .full-radio .wpcf7-list-item input {
      position: absolute;
      top: 7px;
      left: 0; }
    .page-template-template-checklist-mulistep .multiform-tab .full-radio .wpcf7-list-item span {
      position: relative;
      top: 0px;
      left: 20px; }
  .page-template-template-checklist-mulistep .multiform-tab .form-navigation br {
    display: none !important; }

.page-template-template-checklist-mulistep .multiform-section {
  padding: 30px 0 20px 0;
  border-bottom: 1px solid #DBDBDB; }
  .page-template-template-checklist-mulistep .multiform-section:after {
    content: "";
    clear: both;
    display: table; }
  .page-template-template-checklist-mulistep .multiform-section .columns label {
    color: #F5A328; }
    .page-template-template-checklist-mulistep .multiform-section .columns label span {
      width: 90%; }
  .page-template-template-checklist-mulistep .multiform-section .columns br {
    display: none; }
  .page-template-template-checklist-mulistep .multiform-section__hidden-info {
    padding: 20px;
    background: #eee; }
    .page-template-template-checklist-mulistep .multiform-section__hidden-info .big {
      margin-bottom: 10px; }
    .page-template-template-checklist-mulistep .multiform-section__hidden-info .small {
      font-size: 0.8em; }
  .page-template-template-checklist-mulistep .multiform-section .field-details {
    color: #2E2D2D;
    width: 100%;
    left: 3px;
    top: -15px;
    position: relative; }

.page-template-template-checklist-mulistep .wpcf7-acceptance label {
  width: 100%; }

.page-template-template-checklist-mulistep span.wpcf7-not-valid-tip {
  background: #FF0000;
  border: none;
  color: white;
  text-align: center;
  width: 100% !important;
  font-weight: bold;
  padding: 5px;
  position: relative;
  top: -16px; }

.page-template-template-checklist-mulistep .full-radio + .wpcf7-not-valid-tip {
  top: 0px; }

.page-template-template-checklist-mulistep .wpcf7-not-valid {
  border: 1px solid #FF0000; }
  .page-template-template-checklist-mulistep .wpcf7-not-valid.full-radio {
    border: none; }

.page-template-template-checklist-mulistep .wpcf7-validation-errors {
  text-align: center;
  background: #FF0000;
  border: none;
  color: white;
  font-weight: bold; }

.page-template-template-checklist-mulistep .wpcf7-mail-sent-ok {
  text-align: center;
  background: #F5A328;
  border: none;
  color: white;
  font-weight: bold; }

.page-template-template-checklist-mulistep .wpcf7-acceptance .wpcf7-list-item {
  position: relative;
  padding-bottom: 10px;
  width: 100%; }
  .page-template-template-checklist-mulistep .wpcf7-acceptance .wpcf7-list-item input {
    position: absolute;
    top: 5px;
    left: 0; }
  .page-template-template-checklist-mulistep .wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    top: 0px;
    left: 20px;
    color: #F5A328; }

.page-template-template-checklist-mulistep .cavity-total input {
  background: white;
  border: none; }

.page-template-template-checklist-mulistep #systemRadio .wpcf7-list-item-labe__desc {
  display: block; }

.page-template-template-checklist-mulistep #systemRadio .wpcf7-list-item-label__link {
  left: 7px;
  display: none;
  -webkit-transition: 2500ms linear;
  transition: 2500ms linear; }

.page-template-template-checklist-mulistep #systemRadio .wpcf7-list-item:hover .wpcf7-list-item-label__link {
  -webkit-transition: 2500ms linear;
  transition: 2500ms linear;
  display: inline-block; }

.help-centre-grid {
  padding-top: 60px; }
  .help-centre-grid__item {
    background: #F5A328;
    padding: 75px 0;
    text-align: center;
    border: 1px solid #F5A328; }
    .help-centre-grid__item h5 {
      color: white;
      margin-bottom: 0; }
    .help-centre-grid__item:hover {
      background: white;
      border: 1px solid #F5A328; }
      .help-centre-grid__item:hover h5 {
        color: #2E2D2D; }

.single-hc__category__title span {
  font-size: 2rem; }

.single-hc__category__content {
  margin: 0 !important; }

.single-hc__subcat__title {
  margin-top: 20px; }
  .single-hc__subcat__title:first-child {
    margin-top: 0; }

.single-hc__faq {
  padding-bottom: 10px;
  border-bottom: 1px solid #DBDBDB; }
  .single-hc__faq__title {
    position: relative;
    margin-top: 10px;
    width: calc(100% - 20px);
    color: rgba(46, 45, 45, 0.6);
    margin-top: 10px; }
    .single-hc__faq__title span {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: -20px;
      color: #f5a328; }
    .single-hc__faq__title.active {
      color: #f5a328; }
      .single-hc__faq__title.active span {
        color: #f5a328; }
  .single-hc__faq__content {
    color: #2E2D2D; }
    .single-hc__faq__content img {
      display: block; }
    .single-hc__faq__content p:last-child {
      margin-bottom: 0; }

.dlicon {
	width: 20px;
	margin:0;
	padding: 0;

}




/* Medium and smaller -  1023px or under */
@media only screen and (max-width: 63.9375em) {
  .single-hc__faq {
    border-bottom: 1px solid #DBDBDB; } }

/*-----------------------------------------*/
/*-----------------------------------------*/
/*----------- MEDIA SCSS STYLES -----------*/
/*-----------------------------------------*/
/*-----------------------------------------*/
/* Large and up */
/* Large only */
/* Medium and smaller -  1023px or under */
/* Medium and up */
/* Medium only */
/* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .row > .columns,
  .narrow-row,
  .static-header__container {
    padding-left: 1.25em !important;
    padding-right: 1.25em !important; }
  .row .columns .row {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .product-table .columns {
    padding: 0px !important; } }


    .main-category-logo {
      position: absolute;
      top: 0;
      right: 0px;
      width: 120px;
    }

    /* 848px or under */
  @media only screen and (max-width: 53em) {
    .main-category-logo {
      top: -50px;
      right: calc(-100% + 15px);
    }
  }
  /* Small only -  639px or under */
@media screen and (max-width: 39.9375em) {
  .main-category-logo {
    display: none;
  }
}