@charset "UTF-8";
/*
	Theme Name: HITEC - UPS
	Theme URI: https://hitec-ups.test
	Author: Team Nijhuis
	Author URI: https://teamnijhuis.com
	Description: Custom theme created by Team Nijhuis.
	Version: 1.0
	License: Team Nijhuis
	Text Domain: teamnijhuis
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Reset CSS
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

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

/* # Main SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Extra fonts
--------------------------------------------- */
/* ## Mixins
--------------------------------------------- */
/* ## Colors
--------------------------------------------- */
/* ## Variables
--------------------------------------------- */
figure {
  margin: 0;
}

.wrap-square,
.wrap-16-9,
.wrap-4-3,
.wrap-2-3,
.wrap-3-2,
.wrap-2-1 {
  display: block;
  position: relative;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.wrap-square img,
.wrap-16-9 img,
.wrap-4-3 img,
.wrap-2-3 img,
.wrap-3-2 img,
.wrap-2-1 img {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap-2-3 {
  padding: 0 0 150% 0;
}

.wrap-square {
  padding: 0 0 100% 0;
}

.wrap-2-1 {
  padding: 0 0 50% 0;
}

.wrap-16-9 {
  padding: 0 0 56.25% 0;
}

.wrap-3-2 {
  padding: 0 0 66.666% 0;
}

.wrap-4-3 {
  padding: 0 0 75% 0;
}

/* ## Flexbox grid
--------------------------------------------- */
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 40px;
  padding-left: 40px;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-left: -40px;
}
.row.no-margin {
  margin: 0;
}
.row.no-margin > div {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1023px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 40px;
  padding-left: 40px;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 480px) {
  .container {
    width: 49rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 640px) {
  .container {
    width: 65rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1023px) {
  .container {
    width: 76rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.82;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  backface-visibility: hidden;
  transition-property: transform, opacity;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition-property: transform, opacity;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

/* Navigation arrows */
.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
  background: #000;
  border-radius: 50%;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0.8);
}

.fancybox-close-small:after {
  content: "×";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font: 30px/31px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:hover {
  background-color: #FFF;
  border-color: #E8E8E8;
  color: #000 !important;
}

.fancybox-close-small:hover:after {
  color: #000;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

p.fancybox-share__links {
  margin-right: -10px;
}

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #fff;
  transition: all 0.2s;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/* ## Base
--------------------------------------------- */
* {
  outline: none !important;
}

strong,
b {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

body {
  width: 100%;
  font-family: "Lato", sans-serif;
  color: #000;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: #FFFFFF;
  overflow-x: hidden;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
iframe {
  display: block;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

img.lazy {
  transition: all 0.3s ease-out 0.5s;
  opacity: 0;
}

.responsive-video-wrapper img.lazy {
  transition: all 0.3s ease-out 0s;
}

img.loaded {
  opacity: 1;
}

.align-center img {
  margin: 0 auto;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.responsive-iframe-wrapper {
  position: relative;
  padding: 0 0 56.25% 0;
  /* 16:9 */
  height: 0;
}
.responsive-iframe-wrapper img,
.responsive-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

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

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

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

.alignleft,
.float-left {
  float: left;
}

.alignright,
.float-right {
  float: right;
}

::-moz-selection {
  color: #FFF;
  background: #E05206;
}

::selection {
  color: #FFF;
  background: #E05206;
}

::-moz-selection {
  color: #FFF;
  background: #E05206;
}

/* ## Clear
--------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

/* ## Desktop / Mob-only
--------------------------------------------- */
.mob-only {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .mob-only {
    display: block;
  }
}

.desktop-only {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}

.mob-img {
  display: none;
}
@media only screen and (max-width: 750px) {
  .mob-img {
    display: block;
  }
}

.desktop-img {
  display: block;
}
@media only screen and (max-width: 750px) {
  .desktop-img {
    display: none;
  }
}

/* ## WP defaults
--------------------------------------------- */
.gallery {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -20px 10px -20px;
}
.gallery .gallery-item {
  margin: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
  padding: 0 20px 20px 20px;
}
.gallery a {
  display: block;
  line-height: 0;
  position: relative;
}
.gallery a img {
  width: 100%;
  height: auto;
}
.gallery.gallery-columns-2 .gallery-item {
  flex-basis: 50%;
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.gallery.gallery-columns-4 .gallery-item {
  flex-basis: 25%;
  max-width: 25%;
}

.wp-caption {
  max-width: 100%;
  position: relative;
  padding-bottom: 30px;
}

.wp-caption-text {
  font-size: 0.875em;
  font-style: italic;
  display: block;
  padding: 5px 0 0 0;
}

/* ## Text
--------------------------------------------- */
h1, .h1 {
  font: 900 5em/1.1 "Lato", sans-serif;
  color: #000;
  margin: 0;
  padding: 0 0 50px 0;
}
@media only screen and (max-width: 1023px) {
  h1, .h1 {
    font: 900 2.5em/1.2 "Lato", sans-serif;
    padding: 0 0 30px 0;
  }
}

h2, .h2,
select#select-office {
  font: 900 2.25em/1.2 "Lato", sans-serif;
  color: #000;
  margin: 0;
  padding: 0 0 20px 0;
}
h2.big, .h2.big,
select#select-office.big {
  font: 900 2.5em/1.2 "Lato", sans-serif;
}
@media only screen and (max-width: 1023px) {
  h2.big, .h2.big,
  select#select-office.big {
    font: 900 2.25em/1.2 "Lato", sans-serif;
  }
}
@media only screen and (max-width: 1023px) {
  h2, .h2,
  select#select-office {
    font: 900 2em/1.2 "Lato", sans-serif;
  }
}

.big h2,
.big .h2 {
  font: 900 2.75em/1.2 "Lato", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .big h2,
  .big .h2 {
    font: 900 2.25em/1.2 "Lato", sans-serif;
  }
}

h3, .h3,
#whr_embed_hook h2 {
  font: 700 1.225em/1.5 "Lato", sans-serif;
  color: #000;
  margin: 0;
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 1023px) {
  h3, .h3,
  #whr_embed_hook h2 {
    font: 700 1.2em/1.5 "Lato", sans-serif;
  }
}

h4, .h4 {
  font: 700 1.175em/1.5 "Lato", sans-serif;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  h4, .h4 {
    font: 700 1.125em/1.5 "Lato", sans-serif;
  }
}

hr {
  height: 2px;
  display: block;
  margin: 0 0 40px 0;
  padding: 0;
  border: 0;
  background: #E8E8E8;
}

a {
  text-decoration: underline;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a.text-link {
  color: #000;
}

p, .p,
label,
address,
td,
th,
li {
  font: 300 1em/1.75 "Lato", sans-serif;
  color: #000;
  margin: 0;
  padding: 0 0 40px 0;
}

.smaller {
  font-size: 0.875em;
}

.bigger {
  font-size: 1.125em;
}

.section-title {
  text-transform: uppercase;
  letter-spacing: 2.65px;
  font-size: 0.875em;
}

.thin-weight {
  font-weight: 300;
}

ul,
ol {
  display: block;
  margin: 0;
  padding: 0 0 30px 0;
}
ul li,
ol li {
  display: block;
  position: relative;
  font-family: "Lato", sans-serif;
  color: #000;
  margin: 0;
  padding: 0 0 0 20px;
}
ul li:before,
ol li:before {
  position: absolute;
  left: 0;
}

ul li:before {
  display: block;
  height: 6px;
  width: 6px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
}
ul.green-checks {
  padding-bottom: 25px;
}
ul.green-checks li {
  padding-left: 25px;
  padding-bottom: 5px;
}
ul.green-checks li:before {
  top: 1px;
  border-radius: 0;
  background: none;
  height: auto;
  width: auto;
  color: green;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
}
ul.with-icons {
  padding-top: 15px;
}
ul.with-icons li {
  padding-left: 40px;
}
ul.with-icons li:before {
  display: none;
}
ul.with-icons li .icon {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  height: 16px;
  width: auto;
}
ul.with-icons li .icon img {
  max-height: 100%;
  height: auto;
}

ol li {
  counter-increment: step-counter;
  padding-left: 25px;
}
ol li:before {
  content: counter(step-counter) "- ";
  font-weight: 300;
  position: absolute;
  left: 0;
}

blockquote {
  position: relative;
  display: block;
}
blockquote p {
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 900;
  color: #E05206;
  font-style: italic;
}
blockquote p:before, blockquote p:after {
  content: "“";
}
blockquote p:after {
  content: "”";
}

table {
  margin: 0 0 30px 0;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  table {
    display: block;
  }
}

tr td:first-child {
  padding-right: 40px;
}
@media only screen and (max-width: 640px) {
  tr td:first-child {
    display: block;
    padding-right: 0;
  }
}
tr td:last-child {
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  tr td:last-child {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  tr:last-child td:last-child {
    padding-bottom: 0;
  }
}

td, th {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  td, th {
    display: block;
  }
}

.two-columns {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.white-text h1, .white-text .h1,
.white-text h2, .white-text .h2,
.white-text h3, .white-text .h3,
.white-text ul li,
.white-text ol li,
.white-text ul li:before,
.white-text ol li:before,
.white-text label,
.white-text p,
.white-text span,
.white-text i,
.white-text a,
.white-text td {
  color: #FFF;
}
.white-text ul li:before {
  background: #FFF;
}
.white-text ol li:before {
  color: #FFF;
}

p.red-color {
  color: red !important;
}

.star-container {
  display: inline-block;
}
.star-container .star {
  display: inline-block;
}

.block {
  padding: 50px 40px 10px 40px;
  margin: 0 0 40px 0;
}
.block.large-padding {
  padding: 70px 120px 40px 120px;
}
@media only screen and (max-width: 1023px) {
  .block.large-padding {
    padding: 50px 40px 10px 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .block {
    padding: 30px 20px 10px 20px;
  }
}

.orange-color {
  color: #E05206 !important;
}

.orange-bg {
  background: #E05206;
}

.white-color {
  color: #FFF;
}

.white-bg {
  background: #FFF;
}

.light-gray-color {
  color: #E8E8E8 !important;
}

.light-gray-bg {
  background: #E8E8E8;
}

.ghost-white-color {
  color: #FAFAFA;
}

.ghost-white-bg {
  background: #FAFAFA;
}

.medium-gray-color {
  color: #707070 !important;
}

.medium-gray-bg {
  background: #707070;
}

.dark-gray-color {
  color: #212121;
}

.dark-gray-bg {
  background: #212121;
}

.black-color {
  color: #000;
}

.black-bg {
  background: #000;
}

.with-shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.address {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.address p {
  display: block;
  position: relative;
  border-top: 2px solid #E8E8E8;
  padding: 10px 120px 10px 0;
}
.address .contact-icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100px;
  text-align: center;
  transform: translateY(-50%);
  display: block;
  text-decoration: none;
  color: #707070;
}
.address .contact-icon i:before {
  font-weight: 900;
}
.address .contact-icon .text {
  display: block;
  font-style: italic;
  font-weight: 300;
  font-size: 0.875em;
}
.address .contact-icon:hover {
  color: #E05206;
}

/* ## Slick slider
--------------------------------------------- */
.slides {
  position: relative;
  padding: 0;
}
.slides .slide {
  float: left;
  position: relative;
  padding: 0 20px;
}
.slides .slick-list {
  overflow: hidden;
  margin: 0 -20px;
}

.slick-arrow {
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 30px;
  background: none;
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  z-index: 50;
  cursor: pointer;
  text-align: center;
  background: #FFF;
}
.slick-arrow img {
  width: 14px;
  height: auto;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:hover:not(.slick-disabled) img {
  transform: translateX(3px);
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:hover:not(.slick-disabled) img {
  transform: translateX(-3px);
}
.slick-arrow.slick-disabled {
  opacity: 0.16;
  cursor: inherit;
}

ul.slick-dots {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
ul.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
ul.slick-dots li:before {
  display: none;
}
ul.slick-dots li button {
  font-size: 0;
  height: 3px;
  width: 30px;
  background: #E8E8E8;
  border-radius: 1.5px;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
ul.slick-dots li.slick-active button, ul.slick-dots li:hover button {
  background: #E05206;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: left !important;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 20px;
  font: 300 1em/1.5 "Lato", sans-serif;
  border: 1px solid #E8E8E8;
  background: none;
  color: #000;
  margin: 0;
  text-align: left !important;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #E8E8E8;
  border-top: 0;
  background: #212121;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  color: #FFF;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #000;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  color: #FFF;
}
.chosen-container .chosen-results li:before {
  display: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
  color: #FFF;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
  color: #707070;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #E05206;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #000;
  display: list-item;
  background: #FFF;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
  font-style: italic;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #707070;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */
/* @group Retina compatibility */
/* @end */
/* ## Forms styling
--------------------------------------------- */
label {
  font-weight: 400;
  padding-bottom: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2.65px;
  font-size: 0.75em;
}

input[type=text],
input[type=number],
input[type=search],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=phone],
input[type=url],
select,
textarea {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 20px;
  font: 300 0.875em/1.5 "Lato", sans-serif;
  border: 1px solid #E8E8E8;
  background: none;
  color: #000;
  margin: 0;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=phone]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #E05206;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
}
input[type=checkbox] + label, input[type=checkbox] + span, input[type=checkbox] + td,
input[type=radio] + label,
input[type=radio] + span,
input[type=radio] + td {
  display: block;
  position: relative;
  padding: 0 0 0 35px;
  margin: 0;
  cursor: pointer;
  text-transform: none !important;
}
input[type=checkbox] + label:before, input[type=checkbox] + span:before, input[type=checkbox] + td:before,
input[type=radio] + label:before,
input[type=radio] + span:before,
input[type=radio] + td:before {
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  content: "";
  font-family: "Font Awesome 5 Free";
  padding: 0;
  top: 5px;
  left: 0;
  background: #FFF;
  border: 1px solid #E8E8E8;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.ginput_container_file {
  padding: 0 0 20px 0;
}
.ginput_container_file label {
  font-weight: 400;
  letter-spacing: 0;
}
.ginput_container_file input {
  font: 300 0.875em/1.5 "Lato", sans-serif;
}

input[type=checkbox] + label:before, input[type=checkbox] + span:before, input[type=checkbox] + td:before {
  top: 2px;
}
input[type=checkbox]:checked + label:after, input[type=checkbox]:checked + span:after, input[type=checkbox]:checked + td:after {
  content: "\f00c";
  position: absolute;
  display: inline-block;
  color: #E05206;
  font-family: "Font Awesome 5 Free";
  left: 3px;
  top: 4px;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

input[type=radio] + label:before, input[type=radio] + span:before, input[type=radio] + td:before {
  border-radius: 50%;
  top: 2px;
}
input[type=radio]:checked + label:after, input[type=radio]:checked + span:after, input[type=radio]:checked + td:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #E05206;
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
}

.ginput_container_select,
.select-wrap {
  display: block;
  position: relative;
}
.ginput_container_select:before,
.select-wrap:before {
  font-family: "Font Awesome 5 Free";
  color: #000;
  content: "\f107";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.white-text .ginput_container_select:before,
.white-text .select-wrap:before {
  color: #707070;
}
.white-text input[type=text],
.white-text input[type=number],
.white-text input[type=search],
.white-text input[type=email],
.white-text input[type=tel],
.white-text input[type=password],
.white-text input[type=date],
.white-text input[type=phone],
.white-text input[type=url],
.white-text select,
.white-text textarea {
  color: #FFF;
  border-color: rgba(255, 255, 255, 0.3);
}
.white-text option {
  color: #000 !important;
}
.white-text ::-webkit-input-placeholder {
  color: #FFF;
}
.white-text :-moz-placeholder {
  color: #FFF;
}
.white-text ::-moz-placeholder {
  color: #FFF;
}
.white-text :-ms-input- {
  color: #FFF;
}

textarea {
  height: 130px;
}

.gfield_consent_label {
  display: inline-block !important;
}

::-webkit-input-placeholder {
  opacity: 0.5;
}

:-moz-placeholder {
  opacity: 0.5;
}

::-moz-placeholder {
  opacity: 0.5;
}

:-ms-input- {
  opacity: 0.5;
}

/* ## Gravity forms addons
--------------------------------------------- */
.gfield_error input[type=text],
.gfield_error input[type=number],
.gfield_error input[type=search],
.gfield_error input[type=email],
.gfield_error input[type=tel],
.gfield_error input[type=password],
.gfield_error input[type=date],
.gfield_error input[type=phone],
.gfield_error input[type=url],
.gfield_error select,
.gfield_error textarea,
.woocommerce-invalid input[type=text],
.woocommerce-invalid input[type=number],
.woocommerce-invalid input[type=search],
.woocommerce-invalid input[type=email],
.woocommerce-invalid input[type=tel],
.woocommerce-invalid input[type=password],
.woocommerce-invalid input[type=date],
.woocommerce-invalid input[type=phone],
.woocommerce-invalid input[type=url],
.woocommerce-invalid select,
.woocommerce-invalid textarea {
  border-color: red;
}

.gform_wrapper {
  position: relative;
  padding: 0 0 30px 0;
  margin: 0;
}
.gform_wrapper .charleft {
  display: none;
}
.gform_wrapper ul {
  margin: 0;
  padding: 0;
}
.gform_wrapper ul .ginput_complex:after {
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
  content: "";
  clear: both;
}
.gform_wrapper ul li {
  margin: 0;
  padding: 0 0 10px 0;
}
.gform_wrapper ul li:before {
  display: none;
}
.gform_wrapper ul li.hidden_label > label {
  display: none;
}
.gform_wrapper ul li .hidden_sub_label, .gform_wrapper ul li.gfield_visibility_hidden, .gform_wrapper ul li.hidden-field {
  display: none !important;
}
.gform_wrapper ul li .gf_name_has_2 > span {
  width: 50%;
  display: block;
  float: left;
}
.gform_wrapper ul li .gf_name_has_2 > span:first-child {
  padding-right: 10px;
}
.gform_wrapper ul li .gf_name_has_2 > span:last-child {
  padding-left: 10px;
}
.gform_wrapper ul li .gf_name_has_2:after {
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
  content: "";
  clear: both;
}
@media only screen and (max-width: 640px) {
  .gform_wrapper ul li .gf_name_has_2 > span {
    float: none;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

body img.gform_ajax_spinner {
  padding: 40px;
  height: auto !important;
  width: auto !important;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  background: #FFF;
  z-index: 1000;
  transform: translate(-50%, -50%);
  padding-top: 40px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.gfield_required {
  display: inline-block;
  margin-left: 5px;
}

.validation_error,
.gform_confirmation_message {
  display: block;
  border: 1px solid red;
  color: red;
  padding: 20px;
  margin: 0 0 20px 0;
  background: #FFF;
}
.validation_error p,
.gform_confirmation_message p {
  margin: 0;
  padding: 0;
}

.gform_confirmation_message {
  background: #FFF;
  border-color: green;
  color: green;
}

.validation_message {
  padding: 5px 0 10px 0;
  font-style: italic;
  color: red;
  display: block;
}

.inline-form_wrapper {
  text-align: center;
}
.inline-form_wrapper label,
.inline-form_wrapper input[type=text],
.inline-form_wrapper input[type=number],
.inline-form_wrapper input[type=search],
.inline-form_wrapper input[type=email],
.inline-form_wrapper input[type=tel],
.inline-form_wrapper input[type=password],
.inline-form_wrapper input[type=date],
.inline-form_wrapper input[type=phone],
.inline-form_wrapper input[type=url],
.inline-form_wrapper select,
.inline-form_wrapper textarea {
  text-align: left;
}
.inline-form_wrapper .gform_body,
.inline-form_wrapper .gform_footer {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .inline-form_wrapper .gform_body,
  .inline-form_wrapper .gform_footer {
    display: block;
    width: 100%;
  }
}
.inline-form_wrapper .gform_body ul li {
  display: inline-block;
  max-width: 605px;
  position: relative;
  vertical-align: top;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .inline-form_wrapper .gform_body ul li {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.inline-form_wrapper .gform_footer {
  padding-top: 31px;
}
@media only screen and (max-width: 1023px) {
  .inline-form_wrapper .gform_footer {
    padding-top: 10px;
  }
}

.dealer-finder-form_wrapper .gform_body,
.dealer-finder-form_wrapper .gform_footer {
  float: left;
}
.dealer-finder-form_wrapper .gform_body {
  width: calc(100% - 85px);
}
.dealer-finder-form_wrapper .gform_footer {
  width: 85px;
  position: relative;
}
.dealer-finder-form_wrapper .gform_footer button[type=submit], .dealer-finder-form_wrapper .gform_footer input[type=submit] {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 53px;
  width: 100%;
}
.dealer-finder-form_wrapper .gform_footer button[type=submit]:after, .dealer-finder-form_wrapper .gform_footer input[type=submit]:after {
  content: url("assets/img/svg-icons/arrow-right-white.svg");
  top: 0;
  margin-left: 0;
}
.dealer-finder-form_wrapper form:after {
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
  content: "";
  clear: both;
}

/* ## Buttons
--------------------------------------------- */
.button,
input[type=submit],
button[type=submit] {
  cursor: pointer;
  display: flex;
  width: auto;
  position: relative;
  padding: 10px 30px;
  color: #FFF;
  font: 400 0.75em/1.5 "Lato", sans-serif;
  text-decoration: none;
  margin: 0;
  text-align: center;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: 2.65px;
  transition: all 0.3s ease-out 0s;
}
.button.orange,
input[type=submit].orange,
button[type=submit].orange {
  background: #E05206;
  border-color: #E05206;
  color: #FFF;
}
.button.orange:hover,
input[type=submit].orange:hover,
button[type=submit].orange:hover {
  background: #e77c42;
  border-color: #e77c42;
}
.button.dark-gray,
input[type=submit].dark-gray,
button[type=submit].dark-gray {
  background: #212121;
  color: #FFF;
  border-color: #212121;
}
.button.dark-gray:hover,
input[type=submit].dark-gray:hover,
button[type=submit].dark-gray:hover {
  background: #e77c42;
  border-color: #e77c42;
}
.button.download-button,
input[type=submit].download-button,
button[type=submit].download-button {
  padding-left: 75px;
}
.button.download-button:before,
input[type=submit].download-button:before,
button[type=submit].download-button:before {
  content: url("../img/svg-icons/icon-download-white.svg");
  display: inline-block;
  margin-right: 10px;
  width: 35px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 30px;
  transition: all 0.3s ease-out 0s;
}
.button.download-button-text,
input[type=submit].download-button-text,
button[type=submit].download-button-text {
  padding-left: 45px;
  color: #E05206;
}
.button.download-button-text:before,
input[type=submit].download-button-text:before,
button[type=submit].download-button-text:before {
  content: url("../img/svg-icons/icon-download-orange.svg");
  display: inline-block;
  margin-right: 10px;
  width: 35px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 0px;
  transition: all 0.3s ease-out 0s;
}
.button.download-button-text:hover,
input[type=submit].download-button-text:hover,
button[type=submit].download-button-text:hover {
  text-decoration: underline;
}
.button.download-button-text.white-color,
input[type=submit].download-button-text.white-color,
button[type=submit].download-button-text.white-color {
  color: #FFF;
}
.button.download-button-text.white-color:before,
input[type=submit].download-button-text.white-color:before,
button[type=submit].download-button-text.white-color:before {
  content: url("../img/svg-icons/icon-download-white.svg");
}
.button.back-button,
input[type=submit].back-button,
button[type=submit].back-button {
  color: #000;
}
.button.back-button:before,
input[type=submit].back-button:before,
button[type=submit].back-button:before {
  content: url("../img/svg-icons/icon-long-arrow-left-black.svg");
  display: inline-block;
  margin-right: 10px;
  width: 35px;
  height: auto;
  position: relative;
  top: -3px;
  transition: all 0.3s ease-out 0s;
}
.button.back-button:hover:before,
input[type=submit].back-button:hover:before,
button[type=submit].back-button:hover:before {
  margin-right: 20px;
}
.button.back-button.orange-color,
input[type=submit].back-button.orange-color,
button[type=submit].back-button.orange-color {
  color: #E05206;
  padding-left: 0;
}
.button.back-button.orange-color:before,
input[type=submit].back-button.orange-color:before,
button[type=submit].back-button.orange-color:before {
  content: url("../img/svg-icons/icon-long-arrow-left-orange.svg");
}
.button.with-arrow:after,
input[type=submit].with-arrow:after,
button[type=submit].with-arrow:after {
  display: inline-block;
  margin-left: 10px;
  content: url("../img/svg-icons/icon-long-arrow-right-orange.svg");
  width: 35px;
  height: auto;
  position: relative;
  top: -2px;
  transition: all 0.3s ease-out 0s;
}
.button.with-arrow:hover:after,
input[type=submit].with-arrow:hover:after,
button[type=submit].with-arrow:hover:after {
  margin-left: 20px;
  content: url("../img/svg-icons/icon-long-arrow-right-white.svg");
  width: 35px;
  height: auto;
}
.button.with-arrow.orange:after,
input[type=submit].with-arrow.orange:after,
button[type=submit].with-arrow.orange:after {
  content: url("../img/svg-icons/icon-long-arrow-right-white.svg");
}
.button.white-text,
input[type=submit].white-text,
button[type=submit].white-text {
  padding-left: 0;
  padding-right: 0;
}
.button.white-text:after,
input[type=submit].white-text:after,
button[type=submit].white-text:after {
  content: url("../img/svg-icons/icon-long-arrow-right-white.svg");
}
.button.ghost-orange,
input[type=submit].ghost-orange,
button[type=submit].ghost-orange {
  border-color: #E05206;
  color: #E05206;
}
.button.ghost-orange:hover,
input[type=submit].ghost-orange:hover,
button[type=submit].ghost-orange:hover {
  border-color: #E05206;
  background: #E05206;
  color: #FFF;
}
.button.full-width,
input[type=submit].full-width,
button[type=submit].full-width {
  width: 100%;
}
.button.play-button:before,
input[type=submit].play-button:before,
button[type=submit].play-button:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  margin-right: 10px;
  font-weight: 900;
  transition: all 0.3s ease-out 0s;
}
.button.play-button:hover:before,
input[type=submit].play-button:hover:before,
button[type=submit].play-button:hover:before {
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  .button,
  input[type=submit],
  button[type=submit] {
    width: 100%;
  }
}

.button-p {
  display: flex;
}

button {
  cursor: pointer;
}

input[type=submit],
button[type=submit] {
  display: block;
  width: 100%;
  background: #E05206;
  border-color: #E05206;
  padding-top: 15px;
  padding-bottom: 15px;
}
input[type=submit]:after,
button[type=submit]:after {
  content: url("../img/svg-icons/icon-long-arrow-right-white.svg");
  display: inline-block;
  width: 35px;
  position: relative;
  margin-left: 10px;
  top: -2px;
  transition: all 0.3s ease-out 0s;
}
input[type=submit]:hover,
button[type=submit]:hover {
  background: #e77c42;
  border-color: #e77c42;
}
input[type=submit]:hover:after,
button[type=submit]:hover:after {
  margin-left: 20px;
}

.button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.button-wrap .button {
  margin-right: 20px;
}
.button-wrap .button:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .button-wrap .button {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.video-wrap {
  display: block;
  position: relative;
}

.large-video-button {
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #FFF;
  position: absolute;
  text-align: center;
}
.large-video-button .icon {
  display: inline-block;
  position: relative;
  height: 80px;
  width: 80px;
  color: #E05206;
  line-height: 60px;
  text-align: center;
  border: 10px solid rgba(255, 255, 225, 0.3);
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
}
.large-video-button .icon i {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  line-height: 60px;
  transition: all 0.3s ease-out 0s;
}
.large-video-button .button-text {
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 2.65px;
  font-weight: 400;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}
.large-video-button:hover {
  color: #E05206;
}
.large-video-button:hover .icon i {
  font-size: 1.5em;
}

.sm-icons {
  display: block;
  margin: 0;
  padding: 0 0 20px 0;
}
.sm-icons li {
  display: inline-block;
  margin: 0;
  padding: 0 10px 10px 0;
}
.sm-icons li:before {
  display: none;
}
.sm-icons li a {
  color: #FFF;
  text-decoration: none;
}
.sm-icons li a:hover {
  color: #E05206;
}

.sm-share-buttons {
  display: block;
  margin: 0;
  padding: 0 0 30px 0;
}
.sm-share-buttons li {
  display: inline-block;
  padding: 0 5px 10px 0;
}
.sm-share-buttons li:last-child {
  padding-right: 0;
}
.sm-share-buttons li:before {
  display: none;
}
.sm-share-buttons li a {
  display: block;
  color: #FFF;
  background: #000;
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  color: #FFF;
  text-decoration: none;
  border-radius: 50%;
}
.sm-share-buttons li a:hover {
  background: #e77c42;
}

.pagination {
  display: block;
  text-align: right;
  margin: 0;
  padding: 0 0 40px 0;
}
.pagination .page-numbers {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 10px 10px 20px 10px;
  color: #000;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  opacity: 0.3;
}
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.pagination .page-numbers:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  transition: all 0.3s ease-out 0s;
  content: "";
  height: 5px;
  background: #E05206;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  opacity: 1;
}
.pagination .page-numbers:hover:after, .pagination .page-numbers.current:after {
  width: 100%;
}
.pagination .page-numbers.next {
  text-transform: uppercase;
  letter-spacing: 2.65px;
  font-weight: 400;
  text-decoration: none;
}
.pagination .page-numbers.next:after {
  display: inline-block;
  margin-left: 10px;
  content: url("assets/img/svg-icons/icon-long-arrow-right-orange.svg");
  background: none;
  width: 35px;
  height: auto;
  position: relative;
  top: -3px;
  transition: all 0.3s ease-out 0s;
}
.pagination .page-numbers.next:hover:after {
  margin-left: 20px;
  content: url("assets/img/svg-icons/icon-long-arrow-right-orange.svg");
  width: 35px;
  height: auto;
}
.pagination .page-numbers.prev {
  text-transform: uppercase;
  letter-spacing: 2.65px;
  font-weight: 400;
  text-decoration: none;
}
.pagination .page-numbers.prev:after {
  display: none;
}
.pagination .page-numbers.prev:before {
  display: inline-block;
  margin-right: 10px;
  content: url("../img/svg-icons/icon-long-arrow-left-orange.svg");
  background: none;
  width: 35px;
  height: auto;
  position: relative;
  top: -3px;
  transition: all 0.3s ease-out 0s;
}
.pagination .page-numbers.prev:hover:before {
  margin-right: 20px;
  content: url("../img/svg-icons/icon-long-arrow-left-orange.svg");
  width: 35px;
  height: auto;
}

/* ## Header
--------------------------------------------- */
#main-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: #FFF;
  z-index: 1000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-out 0s;
}

.site-logo {
  display: block;
  position: relative;
}

#top-bar {
  padding: 10px 0;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
}
#top-bar .dealer-locator-text {
  float: right;
  display: block;
  margin: 0;
  padding: 0;
}
#top-bar .dealer-locator-text i {
  margin-right: 10px;
  position: relative;
  display: inline-block;
}

.part-of {
  display: block;
  float: left;
}
.part-of p, .part-of img {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.part-of img {
  margin-left: 10px;
  max-height: 21px;
  height: auto;
  width: auto;
}

.top-nav-wrap {
  position: relative;
  float: right;
  margin-right: 80px;
}
.top-nav-wrap .menu {
  display: table;
  margin: 0;
  padding: 0;
}
.top-nav-wrap .menu li {
  display: table-cell;
  margin: 0;
  padding: 0 0 0 40px;
}
.top-nav-wrap .menu li:before {
  display: none;
}
.top-nav-wrap .menu li a {
  text-decoration: none;
}
.top-nav-wrap .menu li a:hover {
  text-decoration: underline;
}
.top-nav-wrap .menu li.current-menu-item a, .top-nav-wrap .menu li.current-menu-ancestor a, .top-nav-wrap .menu li.current_page_item a, .top-nav-wrap .menu li.current_page_ancestor a {
  text-decoration: underline;
}

#nav-bar {
  padding: 20px 0;
}
@media only screen and (max-width: 1023px) {
  #nav-bar {
    padding: 10px 0;
  }
}
#nav-bar .site-logo {
  width: 120px;
  height: 52px;
  float: left;
}
#nav-bar .site-logo img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  #nav-bar .site-logo img {
    padding: 5px 0;
  }
}

.top-buttons {
  float: right;
  margin: -20px 0 -20px 60px;
  border-right: 1px solid #E8E8E8;
  height: 92px;
}
@media only screen and (max-width: 1280px) {
  .top-buttons {
    margin-bottom: 0;
  }
}
.top-buttons .top-button {
  border-left: 1px solid #E8E8E8;
  height: 92px;
  width: 92px;
  float: left;
  display: block;
  position: relative;
}
.top-buttons .search-form {
  position: absolute;
  top: 0;
  right: calc(100% + 1px);
  width: 0;
  height: 92px;
  background: #FFF;
  overflow: hidden;
  z-index: 5;
  transition: all 0.3s ease-out 0s;
}
.top-buttons .search-form input[type=search] {
  position: relative;
  height: 92px;
  width: 100%;
  border: 0;
  background: #FFF;
  padding: 0;
}
.top-buttons .search-form button[type=submit] {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  height: 92px;
  width: 92px;
  position: absolute;
  right: 0;
  top: 0;
  background: #E05206;
}
.top-buttons .search-form button[type=submit] img {
  display: inline-block;
}
.top-buttons .search-form button[type=submit]:hover {
  background: #e77c42;
}
.top-buttons .search-form button[type=submit]:after {
  display: none;
}

#show-top-search {
  display: block;
  background: none;
  color: #000;
  border: 0;
  height: 92px;
  width: 92px;
  text-align: center;
  line-height: 92px;
}
#show-top-search img {
  display: inline-block;
  position: relative;
  top: 4px;
  height: 18px;
  width: auto;
}
#show-top-search:hover {
  background: #E8E8E8;
}

#show-top-languages {
  position: relative;
  display: block;
  height: 92px;
  width: 92px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.65px;
  font-size: 0.875em;
  font-weight: 400;
  text-decoration: none;
  border: 0;
  border-right: 1px solid #E8E8E8;
  background: #FFF;
}
#show-top-languages img {
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: 3px;
}

.lang-select-container {
  position: absolute;
  right: -1px;
  top: 100%;
  width: 185px;
  background: #FFF;
  border: 1px solid #E8E8E8;
  display: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}
.lang-select-container ul {
  display: block;
  margin: 0;
  padding: 20px 0;
  background: #FFF;
}
.lang-select-container ul li {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2.65px;
  font-weight: 400;
  text-align: center;
  font-size: 0.875em;
}
.lang-select-container ul li:before {
  display: none;
}
.lang-select-container ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 10px;
}
.lang-select-container ul li a:hover, .lang-select-container ul li a.current-language-item {
  text-decoration: underline;
}

.top-contact {
  float: right;
  display: block;
  margin: 0;
  padding: 0 0 0 40px;
  margin-top: 5px;
}
@media only screen and (max-width: 1023px) {
  .top-contact {
    display: none;
  }
}

.main-nav-wrap {
  display: block;
  float: right;
}
@media only screen and (max-width: 1280px) {
  .main-nav-wrap {
    clear: both;
    width: 100%;
    border-top: 1px solid #E8E8E8;
  }
}
@media only screen and (max-width: 1023px) {
  .main-nav-wrap {
    display: none;
  }
}
.main-nav-wrap .menu {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main-nav-wrap .menu > li {
  display: table-cell;
  margin: 0;
  padding: 0 60px 0 0;
  font-weight: 400;
}
@media only screen and (max-width: 1280px) {
  .main-nav-wrap .menu > li {
    padding: 0 30px;
  }
}
.main-nav-wrap .menu > li:before {
  display: none;
}
.main-nav-wrap .menu > li a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 12px 0 16px 0;
}
@media only screen and (max-width: 1280px) {
  .main-nav-wrap .menu > li a {
    padding-bottom: 0;
    padding-top: 20px;
  }
}
.main-nav-wrap .menu > li a:before {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0%;
  transition: all 0.3s ease-out 0s;
  content: "";
  height: 5px;
  background: #E05206;
}
.main-nav-wrap .menu > li:hover a:before, .main-nav-wrap .menu > li.current-menu-item a:before, .main-nav-wrap .menu > li.current-menu-ancestor a:before, .main-nav-wrap .menu > li.current_page_item a:before, .main-nav-wrap .menu > li.current_page_ancestor a:before {
  width: 100%;
}
.main-nav-wrap .menu > li .sub-menu {
  position: absolute;
  left: -20px;
  top: 100%;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  display: block;
  min-width: 300px;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  z-index: 50;
  transition: all 0.3s ease-out 0s;
}
.main-nav-wrap .menu > li .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.main-nav-wrap .menu > li .sub-menu li:before {
  display: none;
}
.main-nav-wrap .menu > li .sub-menu li a {
  display: block;
  padding: 7px 20px;
  color: #000;
}
.main-nav-wrap .menu > li .sub-menu li a:before {
  display: none;
}
.main-nav-wrap .menu > li .sub-menu li:hover a, .main-nav-wrap .menu > li .sub-menu li.current-menu-item a, .main-nav-wrap .menu > li .sub-menu li.current-menu-ancestor a, .main-nav-wrap .menu > li .sub-menu li.current_page_item a, .main-nav-wrap .menu > li .sub-menu li.current_page_ancestor a {
  color: #E05206;
}
.main-nav-wrap .menu > li:hover .sub-menu {
  max-height: 800px;
  padding: 10px 0;
}
.main-nav-wrap .menu > li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
  position: relative;
  top: 0;
  transition: all 0.3s ease-out 0s;
}
.main-nav-wrap .menu > li.menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
}

