@charset "UTF-8";
/*
	Theme Name: Team Nijhuis Default
	Theme URI: https://default.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
*/
/* ## Mixins
--------------------------------------------- */
/* ## Colors
--------------------------------------------- */
/* ## Variables
--------------------------------------------- */
/* # 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: 0;
}

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

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

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.row.has-p {
  margin: 0 -20px;
}
.row.has-p > div {
  padding: 0 20px;
}
.row.has-large-p {
  margin: 0 -40px;
}
.row.has-large-p > div {
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .row.has-large-p {
    margin: 0 -20px;
  }
  .row.has-large-p > div {
    padding: 0 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;
}

.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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

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

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
  outline: thin dotted;
}

body.is-using-mouse .fancybox__container :focus {
  outline: none;
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -36px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/* ## Slick slider
--------------------------------------------- */
.slides {
  position: relative;
  padding: 0;
}
.slides .slick-track {
  display: flex !important;
}
.slides .slick-slide {
  height: inherit !important;
}
.slides .slide {
  position: relative;
}
.slides .slick-list {
  overflow: hidden;
}
.slides .slick-button {
  position: absolute;
  top: 50%;
  font-size: 22px;
  height: 22px;
  width: auto;
  border: 0;
  background: none;
  color: #EE9C38;
  line-height: 22px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  z-index: 50;
  cursor: pointer;
}
.slides .slick-button.slick-next {
  right: 0;
}
.slides .slick-button.slick-prev {
  left: 0;
}

ul.slick-dots {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
ul.slick-dots li {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
}
ul.slick-dots li:before {
  display: none;
}
ul.slick-dots li button {
  font-size: 0;
  height: 12px;
  width: 12px;
  background: #FFF;
  border: 2px solid #000;
  border-radius: 50%;
  display: block;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
ul.slick-dots li.slick-active button, ul.slick-dots li:hover button {
  background: #000;
}

/* # Main SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Extra fonts
--------------------------------------------- */
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Regular.woff2") format("woff2"), url("../fonts/Aeonik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Medium.woff2") format("woff2"), url("../fonts/Aeonik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Black.woff2") format("woff2"), url("../fonts/Aeonik-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ## Base
--------------------------------------------- */
* {
  outline: none !important;
}

strong, b {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

p:empty {
  display: none;
}

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  font-family: "Aeonik", sans-serif;
  color: #000;
  line-height: 1;
  font-size: 16px;
  margin: 0;
  padding: 0;
  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;
}

img.with-border {
  padding: 10px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}

.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;
}

img.half-right {
  width: 50%;
  left: unset;
}

.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;
}

.google-maps-wrapper {
  position: relative;
  padding: 0 0 40% 0;
  height: 0;
}
.google-maps-wrapper img,
.google-maps-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .google-maps-wrapper {
    padding: 0 0 66.67% 0;
  }
}
@media only screen and (max-width: 480px) {
  .google-maps-wrapper {
    padding: 0 0 100%;
  }
}

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

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

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

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

.center-align {
  margin-left: auto;
  margin-right: auto;
}

.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: #00a5c6;
}

::selection {
  color: #FFF;
  background: #00a5c6;
}

::-moz-selection {
  color: #FFF;
  background: #00a5c6;
}

/* ## 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 -40px 20px -40px;
}
@media only screen and (max-width: 1023px) {
  .gallery {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.gallery .gallery-item {
  margin: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
  padding: 0 40px 20px 40px;
}
@media only screen and (max-width: 1023px) {
  .gallery .gallery-item {
    padding: 0 10px 20px 10px;
  }
}
.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;
}

/* ## Header
--------------------------------------------- */
#main-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}

.site-logo {
  display: flex;
  height: 60px;
  width: 265px;
  position: relative;
}
.site-logo img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 265px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1440px) {
  .site-logo {
    width: 160px;
  }
}
@media only screen and (max-width: 1023px) {
  .site-logo {
    width: 160px;
    height: 30px;
  }
}

#top-bar {
  position: relative;
  padding: 5px 0;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
}
#top-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
#top-bar .expand {
  display: none;
}

@media only screen and (max-width: 1023px) {
  #top-bar {
    max-height: 34px;
  }
  .scrolled #top-bar {
    padding: 0;
    max-height: 0;
  }
}
.mob-top-usps-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mob-top-usps-slider .slick-list {
  padding: 0;
}
.mob-top-usps-slider .slides {
  width: 100%;
  position: relative;
}
.mob-top-usps-slider p {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mob-top-usps-slider p:before {
  display: flex;
  margin: -4px 10px 0 0;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: #FFF;
  padding-top: 1px;
  font-size: 7px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #EE9C38;
}

.top-nav-wrap {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .top-nav-wrap {
    display: none;
  }
}
.top-nav-wrap ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.top-nav-wrap ul li {
  display: flex;
  margin: 0;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 30px;
}
.top-nav-wrap ul li:before {
  display: none;
}
.top-nav-wrap ul li:not(:last-child):after {
  display: flex;
  content: "//";
  font-weight: 500;
  margin: 0 10px;
  transform: translateY(-1px);
}
.top-nav-wrap ul li a {
  text-decoration: none;
  display: flex;
  color: #081d4d;
}
.top-nav-wrap ul li.favorites svg {
  height: 16px;
  width: auto;
}
.top-nav-wrap ul li:hover a {
  text-decoration: underline;
}

.favorites-count-icon {
  position: relative;
  margin-right: 5px;
  top: 2px;
  height: 16px;
  width: 18.08px;
}
.favorites-count-icon svg path {
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.favorites-count-icon.has-items svg path {
  fill: #8b153d;
  stroke: #8b153d;
}
.favorites-count-icon .fav-count {
  font-size: 10px;
  color: #FFF;
  position: absolute;
  height: 16px;
  width: 100%;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(0);
  top: 0;
  left: 0;
  padding-top: 4px;
  padding-right: 2px;
}
.favorites-count-icon .fav-count.loaded {
  transform: scale(1);
}

#nav-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#nav-bar .site-logo {
  margin: 10px 0;
}
@media only screen and (max-width: 1023px) {
  #nav-bar .site-logo {
    margin: 10px 20px;
  }
  #nav-bar .button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#nav-bar .expand {
  display: none;
}
@media only screen and (min-width: 1023px) and (max-width: 1300px) {
  #nav-bar #menu-main-navigation li {
    font-size: 0.8rem;
    margin: 0 15px 0 0;
  }
  #nav-bar .lang-select-wrap .text {
    display: none;
  }
}

.main-nav-wrap {
  margin: 0 0 0 auto;
}
.main-nav-wrap > ul:not(.sub-menu) > li > a {
  padding: 27px 0;
}
.main-nav-wrap ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.main-nav-wrap ul li {
  display: flex;
  margin: 0 30px 0 0;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  position: unset;
}
.main-nav-wrap ul li:before {
  display: none;
}
.main-nav-wrap ul li a {
  color: #081d4d;
  text-decoration: none;
}
.main-nav-wrap ul li.jobs a {
  color: #FFF;
  padding: 12px 34.72px 12px 20px;
}
.main-nav-wrap ul li.jobs a:hover {
  background: #8b153d;
  color: #FFF;
}
.main-nav-wrap ul li.menu-item-has-children > a:after, .main-nav-wrap ul li.megamenu > a:after {
  content: "\f107";
  display: inline-block;
  color: #00a5c6;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  font-size: 14px;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.main-nav-wrap ul li.menu-item-has-children:hover > a:after, .main-nav-wrap ul li.megamenu:hover > a:after {
  transform: rotate(180deg);
  top: -2px;
}
.main-nav-wrap ul li:hover > a {
  color: #00a5c6;
}
.main-nav-wrap ul .sub-menu {
  position: absolute;
  top: 100%;
  left: -20px;
  right: -20px;
  padding: 20px 40px 10px 40px;
  background: #eaf3f6;
  width: calc(100% + 40px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-count: 3;
       column-count: 3;
  justify-content: flex-start;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top left;
  transition: all 0.3s ease-out 0s;
}
.main-nav-wrap ul .sub-menu:before {
  left: -2000px;
  right: -2000px;
  height: 100%;
  background: #eaf3f6;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}
.main-nav-wrap ul .sub-menu li {
  font-size: 0.875em;
  line-height: 1.25;
  margin: 0;
  padding: 0 30px 10px 30px;
  width: 33.33%;
}
.main-nav-wrap ul .sub-menu li a {
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 20px;
}
.main-nav-wrap ul .sub-menu li a:before {
  font: 900 1em/1 "Font Awesome 5 Free";
  background: none;
  content: "\f105";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #00a5c6;
}
.main-nav-wrap ul .sub-menu li a:hover {
  text-decoration: underline;
}
.main-nav-wrap ul li:hover .sub-menu {
  visibility: visible;
  transform: scaleY(1);
}

#full-page-image-header {
  position: relative;
  height: calc(100vh - 120px);
  overflow: hidden;
}
#full-page-image-header .full-height-img {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  z-index: -1;
}
#full-page-image-header .full-height-img.half {
  width: calc(50% - 270px);
}
#full-page-image-header .full-height-img.right {
  right: 0;
  left: unset;
}
#full-page-image-header.absolute {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1023px) {
  #full-page-image-header {
    height: auto;
  }
  #full-page-image-header .full-height-img {
    display: none;
  }
}

.single-job #full-page-image-header .full-height-img {
  z-index: 0;
}

