@charset "UTF-8";
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Global Imports
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Base Imports
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,700|Oswald:400,300,700");
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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 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; }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Global Configuration
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* Font Stacks
---------------------------------------- */
/* Font Weights
---------------------------------------- */
/* Descriptive Base Colours
---------------------------------------- */
/* Colour Usage
---------------------------------------- */
/* Colour Palette Modifier
---------------------------------------- */
/* Text
---------------------------------------- */
/* Border Radius
---------------------------------------- */
/* Asset Path Variables
---------------------------------------- */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Extends
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* Clearfix
---------------------------------------- */
.site-header:after, .logo-container:after, .intuitive-solution-single:after, .page-content:after, .faq-accordion:after, .timeline-item:after, .newsletter-signup-form:after, .social-media-icons:after {
  content: '';
  display: table;
  clear: both; }

/* Buttons
---------------------------------------- */
.button, input[type="submit"],
.InputfieldSubmit .InputfieldContent button, #mc_embed_signup .button, .cc_btn {
  background: #c30e2e;
  color: #ffffff;
  text-align: center;
  padding: 20px 50px;
  margin-top: 35px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 1em;
  position: relative;
  z-index: 0;
  width: 100%; }
  @media (min-width: 48em) {
    .button, input[type="submit"],
    .InputfieldSubmit .InputfieldContent button, #mc_embed_signup .button, .cc_btn {
      display: inline-block;
      width: auto; } }
  .button:hover, input[type="submit"]:hover,
  .InputfieldSubmit .InputfieldContent button:hover, #mc_embed_signup .button:hover, .cc_btn:hover {
    color: #ffffff; }
  .button:after, input[type="submit"]:after,
  .InputfieldSubmit .InputfieldContent button:after, #mc_embed_signup .button:after, .cc_btn:after {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ee163c; }
  .button:hover:after, input[type="submit"]:hover:after,
  .InputfieldSubmit .InputfieldContent button:hover:after, #mc_embed_signup .button:hover:after, .cc_btn:hover:after {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
    width: 100%; }

.hero-text .button {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-align: center;
  padding: 20px 50px;
  margin-top: 35px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 1em;
  position: relative;
  z-index: 0;
  width: 100%; }
  @media (min-width: 48em) {
    .hero-text .button {
      display: inline-block;
      width: auto; } }
  .hero-text .button:hover {
    color: #ffffff; }
  .hero-text .button:after {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #c30e2e; }
  .hero-text .button:hover:after {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
    width: 100%; }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Functions
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* Colour Palette Modifiers
---------------------------------------- */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Mixins
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* Web fonts
---------------------------------------- */
/* Center horizontally and vertically
---------------------------------------- */
/* Add a divider after a content block
---------------------------------------- */
/* Add a vendor prefix when necessary
---------------------------------------- */
/* Hero background image (home)
---------------------------------------- */
/* Hero background image
---------------------------------------- */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Helpers
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* Import if Google font is defined
---------------------------------------- */
/* Generic Helpers
---------------------------------------- */
.page-wrapper {
  height: 100%; }

.full-height {
  height: 100%;
  min-height: 80px; }

@media (min-width: 75em) {
  .container-narrow {
    width: 75%;
    margin: 0 auto; } }

.fade {
  -webkit-animation: fade-in 0.65s ease-in forwards;
  -moz-animation: fade-in 0.65s ease-in forwards;
  animation: fade-in 0.65s ease-in forwards;
  opacity: 0; }
  .no-cssanimations .fade {
    opacity: 1; }

@media (min-width: 48em) {
  .slide-in-left {
    -webkit-animation: slide-in-left 0.5s ease-in 0.25s forwards;
    -moz-animation: slide-in-left 0.5s ease-in 0.25s forwards;
    animation: slide-in-left 0.5s ease-in 0.25s forwards;
    transform: translateX(-100%); }
    .no-cssanimations .slide-in-left {
      transform: translateX(0); } }

@media (min-width: 48em) {
  .slide-in-right {
    -webkit-animation: slide-in-right 0.5s ease-in 0.25s forwards;
    -moz-animation: slide-in-right 0.5s ease-in 0.25s forwards;
    animation: slide-in-right 0.5s ease-in 0.25s forwards;
    transform: translateX(100%); }
    .no-cssanimations .slide-in-right {
      transform: translateX(0); } }

.is-hidden {
  opacity: 0; }

.is-visible {
  opacity: 1; }

/* Screen Reader Text
---------------------------------------- */
.srt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Base
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  background: #ffffff;
  height: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #373737;
  height: 100%;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  text-rendering: optimizeLegibility;
  margin: 0 0 0.25em 0;
  line-height: 1.4;
  font-weight: 700;
  color: #000000; }

h1 {
  font-size: 3.998em; }

h2 {
  font-size: 2.827em; }

h3 {
  font-size: 1.999em; }

h4 {
  font-size: 1.414em; }

h5, h6 {
  font-size: 1em; }

p {
  margin: 0 0 1.3em 0; }

a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  color: #c30e2e; }
  a:hover, a:focus {
    cursor: pointer;
    color: #ee163c; }

img {
  width: auto;
  max-width: 100%;
  height: auto; }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Animations
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* To ensure no animations happen until the page loads.
   Class removed via JavaScript.
------------------------------------------------------ */
.pause-animations * {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  animation: none !important; }

/* Move in from top
------------------------------------------------------ */
@-webkit-keyframes from-top {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes from-top {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-o-keyframes from-top {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-ms-keyframes from-top {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes from-top {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

/* fade-in
------------------------------------------------------ */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* slide-in-left
------------------------------------------------------ */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

/* slide-in-right
------------------------------------------------------ */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

/* up-and-down
------------------------------------------------------ */
@-webkit-keyframes up-and-down {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); } }

@-moz-keyframes up-and-down {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); } }

@-o-keyframes up-and-down {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); } }

@keyframes up-and-down {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); } }