.header {
  position: relative;
}
.header.landingspage-header {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .header.landingspage-header {
    padding-bottom: 70px;
  }
}
.header.landingspage-header #breadcrumbs {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  padding: 20px 0;
}
.header.landingspage-header #breadcrumbs a, .header.landingspage-header #breadcrumbs p {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.header.landingspage-header figure {
  margin: 0 !important;
}
.header.landingspage-header .wrap.full-width {
  padding: 0;
}
.header.landingspage-header .header-inner {
  padding-top: 8rem;
  padding-bottom: 14rem;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .header.landingspage-header .header-inner {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 640px) {
  .header.landingspage-header .header-inner {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.header.landingspage-header .header-inner .media-container figure img, .header.landingspage-header .header-inner .media-container figure video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header.landingspage-header .header-inner .media-container figure:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.header.landingspage-header .header-inner .content-container {
  min-height: 19rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  width: 830px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .header.landingspage-header .header-inner .content-container {
    min-height: 0;
    justify-content: end;
    padding-top: 0;
  }
}
.header.landingspage-header .header-inner .content-container .top-title {
  color: #fff;
  text-align: center;
  font: 600 2rem/1.75 "Lato", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .header.landingspage-header .header-inner .content-container .top-title {
    font: 600 1.6rem/1.4 "Lato", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  .header.landingspage-header .header-inner .content-container .top-title {
    font: 600 1.3rem/1.2 "Lato", sans-serif;
  }
}
.header.landingspage-header .header-inner .content-container .title {
  color: #fff;
  text-align: center;
  font: 300 1em/1.75 "Lato", sans-serif;
  font-size: 4.375em;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .header.landingspage-header .header-inner .content-container .title {
    font-size: 2.8em;
  }
}
@media only screen and (max-width: 640px) {
  .header.landingspage-header .header-inner .content-container .title {
    font-size: 1.8em;
  }
}
.header.landingspage-header .statistics-block {
  position: absolute;
  bottom: -120px;
  max-width: 100%;
  padding: 0 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  margin-bottom: 0;
  z-index: 6;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1023px) {
  .header.landingspage-header .statistics-block {
    bottom: -70px;
  }
}
@media only screen and (max-width: 640px) {
  .header.landingspage-header .statistics-block {
    position: relative;
    bottom: 0;
  }
}
.header.landingspage-header .statistics-block__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 60px;
  gap: 24px;
}
@media only screen and (max-width: 1023px) {
  .header.landingspage-header .statistics-block__inner {
    padding: 30px;
    gap: 18px;
  }
}
@media only screen and (max-width: 750px) {
  .header.landingspage-header .statistics-block__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .header.landingspage-header .statistics-block__inner {
    gap: 12px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.header.landingspage-header .statistics-block .statistic {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.header.landingspage-header .statistics-block .statistic .icon-left {
  flex: 0 0 28%;
  max-width: 28%;
}
.header.landingspage-header .statistics-block .statistic .icon-left svg {
  width: 100%;
  height: auto;
  stroke: #E05206;
}
.header.landingspage-header .statistics-block .statistic .content-right {
  flex: 0 0 calc(72% - 20px);
  max-width: calc(72% - 20px);
}
.header.landingspage-header .statistics-block .statistic .number {
  text-align: left;
  font-size: 2.7em;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px 0;
}
@media only screen and (max-width: 1023px) {
  .header.landingspage-header .statistics-block .statistic .number {
    font-size: 2em;
  }
}
.header.landingspage-header .statistics-block .statistic .number sup {
  font-size: 0.5em;
  position: relative;
  top: -1em;
  margin-left: 5px;
}
.header.landingspage-header .statistics-block .statistic .text {
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 0.65em;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  padding-bottom: 0;
}

/* ## Main
--------------------------------------------- */
#main {
  padding: 133px 0 0 0;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1280px) {
  #main {
    padding-top: 201px;
  }
}
@media only screen and (max-width: 1023px) {
  #main {
    padding-top: 72px;
  }
}

.wrap {
  max-width: 1540px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
.wrap.full-width {
  max-width: 1920px;
}
@media only screen and (max-width: 1023px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.wrap__full-width {
  max-width: 1920px;
}
.wrap__normal-width {
  max-width: 1540px;
}
.wrap__inner-wrap {
  max-width: 1220px;
}
.wrap__text-wrap {
  max-width: 960px;
}

.inner-wrap {
  max-width: 1220px;
  margin: 0 auto;
}

.text-wrap {
  max-width: 960px;
}

.center-align {
  margin: 0 auto;
}

.content-row {
  padding: 80px 0 40px 0;
}
@media only screen and (max-width: 1023px) {
  .content-row {
    padding: 40px 0 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .content-row {
    padding: 20px 0 10px 0;
  }
}
.content-row.no-padding-top {
  padding-top: 0;
}

.request-download-modal {
  display: none;
}
.request-download-modal .gform_wrapper ul li {
  padding: 0 0 10px;
}

#home-header {
  padding: 120px 0 260px 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #home-header {
    padding-top: 60px;
    padding-bottom: 200px;
  }
}
#home-header:after {
  content: "";
  position: absolute;
  z-index: 2;
  opacity: 0.4;
  background: #000;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#home-header .wrap {
  position: relative;
  z-index: 5;
}
#home-header .upcoming-event {
  position: relative;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
#home-header .upcoming-event:before {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 2000px;
  content: "";
  display: block;
  background: #E05206;
  opacity: 0.4;
}
#home-header .upcoming-event.in-view {
  opacity: 1;
  transform: translate(0);
}
#home-header video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1023px) {
  .post-type-archive-product #home-header {
    padding-bottom: 40px;
  }
}