.header-text-img {
  position: relative;
}
.header-text-img .row {
  display: flex;
  align-items: center;
  min-height: 470px;
}
@media only screen and (max-width: 1023px) {
  .header-text-img .row {
    min-height: 0;
  }
}
.header-text-img .row > div {
  padding: 70px 70px 40px 0;
}
@media only screen and (max-width: 1023px) {
  .header-text-img .row > div {
    padding: 50px 0 20px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .header-text-img .bg-img {
    display: none;
  }
}

.lang-select-wrap,
.mob-select-wrap {
  position: relative;
}

#show-top-languages,
#show-mob-languages {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #000;
  background: none;
  border: 0;
  font-size: 0.8125em;
  line-height: 1;
  flex-wrap: nowrap;
  cursor: pointer;
}
#show-top-languages img,
#show-mob-languages img {
  border-radius: 50%;
  height: 22px;
  width: 22px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 5px;
}
#show-top-languages .text,
#show-mob-languages .text {
  display: flex;
  font-weight: 500;
}
#show-top-languages .text:after,
#show-mob-languages .text:after {
  content: "\f107";
  color: #00a5c6;
  margin-left: 7px;
  font: 900 1em/1 "Font Awesome 5 Free";
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  display: block;
}

.show #show-top-languages .text:after {
  transform: rotate(180deg) translateY(2px);
}

.lang-select-container {
  position: absolute;
  transition: all 0.3s ease-out 0s;
  top: 100%;
  left: -20px;
  background: #FFF;
  transform: scaleY(0);
  transform-origin: top center;
  overflow: hidden;
}
.lang-select-container .menu {
  margin: 0;
  padding: 20px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  width: 200px;
  align-items: flex-start;
}
.lang-select-container .menu li {
  display: block;
  margin: 0;
  padding: 5px 0;
  font-size: 0.8125em;
  line-height: 1;
}
.lang-select-container .menu li:before {
  display: none;
}
.lang-select-container .menu li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}
.lang-select-container .menu li a .flag {
  display: block;
  height: 22px;
  width: 22px;
  margin: 0 5px 0 0;
}
.lang-select-container .menu li a img {
  border-radius: 50%;
  height: 22px;
  width: 22px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 5px;
}
.lang-select-container .menu li a:hover {
  text-decoration: underline;
}

.show .lang-select-container {
  transform: scaleY(1);
}

#mob-job-button {
  padding: 0;
  margin: 0;
}

.top-usps {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.top-usps li {
  display: flex;
  margin: 0;
  padding: 0 0 0 26px;
  font-weight: 400;
}
.top-usps li:before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: #FFF;
  padding-top: 2px;
  font-size: 6px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #EE9C38;
  top: 2px;
  left: 0;
}

/* ## Main
--------------------------------------------- */
#main {
  padding: 120px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #main {
    padding-top: 84px;
  }
}

.wrap {
  max-width: 1480px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.wrap.full-width {
  max-width: 100%;
}
@media only screen and (max-width: 1023px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-wrap {
  max-width: 1120px;
}

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

.content-row {
  position: relative;
  padding: 70px 0 40px 0;
}
.content-row.no-p-top {
  padding-top: 0;
}
@media only screen and (max-width: 1023px) {
  .content-row {
    padding: 40px 0 10px 0;
  }
}

.has-white-bar-top:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background: #FFF;
  content: "";
  display: block;
}

.has-white-bar-bottom:before {
  content: "";
  height: 150px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
}

.img-text img,
.text-img img {
  width: 100%;
}

.section-title {
  margin: 0 0 10px 0;
}

.sticky {
  position: sticky !important;
  top: 150px;
}

.stroked-bar {
  position: absolute;
  height: 150px;
  width: 100%;
  display: block;
  background-position: top right;
  z-index: 1;
}
.stroked-bar.small {
  height: 100px;
}
.stroked-bar.large {
  height: 230px;
}
.stroked-bar.bottom {
  bottom: 0;
}
.stroked-bar.top {
  top: 0;
}
.stroked-bar.white {
  background-image: url("../img/stroke-cursive-white.svg");
}
.stroked-bar.blue {
  background-image: url("../img/stroke-cursive-blue.svg");
}
.stroked-bar.half-top {
  top: -150px;
  transform: translateY(-50%);
}

ul.statistics {
  display: flex;
  margin: 0 -40px 20px -40px;
  width: calc(100% + 80px);
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
ul.statistics li {
  display: flex;
  margin: 0 0 20px 0;
  padding: 0 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
}
ul.statistics li:before {
  display: none;
}
ul.statistics li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  margin: 0 0 20px 0;
}
ul.statistics li .animated-value {
  margin: 0;
  padding: 0;
}
ul.statistics li .description {
  color: #00a5c6;
}
@media only screen and (max-width: 1023px) {
  ul.statistics li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  ul.statistics li {
    width: 100%;
  }
}

.usps-bar {
  padding-top: 20px;
}
.usps-bar.medium-blue-bg ul li {
  color: #FFF;
}

ul.usps {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px !important;
}
ul.usps li {
  color: #00a5c6;
  padding-bottom: 10px !important;
  width: 25%;
  line-height: 1.25;
}
ul.usps li:not(:last-child) {
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  ul.usps li {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  ul.usps li {
    width: 100%;
  }
}

.job-alert-bar {
  padding-top: 50px;
  padding-bottom: 50px;
}
.job-alert-bar .card {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  margin: 0;
}
.job-alert-bar .img-container {
  width: 220px;
}
@media only screen and (max-width: 1023px) {
  .job-alert-bar .img-container {
    width: 100%;
    margin-bottom: 15px;
  }
}
.job-alert-bar .text-container {
  padding-left: 40px;
  width: calc(100% - 220px);
}
@media only screen and (max-width: 1023px) {
  .job-alert-bar .text-container {
    width: 100%;
    padding-left: 0;
  }
}
.job-alert-bar .text-container p.button-p {
  margin-top: -15px;
}
.job-alert-bar .gform_wrapper form {
  display: flex;
  width: 100%;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: -20px;
}
.job-alert-bar .gform_wrapper form .gform_body {
  width: calc(100% - 320px);
}
.job-alert-bar .gform_wrapper form .gform_footer {
  padding: 0 0 15px 20px;
  width: 320px;
}
.job-alert-bar .gform_wrapper form .gform_footer .button {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .job-alert-bar .gform_wrapper form .gform_body,
  .job-alert-bar .gform_wrapper form .gform_footer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .job-alert-bar .gform_wrapper form .gform_footer {
    margin-top: -5px;
  }
}

#presentation {
  margin-top: 70px;
}

.read-more-blocks-container > div {
  margin-bottom: 40px;
}

.read-more-block {
  height: 100%;
}
.read-more-block .feat-img {
  margin-bottom: 15px;
}
.video .stroked-bar {
  left: 0;
  right: 0;
  bottom: 0;
}

.quote-slider.content-row {
  padding: 6rem 0;
}
@media only screen and (max-width: 640px) {
  .quote-slider.content-row {
    padding: 3rem 0;
  }
}
.quote-slider.small .quote-block {
  padding: 2rem;
}
.quote-slider.small .quote-block p {
  padding-left: 0;
}
.quote-slider.small .quote-block h2 {
  font-size: 28px;
  padding-left: 0;
  padding-top: 72px;
  padding-bottom: 1rem;
}
.quote-slider.small .quote-block h2 svg {
  left: -24px;
}
@media only screen and (max-width: 640px) {
  .quote-slider .content-row {
    padding: 0;
  }
  .quote-slider .bg-img {
    display: none;
  }
}
.quote-slider .quote-slider-wrap .slick-prev,
.quote-slider .quote-slider-wrap .slick-next {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #00a5c6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}
.quote-slider .quote-slider-wrap .slick-prev i,
.quote-slider .quote-slider-wrap .slick-next i {
  color: #FFF;
}
.quote-slider .quote-slider-wrap .slick-prev:hover,
.quote-slider .quote-slider-wrap .slick-next:hover {
  background-color: #081d4d;
}
.quote-slider .quote-slider-wrap .slick-prev:hover i,
.quote-slider .quote-slider-wrap .slick-next:hover i {
  color: #EE9C38;
}
@media only screen and (max-width: 750px) {
  .quote-slider .quote-slider-wrap .slick-prev {
    left: -12px;
  }
  .quote-slider .quote-slider-wrap .slick-next {
    right: -12px;
  }
}
.quote-slider .quote-slider-wrap .slick-list {
  margin: 0 2.75rem;
}
@media only screen and (max-width: 640px) {
  .quote-slider .quote-slider-wrap .slick-list {
    margin: 0;
  }
}
.quote-slider .quote-slider-wrap ul.slick-dots {
  margin-top: 1.25rem;
  padding-bottom: 0;
}
.quote-slider .quote-slider-wrap ul.slick-dots li.slick-active button {
  background: #EE9C38;
}
.quote-slider .quote-slider-wrap ul.slick-dots li button {
  background: #FFF;
  border-color: #f2f2f2;
}
.quote-slider .quote-slider-wrap .slick-slide > div:first-child {
  height: 100%;
}
.quote-slider .quote-slider-wrap .slick-slide > div:first-child .slide {
  height: 100%;
}
.quote-slider .quote-slider-wrap .slick-slide > div:first-child .slide > div {
  height: 100%;
}
.quote-slider .quote-block {
  background: #081D4D;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quote-slider .quote-block h2 {
  font-size: 2rem;
  padding-left: 95px;
  position: relative;
}
.quote-slider .quote-block h2 svg {
  position: absolute;
  left: -20px;
  top: -34px;
}
@media only screen and (max-width: 750px) {
  .quote-slider .quote-block h2 {
    font-size: 28px;
    padding-left: 0;
    padding-top: 72px;
    padding-bottom: 1rem;
  }
  .quote-slider .quote-block h2 svg {
    left: -24px;
  }
}
.quote-slider .quote-block p {
  color: #FFF;
}
.quote-slider .quote-block .quote-text {
  font-size: 20px;
  padding-left: 110px;
}
@media only screen and (max-width: 750px) {
  .quote-slider .quote-block .quote-text {
    padding-left: 0;
  }
}
.quote-slider .quote-block .author {
  padding-left: 110px;
  padding-bottom: 0;
  font-weight: 300;
  background: none;
  top: auto;
}
.quote-slider .quote-block .author span.yellow-color {
  position: relative;
  top: -2px;
  margin-right: 3px;
}
@media only screen and (max-width: 750px) {
  .quote-slider .quote-block .author {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .team-slider.content-row {
    padding: 40px 0;
  }
}
.team-slider .slide a {
  text-decoration: none;
}
.team-slider .slide .function {
  padding-bottom: 5px;
}
.team-slider .button-container {
  margin-top: 15px;
}
.team-slider .section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.team-slider .section-title h2 {
  padding-bottom: 0;
  width: 100%;
}
.team-slider .feat-img {
  margin-bottom: 10px;
}
.team-slider .employee-slider-arrows {
  justify-content: flex-end;
}
.team-slider .employee-slider-arrows .slick-next {
  margin-right: 20px;
}
.team-slider .slick-slide > div {
  padding-right: 20px;
}

.job-form-confirmation-text {
  display: none;
}
.job-form-confirmation-text__normal-text {
  display: block;
}

/* ## Footer
--------------------------------------------- */
#footer-contact h2,
#footer-contact .h2,
#footer-contact h3,
#footer-contact .h3 {
  color: #EE9C38;
}
#footer-contact button[type=submit] {
  background: #EE9C38;
}

#footer-nav .row > div {
  width: 20%;
}
@media only screen and (max-width: 1280px) {
  #footer-nav .row > div {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 750px) {
  #footer-nav .row > div {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  #footer-nav .row > div {
    width: 100%;
  }
}
#footer-nav:before {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 158px 51.5px;
  border-color: transparent transparent #00a5c6 transparent;
}
#footer-nav h4 {
  color: #00a5c6;
  margin-bottom: 10px;
}
#footer-nav ul:not(.sm-icons) li {
  padding: 0;
  font-size: 15px;
}
#footer-nav ul:not(.sm-icons) li:before {
  display: none;
}
#footer-nav ul:not(.sm-icons) li a {
  text-decoration: none;
}
#footer-nav ul:not(.sm-icons) li a:hover {
  text-decoration: underline;
}
#footer-nav ul.sm-icons li a:hover i {
  color: #00a5c6 !important;
}