/* stretch-delay
------------------------------------------------------ */
@-webkit-keyframes stretch-delay {
  0%, 40%, 100% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  20% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); } }

@-moz-keyframes stretch-delay {
  0%, 40%, 100% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  20% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); } }

@-o-keyframes stretch-delay {
  0%, 40%, 100% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  20% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes stretch-delay {
  0%, 40%, 100% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  20% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); } }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Layout Imports
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Grid
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.site-width {
  width: auto;
  max-width: 1920px;
  background: #ffffff;
  height: 100%; }
  .site-width:after {
    content: "";
    display: table;
    clear: both; }

/* Susy globals
------------------------------------------------------ */
/* Site container
------------------------------------------------------ */
.wrap {
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em; }
  .wrap:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 105em) {
    .wrap {
      padding: 0; } }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   3rd Party Imports
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../assets/static-images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../assets/fonts/slick.eot");
  src: url("../assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/slick.woff") format("woff"), url("../assets/fonts/slick.ttf") format("truetype"), url("../assets/fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Module Imports
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Preloader
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.preloader-container {
  margin: 0 auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background: #ffffff; }

.preloader-outer {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.preloader-inner {
  margin: 300px auto;
  width: 70px;
  height: 30px;
  text-align: center;
  font-size: 10px; }

.preloader-inner > div {
  -webkit-animation: stretch-delay 0.7s ease-in-out infinite;
  -moz-animation: stretch-delay 0.7s ease-in-out infinite;
  animation: stretch-delay 0.7s ease-in-out infinite;
  background-color: #c30e2e;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block; }

.preloader-inner .circ2 {
  -webkit-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.preloader-inner .circ3 {
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.preloader-inner .circ4 {
  -webkit-animation-delay: -0.4s;
  -moz-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.preloader-inner .circ5 {
  -webkit-animation-delay: -0.3s;
  -moz-animation-delay: -0.3s;
  animation-delay: -0.3s; }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Forms
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* Generic
------------------------------------------------------ */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #373737;
  display: block;
  font-size: 1em;
  margin: 0 0 1em 0;
  padding: 0.5em 0.75em;
  height: 2.5em;
  width: 100%;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  box-shadow: 0 0 5px #ededed;
  border-color: #cccccc; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #333333;
  outline: none; }

input[type="submit"],
.InputfieldSubmit .InputfieldContent button {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 100%;
  border: 0;
  margin-top: 25px; }
  @media (min-width: 48em) {
    input[type="submit"],
    .InputfieldSubmit .InputfieldContent button {
      display: inline-block;
      width: auto; } }
  input[type="submit"]:hover,
  .InputfieldSubmit .InputfieldContent button:hover {
    background: #ee163c; }

label,
.Inputfield .InputfieldHeader {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: .9em;
  display: inline-block; }

select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  font-family: "Open Sans", sans-serif;
  font-size: .85em;
  line-height: normal;
  padding: 0.5em 0.75em;
  height: 2.5em;
  width: 100%;
  border: 1px solid #cccccc; }

option {
  width: 100%; }

.InputfieldSelect select:focus {
  outline: none; }

.InputfieldSelect option {
  width: 100%; }

::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: .9em;
  padding: 0;
  color: #cccccc; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: .9em;
  padding: 0;
  color: #cccccc; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: .9em;
  padding: 0;
  color: #cccccc; }

:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: .9em;
  padding: 0;
  color: #cccccc; }

textarea,
.InputfieldForm textarea {
  height: 200px;
  padding: 0.5em 0.75em; }

.FormBuilder,
.InputfieldForm,
.InputfieldForm input,
.InputfieldForm textarea,
.InputfieldForm select,
.InputfieldForm button,
.ui-widget {
  font-family: "Open Sans", sans-serif;
  font-size: 1em; }

fieldset {
  padding: 1em 1.5em;
  background: #ffffff;
  border: 1px solid #cccccc; }

legend {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 0.25em 0.5em;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .9em; }

/* Contact
------------------------------------------------------ */
#FormBuilder_contact_form {
  background: #fafafa;
  border: 1px solid #cccccc;
  padding: 1.5em 1.5em 0 1.5em; }

@media (min-width: 75em) {
  .InputfieldForm .Inputfield.Inputfield_full_name,
  .InputfieldForm .Inputfield.Inputfield_company,
  .InputfieldForm .Inputfield.Inputfield_email,
  .InputfieldForm .Inputfield.Inputfield_telephone {
    float: left;
    clear: none !important;
    width: 49%; } }

@media (min-width: 75em) {
  .InputfieldForm .Inputfield.Inputfield_full_name,
  .InputfieldForm .Inputfield.Inputfield_email {
    margin-right: 2%; } }

/* Success
------------------------------------------------------ */
.contact-form h3,
.quote-form h3 {
  color: #373737;
  text-align: center;
  padding: 2em;
  margin: 0;
  background: #dcf4dc;
  border: 1px solid #cccccc;
  font-size: 1.3em;
  font-family: "Open Sans", sans-serif;
  font-weight: 700; }

/* Errors
------------------------------------------------------ */
.error-container {
  color: #c30e2e;
  background: #ffffff;
  border: 1px solid #c30e2e;
  padding: 2em;
  margin: 0 0 40px 0; }
  .error-container ul {
    margin: 0;
    padding: 0 2.5em; }

.FormBuilder .error, .InputfieldForm .error {
  color: #dc0c0c; }

/* Quote
------------------------------------------------------ */
#FormBuilder_quote_form {
  background: #fafafa;
  border: 1px solid #cccccc;
  padding: 1.5em 1.5em 0 1.5em; }
  @media (min-width: 75em) {
    #FormBuilder_quote_form .details .Inputfield {
      float: left;
      clear: none !important;
      width: 49%;
      margin-right: 2%; }
      #FormBuilder_quote_form .details .Inputfield:nth-of-type(even) {
        margin-right: 0; }
    #FormBuilder_quote_form .shipping .departure {
      width: 49%;
      float: left;
      margin-right: 2%; }
    #FormBuilder_quote_form .commodity .Inputfield {
      float: left;
      clear: none !important;
      width: 49%;
      margin-right: 2%; }
      #FormBuilder_quote_form .commodity .Inputfield:nth-of-type(odd) {
        margin-right: 0; }
      #FormBuilder_quote_form .commodity .Inputfield:first-of-type {
        margin-right: 2%; }
    #FormBuilder_quote_form .commodity .Inputfield_commodity,
    #FormBuilder_quote_form .commodity .Inputfield_how_is_your_cargo_packed,
    #FormBuilder_quote_form .commodity .Inputfield_quantity {
      width: 32%;
      margin-right: 2%; }
    #FormBuilder_quote_form .commodity .Inputfield_quantity {
      margin-right: 0; } }
  #FormBuilder_quote_form .more-info-link {
    font-size: .9em; }

