﻿/*!

Stewart Ehoff at Verto UK.

ACKNOWLEDGEMENTS
normalize.css | MIT License | https://github.com/necolas/normalize.css
Foundation | Apache License 2.0 | https://github.com/zurb/foundation-sites
*/
/*==========================================================================
$	BASE
==========================================================================*/
/* ====== VARIABLES  ====== */
/* ======
VARIABLES
    - Fonts
	- Color Palette
	- Typography
====== */
/*==========================================================================
$	FONTS
==========================================================================*/
/*==========================================================================
$	COLOUR PALETTE
==========================================================================*/
/*==========================================================================
$	TYPOGRAPHY
==========================================================================*/
/*==========================================================================
$	BREAKPOINTS
==========================================================================*/
/*==========================================================================
$	OTHER 
==========================================================================*/
/* ====== MIXINS ====== */
/*==========================================================================
$	MIXINS
==========================================================================*/
/* === AUTO-PREFIXER ===*/
/**
 * Output vendor-prefixed rules
 *
   `@include prefix(border-radius, 4px);`
 *
 */
/* === MEDIA QUERY 2.0 ===*/
/**
 * Output media query block
 *
   `@include media-query(min, 640px);`
 *
 */
/**
 * Output media query block
 *
   `@include media-query-height(min, 640px);`
 *
 */
/**
 * Output media query block with min and max limits
 *
   `@include media-query-bracket(640px, 960px);`
 *
 */
/* === STYLE PLACEHOLDERS ===*/
/** 
 * Style placeholders for all browsers
 * 
    @include placeholder {
        color: $black;
    }
 *
*/
/* ====== NORMALIZE  ====== */
/* ======
NORMALIZE
  - HTML5 display definitions
  - Base
  - Links
  - Typography
  - Embedded content
  - Figures
  - Forms
  - Tables
====== */
/*==========================================================================
$  HTML5 display definitions
==========================================================================*/
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ====== BASE ====== */
/* ======
BASE
    - Body 
    - Text Elements
    - Table Base Styles
    - Misc
====== */
/*================================================================================
$ BODY
================================================================================*/
html {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  -ms-font-smoothing: subpixel-antialiased;
  -o-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: auto;
  -ms-text-size-adjust: auto; }