#copyright {
  padding: 10px 0;
  position: relative;
}
#copyright .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#copyright p {
  margin: 0;
  padding: 0;
}
#copyright p a {
  color: #00a5c6;
  text-decoration: underline;
}
#copyright p a:hover {
  text-decoration: none;
}

.footer-nav-wrap ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.footer-nav-wrap ul li {
  display: flex;
  margin: 0;
  padding: 0;
}
.footer-nav-wrap ul li:before {
  display: none;
}
.footer-nav-wrap ul li:not(:last-child):after {
  content: "//";
  display: flex;
  color: #00a5c6;
  font-weight: 500;
  transform: translateY(-1px);
  margin: 0 10px;
}
.footer-nav-wrap ul li a {
  text-decoration: none;
  color: #000;
}
.footer-nav-wrap ul li a:hover {
  text-decoration: underline;
}

/* # Main SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Text
--------------------------------------------- */
a {
  text-decoration: underline;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a.text-link {
  color: #000;
  font-weight: 500;
}

p,
label,
address,
td,
th,
li {
  font: 400 1.0625em/1.875 "Aeonik", sans-serif;
  color: #000;
  margin: 0;
  padding: 0 0 30px 0;
}
@media only screen and (max-width: 1023px) {
  p,
  label,
  address,
  td,
  th,
  li {
    font-size: 0.875em;
  }
}

.paragraph {
  margin: 0 0 30px 0;
}

.two-columns {
  -moz-column-gap: 80px;
       column-gap: 80px;
  -moz-column-count: 2;
       column-count: 2;
}
@media only screen and (max-width: 1023px) {
  .two-columns {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .two-columns {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.two-columns li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.smaller,
small {
  font-size: 0.8125em;
}

.bigger {
  font-size: 1.125em;
}

.with-icon {
  padding-left: 25px;
  position: relative;
}
.with-icon i {
  position: absolute;
  left: 0;
}

.subtitle-wrap {
  margin-top: -20px;
}

.subtitle {
  font-size: 1.75em;
  line-height: 1.35;
  color: #00a5c6;
}
@media only screen and (max-width: 1023px) {
  .subtitle {
    font-size: 1.1375em;
  }
}

.publish-info {
  margin-top: -20px;
}
.publish-info p {
  display: flex;
}
.publish-info p .seperator {
  color: #00a5c6;
  display: flex;
  margin: 0 10px;
  font-weigth: 500;
}
.publish-info p svg {
  display: block;
  margin-right: 10px;
}

.video-wrap {
  display: block;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  margin: 0 0 40px 0;
  border-radius: 10px;
}
.video-wrap img {
  padding: 40px;
}
@media only screen and (max-width: 1023px) {
  .video-wrap img {
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .video-wrap img {
    padding: 10px;
  }
}
.video-wrap a[data-fancybox=video] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

a[data-fancybox=video] {
  display: block;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  margin: 0 0 0 0;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
a[data-fancybox=video] img {
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
a[data-fancybox=video]:after {
  height: 50px;
  width: 70px;
  background: #8b153d;
  color: #FFF;
  content: "\f04b";
  font: 900 1em/1 "Font Awesome 5 Free";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
a[data-fancybox=video]:hover:after {
  transform: translate(-50%, -50%) scale(1.25);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}
a[data-fancybox=video]:hover img {
  opacity: 0.65;
}

ul,
ol {
  display: block;
  margin: 0;
  padding: 0 0 30px 0;
}
ul li,
ol li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
}
ul li:before,
ol li:before {
  display: block;
  height: 6px;
  width: 6px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
}
@media only screen and (max-width: 1023px) {
  ul li:before,
  ol li:before {
    top: 9px;
  }
}
ul.two-columns,
ol.two-columns {
  -moz-column-gap: 60px;
       column-gap: 60px;
  -moz-column-count: 2;
       column-count: 2;
}
@media only screen and (max-width: 480px) {
  ul.two-columns,
  ol.two-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
ul.two-columns li,
ol.two-columns li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
ul.three-columns,
ol.three-columns {
  -moz-column-gap: 60px;
       column-gap: 60px;
  -moz-column-count: 3;
       column-count: 3;
}
@media only screen and (max-width: 750px) {
  ul.three-columns,
  ol.three-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  ul.three-columns,
  ol.three-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
ul.three-columns li,
ol.three-columns li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
ul.yellow-checks,
ol.yellow-checks {
  padding-bottom: 25px;
}
ul.yellow-checks li,
ol.yellow-checks li {
  padding-left: 30px;
  padding-bottom: 5px;
}
ul.yellow-checks li:before,
ol.yellow-checks li:before {
  background: #FFF;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 2px;
  left: 2px;
}
ul.yellow-checks li:after,
ol.yellow-checks li:after {
  position: absolute;
  top: -2px;
  left: 0;
  border-radius: 0;
  background: none;
  height: auto;
  width: auto;
  color: #EE9C38;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
}

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

blockquote {
  position: relative;
  display: block;
  margin: 0 0 40px 40px;
  padding: 0 0 0 30px;
  border-left: 4px solid #EE9C38;
  border-radius: 2px;
}
@media only screen and (max-width: 1023px) {
  blockquote {
    margin-left: 20px;
  }
}
blockquote p {
  color: #EE9C38;
  display: block;
  font-size: 1.75em;
  line-height: 1.35;
  font-style: italic;
  margin: 0;
  padding: 0;
}
blockquote p:before, blockquote p:after {
  display: inline;
}
blockquote p:before {
  content: "“";
}
blockquote p:after {
  content: "”";
}
@media only screen and (max-width: 1023px) {
  blockquote p {
    font-size: 1.25em;
  }
}

table {
  margin: 0 0 30px 0;
  width: 100%;
}

td, th {
  text-align: left;
  padding: 10px;
}

th {
  font-weight: 700;
}

.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 {
  color: #FFF;
}
.white-text ul li:before {
  background: #FFF;
}
.white-text ol li:before {
  color: #FFF;
}

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

/* ## Heading styling
--------------------------------------------- */
h1, .h1 {
  font: 700 3.75em/1 "Aeonik", sans-serif;
  color: #081d4d;
  margin: 0;
  padding: 0 0 30px 0;
}
@media only screen and (max-width: 1023px) {
  h1, .h1 {
    font: 700 2.25em/1 "Aeonik", sans-serif;
  }
}

h1:after {
  content: "//";
  display: inline-block;
  margin-left: 10px;
}

h2, .h2 {
  font: 500 2.5em/1.3 "Aeonik", sans-serif;
  color: #081d4d;
  margin: 0;
  padding: 0 0 30px 0;
}
@media only screen and (max-width: 1023px) {
  h2, .h2 {
    font: 700 1.575em/1.25 "Aeonik", sans-serif;
  }
}

h3, .h3 {
  font: 500 1.75em/1.375 "Aeonik", sans-serif;
  color: #081d4d;
  margin: 0;
  padding: 0 0 10px 0;
}
@media only screen and (max-width: 1023px) {
  h3, .h3 {
    font: 500 1.25em/1.25 "Aeonik", sans-serif;
  }
}

h4, .h4 {
  font: 500 1.25em/1.35 "Aeonik", sans-serif;
  margin: 0;
  padding: 0 0 0px 0;
}
@media only screen and (max-width: 1023px) {
  h4, .h4 {
    font: 500 1.125em/1.25 "Aeonik", sans-serif;
  }
}

/* ## Blocks
--------------------------------------------- */
.card {
  position: relative;
  padding: 30px 30px 0 30px;
  border-radius: 10px;
  margin: 0 0 40px 0;
}
.card.large-p {
  padding: 50px 50px 20px 50px;
}
@media only screen and (max-width: 1023px) {
  .card {
    padding-left: 20px;
    padding-right: 20px;
  }
  .card.large-p {
    padding: 20px 20px 0 20px;
  }
}

.with-shadow {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}

/* ## Forms styling
--------------------------------------------- */
.form-row {
  position: relative;
}

label {
  padding-bottom: 5px;
  display: block;
  font-size: 0.875em;
  font-weight: 500;
}

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: 10px 20px;
  font: 500 1em/25px "Aeonik", sans-serif;
  color: #000;
  margin: 0;
  border-radius: 0;
  border: 1px solid #eaf3f6;
  padding: 11px 20px 11px 20px;
}
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: #000;
}

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 #000;
}

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: #00a5c6;
  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: 5px;
}
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: #000;
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  cursor: pointer;
  background: #FFF url("../img/select-arrow.svg") right 20px center no-repeat;
  background-size: 12px;
  font-weight: 400;
}

textarea {
  height: 130px;
  padding-top: 20px;
  padding-bottom: 20px;
}

fieldset legend {
  padding-bottom: 5px;
  display: block;
  font-size: 0.875em;
  font-weight: 500;
}

.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 {
  padding: 0 0 15px 0;
}
.gform_wrapper .gform_fields {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.gform_wrapper .gform_footer {
  padding-bottom: 15px;
  padding-top: 20px;
}
.gform_wrapper .gfield,
.gform_wrapper fieldset.gfield {
  padding: 0 10px 15px 10px;
  width: 100%;
  text-align: left;
  position: relative;
}
.gform_wrapper .gfield.gfield--width-half,
.gform_wrapper fieldset.gfield.gfield--width-half {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .gform_wrapper .gfield.gfield--width-half,
  .gform_wrapper fieldset.gfield.gfield--width-half {
    width: 100%;
  }
}
.gform_wrapper .gfield.hidden-field,
.gform_wrapper fieldset.gfield.hidden-field {
  display: none !important;
}
.gform_wrapper fieldset.gfield {
  padding-bottom: 15px !important;
}
.gform_wrapper .hidden_label > label {
  display: none;
}
.gform_wrapper fieldset.api_full_name .gform-field-label:after {
  content: "*";
  display: inline-block;
  padding-left: 10px;
}
.gform_wrapper fieldset.hidden_label {
  margin: 0;
  padding: 0 10px;
}
.gform_wrapper fieldset.hidden_label > legend {
  display: none;
}
.gform_wrapper .gf_name_has_2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.gform_wrapper .gf_name_has_2 > span {
  display: block;
  width: 50%;
  padding: 0 10px;
  margin: 0 0 0 0;
}
@media only screen and (max-width: 480px) {
  .gform_wrapper .gf_name_has_2 > span {
    width: 100%;
  }
}

.gfield_checkbox {
  display: block;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding-top: 10px;
}
.gfield_checkbox .gchoice {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  position: relative;
  padding-bottom: 5px;
}
.gfield_checkbox .gchoice label {
  font-weight: 400;
}

.inline-form_wrapper .inline-form {
  display: flex;
  flex-direction: row;
  align-items: top;
  flex-wrap: wrap;
}
.inline-form_wrapper .gform_fields {
  display: flex;
  flex-direction: row;
  align-items: top;
  flex-wrap: wrap;
}

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

.gform_confirmation_message,
.gform_validation_errors {
  display: block;
  border-radius: 10px;
  background: #FFF;
  padding: 20px;
  font: 300 12px/1.25 "Aeonik", sans-serif;
  text-align: center;
  border: 1px solid #000;
  margin: 0 0 20px 0;
}
.gform_confirmation_message p,
.gform_validation_errors p {
  margin: 0;
  padding: 0;
}

.validation_message {
  padding: 5px 20px 0 20px;
  font-style: italic;
  color: red;
  font: 300 12px/1.25 "Aeonik", sans-serif;
}

.ginput_container_fileupload {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: transparent;
  padding: 20px 20px 10px 20px;
  border: 1px dashed #eaf3f6;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 0.875rem;
}
.ginput_container_fileupload button {
  margin: 0 10px;
}
.ginput_container_fileupload input[type=file] {
  color: #FFF;
  margin: 0 10px 0 0;
}
.ginput_container_fileupload .screen-reader-text {
  display: block;
  font-style: italic;
}
.ginput_container_fileupload .gform_fileupload_rules {
  width: 100%;
  margin-top: 10px;
  display: block;
  font-style: italic;
  font-size: 0.875rem;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .ginput_container_fileupload {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .ginput_container_fileupload button {
    margin: 15px 0;
  }
}

/* ## Cookiebot
--------------------------------------------- */
#CybotCookiebotDialogDetailBodyContentTextAbout li {
  padding-left: 15px;
}
#CybotCookiebotDialogDetailBodyContentTextAbout li:before {
  top: 10px;
}

input[type=checkbox]:checked + span:after {
  left: 8px !important;
  top: 8px !important;
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider:before {
  top: 4px;
}

/* ## Jquery Autocomplete
--------------------------------------------- */
.ajax-loading {
  position: relative;
}
.ajax-loading:after {
  transition: all 0.3s ease-out 0s;
  animation: fa-spin 1s steps(8) infinite;
  font-family: "Font Awesome 5 Free";
  content: "\f110";
  font-weight: 900;
  position: absolute;
  color: #00a5c6;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  margin-top: -9px;
}

ul.ui-autocomplete {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #FFF;
  padding: 0 0;
  width: 100%;
  max-width: 320px;
  border: 1px solid #000;
  z-index: 2000;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
ul.ui-autocomplete li {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 10px 20px;
  font-size: 0.875em;
  line-height: 1.25;
  align-items: center;
}
ul.ui-autocomplete li img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
ul.ui-autocomplete li:hover {
  background: #00a5c6;
  color: #FFF;
  cursor: pointer;
}
ul.ui-autocomplete li:before {
  display: none;
}

/* ## Colors
--------------------------------------------- */
.black-bg {
  background: #000;
}

.black-color {
  color: #000 !important;
}

.white-bg {
  background: #FFF;
}

.white-color {
  color: #FFF !important;
}

.dark-blue-bg {
  background: #081d4d;
}

.dark-blue-color {
  color: #081d4d !important;
}

.medium-blue-bg {
  background: #00a5c6;
}

.medium-blue-color {
  color: #00a5c6 !important;
}

.light-blue-bg {
  background: #eaf3f6;
}

.light-blue-color {
  color: #eaf3f6 !important;
}

.red-bg {
  background: #8b153d;
}

.red-color {
  color: #8b153d !important;
}

.yellow-bg {
  background: #EE9C38;
}

.yellow-color {
  color: #EE9C38 !important;
}

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

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

/* ## Buttons
--------------------------------------------- */
.button,
input[type=submit],
button[type=submit],
.jobs a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0;
  border: 0;
  font: 500 1em/25px "Aeonik", sans-serif;
  text-decoration: none;
  margin: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  background: #00a5c6;
  text-align: center;
  border-radius: 10px 0 0 10px;
  padding: 12px 34.72px 12px 20px;
  color: #FFF;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 14.72px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 14.72px) 100%, 0% 100%);
}
.button.full-width,
input[type=submit].full-width,
button[type=submit].full-width,
.jobs a.full-width {
  width: 100%;
}
.button .text,
input[type=submit] .text,
button[type=submit] .text,
.jobs a .text {
  display: flex;
  justify-content: center;
}
.button .strokes,
input[type=submit] .strokes,
button[type=submit] .strokes,
.jobs a .strokes {
  display: flex;
  margin-left: 10px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  top: 0;
}
.button .strokes span,
input[type=submit] .strokes span,
button[type=submit] .strokes span,
.jobs a .strokes span {
  display: block;
  width: 2px;
  height: 20px;
  background: #FFF;
  transform: skew(-18deg);
  position: relative;
  top: 2px;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.button .strokes span:not(:last-child),
input[type=submit] .strokes span:not(:last-child),
button[type=submit] .strokes span:not(:last-child),
.jobs a .strokes span:not(:last-child) {
  margin-right: 3px;
}
.button.reset .strokes span:first-child,
input[type=submit].reset .strokes span:first-child,
button[type=submit].reset .strokes span:first-child,
.jobs a.reset .strokes span:first-child {
  transform: rotate(45deg) translate(5px, -7px);
}
.button.reset .strokes span:last-child,
input[type=submit].reset .strokes span:last-child,
button[type=submit].reset .strokes span:last-child,
.jobs a.reset .strokes span:last-child {
  transform: rotate(-45deg) translate(3px, 2px);
}
.button.yellow,
input[type=submit].yellow,
button[type=submit].yellow,
.jobs a.yellow {
  background: #EE9C38;
}
.button.red,
input[type=submit].red,
button[type=submit].red,
.jobs a.red {
  background: #8b153d;
}
.button.dark-blue,
input[type=submit].dark-blue,
button[type=submit].dark-blue,
.jobs a.dark-blue {
  background: #081d4d;
}
.button:hover,
input[type=submit]:hover,
button[type=submit]:hover,
.jobs a:hover {
  color: #FFF;
}
.button:hover .strokes,
input[type=submit]:hover .strokes,
button[type=submit]:hover .strokes,
.jobs a:hover .strokes {
  top: -1px;
}
.button:hover .strokes span,
input[type=submit]:hover .strokes span,
button[type=submit]:hover .strokes span,
.jobs a:hover .strokes span {
  height: 10px;
}
.button:hover .strokes span:first-child,
input[type=submit]:hover .strokes span:first-child,
button[type=submit]:hover .strokes span:first-child,
.jobs a:hover .strokes span:first-child {
  transform: rotate(45deg) translate(10px, 2px);
}
.button:hover .strokes span:last-child,
input[type=submit]:hover .strokes span:last-child,
button[type=submit]:hover .strokes span:last-child,
.jobs a:hover .strokes span:last-child {
  transform: rotate(-45deg) translate(-1px, 2px);
}
@media only screen and (max-width: 640px) {
  .button,
  input[type=submit],
  button[type=submit],
  .jobs a {
    width: 100%;
  }
}

input[type=submit],
button[type=submit] {
  background: #EE9C38;
}

.button-container.text-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.button-container.text-button .h3 {
  padding-bottom: 0;
  margin-right: 2rem;
}
@media only screen and (max-width: 1023px) {
  .button-container.text-button {
    flex-direction: column;
  }
  .button-container.text-button .h3 {
    padding-bottom: 0.875rem;
    margin-right: 0;
    text-align: center;
  }
}

.add-to-favorites {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
  cursor: pointer;
}
.add-to-favorites .icon {
  position: relative;
}
.add-to-favorites .text {
  font-size: 0.8125rem;
}
.add-to-favorites .loader {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  color: #00a5c6;
  background: #FFF;
}
.add-to-favorites.added svg path {
  fill: #00a5c6 !important;
}

.button-wrap .button {
  margin-right: 10px;
}
.button-wrap .button:last-child {
  margin-right: 0;
}
.button-wrap.space-between {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .button-wrap {
    flex-direction: column;
    align-items: center;
  }
  .button-wrap .button {
    margin: 0 0 10px 0 !important;
  }
}

.cta-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.cta-block p {
  margin: 0;
  padding: 0;
}
.cta-block p:not(:last-child) {
  margin-right: 20px;
}
.cta-block.left {
  justify-content: flex-start;
}
@media only screen and (max-width: 1023px) {
  .cta-block {
    flex-wrap: wrap;
  }
  .cta-block p {
    width: 100%;
    margin-right: 0 !important;
  }
  .cta-block .button {
    margin-top: 10px;
  }
}

.sm-icons {
  display: flex;
  margin: 0 0 10px 0;
  padding: 0;
}
.sm-icons li {
  display: flex;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 22px !important;
  line-height: 1;
}
.sm-icons li:before {
  display: none;
}
.sm-icons li:not(:last-child) {
  margin-right: 20px;
}
.sm-icons li.youtube > a {
  color: #E9654B;
}
.sm-icons li.instagram > a {
  color: #d6249f;
  color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.sm-icons li.facebook > a {
  color: #537BBD;
}
.sm-icons li.twitter > a {
  color: #71CAEE;
}
.sm-icons li.linkedin > a {
  color: #2085C7;
}
.sm-icons li.pinterest > a {
  color: #EB5755;
}

.sm-share-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  align-items: center;
}
.sm-share-buttons li {
  margin: 0;
  padding: 0;
}
.sm-share-buttons li:not(:last-child) {
  margin-right: 20px;
}
.sm-share-buttons li:before {
  display: none;
}
.sm-share-buttons li a {
  display: flex;
  background: #FFF;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
}
.sm-share-buttons li a:hover {
  color: #EE9C38 !important;
}
.sm-share-buttons li.youtube > a {
  color: #E9654B;
}
.sm-share-buttons li.instagram > a {
  color: #d6249f;
}
.sm-share-buttons li.facebook > a {
  color: #537BBD;
}
.sm-share-buttons li.twitter > a {
  color: #71CAEE;
}
.sm-share-buttons li.linkedin > a {
  color: #2085C7;
}
.sm-share-buttons li.pinterest > a {
  color: #EB5755;
}
.sm-share-buttons li.whatsapp > a {
  color: #25D366;
}

.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 30px 0;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 48px;
  width: 48px;
  background: #eaf3f6;
  color: #081d4d;
  text-decoration: none;
  margin: 0 3px;
  font: 500 1em/25px "Aeonik", sans-serif;
  padding-top: 1px;
}
.pagination .page-numbers.current {
  background: #081d4d;
  color: #FFF;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  background: #FFF;
  color: #081d4d;
}
.pagination .page-numbers:not(.current):hover {
  background: #00a5c6;
  color: #FFF;
}

.contact-options {
  margin: 0 0 30px 0;
  padding: 0;
}
.contact-options li {
  display: flex;
  margin: 0;
  padding: 0 0 0 30px;
}
.contact-options li:before {
  display: none;
}
.contact-options li i {
  position: absolute;
  top: 6px;
  left: 0;
}
.contact-options li a {
  text-decoration: none;
}
.contact-options li a:hover {
  text-decoration: underline;
}

.item-options {
  display: flex;
  margin: 0 0 30px 0;
  padding: 0;
}
.item-options li {
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  align-items: center;
}
.item-options li:not(:last-child) {
  margin-right: 20px;
}
.item-options li:before {
  display: none;
}
.item-options li a,
.item-options li button {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-options li a:hover,
.item-options li button:hover {
  text-decoration: underline;
}
.item-options li a .icon,
.item-options li button .icon {
  display: block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.item-options li button .icon {
  top: 0;
}
.item-options .share-buttons {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  transform-origin: top center;
  transform: scaleY(0);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.item-options .share-buttons ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
.item-options .show .share-buttons {
  transform: scaleY(1);
}

/* ## Heading styling
--------------------------------------------- */
#breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10px;
  z-index: 2;
}
#breadcrumbs p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}
#breadcrumbs p span {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  #breadcrumbs p {
    font-size: 0.75em;
  }
}
#breadcrumbs a {
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs.white p,
#breadcrumbs.white a {
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  #breadcrumbs.white p, #breadcrumbs.white a {
    color: #000;
  }
}
#breadcrumbs .seperator {
  color: #00a5c6;
  display: flex;
  margin: 0 10px;
}

.has-no-header #breadcrumbs {
  position: relative;
  margin-top: -60px;
  margin-bottom: 30px;
}

/* # Pages SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Home
--------------------------------------------- */
#home-hero {
  position: relative;
  padding: 140px 0 220px 0;
}
#home-hero .pay-off {
  padding-right: 70px;
}
@media only screen and (max-width: 1023px) {
  #home-hero .pay-off {
    padding-right: 0;
  }
}
#home-hero .button-container .button {
  margin-right: 2rem;
  padding: 12px 55px 12px 48px;
}
@media only screen and (max-width: 1023px) {
  #home-hero .button-container .button {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 1023px) {
  #home-hero {
    padding: 40px 0 30px 0;
  }
  #home-hero .bg-img {
    display: none;
  }
}