.header-content-container {
  max-width: 560px;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .header-content-container {
    padding-left: 0;
  }
}

.bg-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.bg-slider .slides {
  position: absolute;
  height: 100%;
  width: 100%;
}
.bg-slider .slides .slide {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.bg-slider .slides .slide .bg-img {
  width: 80%;
  right: 0;
  left: 20%;
}
.bg-slider .slick-list,
.bg-slider .slick-track {
  width: 100%;
  height: 100%;
}

#contact-header {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
  padding-top: 160px;
}
#contact-header .block {
  margin: 0;
  position: relative;
  padding-left: 0;
  padding-right: 80px;
}
#contact-header .block:before {
  position: absolute;
  right: 100%;
  width: 2000px;
  height: 100%;
  top: 0;
  bottom: 0;
  background: #FFF;
  content: "";
}
@media only screen and (max-width: 640px) {
  #contact-header img {
    display: none;
  }
  #contact-header .block {
    padding: 0;
    width: 100%;
  }
}
#contact-header .h2 {
  display: inline-block;
  padding-right: 40px;
}
@media only screen and (max-width: 750px) {
  #contact-header .h2 {
    display: block;
    padding-right: 0;
  }
}
#contact-header .select-wrap {
  display: inline-block;
  position: relative;
}
#contact-header .select-wrap:before {
  color: #E05206;
}
#contact-header .select-wrap select {
  border: 0;
  padding-right: 50px;
  border-bottom: 2px solid #E05206;
  color: #E05206;
  padding-bottom: 10px;
}
#contact-header .select-wrap select option {
  color: #000;
  font-weight: 400 !important;
  font-size: 16px !important;
}
@media only screen and (max-width: 750px) {
  #contact-header .select-wrap {
    display: block;
    top: 0;
    margin-top: -10px;
  }
}

