﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row, .row__lg {
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse, .reverse.row__lg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

@media only screen and (max-width: 767px) {
  .col-xs,
  .col-xs-fifth,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-offset-1,
  .col-xs-offset-2,
  .col-xs-offset-3,
  .col-xs-offset-4,
  .col-xs-offset-5,
  .col-xs-offset-6,
  .col-xs-offset-7,
  .col-xs-offset-8,
  .col-xs-offset-9,
  .col-xs-offset-10,
  .col-xs-offset-11,
  .col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-xs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-xs-fifth {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .col-xs-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-xs-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-xs-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-xs-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-xs-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-xs-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-xs-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-xs-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-xs-offset-1 {
    margin-left: 8.333%; }

  .col-xs-offset-2 {
    margin-left: 16.667%; }

  .col-xs-offset-3 {
    margin-left: 25%; }

  .col-xs-offset-4 {
    margin-left: 33.333%; }

  .col-xs-offset-5 {
    margin-left: 41.667%; }

  .col-xs-offset-6 {
    margin-left: 50%; }

  .col-xs-offset-7 {
    margin-left: 58.333%; }

  .col-xs-offset-8 {
    margin-left: 66.667%; }

  .col-xs-offset-9 {
    margin-left: 75%; }

  .col-xs-offset-10 {
    margin-left: 83.333%; }

  .col-xs-offset-11 {
    margin-left: 91.667%; }

  .start-xs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-xs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-xs {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-xs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-xs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-xs {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-xs {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-xs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-xs {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .last-xs {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }

  .col-sm,
  .col-sm-fifth,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-sm-fifth {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .col-sm-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-sm-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-sm-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-sm-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-sm-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-sm-offset-1 {
    margin-left: 8.333%; }

  .col-sm-offset-2 {
    margin-left: 16.667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.333%; }

  .col-sm-offset-5 {
    margin-left: 41.667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.333%; }

  .col-sm-offset-8 {
    margin-left: 66.667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.333%; }

  .col-sm-offset-11 {
    margin-left: 91.667%; }

  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }

  .col-md,
  .col-md-fifth,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-md-fifth {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .col-md-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-md-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-md-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-md-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-md-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-md-offset-1 {
    margin-left: 8.333%; }

  .col-md-offset-2 {
    margin-left: 16.667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.333%; }

  .col-md-offset-5 {
    margin-left: 41.667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.333%; }

  .col-md-offset-8 {
    margin-left: 66.667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.333%; }

  .col-md-offset-11 {
    margin-left: 91.667%; }

  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }

  .col-lg,
  .col-lg-fifth,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-lg-fifth {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .col-lg-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-lg-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-lg-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-lg-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-lg-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-lg-offset-1 {
    margin-left: 8.333%; }

  .col-lg-offset-2 {
    margin-left: 16.667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.333%; }

  .col-lg-offset-5 {
    margin-left: 41.667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.333%; }

  .col-lg-offset-8 {
    margin-left: 66.667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.333%; }

  .col-lg-offset-11 {
    margin-left: 91.667%; }

  .start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.hidden {
  display: none; }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block,
.visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs, td.visible-xs {
    display: table-cell !important; }

  .visible-xs-block {
    display: block !important; }

  .visible-xs-inline {
    display: inline !important; }

  .visible-xs-inline-block {
    display: inline-block !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; }

  .visible-sm-inline {
    display: inline !important; }

  .visible-sm-inline-block {
    display: inline-block !important; }

  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md, td.visible-md {
    display: table-cell !important; }

  .visible-md-block {
    display: block !important; }

  .visible-md-inline-block {
    display: inline-block !important; }

  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; }

  .visible-lg-inline {
    display: inline !important; }

  .visible-lg-inline-block {
    display: inline-block !important; } }
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

.visible-print-block {
  display: none !important; }

.visible-print-inline {
  display: none !important; }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print, td.visible-print {
    display: table-cell !important; }

  .visible-print-block {
    display: block !important; }

  .visible-print-inline {
    display: inline !important; }

  .visible-print-inline-block {
    display: inline-block !important; }

  .hidden-print {
    display: none !important; } }
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%); }

.vertical-align-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media only screen and (min-width: 768px) {
  .absolute-center__dt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%); }

  .vertical-align-center__dt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light p, .text-light ul, .text-light ol, .text-light dl, .text-light span, .text-light div, .text-light input, .text-light blockquote, .text-light button {
  color: white; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.bg-img__pattern {
  background-position: center center;
  background-repeat: repeat; }

.bg-img__cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.bg-img__contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.sr-only {
  display: none; }

.img-responsive {
  display: block;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important; }

input, button, a {
  -webkit-tap-highlight-color: transparent; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background: white;
  background: rgba(255, 255, 255, 0.5);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -moz-box-shadow: 0 1px 4px 0 #A4A4A4;
  -webkit-box-shadow: 0 1px 4px 0 #A4A4A4;
  box-shadow: 0 1px 4px 0 #A4A4A4;
  text-align: left;
  padding: 2rem 1rem; }
  .modal .border {
    -moz-transition: ease-out, all, 0.2s;
    -o-transition: ease-out, all, 0.2s;
    -webkit-transition: ease-out, all, 0.2s;
    transition: ease-out, all, 0.2s;
    position: absolute;
    margin-top: 0;
    background-color: #F0F0F0; }
    .modal .border:after {
      content: '';
      display: block;
      position: absolute;
      -moz-transition: ease-out, all, 0.2s;
      -o-transition: ease-out, all, 0.2s;
      -webkit-transition: ease-out, all, 0.2s;
      transition: ease-out, all, 0.2s; }
  .modal .left, .modal .right, .modal .top, .modal .bottom {
    background-color: #F0F0F0; }
  .modal .left, .modal .right {
    height: 100%;
    width: 2px; }
    .modal .left:after, .modal .right:after {
      width: 2px;
      height: 100%; }
  .modal .top, .modal .bottom {
    width: 100%;
    height: 2px; }
    .modal .top:after, .modal .bottom:after {
      width: 100%;
      height: 2px;
      background-color: #b1d84e;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFB1D84E', endColorstr='#FF3BAF29');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxZDg0ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiYWYyOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #b1d84e), color-stop(100%, #3baf29));
      background-image: -moz-linear-gradient(left, #b1d84e 0%, #3baf29 100%);
      background-image: -webkit-linear-gradient(left, #b1d84e 0%, #3baf29 100%);
      background-image: linear-gradient(to right, #b1d84e 0%, #3baf29 100%); }
  .modal .left, .modal .left:after {
    left: 0;
    bottom: 0; }
  .modal .left:after {
    background-color: #b1d84e; }
  .modal .top, .modal .top:after {
    top: 0;
    left: 0; }
  .modal .right, .modal .right:after {
    top: 0;
    right: 0; }
  .modal .right:after {
    background-color: #3BAF29; }
  .modal .bottom, .modal .bottom:after {
    right: 0;
    bottom: 0; }
  .modal .modal-title {
    display: block;
    text-align: center;
    color: #A4A4A4;
    font-size: 2rem;
    margin-top: 0; }
  .modal a.close-modal {
    display: none; }

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }

.tran-delay-group {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }
  .tran-delay-group:nth-child(2) {
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .tran-delay-group:nth-child(3) {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .tran-delay-group:nth-child(4) {
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s; }
  .tran-delay-group:nth-child(5) {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }

.fade-in {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .fade-in.start {
    opacity: 0; }
  .fade-in.end {
    opacity: 1; }

.slide-up {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .slide-up.start {
    -moz-transform: translatey(5rem);
    -ms-transform: translatey(5rem);
    -webkit-transform: translatey(5rem);
    transform: translatey(5rem); }
  .slide-up.end {
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0); }

.flip-in {
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  backface-visibility: hidden; }
  .flip-in.start {
    -moz-transform: rotatex(180deg);
    -ms-transform: rotatex(180deg);
    -webkit-transform: rotatex(180deg);
    transform: rotatex(180deg); }
  .flip-in.end {
    -moz-transform: rotatex(0);
    -ms-transform: rotatex(0);
    -webkit-transform: rotatex(0);
    transform: rotatex(0); }

.scale-in {
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .scale-in.start {
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }
  .scale-in.end {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }

.scale-in__lg {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .scale-in__lg.start {
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  .scale-in__lg.end {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }

html {
  line-height: 140%;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  min-height: 100%; }
  @media only screen and (max-width: 991px) {
    html {
      font-size: 90%; } }

html, body {
  width: 100%;
  height: 100%;
  position: relative; }

body {
  min-height: 100%;
  display: flex;
  flex-direction: column; }

body * + * {
  margin-top: 1rem; }

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, dd, dt, blockquote, div, span, figure, button, input, textarea {
  line-height: 150%; }

h1, h2, h3, h4, h5, h6 {
  line-height: 120%;
  letter-spacing: -1px;
  margin-bottom: 0; }

h1 {
  font-size: 2.75rem;
  font-weight: 700; }
  h1.no-hero {
    font-weight: 300;
    color: #A4A4A4; }
    h1.no-hero span.bold {
      font-weight: 700;
      color: #3BAF29; }

h2 {
  font-size: 2.5rem;
  font-weight: 300;
  color: #A4A4A4;
  margin-top: 0; }
  h2 .bold {
    color: #3BAF29;
    font-weight: 700; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.75rem; } }

h3 {
  font-size: 2rem;
  font-weight: 100;
  color: #A4A4A4; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 1.5rem; } }

a {
  color: #3BAF29;
  text-decoration: none;
  font-weight: 500; }
  a span.underline {
    margin-top: 0;
    -moz-transition: ease-out, all, 0.2s;
    -o-transition: ease-out, all, 0.2s;
    -webkit-transition: ease-out, all, 0.2s;
    transition: ease-out, all, 0.2s;
    display: block;
    height: 2px;
    width: 0;
    background-color: #3BAF29; }
  a:hover span.underline {
    width: 100%; }

p {
  margin-bottom: 0; }
  p.lg {
    font-size: 1.25rem; }
  p.sm {
    font-size: 0.8rem; }

p, ul, ol, dl, span, div, input, blockquote {
  font-weight: 100; }

.std-btn, .std-btn__danger {
  display: inline-block;
  -moz-transition: ease-out, all, 0.2s;
  -o-transition: ease-out, all, 0.2s;
  -webkit-transition: ease-out, all, 0.2s;
  transition: ease-out, all, 0.2s;
  position: relative;
  background-color: transparent;
  border: 2px solid #3BAF29;
  color: #3BAF29;
  padding: 0.75rem 1.25rem;
  margin-right: 1rem;
  z-index: 1; }
  .std-btn:nth-last-child(1), .std-btn__danger:nth-last-child(1) {
    margin-right: 0; }
  .std-btn .ic-btn, .std-btn__danger .ic-btn {
    width: 1.5rem;
    height: 1.25rem;
    margin: 0 0.5rem 0 0;
    vertical-align: middle; }
    .std-btn .ic-btn path, .std-btn__danger .ic-btn path {
      -moz-transition: ease-out, all, 0.2s;
      -o-transition: ease-out, all, 0.2s;
      -webkit-transition: ease-out, all, 0.2s;
      transition: ease-out, all, 0.2s; }
  .std-btn span.bg, .std-btn__danger span.bg {
    -moz-transition: ease-out, all, 0.2s;
    -o-transition: ease-out, all, 0.2s;
    -webkit-transition: ease-out, all, 0.2s;
    transition: ease-out, all, 0.2s;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #3BAF29;
    z-index: -1; }
  .std-btn:hover, .std-btn__danger:hover {
    color: white; }
    .std-btn:hover svg path, .std-btn__danger:hover svg path, .std-btn:hover svg polygon, .std-btn__danger:hover svg polygon {
      fill: white; }
    .std-btn:hover span.bg, .std-btn__danger:hover span.bg {
      width: 100%; }
  @media only screen and (max-width: 479px) {
    .std-btn, .std-btn__danger {
      display: block;
      margin-right: 0;
      text-align: center; } }

.ic-btn {
  background-color: transparent;
  border: none; }

.std-btn__danger {
  color: #C82B2B;
  border: 2px solid #C82B2B; }
  .std-btn__danger span.bg {
    background-color: #C82B2B; }

.touchevents a span.underline {
  display: none; }
.touchevents a:hover span.underline {
  display: none; }
.touchevents .std-btn span.bg, .touchevents .std-btn__danger span.bg {
  display: none; }
.touchevents .std-btn:hover, .touchevents .std-btn__danger:hover {
  color: #3BAF29; }
  .touchevents .std-btn:hover svg path, .touchevents .std-btn__danger:hover svg path, .touchevents .std-btn:hover svg polygon, .touchevents .std-btn__danger:hover svg polygon {
    fill: inherit; }
  .touchevents .std-btn:hover span.bg, .touchevents .std-btn__danger:hover span.bg {
    display: none; }

.text-light h2 span.bold {
  color: white; }
.text-light .std-btn, .text-light .std-btn__danger {
  color: white;
  border: 2px solid white; }
  .text-light .std-btn span.bg, .text-light .std-btn__danger span.bg {
    background-color: white; }
  .text-light .std-btn:hover, .text-light .std-btn__danger:hover {
    color: #3BAF29; }

.full-width {
  padding: 0 2rem; }
  @media only screen and (max-width: 767px) {
    .full-width {
      padding: 0 1rem; } }

.container-fluid {
  padding: 0 2rem;
  max-width: 1440px; }
  @media only screen and (max-width: 767px) {
    .container-fluid {
      padding: 0 1rem; } }

.content {
  margin-top: 0;
  flex: 1 0 auto; }

nav {
  margin-top: 0; }
  @media only screen and (max-width: 767px) {
    nav .container-fluid {
      padding: 0; } }

main {
  margin-top: 0; }

.secondary-nav {
  background-color: #F0F0F0;
  padding: 1rem 0; }
  @media only screen and (max-width: 767px) {
    .secondary-nav {
      padding: 0.5rem 1rem; } }

.hero--container {
  margin-top: 0;
  margin-bottom: 5rem; }
  @media only screen and (max-width: 767px) {
    .hero--container {
      margin-bottom: 2rem; } }

.hero {
  position: relative;
  margin-top: 0;
  height: 35rem; }
  .hero .container-fluid {
    height: 100%;
    margin-top: 0; }
  .hero .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  @media only screen and (max-width: 767px) {
    .hero {
      height: auto; }
      .hero .bg-img {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center top;
        opacity: 0.6; } }

section {
  margin: 0; }

.no-margin {
  margin: 0 auto; }

.section-spacing {
  margin: 5rem 0; }
  @media only screen and (max-width: 767px) {
    .section-spacing {
      margin: 2rem 0; } }

.divider {
  width: 50%;
  margin: auto;
  border: none;
  border-top: 1px solid #F0F0F0; }

[class*='col-'] {
  margin-top: 0; }

.section-padding {
  padding: 2rem 0; }

.section-padding-t {
  padding-top: 2rem; }

.push-down {
  -moz-transform: translatey(2rem);
  -ms-transform: translatey(2rem);
  -webkit-transform: translatey(2rem);
  transform: translatey(2rem); }

.row__lg {
  margin-left: -1rem;
  margin-right: -1rem; }
  .row__lg [class*='col-'] {
    padding: 0 1rem; }

.block {
  display: block; }

footer {
  display: block;
  background-color: #F0F0F0;
  margin-top: 0;
  flex-shrink: 0; }
  footer .container-fluid {
    padding: 1rem 2rem; }
  footer p, footer a {
    font-size: 0.9rem; }
  footer p {
    margin-top: 0; }
  footer .footer-links {
    text-align: right;
    padding: 0;
    margin: 0; }
    footer .footer-links li {
      display: inline-block;
      list-style-type: none;
      margin-top: 0; }
      footer .footer-links li:after {
        content: '\00a0\00a0|\00a0'; }
      footer .footer-links li:nth-last-child(1):after {
        content: ''; }
    footer .footer-links a {
      display: inline-block;
      color: #332F32; }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 0; }
      footer .container-fluid {
        padding: 1rem 2rem; }
      footer .footer-links {
        text-align: left; } }

.bg-gradient {
  -moz-transition: ease-out, all, 0.2s;
  -o-transition: ease-out, all, 0.2s;
  -webkit-transition: ease-out, all, 0.2s;
  transition: ease-out, all, 0.2s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b1d84e;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFB1D84E', endColorstr='#FF3BAF29');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxZDg0ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiYWYyOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #b1d84e), color-stop(100%, #3baf29));
  background-image: -moz-linear-gradient(left, #b1d84e 0%, #3baf29 100%);
  background-image: -webkit-linear-gradient(left, #b1d84e 0%, #3baf29 100%);
  background-image: linear-gradient(to right, #b1d84e 0%, #3baf29 100%);
  margin: 0;
  z-index: -1; }

.gradient-overlay {
  background-image: url("../images/misc/gradient-rectangle.svg");
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0; }

.video-embed-wrapper {
  width: 100%; }

.loading {
  text-align: center; }
  .loading .fa-cog {
    color: #3BAF29; }

.svg-ic {
  width: 2rem;
  height: 2rem; }

.gradient-triangle-tab {
  -moz-transition: ease-out, all, 0.2s;
  -o-transition: ease-out, all, 0.2s;
  -webkit-transition: ease-out, all, 0.2s;
  transition: ease-out, all, 0.2s;
  z-index: 1;
  margin: 0;
  text-align: center; }
  .gradient-triangle-tab .fa {
    -moz-transition: ease-out, all, 0.2s;
    -o-transition: ease-out, all, 0.2s;
    -webkit-transition: ease-out, all, 0.2s;
    transition: ease-out, all, 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    color: white;
    opacity: 0; }
  .gradient-triangle-tab .triangle {
    -moz-transition: ease-out, all, 0.2s;
    -o-transition: ease-out, all, 0.2s;
    -webkit-transition: ease-out, all, 0.2s;
    transition: ease-out, all, 0.2s; }

.logo-ic {
  width: 3rem;
  height: auto; }

.text-box {
  width: 60%;
  margin-left: auto;
  margin-right: auto; }
  .text-box p:nth-child(1) {
    margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .text-box {
      width: 100%; } }

@media only screen and (max-width: 991px) {
  .text-box-link--wrapper {
    margin-top: 2rem; } }

.text-box-link {
  -moz-transition: ease-out, all, 0.2s;
  -o-transition: ease-out, all, 0.2s;
  -webkit-transition: ease-out, all, 0.2s;
  transition: ease-out, all, 0.2s;
  position: relative;
  display: block;
  padding: 1rem 1rem 3rem;
  background: #F0F0F0;
  background: rgba(240, 240, 240, 0.8); }
  .text-box-link h1, .text-box-link h2, .text-box-link h3, .text-box-link h4, .text-box-link h5, .text-box-link h6, .text-box-link p, .text-box-link a, .text-box-link ul, .text-box-link ol, .text-box-link li, .text-box-link dd, .text-box-link dt, .text-box-link blockquote, .text-box-link div, .text-box-link span, .text-box-link figure, .text-box-link button, .text-box-link input, .text-box-link textarea {
    -moz-transition: ease-out, all, 0.2s;
    -o-transition: ease-out, all, 0.2s;
    -webkit-transition: ease-out, all, 0.2s;
    transition: ease-out, all, 0.2s;
    color: #332F32; }
  .text-box-link .text-box-link--heading {
    margin: 0; }
  .text-box-link .bg-gradient {
    background-color: #b1d84e;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFB1D84E', endColorstr='#FF3BAF29');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxZDg0ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiYWYyOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b1d84e), color-stop(100%, #3baf29));
    background-image: -moz-linear-gradient(top, #b1d84e 0%, #3baf29 100%);
    background-image: -webkit-linear-gradient(top, #b1d84e 0%, #3baf29 100%);
    background-image: linear-gradient(to bottom, #b1d84e 0%, #3baf29 100%);
    opacity: 0; }
  .text-box-link .fa {
    -moz-transition: ease-out, all, 0.2s;
    -o-transition: ease-out, all, 0.2s;
    -webkit-transition: ease-out, all, 0.2s;
    transition: ease-out, all, 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    color: white;
    opacity: 0; }
  .text-box-link:hover {
    background: #F0F0F0;
    background: rgba(240, 240, 240, 0); }
    .text-box-link:hover h1, .text-box-link:hover h2, .text-box-link:hover h3, .text-box-link:hover h4, .text-box-link:hover h5, .text-box-link:hover h6, .text-box-link:hover p, .text-box-link:hover a, .text-box-link:hover ul, .text-box-link:hover ol, .text-box-link:hover li, .text-box-link:hover dd, .text-box-link:hover dt, .text-box-link:hover blockquote, .text-box-link:hover div, .text-box-link:hover span, .text-box-link:hover figure, .text-box-link:hover button, .text-box-link:hover input, .text-box-link:hover textarea {
      color: white; }
    .text-box-link:hover .bg-gradient {
      opacity: 0.8; }
    .text-box-link:hover .fa {
      right: 1rem;
      opacity: 1; }

nav .secondary-nav {
  background-color: #F0F0F0; }
  nav .secondary-nav .container-fluid:after {
    content: "";
    display: table;
    clear: both; }
  nav .secondary-nav .logo-li-fung {
    width: 8rem;
    height: 1rem;
    margin-top: 0; }
  nav .secondary-nav .catnet-login {
    vertical-align: middle;
    font-size: 0.8rem;
    margin: 0;
    float: right; }
    nav .secondary-nav .catnet-login .fa {
      -moz-transition: ease-out, all, 0.2s;
      -o-transition: ease-out, all, 0.2s;
      -webkit-transition: ease-out, all, 0.2s;
      transition: ease-out, all, 0.2s;
      -moz-transform: translatex(0);
      -ms-transform: translatex(0);
      -webkit-transform: translatex(0);
      transform: translatex(0); }
    nav .secondary-nav .catnet-login:hover .fa {
      -moz-transform: translatex(0.25rem);
      -ms-transform: translatex(0.25rem);
      -webkit-transform: translatex(0.25rem);
      transform: translatex(0.25rem); }
  nav .secondary-nav .nav--menu-group {
    display: none; }
nav .catalyst-logo {
  display: block;
  width: 15rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto; }
  nav .catalyst-logo svg {
    width: 100%;
    height: 100%; }
nav .search-btn, nav .location-btn {
  cursor: pointer; }
nav .search {
  -moz-transition: ease-out, all, 0.2s;
  -o-transition: ease-out, all, 0.2s;
  -webkit-transition: ease-out, all, 0.2s;
  transition: ease-out, all, 0.2s;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  margin-top: 0;
  opacity: 0; }
  nav .search input {
    -moz-transition: ease-out, all, 0.2s;
    -o-transition: ease-out, all, 0.2s;
    -webkit-transition: ease-out, all, 0.2s;
    transition: ease-out, all, 0.2s;
    margin-top: 0;
    border: none;
    background-color: white;
    padding: 0 0.5rem;
    height: 0;
    width: 18rem;
    -moz-box-shadow: 0 0 5px 0px #A4A4A4;
    -webkit-box-shadow: 0 0 5px 0px #A4A4A4;
    box-shadow: 0 0 5px 0px #A4A4A4;
    border: none;
    color: #332F32;
    border-radius: 0;
    -webkit-appearance: none; }
    nav .search input:focus {
      outline: none; }
  nav .search.show {
    opacity: 1; }
    nav .search.show input {
      height: 3rem; }
  nav .search button.submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin-top: 0;
    border: 0;
    background-color: #b1d84e;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFB1D84E', endColorstr='#FF3BAF29');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxZDg0ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiYWYyOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #b1d84e), color-stop(100%, #3baf29));
    background-image: -moz-linear-gradient(left, #b1d84e 0%, #3baf29 100%);
    background-image: -webkit-linear-gradient(left, #b1d84e 0%, #3baf29 100%);
    background-image: linear-gradient(to right, #b1d84e 0%, #3baf29 100%);
    padding: 0 1rem;
    overflow: hidden; }
    nav .search button.submit:focus {
      outline: none; }
    nav .search button.submit span {
      display: block;
      margin-top: 0;
      -moz-transition: ease-out, all, 0.2s;
      -o-transition: ease-out, all, 0.2s;
      -webkit-transition: ease-out, all, 0.2s;
      transition: ease-out, all, 0.2s;
      -moz-transform: translatex(0);
      -ms-transform: translatex(0);
      -webkit-transform: translatex(0);
      transform: translatex(0);
      color: white;
      font-weight: 700;
      text-transform: uppercase; }
    nav .search button.submit .fa {
      margin-top: 0;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: auto;
      -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
      -webkit-transform: translatey(-50%);
      transform: translatey(-50%);
      -moz-transition: ease-out, all, 0.2s;
      -o-transition: ease-out, all, 0.2s;
      -webkit-transition: ease-out, all, 0.2s;
      transition: ease-out, all, 0.2s;
      color: white;
      -moz-transform: translatey(-50%) translatex(-3rem);
      -ms-transform: translatey(-50%) translatex(-3rem);
      -webkit-transform: translatey(-50%) translatex(-3rem);
      transform: translatey(-50%) translatex(-3rem); }
    nav .search button.submit:hover span {
      -moz-transform: translatex(3rem);
      -ms-transform: translatex(3rem);
      -webkit-transform: translatex(3rem);
      transform: translatex(3rem); }
    nav .search button.submit:hover .fa {
      -moz-transform: translatey(-50%) translatex(0);
      -ms-transform: translatey(-50%) translatex(0);
      -webkit-transform: translatey(-50%) translatex(0);
      transform: translatey(-50%) translatex(0); }
nav .nav--menu-group {
  text-align: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0; }
  nav .nav--menu-group.orders {
    right: 0;
    left: auto; }
    nav .nav--menu-group.orders .square {
      border-right: none; }
    nav .nav--menu-group.orders a {
      color: #F0F0F0; }
    nav .nav--menu-group.shop-here {
        position: absolute;
        top: 0;
        right: 48px;
        left: auto;
        /* now add the divider */
        border-right: 1px solid #3BAF29;
        border-left: 1px solid #3BAF29;
        /* space between text ↔ divider */
        padding-right: 0.25rem;
        /* space between divider ↔ cart icon */
        margin-right: 0.25rem;
        /* space between text ↔ divider */
        padding-left: 0.25rem;
        /* space between divider ↔ cart icon */
        margin-left: 0.25rem;
    }
        nav .nav--menu-group.shop-here .nav--menu-item-link {
            display: block;
            padding: 1rem;
            font-size: 0.9rem;
            font-weight: 600;
            color: #3BAF29;
        }
  nav .nav--menu-group .group-item {
    position: relative;
    padding: 0.75rem;
    border-right: 1px solid white;
    float: left;
    margin-top: 0;
    color: #F0F0F0;
    cursor: pointer; }
    nav .nav--menu-group .group-item .svg-ic {
      width: 100%;
      height: 100%; }
nav .nav--menu-group, nav .nav--menu-item {
  list-style-type: none;
  display: inline-block; }
nav .primary-nav {
  background-color: #332F32; }
  nav .primary-nav .nav--menu {
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin: 0; }
  nav .primary-nav .nav--menu-item {
    position: relative;
    margin: 0 1rem 0 0; }
    nav .primary-nav .nav--menu-item:nth-last-child(1) {
      margin-right: 0; }
    nav .primary-nav .nav--menu-item .ic-mobile {
      -moz-transition: ease-out, all, 0.2s;
      -o-transition: ease-out, all, 0.2s;
      -webkit-transition: ease-out, all, 0.2s;
      transition: ease-out, all, 0.2s;
      display: block;
      text-align: center;
      color: white; }
    nav .primary-nav .nav--menu-item .nav--menu-item-link {
      display: block;
      padding: 1rem;
      font-size: 0.9rem;
      color: white;
      font-weight: 300; }
    nav .primary-nav .nav--menu-item .fa-angle-down {
      margin-top: 0; }
nav .dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 18rem;
  padding: 0 0 0 1rem;
  margin: 0;
  text-align: left;
  z-index: 11; }
  nav .dropdown:after {
    content: "";
    display: table;
    clear: both; }
  nav .dropdown .dropdown--item {
    overflow: hidden;
    height: 0;
    -moz-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    -webkit-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
    list-style-type: none;
    display: block;
    margin-top: 0.5rem; }
    nav .dropdown .dropdown--item .fa-arrow-right {
      -moz-transition: ease-out, all, 0.2s;
      -o-transition: ease-out, all, 0.2s;
      -webkit-transition: ease-out, all, 0.2s;
      transition: ease-out, all, 0.2s;
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s;
      position: absolute;
      opacity: 0;
      right: 2rem;
      bottom: 0.5rem;
      color: white;
      margin-top: 0; }
    nav .dropdown .dropdown--item a {
      position: relative;
      -moz-transition: ease-out, all, 0.2s;
      -o-transition: ease-out, all, 0.2s;
      -webkit-transition: ease-out, all, 0.2s;
      transition: ease-out, all, 0.2s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      display: block;
      background-color: white;
      padding: 0.5rem 1.5rem 0.5rem 0.5rem;
      color: #332F32;
      margin-right: 1rem;
      border: 1px solid #F0F0F0;
      height: 100%; }
      nav .dropdown .dropdown--item a:hover {
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        background-color: transparent; }
        nav .dropdown .dropdown--item a:hover .fa-arrow-right {
          -moz-transition-delay: 0.2s;
          -o-transition-delay: 0.2s;
          -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
          opacity: 1;
          right: 0.5rem; }
        nav .dropdown .dropdown--item a:hover .dropdown--item-title, nav .dropdown .dropdown--item a:hover .dropdown--item-summary {
          -moz-transition-delay: 0s;
          -o-transition-delay: 0s;
          -webkit-transition-delay: 0s;
          transition-delay: 0s;
          color: white; }
  nav .dropdown .dropdown--heading {
    font-size: 1.1rem;
    display: block;
    font-weight: 700; }
  nav .dropdown .dropdown--item-title, nav .dropdown .dropdown--item-summary {
    -moz-transition: ease-out, all, 0.2s;
    -o-transition: ease-out, all, 0.2s;
    -webkit-transition: ease-out, all, 0.2s;
    transition: ease-out, all, 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    font-size: 0.8rem;
    display: block; }
  nav .dropdown .dropdown--item-title {
    margin-top: 0;
    font-weight: 700; }
  nav .dropdown .dropdown--item-summary {
    margin-top: 0.5rem;
    font-weight: 300; }
nav .location-btn .flag.active {
  display: block;
  border-radius: 15px;
  border: 2px solid #F0F0F0;
  height: 1.9rem;
  width: 1.9rem;
  background-size: cover;
  background-position: center;
  vertical-align: middle; }
nav .location-btn .dropdown {
  padding-left: 0.2rem;
  width: 15rem;
  height: 0; }
  nav .location-btn .dropdown .fa-arrow-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto; }
  nav .location-btn .dropdown .flag {
    display: block;
    position: absolute;
    left: 0.35rem;
    top: 0.35rem;
    border-radius: 15px;
    height: 1.5rem;
    width: 1.5rem;
    background-size: cover;
    background-position: center;
    vertical-align: middle; }
  nav .location-btn .dropdown .dropdown--item-title {
    padding-left: 2rem;
    vertical-align: middle; }
@media only screen and (max-width: 767px) {
  nav .secondary-nav {
    padding: 0; }
    nav .secondary-nav .container-fluid {
      position: relative; }
    nav .secondary-nav .catnet-login {
      padding: 1rem; }
    nav .secondary-nav .nav--menu-group {
      display: block;
      float: left;
      position: relative;
      left: auto;
      top: auto; }
    nav .secondary-nav .square {
      padding: 0.75rem; }
    nav .secondary-nav .fa-search, nav .secondary-nav .fa-location-arrow, nav .secondary-nav .fa-shopping-cart .fa-shopping-bag {
        color: #332F32;
    }
  nav .location-btn .flag.active {
    border: none;
    width: 2rem;
    height: 2rem; }
  nav .search {
    left: 50px; }
    nav .search input {
      box-shadow: none;
      border: 1px solid #F0F0F0; }
  nav .dropdown--item a {
    border: 1px solid #F0F0F0; }
  nav .primary-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10; }
    nav .primary-nav .dropdown {
      bottom: 100%;
      top: auto;
      padding-left: 0;
      width: 16rem; }
    nav .primary-nav .nav--menu {
      display: flex;
      justify-content: space-around; }
    nav .primary-nav .nav--menu-group {
      display: none; }
    nav .primary-nav .nav--menu-item {
      margin: 0; }
      nav .primary-nav .nav--menu-item .nav--menu-item-link {
        padding: 0.75rem 0.3rem;
        font-size: 0.7rem; }
        nav .primary-nav .nav--menu-item .nav--menu-item-link .ic-mobile {
          opacity: 0.5;
          margin-bottom: 0.25rem; }
        nav .primary-nav .nav--menu-item .nav--menu-item-link span.underline {
          display: none; }
        nav .primary-nav .nav--menu-item .nav--menu-item-link:hover .ic-mobile {
          opacity: 1; } }

.no-touchevents .primary-nav .nav--menu-item:hover .dropdown {
  height: auto; }
.no-touchevents .primary-nav .nav--menu-item:hover .dropdown--item {
  height: 6rem; }

.no-touchevents .primary-nav .location-btn:hover .dropdown, .no-touchevents .secondary-nav .location-btn:hover .dropdown {
  height: auto; }
.no-touchevents .primary-nav .location-btn:hover .dropdown--item, .no-touchevents .secondary-nav .location-btn:hover .dropdown--item {
  height: 2.5rem; }

.touchevents .primary-nav .nav--menu-item.open .dropdown {
  height: auto; }
.touchevents .primary-nav .nav--menu-item.open .dropdown--item {
  height: 6rem; }

.touchevents .primary-nav .location-btn.open .dropdown, .touchevents .group-item.location-btn.open .dropdown {
  height: auto; }
.touchevents .primary-nav .location-btn.open .dropdown--item, .touchevents .group-item.location-btn.open .dropdown--item {
  height: 2.5rem; }

.hero--inner {
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 50%;
  max-width: 35rem;
  margin-left: 2rem;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(53%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 53%, rgba(255, 255, 255, 0.7) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 53%, rgba(255, 255, 255, 0.7) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 53%, rgba(255, 255, 255, 0.7) 100%);
  padding: 2rem 1rem;
  -moz-transform: translatey(50%);
  -ms-transform: translatey(50%);
  -webkit-transform: translatey(50%);
  transform: translatey(50%); }
  .hero--inner .hero--title {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -moz-transform: translatey(20%);
    -ms-transform: translatey(20%);
    -webkit-transform: translatey(20%);
    transform: translatey(20%);
    margin: 0;
    align-self: flex-end;
    opacity: 0;
    width: 100%; }
  .hero--inner .hero--intro {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -moz-transform: translatey(20%);
    -ms-transform: translatey(20%);
    -webkit-transform: translatey(20%);
    transform: translatey(20%);
    opacity: 0;
    font-size: 1.25rem;
    font-weight: 500;
    width: 100%; }
    .hero--inner .hero--intro a {
      font-weight: 700; }
  .hero--inner.fade-in {
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0); }
    .hero--inner.fade-in .hero--title {
      -moz-transform: translatey(0);
      -ms-transform: translatey(0);
      -webkit-transform: translatey(0);
      transform: translatey(0);
      opacity: 1; }
    .hero--inner.fade-in .hero--intro {
      -moz-transform: translatey(0);
      -ms-transform: translatey(0);
      -webkit-transform: translatey(0);
      transform: translatey(0);
      opacity: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero--inner {
      width: 60%; } }
  @media only screen and (max-width: 767px) {
    .hero--inner {
      width: 100%;
      margin-left: 0;
      justify-content: flex-start; }
      .hero--inner .hero--title {
        font-size: 2rem; }
      .hero--inner .hero--intro {
        font-size: 1.15rem; } }

a.img-text-block, a.img-text-block__no-img {
  position: relative;
  display: block;
  overflow: hidden; }
  a.img-text-block .border-top, a.img-text-block__no-img .border-top, a.img-text-block .row, a.img-text-block__no-img .row, a.img-text-block .row__lg, a.img-text-block__no-img .row__lg, a.img-text-block .tab, a.img-text-block__no-img .tab {
    margin-top: 0; }
  a.img-text-block .border-top, a.img-text-block__no-img .border-top {
    width: 100%;
    height: 2px;
    background-color: #F0F0F0; }
    a.img-text-block .border-top .hover, a.img-text-block__no-img .border-top .hover {
      -moz-transition: ease-out, all, 0.2s;
      -o-transition: ease-out, all, 0.2s;
      -webkit-transition: ease-out, all, 0.2s;
      transition: ease-out, all, 0.2s;
      width: 0;
      height: 2px;
      background-color: #b1d84e;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFB1D84E', endColorstr='#FF3BAF29');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxZDg0ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiYWYyOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #b1d84e), color-stop(100%, #3baf29));
      background-image: -moz-linear-gradient(left, #b1d84e 0%, #3baf29 100%);
      background-image: -webkit-linear-gradient(left, #b1d84e 0%, #3baf29 100%);
      background-image: linear-gradient(to right, #b1d84e 0%, #3baf29 100%); }
  a.img-text-block .gradient-triangle-tab, a.img-text-block__no-img .gradient-triangle-tab {
    -moz-transform: translatex(3rem);
    -ms-transform: translatex(3rem);
    -webkit-transform: translatex(3rem);
    transform: translatex(3rem);
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    position: absolute;
    right: 0;
    top: 2px;
    width: 3rem;
    height: 3rem;
    text-align: right; }
    a.img-text-block .gradient-triangle-tab .fa-arrow-right, a.img-text-block__no-img .gradient-triangle-tab .fa-arrow-right {
      -moz-transition: ease-out, all, 0.2s;
      -o-transition: ease-out, all, 0.2s;
      -webkit-transition: ease-out, all, 0.2s;
      transition: ease-out, all, 0.2s;
      -moz-transform: translatex(-3rem);
      -ms-transform: translatex(-3rem);
      -webkit-transform: translatex(-3rem);
      transform: translatex(-3rem);
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s;
      color: white;
      padding-right: 0.5rem;
      position: absolute;
      top: 0.25rem;
      right: 0.5rem;
      margin-top: 0;
      padding: 0; }
  a.img-text-block .img-container, a.img-text-block__no-img .img-container {
    height: 12rem; }
    a.img-text-block .img-container .bg-img__cover, a.img-text-block__no-img .img-container .bg-img__cover {
      position: relative;
      width: 100%;
      height: 100%; }
    a.img-text-block .img-container .gradient-overlay, a.img-text-block__no-img .img-container .gradient-overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  a.img-text-block h3, a.img-text-block__no-img h3 {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    margin: 0;
    color: #332F32;
    font-weight: 700; }
  a.img-text-block .text, a.img-text-block__no-img .text {
    color: #332F32;
    margin-top: 1.5rem; }
  a.img-text-block:hover .border-top .hover, a.img-text-block__no-img:hover .border-top .hover {
    width: 100%; }
  a.img-text-block:hover .gradient-triangle-tab, a.img-text-block__no-img:hover .gradient-triangle-tab {
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -webkit-transform: translatex(0);
    transform: translatex(0); }
    a.img-text-block:hover .gradient-triangle-tab .fa-arrow-right, a.img-text-block__no-img:hover .gradient-triangle-tab .fa-arrow-right {
      -moz-transform: translatex(0);
      -ms-transform: translatex(0);
      -webkit-transform: translatex(0);
      transform: translatex(0);
      opacity: 1; }
  @media only screen and (max-width: 767px) {
    a.img-text-block .border-top .hover, a.img-text-block__no-img .border-top .hover {
      width: 100%; }
    a.img-text-block .gradient-triangle-tab, a.img-text-block__no-img .gradient-triangle-tab {
      position: absolute;
      right: -1px;
      top: 1px;
      -moz-transform: translatex(0);
      -ms-transform: translatex(0);
      -webkit-transform: translatex(0);
      transform: translatex(0); }
      a.img-text-block .gradient-triangle-tab .fa-arrow-right, a.img-text-block__no-img .gradient-triangle-tab .fa-arrow-right {
        opacity: 1;
        -moz-transform: translatex(0);
        -ms-transform: translatex(0);
        -webkit-transform: translatex(0);
        transform: translatex(0); } }

.img-text-block__no-img {
  margin-top: 0; }
  .img-text-block__no-img:focus {
    outline: none; }
  .img-text-block__no-img:nth-of-type(1) .img-text-block__no-img-wrapper {
    border-top: 1px solid #3BAF29; }
  .img-text-block__no-img .img-text-block__no-img-wrapper {
    position: relative;
    padding: 3rem;
    border-bottom: 1px solid #3BAF29; }
  .img-text-block__no-img .gradient-bg, .img-text-block__no-img .heading, .img-text-block__no-img .text, .img-text-block__no-img .fa {
    -moz-transition: ease-out, all, 0.2s;
    -o-transition: ease-out, all, 0.2s;
    -webkit-transition: ease-out, all, 0.2s;
    transition: ease-out, all, 0.2s; }
  .img-text-block__no-img .gradient-bg {
    background-color: #b1d84e;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFB1D84E', endColorstr='#FF3BAF29');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxZDg0ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiYWYyOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #b1d84e), color-stop(100%, #3baf29));
    background-image: -moz-linear-gradient(left, #b1d84e 0%, #3baf29 100%);
    background-image: -webkit-linear-gradient(left, #b1d84e 0%, #3baf29 100%);
    background-image: linear-gradient(to right, #b1d84e 0%, #3baf29 100%);
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .img-text-block__no-img .heading {
    font-weight: 100;
    color: #A4A4A4;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateZ(0px); }
  .img-text-block__no-img .text-container a {
    display: block;
    margin-top: 0; }
  .img-text-block__no-img .text {
    margin-top: 0;
    -webkit-transform: translateZ(0px); }
  .img-text-block__no-img .fa-arrow-right {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    position: absolute;
    right: 2rem;
    bottom: 1rem;
    color: white;
    opacity: 0; }
  .img-text-block__no-img:hover .gradient-bg {
    width: 100%; }
  .img-text-block__no-img:hover .heading, .img-text-block__no-img:hover .text, .img-text-block__no-img:hover .text-container a {
    color: white; }
  .img-text-block__no-img:hover .fa-arrow-right {
    opacity: 1;
    right: 1rem; }

.touchevents a.img-text-block .border-top .hover, .touchevents a.img-text-block__no-img .border-top .hover {
  width: 100%; }
.touchevents a.img-text-block .gradient-triangle-tab, .touchevents a.img-text-block__no-img .gradient-triangle-tab {
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -webkit-transform: translatex(0);
  transform: translatex(0); }
  .touchevents a.img-text-block .gradient-triangle-tab .fa-arrow-right, .touchevents a.img-text-block__no-img .gradient-triangle-tab .fa-arrow-right {
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -webkit-transform: translatex(0);
    transform: translatex(0);
    opacity: 1; }

.touchevents a.img-text-block__no-img .fa-arrow-right {
  opacity: 1;
  color: #3BAF29;
  right: 0; }
.touchevents a.img-text-block__no-img:hover {
  color: white; }
  .touchevents a.img-text-block__no-img:hover .gradient-bg {
    width: 0; }
  .touchevents a.img-text-block__no-img:hover .heading {
    color: #A4A4A4; }
  .touchevents a.img-text-block__no-img:hover .text {
    color: #332F32; }

.grid-block-container {
  margin-bottom: -1rem; }
  .grid-block-container [class*='col-'] {
    display: flex;
    margin-bottom: 1rem; }
    .grid-block-container [class*='col-']:nth-child(3n+2) .grid-block-link {
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .grid-block-container [class*='col-']:nth-child(3n+3) .grid-block-link {
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s; }
  @media only screen and (max-width: 767px) {
    .grid-block-container [class*='col-'] .grid-block-link {
      -moz-transition-delay: 0s !important;
      -o-transition-delay: 0s !important;
      -webkit-transition-delay: 0s !important;
      transition-delay: 0s !important; } }

button.grid-block-link {
  background-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  border-style: none; }

.grid-block-link {
  position: relative;
  text-align: center;
  padding: 5rem 1rem;
  overflow: hidden;
  display: block;
  width: 100%; }
  .grid-block-link.small {
    padding: 3rem 1rem; }
  .grid-block-link .border {
    -moz-transition: ease-out, all, 0.2s;
    -o-transition: ease-out, all, 0.2s;
    -webkit-transition: ease-out, all, 0.2s;
    transition: ease-out, all, 0.2s;
    position: absolute;
    margin-top: 0;
    background-color: #F0F0F0; }
    .grid-block-link .border:after {
      content: '';
      display: block;
      position: absolute;
      -moz-transition: ease-out, all, 0.2s;
      -o-transition: ease-out, all, 0.2s;
      -webkit-transition: ease-out, all, 0.2s;
      transition: ease-out, all, 0.2s; }
  .grid-block-link .left, .grid-block-link .right, .grid-block-link .top, .grid-block-link .bottom {
    background-color: #F0F0F0; }
  .grid-block-link .left, .grid-block-link .right {
    height: 100%;
    width: 2px; }
    .grid-block-link .left:after, .grid-block-link .right:after {
      width: 2px;
      height: 0; }
  .grid-block-link .top, .grid-block-link .bottom {
    width: 100%;
    height: 2px; }
    .grid-block-link .top:after, .grid-block-link .bottom:after {
      width: 0;
      height: 2px;
      background-color: #b1d84e;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFB1D84E', endColorstr='#FF3BAF29');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxZDg0ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiYWYyOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #b1d84e), color-stop(100%, #3baf29));
      background-image: -moz-linear-gradient(left, #b1d84e 0%, #3baf29 100%);
      background-image: -webkit-linear-gradient(left, #b1d84e 0%, #3baf29 100%);
      background-image: linear-gradient(to right, #b1d84e 0%, #3baf29 100%); }
  .grid-block-link .left, .grid-block-link .left:after {
    left: 0;
    bottom: 0; }
  .grid-block-link .left:after {
    background-color: #b1d84e; }
  .grid-block-link .top, .grid-block-link .top:after {
    top: 0;
    left: 0; }
  .grid-block-link .right, .grid-block-link .right:after {
    top: 0;
    right: 0; }
  .grid-block-link .right:after {
    background-color: #3BAF29; }
  .grid-block-link .bottom, .grid-block-link .bottom:after {
    right: 0;
    bottom: 0; }
  .grid-block-link .gradient-triangle-tab {
    -moz-transition: ease-out, all, 0.2s;
    -o-transition: ease-out, all, 0.2s;
    -webkit-transition: ease-out, all, 0.2s;
    transition: ease-out, all, 0.2s;
    -moz-transform: translatex(3rem);
    -ms-transform: translatex(3rem);
    -webkit-transform: translatex(3rem);
    transform: translatex(3rem);
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 3rem;
    height: 3rem; }
    .grid-block-link .gradient-triangle-tab .fa {
      -moz-transition: ease-out, all, 0.2s;
      -o-transition: ease-out, all, 0.2s;
      -webkit-transition: ease-out, all, 0.2s;
      transition: ease-out, all, 0.2s;
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s;
      color: white;
      position: absolute;
      -moz-transform: translatex(-2rem);
      -ms-transform: translatex(-2rem);
      -webkit-transform: translatex(-2rem);
      transform: translatex(-2rem);
      right: 0.5rem;
      bottom: 0.5rem;
      opacity: 0; }
    .grid-block-link .gradient-triangle-tab .triangle {
      -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      -webkit-transform: scaleY(-1);
      transform: scaleY(-1);
      filter: FlipV;
      -ms-filter: "FlipV"; }
  .grid-block-link .product-thumb {
    width: 100%;
    max-width: 250px;
    height: auto;
    max-height: 200px;
    margin: 0 auto 1rem; }
  .grid-block-link .grid-block--title {
    font-weight: 100;
    color: #A4A4A4;
    margin-top: 0;
    font-size: 1.75rem; }
  .grid-block-link .grid-block--summary {
    color: #332F32; }
  .grid-block-link:hover .left:after, .grid-block-link:hover .right:after {
    height: 100%; }
  .grid-block-link:hover .top:after, .grid-block-link:hover .bottom:after {
    width: 100%; }
  .grid-block-link:hover .gradient-triangle-tab {
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -webkit-transform: translatex(0);
    transform: translatex(0); }
  .grid-block-link:hover .gradient-triangle-tab .fa {
    opacity: 1;
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -webkit-transform: translatex(0);
    transform: translatex(0); }
  @media only screen and (max-width: 767px) {
    .grid-block-link {
      padding: 2rem 1rem; } }
  .grid-block-link.image-block {
    padding: 2rem 1rem;
    height: 30rem;
    text-align: left; }
    .grid-block-link.image-block .bg-img__cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      opacity: 0.7; }
    .grid-block-link.image-block .gradient-triangle-tab {
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      -moz-transform: translatex(5rem);
      -ms-transform: translatex(5rem);
      -webkit-transform: translatex(5rem);
      transform: translatex(5rem);
      width: 5rem;
      height: 5rem; }
      .grid-block-link.image-block .gradient-triangle-tab .fa {
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        right: 1rem;
        bottom: 1rem; }
    .grid-block-link.image-block .grid-block--title {
      font-weight: 700;
      color: #332F32;
      font-size: 3rem; }
    .grid-block-link.image-block:hover .gradient-triangle-tab {
      -moz-transform: translatex(0);
      -ms-transform: translatex(0);
      -webkit-transform: translatex(0);
      transform: translatex(0); }
      .grid-block-link.image-block:hover .gradient-triangle-tab .fa {
        opacity: 1;
        -moz-transform: translatex(0);
        -ms-transform: translatex(0);
        -webkit-transform: translatex(0);
        transform: translatex(0); }
    @media only screen and (max-width: 991px) {
      .grid-block-link.image-block .grid-block--title {
        font-size: 2rem; } }
    @media only screen and (max-width: 767px) {
      .grid-block-link.image-block {
        height: 20rem; } }

.touchevents a.grid-block-link .left:after, .touchevents a.grid-block-link .right:after {
  height: 100%; }
.touchevents a.grid-block-link .top:after, .touchevents a.grid-block-link .bottom:after {
  width: 100%; }
.touchevents a.grid-block-link .gradient-triangle-tab {
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -webkit-transform: translatex(0);
  transform: translatex(0); }
.touchevents a.grid-block-link .gradient-triangle-tab {
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -webkit-transform: translatex(0);
  transform: translatex(0); }
  .touchevents a.grid-block-link .gradient-triangle-tab .fa-arrow-right {
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -webkit-transform: translatex(0);
    transform: translatex(0);
    opacity: 1; }

.grid-block-container.news-list, .grid-block-container.news-list__suggestions {
  align-items: flex-start; }
  .grid-block-container.news-list [class*='col-'], .grid-block-container.news-list__suggestions [class*='col-'] {
    display: block; }
  .grid-block-container.news-list .grid-block-item, .grid-block-container.news-list__suggestions .grid-block-item {
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .grid-block-container.news-list .grid-block-link, .grid-block-container.news-list__suggestions .grid-block-link {
    padding: 1rem 1rem 4rem;
    text-align: left;
    align-self: flex-start; }
  .grid-block-container.news-list .grid-block--title, .grid-block-container.news-list__suggestions .grid-block--title {
    color: #3BAF29;
    margin-top: 2rem; }
  .grid-block-container.news-list p.sm, .grid-block-container.news-list__suggestions p.sm {
    font-style: italic;
    color: #A4A4A4; }
  .grid-block-container.news-list .news--tags, .grid-block-container.news-list__suggestions .news--tags {
    display: flex;
    flex-wrap: wrap; }
    .grid-block-container.news-list .news--tags .tag, .grid-block-container.news-list__suggestions .news--tags .tag {
      margin: 0 0.5rem 0.5rem 0;
      border: 1px solid #3BAF29;
      padding: 0.25rem 1rem; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .grid-block-container.news-list .grid-block-item, .grid-block-container.news-list__suggestions .grid-block-item {
      flex-basis: 50%;
      max-width: 50%; } }
  @media only screen and (max-width: 767px) {
    .grid-block-container.news-list .grid-block-item, .grid-block-container.news-list__suggestions .grid-block-item {
      flex-basis: 100%;
      max-width: 100%; } }

.news-list__suggestions {
  align-items: stretch !important; }
  .news-list__suggestions [class*='col-'] {
    display: flex !important; }
  .news-list__suggestions .grid-block-link {
    align-self: stretch !important; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-list__suggestions .grid-block-item {
      flex-basis: 50%;
      max-width: 50%; }
      .news-list__suggestions .grid-block-item:nth-last-child(1) {
        flex-basis: 100%;
        max-width: 100%; } }

.clients__carousel {
  overflow: hidden; }
  .clients__carousel .client--logo {
    padding: 0 2rem;
    margin-top: 0;
    float: left;
    height: 8rem;
    display: flex;
    align-items: center;
    outline: none; }
    .clients__carousel .client--logo .bg-img__contain {
      width: 100%;
      height: 100%;
      margin: auto;
      vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    .clients__carousel .client--logo {
      padding: 0 1rem;
      height: 4rem; } }

.product__carousel {
  width: 100%;
  overflow: hidden; }
  .product__carousel .product__carousel--img {
    display: inline-block;
    vertical-align: middle; }
    .product__carousel .product__carousel--img:focus, .product__carousel .product__carousel--img:active {
      outline: none; }
    .product__carousel .product__carousel--img img {
      width: 100%; }

.product__carousel--thumbs {
  overflow: hidden; }
  .product__carousel--thumbs .carousel-thumb {
    width: 5rem;
    height: 10rem;
    display: inline-block;
    margin: 0 1rem;
    -webkit-tap-highlight-color: transparent;
    position: relative; }
    .product__carousel--thumbs .carousel-thumb:focus, .product__carousel--thumbs .carousel-thumb:active {
      outline: none; }
    .product__carousel--thumbs .carousel-thumb .video-icon {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: auto;
      -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
      -webkit-transform: translatey(-50%);
      transform: translatey(-50%);
      margin: auto;
      color: #3BAF29;
      text-align: center; }
  .product__carousel--thumbs.thumbs___sml .carousel-thumb {
    height: 5rem; }
  @media only screen and (max-width: 767px) {
    .product__carousel--thumbs .carousel-thumb {
      height: 5rem;
      margin: 0 0.5rem; } }

.contact--section {
  display: block;
  position: relative;
  padding: 3rem 1rem;
  overflow: hidden;
  height: 25rem; }
  .contact--section h2 {
    font-weight: 700;
    color: #332F32; }
  .contact--section p.lg {
    font-weight: 100;
    color: #332F32; }
  .contact--section .container-fluid {
    margin-top: 0;
    height: 100%; }
    .contact--section .container-fluid .row, .contact--section .container-fluid .row__lg {
      height: 100%;
      align-items: center;
      align-content: center; }
  .contact--section .gradient-triangle-tab {
    -moz-transition: ease-out, all, 0.2s;
    -o-transition: ease-out, all, 0.2s;
    -webkit-transition: ease-out, all, 0.2s;
    transition: ease-out, all, 0.2s;
    -moz-transform: translatex(5rem);
    -ms-transform: translatex(5rem);
    -webkit-transform: translatex(5rem);
    transform: translatex(5rem);
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5rem;
    height: 5rem; }
    .contact--section .gradient-triangle-tab .fa {
      -moz-transition: ease-out, all, 0.2s;
      -o-transition: ease-out, all, 0.2s;
      -webkit-transition: ease-out, all, 0.2s;
      transition: ease-out, all, 0.2s;
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s;
      color: white;
      position: absolute;
      -moz-transform: translatex(-2rem);
      -ms-transform: translatex(-2rem);
      -webkit-transform: translatex(-2rem);
      transform: translatex(-2rem);
      right: 1rem;
      bottom: 1rem;
      opacity: 0; }
    .contact--section .gradient-triangle-tab .triangle {
      -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      -webkit-transform: scaleY(-1);
      transform: scaleY(-1);
      filter: FlipV;
      -ms-filter: "FlipV"; }
  .contact--section .gradient-overlay {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1; }
  .contact--section .bg-img__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    z-index: -2; }
  .contact--section:hover .gradient-triangle-tab {
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -webkit-transform: translatex(0);
    transform: translatex(0); }
  .contact--section:hover .gradient-triangle-tab .fa {
    opacity: 1;
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -webkit-transform: translatex(0);
    transform: translatex(0); }
  @media only screen and (max-width: 767px) {
    .contact--section {
      height: auto; }
      .contact--section .gradient-triangle-tab .fa {
        right: 1rem;
        opacity: 1; }
      .contact--section .gradient-triangle-tab .triangle {
        -moz-transform: scaleY(-1) translatex(0);
        -ms-transform: scaleY(-1) translatex(0);
        -webkit-transform: scaleY(-1) translatex(0);
        transform: scaleY(-1) translatex(0); } }

.touchevents .contact--section .gradient-triangle-tab .fa {
  opacity: 1;
  right: 1rem; }
.touchevents .contact--section .gradient-triangle-tab .triangle {
  -moz-transform: scaleY(-1) translatex(0);
  -ms-transform: scaleY(-1) translatex(0);
  -webkit-transform: scaleY(-1) translatex(0);
  transform: scaleY(-1) translatex(0); }

label.error {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 140%;
  color: #FE753F; }

.std-form .form-control {
  padding: 2rem 1rem;
  text-align: center; }
  .std-form .form-control.lg {
    padding: 3rem; }
.std-form .row, .std-form .row__lg {
  margin: 0; }
  .std-form .row [class*='col-'], .std-form .row__lg [class*='col-'] {
    border-right: 1px solid #F0F0F0;
    margin: 1rem 0; }
    .std-form .row [class*='col-']:nth-child(1), .std-form .row__lg [class*='col-']:nth-child(1) {
      border-left: 1px solid #F0F0F0; }
.std-form label {
  display: block;
  font-weight: 100;
  color: #332F32;
  font-size: 1.25rem;
  text-align: center; }
.std-form .ic-btn {
  border: none;
  background-color: none;
  color: #3BAF29; }
.std-form.form-lg input {
  text-align: center;
  width: 100%; }
@media only screen and (max-width: 767px) {
  .std-form .form-control {
    padding: 1rem 0;
    text-align: left; }
    .std-form .form-control.lg {
      padding: 1rem 0; }
  .std-form .row [class*='col-'], .std-form .row__lg [class*='col-'] {
    margin: 0;
    border-right: none;
    border-top: 1px solid #F0F0F0; }
    .std-form .row [class*='col-']:nth-child(1), .std-form .row__lg [class*='col-']:nth-child(1) {
      border-left: none; }
  .std-form label, .std-form input, .std-form select {
    text-align: left !important; } }

input, select, textarea {
  border: none;
  font-size: 1rem;
  font-weight: 100;
  color: #b1d84e; }
  input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #b1d84e; }
  input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    color: #b1d84e; }
  input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #b1d84e; }
  input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #b1d84e; }
  input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
    outline: 1px dotted #A4A4A4; }
  input.lg, select.lg, textarea.lg {
    font-size: 4rem;
    padding: 0; }
  @media only screen and (max-width: 767px) {
    input, select, textarea {
      text-align: left; } }

span.validation {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 140%; }
  span.validation.danger {
    color: #FE753F; }

textarea {
  width: 100%; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  line-height: 140%;
  text-align: center;
  padding-right: 2.2rem;
  background-image: url("../images/misc/arrow-down.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 100%; }
  select option {
    font-size: 1rem; }

select::-ms-expand {
  display: none; }

.news-search {
  position: relative;
  display: block;
  width: 40rem;
  margin-left: auto;
  margin-right: auto; }
  .news-search input {
    width: 100%;
    padding: 0.5rem 0;
    border-bottom: 1px solid #A4A4A4; }
  .news-search .ic-btn {
    position: absolute;
    bottom: 1rem;
    right: 0; }
  @media only screen and (max-width: 767px) {
    .news-search {
      width: 100%; } }

article.news-article {
  width: 100%;
  max-width: 50rem !important;
  margin-left: auto;
  margin-right: auto; }
  article.news-article .article--title {
    font-weight: 100;
    color: #A4A4A4;
    text-align: center; }
  article.news-article .article--info {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    text-align: center;
    font-size: 1rem; }
    article.news-article .article--info .date {
      font-weight: 100;
      color: #A4A4A4; }
    article.news-article .article--info .author {
      font-weight: 700;
      color: #3BAF29; }
  article.news-article .author-img-container {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    margin-top: 2rem;
    position: relative; }
    article.news-article .author-img-container span {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      left: 0;
      margin: auto;
      width: 20rem;
      height: 1px;
      background-color: #F0F0F0;
      z-index: -1; }
  article.news-article .author-img {
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    margin: auto; }
  article.news-article .article-main {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  article.news-article h2 {
    font-weight: 900;
    color: #3BAF29; }
  article.news-article h3 {
    font-weight: 100;
    color: #A4A4A4; }
  article.news-article h4 {
    font-weight: 100;
    color: #A4A4A4;
    font-size: 1.5rem; }
  article.news-article .full-width-img {
    display: block;
    width: 100%; }
  article.news-article .left-align-img {
    float: left;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
    width: 45%;
    max-width: 25rem; }
  article.news-article .right-align-img {
    float: right;
    margin-top: 1.5rem;
    margin-left: 1.5rem;
    width: 45%;
    max-width: 25rem; }
  article.news-article footer {
    background-color: transparent;
    text-align: center;
    padding: 0 !important; }
    article.news-article footer h3 {
      color: #3BAF29; }
    article.news-article footer .share-social {
      padding: 0; }
      article.news-article footer .share-social li {
        list-style-type: none;
        display: inline-block;
        margin-top: 0; }
        article.news-article footer .share-social li:after {
          content: " \00a0\\\00a0";
          color: #A4A4A4;
          font-size: 1.25rem; }
        article.news-article footer .share-social li:nth-last-child(1):after {
          content: ""; }
      article.news-article footer .share-social a.social {
        display: inline-block;
        font-weight: 500;
        font-size: 1.25rem;
        margin-top: 0; }
        article.news-article footer .share-social a.social.fb {
          color: #3b5998; }
        article.news-article footer .share-social a.social.twitter {
          color: #55acee; }
        article.news-article footer .share-social a.social.linkedin {
          color: #0077b5; }
  @media only screen and (max-width: 767px) {
    article.news-article .left-align-img, article.news-article .right-align-img {
      display: block;
      float: none;
      width: 100%;
      margin: 1rem auto; } }

.std-table {
  border: 1px solid #F0F0F0;
  width: 100%;
  box-shadow: 0 1px 4px 0 #F0F0F0;
  margin-top: 1rem; }
  .std-table th, .std-table td {
    vertical-align: top;
    text-align: left;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    border-bottom: 1px dashed #F0F0F0; }
    .std-table th.action, .std-table td.action {
      text-align: right; }
  .std-table th {
    color: #A4A4A4; }
  .std-table tr:nth-last-child(1) th, .std-table tr:nth-last-child(1) td {
    border-bottom: none; }
  .std-table button.delete {
    border: none;
    background-color: transparent;
    padding: 0; }
    .std-table button.delete .fa {
      -moz-transition: ease-out, all, 0.2s;
      -o-transition: ease-out, all, 0.2s;
      -webkit-transition: ease-out, all, 0.2s;
      transition: ease-out, all, 0.2s;
      color: #C82B2B; }
    .std-table button.delete:hover .fa {
      color: #b32626; }
  @media only screen and (max-width: 767px) {
    .std-table th, .std-table td {
      padding: 0.5rem 1rem; } }

.table-horizontal th {
  border-bottom: 1px solid #F0F0F0 !important; }
@media only screen and (max-width: 767px) {
  .table-horizontal thead {
    display: none; }
  .table-horizontal th {
    border-bottom: none; }
  .table-horizontal tbody tr {
    border-bottom: 3px solid #F0F0F0; }
    .table-horizontal tbody tr:nth-last-child(1) {
      border-bottom: none; }
  .table-horizontal tr {
    display: block;
    margin-top: 0; }
    .table-horizontal tr:before {
      display: block;
      border-bottom: 2px solid #ddd; }
    .table-horizontal tr:after {
      content: "";
      display: table;
      clear: both; }
    .table-horizontal tr:nth-last-child(1) td {
      border-bottom: 1px solid #F0F0F0; }
      .table-horizontal tr:nth-last-child(1) td:nth-last-child(1) {
        border-bottom: none; }
  .table-horizontal td {
    display: block;
    margin-top: 0;
    float: left;
    clear: left;
    width: 100%;
    text-align: right; }
    .table-horizontal td:before {
      content: attr(data-label);
      float: left;
      font-weight: 500; }
    .table-horizontal td:nth-last-child(1) {
      border: none; }
  .table-horizontal input, .table-horizontal select {
    text-align: right;
    margin-top: 0;
    margin-left: 1rem; }
    .table-horizontal input:nth-child(1), .table-horizontal select:nth-child(1) {
      margin-left: 0; }
  .table-horizontal select {
    width: auto; } }

.country-list {
  align-items: flex-start; }
  .country-list .grid-block-item {
    margin-bottom: 1rem;
    height: auto;
    width: 50%; }
  @media only screen and (max-width: 767px) {
    .country-list .grid-block-item:nth-last-child(1), .country-list .grid-block-item:nth-last-child(2) {
      margin-bottom: 1rem; } }

.contact--country {
  -moz-transition: ease-out, all, 0.2s;
  -o-transition: ease-out, all, 0.2s;
  -webkit-transition: ease-out, all, 0.2s;
  transition: ease-out, all, 0.2s;
  outline: none; }
  .contact--country .details {
    padding: 0;
    text-align: left;
    max-height: 0;
    overflow: hidden;
    margin: 0; }
    .contact--country .details li {
      list-style-type: none;
      color: white; }
      .contact--country .details li a {
        color: white; }
      .contact--country .details li .label {
        display: block;
        font-weight: 700; }
  .contact--country.active {
    background-color: #b1d84e;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFB1D84E', endColorstr='#FF3BAF29');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxZDg0ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiYWYyOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #b1d84e), color-stop(100%, #3baf29));
    background-image: -moz-linear-gradient(left, #b1d84e 0%, #3baf29 100%);
    background-image: -webkit-linear-gradient(left, #b1d84e 0%, #3baf29 100%);
    background-image: linear-gradient(to right, #b1d84e 0%, #3baf29 100%); }
    .contact--country.active .grid-block--title {
      color: white; }
    .contact--country.active .details {
      max-height: 1000px; }
    .contact--country.active .left:after, .contact--country.active .right:after {
      height: 100%; }
    .contact--country.active .top:after, .contact--country.active .bottom:after {
      width: 100%; }

.touchevents .contact--country .left:after, .touchevents .contact--country .right:after {
  height: 100%; }
.touchevents .contact--country .top:after, .touchevents .contact--country .bottom:after {
  width: 100%; }

.country-list.showrooms .contact--country {
  vertical-align: top; }
  .country-list.showrooms .contact--country .grid-block--title {
    text-align: left; }
  .country-list.showrooms .contact--country .details {
    max-height: 1000px; }
    .country-list.showrooms .contact--country .details li {
      color: #A4A4A4; }
  .country-list.showrooms .contact--country.active .details li {
    color: white; }
@media only screen and (max-width: 767px) {
  .country-list.showrooms .contact--country {
    padding: 2rem 1rem; } }

#catalyst-locations {
  width: 100%; }
  #catalyst-locations * {
    margin-top: 0; }
  @media only screen and (max-width: 767px) {
    #catalyst-locations {
      height: 20rem !important; } }

.search-result {
  margin: 1rem 0 3rem; }
  .search-result .title {
    margin-top: 1rem; }

.not-found {
  text-align: center; }
  .not-found img {
    max-width: 20rem;
    margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .not-found img {
      max-width: 15rem; } }

.filter {
  margin-bottom: 1rem; }
  .filter .filter--title {
    display: block;
    color: #A4A4A4;
    font-weight: 700;
    font-size: 1.5rem;
    border-bottom: 1px solid #A4A4A4; }
  .filter .filter-type {
    display: block;
    color: #A4A4A4; }
  .filter .checkbox-label {
    position: relative;
    margin-top: 0.5rem;
    padding-left: 1.5rem;
    cursor: pointer; }
    .filter .checkbox-label input[type=checkbox] {
      left: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.product-item-link {
  padding: 2rem 1rem; }
  .product-item-link .grid-block--title {
    font-size: 1.25rem;
    color: #332F32; }

@media only screen and (max-width: 767px) {
  .product .product-img {
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }

.product-details {
  display: flex;
  flex-direction: row; }
  .product-details .product-desc, .product-details .order-options {
    margin-top: 0; }
  .product-details .product-desc {
    flex: 0 1 auto;
    margin-right: 1rem; }
    .product-details .product-desc p:nth-child(1) {
      margin-top: 0; }
  @media only screen and (max-width: 991px) {
    .product-details {
      display: block; }
      .product-details .product-desc {
        margin-right: 0; }
      .product-details .order-options {
        margin-top: 1rem; }
        .product-details .order-options .std-form a.std-btn, .product-details .order-options .std-form a.std-btn__danger {
          width: auto; } }
  @media only screen and (max-width: 479px) {
    .product-details .order-options .std-form a.std-btn, .product-details .order-options .std-form a.std-btn__danger {
      width: 100%; } }

.order-options {
  flex: 0 0 auto;
  text-align: center; }
  .order-options h2 {
    margin-bottom: 1rem; }
  .order-options .std-form .form-control {
    padding: 0 0 1rem;
    border-bottom: 1px solid #F0F0F0; }
  .order-options .std-form input {
    text-align: center;
    width: 100%; }
  .order-options .std-form a.std-btn, .order-options .std-form a.std-btn__danger {
    width: 100%;
    text-align: center; }
  @media only screen and (max-width: 767px) {
    .order-options {
      margin-top: 1rem; }
      .order-options h2 {
        text-align: left; }
      .order-options .std-form a.std-btn, .order-options .std-form a.std-btn__danger {
        width: auto; } }

.product-sidebar .data-download-btn {
  float: right; }
@media only screen and (max-width: 767px) {
  .product-sidebar {
    margin-top: 1rem; }
    .product-sidebar .data-download-btn {
      float: none; } }

.product.no-sidebar {
  width: 100%;
  max-width: 50rem !important;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .product.no-sidebar .product-details {
      display: flex; }
      .product.no-sidebar .product-details .product-desc {
        margin-right: 1rem; }
      .product.no-sidebar .product-details .order-options a.std-btn, .product.no-sidebar .product-details .order-options a.std-btn__danger {
        width: 100%; } }

@supports (-ms-accelerator: true) {
  .gradient-overlay {
    background-image: url("../images/misc/gradient-rectangle.png"); } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gradient-overlay {
    background-image: url("../images/misc/gradient-rectangle.png"); } }