/* ## Contact
--------------------------------------------- */
#contact-page-world-map h2 {
  color: #EE9C38;
}

#contact-page-content .row {
  margin-bottom: 30px;
}

#location-finder .location-search {
  display: flex;
  align-items: center;
  margin: -20px 0 30px 0;
}
#location-finder .location-search p {
  margin: 0;
  padding: 0;
}
#location-finder .location-search .location-search-form-field {
  width: 100%;
  max-width: 300px;
  margin: 0 0 0 20px;
  padding: 0;
}
#location-finder .location-search select {
  border: 1px solid transparent;
  border-bottom: 1px solid #000;
}
#location-finder .google-maps-wrapper {
  margin-top: 20px;
}

#location-search-output {
  position: relative;
}
#location-search-output .loader {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 0;
  visibility: hidden;
}
#location-search-output.loading .loader {
  opacity: 1;
  visibility: visible;
}

/* ## About
--------------------------------------------- */
.about-title {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .about-title {
    text-shadow: none;
    color: #000;
    padding-top: 15px;
    margin-bottom: 0;
  }
  .about-title h1, .about-title p, .about-title span {
    color: #000;
  }
}

@media only screen and (max-width: 1023px) {
  .page-template-page-about #blog-content .card {
    padding: 0;
  }
}
.history-slider-nav {
  display: flex;
  margin: -10px 0 40px 0;
  padding: 0;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .history-slider-nav {
    display: none;
  }
}
.history-slider-nav:before {
  display: block;
  width: 100%;
  position: absolute;
  top: 10px;
  height: 0;
  border-top: 1px dashed #000;
  content: "";
}
.history-slider-nav li {
  display: flex;
  margin: 0;
  padding: 0;
  font: 400 1em/1 "Aeonik", sans-serif;
}
.history-slider-nav li:not(:last-child) {
  margin-right: 40px;
}
.history-slider-nav li:before {
  display: none;
}
.history-slider-nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.history-slider-nav li a:before {
  display: block;
  height: 20px;
  width: 20px;
  border: 1px solid #000;
  content: "";
  background: #FFF;
  margin-bottom: 10px;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.history-slider-nav li a:hover {
  color: #00a5c6;
}
.history-slider-nav li.active a:before {
  background: #00a5c6;
}

#history-slider {
  margin-left: 100px;
}
@media only screen and (max-width: 1023px) {
  #history-slider {
    margin-left: 0;
  }
}
#history-slider .slides {
  position: relative;
  height: 100%;
}
#history-slider .slides .slick-slide {
  height: 100%;
}
#history-slider .slides .slick-slide > div,
#history-slider .slides .slick-slide .slide {
  height: 100%;
}
#history-slider .slides:before {
  content: "";
  top: 0;
  right: 100%;
  bottom: 0;
  background: #eaf3f6;
  position: absolute;
  display: block;
  z-index: 100;
  height: 100%;
  width: calc(50vw - 700px + 100px);
}
#history-slider .slides .slick-list {
  overflow: visible;
  padding: 5px;
}
#history-slider .slides {
  margin: 0 -15px 40px -15px;
}
#history-slider .slides .slide {
  padding: 0 15px;
}