#office-info-container {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  #breadcrumbs {
    margin-top: -20px;
  }
}
#breadcrumbs p {
  color: #707070;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #breadcrumbs p {
    padding-bottom: 20px;
  }
}
#breadcrumbs p a {
  color: #707070;
}
#breadcrumbs p .seperator {
  display: inline-block;
  margin: 0 5px;
}

.statistics-block {
  position: relative;
}
.statistics-block .statistic .number {
  font-size: 3.75em;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px 0;
}
@media only screen and (max-width: 1023px) {
  .statistics-block .statistic .number {
    font-size: 2em;
  }
}
.statistics-block .statistic .number sup {
  font-size: 0.5em;
  position: relative;
  top: -1em;
  margin-left: 5px;
}
.statistics-block .statistic .text {
  letter-spacing: 2.65px;
  text-transform: uppercase;
  font-weight: 400;
}

.statistics-block-container {
  margin: -260px 0 0 0;
  z-index: 5;
  position: relative;
  padding-left: 160px;
  padding-right: 160px;
}
@media only screen and (max-width: 1280px) {
  .statistics-block-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.page-template-page-support .statistics-block-container {
  margin: -160px 0 0 0;
}

.large-usp .quote {
  font-size: 4.375em;
  line-height: 1.2;
  padding-bottom: 60px;
  max-width: 960px;
}
@media only screen and (max-width: 1023px) {
  .large-usp .quote {
    font-size: 2em;
  }
}

.latest-news,
.case-slider-row {
  overflow: hidden;
}
.latest-news .section-title,
.case-slider-row .section-title {
  padding-top: 41px;
}
.latest-news .row > div:first-child,
.case-slider-row .row > div:first-child {
  background: #FAFAFA;
  z-index: 20;
  position: relative;
}
.latest-news .row > div:first-child:before,
.case-slider-row .row > div:first-child:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  background: #FAFAFA;
  position: absolute;
  width: 2000px;
  z-index: -1;
  content: "";
  display: block;
}
.latest-news.white-bg .row > div:first-child,
.case-slider-row.white-bg .row > div:first-child {
  background: #FFF;
}
.latest-news.white-bg .row > div:first-child:before,
.case-slider-row.white-bg .row > div:first-child:before {
  background: #FFF;
}

.actual-slider,
.case-slider {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.actual-slider .slick-prev,
.case-slider .slick-prev {
  left: unset;
  right: 45px;
}
.actual-slider .slick-list,
.case-slider .slick-list {
  overflow: visible;
}
.actual-slider .slide,
.case-slider .slide {
  transition: all 0.3s ease-out 0s;
}

.single-market .key-markets-bar {
  margin-bottom: 0;
}
.single-market .clients-bar {
  background: #FAFAFA;
}

.client-slider {
  padding-top: 40px;
}
.client-slider .client-block {
  height: 140px;
  position: relative;
  display: block;
  margin: 5px 0 40px 0;
  opacity: 0.26;
  transition: all 0.3s ease-out 0s;
}
.client-slider .client-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: grayscale(100%);
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  padding: 20px;
  transition: all 0.3s ease-out 0s;
}
.client-slider .client-block:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  opacity: 1;
}
.client-slider .client-block:hover img {
  filter: grayscale(0%);
}

.configurate-bar {
  padding: 100px 0 60px 0;
}
.configurate-bar .gform_wrapper {
  padding-top: 20px;
}

.key-markets-bar {
  padding: 0;
  margin-bottom: -80px;
  overflow: hidden;
}
.key-markets-bar .inner-wrap {
  padding-top: 60px;
  padding-bottom: 40px;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
}
@media only screen and (max-width: 1023px) {
  .key-markets-bar .keymarkets-header p {
    float: none;
    width: 100%;
  }
}

.market-slider {
  padding-top: 20px;
  position: relative;
}
.market-slider .slick-list {
  overflow: visible;
}
.market-slider .slick-dots {
  padding-top: 40px;
  clear: both;
}
.market-slider .slick-arrow {
  bottom: 50%;
}
.market-slider .slick-next {
  right: -15px;
}
.market-slider .slick-prev {
  left: -15px;
}

.market-slide {
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 40px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .market-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.market-slide .image {
  width: calc(100% - 300px);
  float: right;
}
.market-slide .text {
  width: 380px;
  float: left;
  position: relative;
  z-index: 2;
  margin-right: -80px;
  padding-right: 120px;
  padding-top: 40px;
}
.market-slide .text h2 {
  width: calc(100% + 120px);
}
@media only screen and (max-width: 750px) {
  .market-slide .image {
    float: none;
    width: 100%;
    position: relative;
  }
  .market-slide .text {
    width: 100%;
    float: none;
    padding-right: 0;
    position: relative;
  }
  .market-slide .text h2 {
    width: 100%;
  }
}
.market-slide .button-p {
  position: relative;
  z-index: 10;
}

.cta-block {
  padding-bottom: 0;
}
.cta-block .block {
  margin-bottom: 0;
}
.cta-block .text-wrap {
  padding: 40px 0;
  transition: all 0.3s ease-out 0.5s;
  opacity: 0;
  transform: translateY(-20px);
}
.cta-block.in-view .text-wrap {
  opacity: 1;
  transform: translateY(0);
}
.cta-block p.h2 {
  display: block;
  float: left;
  width: calc(100% - 120px);
  text-decoration: none;
}
.cta-block .big a {
  text-decoration: none;
}
.cta-block .large-arrow {
  float: right;
  width: 100px;
  padding-left: 40px;
  padding-top: 10px;
}
.cta-block .large-arrow img {
  width: 60px;
  height: auto;
  transition: all 0.3s ease-out 0s;
}
.cta-block .large-arrow a:hover img {
  transform: translateX(20px);
}
@media only screen and (max-width: 1023px) {
  .cta-block p.h2 {
    float: none;
    width: 100%;
  }
  .cta-block .large-arrow {
    float: none;
    padding-left: 0;
  }
}

.animated-view.text-fade .inner-wrap,
.animated-view.text-fade .text-wrap,
.animated-view.text-fade .header-content-container {
  transition: all 0.3s ease-out 0.5s;
  opacity: 0;
  transform: translateY(-20px);
}
.animated-view.text-fade.in-view .inner-wrap,
.animated-view.text-fade.in-view .text-wrap,
.animated-view.text-fade.in-view .header-content-container {
  opacity: 1;
  transform: translateY(0);
}

.whitepaper-slider {
  position: relative;
  margin-bottom: 40px;
}
.whitepaper-slider .slick-next {
  right: 0;
}
.whitepaper-slider .slick-prev {
  left: unset;
  right: 40px;
}
@media only screen and (max-width: 1023px) {
  .whitepaper-slider .slick-arrow {
    top: 100%;
    bottom: unset;
    margin-top: 20px;
  }
}

.whitepaper-download-slide {
  display: block;
  position: relative;
}
.whitepaper-download-slide .post-type {
  margin: 0;
  padding: 0;
}
.whitepaper-download-slide .feat-img {
  margin: 0;
  padding: 0;
  background: #000;
  position: relative;
}
.whitepaper-download-slide .feat-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
}
.whitepaper-download-slide .whitepaper-text {
  position: absolute;
  bottom: 0;
  left: 0;
}
.whitepaper-download-slide .title {
  padding-left: 80px;
  max-width: 960px;
  padding-bottom: 20px;
}
.whitepaper-download-slide .text.block {
  padding-left: 80px;
  max-width: 750px;
}
.whitepaper-download-slide .buttons-wrap {
  max-width: 750px;
  position: relative;
}
.whitepaper-download-slide .buttons-wrap .button {
  display: block;
  float: left;
}
.whitepaper-download-slide .buttons-wrap .button:first-child {
  width: calc(100% - 220px);
}
.whitepaper-download-slide .buttons-wrap .button:last-child {
  width: 220px;
}
@media only screen and (max-width: 1023px) {
  .whitepaper-download-slide .whitepaper-text {
    position: relative;
    background: #FFF;
    padding-top: 20px;
  }
  .whitepaper-download-slide .whitepaper-text h2,
  .whitepaper-download-slide .whitepaper-text .h2 {
    color: #000;
  }
  .whitepaper-download-slide .title {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    padding-bottom: 0;
  }
  .whitepaper-download-slide .text.block {
    padding-left: 20px;
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .whitepaper-download-slide .buttons-wrap .button {
    float: none;
    width: 100% !important;
  }
}

.whitepaper-download-form {
  position: relative;
  x-index: 5;
}

.row-title {
  padding-bottom: 40px;
}

.content-row.half-img {
  position: relative;
}
.content-row.half-img .row > div {
  padding-left: 80px;
}
@media only screen and (max-width: 1023px) {
  .content-row.half-img .row > div {
    padding-left: 40px;
  }
}
.content-row.half-img.right .row > div {
  padding-left: 40px;
  padding-right: 80px;
}
@media only screen and (max-width: 1023px) {
  .content-row.half-img.right .row > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.bg-image-half {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: 0;
}
.bg-image-half img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-image-half.right {
  left: unset;
  right: 0;
}
.bg-image-half.right img {
  -o-object-position: left center;
     object-position: left center;
}
@media only screen and (max-width: 1023px) {
  .bg-image-half {
    position: relative;
    width: 100%;
  }
  .bg-image-half img {
    position: relative;
  }
}

#career-summary-container {
  position: relative;
}

#career-filters {
  text-align: right;
}
#career-filters .filter-block {
  display: inline-block;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  #career-filters .filter-block {
    display: block;
  }
}
#career-filters label,
#career-filters .select-wrap {
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  #career-filters label,
  #career-filters .select-wrap {
    display: block;
  }
}
#career-filters label {
  padding-right: 10px;
}
@media only screen and (max-width: 640px) {
  #career-filters label {
    padding-right: 0;
  }
}
#career-filters .select-wrap {
  background: #FFF;
  min-width: 200px;
}
@media only screen and (max-width: 640px) {
  #career-filters .select-wrap {
    width: 100%;
  }
}

.career-summary {
  position: relative;
  display: block;
  text-decoration: none;
  padding-bottom: 40px;
  transition: all 0.3s ease-out 0s;
}
.career-summary .h3 {
  margin: 0;
  padding: 0;
}
.career-summary .text {
  padding-right: 100px;
}
.career-summary .text .title,
.career-summary .text .location {
  display: block;
}
.career-summary .text .location {
  font-weight: 300;
  font-style: italic;
  padding-top: 10px;
  color: #707070;
}
.career-summary .text .location i {
  margin-right: 10px;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .career-summary .text {
    padding-right: 0;
  }
}
.career-summary .apply-button {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  padding-right: 40px;
  color: #E05206;
  text-transform: uppercase;
  font-weight: 400;
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .career-summary .apply-button {
    position: relative;
    top: unset;
    padding-right: 0;
    transform: none;
    margin-top: 15px;
  }
}
.career-summary .apply-button:after {
  display: inline-block;
  margin-left: 10px;
  content: url("assets/img/svg-icons/icon-long-arrow-right-orange.svg");
  width: 35px;
  height: auto;
  position: relative;
  top: -3px;
  transition: all 0.3s ease-out 0s;
}
.career-summary:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}
.career-summary:hover .apply-button:after {
  margin-left: 20px;
}

.large-career-summary {
  position: relative;
  padding-bottom: 0;
}
.large-career-summary .feat-img {
  position: relative;
  display: block;
  margin: -50px -40px 20px -40px;
  overflow: hidden;
  padding: 0;
}
.large-career-summary .feat-img img {
  transition: all 3s ease-out 0s;
}
.large-career-summary .feat-img a:hover > img {
  transform: scale(1.05);
}
@media only screen and (max-width: 1023px) {
  .large-career-summary .feat-img {
    margin: -30px -20px 10px -20px;
  }
  .large-career-summary .feat-img img {
    width: 100%;
  }
}
.large-career-summary .publish-date {
  letter-spacing: 2.65px;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 30px;
}
.large-career-summary h3 a {
  text-decoration: none;
  color: #000;
}
.large-career-summary h3 a:hover {
  color: #E05206;
}
.large-career-summary .location {
  font-weight: 300;
  font-style: italic;
  padding-top: 10px;
  color: #707070;
  float: left;
}
.large-career-summary .location i {
  margin-right: 10px;
  display: inline-block;
}
.large-career-summary .more {
  float: right;
}
.large-career-summary .more a {
  color: #E05206;
  padding-left: 0;
  padding-right: 0;
}
.large-career-summary .more .button.with-arrow:after,
.large-career-summary .more button[type=submit].with-arrow:after,
.large-career-summary .more input[type=submit].with-arrow:after {
  content: url("assets/img/svg-icons/icon-long-arrow-right-orange.svg");
}