/* MailChimp
------------------------------------------------------ */
#mc_embed_signup input.email {
  border-radius: 0;
  height: 3.2em; }
  @media (min-width: 48em) {
    #mc_embed_signup input.email {
      float: left;
      width: 65%;
      height: 3.6em; } }

#mc_embed_signup .clear {
  display: block; }

#mc_embed_signup .button {
  border-radius: 0;
  margin: 0;
  padding: 1em 3.125em;
  height: auto;
  line-height: 1.4; }
  @media (min-width: 48em) {
    #mc_embed_signup .button {
      padding: 1em 0;
      float: left;
      width: 35%; } }
  #mc_embed_signup .button:hover {
    background: #ee163c; }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Brand and Nav
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* Container
------------------------------------------------------ */
.site-header-container {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: fixed;
  background: #000000;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  padding: 0.625em 0;
  border-bottom: 1px solid #1a1a1a; }
  @media (min-width: 40em) {
    .site-header-container {
      background: rgba(0, 0, 0, 0.75); } }
  @media (min-width: 64.063em) {
    .site-header-container {
      padding: 1em 0; } }

/* Logo
------------------------------------------------------ */
.logo-container {
  width: 83.33333%;
  float: left; }
  @media (min-width: 71.25em) {
    .logo-container {
      width: 25%;
      float: left; } }

.logo {
  float: left;
  width: 100%; }

.main-logo {
  display: block; }

.main-logo svg {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 210px;
  height: auto; }
  @media (min-width: 64em) {
    .main-logo svg {
      width: 260px; } }

/* Main Navigation
------------------------------------------------------ */
.main-nav-container {
  width: 16.66667%;
  float: left; }
  @media (min-width: 71.25em) {
    .main-nav-container {
      width: 75%;
      float: left; } }

.mobile-menu-icon {
  position: relative;
  z-index: 999;
  float: right;
  display: block;
  height: 32px;
  width: 32px;
  margin: 15px 0 0 0; }
  @media (min-width: 64em) {
    .mobile-menu-icon {
      margin: 28px 0 0 0; } }

.menu-icon {
  -webkit-transition: all 0.25s cubic-bezier(0.75, 0, 0.29, 1.01);
  -moz-transition: all 0.25s cubic-bezier(0.75, 0, 0.29, 1.01);
  transition: all 0.25s cubic-bezier(0.75, 0, 0.29, 1.01);
  position: absolute;
  -webkit-backface-visibility: hidden; }

.top-bar {
  top: 5px;
  right: 0;
  width: 28px;
  height: 3px;
  border-radius: 10px;
  background-color: #c30e2e; }

.middle-bar {
  top: 13px;
  right: 0;
  width: 28px;
  height: 3px;
  border-radius: 10px;
  background-color: #c30e2e; }

.bottom-bar {
  top: 21px;
  right: 0;
  width: 28px;
  height: 3px;
  border-radius: 10px;
  background-color: #c30e2e; }

.top-animate {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #ffffff;
  top: 13px; }

.middle-animate {
  opacity: 0; }

.bottom-animate {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
  background: #ffffff;
  top: 13px; }

/* Off Canvas Nav
------------------------------------------------------ */
.main-nav {
  display: none; }

.mobile-nav-container {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #c30e2e;
  overflow: auto; }

.mobile-nav-container.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.mobile-nav {
  margin: 80px 0; }
  .mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center; }
  .mobile-nav li {
    padding: 0;
    margin: 0; }
  .mobile-nav a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-family: "Oswald", sans-serif;
    display: block;
    background: transparent;
    padding: 20px;
    color: #ffffff;
    font-size: .9em;
    -webkit-backface-visibility: hidden;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
    .mobile-nav a:hover {
      background: #ab0c28;
      border-top: 1px solid #930b23;
      border-bottom: 1px solid #930b23; }

/* Main Nav
------------------------------------------------------ */
@media (min-width: 71.25em) {
  .mobile-menu {
    display: none; }
  .main-nav {
    display: block;
    padding: 0; }
    .main-nav ul {
      list-style: none;
      position: relative;
      display: block;
      float: right;
      margin: 10px 0 0 0;
      padding: 0; }
      .change-scroll .main-nav ul {
        margin-top: 5px; }
      .main-nav ul li {
        float: left; }
        .main-nav ul li:last-of-type a {
          background: #c30e2e;
          color: #ffffff;
          margin-right: 0;
          padding: 0.75em 1.5em;
          border: 0; }
          .main-nav ul li:last-of-type a:hover {
            background: #ee163c; }
        .main-nav ul li:last-of-type.current-page a {
          color: #ffffff; }
        .main-nav ul li.current-page a {
          color: #c30e2e; }
          .main-nav ul li.current-page a:hover {
            color: #ee163c; }
      .main-nav ul a {
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        display: block;
        padding: 0.75em 0 0.357em 0;
        margin-right: 40px;
        color: #ffffff;
        font-size: 1em;
        border-bottom: 3px solid transparent; }
        .main-nav ul a:hover {
          color: #ee163c; } }

/* When .shrink is added 100px down browser window
------------------------------------------------------ */
.shrink {
  background: #000000; }
  @media (min-width: 48em) {
    .shrink {
      padding-top: 0.75em;
      padding-bottom: 0.75em; } }

@media (min-width: 64em) {
  .shrink .main-logo svg {
    width: 230px; } }

@media (min-width: 71.25em) {
  .shrink .main-nav ul {
    margin-top: 7px; } }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Hero
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* Generic
------------------------------------------------------ */
.hero-container {
  height: -webkit-calc(50% - 77px);
  height: calc(50% - 77px);
  background: #000000;
  margin-top: 77px; }
  @media (min-width: 40em) {
    .hero-container {
      margin-top: 0; } }
  @media (min-width: 48em) {
    .hero-container {
      height: 30%; } }
  @media (min-width: 64em) {
    .hero-container {
      height: 40%; } }

.hero {
  /* comes from inline styles via cms */ }

.hero-text-container {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  z-index: 100;
  top: 50%;
  text-align: center;
  padding: 0 2em;
  width: 100%; }
  @media (min-width: 40em) {
    .hero-text-container {
      -webkit-transform: translate(0, -60%);
      -moz-transform: translate(0, -60%);
      -ms-transform: translate(0, -60%);
      -o-transform: translate(0, -60%);
      transform: translate(0, -60%);
      top: 60%; } }
  @media (min-width: 64em) {
    .hero-text-container {
      padding: 0 8em; } }
  @media (min-width: 75em) {
    .hero-text-container {
      padding: 0 15em; } }
  @media (min-width: 91.25em) {
    .hero-text-container {
      padding: 0 22em; } }

.hero-text {
  color: #ffffff; }
  .hero-text h3 {
    color: #ffffff;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 300; }
    @media (min-width: 48em) {
      .hero-text h3 {
        -webkit-animation: from-top 0.25s ease-in forwards;
        -moz-animation: from-top 0.25s ease-in forwards;
        animation: from-top 0.25s ease-in forwards;
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0; }
        .no-cssanimations .hero-text h3 {
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0);
          opacity: 1; } }
    @media (min-width: 64em) {
      .hero-text h3 {
        font-size: 1.85em; } }
    @media (min-width: 75em) {
      .hero-text h3 {
        font-size: 2.2em; } }
  .hero-text p {
    font-size: 1em;
    margin: 0; }
    @media (min-width: 40em) {
      .hero-text p {
        font-size: 1.25em; } }
    @media (min-width: 48em) {
      .hero-text p {
        -webkit-animation: from-top 0.25s ease-in 0.25s forwards;
        -moz-animation: from-top 0.25s ease-in 0.25s forwards;
        animation: from-top 0.25s ease-in 0.25s forwards;
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0; }
        .no-cssanimations .hero-text p {
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0);
          opacity: 1; } }
  @media (min-width: 48em) {
    .hero-text .button {
      -webkit-animation: from-top 0.25s ease-in 0.5s forwards;
      -moz-animation: from-top 0.25s ease-in 0.5s forwards;
      animation: from-top 0.25s ease-in 0.5s forwards;
      -webkit-transform: translateY(-50px);
      -moz-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
      -o-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0; }
      .no-cssanimations .hero-text .button {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1; } }

.hero-arrow {
  -webkit-animation: fade-in 0.5s ease-in 2s normal forwards, up-and-down 1s ease-in 2s alternate infinite;
  -moz-animation: fade-in 0.5s ease-in 2s normal forwards, up-and-down 1s ease-in 2s alternate infinite;
  animation: fade-in 0.5s ease-in 2s normal forwards, up-and-down 1s ease-in 2s alternate infinite;
  left: -webkit-calc(50% - 15px);
  left: calc(50% - 15px);
  opacity: 0;
  width: 30px;
  position: absolute;
  bottom: 50px; }
  .no-cssanimations .hero-arrow {
    bottom: 30px;
    opacity: 1; }
  .hero-arrow svg {
    fill: #ffffff; }

.inner-arrow {
  display: none; }
  @media (min-width: 48.063em) {
    .inner-arrow {
      display: block; } }

/* Home
------------------------------------------------------ */
.template-home .hero-container {
  height: -webkit-calc(100% - 77px);
  height: calc(100% - 77px); }
  @media (min-width: 40em) {
    .template-home .hero-container {
      height: 100%; } }
  @media (min-width: 64em) {
    .template-home .hero-container {
      height: 80%; } }

.template-home .hero {
  /* comes from inline styles via cms */ }

.template-home .hero-text-container {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  position: absolute;
  z-index: 100;
  top: 25%;
  text-align: center;
  padding: 0 2em;
  width: 100%; }
  @media (min-width: 40em) {
    .template-home .hero-text-container {
      -webkit-transform: translate(0, -55%);
      -moz-transform: translate(0, -55%);
      -ms-transform: translate(0, -55%);
      -o-transform: translate(0, -55%);
      transform: translate(0, -55%);
      top: 55%;
      padding: 0 4em; } }
  @media (min-width: 64em) {
    .template-home .hero-text-container {
      padding: 0 8em; } }
  @media (min-width: 75em) {
    .template-home .hero-text-container {
      padding: 0 15em; } }
  @media (min-width: 91.25em) {
    .template-home .hero-text-container {
      padding: 0 22em; } }

.template-home .hero-text h3 {
  font-weight: 400; }
  @media (min-width: 40em) {
    .template-home .hero-text h3:after {
      content: "";
      width: 200px;
      height: 2px;
      background: #c30e2e;
      margin: 30px auto 40px auto;
      display: block; } }
  @media (min-width: 48em) {
    .template-home .hero-text h3 {
      font-size: 2em; } }
  @media (min-width: 75em) {
    .template-home .hero-text h3 {
      font-size: 2.5em; } }

.template-home .hero-text p {
  display: none; }
  @media (min-width: 40em) {
    .template-home .hero-text p {
      display: block; } }
  @media (min-width: 48em) {
    .template-home .hero-text p {
      font-size: 1.4em; } }

.template-home .hero-text a {
  font-size: 1.15em;
  padding-right: 40px;
  padding-left: 40px; }
  .template-home .hero-text a span {
    background: url("../assets/static-images/intuitive-logo-no-text.svg") no-repeat;
    background-size: contain;
    padding: .5em .5em .5em 2.75em; }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Page Headings
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.page-heading {
  text-align: center;
  margin: 0 0 30px 0; }
  @media (min-width: 48em) {
    .page-heading {
      width: 80%;
      margin: 0 auto 25px auto; } }
  .page-heading h3 {
    color: #c30e2e;
    font-weight: 300;
    font-size: 1.35em;
    text-transform: uppercase;
    position: relative; }
    @media (min-width: 40em) {
      .page-heading h3 {
        font-size: 2em; } }
    @media (min-width: 48em) {
      .page-heading h3:before {
        content: "";
        background: #cccccc;
        display: block;
        height: 1px;
        position: absolute;
        top: 50%;
        width: 100%;
        left: 0; }
      .page-heading h3 span {
        background: #ffffff;
        padding: 0 1em;
        position: relative;
        z-index: 1; } }

.sub-heading {
  font-size: 1em;
  font-weight: 700;
  margin: 1em 0 0 0; }
  @media (min-width: 40em) {
    .sub-heading {
      font-size: 1.2em; } }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Intros
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* Home
------------------------------------------------------ */
.intro-home-container {
  padding: 2.5em 0;
  text-align: center;
  margin: 0 auto; }
  @media (min-width: 40em) {
    .intro-home-container {
      padding: 4em 0; } }

.intro-home-text {
  padding: 0 0 2em 0; }
  @media (min-width: 40em) {
    .intro-home-text {
      padding: 0 1em 2em 1em; } }
  @media (min-width: 80em) {
    .intro-home-text {
      padding: 0 7em 2em 7em; } }
  .intro-home-text h1 {
    font-size: 1.5em;
    color: #c30e2e;
    font-weight: 400;
    margin-bottom: 12px; }
    @media (min-width: 40em) {
      .intro-home-text h1 {
        font-size: 2em; } }
  .intro-home-text p {
    font-size: 1em; }
    @media (min-width: 40em) {
      .intro-home-text p {
        font-size: 1.25em; } }
    .intro-home-text p:last-of-type {
      margin: 0; }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Intuitive Solution
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* Home
------------------------------------------------------ */
.template-home .intuitive-solution-container {
  padding: 0 0 2.5em 0; }

.template-home .intuitive-solution {
  margin: 10px auto 0 auto;
  background: #fafafa;
  border: 1px solid #ededed;
  padding: 2em 1em; }
  @media (min-width: 40em) {
    .template-home .intuitive-solution {
      padding: 3em 2em; } }
  .template-home .intuitive-solution h3 {
    font-weight: 700;
    color: #000000;
    font-size: 1.5em; }
    @media (min-width: 40em) {
      .template-home .intuitive-solution h3 {
        font-size: 1.75em; } }
  .template-home .intuitive-solution .button {
    margin-top: 20px; }
    @media (min-width: 64em) {
      .template-home .intuitive-solution .button {
        margin-top: 40px; } }

.template-home .solution-container {
  margin: 20px auto 0 auto;
  clear: both;
  overflow: hidden;
  position: relative; }
  @media (min-width: 40em) {
    .template-home .solution-container {
      margin-top: 35px; } }

.template-home .single-solution {
  text-align: center;
  position: relative;
  margin: 0 0 30px 0;
  background: #ededed;
  padding: 2em 0; }
  @media (min-width: 48em) {
    .template-home .single-solution {
      padding: 2em 4em; } }
  @media (min-width: 64em) {
    .template-home .single-solution {
      width: 20%;
      float: left;
      padding: 0 1em;
      margin: 0;
      background: transparent; }
      .template-home .single-solution:last-of-type .solution-icon-container:before {
        content: none; }
      .template-home .single-solution:last-of-type .solution-icon-container:after {
        content: none; } }
  .template-home .single-solution .solution-icon-container {
    position: relative; }
    @media (min-width: 64em) {
      .template-home .single-solution .solution-icon-container:before {
        top: -webkit-calc(50% - 1px);
        top: calc(50% - 1px);
        content: "";
        width: 100%;
        height: 2px;
        display: block;
        border: 1px dashed #000000;
        position: absolute;
        left: 50%; }
      .template-home .single-solution .solution-icon-container:after {
        top: -webkit-calc(50% - .9em);
        top: calc(50% - .9em);
        content: '';
        position: absolute;
        right: -20%;
        width: 1.8em;
        height: 1.8em;
        background: url("../assets/static-images/arrow-right.svg") no-repeat 50% 50%;
        background-size: contain; } }
    @media (min-width: 75em) {
      .template-home .single-solution .solution-icon-container:after {
        right: -12%; } }
  .template-home .single-solution .solution-icon {
    border-radius: 50%;
    background: #ffffff;
    width: 12em;
    height: 12em;
    margin: 0 auto 20px auto;
    position: relative;
    border: 3px solid #c30e2e; }
    @media (min-width: 64em) {
      .template-home .single-solution .solution-icon {
        width: 8em;
        height: 8em; } }
    @media (min-width: 75em) {
      .template-home .single-solution .solution-icon {
        width: 10em;
        height: 10em; } }
    @media (min-width: 105em) {
      .template-home .single-solution .solution-icon {
        width: 12em;
        height: 12em; } }
    .template-home .single-solution .solution-icon img {
      width: 80%;
      margin: 2.4em auto 0 auto;
      display: block; }
      @media (min-width: 64em) {
        .template-home .single-solution .solution-icon img {
          margin-top: 1.75em; } }
      @media (min-width: 75em) {
        .template-home .single-solution .solution-icon img {
          margin-top: 2em; } }
      @media (min-width: 105em) {
        .template-home .single-solution .solution-icon img {
          margin-top: 2.4em; } }
  .template-home .single-solution .solution-text {
    padding: 0 1em; }
    @media (min-width: 64em) {
      .template-home .single-solution .solution-text {
        padding: 0; } }
    .template-home .single-solution .solution-text h5 {
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 12px;
      font-size: 1.25em; }
      @media (min-width: 64em) {
        .template-home .single-solution .solution-text h5 {
          font-size: 1em; } }
    .template-home .single-solution .solution-text p {
      margin: 0; }

/* Full
------------------------------------------------------ */
.intuitive-solution-full-container {
  padding: 3em 0; }

.intuitive-solution-full {
  border: 1px solid #ededed;
  padding: 0 1.5em 1.5em 1.5em; }

.intuitive-solution-single {
  border-bottom: 1px solid #ededed;
  padding: 1.875em 0; }
  .intuitive-solution-single:last-of-type {
    border: 0;
    padding-bottom: 0; }
  @media (min-width: 64em) {
    .intuitive-solution-single {
      margin: 0 0 30px 0;
      padding-bottom: 3.75em; }
      .intuitive-solution-single:last-of-type {
        margin: 0;
        padding-bottom: 0; } }

@media (min-width: 64em) {
  .intuitive-solution-text {
    width: 50%;
    float: left;
    padding-left: 0.69444%;
    padding-right: 0.69444%;
    padding-right: 2em; } }

.intuitive-solution-text h4 {
  text-transform: uppercase;
  font-weight: 400;
  color: #c30e2e;
  margin: 0 0 12px 0;
  font-size: 1.2em; }

.intuitive-solution-text p:last-of-type {
  margin-bottom: 0; }

@media (min-width: 64em) {
  .right .intuitive-solution-text {
    float: right;
    padding-left: 2em; } }

.intuitive-solution-icon-container {
  position: relative;
  background: #ffffff;
  margin: 30px 0 0 0; }
  @media (min-width: 64em) {
    .intuitive-solution-icon-container {
      width: 50%;
      float: left;
      padding-left: 0.69444%;
      padding-right: 0.69444%;
      margin: 0; } }

.intuitive-solution-icon {
  background: #ffffff;
  width: 100%;
  height: 100%; }
  .intuitive-solution-icon img {
    width: 80%;
    margin: 0 auto;
    display: block; }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Testimonial Slider
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.testimonial-slider-container {
  background: #c30e2e;
  padding: 0 0 3em 0; }

.testimonial-slider {
  position: relative; }

.quote-marks {
  text-align: center;
  width: 4em;
  height: 4em;
  background: #000000;
  padding: 1.2em 1em 1em 1em;
  margin: 0 auto 40px auto; }
  .quote-marks svg {
    width: 2em;
    fill: #ffffff; }

.slider-container {
  padding: 0 2.25em;
  text-align: center; }
  @media (min-width: 40em) {
    .slider-container {
      padding: 2em 3em; } }
  @media (min-width: 64em) {
    .slider-container {
      padding: 3em 9em; } }
  .slider-container h4 {
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    margin: 0 0 40px 0; }
    @media (min-width: 40em) {
      .slider-container h4 {
        font-size: 1.5em; } }
    @media (min-width: 64em) {
      .slider-container h4 {
        margin: 0 0 80px 0; } }
  .slider-container p {
    margin: 0;
    color: #ffffff; }
  .slider-container .person {
    margin-bottom: 10px; }
  .slider-container .company {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    font-size: 1.2em; }

.slider-arrows {
  top: -webkit-calc(50% + 2em);
  top: calc(50% + 2em);
  position: absolute;
  width: 100%; }
  .slider-arrows .arrow {
    position: absolute;
    width: auto; }
    .slider-arrows .arrow:hover {
      cursor: pointer; }
      .slider-arrows .arrow:hover svg {
        fill: #000000; }
  .slider-arrows .previous {
    left: 0; }
  .slider-arrows .next {
    right: 0; }
  .slider-arrows svg {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 1.25em;
    fill: #ffffff; }

.slick-dots {
  bottom: -40px; }
  @media (min-width: 64em) {
    .slick-dots {
      bottom: -60px; } }

.slick-dots li button:before {
  font-size: 12px; }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Main Content
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.main-content-container {
  padding: 3em 0; }

.page-content .TextformatterVideoEmbed {
  margin-bottom: 40px; }

.page-content .fluid-width-video-wrapper iframe {
  background: #fafafa;
  border: 1px solid #ededed;
  padding: .5em;
  margin: 0; }

.page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 25px 0;
  text-align: left;
  border: 1px solid #ededed; }

.page-content tr, .page-content th, .page-content td {
  padding: 0.5em 1em; }

.page-content th {
  background: #c30e2e;
  color: #ffffff;
  border: 1px solid #db1034;
  padding: 1em; }

.page-content td {
  border: 1px solid #ededed; }

/* Contact
------------------------------------------------------ */
@media (min-width: 75em) {
  .contact-form-container {
    width: 66.66667%;
    float: left;
    padding-left: 0.69444%;
    padding-right: 0.69444%;
    padding-right: 3em; } }

.contact-details-container {
  margin-top: 50px;
  text-align: center; }
  @media (min-width: 75em) {
    .contact-details-container {
      width: 33.33333%;
      float: left;
      padding-left: 0.69444%;
      padding-right: 0.69444%;
      text-align: left;
      margin-top: 12px; } }
  .contact-details-container h4 {
    text-transform: uppercase;
    font-weight: 400; }
  .contact-details-container .social-media-icons h4 {
    margin-bottom: 10px; }
  .contact-details-container .social-media-icons a svg {
    fill: #c30e2e; }
  .contact-details-container .social-media-icons a:hover svg {
    fill: #ee163c; }

.registered-address,
.contact {
  padding: 0 0 2em 0;
  margin: 0 0 32px 0;
  border-bottom: 1px solid #ededed; }
  .registered-address .address,
  .contact .address {
    margin-bottom: 0; }

.contact a {
  font-size: .85em; }
  @media (min-width: 40em) {
    .contact a {
      font-size: 1em; } }

/* Video
------------------------------------------------------ */
.TextformatterVideoEmbed .fluid-width-video-wrapper iframe {
  width: 99.5% !important; }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Accordion
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.faq-accordion {
  border: 1px solid #ededed; }

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fafafa;
  color: #000000;
  font-size: 1.2em;
  font-weight: 400;
  cursor: pointer;
  padding: 1.5em;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 2px solid #ededed;
  outline: none;
  position: relative; }
  button.accordion:last-of-type {
    border-bottom: 1px solid #ededed; }

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active,
button.accordion:hover {
  background: #c30e2e;
  color: #ffffff; }
  button.accordion.active span svg,
  button.accordion.active:hover span svg,
  button.accordion:hover span svg,
  button.accordion:hover:hover span svg {
    fill: #ffffff; }

button.accordion span {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  float: right;
  width: 1em; }
  button.accordion span svg {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    fill: #c30e2e; }

/* Class added via js to spin the span/arrow associated with the accordion button */
button.accordion span.spin {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* Style the accordion panel. Note: hidden by default */
div.panel {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 2em;
  background: #ffffff;
  max-height: 0;
  overflow: hidden;
  opacity: 0; }
  div.panel p {
    padding: 2em 0; }
    div.panel p:last-of-type {
      margin-bottom: 0; }

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
  opacity: 1;
  max-height: 500px; }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Timeline
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.timeline-container {
  overflow: hidden;
  background: #fafafa;
  border: 1px solid #ededed;
  padding: 2em 1em;
  margin: 30px 0 0 0; }
  @media (min-width: 40em) {
    .timeline-container {
      padding: 2em; } }
  .timeline-container h4 {
    margin-top: 0;
    text-align: center; }

.timeline {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 90%;
  margin: 30px;
  position: relative; }
  .timeline:before {
    content: "";
    width: 1px;
    height: 100%;
    border: 1px dashed #000000;
    left: 0;
    top: 0;
    position: absolute; }
  .timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%; }
  @media (min-width: 48em) {
    .timeline {
      margin: 30px auto;
      padding: 0 10px;
      width: 100%; }
      .timeline:before {
        left: 50%; } }

.timeline-item {
  margin-bottom: 50px;
  position: relative; }

.timeline-icon {
  border-radius: 50%;
  background: #ffffff;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-left: -23px;
  border: 3px solid #c30e2e; }
  @media (min-width: 48em) {
    .timeline-icon {
      width: 3.125em;
      height: 3.125em;
      left: 50%; } }
  .timeline-icon svg {
    position: relative;
    top: .5em;
    left: .5em;
    width: 1.25em;
    fill: #000000; }
    @media (min-width: 40em) {
      .timeline-icon svg {
        width: 1.75em; } }

.timeline-content {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 90%;
  background: #fff;
  padding: 20px;
  float: right;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px; }
  .timeline-content:before, .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0; }
  .timeline-content.right:before {
    border-left: 7px solid #c30e2e; }
  @media (min-width: 48em) {
    .timeline-content {
      width: 45%;
      float: none; }
      .timeline-content:before, .timeline-content.right:before {
        left: 0;
        margin-left: 0; } }
  .timeline-content h4 {
    text-align: left;
    padding: 15px;
    background: #c30e2e;
    color: #fff;
    margin: -20px -20px 0 -20px;
    font-weight: 700;
    border-radius: 4px 4px 0 0; }
  .timeline-content p {
    margin: 1.3em 0 1.3em 0; }
  .timeline-content:before {
    content: '';
    position: absolute;
    left: 10%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #c30e2e; }
    @media (min-width: 48em) {
      .timeline-content:before {
        left: 45%;
        border-left: 7px solid #c30e2e;
        border-right: 0; } }
  .timeline-content.right {
    float: right; }
    .timeline-content.right:before {
      content: '';
      right: 45%;
      left: 10%;
      border-left: 0;
      border-right: 7px solid #c30e2e; }
      @media (min-width: 48em) {
        .timeline-content.right:before {
          left: inherit; } }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Call to Action
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.call-to-action-container {
  /* comes from inline styles via cms */ }

.call-to-action h3 {
  color: #ffffff;
  font-size: 1.5em; }
  @media (min-width: 40em) {
    .call-to-action h3 {
      font-size: 2em; } }

.call-to-action p:first-of-type:after {
  content: "";
  width: 30%;
  background: #c30e2e;
  height: 3px;
  display: block;
  margin: 1.5em auto 1em auto; }

.contact-options {
  padding: 1.5em 0; }
  @media (min-width: 80em) {
    .contact-options {
      padding: 3em 0; } }
  .contact-options p {
    margin: 0; }
  .contact-options .button {
    margin: 25px 0;
    display: inline-block; }
  .contact-options .email a {
    color: #ffffff;
    font-size: .9em; }
    @media (min-width: 40em) {
      .contact-options .email a {
        font-size: 1em; } }
    .contact-options .email a:hover {
      color: #c30e2e; }

@media (min-width: 80em) {
  .contact-option {
    width: 33.33333%;
    float: left;
    padding-left: 0.69444%;
    padding-right: 0.69444%; }
  .telephone, .email {
    padding: 2.3em 0 0 0;
    font-size: 1.2em; } }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Site Footer
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.site-footer-container {
  background: #000000;
  padding: 2.5em 0;
  color: #ffffff;
  text-align: center; }
  @media (min-width: 80em) {
    .site-footer-container {
      text-align: left; } }

.site-footer h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px; }

/* Address
------------------------------------------------------ */
.address-container {
  padding-bottom: 2em;
  border-bottom: 1px solid #262626; }
  @media (min-width: 80em) {
    .address-container {
      width: 33.33333%;
      float: left;
      padding-left: 0.69444%;
      padding-right: 0.69444%;
      border: 0;
      padding-bottom: 0; } }

.address {
  margin-bottom: 25px; }

.telephone-and-email {
  font-weight: 700; }

/* Newsletter
------------------------------------------------------ */
.newsletter-container {
  margin-top: 30px;
  padding-bottom: 2em;
  border-bottom: 1px solid #262626; }
  @media (min-width: 80em) {
    .newsletter-container {
      width: 33.33333%;
      float: left;
      padding-left: 0.69444%;
      padding-right: 0.69444%;
      text-align: center;
      border: 0;
      padding-bottom: 0;
      margin: 0; } }

@media (min-width: 48em) {
  .newsletter {
    width: 60%;
    margin: 0 auto; } }

@media (min-width: 80em) {
  .newsletter {
    width: 100%; } }

.newsletter input {
  border-radius: 0; }

.newsletter-signup-form {
  margin: 10px 0 0 0; }
  .newsletter-signup-form .email-address {
    height: 3.2em; }
    @media (min-width: 48em) {
      .newsletter-signup-form .email-address {
        float: left;
        width: 65%;
        height: 3.6em; } }
  .newsletter-signup-form .subscribe {
    margin: 0;
    padding: 1em 3.125em; }
    @media (min-width: 48em) {
      .newsletter-signup-form .subscribe {
        padding: 1.05em 0;
        float: left;
        width: 35%; } }

/* Contact and Social
------------------------------------------------------ */
.contact-and-social {
  margin-top: 30px;
  padding-bottom: 2em;
  border-bottom: 1px solid #262626; }
  @media (min-width: 80em) {
    .contact-and-social {
      width: 33.33333%;
      float: left;
      padding-left: 0.69444%;
      padding-right: 0.69444%;
      border: 0;
      padding-bottom: 0;
      margin: 0;
      padding-left: 7em; } }
  .contact-and-social a {
    font-size: .85em; }
    @media (min-width: 40em) {
      .contact-and-social a {
        font-size: 1em; } }

.social-media-icons {
  margin: 35px 0 0 0; }
  .social-media-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    @media (min-width: 80em) {
      .social-media-icons ul {
        text-align: left; } }
    .social-media-icons ul li {
      display: inline-block;
      margin: 0 20px 0 0; }
      .social-media-icons ul li:last-of-type {
        margin: 0; }
      .social-media-icons ul li a {
        display: block; }
        .social-media-icons ul li a svg {
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          transition: all 0.25s ease;
          fill: #ffffff;
          width: 50px; }
        .social-media-icons ul li a:hover svg {
          fill: #ee163c; }

/* Page List
------------------------------------------------------ */
.page-list {
  display: none;
  padding-bottom: 2em;
  border-bottom: 1px solid #262626; }
  @media (min-width: 80em) {
    .page-list {
      display: block;
      border: 0;
      padding: 0; } }

.footer-nav ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center; }
  .footer-nav ul li {
    margin: 0 20px 0 0;
    display: inline-block; }
    .footer-nav ul li:last-of-type {
      margin: 0; }
    .footer-nav ul li a {
      color: #ffffff;
      display: block; }
      .footer-nav ul li a:hover {
        color: #ee163c; }

/* Footer (Copyright)
------------------------------------------------------ */
footer {
  text-align: center; }

footer p {
  margin: 30px 0 0 0;
  font-size: .8em; }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Cookie Consent - silktide.com
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.cc_banner-wrapper {
  width: auto;
  max-width: 1920px;
  background: transparent;
  position: relative; }

.cc_banner {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  border-top: 1px solid #cdcdcd;
  background: #ededed;
  padding: 1em; }

.cc_logo {
  display: none; }

.cc_message {
  margin: 7px 0 0 0; }

.cc_btn {
  padding: .75em 1em;
  float: right;
  margin: 0 0 15px 0;
  font-size: .85em; }
  @media (min-width: 48.063em) {
    .cc_btn {
      margin: 0; } }

/*# sourceMappingURL=application.css.map */

.timeline .timeline-item.is-hidden { opacity: 1 }