.history-slide {
  position: relative;
  padding-bottom: 30px;
  height: 100%;
}
.history-slide .year {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 5px 20px 5px 30px;
  background: #FFF;
  border-radius: 0 0 0 30px;
}
.history-slide .text-container {
  position: absolute;
  bottom: -30px;
  left: 50px;
  right: 50px;
  background: #FFF;
}
.history-slide .text-container .h4, .history-slide .text-container h4 {
  margin-bottom: 4px;
}
.history-slide .text-container p {
  font-size: 0.8125em;
  line-height: 1.875;
}
@media only screen and (max-width: 750px) {
  .history-slide .text-container {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin: -60px 20px 0 20px;
  }
}

#offices-container > div {
  margin: 0 0 40px 0;
}

.office-summary {
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
}
.office-summary .feat-img {
  width: 275px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.office-summary .feat-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.office-summary .phone-icon {
  display: inline-block;
  margin-right: 5px;
}
.office-summary .text-container {
  margin-left: 305px;
}
@media only screen and (max-width: 1023px) {
  .office-summary {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .office-summary .feat-img {
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .office-summary .feat-img img {
    position: relative;
    width: 100%;
  }
  .office-summary .text-container {
    margin-left: 0;
    width: 100%;
  }
}

#about-mission-vision .row {
  margin-bottom: 40px;
}

#meet-office-slider {
  position: relative;
}
#meet-office-slider .loader {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 0;
  visibility: hidden;
}
#meet-office-slider.loading .loader {
  opacity: 1;
  visibility: visible;
}