#whr_embed_hook h2 {
  display: block;
  position: relative;
  padding-left: 25px;
}
#whr_embed_hook h2 a {
  text-decoration: none;
}
#whr_embed_hook h2 a:hover {
  color: #E05206;
}
#whr_embed_hook h2:before {
  color: #E05206;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  left: 0;
  transition: all 0.3s ease-out 0s;
}
#whr_embed_hook h2.whr-active:before {
  transform: rotate(180deg);
}

.whr-items-overwrite {
  -moz-column-count: 1 !important;
       column-count: 1 !important;
}

.nl-careers-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 1rem;
}
.nl-careers-content p {
  padding-bottom: 1rem;
}

.whr-items {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 0 40px;
       column-gap: 0 40px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 750px) {
  .whr-items {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.whr-items .whr-item {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding: 0;
}
.whr-items .whr-item h3 {
  font: 700 1em/1.75 "Lato", sans-serif;
  margin: 0;
  padding: 0;
}
.whr-items .whr-item:before {
  display: none;
}
.whr-items .whr-item .whr-info {
  margin: 0;
  padding: 0 0 30px 0;
}
.whr-items .whr-item .whr-info li {
  padding-left: 25px;
  font-size: 0.875em;
}
.whr-items .whr-item .whr-info li:before {
  background: none;
  border-radius: 0;
  color: #707070;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  top: -1px;
  left: 0;
}
.whr-items .whr-item .whr-info li.whr-dept:before {
  content: "\f0f2";
}
.whr-items .whr-item .whr-info li.whr-location:before {
  content: "\f3c5";
}
.whr-items .whr-item .whr-info li.whr-date:before {
  content: "\f073";
}

#archive-cta-block .block {
  padding-top: 0;
}
#archive-cta-block .two-columns-wrap {
  float: left;
  width: calc(100% - 100px);
}
#archive-cta-block .two-columns-wrap h2 {
  width: 50%;
  float: left;
  padding-right: 40px;
}
#archive-cta-block .two-columns-wrap p {
  width: 50%;
  float: left;
  padding-right: 40px;
}
@media only screen and (max-width: 750px) {
  #archive-cta-block .two-columns-wrap {
    float: none;
    width: 100%;
  }
  #archive-cta-block .two-columns-wrap h2,
  #archive-cta-block .two-columns-wrap p {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

#team-slider {
  padding: 40px 0 40px 0;
  position: relative;
  overflow: hidden;
}
#team-slider .wrap {
  margin: 0;
  padding: 0;
}
#team-slider .inner-wrap {
  margin: 0;
}
#team-slider:before {
  position: absolute;
  top: 0;
  height: 160px;
  width: 100%;
  left: 0;
  background: #E05206;
  content: "";
}
#team-slider .row {
  margin: 0;
}
#team-slider .row > div {
  padding: 0;
  position: relative;
}
#team-slider .row .block {
  height: 100%;
  margin: 0;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  #team-slider .row .block {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
}

.page-template-page-about #team-slider:before {
  background: #212121;
}

.team-slider {
  position: relative;
}
.team-slider .slick-prev {
  left: 50%;
  margin-left: 80px;
  bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .team-slider .slick-prev {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .team-slider .slick-prev {
    left: unset;
    right: 50%;
    margin-left: 0;
    margin-right: 5px;
  }
}
.team-slider .slick-next {
  left: 50%;
  margin-left: 120px;
  bottom: 40px;
  right: unset;
}
@media only screen and (max-width: 1023px) {
  .team-slider .slick-next {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .team-slider .slick-next {
    margin-left: 5px;
  }
}

.team-slide .feat-img {
  padding: 0;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.team-slide .feat-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-slide h3 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .team-slide .feat-img {
    position: relative;
  }
}

#media-assets-row .row {
  padding-top: 40px;
}

.media-asset-block {
  display: block;
  text-align: center;
  padding: 30px 40px;
}
.media-asset-block span.name {
  display: block;
}
.media-asset-block img {
  display: inline-block;
}
.media-asset-block:hover {
  background: #FAFAFA;
  color: #000 !important;
}
.media-asset-block:hover span {
  color: #000 !important;
}

.content-tabs {
  position: relative;
  padding-top: 0;
  overflow: hidden;
}
.content-tabs:before {
  left: -2000px;
  right: -2000px;
  background: #FAFAFA;
  content: "";
  height: 55px;
  display: block;
  position: absolute;
}

.tab-navigation {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .tab-navigation {
    display: none;
  }
}
.tab-navigation ul {
  display: table;
  max-width: calc(100% - 200px);
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.tab-navigation ul li {
  display: table-cell;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 2.65px;
  text-transform: uppercase;
  font-weight: 400;
}
.tab-navigation ul li:before {
  display: none;
}
.tab-navigation ul li a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 40px 0;
  margin-right: 60px;
  position: relative;
}
.tab-navigation ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #E05206;
  width: 0;
  transition: all 0.3s ease-out 0s;
}
.tab-navigation ul li a.active:after, .tab-navigation ul li a:hover:after {
  width: 100%;
}
.tab-navigation .tab-navigation-arrows {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.tab-navigation .tab-navigation-arrows a {
  display: block;
  float: left;
  width: 100px;
  height: 100%;
  border-left: 1px solid #FFF;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.tab-navigation .tab-navigation-arrows a img {
  height: 13.5px;
  width: auto;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tab-navigation .tab-navigation-arrows a:hover {
  background: #E05206;
}

.content-tab {
  display: none;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .content-tab {
    display: block;
    padding-bottom: 40px;
  }
  .content-tab:last-child {
    padding-bottom: 0;
  }
}
.content-tab.active-tab {
  display: block;
}
.content-tab h2 {
  padding-bottom: 30px;
}

.toggle-sidebar-block {
  height: 32px;
  width: 32px;
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  background: #E05206;
  border-radius: 50%;
  padding: 5px;
}
.toggle-sidebar-block span {
  display: block;
  position: absolute;
  background: #FFF;
  transition: all 0.3s ease-out 0s;
}
.toggle-sidebar-block span:first-child {
  width: calc(100% - 10px);
  height: 1px;
  top: 50%;
  left: 5px;
}
.toggle-sidebar-block span:last-child {
  height: 0;
  width: 1px;
  left: 50%;
  top: 5px;
}

.collapsable-sidebar-block,
.key-competencies-block {
  position: relative;
  z-index: 10;
}
.collapsable-sidebar-block .section-title,
.key-competencies-block .section-title {
  padding: 0;
  margin: 0;
}
.collapsable-sidebar-block h3,
.key-competencies-block h3 {
  margin: 30px 20px 0 20px;
  transition: all 0.3s ease-out 0s;
}
.collapsable-sidebar-block .text,
.key-competencies-block .text {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
}
.collapsable-sidebar-block.in-active,
.key-competencies-block.in-active {
  padding-top: 20px;
  padding-bottom: 20px;
}
.collapsable-sidebar-block.in-active h3,
.key-competencies-block.in-active h3 {
  margin: 0;
  padding: 0;
}
.collapsable-sidebar-block.in-active .toggle-sidebar-block span:last-child,
.key-competencies-block.in-active .toggle-sidebar-block span:last-child {
  height: calc(100% - 10px);
}
.collapsable-sidebar-block .text-block,
.key-competencies-block .text-block {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
}

.key-competencies-block {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.timeline-slider-row {
  position: relative;
}

.timeline-slider-buttons {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .timeline-slider-buttons {
    display: none;
  }
}
.timeline-slider-buttons:before {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  border-top: 2px dashed #E8E8E8;
  content: "";
  display: block;
}
.timeline-slider-buttons .slides {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  table-layout: fixed;
}
.timeline-slider-buttons .slides .slide {
  display: table-cell;
  margin: 0;
  padding: 0;
  float: none;
  text-align: center;
}
.timeline-slider-buttons .slides .slide:first-child {
  text-align: left;
}
.timeline-slider-buttons .slides .slide:first-child a {
  text-align: left;
}
.timeline-slider-buttons .slides .slide:first-child a:before {
  margin-left: 0;
  margin-right: 0;
}
.timeline-slider-buttons .slides .slide:last-child {
  text-align: right;
}
.timeline-slider-buttons .slides .slide:last-child a {
  text-align: right;
}
.timeline-slider-buttons .slides .slide:last-child a:before {
  margin-left: calc(100% - 13px);
  margin-right: 13px;
}
.timeline-slider-buttons .slides .slide:before {
  display: none;
}
.timeline-slider-buttons .slides .slide a {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2.65px;
  text-transform: uppercase;
  font-weight: 400;
  color: #707070;
}
.timeline-slider-buttons .slides .slide a:before {
  content: "";
  height: 13px;
  width: 13px;
  background: #707070;
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px auto;
  transition: all 0.3s ease-out 0s;
}
.timeline-slider-buttons .slides .slide a:hover, .timeline-slider-buttons .slides .slide a.active {
  color: #E05206;
  font-weight: 700;
}
.timeline-slider-buttons .slides .slide a:hover:before, .timeline-slider-buttons .slides .slide a.active:before {
  background: #E05206;
  height: 20px;
  width: 20px;
  margin-top: -3px;
  margin-bottom: 17px;
}

.timeline-slide {
  position: relative;
}
.timeline-slide .feat-img {
  position: relative;
  margin: 0;
  padding: 0;
}
.timeline-slide .feat-img img {
  width: 100%;
  height: auto;
}
.timeline-slide .feat-img .year {
  display: inline-block;
  position: absolute;
  padding: 20px 40px;
  background: #E05206;
  color: #FFF;
  letter-spacing: 2.65px;
  text-transform: uppercase;
  font-weight: 400;
  top: 0;
  right: 0;
}
.timeline-slide .text {
  margin: -150px 80px 40px 80px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .timeline-slide .text {
    margin: -20px 20px 40px 20px;
  }
}

.timeline-slider .slides .slick-list {
  overflow: visible;
}
.timeline-slider .slides .slide {
  opacity: 0.3;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1023px) {
  .timeline-slider .slides .slide {
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
  }
}
.timeline-slider .slides .slide.slick-current {
  opacity: 1 !important;
}
.timeline-slider .slick-slide.slick-current .slide {
  opacity: 1 !important;
}
@media only screen and (max-width: 1023px) {
  .timeline-slider .slick-track {
    width: 100% !important;
  }
}

#product-overview {
  position: relative;
  padding-bottom: 0;
}
#product-overview:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background: #FAFAFA;
  content: "";
}

.product-summary {
  position: relative;
}
.product-summary:nth-child(odd) .bg-image-half {
  padding-right: 40px;
}
.product-summary:nth-child(odd) .bg-image-half img {
  right: 40px;
  width: calc(100% - 40px);
}
.product-summary:nth-child(odd) .row > div {
  padding-left: 80px;
}
.product-summary .row > div {
  padding-top: 60px;
  padding-bottom: 40px;
}
.product-summary:nth-child(even) .bg-image-half {
  padding-right: 0;
  padding-left: 40px;
}
.product-summary:nth-child(even) .bg-image-half img {
  right: 0;
  left: 40px;
  width: calc(100% - 40px);
}
.product-summary:nth-child(even) .row > div {
  padding-right: 80px;
}
@media only screen and (max-width: 1023px) {
  .product-summary .bg-image-half {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .product-summary .bg-image-half img {
    width: 100% !important;
    left: unset !important;
    right: unset !important;
  }
  .product-summary .row > div {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
.product-summary .power-range {
  font-weight: 700;
  margin-top: -10px;
}

#key-competencies .container {
  width: 100%;
}
#key-competencies .text {
  width: 450px;
  margin-right: -100px;
  float: left;
  margin-top: 40px;
  transition: all 0.3s ease-out 0s;
}
#key-competencies .video {
  width: calc(100% - 350px);
  float: right;
  transition: all 0.3s ease-out 0s;
}
#key-competencies .video img {
  width: 100%;
  height: auto;
}
#key-competencies .show .text {
  width: calc(100% - 360px);
  margin-top: 0;
}
#key-competencies .show .video {
  width: 320px;
}
@media only screen and (max-width: 750px) {
  #key-competencies .text {
    width: 100% !important;
    margin-right: 0;
    float: none;
    margin-top: 0;
  }
  #key-competencies .video {
    width: 100% !important;
    float: none;
    margin-top: -20px;
  }
}

#single-product-features .icon img {
  height: 26px;
  width: auto;
}

.content-section-index {
  position: sticky;
  top: 132px;
}
.content-section-index .index {
  display: block;
  margin: 0;
  padding: 40px 0 10px 0;
}
.content-section-index .index li {
  display: block;
  margin: 0 0 30px 0;
  padding: 0;
  letter-spacing: 2.65px;
  text-transform: uppercase;
  font-weight: 400;
}
.content-section-index .index li:before {
  display: none;
}
.content-section-index .index li a {
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 0 0 0 100px;
  opacity: 0.6;
}
.content-section-index .index li a:before {
  position: absolute;
  width: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 5px;
  background: #E05206;
  content: "";
  transition: all 0.3s ease-out 0s;
}
.content-section-index .index li.active a, .content-section-index .index li:hover a {
  opacity: 1;
}
.content-section-index .index li.active a:before, .content-section-index .index li:hover a:before {
  width: 80px;
}

.content-section-block {
  position: relative;
  display: block;
}

.brochure-download-block {
  position: relative;
}
.brochure-download-block .img {
  display: block;
  width: 100%;
  max-width: 50%;
  position: relative;
}
.brochure-download-block .img img {
  width: 100%;
  height: auto;
}
.brochure-download-block .download-text {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(50% + 100px);
  transform: translateY(-50%);
  padding: 20px 40px 10px 40px;
  background: #E8E8E8;
}
.brochure-download-block .download-text .section-title {
  padding: 0;
  margin: 0;
}
.brochure-download-block .download-text h3 {
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .brochure-download-block .img {
    max-width: 100%;
  }
  .brochure-download-block .download-text {
    position: relative;
    top: unset;
    width: auto;
    transform: none;
    margin: -60px 20px 40px 20px;
  }
}
.brochure-download-block .brochure-download-button {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  background: #E05206;
  border-radius: 50%;
  text-align: center;
  display: block;
  transition: all 0.3s ease-out 0s;
}
.brochure-download-block .brochure-download-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 16px;
  width: auto;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out 0s;
}
.brochure-download-block .brochure-download-button:hover {
  background: #e77c42;
}
.brochure-download-block .brochure-download-button:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

