@charset "UTF-8";
/************************************************************************************************
                     * Colors
 ************************************************************************************************/
/************************************************************************************************
                     * Typography
 ************************************************************************************************/
/************************************************************************************************
                     * Buttons
 ************************************************************************************************/
/************************************************************************************************
                     * Grid / Layout
 ************************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

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

.block-slider {
  text-align: center; }
  .block-slider .slides-row {
    margin-top: 60px; }
  .block-slider .slides-img {
    display: inline-block;
    float: none;
    vertical-align: middle; }
    .block-slider .slides-img img {
      margin: 0 auto;
      filter: brightness(100) invert(1); }
  @media (max-width: 800px) {
    .block-slider .slides-img {
      margin: 25px 20px; } }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

html {
  font-size: 16px; }

body {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale; }

html, body {
  border: none;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }

.main-wrap {
  position: relative;
  overflow: hidden; }

/************************************************************************************************
                     * VARIABLES
 ************************************************************************************************/
/************************************************************************************************
                     * TYPOGRAPHY
 ************************************************************************************************/
.hori-list > li, .hori-list > div, .hori-list > a {
  font-size: 16px; }

a {
  color: #1DE4B4;
  font-weight: 400;
  outline: 0;
  text-decoration: none; }
  a[href^="mailto:"] {
    overflow-wrap: break-word;
    word-wrap: break-word; }
  a:hover {
    color: #16b891; }

h1, .h1, h2, .h2, h3, .h3,
h4, .h4, h5, .h5, h6, .h6 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: unset;
  line-height: 120%;
  margin: 30px 0 20px;
  padding: 0;
  text-transform: none; }
  h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child,
  h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0; }
  @media (min-width: 800px) {
    h1, .h1, h2, .h2, h3, .h3,
    h4, .h4, h5, .h5, h6, .h6 {
      margin: 40px 0 30px; } }

h1, .h1 {
  font-size: 48px; }

h2, .h2, .single-job h1 {
  font-size: 36px; }

h3, .h3 {
  font-size: 32px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 18px; }

.section-title, .section-title:last-child {
  margin: 0 0 20px; }
  @media (min-width: 800px) {
    .section-title, .section-title:last-child {
      margin: 0 0 30px; } }

.section-subheading {
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: block; }

.middle-column.section-title {
  margin-bottom: 40px; }
  @media (min-width: 800px) {
    .middle-column.section-title {
      margin-bottom: 60px; } }

strong, b {
  font-weight: 700; }

p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: unset;
  line-height: 140%;
  margin: 0 0 20px;
  padding: 0;
  text-transform: none; }
  @media (min-width: 800px) {
    p {
      margin: 0 0 30px; } }

li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: unset;
  margin: 0 0 10px;
  padding: 0;
  text-transform: none; }

blockquote {
  border-left: 3px solid #000;
  color: #000;
  font-size: 16px;
  font-style: none;
  margin: 30px 0;
  padding: 0 0 0 25px; }
  blockquote p:first-of-type {
    font-size: 16px;
    font-weight: 400; }

ul, ol {
  margin: 10px 0;
  padding-left: 20px; }

ol {
  padding-left: 25px; }

h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child,
p:last-child, ul:last-child, ul:not(.hori-list) li:last-child, ol:not(.hori-list) li:last-child, ol:last-child {
  margin-bottom: 0; }

/************************************************************************************************
                     * Larger than mobile
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than phablet (also point when grid becomes active)
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
@media (min-width: 800px) {
  h1, .h1 {
    font-size: 58px; }

  h2, .h2, .single-job h1 {
    font-size: 46px; }

  h3, .h3 {
    font-size: 34px; }

  h4, .h4 {
    font-size: 24px; }

  h5, .h5 {
    font-size: 20px; }

  h6, .h6 {
    font-size: 18px; } }
/************************************************************************************************
                     * Larger than desktop
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than desktop HD
 ************************************************************************************************/
@media (min-width: 1280px) {
  h1, .h1 {
    font-size: 64px; }

  h2, .h2, .single-job h1 {
    font-size: 48px; }

  h3, .h3 {
    font-size: 36px; }

  h4, .h4 {
    font-size: 24px; }

  h5, .h5 {
    font-size: 20px; }

  h6, .h6 {
    font-size: 18px; } }
[class^="icon-"], [class*=" icon-"], .contact-details-row li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/************************************************************************************************
	* Social Icons
 ************************************************************************************************/
.social-list {
  display: inline-block;
  margin: 0;
  padding: 0; }
  .social-list a {
    font-size: 30px;
    padding: 0;
    margin-right: 25px; }
    .social-list a:last-child {
      margin-right: 0; }
    .social-list a:before {
      transition: all 0.2s ease-in-out; }