.meet-office {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}
.meet-office .form-row {
  padding: 0 0 15px 0;
}
.meet-office .about-text {
  width: 340px;
  position: relative;
  z-index: 20;
}
.meet-office .about-text h4 {
  margin: 0 0 10px 0;
}
.meet-office .about-text:before {
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  bottom: 0;
  background: #FFF;
  content: "";
  height: 100%;
  width: calc(100% + 50vw - 660px);
  z-index: -1;
}
@media only screen and (max-width: 1480px) {
  .meet-office .about-text:before {
    left: -40px;
    width: calc(100% + 80px);
  }
}
@media only screen and (max-width: 1023px) {
  .meet-office .about-text:before {
    left: -20px;
    width: calc(100% + 60px);
  }
}
.meet-office .employee-slider {
  width: calc(100% - 340px);
  padding-left: 40px;
}
.meet-office .employee-slider .slides {
  margin: 0 -10px;
}
.meet-office .employee-slider .slides .slide {
  padding: 0 10px;
}
.meet-office .employee-slider .feat-img {
  margin-bottom: 10px;
}
.meet-office .employee-slider .name {
  padding: 0;
  margin: 0 0 -5px 0;
}
.meet-office .employee-slider .name a {
  text-decoration: none;
}
.meet-office .employee-slider .name a:hover {
  text-decoration: underline;
}
.meet-office .slick-list {
  overflow: visible;
}
@media only screen and (max-width: 750px) {
  .meet-office {
    flex-direction: column;
  }
  .meet-office .about-text {
    width: 100%;
  }
  .meet-office .employee-slider {
    width: 100%;
    padding-left: 0;
  }
  .meet-office .slick-list {
    overflow: hidden;
  }
}

.employee-slider-arrows {
  position: relative;
  width: 100%;
  display: flex;
  z-index: 25;
}
.employee-slider-arrows a.slick-button {
  position: relative;
  color: #FFF;
  background: #00a5c6;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  cursor: pointer;
}
.employee-slider-arrows a.slick-button:not(:last-child) {
  margin-right: 10px;
}
.employee-slider-arrows a.slick-button:hover {
  background: #EE9C38;
}

#about-work-at .card .row {
  position: relative;
  z-index: 2;
}

/* ## Executive search
--------------------------------------------- */
.page-template-page-executive-search .img-text .col-xs-12.text {
  padding-bottom: 30px;
}

#executive-search-hero .row > div {
  padding: 130px 70px 75px 0;
}
@media only screen and (max-width: 1023px) {
  #executive-search-hero .row > div {
    padding: 50px 30px 0 0;
  }
}

#executive-header-cards {
  padding-top: 0;
  padding-bottom: 135px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 1023px) {
  #executive-header-cards {
    grid-template-columns: 1fr;
  }
}
#executive-header-cards .row > div {
  padding: 0;
}
#executive-header-cards .card {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
#executive-header-cards .card .button {
  width: auto;
}
#executive-header-cards .card h3 {
  margin-bottom: auto;
}
@media only screen and (max-width: 1023px) {
  #executive-header-cards {
    padding-top: 0;
  }
  #executive-header-cards > div {
    margin-bottom: 10px;
  }
  #executive-header-cards .card {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  #executive-header-cards .card p:not(:last-child) {
    display: none;
  }
  #executive-header-cards .card p {
    margin: 0;
    padding: 0;
  }
  #executive-header-cards .card h3 {
    font-size: 1em;
    margin: 0;
    padding: 0;
  }
  #executive-header-cards .card a.button {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    white-space: nowrap;
    padding-right: 24.72px;
    margin-left: 10px;
  }
}

#executive-search-header-form {
  position: relative;
}
#executive-search-header-form .contact-image {
  position: absolute;
  top: -10px;
  right: 20px;
  border-radius: 50%;
  height: 160px;
  width: 160px;
}
#executive-search-header-form .contact-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#executive-search-header-form .contact-text {
  padding-right: 180px;
}

#meet-our-team h2 {
  padding-bottom: 0;
}
#meet-our-team .text-text {
  padding-top: 30px;
}

#presentation .button-container .col {
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  #presentation .col-xs-12.text {
    margin-bottom: 30px;
  }
}

/* # Post type SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Post lay-out
--------------------------------------------- */
.blog .pagination {
  margin-top: 40px;
}

#blog-container {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 3.5rem;
}
@media only screen and (max-width: 750px) {
  #blog-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
#blog-container.col-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 1023px) {
  #blog-container.col-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #blog-container.col-3 {
    grid-template-columns: 1fr;
  }
}

.blog-summary {
  border: 1px solid #eaf3f6;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-summary .feat-img {
  margin: 0 0 15px 0;
}
.blog-summary .feat-img img {
  width: 100%;
  height: auto;
}
.blog-summary .button-p {
  margin-top: auto;
}
.blog-summary h4 {
  margin: 0 0 10px 0;
  padding: 0;
}
.blog-summary h4 a {
  text-decoration: none;
  color: #081d4d;
}
.blog-summary h4 a:hover {
  text-decoration: underline;
}
.blog-summary .label {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #FFF;
  padding: 5px 20px;
  font-size: 0.875em;
  border-radius: 0 0 0 30px;
}

#blog-content {
  position: relative;
  background: #FFF;
}
#blog-content .text-wrap {
  margin-top: calc(-100vh + 320px);
}
@media only screen and (max-width: 1023px) {
  #blog-content .text-wrap {
    margin-top: 0;
  }
  #blog-content .wrap .text-wrap > .card:first-child {
    padding-left: 0;
    padding-right: 0;
  }
}

.post-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0 0;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .post-options {
    justify-content: center;
  }
  .post-options p, .post-options ul {
    width: 100%;
  }
}
.post-options p {
  margin: 0;
  padding: 0 0 20px 0;
  line-height: 1.25;
}
.post-options .share-block {
  display: flex;
  align-items: center;
}
.post-options .share-block ul {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
.post-options .share-block p {
  padding: 0;
  margin: 0 20px 0 0;
  display: block;
}

#blog-categories {
  position: relative;
  margin: -50px 0 30px 0;
}
#blog-categories .select-wrap {
  width: 100%;
  max-width: 280px;
}

/* ## Client lay-out
--------------------------------------------- */
#clients-slider {
  padding: 0 140px;
  position: relative;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 1023px) {
  #clients-slider {
    padding-left: 40px;
    padding-right: 40px;
  }
  #clients-slider .slick-prev {
    left: -40px;
  }
  #clients-slider .slick-next {
    right: -40px;
  }
}
#clients-slider .slick-prev {
  left: -70px;
}
#clients-slider .slick-next {
  right: -70px;
}
#clients-slider .slick-list {
  margin: 0 -40px;
}
#clients-slider .slick-list .slide {
  padding: 0 40px;
}
#clients-slider .slick-track {
  align-items: center;
}
#clients-slider .client-slide {
  box-shadow: 0;
  border: 1px solid #eaf3f6;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin: 0;
  padding: 30px 20px;
}
#clients-slider .client-slide img {
  max-height: 100%;
  max-width: 100%;
}

/* ## Case lay-out
--------------------------------------------- */
#case-studies-slider,
#interview-slider {
  padding: 0 140px;
}
#case-studies-slider .slick-prev,
#interview-slider .slick-prev {
  left: -70px;
}
#case-studies-slider .slick-next,
#interview-slider .slick-next {
  right: -70px;
}
@media only screen and (max-width: 1440px) {
  #case-studies-slider,
  #interview-slider {
    padding-left: 40px;
    padding-right: 40px;
  }
  #case-studies-slider .slick-prev,
  #interview-slider .slick-prev {
    left: -40px;
  }
  #case-studies-slider .slick-next,
  #interview-slider .slick-next {
    right: -40px;
  }
}
#case-studies-slider .slick-slide,
#interview-slider .slick-slide {
  height: 100%;
}
#case-studies-slider .slick-slide > div,
#interview-slider .slick-slide > div {
  height: 100%;
}
#case-studies-slider .slide,
#interview-slider .slide {
  height: 100%;
}
#case-studies-slider .slide .card,
#interview-slider .slide .card {
  height: 100%;
}

.case-slide,
.interview-slide {
  display: flex;
  align-items: center;
}
.case-slide .text-container,
.interview-slide .text-container {
  width: calc(100% - 400px);
  padding-left: 70px;
}
.case-slide .feat-img,
.interview-slide .feat-img {
  width: 400px;
  margin-bottom: 40px;
}
.case-slide .feat-img img,
.interview-slide .feat-img img {
  height: 400px;
  width: 400px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-slide .buttons-wrap,
.interview-slide .buttons-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .case-slide,
  .interview-slide {
    flex-direction: column;
  }
  .case-slide .text-container,
  .interview-slide .text-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .case-slide .feat-img,
  .interview-slide .feat-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .case-slide .feat-img img,
  .interview-slide .feat-img img {
    height: auto;
    width: 100%;
  }
  .case-slide .buttons-wrap,
  .interview-slide .buttons-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .case-slide .buttons-wrap .button,
  .interview-slide .buttons-wrap .button {
    margin-bottom: 10px;
  }
}

