@charset "UTF-8";
/*
Theme Name: Laser Sharp
Author: NY Collective
Author URI: https://ny.se/
Description: Theme created by NY Collective for client
License: NY Collective
Text Domain: laser-sharp
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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; }

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

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

@-webkit-keyframes smartphoto-img-wrap {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes smartphoto-img-wrap {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes smartphoto-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes smartphoto-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes smartphoto-loader {
  0% {
    opacity: .4;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    opacity: .4;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes smartphoto-loader {
  0% {
    opacity: .4;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    opacity: .4;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1; }
  99% {
    display: block;
    opacity: 0; }
  100% {
    display: none;
    opacity: 0; } }

@keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1; }
  99% {
    display: block;
    opacity: 0; }
  100% {
    display: none;
    opacity: 0; } }

.smartphoto {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  opacity: 1;
  font-family: sans-serif;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation-name: smartphoto;
          animation-name: smartphoto;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

.smartphoto[aria-hidden="true"] {
  display: none; }

.smartphoto-close {
  opacity: 0; }

.smartphoto-count {
  display: inline-block;
  color: #FFF;
  font-size: 16px; }

.smartphoto-header {
  display: block;
  box-sizing: border-box;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2); }

.smartphoto-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.smartphoto-dismiss {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
  background-repeat: no-repeat;
  text-shadow: 0 1px 0 #FFF;
  color: #FFF;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1; }

.smartphoto-body {
  position: relative;
  z-index: 102;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.smartphoto-inner {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top; }

.smartphoto-img {
  display: none;
  max-width: none;
  width: auto;
  height: auto;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-user-drag: none; }

.smartphoto-img.active {
  display: block; }

.smartphoto-img-onmove {
  cursor: grab;
  cursor: -webkit-grab;
  transition: none; }

.smartphoto-img-elasticmove {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.smartphoto-img-wrap {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  -webkit-animation-name: smartphoto-img-wrap;
          animation-name: smartphoto-img-wrap;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

.smartphoto-img-left {
  -webkit-transform: translateX(150%) !important;
      -ms-transform: translateX(150%) !important;
          transform: translateX(150%) !important; }

.smartphoto-img-right {
  -webkit-transform: translateX(-150%) !important;
      -ms-transform: translateX(-150%) !important;
          transform: translateX(-150%) !important; }

.smartphoto-arrows {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1002;
  top: 50%;
  left: 0;
  opacity: 1;
  -webkit-animation-name: smartphoto-appear;
          animation-name: smartphoto-appear;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

.smartphoto-arrows[aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
          animation-name: smartphoto-hide;
  display: none; }

.smartphoto-arrows li {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-name: smartphoto-appear;
          animation-name: smartphoto-appear; }
  .smartphoto-arrows li:focus {
    outline: none; }

.smartphoto-arrows [aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
          animation-name: smartphoto-hide;
  display: none; }

.smartphoto-arrows a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-repeat: no-repeat; }

.smartphoto-arrow-right {
  right: 0;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .smartphoto-arrow-right a {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==); }

.smartphoto-arrow-left {
  left: 0;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .smartphoto-arrow-left a {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+); }

.smartPhotoArrowHideIcon {
  display: none; }

.smartphoto-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  -webkit-animation-name: smartphoto-appear;
          animation-name: smartphoto-appear;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

.smartphoto-nav[aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
          animation-name: smartphoto-hide;
  display: none; }

.smartphoto-nav ul {
  display: block;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.smartphoto-nav li {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px; }

.smartphoto-nav a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  background-position: center center;
  background-size: cover;
  opacity: .5; }
  .smartphoto-nav a:focus {
    opacity: .8; }

.smartphoto-nav a.current {
  opacity: 1; }

.smartphoto-nav img {
  width: auto;
  height: 100%; }

.smartphoto-list {
  list-style-type: none;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap; }
  .smartphoto-list li {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out; }
    .smartphoto-list li:focus {
      outline: none; }

.smartphoto-list-onmove {
  transition: all 0.3s ease-out; }

.smartphoto-caption {
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .smartphoto-caption:focus {
    outline: none; }

.smartphoto-loader-wrap {
  display: block;
  position: relative;
  z-index: 103;
  width: 0;
  height: 0;
  -webkit-transform: translate(50vw, 50vh);
      -ms-transform: translate(50vw, 50vh);
          transform: translate(50vw, 50vh); }

.smartphoto-loader {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-left: -25px;
  border: 8px solid #17CDDD;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: smartphoto-loader .5s infinite linear;
          animation: smartphoto-loader .5s infinite linear; }

.smartphoto-img-clone {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out; }

.smartphoto-sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0); }

/* Site margins */
/* Options */
/* Colors */
/* Text styles */
/* Fonts */
/* Easings */
/* Responsive break points */
/* --------------------------------------------------------
  ADD ICONS:
  1. In Sketch, place the icon at x0 and y0.
  2. Right click on the icon and select "Copy SVG Code"
  3. Paste the code in a new document.
  4. Remove everything but the path(s)
  5. Replace all " with ' and remove id. Add "" around the entire code.
  7. Create a new variable and paste the code.

  Placing icon content:
  - All icons should be calcalated based on a square,
  preferally the same as $default-size below. Place a box
  with this size in Sketch and group it with your icon.
  Then copy the SVG Code for the group. Remove code of
  the box path (rect).
  - You can also add transform='translate(x, y)' inside
  your path to reposition it.

  See examples below.
-------------------------------------------------------- */
/* Global settings */
/* Fill icon */
/* Stroke Icon */
/* --------
  ICONS
-------- */
/* Clearfix */
/* Center content to max-width set in variables.scss */
/* Simple button mixin to get going */
/* Default mixin to animate objects when scrolled to, code in js/script.js */
/* ----------------
  Import other basic stuff
---------------- */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block; }

figure {
  margin: 0; }

/*
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
  outline-width: 0; }

img {
  border-style: none; }

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden; }

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto; }

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

[hidden] {
  display: none; }

/*///////////////////////////////////////////////////////////////////////////////
///// Custom styles /////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////*/
/* Basic GUI */
html, body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

textarea {
  line-height: 1.4; }

.btn {
  cursor: pointer; }