#markets-overview {
  padding-bottom: 0;
}
#markets-overview h2 {
  max-width: 400px;
  font-weight: 700;
}

.market-summary-block {
  position: relative;
  width: 100%;
  padding: 0 0 100% 0;
  display: block;
  background: #000;
  overflow: hidden;
}
.market-summary-block .img {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}
.market-summary-block .img img {
  transition: all 3s ease-out 0s;
}
.market-summary-block .text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  z-index: 2;
  display: block;
}
.market-summary-block .text span {
  display: block;
  color: #FFF;
}
.market-summary-block .text .excerpt {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}
.market-summary-block .text .h3 {
  color: #FFF;
}
.market-summary-block .text .button {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  color: #E05206;
}
.market-summary-block .text .button:after {
  content: url("assets/img/svg-icons/icon-long-arrow-right-orange.svg");
}
.market-summary-block:hover .img {
  opacity: 0.3;
}
.market-summary-block:hover .img img {
  transform: scale(1.05);
}
.market-summary-block:hover .text .excerpt {
  padding-bottom: 40px;
  max-height: 124px;
}

#markets-overview .text-container {
  float: right;
  max-width: 770px;
  width: 100%;
  padding-left: 40px;
  padding-right: 80px;
  position: sticky;
  top: 132px;
  padding-top: 80px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  #markets-overview .text-container {
    float: none;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    top: unset;
    position: relative;
  }
}

#about-the-market .inner-wrap {
  padding-top: 40px;
}

.page-template-page-support #default-page-header .row > div {
  padding-bottom: 80px;
}

@media only screen and (max-width: 1023px) {
  #default-page-header,
  #market-archive-header,
  #career-archive-header,
  #single-case-header,
  .news-archive-header,
  #contact-header {
    padding-top: 40px !important;
    border-top: 1px solid #E8E8E8;
  }
}

.support-blocks-title {
  padding-bottom: 40px;
}

.support-block {
  position: relative;
  padding: 20px 40px;
}
.support-block h3 {
  margin: 0;
  padding: 0;
}
.support-block .section-title {
  padding: 0;
  margin: 0;
}
.support-block .text {
  display: none;
  padding-top: 20px;
}
.support-block.in-active {
  padding-top: 20px;
  padding-bottom: 20px;
}
.support-block.in-active h3 {
  margin: 0;
  padding: 0;
}
.support-block.in-active .toggle-sidebar-block span:last-child {
  height: calc(100% - 10px);
}
.support-block .show-always {
  display: block !important;
}

.support-block-row > div {
  transition: all 0.3s ease-out 0s;
}
.support-block-row.collapsed > div {
  flex-basis: 100%;
  max-width: 100%;
}

.inline-tab {
  display: none;
}
.inline-tab.active {
  display: block;
}

.inline-tab-buttons ul {
  display: block;
  margin: 0;
  padding: 0 0 20px 0;
}
.inline-tab-buttons ul li {
  display: inline-block;
  padding: 0 40px 20px 0;
  margin: 0;
}
.inline-tab-buttons ul li:before {
  display: none;
}
.inline-tab-buttons ul li:last-child {
  padding-right: 0;
}
.inline-tab-buttons ul li a {
  text-decoration: none;
  opacity: 0.3;
}
.inline-tab-buttons ul li a.active {
  opacity: 1;
  text-decoration: underline;
}

#inline-support-tabs .bg-image-half {
  display: none;
}
#inline-support-tabs .bg-image-half.active {
  display: block;
}

.office-info {
  padding-top: 40px;
}

.page-template-page-contact #dealer-finder-row {
  padding-bottom: 100px;
}

#contact-content {
  padding-bottom: 0;
}
#contact-content .block {
  margin-top: -160px;
  margin-bottom: 0;
}

#dealer-locator-form,
#dealer-locator-output {
  position: relative;
}

.dealer-info {
  position: relative;
  padding-bottom: 20px;
}
.dealer-info p {
  padding-bottom: 20px;
}

.close-button {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  padding: 18px 12px 10px 12px;
  position: absolute;
  top: 15px;
  right: 20px;
  background: #000;
}
.close-button span {
  display: block;
  height: 3px;
  width: 100%;
  background: #FFF;
  position: relative;
}
.close-button span:first-child {
  transform: rotate(45deg);
}
.close-button span:last-child {
  transform: rotate(-45deg);
  top: -3px;
}
.close-button:hover {
  background: #000;
}

.media-slider-block .block-inner {
  position: relative;
  overflow: hidden;
}
.media-slider-block .content-top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  gap: 15px;
}
.media-slider-block .content-top .slick-arrow {
  position: relative;
}
.media-slider-block .slick-list {
  overflow: visible;
}
.media-slider-block .slick-list .slide {
  padding: 0 15px;
}
@media only screen and (max-width: 1023px) {
  .media-slider-block .slick-list .slide figure {
    padding-bottom: 66.666%;
  }
}
@media only screen and (max-width: 640px) {
  .media-slider-block .slick-list .slide figure {
    padding-bottom: 75%;
  }
}
.media-slider-block .slick-list a.fancybox-hover {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.media-slider-block .slick-list a.fancybox-hover figure {
  border-radius: 0;
}
.media-slider-block .slick-list a.fancybox-hover .play-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.media-slider-block .slick-list a.fancybox-hover .play-button svg {
  stroke: #E05206;
  fill: #E05206;
  position: relative;
  left: 2px;
  transition: all 0.3s ease-out 0s;
}
.media-slider-block .slick-list a.fancybox-hover:hover .play-button svg {
  transform: scale(1.2);
}

.fancybox__slide.has-image > .fancybox__content {
  width: 100%;
  height: 100%;
}

/* ## Blog lay-out
--------------------------------------------- */
.back-to-news-overview {
  padding: 40px 0 0 0;
}

.publish-info {
  letter-spacing: 2.65px;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 20px;
  color: #E05206;
}
.publish-info .seperator {
  display: inline-block;
  padding: 0 10px;
}
.publish-info .country {
  text-transform: none;
  display: inline-block;
  padding-right: 60px;
  font-style: italic;
  font-weight: 300;
}
.publish-info .country i {
  margin-right: 5px;
}

.single-blog {
  padding-bottom: 0;
}

#blog-header {
  margin-bottom: -240px;
}
#blog-header img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  #blog-header {
    margin-bottom: -120px;
  }
}

#blog-content {
  padding-top: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
}
#blog-content .publish-info {
  padding-bottom: 40px;
}

.blog-sidebar {
  position: absolute;
  width: 280px;
  right: -140px;
  top: 0;
}
@media only screen and (max-width: 750px) {
  .blog-sidebar {
    position: relative;
    right: unset;
    width: 100%;
  }
}

#blog-text {
  position: relative;
  padding-right: 200px;
}
#blog-text > p:first-child {
  font-size: 1.5em;
  font-weight: 700;
}
#blog-text blockquote {
  margin-left: -80px;
}
@media only screen and (max-width: 1280px) {
  #blog-text blockquote {
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #blog-text {
    padding-right: 0;
  }
}

.blog-downloads {
  display: block;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #707070;
}

ul.downloads {
  padding-top: 20px;
}
ul.downloads li {
  margin: 0;
  padding: 0;
}
ul.downloads li:before {
  display: none;
}
ul.downloads li a {
  display: block;
  position: relative;
  padding-left: 30px;
  color: #E05206;
  text-decoration: none;
  font-weight: 400;
}
ul.downloads li a:before {
  content: url("assets/img/svg-icons/icon-download-orange.svg");
  position: absolute;
  left: 0;
  top: 0;
}
ul.downloads li a:hover {
  text-decoration: underline;
}

.more-articles {
  display: block;
  padding-top: 20px;
  border-top: 1px solid #707070;
  margin-bottom: 20px;
}
.more-articles ol {
  padding-top: 20px;
}
.more-articles ol li a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}
.more-articles ol li a:hover {
  text-decoration: underline;
}

.actual-slide,
.media-summary,
.default-download-block,
.brochure-summary,
.whitepaper-summary,
.video-summary {
  position: relative;
}
.actual-slide .actual-info,
.actual-slide .media-info,
.media-summary .actual-info,
.media-summary .media-info,
.default-download-block .actual-info,
.default-download-block .media-info,
.brochure-summary .actual-info,
.brochure-summary .media-info,
.whitepaper-summary .actual-info,
.whitepaper-summary .media-info,
.video-summary .actual-info,
.video-summary .media-info {
  letter-spacing: 2.65px;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 20px;
  color: #E05206;
}
.actual-slide .actual-info a,
.actual-slide .media-info a,
.media-summary .actual-info a,
.media-summary .media-info a,
.default-download-block .actual-info a,
.default-download-block .media-info a,
.brochure-summary .actual-info a,
.brochure-summary .media-info a,
.whitepaper-summary .actual-info a,
.whitepaper-summary .media-info a,
.video-summary .actual-info a,
.video-summary .media-info a {
  color: rgba(0, 0, 0, 0.16);
  text-decoration: none;
}
.actual-slide .actual-info a:hover,
.actual-slide .media-info a:hover,
.media-summary .actual-info a:hover,
.media-summary .media-info a:hover,
.default-download-block .actual-info a:hover,
.default-download-block .media-info a:hover,
.brochure-summary .actual-info a:hover,
.brochure-summary .media-info a:hover,
.whitepaper-summary .actual-info a:hover,
.whitepaper-summary .media-info a:hover,
.video-summary .actual-info a:hover,
.video-summary .media-info a:hover {
  color: #000;
}
.actual-slide .show-item,
.media-summary .show-item,
.default-download-block .show-item,
.brochure-summary .show-item,
.whitepaper-summary .show-item,
.video-summary .show-item {
  background: #E05206;
  height: 80px;
  width: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  transition: all 0.3s ease-out 0s;
}
.actual-slide .show-item > img,
.media-summary .show-item > img,
.default-download-block .show-item > img,
.brochure-summary .show-item > img,
.whitepaper-summary .show-item > img,
.video-summary .show-item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.actual-slide .feat-img,
.media-summary .feat-img,
.default-download-block .feat-img,
.brochure-summary .feat-img,
.whitepaper-summary .feat-img,
.video-summary .feat-img {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.actual-slide .feat-img img,
.media-summary .feat-img img,
.default-download-block .feat-img img,
.brochure-summary .feat-img img,
.whitepaper-summary .feat-img img,
.video-summary .feat-img img {
  transition: all 3s ease-out 0s;
}
.actual-slide .feat-img .wp-post-image,
.media-summary .feat-img .wp-post-image,
.default-download-block .feat-img .wp-post-image,
.brochure-summary .feat-img .wp-post-image,
.whitepaper-summary .feat-img .wp-post-image,
.video-summary .feat-img .wp-post-image {
  width: 100%;
}
.actual-slide .feat-img:hover .show-item,
.media-summary .feat-img:hover .show-item,
.default-download-block .feat-img:hover .show-item,
.brochure-summary .feat-img:hover .show-item,
.whitepaper-summary .feat-img:hover .show-item,
.video-summary .feat-img:hover .show-item {
  transform: translateX(0);
}
.actual-slide .feat-img:hover > img,
.media-summary .feat-img:hover > img,
.default-download-block .feat-img:hover > img,
.brochure-summary .feat-img:hover > img,
.whitepaper-summary .feat-img:hover > img,
.video-summary .feat-img:hover > img {
  transform: scale(1.05);
}

.default-download-block .button-p,
.brochure-summary .button-p,
.whitepaper-summary .button-p {
  padding-bottom: 20px;
}
.default-download-block h3.logo,
.brochure-summary h3.logo,
.whitepaper-summary h3.logo {
  display: block;
  position: relative;
  height: 41px;
}
.default-download-block h3.logo img,
.brochure-summary h3.logo img,
.whitepaper-summary h3.logo img {
  height: 40px;
  width: auto;
  max-width: 100%;
}

.whitepaper-summary .actual-info,
.whitepaper-summary .media-info {
  color: #FFF;
}
.whitepaper-summary .premium {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.brochure-summary h3 {
  display: block;
  width: 100%;
  margin-bottom: 50%;
}
.brochure-summary .block {
  position: relative;
  overflow: hidden;
}
.brochure-summary .mark {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(40%, 20%);
}
.brochure-summary .select-brochure-lang {
  margin: -50% 0 50% 0;
}
.brochure-summary .select-brochure-lang .chosen-container .chosen-drop {
  border-top: 1px solid #707070;
  padding-top: 3px;
}
.brochure-summary .select-brochure-lang .chosen-container .chosen-single {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  letter-spacing: 2.65px;
  font-weight: 400;
}
.brochure-summary .select-wrap {
  display: inline-block;
}
.brochure-summary .select-wrap:before {
  color: #FFF;
}
.brochure-summary .select-wrap select {
  border: 0;
  padding: 0 40px 0 0;
  text-transform: uppercase;
  letter-spacing: 2.65px;
  font-weight: 400;
  min-width: 220px;
}
.brochure-summary .select-wrap select option {
  text-transform: none;
  padding-left: 20px;
  padding-right: 20px;
}

.video-summary .play-button {
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 120px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out 0s;
}
.video-summary .play-button:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 50px;
  border-color: transparent transparent transparent #ffffff;
  transform: translateX(5px);
}
.video-summary a:hover .play-button {
  background: #E05206;
}

@media only screen and (max-width: 1023px) {
  .media-overview {
    padding-top: 20px;
  }
}

#media-container.row > div {
  margin-bottom: 40px;
}
#media-container.row > div article {
  height: 100%;
  padding-bottom: 0;
}
#media-container.row > div div.block {
  margin-bottom: 0;
  height: calc(100% - 40px);
}
@media only screen and (max-width: 640px) {
  #media-container {
    padding-top: 0;
  }
  #media-container.row > div article {
    height: auto;
    margin-bottom: 0;
  }
  #media-container.row > div div.block {
    margin-bottom: 0;
    height: auto;
  }
}