.company {
  margin-top: -5px;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.25;
}
.company .seperator {
  margin: 0 10px;
}
.company .title {
  color: #00a5c6;
}

#case-container .case-summary-loop:nth-child(even) {
  flex-direction: row-reverse;
}

.case-summary-loop {
  margin-bottom: 30px !important;
}

/* ## Interviews lay-out
--------------------------------------------- */
.customer-speaking-block {
  display: flex;
  flex-wrap: wrap;
}
.customer-speaking-block .feat-img,
.customer-speaking-block .text-container {
  position: relative;
  z-index: 2;
}
.customer-speaking-block .feat-img {
  width: 300px;
  height: 300px;
  padding: 0;
  margin: 0 0 30px 0;
}
.customer-speaking-block .text-container {
  width: calc(100% - 300px);
  padding-left: 30px;
}

.interviews-block h3, .interviews-block .h3,
.interviews-block .interviews-block-slider {
  position: relative;
  z-index: 2;
}

.interviews-block-slider .slides .slick-button {
  font-size: 32px;
}
.interviews-block-slider .slides .slick-button.slick-prev {
  left: -23px;
}
.interviews-block-slider .slides .slick-button.slick-next {
  right: -23px;
}

.interview-block-slide {
  padding-bottom: 30px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}

.interview-slide {
  flex-direction: row-reverse;
}
.interview-slide .text-container {
  padding-left: 0;
  padding-right: 70px;
}

/* ## FAQ lay-out
--------------------------------------------- */
#faq-archive-content .wrap {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  #faq-archive-content .wrap {
    flex-direction: column-reverse;
  }
}

#faq-categories {
  width: 360px;
  position: sticky;
  top: 150px;
}
@media only screen and (max-width: 1023px) {
  #faq-categories {
    width: 100%;
    top: unset;
    position: relative;
  }
}
#faq-categories h3,
#faq-categories .h3 {
  position: relative;
  z-index: 2;
}
#faq-categories ul {
  position: relative;
  z-index: 2;
}
#faq-categories ul li {
  margin: 0;
  padding: 0;
}
#faq-categories ul li:before {
  display: none;
}
#faq-categories ul li a {
  display: block;
  position: relative;
  padding: 5px 20px;
  text-decoration: none;
}
#faq-categories ul li a .amount {
  display: inline-block;
  margin-left: 5px;
}
#faq-categories ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  content: "";
  width: 4px;
  border-radius: 2px;
  background: #00a5c6;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
#faq-categories ul li.active a {
  font-weight: 500;
}
#faq-categories ul li.active a:before {
  height: 100%;
}

#faq-container {
  width: calc(100% - 360px);
  padding-left: 70px;
}
@media only screen and (max-width: 1023px) {
  #faq-container {
    width: 100%;
    padding-left: 0;
  }
}

.faq-container {
  margin-bottom: 30px;
}

.faq-wrap {
  padding: 10px 20px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  background: #FFF;
  border-radius: 10px;
  margin: 0 0 15px 0;
  position: relative;
}
.faq-wrap .question {
  position: relative;
  margin: 0;
  padding: 0;
}
.faq-wrap .question a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
}
.faq-wrap .question a:after {
  content: "\f107";
  font: 900 1em/1 "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  right: -20px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.faq-wrap .question a:hover {
  color: #00a5c6;
}
.faq-wrap .answer {
  display: none;
  margin-top: 10px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.faq-wrap .answer:before {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  background: #00a5c6;
  width: 2px;
  content: "";
}
.faq-wrap .answer p:last-child {
  margin: 0;
  padding: 0;
}
.faq-wrap.active {
  background: #eaf3f6;
}
.faq-wrap.active .question {
  font-weight: 500;
}
.faq-wrap.active .question a:after {
  transform: rotate(180deg);
}

/* ## Jobs lay-out
--------------------------------------------- */
#single-job-content .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  #single-job-content .wrap {
    flex-direction: column;
  }
}

.author {
  padding-right: 60px;
  position: relative;
  width: calc(50% + 270px);
  background-color: #fff;
  top: -80px;
  padding: 20px;
}
.author.post-type-post {
  width: 100%;
}
.author.post-type-job {
  width: calc(50% + 270px);
}
@media only screen and (max-width: 1023px) {
  .author {
    width: 100%;
  }
}
.author__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  background-color: #eaf3f6;
  background-image: url("../img/stroke-cursive-white.svg");
}
@media only screen and (max-width: 750px) {
  .author__container {
    flex-direction: column;
  }
}
.author__person {
  position: relative;
  max-width: 30%;
  flex: 0 0 30%;
  padding-top: 30%;
  height: 0;
}
@media only screen and (max-width: 750px) {
  .author__person {
    padding-top: 70%;
    width: 70%;
    margin-bottom: 2rem;
    max-width: unset;
  }
}
.author__img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.author__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.author__text {
  max-width: 70%;
  flex: 0 0 70%;
  padding-left: 20px;
}
@media only screen and (max-width: 750px) {
  .author__text {
    padding-left: 0;
  }
}
.author__text p {
  padding: 0;
  margin: 0;
}

#single-job-content-container {
  width: calc(100% - 430px);
  position: relative;
}
#single-job-content-container .item-options {
  position: absolute;
  top: -60px;
  right: 60px;
}
@media only screen and (max-width: 1480px) {
  #single-job-content-container .item-options {
    position: relative;
    top: unset;
    right: unset;
    margin-top: -30px;
  }
}
@media only screen and (max-width: 1023px) {
  #single-job-content-container .item-options {
    margin-top: -25px;
    justify-content: flex-end;
  }
}
#single-job-content-container ul li:before {
  background: #00a5c6;
}
@media only screen and (max-width: 1023px) {
  #single-job-content-container {
    width: 100%;
  }
}

#single-job-sidebar {
  width: 430px;
}
@media only screen and (max-width: 1023px) {
  #single-job-sidebar {
    width: 100%;
  }
}

#single-job-content-container {
  padding-right: 60px;
}
@media only screen and (max-width: 1023px) {
  #single-job-content-container {
    padding-right: 0;
  }
}

#single-job-sidebar {
  padding-left: 60px;
}
@media only screen and (max-width: 1023px) {
  #single-job-sidebar {
    padding-left: 0;
  }
}

#single-job-content {
  margin-bottom: 160px;
}
#single-job-content:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #eaf3f6;
  width: calc(50% + 270px);
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  #single-job-content:before {
    display: none;
  }
}

.single-job-properties {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  padding: 0;
}
.single-job-properties .expertise.hidden {
  display: none;
}
.single-job-properties li {
  display: flex;
  margin: 0 0 10px 0;
  padding: 0 20px 0 0;
  width: 20%;
  font-size: 0.8125em;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .single-job-properties li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .single-job-properties li {
    width: 100%;
  }
}
.single-job-properties li:before {
  display: none;
}
.single-job-properties li .icon {
  display: block;
  margin-right: 5px;
}
@media only screen and (max-width: 1023px) {
  .single-job-properties {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .single-job-properties li {
    width: 33.333%;
  }
}

#single-job-contact-block {
  margin-top: 160px;
  top: 240px;
}
#single-job-contact-block .contact-image {
  margin: -100px auto 20px auto;
  overflow: hidden;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  border: 3px solid #FFF;
  position: relative;
}
#single-job-contact-block .contact-image img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
@media only screen and (max-width: 1023px) {
  #single-job-contact-block {
    margin-top: 80px;
  }
}
#single-job-contact-block .function {
  margin-top: -15px;
  padding: 0 0 20px 0;
}

.contact-options {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
  padding: 0;
}
.contact-options li {
  display: flex;
  position: relative;
  margin: 0 0 0 30px;
  padding: 0;
}
.contact-options li .icon {
  position: absolute;
  top: 1px;
  left: -30px;
}
.contact-options li a {
  color: #00a5c6;
}

#single-job-apply h3 {
  color: #EE9C38;
}

.job-summary {
  position: relative;
}
.job-summary h3 {
  padding-right: 30px;
}
.job-summary .add-to-favorites {
  position: absolute;
  top: 40px;
  right: 30px;
}
@media only screen and (max-width: 1023px) {
  .job-summary .add-to-favorites {
    top: 20px;
    right: 20px;
  }
}
.job-summary h3 a {
  text-decoration: none;
}
.job-summary h3 a:hover {
  text-decoration: underline;
}
.job-summary .subtitle {
  font-size: 1.375em;
  margin-top: -10px;
}
@media only screen and (max-width: 1023px) {
  .job-summary .subtitle {
    font-size: 1em;
    margin-top: 0;
  }
}
.job-summary .job-info {
  display: flex;
  justify-content: space-between;
  padding: 0 0 30px 0;
}
.job-summary .job-info p {
  display: block;
  margin: 0;
  padding: 0;
}
.job-summary .job-requirements {
  display: flex;
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
  align-items: center;
}
.job-summary .job-requirements li {
  margin: 0 0 0 0;
  padding: 0;
}
.job-summary .job-requirements li:not(:last-child) {
  margin-right: 20px;
}
.job-summary .job-requirements li:before {
  display: none;
}
.job-summary .job-requirements .icon {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.job-summary .button-p .button {
  display: block;
  min-width: 250px;
}

.loop-job-properties {
  display: flex;
  margin: -10px 0 20px 0;
  padding: 0;
  width: 100%;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .loop-job-properties {
    align-items: flex-start;
    margin-top: 0;
  }
}
.loop-job-properties li {
  margin: 0 0 10px 0;
  padding: 0;
}
.loop-job-properties li:not(:last-child) {
  margin-right: 20px;
}
.loop-job-properties li:first-child {
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .loop-job-properties li:first-child {
    margin-right: 0;
  }
}
.loop-job-properties li:before {
  display: none;
}
.loop-job-properties .icon {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 1023px) {
  .loop-job-properties {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .loop-job-properties li {
    margin-bottom: 0;
    display: flex;
  }
  .loop-job-properties li .icon {
    width: 30px;
    display: block;
  }
}

#related-jobs .slick-list {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  margin: 0 0 30px 0;
}
#related-jobs .slides {
  margin: 0;
  padding: 0;
}
#related-jobs .slides .slick-button.slick-prev {
  left: -50px;
}
#related-jobs .slides .slick-button.slick-next {
  right: -50px;
}
#related-jobs .job-summary {
  margin: 0;
  box-shadow: none;
}