/* ***
  WORDPRES BAKERY GRID
  Rewrite bakery grid to work better with our design
*** */
.vc_row {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .vc_row {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1151px) {
    .vc_row {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (min-width: 1152px) {
    .vc_row {
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }

.vc_row-inner,
.gridsystem {
  max-width: 99rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  min-width: 100%; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .vc_row-inner,
    .gridsystem {
      margin-left: -1rem;
      margin-right: -1rem; } }
  @media screen and (min-width: 1024px) {
    .vc_row-inner,
    .gridsystem {
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }

.vc_column_container {
  width: 100%; }

/* Default */
@media screen and (min-width: 768px) {
  .vc_col-sm-1,
  .gridsystem__col--1 {
    width: 8.3333333333%;
    float: none; }
  .vc_col-sm-push-1 {
    margin-left: 8.3333333333%; }
  .vc_col-sm-2,
  .gridsystem__col--2 {
    width: 16.6666666667%;
    float: none; }
  .vc_col-sm-push-2 {
    margin-left: 16.6666666667%; }
  .vc_col-sm-3,
  .gridsystem__col--3 {
    width: 25%;
    float: none; }
  .vc_col-sm-push-3 {
    margin-left: 25%; }
  .vc_col-sm-4,
  .gridsystem__col--4 {
    width: 33.3333333333%;
    float: none; }
  .vc_col-sm-push-4 {
    margin-left: 33.3333333333%; }
  .vc_col-sm-5,
  .gridsystem__col--5 {
    width: 41.6666666667%;
    float: none; }
  .vc_col-sm-push-5 {
    margin-left: 41.6666666667%; }
  .vc_col-sm-6,
  .gridsystem__col--6 {
    width: 50%;
    float: none; }
  .vc_col-sm-push-6 {
    margin-left: 50%; }
  .vc_col-sm-7,
  .gridsystem__col--7 {
    width: 58.3333333333%;
    float: none; }
  .vc_col-sm-push-7 {
    margin-left: 58.3333333333%; }
  .vc_col-sm-8,
  .gridsystem__col--8 {
    width: 66.6666666667%;
    float: none; }
  .vc_col-sm-push-8 {
    margin-left: 66.6666666667%; }
  .vc_col-sm-9,
  .gridsystem__col--9 {
    width: 75%;
    float: none; }
  .vc_col-sm-push-9 {
    margin-left: 75%; }
  .vc_col-sm-10,
  .gridsystem__col--10 {
    width: 83.3333333333%;
    float: none; }
  .vc_col-sm-push-10 {
    margin-left: 83.3333333333%; }
  .vc_col-sm-11,
  .gridsystem__col--11 {
    width: 91.6666666667%;
    float: none; }
  .vc_col-sm-push-11 {
    margin-left: 91.6666666667%; }
  .vc_col-sm-12,
  .gridsystem__col--12 {
    width: 100%;
    float: none; }
  .vc_col-sm-push-12 {
    margin-left: 100%; } }

/* Small */
.vc_col-xs-1,
.gridsystem__col--xs-1 {
  width: 8.3333333333%;
  float: none; }

.vc_col-xs-push-i {
  margin-left: 8.3333333333%; }

.vc_col-xs-2,
.gridsystem__col--xs-2 {
  width: 16.6666666667%;
  float: none; }

.vc_col-xs-push-i {
  margin-left: 16.6666666667%; }

.vc_col-xs-3,
.gridsystem__col--xs-3 {
  width: 25%;
  float: none; }

.vc_col-xs-push-i {
  margin-left: 25%; }

.vc_col-xs-4,
.gridsystem__col--xs-4 {
  width: 33.3333333333%;
  float: none; }

.vc_col-xs-push-i {
  margin-left: 33.3333333333%; }

.vc_col-xs-5,
.gridsystem__col--xs-5 {
  width: 41.6666666667%;
  float: none; }

.vc_col-xs-push-i {
  margin-left: 41.6666666667%; }

.vc_col-xs-6,
.gridsystem__col--xs-6 {
  width: 50%;
  float: none; }

.vc_col-xs-push-i {
  margin-left: 50%; }

.vc_col-xs-7,
.gridsystem__col--xs-7 {
  width: 58.3333333333%;
  float: none; }

.vc_col-xs-push-i {
  margin-left: 58.3333333333%; }

.vc_col-xs-8,
.gridsystem__col--xs-8 {
  width: 66.6666666667%;
  float: none; }

.vc_col-xs-push-i {
  margin-left: 66.6666666667%; }

.vc_col-xs-9,
.gridsystem__col--xs-9 {
  width: 75%;
  float: none; }

.vc_col-xs-push-i {
  margin-left: 75%; }

.vc_col-xs-10,
.gridsystem__col--xs-10 {
  width: 83.3333333333%;
  float: none; }

.vc_col-xs-push-i {
  margin-left: 83.3333333333%; }

.vc_col-xs-11,
.gridsystem__col--xs-11 {
  width: 91.6666666667%;
  float: none; }

.vc_col-xs-push-i {
  margin-left: 91.6666666667%; }

.vc_col-xs-12,
.gridsystem__col--xs-12 {
  width: 100%;
  float: none; }

.vc_col-xs-push-i {
  margin-left: 100%; }

/* Medium (Landscape +) */
@media screen and (min-width: 1024px) and (max-width: 1151px) {
  .vc_col-md-1,
  .gridsystem__col--md-1 {
    width: 8.3333333333%;
    float: none; }
  .vc_col-md-push-i {
    margin-left: 8.3333333333%; }
  .vc_col-md-2,
  .gridsystem__col--md-2 {
    width: 16.6666666667%;
    float: none; }
  .vc_col-md-push-i {
    margin-left: 16.6666666667%; }
  .vc_col-md-3,
  .gridsystem__col--md-3 {
    width: 25%;
    float: none; }
  .vc_col-md-push-i {
    margin-left: 25%; }
  .vc_col-md-4,
  .gridsystem__col--md-4 {
    width: 33.3333333333%;
    float: none; }
  .vc_col-md-push-i {
    margin-left: 33.3333333333%; }
  .vc_col-md-5,
  .gridsystem__col--md-5 {
    width: 41.6666666667%;
    float: none; }
  .vc_col-md-push-i {
    margin-left: 41.6666666667%; }
  .vc_col-md-6,
  .gridsystem__col--md-6 {
    width: 50%;
    float: none; }
  .vc_col-md-push-i {
    margin-left: 50%; }
  .vc_col-md-7,
  .gridsystem__col--md-7 {
    width: 58.3333333333%;
    float: none; }
  .vc_col-md-push-i {
    margin-left: 58.3333333333%; }
  .vc_col-md-8,
  .gridsystem__col--md-8 {
    width: 66.6666666667%;
    float: none; }
  .vc_col-md-push-i {
    margin-left: 66.6666666667%; }
  .vc_col-md-9,
  .gridsystem__col--md-9 {
    width: 75%;
    float: none; }
  .vc_col-md-push-i {
    margin-left: 75%; }
  .vc_col-md-10,
  .gridsystem__col--md-10 {
    width: 83.3333333333%;
    float: none; }
  .vc_col-md-push-i {
    margin-left: 83.3333333333%; }
  .vc_col-md-11,
  .gridsystem__col--md-11 {
    width: 91.6666666667%;
    float: none; }
  .vc_col-md-push-i {
    margin-left: 91.6666666667%; }
  .vc_col-md-12,
  .gridsystem__col--md-12 {
    width: 100%;
    float: none; }
  .vc_col-md-push-i {
    margin-left: 100%; } }

/* Large (Dekstop +) */
@media screen and (min-width: 1152px) {
  .vc_col-lg-1,
  .gridsystem__col--lg-1 {
    width: 8.3333333333%;
    float: none; }
  .vc_col-lg-push-i {
    margin-left: 8.3333333333%; }
  .vc_col-lg-2,
  .gridsystem__col--lg-2 {
    width: 16.6666666667%;
    float: none; }
  .vc_col-lg-push-i {
    margin-left: 16.6666666667%; }
  .vc_col-lg-3,
  .gridsystem__col--lg-3 {
    width: 25%;
    float: none; }
  .vc_col-lg-push-i {
    margin-left: 25%; }
  .vc_col-lg-4,
  .gridsystem__col--lg-4 {
    width: 33.3333333333%;
    float: none; }
  .vc_col-lg-push-i {
    margin-left: 33.3333333333%; }
  .vc_col-lg-5,
  .gridsystem__col--lg-5 {
    width: 41.6666666667%;
    float: none; }
  .vc_col-lg-push-i {
    margin-left: 41.6666666667%; }
  .vc_col-lg-6,
  .gridsystem__col--lg-6 {
    width: 50%;
    float: none; }
  .vc_col-lg-push-i {
    margin-left: 50%; }
  .vc_col-lg-7,
  .gridsystem__col--lg-7 {
    width: 58.3333333333%;
    float: none; }
  .vc_col-lg-push-i {
    margin-left: 58.3333333333%; }
  .vc_col-lg-8,
  .gridsystem__col--lg-8 {
    width: 66.6666666667%;
    float: none; }
  .vc_col-lg-push-i {
    margin-left: 66.6666666667%; }
  .vc_col-lg-9,
  .gridsystem__col--lg-9 {
    width: 75%;
    float: none; }
  .vc_col-lg-push-i {
    margin-left: 75%; }
  .vc_col-lg-10,
  .gridsystem__col--lg-10 {
    width: 83.3333333333%;
    float: none; }
  .vc_col-lg-push-i {
    margin-left: 83.3333333333%; }
  .vc_col-lg-11,
  .gridsystem__col--lg-11 {
    width: 91.6666666667%;
    float: none; }
  .vc_col-lg-push-i {
    margin-left: 91.6666666667%; }
  .vc_col-lg-12,
  .gridsystem__col--lg-12 {
    width: 100%;
    float: none; }
  .vc_col-lg-push-i {
    margin-left: 100%; } }

.vc_column_container > .vc_column-inner,
.gridsystem__col__inner {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .vc_column_container > .vc_column-inner,
    .gridsystem__col__inner {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 1024px) {
    .vc_column_container > .vc_column-inner,
    .gridsystem__col__inner {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .vc_column_container > .vc_column-inner .vc_row,
  .gridsystem__col__inner .vc_row {
    max-width: 99rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding: 0;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .vc_column_container > .vc_column-inner .vc_row,
      .gridsystem__col__inner .vc_row {
        margin-left: -1rem;
        margin-right: -1rem; } }
    @media screen and (min-width: 1024px) {
      .vc_column_container > .vc_column-inner .vc_row,
      .gridsystem__col__inner .vc_row {
        margin-left: -1.5rem;
        margin-right: -1.5rem; } }

/* Salvattore grid */
[data-columns]::before {
  display: block;
  visibility: hidden;
  position: absolute;
  font-size: 1px; }

.salvattore--2col[data-columns]::before {
  content: '1 .salvattore__col'; }
  @media screen and (min-width: 768px) {
    .salvattore--2col[data-columns]::before {
      content: '2 .salvattore__col'; } }

@media screen and (min-width: 768px) {
  .salvattore--2col {
    max-width: 99rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    display: flex;
    flex-flow: row wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
    .salvattore--2col {
      margin-left: -1rem;
      margin-right: -1rem; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .salvattore--2col {
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }

@media screen and (min-width: 768px) {
    .salvattore--2col .salvattore__col {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      width: 50%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
    @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
      .salvattore--2col .salvattore__col {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      .salvattore--2col .salvattore__col {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }

@media screen and (min-width: 768px) {
      .salvattore--2col .salvattore__col:nth-child(even) {
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .salvattore--2col .salvattore__col .salvattore__item:last-child {
        margin-bottom: 0px; } }

.salvattore__item {
  width: 100%; }

/* GRID ROW */
[class*=" row--grid-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper,
[class*=" row-grid-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper,
[class*=" grid-row-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
  max-width: 99rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    [class*=" row--grid-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper,
    [class*=" row-grid-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper,
    [class*=" grid-row-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
      margin-left: -1rem;
      margin-right: -1rem; } }
  @media screen and (min-width: 1024px) {
    [class*=" row--grid-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper,
    [class*=" row-grid-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper,
    [class*=" grid-row-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }
  [class*=" row--grid-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  [class*=" row-grid-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  [class*=" grid-row-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      [class*=" row--grid-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
      [class*=" row-grid-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
      [class*=" grid-row-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (min-width: 1024px) {
      [class*=" row--grid-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
      [class*=" row-grid-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
      [class*=" grid-row-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
  [class*=" row--grid-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_row,
  [class*=" row-grid-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_row,
  [class*=" grid-row-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_row {
    margin-left: 0;
    margin-right: 0; }
    [class*=" row--grid-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_row .vc_column-inner,
    [class*=" row-grid-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_row .vc_column-inner,
    [class*=" grid-row-"] > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_row .vc_column-inner {
      padding: 0; }

/* Variants */
@media screen and (min-width: 768px) {
  .row--grid-2 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .row-grid-2 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .grid-row-2 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
    width: 50%; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .row--grid-3 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .row-grid-3 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .grid-row-3 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
    width: 50%; } }

@media screen and (min-width: 1024px) {
  .row--grid-3 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .row-grid-3 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .grid-row-3 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
    width: 33.3333333333%; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .row--grid-4 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .row-grid-4 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .grid-row-4 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
    width: 33.3333333333%; } }

@media screen and (min-width: 1024px) {
  .row--grid-4 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .row-grid-4 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .grid-row-4 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
    width: 25%; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .row--grid-portrait-1 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .row-grid-portrait-1 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .grid-row-portrait-1 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
    width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .row--grid-portrait-2 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .row-grid-portrait-2 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .grid-row-portrait-2 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
    width: 50%; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .row--grid-portrait-3 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .row-grid-portrait-3 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .grid-row-portrait-3 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
    width: 33.3333333333%; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .row--grid-portrait-4 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .row-grid-portrait-4 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .grid-row-portrait-4 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
    width: 25%; } }

@media screen and (min-width: 1024px) and (max-width: 1151px) {
  .row--grid-landscape-1 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .row-grid-landscape-1 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .grid-row-landscape-1 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
    width: 100%; } }

@media screen and (min-width: 1024px) and (max-width: 1151px) {
  .row--grid-landscape-2 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .row-grid-landscape-2 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .grid-row-landscape-2 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
    width: 50%; } }

@media screen and (min-width: 1024px) and (max-width: 1151px) {
  .row--grid-landscape-3 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .row-grid-landscape-3 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .grid-row-landscape-3 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
    width: 33.3333333333%; } }

@media screen and (min-width: 1024px) and (max-width: 1151px) {
  .row--grid-landscape-4 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .row-grid-landscape-4 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .grid-row-landscape-4 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
    width: 25%; } }

@media screen and (min-width: 1152px) {
  .row--grid-desktop-1 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .row-grid-desktop-1 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .grid-row-desktop-1 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
    width: 100%; } }

@media screen and (min-width: 1152px) {
  .row--grid-desktop-2 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .row-grid-desktop-2 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .grid-row-desktop-2 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
    width: 50%; } }

@media screen and (min-width: 1152px) {
  .row--grid-desktop-3 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .row-grid-desktop-3 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .grid-row-desktop-3 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
    width: 33.3333333333%; } }

@media screen and (min-width: 1152px) {
  .row--grid-desktop-4 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .row-grid-desktop-4 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
  .grid-row-desktop-4 > .vc_row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
    width: 25%; } }

/* FULL ROW STYLE */
.vc_row[data-vc-full-width-init="true"] {
  max-width: none;
  margin: 0;
  left: 0 !important; }
  .vc_row[data-vc-full-width-init="true"] .vc_row-inner {
    margin: 0;
    max-width: none; }

.vc_row.vc_row-no-padding {
  padding: 0; }
  .vc_row.vc_row-no-padding .vc_row-inner,
  .vc_row.vc_row-no-padding .vc_column_container .vc_column-inner {
    padding: 0; }

/* -----
  Basics
----- */
html {
  font-size: 16px; }

body {
  -webkit-font-smoothing: antialiased;
  font-family: "GothamWeb", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #003047;
  background-color: #F7F7F9; }
  body.modal-open {
    overflow: hidden; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #003047; }

.site-content {
  padding-top: 4rem; }
  @media screen and (min-width: 768px) {
    .site-content {
      padding-top: 0; } }

.contain {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .contain {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1151px) {
    .contain {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (min-width: 1152px) {
    .contain {
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }

.promo__buttonwrapper .btn {
  font-weight: bold;
  padding: 0 2rem;
  text-align: center;
  background-color: #003047;
  color: #fff;
  font-size: 12px;
  line-height: 3.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s all ease-in-out; }
  .promo__buttonwrapper .btn--comp {
    background-color: #FFCE00;
    color: #003047; }
  .promo__buttonwrapper .btn:hover {
    background-color: #003047;
    color: #FFCE00; }

.btn {
  display: inline-block;
  font-weight: bold;
  line-height: 3.5rem;
  padding: 0 2rem;
  text-align: center;
  background-color: #003047;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  transition: 0.2s all ease-in-out;
  font-family: "GothamWeb", sans-serif;
  white-space: nowrap;
  /* Styles */
  /* Modifiers */ }
  .btn:hover {
    background-color: #003047;
    color: #FFCE00; }
  .btn--secondary {
    background-color: #4D86A0; }
    .btn--secondary:hover {
      background-color: #FFCE00; }
  .btn--comp {
    background-color: #FFCE00;
    color: #003047; }
  .btn--outline {
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 2px #003047;
    color: #003047; }
    .btn--outline:hover {
      background-color: transparent;
      box-shadow: inset 0px 0px 0px 2px #4D86A0;
      color: #4D86A0; }
  .btn--light {
    background-color: #eee;
    color: #003047; }
    .btn--light:hover {
      color: #fff; }
  .btn--icon {
    text-align: left; }
  .btn--icon-single {
    width: 3.5rem;
    height: 3.5rem;
    padding: 0; }
  .btn--big {
    line-height: 4.5rem;
    padding: 0 2.5rem; }
    .btn--big.btn--icon-single {
      width: 4.5rem;
      height: 4.5rem; }
  .btn--small {
    line-height: 2.5rem;
    padding: 0 1.5rem; }

.bg--dark, .bg--primary {
  color: #ffffff; }
  .bg--dark .btn--outline, .bg--primary .btn--outline {
    box-shadow: 0px 0px 0px 2px #fff;
    color: #fff; }
    .bg--dark .btn--outline:hover, .bg--primary .btn--outline:hover {
      color: #4D86A0;
      box-shadow: 0px 0px 0px 2px #4D86A0; }
  .bg--dark .btn--light, .bg--primary .btn--light {
    background-color: #fff; }
    .bg--dark .btn--light:hover, .bg--primary .btn--light:hover {
      background-color: #4D86A0; }

.bg--dark {
  background-color: #003047; }

.bg--primary {
  background-color: #003047; }

.bg--secondary {
  background-color: #4D86A0; }

.bg--comp {
  background-color: #FFCE00; }

/* Align */
.valign--top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.valign--center {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.valign--bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.valign--stretch {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.divider {
  margin: 2rem auto; }
  .divider--normal {
    position: relative;
    width: 3rem;
    height: 2px;
    background-color: #A4BCC4; }
    .divider--normal:before, .divider--normal:after {
      content: '';
      position: absolute;
      top: -3px;
      width: 0.5rem;
      height: 0.5rem;
      box-shadow: inset 0px 0px 0px 2px #A4BCC4;
      border-radius: 50%; }
    .divider--normal:before {
      left: -0.5rem; }
    .divider--normal:after {
      right: -0.5rem; }

.smartphoto .smartphoto-img-wrap img {
  max-width: none; }

/* Object fit images */
.object-contain {
  object-fit: contain;
  font-family: 'object-fit: contain;'; }

.object-cover {
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

/* ----------------
  General
---------------- */
em,
i {
  font-style: italic; }

strong,
b {
  font-weight: 800; }

/* ----------------
  Headers
---------------- */
h1, h2, h3, h4 {
  font-family: "GothamWeb", serif;
  font-weight: 800;
  margin-top: 0; }
  h1 a, h2 a, h3 a, h4 a {
    text-decoration: none; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
      text-decoration: underline; }

h1 {
  font-size: 46px;
  line-height: 56px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #003047; }

h2 {
  font-size: 2.25rem;
  line-height: 2.75rem;
  margin-bottom: 1.5rem; }

h3 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 1rem; }

h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1rem; }

/* ----------------
  Content
---------------- */
.article__lead p,
.lead {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 3rem; }
  @media screen and (min-width: 768px) {
    .article__lead p,
    .lead {
      margin-bottom: 4rem; } }

p {
  margin: 0 0 2rem; }

.text--small {
  font-size: 0.875rem;
  line-height: 1.5rem; }

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 56px; } }

/* Remove all defaults and set default size */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  height: 3.5rem;
  padding: 0 1rem;
  font-family: "GothamWeb", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
  transition: 0.2s border ease-in-out; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea {
  background-color: #fff;
  border: 1px solid #CCCCCC; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="email"]::placeholder,
  input[type="number"]::placeholder,
  textarea::placeholder {
    color: rgba(0, 0, 0, 0.4); }
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="email"]:hover,
  input[type="number"]:hover,
  textarea:hover {
    border-color: #003047; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  textarea:focus,
  textarea:active {
    outline: none;
    border-color: #4D86A0; }

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23003047%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20transform%3D%27translate%280.000000%2C%204.000000%29%27%3E%3Cpolyline%20class%3D%27st0%27%20points%3D%271%2C11%204%2C14%207%2C11%20%27%2F%3E%3Cpolyline%20class%3D%27st0%27%20points%3D%271%2C5%204%2C2%207%2C5%20%27%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.25rem center;
  background-size: 24px 24px;
  line-height: 40px;
  padding-right: 3.25rem;
  background-color: #fff;
  border: 1px solid #CCCCCC; }
  select:hover {
    border-color: #003047; }
  select:focus, select:active {
    outline: none;
    border-color: #4D86A0; }

select::-ms-expand {
  display: none;
  /* hide the default arrow in ie10 and ie11 */ }

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0) {
  select {
    background-image: none\9;
    padding: 5px\9; } }

textarea {
  padding: 1rem;
  line-height: 1.4;
  height: auto; }

input[type="checkbox"], input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  background: #fff;
  display: inline-block;
  background: none;
  border: none;
  box-shadow: none;
  margin: 0;
  vertical-align: middle; }
  input[type="checkbox"]:before, input[type="radio"]:before {
    content: "";
    background: #fff none;
    border: 1px solid #CCCCCC;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    outline: none;
    transition: 0.2s border-color ease-in-out; }
  input[type="checkbox"]:hover:before, input[type="radio"]:hover:before {
    border-color: #003047; }
  input[type="checkbox"]:focus:before, input[type="checkbox"]:active:before, input[type="radio"]:focus:before, input[type="radio"]:active:before {
    outline: none;
    border-color: #4D86A0; }

input[type="checkbox"]:checked:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23003047%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpolyline%20points%3D%2716%209%2011%2015%208%2012%27%3E%3C%2Fpolyline%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  line-height: 40px; }

input[type="radio"]:before {
  border-radius: 50%; }

input[type="radio"]:checked:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27none%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27%23003047%27%20fill-rule%3D%27evenodd%27%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2712%27%20r%3D%275%27%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  line-height: 40px; }

label {
  font-weight: bold; }
  label:before, label:after {
    content: '';
    display: block;
    height: 0.25rem; }
  input[type="checkbox"] + label,
  input[type="radio"] + label, label.inline {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.5rem;
    font-size: 14px;
    line-height: 24px; }
    input[type="checkbox"] + label:after, input[type="checkbox"] + label:before,
    input[type="radio"] + label:after,
    input[type="radio"] + label:before, label.inline:after, label.inline:before {
      display: none; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    font-weight: normal; }

button,
input[type="submit"] {
  display: inline-block;
  height: 56px;
  color: #fff;
  font-size: 12px;
  line-height: 56px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #003047;
  padding: 0 1.25rem;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "GothamWeb", sans-serif;
  border: none;
  box-shadow: none; }
  button:hover,
  input[type="submit"]:hover {
    color: #FFCE00; }
  button:focus,
  input[type="submit"]:focus {
    outline: none; }

/* Gravity forms */
.gravity-form .form-row {
  margin-bottom: 1.25rem; }
  .gravity-form .form-row:last-child {
    margin-bottom: 0; }
  .gravity-form .form-row input[type="checkbox"] + label,
  .gravity-form .form-row input[type="radio"] + label, .gravity-form .form-row.inline {
    display: block;
    vertical-align: middle;
    margin-right: 1rem;
    margin-top: -1.5rem;
    padding-left: 2.5rem;
    font-size: 14px;
    line-height: 22px; }

.gform {
  /* Main wrapper */ }
  .gform_title {
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin-bottom: 1.5rem; }
  .gform_fields {
    margin: 0;
    padding: 0; }
    .gform_fields li {
      list-style: none;
      list-style-image: none;
      margin-bottom: 1rem; }
    .gform_fields .gfield_label {
      font-size: 12px;
      line-height: 1rem;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase; }
      .gform_fields .gfield_label:before, .gform_fields .gfield_label:after {
        display: none; }
    .gform_fields .gfield_required {
      color: #a72525; }
  .gform_footer {
    margin-top: 2rem; }

.breadcrumbs,
#breadcrumbs {
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
  color: #A4BCC4; }
  .breadcrumbs span,
  #breadcrumbs span {
    margin: 0 0.5rem; }
    .breadcrumbs span a,
    #breadcrumbs span a {
      color: #4D86A0;
      text-decoration: none; }
    .breadcrumbs span:first-child,
    #breadcrumbs span:first-child {
      margin-left: 0; }
    .breadcrumbs span:last-child,
    #breadcrumbs span:last-child {
      margin-right: 0;
      color: #003047; }
  @media screen and (min-width: 768px) {
    .breadcrumbs,
    #breadcrumbs {
      margin-bottom: 2.5rem; } }
  .breadcrumbs__crumb:after,
  #breadcrumbs__crumb:after {
    content: '/';
    color: #A4BCC4;
    margin: 0 6px 0 3px;
    display: inline-block; }
  .breadcrumbs__crumb:last-child:after,
  #breadcrumbs__crumb:last-child:after {
    display: none; }

.pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination .page-numbers {
    margin: 0 0.25rem;
    line-height: 2.75rem;
    text-align: center;
    min-width: 3rem;
    padding: 0.25rem 0.5rem 0;
    background-color: #003047;
    color: #fff;
    text-decoration: none;
    font-weight: 600; }
    .pagination .page-numbers.current {
      background-color: #FFCE00;
      color: #003047; }
    .pagination .page-numbers.dots {
      background-color: transparent;
      color: #A4BCC4;
      min-width: 0px; }
      @media screen and (min-width: 768px) {
        .pagination .page-numbers.dots {
          min-width: 3rem; } }
    .pagination .page-numbers.next, .pagination .page-numbers.prev {
      width: 3rem;
      overflow: hidden;
      text-indent: -2000px;
      padding: 0; }
    .pagination .page-numbers.next {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23fff%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpolyline%20transform%3D%27translate%2810.000000%2C%208.000000%29%27%20points%3D%27-2.22044605e-16%200%204%204%20-2.22044605e-16%208%20-2.22044605e-16%208%27%3E%3C%2Fpolyline%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 24px 24px;
      line-height: 3rem; }
    .pagination .page-numbers.prev {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23fff%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpolyline%20transform%3D%27translate%2810.000000%2C%208.000000%29%27%20points%3D%274%208%200%204%204%203.6739404e-16%204%203.6739404e-16%27%3E%3C%2Fpolyline%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 24px 24px;
      line-height: 3rem; }
  .pagination a:hover {
    background-color: #4D86A0; }

/* ----------------
  Statics
---------------- */
/* ---- Header ---- */
.site-header {
  position: fixed;
  width: 100%;
  background-color: #4D86A0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  z-index: 400; }
  @media screen and (min-width: 768px) {
    .site-header {
      position: relative; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .site-header {
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1151px) {
    .site-header {
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  @media screen and (min-width: 1152px) {
    .site-header {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }

.site-header__inner {
  max-width: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .site-header__inner {
      height: auto; } }

.site-header__search {
  position: relative;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  background-color: transparent;
  height: 3rem;
  width: 3rem;
  float: right;
  text-align: center;
  margin-left: auto;
  cursor: pointer; }
  .site-header__search .search-icon {
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23fff%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpath%20class%3D%27st0%27%20d%3D%27M8.3%2C15.5c3.8%2C0%2C6.9-3.1%2C6.9-6.9c0-3.8-3.1-6.9-6.9-6.9c-3.8%2C0-6.9%2C3.1-6.9%2C6.9C1.4%2C12.4%2C4.5%2C15.5%2C8.3%2C15.5%20L8.3%2C15.5z%27%2F%3E%3Cline%20class%3D%27st0%27%20x1%3D%2718%27%20y1%3D%2718.3%27%20x2%3D%2713.2%27%20y2%3D%2713.5%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 14px 14px;
    background-size: 24px 24px;
    line-height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 3rem;
    height: 3rem; }
  @media screen and (min-width: 1024px) {
    .site-header__search {
      position: relative;
      top: 0;
      right: 0;
      background-color: #FFCE00;
      margin-left: 1rem; }
      .site-header__search .search-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23003047%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpath%20class%3D%27st0%27%20d%3D%27M8.3%2C15.5c3.8%2C0%2C6.9-3.1%2C6.9-6.9c0-3.8-3.1-6.9-6.9-6.9c-3.8%2C0-6.9%2C3.1-6.9%2C6.9C1.4%2C12.4%2C4.5%2C15.5%2C8.3%2C15.5%20L8.3%2C15.5z%27%2F%3E%3Cline%20class%3D%27st0%27%20x1%3D%2718%27%20y1%3D%2718.3%27%20x2%3D%2713.2%27%20y2%3D%2713.5%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: 14px 14px;
        background-size: 24px 24px;
        line-height: 40px; } }

input.site-header__input {
  width: 100%;
  height: 0px;
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: #FFCE00;
  border: none;
  padding: 0 1.125rem;
  transition: 0.2s all ease-in-out; }
  input.site-header__input.open {
    height: 56px; }
  @media screen and (min-width: 1152px) {
    input.site-header__input {
      font-size: 18px;
      padding: 0 2.5rem; }
      input.site-header__input.open {
        height: 4.5rem; } }

/* Mobile menu */
.site-header__menues {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 400;
  background-color: #003047;
  height: auto;
  width: 100%;
  transition: 0.2s all ease-in-out; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .site-header__menues {
      width: auto;
      top: calc(100% - 1.5rem);
      right: 1rem; } }
  @media screen and (min-width: 1024px) {
    .site-header__menues {
      margin-left: auto;
      width: auto;
      max-height: none;
      overflow: visible;
      position: static;
      background-color: transparent; } }

.menu--main {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0;
  margin: 0; }
  .menu--main .menu-item {
    position: relative;
    display: block;
    list-style: none;
    text-align: center;
    margin-bottom: 0.75rem; }
    .menu--main .menu-item:after {
      content: '';
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      height: 2px;
      background-color: #fff;
      transition: all 0.2s ease;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0); }
    .menu--main .menu-item:last-child {
      margin-bottom: 0; }
    .menu--main .menu-item a {
      color: #ffffff;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 1.125rem;
      display: block;
      line-height: 2rem; }
    .menu--main .menu-item.current-menu-item a, .menu--main .menu-item.current-page-ancestor a, .menu--main .menu-item:hover a {
      color: #FFCE00; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .menu--main {
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .menu--main .menu-item {
        text-align: right;
        margin: 1rem 2rem; }
        .menu--main .menu-item:last-child {
          margin-bottom: 1rem; } }
  @media screen and (min-width: 1024px) {
    .menu--main {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 0; }
      .menu--main .menu-item {
        width: auto;
        padding: 0;
        margin: 0 0.75rem; }
        .menu--main .menu-item a {
          font-size: 12px;
          line-height: 1.5rem;
          font-weight: 800;
          letter-spacing: 1px;
          text-transform: uppercase; }
        .menu--main .menu-item.current-menu-item a, .menu--main .menu-item.current-page-ancestor a, .menu--main .menu-item:hover a {
          color: #fff; }
        .menu--main .menu-item.current-menu-item:after, .menu--main .menu-item.current-page-ancestor:after, .menu--main .menu-item:hover:after {
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1); } }
  @media screen and (min-width: 1152px) {
    .menu--main .menu-item a {
      font-size: 0.875rem;
      line-height: 2rem; } }

/* Logo (img as default) */
.logo {
  height: 100%;
  display: block;
  height: 2.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }
  .logo img {
    height: 100%;
    display: block; }
  @media screen and (min-width: 768px) {
    .logo {
      margin-top: -2px;
      height: 3rem; } }
  @media screen and (min-width: 1024px) {
    .logo {
      margin-top: -6px;
      margin-bottom: -3px;
      height: 3.5rem; } }

/* Hamburger menu */
.site-header__hamburger {
  position: relative;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  height: 3rem;
  width: 3rem;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .site-header__hamburger span {
    display: block;
    height: 0.125rem;
    width: 1.5rem;
    background: #fff;
    margin: 3px 0rem;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: 0.2s ease-in-out; }
    .site-header__hamburger span:nth-child(1) {
      top: 0.25rem;
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center; }
    .site-header__hamburger span:nth-child(2) {
      top: 1.1875rem;
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center; }
    .site-header__hamburger span:nth-child(3) {
      top: 2.125rem;
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center; }
  .site-header__hamburger.open span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
        -ms-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg); }
  .site-header__hamburger.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .site-header__hamburger.open span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
        -ms-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg); }
  @media screen and (min-width: 1024px) {
    .site-header__hamburger {
      display: none; } }

/* FOOTER NAV */
.site-footer {
  width: 100%;
  background-color: #4D86A0;
  padding-top: 5.5rem;
  padding-bottom: 4.5rem; }
  .site-footer__title {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    font-size: 14px; }
  .site-footer__menu {
    margin: 0;
    border-left: 2px solid #CCCCCC;
    padding-left: 1.375rem; }
    .site-footer__menu li {
      list-style: none;
      color: #003047;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 800; }
      .site-footer__menu li a {
        display: inline-block;
        text-decoration: none;
        transition: 0.2s color ease-in-out;
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        line-height: 1.5rem; }
  .site-footer p {
    margin-bottom: 0; }

.site-footer__inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  overflow: hidden; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .site-footer__inner {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1151px) {
    .site-footer__inner {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (min-width: 1152px) {
    .site-footer__inner {
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }

.site-footer__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.site-footer__column {
  width: 100%;
  margin-bottom: 1.625rem;
  padding-right: 1rem; }
  @media screen and (min-width: 768px) {
    .site-footer__column {
      padding-right: 1rem; } }

/* DIVIDER */
.horisontal-divider {
  width: 100%;
  height: auto;
  border-top: 1px solid #FFCE00;
  clear: both;
  position: relative;
  text-align: center;
  padding-top: 0.5rem;
  margin-bottom: 2rem; }
  .horisontal-divider:before, .horisontal-divider:after {
    content: "";
    display: block;
    height: 9px;
    width: 1px;
    background-color: #FFCE00;
    position: absolute;
    top: -5px;
    left: 0; }
  .horisontal-divider:after {
    right: 0;
    left: auto; }
  .horisontal-divider span {
    font-family: "Roboto Mono", monospace;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff; }

/* Bottom links */
.footer-bottom-row {
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.site-footer__bigcolumn {
  width: 100%;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.site-footer-links {
  margin-bottom: 1.5rem; }
  .site-footer-links ul {
    padding: 0;
    margin: 0;
    overflow: hidden; }
    .site-footer-links ul li {
      float: left;
      list-style: none;
      margin-right: 1.75rem;
      font-weight: 800;
      text-transform: uppercase;
      font-size: 14px; }
      .site-footer-links ul li a {
        color: #ffffff;
        text-decoration: none;
        transition: 0.2s color ease-in-out; }

.site-footer-brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px; }
  .site-footer-brand__label {
    margin-right: 1rem;
    line-height: 1.5rem;
    border-right: 1px solid #fff;
    padding-right: 1rem; }
    .site-footer-brand__label a {
      display: inline-block;
      border: 1px solid #cccccc;
      padding: 1.125rem;
      font-weight: 800;
      color: #ffffff;
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none;
      margin-left: 0.75rem;
      transition: 0.2s all ease-in-out; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .site-footer__column {
    width: 50%;
    float: left;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .site-footer-links {
    margin-bottom: 0; }
  .site-footer__bigcolumn {
    width: 50%;
    float: left; }
  .site-footer-brand__label {
    float: right; } }

@media screen and (min-width: 1024px) {
  .site-footer__column {
    width: 25%;
    float: left; }
  .site-footer__bigcolumn {
    width: 50%;
    float: left; }
  .site-footer-links {
    margin-bottom: 0; }
  .site-footer-brand__label {
    float: right; } }

@media screen and (min-width: 1152px) {
  .site-footer__menu li a:hover {
    color: #FFCE00; }
  .site-footer-links ul li a:hover {
    color: #FFCE00; }
  .site-footer-brand__label a:hover {
    background-color: #003047;
    border-color: #003047; } }

@font-face {
  font-family: 'GothamWeb';
  font-weight: normal;
  src: url("fonts/GothamBook.eot");
  src: url("fonts/GothamBook.eot") format("embedded-opentype"), url("fonts/GothamBook.woff2") format("woff2"), url("fonts/GothamBook.woff") format("woff"), url("fonts/GothamBook.ttf") format("truetype"), url("fonts/GothamBook.svg#GothamBook") format("svg"); }

@font-face {
  font-family: 'GothamWeb';
  font-weight: 600;
  src: url("fonts/GothamMedium.eot");
  src: url("fonts/GothamMedium.eot") format("embedded-opentype"), url("fonts/GothamMedium.woff2") format("woff2"), url("fonts/GothamMedium.woff") format("woff"), url("fonts/GothamMedium.ttf") format("truetype"), url("fonts/GothamMedium.svg#GothamMedium") format("svg"); }

@font-face {
  font-family: 'GothamWeb';
  font-weight: bold;
  src: url("fonts/GothamBold.eot");
  src: url("fonts/GothamBold.eot") format("embedded-opentype"), url("fonts/GothamBold.woff2") format("woff2"), url("fonts/GothamBold.woff") format("woff"), url("fonts/GothamBold.ttf") format("truetype"), url("fonts/GothamBold.svg#GothamBold") format("svg"); }

/* ----------------
  Blocks
---------------- */
/* ***
  GENERIC BLOCKS STYLES
  Basics styles and generic settings/modifiers.
  TODO: Inspect Bakery and determine what our symatic should be.
*** */
/* Smaller block settings */
.block--spacer {
  margin-bottom: 0; }

.block--stickynavanchor {
  position: relative;
  z-index: -100;
  margin: 0;
  height: 6.125rem;
  margin-top: -6.125rem;
  pointer-events: none; }

/* Frontpage hero */
.block--front-hero {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 6rem;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 640px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .block--front-hero {
      margin-left: -2.5rem;
      margin-right: -2.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1151px) {
    .block--front-hero {
      margin-left: -2rem;
      margin-right: -2rem; } }
  @media screen and (min-width: 1152px) {
    .block--front-hero {
      margin-left: -4.5rem;
      margin-right: -4.5rem; } }
  .block--front-hero h1 {
    font-size: 8rem;
    line-height: 1;
    margin: 0 0 1rem; }
  .block--front-hero p {
    max-width: 39rem;
    margin: 0 auto 3rem; }

/* Listblock (news etc.) */
.listblock-header h2 {
  margin-bottom: 1rem; }

.listblock-header p {
  max-width: 39rem;
  margin-bottom: 1.5rem; }

@media screen and (min-width: 768px) {
  .listblock-header p {
    margin-bottom: 3rem; } }

/* Image block */
.block--image img {
  display: block; }

.block--image figcaption {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: 1rem; }

/* Divider block */
/* ***
  Spacer block
*** */
.block--title {
  margin-bottom: 0; }

/* ***
  Standard Text Block
*** */
.block--text,
.wpb_text_column {
  margin-bottom: 0; }
  .block--text p,
  .wpb_text_column p {
    max-width: 46rem; }
    .block--text p:last-child,
    .wpb_text_column p:last-child {
      margin-bottom: 0; }

/* ***
  NOTE: Hanterar även Hero-block då dessa är mer eller mindre identiska.
*** */
.block--dual .gridsystem,
.block--intro .gridsystem {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .block--dual .gridsystem .gridsystem__col,
  .block--dual .gridsystem .block__col,
  .block--intro .gridsystem .gridsystem__col,
  .block--intro .gridsystem .block__col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .block--dual .gridsystem .gridsystem__col,
      .block--dual .gridsystem .block__col,
      .block--intro .gridsystem .gridsystem__col,
      .block--intro .gridsystem .block__col {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (min-width: 1024px) {
      .block--dual .gridsystem .gridsystem__col,
      .block--dual .gridsystem .block__col,
      .block--intro .gridsystem .gridsystem__col,
      .block--intro .gridsystem .block__col {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }

.block--dual .block__image,
.block--intro .block__image {
  margin-bottom: 2rem; }

@media screen and (min-width: 768px) {
  .block--dual .gridsystem,
  .block--intro .gridsystem {
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    .block--dual .gridsystem .gridsystem__col,
    .block--dual .gridsystem .block__col,
    .block--intro .gridsystem .gridsystem__col,
    .block--intro .gridsystem .block__col {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      width: 50%;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; } }
    @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
      .block--dual .gridsystem .gridsystem__col,
      .block--dual .gridsystem .block__col,
      .block--intro .gridsystem .gridsystem__col,
      .block--intro .gridsystem .block__col {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      .block--dual .gridsystem .gridsystem__col,
      .block--dual .gridsystem .block__col,
      .block--intro .gridsystem .gridsystem__col,
      .block--intro .gridsystem .block__col {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }

@media screen and (min-width: 768px) {
  .block--dual .block__content,
  .block--intro .block__content {
    position: relative;
    width: 50%;
    padding-right: 1.5rem; }
    .block--dual .block__content .date,
    .block--intro .block__content .date {
      margin-bottom: 2rem; }
    .block--dual .block__content__content,
    .block--intro .block__content__content {
      padding: 2rem 0;
      margin-left: auto;
      width: 100%; }
    .block--dual .block__content .breadcrumbs,
    .block--intro .block__content .breadcrumbs {
      margin-bottom: 4rem; }
    .block--dual .block__content p,
    .block--intro .block__content p {
      max-width: 35.5rem;
      margin-right: 3rem; }
      .block--dual .block__content p:last-child,
      .block--intro .block__content p:last-child {
        margin-bottom: 0; }
  .block--dual .block__image,
  .block--intro .block__image {
    position: relative;
    margin-bottom: 0; }
    .block--dual .block__image img,
    .block--intro .block__image img {
      display: block; } }

@media screen and (min-width: 768px) {
  .media-left .block__image {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; } }

.media-left.media-overflow .block__image {
  margin-left: -1rem; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .media-left.media-overflow .block__image {
      margin-left: -2.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1151px) {
    .media-left.media-overflow .block__image {
      margin-left: -2rem; } }
  @media screen and (min-width: 1152px) {
    .media-left.media-overflow .block__image {
      margin-left: -4.5rem; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .media-left.media-overflow .block__image {
      width: calc(50% + convert($val: $site_gutter_portrait)); } }
  @media screen and (min-width: 1024px) and (max-width: 1151px) {
    .media-left.media-overflow .block__image {
      width: calc(50% + convert($val: $site_gutter_landscape)); } }
  @media screen and (min-width: 1152px) {
    .media-left.media-overflow .block__image {
      width: calc(50% + convert($val: $site_gutter_desktop)); } }

@media screen and (min-width: 768px) {
  .media-right .block__image {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .media-right.media-overflow .block__image {
    width: calc(50% + 4.5rem);
    margin-right: -1rem; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
    .media-right.media-overflow .block__image {
      margin-right: -2.5rem; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1151px) {
    .media-right.media-overflow .block__image {
      margin-right: -2rem; } }
  @media screen and (min-width: 768px) and (min-width: 1152px) {
    .media-right.media-overflow .block__image {
      margin-right: -4.5rem; } }

/* Align fixes */
.block--dual.valign--top .block__content__content {
  padding-top: 4rem; }

.block--dual.valign--bottom .block__content__content {
  padding-bottom: 4rem; }

/* Intro specific styles */
.block--intro .block__content__content h1 {
  max-width: 35.5rem; }

.block--intro .block__content__content p {
  max-width: 25rem; }

@media screen and (min-width: 768px) {
  .block--intro .block__content__content {
    max-width: 35.5rem;
    margin-left: auto; } }

@media screen and (min-width: 1024px) {
  .block--intro .block__content__content {
    padding-top: 5rem; } }

/* ***
  Form block (Gravity Forms(?))
*** */
.block--promo {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .block--promo.bg--image {
    padding-top: 0; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .block--promo.bg--image {
        padding-top: 16rem; } }
    @media screen and (min-width: 1024px) and (max-width: 1151px) {
      .block--promo.bg--image {
        padding-top: 12rem; } }
    @media screen and (min-width: 1152px) {
      .block--promo.bg--image {
        padding-top: 22vw; } }
    .block--promo.bg--image .promo {
      max-width: 90rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1rem;
      padding-right: 1rem; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .block--promo.bg--image .promo {
          padding-left: 2.5rem;
          padding-right: 2.5rem; } }
      @media screen and (min-width: 1024px) and (max-width: 1151px) {
        .block--promo.bg--image .promo {
          padding-left: 2rem;
          padding-right: 2rem; } }
      @media screen and (min-width: 1152px) {
        .block--promo.bg--image .promo {
          padding-left: 4.5rem;
          padding-right: 4.5rem; } }
  @media screen and (min-width: 1024px) {
    .block--promo.with-image {
      position: relative; } }
  .block--promo.with-image .promo__image {
    padding: 2.5rem;
    padding-bottom: 0.5rem; }
    @media screen and (min-width: 768px) {
      .block--promo.with-image .promo__image {
        max-width: 30rem;
        padding: 3.5rem; } }
    @media screen and (min-width: 1152px) {
      .block--promo.with-image .promo__image {
        max-width: 35rem;
        padding: 4rem; } }
    @media screen and (min-width: 1250px) {
      .block--promo.with-image .promo__image {
        max-width: 45rem; } }
  .block--promo.with-image .promo__image, .block--promo.with-image .promo-content {
    padding-right: 0;
    padding-left: 0; }
  .block--promo.with-image .promo-content {
    padding: 2.5rem;
    padding-top: 0.5rem; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .block--promo.with-image .promo-content {
        width: 70%;
        padding: 3.5rem; } }
    @media screen and (min-width: 1024px) {
      .block--promo.with-image .promo-content {
        width: 50%; } }
    @media screen and (min-width: 1152px) {
      .block--promo.with-image .promo-content {
        padding: 4rem; } }
  .block--promo.text-white {
    color: #fff; }
    .block--promo.text-white .promo__title, .block--promo.text-white .promo__subtitle {
      color: #fff; }
    .block--promo.text-white .promo__action {
      background-color: #fff;
      color: #003047; }
      .block--promo.text-white .promo__action:hover {
        color: #FFCE00; }

.promo__image {
  overflow: hidden;
  text-align: center; }
  .promo__image img {
    max-width: 100%;
    max-height: 20rem; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .promo__image img {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media screen and (min-width: 1024px) {
      .promo__image img {
        max-height: none; } }

.promo {
  width: 100%;
  position: relative; }
  @media screen and (min-width: 768px) {
    .promo {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }
  .promo--dark {
    background-color: #003047;
    color: #fff; }
    .promo--dark .promo__title {
      color: #fff; }
  .promo--yellow {
    background-color: #FFCE00; }
  .promo--light, .promo--white {
    background-color: #fff; }

.promo-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  text-align: center;
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
  padding-right: 2.875rem;
  padding-left: 2.875rem; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .promo-content {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1151px) {
    .promo-content {
      padding-top: 4rem;
      padding-bottom: 4rem;
      padding-right: 2.75rem;
      padding-left: 2.75rem; } }
  @media screen and (min-width: 1152px) {
    .promo-content {
      padding-top: 4rem;
      padding-bottom: 4rem;
      padding-right: 2.75rem;
      padding-left: 2.75rem; } }
  .promo-content--light, .promo-content--white {
    background-color: #fff; }
  .promo-content--dark {
    background-color: #003047;
    color: #fff; }
    .promo-content--dark .promo__action {
      background-color: #fff;
      color: #003047; }
      .promo-content--dark .promo__action:hover {
        color: #FFCE00; }
  .promo-content--yellow {
    background-color: #FFCE00; }
  .promo-content--none {
    background-color: transparent; }

.promo__subtitle {
  font-size: 1rem;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4D86A0; }

.promo__title {
  width: 100%;
  margin-bottom: 1.5rem;
  margin-top: 0;
  color: #003047;
  font-size: 36px; }

.promo__text {
  margin: 0 auto;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  max-width: 24rem; }

.promo__action {
  margin-top: 3.25rem; }

.promo__buttonwrapper {
  position: relative;
  /* HORISONTAL DIVIDER FIND WHOLE CODE IN FOOTER.SCSS */ }
  .promo__buttonwrapper .promo__action {
    margin-top: 0;
    display: block; }
  .promo__buttonwrapper .promo-divider {
    width: 100%;
    height: auto;
    position: absolute;
    top: calc(100% + 18px); }
    .promo__buttonwrapper .promo-divider .horisontal-divider {
      border-color: #ffffff; }
      .promo__buttonwrapper .promo-divider .horisontal-divider:before, .promo__buttonwrapper .promo-divider .horisontal-divider:after {
        background-color: #ffffff; }

/* VERTIVAL DIVIDER */
.promo-vertical-divider {
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: calc(100% - 32px); }
  .promo-vertical-divider.vertical-divider {
    border-right: 1px solid #ffffff; }
    .promo-vertical-divider.vertical-divider:before, .promo-vertical-divider.vertical-divider:after {
      content: "";
      display: block;
      height: 9px;
      width: 1px;
      background-color: #ffffff;
      position: absolute;
      top: -4px;
      right: -1px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .promo-vertical-divider.vertical-divider:after {
      bottom: -4px;
      top: auto; }
    .promo-vertical-divider.vertical-divider .vertical-divider-value-contaniner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      text-align: center;
      font-size: 12px;
      color: #ffffff;
      padding-right: 0.75rem; }
      .promo-vertical-divider.vertical-divider .vertical-divider-value-contaniner span {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }

/* ---
  Promo settings
--- */
/* Align content */
.align-left > .promo .promo__image,
.promo.align-left .promo__image {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 0; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .align-left > .promo .promo__image,
    .promo.align-left .promo__image {
      padding-right: 2.5rem; } }

.align-left > .promo .promo-content,
.promo.align-left .promo-content {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.align-right > .promo .promo__image,
.promo.align-right .promo__image {
  padding-left: 0; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .align-right > .promo .promo__image,
    .promo.align-right .promo__image {
      padding-left: 2.5rem; } }

.align-center > .promo,
.promo.align-center {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-middle > .promo,
.promo.align-middle {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-bottom > .promo,
.promo.align-bottom {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

/* Size */
/*.block--promo.size-small,
.promo.size-small {
  padding-top: 1rem;
  padding-bottom: 1rem;

  @include mq($portrait) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  @include mq($landscape) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  @include mq($desktop) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.size-large > .promo,
.promo.size-large {
  min-height: 320px;

  @include mq($portrait) {
    min-height: 400px;
  }
  @include mq($landscape) {
    min-height: 420px;
  }
  @include mq($desktop) {
    min-height: 480px;
  }
}
.size-huge > .promo,
.promo.size-huge {
  min-height: 320px;

  @include mq($portrait) {
    min-height: 40vh;
  }
  @include mq($landscape) {
    min-height: 60vh;
  }
  @include mq($desktop) {
    min-height: 80vh;
  }
}
.block--promo.size-full,
.promo.size-full  {
  min-height: 100vh;
}*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .promo__text {
    max-width: 80%; } }

@media screen and (min-width: 1024px) {
  .promo-content {
    max-width: 39rem; } }

.hero {
  position: relative; }
  .hero__text {
    max-width: 32rem;
    margin-top: 2rem;
    margin-bottom: -1.5rem;
    padding: 0 1rem; }
    @media screen and (min-width: 768px) {
      .hero__text {
        position: absolute;
        left: 1rem;
        top: 2rem;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .hero__text {
        top: 3rem;
        left: 2.5rem; } }
    @media screen and (min-width: 1024px) and (max-width: 1151px) {
      .hero__text {
        top: 4rem;
        left: 2rem; } }
    @media screen and (min-width: 1152px) {
      .hero__text {
        top: 4rem;
        left: 4.5rem; } }
  .hero__image img {
    display: block; }
  .hero__content {
    margin-top: 2rem;
    padding: 0 1rem; }
    @media screen and (min-width: 768px) {
      .hero__content {
        position: absolute;
        bottom: 2rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 0;
        padding: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .hero__content {
        bottom: 3rem;
        left: 2.5rem;
        right: 2.5rem; } }
    @media screen and (min-width: 1024px) and (max-width: 1151px) {
      .hero__content {
        bottom: 4rem;
        left: 2rem;
        right: 2rem; } }
    @media screen and (min-width: 1152px) {
      .hero__content {
        bottom: 5rem;
        left: 4.5rem;
        right: 4.5rem; } }
  .hero__title {
    margin: 0 0 2rem;
    font-size: 3.5rem;
    line-height: 3.5rem; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .hero__title {
        font-size: 3.5rem;
        line-height: 3.5rem;
        margin-bottom: -0.75rem;
        margin-right: 2.5rem;
        margin-bottom: 0; }
        .hero__title--big {
          font-size: 4rem;
          line-height: 4rem;
          margin-bottom: -1rem; }
        .hero__title--huge {
          font-size: 4.5rem;
          line-height: 4.5rem;
          margin-bottom: -1rem; } }
    @media screen and (min-width: 1024px) and (max-width: 1151px) {
      .hero__title {
        font-size: 4rem;
        line-height: 4rem;
        margin-bottom: -0.75rem;
        margin-right: 3rem;
        margin-bottom: 0; }
        .hero__title--big {
          font-size: 4.5rem;
          line-height: 4.5rem;
          margin-bottom: -1rem; }
        .hero__title--huge {
          font-size: 6rem;
          line-height: 6rem;
          margin-bottom: -2rem; } }
    @media screen and (min-width: 1152px) {
      .hero__title {
        font-size: 4.5rem;
        line-height: 4.5rem;
        margin-bottom: -1rem;
        margin-right: 3rem;
        margin-bottom: 0; }
        .hero__title--big {
          font-size: 5rem;
          line-height: 5rem;
          margin-bottom: -1.5rem; }
        .hero__title--huge {
          font-size: 8rem;
          line-height: 8rem;
          margin-bottom: -2rem; } }
  .hero__btn {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none; }

.block--chapter {
  max-width: 64.5rem;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.chapter {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin-bottom: 3rem; }
  @media screen and (min-width: 768px) {
    .chapter {
      width: 50%;
      max-width: 32rem; }
      .chapter:nth-child(odd) {
        padding-right: 2rem; }
      .chapter:nth-child(even) {
        padding-left: 2rem; } }
  .chapter__image {
    margin-bottom: 2rem;
    background-color: #fff;
    height: 16rem; }
    @media screen and (min-width: 768px) {
      .chapter__image {
        height: 16rem; } }
    @media screen and (min-width: 1152px) {
      .chapter__image {
        height: 20rem; } }
    .chapter__image img {
      display: block;
      margin: 0 auto;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .chapter__title {
    margin-bottom: 0.75rem;
    text-transform: uppercase; }
  .chapter__description {
    max-width: 25rem;
    margin-bottom: 2.5rem; }
  .chapter__subchapters {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5rem; }
    .chapter__subchapters__chapter {
      list-style: none;
      list-style-image: none;
      padding: 0;
      margin: 0 0 1rem; }
      .chapter__subchapters__chapter:last-child {
        margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .chapter {
      margin-bottom: 4.5rem; } }

/* SPCEIAL VIDEO HERO USED ON FRONTPAGE */
.video-hero {
  position: relative; }
  .video-hero__content {
    position: absolute;
    bottom: 0;
    left: 0; }
    .video-hero__content h1 {
      margin: 0;
      color: #fff;
      font-size: 10vw;
      line-height: 1.1;
      padding: 0.8em 0.8em 0.7em; }
      .video-hero__content h1 span,
      .video-hero__content h1 em {
        color: #FFCE00;
        font-style: normal; }
  .video-hero__video video {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: none; }
  .video-hero__video img {
    display: block; }
  @media screen and (min-width: 768px) {
    .video-hero__content {
      top: auto;
      bottom: 0; }
      .video-hero__content h1 {
        font-size: 6vw;
        line-height: 1.1;
        box-sizing: content-box;
        padding: 1.2em 1.2em 1em;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        color: #fff; }
        .video-hero__content h1 span,
        .video-hero__content h1 em {
          color: #FFCE00;
          font-style: normal; }
    .video-hero__video video {
      display: block; }
    .video-hero__video img {
      display: none; } }

@-webkit-keyframes videoTitleOut {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

@keyframes videoTitleOut {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

/* ***
  Featured Products Block
*** */
.block_featuredproducts {
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
  padding-bottom: 4rem;
  padding-top: 4rem; }
  .block_featuredproducts h2, .block_featuredproducts h3, .block_featuredproducts h4, .block_featuredproducts h5, .block_featuredproducts h6 {
    text-align: center; }
  .block_featuredproducts__productcards {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .block_featuredproducts__productcards__card {
      background-color: white;
      border: 1px solid #ddd;
      max-width: 20rem;
      width: 20rem;
      margin: 0.5rem;
      text-decoration: none; }
      .block_featuredproducts__productcards__card:hover .block_featuredproducts__productcards__card__image {
        text-decoration: underline;
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
      .block_featuredproducts__productcards__card h2, .block_featuredproducts__productcards__card h3, .block_featuredproducts__productcards__card h4, .block_featuredproducts__productcards__card h5, .block_featuredproducts__productcards__card h6 {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        text-decoration: none;
        margin-top: 1rem;
        padding: 0 1rem; }
      .block_featuredproducts__productcards__card__image {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 1rem;
        transition: all 0.2s ease-out; }
      .block_featuredproducts__productcards__card__imagecontainer {
        height: 16rem;
        min-height: 16rem;
        min-width: 100%;
        width: 100%; }

/* ----------------
  Content styles
---------------- */
.js-show {
  -webkit-transform: translateY(64px);
      -ms-transform: translateY(64px);
          transform: translateY(64px);
  opacity: 0;
  text-shadow: 0px 0px transparent;
  transition: all 1.2s 0s cubic-bezier(0.77, 0, 0.175, 1), text-shadow 0s 1.2s linear; }
  .js-show.delay-content *:not(.do-not-delay) {
    -webkit-transform: translateY(40px) scale(1);
        -ms-transform: translateY(40px) scale(1);
            transform: translateY(40px) scale(1);
    opacity: 0;
    transition: all 0.2s 0.2s ease-in-out, text-shadow 0s 0.4s linear; }
  .js-show.delay-content.js-show--shown *:not(.do-not-delay) {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
        -ms-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
    transition: all 0.6s 0.6s ease-in-out, text-shadow 0s 1.2s linear; }
    .js-show.delay-content.js-show--shown *:not(.do-not-delay):nth-child(2) {
      transition: all 0.6s 0.8s ease-in-out, text-shadow 0s 1.4s linear; }
    .js-show.delay-content.js-show--shown *:not(.do-not-delay):nth-child(3) {
      transition: all 0.6s 1s ease-in-out, text-shadow 0s 1.6s linear; }
    .js-show.delay-content.js-show--shown *:not(.do-not-delay):nth-child(4) {
      transition: all 0.6s 1.2s ease-in-out, text-shadow 0s 1.8s linear; }

.js-show-delay {
  -webkit-transform: translateY(40px) scale(1);
      -ms-transform: translateY(40px) scale(1);
          transform: translateY(40px) scale(1);
  opacity: 0;
  transition: all 0.6s 0.2s ease-in-out, text-shadow 0s 0.8s linear; }
  .js-show--shown .js-show-delay {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
        -ms-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
    transition: all 0.6s 0.7s ease-in-out, text-shadow 0s 1.3s linear; }

.js-show--shown {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0px 1px transparent; }
  .js-show--shown:nth-child(0) {
    transition: all 0.6s 0.2s ease-in-out, text-shadow 0s 0.8s linear; }
  .js-show--shown:nth-child(1) {
    transition: all 0.6s 0.3s ease-in-out, text-shadow 0s 0.9s linear; }
  .js-show--shown:nth-child(2) {
    transition: all 0.6s 0.4s ease-in-out, text-shadow 0s 1s linear; }
  .js-show--shown:nth-child(3) {
    transition: all 0.6s 0.5s ease-in-out, text-shadow 0s 1.1s linear; }
  .js-show--shown:nth-child(4) {
    transition: all 0.6s 0.6s ease-in-out, text-shadow 0s 1.2s linear; }
  .js-show--shown:nth-child(5) {
    transition: all 0.6s 0.7s ease-in-out, text-shadow 0s 1.3s linear; }
  .js-show--shown:nth-child(6) {
    transition: all 0.6s 0.8s ease-in-out, text-shadow 0s 1.4s linear; }
  .js-show--shown:nth-child(7) {
    transition: all 0.6s 0.9s ease-in-out, text-shadow 0s 1.5s linear; }
  .js-show--shown:nth-child(8) {
    transition: all 0.6s 1s ease-in-out, text-shadow 0s 1.6s linear; }
  .js-show--shown:nth-child(9) {
    transition: all 0.6s 1.1s ease-in-out, text-shadow 0s 1.7s linear; }
  .js-show--shown:nth-child(10) {
    transition: all 0.6s 1.2s ease-in-out, text-shadow 0s 1.8s linear; }
  .js-show--shown:nth-child(11) {
    transition: all 0.6s 1.3s ease-in-out, text-shadow 0s 1.9s linear; }
  .js-show--shown:nth-child(12) {
    transition: all 0.6s 1.4s ease-in-out, text-shadow 0s 2s linear; }
  .js-show--shown:nth-child(13) {
    transition: all 0.6s 1.5s ease-in-out, text-shadow 0s 2.1s linear; }
  .js-show--shown:nth-child(14) {
    transition: all 0.6s 1.6s ease-in-out, text-shadow 0s 2.2s linear; }

.page-hero {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .page-hero {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1151px) {
    .page-hero {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (min-width: 1152px) {
    .page-hero {
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  @media screen and (min-width: 768px) {
    .page-hero {
      padding-top: 4rem;
      padding-bottom: 4rem; } }

.page-hero__content {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .page-hero__content p {
    max-width: 39rem;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.75rem; }
    @media screen and (min-width: 768px) {
      .page-hero__content p {
        font-size: 20px;
        line-height: 32px; } }

.page-hero-label {
  display: inline-block;
  width: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-transform: uppercase;
  font-size: 14px; }

.page-hero-button-wrapper {
  margin-top: 3.5rem;
  position: relative;
  text-align: center; }

.page-hero-button-container {
  display: inline-block;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  background-color: #F7F7F9; }

.page-hero__button {
  border: none;
  z-index: 10; }

.page-hero-divider-container {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1; }

.page-hero-divider {
  width: 100%;
  height: 1px;
  background-color: #A4BCC4;
  position: relative;
  z-index: 1; }
  .page-hero-divider:before, .page-hero-divider:after {
    content: "";
    display: block;
    height: 9px;
    width: 1px;
    background-color: #A4BCC4;
    position: absolute;
    top: -4px;
    left: 0; }
  .page-hero-divider:after {
    right: 0;
    left: auto; }

@media screen and (min-width: 1024px) {
  .page-hero__content p {
    font-size: 18px; } }

.product-category-grid {
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  overflow: hidden; }
  .product-category-grid .product-category,
  .product-category-grid .product-grid__item {
    width: 50%;
    height: 100%;
    max-height: 100%;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto; }
  @media screen and (min-width: 768px) {
    .product-category-grid .product-category,
    .product-category-grid .product-grid__item {
      width: 33.33333%; } }
  @supports (display: grid) {
    .product-category-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 50% 50%;
          grid-template-columns: 50% 50%; }
      .product-category-grid .product-category,
      .product-category-grid .product-grid__item {
        width: 100% !important;
        max-height: none; }
      @media screen and (min-width: 768px) {
        .product-category-grid {
          -ms-grid-columns: 1fr 1fr 1fr;
              grid-template-columns: 1fr 1fr 1fr; } } }

.product-category,
.product-grid__item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: -1px;
  margin-right: -1px;
  text-decoration: none; }
  .product-category:before,
  .product-grid__item:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: -1px;
    bottom: -1px;
    background-color: rgba(255, 206, 0, 0);
    transition: all 0.2s ease; }
  .product-category:hover:before,
  .product-grid__item:hover:before {
    background-color: rgba(255, 206, 0, 0.75); }
  @media (hover: none) {
    .product-category:before,
    .product-grid__item:before {
      display: none; } }
  .product-category__image,
  .product-grid__item__image {
    margin-top: 1.5rem;
    padding: 0 1.5rem; }
    .product-category__image img,
    .product-grid__item__image img {
      display: block;
      width: auto;
      width: 100%;
      max-width: 20rem; }
  .product-category__name,
  .product-grid__item__name {
    font-size: 12px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: 2rem;
    width: 100%;
    text-align: center; }

.product-category-grid--start-fit {
  box-shadow: inset 0px -1px rgba(0, 0, 0, 0.1);
  /*.product-category__name,
  .product-grid__item__name {
    position: absolute;
    left: 0px;
    bottom: 3rem;
    color: #fff;
    margin: 0;
  }*/ }
  .product-category-grid--start-fit .product-category {
    padding: 1.5rem; }
  .product-category-grid--start-fit .product-category__image,
  .product-category-grid--start-fit .product-grid__item__image {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    padding: 0; }
    .product-category-grid--start-fit .product-category__image img,
    .product-category-grid--start-fit .product-grid__item__image img {
      max-width: none;
      width: 100%;
      height: auto; }
  .product-category-grid--start-fit .product-category__name,
  .product-category-grid--start-fit .product-grid__item__name {
    padding: 0;
    margin: 1.5rem 0 0 0; }

.product-category-grid--start-fill .product-category__image,
.product-category-grid--start-fill .product-grid__item__image {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0; }
  .product-category-grid--start-fill .product-category__image img,
  .product-category-grid--start-fill .product-grid__item__image img {
    max-width: none;
    width: 100%;
    height: auto; }

.product-category-grid--start-fill .product-category__name,
.product-category-grid--start-fill .product-grid__item__name {
  position: absolute;
  left: 0px;
  bottom: 2.5rem;
  color: #fff;
  margin: 0; }

/* COMPARE BAR */
.compare-bar {
  position: fixed;
  z-index: 300;
  width: 100%;
  bottom: -100%;
  background-color: #FFCE00;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    .compare-bar {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .compare-bar {
      position: static;
      bottom: 0px; } }
  .compare-bar__inner {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .compare-bar__inner {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media screen and (min-width: 1024px) and (max-width: 1151px) {
      .compare-bar__inner {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media screen and (min-width: 1152px) {
      .compare-bar__inner {
        padding-left: 4.5rem;
        padding-right: 4.5rem; } }
  .compare-bar__amount, .compare-bar__empty {
    display: none;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 2rem 0 0; }
  .compare-bar__amount {
    display: none; }
  @media screen and (min-width: 768px) {
    .compare-bar__empty {
      display: block; } }
  .compare-bar__actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    opacity: 0;
    transition: all 0.2s ease;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .compare-bar__actions {
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-left: auto;
        width: auto; } }
    .compare-bar__actions .btn {
      line-height: 3rem; }
      @media screen and (min-width: 768px) {
        .compare-bar__actions .btn {
          line-height: 3.5rem; } }
  .compare-bar__clear {
    box-shadow: inset 0px 0px 0px 2px #003047;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23003047%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20transform%3D%27translate%283.000000%2C%202.000000%29%27%3E%3Cpolyline%20id%3D%27Path%27%20points%3D%270%204%202%204%2018%204%27%3E%3C%2Fpolyline%3E%3Cpath%20d%3D%27M16%2C4%20L16%2C18%20C16%2C19.1045695%2015.1045695%2C20%2014%2C20%20L4%2C20%20C2.8954305%2C20%202%2C19.1045695%202%2C18%20L2%2C4%20M5%2C4%20L5%2C2%20C5%2C0.8954305%205.8954305%2C0%207%2C0%20L11%2C0%20C12.1045695%2C0%2013%2C0.8954305%2013%2C2%20L13%2C4%27%20id%3D%27Shape%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M7%2C9%20L7%2C15%27%20id%3D%27Path%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M11%2C9%20L11%2C15%27%20id%3D%27Path%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 24px 24px;
    line-height: 3.5rem;
    padding-left: 3rem;
    margin-right: 1.5rem;
    padding-right: 0.5rem;
    max-width: 4rem;
    text-indent: -2000px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .compare-bar__clear {
        max-width: none;
        text-indent: 0;
        padding-right: 1.5rem;
        overflow: visible; } }
  .compare-bar__compare {
    border: none;
    width: 100%;
    margin-left: auto; }
    @media screen and (min-width: 768px) {
      .compare-bar__compare {
        min-width: 11rem;
        margin-left: 0; } }
  .compare-bar--visible {
    bottom: 0px; }
    @supports ((position: -webkit-sticky) or (position: sticky)) {
      .compare-bar--visible {
        position: -webkit-sticky;
        position: sticky; } }
    .compare-bar--visible .compare-bar__empty {
      display: none; }
    @media screen and (min-width: 768px) {
      .compare-bar--visible .compare-bar__amount {
        display: block; } }
    .compare-bar--visible .compare-bar__actions {
      opacity: 1; }

.has-compare .footer-bottom-row {
  margin-bottom: 6.5rem; }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .has-compare .footer-bottom-row {
      margin-bottom: 0; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-grid__column {
    border-right: 1px solid #D8D8D8; }
    .product-grid__column:nth-child(3n+0) {
      border-right: none; }
    .product-grid__column.border-bottom-none {
      border-bottom: none; }
  /* COMPARE BAR */
  .product-compare-bar__inner--amount {
    width: auto;
    min-width: 50%;
    text-align: left; }
  .product-compare-bar__inner--clear {
    width: auto;
    padding-left: 3.5rem !important;
    margin-right: 1.5rem;
    margin-bottom: 0; }
  .product-compare-bar__inner--compare {
    width: auto; } }

@media screen and (min-width: 1024px) {
  .product-grid__column {
    border-right: 1px solid #D8D8D8; }
    .product-grid__column:nth-child(4n+0) {
      border-right: none; }
    .product-grid__column.border-bottom-none {
      border-bottom: none; }
  /* COMPARE BAR */
  .product-compare-bar__inner--amount {
    width: auto;
    min-width: 50%;
    text-align: left; }
  .product-compare-bar__inner--clear {
    width: auto;
    padding-left: 3.5rem !important;
    margin-right: 1.5rem;
    margin-bottom: 0; }
  .product-compare-bar__inner--compare {
    width: auto; } }

@media screen and (min-width: 1152px) {
  .product-compare-bar__inner--clear:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23FFCE00%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20transform%3D%27translate%283.000000%2C%202.000000%29%27%3E%3Cpolyline%20id%3D%27Path%27%20points%3D%270%204%202%204%2018%204%27%3E%3C%2Fpolyline%3E%3Cpath%20d%3D%27M16%2C4%20L16%2C18%20C16%2C19.1045695%2015.1045695%2C20%2014%2C20%20L4%2C20%20C2.8954305%2C20%202%2C19.1045695%202%2C18%20L2%2C4%20M5%2C4%20L5%2C2%20C5%2C0.8954305%205.8954305%2C0%207%2C0%20L11%2C0%20C12.1045695%2C0%2013%2C0.8954305%2013%2C2%20L13%2C4%27%20id%3D%27Shape%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M7%2C9%20L7%2C15%27%20id%3D%27Path%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M11%2C9%20L11%2C15%27%20id%3D%27Path%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 20px 20px;
    line-height: 36px;
    line-height: calc(3.5rem - 4px); } }

.product-grid {
  background-color: #fff; }
  .product-grid__inner {
    max-width: 81rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .product-grid__inner .product-card {
        width: 50%; } }
    @media screen and (min-width: 1024px) and (max-width: 1151px) {
      .product-grid__inner .product-card {
        width: 33.33333%; } }
    @media screen and (min-width: 1152px) {
      .product-grid__inner:before {
        content: '';
        position: absolute;
        z-index: 400;
        top: 0px;
        right: 0px;
        width: 1px;
        height: 100%;
        background-color: #fff; }
      .product-grid__inner .product-card {
        width: 25%; } }
    @supports (display: grid) {
      .product-grid__inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr; }
        .product-grid__inner:before {
          display: none; }
        .product-grid__inner .product-card {
          width: 100% !important; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .product-grid__inner {
            -ms-grid-columns: 1fr 1fr;
                grid-template-columns: 1fr 1fr; }
            .product-grid__inner .product-card:nth-child(even),
            .product-grid__inner .product-card:last-child {
              border-right: none; } }
        @media screen and (min-width: 1024px) and (max-width: 1151px) {
          .product-grid__inner {
            -ms-grid-columns: 1fr 1fr 1fr;
                grid-template-columns: 1fr 1fr 1fr; }
            .product-grid__inner .product-card:nth-child(3n) {
              border-right: none; } }
        @media screen and (min-width: 1152px) {
          .product-grid__inner {
            -ms-grid-columns: 1fr 1fr 1fr 1fr;
                grid-template-columns: 1fr 1fr 1fr 1fr; }
            .product-grid__inner .product-card:nth-child(4n) {
              border-right: none; } } }

.product-card {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: -1px;
  text-align: center;
  padding: 0 1rem 2rem; }
  @media screen and (min-width: 768px) {
    .product-card {
      padding-bottom: 3rem; } }
  .product-card a {
    padding: 3.5rem 0 0;
    width: 100%;
    text-decoration: none;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto; }
    .product-card a:before {
      content: '';
      position: absolute;
      z-index: 5;
      left: 0px;
      top: 0px;
      right: -1px;
      bottom: -1px;
      background-color: rgba(255, 206, 0, 0);
      transition: all 0.2s ease;
      pointer-events: none; }
    .product-card a:hover:before {
      background-color: rgba(255, 206, 0, 0.75); }
  .product-card__image {
    position: relative;
    padding-bottom: 60%;
    margin-bottom: 2rem;
    z-index: 1; }
    .product-card__image img {
      position: absolute;
      left: 50%;
      top: 50%;
      max-width: 80%;
      max-height: 100%;
      width: auto;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    @supports (object-fit: contain) {
      .product-card__image img {
        width: 80%;
        height: 100%;
        object-fit: contain; } }
    .product-card__image .new-product-tag {
      background-color: #4D86A0;
      color: #ffffff;
      font-weight: bold;
      font-size: .8rem;
      padding: 5px 8px 3px;
      position: absolute;
      right: 0;
      top: 1rem; }
  .product-card__name {
    font-size: 20px;
    line-height: 24px; }
  .product-card__specifications {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.5rem; }
    .product-card__specifications li {
      list-style: none;
      list-style-image: 0;
      margin: 0;
      padding: 0; }
  .product-card__compare {
    position: relative;
    z-index: 10; }
    .product-card__compare input[type="checkbox"] + label {
      font-size: 12px;
      line-height: 20px;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase; }

body.archive .pagination {
  padding: 2rem 0;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    body.archive .pagination {
      padding: 4rem 0; } }

.product-card__variant-button {
  display: block;
  margin: 1rem;
  width: calc(100% - 2rem);
  position: relative;
  transition: background ease-in-out 0.2s; }
  .product-card__variant-button:hover {
    background-color: #004161;
    color: white; }

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100; }

.modal.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }

.modal-bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%; }

.modal-container {
  background: #fff;
  position: relative;
  padding: 30px;
  padding-right: 40px;
  max-width: 80vw;
  max-height: 80vh;
  overflow-y: scroll; }

.modal-heading {
  margin-bottom: 2rem; }

.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
  background-color: #76b82a;
  padding: 0;
  margin: 0; }

.modal-close i {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23fff%27%20stroke-width%3D%273.4285714286%27%20stroke-linecap%3D%27square%27%20stroke-linejoin%3D%27miter%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpath%20d%3D%27M12%2C12%20L18%2C6%20L12%2C12%20L6%2C6%20L12%2C12%20Z%20M12%2C12%20L6%2C18%20L12%2C12%20L18%2C18%20L12%2C12%20Z%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 14px;
  line-height: 30px;
  padding-left: 0;
  margin: 0;
  background-color: #76b82a;
  top: 0.2rem;
  right: -0.5rem; }

.modal-close i:before {
  display: none; }

.modal-ajax-container .loader {
  display: block;
  position: relative;
  padding-top: 0rem;
  padding-bottom: 3rem; }

body.single-product .site-content {
  background-color: #fff; }

.product-single__row {
  padding-bottom: 5rem; }

.product-single__column {
  padding-right: 1rem;
  padding-left: 1rem; }

/* PRODUCT IMAGE COLUMN */
.product-single__columncontentwrapper {
  width: 100%;
  margin: 0 auto; }

.product-single__images {
  margin-bottom: 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.product-single__image {
  width: 100%;
  text-align: center;
  margin-bottom: 3.5rem;
  margin: 0;
  padding: 0;
  background-color: #fff; }
  .product-single__image li {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  .product-single__image img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    margin: 0 auto; }

.product-single__imagelist {
  position: relative;
  width: 100%;
  padding: 0; }
  .product-single__imagelist li,
  .product-single__imagelist li.slick-slide {
    list-style: none;
    list-style-image: none;
    height: 6rem;
    padding: 0.75rem;
    position: relative;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .product-single__imagelist li img,
    .product-single__imagelist li.slick-slide img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      font-family: "object-fit: contain;"; }
    .product-single__imagelist li:focus,
    .product-single__imagelist li.slick-slide:focus {
      outline: none; }
    .product-single__imagelist li:nth-last-child(1),
    .product-single__imagelist li.slick-slide:nth-last-child(1) {
      margin-right: 0; }
    .product-single__imagelist li:before,
    .product-single__imagelist li.slick-slide:before {
      content: "";
      display: block;
      left: 0.25rem;
      top: 0.25rem;
      right: 0.25rem;
      bottom: 0.25rem;
      background-color: rgba(255, 206, 0, 0);
      position: absolute;
      z-index: 10;
      transition: 0.2s background-color ease-in-out;
      pointer-events: none; }
    .product-single__imagelist li.slick-current:before,
    .product-single__imagelist li.slick-slide.slick-current:before {
      background-color: rgba(255, 206, 0, 0.8); }

/* SHOW ALL IMAGES/OPEN LIGHTBOX BUTTON */
.product-single__images__showall {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%234D86A0%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20transform%3D%27translate%283.000000%2C%203.000000%29%27%3E%3Ccircle%20id%3D%27Oval%27%20cx%3D%278%27%20cy%3D%278%27%20r%3D%278%27%3E%3C%2Fcircle%3E%3Cpath%20d%3D%27M18%2C18%20L13.65%2C13.65%27%20id%3D%27Path%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M8%2C5%20L8%2C11%27%20id%3D%27Path%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M5%2C8%20L11%2C8%27%20id%3D%27Path%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 24px;
  line-height: 40px;
  padding-left: 31.9999999992px;
  color: #4D86A0;
  cursor: pointer; }
  .product-single__images__showall:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23003047%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20transform%3D%27translate%283.000000%2C%203.000000%29%27%3E%3Ccircle%20id%3D%27Oval%27%20cx%3D%278%27%20cy%3D%278%27%20r%3D%278%27%3E%3C%2Fcircle%3E%3Cpath%20d%3D%27M18%2C18%20L13.65%2C13.65%27%20id%3D%27Path%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M8%2C5%20L8%2C11%27%20id%3D%27Path%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M5%2C8%20L11%2C8%27%20id%3D%27Path%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 24px;
    line-height: 40px;
    padding-left: 31.9999999992px;
    color: #003047; }

/* DOWNLOAD PDF BUTTON */
.product-single__downloadbutton {
  margin-top: 2rem; }

/* PRODUCT DESCRIPTION COLUMN */
.product-single__description {
  width: 100%; }
  .product-single__description p {
    margin-top: 0; }

/* OVERFLOW CLASS */
.description-overflow {
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  max-height: 8.75rem;
  transition: 0.2s max-height ease-in-out;
  position: relative; }
  .description-overflow:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: 0.2s opacity ease-in-out;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .description-overflow.open:before {
    opacity: 0; }

/* READ MORE BUTTON */
.product-single__readbutton {
  display: none;
  width: 6.25rem;
  text-align: left;
  border: none;
  background-color: transparent;
  padding: 0;
  color: #4D86A0;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s color ease-in-out;
  line-height: 2.5rem;
  height: 2.5rem; }
  .product-single__readbutton:focus {
    outline: none; }

.product-single__listcontainer {
  width: 100%; }

/* FEATURES LISTS */
.product-single__listheader {
  display: none;
  width: 100%;
  border-bottom: 2px solid #A4BCC4;
  margin-top: 2rem; }
  .product-single__listheader label {
    display: inline-block;
    margin-right: 1.5rem;
    padding-bottom: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    position: relative;
    cursor: pointer; }
    .product-single__listheader label:before {
      content: "";
      display: block;
      width: 0;
      height: 2px;
      background-color: #003047;
      position: absolute;
      bottom: -2px;
      left: 50%;
      transition: 0.2s all ease-in-out; }
    .product-single__listheader label.active:before {
      width: 100%;
      left: 0%; }

.product-single__listcontent {
  width: 100%;
  height: auto;
  padding-top: 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden; }

.product-single__list {
  width: 0;
  display: none;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden; }
  .product-single__list:nth-child(1) {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .product-single__list ul {
    width: 100%;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    margin: 0;
    list-style-position: inside; }
    .product-single__list ul li {
      width: 100%;
      margin-bottom: 0.25rem; }

/* DONWLOADS TABLE */
.product-single__table {
  width: 100%;
  height: auto;
  border-collapse: collapse; }
  .product-single__table tr {
    height: 4rem; }
    .product-single__table tr:nth-child(2n + 0) {
      background-color: #ffffff;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); }
    .product-single__table tr td {
      min-width: 11rem;
      border-spacing: 0;
      margin: 0;
      text-align: left;
      padding-left: 1.5rem; }
    .product-single__table tr td:nth-last-child(1) {
      max-width: 11rem;
      text-align: right;
      padding-left: 0;
      padding-right: 0.75rem; }
      .product-single__table tr td:nth-last-child(1) button {
        height: 2.625rem;
        line-height: 2.625rem;
        border: none; }

/* RESPONSIVE */
@media screen and (min-width: 1024px) {
  .product-single__columncontentwrapper {
    max-width: 25rem; }
  .product-single__description {
    max-width: 39rem; }
  .product-single__imagelist .slick-track {
    display: block; } }

@media screen and (min-width: 1024px) and (min-width: 1152px) {
  .product-single__list ul {
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-width: 50%;
            column-width: 50%;
    -webkit-column-gap: 2rem;
            column-gap: 2rem; } }

@media screen and (min-width: 1024px) {
  .product-single__list ul li {
    list-style: none;
    list-style-image: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 1rem; } }

@media screen and (min-width: 1152px) {
  .product-single__imagelist div:hover:before {
    background-color: rgba(255, 206, 0, 0.8); }
  .product-single__imagebutton:hover {
    color: #FFCE00; }
    .product-single__imagebutton:hover svg g path,
    .product-single__imagebutton:hover svg g line {
      stroke: #FFCE00; }
  .product-single__readbutton:hover {
    color: #003047; }
  .product-single__listheader label:hover:before {
    width: 100%;
    left: 0%; } }

.product-single__top {
  max-width: 86.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  padding-bottom: 2rem; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .product-single__top {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1151px) {
    .product-single__top {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (min-width: 1152px) {
    .product-single__top {
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }

@media screen and (min-width: 1024px) {
  .product-single__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 4rem; }
  .product-single__images {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 30rem;
    margin-right: 1.5rem;
    margin-bottom: 0;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .product-single__content {
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    max-width: 39rem;
    margin-left: 1.5rem; } }

.product-specifications {
  max-width: 109rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 5.875rem;
  text-align: center; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .product-specifications {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1151px) {
    .product-specifications {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (min-width: 1152px) {
    .product-specifications {
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }
  .product-specifications h2 {
    color: #003047;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 3.5rem; }
  .product-specifications__container {
    width: 100%;
    overflow-x: scroll;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0.125rem;
    padding-right: 0.125rem;
    padding-bottom: 0.75rem; }
    .product-specifications__container::-webkit-scrollbar-track {
      border-radius: 0.625rem; }
    .product-specifications__container::-webkit-scrollbar {
      height: 0.3125rem; }
    .product-specifications__container::-webkit-scrollbar-thumb {
      border-radius: 0.625rem;
      background-color: #A4BCC4; }

.product-specifications__column {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .product-specifications__column h3 {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 0 1rem; }
    .product-specifications__column h3 a {
      color: #4D86A0; }
  .product-specifications__column ul {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 1.25rem;
    margin-bottom: 0; }
    .product-specifications__column ul li {
      list-style: none;
      width: 100%;
      color: #003047;
      font-size: 14px;
      height: 3.5rem;
      line-height: 3.5rem;
      white-space: nowrap;
      padding: 0 1rem; }
      .product-specifications__column ul li:nth-child(2n+1) {
        background-color: rgba(164, 188, 196, 0.3); }
  .product-specifications__column--attributes {
    background-color: #ffffff; }
  .product-specifications__column.current h3 {
    color: #003047; }
  .product-specifications__column.current ul {
    background-color: rgba(255, 206, 0, 0.9); }
    .product-specifications__column.current ul li:nth-child(2n+1) {
      background-color: rgba(0, 0, 0, 0.04); }

.product-specifications__image {
  width: 100%;
  padding: 1.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .product-specifications__image img {
    max-height: 10rem;
    width: auto; }

.product-specifications__column:first-child ul {
  background-color: #fff; }

@media screen and (min-width: 768px) {
  .product-specifications__column:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: -0.125rem; } }

.product-specifications__column ul.product-specifications__sideheader {
  text-align: left; }
  .product-specifications__column ul.product-specifications__sideheader li {
    height: 3.5rem;
    line-height: 3.5rem;
    padding-left: 1.5rem;
    font-weight: 800; }

.page-promos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .page-promos .block--promo {
    padding-right: 1rem;
    padding-bottom: 0;
    background-size: cover; }
    @media screen and (min-width: 768px) {
      .page-promos .block--promo:last-child {
        margin-left: -1px; } }

.page-promos .block--promo {
  width: 100%;
  padding-bottom: 0.75rem;
  padding-top: 15%; }
  .page-promos .block--promo .promo-content {
    background-color: transparent;
    text-align: left;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    max-width: 25rem; }
    .page-promos .block--promo .promo-content .promo__title {
      color: #ffffff; }
    .page-promos .block--promo .promo-content .promo__action {
      margin-top: 1.5rem; }

/* RESPONSIVE */
@media screen and (min-width: 1024px) {
  .page-promos {
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
  .page-promos .block--promo {
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto; }
  div.dual-promo__row {
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .dual-promo__column .size-large {
    padding-right: 1.5rem; }
    .dual-promo__column .size-large .promo-content {
      max-width: 25rem; } }

.tips-n-tricks__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.tips-n-tricks__image {
  width: 100%;
  height: 17.5rem;
  background-color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.75rem;
  margin-bottom: 2rem; }
  .tips-n-tricks__image img {
    max-width: 100%;
    max-height: 100%; }

.tips-n-tricks__heading {
  margin-top: 0;
  margin-bottom: 1rem; }

.tips-n-tricks__content {
  margin-bottom: 2.5rem; }

.tips-n-tricks__button {
  display: inline-block;
  margin-top: auto; }

.downloads-container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .downloads-container {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1151px) {
    .downloads-container {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (min-width: 1152px) {
    .downloads-container {
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }

.downloads-container__filter {
  width: 100%;
  margin-bottom: 4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .downloads-container__filter ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%; }
    .downloads-container__filter ul li {
      list-style: none;
      width: 100%;
      margin-bottom: 2px; }
      .downloads-container__filter ul li a {
        text-decoration: none;
        display: inline-block;
        height: 100%;
        width: 100%;
        background-color: #A4BCC4;
        padding-right: 0;
        padding-left: 0;
        padding-top: 2px;
        text-align: center; }
      .downloads-container__filter ul li.active a {
        background-color: #FFCE00;
        color: #003047; }

.downloads-container__form {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2rem; }

input[type="text"].downloads-search-input {
  height: 3.5rem;
  width: 100%;
  font-weight: 600;
  padding-top: 2px;
  margin-bottom: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23A4BCC4%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpath%20class%3D%27st0%27%20d%3D%27M8.3%2C15.5c3.8%2C0%2C6.9-3.1%2C6.9-6.9c0-3.8-3.1-6.9-6.9-6.9c-3.8%2C0-6.9%2C3.1-6.9%2C6.9C1.4%2C12.4%2C4.5%2C15.5%2C8.3%2C15.5%20L8.3%2C15.5z%27%2F%3E%3Cline%20class%3D%27st0%27%20x1%3D%2718%27%20y1%3D%2718.3%27%20x2%3D%2713.2%27%20y2%3D%2713.5%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 20px calc(50% + 2px);
  background-size: 24px 24px;
  line-height: 40px;
  padding-left: 64px; }
  input[type="text"].downloads-search-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #A4BCC4; }
  input[type="text"].downloads-search-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #A4BCC4; }
  input[type="text"].downloads-search-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #A4BCC4; }
  input[type="text"].downloads-search-input:-moz-placeholder {
    /* Firefox 18- */
    color: #A4BCC4; }

.downloads-select {
  height: 3.5rem;
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  color: #003047;
  margin-bottom: 12px; }

/* DONWLOADS TABLE */
.downloads-table-container {
  width: 100%;
  margin-bottom: 5rem;
  overflow-x: scroll; }
  .downloads-table-container::-webkit-scrollbar-track {
    border-radius: 0.625rem; }
  .downloads-table-container::-webkit-scrollbar {
    height: 0.3125rem; }
  .downloads-table-container::-webkit-scrollbar-thumb {
    border-radius: 0.625rem;
    background-color: #A4BCC4; }

.downloads-table-container__table {
  margin-left: 0.125rem;
  margin-bottom: 0.75rem; }
  .downloads-table-container__table--sortbutton {
    background: none;
    height: 100%;
    width: auto;
    padding-right: 2rem;
    padding-left: 0;
    font-size: 12px;
    font-family: "GothamWeb", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
    color: #4D86A0;
    border: none;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    background-position: right 8px; }
    .downloads-table-container__table--sortbutton:hover {
      color: #003047;
      text-decoration: underline; }
    .downloads-table-container__table--sortbutton.asc, .downloads-table-container__table--sortbutton.desc {
      color: #003047; }
    .downloads-table-container__table--sortbutton.asc {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23003047%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpolyline%20transform%3D%27translate%288.000000%2C%2010.000000%29%27%20points%3D%270%204%204%200%208%204%27%3E%3C%2Fpolyline%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: right 7px;
      background-size: 24px 24px;
      line-height: 40px; }
    .downloads-table-container__table--sortbutton.desc {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23003047%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpolyline%20transform%3D%27translate%288.000000%2C%2010.000000%29%27%20points%3D%278%20-2.4492936e-16%204%204%200%20-2.4492936e-16%27%3E%3C%2Fpolyline%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: right 7px;
      background-size: 24px 24px;
      line-height: 40px; }
  .downloads-table-container__table tr:nth-child(2n+0) {
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); }
  .downloads-table-container__table tr th {
    text-transform: uppercase;
    color: #4D86A0;
    font-size: 12px; }
    .downloads-table-container__table tr th:nth-child(1) {
      padding-left: 1.5rem;
      text-align: left; }
  .downloads-table-container__table tr td {
    width: auto;
    min-width: 11rem;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.3;
    padding: 0.5rem 0.75rem; }
    .downloads-table-container__table tr td.name {
      max-width: 13rem;
      word-break: break-all; }
    .downloads-table-container__table tr td:nth-child(1) {
      text-align: left;
      font-weight: 600;
      color: #4D86A0;
      padding-left: 1.5rem; }
    .downloads-table-container__table tr td:nth-last-child(1) {
      width: 11.25rem;
      border-right: none;
      text-align: right;
      padding-left: 0;
      padding-right: 0.75rem; }
      .downloads-table-container__table tr td:nth-last-child(1) .btn {
        height: 2.625rem;
        line-height: 2.625rem;
        border: none; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .downloads-container__filter ul {
    max-width: 53rem; }
    .downloads-container__filter ul li {
      float: left;
      width: calc(50% - 2px);
      margin-right: 1px;
      margin-left: 1px; }
      .downloads-container__filter ul li:nth-child(1) {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px; }
  input[type="text"].downloads-search-input {
    width: 100%; }
  .downloads-select {
    width: auto;
    min-width: calc(33.33% - 24px);
    margin-right: 1.5rem; }
    .downloads-select:nth-last-child(1) {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .downloads-container__filter ul {
    max-width: 53rem; }
    .downloads-container__filter ul li {
      float: left;
      width: calc(20% - 2px);
      margin-right: 1px;
      margin-left: 1px; }
  input[type="text"].downloads-search-input {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
    margin-right: 1.5rem; }
  .downloads-select {
    width: auto;
    min-width: calc(20% - 12px);
    margin-right: 1.5rem; }
    .downloads-select:nth-last-child(1) {
      margin-right: 0; }
  .downloads-table-container {
    overflow: visible; }
  .downloads-table-container__table {
    margin-left: 0; } }

.table-loader {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .table-loader svg,
  .table-loader img {
    -webkit-animation: loaderSpin 2.4s infinite cubic-bezier(0.68, -0.55, 0.265, 1.55);
            animation: loaderSpin 2.4s infinite cubic-bezier(0.68, -0.55, 0.265, 1.55);
    margin-right: 0.5rem; }

@-webkit-keyframes loaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  60%, 100% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg); } }

@keyframes loaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  60%, 100% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg); } }

.contact-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .contact-form__form {
    width: 100%;
    padding: 2rem; }
    .contact-form__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
    .contact-form__form textarea {
      min-width: 100%;
      max-width: 100%;
      display: block; }
    .contact-form__form textarea {
      min-height: 11.5rem; }
    .contact-form__form .form-row-actions input {
      min-width: 8rem; }
    .contact-form__form .gfield_html {
      max-width: 25rem; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .contact-form__form {
      padding: 4rem; }
      .contact-form__form .form-row:nth-last-child(2) {
        padding-right: 10rem;
        margin-bottom: 0; }
      .contact-form__form .form-row-actions {
        text-align: right; }
        .contact-form__form .form-row-actions .form-action {
          margin-top: -3.75rem; } }
  @media screen and (min-width: 1024px) {
    .contact-form {
      -webkit-flex-flow: row-reverse nowrap;
          -ms-flex-flow: row-reverse nowrap;
              flex-flow: row-reverse nowrap; }
      .contact-form > div {
        -webkit-flex: none;
            -ms-flex: none;
                flex: none;
        width: 50%; }
      .contact-form__image {
        position: relative;
        overflow: hidden;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .contact-form__image img {
          position: absolute;
          top: 0px;
          left: 50%;
          display: block;
          width: auto;
          max-width: none;
          height: 100%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
          @supports (object-fit: cover) {
            .contact-form__image img {
              position: static;
              width: 100%;
              height: 100%;
              object-fit: cover;
              -webkit-transform: none;
                  -ms-transform: none;
                      transform: none; } }
      .contact-form__form {
        padding: 3rem; }
        .contact-form__form form {
          max-width: 34rem;
          margin: 0 auto; } }
    @media screen and (min-width: 1024px) and (min-width: 1152px) {
      .contact-form__form {
        padding: 4.5rem; }
        .contact-form__form .form-row:nth-last-child(2) {
          padding-right: 10rem;
          margin-bottom: 0; }
        .contact-form__form .form-row-actions {
          text-align: right; }
          .contact-form__form .form-row-actions .form-action {
            margin-top: -3.75rem; } }

.contact-country-container {
  width: 100%;
  background-color: #ffffff;
  padding-top: 4rem;
  padding-bottom: 3rem; }
  .contact-country-container__inner {
    width: 100%;
    max-width: 67rem;
    padding-right: 1rem;
    padding-left: 1rem;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .contact-country-container__inner--list {
      width: 100%;
      height: auto; }
    .contact-country-container__inner h2 {
      margin-top: 0;
      margin-bottom: 1.5rem;
      font-size: 36px;
      color: #003047; }
    .contact-country-container__inner--intro {
      margin-top: 0;
      margin-bottom: 3rem; }

.contact-country-container__list {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .contact-country-container__list li {
    width: 50%;
    height: 1.25rem;
    line-height: 1.25rem;
    float: left;
    text-align: left;
    list-style: none;
    margin-bottom: 2rem;
    overflow: hidden;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    font-weight: 600;
    color: #4D86A0;
    cursor: pointer;
    transition: 0.2s color ease-in-out; }
    .contact-country-container__list li img {
      height: 1.25rem;
      width: auto;
      margin-right: 1rem;
      float: left; }
    .contact-country-container__list li span {
      display: block;
      width: auto;
      float: left;
      height: 100%;
      line-height: 1.25rem; }

.contact-country-container__slide {
  width: 100%;
  display: none;
  max-height: 0;
  margin-right: -100%;
  float: right;
  opacity: 0; }
  .contact-country-container__slide--inner {
    width: 100%;
    padding-bottom: 2rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .contact-country-container__slide--information {
    width: 100%;
    padding-right: 1.5rem;
    text-align: left;
    padding-bottom: 2rem; }
  .contact-country-container__slide--map {
    width: 100%;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden; }
    .contact-country-container__slide--map img {
      width: 100%;
      height: auto; }
  .contact-country-container__slide--adress {
    margin-bottom: 2rem;
    margin-top: 0; }
  .contact-country-container__slide--phone {
    margin-bottom: 0;
    margin-top: 0; }
  .contact-country-container__slide--link {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.75rem;
    float: left;
    clear: both;
    text-decoration: none;
    color: #4D86A0;
    transition: 0.2s color ease-in-out;
    position: relative; }
    .contact-country-container__slide--link:before {
      content: "";
      display: block;
      height: 0.0625rem;
      width: 100%;
      background-color: #003047;
      position: absolute;
      bottom: 0.1875rem;
      left: 0;
      opacity: 0;
      transition: 0.2s opacity ease-in-out; }

.contact-country-container__slide--backbutton {
  display: inline-block;
  height: 1.25rem;
  width: auto;
  text-decoration: none;
  font-weight: 800;
  color: #003047;
  text-transform: uppercase;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 2.875rem;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  padding: 0; }
  .contact-country-container__slide--backbutton:focus {
    outline: none; }
  .contact-country-container__slide--backbutton img {
    height: 1.25rem;
    width: auto;
    margin-right: 1rem;
    float: left; }
  .contact-country-container__slide--backbutton span {
    display: block;
    width: auto;
    float: left;
    height: 100%;
    line-height: 1.25rem; }
  .contact-country-container__slide--backbutton:before {
    content: "";
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    float: left;
    padding-right: 1rem;
    transition: 0.2s all ease-in-out;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23003047%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpolyline%20transform%3D%27translate%2810.000000%2C%208.000000%29%27%20points%3D%274%208%200%204%204%203.6739404e-16%204%203.6739404e-16%27%3E%3C%2Fpolyline%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 24px;
    line-height: 40px; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact-country-container__list li {
    width: 33.33%;
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
  .contact-country-container__slide--inner {
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .contact-country-container__slide--information {
    width: 50%;
    padding-bottom: 0; }
  .contact-country-container__slide--map {
    max-width: 50%;
    min-height: 25rem; }
    .contact-country-container__slide--map img {
      width: auto;
      height: 100%; } }

@media screen and (min-width: 1024px) {
  .contact-country-container__slide {
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .contact-country-container__slide--information {
      width: 40%;
      padding-right: 1.5rem;
      padding-bottom: 0; }
    .contact-country-container__slide--map {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 60%;
      min-height: 25rem; }
      .contact-country-container__slide--map img {
        height: 100%;
        width: auto; }
  .contact-country-container__list li {
    width: 33.33%; } }

@media screen and (min-width: 1152px) {
  .contact-country-container__list li:hover {
    color: #003047; }
  .contact-country-container__slide--link:hover {
    color: #003047; }
    .contact-country-container__slide--link:hover:before {
      opacity: 1; }
  .contact-country-container__slide--backbutton:hover:before {
    margin-left: -0.25rem;
    padding-right: 1.25rem; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    padding-top: 10vh; }
  100% {
    opacity: 1;
    padding-top: 5vh; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    padding-top: 10vh; }
  100% {
    opacity: 1;
    padding-top: 5vh; } }

.product-compare-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 800;
  padding-top: 5vh;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: rgba(0, 48, 71, 0.9);
  -webkit-animation: fadeInUp ease-in-out 1;
  animation: fadeInUp ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s; }
  @media screen and (min-width: 768px) {
    .product-compare-modal {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .product-compare-modal.open {
    display: block; }
  .product-compare-modal__inner {
    background-color: #F7F7F9;
    margin: 0 auto;
    max-width: 90rem;
    max-height: 90vh;
    padding-bottom: 2.5rem; }
    .product-compare-modal__inner h2 {
      color: #003047;
      font-size: 32px;
      text-align: left;
      float: left;
      width: auto;
      margin-top: 2.5rem;
      padding-left: 2.5rem; }
  .product-compare-modal__scrollwrapper {
    width: 100%;
    max-height: calc(90vh - 150px);
    overflow-x: scroll; }
    .product-compare-modal__scrollwrapper::-webkit-scrollbar-track {
      border-radius: 0.625rem; }
    .product-compare-modal__scrollwrapper::-webkit-scrollbar {
      width: 0.3125rem; }
    .product-compare-modal__scrollwrapper::-webkit-scrollbar-thumb {
      border-radius: 0.625rem;
      background-color: #A4BCC4; }
    .product-compare-modal__scrollwrapper::-webkit-scrollbar-corner {
      background: #F7F7F9; }
  .product-compare-modal__tablecontainer {
    width: 100%;
    height: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 0; }
    .product-compare-modal__tablecontainer--remove {
      width: 2.5rem;
      height: 2.5rem;
      background-color: #4D86A0;
      border-radius: 2.5rem;
      border: none;
      margin-left: auto;
      margin-right: 20%;
      cursor: pointer;
      transition: 0.2s background-color ease-in-out;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23ffffff%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cline%20x1%3D%273.3%27%20y1%3D%273.3%27%20x2%3D%2720.7%27%20y2%3D%2720.7%27%2F%3E%3Cline%20x1%3D%2720.7%27%20y1%3D%273.3%27%20x2%3D%273.3%27%20y2%3D%2720.7%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 12px 12px;
      line-height: 28px; }
      .product-compare-modal__tablecontainer--remove:focus {
        outline: none;
        background-color: #003047; }
    .product-compare-modal__tablecontainer h3 {
      margin-bottom: 1rem; }
  .product-compare-modal__close {
    width: 4rem;
    height: 4rem;
    float: right;
    border: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23003047%27%20stroke-width%3D%271.7142857143%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cline%20x1%3D%273.3%27%20y1%3D%273.3%27%20x2%3D%2720.7%27%20y2%3D%2720.7%27%2F%3E%3Cline%20x1%3D%2720.7%27%20y1%3D%273.3%27%20x2%3D%273.3%27%20y2%3D%2720.7%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px;
    line-height: 44px; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-compare-modal__tablecontainer {
    padding-right: 1.5rem;
    padding-left: 1.5rem; } }

@media screen and (min-width: 1024px) {
  .product-compare-modal__tablecontainer {
    padding-right: 2.5rem;
    padding-left: 2.5rem; } }

@media screen and (min-width: 1152px) {
  .product-compare-modal__tablecontainer--remove:hover {
    background-color: #003047; }
  .product-compare-modal__close:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23FFCE00%27%20stroke-width%3D%271.7142857143%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cline%20x1%3D%273.3%27%20y1%3D%273.3%27%20x2%3D%2720.7%27%20y2%3D%2720.7%27%2F%3E%3Cline%20x1%3D%2720.7%27%20y1%3D%273.3%27%20x2%3D%273.3%27%20y2%3D%2720.7%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px;
    line-height: 44px; } }

div.retailers {
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    div.retailers {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1151px) {
    div.retailers {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (min-width: 1152px) {
    div.retailers {
      padding-left: 4.5rem;
      padding-right: 4.5rem; } }

.retailers {
  /* Content */ }
  .retailers__header {
    position: relative; }
    .retailers__header input {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23A4BCC4%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20transform%3D%27translate%284.000000%2C%202.000000%29%27%3E%3Cpath%20d%3D%27M16%2C8.18181819%20C16%2C14.5454545%208%2C20%208%2C20%20C8%2C20%203.55271368e-15%2C14.5454545%203.55271368e-15%2C8.18181819%20C6.58374763e-08%2C3.66312483%203.58172205%2C1.34110451e-07%208%2C1.34110451e-07%20C12.418278%2C1.34110451e-07%2015.9999999%2C3.66312483%2016%2C8.18181819%20Z%20M8%2C11%20C9.65685425%2C11%2011%2C9.65685425%2011%2C8%20C11%2C6.34314575%209.65685425%2C5%208%2C5%20C6.34314575%2C5%205%2C6.34314575%205%2C8%20C5%2C9.65685425%206.34314575%2C11%208%2C11%20Z%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: 1.25rem center;
      background-size: 24px 24px;
      line-height: 40px;
      width: 100%;
      height: 4rem;
      font-size: 1rem;
      font-weight: normal;
      padding: 0.125rem 4rem 0 3.5rem; }
      @media screen and (min-width: 1024px) {
        .retailers__header input {
          padding-right: 12.5rem; } }
    .retailers__header .btn {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23003047%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20id%3D%27icon%27%20transform%3D%27translate%282.000000%2C%202.000000%29%27%3E%3Ccircle%20cx%3D%2710%27%20cy%3D%2710%27%20r%3D%277%27%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2710%27%20cy%3D%2710%27%20r%3D%273%27%3E%3C%2Fcircle%3E%3Cpath%20d%3D%27M20%2C10%20L17%2C10%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M3%2C10%20L0%2C10%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M10%2C3%20L10%2C0%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M10%2C20%20L10%2C17%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: 12px center;
      background-size: 24px 24px;
      line-height: 40px;
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      line-height: 3rem;
      width: 3rem;
      background-color: #FFCE00;
      color: #003047;
      overflow: hidden;
      padding: 0;
      text-indent: 4rem; }
      @media screen and (min-width: 1024px) {
        .retailers__header .btn {
          width: auto;
          padding: 0 1rem 0 3rem;
          text-indent: 0; } }
  .retailers .tabs {
    margin-top: 2rem;
    /* Tabs */
    /* Content */ }
    @media screen and (min-width: 768px) {
      .retailers .tabs {
        margin-top: 4rem; } }
    .retailers .tabs__nav {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .retailers .tabs__nav__tab {
        display: inline-block;
        height: 56px;
        color: #fff;
        font-size: 12px;
        line-height: 56px;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        background-color: #A4BCC4;
        padding: 0 1.25rem;
        text-align: center;
        cursor: pointer;
        margin: 0 0.25rem;
        min-width: 8rem;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto; }
        .retailers .tabs__nav__tab:hover {
          color: #FFCE00; }
        @media screen and (min-width: 768px) {
          .retailers .tabs__nav__tab {
            -webkit-flex: none;
                -ms-flex: none;
                    flex: none; } }
      .retailers .tabs__nav .tab--active {
        background-color: #FFCE00;
        color: #003047; }
    .retailers .tabs__content {
      margin-top: 2rem; }
      @media screen and (min-width: 768px) {
        .retailers .tabs__content {
          margin-top: 4rem; } }
      .retailers .tabs__content__tab {
        display: none; }
      .retailers .tabs__content .tab--active {
        display: block; }

/* Map */
#map {
  position: relative;
  height: calc(90vh - 3rem);
  margin-bottom: 4rem; }
  @media screen and (min-width: 768px) {
    #map {
      height: 37.5rem; } }

#infowindow-content span {
  display: block; }

#place-name {
  font-weight: 600; }

#place-phone {
  margin-top: 15px; }

/* List */
.retailers-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin: 0 -1rem 1rem; }
  @media screen and (min-width: 768px) {
    .retailers-list {
      margin-bottom: 2rem; } }
  .retailers-list__retailer {
    width: 100%;
    padding: 0 1rem 1rem;
    margin: 0;
    list-style: none;
    list-style-image: none;
    font-size: 0.875rem;
    line-height: 1.5rem; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .retailers-list__retailer {
        width: 50%;
        padding-bottom: 2rem; } }
    @media screen and (min-width: 1024px) {
      .retailers-list__retailer {
        width: 33.3333333333%;
        padding-bottom: 2rem; } }
    .retailers-list__retailer__inner {
      background-color: #fff;
      box-shadow: 0 3px 6px -2px #DFE0E0;
      padding: 1.5rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      height: 100%; }
    .retailers-list__retailer__main {
      cursor: pointer;
      font-weight: 600;
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
                  -ms-grid-row-align: stretch;
              align-self: stretch; }
      .retailers-list__retailer__main .map-distance {
        margin-bottom: 0.5rem;
        color: #4D86A0; }
        .retailers-list__retailer__main .map-distance:after {
          content: ' km'; }
    .retailers-list__retailer__info {
      display: block;
      width: 100%; }
      .show-info .retailers-list__retailer__info {
        display: block; }
    .retailers-list__retailer span, .retailers-list__retailer a {
      display: block; }
    .retailers-list__retailer a {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }
    .retailers-list__retailer .retailer-city {
      margin-bottom: 1rem; }
    .retailers-list__retailer .trigger-tab-map {
      margin-top: 1rem;
      text-decoration: underline;
      cursor: pointer; }

/* Google Autocomplete */
div.pac-container {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  box-sizing: content-box; }
  div.pac-container:after {
    padding: 0.75rem 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: content-box;
    background-position: right 0.5rem center; }
  div.pac-container .pac-item {
    padding: 0.75rem;
    border-color: rgba(0, 0, 0, 0.1); }
    div.pac-container .pac-item:first-child {
      border: none; }

.block--news {
  padding: 0 1rem; }

.news-feat {
  border-bottom: 2px solid #CCCCCC;
  padding-bottom: 4rem;
  margin-bottom: 4rem; }
  .news-feat__image {
    margin-bottom: 2rem; }
    .news-feat__image img {
      display: block; }
  .news-feat__content {
    text-align: center; }
  @media screen and (min-width: 768px) {
    .news-feat {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row-reverse;
          -ms-flex-flow: row-reverse;
              flex-flow: row-reverse;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 6rem; }
      .news-feat__image {
        width: 100%;
        margin: 0; } }
  @media screen and (min-width: 1024px) {
    .news-feat {
      padding-bottom: 6rem; }
      .news-feat__image {
        width: 50%; }
      .news-feat__content {
        width: 50%; } }
  @media screen and (min-width: 1152px) {
    .news-feat {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .news-feat__image {
        width: 45%; }
      .news-feat__content {
        width: 45%; } }

.uppercase {
  text-transform: uppercase; }

.single-news__image {
  margin-bottom: 3rem; }
  @media screen and (min-width: 768px) {
    .single-news__image {
      margin: 4rem 0 3rem 0; } }
  @media screen and (min-width: 1152px) {
    .single-news__image {
      margin: 5rem 0 4rem 0; } }
  @media screen and (min-width: 1440px) {
    .single-news__image {
      margin: 6rem 0 5rem 0; } }

.single-news__title {
  text-align: center;
  margin-bottom: 4rem; }

.search-results .pagination {
  padding: 2rem 0;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .search-results .pagination {
      padding: 4rem 0; } }

.filter {
  display: none;
  position: fixed;
  z-index: 400;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer; }
  .filter__overlay {
    position: absolute;
    z-index: 400;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85); }
  .filter__inner {
    position: absolute;
    z-index: 410;
    left: 0px;
    top: 0px;
    width: 100%;
    max-width: 32rem;
    height: 100%;
    padding: 1.5rem 0 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: all 0.4s ease;
    cursor: default;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media screen and (min-width: 768px) {
      .filter__inner {
        padding-top: 2rem; } }
    .filter__inner > h3 {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      margin-bottom: 0.25rem;
      padding-left: 1.5rem; }
      @media screen and (min-width: 768px) {
        .filter__inner > h3 {
          margin-bottom: 1rem;
          padding-left: 3rem; } }
    .filter__inner form {
      -webkit-flex: auto;
          -ms-flex: auto;
              flex: auto;
      width: 100%;
      height: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      padding: 0 1.5rem 6rem; }
      @media screen and (min-width: 768px) {
        .filter__inner form {
          padding-left: 3rem;
          padding-right: 3rem; } }
    .filter__inner .filter__clear {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; }
  .filter__close {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 4rem;
    height: 4rem;
    border: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23fff%27%20stroke-width%3D%271.7142857143%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cline%20x1%3D%273.3%27%20y1%3D%273.3%27%20x2%3D%2720.7%27%20y2%3D%2720.7%27%2F%3E%3Cline%20x1%3D%2720.7%27%20y1%3D%273.3%27%20x2%3D%273.3%27%20y2%3D%2720.7%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px;
    line-height: 44px;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .filter__close {
        right: 2rem;
        top: 2rem; } }
  .filter__clear {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 48, 71, 0.9);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 1.5rem 3rem;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    transition: all 0.3s ease; }
    .filter__clear--open {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .filter__clear__active {
      font-size: 12px;
      line-height: 20px;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
      display: none; }
      @media screen and (min-width: 768px) {
        .filter__clear__active {
          display: block; } }
    .filter__clear .btn {
      margin-left: auto; }
  .filter--open .filter__inner {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px); }

.filter-group h3 {
  position: relative;
  font-size: 12px;
  line-height: 1.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 0.825rem;
  padding-bottom: 0.825rem;
  border-bottom: 1px solid #fff;
  padding-right: 2.5rem;
  margin-bottom: 0;
  cursor: pointer; }
  .filter-group h3:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0.825rem;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23fff%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpolyline%20transform%3D%27translate%2810.000000%2C%208.000000%29%27%20points%3D%27-2.22044605e-16%200%204%204%20-2.22044605e-16%208%20-2.22044605e-16%208%27%3E%3C%2Fpolyline%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    line-height: 40px;
    transition: all 0.2s 0.1s ease; }
  .filter-group h3.filter-open:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.filter-group ul {
  padding: 0;
  display: none; }
  .filter-group ul li {
    list-style: none;
    list-style-image: none;
    padding-bottom: 0.5rem; }
    .filter-group ul li label {
      font-weight: 600; }
    .filter-group ul li:last-child {
      padding-bottom: 1rem; }

.article-hero {
  position: relative;
  max-width: none;
  background-color: #4D86A0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media screen and (min-width: 768px) {
    .article-hero {
      margin-bottom: 6rem;
      padding-top: 2rem;
      padding-bottom: 4rem; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .article-hero {
      padding-top: 4rem;
      padding-bottom: 8rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1151px) {
    .article-hero {
      padding-top: 2rem;
      padding-bottom: 6rem; } }
  @media screen and (min-width: 1152px) {
    .article-hero {
      padding-top: 6rem;
      padding-bottom: 10rem; } }
  .article-hero a {
    color: #fff; }
  .article-hero .breadcrumbs,
  .article-hero #breadcrumbs {
    color: #fff; }
    .article-hero .breadcrumbs span a,
    .article-hero #breadcrumbs span a {
      color: #fff;
      text-decoration: underline; }
    .article-hero .breadcrumbs span:last-child,
    .article-hero #breadcrumbs span:last-child {
      color: #FFCE00; }
  .article-hero__content {
    position: relative;
    z-index: 10; }
    .article-hero__content h1 {
      color: #ffffff;
      margin: 0;
      line-height: 1; }
      .article-hero__content h1 span {
        color: #FFCE00; }
  @media screen and (min-width: 768px) {
    .article-hero--image {
      position: relative;
      padding: 0; }
      .article-hero--image .article-hero__content {
        position: absolute;
        z-index: 10;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        text-align: center; } }
  .article-hero__image {
    position: absolute;
    z-index: 5;
    left: 0px;
    top: 0px;
    max-width: none;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
    @media screen and (min-width: 768px) {
      .article-hero__image {
        position: static;
        height: auto;
        object-fit: none; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-hero__content {
    max-width: 53rem; }
    .article-hero__content h1 {
      font-size: 72px; } }

@media screen and (min-width: 1024px) {
  .article-hero__content {
    max-width: 53rem; }
    .article-hero__content h1 {
      font-size: 72px; } }

@media screen and (min-width: 1152px) {
  .article-hero__content h1 {
    font-size: 80px; } }

/* Artile block */
.article__lead {
  max-width: 46rem;
  margin: 0 auto; }

.vc_row:not([data-vc-full-width-init="true"]) {
  margin-bottom: 4rem;
  /* Set widths for blocks */
  /* Forms */ }
  @media screen and (min-width: 768px) {
    .vc_row:not([data-vc-full-width-init="true"]) {
      margin-bottom: 6rem; } }
  .vc_row:not([data-vc-full-width-init="true"]) .block--lead {
    max-width: 46rem;
    margin: 0 auto; }
  .vc_row:not([data-vc-full-width-init="true"]) .block--text,
  .vc_row:not([data-vc-full-width-init="true"]) .wpb_text_column {
    max-width: 39rem;
    margin: 0 auto 2rem; }
  .vc_row:not([data-vc-full-width-init="true"]) .block--image {
    margin: 3rem auto;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .vc_row:not([data-vc-full-width-init="true"]) .block--image {
        margin-top: 4rem;
        margin-bottom: 4rem; } }
    .vc_row:not([data-vc-full-width-init="true"]) .block--image figure {
      display: inline-block;
      text-align: left; }
  .vc_row:not([data-vc-full-width-init="true"]) .block--dual {
    max-width: 67rem;
    margin: 4rem auto; }
    .vc_row:not([data-vc-full-width-init="true"]) .block--dual .gridsystem {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .vc_row:not([data-vc-full-width-init="true"]) .block--dual .block__content {
      max-width: 33rem; }
  .vc_row:not([data-vc-full-width-init="true"]) .block--divider {
    margin: 4rem auto; }
    .vc_row:not([data-vc-full-width-init="true"]) .block--divider .divider {
      margin: 0 auto; }
    .vc_row:not([data-vc-full-width-init="true"]) .block--divider .divider--measurement {
      max-width: 39rem;
      margin-bottom: -0.75rem; }
      .vc_row:not([data-vc-full-width-init="true"]) .block--divider .divider--measurement span {
        color: #003047; }
  .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper {
    max-width: 39rem;
    margin: 4rem auto 2rem;
    /* Specific fields */ }
    .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper form input[type="text"],
    .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper form input[type="email"],
    .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper form textarea,
    .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper form select {
      width: 100%; }
    .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gform_heading {
      margin-bottom: 2rem; }
      .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gform_heading h3 {
        margin-bottom: 0.5rem; }
        .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gform_heading h3:last-child {
          margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gform_fields {
        margin: 0 -0.5rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gform_fields .gfield {
          width: 100%;
          padding: 0 0.5rem; }
          .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gform_fields .gfield.half {
            width: 50%; }
          .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gform_fields .gfield.inline .gfield_checkbox,
          .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gform_fields .gfield.inline .gfield_radio, .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gform_fields .gfield.rows .gfield_checkbox,
          .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gform_fields .gfield.rows .gfield_radio {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-flow: row wrap;
                -ms-flex-flow: row wrap;
                    flex-flow: row wrap;
            -webkit-align-items: flex-start;
                -ms-flex-align: start;
                    align-items: flex-start;
            -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                    justify-content: flex-start; }
            .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gform_fields .gfield.inline .gfield_checkbox li,
            .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gform_fields .gfield.inline .gfield_radio li, .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gform_fields .gfield.rows .gfield_checkbox li,
            .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gform_fields .gfield.rows .gfield_radio li {
              margin-right: 1.5rem; } }
    .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gsection {
      margin-top: 2rem;
      margin-bottom: 1.5rem; }
      .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gsection h2 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 0.5rem; }
        .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gsection h2:last-child {
          margin-bottom: 0; }
      .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gsection *:last-child {
        padding-bottom: 1rem;
        border-bottom: 1px solid #A4BCC4; }
    .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gfield_checkbox,
    .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gfield_radio {
      padding: 0;
      margin-top: -0.5rem; }
      .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gfield_checkbox li,
      .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gfield_radio li {
        margin-top: 0.5rem;
        margin-bottom: 0; }
    .vc_row:not([data-vc-full-width-init="true"]) .gform_wrapper .gfield_html *:last-child {
      margin-bottom: 0; }

.article-nav {
  background-color: #fff;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1); }
  .article-nav__inner {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: none; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .article-nav__inner {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media screen and (min-width: 1024px) and (max-width: 1151px) {
      .article-nav__inner {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media screen and (min-width: 1152px) {
      .article-nav__inner {
        padding-left: 4.5rem;
        padding-right: 4.5rem; } }
  .article-nav__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -1rem;
    margin-right: -1rem; }
    @media screen and (min-width: 768px) {
      .article-nav__menu {
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        margin-left: 0;
        margin-right: 0; } }
  .article-nav__menu-item {
    -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
            flex: 1 auto;
    width: 100%;
    padding: 1rem 0;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 3rem;
    padding-top: 1rem; }
    @media screen and (min-width: 768px) {
      .article-nav__menu-item {
        padding: 2rem 0;
        border-bottom: none; } }
    @media (hover: hover) {
      .article-nav__menu-item * {
        transition: all 0.2s ease; }
      .article-nav__menu-item:hover * {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); } }
    .article-nav__menu-item--prev, .article-nav__menu-item--back {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%234D86A0%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpolyline%20transform%3D%27translate%2810.000000%2C%208.000000%29%27%20points%3D%274%208%200%204%204%203.6739404e-16%204%203.6739404e-16%27%3E%3C%2Fpolyline%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 32px 32px;
      line-height: inherit;
      padding-left: 3rem; }

@media screen and (min-width: 768px) and (hover: hover) {
  .article-nav__menu-item--prev, .article-nav__menu-item--back {
    transition: all 0.2s ease;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .article-nav__menu-item--prev *, .article-nav__menu-item--back * {
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center; }
    .article-nav__menu-item--prev:hover, .article-nav__menu-item--back:hover {
      background-position: -4px center; } }
    .article-nav__menu-item--next {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%234D86A0%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpolyline%20transform%3D%27translate%2810.000000%2C%208.000000%29%27%20points%3D%27-2.22044605e-16%200%204%204%20-2.22044605e-16%208%20-2.22044605e-16%208%27%3E%3C%2Fpolyline%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 32px 32px;
      line-height: inherit;
      padding-right: 3rem; }
      @media screen and (min-width: 768px) {
        .article-nav__menu-item--next {
          border-left: 1px solid rgba(0, 0, 0, 0.1);
          text-align: right; } }
  @media screen and (min-width: 768px) and (hover: hover) {
    .article-nav__menu-item--next {
      transition: all 0.2s ease; }
      .article-nav__menu-item--next * {
        -webkit-transform-origin: right center;
            -ms-transform-origin: right center;
                transform-origin: right center; }
      .article-nav__menu-item--next:hover {
        background-position: right -4px center; } }
    .article-nav__menu-item--overview {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (min-width: 768px) {
        .article-nav__menu-item--overview {
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
  .article-nav__label {
    font-size: 12px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #4D86A0; }
  .article-nav__title {
    font-weight: 800;
    text-decoration: none; }

@media print {
  @page {
    margin: 2cm; }
  html {
    font-size: 10pt;
    line-height: 1.4;
    background: #fff !important; }
  body  {
    background: transparent; }
  h1, h2, h3, h4, h5, p, ul, ol, a {
    color: #000 !important; }
  a:not([class*="btn"]) {
    text-decoration: underline !important; }
  .site-header,
  .site-footer,
  .page-promos {
    display: none; }
  #breadcrumbs {
    display: none; }
  .product-single__downloadbutton,
  .product-single__images__showall,
  .product-single__imagelist,
  .product-single__readbutton,
  .product-specifications {
    display: none !important; }
  .page-hero {
    padding-top: 0 !important; }
    .page-hero h1 {
      font-size: 20pt;
      line-height: 1.1;
      margin-bottom: 0.25cm; }
  .page-hero-label {
    font-size: 9pt;
    line-height: 1.2; }
  .product-single__images {
    float: left !important;
    width: auto !important;
    max-width: 50% !important;
    margin-right: 1cm !important;
    padding: 0 !important; }
    .product-single__images .slick-list {
      height: auto !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }
    .product-single__images .slick-track {
      width: auto !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .product-single__images li {
      width: calc(50% - 0.5cm) !important;
      position: static !important;
      display: block !important;
      opacity: 1 !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      margin-right: 0.5cm;
      margin-bottom: 1cm; }
  .description-overflow {
    max-height: none !important;
    overflow: visible; }
    .description-overflow:before {
      display: none !important; }
  .product-single__listheader {
    display: none !important; }
  .product-single__listcontainer {
    padding: 0 !important;
    margin-bottom: 2cm !important;
    clear: both; }
  .product-single__listcontent {
    -webkit-flex-flow: column nowrap !important;
        -ms-flex-flow: column nowrap !important;
            flex-flow: column nowrap !important;
    padding: 0 !important; }
  .product-single__list {
    display: block !important;
    width: 100% !important; }
    .product-single__list.features ul {
      -webkit-columns: 2;
              columns: 2;
      -webkit-column-gap: 1cm;
              column-gap: 1cm; }
    .product-single__list.downloads {
      display: none !important; }
  .product-specifications {
    padding: 0 !important; }
    .product-specifications__container {
      -webkit-flex-flow: row wrap !important;
          -ms-flex-flow: row wrap !important;
              flex-flow: row wrap !important;
      overflow: visible;
      width: auto !important;
      page-break-before: avoid; }
    .product-specifications__column {
      -webkit-flex-flow: column nowrap !important;
          -ms-flex-flow: column nowrap !important;
              flex-flow: column nowrap !important;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 33.33333%;
      padding: 0 0.5cm 0.5cm;
      text-align: left !important; }
      .product-specifications__column h3 {
        padding: 0 !important; }
      .product-specifications__column:first-child {
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
        margin-top: 1cm; }
      .product-specifications__column.current {
        border: 2px solid #000; }
    .product-specifications__sideheader {
      display: block !important; }
      .product-specifications__sideheader li {
        display: inline-block !important;
        width: auto !important;
        margin-right: 0.25cm;
        font-weight: normal !important; }
    .product-specifications__content, .product-specifications__sideheader {
      counter-reset: features;
      padding-top: 0 !important;
      margin-top: 0cm !important; }
      .product-specifications__content li, .product-specifications__sideheader li {
        box-shadow: none !important;
        background-color: transparent !important;
        padding: 0 !important;
        line-height: 1.4 !important;
        height: auto !important;
        font-size: 8pt !important;
        line-height: 1.3 !important; }
        .product-specifications__content li:before, .product-specifications__sideheader li:before {
          counter-increment: features;
          content: "[" counter(features) "] ";
          font-weight: bold;
          font-family: "Roboto Mono", monospace; } }
/*# sourceMappingURL=style.css.map */