.icon-youtube:before {
  color: #f00; }

.icon-googleplus:before {
  color: #dc4e41; }

.icon-linkedin:before {
  color: #0077b5; }

.icon-pinterest:before {
  color: #bd081c; }

.icon-facebook:before {
  color: #3b5998; }

.icon-instagram:before {
  color: #e4405f; }

.icon-twitter:before {
  color: #1da1f2; }

@font-face {
  font-family: 'icomoon';
  src: url("../../icomoon/fonts/icomoon.eot?7ipk7j");
  src: url("../../icomoon/fonts/icomoon.eot?7ipk7j#iefix") format("embedded-opentype"), url("../../icomoon/fonts/icomoon.ttf?7ipk7j") format("truetype"), url("../../icomoon/fonts/icomoon.woff?7ipk7j") format("woff"), url("../../icomoon/fonts/icomoon.svg?7ipk7j#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-shopping-bag:before {
  content: "\e90f"; }

.icon-pinterest-p:before {
  content: "\e905"; }

.icon-play1:before {
  content: "\e904"; }

.icon-linkedin:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-facebook-f:before {
  content: "\e903"; }

.icon-tag:before {
  content: "\e90a"; }

.icon-googleplus:before {
  content: "\e902";
  color: #dc4e41; }

.icon-instagram:before {
  content: "\e906";
  color: #e4405f; }

.icon-twitter:before {
  content: "\e900";
  color: #1da1f2; }

.icon-chevron-left:before {
  content: "\e909"; }

.icon-phone1:before {
  content: "\e907"; }

.icon-cancel:before {
  content: "\e90c"; }

.icon-chevron-right:before {
  content: "\e90b"; }

.icon-chevron-left:before {
  content: "\e909"; }

.icon-chevron-down:before {
  content: "\e908"; }

.icon-chevron-up:before {
  content: "\e90b"; }

.icon-picture:before {
  content: "\e90d"; }

.icon-location:before {
  content: "\e910"; }

.icon-map-marker:before {
  content: "\e910"; }

.icon-pin:before {
  content: "\e910"; }

.icon-play:before {
  content: "\e90e"; }

.icon-search:before {
  content: "\e908"; }

.icon-envelop:before {
  content: "\e911"; }

.icon-location:before {
  content: "\e910"; }

.icon-map-marker:before {
  content: "\e910"; }

.icon-pin:before {
  content: "\e910"; }

.icon-play:before {
  content: "\e90e"; }

.icon-search:before {
  content: "\e908"; }

/************************************************************************************************
                     * Video
 ************************************************************************************************/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-full, .banner .youtube-player-with-thumb {
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.video-container {
  height: 0;
  left: auto;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  top: auto;
  width: auto; }

.video-container iframe, .video-full iframe, .youtube-player iframe, .youtube-player-with-thumb iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; }

.video-full, .banner .youtube-player-with-thumb {
  overflow: hidden; }
  .video-full iframe, .banner .youtube-player-with-thumb iframe {
    left: 50%;
    top: 50%;
    height: 115%;
    transform: translate3d(-50%, -50%, 0);
    width: 115%; }

.youtube-player, .youtube-player-with-thumb {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  background: #000; }
  .youtube-player img, .youtube-player-with-thumb img {
    display: block;
    margin: auto;
    opacity: 0.8;
    position: absolute;
    border: none;
    cursor: pointer; }
  .youtube-player:hover img, .youtube-player-with-thumb:hover img {
    opacity: 0.9;
    transform: scale(1.05); }
  .youtube-player .icon-play, .youtube-player-with-thumb .icon-play {
    color: white;
    font-size: 90px;
    left: 50%;
    top: 50%;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0); }
    .youtube-player .icon-play:hover, .youtube-player-with-thumb .icon-play:hover {
      transform: translate3d(-50%, -50%, 0) scale(1.1); }

/************************************************************************************************
                     * Images
 ************************************************************************************************/
img {
  display: block;
  height: auto;
  max-width: 100%; }

.img-left {
  float: left;
  margin: 10px 10px 10px 0; }

.img-center {
  margin: 10px auto; }
  .img-center img {
    display: block;
    margin: 10px auto; }

.img-right {
  float: right;
  margin: 10px 0 10px 10px; }

.aligncenter, .alignleft, .alignright {
  display: block;
  margin: 10px auto; }

.attachment-post-thumbnail {
  margin-bottom: 30px; }

.youtube-player-with-thumb img, .inline-cover img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%; }
.youtube-player-with-thumb.ie-fix, .inline-cover.ie-fix {
  background-size: cover;
  background-position: center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .youtube-player-with-thumb.ie-fix img, .inline-cover.ie-fix img {
    opacity: 0; }

/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
@media (min-width: 800px) {
  .alignleft {
    float: left;
    margin: 10px 30px 10px 0; }

  .alignright {
    float: right;
    margin: 10px 0 10px 30px; } }
/************************************************************************************************
										 * Buttons
 ************************************************************************************************/
.page-id-8353 .gform_footer input[type="submit"] {
  background-color: #FF4C77; }
  .page-id-8353 .gform_footer input[type="submit"]:hover {
    background-color: #ff7f9e; }

.button,
.wpjb a.wpjb-button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-color: #FFA338;
  border-radius: 0px;
  box-sizing: border-box;
  border: 0;
  border-color: #FFA338;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  outline: 0 !important;
  padding: 19px 20px;
  text-align: center;
  text-decoration: none;
  font-family: "Montserrat", sans-serif; }
  .button.secondary-button,
  .wpjb a.wpjb-button.secondary-button,
  button.secondary-button,
  input[type="submit"].secondary-button,
  input[type="reset"].secondary-button,
  input[type="button"].secondary-button {
    background-color: #000;
    color: #fff; }
    .button.secondary-button:hover,
    .wpjb a.wpjb-button.secondary-button:hover,
    button.secondary-button:hover,
    input[type="submit"].secondary-button:hover,
    input[type="reset"].secondary-button:hover,
    input[type="button"].secondary-button:hover {
      background-color: #1a1a1a; }
  .button:hover,
  .wpjb a.wpjb-button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    background-color: #ffbb6b;
    border-color: #FFA338;
    color: #000; }

.wpjb-button {
  border-radius: 0px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif !important;
  border: 0 !important;
  padding: 19px 20px !important; }

.button,
.wpjb-submit,
.wpjb a.wpjb-button {
  min-width: 280px;
  box-sizing: border-box;
  text-transform: uppercase; }

.secondary-btn {
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: underline;
  transition: 0.2s all; }
  .secondary-btn:hover {
    color: #444; }

.orange-btn {
  background: #FFA338 !important;
  box-shadow: 0 0 15px rgba(255, 163, 56, 0.4) !important; }
  .orange-btn:hover {
    background: #FFC888 !important;
    box-shadow: 0 0 15px #FFA338 !important; }

.pink-btn-banner {
  background: #FF4C77 !important;
  box-shadow: 0 0 15px rgba(255, 163, 56, 0.4) !important; }
  .pink-btn-banner:hover {
    background: #ff7f9e !important;
    box-shadow: 0 0 15px #FF4C77 !important; }

.dark-btn {
  background: #000 !important;
  color: #f7f7f7;
  box-shadow: 0 0 15px rgba(204, 204, 204, 0.4) !important;
  border: 1px solid #1DE4B4; }
  .dark-btn:hover {
    background: #1DE4B4 !important;
    border: 1px solid #1DE4B4;
    box-shadow: 0 0 15px #000 !important; }

.pink-btn {
  background: #FF4C77 !important;
  color: #f7f7f7;
  box-shadow: 0 0 15px rgba(204, 204, 204, 0.4) !important;
  border: 1px solid #FF4C77; }
  .pink-btn:hover {
    background: #f196ac !important;
    border: 1px solid #f196ac !important;
    box-shadow: 0 0 15px #FF4C77 !important;
    color: #f7f7f7; }

/************************************************************************************************
										 * Pagination
 ************************************************************************************************/
.pagination {
  margin-top: 30px;
  text-align: center; }
  .pagination ul {
    background: white;
    box-sizing: border-box;
    border-radius: 0px;
    display: inline-block;
    list-style: none;
    padding: 0 50px;
    position: relative;
    text-align: center;
    width: 100%; }
  .pagination li {
    display: inline-block;
    margin: 0; }
    .pagination li .span {
      display: inline-block; }
  .pagination .dots,
  .pagination .current {
    cursor: default; }
  .pagination a,
  .pagination .dots,
  .pagination .current {
    display: block;
    font-size: 20px;
    padding: 9px 5px 8px;
    text-decoration: none; }
  .pagination a {
    color: #FFA338; }
    .pagination a:hover {
      color: #ff971f;
      transform: scale(1.2); }
  .pagination .prev,
  .pagination .next {
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 40px; }
    .pagination .prev span,
    .pagination .next span {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate3d(-50%, -50%, 0); }
  .pagination .prev {
    left: 0; }
  .pagination .next {
    right: 0; }

/************************************************************************************************
										 * Tags
 ************************************************************************************************/
a[rel="tag"] {
  color: white;
  padding: 5px 10px;
  margin: 5px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block; }
  a[rel="tag"]:hover {
    border: 1px solid white; }

.single .icon-tag {
  width: 20px;
  display: inline-block;
  position: relative; }
  .single .icon-tag:before {
    position: absolute;
    top: -13px; }
.single .post-tags {
  margin: 0 0 30px 0;
  display: inline-block; }
  .single .post-tags a:hover {
    text-decoration: none !important; }
.single a[rel="tag"] {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5); }
  .single a[rel="tag"]:hover {
    border: 1px solid #000; }

/************************************************************************************************
										 * Blog Single
 ************************************************************************************************/
.pag-single-row {
  border-bottom: 0 !important;
  margin: 0 !important;
  padding-bottom: 0;
  padding-top: 0; }
  @media (min-width: 800px) {
    .pag-single-row {
      margin-left: -25px !important;
      margin-right: -25px !important; } }

.post-pagination {
  background: white;
  box-sizing: border-box;
  border-radius: 0px;
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: middle;
  width: 100%; }
  .post-pagination:after {
    content: "";
    display: table;
    clear: both; }
  .post-pagination:before {
    background: #E1E1E1;
    content: "";
    height: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 1px; }
  .post-pagination a {
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    font-size: 22px;
    padding: 50px 50px 50px 20px;
    position: relative;
    text-align: right;
    vertical-align: middle;
    width: 50%; }
    @media (min-width: 800px) {
      .post-pagination a {
        padding: 50px 70px 50px 30px; } }
    @media (min-width: 1000px) {
      .post-pagination a {
        padding: 70px 70px 70px 30px; } }
    .post-pagination a span.icon {
      font-size: 40px;
      right: 0;
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0); }
      @media (min-width: 800px) {
        .post-pagination a span.icon {
          font-size: 50px; } }
    .post-pagination a[rel="next"]:first-child {
      margin-left: 50%; }
    .post-pagination a[rel="prev"] {
      padding: 50px 20px 50px 50px;
      text-align: left; }
      @media (min-width: 800px) {
        .post-pagination a[rel="prev"] {
          padding: 50px 30px 50px 70px; } }
      @media (min-width: 1000px) {
        .post-pagination a[rel="prev"] {
          padding: 70px 30px 70px 70px; } }
      .post-pagination a[rel="prev"] span.icon {
        left: 0;
        right: auto; }
    .post-pagination a span.pag-title {
      display: none; }
      @media (min-width: 550px) {
        .post-pagination a span.pag-title {
          display: block;
          font-family: "Montserrat", sans-serif;
          font-size: 25px;
          line-height: 120%; } }
      @media (min-width: 800px) {
        .post-pagination a span.pag-title {
          font-size: 30px; } }
      @media (min-width: 1000px) {
        .post-pagination a span.pag-title {
          font-size: 40px; } }
    .post-pagination a:hover, .post-pagination a:hover .pag-title {
      color: #000; }
      .post-pagination a:hover span.icon, .post-pagination a:hover .pag-title span.icon {
        color: #FFA338;
        transform: translate3d(0, -50%, 0) scale(1.2); }

.button-row {
  display: flex;
  width: 100%;
  flex-direction: column; }

/************************************************************************************************
										 * Larger than tablet
 ************************************************************************************************/
@media (min-width: 800px) {
  .button-row {
    flex-direction: row; } }
/************************************************************************************************
										 * Larger than desktop
 ************************************************************************************************/
@media (min-width: 1000px) {
  .button {
    min-width: 270px; } }
.green-btn {
  background: #1de4b4;
  box-shadow: 0 0 15px rgab(29, 228, 180, 0.4); }
  .green-btn:hover {
    background: #77efd2;
    box-shadow: 0 0 15px #1de4b4; }

.subscribe-form .button {
  background: #1de4b4;
  box-shadow: 0 0 15px rgab(29, 228, 180, 0.4);
  border-color: #47e4b3; }
  .subscribe-form .button:hover {
    background: #77efd2;
    box-shadow: 0 0 15px #1de4b4; }

/************************************************************************************************
                     * Backgrounds
 ************************************************************************************************/
.bg-dark.green-section .section-title {
  color: #1DE4B4; }
.bg-dark.orange-section .section-title {
  color: #FFA338; }
.bg-dark.pink-section .section-title {
  color: #FF4C77; }
.bg-dark.gold-section .section-title {
  color: #dab658; }
.bg-dark.darkgold-section .section-title {
  color: #c99f34; }
.bg-dark ::-webkit-input-placeholder {
  color: #fff; }
.bg-dark :-ms-input-placeholder {
  color: #fff; }
.bg-dark ::placeholder {
  color: #fff;
  opacity: 1; }
.bg-dark .button {
  background: #fff;
  color: #000; }
  .bg-dark .button:hover {
    background: #bababa;
    box-shadow: 0 0 15px #bababa; }

.white-bg .button,
#refer .button,
.block-faqs .button,
.alm-btn-wrap .button,
.contact-info .button,
.training-banner-cv .button {
  background: #000 !important;
  color: #fff !important;
  box-shadow: 0 0 15px #bababa !important; }
  .white-bg .button:hover,
  #refer .button:hover,
  .block-faqs .button:hover,
  .alm-btn-wrap .button:hover,
  .contact-info .button:hover,
  .training-banner-cv .button:hover {
    background: #bababa !important;
    box-shadow: 0 0 15px #bababa !important; }

.no-bg .gfield input {
  color: #000 !important; }
.no-bg .nltr .gfield_consent_label {
  color: #000; }

section.bg-light {
  background: none; }
  section.bg-light:after {
    position: absolute;
    content: " ";
    background: #f4f4f4;
    background: -moz-linear-gradient(-45deg, #f7f7f7 0%, #f4f4f4 100%);
    background: -webkit-linear-gradient(-45deg, #f7f7f7 0%, #f4f4f4 100%);
    background: linear-gradient(135deg, #f7f7f7 0%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#fbfbfb',GradientType=1 ); }

.page-id-8353 .banner-slide .container > .row::before {
  background: linear-gradient(135deg, #eb98ac 0, #ff4b77 50%, #ff4b77 100%) !important; }

.page-id-8353 .banner .readon span:before,
.page-id-8353 .banner .readon.loaded span {
  background: #ff4b77 !important; }

.page-id-8353 .banner .readon span:after {
  border-color: #ff4b77 transparent transparent transparent; }

.page-id-520 .banner .banner-slide .container > .row::before {
  height: 99%;
  right: 0; }

section.block-cta.bg-brand-1 {
  background: none !important;
  padding-bottom: 0 !important; }
  section.block-cta.bg-brand-1 h2,
  section.block-cta.bg-brand-1 .section-subheading {
    color: #000;
    max-width: 800px;
    width: 100%;
    float: right; }
  section.block-cta.bg-brand-1:after {
    content: " ";
    width: 100%;
    height: 100%;
    right: 50%;
    left: auto;
    top: 30px;
    transform: translateX(500px);
    z-index: -1;
    position: absolute;
    background: #1DE4B4; }
  section.block-cta.bg-brand-1:before {
    background: #f4f4f4;
    top: 14px; }

.green .hamburger .hamburger-inner,
.green .hamburger .hamburger-inner::before,
.green .hamburger .hamburger-inner::after,
.green .banner .readon span,
.single-job .hamburger .hamburger-inner,
.single-job .hamburger .hamburger-inner::before,
.single-job .hamburger .hamburger-inner::after,
.single-job .banner .readon span,
.single-post .hamburger .hamburger-inner,
.single-post .hamburger .hamburger-inner::before,
.single-post .hamburger .hamburger-inner::after,
.single-post .banner .readon span {
  background: #1DE4B4;
  transition: 0.2s all; }
.green .hamburger:hover .hamburger-inner,
.green .hamburger:hover .hamburger-inner::before,
.green .hamburger:hover .hamburger-inner::after,
.single-job .hamburger:hover .hamburger-inner,
.single-job .hamburger:hover .hamburger-inner::before,
.single-job .hamburger:hover .hamburger-inner::after,
.single-post .hamburger:hover .hamburger-inner,
.single-post .hamburger:hover .hamburger-inner::before,
.single-post .hamburger:hover .hamburger-inner::after {
  background: #77efd2; }
.green header ul.main-menu a:hover,
.green .mobile-menu li a,
.green header ul.main-menu .current-menu-item > a,
.green .mobile-menu .social-list .icon:before,
.single-job header ul.main-menu a:hover,
.single-job .mobile-menu li a,
.single-job header ul.main-menu .current-menu-item > a,
.single-job .mobile-menu .social-list .icon:before,
.single-post header ul.main-menu a:hover,
.single-post .mobile-menu li a,
.single-post header ul.main-menu .current-menu-item > a,
.single-post .mobile-menu .social-list .icon:before {
  color: #1DE4B4; }
.green .banner .button,
.green .mobile-menu .social .hidden.button,
.green .wpjb .wpjb-button,
.single-job .banner .button,
.single-job .mobile-menu .social .hidden.button,
.single-job .wpjb .wpjb-button,
.single-post .banner .button,
.single-post .mobile-menu .social .hidden.button,
.single-post .wpjb .wpjb-button {
  background: #1DE4B4;
  box-shadow: 0 0 15px rgba(29, 228, 180, 0.4); }
  .green .banner .button:hover,
  .green .mobile-menu .social .hidden.button:hover,
  .green .wpjb .wpjb-button:hover,
  .single-job .banner .button:hover,
  .single-job .mobile-menu .social .hidden.button:hover,
  .single-job .wpjb .wpjb-button:hover,
  .single-post .banner .button:hover,
  .single-post .mobile-menu .social .hidden.button:hover,
  .single-post .wpjb .wpjb-button:hover {
    background: #77efd2;
    box-shadow: 0 0 15px #1DE4B4; }
.green .banner-slide .container > .row:before,
.green .copy-image-bottom:before,
.single-job .banner-slide .container > .row:before,
.single-job .copy-image-bottom:before,
.single-post .banner-slide .container > .row:before,
.single-post .copy-image-bottom:before {
  background: #77efd2;
  background: -moz-linear-gradient(-45deg, #77efd2 0%, #1de3b4 50%, #1de3b4 100%);
  background: -webkit-linear-gradient(-45deg, #77efd2 0%, #1de3b4 50%, #1de3b4 100%);
  background: linear-gradient(135deg, #77efd2 0%, #1de3b4 50%, #1de3b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77efd2', endColorstr='#1de3b4',GradientType=1 ); }

.orange .hamburger .hamburger-inner,
.orange .hamburger .hamburger-inner::before,
.orange .hamburger .hamburger-inner::after,
.orange .banner .readon span {
  background: #FFA338;
  transition: 0.2s all; }
.orange .hamburger:hover .hamburger-inner,
.orange .hamburger:hover .hamburger-inner::before,
.orange .hamburger:hover .hamburger-inner::after {
  background: #ffc888; }
.orange header ul.main-menu a:hover,
.orange .mobile-menu li a,
.orange header ul.main-menu .current-menu-item > a,
.orange .mobile-menu .social-list .icon:before {
  color: #FFA338; }
.orange .banner .button,
.orange .mobile-menu .social .hidden.button {
  background: #FFA338;
  box-shadow: 0 0 15px rgba(255, 163, 56, 0.4); }
  .orange .banner .button:hover,
  .orange .mobile-menu .social .hidden.button:hover {
    background: #ffc888;
    box-shadow: 0 0 15px #FFA338; }
.orange .banner-slide .container > .row:before,
.orange .copy-image-bottom:before {
  background: #ffc888;
  background: -moz-linear-gradient(-45deg, #ffc888 0%, #ffa338 50%, #ffa338 100%);
  background: -webkit-linear-gradient(-45deg, #ffc888 0%, #ffa338 50%, #ffa338 100%);
  background: linear-gradient(135deg, #ffc888 0%, #ffa338 50%, #ffa338 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc888', endColorstr='#ffa338',GradientType=1 ); }

.pink .hamburger .hamburger-inner,
.pink .hamburger .hamburger-inner::before,
.pink .hamburger .hamburger-inner::after,
.pink .banner .readon span {
  background: #FF4C77;
  transition: 0.2s all; }
.pink .hamburger:hover .hamburger-inner,
.pink .hamburger:hover .hamburger-inner::before,
.pink .hamburger:hover .hamburger-inner::after {
  background: #ff97aa; }
.pink header ul.main-menu a:hover,
.pink .mobile-menu li a,
.pink header ul.main-menu .current-menu-item > a,
.pink .mobile-menu .social-list .icon:before {
  color: #FF4C77; }
.pink .banner .button,
.pink .mobile-menu .social .hidden.button {
  background: #FF4C77;
  box-shadow: 0 0 15px rgba(255, 76, 119, 0.4); }
  .pink .banner .button:hover,
  .pink .mobile-menu .social .hidden.button:hover {
    background: #ff97aa;
    box-shadow: 0 0 15px #FF4C77; }
.pink .banner-slide .container > .row:before,
.pink .copy-image-bottom:before {
  background: #ff97aa;
  background: -moz-linear-gradient(-45deg, #ff97aa 0%, #ff4c77 50%, #ff4c77 100%);
  background: -webkit-linear-gradient(-45deg, #ff97aa 0%, #ff4c77 50%, #ff4c77 100%);
  background: linear-gradient(135deg, #ff97aa 0%, #ff4c77 50%, #ff4c77 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff97aa', endColorstr='#ff4c77',GradientType=1 ); }

.gold .hamburger .hamburger-inner,
.gold .hamburger .hamburger-inner::before,
.gold .hamburger .hamburger-inner::after,
.gold .banner .readon span {
  background: #dab658;
  transition: 0.2s all; }
.gold .hamburger:hover .hamburger-inner,
.gold .hamburger:hover .hamburger-inner::before,
.gold .hamburger:hover .hamburger-inner::after {
  background: #ffc888; }
.gold header ul.main-menu a:hover,
.gold .mobile-menu li a,
.gold header ul.main-menu .current-menu-item > a,
.gold .mobile-menu .social-list .icon:before {
  color: #dab658; }
.gold .banner .button,
.gold .mobile-menu .social .hidden.button {
  background: #dab658;
  box-shadow: 0 0 15px rgba(255, 163, 56, 0.4); }
  .gold .banner .button:hover,
  .gold .mobile-menu .social .hidden.button:hover {
    background: #ffc888;
    box-shadow: 0 0 15px #dab658; }
.gold .banner-slide .container > .row:before,
.gold .copy-image-bottom:before {
  background: #dab658; }
.gold .wpjb-col-title {
  color: #fff; }

.darkgold .hamburger .hamburger-inner,
.darkgold .hamburger .hamburger-inner::before,
.darkgold .hamburger .hamburger-inner::after,
.darkgold .banner .readon span {
  background: #c99f34;
  transition: 0.2s all; }
.darkgold .hamburger:hover .hamburger-inner,
.darkgold .hamburger:hover .hamburger-inner::before,
.darkgold .hamburger:hover .hamburger-inner::after {
  background: #ffc888; }
.darkgold header ul.main-menu a:hover,
.darkgold .mobile-menu li a,
.darkgold header ul.main-menu .current-menu-item > a,
.darkgold .mobile-menu .social-list .icon:before {
  color: #c99f34; }
.darkgold .banner .button,
.darkgold .mobile-menu .social .hidden.button {
  background: #c99f34;
  box-shadow: 0 0 15px rgba(255, 163, 56, 0.4); }
  .darkgold .banner .button:hover,
  .darkgold .mobile-menu .social .hidden.button:hover {
    background: #ffc888;
    box-shadow: 0 0 15px #c99f34; }
.darkgold .banner-slide .container > .row:before,
.darkgold .copy-image-bottom:before {
  background: #c99f34; }

.green-section .testimonial-content p, .green-section.middle-column-section p,
.green-section .copy-copy-row h3 {
  color: #1DE4B4; }
.green-section.block-featured-jobs .wpjb .wpjb-grid .wpjb-col-main:before {
  background-color: #1DE4B4; }
.green-section .nltr .ginput_container_email input, .green-section#job-search .wpjb-fieldset-search .wpjb-field input {
  border-color: #1DE4B4;
  color: #fff; }
.green-section .ginput_container_email:before,
.green-section .ginput_container_email:after,
.green-section .event-date, .green-section#job-search .wpjb-fieldset-search:before,
.green-section .wpjb .wpjb-grid .wpjb-col-main::before {
  background: #1DE4B4 !important; }
.green-section .event-date,
.green-section .wpjb .wpjb-grid .wpjb-col-main::before {
  box-shadow: 0 0 10px #1DE4B4 !important; }
.green-section .button, .green-section#job-search .wpjb-submit {
  background: #1DE4B4;
  box-shadow: 0 0 15px rgba(29, 228, 180, 0.4); }
  .green-section .button:hover, .green-section#job-search .wpjb-submit:hover {
    background: #77efd2;
    box-shadow: 0 0 15px #1DE4B4; }
.green-section .secondary-btn {
  color: #1DE4B4; }
  .green-section .secondary-btn:hover {
    color: #77efd2; }
.green-section.shape:before, .green-section.cards-inner-item {
  background: #1DE4B4; }
.green-section.triangle-shape:before {
  border-top: 32px solid #1DE4B4; }

.orange-section .testimonial-content p, .orange-section.middle-column-section p,
.orange-section .copy-copy-row h3 {
  color: #FFA338; }
.orange-section.block-featured-jobs .wpjb .wpjb-grid .wpjb-col-main:before {
  background-color: #FFA338; }
.orange-section .nltr .ginput_container_email input, .orange-section#job-search .wpjb-fieldset-search .wpjb-field input {
  border-color: #FFA338;
  color: #fff; }
.orange-section .ginput_container_email:before,
.orange-section .ginput_container_email:after,
.orange-section .event-date, .orange-section#job-search .wpjb-fieldset-search:before {
  background: #FFA338; }
.orange-section .event-date {
  box-shadow: 0 0 10px #FFA338; }
.orange-section .button, .orange-section#job-search .wpjb-submit {
  background: #FFA338;
  box-shadow: 0 0 15px rgba(255, 163, 56, 0.4); }
  .orange-section .button:hover, .orange-section#job-search .wpjb-submit:hover {
    background: #ffc888;
    box-shadow: 0 0 15px #FFA338; }
.orange-section .secondary-btn {
  color: #FFA338; }
  .orange-section .secondary-btn:hover {
    color: #ffc888; }
.orange-section.shape:before, .orange-section.cards-inner-item {
  background: #FFA338; }
.orange-section.triangle-shape:before {
  border-top: 32px solid #FFA338; }

.pink-section .testimonial-content p, .pink-section.middle-column-section p,
.pink-section .copy-copy-row h3 {
  color: #FF4C77; }
.pink-section.block-featured-jobs .wpjb .wpjb-grid .wpjb-col-main:before {
  background-color: #FF4C77; }
.pink-section .nltr .ginput_container_email input, .pink-section#job-search .wpjb-fieldset-search .wpjb-field input {
  border-color: #FF4C77;
  color: #fff; }
.pink-section .ginput_container_email:before,
.pink-section .ginput_container_email:after,
.pink-section .event-date, .pink-section#job-search .wpjb-fieldset-search:before {
  background: #FF4C77; }
.pink-section .event-date {
  box-shadow: 0 0 10px #FF4C77; }
.pink-section .button, .pink-section#job-search .wpjb-submit {
  background: #FF4C77;
  box-shadow: 0 0 15px rgba(255, 76, 119, 0.4); }
  .pink-section .button:hover, .pink-section#job-search .wpjb-submit:hover {
    background: #ff97aa;
    box-shadow: 0 0 15px #FF4C77; }
.pink-section .secondary-btn {
  color: #FF4C77; }
  .pink-section .secondary-btn:hover {
    color: #ff97aa; }
.pink-section.shape:before, .pink-section.cards-inner-item {
  background: #FF4C77; }
.pink-section.triangle-shape:before {
  border-top: 32px solid #FF4C77; }

.gold-section .testimonial-content p, .gold-section.middle-column-section p,
.gold-section .copy-copy-row h3 {
  color: #dab658; }
.gold-section.block-featured-jobs .wpjb .wpjb-grid .wpjb-col-main:before {
  background-color: #dab658; }
.gold-section .nltr .ginput_container_email input, .gold-section#job-search .wpjb-fieldset-search .wpjb-field input {
  border-color: #dab658;
  color: #fff; }
.gold-section .ginput_container_email:before,
.gold-section .ginput_container_email:after,
.gold-section .event-date, .gold-section#job-search .wpjb-fieldset-search:before {
  background: #dab658; }
.gold-section .event-date {
  box-shadow: 0 0 10px #dab658; }
.gold-section .button, .gold-section#job-search .wpjb-submit {
  background: #dab658;
  box-shadow: 0 0 15px rgba(255, 163, 56, 0.4); }
  .gold-section .button:hover, .gold-section#job-search .wpjb-submit:hover {
    background: #f1d383;
    box-shadow: 0 0 15px #dab658; }
.gold-section .secondary-btn {
  color: #dab658; }
  .gold-section .secondary-btn:hover {
    color: #ffc888; }
.gold-section.shape:before, .gold-section.cards-inner-item {
  background: #dab658; }
.gold-section.triangle-shape:before {
  border-top: 32px solid #dab658; }

.darkgold-section .testimonial-content p, .darkgold-section.middle-column-section p,
.darkgold-section .copy-copy-row h3 {
  color: #c99f34; }
.darkgold-section.block-featured-jobs .wpjb .wpjb-grid .wpjb-col-main:before {
  background-color: #c99f34; }
.darkgold-section .nltr .ginput_container_email input, .darkgold-section#job-search .wpjb-fieldset-search .wpjb-field input {
  border-color: #c99f34;
  color: #fff; }
.darkgold-section .ginput_container_email:before,
.darkgold-section .ginput_container_email:after,
.darkgold-section .event-date, .darkgold-section#job-search .wpjb-fieldset-search:before {
  background: #c99f34; }
.darkgold-section .event-date {
  box-shadow: 0 0 10px #c99f34; }
.darkgold-section .button, .darkgold-section#job-search .wpjb-submit {
  background: #c99f34;
  box-shadow: 0 0 15px rgba(255, 163, 56, 0.4); }
  .darkgold-section .button:hover, .darkgold-section#job-search .wpjb-submit:hover {
    background: #e6ca81;
    box-shadow: 0 0 15px #c99f34; }
.darkgold-section .secondary-btn {
  color: #c99f34; }
  .darkgold-section .secondary-btn:hover {
    color: #c99f34; }
.darkgold-section.shape:before, .darkgold-section.cards-inner-item {
  background: #c99f34; }
.darkgold-section.triangle-shape:before {
  border-top: 32px solid #c99f34; }

.orange .banner .readon span:after {
  border-color: #FFA338 transparent transparent transparent; }

.gold .banner .readon span:after {
  border-color: #dab658 transparent transparent transparent; }

.darkgold .banner .readon span:after {
  border-color: #c99f34 transparent transparent transparent; }

.pink .banner .readon span:after {
  border-color: #FF4C77 transparent transparent transparent; }

.bg-dark + #refer:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 65%;
  background: #000;
  top: 0;
  left: 0;
  z-index: -2; }

.page-id-760 .bg-dark + #refer:after {
  display: none; }

.cover-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.repeat-bg {
  background-position: center;
  background-repeat: repeat; }

.item-overlay,
section.cover-bg:before {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

section.cover-bg:before {
  content: ""; }

section.cover-bg > div {
  position: relative; }

.color-block h1,
.color-block h2,
.color-block h3,
.color-block h4,
.color-block h5,
.color-block h6,
.color-block p,
.color-block li,
.color-block a,
.color-block .gform_description,
.color-blocks h1,
.color-blocks h2,
.color-blocks h3,
.color-blocks h4,
.color-blocks h5,
.color-blocks h6,
.color-blocks p,
.color-blocks li,
.color-blocks a,
.color-blocks .gform_description,
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg li,
.dark-bg a,
.dark-bg .gform_description,
.cover-bg h1,
.cover-bg h2,
.cover-bg h3,
.cover-bg h4,
.cover-bg h5,
.cover-bg h6,
.cover-bg p,
.cover-bg li,
.cover-bg a,
.cover-bg .gform_description,
.repeat-bg h1,
.repeat-bg h2,
.repeat-bg h3,
.repeat-bg h4,
.repeat-bg h5,
.repeat-bg h6,
.repeat-bg p,
.repeat-bg li,
.repeat-bg a,
.repeat-bg .gform_description {
  border-color: white;
  color: white; }
.color-block h2.section-title:after,
.color-blocks h2.section-title:after,
.dark-bg h2.section-title:after,
.cover-bg h2.section-title:after,
.repeat-bg h2.section-title:after {
  background: white; }

.color-block .middle-column > p .button,
.color-block .columns > p .button,
.color-block .inner-column > p .button,
.color-block .flex-middle-item > p .button,
.color-blocks .middle-column > p .button,
.color-blocks .columns > p .button,
.color-blocks .inner-column > p .button,
.color-blocks .flex-middle-item > p .button,
.dark-bg .middle-column > p .button,
.dark-bg .columns > p .button,
.dark-bg .inner-column > p .button,
.dark-bg .flex-middle-item > p .button,
.cover-bg .middle-column > p .button,
.cover-bg .columns > p .button,
.cover-bg .inner-column > p .button,
.cover-bg .flex-middle-item > p .button,
.repeat-bg .middle-column > p .button,
.repeat-bg .columns > p .button,
.repeat-bg .inner-column > p .button,
.repeat-bg .flex-middle-item > p .button {
  border-color: white;
  color: white; }
  .color-block .middle-column > p .button:hover,
  .color-block .columns > p .button:hover,
  .color-block .inner-column > p .button:hover,
  .color-block .flex-middle-item > p .button:hover,
  .color-blocks .middle-column > p .button:hover,
  .color-blocks .columns > p .button:hover,
  .color-blocks .inner-column > p .button:hover,
  .color-blocks .flex-middle-item > p .button:hover,
  .dark-bg .middle-column > p .button:hover,
  .dark-bg .columns > p .button:hover,
  .dark-bg .inner-column > p .button:hover,
  .dark-bg .flex-middle-item > p .button:hover,
  .cover-bg .middle-column > p .button:hover,
  .cover-bg .columns > p .button:hover,
  .cover-bg .inner-column > p .button:hover,
  .cover-bg .flex-middle-item > p .button:hover,
  .repeat-bg .middle-column > p .button:hover,
  .repeat-bg .columns > p .button:hover,
  .repeat-bg .inner-column > p .button:hover,
  .repeat-bg .flex-middle-item > p .button:hover {
    background: white;
    color: #000; }
.color-block h2.section-title:after,
.color-blocks h2.section-title:after,
.dark-bg h2.section-title:after,
.cover-bg h2.section-title:after,
.repeat-bg h2.section-title:after {
  background: white; }

.color-default,
.color-default > * {
  color: #000; }
  .color-default .color-block > *,
  .color-default .color-blocks > *,
  .color-default .dark-bg > *,
  .color-default .cover-bg > *,
  .color-default > * .color-block > *,
  .color-default > * .color-blocks > *,
  .color-default > * .dark-bg > *,
  .color-default > * .cover-bg > * {
    border-color: white;
    color: white; }

.bg-dark {
  background-color: #000 !important; }
  .bg-dark + .bg-dark {
    padding-top: 0; }
  .bg-dark.block-slider .slides-img {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
    .bg-dark.block-slider .slides-img img {
      filter: brightness(0) invert(1); }

.bg-medium {
  background-color: #ccc !important; }
  .bg-medium + .bg-medium {
    padding-top: 0; }

.bg-light + .bg-light {
  padding-top: 0; }

.bg-brand-1 {
  background-color: #1DE4B4 !important; }
  .bg-brand-1 + .bg-brand-1 {
    padding-top: 0; }

.bg-brand-2 {
  background-color: #FFA338 !important; }
  .bg-brand-2 + .bg-brand-2 {
    padding-top: 0; }

.bg-brand-3 {
  background-color: #FF4C77 !important; }
  .bg-brand-3 + .bg-brand-3 {
    padding-top: 0; }

.bg-gold {
  background-color: #dab658 !important; }
  .bg-gold + .bg-gold {
    padding-top: 0; }

.bg-darkgold {
  background-color: #c99f34 !important; }
  .bg-darkgold + .bg-dark-gold {
    padding-top: 0; }

.white-bg {
  background-color: white !important; }
  .white-bg + .white-bg {
    padding-top: 0; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  top: -12px;
  margin-left: 32px;
  overflow: visible; }

.hamburger:hover {
  background: transparent; }

.hamburger-box {
  width: 54px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 54px;
  height: 2px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -7px; }

.hamburger-inner::after {
  bottom: -7px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.swipe-open .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }

.hamburger--3dx.swipe-open .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.swipe-open .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }

.hamburger--3dx-r.swipe-open .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.swipe-open .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }

.hamburger--3dy.swipe-open .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.swipe-open .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }

.hamburger--3dy-r.swipe-open .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.swipe-open .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg); }

.hamburger--3dxy.swipe-open .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.swipe-open .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }

.hamburger--3dxy-r.swipe-open .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.swipe-open .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.swipe-open .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.swipe-open .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.swipe-open .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.swipe-open .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.swipe-open .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Turn
 */
.hamburger--arrowturn.swipe-open .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn.swipe-open .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrowturn.swipe-open .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.swipe-open .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn-r.swipe-open .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrowturn-r.swipe-open .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.swipe-open .hamburger-inner {
  transform: rotate(45deg); }

.hamburger--boring.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--boring.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.swipe-open .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.swipe-open .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.swipe-open .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.swipe-open .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse-r.swipe-open .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse-r.swipe-open .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.swipe-open .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }

.hamburger--elastic.swipe-open .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.swipe-open .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }

.hamburger--elastic-r.swipe-open .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }

.hamburger--emphatic.swipe-open .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic.swipe-open .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic.swipe-open .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }

.hamburger--emphatic-r.swipe-open .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic-r.swipe-open .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic-r.swipe-open .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.swipe-open .hamburger-inner::before, .hamburger--minus.swipe-open .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.swipe-open .hamburger-inner::before {
  top: 0; }

.hamburger--minus.swipe-open .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.swipe-open .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.swipe-open .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider-r .hamburger-inner::after {
  top: 20px; }

.hamburger--slider-r.swipe-open .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.swipe-open .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.swipe-open .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.swipe-open .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin-r.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.swipe-open .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }

.hamburger--spring.swipe-open .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.swipe-open .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.swipe-open .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spring-r.swipe-open .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }

.hamburger--spring-r.swipe-open .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.swipe-open .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }

.hamburger--stand.swipe-open .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.swipe-open .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }

.hamburger--stand-r.swipe-open .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.swipe-open .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex.swipe-open .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex.swipe-open .hamburger-inner::before, .hamburger--vortex.swipe-open .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex-r.swipe-open .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r.swipe-open .hamburger-inner::before, .hamburger--vortex-r.swipe-open .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex-r.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg); }

.banner {
  z-index: 1; }

.site-main, .banner-btm {
  z-index: 2; }

.hidden-nav {
  z-index: 5; }

header {
  z-index: 6; }

/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
/************************************************************************************************
										 * Grid
 ************************************************************************************************/
.shape:before {
  position: absolute;
  content: " ";
  width: 32px;
  height: 32px;
  top: -16px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1; }

.circle-shape:before,
.cards-item:nth-child(2) .shape:before {
  border-radius: 50%; }

.triangle-shape:before,
.cards-item:nth-child(3) .shape:before,
.bs-accordion .icon-chevron-right:before {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  background: none !important; }

.shape-left:before {
  transform: translateX(-520px); }

.shape-right:before {
  transform: translateX(520px); }

@media (max-width: 1280px) {
  .shape-left:before {
    transform: translateX(-400px); }

  .shape-right:before {
    transform: translateX(400px); } }
@media (max-width: 1000px) {
  .block-event + section {
    padding-top: 110px; }

  section.block-cta + section.block-video:before {
    left: auto;
    right: 50px; } }
@media (max-width: 800px) {
  .shape-left:before {
    transform: none;
    left: 50px;
    right: auto; }

  .shape-right:before {
    transform: none;
    left: auto;
    right: 50px; }

  .hidden-small,
  #refer {
    display: none; }

  #zindex0,
  .sidebar {
    margin-top: 40px; }

  .site-main > section.image--copy-section.padding-row {
    margin-top: 70px !important; } }
#zindex0 {
  z-index: 0; }
  #zindex0.bg-dark {
    padding-top: 140px; }

#zindex1 {
  z-index: 1; }

.hidden {
  display: none; }

.site-main {
  position: relative; }

section.bg-dark + section.block-blog {
  padding-top: 0; }

section.block-cards + section.block-slider {
  margin-top: 50px; }

section.block-cta + section.middle-column-section {
  margin-top: 40px !important; }
  section.block-cta + section.middle-column-section:after {
    right: 50%;
    left: auto;
    top: 30px;
    transform: translateX(500px); }

.page-id-769 section.block-cta {
  padding-bottom: 40px !important; }

.page-id-760 .middle-column-section {
  padding-top: 0px !important; }

.site-main > section {
  margin-bottom: 70px;
  margin-top: 70px;
  position: relative; }
  .site-main > section.padding-row,
  .site-main > section .cover-bg,
  .site-main > section .cta-item.color-block {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 70px;
    padding-top: 70px; }
  .site-main > section.image--copy-section.padding-row {
    margin-top: 110px;
    padding-top: 0;
    padding-bottom: 0; }
  .site-main > section.bg-light + .bg-light {
    margin-top: 110px; }
  .site-main > section.bg-dark + .bg-dark {
    margin-top: 0;
    padding-top: 30px; }
    .site-main > section.bg-dark + .bg-dark.shape:before {
      top: 16px; }
  .site-main > section.block-event.padding-row, .site-main > section.block-featured-jobs.padding-row {
    padding: 0;
    margin-top: 0;
    margin-bottom: 110px; }
  .site-main > section.block-featured-jobs.padding-row {
    margin-bottom: 0; }
  .site-main > section.block-cta + .block-fullteam {
    margin-top: -160px;
    z-index: -2;
    padding-top: 150px; }
  .site-main > section.copy-image-section + .full-width-column-section.bg-dark {
    padding-top: 150px; }
  .site-main > section.cta-with-text + #pkg {
    margin-top: 0; }
  .site-main > section.image--copy-section + .middle-column-section {
    padding-top: 120px; }
  @media (min-width: 800px) {
    .site-main > section {
      margin-bottom: 90px;
      margin-top: 90px; }
      .site-main > section.padding-row,
      .site-main > section .cover-bg,
      .site-main > section .cta-item.color-block {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 90px;
        padding-top: 90px; }
      .site-main > section.copy-image-image-section {
        margin-bottom: -20px;
        padding-bottom: 0;
        z-index: 1; } }
  .site-main > section.block-blog.padding-row {
    padding-bottom: 70px; }
    .site-main > section.block-blog.padding-row.bg-dark {
      padding-top: 0;
      margin-top: 120px; }
  @media (min-width: 1280px) {
    .site-main > section {
      margin-bottom: 100px;
      margin-top: 100px; }
      .site-main > section.padding-row,
      .site-main > section .cover-bg,
      .site-main > section .cta-item.color-block {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 100px;
        padding-top: 100px; } }
  .site-main > section.full-width.block-video {
    margin: 0 !important; }
  .site-main > section#pkg {
    margin-bottom: 0; }
    .site-main > section#pkg:before {
      position: absolute;
      content: " ";
      background: #000;
      width: 100%;
      height: 80%;
      bottom: -50px; }

.page-id-758 .site-main > section.callout:first-child {
  margin-top: 200px; }
  .page-id-758 .site-main > section.callout:first-child.shape:before {
    top: auto;
    bottom: -16px; }

.page-id-1914,
.page-id-3629 {
  /*.site-main > section:first-child {
		padding-top: 200px;
	}*/ }
  .page-id-1914 .banner-wrap,
  .page-id-3629 .banner-wrap {
    z-index: 3; }
    .page-id-1914 .banner-wrap .banner.large-banner,
    .page-id-3629 .banner-wrap .banner.large-banner {
      margin-bottom: 0; }

#contact-jobs {
  margin-top: 200px; }

#full-cta .section-title {
  max-width: 100%; }

.block-slider.full-width {
  padding-left: 0;
  padding-right: 0; }

.page-id-760 .block-slider {
  margin-top: 100px !important; }

.full-image.parallax {
  margin-bottom: -30px; }

.button-row {
  margin-top: 40px; }

.no-border {
  border: 0 !important; }

.container {
  max-width: 1070px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px; }

.block-gallery .container,
.block-blog .container,
.block-testimonial .container,
.blog .site-main section .container,
.block-cards .container,
.block-slider .container,
.cta-with-link .container,
.image--copy-section .container,
.copy-image .container {
  max-width: 1170px; }

.full-width {
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px; }
  .full-width.block-fullteam, .full-width.block-tilesteam {
    padding: 0; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px; }

.row.full-width-column {
  margin-left: 0;
  margin-right: 0; }

.max-left-column,
.max-middle-column {
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%; }

.max-middle-column {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px; }

.hori-list {
  display: inline-block;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0; }
  .hori-list > li,
  .hori-list > div,
  .hori-list > a {
    display: inline-block; }

.row {
  margin-left: -25px;
  margin-right: -25px; }

ul.row {
  list-style: none;
  width: 100%; }

.relative {
  position: relative; }

.block-cards .container,
.block-blog .container {
  max-width: 100%; }

.page-id-762 .block-tilesteam {
  padding-bottom: 60px !important; }
  .page-id-762 .block-tilesteam:before {
    display: none; }

/************************************************************************************************
										 * Alignment
 ************************************************************************************************/
.left-align {
  text-align: center; }

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

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

.fl-right,
.fl-left {
  float: none;
  margin-left: 0;
  margin-right: 0; }

/************************************************************************************************
										 * Padding Bottoms
 ************************************************************************************************/
.padding-bottom-0 {
  padding-bottom: 0 !important; }

.padding-bottom-5 {
  padding-bottom: 5px !important; }

.padding-bottom-10 {
  padding-bottom: 5px !important; }

.padding-bottom-20 {
  padding-bottom: 10px !important; }

.padding-bottom-25 {
  padding-bottom: 12px !important; }

.padding-bottom-30 {
  padding-bottom: 15px !important; }

.padding-bottom-35 {
  padding-bottom: 17px !important; }

.padding-bottom-40 {
  padding-bottom: 20px !important; }

.padding-bottom-50 {
  padding-bottom: 25px !important; }

.padding-bottom-60 {
  padding-bottom: 60px !important; }

/************************************************************************************************
										 * Table Cell
 ************************************************************************************************/
.table-cell {
  float: none;
  vertical-align: middle; }

/************************************************************************************************
										 * Flex
 ************************************************************************************************/
.header-left,
.header-right,
.flex-middle--item,
.flex-middle--left,
.flex-middle--right {
  display: inline-block; }

.flex-header,
.flex-middle,
.flex-same-height,
.posts-row .alm-filters {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }

.flex-header {
  align-items: center; }

.flex-middle--item {
  margin: auto; }

.flex-middle--left {
  margin: auto auto auto 0; }

.flex-middle--right {
  margin: auto 0 auto auto; }

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

.flex-same-height--item {
  flex-grow: 1; }

@media (min-width: 800px) {
  .flex-fixed-fluid {
    display: flex; }

  .flex--fixed {
    width: 400px; }

  .flex--fluid {
    flex: 1; } }
body.ie11 .flex-same-height {
  display: block !important;
  font-size: 0; }
@media (min-width: 800px) {
  body.ie11 .flex-same-height--item {
    flex-grow: 0;
    display: inline-block; } }

/************************************************************************************************
										 * Self Clearing Goodness
 ************************************************************************************************/
.gform_page_footer:after,
.container:after,
.row:after,
.u-cf,
ul.row > li,
.footer-bottom:after {
  content: "";
  display: table;
  clear: both; }

/************************************************************************************************
										 * Media Queries - Bigger than mobile
 ************************************************************************************************/
@media (min-width: 800px) {
  .table {
    display: table;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

  .table-row {
    display: table-row; }

  .table-cell {
    display: table-cell;
    padding: 0 20px; }

  .padding-bottom-0 {
    padding-bottom: 0 !important; }

  .padding-bottom-5 {
    padding-bottom: 5px !important; }

  .padding-bottom-10 {
    padding-bottom: 10px !important; }

  .padding-bottom-20 {
    padding-bottom: 20px !important; }

  .padding-bottom-25 {
    padding-bottom: 25px !important; }

  .padding-bottom-30 {
    padding-bottom: 30px !important; }

  .padding-bottom-35 {
    padding-bottom: 35px !important; }

  .padding-bottom-40 {
    padding-bottom: 40px !important; }

  .padding-bottom-50 {
    padding-bottom: 50px !important; }

  .padding-bottom-60 {
    padding-bottom: 60px !important; }

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

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

  .fl-left {
    float: left;
    margin-right: 20px; }

  .fl-right {
    float: right; }

  .hori-list {
    margin: 0;
    padding: 0; }
    .hori-list > div,
    .hori-list > li,
    .hori-list > a {
      display: inline-block;
      float: none;
      vertical-align: middle; }

  .one.column,
  .one.columns {
    width: 8.3333333333%; }
    .one.column.max-width,
    .one.columns.max-width {
      max-width: 89.1666666667px; }

  .two.columns {
    width: 16.6666666667%; }
    .two.columns.max-width {
      max-width: 178.3333333333px; }

  .three.columns {
    width: 25%; }
    .three.columns.max-width {
      max-width: 267.5px; }

  .four.columns {
    width: 33.3333333333%; }
    .four.columns.max-width {
      max-width: 356.6666666667px; }

  .five.columns {
    width: 41.6666666667%; }
    .five.columns.max-width {
      max-width: 445.8333333333px; }

  .six.columns {
    width: 50%; }
    .six.columns.max-width {
      max-width: 535px; }

  .seven.columns {
    width: 58.3333333333%; }
    .seven.columns.max-width {
      max-width: 624.1666666667px; }

  .eight.columns {
    width: 66.6666666667%; }
    .eight.columns.max-width {
      max-width: 713.3333333333px; }

  .nine.columns {
    width: 75%; }
    .nine.columns.max-width {
      max-width: 802.5px; }

  .ten.columns {
    width: 83.3333333333%; }
    .ten.columns.max-width {
      max-width: 891.6666666667px; }

  .eleven.columns {
    width: 91.6666666667%; }
    .eleven.columns.max-width {
      max-width: 980.8333333333px; }

  .twelve.columns {
    width: 100%; }

  .one-fifth.column {
    width: 20%; }

  .two-fifths.columns {
    width: 40%; }

  .three-fifths.columns {
    width: 60%; }

  .one-third.column {
    width: 33.3333333333%; }

  .two-thirds.column {
    width: 66.6666666667%; }

  .one-half.column {
    width: 50%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.3333333333%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 16.6666666667%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 33.3333333333%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 41.6666666667%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 50%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 58.3333333333%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 66.6666666667%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 75%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 83.3333333333%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 91.6666666667%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 33.3333333333%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 66.6666666667%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 50%; }

  .columns.max-width,
  .column.max-width {
    width: 100%; } }
/* Employers page overide */
.page-id-760 .block-tilesteam {
  margin-bottom: 110px !important; }

@media (max-width: 799px) {
  .page-id-520 .banner-images .columns:last-child {
    display: none; } }

/************************************************************************************************
										 * Form Variables
 ************************************************************************************************/
.bg-brand-2 ::-webkit-input-placeholder,
.bg-brand-1 ::-webkit-input-placeholder,
.bg-brand-3 ::-webkit-input-placeholder,
.bg-gold ::-webkit-input-placeholder,
.bg-darkgold ::-webkit-input-placeholder {
  color: #fff; }
.bg-brand-2 :-ms-input-placeholder,
.bg-brand-1 :-ms-input-placeholder,
.bg-brand-3 :-ms-input-placeholder,
.bg-gold :-ms-input-placeholder,
.bg-darkgold :-ms-input-placeholder {
  color: #fff; }
.bg-brand-2 ::placeholder,
.bg-brand-1 ::placeholder,
.bg-brand-3 ::placeholder,
.bg-gold ::placeholder,
.bg-darkgold ::placeholder {
  color: #fff;
  opacity: 1; }
.bg-brand-2 .gfield input,
.bg-brand-2 .gfield textarea,
.bg-brand-1 .gfield input,
.bg-brand-1 .gfield textarea,
.bg-brand-3 .gfield input,
.bg-brand-3 .gfield textarea,
.bg-gold .gfield input,
.bg-gold .gfield textarea,
.bg-darkgold .gfield input,
.bg-darkgold .gfield textarea {
  color: #fff; }

.gfield_label {
  display: none; }

/************************************************************************************************
										 * Form Elements
 ************************************************************************************************/
form {
  background: none;
  border: 0;
  margin: 0; }
  form * {
    box-sizing: border-box; }
  form legend {
    display: none;
    margin-bottom: 0;
    font-weight: 600; }
  form fieldset {
    padding: 0;
    border-width: 0; }

label {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  padding: 0;
  text-align: left;
  width: auto; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  border-bottom: 2px solid #000;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 18px;
  height: 35px;
  padding: 6px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  width: 100%;
  appearance: none; }
  input[type="email"]::-ms-expand,
  input[type="number"]::-ms-expand,
  input[type="search"]::-ms-expand,
  input[type="text"]::-ms-expand,
  input[type="tel"]::-ms-expand,
  input[type="url"]::-ms-expand,
  input[type="password"]::-ms-expand,
  textarea::-ms-expand,
  select::-ms-expand {
    display: none; }
  input[type="email"]:hover,
  input[type="number"]:hover,
  input[type="search"]:hover,
  input[type="text"]:hover,
  input[type="tel"]:hover,
  input[type="url"]:hover,
  input[type="password"]:hover,
  textarea:hover,
  select:hover {
    background-color: transparent; }
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  textarea:focus,
  select:focus {
    outline: 0; }

input[type="file"] {
  width: 100%; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select[multiple='multiple'] {
  height: 100px; }

textarea {
  min-height: 100px; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

.hidden-field {
  display: none; }

/************************************************************************************************
										 * GRAVITY FORM SPECIFIC
 ************************************************************************************************/
.gform_fields {
  font-size: 0;
  list-style: none;
  margin: 0;
  margin-left: -12.5px;
  margin-right: -12.5px;
  padding: 0; }

.gfield {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0 !important;
  padding: 0 12.5px !important;
  vertical-align: top;
  width: 100%; }

.ginput_container {
  width: auto; }

.gform_page_footer {
  border-top: 1px solid #E1E1E1;
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
  width: 100%; }
  .gform_page_footer .gform_next_button,
  .gform_page_footer input[type="submit"] {
    float: right; }

.gform_ajax_spinner {
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 50px; }

.page-id-8353 .lot-events-form_wrapper {
  background: #ff4b778a; }

.lot-events-form_wrapper {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #f7ede5;
  padding: 35px; }
  .lot-events-form_wrapper input,
  .lot-events-form_wrapper select {
    background: #fff;
    border-radius: 50px;
    border: none;
    padding: 0 15px; }
  .lot-events-form_wrapper input[type="text"]:hover,
  .lot-events-form_wrapper input[type="tel"]:hover,
  .lot-events-form_wrapper input[type="email"]:hover {
    background: #fff; }
  .lot-events-form_wrapper .gfield_label,
  .lot-events-form_wrapper legend {
    display: block;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 8px;
    margin-left: 15px; }
    .lot-events-form_wrapper .gfield_label .gfield_required,
    .lot-events-form_wrapper legend .gfield_required {
      display: none; }
  .lot-events-form_wrapper .hidden_sub_label {
    display: none; }
  .lot-events-form_wrapper .lot-events-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .lot-events-form_wrapper .lot-events-text .lot-events-inner {
      width: 50%; }
      .lot-events-form_wrapper .lot-events-text .lot-events-inner:last-child {
        width: 100%;
        margin-top: 35px;
        text-align: center; }
      .lot-events-form_wrapper .lot-events-text .lot-events-inner:first-child img {
        float: right; }
      @media (min-width: 768px) {
        .lot-events-form_wrapper .lot-events-text .lot-events-inner img {
          width: 345px; } }
  @media (min-width: 999px) {
    .lot-events-form_wrapper {
      width: 90%;
      padding: 50px; } }
  .lot-events-form_wrapper .gform_submission_error {
    padding: 20px; }
  .lot-events-form_wrapper .gform_button {
    padding: 19px 20px; }
  .lot-events-form_wrapper .gchoice {
    display: flex;
    margin: 15px; }
  .lot-events-form_wrapper textarea {
    background: #fff;
    border-radius: 20px;
    border: none;
    padding: 20px; }

.gform_confirmation_message {
  position: relative;
  width: 90%;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 768px) {
    .gform_confirmation_message {
      width: 50%; } }

.gfield_checkbox,
.gfield_radio {
  list-style: none;
  padding: 0;
  text-align: left; }
  .gfield_checkbox li *,
  .gfield_radio li * {
    display: inline-block;
    font-weight: 400;
    vertical-align: middle; }
  .gfield_checkbox label,
  .gfield_radio label {
    margin: 0; }
  .gfield_checkbox input,
  .gfield_radio input {
    margin-right: 7px; }

.gfield_radio input {
  margin-right: 10px; }

.ginput_complex {
  font-size: 0;
  margin-left: -12.5px;
  margin-right: -12.5px; }
  .ginput_complex > span {
    display: inline-block;
    padding-left: 12.5px;
    padding-right: 12.5px;
    width: 100%; }
    .ginput_complex > span label {
      font-size: 12px;
      margin: 5px 0 0; }
  .ginput_complex.has_prefix {
    padding-left: 95px;
    position: relative; }
    .ginput_complex.has_prefix .name_prefix {
      left: 0;
      position: absolute;
      width: 120px !important; }

.ginput_container_address > span {
  margin-top: 12px; }
  .ginput_container_address > span.address_line_1 {
    margin-top: 0; }

.ginput_container_time {
  display: inline-block;
  vertical-align: top;
  width: 82.5px; }
  .ginput_container_time input[type="email"],
  .ginput_container_time input[type="number"],
  .ginput_container_time input[type="search"],
  .ginput_container_time input[type="text"],
  .ginput_container_time input[type="tel"],
  .ginput_container_time input[type="url"],
  .ginput_container_time input[type="password"] {
    width: 70px; }
  .ginput_container_time i {
    font-style: normal; }
  .ginput_container_time label {
    font-size: 12px;
    display: block;
    margin-top: 5px; }

.gfield_list td {
  padding: 5px 0;
  vertical-align: middle; }
  .gfield_list td.gfield_list_icons {
    padding: 5px 10px; }
  .gfield_list td img {
    display: inline-block; }
.gfield_list tr:first-child td {
  padding-top: 0; }
.gfield_list tr:last-child td {
  padding-bottom: 0; }

.gf_progressbar_wrapper {
  margin: 0 0 15px;
  padding: 0;
  width: 100%; }
  .gf_progressbar_wrapper h3.gf_progressbar_title {
    color: #000;
    font-size: 16px;
    margin: 0 0 10px !important;
    padding: 0 !important; }

.gf_progressbar {
  background: #ccc;
  border: 10px solid #f1f1f1;
  border-radius: 25px;
  margin: 0;
  overflow: hidden;
  width: 100%; }

.gf_progressbar_percentage {
  background: #1DE4B4;
  color: white;
  padding: 5px;
  text-align: center; }

.gfield_required {
  color: #B00001;
  margin-left: 5px; }

.validation_error {
  background: none;
  border: 1px solid #B00001;
  color: #B00001;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0;
  padding: 15px; }

.validation_message {
  color: #B00001;
  font-size: 12px;
  font-weight: 400;
  margin: 5px 0 0;
  padding: 0; }

.gfield_error input[type="email"],
.gfield_error input[type="number"],
.gfield_error input[type="search"],
.gfield_error input[type="text"],
.gfield_error input[type="tel"],
.gfield_error input[type="url"],
.gfield_error input[type="password"],
.gfield_error textarea,
.gfield_error select {
  background-color: rgba(176, 0, 1, 0.1);
  color: #000;
  border-color: #B00001; }
  .gfield_error input[type="email"]:hover,
  .gfield_error input[type="number"]:hover,
  .gfield_error input[type="search"]:hover,
  .gfield_error input[type="text"]:hover,
  .gfield_error input[type="tel"]:hover,
  .gfield_error input[type="url"]:hover,
  .gfield_error input[type="password"]:hover,
  .gfield_error textarea:hover,
  .gfield_error select:hover {
    background-color: rgba(176, 0, 1, 0.1); }
  .gfield_error input[type="email"]:focus,
  .gfield_error input[type="number"]:focus,
  .gfield_error input[type="search"]:focus,
  .gfield_error input[type="text"]:focus,
  .gfield_error input[type="tel"]:focus,
  .gfield_error input[type="url"]:focus,
  .gfield_error input[type="password"]:focus,
  .gfield_error textarea:focus,
  .gfield_error select:focus {
    outline: 0; }

.gform_confirmation_message {
  background: none;
  border: 1px solid #96b422;
  color: #96b422;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0;
  padding: 15px; }

.ui-datepicker {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 240px; }
  .ui-datepicker select {
    margin: 0 3px; }
  .ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center; }
  .ui-datepicker .ui-datepicker-title {
    font-weight: 700; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-family: "Glyphicons Halflings";
    font-size: 27px;
    font-style: normal;
    font-weight: normal;
    height: 25px;
    line-height: 21px;
    margin: 0;
    text-align: center;
    width: 25px; }
  .ui-datepicker .ui-datepicker-prev {
    float: left; }
    .ui-datepicker .ui-datepicker-prev:before {
      content: "‹"; }
  .ui-datepicker .ui-datepicker-next {
    float: right; }
    .ui-datepicker .ui-datepicker-next:before {
      content: "›"; }
  .ui-datepicker .ui-icon {
    display: none; }
  .ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%; }
    .ui-datepicker .ui-datepicker-calendar th,
    .ui-datepicker .ui-datepicker-calendar td {
      text-align: center;
      padding: 4px 0; }
    .ui-datepicker .ui-datepicker-calendar td {
      border-radius: 4px;
      transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out; }
      .ui-datepicker .ui-datepicker-calendar td:hover {
        background-color: #eee;
        cursor: pointer; }
      .ui-datepicker .ui-datepicker-calendar td a {
        color: #000;
        text-decoration: none; }
      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day {
        background-color: #1DE4B4; }
        .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
          color: white; }
      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable:hover {
        background-color: #fff;
        cursor: default;
        opacity: 0.5; }

/************************************************************************************************
										 * Larger than tablet
 ************************************************************************************************/
@media (min-width: 800px) {
  form .gform_ajax_spinner {
    top: 10px; }
  form .has_first_name.has_last_name > span {
    width: 50%; }
  form .has_first_name.has_middle_name.has_last_name > span {
    width: 33.3%; }
  form .has_first_name.has_middle_name.has_last_name.has_suffix > span {
    width: 25%; }
  form .ginput_container_address > span {
    width: 50%; }
    form .ginput_container_address > span.ginput_full {
      width: 100%; } }
.gform_ajax_spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  /* match with border-left */
  border-left: 4px solid #1DE4B4;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  /* match with height for a circle */
  height: 30px; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.hidden-nav,
.hamburger,
.youtube-player img,
.youtube-player-with-thumb img,
.icon-play,
.gallery-block *,
a,
.sub-menu {
  transition: all 0.2s ease-in-out; }

.nltr label {
  display: none; }
.nltr .ginput_container_email {
  position: relative;
  margin-top: 25px; }
  .nltr .ginput_container_email:before {
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    bottom: -6px;
    left: -24px; }
  .nltr .ginput_container_email:after {
    width: 0;
    height: 2px;
    position: absolute;
    content: " ";
    transition: 1.5s all;
    bottom: 0;
    left: 0; }
  .nltr .ginput_container_email input {
    background: transparent;
    border: none; }
.nltr .gfield_consent_label {
  display: inline;
  color: #fff;
  font-weight: 400;
  font-size: 14px; }

.inview .nltr .ginput_container_email:after {
  width: 100%; }

.gform_submission_error {
  font-size: 14px;
  color: inherit; }

.nltr-body > * {
  display: inline-block;
  vertical-align: top; }
.nltr-body .gform_body {
  width: calc(100% - 300px); }
.nltr-body .gform_footer {
  max-width: 270px;
  margin-left: 20px; }
.nltr-body li.gfield {
  margin: 0 !important; }
.nltr-body li.nltr-consent {
  margin-top: 20px !important; }

#refer .gfield_consent_label {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: inline; }

#job-search {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }
  #job-search .wpjb-element-name-type,
  #job-search .wpjb-element-name-category,
  #job-search .wpjb-element-name-posted {
    display: none !important; }
  #job-search #query {
    max-width: calc(100% - 25px); }
  #job-search .wpjb-submit {
    float: right;
    margin-bottom: -30px; }
  #job-search .wpjb-fieldset-search {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    margin-bottom: 30px; }
    #job-search .wpjb-fieldset-search:before {
      position: absolute;
      content: " ";
      width: 12px;
      height: 12px;
      bottom: -6px;
      left: -24px; }
    #job-search .wpjb-fieldset-search > * {
      width: 50%;
      margin: 0;
      padding: 0; }
      #job-search .wpjb-fieldset-search > * .wpjb-label {
        display: none; }
      #job-search .wpjb-fieldset-search > * .wpjb-field {
        width: 100% !important;
        float: none; }
        #job-search .wpjb-fieldset-search > * .wpjb-field input {
          background: transparent;
          border-left: none;
          border-right: none;
          border-top: none;
          border-bottom: 2px solid;
          font-size: 18px; }

.contact-info .button.gform_button_select_files {
  min-width: auto;
  padding: 10px;
  font-size: 14px;
  text-transform: none; }

.contact-info form .gfield.uploadcv {
  margin-bottom: 0 !important; }
.contact-info form .gform_delete {
  width: auto !important; }
.contact-info form .ginput_preview {
  margin-bottom: 10px; }
.contact-info form input.small {
  font-size: 16px; }

.contact-info .gform_confirmation_wrapper {
  max-width: 230px; }
.contact-info .gform_confirmation_message {
  color: #222;
  border-color: #222; }

.gform_drop_instructions {
  font-size: 14px;
  margin-right: 10px; }

.gform_wrapper select {
  color: #fff; }

.gform_wrapper option {
  color: #000; }

@media (max-width: 800px) {
  .nltr-body > * {
    width: 100% !important; }

  .nltr-body .gform_footer {
    text-align: right;
    float: right;
    margin-top: 30px; }

  #job-search .wpjb-fieldset-search:before {
    display: none; }
  #job-search .wpjb-fieldset-search > * {
    width: 100%;
    margin: 15px 0; }
  #job-search #query {
    max-width: 100%; } }
.hidden_sub_label {
  visibility: hidden; }

@keyframes readon {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes readon {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Employer Banner
-----------------------------------*/
.page-id-760 .banner .banner-title {
  max-width: initial !important; }

.page-id-760 .banner.text-banner .banner-slide .container > .row:before {
  top: 53%;
  height: 47%; }

.page-id-760 .banner .readon {
  top: 80px; }
.page-id-760 .banner .readon.loaded span {
  height: 1100px; }

@media (max-width: 993px) {
  .page-id-760 .banner .readon {
    top: 145px; }
  .page-id-760 .banner .readon.loaded span {
    height: 1050px; } }
.banner {
  box-sizing: border-box;
  height: auto;
  padding-top: 120px;
  position: relative; }
  .banner.banner-slider {
    height: 600px; }
  .banner.large-banner {
    margin-bottom: 140px; }
  .banner.text-banner .banner-buttons {
    position: relative; }
    .banner.text-banner .banner-buttons .button {
      background: #000;
      color: #fff; }
      .banner.text-banner .banner-buttons .button:hover {
        background: #bababa;
        box-shadow: 0 0 15px #bababa; }
  .banner.text-banner .banner-slide .container > .row:before {
    height: 90%;
    width: 84%; }
  .banner.no-banner-btns.banner-images .banner-slide .container > .row:before {
    height: calc(100% - 70px); }
  .banner.no-banner-btns.text-banner .banner-slide .container > .row:before {
    height: calc(100% + 40px); }
  .banner .inline-cover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .banner .container {
    height: 100%;
    position: relative; }
  .banner .banner-logo-title {
    font-size: 0; }
    .banner .banner-logo-title img {
      display: inline-block; }
  .banner .banner-title {
    margin-bottom: 40px;
    margin-top: 0;
    max-width: 950px; }
  .banner .text-subheading {
    position: absolute;
    top: -30px;
    left: 30px;
    font-weight: 500; }
  .banner .banner-images {
    float: right;
    max-width: 894px; }
    .banner .banner-images .row,
    .banner .banner-images .columns.nine {
      float: right; }
    .banner .banner-images .flex-bottom--item {
      margin-top: auto;
      margin-bottom: 55px;
      padding-right: 0; }
      .banner .banner-images .flex-bottom--item img {
        width: 100%; }
  .banner .banner-text {
    float: right;
    margin-top: 50px;
    padding-left: 52px; }
    .banner .banner-text > div {
      max-width: 570px; }
  .banner .banner-title,
  .banner .banner-text p {
    color: #000; }
  .banner .readon {
    color: #000;
    position: absolute;
    left: 35px;
    top: calc(100% - 250px);
    z-index: 11;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: 500;
    animation: 1s ease 0s normal forwards 1 readon; }
    .banner .readon span {
      position: relative;
      width: 2px;
      height: 0;
      background: #1DE4B4;
      display: block;
      left: -15px;
      transition: 1s all !important; }
      .banner .readon span:before {
        position: absolute;
        content: " ";
        width: 12px;
        height: 12px;
        top: -18px;
        left: -5px;
        background: inherit; }
      .banner .readon span:after {
        position: absolute;
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 7px 0 7px;
        border-color: #1DE4B4 transparent transparent transparent;
        bottom: -20px;
        left: -6px;
        animation: 1.5s ease 0s normal forwards 1 readon; }
    .banner .readon.loaded span {
      height: 360px; }
  .banner.contact-banner .banner-images {
    margin-top: 30px; }
  .banner .contact-info p {
    margin-bottom: 25px; }
    .banner .contact-info p span {
      display: block;
      color: #fff; }
    .banner .contact-info p a {
      color: #000;
      text-decoration: underline; }
  .banner .contact-info .gform_wrapper {
    margin-top: -50px;
    position: relative;
    top: 70px; }
  @media (max-width: 1000px) {
    .banner.contact-banner .banner-images .eight {
      display: none; } }
  @media (max-width: 800px) {
    .banner.contact-banner .banner-slide .container > .row:before {
      height: 75%; }
    .banner .readon {
      display: none; }
    .banner.large-banner {
      margin-bottom: 70px;
      padding-top: 70px; }
    .banner.contact-banner {
      margin-bottom: 135px; }
    .banner.banner {
      padding-top: 70px; }
    .banner.banner.no-banner-btns.text-banner .banner-slide .container > .row:before {
      height: 100%; } }

.banner-heading {
  margin: auto; }

.banner-slider {
  padding: 0; }

.banner-slide {
  height: 100%;
  width: 100%; }
  .banner-slide .container > .row {
    position: relative;
    height: 100%; }
    .banner-slide .container > .row:before {
      position: absolute;
      content: " ";
      width: 90%;
      height: 65%;
      right: 0;
      top: 43px;
      z-index: -1; }

.banner-wrap {
  position: relative; }

.page-id-520 .banner .banner-images {
  max-width: unset; }

.hidden-video {
  display: none; }

.banner-buttons {
  position: absolute;
  bottom: -30px;
  right: 0;
  text-align: right; }
  .banner-buttons .button {
    margin-left: 25px;
    margin-top: 25px; }

.training-banner-cv {
  margin-top: 30px;
  margin-left: 30px;
  display: inline-block; }

.page-template-blog-root .banner .readon {
  top: 100px; }

.page-template-blog-root .banner .readon.loaded span {
  height: 250px; }

.home-banner,
.region-banner {
  /************************************************************************************************
	                     * Larger than desktop
	 ************************************************************************************************/
  /************************************************************************************************
	                     * Larger than desktop HD
	 ************************************************************************************************/ }
  .home-banner header,
  .region-banner header {
    background: none;
    position: absolute;
    padding-bottom: 0; }
    .home-banner header ul.main-menu a,
    .region-banner header ul.main-menu a {
      color: #fff; }
    .home-banner header ul.main-menu .sub-menu a,
    .region-banner header ul.main-menu .sub-menu a {
      color: #222; }
      .home-banner header ul.main-menu .sub-menu a:hover,
      .region-banner header ul.main-menu .sub-menu a:hover {
        color: #1DE4B4; }
  .home-banner .banner,
  .region-banner .banner {
    height: 700px;
    margin-bottom: 140px; }
    .home-banner .banner .banner-title,
    .region-banner .banner .banner-title {
      margin-top: 60px;
      color: #fff; }
    .home-banner .banner .readon,
    .region-banner .banner .readon {
      color: #fff;
      display: block;
      top: calc(100% - 320px); }
      .home-banner .banner .readon.loaded span,
      .region-banner .banner .readon.loaded span {
        height: 340px; }
  @media (min-width: 1000px) {
    .home-banner .banner .banner-title,
    .region-banner .banner .banner-title {
      margin-top: 150px; } }
  @media (min-width: 1280px) {
    .home-banner .banner .banner-title,
    .region-banner .banner .banner-title {
      margin-top: 200px; }
    .home-banner .banner,
    .region-banner .banner {
      height: 90vh; } }

.region-banner .banner .readon {
  top: calc(100% - 200px); }
  .region-banner .banner .readon.loaded span {
    height: 220px; }

/************************************************************************************************
                     * Larger than mobile
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than phablet (also point when grid becomes active)
 ************************************************************************************************/
@media (max-width: 800px) {
  .banner.text-banner .banner-slide .container > .row::before {
    width: calc(100% - 30px); } }
/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
@media (min-width: 800px) {
  .banner-buttons {
    right: 100px; }

  .home .banner {
    height: 90vh;
    min-height: 800px; }

  .banner.large-banner {
    margin-bottom: 200px; }

  .banner-slide .container > .row::before {
    width: 75%;
    height: 88%;
    right: 55px; }

  .training-banner-cv {
    position: absolute;
    right: 0;
    bottom: -70px; } }
/************************************************************************************************
                     * Larger than desktop
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than desktop HD
 ************************************************************************************************/
.page-id-7387 .alt-title h1 {
  color: #fff !important; }
.page-id-7387 .readon {
  top: calc(100% - 100px) !important; }
  @media (min-width: 761px) {
    .page-id-7387 .readon {
      top: calc(100% - 300px) !important; } }
  @media (min-width: 800px) {
    .page-id-7387 .readon {
      top: calc(100% - 100px) !important; } }
  .page-id-7387 .readon span {
    height: 210px !important; }
    @media (min-width: 761px) {
      .page-id-7387 .readon span {
        height: 350px !important; } }
    @media (min-width: 800px) {
      .page-id-7387 .readon span {
        height: 250px !important; } }

header {
  padding-top: 30px;
  width: 100%;
  position: relative; }
  header.absolute {
    left: 0;
    position: absolute;
    top: 0; }
  header .icon-search {
    color: #222;
    display: inline-block; }
  header .social-list {
    display: none; }
  header .header-right > * {
    vertical-align: top; }
  header .header-left {
    display: inline-block;
    width: 170px; }
    @media (min-width: 800px) {
      header .header-left {
        width: 340px; } }
  header .icon:before {
    color: #222; }
  header .container {
    max-width: 100%; }

.hamburger {
  background: none;
  height: 60px;
  position: relative;
  width: 60px; }
  .hamburger .hamburger-box {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
    background: #000;
    height: 3px; }
  .hamburger:hover {
    background: none; }
    .hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after {
      background: #FFA338; }

/************************************************************************************************
                     * Sticky Header
 ************************************************************************************************/
.hidden-nav {
  background: white;
  left: 0;
  padding: 10px 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate3d(0, -100%, 0); }
  .hidden-nav.hide {
    display: none; }
  .hidden-nav .container {
    opacity: 0; }
  .hidden-nav .color-logo {
    display: inline-block;
    width: 80px; }
  .hidden-nav a {
    color: #000;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle; }
    .hidden-nav a:hover, .hidden-nav a:focus {
      transform: translate3d(0, 0, 0) scale(1.02); }

.swipe-open .hidden-nav, .hidden-nav.is-sticky.sticky {
  box-shadow: 0px 0px 35px -15px rgba(0, 0, 0, 0.6);
  transform: translate3d(0, 0, 0); }
  .swipe-open .hidden-nav .container, .hidden-nav.is-sticky.sticky .container {
    opacity: 1; }

/************************************************************************************************
                     * Hamburger / Main Menu Switch
 ************************************************************************************************/
header .main-menu {
  display: none;
  visibility: visible;
  opacity: 1;
  transition: 0.2s all; }
header a.logo img {
  transition: 0.2s all;
  filter: none; }

@media (min-width: 1200px) {
  header .menu-button {
    display: inline-block; }
  header .social-list {
    display: inline-block; }
  header .main-menu {
    display: inline-block; }
  header .header-left {
    width: 22%;
    margin-left: 0;
    margin-right: 0; } }
  @media (min-width: 1200px) and (min-width: 1381px) {
    header .header-left {
      width: 33%; } }
@media (min-width: 1200px) {
  header .header-right {
    width: 78%;
    text-align: right; } }
  @media (min-width: 1200px) and (min-width: 1381px) {
    header .header-right {
      width: auto;
      text-align: unset; } }

.header-center {
  margin: auto;
  width: 100%;
  text-align: center; }

@media (max-width: 1200px) {
  .header-center {
    text-align: left;
    display: inline-block;
    width: auto;
    margin: 0; }

  .header-center.center-menu {
    margin-left: auto; } }
footer {
  background: #000;
  color: white;
  padding: 80px 0; }
  footer .row {
    margin-left: -20px;
    margin-right: -20px; }
    footer .row .three.columns {
      width: 20%;
      padding-left: 20px;
      padding-right: 20px; }
      footer .row .three.columns:first-child, footer .row .three.columns:last-child {
        width: 30%; }
      footer .row .three.columns:nth-child(2) {
        padding-left: 40px; }
  footer img {
    display: inline-block; }
  footer li, footer a, footer h3, footer h4, footer h5, footer h6, footer p, footer p:first-of-type {
    color: #fff; }
  footer .social {
    margin-top: 50px; }
  footer h3 {
    font-size: 16px;
    margin-bottom: 5px; }
  footer a, footer .icon:before {
    color: #1DE4B4; }
  footer p {
    margin-bottom: 30px; }
    footer p a {
      text-decoration: underline; }
      footer p a:hover {
        color: #FFA338; }
  footer ul.social-list li a:hover:before {
    color: #FFA338; }
  footer .nltr .ginput_container_email:after {
    width: 100%; }
  footer .nltr .ginput_container_email {
    margin-top: 0; }
  footer .logo {
    display: block;
    margin-bottom: 52px; }
  footer .copyright {
    font-size: 13px; }
  footer .mailing p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px; }
  footer .mailing .gform_button {
    width: 100%;
    padding: 5px; }
  footer .mailing .ginput_container_email:before {
    left: 0;
    bottom: 12px; }
  footer .mailing .ginput_container_email input {
    padding: 6px 22px; }

.footer-menu {
  padding: 0;
  list-style: none; }
  .footer-menu li {
    margin-bottom: 19px; }
    .footer-menu li a {
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
      text-decoration: underline;
      text-transform: uppercase; }
      .footer-menu li a:hover {
        color: #FFA338; }

.footer-row {
  margin-bottom: 30px; }
  .footer-row:last-child {
    margin-bottom: 0; }
  .footer-row.copyright p {
    font-size: 16px; }
    .footer-row.copyright p:first-of-type {
      font-weight: 400; }
    .footer-row.copyright p a {
      font-size: 14px; }

@media (max-width: 800px) {
  footer {
    position: relative;
    padding: 50px 0; }
    footer .logo {
      display: none; }
    footer .social {
      position: absolute;
      bottom: 90px;
      left: 0;
      right: 0;
      margin: 0;
      text-align: center; }
    footer .row {
      display: flex;
      flex-wrap: wrap; }
      footer .row .three.columns {
        float: none;
        width: 100%;
        flex: 1; }
        footer .row .three.columns:nth-child(2), footer .row .three.columns:nth-child(3) {
          width: 50%;
          padding-left: 20px;
          padding-right: 20px;
          margin-bottom: 40px; }
        footer .row .three.columns:first-child, footer .row .three.columns:last-child {
          min-width: 100%; }
        footer .row .three.columns.mailing {
          order: 9;
          margin-top: 50px;
          margin-bottom: 100px; } }
header ul {
  margin-bottom: 0; }
  header ul li {
    margin-bottom: 0;
    margin: 5px;
    position: relative; }
  header ul.main-menu li {
    margin: 0 20px; }
    header ul.main-menu li:first-child {
      margin-left: 0; }
  header ul.main-menu > li > a {
    padding-bottom: 5px;
    padding-top: 5px; }
  header ul.main-menu a {
    color: #222;
    display: block;
    font-weight: 500;
    font-size: 16px; }
    header ul.main-menu a:hover {
      color: #FFA338; }
  header ul.main-menu .current-menu-ancestor > a, header ul.main-menu .current-menu-item > a {
    color: #FFA338; }

.sub-menu {
  background: white;
  list-style: none;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  transform: translate3d(0, 10px, 0);
  top: 100%;
  visibility: hidden;
  width: 300px;
  z-index: 99; }
  .sub-menu li {
    margin: 5px !important; }
  .sub-menu:after {
    background: #FFA338;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 100%;
    top: 0; }
  .sub-menu a {
    padding: 7px 20px;
    text-transform: none; }

.main-menu li:hover .sub-menu {
  left: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible; }
  .main-menu li:hover .sub-menu:after {
    right: 0; }

/************************************************************************************************
                     * Larger than mobile
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than phablet (also point when grid becomes active)
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than desktop
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than desktop HD
 ************************************************************************************************/
.custom-lightbox {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100; }
  .custom-lightbox.scroll-pane {
    overflow-x: hidden;
    overflow-y: scroll; }
  .custom-lightbox.active {
    opacity: 1;
    visibility: visible; }

.lightbox-content {
  box-sizing: border-box;
  background-color: white;
  cursor: auto;
  margin: auto;
  padding: 30px;
  position: relative; }
  .lightbox-content .scroll-pane {
    height: 78%;
    padding: 0 20px;
    margin: 0 0 20px -20px; }
  .lightbox-content .title {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd; }
  .lightbox-content .close-icon {
    color: #000;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 30px; }
    .lightbox-content .close-icon:hover {
      color: #000; }

@media (min-width: 800px) {
  .custom-lightbox {
    display: flex;
    transform: translate3d(0, 0, 0); }
    .custom-lightbox.scroll-pane {
      overflow-x: unset;
      overflow-y: unset; }
    .custom-lightbox .scroll-pane {
      height: 400px;
      overflow-y: scroll;
      overflow-x: hidden; }

  .lightbox-content {
    border-radius: 4px;
    height: auto;
    max-width: 600px; } }
.video-lightbox {
  display: flex;
  transform: translate3d(0, 0, 0); }
  .video-lightbox .lightbox-content {
    background: none;
    max-width: 1100px;
    overflow: hidden;
    padding: 0;
    width: 100%; }
  .video-lightbox .gform_ajax_spinner {
    border-left: 4px solid white;
    display: none;
    margin-top: -15px;
    top: 50%; }
  .video-lightbox.active .gform_ajax_spinner {
    display: block; }

/************************************************************************************************
                     * Search Lightbox
 ************************************************************************************************/
.search-lightbox .lightbox-content {
  left: 50%;
  top: 50%;
  opacity: 0;
  background-color: transparent;
  padding: 0 20px;
  max-width: 600px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  transform: translate3d(-50%, 100%, 0);
  width: 100%; }
  @media (min-width: 800px) {
    .search-lightbox .lightbox-content {
      padding: 0 40px; } }
.search-lightbox.active .lightbox-content {
  transform: translate3d(-50%, -50%, 0);
  opacity: 1; }
.search-lightbox #searchform {
  border-bottom: 1px solid white;
  padding: 0 0 10px 0;
  position: relative; }
.search-lightbox .widget-title,
.search-lightbox .screen-reader-text {
  display: none; }
.search-lightbox #s {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 30px;
  height: 46px;
  padding: 0 60px 0 15px; }
  .search-lightbox #s::placeholder {
    color: rgba(255, 255, 255, 0.6); }
  @media (min-width: 800px) {
    .search-lightbox #s {
      font-size: 44px;
      height: 58px; } }
.search-lightbox #searchsubmit {
  background-color: transparent;
  border: none;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 5px 12px;
  font-size: 25px;
  transform: translate3d(0, -50%, 0); }

/************************************************************************************************
                     * Gallery Lightbox
 ************************************************************************************************/
.lightbox-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  box-sizing: border-box;
  cursor: pointer;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  padding: 12.5px;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: all 0.4s ease-in-out; }
  .lightbox-wrapper.lightbox-overlay {
    opacity: 1;
    visibility: visible; }

.lightbox {
  box-sizing: border-box;
  display: table;
  height: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%; }

.lightbox-body {
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out; }
  .lightbox-body .prev-img,
  .lightbox-body .next-img {
    color: white;
    font-size: 40px;
    font-weight: bold;
    height: 46px;
    width: 46px;
    line-height: 47px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    z-index: 9999; }
    .lightbox-body .prev-img:hover,
    .lightbox-body .next-img:hover {
      color: #000; }
  .lightbox-body .prev-img {
    left: 0;
    transform: translate3d(0, -50%, 0); }
  .lightbox-body .next-img {
    right: 0;
    transform: translate3d(0, -50%, 0); }
  .lightbox-body img {
    cursor: initial;
    display: inline-block;
    position: absolute;
    max-width: 80%;
    top: 10%;
    left: 10%;
    border-radius: 3px;
    box-shadow: 0 2px 31px rgba(0, 0, 0, 0.3);
    z-index: 1000; }
    .lightbox-body img:empty {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .lightbox-body .img-caption,
  .lightbox-body .img-author {
    display: none;
    overflow: hidden;
    position: absolute;
    z-index: 1001;
    text-align: center; }
    .lightbox-body .img-caption h3,
    .lightbox-body .img-author h3 {
      background: white;
      border-radius: 0px;
      color: #000;
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      font-size: 22px;
      font-weight: 700;
      padding: 10px 20px; }
    .lightbox-body .img-caption *,
    .lightbox-body .img-author * {
      color: white; }
  .lightbox-body .img-author p {
    font-size: 14px;
    text-align: left; }

.lightbox-close {
  color: white;
  font-size: 40px;
  right: 5px;
  position: absolute;
  top: 5px;
  z-index: 99999; }
  .lightbox-close.button {
    border-radius: 5px !important;
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
    padding: 0 10px; }

@media screen and (orientation: portrait) {
  .lightbox-body img {
    max-width: 90%; } }
@media screen and (orientation: landscape) {
  .lightbox-body img {
    max-height: 90%; } }
@media (min-width: 800px) {
  .lightbox-wrapper {
    padding: 25px; }

  .lightbox-body .prev-img {
    left: 0; }
  .lightbox-body .next-img {
    right: 0; } }
.block-faqs {
  padding: 0;
  margin: 0 !important; }

.bs-accordion {
  margin: 0;
  position: relative; }
  .bs-accordion.shape:before {
    background: #fff;
    width: 12px;
    height: 12px;
    left: -50px;
    right: auto;
    top: -6px; }
  .bs-accordion:after {
    position: absolute;
    content: " ";
    width: 1000%;
    height: 100%;
    left: -500%;
    top: 0;
    background: #1DE4B4;
    z-index: -1; }
  .bs-accordion:nth-child(3n-1).shape:before {
    border-radius: 50%; }
  .bs-accordion:nth-child(3n-1):after {
    background: #FF4C77; }
  .bs-accordion:nth-child(3n).shape:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    background: none; }
  .bs-accordion:nth-child(3n):after {
    background: #FFA338; }
  .bs-accordion .icon-chevron-right:before {
    border-top: 18px solid #000;
    display: block;
    content: " ";
    border-left: 9px solid transparent;
    border-right: 9px solid transparent; }
  .bs-accordion .bs-accordion-heading {
    text-transform: none;
    background-color: trainsparent;
    color: white;
    cursor: pointer;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: unset;
    padding: 25px 55px 15px 0;
    position: relative;
    text-decoration: none;
    z-index: 1; }
    .bs-accordion .bs-accordion-heading h3 {
      color: #fff;
      margin: 0; }
    .bs-accordion .bs-accordion-heading span {
      font-size: 25px;
      margin: -12px 0 0 0;
      position: absolute;
      right: 15px;
      top: 50%; }
  .bs-accordion .bs-accordion-container {
    box-sizing: border-box;
    height: 0;
    position: relative;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
    padding-top: 30px; }
    .bs-accordion .bs-accordion-container > *:last-child {
      margin-bottom: 50px; }
  .bs-accordion .bs-accordion-content {
    position: relative; }
    .bs-accordion .bs-accordion-content p {
      color: #fff; }
      .bs-accordion .bs-accordion-content p:last-child {
        margin-bottom: 0 !important; }
    .bs-accordion .bs-accordion-content * {
      color: #fff; }
    .bs-accordion .bs-accordion-content .button {
      margin-bottom: 15px; }
    .bs-accordion .bs-accordion-content .bs-active .bs-accordion-heading {
      color: #ccc; }
  .bs-accordion .bs-accordion-heading span {
    transition: all 0.2s ease-in-out; }
  .bs-accordion.bs-active > .bs-accordion-heading span {
    transform: rotate(180deg); }
  .bs-accordion.bs-active > .bs-accordion-container {
    height: auto; }
  .bs-accordion .bs-accordion {
    margin: 0;
    padding: 20px 0 0 0; }
    .bs-accordion .bs-accordion:first-child {
      padding: 0;
      border: none; }
    .bs-accordion .bs-accordion .bs-accordion-heading {
      background-color: transparent !important;
      color: #ccc;
      font-size: 19px;
      font-weight: 400;
      margin: 0;
      padding: 0 0 20px 0; }
      .bs-accordion .bs-accordion .bs-accordion-heading:hover {
        text-decoration: underline; }
    .bs-accordion .bs-accordion .icon-add {
      display: none; }
    .bs-accordion .bs-accordion .bs-accordion-container {
      border: none !important; }
      .bs-accordion .bs-accordion .bs-accordion-container:after {
        display: none; }
    .bs-accordion .bs-accordion .bs-accordion-content {
      margin: 0;
      border: none;
      padding: 0 0 20px 0; }
  @media (max-width: 1000px) {
    .bs-accordion.shape:before {
      left: -15px; } }

body, .mobile-menu {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; }

.swipe-open > h2, .swipe-open > ul, .swipe-footer {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; }

.swipe-panel, .swipe-first-panel {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; }

body {
  position: relative; }
  body.swipe-open {
    overflow: hidden; }
    body.swipe-open header .main-menu {
      visibility: hidden;
      opacity: 0; }

.mobile-menu {
  background-color: #000;
  box-sizing: border-box;
  bottom: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 40px 25px;
  padding-top: 95px;
  position: fixed;
  transform: translate3d(0, 0, 0);
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 5; }
  .mobile-menu .social {
    text-align: center;
    border-top: 2px solid #fff;
    margin-top: 25px;
    padding-top: 25px;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto; }
    .mobile-menu .social h3 {
      color: #fff;
      font-size: 18px; }
    .mobile-menu .social .hidden.button {
      display: block;
      max-width: 270px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 35px; }
  .mobile-menu .swipe-footer {
    width: 100%; }
  .mobile-menu.left-swipe {
    transform: translate3d(-100%, 0, 0); }
  .mobile-menu.right-swipe {
    right: 0;
    transform: translate3d(100%, 0, 0); }
  .mobile-menu.swipe-open.left-swipe {
    visibility: visible;
    transform: translate3d(0, 0, 0); }
    .mobile-menu.swipe-open.left-swipe.previous-panel > h2, .mobile-menu.swipe-open.left-swipe.previous-panel > ul, .mobile-menu.swipe-open.left-swipe.previous-panel .swipe-footer {
      transform: translate3d(-25%, 0, 0); }
  .mobile-menu.swipe-open.right-swipe {
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  .mobile-menu ul {
    margin: 0;
    padding: 0; }
  .mobile-menu li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center; }
    .mobile-menu li a {
      color: #fff;
      display: block;
      font-family: "Montserrat", sans-serif;
      font-size: 22px;
      font-weight: 400;
      padding: 15px 0;
      text-decoration: underline;
      text-transform: uppercase; }
  .mobile-menu .swipe-prev-panel, .mobile-menu .swipe-next-panel {
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    padding: 10px;
    position: absolute;
    right: -10px;
    transform: translate3d(0, -50%, 0);
    top: 50%; }
  .mobile-menu .swipe-prev-panel {
    left: -10px;
    right: auto;
    top: 50%; }
  .mobile-menu h2 {
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    font-size: 30px;
    text-align: center;
    margin-top: 10px; }
    .mobile-menu h2 img {
      display: inline-block;
      max-width: 200px; }
  .mobile-menu .swipe-panel, .mobile-menu .swipe-first-panel {
    background: #000;
    bottom: 0;
    box-sizing: border-box;
    min-height: 100%;
    padding: 40px 25px;
    padding-top: 95px;
    position: absolute;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    top: 0;
    width: 100%;
    z-index: 4;
    left: 100%; }
    .mobile-menu .swipe-panel.swipe-panel-open, .mobile-menu .swipe-first-panel.swipe-panel-open {
      left: 0; }
    .mobile-menu .swipe-panel.previous-panel, .mobile-menu .swipe-first-panel.previous-panel {
      left: 0;
      transform: translate3d(-25%, 0, 0); }

.swipe-footer {
  box-sizing: border-box;
  background: #000;
  bottom: 0;
  max-width: 100%;
  padding: 40px 25px;
  width: 100%;
  position: fixed;
  z-index: 5; }

.mobile-overlay {
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  z-index: 2; }
  .mobile-overlay.swipe-open {
    visibility: visible;
    opacity: 1; }

.mobile-menu .swipe-panel {
  position: relative;
  width: auto !important;
  height: auto;
  left: auto !important;
  padding: 0;
  min-height: auto !important; }

.mobile-menu .swipe-next-panel {
  top: 5px;
  transform: rotate(90deg);
  transition: 0.2s all;
  right: 20px; }
  .mobile-menu .swipe-next-panel.swipe-icon-active {
    transform: rotate(-90deg); }

.mobile-menu li ul.swipe-parent {
  max-height: 0;
  opacity: 0;
  transition: 0.2s all; }
  .mobile-menu li ul.swipe-parent a {
    color: #fff;
    font-size: 18px; }

.mobile-menu li ul.swipe-parent.parent-active {
  opacity: 1;
  max-height: 500px; }

.swipe-open .main-wrap .banner-wrap img, .swipe-open .main-wrap .banner-wrap h1, .swipe-open .main-wrap .banner-wrap p, .swipe-open .main-wrap .banner-wrap a, .swipe-open .main-wrap .banner-wrap .gform_wrapper, .swipe-open .main-wrap .banner-wrap ul, .swipe-open .main-wrap footer, .swipe-open .main-wrap .site-main, .swipe-open .main-wrap .banner-slide .container > .row:before {
  filter: blur(5px);
  transition: 0.2s all; }

@media (max-width: 1000px) {
  .swipe-open.right-swipe header a.logo img {
    filter: brightness(0) invert(1); } }
@media (min-width: 1000px) {
  .mobile-menu {
    width: 620px; }
    .mobile-menu .swipe-footer {
      width: 620px; }
    .mobile-menu.left-swipe {
      transform: translate3d(-620px, 0, 0); }
    .mobile-menu.right-swipe {
      transform: translate3d(620px, 0, 0); }
    .mobile-menu.swipe-open.right-swipe.previous-panel > h2, .mobile-menu.swipe-open.right-swipe.previous-panel > ul, .mobile-menu.swipe-open.right-swipe.previous-panel .swipe-footer {
      transform: translate3d(-155px, 0, 0); }
    .mobile-menu .swipe-panel, .mobile-menu .swipe-first-panel {
      width: 620px;
      left: 620px; }
      .mobile-menu .swipe-panel.previous-panel, .mobile-menu .swipe-first-panel.previous-panel {
        left: 0;
        transform: translate3d(-155px, 0, 0); }

  .swipe-footer {
    max-width: 620px; } }
/************************************************************************************************
										 * Loading Screen
 ************************************************************************************************/
.barba-container {
  position: relative; }

.loading-screen {
  transition: all 0.3s ease-in-out;
  background-color: #111;
  display: flex;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 100000; }
  .loading-screen.loaded {
    opacity: 0;
    visibility: hidden; }
  .loading-screen .loader {
    margin: auto;
    font-size: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }
@-webkit-keyframes load5 {
  0%,
	  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }
@keyframes load5 {
  0%,
	  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }
/************************************************************************************************
										 * CTA Block
 ************************************************************************************************/
section.block-cta {
  padding: 0; }
  section.block-cta .section-title, section.block-cta .section-subheading {
    max-width: 850px; }
  section.block-cta .cta-text {
    max-width: 570px;
    float: right; }
  section.block-cta.callout {
    padding-top: 0 !important;
    margin-top: 120px; }
    section.block-cta.callout:after {
      height: 100%;
      width: 100%;
      top: 0;
      z-index: -1;
      left: 50%;
      transform: translateX(-500px); }
    section.block-cta.callout .cta-content {
      position: relative;
      top: -30px; }
    @media (max-width: 1000px) {
      section.block-cta.callout:after {
        right: 0;
        left: 45px;
        transform: none; }
      section.block-cta.callout:before {
        top: auto;
        bottom: -16px;
        right: auto;
        left: 30px; } }
  section.block-cta.cta-with-text:after {
    height: 200%; }
  section.block-cta.cta-with-link {
    padding: 0;
    margin: 140px 0; }
    section.block-cta.cta-with-link:after {
      height: 100%;
      width: 100%;
      top: -30px;
      z-index: -1;
      left: 50%;
      transform: translateX(-600px); }
    section.block-cta.cta-with-link:before {
      left: 0;
      right: 0;
      transform: translateX(-600px);
      margin: auto;
      top: 40%; }
    section.block-cta.cta-with-link .cta-content {
      padding-left: 60px; }
    @media (max-width: 1000px) {
      section.block-cta.cta-with-link:after {
        right: 0;
        left: 0;
        transform: none; }
      section.block-cta.cta-with-link:before {
        top: -45px;
        left: auto;
        right: 50px;
        transform: none; } }

/************************************************************************************************
										 * Card Section
 ************************************************************************************************/
.block-cards.bg-dark {
  background: none !important;
  padding-top: 50px !important; }
  .block-cards.bg-dark:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 65%;
    background: #000;
    left: 0;
    top: 0; }

.cards-row {
  margin: 0; }
  .cards-row .columns {
    padding: 0; }
  .cards-row .card-content {
    box-sizing: border-box;
    padding: 20px; }
    .cards-row .card-content h3 {
      font-size: 35px;
      margin: 0 0 5px;
      transition: 0.2s all;
      color: #fff; }
    .cards-row .card-content p {
      color: #fff; }
    @media (min-width: 800px) {
      .cards-row .card-content {
        padding: 25px; } }
  .cards-row .cards-item {
    margin: 0 auto; }
    .cards-row .cards-item:first-child .shape:before {
      left: 0;
      right: auto; }
    .cards-row .cards-item:nth-child(3) .shape:before {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      height: 0;
      width: 0;
      right: 0;
      left: auto; }
    .cards-row .cards-item:nth-child(3) .green-section.shape:before {
      border-top: 12px solid #1DE4B4; }
    .cards-row .cards-item:nth-child(3) .orange-section.shape:before {
      border-top: 12px solid #FFA338; }
    .cards-row .cards-item:nth-child(3) .pink-section.shape:before {
      border-top: 12px solid #FF4C77; }
  .cards-row .cards-inner-item {
    position: relative;
    transition: 0.2s all;
    z-index: 0;
    margin: 0;
    box-shadow: none; }
    .cards-row .cards-inner-item.shape:before {
      width: 12px;
      height: 12px;
      top: -24px; }
    .cards-row .cards-inner-item.green-section {
      box-shadow: 0 0 10px rgba(29, 228, 180, 0.4); }
      .cards-row .cards-inner-item.green-section:hover {
        box-shadow: 0 0 10px #1DE4B4; }
    .cards-row .cards-inner-item.orange-section {
      box-shadow: 0 0 10px rgba(255, 163, 56, 0.4); }
      .cards-row .cards-inner-item.orange-section:hover {
        box-shadow: 0 0 10px #FFA338; }
    .cards-row .cards-inner-item.pink-section {
      box-shadow: 0 0 10px rgba(255, 76, 119, 0.4); }
      .cards-row .cards-inner-item.pink-section:hover {
        box-shadow: 0 0 10px #FF4C77; }
    .cards-row .cards-inner-item:hover {
      margin: -20px;
      z-index: 1;
      padding: 15px 20px; }
      .cards-row .cards-inner-item:hover h3 {
        margin: 5px 0 10px; }
  .cards-row .readmore-link {
    box-sizing: border-box;
    bottom: 0;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    left: 0;
    min-width: 100%;
    padding: 25px 30px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 18px;
    text-decoration: underline;
    border-top: 1px solid #fff; }
    .cards-row .readmore-link:hover {
      color: #444; }
    .cards-row .readmore-link + .card-content {
      padding-bottom: 120px; }
  @media (min-width: 800px) {
    .cards-row .four.columns.cards-item {
      max-width: 50%;
      width: 33.333%; } }

.block-cards .container {
  padding-left: 60px;
  padding-right: 60px; }

@media (max-width: 800px) {
  .block-cards .container {
    padding: 0; }

  .cards-row .slick-list {
    padding-right: 0;
    padding-left: 0;
    transition: 0.1s all; }
    .cards-row .slick-list.last-slide {
      padding-left: 0;
      padding-right: 0; }
  .cards-row .cards-inner-item:hover {
    margin: 0;
    box-shadow: none; }
    .cards-row .cards-inner-item:hover h3 {
      margin: 0 0 5px; }
  .cards-row button.slick-prev, .cards-row button.slick-next {
    bottom: -50px;
    display: block !important;
    top: auto;
    transform: translateX(-30px);
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #808080 transparent transparent; }
    .cards-row button.slick-prev:before, .cards-row button.slick-next:before {
      display: none; }
    .cards-row button.slick-prev:hover, .cards-row button.slick-next:hover {
      border-color: transparent #000 transparent transparent; }
  .cards-row button.slick-next {
    transform: translateX(30px);
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #808080; }
    .cards-row button.slick-next:hover {
      border-color: transparent transparent transparent #000; }
  .cards-row .cards-item {
    padding-top: 30px; }
    .cards-row .cards-item .cards-inner-item.shape:before {
      left: 5px;
      right: auto; } }
/************************************************************************************************
										 * Columns Section
 ************************************************************************************************/
#refer {
  background: none !important;
  padding-bottom: 0;
  margin-bottom: 70px;
  padding-top: 50px;
  display: block !important; }
  #refer:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    bottom: 30px;
    right: 50%;
    transform: translateX(350px);
    z-index: -1; }
  #refer.bg-brand-1:before {
    background: #1de3b4;
    background: -moz-linear-gradient(-45deg, #1de3b4 0%, #1de3b4 46%, #77efd2 100%);
    background: -webkit-linear-gradient(-45deg, #1de3b4 0%, #1de3b4 46%, #77efd2 100%);
    background: linear-gradient(135deg, #1de3b4 0%, #1de3b4 46%, #77efd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1de3b4', endColorstr='#77efd2',GradientType=1 ); }
  #refer.bg-brand-2:before {
    background: #ffa338;
    background: -moz-linear-gradient(-45deg, #ffa338 0%, #ffa338 46%, #ffc888 100%);
    background: -webkit-linear-gradient(-45deg, #ffa338 0%, #ffa338 46%, #ffc888 100%);
    background: linear-gradient(135deg, #ffa338 0%, #ffa338 46%, #ffc888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa338', endColorstr='#ffc888',GradientType=1 ); }
  #refer.bg-brand-3:before {
    background: #ff4c77;
    background: -moz-linear-gradient(-45deg, #ff4c77 0%, #ff4c77 46%, #ff97aa 100%);
    background: -webkit-linear-gradient(-45deg, #ff4c77 0%, #ff4c77 46%, #ff97aa 100%);
    background: linear-gradient(135deg, #ff4c77 0%, #ff4c77 46%, #ff97aa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c77', endColorstr='#ff97aa',GradientType=1 ); }
  #refer.bg-gold:before {
    background: #dab658; }
  #refer.bg-darkgold:before {
    background: #c99f34; }
  #refer .wysiwyg-content {
    max-width: 800px; }
  #refer .gform_description {
    margin-bottom: 40px;
    display: block; }
  #refer textarea {
    min-height: 60px; }
  #refer .gfield.shape {
    position: relative; }
    #refer .gfield.shape:before {
      background: #000;
      width: 12px;
      height: 12px;
      right: auto;
      left: -15px;
      top: 10px; }
    #refer .gfield.shape.triangle-shape:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 12px;
      border-color: transparent transparent transparent #000000; }
  #refer .gform_footer {
    text-align: right;
    margin-top: 10px; }
  @media (max-width: 1000px) {
    #refer:before {
      transform: none;
      right: 0;
      left: 0; } }

.parallax {
  transition: none !important; }

.block-video.full-width {
  padding: 0; }
  .block-video.full-width img {
    width: 100%;
    max-height: 1200px;
    object-fit: cover; }

section.copy-image-section.padding-row,
section.block-carousel {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  z-index: 1; }
  section.copy-image-section.padding-row:after,
  section.block-carousel:after {
    height: 100%;
    width: 100%;
    top: 30px;
    z-index: -1;
    left: 50%;
    transform: translateX(-500px); }

section.image--copy-section,
section.copy-image-section,
section.middle-column-section {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  z-index: 1; }
  section.image--copy-section:after,
  section.copy-image-section:after,
  section.middle-column-section:after {
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    left: 50%;
    transform: translateX(-500px); }

section.image--copy-section.padding-row:after,
section.copy-copy-section.padding-row.bg-light:after,
section.block-cta.bg-brand-1:after {
  width: 100%;
  height: 100%;
  right: 50%;
  left: auto;
  top: 30px;
  transform: translateX(500px);
  z-index: -1;
  position: absolute; }

.page-id-760 section.image--copy-section.padding-row:after {
  right: 0; }

.page-id-760 .image--copy-section .image--copy {
  height: 550px; }
  @media (max-width: 1000px) {
    .page-id-760 .image--copy-section .image--copy {
      height: auto; } }

.image-then-text-btn-wrap {
  position: absolute;
  bottom: calc(0% - 65px);
  text-align: end;
  right: 180px; }
  @media (max-width: 989px) {
    .image-then-text-btn-wrap {
      text-align: left;
      right: 0;
      bottom: -30px; } }

.image-then-text-btn {
  background: #000;
  color: #fff; }
  .image-then-text-btn:hover {
    background: #bababa;
    color: #fff;
    -webkit-box-shadow: 0 0 15px #bababa;
    box-shadow: 0 0 15px #bababa; }

section.copy-copy-section.padding-row.bg-light {
  padding-top: 5px;
  z-index: 1; }
  section.copy-copy-section.padding-row.bg-light:after {
    transform: translateX(600px); }

section.middle-column-section.padding-row {
  padding-top: 70px;
  padding-bottom: 70px; }
  section.middle-column-section.padding-row p {
    text-transform: uppercase; }
  section.middle-column-section.padding-row:after {
    top: 30px;
    transform: translateX(-470px); }
  section.middle-column-section.padding-row.shape:before {
    top: 15px; }
  section.middle-column-section.padding-row.shape-left:before {
    top: 50%;
    transform: translateX(-470px); }

.content-block .seven.columns.image-column {
  margin: 0; }
  .content-block .seven.columns.image-column img {
    height: 100%;
    object-fit: cover;
    width: 100%; }

.copy-copy-row {
  flex-wrap: nowrap;
  margin: 0; }

@media (max-width: 1000px) {
  section.copy-image-section.padding-row:after,
  section.block-carousel:after {
    right: 0;
    left: 45px;
    transform: none; }

  section.image--copy-section.padding-row .image-column,
  section.copy-copy-section.padding-row.bg-light .image-column,
  section.block-cta.bg-brand-1 .image-column {
    margin-bottom: 30px; }
  section.image--copy-section.padding-row:after,
  section.copy-copy-section.padding-row.bg-light:after,
  section.block-cta.bg-brand-1:after {
    right: 45px;
    top: 0;
    transform: none; }

  section.middle-column-section.padding-row {
    padding-top: 20px;
    padding-bottom: 40px; }
    section.middle-column-section.padding-row:after {
      top: 30px;
      transform: none;
      left: auto;
      right: 45px; }
    section.middle-column-section.padding-row.shape-left:before {
      top: 15px;
      transform: none;
      left: auto;
      right: 30px; }

  .copy-copy-row {
    flex-wrap: wrap; }
    .copy-copy-row .columns {
      width: 100%;
      margin: 15px 0; }

  .content-block .seven.columns.image-column img {
    height: auto; } }
#home-form {
  padding-top: 200px;
  padding-bottom: 150px; }

@media (max-width: 800px) {
  section.copy-image-section.padding-row,
  section.image--copy-section.padding-row,
  section.copy-image-section.padding-row {
    padding-bottom: 55px; }

  .copy-inner {
    padding-bottom: 40px; }

  .parallax {
    transform: none !important; }

  .copy-image-image-section .cii-inner {
    float: none !important; } }
.copy-image-image-section > .container {
  max-width: 100%; }
.copy-image-image-section .cii-inner {
  float: right;
  max-width: 870px;
  width: 100%; }

.wysiwyg-content {
  position: relative; }
  .wysiwyg-content.copy-image-image .copy-image-bottom {
    position: relative;
    margin-top: 70px;
    clear: both;
    width: 100%; }
    .wysiwyg-content.copy-image-image .copy-image-bottom:before {
      position: absolute;
      content: " ";
      width: 100%;
      height: calc(100% + 40px);
      bottom: -25px;
      right: -25px;
      z-index: -1; }
    .wysiwyg-content.copy-image-image .copy-image-bottom img {
      width: 100%; }
  .wysiwyg-content.copy-image-image .image-image-right {
    display: none; }
    .wysiwyg-content.copy-image-image .image-image-right img {
      height: 100%;
      max-height: 710px;
      object-fit: cover;
      min-width: 85%; }
  @media (min-width: 800px) {
    .wysiwyg-content.copy-image-image p,
    .wysiwyg-content.copy-image-image h2 {
      max-width: 780px; }
    .wysiwyg-content.copy-image-image .copy-image-bottom {
      position: static;
      margin-top: 30px; }
      .wysiwyg-content.copy-image-image .copy-image-bottom:before {
        width: 52%;
        right: 4%;
        height: calc(100% - 55px); }
      .wysiwyg-content.copy-image-image .copy-image-bottom img {
        float: right;
        width: auto;
        max-width: 440px; }
    .wysiwyg-content.copy-image-image .image-image-right {
      display: block;
      padding-left: 0; } }
  @media (max-width: 800px) {
    .wysiwyg-content .six:last-child {
      margin-top: 40px; }
    .wysiwyg-content.copy-image .copy-column {
      margin-bottom: 0;
      padding-bottom: 40px;
      order: 2; }
    .wysiwyg-content.copy-image .image-column {
      margin-bottom: 40px;
      order: 1; } }
  .wysiwyg-content.bg-image-row .inline-cover img {
    position: relative; }
  @media (min-width: 800px) {
    .wysiwyg-content.bg-image-row.row {
      margin-left: -50px;
      margin-right: -50px; }
    .wysiwyg-content.bg-image-row .inline-cover img {
      left: 0;
      position: absolute;
      top: 0; }
    .wysiwyg-content.bg-image-row .inner-column {
      box-sizing: border-box;
      display: inline-block;
      max-width: 460px;
      text-align: left;
      width: 100%; }
    .wysiwyg-content.bg-image-row .copy-column {
      margin-left: 50%;
      padding-bottom: 0;
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 0; }
      .wysiwyg-content.bg-image-row .copy-column:first-child {
        margin-left: 0;
        text-align: right; }
    .wysiwyg-content.bg-image-row .image-column {
      height: 100%;
      left: 50%;
      position: absolute;
      top: 0; }
      .wysiwyg-content.bg-image-row .image-column:first-child {
        left: 0; }
    .wysiwyg-content.bg-image-row .six {
      max-width: 50%; } }

.quarter-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 25px; }
  .quarter-flex.pseudo-100 {
    position: relative;
    background-color: #000; }
    .quarter-flex.pseudo-100 h2, .quarter-flex.pseudo-100 p, .quarter-flex.pseudo-100 li {
      color: #fff; }
    .quarter-flex.pseudo-100 h2 {
      color: #1DE4B4;
      text-transform: uppercase; }
    .quarter-flex.pseudo-100 li {
      color: #1DE4B4; }
    .quarter-flex.pseudo-100::before {
      background-color: inherit;
      position: absolute;
      margin-left: 100%;
      display: block;
      height: 100%;
      content: "";
      width: 100%;
      top: 0; }
    .quarter-flex.pseudo-100::after {
      background-color: inherit;
      position: absolute;
      margin-left: -100%;
      display: block;
      height: 100%;
      content: "";
      width: 100%;
      top: 0; }
  @media (min-width: 768px) {
    .quarter-flex {
      gap: 20px;
      justify-content: space-between; } }
  @media (min-width: 991px) {
    .quarter-flex {
      gap: 5px; } }
  .quarter-flex .quarter-flex-inner {
    width: 100%;
    margin-bottom: 100px !important; }
    @media (min-width: 768px) {
      .quarter-flex .quarter-flex-inner {
        margin-bottom: 25px !important; } }
    .quarter-flex .quarter-flex-inner:first-child {
      margin-bottom: 100px; }
      @media (min-width: 991px) {
        .quarter-flex .quarter-flex-inner:first-child {
          width: calc(60% - 5px); } }
    .quarter-flex .quarter-flex-inner:last-child {
      margin-bottom: 100px;
      height: 200px; }
      @media (min-width: 768px) {
        .quarter-flex .quarter-flex-inner:last-child {
          height: auto; } }
      @media (min-width: 991px) {
        .quarter-flex .quarter-flex-inner:last-child {
          width: calc(40% - 5px); } }
    @media (min-width: 768px) {
      .quarter-flex .quarter-flex-inner {
        width: calc(50% - 40px); } }
    .quarter-flex .quarter-flex-inner img {
      object-fit: contain;
      height: 100%; }
      @media (min-width: 960px) {
        .quarter-flex .quarter-flex-inner img {
          object-fit: cover; } }
    .quarter-flex .quarter-flex-inner .inline-text {
      display: inline-block; }

.page-id-7387 .banner-title {
  font-size: 40px; }
  @media (min-width: 581px) {
    .page-id-7387 .banner-title {
      font-size: 48px; } }

.desktop-image {
  display: none; }
  @media (min-width: 768px) {
    .desktop-image {
      display: block; } }

.mobile-image {
  display: block; }
  @media (min-width: 768px) {
    .mobile-image {
      display: none; } }

/************************************************************************************************
                     * Testimonial Section
 ************************************************************************************************/
.block-testimonial.shape:before {
  top: 84px;
  right: 20px; }
.block-testimonial h3,
.block-testimonial h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px; }
.block-testimonial h4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0; }
.block-testimonial p {
  font-size: 24px;
  font-weight: 500; }
@media (max-width: 1000px) {
  .block-testimonial.shape:before {
    top: -16px; }
  .block-testimonial .columns {
    width: 100%; }
    .block-testimonial .columns.copy-column {
      margin-bottom: 50px; } }

/* Employer Section */
.block-testimonial_slider {
  background: #000;
  margin: 0 !important; }
  @media (max-width: 1085px) {
    .block-testimonial_slider {
      padding: 0 100px 0 100px; } }
  @media (max-width: 730px) {
    .block-testimonial_slider {
      padding: 0 20px 0 20px; } }

.testimonial-slider-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 0 20px 0; }

.testimonial-slides {
  position: relative;
  padding: 30px;
  width: calc(50% - 24%);
  margin: 40px;
  border: 1px solid #e95b79;
  font-size: 24px;
  font-weight: 500;
  background: transparent; }
  .testimonial-slides:nth-child(odd) {
    background: #e95b79; }
  .testimonial-slides:nth-child(even) p {
    color: #e95b79; }
  .testimonial-slides:nth-child(even)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 0;
    height: 0;
    border: 48px solid transparent;
    border-top-color: #000;
    border-bottom: 0;
    border-left: 0;
    margin-left: -14px;
    margin-bottom: -48px; }
  .testimonial-slides p {
    font-size: 24px;
    font-weight: 500; }
  .testimonial-slides::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-top-color: #e95b79;
    border-bottom: 0;
    border-left: 0;
    margin-left: -15px;
    margin-bottom: -51px; }

.testimonial-secondary {
  color: #fff;
  text-transform: uppercase; }

.slick-slider .arrow {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #e95b79;
  cursor: pointer;
  height: 0;
  position: absolute;
  top: calc(50% - 25px);
  width: 0;
  z-index: 5; }
  .slick-slider .arrow i {
    font-family: FontAwesome;
    font-style: normal; }
  .slick-slider .arrow.next {
    right: -17px;
    transform: rotate(90deg); }
  .slick-slider .arrow.prev {
    left: -17px;
    transform: rotate(-90deg); }
.slick-slider .item {
  opacity: 0.3; }

.page-id-760 .copy-copy-section.padding-row.bg-light:after {
  top: 0; }
.page-id-760 .copy-copy {
  position: relative;
  left: 60%;
  transform: translateY(15%); }

section.block-cta.bg-brand-1::after {
  top: 0; }

@media (max-width: 610px) {
  .page-id-760 .copy-copy {
    left: 0; } }
.gallery-list {
  column-count: 3;
  column-gap: 25px;
  list-style: none;
  padding: 0;
  width: 100%; }
  .gallery-list .gallery-item {
    display: block;
    max-width: 100%;
    position: relative;
    margin-bottom: 20px;
    break-inside: avoid-column; }
    .gallery-list .gallery-item:first-child:before, .gallery-list .gallery-item:last-child:before {
      position: absolute;
      width: 32px;
      height: 32px;
      content: " "; }
    .gallery-list .gallery-item:first-child:before {
      width: 0;
      height: 0;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      background: none !important;
      border-top: 32px solid #FF4C77;
      left: 26px;
      top: -16px; }
    .gallery-list .gallery-item:last-child:before {
      border-radius: 50%;
      background: #1DE4B4;
      left: -16px;
      top: 50%;
      transform: translateY(-50%); }
    .gallery-list .gallery-item img {
      width: 100%; }
  @media (max-width: 800px) {
    .gallery-list {
      column-count: 2; }
      .gallery-list .gallery-item {
        width: 100%; } }
  @media (min-width: 800px) {
    .gallery-list .gallery-item:nth-child(2) {
      margin-top: -100px;
      margin-bottom: 100px; } }
  @media (min-width: 1200px) {
    .gallery-list .gallery-item:nth-child(1), .gallery-list .gallery-item:nth-child(2) {
      width: 400px; }
    .gallery-list .gallery-item:nth-child(1) {
      margin-top: 100px; }
    .gallery-list .gallery-item:nth-child(3) {
      padding-top: 50px; } }

.page-id-767 .block-fullteam:before {
  display: none; }
.page-id-767 .block-gallery::before {
  background: #000;
  content: " ";
  position: absolute;
  width: 100%;
  height: 70%;
  top: -100px;
  left: 0; }

/************************************************************************************************
                     * Events Section
 ************************************************************************************************/
section.block-event, section.block-featured-jobs {
  z-index: 2; }
  section.block-event .slick-list, section.block-featured-jobs .slick-list {
    padding-right: 20%; }
  section.block-event .slick-slider, section.block-featured-jobs .slick-slider {
    position: static; }
  section.block-event .slick-dots, section.block-featured-jobs .slick-dots {
    bottom: -10px;
    right: 30%;
    left: auto;
    margin: auto;
    z-index: 9999;
    text-align: center; }
  section.block-event .events-content, section.block-featured-jobs .events-content {
    margin-top: -65px; }
  section.block-event .events-intro, section.block-featured-jobs .events-intro {
    max-width: 245px;
    float: right;
    padding: 70px 0; }
  section.block-event .events-inner, section.block-featured-jobs .events-inner {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 45px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    section.block-event .events-inner *, section.block-featured-jobs .events-inner * {
      color: #000; }
    section.block-event .events-inner p, section.block-event .events-inner li, section.block-featured-jobs .events-inner p, section.block-featured-jobs .events-inner li {
      font-weight: 500; }
  section.block-event h4, section.block-featured-jobs h4 {
    margin-top: 25px;
    margin-bottom: 25px; }
  section.block-event .button, section.block-featured-jobs .button {
    min-width: auto;
    margin-top: 30px;
    width: 100%;
    max-width: 240px; }
  section.block-event .event-date, section.block-featured-jobs .event-date {
    width: 74px;
    height: 74px;
    display: block;
    border-radius: 50%;
    line-height: 100%;
    text-align: center;
    margin-left: -10px;
    margin-top: -57px;
    color: #fff;
    font-size: 24px; }
    section.block-event .event-date p, section.block-featured-jobs .event-date p {
      color: #fff;
      font-size: 24px;
      line-height: 100%;
      margin-top: 15px;
      display: inline-block; }
    section.block-event .event-date span, section.block-featured-jobs .event-date span {
      display: block;
      font-size: 14px;
      color: #fff;
      line-height: 110%; }
  section.block-event button.slick-prev, section.block-event button.slick-next, section.block-featured-jobs button.slick-prev, section.block-featured-jobs button.slick-next {
    bottom: -50px;
    display: block !important;
    top: auto;
    transform: translateX(-30px);
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #FFA338 transparent transparent; }
    section.block-event button.slick-prev:before, section.block-event button.slick-next:before, section.block-featured-jobs button.slick-prev:before, section.block-featured-jobs button.slick-next:before {
      display: none; }
  section.block-event button.slick-next, section.block-featured-jobs button.slick-next {
    transform: translateX(30px);
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #FFA338; }
  @media (max-width: 1000px) {
    section.block-event .slick-list, section.block-featured-jobs .slick-list {
      padding-left: 20px; }
    section.block-event .events-row .columns, section.block-featured-jobs .events-row .columns {
      width: 100%; }
    section.block-event .events-intro, section.block-featured-jobs .events-intro {
      float: none;
      max-width: 100%;
      padding: 70px 25px;
      margin-bottom: 40px; } }

section.block-featured-jobs .wpjb-col-logo, section.block-featured-jobs .wpjb-bulb, section.block-featured-jobs .wpjb-company_name {
  display: none; }
section.block-featured-jobs .wpjb .wpjb-job-list.wpjb-grid .wpjb-grid-row {
  clear: none;
  overflow: unset;
  background: none;
  border: none;
  padding: 20px;
  position: relative; }
section.block-featured-jobs .wpjb-job_location {
  margin-top: 16px !important; }
section.block-featured-jobs .wpjb .wpjb-grid .wpjb-col-main {
  width: 100%;
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 25px;
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.5); }
  section.block-featured-jobs .wpjb .wpjb-grid .wpjb-col-main:before {
    width: 74px;
    height: 74px;
    display: block;
    border-radius: 50%;
    position: absolute;
    content: " ";
    background-color: #FFA338;
    background-image: url("../../img/68white.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 10px #FFA338;
    left: 40px;
    top: 7px; }
  section.block-featured-jobs .wpjb .wpjb-grid .wpjb-col-main .wpjb-line-major .wpjb-job_title.wpjb-title {
    margin-top: 45px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #000;
    width: 100%;
    line-height: 110%; }
  section.block-featured-jobs .wpjb .wpjb-grid .wpjb-col-main .wpjb-line-major .wpjb-job_type.wpjb-sub-title {
    font-weight: 400;
    margin-top: 45px;
    margin-bottom: 15px;
    float: none;
    padding-left: 0; }
  section.block-featured-jobs .wpjb .wpjb-grid .wpjb-col-main .wpjb-line-minor {
    padding: 0; }
    section.block-featured-jobs .wpjb .wpjb-grid .wpjb-col-main .wpjb-line-minor > * {
      display: block;
      width: 100%;
      padding: 0;
      margin: 7px 0;
      float: none; }
section.block-featured-jobs .slick-dots li {
  margin: 0 10px; }

/************************************************************************************************
                    * GOOGLE MAPS
************************************************************************************************/
.acf-map {
  box-sizing: border-box;
  height: 400px;
  position: relative;
  width: 100%; }
  @media (min-width: 800px) {
    .acf-map {
      height: 550px; } }
  .acf-map img {
    max-width: inherit !important; }

@media (min-width: 800px) {
  .full-width .acf-map {
    height: 100%; } }
/************************************************************************************************
										 * Blog > Post Item
 ************************************************************************************************/
.alm-ajax.posts-row .post-item:nth-child(3n-2) {
  background: #FFA338; }
.alm-ajax.posts-row .post-item:nth-child(3n) {
  background: #FF4C77; }
.alm-ajax.posts-row .post-item:nth-child(3n-1) {
  background: #1DE4B4; }

.alm-filters.alm-filters-container.filters-default {
  padding-top: 70px;
  padding-bottom: 100px;
  margin-bottom: 0;
  opacity: 1; }
  .alm-filters.alm-filters-container.filters-default:before {
    position: absolute;
    content: " ";
    width: 1000%;
    height: 100%;
    left: -500%;
    top: 0;
    background: #000; }
  .alm-filters.alm-filters-container.filters-default ul {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #fff; }
    .alm-filters.alm-filters-container.filters-default ul li {
      flex-grow: 1;
      min-width: 25%;
      text-align: center;
      margin: 0;
      border: 1px solid #fff; }
      .alm-filters.alm-filters-container.filters-default ul li div.alm-filter--link {
        padding: 17px;
        font-size: 18px;
        color: #fff;
        background: #000;
        transition: 0.2s all;
        text-transform: uppercase; }
        .alm-filters.alm-filters-container.filters-default ul li div.alm-filter--link:before, .alm-filters.alm-filters-container.filters-default ul li div.alm-filter--link:after {
          display: none; }
        .alm-filters.alm-filters-container.filters-default ul li div.alm-filter--link.active {
          background: #fff;
          color: #000;
          box-shadow: 0 0 10px #fff; }

.alm-btn-wrap {
  text-align: center;
  margin-top: 40px; }
  .alm-btn-wrap .alm-load-more-btn.more.button.done {
    background: #e8e8e8 !important; }

.posts-row {
  margin: 0;
  margin-top: 50px; }
  .posts-row .columns {
    padding: 0;
    margin: 0; }
  .posts-row:first-child {
    margin-top: 0; }

.post-item {
  position: relative;
  transition: 0.2s all;
  z-index: 0; }
  .post-item:nth-child(3n-2) .post-item-liner {
    background: #1DE4B4; }
  .post-item:nth-child(3n) .post-item-liner {
    background: #FFA338; }
  .post-item:nth-child(3n-1) .post-item-liner {
    background: #FF4C77; }
  .post-item .post-item-liner {
    height: 100%;
    margin: 0;
    transition: 0.2s all; }
    .post-item .post-item-liner:hover {
      margin: 0 -10px; }
      .post-item .post-item-liner:hover img {
        margin: 0 -10px;
        max-width: calc(100% + 20px); }
  .post-item .post-item-inner {
    display: block;
    height: 100%;
    width: 100%; }
    .post-item .post-item-inner h3 {
      font-size: 24px;
      font-weight: 500;
      margin: 15px 0;
      transition: 0.2s all;
      color: #fff; }
    .post-item .post-item-inner p {
      margin-bottom: 15px;
      transition: 0.2s all;
      color: #fff;
      display: none; }
    .post-item .post-item-inner:hover .wp-post-image {
      filter: brightness(1.1); }
    .post-item .post-item-inner:hover .placeholder {
      background-color: #d6d6d6; }
  .post-item .post-categories {
    list-style: none;
    padding: 0; }
  .post-item .icon-tag, .post-item .post-item-overlay-close {
    bottom: 16px;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 20px; }
  .post-item .placeholder {
    background-color: #f7f7f7;
    padding-bottom: 75%;
    /* 4:3 ratio */
    position: relative;
    width: 100%; }
    .post-item .placeholder:before {
      color: #000;
      font-size: 38px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%); }
  .post-item .post-item-details {
    color: #000;
    padding: 35px 30px;
    transition: 0.2s all;
    box-shadow: none; }
  .post-item .post-date {
    font-weight: 500;
    font-size: 16px; }
  .post-item .post-item-overlay {
    background-color: #FFA338;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    transition: top 0.2s ease-in-out; }
    .post-item .post-item-overlay.active {
      top: 0; }
  .post-item .post-item-overlay-close {
    color: white; }
  .post-item .post-tags {
    margin: 5px 0 0 0; }
  .post-item img {
    height: 150px;
    transition: 0.2s all;
    object-fit: cover;
    object-position: center; }

.single-post .banner .banner-slide .container > .row:before, .page-id-520 .banner .banner-slide .container > .row:before {
  width: 100%; }
.single-post .banner .banner-images .row, .page-id-520 .banner .banner-images .row {
  float: none; }
.single-post .banner .banner-images .flex-bottom--item, .page-id-520 .banner .banner-images .flex-bottom--item {
  margin-bottom: 0; }
.single-post .banner .eight img, .page-id-520 .banner .eight img {
  max-width: 576px;
  float: right; }
.single-post .post-info p, .page-id-520 .post-info p {
  font-weight: 500;
  margin-bottom: 20px; }
  .single-post .post-info p span, .page-id-520 .post-info p span {
    display: block;
    font-weight: 400; }

.post-pagination {
  margin-top: 50px; }
  .post-pagination a.prev-post {
    background: #FF4C77;
    text-align: left; }
  .post-pagination a.next-post {
    float: right;
    background: #FFA338; }
  .post-pagination a h4 {
    color: #fff;
    margin-top: 20px; }
  .post-pagination a span {
    font-size: 16px;
    font-weight: 500; }

.block-blog .container {
  padding: 0; }

@media (max-width: 1280px) {
  .alm-reveal {
    margin-left: -25px;
    margin-right: -25px; } }
@media (max-width: 800px) {
  .single-post .banner .banner-images .flex-bottom--item {
    margin-bottom: 0;
    order: 9;
    margin-top: 50px; }
  .single-post .site-main > section {
    margin-top: 10px; }
  .single-post .banner-title {
    margin-bottom: 20px; }
  .single-post .post-pagination a {
    padding: 20px; }
    .single-post .post-pagination a h4 {
      font-size: 16px; } }
@media (min-width: 800px) {
  .post-item {
    position: relative;
    padding-bottom: 150px !important; }
    .post-item .post-item-inner p {
      display: block; }
      .post-item .post-item-inner p h3 {
        min-height: 70px; }
    .post-item img {
      position: absolute;
      left: 0;
      bottom: 0; }
    .post-item:nth-child(3n-2) {
      box-shadow: 0 0 10px rgba(29, 228, 180, 0.4); }
    .post-item:nth-child(3n) {
      box-shadow: 0 0 10px rgba(255, 163, 56, 0.4); }
    .post-item:nth-child(3n-1) {
      box-shadow: 0 0 10px rgba(255, 76, 119, 0.4); }
    .post-item:hover {
      margin-top: -50px;
      margin-bottom: -13px;
      z-index: 1; }
      .post-item:hover .post-item-details {
        padding: 38px 40px; }
      .post-item:hover h3 {
        margin: 25px 0; }
      .post-item:hover p {
        margin-bottom: 27px; }
      .post-item:hover img {
        height: 175px; }
      .post-item:hover:nth-child(3n-2) {
        box-shadow: 0 0 10px #77EFD2; }
      .post-item:hover:nth-child(3n) {
        box-shadow: 0 0 10px #FFC888; }
      .post-item:hover:nth-child(3n-1) {
        box-shadow: 0 0 10px #FF97AA; } }
.small-team-row-list:after {
  content: " ";
  clear: both;
  display: table; }
.small-team-row-list .small-team-row {
  margin: 0; }
  .small-team-row-list .small-team-row .columns {
    padding: 0; }
    .small-team-row-list .small-team-row .columns:nth-child(2) .small-team-content {
      background: #FFA338; }
    .small-team-row-list .small-team-row .columns:nth-child(3) .small-team-content {
      background: #1DE4B4; }
  .small-team-row-list .small-team-row .small-team-inner:hover .small-team-content {
    max-height: 100%; }
  .small-team-row-list .small-team-row .small-team-inner .team-small-img {
    position: relative; }
    .small-team-row-list .small-team-row .small-team-inner .team-small-img img {
      min-height: 380px;
      width: 100%;
      object-fit: cover;
      margin: 0; }
  .small-team-row-list .small-team-row .small-team-inner .small-team-content {
    background: #FF4C77;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0;
    max-height: 44px;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.3s all; }
    .small-team-row-list .small-team-row .small-team-inner .small-team-content h4 {
      color: #000;
      text-transform: uppercase;
      padding: 8px 0;
      margin-bottom: 0; }
    .small-team-row-list .small-team-row .small-team-inner .small-team-content p.small-role {
      text-transform: uppercase;
      color: #000;
      font-weight: 500;
      margin-top: -5px;
      margin-bottom: 15px; }
@media (min-width: 800px) {
  .small-team-row-list .small-row-wrap {
    margin-bottom: 40px; }
    .small-team-row-list .small-row-wrap:last-child {
      margin-bottom: 0; } }
.small-team-row-list .small-row-wrap {
  width: 80vw;
  clear: both; }
  .small-team-row-list .small-row-wrap .row.small-team-row .columns {
    max-width: 25%; }
  .small-team-row-list .small-row-wrap:nth-child(2n) {
    float: right; }
    .small-team-row-list .small-row-wrap:nth-child(2n) .row.small-team-row {
      float: right; }
@media (max-width: 800px) {
  .small-team-row-list .small-row-wrap {
    width: 100%; }
    .small-team-row-list .small-row-wrap .columns {
      margin-bottom: 25px;
      max-width: 390px !important; }
      .small-team-row-list .small-row-wrap .columns .small-team-content {
        max-height: 100%;
        position: relative !important; }
      .small-team-row-list .small-row-wrap .columns:nth-child(2n) {
        margin-left: auto; }
    .small-team-row-list .small-row-wrap .secondary-btn {
      margin-left: 25px; } }

.fullteam .top-team .container {
  max-width: 1000px; }
.fullteam .top-team .top-team-list > .row {
  margin-top: 70px;
  margin-bottom: 90px; }
  .fullteam .top-team .top-team-list > .row:nth-child(2n) .image-column {
    order: 2; }
.fullteam .top-team .image-column img {
  margin: 0; }
.fullteam .small-team-row-list {
  margin-bottom: -144px; }
@media (max-width: 800px) {
  .fullteam .top-team .top-team-list > .row {
    margin-top: 0; }
  .fullteam .top-team .top-team-list > .row .image-column {
    order: 2;
    margin-top: 40px; } }
.fullteam .small-team-row-list {
  margin-bottom: 0; }

.top-team-list .row:nth-child(1) .image-column, .top-team-list .row:nth-child(2) .image-column {
  position: relative; }
  .top-team-list .row:nth-child(1) .image-column:before, .top-team-list .row:nth-child(2) .image-column:before {
    position: absolute;
    content: " ";
    background: #FF4C77;
    width: 35px;
    height: 35px;
    left: 45px;
    top: -17px; }

.top-team-list .row:nth-child(2) .image-column:before {
  border-radius: 50%;
  top: auto;
  bottom: -17px;
  right: 5px;
  left: auto; }

.block-tilesteam, .block-fullteam {
  padding-bottom: 0 !important; }
  .block-tilesteam:before, .block-fullteam:before {
    position: absolute;
    content: " ";
    background: #fff;
    width: 100%;
    height: 121px;
    bottom: 0;
    left: 0;
    z-index: 0; }

.block-fullteam:before {
  height: 44px; }

.small-team .secondary-btn {
  margin-top: 55px;
  display: block;
  max-width: 100% !important;
  position: relative; }
@media (min-width: 800px) {
  .small-team .small-team-row-list .small-row-wrap, .small-team .small-team-row-list .small-team-row {
    float: right; } }

.wpjb .wpjb-job-list.wpjb-grid .wpjb-featured {
  background-color: rgba(119, 239, 210, 0.25); }
.wpjb .wpjb-job-list.wpjb-grid .wpjb-grid-row {
  padding: 15px 10px;
  border-bottom: 2px solid #F4F4F4; }
.wpjb .wpjb-job-list.wpjb-grid .wpjb-line-major .wpjb-title {
  font-weight: 500;
  font-size: 18px; }
.wpjb .wpjb-job-list.wpjb-grid .wpjb-bulb {
  background: #1DE4B4;
  border-radius: 0; }
.wpjb .wpjb-job-list.wpjb-grid .wpjb-line-minor {
  font-size: 16px;
  padding: 4px 0; }
.wpjb .wpjb-job-list.wpjb-grid .wpjb-job_type {
  font-size: 16px !important;
  font-weight: 500; }
.wpjb .wpjb-job-list.wpjb-grid .wpjb-company_name {
  font-weight: 500; }
.wpjb #wpjb-top-search {
  background: #000;
  padding: 15px 15px 0 15px;
  color: #fff;
  margin-bottom: 45px; }
  .wpjb #wpjb-top-search .wpjb-button-search {
    min-width: auto;
    background: #1DE4B4;
    color: #000 !important;
    border: none;
    border-radius: 0;
    padding: 9px 8px 8px !important; }
  .wpjb #wpjb-top-search input[type="text"] {
    background: #fff; }
  .wpjb #wpjb-top-search .wpjb-input-description {
    color: #fff;
    font-weight: 400; }
  .wpjb #wpjb-top-search .wpjb-input-type-full {
    width: 100%; }
.wpjb .wpjb-grid-compact .wpjb-featured {
  background-color: rgba(119, 239, 210, 0.25); }
.wpjb .wpjb-grid-compact .wpjb-grid-row {
  padding: 10px;
  border-bottom: 2px solid #F4F4F4; }
  .wpjb .wpjb-grid-compact .wpjb-grid-row a {
    text-decoration: underline; }

.sidebar > div + div {
  margin-top: 50px; }
.sidebar .widgettitle {
  font-size: 16px; }
.sidebar .wpjb-widget-recent-jobs .wpjb-grid-row {
  padding: 12px 0; }
  .sidebar .wpjb-widget-recent-jobs .wpjb-grid-row .wpjb-widget-grid-link a {
    font-size: 16px;
    color: #808080; }
  .sidebar .wpjb-widget-recent-jobs .wpjb-grid-row .wpjb-sub {
    font-size: 16px; }
.sidebar .wpjb-widget-recent-jobs .wpjb-widget-recent-jobs-all {
  display: none; }
.sidebar .wpjb-widget-with-count {
  list-style: none;
  padding: 0; }
  .sidebar .wpjb-widget-with-count li div.wpjb-widget-item-num {
    background: #1DE4B4;
    color: #000;
    border-radius: 0;
    font-weight: 500;
    min-width: 36px;
    box-sizing: border-box;
    text-align: center; }
  .sidebar .wpjb-widget-with-count li a {
    color: #808080;
    text-decoration: underline; }
.sidebar .wpjb_widget {
  list-style: none;
  padding: 0; }
  .sidebar .wpjb_widget li {
    margin: 15px 0; }
    .sidebar .wpjb_widget li .wpjb-custom-menu-icon {
      color: #808080; }
    .sidebar .wpjb_widget li.wpjb-custom-menu-separator {
      border-bottom: 2px solid #F4F4F4;
      margin: 20px 0; }
    .sidebar .wpjb_widget li a {
      color: #808080; }
      .sidebar .wpjb_widget li a:hover {
        color: #1DE4B4; }

.single-job .wpjb h3 {
  text-transform: none; }
.single-job .wpjb .wpjb-top-header {
  background: rgba(119, 239, 210, 0.25);
  padding: 15px;
  margin-bottom: 0; }
  .single-job .wpjb .wpjb-top-header .wpjb-top-header-title {
    color: #1DE4B4;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase; }
  .single-job .wpjb .wpjb-top-header a {
    color: #000;
    text-decoration: underline; }
  .single-job .wpjb .wpjb-top-header .wpjb-top-header-subtitle > li {
    font-size: 16px;
    font-weight: 500; }
.single-job .wpjb .wpjb-grid {
  font-size: 18px; }
.single-job .wpjb .wpjb-text-box {
  margin-top: 40px; }
  .single-job .wpjb .wpjb-text-box h3 {
    text-transform: none; }
.single-job .wpjb-job-buttons a {
  margin-right: 20px !important; }

.wpjb .wpjb-form div label.wpjb-label {
  font-size: 16px !important;
  font-weight: 400 !important; }

.wpjb-job-apply {
  margin-bottom: 50px !important; }

.wpjb-grid-col.wpjb-col-logo, .wpjb-company_name, .single-job .wpjb .wpjb-top-header, #wpjb-top-search .wpjb-options-listm, .wpjb-job-buttons a.wpjb-button {
  display: none !important; }

.wpjb-job-buttons a.wpjb-form-job-apply {
  display: inline-block !important; }

.wpjb .wpjb-grid .wpjb-col-main {
  width: 100% !important; }

#wpjb-form-job-apply #wpjb-upload-media-file {
  display: none; }

.home {
  /************************************************************************************************
                       * Larger than tablet
   ************************************************************************************************/ }
  .home section.copy-image-section.padding-row.shape:before {
    display: none; }
  @media (max-width: 1000px) {
    .home .callout {
      z-index: 3; } }
  @media (min-width: 800px) {
    .home section.copy-image-section.padding-row {
      margin-bottom: -50px; }
      .home section.copy-image-section.padding-row.shape:before {
        top: auto;
        bottom: -16px;
        display: block; }
      .home section.copy-image-section.padding-row.shape:after {
        top: -200px;
        height: calc(100% + 200px); }
      .home section.copy-image-section.padding-row .columns {
        width: 50%; }
        .home section.copy-image-section.padding-row .columns.image-column {
          padding-left: 0;
          margin-bottom: -30px; } }

/************************************************************************************************
										 * SLICK OVERRIDES
 ************************************************************************************************/
.slick-list,
.slick-track {
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden; }

.slick-slide {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  position: relative;
  outline: none !important; }

button.slick-prev,
button.slick-next {
  display: none !important;
  font-family: "icomoon" !important;
  background: none !important;
  box-shadow: none;
  border: 0;
  font-size: 0px;
  margin: 0;
  outline: 0 !important;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 1;
  transform: translate3d(0, -50%, 0);
  width: 24px; }
  button.slick-prev:before,
  button.slick-next:before {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.7); }
    @media (min-width: 800px) {
      button.slick-prev:before,
      button.slick-next:before {
        font-size: 80px; } }
  button.slick-prev:hover,
  button.slick-next:hover {
    background: none; }
    button.slick-prev:hover:before,
    button.slick-next:hover:before {
      color: white; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: ""; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: ""; }

@media (min-width: 800px) {
  button.slick-prev,
  button.slick-next {
    display: block !important; } }
.slick-dots {
  margin: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0); }
  @media (min-width: 800px) {
    .slick-dots {
      bottom: 20px; } }
  .slick-dots li {
    line-height: 0;
    display: inline-block;
    margin: 0 10px; }
    .slick-dots li:only-child {
      display: none; }
  .slick-dots button {
    border: 0;
    position: relative;
    font-size: 0;
    padding: 10px;
    background-color: #ffc888;
    border-radius: 50%; }
    .slick-dots button:hover {
      background-color: #FFA338; }
  .slick-dots .slick-active button {
    background-color: #FFA338; }

.slider-row {
  margin-top: 50px;
  padding-bottom: 50px; }
  .slider-row:first-child {
    margin-top: 0; }
  .slider-row .slick-dots {
    bottom: 0; }

.block-carousel {
  padding-top: 0 !important; }
  .block-carousel .slick-track {
    display: flex; }
  .block-carousel .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 0 12px; }
    .block-carousel .slick-slide img {
      max-height: 450px; }
  .block-carousel .carousel:before {
    position: absolute;
    content: " ";
    background: #FFA338;
    width: 24px;
    height: 24px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -142px;
    border-radius: 50%; }
  .block-carousel button.slick-prev,
  .block-carousel button.slick-next {
    bottom: -142px;
    display: block !important;
    top: auto;
    transform: translateX(-120px);
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    border-style: solid;
    border-width: 12px 24px 12px 0;
    border-color: transparent #ffc888 transparent transparent; }
    .block-carousel button.slick-prev:before,
    .block-carousel button.slick-next:before {
      display: none; }
    .block-carousel button.slick-prev:hover,
    .block-carousel button.slick-next:hover {
      border-color: transparent #FFA338 transparent transparent; }
  .block-carousel button.slick-next {
    transform: translateX(120px);
    border-width: 12px 0 12px 24px;
    border-color: transparent transparent transparent #ffc888; }
    .block-carousel button.slick-next:hover {
      border-color: transparent transparent transparent #FFA338; }
  @media (max-width: 1280px) {
    .block-carousel button.slick-prev,
    .block-carousel button.slick-next,
    .block-carousel .carousel:before {
      bottom: -60px; } }

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