#job-archive-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background: #eaf3f6;
  height: 100%;
  bottom: 0;
}
#job-archive-content .wrap {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  #job-archive-content .wrap {
    flex-direction: column;
  }
}

#job-archive-container {
  width: calc(100% - 340px);
  padding-left: 60px;
}
@media only screen and (max-width: 1023px) {
  #job-archive-container {
    padding-left: 0;
    width: 100%;
  }
}

#job-archive-sidebar {
  width: 340px;
}
@media only screen and (max-width: 1023px) {
  #job-archive-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #FFF;
    z-index: 20;
    padding: 85px 20px 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
  }
}

#job-filters .filter-block {
  padding-bottom: 10px;
}
#job-filters .filter-block.active .collapse-filter-block:before {
  transform: rotate(180deg);
}
#job-filters .filter-block:not(:last-child) {
  border-bottom: 2px solid #DDD;
  margin-bottom: 20px;
}

#job-alert .gform_wrapper .gform_footer {
  padding-top: 5px;
}
#job-alert .job-alert-text {
  padding-bottom: 1rem;
}

.reset-filters-p {
  margin-top: -20px;
}

.filter-name {
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
}

.collapse-filter-block {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 900 1em/1 "Font Awesome 5 Free";
  text-decoration: none;
}
.collapse-filter-block:before {
  content: "\f107";
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.filters-ul {
  margin: 0;
  padding: 0 0 10px 0;
  display: none;
}
.filters-ul li {
  margin: 0;
  padding: 0;
}
.filters-ul li:before {
  display: none;
}
.filters-ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 0 0 0 30px;
}
.filters-ul li a:before {
  display: block;
  height: 16px;
  width: 16px;
  border: 1px solid #D4D4D4;
  border-radius: 50%;
  background: none;
  top: 6px;
  left: 0;
  content: "";
  position: absolute;
}
@media only screen and (max-width: 1023px) {
  .filters-ul li a:before {
    top: 3px;
  }
}
.filters-ul li:hover > a {
  font-weight: 500;
}
.filters-ul li.selected a {
  font-weight: 500;
}
.filters-ul li.selected a:after {
  display: block;
  height: 10px;
  width: 10px;
  background: #00a5c6;
  border-radius: 50%;
  top: 9px;
  left: 3px;
  content: "";
  position: absolute;
}
@media only screen and (max-width: 1023px) {
  .filters-ul li.selected a:after {
    top: 0;
  }
}
.filters-ul.and li a:before {
  border-radius: 0;
  background: #FFF;
}
.filters-ul.and li.selected a:before {
  background: #00a5c6;
  border: #00a5c6;
}
.filters-ul.and li.selected a:after {
  background: none;
  content: "\f00c";
  font: 900 12px/1 "Font Awesome 5 Free";
  color: #FFF;
  top: 9px;
  left: 2px;
}
@media only screen and (max-width: 1023px) {
  .filters-ul.and li.selected a:after {
    top: 6px;
  }
}

#result-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px 0;
}
#result-options .result-count {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
#result-options .form-row {
  margin: 0;
  padding: 0;
}
#result-options .option-orderby {
  display: flex;
  align-items: center;
}
#result-options .option-orderby label {
  margin: 0 10px 0 0;
  padding: 0;
  white-space: nowrap;
}
#result-options .option-orderby select {
  min-width: 240px;
}
@media only screen and (max-width: 750px) {
  #result-options {
    flex-direction: column;
    align-items: flex-start;
  }
}

#job-search-form {
  padding-bottom: 20px;
}
#job-search-form .form-row {
  padding: 0;
  margin: 0 0 10px 0;
}
#job-search-form input[type=text] {
  padding-right: 40px;
}
#job-search-form button {
  background: #00a5c6;
}

.content-job-summary li:before {
  display: none;
}
.content-job-summary li {
  padding: 0;
  line-height: 1.375;
  padding-bottom: 10px;
}

.close-mob-filters {
  position: absolute;
  top: 60px;
  right: 20px;
  z-index: 5;
}

.hide-filters-text {
  text-align: center;
  text-decoration: none;
  position: relative;
  display: block;
  margin: -20px auto 0 auto;
}
.hide-filters-text i {
  margin-right: 5px;
  display: inline-block;
  position: relative;
}

.filter-results-wrap {
  text-align: right;
  padding: 0 0 10px 0;
}

.filter-results {
  display: inline-block;
  text-decoration: none;
}
.filter-results:hover {
  text-decoration: underline;
}
.filter-results i {
  display: inline-block;
  margin-right: 8px;
}

/* ## Area of expertis lay-out
--------------------------------------------- */
#areas-of-expertise-container > div {
  margin-bottom: 40px;
}

.area-of-expertise-loop {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.area-of-expertise-loop .feat-img {
  margin: 0 0 15px 0;
}
.area-of-expertise-loop .feat-img img {
  width: 100%;
  height: auto;
}
.area-of-expertise-loop h4 {
  margin: 0 0 10px 0;
  padding: 0;
}
.area-of-expertise-loop h4 a {
  text-decoration: none;
  color: #081d4d;
}
.area-of-expertise-loop h4 a:hover {
  text-decoration: underline;
}
.area-of-expertise-loop .label {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #FFF;
  padding: 5px 20px;
  font-size: 0.875em;
  border-radius: 0 0 0 30px;
}
.area-of-expertise-loop .button-p {
  margin-top: auto;
}

/* # Mobile SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Mobile navigation
--------------------------------------------- */
#show-mob-nav {
  float: right;
  height: 42px;
  width: 28px;
  text-align: center;
  background: none;
  padding: 0;
  border: 0;
}
#show-mob-nav span {
  display: block;
  position: relative;
  height: 3px;
  width: 100%;
  margin: 0 0 4px 0;
  padding: 0;
  background: #00a5c6;
  border-radius: 1.5px;
  transition: all 0.3s ease-out 0s;
}
#show-mob-nav span:last-child {
  margin-bottom: 0;
}

.mob-nav-active #show-mob-nav span:last-child {
  visibility: hidden;
  opacity: 0;
}
.mob-nav-active #show-mob-nav span:first-child {
  transform: rotate(45deg);
  top: 6px;
}
.mob-nav-active #show-mob-nav span:nth-child(2) {
  transform: rotate(-45deg);
  top: -1px;
}
.mob-nav-active #mobile-navigation {
  transform: translateX(0);
  visibility: visible;
}

#mobile-navigation {
  position: fixed;
  padding: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 199;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  background: #FFF;
  padding-top: 50px;
}
#mobile-navigation #mob-search {
  margin: 0 -20px;
  position: relative;
}
#mobile-navigation #mob-search .search-field {
  background: #eaf3f6;
}
#mobile-navigation #mob-search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  color: #000;
  width: auto;
}
#mobile-navigation .menu {
  display: block;
  margin: 0 -20px;
}
#mobile-navigation .menu img {
  display: none;
}
#mobile-navigation .menu li:not(.jobs) {
  display: block;
  margin: 0;
  padding: 0;
  font: 400 1em/1.25 "Aeonik", sans-serif;
  border-bottom: 1px solid #eaf3f6;
}
#mobile-navigation .menu li:not(.jobs):last-child {
  border-bottom: 0;
}
#mobile-navigation .menu li:not(.jobs):before {
  display: none;
}
#mobile-navigation .menu li:not(.jobs) a {
  display: block;
  padding: 20px;
  color: #000;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
}
#mobile-navigation .menu li:not(.jobs) .expand {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 20px;
  height: 61.25px;
  display: flex;
  align-items: center;
  color: #00a5c6 !important;
}
#mobile-navigation .menu li:not(.jobs) .expand i {
  transition: all 0.3s ease-out 0s;
  position: relative;
  display: inline-block;
}
#mobile-navigation .menu li:not(.jobs) .expand.active i {
  transform: rotate(180deg);
}
#mobile-navigation .menu li:not(.jobs):before {
  display: none;
}
#mobile-navigation .menu li:not(.jobs) .sub-menu {
  display: none;
  padding: 0 0 10px 0;
}
#mobile-navigation .menu li:not(.jobs) .sub-menu li {
  font-size: 0.875em;
  border: 0;
  font-weight: 400;
}
#mobile-navigation .menu li:not(.jobs) .sub-menu li a {
  padding-left: 40px;
  font-family: "Aeonik", sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
}
#mobile-navigation .jobs {
  padding: 20px 20px;
}
#mobile-navigation .jobs:before {
  display: none;
}
#mobile-navigation .jobs a {
  display: block;
  width: 100%;
}
#mobile-navigation .sm-icons li a {
  color: #FFF;
}
#mobile-navigation .mob-select-wrap .lang-select-container {
  left: 0;
  width: 100%;
}
#mobile-navigation .mob-select-wrap .lang-select-container ul.menu {
  width: 100%;
}
#mobile-navigation .mob-select-wrap .lang-select-container ul.menu li {
  line-height: 1;
}
#mobile-navigation .mob-select-wrap .lang-select-container ul.menu .flag img {
  display: block;
  position: relative;
  top: -2px;
}
#mobile-navigation .mob-select-wrap .lang-select-container ul.menu a {
  display: flex !important;
}

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