body {
  background-color: #ffffff;
  color: #1d1d1b;
  font-size: 15px;
  height: 100%;
  line-height: 1.25;
  left: 0;
  min-width: 320px;
  position: relative;
  top: 0;
  font-family: "Work Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*================================================================================
$   TEXT ELEMENTS
================================================================================*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Work Sans", sans-serif; }

hgroup, p, blockquote, address, ul, ol, dl, table, fieldset, figure, figcaption, details, pre {
  font-family: "Work Sans", sans-serif;
  font-style: normal; }

p {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  /*font-weight: 400;*/
  line-height: 1.25; }

a {
  color: #1b3257;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }
  a:hover, a:focus, a:active {
    color: #009fe3;
    outline: none;
    text-decoration: underline;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s; }

/*================================================================================
$   TABLE BASE STYLES
================================================================================*/
table {
  margin: 10px 0; }

tr {
  border-bottom: 1px solid #FAEBD7; }
  tr:first-child {
    border-top: 1px solid #FAEBD7; }

th, td {
  padding: 5px;
  text-align: left;
  vertical-align: middle; }

th {
  background-color: #FAEBD7;
  border-left: 1px solid #ffffff;
  color: #1d1d1b; }
  th:first-child {
    border-left: none; }

td {
  border-right: 1px solid #FAEBD7;
  color: #000000; }
  td:first-child {
    border-left: 1px solid #FAEBD7; }

/*================================================================================
$   MISC
================================================================================*/
iframe {
  border: none; }

select {
  background-image: url("../images/chevron.svg");
  background-position: 98% center;
  background-size: 10px;
  border-radius: 0;
  color: #706F6F;
  font-size: 12px;
  max-width: 210px;
  padding: 10px 10px 10px 20px;
  width: 100%; }
  select:focus {
    outline: none; }

.slick-slider:focus {
  outline: none; }

.grid-container {
  flex-basis: 80rem; }

@media screen and (max-width: 639px) {
  .nudge-down-small {
    margin-top: 1.875rem; } }

@media screen and (max-width: 639px) {
  .nudge-down-small-x2:not(:first-of-type) {
    margin-top: 3.75rem; } }

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .nudge-down-medium:not(:first-of-type) {
    margin-top: 1.875rem; } }

@media screen and (max-width: 1023px) {
  .nudge-down-medium-down {
    margin-top: 1.875rem; } }

@media screen and (max-width: 1023px) {
  .nudge-down-medium-down-x2:not(:first-of-type) {
    margin-top: 3.75rem; } }

.nudge-down {
  margin-top: 1.875rem; }

.nudge-down-x2 {
  margin-top: 3.75rem; }

.nudge-down-x4 {
  margin-top: 7.5rem; }

@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .nudge-down-large:not(:first-of-type) {
    margin-top: 1.875rem; } }

/* ====== ANIMATIONS ====== */
/* ======
ANIMATIONS
    - Custom Animation Here
====== */
/*================================================================================
$    CUSTOM ANIMATION HERE
================================================================================*/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

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

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.m-scene {
  /** Basic styles for an animated element */
  /** An element that fades in */
  /** An element that fades in and slides up */
  /** An element that fades in and slides from the right */ }
  .m-scene .scene_element {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -ms-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -ms-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  .m-scene .scene_element--fadein {
    animation-name: fadeIn; }
  .m-scene .scene_element--fadeinup {
    animation-name: fadeInUp; }
  .m-scene .scene_element--fadeinright {
    animation-name: fadeInRight; }

/*================================================================================
$  BLOCK ELEMENT FADE
================================================================================*/
.fadein {
  opacity: 0;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.6s ease 0s, transform, 0.6s ease 0s;
  -moz-transition: opacity 0.6s ease 0s, transform, 0.6s ease 0s;
  -ms-transition: opacity 0.6s ease 0s, transform, 0.6s ease 0s;
  -o-transition: opacity 0.6s ease 0s, transform, 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform, 0.6s ease 0s; }

.fadedin {
  opacity: 1;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.zoomin {
  opacity: 0;
  transform-origin: 50% 50%;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease; }

.zoomedin {
  opacity: 1;
  transform-origin: 50% 50%;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1); }

/*==========================================================================
$	LAYOUT
==========================================================================*/
/* ====== GENERAL  ====== */
/* ======
GENERAL
    - Foundation Additions
	- General
        - Breadcrumbs
====== */
/*==========================================================================
$	FOUNDATION ADDITIONS
==========================================================================*/
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto; }

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

/*==========================================================================
$	GENERAL
==========================================================================*/
.main {
  padding-top: 145px;
  /*==========================================================================
    $	BUTTON
    ==========================================================================*/
  /*==========================================================================
    $	CONTENT
    ==========================================================================*/
  /*==========================================================================
    $	TITLE BANNER
    ==========================================================================*/
  /*==========================================================================
    $	SUB PAGES
    ==========================================================================*/
  /*==========================================================================
    $	BACK TO HOME
    ==========================================================================*/
  /*==========================================================================
    $	PAGE SLIDER
    ==========================================================================*/
  /*==========================================================================
    $	MISC
    ==========================================================================*/ }
  @media screen and (max-width: 1023px) {
    .main {
      padding-top: 165px; } }
  .main .button {
    border: none !important;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    /*margin: 0;*/
    min-width: 150px;
    padding: 14px 25px;
    text-decoration: none; }
    .main .button.light-blue {
      background-color: #009fe3; }
    .main .button.dark-blue {
      background-color: #1b3257; }
    .main .button.full-width {
      font-size: 15px;
      text-align: left;
      width: 100%; }
    .main .button.full {
      width: 99%; }
    .main .button.half {
      width: 49%; }
  .main h1 {
    color: #295376;
    font-size: 38px;
    font-weight: 300; }
  .main .page-content {
    color: #706F6F;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 50px; }
    .main .page-content strong {
      color: #295376;
      font-weight: 400; }
  .main ::-webkit-input-placeholder {
    color: #C6C6C6;
    font-size: 12px; }
  .main :-moz-placeholder {
    color: #C6C6C6;
    font-size: 12px; }
  .main ::-moz-placeholder {
    color: #C6C6C6;
    font-size: 12px; }
  .main :-ms-input-placeholder {
    color: #C6C6C6;
    font-size: 12px; }
  .main input {
    border: 1px solid #B2B2B2 !important;
    border-radius: 0;
    box-shadow: none !important;
    color: #009fe3;
    font-size: 12px;
    height: auto;
    margin-bottom: 15px;
    padding: 10px 15px; }
  .main .file-upload .ei-file .ei-input {
    border: 1px solid #B2B2B2 !important;
    box-shadow: none;
    color: #C6C6C6;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px; }
  .main .ep.video {
    display: block;
    position: relative;
    margin-bottom: 30px; }
    .main .ep.video:after {
      background-color: #1b3257;
      border-radius: 50%;
      color: #fff;
      content: "\f04b";
      display: block;
      font-family: "Font Awesome 5 Pro";
      font-size: 30px;
      height: 60px;
      left: 50%;
      line-height: 60px;
      position: absolute;
      text-align: center;
      top: 50%;
      width: 60px;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  .main .media {
    padding: 45px 0; }
    @media screen and (max-width: 1023px) {
      .main .media {
        padding: 25px 0; } }
    .main .media:last-child {
      padding-bottom: 0; }
    .main .media .media-button {
      margin-bottom: 75px; }
      .main .media .media-button .button {
        max-width: none;
        width: 100%; }
    .main .media .media-title {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin-bottom: 50px; }
      .main .media .media-title h1 {
        color: #295376; }
    .main .media .media-item {
      margin-bottom: 1.875rem; }
      .main .media .media-item h2 {
        color: #878787;
        font-size: 15px; }
      .main .media .media-item p.date-added {
        color: #1B3257; }
  .main .content-block {
    padding: 75px 0; }
    .main .content-block h2 {
      color: #009fe3;
      font-weight: 300; }
    .main .content-block p {
      color: #878787;
      font-size: 18px;
      line-height: 1.5; }
  .main .block-list .block-item {
    margin-bottom: 50px; }
    .main .block-list .block-item img {
      margin-bottom: 30px; }
    .main .block-list .block-item h3 {
      color: #295376;
      font-size: 28px;
      font-weight: 300;
      margin-bottom: 30px; }
    .main .block-list .block-item .button {
      max-width: none;
      text-align: left;
      width: 100%; }
  .main .title-banner {
    align-items: center;
    background-color: #295376;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 280px; }
    .main .title-banner h1 {
      color: #ffffff;
      font-size: 48px;
      margin: 0; }
    .main .title-banner p {
      color: #ffffff;
      font-weight: 300;
      line-height: 1.5;
      margin: 0; }
    .main .title-banner select {
      max-width: none; }
    .main .title-banner .cell {
      align-items: center;
      display: flex; }
    .main .title-banner .brochure {
      align-items: center;
      display: flex;
      justify-content: flex-start; }
      .main .title-banner .brochure .text-container {
        margin-left: 30px;
        margin-top: 15px; }
        .main .title-banner .brochure .text-container p {
          color: #ffffff;
          font-size: 22px;
          font-weight: 300;
          max-width: 255px; }
        .main .title-banner .brochure .text-container a {
          color: #009FE3;
          font-size: 15px;
          font-weight: 600; }
    .main .title-banner .button {
      max-width: none;
      text-align: left;
      width: 100%; }
      .main .title-banner .button:after {
        content: "\f0da";
        font-family: "Font Awesome 5 Pro";
        float: right; }
  .main .sub-pages h2 {
    color: #295376;
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 50px; }
  .main .sub-pages .page-item {
    /*align-items: center;
            display: flex;
            /*flex-direction: column;
            justify-content: flex-start;*/
    margin-bottom: 75px; }
    .main .sub-pages .page-item img {
      margin-bottom: 30px;
      width: 100%; }
    .main .sub-pages .page-item h2 {
      color: #295376;
      font-size: 28px;
      font-weight: 300;
      margin-bottom: 30px; }
    .main .sub-pages .page-item .button {
      text-align: left;
      width: 100%; }
  .main .back-to-home {
    margin: 35px 0; }
    @media screen and (max-width: 639px) {
      .main .back-to-home {
        margin: 25px 0; } }
    .main .back-to-home a {
      background-color: #295376;
      color: #ffffff;
      display: block;
      padding: 15px 30px;
      text-decoration: none;
      width: 100%; }
  @media screen and (max-width: 1023px) {
    .main .page-slider-container {
      margin-top: 50px; } }
  @media screen and (max-width: 1023px) {
    .main .page-slider-container .page-slider {
      margin-bottom: 50px; } }
  .main .page-slider-container .page-slider .slide img {
    width: 100%; }
  .main .page-slider-container .page-slider .slide .image-title {
    background-color: #009fe3;
    padding: 12px 20px; }
    .main .page-slider-container .page-slider .slide .image-title p {
      color: #ffffff;
      font-weight: 300;
      margin: 0; }
  .main .page-slider-container .page-slider .slick-dots {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 30px auto 0; }
    @media screen and (max-width: 1023px) {
      .main .page-slider-container .page-slider .slick-dots {
        justify-content: space-around; } }
    .main .page-slider-container .page-slider .slick-dots li {
      cursor: pointer;
      max-width: 150px;
      margin: 1%;
      width: 23%; }
      .main .page-slider-container .page-slider .slick-dots li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1023px) {
        .main .page-slider-container .page-slider .slick-dots li {
          margin-bottom: 20px !important; } }
  .main .page-slider-container .cte-container {
    margin-top: 50px; }
    .main .page-slider-container .cte-container .cte {
      align-items: center;
      display: flex;
      justify-content: flex-start; }
      .main .page-slider-container .cte-container .cte i {
        color: #009fe3;
        font-size: 22px;
        margin-right: 10px; }
      .main .page-slider-container .cte-container .cte p {
        color: #9D9D9C;
        font-size: 13px;
        font-weight: 400;
        margin: 0; }
  .main .media-block .cell:nth-child(4n+1) {
    transition-delay: 0.2s; }
  .main .media-block .cell:nth-child(4n+2) {
    transition-delay: 0.4s; }
  .main .media-block .cell:nth-child(4n+3) {
    transition-delay: 0.6s; }
  .main .media-block .cell:nth-child(4n+4) {
    transition-delay: 0.8s; }
  .main .disclaimer {
    margin-top: 40px; }
    .main .disclaimer p {
      color: #878787;
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
      min-height: 72px; }
  .main .cb-container {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .main .cb-container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .main .cb-container .checkmark {
      position: absolute;
      top: 5px;
      left: 0;
      height: 15px;
      width: 15px;
      background-color: #DCDCDC; }
      .main .cb-container .checkmark:after {
        content: "";
        position: absolute;
        opacity: 0;
        left: 5px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .main .cb-container .checkmark.checked {
        background-color: #009fe3; }
        .main .cb-container .checkmark.checked:after {
          opacity: 1; }
      .main .cb-container .checkmark.disabled {
        opacity: 0.5; }
    .main .cb-container .cb-container {
      opacity: 0; }
    .main .cb-container.active .cb-container {
      opacity: 1; }

.ep-window .ep-title {
  background-color: #009fe3;
  color: white;
  height: 50px;
  line-height: 50px;
  font-size: 16px; }
  .ep-window .ep-title .ep-window-state {
    padding-right: 20px;
    background-image: none; }
    .ep-window .ep-title .ep-window-state:before {
      color: #ffffff;
      font-size: 23px; }

.ep-window .ep-content {
  background-color: #FFF;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-family: inherit; }
  .ep-window .ep-content a {
    color: #1b3257;
    cursor: pointer;
    outline: none;
    text-decoration: none; }

@media screen and (max-width: 639px) {
  .nudge-down-small {
    margin-top: 1.875rem; } }

@media screen and (max-width: 639px) {
  .nudge-down-small-x2:not(:first-of-type) {
    margin-top: 3.75rem; } }

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .nudge-down-medium:not(:first-of-type) {
    margin-top: 1.875rem; } }

@media screen and (max-width: 1023px) {
  .nudge-down-medium-down {
    margin-top: 1.875rem; } }

@media screen and (max-width: 1023px) {
  .nudge-down-medium-down-x2:not(:first-of-type) {
    margin-top: 3.75rem; } }

.nudge-down {
  margin-top: 1.875rem; }

.nudge-down-x2 {
  margin-top: 3.75rem; }

@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .nudge-down-large:not(:first-of-type) {
    margin-top: 1.875rem; } }

/* ====== MASTER  ====== */
/* ======
MASTER
	- Header
    - Footer
====== */
/*==========================================================================
$	HEADER
==========================================================================*/
.mp_vehselcont {
  position: fixed;
  width: 100%;
  z-index: 99999;
  margin: 147px 0 0 0;
  background-color: #ffffff;
  border-top: 1px solid #1b3257;
  border-bottom: 1px solid #1b3257;
  padding: 30px 0; }
  .mp_vehselcont h1 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 20px 0; }
  .mp_vehselcont select {
    max-width: initial !important; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .mp_vehselcont {
      padding: 30px 20px; } }
  @media screen and (max-width: 39.9375em) {
    .mp_vehselcont {
      padding: 30px 20px; } }

@media screen and (max-width: 39.9375em) {
  #ddlRange {
    margin: 0 0 20px 0; } }

.mp_vehselajax h2 {
  font-size: 22px;
  line-height: 26px;
  margin: 20px 0 10px 0;
  text-align: center; }

.mp_vehselajax a {
  text-align: center;
  display: block; }

.header {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 99999; }
  .header .header-thin {
    background-color: #1b3257; }
    .header .header-thin .header-thin__inner {
      align-items: center;
      display: flex;
      justify-content: flex-end;
      margin: 0 auto;
      max-width: 80rem; }
      @media screen and (max-width: 1319px) {
        .header .header-thin .header-thin__inner {
          padding: 8px .9375rem; } }
      .header .header-thin .header-thin__inner ul {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        list-style: none;
        margin: 0;
        padding: 8px 0; }
        @media screen and (max-width: 1023px) {
          .header .header-thin .header-thin__inner ul {
            display: none; } }
        .header .header-thin .header-thin__inner ul li a {
          color: #ffffff;
          font-size: 12px;
          font-weight: 300;
          margin: 0 15px;
          text-decoration: none; }
        .header .header-thin .header-thin__inner ul li:last-child a {
          margin-right: 0; }
      .header .header-thin .header-thin__inner .switch-button {
        color: #ffffff;
        font-size: 12px;
        font-weight: 300;
        margin-left: 30px;
        padding: 13px 15px 12px 15px;
        text-decoration: none; }
      .header .header-thin .header-thin__inner .top-link {
        color: #ffffff;
        display: inline-block;
        padding: 0;
        height: 24px;
        font-weight: 200;
        font-size: 20px;
        line-height: 20px;
        transition-duration: 0.5s;
        position: relative; }
        .header .header-thin .header-thin__inner .top-link span {
          display: block;
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          /*padding: 10px 0;*/ }
        .header .header-thin .header-thin__inner .top-link.langs {
          margin-left: 10px;
          margin-right: 7px; }
          @media screen and (max-width: 639px) {
            .header .header-thin .header-thin__inner .top-link.langs {
              padding-left: 0; } }
          .header .header-thin .header-thin__inner .top-link.langs span:after {
            position: absolute;
            font-family: "Font Awesome 5 Pro";
            font-size: 10px;
            line-height: 1px;
            font-weight: 400;
            top: 10px;
            right: -15px;
            color: #ffffff;
            content: "\f078";
            cursor: pointer; }
          .header .header-thin .header-thin__inner .top-link.langs img.lang-link {
            display: block;
            width: 29px;
            border: 1px solid #FFF;
            margin-bottom: 2px;
            cursor: pointer; }
          .header .header-thin .header-thin__inner .top-link.langs ul {
            position: absolute;
            width: 36px;
            padding: 0;
            margin: 0;
            top: 25px;
            left: -4px;
            list-style-type: none;
            z-index: 99999;
            background-color: #009fe3;
            display: none; }
            .header .header-thin .header-thin__inner .top-link.langs ul.primary {
              background-color: #1b3257; }
            .header .header-thin .header-thin__inner .top-link.langs ul li a {
              margin: 0; }
            .header .header-thin .header-thin__inner .top-link.langs ul li img {
              display: block;
              border: 1px solid #ffffff;
              width: 26px;
              margin: 5px; }
        .header .header-thin .header-thin__inner .top-link:not(.show-for-large) {
          float: right; }
        .header .header-thin .header-thin__inner .top-link i {
          font-size: 21px; }
          .header .header-thin .header-thin__inner .top-link i.fa-search {
            transition-duration: 0.25s; }
  .header .header-main .header-main__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 80rem;
    padding: 30px 0; }
    @media screen and (max-width: 1319px) {
      .header .header-main .header-main__inner {
        padding: 30px .9375rem; } }
    .header .header-main .header-main__inner ul {
      align-items: center;
      display: flex;
      justify-content: space-between;
      list-style: none;
      margin: 0; }
      @media screen and (max-width: 1023px) {
        .header .header-main .header-main__inner ul li.menu-item {
          display: none; } }
      .header .header-main .header-main__inner ul li.highlighted a {
        color: #3997cb;
        font-weight: bold; }
      .header .header-main .header-main__inner ul li.hamburger {
        display: none; }
        @media screen and (max-width: 1023px) {
          .header .header-main .header-main__inner ul li.hamburger {
            display: block; } }
        .header .header-main .header-main__inner ul li.hamburger a i {
          color: #1b3257;
          font-size: 22px; }
      .header .header-main .header-main__inner ul li.search-icon {
        cursor: pointer;
        margin-left: 30px; }
        @media screen and (max-width: 1023px) {
          .header .header-main .header-main__inner ul li.search-icon {
            margin-left: 0; } }
        .header .header-main .header-main__inner ul li.search-icon i {
          color: #009fe3;
          font-size: 22px; }
      .header .header-main .header-main__inner ul li a {
        color: #706F6F;
        font-size: 18px;
        font-weight: 300;
        padding: 0 30px;
        text-decoration: none; }
        @media screen and (max-width: 1199px) {
          .header .header-main .header-main__inner ul li a {
            font-size: 16px;
            padding: 0 20px; } }
  .header.vehicle .header-thin .dash-button {
    background-color: #3997cb; }
  .header.vehicle .header-thin .switch-button {
    background-color: #3997cb; }
  .header.office .header-thin {
    background-color: #3997cb; }
    .header.office .header-thin .dash-button {
      background-color: #1b3257; }
    .header.office .header-thin .switch-button {
      background-color: #1b3257; }

/*==========================================================================
$	FULL SCREEN OVERLAY
==========================================================================*/
.full-screen-overlay {
  align-items: center;
  background-color: rgba(41, 83, 118, 0.9);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  /*&.product-enquiry-form {
        .overlay-container {
            max-width: 400px;
        }
    }*/ }
  @media screen and (max-width: 1023px) {
    .full-screen-overlay {
      padding: 30px 0; } }
  .full-screen-overlay.active {
    opacity: 1;
    pointer-events: all; }
  .full-screen-overlay .overlay-container {
    background-color: #ffffff;
    max-height: 100%;
    max-width: 875px;
    overflow-y: auto;
    width: 100%; }
    .full-screen-overlay .overlay-container .overlay-inner {
      background-color: #ffffff; }
      .full-screen-overlay .overlay-container .overlay-inner .title {
        align-items: center;
        background-color: #009fe3;
        display: flex;
        justify-content: space-between;
        padding: 15px 30px; }
        .full-screen-overlay .overlay-container .overlay-inner .title h1 {
          color: #ffffff;
          font-weight: 300;
          margin: 0; }
        .full-screen-overlay .overlay-container .overlay-inner .title h3 {
          color: #ffffff;
          font-weight: 300;
          margin: 0; }
        .full-screen-overlay .overlay-container .overlay-inner .title i {
          color: #ffffff;
          cursor: pointer;
          font-size: 20px; }
      .full-screen-overlay .overlay-container .overlay-inner .overlay-content {
        padding: 30px 50px;
        text-align: center; }
        .full-screen-overlay .overlay-container .overlay-inner .overlay-content h2 {
          color: #009fe3;
          font-size: 16px;
          font-weight: bold; }
        .full-screen-overlay .overlay-container .overlay-inner .overlay-content p {
          color: #878787;
          font-size: 12px;
          font-weight: 300;
          margin: 0 auto;
          max-width: 500px; }
        .full-screen-overlay .overlay-container .overlay-inner .overlay-content .note p {
          padding: 15px 0;
          text-align: left;
          margin: 0;
          max-width: 100%; }
      .full-screen-overlay .overlay-container .overlay-inner .error {
        background-color: #efc8b5;
        border-radius: 2px;
        padding: 8px 0.9375rem 9px;
        text-align: left;
        margin: 1.40625rem;
        color: rgba(75, 0, 0, 0.75); }
        .full-screen-overlay .overlay-container .overlay-inner .error h6 {
          margin-bottom: 0; }
        .full-screen-overlay .overlay-container .overlay-inner .error::before {
          font-family: "Font Awesome\ 5 Pro";
          content: "\f12a";
          font-size: 16px;
          color: rgba(150, 100, 100, 0.8);
          float: left;
          font-weight: 700;
          margin: 0 0.9375rem 0 0; }
      .full-screen-overlay .overlay-container .overlay-inner .overlay-field {
        margin-bottom: 15px;
        padding: 0 30px; }
        .full-screen-overlay .overlay-container .overlay-inner .overlay-field:last-child {
          padding-bottom: 10px; }
        .full-screen-overlay .overlay-container .overlay-inner .overlay-field a {
          color: #295376;
          font-size: 12px; }
        .full-screen-overlay .overlay-container .overlay-inner .overlay-field .field-title p {
          color: #295376;
          margin: 0 0 15px 0; }
        .full-screen-overlay .overlay-container .overlay-inner .overlay-field .parent {
          position: relative; }
          .full-screen-overlay .overlay-container .overlay-inner .overlay-field .parent span {
            position: absolute;
            right: 5px;
            color: #cc0000;
            font-size: 12px;
            height: auto;
            padding: 10px 15px;
            font-weight: 700; }
          .full-screen-overlay .overlay-container .overlay-inner .overlay-field .parent.ddl {
            margin-bottom: 15px; }
            .full-screen-overlay .overlay-container .overlay-inner .overlay-field .parent.ddl span {
              right: 25px; }
        .full-screen-overlay .overlay-container .overlay-inner .overlay-field span.cb {
          color: #cc0000;
          font-size: 12px;
          height: auto;
          font-weight: 700; }
        .full-screen-overlay .overlay-container .overlay-inner .overlay-field .field-options {
          display: flex;
          justify-content: space-between; }
          .full-screen-overlay .overlay-container .overlay-inner .overlay-field .field-options .radio-list {
            width: 100%; }
            .full-screen-overlay .overlay-container .overlay-inner .overlay-field .field-options .radio-list tr {
              border: none; }
            .full-screen-overlay .overlay-container .overlay-inner .overlay-field .field-options .radio-list td {
              border: none;
              position: relative; }
              .full-screen-overlay .overlay-container .overlay-inner .overlay-field .field-options .radio-list td label {
                position: absolute;
                top: 5px;
                left: 5px;
                z-index: 99;
                background-color: #EDEDED;
                color: #878787;
                font-size: 12px;
                font-weight: 300;
                margin: 0;
                max-width: 250px;
                min-width: 250px;
                padding: 8px 15px;
                text-align: center;
                width: 100%; }
                .full-screen-overlay .overlay-container .overlay-inner .overlay-field .field-options .radio-list td label:hover {
                  background-color: #009fe3;
                  color: #ffffff; }
                .full-screen-overlay .overlay-container .overlay-inner .overlay-field .field-options .radio-list td label.active {
                  background-color: #009fe3;
                  color: #ffffff; }
                @media screen and (max-width: 1023px) {
                  .full-screen-overlay .overlay-container .overlay-inner .overlay-field .field-options .radio-list td label {
                    min-width: 0; } }
        .full-screen-overlay .overlay-container .overlay-inner .overlay-field .button-checkbox-wrapper label {
          background-color: #EDEDED;
          color: #878787;
          font-size: 12px;
          font-weight: 300;
          margin: 0;
          max-width: 250px;
          min-width: 250px;
          padding: 8px 15px;
          text-align: center;
          width: 100%; }
          .full-screen-overlay .overlay-container .overlay-inner .overlay-field .button-checkbox-wrapper label:hover {
            background-color: #009fe3;
            color: #ffffff; }
          .full-screen-overlay .overlay-container .overlay-inner .overlay-field .button-checkbox-wrapper label.active {
            background-color: #009fe3;
            color: #ffffff; }
          @media screen and (max-width: 1023px) {
            .full-screen-overlay .overlay-container .overlay-inner .overlay-field .button-checkbox-wrapper label {
              min-width: 0; } }
        .full-screen-overlay .overlay-container .overlay-inner .overlay-field .button-checkbox-wrapper input {
          display: none; }
        .full-screen-overlay .overlay-container .overlay-inner .overlay-field ::-webkit-input-placeholder {
          color: #C6C6C6;
          font-size: 12px; }
        .full-screen-overlay .overlay-container .overlay-inner .overlay-field :-moz-placeholder {
          color: #C6C6C6;
          font-size: 12px; }
        .full-screen-overlay .overlay-container .overlay-inner .overlay-field ::-moz-placeholder {
          color: #C6C6C6;
          font-size: 12px; }
        .full-screen-overlay .overlay-container .overlay-inner .overlay-field :-ms-input-placeholder {
          color: #C6C6C6;
          font-size: 12px; }
        .full-screen-overlay .overlay-container .overlay-inner .overlay-field input[type=text], .full-screen-overlay .overlay-container .overlay-inner .overlay-field input[type=password] {
          border: 1px solid #B2B2B2 !important;
          border-radius: 0;
          box-shadow: none !important;
          color: #009fe3;
          font-size: 12px;
          height: auto;
          margin-bottom: 15px;
          padding: 10px 15px; }
        .full-screen-overlay .overlay-container .overlay-inner .overlay-field select {
          max-width: none; }
        .full-screen-overlay .overlay-container .overlay-inner .overlay-field .ei-checkbox {
          box-shadow: none; }
          .full-screen-overlay .overlay-container .overlay-inner .overlay-field .ei-checkbox:hover {
            border-color: #009fe3; }
          .full-screen-overlay .overlay-container .overlay-inner .overlay-field .ei-checkbox .ei-hover {
            border-color: #009fe3; }
          .full-screen-overlay .overlay-container .overlay-inner .overlay-field .ei-checkbox[data-checked='true'] {
            border-color: #009fe3; }
            .full-screen-overlay .overlay-container .overlay-inner .overlay-field .ei-checkbox[data-checked='true']:after {
              background-color: #009fe3; }
          .full-screen-overlay .overlay-container .overlay-inner .overlay-field .ei-checkbox label {
            color: #878787;
            display: inline;
            font-size: 12px;
            font-weight: 300;
            line-height: 18px; }
        .full-screen-overlay .overlay-container .overlay-inner .overlay-field .cbx-list {
          align-items: center;
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start; }
          .full-screen-overlay .overlay-container .overlay-inner .overlay-field .cbx-list .checkbox {
            margin-right: 30px; }
            @media screen and (max-width: 639px) {
              .full-screen-overlay .overlay-container .overlay-inner .overlay-field .cbx-list .checkbox {
                margin-bottom: 10px; } }
      .full-screen-overlay .overlay-container .overlay-inner .button {
        border-radius: 0;
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        margin: 0;
        min-width: 150px;
        padding: 13px 25px;
        text-decoration: none;
        width: 100%; }
        @media screen and (max-width: 639px) {
          .full-screen-overlay .overlay-container .overlay-inner .button {
            margin-top: 15px; } }
        .full-screen-overlay .overlay-container .overlay-inner .button.light-blue {
          background-color: #009fe3;
          color: #ffffff; }
        .full-screen-overlay .overlay-container .overlay-inner .button.dark-blue {
          background-color: #1b3257;
          color: #ffffff; }
  .full-screen-overlay.login .overlay-container {
    max-width: 400px; }
    .full-screen-overlay.login .overlay-container .overlay-inner h1 {
      align-items: center;
      display: flex; }
      .full-screen-overlay.login .overlay-container .overlay-inner h1 i {
        font-size: 25px;
        margin-right: 15px; }
    .full-screen-overlay.login .overlay-container .overlay-inner .button {
      margin-top: 5px; }
    .full-screen-overlay.login .overlay-container .overlay-inner a {
      display: block;
      margin-top: 15px; }

/*==========================================================================
$	FOOTER
==========================================================================*/
.footer {
  background-color: #295376;
  padding: 75px 0; }
  .footer.office {
    background-color: #3997cb; }
    .footer.office .footer__inner strong {
      color: #2373a8; }
  .footer .footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 80rem; }
    @media screen and (max-width: 1319px) {
      .footer .footer__inner {
        padding: 0 .9375rem; } }
    .footer .footer__inner p {
      color: #ffffff;
      font-size: 13px;
      font-weight: 300; }
    .footer .footer__inner a {
      color: #ffffff;
      font-size: 13px;
      font-weight: 300;
      text-decoration: none; }
    .footer .footer__inner strong {
      color: #009fe3;
      font-weight: 500; }
    .footer .footer__inner .contact-info {
      align-items: flex-start;
      display: flex; }
      @media screen and (max-width: 1023px) {
        .footer .footer__inner .contact-info {
          margin-bottom: 50px;
          order: 1;
          width: 100%; } }
      @media screen and (max-width: 639px) {
        .footer .footer__inner .contact-info {
          flex-wrap: wrap; } }
      .footer .footer__inner .contact-info .col {
        margin-right: 75px; }
        @media screen and (max-width: 639px) {
          .footer .footer__inner .contact-info .col {
            margin-right: 0;
            width: 50%; }
            .footer .footer__inner .contact-info .col:first-child {
              margin-bottom: 50px;
              width: 100%; } }
        .footer .footer__inner .contact-info .col:last-child {
          margin-right: 0; }
        .footer .footer__inner .contact-info .col p {
          margin: 0; }
          .footer .footer__inner .contact-info .col p a {
            text-decoration: none; }
      .footer .footer__inner .contact-info img {
        margin-bottom: 20px;
        position: relative;
        left: -8px; }
    @media screen and (max-width: 1023px) {
      .footer .footer__inner .social {
        margin-bottom: 50px;
        order: 3; } }
    .footer .footer__inner .social p {
      margin-bottom: 20px; }
    .footer .footer__inner .social .social-container {
      align-items: center;
      display: flex;
      justify-content: space-around;
      /*margin-right: 100px;*/ }
      @media screen and (max-width: 1023px) {
        .footer .footer__inner .social .social-container {
          margin-right: 0; } }
      .footer .footer__inner .social .social-container i {
        color: #ffffff;
        font-size: 20px;
        /*margin-right: 50px;*/ }
        .footer .footer__inner .social .social-container i:last-child {
          margin-right: 0; }
    .footer .footer__inner .site-links {
      margin-top: 50px; }
      @media screen and (max-width: 1023px) {
        .footer .footer__inner .site-links {
          margin: 0 0 50px 0;
          order: 2;
          width: 100%; } }
      .footer .footer__inner .site-links p {
        display: inline-block; }
      .footer .footer__inner .site-links a {
        text-decoration: none; }
        .footer .footer__inner .site-links a:after {
          border-right: 2px solid #009fe3;
          content: "";
          margin: 0 15px; }
        .footer .footer__inner .site-links a:last-child:after {
          display: none; }
        @media screen and (max-width: 1023px) {
          .footer .footer__inner .site-links a:nth-child(4):after {
            display: none; } }
        @media screen and (max-width: 1023px) {
          .footer .footer__inner .site-links a.end-link {
            display: none; } }
    .footer .footer__inner .verto {
      margin-top: 50px; }
      @media screen and (max-width: 1023px) {
        .footer .footer__inner .verto {
          margin: 0;
          order: 4;
          width: 100%; } }
      .footer .footer__inner .verto p {
        color: #ffffff;
        font-size: 12px; }
        .footer .footer__inner .verto p a {
          color: #ffffff;
          font-weight: bold; }

/*==========================================================================
$	SUCCESS BAR
==========================================================================*/
.success-bar {
  padding: 20px;
  background-color: #82ad20;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 50px; }
  .success-bar .cell {
    align-items: center;
    display: flex; }
    .success-bar .cell i {
      display: block;
      float: left;
      font-size: 24px;
      padding: 0 20px 0 0; }

/*==========================================================================
$	ASIDE
==========================================================================*/
aside {
  background-color: #1b3257 !important;
  box-shadow: none !important;
  z-index: 999999 !important; }
  aside ul li a {
    border-bottom: 1px solid #ffffff;
    color: #ffffff !important;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    text-align: left;
    text-decoration: none !important;
    width: 100%; }
    aside ul li a:hover {
      background-color: #ffffff;
      color: #1b3257 !important;
      -webkit-transition: color 0.25s ease 0s, background-color 0.25s ease 0s;
      -moz-transition: color 0.25s ease 0s, background-color 0.25s ease 0s;
      -ms-transition: color 0.25s ease 0s, background-color 0.25s ease 0s;
      -o-transition: color 0.25s ease 0s, background-color 0.25s ease 0s;
      transition: color 0.25s ease 0s, background-color 0.25s ease 0s; }
  aside button {
    color: #ffffff; }

/*==========================================================================
$	SEARCH
==========================================================================*/
.search-bar {
  background-color: #F5F5F5;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .search-bar.active {
    height: 99px;
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .search-bar .search__inner {
    margin: 0 auto;
    max-width: 80rem;
    padding: 30px .937rem;
    position: relative;
    width: 100%; }
    .search-bar .search__inner ::-webkit-input-placeholder {
      color: #575756;
      font-size: 14px; }
    .search-bar .search__inner :-moz-placeholder {
      color: #575756;
      font-size: 14px; }
    .search-bar .search__inner ::-moz-placeholder {
      color: #575756;
      font-size: 14px; }
    .search-bar .search__inner :-ms-input-placeholder {
      color: #575756;
      font-size: 14px; }
    .search-bar .search__inner input {
      border-radius: 0;
      box-shadow: none !important;
      color: #1b3257;
      font-size: 14px;
      margin-bottom: 0; }
    .search-bar .search__inner a {
      background-color: #1b3257;
      color: #ffffff;
      display: block;
      font-size: 14px;
      font-weight: normal;
      max-width: 100px;
      padding: 11px 20px;
      position: absolute;
      right: 15px;
      top: 50%;
      text-align: center;
      text-decoration: none;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

.search .title h1 {
  color: #1d1d1b;
  font-size: 48px;
  font-weight: 100;
  margin: 45px 0 50px 0; }
  .search .title h1 span {
    border-bottom: 3px solid #1b3257; }

.search .search-body .search-item {
  margin-bottom: 2rem; }
  .search .search-body .search-item h4 {
    margin-bottom: 1.5rem; }
    .search .search-body .search-item h4 a {
      color: #1b3257; }
  .search .search-body .search-item p {
    margin-bottom: 1.5rem; }
  .search .search-body .search-item .button {
    background-color: #1b3257;
    color: #ffffff;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    max-width: 200px;
    width: 100%; }

.search .search-body .no-results p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 75px; }

.config-info {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: space-around;
  background-color: #1b3257;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  color: white;
  position: fixed;
  top: 160px;
  z-index: 999;
  right: 9%;
  border-radius: 60px;
  padding: 20px;
  text-decoration: none; }
  @media screen and (max-width: 1023px) {
    .config-info {
      right: 15px; } }
  .config-info.move-down {
    top: 205px; }
  .config-info:hover {
    text-decoration: none;
    color: white;
    background-color: #335fa5; }
  .config-info span {
    text-align: center; }
  .config-info i {
    font-size: 35px; }

/* ====== PARTIALS  ====== */
/* ======
PARTIALS
        - Breadcrumbs
====== */
/*==========================================================================
$	BREADCRUMBS
==========================================================================*/
.breadcrumbs {
  color: #ffffff;
  font-size: 13px; }
  .breadcrumbs .breadcrumbs__inner {
    padding: 15px 0; }
    .breadcrumbs .breadcrumbs__inner.vehicle {
      background-color: #1b3257; }
    .breadcrumbs .breadcrumbs__inner.office {
      background-color: #2373a8; }
    .breadcrumbs .breadcrumbs__inner span {
      padding-right: 10px; }
    .breadcrumbs .breadcrumbs__inner a {
      color: #ffffff; }

/*==========================================================================
$	WHERE TO BUY
==========================================================================*/
.where-to-buy-container {
  padding: 65px 0 0 0; }
  @media screen and (max-width: 1023px) {
    .where-to-buy-container {
      padding: 75px 30px; } }
  .where-to-buy-container .wtb-left {
    align-items: center;
    background-image: url("/images/wtb-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    /*flex-direction: column;*/
    justify-content: flex-start;
    /*height: 420px;*/
    padding: 75px; }
    @media screen and (max-width: 1023px) {
      .where-to-buy-container .wtb-left {
        padding: 75px 30px; } }
    .where-to-buy-container .wtb-left h3 {
      color: #ffffff;
      font-size: 46px;
      font-weight: 300;
      margin-bottom: 30px; }
    .where-to-buy-container .wtb-left p {
      color: #ffffff;
      font-size: 15px;
      font-weight: 300;
      line-height: 1.5;
      margin-bottom: 50px;
      max-width: 320px; }
  .where-to-buy-container .wtb-right {
    align-items: center;
    background-color: #1b3257;
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    /*height: 420px;*/
    overflow: hidden;
    position: relative; }
    .where-to-buy-container .wtb-right:before {
      background-image: url("/images/nd-lens.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    .where-to-buy-container .wtb-right .wtb-right__inner {
      padding: 50px 25px;
      position: relative;
      z-index: 9; }
      @media screen and (max-width: 1023px) {
        .where-to-buy-container .wtb-right .wtb-right__inner {
          padding: 50px 15px; } }
      .where-to-buy-container .wtb-right .wtb-right__inner h4 {
        color: #ffffff;
        font-size: 32px;
        font-weight: 300;
        line-height: 1.1;
        margin-bottom: 30px; }
      .where-to-buy-container .wtb-right .wtb-right__inner ::-webkit-input-placeholder {
        color: #706F6F;
        font-size: 12px; }
      .where-to-buy-container .wtb-right .wtb-right__inner :-moz-placeholder {
        color: #706F6F;
        font-size: 12px; }
      .where-to-buy-container .wtb-right .wtb-right__inner ::-moz-placeholder {
        color: #706F6F;
        font-size: 12px; }
      .where-to-buy-container .wtb-right .wtb-right__inner :-ms-input-placeholder {
        color: #706F6F;
        font-size: 12px; }
      .where-to-buy-container .wtb-right .wtb-right__inner select {
        margin-bottom: 15px;
        max-width: none;
        width: 100%; }
      .where-to-buy-container .wtb-right .wtb-right__inner input {
        border-radius: 0;
        box-shadow: none;
        color: #1d1d1b;
        font-size: 12px; }
      .where-to-buy-container .wtb-right .wtb-right__inner .button {
        color: #ffffff;
        text-align: left;
        width: 100%; }
  .where-to-buy-container .parent {
    position: relative; }
    .where-to-buy-container .parent span {
      position: absolute;
      right: 5px;
      color: #cc0000;
      font-size: 12px;
      height: auto;
      padding: 10px 15px;
      font-weight: 700; }
    .where-to-buy-container .parent.ddl.content {
      margin-right: 30px; }
    .where-to-buy-container .parent.ddl span {
      right: 25px; }

/*==========================================================================
$	MEDIA
==========================================================================*/
@media screen and (max-width: 1023px) {
  .media .media-item {
    margin-bottom: 50px; } }

.media .media-item h4 {
  color: #295376;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px; }

.media .media-item img {
  margin-bottom: 30px; }

.media .media-item p {
  color: #878787;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px; }
  .media .media-item p.date-added {
    color: #1b3257;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 30px; }

.media .twitter-container {
  margin-top: 100px; }
  @media screen and (max-width: 1023px) {
    .media .twitter-container {
      margin-top: 50px; } }
  .media .twitter-container .twit-img img {
    width: 100%; }
  .media .twitter-container .twit-cont {
    align-items: center;
    background-color: #f8f8f8;
    display: flex;
    /*flex-direction: column;*/
    justify-content: flex-start;
    padding: 75px; }
    .media .twitter-container .twit-cont .twit-title {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      margin-bottom: 30px; }
      .media .twitter-container .twit-cont .twit-title i {
        color: #1b3257;
        font-size: 40px; }
      .media .twitter-container .twit-cont .twit-title h4 {
        color: #295376;
        font-size: 30px;
        font-weight: 300;
        margin: 0 0 0 15px; }
    .media .twitter-container .twit-cont .twit-txt p {
      color: #878787;
      font-size: 15px;
      font-weight: 300;
      line-height: 1.5; }
    .media .twitter-container .twit-cont .twit-controls {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      margin-top: 15px; }
      .media .twitter-container .twit-cont .twit-controls a {
        margin-right: 15px;
        text-decoration: none; }
        .media .twitter-container .twit-cont .twit-controls a:last-child {
          margin-right: 0; }

/*==========================================================================
$	LIBRARIES
==========================================================================*/
/*==========================================================================
    $	FONT AWESOME
    ==========================================================================*/
/*@import "scss/libraries/fontawesome/fontawesome";*/
/*==========================================================================
    $	SLICK
    ==========================================================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -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;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*@import "scss/libraries/slick/slick-theme";*/
/*==========================================================================
$	PARTIALS
==========================================================================*/
/*==========================================================================
$	TEMPLATES
==========================================================================*/
/* ====== ABOUT US  ====== */
/* ======
ABOUT US
	- General
====== */
/*==========================================================================
$	GENERAL
==========================================================================*/
.about-us .about-us-container {
  margin: 35px 0 75px 0; }
  .about-us .about-us-container #map {
    min-height: 600px;
    margin-bottom: 25px; }
    .about-us .about-us-container #map .leaflet-tile-pane {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .about-us .about-us-container #map .leaflet-marker-icon.leaflet-interactive {
      background-color: #1b3257; }
      .about-us .about-us-container #map .leaflet-marker-icon.leaflet-interactive div {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center; }
        .about-us .about-us-container #map .leaflet-marker-icon.leaflet-interactive div span {
          color: white;
          align-self: center; }
      .about-us .about-us-container #map .leaflet-marker-icon.leaflet-interactive.marker-cluster-small {
        width: 50px !important;
        height: 50px !important;
        border-radius: 50%; }
        .about-us .about-us-container #map .leaflet-marker-icon.leaflet-interactive.marker-cluster-small span {
          font-size: 20px;
          height: 30px; }
      .about-us .about-us-container #map .leaflet-marker-icon.leaflet-interactive.marker-cluster-medium {
        width: 80px !important;
        height: 80px !important;
        border-radius: 50%; }
        .about-us .about-us-container #map .leaflet-marker-icon.leaflet-interactive.marker-cluster-medium span {
          font-size: 24px; }
    .about-us .about-us-container #map .leaflet-tooltip {
      position: absolute;
      padding: 10px;
      background-color: #fff;
      border: 1px solid #868787;
      border-radius: 0;
      color: white; }
      .about-us .about-us-container #map .leaflet-tooltip:hover {
        z-index: 100000 !important;
        box-shadow: none;
        border: none; }
      .about-us .about-us-container #map .leaflet-tooltip.leaflet-tooltip-right {
        margin-left: 18px; }
        .about-us .about-us-container #map .leaflet-tooltip.leaflet-tooltip-right:before {
          border-right-color: #868787; }
      .about-us .about-us-container #map .leaflet-tooltip.leaflet-tooltip-left {
        margin-left: -10px; }
        .about-us .about-us-container #map .leaflet-tooltip.leaflet-tooltip-left:before {
          border-left-color: #868787; }
    .about-us .about-us-container #map .tooltip-hydrographics {
      background-color: white;
      border-bottom: 2px solid #009933;
      color: #868787;
      font-family: "Work Sans", sans-serif;
      min-width: 80px;
      min-height: 70px;
      position: relative; }
      .about-us .about-us-container #map .tooltip-hydrographics .more-info {
        background-color: white;
        display: none;
        position: absolute;
        top: -10px;
        left: -10px;
        padding: 15px;
        z-index: 99;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
        border: 1px solid #868787; }
      .about-us .about-us-container #map .tooltip-hydrographics:hover .more-info {
        display: block; }
    .about-us .about-us-container #map .tooltip-seats {
      background-color: white;
      border-bottom: 2px solid #006699;
      color: #868787;
      font-family: "Work Sans", sans-serif;
      min-width: 80px;
      height: 70px;
      position: relative; }
      .about-us .about-us-container #map .tooltip-seats .more-info {
        background-color: white;
        display: none;
        position: absolute;
        top: -10px;
        left: -10px;
        padding: 15px;
        z-index: 99;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
        border: 1px solid #868787; }
      .about-us .about-us-container #map .tooltip-seats:hover .more-info {
        display: block; }
    .about-us .about-us-container #map .tooltip-trim {
      background-color: white;
      border-bottom: 2px solid #993333;
      color: #868787;
      font-family: "Work Sans", sans-serif;
      min-width: 80px;
      height: 70px;
      position: relative; }
      .about-us .about-us-container #map .tooltip-trim .more-info {
        background-color: white;
        display: none;
        position: absolute;
        top: -10px;
        left: -10px;
        padding: 15px;
        z-index: 99;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
        border: 1px solid #868787; }
      .about-us .about-us-container #map .tooltip-trim:hover .more-info {
        display: block; }
    .about-us .about-us-container #map .tooltip-electrical {
      background-color: white;
      border-bottom: 2px solid #ff5050;
      color: #868787;
      font-family: "Work Sans", sans-serif;
      min-width: 80px;
      height: 65px;
      position: relative; }
      .about-us .about-us-container #map .tooltip-electrical .more-info {
        background-color: white;
        display: none;
        position: absolute;
        top: -10px;
        left: -10px;
        padding: 15px;
        z-index: 99;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
        border: 1px solid #868787; }
      .about-us .about-us-container #map .tooltip-electrical:hover .more-info {
        display: block; }
    .about-us .about-us-container #map .tooltip-structures {
      background-color: white;
      border-bottom: 2px solid #ffcc00;
      color: #868787;
      font-family: "Work Sans", sans-serif;
      min-width: 80px;
      height: 70px;
      position: relative; }
      .about-us .about-us-container #map .tooltip-structures .more-info {
        background-color: white;
        display: none;
        position: absolute;
        top: -10px;
        left: -10px;
        padding: 15px;
        z-index: 99;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
        border: 1px solid #868787; }
      .about-us .about-us-container #map .tooltip-structures:hover .more-info {
        display: block; }
    .about-us .about-us-container #map .tooltip-corporate {
      background-color: white;
      border-bottom: 2px solid #999966;
      color: #868787;
      font-family: "Work Sans", sans-serif;
      min-width: 80px;
      height: 70px;
      position: relative; }
      .about-us .about-us-container #map .tooltip-corporate .more-info {
        background-color: white;
        display: none;
        position: absolute;
        top: -10px;
        left: -10px;
        padding: 15px;
        z-index: 99;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
        border: 1px solid #868787; }
      .about-us .about-us-container #map .tooltip-corporate:hover .more-info {
        display: block; }
    .about-us .about-us-container #map .tooltip-trimseats {
      background-color: white;
      border-bottom: 2px solid #993333;
      color: #868787;
      font-family: "Work Sans", sans-serif;
      min-width: 80px;
      height: 70px;
      position: relative; }
      .about-us .about-us-container #map .tooltip-trimseats .more-info {
        background-color: white;
        display: none;
        position: absolute;
        top: -10px;
        left: -10px;
        padding: 15px;
        z-index: 99;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
        border: 1px solid #868787; }
      .about-us .about-us-container #map .tooltip-trimseats:hover .more-info {
        display: block; }
      .about-us .about-us-container #map .tooltip-trimseats:after {
        position: absolute;
        background: #006699;
        height: 2px;
        content: '';
        width: 50%;
        bottom: -2px;
        right: 0; }
    .about-us .about-us-container #map .tooltip-seatselectrical {
      background-color: white;
      border-bottom: 2px solid #006699;
      color: #868787;
      font-family: "Work Sans", sans-serif;
      min-width: 80px;
      height: 70px;
      position: relative; }
      .about-us .about-us-container #map .tooltip-seatselectrical .more-info {
        background-color: white;
        display: none;
        position: absolute;
        top: -10px;
        left: -10px;
        padding: 15px;
        z-index: 99;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
        border: 1px solid #868787; }
      .about-us .about-us-container #map .tooltip-seatselectrical:hover .more-info {
        display: block; }
      .about-us .about-us-container #map .tooltip-seatselectrical:after {
        position: absolute;
        background: #ff5050;
        height: 2px;
        content: '';
        width: 50%;
        bottom: -2px;
        right: 0; }
  .about-us .about-us-container .hydrographics {
    background-color: #009933 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 0;
    opacity: 0.8 !important; }
  .about-us .about-us-container .seats {
    background-color: #006699 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 0;
    opacity: 0.8 !important; }
  .about-us .about-us-container .trim {
    background-color: #993333 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 0;
    opacity: 0.8 !important; }
  .about-us .about-us-container .electrical {
    background-color: #ff5050 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 0;
    opacity: 0.8 !important; }
  .about-us .about-us-container .corporate {
    background-color: #999966 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 0;
    opacity: 0.8 !important; }
  .about-us .about-us-container .structures {
    background-color: #ffcc00 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 0;
    opacity: 0.8 !important; }
  .about-us .about-us-container .trimseats {
    background: linear-gradient(to right, #993333 0%, #993333 50%, #000000 50%, #006699 50%, #006699 100%);
    width: 20px !important;
    height: 20px !important;
    border-radius: 0;
    opacity: 0.8 !important; }
  .about-us .about-us-container .seatselectrical {
    background: linear-gradient(to right, #006699 0%, #006699 50%, #000000 50%, #ff5050 50%, #ff5050 100%);
    width: 20px !important;
    height: 20px !important;
    border-radius: 0;
    opacity: 0.8 !important; }
  .about-us .about-us-container .map-item {
    color: #706F6F;
    display: flex; }
    @media screen and (min-width: 1024px) {
      .about-us .about-us-container .map-item {
        justify-content: center; } }
    @media screen and (max-width: 639px) {
      .about-us .about-us-container .map-item {
        align-items: flex-start;
        margin-bottom: 15px; } }
    .about-us .about-us-container .map-item .icon {
      width: 20px;
      height: 20px; }
    .about-us .about-us-container .map-item .title {
      margin-left: 20px; }
  .about-us .about-us-container h1 {
    margin-bottom: 30px; }
  .about-us .about-us-container .content {
    margin: 75px 0; }
    .about-us .about-us-container .content .page-content {
      margin-bottom: 50px; }
    .about-us .about-us-container .content .button {
      display: block;
      text-align: left;
      margin-bottom: 15px;
      max-width: 200px; }
    .about-us .about-us-container .content .additional-content-container {
      border-top: 1px solid #cacaca;
      border-bottom: 1px solid #cacaca;
      padding: 15px 0; }
      .about-us .about-us-container .content .additional-content-container .img-container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0; }
        @media screen and (min-width: 1024px) {
          .about-us .about-us-container .content .additional-content-container .img-container img {
            max-width: 200px; } }
      .about-us .about-us-container .content .additional-content-container .additional-content {
        color: #706F6F;
        font-size: 15px;
        padding: 25px 0 25px 15px;
        display: flex;
        justify-content: center;
        align-items: center; }
  .about-us .about-us-container .title h3 {
    color: #1b3257;
    margin-top: 20px;
    margin-bottom: 25px; }
  .about-us .about-us-container .title.top {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .about-us .about-us-container .title.top img {
      max-height: 45px;
      margin-bottom: 25px;
      margin-right: 15px; }
    .about-us .about-us-container .title.top h2 {
      text-align: center;
      color: #1b3257;
      margin-bottom: 25px; }
  .about-us .about-us-container .core-values {
    align-items: center;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 50px;
    /*max-width: 425px;*/ }
    .about-us .about-us-container .core-values .feature-container .feature-container__inner img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .about-us .about-us-container .core-values .feature-container .feature-container__inner .info {
      text-align: center; }
      .about-us .about-us-container .core-values .feature-container .feature-container__inner .info p {
        display: inline-block;
        color: #1b3257;
        font-size: 15px;
        margin-top: 10px; }

/* ====== APPLICATIONS  ====== */
/* ======
APPLICATIONS
	- General
====== */
/*==========================================================================
$	GENERAL
==========================================================================*/
/*==========================================================================
$	APPLICATIONS
==========================================================================*/
.applications {
  margin-bottom: 75px; }
  .applications .applications-container .banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .applications .applications-container .banner .cell {
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media screen and (max-width: 1139px) {
        .applications .applications-container .banner .cell.image-container {
          display: none; } }
      .applications .applications-container .banner .cell .banner-content {
        padding-top: 115px; }
        @media screen and (max-width: 1139px) {
          .applications .applications-container .banner .cell .banner-content {
            padding-top: 75px; } }
        .applications .applications-container .banner .cell .banner-content h1 {
          color: #ffffff;
          margin-bottom: 35px; }
        .applications .applications-container .banner .cell .banner-content p {
          color: #ffffff;
          font-size: 15px;
          font-weight: 300;
          line-height: 1.5;
          max-width: 525px; }
      .applications .applications-container .banner .cell .quick-search {
        padding-bottom: 115px;
        width: 100%; }
        @media screen and (max-width: 1139px) {
          .applications .applications-container .banner .cell .quick-search {
            padding-bottom: 75px; } }
        .applications .applications-container .banner .cell .quick-search select {
          margin-right: 10px;
          max-width: 385px;
          height: auto;
          width: 100%; }
          @media screen and (max-width: 1139px) {
            .applications .applications-container .banner .cell .quick-search select {
              width: 75%; } }
          @media screen and (max-width: 399px) {
            .applications .applications-container .banner .cell .quick-search select {
              width: 100%; } }
          .applications .applications-container .banner .cell .quick-search select:first-child {
            display: block;
            margin-bottom: 10px;
            margin-right: 0;
            max-width: 540px;
            width: 100%; }
        .applications .applications-container .banner .cell .quick-search h2 {
          color: #009fe3;
          font-size: 32px;
          font-weight: 300;
          margin-bottom: 20px; }
        .applications .applications-container .banner .cell .quick-search input {
          background-color: #009fe3;
          border: none !important;
          color: #ffffff;
          max-width: 140px;
          padding: 13px 15px;
          width: 100%; }
          @media screen and (max-width: 1139px) {
            .applications .applications-container .banner .cell .quick-search input {
              width: 25%; } }
          @media screen and (max-width: 639px) {
            .applications .applications-container .banner .cell .quick-search input {
              width: calc(25% - 16px); } }
          @media screen and (max-width: 399px) {
            .applications .applications-container .banner .cell .quick-search input {
              margin-top: 10px;
              max-width: none;
              width: 100%; } }
  .applications .applications-container .applications-list {
    margin-top: 75px; }
    .applications .applications-container .applications-list .cell {
      margin-bottom: 50px; }
      .applications .applications-container .applications-list .cell h2 {
        color: #295376;
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 20px; }
      .applications .applications-container .applications-list .cell img {
        margin-bottom: 20px; }
      .applications .applications-container .applications-list .cell p {
        color: #878787;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.5;
        margin-bottom: 20px; }
  .applications.office .banner {
    background-color: #3997cb;
    background-image: none !important; }

/*==========================================================================
$	APPLICATIONS TIER
==========================================================================*/
.application.office .title-banner {
  background-color: #3997cb;
  background-image: none !important; }
  .application.office .title-banner .configure-container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
    width: 100%; }
    .application.office .title-banner .configure-container i {
      color: #2373a8;
      font-size: 18px; }
    .application.office .title-banner .configure-container span {
      color: #ffffff;
      margin: 0 15px; }

.application.office .product-list {
  /*margin: 75px 0 0 0;*/ }
  .application.office .product-list .product-item {
    margin-bottom: 50px; }
    .application.office .product-list .product-item img {
      margin-bottom: 30px; }
      @media screen and (max-width: 639px) {
        .application.office .product-list .product-item img {
          width: 100%; } }
    .application.office .product-list .product-item h3 {
      color: #295376;
      font-size: 28px;
      font-weight: 300;
      margin-bottom: 30px; }
    .application.office .product-list .product-item p {
      color: #878787;
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
      min-height: 72px; }
    .application.office .product-list .product-item a {
      text-align: left;
      width: 100%; }

/* ====== ARCHIVE  ====== */
/* ======
ARCHUVE
	- General
====== */
/*==========================================================================
$	GENERAL
==========================================================================*/
.archive {
  padding: 75px 0; }
  .archive .media {
    padding: 0; }
  .archive h1 {
    margin-bottom: 30px; }
  .archive h3 {
    color: #009fe3;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px; }
  .archive .ep {
    text-decoration: none; }
  .archive .photo-library-item {
    margin-bottom: 25px; }
    .archive .photo-library-item a {
      color: #009fe3;
      font-size: 15px;
      font-weight: bold;
      text-decoration: none;
      display: block;
      margin-top: 20px; }
      .archive .photo-library-item a span {
        color: #1b3257; }
  .archive .info {
    background-color: #99ccff;
    border-radius: 2px;
    padding: 8px 12px 9px;
    text-align: left;
    margin: 25px 0;
    color: #222; }
    .archive .info h6 {
      margin-bottom: 0; }
    .archive .info::before {
      font-family: "Font Awesome\ 5 Pro";
      content: "\f05a";
      font-size: 16px;
      color: rgba(0, 128, 255, 0.8);
      float: left;
      margin: 0 8px 0 0; }

.pagination .grid-x {
  justify-content: center; }
  .pagination .grid-x a {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none; }
  .pagination .grid-x .paging-numbers {
    margin: 0 15px; }
    .pagination .grid-x .paging-numbers .paging-link {
      margin: 0 10px; }

/* ====== ARTICLE  ====== */
/* ======
ARTICLE
	- General
====== */
/*==========================================================================
$	GENERAL
==========================================================================*/
.article, .event {
  padding: 0 0 115px 0; }
  .article .article-container, .event .article-container {
    padding: 115px 0; }
    .article .article-container h1, .event .article-container h1 {
      margin-bottom: 15px; }
    .article .article-container p, .event .article-container p {
      font-size: 15px; }
      .article .article-container p.date-added, .event .article-container p.date-added {
        color: #009fe3; }
      .article .article-container p.summary, .event .article-container p.summary {
        color: #295376;
        margin-top: 50px; }
    .article .article-container img, .event .article-container img {
      margin-bottom: 30px; }
      .article .article-container img:last-child, .event .article-container img:last-child {
        margin-bottom: 0; }
    .article .article-container a, .event .article-container a {
      display: block;
      margin-bottom: 15px;
      max-width: 225px;
      text-align: left; }
  .article .media, .event .media {
    padding: 75px 0; }
    .article .media:last-child, .event .media:last-child {
      padding-bottom: 0; }
    .article .media .media-title, .event .media .media-title {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin-bottom: 50px; }
      .article .media .media-title h1, .event .media .media-title h1 {
        color: #295376; }
    .article .media .media-item h2, .event .media .media-item h2 {
      color: #878787;
      font-size: 15px; }
    .article .media .media-item p.date-added, .event .media .media-item p.date-added {
      color: #1B3257; }

/* ====== BRANDS  ====== */
/* ======
BRANDS
	- General
====== */
/*==========================================================================
$	GENERAL
==========================================================================*/
.brands .brands-container {
  margin: 75px 0; }
  .brands .brands-container h1 {
    margin-bottom: 50px; }
  .brands .brands-container .brand-item {
    margin-bottom: 50px; }
    .brands .brands-container .brand-item.aligned-center {
      text-align: center; }
      .brands .brands-container .brand-item.aligned-center .page-content {
        font-size: 18px;
        padding-bottom: 15px; }
    .brands .brands-container .brand-item img {
      margin-bottom: 10px; }
    .brands .brands-container .brand-item .page-content {
      margin: 30px 0; }
    .brands .brands-container .brand-item .button-container a {
      min-width: 200px; }
      .brands .brands-container .brand-item .button-container a:first-child {
        margin-right: 30px; }

/* ====== CAREERS  ====== */
/* ======
CAREERS
	- General
====== */
/*==========================================================================
$	CAREERS
==========================================================================*/
.careers .careers-container {
  margin: 75px 0; }
  .careers .careers-container h1 {
    margin-bottom: 75px; }
  .careers .careers-container .title h3 {
    color: #1b3257;
    margin-top: 20px;
    margin-bottom: 25px; }
  .careers .careers-container .core-values {
    align-items: center;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 50px;
    /*max-width: 425px;*/ }
    .careers .careers-container .core-values .feature-container .feature-container__inner img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .careers .careers-container .core-values .feature-container .feature-container__inner .info {
      text-align: center; }
      .careers .careers-container .core-values .feature-container .feature-container__inner .info p {
        display: inline-block;
        color: #1b3257;
        font-size: 15px;
        margin-top: 10px; }

.careers .testimonials {
  margin: 0 0 75px 0; }
  .careers .testimonials h2 {
    color: #295376;
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 30px; }
  .careers .testimonials .testimonial-header {
    margin-bottom: 15px;
    color: white;
    text-decoration: none; }
    .careers .testimonials .testimonial-header h6 {
      background-color: #1b3257;
      color: white;
      margin: 0;
      padding: 15px 10px;
      text-align: left;
      position: relative;
      font-weight: 400; }
      .careers .testimonials .testimonial-header h6:not(.active):after {
        font-family: "Font Awesome 5 Pro";
        content: "\f078";
        position: absolute;
        color: white;
        right: 15px; }
      .careers .testimonials .testimonial-header h6.active {
        background-color: #009fe3; }
        .careers .testimonials .testimonial-header h6.active:after {
          font-family: "Font Awesome 5 Pro";
          content: "\f077";
          position: absolute;
          color: white;
          right: 15px; }
  .careers .testimonials .content {
    display: none;
    padding: 10px 30px 25px 30px;
    color: #706F6F;
    font-size: 15px;
    font-weight: 300; }
  .careers .testimonials p {
    color: #706F6F;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 50px; }

.careers .vacancies h2 {
  color: #295376;
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 30px; }

.careers .vacancies p {
  color: #706F6F;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 50px; }

.careers .vacancies .vacancy-item .vacancy-item__inner {
  border-top: 1px solid #DADADA;
  padding: 50px 0; }
  .careers .vacancies .vacancy-item .vacancy-item__inner h3 {
    color: #878787;
    font-weight: 300;
    margin: 0 0 10px 0; }
  .careers .vacancies .vacancy-item .vacancy-item__inner p {
    margin: 0; }
    .careers .vacancies .vacancy-item .vacancy-item__inner p.location {
      color: #009fe3;
      font-size: 16px;
      font-weight: 400; }
    .careers .vacancies .vacancy-item .vacancy-item__inner p.date-added {
      color: #295376;
      margin: 30px 0; }

/*==========================================================================
$	VACANCY
==========================================================================*/
.vacancy .vacancy-container {
  margin: 75px 0; }
  .vacancy .vacancy-container .upload-error {
    color: red;
    font-size: 12px;
    font-weight: 500; }
  .vacancy .vacancy-container .file-upload {
    margin-top: 10px; }
  .vacancy .vacancy-container .error-message {
    color: red;
    font-size: 12px;
    font-weight: 500; }
  .vacancy .vacancy-container .button {
    display: block;
    margin-top: 15px; }

/* ====== CONTACT  ====== */
/* ======
CONTACT
	- General
====== */
/*==========================================================================
$	GENERAL
==========================================================================*/
.contact .contact-container {
  margin: 75px 0 0 0; }
  .contact .contact-container h1 {
    margin-bottom: 75px; }
  .contact .contact-container .map-container {
    margin-top: 50px; }
    .contact .contact-container .map-container .map-item {
      color: #878787;
      font-size: 15px;
      font-weight: 300;
      margin: 25px 0; }
      .contact .contact-container .map-container .map-item iframe {
        margin-bottom: 30px; }
      .contact .contact-container .map-container .map-item h2 {
        color: #295376;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 15px; }
      .contact .contact-container .map-container .map-item .contact-info {
        margin-top: 15px; }
        .contact .contact-container .map-container .map-item .contact-info p {
          color: #295376;
          font-weight: 500;
          margin: 0; }
          .contact .contact-container .map-container .map-item .contact-info p a {
            color: #878787;
            display: inline-block;
            font-weight: 300;
            margin: 0; }
        .contact .contact-container .map-container .map-item .contact-info a {
          color: #295376;
          display: block;
          margin-top: 15px; }

/* ====== CONTENT  ====== */
/* ======
CONTENT
	- General
====== */
/*==========================================================================
$	GENERAL
==========================================================================*/
.content .content-container {
  margin: 75px 0; }
  .content .content-container h1 {
    margin-bottom: 75px; }
  .content .content-container .page-content {
    padding-right: 65px; }
    @media screen and (max-width: 1023px) {
      .content .content-container .page-content {
        padding-right: 0; } }
    .content .content-container .page-content.short-text {
      max-height: 655px;
      overflow: hidden; }
  .content .content-container .downloads {
    margin-top: 75px;
    padding-right: 65px; }
    @media screen and (max-width: 1023px) {
      .content .content-container .downloads {
        padding-right: 0; } }
    .content .content-container .downloads h3 {
      border-bottom: 1px solid #DADADA;
      color: #1b3257;
      font-size: 22px;
      font-weight: 300;
      margin: 0;
      padding-bottom: 20px; }
    .content .content-container .downloads .download-item {
      align-items: center;
      border-bottom: 1px solid #DADADA;
      display: flex;
      justify-content: space-between;
      padding: 15px; }
      .content .content-container .downloads .download-item p {
        color: #295376;
        font-size: 15px;
        margin: 0; }
      .content .content-container .downloads .download-item a {
        color: #009fe3;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none; }

/* ====== ERROR  ====== */
/* ======
ERROR
	- General
====== */
/*==========================================================================
$	GENERAL
==========================================================================*/
.error-page {
  background-color: #295376;
  background-image: url(/images/hex-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0; }
  .error-page h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 30px; }
  .error-page p {
    color: #ffffff;
    font-size: 16px; }
    .error-page p a {
      color: #009fe3;
      display: block;
      font-size: 20px;
      margin-top: 15px; }
      .error-page p a:first-child {
        margin-top: 30px; }

/* ====== HISTORY  ====== */
/* ======
HISTORY
	- General
====== */
/*==========================================================================
$	GENERAL
==========================================================================*/
.history .history-container {
  margin: 75px 0; }
  .history .history-container h1 {
    margin-bottom: 30px; }

.history .history-timeline .timeline {
  border-bottom: 8px solid #1b3257;
  border-top: 8px solid #1b3257;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 75px 0;
  width: 100%; }
  .history .history-timeline .timeline .timeline-item .timeline-item__inner {
    display: flex; }
    @media screen and (max-width: 399px) {
      .history .history-timeline .timeline .timeline-item .timeline-item__inner .timeline-image {
        display: none; } }
    .history .history-timeline .timeline .timeline-item .timeline-item__inner .timeline-desc {
      max-width: 265px;
      padding: 0 0 0 50px; }
      .history .history-timeline .timeline .timeline-item .timeline-item__inner .timeline-desc h2 {
        color: #1b3257;
        font-size: 34px;
        font-weight: bold;
        margin-bottom: 20px; }
      .history .history-timeline .timeline .timeline-item .timeline-item__inner .timeline-desc p {
        font-size: 15px;
        font-weight: 300;
        margin-bottom: 20px; }
        .history .history-timeline .timeline .timeline-item .timeline-item__inner .timeline-desc p.summary {
          color: #295376; }
        .history .history-timeline .timeline .timeline-item .timeline-item__inner .timeline-desc p.content {
          color: #878787; }
  .history .history-timeline .timeline button {
    align-items: center;
    bottom: 0;
    color: #706F6F;
    display: flex;
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-top: 50px;
    outline: none;
    padding-bottom: 25px;
    position: absolute; }
    .history .history-timeline .timeline button.slick-prev {
      left: 0; }
      .history .history-timeline .timeline button.slick-prev:before {
        background-image: url("/images/arrow-left.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        display: block;
        height: 20px;
        margin-right: 10px;
        width: 18px; }
    .history .history-timeline .timeline button.slick-next {
      right: 0; }
      .history .history-timeline .timeline button.slick-next:after {
        background-image: url("/images/arrow-right.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        display: block;
        height: 20px;
        margin-left: 10px;
        width: 18px; }

.history .history-timeline .timeline-controls {
  margin-bottom: 100px;
  margin-top: 50px; }
  .history .history-timeline .timeline-controls p {
    color: #706F6F;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px; }
  .history .history-timeline .timeline-controls .timeline-controls-wrapper {
    align-items: center;
    border-bottom: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px; }
    .history .history-timeline .timeline-controls .timeline-controls-wrapper .date-clicker {
      color: #9D9D9C;
      cursor: pointer;
      font-size: 18px;
      font-weight: 300;
      margin: 8px 50px 8px 0; }

.popup .overlay-inner {
  min-width: 320px; }
  .popup .overlay-inner .title {
    align-items: center;
    background-color: #009fe3;
    display: flex;
    justify-content: space-between;
    padding: 15px 30px; }
    .popup .overlay-inner .title h3 {
      color: #ffffff;
      font-weight: 300;
      margin: 0; }
  .popup .overlay-inner p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px; }
    .popup .overlay-inner p.summary {
      color: #295376; }
    .popup .overlay-inner p.content {
      color: #878787; }

/* ====== HOME  ====== */
/* ======
HOME
	- General
====== */
/*==========================================================================
$	GENERAL
==========================================================================*/
.home .title {
  padding: 75px 0 30px 0;
  text-align: center; }
  .home .title img {
    margin-bottom: 30px; }
  .home .title h1 {
    color: #9D9D9C;
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 10px; }
  .home .title p {
    color: #009fe3;
    margin-bottom: 50px; }
  .home .title select {
    max-width: 500px;
    width: 100%; }

.home .main {
  background-color: #295376;
  background-image: url("/images/hex-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 0 155px 0; }
  @media screen and (max-width: 1023px) {
    .home .main {
      background-image: none; } }
  .home .main .home-step-2 h4 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px; }
  .home .main .block {
    transition-delay: 0.4s; }
    @media screen and (max-width: 1023px) {
      .home .main .block {
        margin-bottom: 30px; } }
    .home .main .block:first-child {
      transition-delay: 0.2s; }
      .home .main .block:first-child .block__inner h2 {
        background-color: #009fe3; }
    .home .main .block .block__inner {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: transform, 0.25s ease 0s;
      -moz-transition: transform, 0.25s ease 0s;
      -ms-transition: transform, 0.25s ease 0s;
      -o-transition: transform, 0.25s ease 0s;
      transition: transform, 0.25s ease 0s; }
      .home .main .block .block__inner:hover {
        -webkit-transform: scale(1.025);
        -moz-transform: scale(1.025);
        -ms-transform: scale(1.025);
        -o-transform: scale(1.025);
        transform: scale(1.025);
        -webkit-transition: transform, 0.25s ease 0s;
        -moz-transition: transform, 0.25s ease 0s;
        -ms-transition: transform, 0.25s ease 0s;
        -o-transition: transform, 0.25s ease 0s;
        transition: transform, 0.25s ease 0s; }
      .home .main .block .block__inner a {
        text-decoration: none; }
      .home .main .block .block__inner h2 {
        background-color: #1b3257;
        color: #ffffff;
        font-size: 22px;
        font-weight: 300;
        margin: 0;
        padding: 20px 15px;
        text-align: center; }
  .home .main .footer img {
    left: -10px;
    margin-bottom: 30px;
    position: relative; }
  .home .main .footer .footer-links {
    align-items: center;
    display: flex;
    justify-content: space-between; }
    .home .main .footer .footer-links .footer-links-wrapper {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      width: 75%; }
      .home .main .footer .footer-links .footer-links-wrapper:last-child {
        justify-content: flex-end;
        width: 25%; }
      .home .main .footer .footer-links .footer-links-wrapper p {
        color: #ffffff;
        margin-bottom: 0; }
        .home .main .footer .footer-links .footer-links-wrapper p:after {
          border-right: 2px solid #009fe3;
          content: "";
          margin: 0 15px; }
        .home .main .footer .footer-links .footer-links-wrapper p:last-child:after {
          display: none; }
      .home .main .footer .footer-links .footer-links-wrapper a {
        color: #ffffff;
        text-decoration: none; }
        .home .main .footer .footer-links .footer-links-wrapper a:after {
          border-right: 2px solid #009fe3;
          content: "";
          margin: 0 15px; }
        .home .main .footer .footer-links .footer-links-wrapper a:last-child:after {
          display: none; }

.home .multilingual {
  padding-bottom: 50px; }
  .home .multilingual h4 {
    color: #1b3257;
    text-align: center;
    margin-bottom: 40px; }
  .home .multilingual .region-title {
    color: #1b3257;
    font-size: 18px;
    line-height: 33px; }
  .home .multilingual .eu-links {
    display: flex; }
  .home .multilingual .top-link {
    color: #ffffff;
    display: inline-block;
    padding: 0;
    height: 24px;
    font-weight: 200;
    font-size: 20px;
    line-height: 20px;
    transition-duration: 0.5s;
    position: relative; }
    .home .multilingual .top-link span {
      display: block;
      position: relative;
      top: -1px;
      /*transform: translateY(-50%);*/
      /*padding: 10px 0;*/ }
    .home .multilingual .top-link.langs {
      margin-left: 10px;
      margin-right: 7px; }
      @media screen and (max-width: 639px) {
        .home .multilingual .top-link.langs {
          padding-left: 0; } }
      .home .multilingual .top-link.langs span:after {
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        font-size: 10px;
        line-height: 1px;
        font-weight: 400;
        top: 15px;
        right: -15px;
        color: #1b3257;
        content: "\f078";
        cursor: pointer; }
      .home .multilingual .top-link.langs img.lang-link {
        display: block;
        width: 50px;
        /*border: 1px solid #FFF;*/
        cursor: pointer; }
      .home .multilingual .top-link.langs ul {
        position: absolute;
        width: 58px;
        padding: 0;
        margin: 0;
        top: 33px;
        left: -4px;
        list-style-type: none;
        z-index: 99999;
        background-color: #009fe3;
        display: none; }
        .home .multilingual .top-link.langs ul.active {
          display: block; }
          @media screen and (min-width: 1024px) {
            .home .multilingual .top-link.langs ul.active {
              display: flex;
              justify-content: flex-start;
              width: 235px; } }
        .home .multilingual .top-link.langs ul.primary {
          background-color: #1b3257; }
        .home .multilingual .top-link.langs ul li a {
          margin: 0; }
        .home .multilingual .top-link.langs ul li img {
          display: block;
          border: 1px solid #ffffff;
          width: 50px;
          margin: 5px; }
    .home .multilingual .top-link:not(.show-for-large) {
      float: right; }
    .home .multilingual .top-link i {
      font-size: 21px; }
      .home .multilingual .top-link i.fa-search {
        transition-duration: 0.25s; }

/* ====== KAB CONNECTION  ====== */
/* ======
KAB CONNECTION
	- General
====== */
/*==========================================================================
$	GENERAL
==========================================================================*/
.kab-connection {
  padding-bottom: 75px; }
  .kab-connection .kab-connection-container .brochure {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.875rem; }
    .kab-connection .kab-connection-container .brochure .text-container {
      margin-left: 30px;
      margin-top: 15px; }
      .kab-connection .kab-connection-container .brochure .text-container p {
        color: #878787;
        font-size: 22px;
        font-weight: 300;
        max-width: 255px; }
      .kab-connection .kab-connection-container .brochure .text-container a {
        color: #009FE3;
        font-size: 15px;
        font-weight: 600; }
  .kab-connection .kab-connection-container .media {
    padding: 25px 0; }
    .kab-connection .kab-connection-container .media.video a h4 {
      color: #009fe3;
      font-size: 22px;
      font-weight: 400;
      margin-bottom: 10px; }
    .kab-connection .kab-connection-container .media.video a:hover, .kab-connection .kab-connection-container .media.video a:focus, .kab-connection .kab-connection-container .media.video a:active {
      color: #009fe3;
      outline: none;
      text-decoration: none; }
  .kab-connection .kab-connection-container .where-to-buy-container {
    margin-bottom: 75px; }

/* ====== LANDING  ====== */
/* ======
LANDING
    - Main Landing
	- Vehicle Landing
    - Office Landing
====== */
/*==========================================================================
$	MAIN LANDING
==========================================================================*/
.landing .jumbotron {
  max-height: 640px;
  overflow: hidden; }
  .landing .jumbotron .slide-container .slider {
    background-position: center center;
    background-size: cover;
    border: none;
    height: 640px;
    outline: none;
    position: relative; }
    .landing .jumbotron .slide-container .slider .slider__inner {
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      margin: 0 auto;
      max-width: 80rem; }
      @media screen and (max-width: 1023px) {
        .landing .jumbotron .slide-container .slider .slider__inner {
          align-items: center;
          justify-content: flex-start;
          padding: 50px;
          position: relative;
          z-index: 9; } }
      .landing .jumbotron .slide-container .slider .slider__inner h1 {
        font-size: 46px;
        font-weight: 300;
        line-height: 1.1;
        margin-bottom: 50px;
        max-width: 450px; }
        @media screen and (max-width: 1023px) {
          .landing .jumbotron .slide-container .slider .slider__inner h1 {
            font-size: 40px;
            max-width: none;
            text-align: center; } }
        @media screen and (max-width: 1023px) {
          .landing .jumbotron .slide-container .slider .slider__inner h1 {
            font-size: 30px; } }
      @media screen and (max-width: 639px) {
        .landing .jumbotron .slide-container .slider .slider__inner .button-container .button {
          width: 100%; } }
      .landing .jumbotron .slide-container .slider .slider__inner .button-container .button:last-child {
        margin-left: 15px; }
        @media screen and (max-width: 639px) {
          .landing .jumbotron .slide-container .slider .slider__inner .button-container .button:last-child {
            margin: 15px 0 0 0; } }
    .landing .jumbotron .slide-container .slider .slider-overlay {
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 60%; }
      @media screen and (max-width: 1023px) {
        .landing .jumbotron .slide-container .slider .slider-overlay {
          width: 50%; } }
      @media screen and (max-width: 639px) {
        .landing .jumbotron .slide-container .slider .slider-overlay {
          width: 90%; } }
    .landing .jumbotron .slide-container .slider .slider-seat-image {
      background-image: url("/images/kab-seat.png");
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 50%; }
      @media screen and (max-width: 1023px) {
        .landing .jumbotron .slide-container .slider .slider-seat-image {
          width: 75%; } }
      @media screen and (max-width: 639px) {
        .landing .jumbotron .slide-container .slider .slider-seat-image {
          width: 90%; } }

.landing .find-your-vehicle {
  background-image: url("/images/fyv-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1023px) {
    .landing .find-your-vehicle {
      background-image: none;
      padding: 0; } }
  .landing .find-your-vehicle .fyv-left-container {
    align-items: center;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .landing .find-your-vehicle .fyv-left-container {
        background-color: #295376;
        padding-bottom: 20px;
        padding-top: 20px; } }
    .landing .find-your-vehicle .fyv-left-container .fyv-left {
      align-items: center;
      display: flex; }
      .landing .find-your-vehicle .fyv-left-container .fyv-left i {
        color: rgba(255, 255, 255, 0.5);
        font-size: 16px;
        margin-right: 15px; }
      .landing .find-your-vehicle .fyv-left-container .fyv-left p {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        margin: 0; }
  .landing .find-your-vehicle .fyv-right-container {
    padding-bottom: 30px;
    padding-top: 30px; }
    @media screen and (max-width: 1023px) {
      .landing .find-your-vehicle .fyv-right-container {
        background-color: #1b3257; } }
    .landing .find-your-vehicle .fyv-right-container .fyv-right {
      align-items: center;
      display: flex;
      justify-content: space-between;
      padding-left: 50px; }
      @media screen and (max-width: 1023px) {
        .landing .find-your-vehicle .fyv-right-container .fyv-right {
          flex-wrap: wrap;
          padding-left: 0; } }
      .landing .find-your-vehicle .fyv-right-container .fyv-right select:nth-child(4n+1), .landing .find-your-vehicle .fyv-right-container .fyv-right input:nth-child(4n+1) {
        transition-delay: 0.2s; }
      .landing .find-your-vehicle .fyv-right-container .fyv-right select:nth-child(4n+2), .landing .find-your-vehicle .fyv-right-container .fyv-right input:nth-child(4n+2) {
        transition-delay: 0.4s; }
      .landing .find-your-vehicle .fyv-right-container .fyv-right select:nth-child(4n+3), .landing .find-your-vehicle .fyv-right-container .fyv-right input:nth-child(4n+3) {
        transition-delay: 0.6s; }
      .landing .find-your-vehicle .fyv-right-container .fyv-right select:nth-child(4n+4), .landing .find-your-vehicle .fyv-right-container .fyv-right input:nth-child(4n+4) {
        transition-delay: 0.8s; }
      .landing .find-your-vehicle .fyv-right-container .fyv-right select {
        margin-right: 10px; }
        @media screen and (max-width: 1023px) {
          .landing .find-your-vehicle .fyv-right-container .fyv-right select {
            margin: 10px 0;
            max-width: none;
            width: calc(50% - 20px); } }
        @media screen and (max-width: 639px) {
          .landing .find-your-vehicle .fyv-right-container .fyv-right select {
            width: 100%; } }
        .landing .find-your-vehicle .fyv-right-container .fyv-right select.validate {
          border: 1px solid #E52D03; }
      .landing .find-your-vehicle .fyv-right-container .fyv-right input, .landing .find-your-vehicle .fyv-right-container .fyv-right a.button.light-blue {
        max-width: 185px;
        width: 100%;
        margin-bottom: 0; }
        @media screen and (max-width: 1023px) {
          .landing .find-your-vehicle .fyv-right-container .fyv-right input, .landing .find-your-vehicle .fyv-right-container .fyv-right a.button.light-blue {
            margin: 10px 0;
            max-width: none;
            /*width: calc(50% - 20px);*/ } }
        @media screen and (max-width: 639px) {
          .landing .find-your-vehicle .fyv-right-container .fyv-right input, .landing .find-your-vehicle .fyv-right-container .fyv-right a.button.light-blue {
            margin: 10px 0;
            width: 100%; } }

.landing .welcome {
  padding: 115px 0; }
  .landing .welcome .cell:nth-child(3n+1) {
    transition-delay: 0.2s; }
  .landing .welcome .cell:nth-child(3n+2) {
    transition-delay: 0.4s; }
  .landing .welcome .cell:nth-child(3n+3) {
    transition-delay: 0.6s; }
  .landing .welcome h2 {
    font-size: 46px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0; }
    @media screen and (max-width: 1023px) {
      .landing .welcome h2 {
        margin-bottom: 30px; } }
  .landing .welcome p {
    color: #878787;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    max-width: 350px; }
    @media screen and (max-width: 1023px) {
      .landing .welcome p {
        margin-bottom: 50px;
        max-width: none;
        width: calc(100% - 50px); } }
  .landing .welcome .button {
    margin-bottom: 15px;
    text-align: left;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .landing .welcome .button {
        width: auto; }
        .landing .welcome .button:last-child {
          margin-left: 15px; } }
    @media screen and (max-width: 639px) {
      .landing .welcome .button {
        width: auto; }
        .landing .welcome .button:last-child {
          margin-left: 0; } }

.landing .products .products__inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 95px 0 60px 0; }
  @media screen and (max-width: 1023px) {
    .landing .products .products__inner {
      background-position: left center;
      padding: 75px 0 60px 0; } }
  .landing .products .products__inner .cell:nth-child(3n+1) {
    transition-delay: 0.2s; }
  .landing .products .products__inner .cell:nth-child(3n+2) {
    transition-delay: 0.4s; }
  .landing .products .products__inner .cell:nth-child(3n+3) {
    transition-delay: 0.6s; }
  .landing .products .products__inner h2 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 30px; }
  .landing .products .products__inner p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 50px;
    max-width: 310px; }
  @media screen and (max-width: 1023px) {
    .landing .products .products__inner .product-selector {
      min-width: 185px; }
      .landing .products .products__inner .product-selector:last-child {
        margin-left: 15px; } }
  @media screen and (max-width: 639px) {
    .landing .products .products__inner .product-selector {
      min-width: 185px; }
      .landing .products .products__inner .product-selector:last-child {
        margin: 15px 0 0 0; } }
  .landing .products .products__inner .product-selector p {
    color: #009fe3;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px; }
    @media screen and (max-width: 639px) {
      .landing .products .products__inner .product-selector p {
        margin-bottom: 8px; } }
    .landing .products .products__inner .product-selector p strong {
      font-weight: 600; }

.landing .products .view-all {
  background-color: #009fe3;
  padding: 10px 0; }
  .landing .products .view-all a {
    color: #ffffff; }

.landing .applications {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
  .landing .applications .applications__inner {
    padding: 125px 0 200px 0; }
    @media screen and (max-width: 1023px) {
      .landing .applications .applications__inner {
        padding: 90px 0 200px 0; } }
    .landing .applications .applications__inner .cell:nth-child(2n+1) {
      transition-delay: 0.2s; }
    .landing .applications .applications__inner .cell:nth-child(2n+2) {
      transition-delay: 0.4s; }
    .landing .applications .applications__inner h3 {
      color: #1b3257;
      font-size: 46px;
      font-weight: 300;
      margin-bottom: 30px; }
    .landing .applications .applications__inner p {
      color: #575756;
      font-size: 15px;
      font-weight: 300;
      line-height: 1.5;
      margin-bottom: 50px; }
    .landing .applications .applications__inner a:last-child {
      margin-left: 15px; }
    .landing .applications .applications__inner .image-container {
      position: relative; }
      @media screen and (max-width: 1023px) {
        .landing .applications .applications__inner .image-container {
          display: none; } }
      .landing .applications .applications__inner .image-container img {
        position: absolute;
        right: -115px;
        top: 20px;
        width: 100%; }
  .landing .applications .innovation {
    background-color: #009fe3; }
    .landing .applications .innovation p {
      color: #ffffff;
      font-size: 22px;
      font-weight: 300;
      margin: 0;
      padding: 20px 0; }

/*==========================================================================
$	VEHICLE LANDING
==========================================================================*/
.vehicle-landing .jumbotron .slide-container .slider__inner h1 {
  color: #1b3257; }

.vehicle-landing .jumbotron .slide-container .slider-overlay {
  background-image: url("/images/slider-overlay-vehicle.png"); }

.vehicle-landing .welcome h2 {
  color: #1b3257; }

.vehicle-landing .products .products__inner {
  /*background-image: url('/images/product-bg-vehicle.jpg');*/
  background-image: url("../../images/content/home/2_1_1920x475.jpg"); }

.vehicle-landing .applications {
  /*background-image: url('/images/app-bg-vehicle.jpg');*/
  background-image: url("../../images/content/home/2_2_1920x575.jpg"); }
  .vehicle-landing .applications .applications__inner h3 {
    color: #1b3257; }

/*==========================================================================
$	OFFICE LANDING
==========================================================================*/
.office-landing .jumbotron .slide-container .slider__inner h1 {
  color: #3997cb; }

.office-landing .jumbotron .slide-container .slider-overlay {
  background-image: url("/images/slider-overlay-office.png"); }

.office-landing .welcome h2 {
  color: #3997cb; }

.office-landing .welcome .button.dark-blue {
  background-color: #2373a8; }

.office-landing .products .products__inner {
  /*background-image: url('/images/product-bg-office.jpg');*/
  background-image: url("../../images/content/home/3_1_1920x475.jpg"); }
  .office-landing .products .products__inner .product-selector p {
    color: #1b3257; }

.office-landing .where-to-buy-container .wtb-right {
  background-color: #2373a8; }

.office-landing .applications {
  /*background-image: url('/images/app-bg-office.jpg');*/
  background-image: url("../../images/content/home/3_2_1920x575.jpg"); }
  .office-landing .applications .applications__inner h3 {
    color: #3997cb; }
  .office-landing .applications .applications__inner P {
    color: black; }

/* ====== PRODUCT DETAIL  ====== */
/* ======
PRODUCT DETAIL
	- General
====== */
/*==========================================================================
$	GENERAL
==========================================================================*/
.product-detail {
  padding-bottom: 75px;
  /*==========================================================================
    $	BOSTROM
    ==========================================================================*/ }
  .product-detail .product-detail-container {
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 75px;
    /*.product-enquiry {
            width: 300px;
        }*/ }
    .product-detail .product-detail-container.office {
      background-image: url("/images/product-detail-hex-office.png"); }
    .product-detail .product-detail-container.vehicle {
      background-image: url("/images/product-detail-hex.png"); }
    @media screen and (max-width: 1023px) {
      .product-detail .product-detail-container {
        background-image: none; } }
    .product-detail .product-detail-container .detail-container h1 {
      font-size: 46px;
      font-weight: 300;
      margin-bottom: 35px;
      text-transform: capitalize; }
    .product-detail .product-detail-container .detail-container .product-desc h2 {
      color: #009fe3;
      font-size: 15px;
      font-weight: bold;
      margin-bottom: 30px;
      text-transform: uppercase; }
    .product-detail .product-detail-container .detail-container .product-desc p {
      color: #878787;
      display: flex;
      justify-content: space-between; }
    .product-detail .product-detail-container .detail-container .product-spec {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      margin-top: 50px; }
      .product-detail .product-detail-container .detail-container .product-spec h2 {
        border-bottom: 1px solid #EDEDED;
        color: #009fe3;
        font-size: 15px;
        font-weight: 500;
        margin: 0;
        padding-bottom: 15px;
        text-transform: uppercase;
        width: 100%; }
      .product-detail .product-detail-container .detail-container .product-spec .spec-item {
        border-bottom: 1px solid #EDEDED;
        padding: 5px 0;
        width: 50%; }
        .product-detail .product-detail-container .detail-container .product-spec .spec-item.de, .product-detail .product-detail-container .detail-container .product-spec .spec-item.es, .product-detail .product-detail-container .detail-container .product-spec .spec-item.fr {
          width: 100%; }
        .product-detail .product-detail-container .detail-container .product-spec .spec-item.full-width {
          width: 100%; }
        @media screen and (max-width: 639px) {
          .product-detail .product-detail-container .detail-container .product-spec .spec-item {
            width: 100%; } }
        .product-detail .product-detail-container .detail-container .product-spec .spec-item p {
          align-items: center;
          color: #878787;
          display: flex;
          justify-content: flex-start;
          margin: 0;
          padding-right: 50px; }
          .product-detail .product-detail-container .detail-container .product-spec .spec-item p strong {
            align-items: center;
            display: flex;
            min-height: 36px;
            width: 50%; }
          .product-detail .product-detail-container .detail-container .product-spec .spec-item p span {
            width: 50%; }
        .product-detail .product-detail-container .detail-container .product-spec .spec-item.full-width p strong {
          width: 70%; }
        .product-detail .product-detail-container .detail-container .product-spec .spec-item.full-width p span {
          width: 30%; }
    .product-detail .product-detail-container .detail-container .other-models {
      /*align-items: center;
                display: flex;
                flex-wrap: wrap;*/
      margin-top: 50px; }
      .product-detail .product-detail-container .detail-container .other-models h2 {
        color: #009fe3;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 30px;
        text-transform: uppercase; }
      .product-detail .product-detail-container .detail-container .other-models select {
        max-width: 300px; }
    .product-detail .product-detail-container .detail-container .product-suitable-container {
      margin: 65px 0; }
      .product-detail .product-detail-container .detail-container .product-suitable-container .product-suitable {
        background-color: #009fe3;
        margin-bottom: 15px; }
        .product-detail .product-detail-container .detail-container .product-suitable-container .product-suitable:last-child {
          margin-bottom: 0; }
        .product-detail .product-detail-container .detail-container .product-suitable-container .product-suitable .product-suitable__inner {
          align-items: center;
          display: flex;
          justify-content: space-between;
          overflow: hidden; }
          .product-detail .product-detail-container .detail-container .product-suitable-container .product-suitable .product-suitable__inner p {
            color: #ffffff;
            margin: 0;
            padding: 20px 0 20px 30px; }
          .product-detail .product-detail-container .detail-container .product-suitable-container .product-suitable .product-suitable__inner .suitable-img-container {
            align-items: center;
            background-color: #1b3257;
            display: flex;
            max-height: 70px;
            padding: 5px 30px 5px 15px;
            position: relative; }
            .product-detail .product-detail-container .detail-container .product-suitable-container .product-suitable .product-suitable__inner .suitable-img-container:before {
              border-bottom: 70px solid #1b3257;
              border-left: 50px solid transparent;
              content: "";
              height: 0;
              left: -50px;
              position: absolute;
              top: 0;
              width: 0; }
    .product-detail .product-detail-container .detail-container .product-features {
      align-items: center;
      display: flex;
      flex: 1;
      /*flex-wrap: wrap;*/
      justify-content: flex-start;
      margin-top: 30px;
      /*max-width: 425px;*/ }
      .product-detail .product-detail-container .detail-container .product-features .feature-container {
        margin: 0 8px 15px 0;
        position: relative;
        width: 13%; }
        .product-detail .product-detail-container .detail-container .product-features .feature-container .feature-container__inner {
          cursor: pointer; }
          .product-detail .product-detail-container .detail-container .product-features .feature-container .feature-container__inner:hover .info {
            display: flex;
            opacity: 1;
            -webkit-transition: opacity 0.25s ease 0s;
            -moz-transition: opacity 0.25s ease 0s;
            -ms-transition: opacity 0.25s ease 0s;
            -o-transition: opacity 0.25s ease 0s;
            transition: opacity 0.25s ease 0s; }
          .product-detail .product-detail-container .detail-container .product-features .feature-container .feature-container__inner .info {
            align-items: center;
            background-color: #009fe3;
            border-radius: 5px;
            display: none;
            justify-content: flex-start;
            left: -93px;
            opacity: 0;
            padding: 8px 15px;
            position: absolute;
            top: -40px;
            width: 240px;
            z-index: 9;
            -webkit-transition: opacity 0.25s ease 0s;
            -moz-transition: opacity 0.25s ease 0s;
            -ms-transition: opacity 0.25s ease 0s;
            -o-transition: opacity 0.25s ease 0s;
            transition: opacity 0.25s ease 0s; }
            .product-detail .product-detail-container .detail-container .product-features .feature-container .feature-container__inner .info:after {
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-top: 15px solid #009fe3;
              bottom: -13px;
              content: "";
              height: 0;
              left: 50%;
              position: absolute;
              width: 0;
              -webkit-transform: translateX(-50%);
              -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              transform: translateX(-50%); }
            .product-detail .product-detail-container .detail-container .product-features .feature-container .feature-container__inner .info i {
              color: #ffffff; }
            .product-detail .product-detail-container .detail-container .product-features .feature-container .feature-container__inner .info p {
              display: inline-block;
              color: #ffffff;
              font-size: 12px;
              margin: 0 0 0 8px;
              white-space: nowrap; }
    .product-detail .product-detail-container .detail-container .product-share {
      align-items: center;
      border-bottom: 1px solid #DADADA;
      display: flex;
      justify-content: space-between;
      margin-top: 50px;
      padding-bottom: 15px; }
      .product-detail .product-detail-container .detail-container .product-share .share-item a {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        text-decoration: none; }
        .product-detail .product-detail-container .detail-container .product-share .share-item a i {
          color: #009fe3;
          font-size: 20px;
          margin-right: 8px; }
    .product-detail .product-detail-container .image-container {
      text-align: right; }
    .product-detail .product-detail-container .configurator .page-slider {
      position: relative;
      min-height: 600px;
      background-color: transparent;
      /*border: 1px solid #cacaca;*/
      margin-bottom: 0;
      overflow: hidden; }
      .product-detail .product-detail-container .configurator .page-slider:not(.center) {
        margin-top: -60px;
        min-height: 615px; }
      .product-detail .product-detail-container .configurator .page-slider .img-level {
        position: absolute;
        top: 0; }
        .product-detail .product-detail-container .configurator .page-slider .img-level.centre {
          top: 60px; }
        .product-detail .product-detail-container .configurator .page-slider .img-level.level-1 {
          z-index: 1; }
        .product-detail .product-detail-container .configurator .page-slider .img-level.level-2 {
          z-index: 2; }
    .product-detail .product-detail-container .configuration {
      padding-left: 25px;
      padding-right: 25px;
      margin-top: 30px; }
      .product-detail .product-detail-container .configuration .title h3 {
        font-size: 16px;
        color: #009fe3; }
      .product-detail .product-detail-container .configuration ul.options {
        margin-left: 0;
        padding-left: 0;
        margin-top: 25px; }
        .product-detail .product-detail-container .configuration ul.options li.item {
          display: block;
          width: 100%;
          border-bottom: 1px solid #EDEDED;
          overflow: hidden;
          margin-top: 12px;
          margin-bottom: 0; }
          .product-detail .product-detail-container .configuration ul.options li.item img {
            margin-top: 5px;
            margin-bottom: 5px;
            float: left;
            margin-right: 10px; }
          .product-detail .product-detail-container .configuration ul.options li.item .text-container {
            float: left;
            padding: 5px 15px; }
            .product-detail .product-detail-container .configuration ul.options li.item .text-container .top, .product-detail .product-detail-container .configuration ul.options li.item .text-container .bottom {
              align-items: center;
              color: #878787;
              margin: 0;
              padding-right: 50px; }
    .product-detail .product-detail-container .full-specification .full-specification__inner.active .full-specification__dropdown:after {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .product-detail .product-detail-container .full-specification .full-specification__inner.active h5 {
      display: block;
      width: 100%;
      text-align: left;
      color: #009fe3;
      margin-bottom: 0;
      padding: 15px 0; }
    .product-detail .product-detail-container .full-specification .full-specification__inner.active .product-spec {
      max-height: 1000px;
      -webkit-transition: max-height 1s ease 0s;
      -moz-transition: max-height 1s ease 0s;
      -ms-transition: max-height 1s ease 0s;
      -o-transition: max-height 1s ease 0s;
      transition: max-height 1s ease 0s; }
    .product-detail .product-detail-container .full-specification .full-specification__inner .full-specification__dropdown {
      align-items: center;
      background-color: #009fe3;
      color: #ffffff;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      padding: 12px 15px;
      width: 100%; }
      .product-detail .product-detail-container .full-specification .full-specification__inner .full-specification__dropdown p {
        margin: 0; }
      .product-detail .product-detail-container .full-specification .full-specification__inner .full-specification__dropdown:after {
        content: "\f0da";
        font-family: FontAwesome; }
    .product-detail .product-detail-container .full-specification .full-specification__inner .product-spec {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
      -moz-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
      -ms-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
      -o-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
      transition: max-height 1s cubic-bezier(0, 1, 0, 1); }
      .product-detail .product-detail-container .full-specification .full-specification__inner .product-spec > p {
        color: #009fe3;
        font-size: 15px;
        font-weight: 500;
        margin: 30px 0 15px 0;
        text-transform: uppercase;
        width: 100%; }
      .product-detail .product-detail-container .full-specification .full-specification__inner .product-spec .spec-item {
        border-bottom: 1px solid #EDEDED;
        margin: 0 3% 0 0;
        padding: 15px 0;
        width: 30%; }
        .product-detail .product-detail-container .full-specification .full-specification__inner .product-spec .spec-item.de, .product-detail .product-detail-container .full-specification .full-specification__inner .product-spec .spec-item.es, .product-detail .product-detail-container .full-specification .full-specification__inner .product-spec .spec-item.fr {
          width: 47%; }
        .product-detail .product-detail-container .full-specification .full-specification__inner .product-spec .spec-item p {
          align-items: center;
          color: #878787;
          display: flex;
          font-size: 15px;
          justify-content: flex-start;
          margin: 0;
          padding-right: 50px; }
          .product-detail .product-detail-container .full-specification .full-specification__inner .product-spec .spec-item p strong {
            width: 50%;
            text-align: left; }
          .product-detail .product-detail-container .full-specification .full-specification__inner .product-spec .spec-item p span {
            width: 50%; }
    .product-detail .product-detail-container .downloads {
      margin-top: 75px;
      padding-right: 65px; }
      @media screen and (max-width: 1023px) {
        .product-detail .product-detail-container .downloads {
          padding-right: 0; } }
      .product-detail .product-detail-container .downloads h3 {
        border-bottom: 1px solid #DADADA;
        color: #1b3257;
        font-size: 22px;
        font-weight: 300;
        margin: 0;
        padding-bottom: 20px; }
      .product-detail .product-detail-container .downloads .download-item {
        align-items: center;
        border-bottom: 1px solid #DADADA;
        display: flex;
        justify-content: space-between;
        padding: 15px; }
        .product-detail .product-detail-container .downloads .download-item p {
          color: #295376;
          font-size: 15px;
          margin: 0; }
        .product-detail .product-detail-container .downloads .download-item a {
          color: #009fe3;
          font-size: 15px;
          font-weight: bold;
          text-decoration: none; }
    .product-detail .product-detail-container .product-enquiry-form .overlay-container {
      max-width: 600px; }
      @media screen and (max-width: 639px) {
        .product-detail .product-detail-container .product-enquiry-form .overlay-container {
          max-width: 400px; } }
      .product-detail .product-detail-container .product-enquiry-form .overlay-container .store-item {
        padding: 0 10px; }
        @media screen and (max-width: 639px) {
          .product-detail .product-detail-container .product-enquiry-form .overlay-container .store-item {
            margin-bottom: 25px; } }
        .product-detail .product-detail-container .product-enquiry-form .overlay-container .store-item .inner {
          text-align: left;
          font-size: 11px;
          color: #878787; }
          .product-detail .product-detail-container .product-enquiry-form .overlay-container .store-item .inner img {
            margin-bottom: 10px; }
          .product-detail .product-detail-container .product-enquiry-form .overlay-container .store-item .inner .name {
            font-size: 12px;
            font-weight: 700;
            color: #009fe3; }
          .product-detail .product-detail-container .product-enquiry-form .overlay-container .store-item .inner .distance {
            margin-bottom: 30px; }
      .product-detail .product-detail-container .product-enquiry-form .overlay-container .overlay-content.custom-padding {
        padding: 10px 50px; }
  .product-detail .product-list {
    margin: 75px 0 0 0; }
    .product-detail .product-list h3 {
      color: #295376;
      font-size: 28px;
      font-weight: 300;
      margin-bottom: 30px; }
    .product-detail .product-list .product-slider {
      padding: 0; }
      .product-detail .product-list .product-slider .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: transparent;
        z-index: 9; }
        .product-detail .product-list .product-slider .slick-arrow.slick-prev {
          left: -7%;
          outline: none; }
          .product-detail .product-list .product-slider .slick-arrow.slick-prev:before {
            content: "\f053";
            font-family: "Font Awesome 5 Pro";
            color: #1b3257;
            font-size: 50px; }
        .product-detail .product-list .product-slider .slick-arrow.slick-next {
          right: -7%;
          outline: none; }
          .product-detail .product-list .product-slider .slick-arrow.slick-next:after {
            content: "\f054";
            font-family: "Font Awesome 5 Pro";
            color: #1b3257;
            font-size: 50px; }
    .product-detail .product-list .product-item {
      margin-bottom: 50px; }
      .product-detail .product-list .product-item.slick-slide {
        padding: 0 15px; }
      .product-detail .product-list .product-item img {
        margin-bottom: 30px; }
        @media screen and (max-width: 639px) {
          .product-detail .product-list .product-item img {
            width: 100%; } }
      .product-detail .product-list .product-item h3 {
        color: #295376;
        font-size: 28px;
        font-weight: 300;
        margin-bottom: 30px; }
      .product-detail .product-list .product-item p {
        color: #878787;
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        /*min-height: 72px;*/ }
      .product-detail .product-list .product-item a {
        text-align: left;
        width: 100%; }
    .product-detail .product-list .slick-track {
      display: flex;
      align-items: stretch;
      justify-content: center; }
      .product-detail .product-list .slick-track .slick-slide {
        height: auto; }
  .product-detail .sign-up {
    margin: 75px 0; }
    .product-detail .sign-up h2 {
      color: #009fe3;
      font-size: 32px;
      font-weight: 300;
      line-height: 1.25;
      max-width: 500px; }
      @media screen and (max-width: 1023px) {
        .product-detail .sign-up h2 {
          margin-bottom: 30px; } }
    .product-detail .sign-up .signup-button-container {
      align-items: center;
      display: flex; }
      .product-detail .sign-up .signup-button-container .sign-up-button {
        align-items: center;
        background-color: #295376;
        color: #ffffff;
        display: flex;
        padding: 20px 30px;
        text-decoration: none;
        width: 100%; }
        .product-detail .sign-up .signup-button-container .sign-up-button:after {
          content: "";
          font-family: FontAwesome; }
        .product-detail .sign-up .signup-button-container .sign-up-button i:after {
          border-right: 1px solid #ffffff;
          content: "";
          margin: 0 15px; }
        .product-detail .sign-up .signup-button-container .sign-up-button p {
          font-size: 15px;
          font-weight: 300;
          margin: 0; }
  .product-detail.bostrom .breadcrumbs {
    background-color: #be172e; }
  .product-detail.bostrom .product-detail-container {
    background-image: url("/images/bostrom-bg.png");
    background-position: 100% 11%;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1023px) {
      .product-detail.bostrom .product-detail-container {
        background-image: none; } }
    .product-detail.bostrom .product-detail-container .detail-container h1 {
      color: #be172e; }
    .product-detail.bostrom .product-detail-container .detail-container .product-desc h2 {
      color: #be172e; }
    .product-detail.bostrom .product-detail-container .detail-container .other-models h2 {
      color: #be172e; }
    .product-detail.bostrom .product-detail-container .detail-container .product-spec h2 {
      color: #be172e; }
    .product-detail.bostrom .product-detail-container .detail-container .product-suitable {
      background-color: #df8b97; }
      .product-detail.bostrom .product-detail-container .detail-container .product-suitable .product-suitable__inner .suitable-img-container {
        background-color: #be172e; }
        .product-detail.bostrom .product-detail-container .detail-container .product-suitable .product-suitable__inner .suitable-img-container:before {
          border-bottom: 70px solid #be172e; }
    .product-detail.bostrom .product-detail-container .detail-container .product-share .share-item a i {
      color: #BE172E; }
    .product-detail.bostrom .product-detail-container .slider .page-slider-container .cte-container .cte i {
      color: #BE172E; }
    .product-detail.bostrom .product-detail-container .full-specification .full-specification__inner .full-specification__dropdown {
      background-color: #BE172E; }

/* ====== PRODUCT SELECTOR  ====== */
/* ======
PRODUCT SELECTOR
	- General
====== */
/*==========================================================================
$	GENERAL
==========================================================================*/
.product-selector {
  margin-bottom: 75px;
  position: relative; }
  .product-selector .loader {
    position: fixed;
    display: none;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #1b3257;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }
    .product-selector .loader.active {
      display: block; }
  .product-selector .product-selector-container {
    margin-top: 75px; }
    .product-selector .product-selector-container .filters-title h2 {
      border-bottom: 1px solid #EDEDED;
      color: #295376;
      font-size: 28px;
      font-weight: 300;
      margin-bottom: 50px;
      padding-bottom: 30px; }
    .product-selector .product-selector-container .filters {
      max-height: calc(100vh - 145px);
      overflow-y: auto;
      max-width: inherit;
      position: sticky;
      top: 145px;
      width: 100%; }
      .product-selector .product-selector-container .filters .filter__inner {
        padding-right: 30px; }
        .product-selector .product-selector-container .filters .filter__inner .filter-option {
          margin-bottom: 50px; }
          .product-selector .product-selector-container .filters .filter__inner .filter-option h3 {
            color: #295376;
            font-size: 22px;
            font-weight: 300;
            margin-bottom: 30px; }
          .product-selector .product-selector-container .filters .filter__inner .filter-option .filter-sub-option .sub {
            border-bottom: 1px solid #EDEDED;
            color: #009fe3;
            display: block;
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 10px;
            padding-bottom: 10px; }
          .product-selector .product-selector-container .filters .filter__inner .filter-option .filter-sub-option a {
            border-bottom: 1px solid #EDEDED;
            color: #009fe3;
            display: block;
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 10px;
            padding-bottom: 10px;
            position: relative;
            text-decoration: none;
            width: 100%; }
            .product-selector .product-selector-container .filters .filter__inner .filter-option .filter-sub-option a:after {
              color: #C6C6C6;
              content: "-";
              font-size: 24px;
              font-weight: 300;
              line-height: 1;
              position: absolute;
              right: 0;
              top: 0; }
            .product-selector .product-selector-container .filters .filter__inner .filter-option .filter-sub-option a.minimised:after {
              content: "+"; }
          .product-selector .product-selector-container .filters .filter__inner .filter-option .filter-sub-option .filter-items {
            display: none;
            margin: 15px 0; }
            .product-selector .product-selector-container .filters .filter__inner .filter-option .filter-sub-option .filter-items span {
              align-items: center;
              display: flex; }
              .product-selector .product-selector-container .filters .filter__inner .filter-option .filter-sub-option .filter-items span input {
                margin: 0; }
                .product-selector .product-selector-container .filters .filter__inner .filter-option .filter-sub-option .filter-items span input:disabled + label {
                  opacity: 0.5; }
              .product-selector .product-selector-container .filters .filter__inner .filter-option .filter-sub-option .filter-items span label {
                color: #1d1d1b;
                font-family: "Work Sans", sans-serif; }
              .product-selector .product-selector-container .filters .filter__inner .filter-option .filter-sub-option .filter-items span.subapplication {
                margin-left: 15px; }
              .product-selector .product-selector-container .filters .filter__inner .filter-option .filter-sub-option .filter-items span.disabled label {
                opacity: 0.5; }
              .product-selector .product-selector-container .filters .filter__inner .filter-option .filter-sub-option .filter-items span.clear-button {
                color: #1b3257;
                margin-top: 7px;
                cursor: pointer;
                margin-left: 7px;
                font-weight: 700; }
                .product-selector .product-selector-container .filters .filter__inner .filter-option .filter-sub-option .filter-items span.clear-button .far {
                  margin-right: 7px; }
    .product-selector .product-selector-container .products .title-row {
      align-items: center;
      border-bottom: 1px solid #EDEDED;
      /*display: flex;*/
      /*justify-content: space-between;*/
      margin-bottom: 50px;
      padding-bottom: 70px;
      width: 100%; }
      .product-selector .product-selector-container .products .title-row .info {
        background-color: #99ccff;
        border-radius: 2px;
        text-align: left;
        /*margin: 25px 0;*/
        font-size: 18px;
        padding: 25px 15px 25px 15px;
        color: #222;
        display: none; }
        .product-selector .product-selector-container .products .title-row .info h6 {
          margin-bottom: 0; }
        .product-selector .product-selector-container .products .title-row .info::before {
          font-family: "Font Awesome\ 5 Pro";
          content: "\f05a";
          font-size: 16px;
          color: rgba(0, 128, 255, 0.8);
          float: left;
          margin: 0 8px 0 0; }
        .product-selector .product-selector-container .products .title-row .info.active {
          display: block; }
      .product-selector .product-selector-container .products .title-row p {
        color: #009fe3;
        font-size: 12px;
        margin: 0; }
      .product-selector .product-selector-container .products .title-row .sort-item-container {
        align-items: center;
        display: flex;
        flex: 1;
        justify-content: flex-end;
        width: 100%; }
        .product-selector .product-selector-container .products .title-row .sort-item-container .sort-item {
          align-items: center;
          display: flex;
          flex: 1;
          justify-content: flex-end;
          margin-left: 15px;
          max-width: 315px; }
          .product-selector .product-selector-container .products .title-row .sort-item-container .sort-item p {
            color: #1d1d1b;
            display: block;
            margin: 0 15px 0 0; }
          .product-selector .product-selector-container .products .title-row .sort-item-container .sort-item select {
            max-width: 250px; }
    .product-selector .product-selector-container .products .product {
      margin-bottom: 50px; }
      .product-selector .product-selector-container .products .product:nth-child(2n+1) {
        transition-delay: 0.2s; }
      .product-selector .product-selector-container .products .product:nth-child(2n+2) {
        transition-delay: 0.4s; }
      .product-selector .product-selector-container .products .product.not-active {
        opacity: 0; }
      .product-selector .product-selector-container .products .product img {
        margin-bottom: 30px; }
      .product-selector .product-selector-container .products .product h3 {
        color: #295376;
        font-size: 28px;
        font-weight: 300;
        margin-bottom: 30px; }
      .product-selector .product-selector-container .products .product p {
        color: #878787;
        display: flex;
        justify-content: space-between;
        min-height: 90px; }
      .product-selector .product-selector-container .products .product .button {
        text-align: left;
        width: 100%; }
      .product-selector .product-selector-container .products .product.bostrom .button {
        background-color: #BE172E;
        position: relative; }
        .product-selector .product-selector-container .products .product.bostrom .button:after {
          background-image: url("/images/bostrom.svg");
          background-repeat: no-repeat;
          background-size: cover;
          content: "";
          height: 15px;
          position: absolute;
          right: 25px;
          top: 50%;
          width: 16px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
    .product-selector .product-selector-container .products .make-title {
      margin-bottom: 25px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      .product-selector .product-selector-container .products .make-title span {
        color: white;
        font-size: 16px;
        padding: 15px 25px;
        margin-right: 10px;
        margin-bottom: 10px; }
        .product-selector .product-selector-container .products .make-title span.brand {
          background-color: #1b3257; }
        .product-selector .product-selector-container .products .make-title span.make {
          background-color: #27487e; }
        .product-selector .product-selector-container .products .make-title span.model {
          background-color: #335fa5; }
        .product-selector .product-selector-container .products .make-title span.year {
          background-color: #4677c5; }
    .product-selector .product-selector-container .products .outer {
      position: relative;
      height: 100%;
      display: block;
      max-height: 300px; }
      .product-selector .product-selector-container .products .outer span.type {
        position: absolute;
        padding: 5px 15px;
        top: 0;
        left: 0;
        background-color: #009fe3;
        color: white;
        font-size: 12px; }
      .product-selector .product-selector-container .products .outer span.bracket-info {
        position: absolute;
        top: 0;
        right: 0; }
        .product-selector .product-selector-container .products .outer span.bracket-info .fas {
          font-size: 20px;
          margin: 5px; }
        .product-selector .product-selector-container .products .outer span.bracket-info span {
          display: none;
          font-size: 14px;
          padding: 7px; }
        .product-selector .product-selector-container .products .outer span.bracket-info:hover {
          background-color: #1b3257;
          width: 100%; }
          .product-selector .product-selector-container .products .outer span.bracket-info:hover .fas {
            display: none; }
          .product-selector .product-selector-container .products .outer span.bracket-info:hover span {
            display: block;
            color: white; }
    .product-selector .product-selector-container .info {
      background-color: #99ccff;
      border-radius: 2px;
      padding: 8px 12px 9px;
      text-align: left;
      margin: 25px 0;
      color: #222; }
      .product-selector .product-selector-container .info h6 {
        margin-bottom: 0; }
      .product-selector .product-selector-container .info::before {
        font-family: "Font Awesome\ 5 Pro";
        content: "\f05a";
        font-size: 16px;
        color: rgba(0, 128, 255, 0.8);
        float: left;
        margin: 0 8px 0 0; }

/* ====== PRODUCTS  ====== */
/* ======
PRODUCTS
	- General
====== */
/*==========================================================================
$	GENERAL
==========================================================================*/
.products {
  margin-bottom: 75px; }
  .products .banner {
    background-color: #009fe3;
    background-image: url("/images/product-hex-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .products .banner .cell {
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media screen and (max-width: 1139px) {
        .products .banner .cell.image-container {
          display: none; } }
      .products .banner .cell .banner-content {
        padding-top: 115px; }
        @media screen and (max-width: 1139px) {
          .products .banner .cell .banner-content {
            padding-top: 75px; } }
        .products .banner .cell .banner-content h1 {
          color: #ffffff;
          margin-bottom: 35px; }
        .products .banner .cell .banner-content p {
          color: #ffffff;
          font-size: 15px;
          font-weight: 300;
          line-height: 1.5;
          max-width: 525px; }
  .products .strip-content {
    background-color: #1b3257; }
    .products .strip-content i.fa-caret-right {
      color: #009fe3;
      margin-right: 1rem; }
    .products .strip-content i.fa-sliders-h {
      font-size: 24px;
      margin-left: 1rem; }
    .products .strip-content a {
      align-items: center;
      color: #ffffff;
      display: flex;
      padding: 20px 0;
      text-decoration: none;
      width: 100%; }
  .products .product-list {
    margin: 75px 0 0 0; }
    .products .product-list .product-item {
      margin-bottom: 50px; }
      .products .product-list .product-item img {
        margin-bottom: 30px; }
        @media screen and (max-width: 639px) {
          .products .product-list .product-item img {
            width: 100%; } }
      .products .product-list .product-item h3 {
        color: #295376;
        font-size: 28px;
        font-weight: 300;
        margin-bottom: 30px; }
      .products .product-list .product-item p {
        color: #878787;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        min-height: 72px; }
      .products .product-list .product-item a {
        text-align: left;
        width: 100%; }

/* ====== WHERE TO BUY  ====== */
/* ======
WHERE TO BUY
	- General
====== */
/*==========================================================================
$	GENERAL
==========================================================================*/
.where-to-buy {
  margin: 0 0 75px 0; }
  .where-to-buy .where-to-buy-container {
    padding: 0; }
    .where-to-buy .where-to-buy-container .postcode-search {
      background-image: url(/images/fyv-bg.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      margin-top: 50px; }
      @media screen and (max-width: 1023px) {
        .where-to-buy .where-to-buy-container .postcode-search {
          background-image: none; }
          .where-to-buy .where-to-buy-container .postcode-search .cell {
            padding: 0; } }
      .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar {
        align-items: center;
        display: flex;
        justify-content: space-between; }
        .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar .postcode-left-container .postcode-left {
          align-items: center;
          display: flex;
          justify-content: flex-start; }
          @media screen and (max-width: 1023px) {
            .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar .postcode-left-container .postcode-left {
              background-color: #295376;
              padding: 15px .9375rem; } }
          .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar .postcode-left-container .postcode-left i {
            color: #94a9ba;
            font-size: 18px;
            margin-right: 10px; }
          .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar .postcode-left-container .postcode-left p {
            color: #ffffff;
            font-size: 18px;
            margin: 0; }
        @media screen and (max-width: 1023px) {
          .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar .postcode-right-container {
            background-color: #1b3257;
            padding: 0 .9375rem; } }
        .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar .postcode-right-container .postcode-right {
          align-items: center;
          display: flex;
          justify-content: flex-end;
          padding: 30px 0; }
          @media screen and (max-width: 639px) {
            .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar .postcode-right-container .postcode-right {
              flex-wrap: wrap;
              justify-content: flex-start; } }
          .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar .postcode-right-container .postcode-right .fieldset-postcode {
            width: 100%; }
            @media screen and (max-width: 639px) {
              .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar .postcode-right-container .postcode-right .fieldset-postcode {
                margin: 0 0 0 3px; } }
            @media screen and (min-width: 640px) {
              .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar .postcode-right-container .postcode-right .fieldset-postcode {
                margin: 0 0 0 3px; } }
            .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar .postcode-right-container .postcode-right .fieldset-postcode.parent {
              position: relative; }
              .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar .postcode-right-container .postcode-right .fieldset-postcode.parent span {
                position: absolute;
                z-index: 99;
                line-height: 20px;
                right: 35px; }
                @media screen and (max-width: 639px) {
                  .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar .postcode-right-container .postcode-right .fieldset-postcode.parent span {
                    top: 10px; } }
            .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar .postcode-right-container .postcode-right .fieldset-postcode input {
              margin: 0;
              max-width: 210px;
              width: 100%; }
              @media screen and (max-width: 639px) {
                .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar .postcode-right-container .postcode-right .fieldset-postcode input {
                  margin: 10px 0;
                  max-width: none;
                  width: 100%; } }
            .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar .postcode-right-container .postcode-right .fieldset-postcode select {
              height: auto; }
              @media screen and (max-width: 639px) {
                .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar .postcode-right-container .postcode-right .fieldset-postcode select {
                  margin: 10px 0;
                  max-width: none;
                  width: 100%; } }
              .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar .postcode-right-container .postcode-right .fieldset-postcode select:first-child {
                margin-left: 0; }
            .where-to-buy .where-to-buy-container .postcode-search .postcode-search-bar .postcode-right-container .postcode-right .fieldset-postcode .button {
              margin-bottom: 0; }
    .where-to-buy .where-to-buy-container .map-container {
      margin: 75px 0 25px 0; }
      .where-to-buy .where-to-buy-container .map-container h2 {
        color: #295376; }
      .where-to-buy .where-to-buy-container .map-container .page-content {
        color: #9D9D9C;
        line-height: 1.5; }
      .where-to-buy .where-to-buy-container .map-container .error-container {
        color: red;
        margin-bottom: 30px; }
      .where-to-buy .where-to-buy-container .map-container b {
        color: #009fe3; }
    .where-to-buy .where-to-buy-container .search-results {
      margin: 75px 0 0 0; }
      .where-to-buy .where-to-buy-container .search-results .filter-bar {
        align-items: center;
        background-color: #009fe3;
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
        padding: 15px; }
        .where-to-buy .where-to-buy-container .search-results .filter-bar output {
          color: #ffffff; }
        .where-to-buy .where-to-buy-container .search-results .filter-bar .paging {
          display: flex;
          justify-content: space-between; }
          .where-to-buy .where-to-buy-container .search-results .filter-bar .paging .page-back {
            margin-right: 10px; }
          .where-to-buy .where-to-buy-container .search-results .filter-bar .paging i {
            color: #ffffff; }
      .where-to-buy .where-to-buy-container .search-results h2 {
        color: #1b3257;
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 50px; }
      .where-to-buy .where-to-buy-container .search-results .map-results .store {
        margin-bottom: 50px; }
        .where-to-buy .where-to-buy-container .search-results .map-results .store .inner .name {
          color: #009fe3;
          font-weight: bold;
          margin-bottom: 10px; }
        .where-to-buy .where-to-buy-container .search-results .map-results .store .inner .address {
          margin-bottom: 10px;
          min-height: 72px; }
        .where-to-buy .where-to-buy-container .search-results .map-results .store .inner .email span, .where-to-buy .where-to-buy-container .search-results .map-results .store .inner .telephone span {
          color: #009fe3;
          font-weight: bold; }
        .where-to-buy .where-to-buy-container .search-results .map-results .store .inner .distance span {
          color: #878787;
          font-weight: bold; }

/*==========================================================================
$	GENERAL
==========================================================================*/
.dashboard {
  background-image: url("/images/product-detail-hex.png");
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 75px;
  padding-bottom: 75px; }
  @media screen and (max-width: 1023px) {
    .dashboard {
      background-image: none; } }
  .dashboard .sub-items {
    padding-top: 75px; }
    .dashboard .sub-items .my-account {
      height: 100%;
      display: flex;
      color: white;
      text-decoration: none;
      justify-content: center; }
      .dashboard .sub-items .my-account.accent {
        background-color: #295376; }
      .dashboard .sub-items .my-account span {
        align-self: center;
        font-size: 26px;
        font-weight: 300; }
        .dashboard .sub-items .my-account span:before {
          content: "";
          background-image: url("/images/icons/secure-area/my-account.png");
          display: block;
          margin-bottom: 25px;
          margin-left: auto;
          margin-right: auto;
          height: 40px;
          width: 40px; }
    .dashboard .sub-items .sub-item {
      height: 240px;
      display: flex;
      color: white;
      text-decoration: none;
      justify-content: center; }
      .dashboard .sub-items .sub-item.secondary {
        background-color: #009fe3; }
      .dashboard .sub-items .sub-item.grey {
        background-color: #c6c6c6; }
      .dashboard .sub-items .sub-item.accent {
        background-color: #295376; }
      .dashboard .sub-items .sub-item span {
        align-self: center;
        font-size: 26px;
        font-weight: 300; }
        .dashboard .sub-items .sub-item span.one:before {
          content: "";
          background-image: url("/images/icons/secure-area/seats-wishlist.png");
          display: block;
          margin-bottom: 25px;
          margin-left: auto;
          margin-right: auto;
          height: 60px;
          width: 35px; }
        .dashboard .sub-items .sub-item span.two:before {
          content: "";
          background-image: url("/images/icons/secure-area/photo-library.png");
          display: block;
          margin-bottom: 25px;
          margin-left: auto;
          margin-right: auto;
          height: 40px;
          width: 45px; }
        .dashboard .sub-items .sub-item span.three:before {
          content: "";
          background-image: url("/images/icons/secure-area/videos.png");
          display: block;
          margin-bottom: 25px;
          margin-left: auto;
          margin-right: auto;
          height: 46px;
          width: 46px; }
        .dashboard .sub-items .sub-item span.four:before {
          content: "";
          background-image: url("/images/icons/secure-area/certificates.png");
          display: block;
          margin-bottom: 25px;
          margin-left: auto;
          margin-right: auto;
          height: 60px;
          width: 50px; }
        .dashboard .sub-items .sub-item span.five:before {
          content: "";
          background-image: url("/images/icons/secure-area/pos-material.png");
          display: block;
          margin-bottom: 25px;
          margin-left: auto;
          margin-right: auto;
          height: 50px;
          width: 64px; }
        .dashboard .sub-items .sub-item span.six:before {
          content: "";
          background-image: url("/images/icons/secure-area/technical.png");
          display: block;
          margin-bottom: 25px;
          margin-left: auto;
          margin-right: auto;
          height: 44px;
          width: 44px; }
  .dashboard .product-list {
    margin: 75px 0 0 0; }
    .dashboard .product-list h6 {
      color: #1b3257;
      font-size: 22px;
      font-weight: 700; }
    .dashboard .product-list .product-item {
      margin-bottom: 50px; }
      .dashboard .product-list .product-item img {
        margin-bottom: 30px; }
        @media screen and (max-width: 639px) {
          .dashboard .product-list .product-item img {
            width: 100%; } }
      .dashboard .product-list .product-item h3 {
        color: #295376;
        font-size: 28px;
        font-weight: 300;
        margin-bottom: 30px; }
      .dashboard .product-list .product-item p {
        color: #878787;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        min-height: 72px; }
      .dashboard .product-list .product-item a {
        text-align: left;
        width: 100%; }

/*==========================================================================
$	GENERAL
==========================================================================*/
.my-account-container {
  padding-bottom: 75px; }
  .my-account-container .my-account {
    background-image: url("/images/product-detail-hex.png");
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 75px; }
    @media screen and (max-width: 1023px) {
      .my-account-container .my-account {
        background-image: none; } }
    .my-account-container .my-account .success {
      background-color: #C8EFB5;
      border-radius: 2px;
      padding: 8px 12px 9px;
      text-align: left;
      margin: 25px 0;
      color: #222; }
      .my-account-container .my-account .success h6 {
        margin-bottom: 0; }
      .my-account-container .my-account .success::before {
        font-family: "Font Awesome\ 5 Pro";
        content: "\f00c";
        font-size: 16px;
        color: rgba(100, 150, 100, 0.8);
        float: left;
        margin: 0 8px 0 0; }
    .my-account-container .my-account .info {
      background-color: #99ccff;
      border-radius: 2px;
      padding: 8px 12px 9px;
      text-align: left;
      margin: 25px 0;
      color: #222; }
      .my-account-container .my-account .info h6 {
        margin-bottom: 0; }
      .my-account-container .my-account .info::before {
        font-family: "Font Awesome\ 5 Pro";
        content: "\f05a";
        font-size: 16px;
        color: rgba(0, 128, 255, 0.8);
        float: left;
        margin: 0 8px 0 0; }
    .my-account-container .my-account .error {
      background-color: #efc8b5;
      border-radius: 2px;
      padding: 8px 0.9375rem 9px;
      text-align: left;
      margin: 1.40625rem 0;
      color: rgba(75, 0, 0, 0.75); }
      .my-account-container .my-account .error h6 {
        margin-bottom: 0; }
      .my-account-container .my-account .error::before {
        font-family: "Font Awesome\ 5 Pro";
        content: "\f12a";
        font-size: 16px;
        color: rgba(150, 100, 100, 0.8);
        float: left;
        font-weight: 700;
        margin: 0 0.9375rem 0 0; }
    .my-account-container .my-account h6 {
      color: #1b3257;
      line-height: 40px;
      font-size: 20px; }
    .my-account-container .my-account select {
      max-width: unset; }
    .my-account-container .my-account .cbx-list {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .my-account-container .my-account .cbx-list .checkbox {
        margin-right: 30px; }
        @media screen and (max-width: 639px) {
          .my-account-container .my-account .cbx-list .checkbox {
            margin-bottom: 10px; } }
      .my-account-container .my-account .cbx-list .ei-checkbox label {
        color: #878787;
        display: inline;
        font-size: 12px;
        font-weight: 300;
        line-height: 18px; }
  .my-account-container .sub-items {
    padding-top: 75px; }
    .my-account-container .sub-items .sub-item {
      min-height: 240px;
      display: flex;
      color: white;
      text-decoration: none;
      justify-content: center; }
      .my-account-container .sub-items .sub-item.secondary {
        background-color: #009fe3; }
      .my-account-container .sub-items .sub-item.grey {
        background-color: #c6c6c6; }
      .my-account-container .sub-items .sub-item.accent {
        background-color: #295376; }
      .my-account-container .sub-items .sub-item span {
        align-self: center;
        font-size: 26px;
        font-weight: 200; }
        .my-account-container .sub-items .sub-item span.one:before {
          content: "";
          background-image: url("/images/icons/secure-area/seats-wishlist.png");
          display: block;
          margin-bottom: 25px;
          margin-left: auto;
          margin-right: auto;
          height: 60px;
          width: 35px; }
        .my-account-container .sub-items .sub-item span.two:before {
          content: "";
          background-image: url("/images/icons/secure-area/photo-library.png");
          display: block;
          margin-bottom: 25px;
          margin-left: auto;
          margin-right: auto;
          height: 40px;
          width: 45px; }
        .my-account-container .sub-items .sub-item span.three:before {
          content: "";
          background-image: url("/images/icons/secure-area/videos.png");
          display: block;
          margin-bottom: 25px;
          margin-left: auto;
          margin-right: auto;
          height: 46px;
          width: 46px; }
        .my-account-container .sub-items .sub-item span.four:before {
          content: "";
          background-image: url("/images/icons/secure-area/certificates.png");
          display: block;
          margin-bottom: 25px;
          margin-left: auto;
          margin-right: auto;
          height: 60px;
          width: 50px; }
        .my-account-container .sub-items .sub-item span.five:before {
          content: "";
          background-image: url("/images/icons/secure-area/pos-material.png");
          display: block;
          margin-bottom: 25px;
          margin-left: auto;
          margin-right: auto;
          height: 50px;
          width: 64px; }
        .my-account-container .sub-items .sub-item span.six:before {
          content: "";
          background-image: url("/images/icons/secure-area/technical.png");
          display: block;
          margin-bottom: 25px;
          margin-left: auto;
          margin-right: auto;
          height: 44px;
          width: 44px; }

/*==========================================================================
$	GENERAL
==========================================================================*/
.wish-list-products-container {
  padding-bottom: 75px; }
  .wish-list-products-container .wish-list-products {
    background-image: url("/images/product-detail-hex.png");
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 75px; }
    @media screen and (max-width: 1023px) {
      .wish-list-products-container .wish-list-products {
        background-image: none; } }
  .wish-list-products-container .info {
    background-color: #99ccff;
    border-radius: 2px;
    padding: 8px 12px 9px;
    text-align: left;
    margin: 25px 0;
    color: #222; }
    .wish-list-products-container .info h6 {
      margin-bottom: 0; }
    .wish-list-products-container .info::before {
      font-family: "Font Awesome\ 5 Pro";
      content: "\f05a";
      font-size: 16px;
      color: rgba(0, 128, 255, 0.8);
      float: left;
      margin: 0 8px 0 0; }
  .wish-list-products-container .product-list {
    margin: 75px 0 0 0; }
    .wish-list-products-container .product-list h6 {
      color: #1b3257;
      font-size: 22px;
      font-weight: 700; }
    .wish-list-products-container .product-list .product-item {
      margin-bottom: 50px; }
      .wish-list-products-container .product-list .product-item .remove {
        width: 25px;
        height: 25px;
        background-color: #009fe3;
        display: block;
        padding: 5px 7px;
        color: white; }
      .wish-list-products-container .product-list .product-item h3 {
        color: #1b3257;
        font-size: 28px;
        font-weight: 300;
        margin-bottom: 30px; }
      .wish-list-products-container .product-list .product-item .options {
        border-top: 1px solid #878787; }
        .wish-list-products-container .product-list .product-item .options .option-item {
          border-bottom: 1px solid #878787;
          display: block;
          height: 40px;
          line-height: 38px;
          text-decoration: none; }
          .wish-list-products-container .product-list .product-item .options .option-item p {
            color: #878787;
            font-size: 12px; }
          .wish-list-products-container .product-list .product-item .options .option-item img {
            margin: 8px 15px 8px 0; }

.password-reset-container .password-reset .password-reset-fieldset {
  margin: 75px 0; }
  .password-reset-container .password-reset .password-reset-fieldset h2 {
    color: #1b3257;
    font-weight: 300;
    margin-bottom: 30px; }
  .password-reset-container .password-reset .password-reset-fieldset .parent {
    position: relative; }
    .password-reset-container .password-reset .password-reset-fieldset .parent span {
      position: absolute;
      right: 5px;
      color: #cc0000;
      font-size: 12px;
      height: auto;
      padding: 10px 15px;
      font-weight: 700; }
    .password-reset-container .password-reset .password-reset-fieldset .parent.ddl {
      margin-bottom: 15px; }
      .password-reset-container .password-reset .password-reset-fieldset .parent.ddl span {
        right: 25px; }
  .password-reset-container .password-reset .password-reset-fieldset .field-title p {
    color: #295376;
    margin: 0 0 15px 0; }

.password-reset-container .success {
  background-color: #C8EFB5;
  border-radius: 2px;
  padding: 8px 12px 9px;
  text-align: left;
  margin: 25px 0;
  color: #222; }
  .password-reset-container .success h6 {
    margin-bottom: 0; }
  .password-reset-container .success::before {
    font-family: "Font Awesome\ 5 Pro";
    content: "\f00c";
    font-size: 16px;
    color: rgba(100, 150, 100, 0.8);
    float: left;
    margin: 0 8px 0 0; }

.password-reset-container .info {
  background-color: #99ccff;
  border-radius: 2px;
  padding: 8px 12px 9px;
  text-align: left;
  margin: 25px 0;
  color: #222; }
  .password-reset-container .info h6 {
    margin-bottom: 0; }
  .password-reset-container .info::before {
    font-family: "Font Awesome\ 5 Pro";
    content: "\f05a";
    font-size: 16px;
    color: rgba(0, 128, 255, 0.8);
    float: left;
    margin: 0 8px 0 0; }

.password-reset-container .error {
  background-color: #efc8b5;
  border-radius: 2px;
  padding: 8px 0.9375rem 9px;
  text-align: left;
  margin: 1.40625rem 0;
  color: rgba(75, 0, 0, 0.75); }
  .password-reset-container .error h6 {
    margin-bottom: 0; }
  .password-reset-container .error::before {
    font-family: "Font Awesome\ 5 Pro";
    content: "\f12a";
    font-size: 16px;
    color: rgba(150, 100, 100, 0.8);
    float: left;
    font-weight: 700;
    margin: 0 0.9375rem 0 0; }

/*==========================================================================
$	GENERAL
==========================================================================*/
.documents-area {
  padding: 75px 0; }
  .documents-area h1 {
    margin-bottom: 30px; }
  .documents-area h4.accent {
    color: #1b3257; }
  .documents-area .title {
    align-items: center;
    background-color: #009fe3;
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
    color: white;
    position: relative; }
    .documents-area .title:after {
      color: #fff;
      content: "\f078";
      display: block;
      position: absolute;
      right: 15px;
      top: 50%;
      font-family: "Font Awesome\ 5 Pro";
      font-size: 18px;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    .documents-area .title.active:after {
      content: "\f077"; }
  .documents-area .items header {
    border-bottom: 1px solid #706F6F;
    padding-bottom: 15px;
    color: #1b3257;
    font-weight: 700;
    display: none; }
    .documents-area .items header.active {
      display: flex; }
  .documents-area .items .item {
    padding: 15px 0;
    line-height: 50px;
    border-bottom: 1px solid #706F6F;
    color: #1b3257;
    display: none; }
    .documents-area .items .item.active {
      display: flex; }
    .documents-area .items .item .pdf {
      display: flex; }
      .documents-area .items .item .pdf:before {
        content: "\f1c1";
        font-family: "Font Awesome\ 5 Pro";
        color: #f93131;
        font-size: 45px;
        margin-right: 10px; }
    .documents-area .items .item .doc,
    .documents-area .items .item .docx {
      display: flex; }
      .documents-area .items .item .doc:before,
      .documents-area .items .item .docx:before {
        content: "\f1c2";
        font-family: "Font Awesome\ 5 Pro";
        color: #3060ff;
        font-size: 45px;
        margin-right: 10px; }
    .documents-area .items .item .xls,
    .documents-area .items .item .xlsx {
      display: flex; }
      .documents-area .items .item .xls:before,
      .documents-area .items .item .xlsx:before {
        content: "\f1c3";
        font-family: "Font Awesome\ 5 Pro";
        color: #488e3a;
        font-size: 45px;
        margin-right: 10px; }
    .documents-area .items .item .csv {
      display: flex; }
      .documents-area .items .item .csv:before {
        content: "\f1c3";
        font-family: "Font Awesome\ 5 Pro";
        color: #488e3a;
        font-size: 45px;
        margin-right: 10px; }
    .documents-area .items .item a {
      color: #009fe3;
      font-size: 15px;
      font-weight: bold;
      text-decoration: none; }
      @media screen and (max-width: 1023px) {
        .documents-area .items .item a {
          width: 100%;
          height: 50px;
          line-height: 50px;
          color: white;
          font-weight: 300;
          background-color: #1b3257;
          display: block;
          text-align: center; } }
    .documents-area .items .item .label {
      height: 53px;
      float: left;
      margin-right: 25px;
      width: 100px;
      line-height: 43px;
      text-align: center;
      background-color: #1b3257;
      margin-bottom: 15px; }
  .documents-area .items .info {
    background-color: #99ccff;
    border-radius: 2px;
    padding: 8px 12px 9px;
    text-align: left;
    margin: 25px 0;
    color: #222; }
    .documents-area .items .info h6 {
      margin-bottom: 0; }
    .documents-area .items .info::before {
      font-family: "Font Awesome\ 5 Pro";
      content: "\f05a";
      font-size: 16px;
      color: rgba(0, 128, 255, 0.8);
      float: left;
      margin: 0 8px 0 0; }

/* ====== Seat Configurator  ====== */
/* ======
Seat Configurator
	- General
====== */
/*==========================================================================
$	GENERAL
==========================================================================*/
.seat-configurator {
  padding-bottom: 75px; }
  .seat-configurator .white-bg {
    background-color: white; }
  .seat-configurator .title h1 {
    margin-bottom: 10px; }
  .seat-configurator .title hr {
    border-bottom: 6px solid #009fe3; }
  .seat-configurator .step-1 {
    display: none; }
    .seat-configurator .step-1.active {
      display: block; }
    .seat-configurator .step-1 .outer-container .product-item {
      /*background-image: url('/images/content/configurator/step-1-bg.png');
                background-size: cover;
                background-position:0 350px;*/ }
      .seat-configurator .step-1 .outer-container .product-item img {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .seat-configurator .step-1 .outer-container .product-item h3 {
        color: #009fe3;
        font-size: 20px;
        text-align: center;
        margin-bottom: 25px; }
        @media screen and (max-width: 639px) {
          .seat-configurator .step-1 .outer-container .product-item h3 {
            font-size: 17px; } }
  .seat-configurator .step-heading {
    font-size: 25px;
    color: #1b3257;
    margin-bottom: 40px; }
  .seat-configurator .product-detail-container {
    background-image: url("/images/product-detail-hex-office.png");
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 75px; }
    @media screen and (max-width: 1023px) {
      .seat-configurator .product-detail-container {
        background-image: none; } }
    .seat-configurator .product-detail-container .detail-container h1 {
      font-size: 46px;
      font-weight: 300;
      margin-bottom: 35px;
      text-transform: capitalize; }
    .seat-configurator .product-detail-container .detail-container .heading {
      background-color: #009fe3;
      padding: 30px;
      background-image: url("/images/cogs.svg");
      background-position: right 15px center;
      background-repeat: no-repeat;
      background-size: 40px;
      color: white;
      font-size: 20px; }
    .seat-configurator .product-detail-container .detail-container .filters {
      /*max-height: calc(100vh - 145px);*/
      /*overflow-y: auto;*/
      max-width: inherit;
      /*position: sticky;*/
      top: 145px;
      width: 100%;
      background-color: white; }
      .seat-configurator .product-detail-container .detail-container .filters .filter__inner {
        padding: 30px;
        background-color: white; }
        .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option {
          margin-bottom: 50px;
          /*display:none;

                        &.active{
                            display:block;
                        }*/ }
          .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option h3 {
            color: #295376;
            font-size: 22px;
            font-weight: 300;
            margin-bottom: 30px; }
          .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .sub {
            border-bottom: 1px solid #EDEDED;
            color: #009fe3;
            display: block;
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 10px;
            padding-bottom: 10px; }
          .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option a {
            border-bottom: 1px solid #EDEDED;
            color: #009fe3;
            display: block;
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 10px;
            padding-bottom: 10px;
            position: relative;
            text-decoration: none;
            width: 100%; }
            .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option a:after {
              color: #C6C6C6;
              content: "-";
              font-size: 24px;
              font-weight: 300;
              line-height: 1;
              position: absolute;
              right: 0;
              top: 0; }
            .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option a.minimised:after {
              content: "+"; }
          .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items {
            display: none;
            margin: 0 0 30px 0;
            padding-left: 5px; }
            .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items .cb-container.custom {
              display: inline-block;
              position: relative;
              width: 60px;
              height: 60px;
              padding-left: 20px;
              cursor: pointer; }
              .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items .cb-container.custom label {
                height: 50px;
                width: 50px;
                position: absolute;
                left: 0;
                top: 5px;
                margin: 0;
                z-index: 99; }
              .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items .cb-container.custom .checkmark.custom {
                background-color: transparent;
                height: 50px;
                width: 50px; }
                .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items .cb-container.custom .checkmark.custom img {
                  height: 50px;
                  width: 50px;
                  border-radius: 50%; }
                .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items .cb-container.custom .checkmark.custom:after {
                  content: none; }
                .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items .cb-container.custom .checkmark.custom.checked:before {
                  content: "";
                  padding: 5px;
                  width: 60px;
                  height: 60px;
                  border-radius: 50%;
                  position: absolute;
                  left: -5px;
                  border: 3px solid #009fe3; }
              .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items .cb-container.custom .info {
                align-items: center;
                background-color: #009fe3;
                border-radius: 5px;
                display: none;
                justify-content: flex-start;
                left: 0;
                opacity: 0;
                padding: 8px 15px;
                position: absolute;
                top: -40px;
                min-width: 100px;
                z-index: 99999;
                -webkit-transition: opacity 0.25s ease 0s;
                -moz-transition: opacity 0.25s ease 0s;
                -ms-transition: opacity 0.25s ease 0s;
                -o-transition: opacity 0.25s ease 0s;
                transition: opacity 0.25s ease 0s; }
                .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items .cb-container.custom .info:after {
                  border-left: 10px solid transparent;
                  border-right: 10px solid transparent;
                  border-top: 15px solid #009fe3;
                  bottom: -13px;
                  content: "";
                  height: 0;
                  left: 25px;
                  position: absolute;
                  width: 0;
                  -webkit-transform: translateX(-50%);
                  -moz-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                  -o-transform: translateX(-50%);
                  transform: translateX(-50%); }
                .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items .cb-container.custom .info i {
                  color: #ffffff; }
                .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items .cb-container.custom .info p {
                  display: inline-block;
                  color: #ffffff;
                  font-size: 12px;
                  margin: 0 0 0 8px;
                  white-space: nowrap; }
              .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items .cb-container.custom:hover > .info {
                display: flex;
                opacity: 1;
                -webkit-transition: opacity 0.25s ease 0s;
                -moz-transition: opacity 0.25s ease 0s;
                -ms-transition: opacity 0.25s ease 0s;
                -o-transition: opacity 0.25s ease 0s;
                transition: opacity 0.25s ease 0s; }
            .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items span {
              align-items: center;
              display: flex; }
              .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items span input {
                margin: 0; }
                .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items span input:disabled + label {
                  opacity: 0.5; }
              .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items span label {
                color: #1d1d1b;
                font-family: "Work Sans", sans-serif; }
              .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items span.subapplication {
                margin-left: 15px; }
              .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items span.disabled label {
                opacity: 0.5; }
              .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items span.clear-button {
                color: #1b3257;
                margin-top: 7px;
                cursor: pointer;
                margin-left: 7px;
                font-weight: 700; }
                .seat-configurator .product-detail-container .detail-container .filters .filter__inner .filter-option .filter-sub-option .filter-items span.clear-button .far {
                  margin-right: 7px; }
    .seat-configurator .product-detail-container .detail-container select {
      font-size: 20px;
      color: #1b3257;
      padding: 10px 10px 10px 20px;
      height: 65px;
      margin-bottom: 35px; }
      .seat-configurator .product-detail-container .detail-container select.full-width {
        min-width: 100%; }
      .seat-configurator .product-detail-container .detail-container select option {
        color: #1b3257;
        /*text-transform:uppercase;*/ }
    .seat-configurator .product-detail-container .slider .page-slider-container .page-slider {
      position: relative;
      min-height: 600px;
      background-color: white;
      /*border: 1px solid #cacaca;*/
      margin-bottom: 0;
      overflow: hidden; }
      .seat-configurator .product-detail-container .slider .page-slider-container .page-slider:hover {
        cursor: pointer; }
      .seat-configurator .product-detail-container .slider .page-slider-container .page-slider .product-enquiry {
        position: absolute;
        right: 0;
        top: 50%;
        z-index: 10;
        right: -56px;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg); }
      .seat-configurator .product-detail-container .slider .page-slider-container .page-slider .view-buttons {
        position: absolute;
        top: 0;
        left: 0;
        padding: 15px;
        z-index: 10; }
        .seat-configurator .product-detail-container .slider .page-slider-container .page-slider .view-buttons .toggle-container {
          display: flex; }
          .seat-configurator .product-detail-container .slider .page-slider-container .page-slider .view-buttons .toggle-container .view-toggle {
            background-color: #cacaca;
            width: 30px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center; }
          .seat-configurator .product-detail-container .slider .page-slider-container .page-slider .view-buttons .toggle-container span {
            font-size: 12px;
            margin-left: 15px;
            line-height: 30px;
            color: #cacaca; }
          .seat-configurator .product-detail-container .slider .page-slider-container .page-slider .view-buttons .toggle-container.active .view-toggle {
            background-color: #009fe3; }
          .seat-configurator .product-detail-container .slider .page-slider-container .page-slider .view-buttons .toggle-container.active span {
            color: #009fe3; }
        .seat-configurator .product-detail-container .slider .page-slider-container .page-slider .view-buttons hr {
          margin: 5px 0; }
      .seat-configurator .product-detail-container .slider .page-slider-container .page-slider .img-level {
        position: absolute;
        top: 0; }
        .seat-configurator .product-detail-container .slider .page-slider-container .page-slider .img-level.centre {
          top: 60px; }
        .seat-configurator .product-detail-container .slider .page-slider-container .page-slider .img-level.level-1 {
          z-index: 1; }
        .seat-configurator .product-detail-container .slider .page-slider-container .page-slider .img-level.level-2 {
          z-index: 2; }
    .seat-configurator .product-detail-container .product-share {
      align-items: center;
      /*border-bottom: 1px solid #DADADA;*/
      /*display: flex;
            justify-content: space-between;*/
      /*margin-top: 50px;*/
      padding-bottom: 15px; }
      .seat-configurator .product-detail-container .product-share .share-item:nth-child(2n+1) {
        background-color: #3997cb; }
      .seat-configurator .product-detail-container .product-share .share-item:nth-child(2n+2) {
        background-color: #2373a8; }
      .seat-configurator .product-detail-container .product-share .share-item:nth-child(2n+3) {
        background-color: #c6c6c6; }
      .seat-configurator .product-detail-container .product-share .share-item a {
        align-items: center;
        display: flex;
        justify-content: center;
        text-decoration: none;
        color: white;
        font-size: 12px;
        padding: 15px; }
        .seat-configurator .product-detail-container .product-share .share-item a i {
          color: white;
          font-size: 20px;
          margin-right: 8px; }
        .seat-configurator .product-detail-container .product-share .share-item a.disabled {
          opacity: 0.5;
          background-color: #113954;
          cursor: not-allowed; }
    .seat-configurator .product-detail-container .full-specification .full-specification__inner.active .full-specification__dropdown:after {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .seat-configurator .product-detail-container .full-specification .full-specification__inner.active h5 {
      display: block;
      width: 100%;
      text-align: left;
      color: #009fe3;
      margin-bottom: 0;
      padding: 15px 0; }
    .seat-configurator .product-detail-container .full-specification .full-specification__inner.active .product-spec {
      max-height: 1000px;
      -webkit-transition: max-height 1s ease 0s;
      -moz-transition: max-height 1s ease 0s;
      -ms-transition: max-height 1s ease 0s;
      -o-transition: max-height 1s ease 0s;
      transition: max-height 1s ease 0s; }
    .seat-configurator .product-detail-container .full-specification .full-specification__inner .full-specification__dropdown {
      align-items: center;
      background-color: #009fe3;
      color: #ffffff;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      padding: 12px 15px;
      width: 100%; }
      .seat-configurator .product-detail-container .full-specification .full-specification__inner .full-specification__dropdown p {
        margin: 0; }
      .seat-configurator .product-detail-container .full-specification .full-specification__inner .full-specification__dropdown:after {
        content: "\f0da";
        font-family: FontAwesome; }
    .seat-configurator .product-detail-container .full-specification .full-specification__inner .product-spec {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
      -moz-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
      -ms-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
      -o-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
      transition: max-height 1s cubic-bezier(0, 1, 0, 1); }
      .seat-configurator .product-detail-container .full-specification .full-specification__inner .product-spec > p {
        color: #009fe3;
        font-size: 15px;
        font-weight: 500;
        margin: 30px 0 15px 0;
        text-transform: uppercase;
        width: 100%; }
      .seat-configurator .product-detail-container .full-specification .full-specification__inner .product-spec .spec-item {
        border-bottom: 1px solid #EDEDED;
        margin: 0 3% 0 0;
        padding: 15px 0;
        width: 30%; }
        .seat-configurator .product-detail-container .full-specification .full-specification__inner .product-spec .spec-item p {
          align-items: center;
          color: #878787;
          display: flex;
          font-size: 15px;
          justify-content: flex-start;
          margin: 0;
          padding-right: 50px; }
          .seat-configurator .product-detail-container .full-specification .full-specification__inner .product-spec .spec-item p strong {
            width: 50%;
            text-align: left; }
          .seat-configurator .product-detail-container .full-specification .full-specification__inner .product-spec .spec-item p span {
            width: 50%; }
    .seat-configurator .product-detail-container .product-enquiry-form .overlay-container {
      max-width: 600px; }
      @media screen and (max-width: 639px) {
        .seat-configurator .product-detail-container .product-enquiry-form .overlay-container {
          max-width: 400px; } }
      .seat-configurator .product-detail-container .product-enquiry-form .overlay-container .store-item {
        padding: 0 10px; }
        @media screen and (max-width: 639px) {
          .seat-configurator .product-detail-container .product-enquiry-form .overlay-container .store-item {
            margin-bottom: 25px; } }
        .seat-configurator .product-detail-container .product-enquiry-form .overlay-container .store-item .inner {
          text-align: left;
          font-size: 11px;
          color: #878787; }
          .seat-configurator .product-detail-container .product-enquiry-form .overlay-container .store-item .inner img {
            margin-bottom: 10px; }
          .seat-configurator .product-detail-container .product-enquiry-form .overlay-container .store-item .inner .name {
            font-size: 12px;
            font-weight: 700;
            color: #009fe3; }
          .seat-configurator .product-detail-container .product-enquiry-form .overlay-container .store-item .inner .distance {
            margin-bottom: 30px; }
      .seat-configurator .product-detail-container .product-enquiry-form .overlay-container .overlay-content.custom-padding {
        padding: 10px 50px; }
    .seat-configurator .product-detail-container .image-enlarge .overlay-container {
      max-width: 1000px; }
      .seat-configurator .product-detail-container .image-enlarge .overlay-container .overlay-content {
        position: relative;
        min-height: 940px;
        background-color: white;
        /*border: 1px solid #cacaca;*/
        margin-bottom: 0;
        overflow: hidden; }
        .seat-configurator .product-detail-container .image-enlarge .overlay-container .overlay-content:hover {
          cursor: pointer; }
          .seat-configurator .product-detail-container .image-enlarge .overlay-container .overlay-content:hover .level-2 {
            position: absolute;
            top: 130px !important;
            left: 0;
            transform: scale(1.5); }
          .seat-configurator .product-detail-container .image-enlarge .overlay-container .overlay-content:hover .level-1 {
            opacity: 0; }
        .seat-configurator .product-detail-container .image-enlarge .overlay-container .overlay-content .product-enquiry {
          position: absolute;
          right: 0;
          top: 50%;
          z-index: 10;
          right: -56px;
          -webkit-transform: rotate(270deg);
          -moz-transform: rotate(270deg);
          -o-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
        .seat-configurator .product-detail-container .image-enlarge .overlay-container .overlay-content .view-buttons {
          position: absolute;
          top: 0;
          left: 0;
          padding: 15px;
          z-index: 10; }
          .seat-configurator .product-detail-container .image-enlarge .overlay-container .overlay-content .view-buttons .toggle-container {
            display: flex; }
            .seat-configurator .product-detail-container .image-enlarge .overlay-container .overlay-content .view-buttons .toggle-container .view-toggle {
              background-color: #cacaca;
              width: 30px;
              height: 30px;
              display: flex;
              justify-content: center;
              align-items: center; }
            .seat-configurator .product-detail-container .image-enlarge .overlay-container .overlay-content .view-buttons .toggle-container span {
              font-size: 12px;
              margin-left: 15px;
              line-height: 30px;
              color: #cacaca; }
            .seat-configurator .product-detail-container .image-enlarge .overlay-container .overlay-content .view-buttons .toggle-container.active .view-toggle {
              background-color: #009fe3; }
            .seat-configurator .product-detail-container .image-enlarge .overlay-container .overlay-content .view-buttons .toggle-container.active span {
              color: #009fe3; }
          .seat-configurator .product-detail-container .image-enlarge .overlay-container .overlay-content .view-buttons hr {
            margin: 5px 0; }
        .seat-configurator .product-detail-container .image-enlarge .overlay-container .overlay-content .img-level {
          position: absolute;
          top: 0; }
          .seat-configurator .product-detail-container .image-enlarge .overlay-container .overlay-content .img-level.centre {
            top: 60px; }
          .seat-configurator .product-detail-container .image-enlarge .overlay-container .overlay-content .img-level.level-1 {
            z-index: 1; }
          .seat-configurator .product-detail-container .image-enlarge .overlay-container .overlay-content .img-level.level-2 {
            z-index: 2; }
        .seat-configurator .product-detail-container .image-enlarge .overlay-container .overlay-content.custom-padding {
          padding: 10px 50px; }
  .seat-configurator .chosen-options {
    list-style-type: none;
    margin-left: 0;
    /*margin-top: 25px;*/
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .seat-configurator .chosen-options li.item {
      /*display: block;*/
      width: 25%;
      border-bottom: 1px solid #EDEDED;
      overflow: hidden;
      margin-top: 0;
      margin-bottom: 15px; }
      @media screen and (max-width: 639px) {
        .seat-configurator .chosen-options li.item {
          width: 50%; } }
      .seat-configurator .chosen-options li.item img {
        margin-top: 5px;
        margin-bottom: 5px;
        float: left;
        margin-right: 10px; }
      .seat-configurator .chosen-options li.item .text-container {
        float: left;
        padding: 15px; }
        .seat-configurator .chosen-options li.item .text-container .top, .seat-configurator .chosen-options li.item .text-container .bottom {
          align-items: center;
          color: #616161;
          display: block;
          font-size: 14px;
          margin: 0; }
        .seat-configurator .chosen-options li.item .text-container .bottom {
          font-size: 16px; }
  .seat-configurator .sign-up {
    margin: 75px 0; }
    .seat-configurator .sign-up h2 {
      color: #009fe3;
      font-size: 32px;
      font-weight: 300;
      line-height: 1.25;
      max-width: 500px; }
      @media screen and (max-width: 1023px) {
        .seat-configurator .sign-up h2 {
          margin-bottom: 30px; } }
    .seat-configurator .sign-up .signup-button-container {
      align-items: center;
      display: flex; }
      .seat-configurator .sign-up .signup-button-container .sign-up-button {
        align-items: center;
        background-color: #295376;
        color: #ffffff;
        display: flex;
        padding: 20px 30px;
        text-decoration: none;
        width: 100%; }
        .seat-configurator .sign-up .signup-button-container .sign-up-button:after {
          content: "";
          font-family: FontAwesome; }
        .seat-configurator .sign-up .signup-button-container .sign-up-button i:after {
          border-right: 1px solid #ffffff;
          content: "";
          margin: 0 15px; }
        .seat-configurator .sign-up .signup-button-container .sign-up-button p {
          font-size: 15px;
          font-weight: 300;
          margin: 0; }