.news-archive-header {
  padding-top: 0;
  padding-bottom: 0;
}
.news-archive-header .text-wrap {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .news-archive-header .text-wrap {
    float: none;
  }
}
.news-archive-header .header-sm-icons {
  float: right;
  padding-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .news-archive-header .header-sm-icons {
    display: none;
  }
}
.news-archive-header .header-sm-icons .sm-icons li {
  padding-right: 20px;
}
.news-archive-header .header-sm-icons .sm-icons li:last-child {
  padding-right: 0;
}
.news-archive-header .header-sm-icons .sm-icons li a {
  color: #000;
  font-size: 28px;
  line-height: 1;
}
.news-archive-header .header-sm-icons .sm-icons li a:hover {
  color: #E05206;
}

.media-categories {
  position: sticky;
  top: 132px;
  padding-bottom: 1px;
}
.media-categories ul {
  display: block;
  margin: 0;
  padding: 0 0 20px 0;
}
.media-categories ul li {
  display: block;
  padding: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2.65px;
  font-weight: 400;
}
.media-categories ul li:before {
  display: none;
}
.media-categories ul li a {
  text-decoration: none;
  color: #000;
  opacity: 0.3;
}
.media-categories ul li a:hover, .media-categories ul li a.active {
  opacity: 1;
  font-weight: 700;
}
.media-categories .search-form {
  position: relative;
  margin-bottom: 40px;
}
.media-categories .search-form:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: url("assets/img/svg-icons/icon-search-black.svg");
  top: 14px;
}
.media-categories .search-form input[type=search] {
  border: 0;
  padding-left: 50px;
  border-bottom: 2px solid #E8E8E8;
}
.media-categories .search-form input[type=search]:focus {
  border-color: #000;
}
.media-categories .search-form button[type=submit] {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.media-categories .search-form button[type=submit]:after {
  content: url("assets/img/svg-icons/icon-long-arrow-right-black.svg");
}
.media-categories .search-form button[type=submit]:hover:after {
  content: url("assets/img/svg-icons/icon-long-arrow-right-orange.svg");
}

.highlighted-item {
  position: relative;
  padding-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .highlighted-item {
    padding-bottom: 0;
  }
}
.highlighted-item .feat-img {
  padding: 0;
}
.highlighted-item .text {
  margin-top: -100px;
  margin-left: 80px;
  margin-right: 80px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .highlighted-item .text {
    margin-top: -20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.highlighted-item .title {
  float: left;
  width: 320px;
}
@media only screen and (max-width: 1023px) {
  .highlighted-item .title {
    float: none;
    width: 100%;
  }
}
.highlighted-item .summary {
  float: right;
  width: calc(100% - 320px);
  padding-left: 60px;
}
@media only screen and (max-width: 1023px) {
  .highlighted-item .summary {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

.pt-download-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #E05206;
  width: 100%;
  padding: 40px 40px 10px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: none;
  z-index: 10;
  min-height: 100%;
}
.pt-download-overlay h3 {
  margin: 0;
  padding: 0 0 30px 0;
}

.close-pt-overlay {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  line-height: 1;
}

/* ## Case
--------------------------------------------- */
#single-case-header {
  padding: 0;
  position: relative;
}
#single-case-header .wrap {
  position: relative;
  z-index: 1;
}
#single-case-header .row > div:last-child {
  text-align: right;
  vertical-align: bottom;
}
#single-case-header .row > div:first-child {
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  #single-case-header .row > div:first-child {
    padding-left: 0;
  }
}
#single-case-header .case-properties {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 420px;
  margin-top: 80px;
}
@media only screen and (max-width: 640px) {
  #single-case-header .case-properties {
    width: 100%;
  }
}
#single-case-header .case-properties .project-info {
  margin: 0;
}
#single-case-header .downloads-block {
  margin: 0;
}
#single-case-header .downloads-block .downloads {
  padding-top: 0;
}
#single-case-header .downloads-block .downloads li a {
  margin-bottom: 8px;
}

#request-download-modal .fancybox-close-small {
  top: 24px;
}
#request-download-modal .block {
  margin-bottom: 0;
  padding-top: 30px;
}
#request-download-modal .block form {
  width: 300px;
}
@media only screen and (max-width: 640px) {
  #request-download-modal .block form {
    width: 260px;
  }
}
#request-download-modal .block .validation_error {
  max-width: 300px;
}
@media only screen and (max-width: 640px) {
  #request-download-modal .block .validation_error {
    max-width: 260px;
  }
}
#request-download-modal .block .section-title {
  padding-bottom: 20px;
}
#request-download-modal .block p.h3 {
  padding-bottom: 3px;
}

/* ## Modal
--------------------------------------------- */
.modal-wrapper {
  position: fixed;
  z-index: 500;
  background: rgba(0, 0, 0, 0.47);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.modal-wrapper.active {
  visibility: visible;
  opacity: 1;
}
.modal-wrapper.active .modal-content-wrapper {
  transform: translate(-50%, -50%) scale(1);
}

.modal-content-wrapper {
  background: #FFF;
  border-radius: 8px;
  max-width: 730px;
  width: 80%;
  height: 80%;
  max-height: 540px;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  cursor: pointer;
  clear: both;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1023px) {
  .modal-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.modal-content-container {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  height: calc(100% - 80px);
  width: calc(100% - 80px);
}
@media only screen and (max-width: 1023px) {
  .modal-content-container {
    width: calc(100% - 40px);
  }
}

.close-modal {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  padding: 23px 12px 10px 12px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
}
.close-modal span {
  display: block;
  height: 3px;
  width: 100%;
  background: #FFF;
  position: relative;
}
.close-modal span:first-child {
  transform: rotate(45deg);
}
.close-modal span:last-child {
  transform: rotate(-45deg);
  top: -3px;
}
.close-modal:hover {
  background: #000;
}

/* ## Footer
--------------------------------------------- */
#main-footer {
  padding-top: 0;
}
@media only screen and (max-width: 1023px) {
  #main-footer {
    padding-bottom: 50px;
  }
}

#cookie-text {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 0 20px 0;
  text-align: center;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  z-index: 999999;
}
#cookie-text p {
  font-size: 0.875em;
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 640px) {
  #cookie-text {
    padding: 30px 0 0 0;
  }
}
#cookie-text .close-cookie-bar {
  position: absolute;
  opacity: 0.5;
  top: 20px;
  right: 20px;
}
#cookie-text .close-cookie-bar:hover {
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  #cookie-text .close-cookie-bar {
    top: 10px;
    right: 50%;
    transform: translateX(50%);
  }
}

.footer-lang-select {
  float: right;
  position: relative;
}
.footer-lang-select p {
  letter-spacing: 2.65px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: right;
}
.footer-lang-select .toggle-footer-lang-select {
  text-decoration: none;
}
.footer-lang-select .toggle-footer-lang-select:after {
  display: inline-block;
  position: relative;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  transition: all 0.3s ease-out 0s;
}
.footer-lang-select .toggle-footer-lang-select.active:after {
  transform: rotate(180deg);
  right: 4px;
  top: -1px;
}
.footer-lang-select .footer-lang-select-container {
  border: 1px solid #707070;
  width: 260px;
  position: absolute;
  margin-top: 10px;
  right: 0;
  display: none;
  background: #000;
}
.footer-lang-select .footer-lang-select-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-lang-select .footer-lang-select-container ul li {
  display: block;
  border-bottom: 1px solid #707070;
  color: #FFF;
  margin: 0;
  padding: 0;
  text-align: right;
  letter-spacing: 2.65px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.875em;
}
.footer-lang-select .footer-lang-select-container ul li:last-child {
  border-bottom: 0;
}
.footer-lang-select .footer-lang-select-container ul li:before {
  display: none;
}
.footer-lang-select .footer-lang-select-container ul li a {
  color: #707070;
  display: block;
  padding: 5px 20px;
  text-decoration: none;
}
.footer-lang-select .footer-lang-select-container ul li a.current-language-item, .footer-lang-select .footer-lang-select-container ul li a:hover {
  color: #FFF;
}

#footer-top-bar {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}

#footer-nav {
  padding-top: 0;
}
#footer-nav .row {
  margin: 0 -10px;
}
#footer-nav .row > div {
  padding: 0 10px;
}
#footer-nav p {
  font-size: 0.875em;
}
#footer-nav .footer-col {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 60px;
}
#footer-nav .footer-col .h4 {
  padding-bottom: 40px;
}
#footer-nav .footer-col ul li {
  padding: 0;
  font-size: 0.875em;
}
#footer-nav .footer-col ul li:before {
  display: none;
}
#footer-nav .footer-col ul li a {
  text-decoration: none;
  color: #E8E8E8;
}
#footer-nav .footer-col ul li a:hover {
  text-decoration: underline;
  color: #FFF;
}

.copyright-col {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 20px;
}
.copyright-col .sm-icons li a:hover i {
  color: #E05206;
}

.footer-nav-wrap {
  position: relative;
}
.footer-nav-wrap .menu {
  display: table;
  margin: 0 0 40px 0;
  padding: 0;
}
.footer-nav-wrap .menu li {
  display: table-cell;
  padding: 0 40px 0 0;
  margin: 0;
}
.footer-nav-wrap .menu li:before {
  display: none;
}
.footer-nav-wrap .menu li a {
  text-decoration: none;
  color: #E8E8E8;
}
.footer-nav-wrap .menu li a:hover {
  text-decoration: underline;
  color: #FFF;
}
@media only screen and (max-width: 750px) {
  .footer-nav-wrap .menu {
    display: block;
  }
  .footer-nav-wrap .menu li {
    display: block;
    padding-right: 0;
  }
}

#copyright .row {
  margin: 0 -10px;
}
#copyright .row > div {
  padding: 0 10px;
}

/* ## Configurator
--------------------------------------------- */
.page-template-page-configurator {
  background: #FAFAFA;
}
.page-template-page-configurator #main {
  position: relative;
  padding-top: 0;
}

#clean-header {
  background: #FAFAFA;
}

#configurator-row {
  padding-top: 40px;
}

.field-wrap {
  padding-bottom: 20px;
  display: block;
  position: relative;
}
.field-wrap label {
  font-weight: 300;
  padding-bottom: 10px;
  display: block;
}

.ui-slider {
  margin-top: 35px;
  margin-bottom: 20px;
  position: relative;
}
.ui-slider:before {
  bottom: 10px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #E8E8E8;
  height: 1px;
  width: 100%;
  display: block;
}

.ui-slider-handle {
  height: 23px;
  width: 23px;
  background: #E05206;
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.ui-slider-handle .value {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
  font: 700 1em/1.75 "Lato", sans-serif;
  width: 80px;
  text-align: center;
}

.slider-digit {
  display: inline-block;
  transform: translateX(-50%);
  position: absolute;
  color: #E8E8E8;
  font: 400 0.875em/1.75 "Lato", sans-serif;
}

.pc-country-field {
  float: left;
  width: calc(100% - 200px);
  margin-right: 40px;
}
.pc-country-field .chosen-container .chosen-single,
.pc-country-field .chosen-container-active .chosen-single {
  border: 0;
  border-bottom: 1px solid #E8E8E8;
}
@media only screen and (max-width: 640px) {
  .pc-country-field {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}

.pc-frequency-field {
  float: left;
  width: 160px;
}
@media only screen and (max-width: 640px) {
  .pc-frequency-field {
    float: none;
    width: 100%;
  }
}
.pc-frequency-field .radio-field-wrap {
  position: relative;
  float: left;
  width: 70px;
  height: 52px;
  float: left;
  margin-right: 20px;
}
.pc-frequency-field .radio-field-wrap:last-child {
  margin-right: 0;
}
.pc-frequency-field .radio-field-wrap input[type=radio] + label, .pc-frequency-field .radio-field-wrap input[type=radio] + span, .pc-frequency-field .radio-field-wrap input[type=radio] + td {
  font: 700 1em/50px "Lato", sans-serif;
  display: block;
  height: 52px;
  width: 70px;
  padding: 0;
  margin: 0;
  background: #FAFAFA;
  border: 1px solid #E8E8E8;
  text-align: center;
}
.pc-frequency-field .radio-field-wrap input[type=radio] + label:before, .pc-frequency-field .radio-field-wrap input[type=radio] + span:before, .pc-frequency-field .radio-field-wrap input[type=radio] + td:before {
  display: none;
}
.pc-frequency-field .radio-field-wrap input[type=radio] + label:after, .pc-frequency-field .radio-field-wrap input[type=radio] + span:after, .pc-frequency-field .radio-field-wrap input[type=radio] + td:after {
  display: none;
}
.pc-frequency-field .radio-field-wrap input[type=radio]:checked + label, .pc-frequency-field .radio-field-wrap input[type=radio]:checked + span, .pc-frequency-field .radio-field-wrap input[type=radio]:checked + td {
  background: #E05206;
  color: #FFF;
  border-color: #9A3600;
}
.pc-redundancy-field .radio-field-wrap {
  position: relative;
  float: left;
  margin-right: 20px;
}
.pc-redundancy-field .radio-field-wrap:last-child {
  margin-right: 0;
}
.pc-redundancy-field .radio-field-wrap input[type=radio] + label, .pc-redundancy-field .radio-field-wrap input[type=radio] + span, .pc-redundancy-field .radio-field-wrap input[type=radio] + td {
  font: 700 1em/1 "Lato", sans-serif;
  display: block;
  width: 105px;
  height: 90px;
  padding: 20px 0 0 0;
  margin: 0;
  background: #FAFAFA;
  border: 1px solid #E8E8E8;
  text-align: center;
}
.pc-redundancy-field .radio-field-wrap input[type=radio] + label:before, .pc-redundancy-field .radio-field-wrap input[type=radio] + span:before, .pc-redundancy-field .radio-field-wrap input[type=radio] + td:before {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #E8E8E8;
  position: absolute;
  bottom: 20px;
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: none;
}
.pc-redundancy-field .radio-field-wrap input[type=radio]:checked + label, .pc-redundancy-field .radio-field-wrap input[type=radio]:checked + span, .pc-redundancy-field .radio-field-wrap input[type=radio]:checked + td {
  background: #E05206;
  color: #FFF;
  border-color: #9A3600;
}
.pc-redundancy-field .radio-field-wrap input[type=radio]:checked + label:before, .pc-redundancy-field .radio-field-wrap input[type=radio]:checked + span:before, .pc-redundancy-field .radio-field-wrap input[type=radio]:checked + td:before {
  background: #E05206;
  border-color: #FFF;
}
.pc-redundancy-field .radio-field-wrap input[type=radio]:checked + label:after, .pc-redundancy-field .radio-field-wrap input[type=radio]:checked + span:after, .pc-redundancy-field .radio-field-wrap input[type=radio]:checked + td:after {
  height: 8px;
  width: 8px;
  background: #FFF;
  position: absolute;
  bottom: 26px;
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border-radius: 50%;
  display: block;
}

.slider-min-max-values {
  margin-top: -15px;
}
.slider-min-max-values p {
  margin: 0;
  padding: 0;
}
.slider-min-max-values p.min {
  float: left;
}
.slider-min-max-values p.max {
  float: right;
}

#product-configuration .product-logo {
  display: inline-block;
  height: 21px;
  width: auto;
  vertical-align: middle;
}
#product-configuration .value {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  #product-configuration .value {
    text-align: left;
  }
}

#product-configurator-buttons {
  padding-bottom: 20px;
}
#product-configurator-buttons .button-p {
  padding-bottom: 20px;
}
#product-configurator-buttons .button {
  width: 100%;
}
#product-configurator-buttons .select-suggested-configuration {
  padding: 0 0 30px 0;
}
#product-configurator-buttons .select-suggested-configuration .select-wrap {
  background: #FFF;
}
#product-configurator-buttons .download-product-drawing {
  background: #FFF;
  border: 1px solid #E05206;
  color: #E05206;
}
#product-configurator-buttons .download-product-drawing:hover {
  color: #FFF;
  background: #e77c42;
  border-color: #e77c42;
}
#product-configurator-buttons .system-configuration {
  background: #FFF;
  border: 1px solid #707070;
  color: #707070;
}
#product-configurator-buttons .system-configuration:hover {
  color: #FFF;
  background: #e77c42;
  border-color: #e77c42;
}

#suggested-configuration-output {
  position: relative;
}

.loader {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  padding: 50px 0;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}
.loader > span {
  color: #E05206;
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader.black {
  background: rgba(0, 0, 0, 0.75);
}
.loader.black > span {
  color: #FFF;
}

.enquiry-form input[type=text],
.enquiry-form input[type=number],
.enquiry-form input[type=search],
.enquiry-form input[type=email],
.enquiry-form input[type=tel],
.enquiry-form input[type=password],
.enquiry-form input[type=date],
.enquiry-form input[type=phone],
.enquiry-form input[type=url],
.enquiry-form select,
.enquiry-form textarea {
  background: #FFF;
}

/* ## Mobile
--------------------------------------------- */
#mob-nav-buttons {
  position: relative;
  float: right;
  padding-top: 8px;
}

#show-mob-nav {
  float: right;
  height: 42px;
  text-align: center;
  background: none;
  padding: 0;
  border: 0;
  margin-left: 20px;
}
#show-mob-nav .text {
  display: block;
  float: left;
  padding-right: 10px;
  color: #E05206;
  text-transform: uppercase;
  letter-spacing: 2.65px;
  font-size: 0.875em;
  padding-top: 11px;
}
#show-mob-nav .strokes {
  float: right;
  height: 42px;
  width: 30px;
  padding-top: 8px;
}
#show-mob-nav .strokes span {
  display: block;
  position: relative;
  height: 3px;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  background: #E05206;
  transition: all 0.3s ease-out 0s;
}
#show-mob-nav .strokes span:last-child {
  margin-bottom: 0;
}
#show-mob-nav.active .strokes span {
  background: #000;
}
#show-mob-nav.active .strokes span:last-child {
  visibility: hidden;
  opacity: 0;
}
#show-mob-nav.active .strokes span:first-child {
  transform: rotate(45deg);
  top: 8px;
}
#show-mob-nav.active .strokes span:nth-child(2) {
  transform: rotate(-45deg);
  top: 0px;
}
@media only screen and (max-width: 480px) {
  #show-mob-nav {
    margin-left: 10px;
  }
}

#mobile-navigation {
  position: fixed;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 199;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  background: #FFF;
  padding-top: 70px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}
#mobile-navigation .menu {
  display: block;
  margin: 0 -20px 0 -20px;
  padding: 0 0 0 0;
  border-bottom: 1px solid #E8E8E8;
}
#mobile-navigation .menu img {
  display: none;
}
#mobile-navigation .menu li {
  display: block;
  margin: 0;
  padding: 0;
  font: 400 1em/1 "Lato", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #E8E8E8;
  text-transform: uppercase;
  letter-spacing: 2.65px;
  font-size: 0.875em;
}
#mobile-navigation .menu li:last-child {
  border-bottom: 0;
}
#mobile-navigation .menu li:before {
  display: none;
}
#mobile-navigation .menu li a {
  display: block;
  padding: 20px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
}
#mobile-navigation .menu li.current-menu-item > a, #mobile-navigation .menu li.current-menu-ancestor > a, #mobile-navigation .menu li.current_page_item > a, #mobile-navigation .menu li.current_page_ancestor > a {
  color: #E05206;
}
#mobile-navigation .menu li .expand {
  position: absolute;
  top: 9px;
  right: 0;
  padding: 10px 20px 10px 20px;
  border-left: 1px solid #E8E8E8;
}
#mobile-navigation .menu li .expand i {
  transition: all 0.3s ease-out 0s;
  position: relative;
  display: inline-block;
  top: 1px;
}
#mobile-navigation .menu li .expand.active i {
  transform: rotate(180deg);
}
#mobile-navigation .menu li:before {
  display: none;
}
#mobile-navigation .menu li .sub-menu {
  display: none;
  padding: 0 0 10px 0;
  background: #FAFAFA;
}
#mobile-navigation .menu li .sub-menu li {
  border: 0;
}
#mobile-navigation .menu li .sub-menu li a {
  font-weight: 400;
  padding-left: 40px;
}
#mobile-navigation .mob-contact {
  padding-top: 30px;
  padding-bottom: 20px;
}
#mobile-navigation .sm-icons li a {
  font-size: 1.5em;
  color: #000;
}

#mobile-footer-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 198;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  background: #FFF;
}

.mob-buttons-wrap {
  display: table;
  width: 100%;
}
.mob-buttons-wrap .mob-button {
  display: table-cell;
  width: 50px;
}
.mob-buttons-wrap .mob-button .button {
  padding: 15px 20px;
  width: 100%;
  text-align: center;
}
.mob-buttons-wrap .mob-button .button:after {
  display: none;
}
.mob-buttons-wrap .mob-button .button.to-top, .mob-buttons-wrap .mob-button .button.mob-search {
  color: #000;
  background: #FFF;
  border-left: 1px solid #E8E8E8;
}
.mob-buttons-wrap .mob-button:first-child {
  width: auto;
}

#mob-search {
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  right: 20px;
  left: 20px;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
}
#mob-search.active {
  height: 53px;
}
#mob-search input[type=search] {
  border: 1px solid #E8E8E8;
  background: #FFF;
}
#mob-search button[type=submit] {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  padding: 0 20px;
  border-color: #E8E8E8;
  color: #000;
}
#mob-search button[type=submit]:after {
  display: none;
}

.mob-lang-select {
  padding: 0 0 60px 0;
}
.mob-lang-select p {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  letter-spacing: 2.65px;
}
.mob-lang-select p a {
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: 700;
}
.mob-lang-select p a:after {
  content: "\f107";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
  position: absolute;
  top: 0;
  right: 20px;
  transition: all 0.3s ease-out 0s;
}
.mob-lang-select ul {
  padding-top: 10px;
}
.mob-lang-select ul li {
  font-size: 0.75em !important;
}
.mob-lang-select ul li.mlp-current-language-item a {
  color: #E05206 !important;
}
.mob-lang-select .footer-lang-select-container {
  display: none;
  padding-top: 10px;
}

/* ## RTL addings
--------------------------------------------- */
.rtl {
  font-family: "Tajawal", sans-serif;
}
.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6,
.rtl p,
.rtl a,
.rtl ul,
.rtl ol,
.rtl li {
  font-family: "Tajawal", sans-serif !important;
}
.rtl h1, .rtl .h1 {
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .rtl h1, .rtl .h1 {
    font-weight: 700;
  }
}
.rtl h2, .rtl .h2,
.rtl select#select-office {
  font-weight: 700;
}
.rtl h2.big, .rtl .h2.big,
.rtl select#select-office.big {
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .rtl h2.big, .rtl .h2.big,
  .rtl select#select-office.big {
    font-weight: 700;
  }
}
@media only screen and (max-width: 1023px) {
  .rtl h2, .rtl .h2,
  .rtl select#select-office {
    font-weight: 700;
  }
}
.rtl .big h2,
.rtl .big .h2 {
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .rtl .big h2,
  .rtl .big .h2 {
    font-weight: 700;
  }
}
.rtl #home-header .upcoming-event:before {
  left: unset;
  right: 100%;
}
.rtl #show-top-languages {
  border-right: 0;
  border-left: 1px solid #E8E8E8;
}
.rtl .main-nav-wrap .menu > li.menu-item-has-children a:after {
  margin: 0 8px 0 0;
}
.rtl .top-buttons .search-form button[type=submit] {
  right: unset;
  left: 0;
}
.rtl .top-buttons .search-form button[type=submit] img {
  transform: scaleX(-1);
}
.rtl .top-buttons .search-form input[type=search] {
  padding-left: 112px;
  padding-right: 20px;
}
.rtl .address .contact-icon {
  right: unset;
  left: 0;
}
.rtl .address p {
  padding: 10px 0 10px 120px;
  text-align: right;
}
.rtl .ginput_container_select select,
.rtl .select-wrap select {
  padding-left: 40px;
}
.rtl .ginput_container_select:before,
.rtl .select-wrap:before {
  right: unset;
  left: 20px;
}
.rtl .chosen-container .chosen-results li {
  text-align: right;
}
.rtl .chosen-container .chosen-single {
  text-align: right !important;
  padding-left: 40px;
}
.rtl .button {
  flex-direction: row-reverse;
}
.rtl .button-wrap .button {
  margin-left: 10px;
}
.rtl .button-wrap .button:last-child {
  margin-left: 0;
}
.rtl .button:after,
.rtl .button:before {
  display: none !important;
}
.rtl .tab-navigation {
  display: flex;
  flex-direction: row;
}
.rtl .tab-navigation .tab-navigation-arrows {
  right: unset;
  left: 0;
}
.rtl .whitepaper-download-slide .buttons-wrap {
  float: left;
}
.rtl #configurator-row p,
.rtl #configurator-row h1,
.rtl #configurator-row h2,
.rtl #configurator-row h3,
.rtl #configurator-row label {
  text-align: right;
}
.rtl #configurator-row .pc-redundancy-field label,
.rtl #configurator-row .pc-frequency-field label {
  text-align: center;
}
.rtl .whitepaper-download-slide {
  text-align: left;
}
.rtl .whitepaper-download-slide .block {
  padding-left: 24px;
  margin-left: 80px;
  margin-right: auto;
}
.rtl #office-info-container {
  text-align: left;
}
.rtl .toggle-sidebar-block {
  left: 40px;
  right: unset;
}
.rtl #home-header .upcoming-event {
  transform: translateX(-100%);
}
.rtl #home-header .upcoming-event.in-view {
  transform: translateX(0);
}
.rtl .col-lg-offset-4 {
  margin-right: 33.33333%;
  margin-left: 0;
}
.rtl .latest-news .row > div:first-child:before,
.rtl .case-slider-row .row > div:first-child:before {
  right: unset;
  left: 0;
}
.rtl .cta-block .large-arrow {
  float: left;
  transform: scaleX(-1);
}
.rtl .cta-block p.h2 {
  float: right;
}
.rtl .statistics-block .statistic .text {
  letter-spacing: unset;
}
.rtl.page-template-page-media-php .news-archive-header .wrap, .rtl.post-type-archive-download .news-archive-header .wrap {
  display: flex;
}
@media only screen and (min-width: 1023px) {
  .rtl.page-template-page-media-php .news-archive-header .wrap, .rtl.post-type-archive-download .news-archive-header .wrap {
    flex-direction: row-reverse;
  }
}
.rtl.page-template-page-media-php .news-archive-header .text-wrap, .rtl.post-type-archive-download .news-archive-header .text-wrap {
  order: 2;
}
.rtl.page-template-page-media-php .news-archive-header .header-sm-icons, .rtl.post-type-archive-download .news-archive-header .header-sm-icons {
  order: 1;
  margin-right: auto;
}
.rtl.page-template-page-media-php .news-archive-header .header-sm-icons .sm-icons li:first-of-type, .rtl.post-type-archive-download .news-archive-header .header-sm-icons .sm-icons li:first-of-type {
  padding-right: 0;
}
.rtl.page-template-page-media-php .news-archive-header .header-sm-icons .sm-icons li:last-of-type, .rtl.post-type-archive-download .news-archive-header .header-sm-icons .sm-icons li:last-of-type {
  padding-right: 20px;
}
.rtl .button {
  flex-direction: row;
}
.rtl.page-template-page-about .slick-slide {
  float: right;
}
.rtl .key-competencies-block .text-block ul li {
  padding: 0 20px 0 0;
}
.rtl .key-competencies-block .text-block ul li:before {
  right: 0;
  left: unset;
}
.rtl.single-product #single-product-header .right {
  left: 0;
  right: unset;
}
.rtl.single-product .brochure-download-block .download-text {
  left: 0;
  right: unset;
}
.rtl.single-product .brochure-download-block .download-text .brochure-download-button {
  right: unset;
  left: 40px;
}
.rtl.page-template-page-support-php .text-img .bg-image-half {
  left: 0;
  right: unset;
}
.rtl.page-template-page-support-php #inline-support-tabs .inline-tab-buttons ul li:last-child {
  padding: 0 40px 20px 0;
}
.rtl.page-template-page-support-php #inline-support-tabs .inline-tab-buttons ul li:first-child {
  padding-right: 0;
}
.rtl.case-template-default #single-case-header .bg-image-half {
  left: unset;
  right: 0;
}
.rtl.case-template-default #single-case-header .row > div:first-child {
  padding-left: 0;
  padding-right: 40px;
}
.rtl.case-template-default #single-case-header .case-properties {
  display: block;
  margin-right: auto;
}

/* Overrides for right-to-left sliders. */
.ui-slider-horizontal.ui-slider-rtl .slider-min-max-values p.min {
  float: right !important;
}

.ui-slider-horizontal.ui-slider-rtl .slider-min-max-values p.max {
  float: left !important;
}

/*# sourceMappingURL=dd-style.css.map*/