@charset "UTF-8";
/*! Slick Design CSS */
/**** Match these to the custom colors in wp_custom.php > add_theme_support( 'editor-color-palette',  ****/
.has-black-color {
  color: #000000;
}

.has-black-background-color {
  background: #000000;
}

.has-font-color {
  color: #FFFFFF;
}

.has-font-background-color {
  background: #FFFFFF;
}

.has-grey-dark-color {
  color: #1C1C1C;
}

.has-grey-dark-background-color {
  background: #1C1C1C;
}

.has-grey-color {
  color: #aaaaaa;
}

.has-grey-background-color {
  background: #aaaaaa;
}

.has-line-color {
  color: #cccccc;
}

.has-line-background-color {
  background: #cccccc;
}

.has-light-color {
  color: #eeeeee;
}

.has-light-background-color {
  background: #eeeeee;
}

.has-white-color {
  color: #FFFFFF;
}

.has-white-background-color {
  background: #FFFFFF;
}

.has-brand-dark-color {
  color: #880e14;
}

.has-brand-dark-background-color {
  background: #880e14;
}

.has-brand-color {
  color: #CD151E;
}

.has-brand-background-color {
  background: #CD151E;
}

.has-brand-light-color {
  color: #ec434b;
}

.has-brand-light-background-color {
  background: #ec434b;
}

.has-accent-dark-color {
  color: #0e8882;
}

.has-accent-dark-background-color {
  background: #0e8882;
}

.has-accent-color {
  color: #15cdc4;
}

.has-accent-background-color {
  background: #15cdc4;
}

.has-accent-light-color {
  color: #43ece3;
}

.has-accent-light-background-color {
  background: #43ece3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* GRIDLING
 * ---------------------------------------------
 * Version: 1.2.3
 * Copyright (c) 2017 N. Talbot; Dual licensed: MIT/GPL
 *
 * Description:
 * ---------------------------------------------
 * Gridling is a lightweight CSS layout tool for building responsive websites fast.
 *
 * Inspired by the Twitter Bootstrap framework, simple row and column classes are used
 * to convert design layouts into a grid of halves, thirds, quarters and fifths.
 * Gridling also includes breakpoint variables that can be reused throughout your project
 * to handle all media queries, its system is adaptable and highly customisable.
 *
 * Features:
 * ---------------------------------------------
 * 1. Grid system
 * 2. Spacing utilties (Padding and Margin)
 * 3. Media breakpoint variables
 *
 * More information:
 * ---------------------------------------------
 * http://gridling.naashdev.net
 * By Nathan Talbot
 */
.grid {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.grid:before, .grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}

.grid-lg {
  max-width: 1440px;
}

.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

.col {
  width: 100%;
  float: left;
  min-height: 1px;
}

.wp-block-group.is-style-full-width {
  margin: 0px -40px;
}
.m-t-1 {
  margin-top: 10px;
}

.m-t-2 {
  margin-top: 20px;
}

.m-t-3 {
  margin-top: 30px;
}

.m-t-4 {
  margin-top: 40px;
}

.m-t-5 {
  margin-top: 50px;
}

.m-t-6 {
  margin-top: 60px;
}

.m-t-7 {
  margin-top: 70px;
}

.m-t-8 {
  margin-top: 80px;
}

.m-t-9 {
  margin-top: 90px;
}

.m-t-10 {
  margin-top: 100px;
}

.m-t-11 {
  margin-top: 110px;
}

.m-t-12 {
  margin-top: 120px;
}

.m-r-1 {
  margin-right: 10px;
}

.m-r-2 {
  margin-right: 20px;
}

.m-r-3 {
  margin-right: 30px;
}

.m-r-4 {
  margin-right: 40px;
}

.m-r-5 {
  margin-right: 50px;
}

.m-r-6 {
  margin-right: 60px;
}

.m-r-7 {
  margin-right: 70px;
}

.m-r-8 {
  margin-right: 80px;
}

.m-r-9 {
  margin-right: 90px;
}

.m-r-10 {
  margin-right: 100px;
}

.m-r-11 {
  margin-right: 110px;
}

.m-r-12 {
  margin-right: 120px;
}

.m-b-1 {
  margin-bottom: 10px;
}

.m-b-2 {
  margin-bottom: 20px;
}

.m-b-3 {
  margin-bottom: 30px;
}

.m-b-4 {
  margin-bottom: 40px;
}

.m-b-5 {
  margin-bottom: 50px;
}

.m-b-6 {
  margin-bottom: 60px;
}

.m-b-7 {
  margin-bottom: 70px;
}

.m-b-8 {
  margin-bottom: 80px;
}

.m-b-9 {
  margin-bottom: 90px;
}

.m-b-10 {
  margin-bottom: 100px;
}

.m-b-11 {
  margin-bottom: 110px;
}

.m-b-12 {
  margin-bottom: 120px;
}

.m-l-1 {
  margin-left: 10px;
}

.m-l-2 {
  margin-left: 20px;
}

.m-l-3 {
  margin-left: 30px;
}

.m-l-4 {
  margin-left: 40px;
}

.m-l-5 {
  margin-left: 50px;
}

.m-l-6 {
  margin-left: 60px;
}

.m-l-7 {
  margin-left: 70px;
}

.m-l-8 {
  margin-left: 80px;
}

.m-l-9 {
  margin-left: 90px;
}

.m-l-10 {
  margin-left: 100px;
}

.m-l-11 {
  margin-left: 110px;
}

.m-l-12 {
  margin-left: 120px;
}

.p-t-1 {
  padding-top: 10px;
}

.p-t-2 {
  padding-top: 20px;
}

.p-t-3 {
  padding-top: 30px;
}

.p-t-4 {
  padding-top: 40px;
}

.p-t-5 {
  padding-top: 50px;
}

.p-t-6 {
  padding-top: 60px;
}

.p-t-7 {
  padding-top: 70px;
}

.p-t-8 {
  padding-top: 80px;
}

.p-t-9 {
  padding-top: 90px;
}

.p-t-10 {
  padding-top: 100px;
}

.p-t-11 {
  padding-top: 110px;
}

.p-t-12 {
  padding-top: 120px;
}

.p-r-1 {
  padding-right: 10px;
}

.p-r-2 {
  padding-right: 20px;
}

.p-r-3 {
  padding-right: 30px;
}

.p-r-4 {
  padding-right: 40px;
}

.p-r-5 {
  padding-right: 50px;
}

.p-r-6 {
  padding-right: 60px;
}

.p-r-7 {
  padding-right: 70px;
}

.p-r-8 {
  padding-right: 80px;
}

.p-r-9 {
  padding-right: 90px;
}

.p-r-10 {
  padding-right: 100px;
}

.p-r-11 {
  padding-right: 110px;
}

.p-r-12 {
  padding-right: 120px;
}

.p-b-1 {
  padding-bottom: 10px;
}

.p-b-2 {
  padding-bottom: 20px;
}

.p-b-3 {
  padding-bottom: 30px;
}

.p-b-4 {
  padding-bottom: 40px;
}

.p-b-5 {
  padding-bottom: 50px;
}

.p-b-6 {
  padding-bottom: 60px;
}

.p-b-7 {
  padding-bottom: 70px;
}

.p-b-8 {
  padding-bottom: 80px;
}

.p-b-9 {
  padding-bottom: 90px;
}

.p-b-10 {
  padding-bottom: 100px;
}

.p-b-11 {
  padding-bottom: 110px;
}

.p-b-12 {
  padding-bottom: 120px;
}

.p-l-1 {
  padding-left: 10px;
}

.p-l-2 {
  padding-left: 20px;
}

.p-l-3 {
  padding-left: 30px;
}

.p-l-4 {
  padding-left: 40px;
}

.p-l-5 {
  padding-left: 50px;
}

.p-l-6 {
  padding-left: 60px;
}

.p-l-7 {
  padding-left: 70px;
}

.p-l-8 {
  padding-left: 80px;
}

.p-l-9 {
  padding-left: 90px;
}

.p-l-10 {
  padding-left: 100px;
}

.p-l-11 {
  padding-left: 110px;
}

.p-l-12 {
  padding-left: 120px;
}

/* MIXINS
 * ---------------------------------------------
 *
 * This is a custom library of reusable mixins.
 * To make navigating the files easier I've seperated
 * these into the below sections:
 *
 * Contents:
 * ---------------------------------------------
 * 1. Base & Resets
 * 2. Layout
 * 3. Elements
 * 4. Animations & Transitions
 * 5. Misc (For project specific mixins)
 */
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-dots {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes spin-dots {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@-webkit-keyframes activate {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes activate {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.hide-text {
  font-size: 0 !important;
  color: transparent !important;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
}

.relative {
  position: relative;
}

.center {
  text-align: center;
}

.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

*:focus:not(:focus-visible) {
  outline: none;
}

html {
  -webkit-tap-highlight-color: transparent;
}

html, body {
  overflow-x: hidden;
}

body {
  background: #1C1C1C;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  /* All font sizes calculated against this one */
  color: #FFFFFF;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #CD151E;
  color: #FFFFFF;
}

::selection {
  background: #CD151E;
  color: #FFFFFF;
}

::-moz-selection {
  background: #CD151E;
  color: #FFFFFF;
}

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

iframe {
  max-width: 100%;
}

figure {
  margin: 0 0 20px;
}

figcaption {
  text-align: center;
  margin: 5px 0px 0px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
body .gform_wrapper h3.gform_title {
  line-height: 1.4;
}

h1, .h1 {
  font-size: 1.875em;
  text-transform: uppercase;
}

h2, .h2 {
  text-transform: uppercase;
  font-size: 1.5em;
}

h3,
.h3,
body .gform_wrapper h3.gform_title {
  letter-spacing: inherit !important;
  font-size: 1.375em;
}

h4, .h4 {
  font-size: 1.2em;
  font-weight: 400;
}

h5, .h5 {
  font-size: 1em;
}

h6, .h6 {
  font-size: 0.8em;
}

p,
body .gform_wrapper .gform_description {
  margin: 0 0 24px;
}

ul, ol {
  margin: 0 0 24px;
}

a {
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
a:hover, a:focus {
  color: #ec434b;
}

strong, b {
  font-weight: bold;
}

.accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px !important;
}
.accordion div {
  position: relative;
}
.accordion div label {
  color: #FFFFFF;
  font-weight: bold;
  display: block;
  padding: 12px 20px 12px 4px;
  margin: 0px;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
  position: relative;
}
.accordion div label:after {
  content: "\e90f";
  font-family: "Icomoon";
  transform: rotate(0deg);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  color: inherit;
  font-size: 1.25em;
  top: calc(50% - 15px);
  position: absolute;
  right: 0;
}
.accordion div input {
  -webkit-appearance: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.accordion div input:hover + label, .accordion div input:focus + label {
  color: #880e14;
  background: #eeeeee;
}
.accordion div input:checked + label + .content {
  max-height: 100vh;
  overflow-y: auto;
  padding: 16px 0;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear;
}
.accordion div input:checked + label:after {
  transform: rotate(45deg);
}
.accordion div .content {
  overflow: hidden;
  max-height: 0px;
  padding: 0;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear, padding 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.accordion.arrows div label:after {
  content: "\e905";
}
.accordion.arrows div input:checked + label:after {
  transform: rotate(-180deg);
}
.accordion.plus-minus div label:after {
  content: "\e90f";
}
.accordion.plus-minus div input:checked + label:after {
  transform: rotate(45deg);
}

.tabs-group {
  margin-bottom: 24px;
}
.tabs-group .tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs-group .tabs ul:before, .tabs-group .tabs ul:after {
  content: "";
  display: table;
}
.tabs-group .tabs ul:after {
  clear: both;
}
.tabs-group .tabs ul > li {
  float: left;
}
.tabs-group .tabs ul > li > a {
  display: block;
  padding: 16px 24px;
  background: #CD151E;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.tabs-group .tabs ul > li > a.is-active {
  background: #880e14;
}
.tabs-group .tabs ul > li > a:hover, .tabs-group .tabs ul > li > a:focus {
  background: #880e14;
}
.tabs-group .tab-content {
  display: none;
  padding: 32px 0;
}
.tabs-group .tab-content.is-active {
  display: block;
  -webkit-animation-name: activate;
          animation-name: activate;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.tabs-group .tab-content *:first-child {
  margin-top: 0;
}
.tabs-group .tab-content *:last-child {
  margin-bottom: 0;
}

.posts {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0px -13px;
}
.posts > .post {
  width: calc(33.3% - 24px);
  display: inline-block;
  flex-basis: calc(33.3% - 24px);
  margin: 20px 12px;
  background: #fff;
}
.posts > .post .image {
  padding-top: 100%;
  position: relative;
}
.posts > .post .image span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  text-transform: uppercase;
  font-size: 1em;
}
.posts > .post h3 {
  margin-top: 10px;
}
.posts > .post.featured {
  width: calc(66.6% - 24px);
  flex-basis: calc(66.6% - 24px);
}
.posts > .post.featured .image {
  padding-top: calc(50% - 12px);
}

.pagination {
  margin: 20px auto 40px;
}
.pagination > * {
  display: inline-block;
  border: 1px solid #CD151E;
  min-width: 38px;
  height: 38px;
  line-height: 34px;
  text-align: center;
  padding: 0px 8px !important;
}
.pagination > *:hover, .pagination > *:focus {
  background: #eeeeee;
}

.page-numbers {
  padding: 6px;
  margin-right: 5px;
}
.page-numbers.current {
  font-weight: bold;
  background: #eeeeee;
  border: 0px;
}

.single-post .content h2 {
  margin-bottom: 10px;
}
.single-post .content .meta {
  margin-bottom: 40px;
}
.single-post .content .meta span.post-date {
  padding-right: 30px;
}
.single-post .content h3 {
  margin: 40px auto 10px;
}

a.btn,
.wp-block-button a,
.wp-block-file a.wp-block-file__button, .button,
*:not(.mce-btn) > button:not([id*=slick-slide]):not(.mce-close),
input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 1.5em 2.5em;
  margin: 0 8px 0 0;
  opacity: 1 !important;
  box-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  color: #FFFFFF;
  background: #CD151E;
  border-radius: 10px;
  border: 3px solid #CD151E;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  min-width: 128px;
}
a.btn:hover, a.btn:focus,
.wp-block-button a:hover,
.wp-block-button a:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:focus, .button:hover, .button:focus,
*:not(.mce-btn) > button:not([id*=slick-slide]):not(.mce-close):hover,
*:not(.mce-btn) > button:not([id*=slick-slide]):not(.mce-close):focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background: #880e14;
  color: #FFFFFF;
}
a.btn:visited,
.wp-block-button a:visited,
.wp-block-file a.wp-block-file__button:visited, .button:visited,
*:not(.mce-btn) > button:not([id*=slick-slide]):not(.mce-close):visited,
input[type=submit]:visited {
  opacity: 1 !important;
  color: #FFFFFF;
}
a.btn:after,
.wp-block-button a:after,
.wp-block-file a.wp-block-file__button:after, .button:after,
*:not(.mce-btn) > button:not([id*=slick-slide]):not(.mce-close):after,
input[type=submit]:after {
  content: "\e907";
  font-family: "icomoon";
  margin-left: 10px;
  font-size: 1.5em;
  vertical-align: middle;
}

a.btn-secondary,
.wp-block-button.btn-secondary a,
.wp-block-file.btn-secondary a.wp-block-file__button,
button.btn-secondary,
input[type=submit].btn-secondary {
  color: #FFFFFF;
  background: #15cdc4;
}
a.btn-secondary:hover, a.btn-secondary:focus,
.wp-block-button.btn-secondary a:hover,
.wp-block-button.btn-secondary a:focus,
.wp-block-file.btn-secondary a.wp-block-file__button:hover,
.wp-block-file.btn-secondary a.wp-block-file__button:focus,
button.btn-secondary:hover,
button.btn-secondary:focus,
input[type=submit].btn-secondary:hover,
input[type=submit].btn-secondary:focus {
  background: #0e8882;
}

a.btn-outline,
.wp-block-button.is-style-outline a,
.wp-block-button.btn-outline a,
.wp-block-file.btn-outline a.wp-block-file__button,
button.btn-outline,
input[type=submit].btn-outline, .gform_previous_button {
  color: #FFFFFF !important;
  background-color: rgba(205, 21, 30, 0) !important;
  border: 3px solid #CD151E;
}
a.btn-outline:hover, a.btn-outline:focus,
.wp-block-button.is-style-outline a:hover,
.wp-block-button.is-style-outline a:focus,
.wp-block-button.btn-outline a:hover,
.wp-block-button.btn-outline a:focus,
.wp-block-file.btn-outline a.wp-block-file__button:hover,
.wp-block-file.btn-outline a.wp-block-file__button:focus,
button.btn-outline:hover,
button.btn-outline:focus,
input[type=submit].btn-outline:hover,
input[type=submit].btn-outline:focus, .gform_previous_button:hover, .gform_previous_button:focus {
  color: #FFFFFF;
  background: #880e14 !important;
}
a.btn-outline:visited,
.wp-block-button.is-style-outline a:visited,
.wp-block-button.btn-outline a:visited,
.wp-block-file.btn-outline a.wp-block-file__button:visited,
button.btn-outline:visited,
input[type=submit].btn-outline:visited, .gform_previous_button:visited {
  opacity: 1 !important;
  color: #CD151E;
}
a.btn-outline:visited:hover, a.btn-outline:visited:focus,
.wp-block-button.is-style-outline a:visited:hover,
.wp-block-button.is-style-outline a:visited:focus,
.wp-block-button.btn-outline a:visited:hover,
.wp-block-button.btn-outline a:visited:focus,
.wp-block-file.btn-outline a.wp-block-file__button:visited:hover,
.wp-block-file.btn-outline a.wp-block-file__button:visited:focus,
button.btn-outline:visited:hover,
button.btn-outline:visited:focus,
input[type=submit].btn-outline:visited:hover,
input[type=submit].btn-outline:visited:focus, .gform_previous_button:visited:hover, .gform_previous_button:visited:focus {
  color: #FFFFFF;
}

a.btn-disabled,
.wp-block-button.btn-disabled a,
.wp-block-file.btn-disabled a.wp-block-file__button,
button.btn-disabled,
input[type=submit].btn-disabled {
  color: #aaaaaa;
  background: #eeeeee;
  pointer-events: none;
}
a.btn-disabled:hover, a.btn-disabled:focus,
.wp-block-button.btn-disabled a:hover,
.wp-block-button.btn-disabled a:focus,
.wp-block-file.btn-disabled a.wp-block-file__button:hover,
.wp-block-file.btn-disabled a.wp-block-file__button:focus,
button.btn-disabled:hover,
button.btn-disabled:focus,
input[type=submit].btn-disabled:hover,
input[type=submit].btn-disabled:focus {
  color: #aaaaaa;
  background: #eeeeee;
}
a.btn-disabled:visited,
.wp-block-button.btn-disabled a:visited,
.wp-block-file.btn-disabled a.wp-block-file__button:visited,
button.btn-disabled:visited,
input[type=submit].btn-disabled:visited {
  opacity: 1 !important;
  color: #aaaaaa;
}

a.btn-support,
.wp-block-button.btn-support a,
.wp-block-file.btn-support a.wp-block-file__button,
button.btn-support,
input[type=submit].btn-support {
  color: #CD151E;
  background: none;
  text-decoration: underline;
}
a.btn-support:hover, a.btn-support:focus,
.wp-block-button.btn-support a:hover,
.wp-block-button.btn-support a:focus,
.wp-block-file.btn-support a.wp-block-file__button:hover,
.wp-block-file.btn-support a.wp-block-file__button:focus,
button.btn-support:hover,
button.btn-support:focus,
input[type=submit].btn-support:hover,
input[type=submit].btn-support:focus {
  color: #FFFFFF;
  background: #CD151E;
}
a.btn-support:visited,
.wp-block-button.btn-support a:visited,
.wp-block-file.btn-support a.wp-block-file__button:visited,
button.btn-support:visited,
input[type=submit].btn-support:visited {
  opacity: 1 !important;
  color: #CD151E;
}
a.btn-support:visited:hover, a.btn-support:visited:focus,
.wp-block-button.btn-support a:visited:hover,
.wp-block-button.btn-support a:visited:focus,
.wp-block-file.btn-support a.wp-block-file__button:visited:hover,
.wp-block-file.btn-support a.wp-block-file__button:visited:focus,
button.btn-support:visited:hover,
button.btn-support:visited:focus,
input[type=submit].btn-support:visited:hover,
input[type=submit].btn-support:visited:focus {
  color: #FFFFFF;
}

a.btn-full {
  width: 100%;
}

.wp-block-button.is-style-fill a.has-background {
  border-style: solid;
  border-width: 2px;
}

.wp-block-button a {
  padding: 1.5em 2.5em !important;
}
.wp-block-button a.has-black-color {
  color: #000000;
}
.wp-block-button a.has-black-color:hover, .wp-block-button a.has-black-color:focus {
  background-color: #000000;
}
.wp-block-button a.has-black-color:not(.has-background):hover, .wp-block-button a.has-black-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-black-background-color {
  background-color: #000000;
}
.wp-block-button a.has-black-background-color:hover, .wp-block-button a.has-black-background-color:focus {
  color: #000000;
}
.wp-block-button a.has-black-background-color:not(.has-text-color):hover, .wp-block-button a.has-black-background-color:not(.has-text-color):focus {
  background-color: #CD151E;
}
.wp-block-button.is-style-outline a.has-black-color {
  border-color: #000000;
}
.wp-block-button.is-style-fill a.has-black-background-color {
  border-color: #000000;
}

.wp-block-button a {
  padding: 1.5em 2.5em !important;
}
.wp-block-button a.has-font-color {
  color: #FFFFFF;
}
.wp-block-button a.has-font-color:hover, .wp-block-button a.has-font-color:focus {
  background-color: #FFFFFF;
}
.wp-block-button a.has-font-color:not(.has-background):hover, .wp-block-button a.has-font-color:not(.has-background):focus {
  color: #CD151E;
}
.wp-block-button a.has-font-background-color {
  background-color: #FFFFFF;
}
.wp-block-button a.has-font-background-color:hover, .wp-block-button a.has-font-background-color:focus {
  color: #FFFFFF;
}
.wp-block-button a.has-font-background-color:not(.has-text-color):hover, .wp-block-button a.has-font-background-color:not(.has-text-color):focus {
  background-color: #CD151E;
}
.wp-block-button.is-style-outline a.has-font-color {
  border-color: #FFFFFF;
}
.wp-block-button.is-style-fill a.has-font-background-color {
  border-color: #FFFFFF;
}

.wp-block-button a {
  padding: 1.5em 2.5em !important;
}
.wp-block-button a.has-grey-dark-color {
  color: #1C1C1C;
}
.wp-block-button a.has-grey-dark-color:hover, .wp-block-button a.has-grey-dark-color:focus {
  background-color: #1C1C1C;
}
.wp-block-button a.has-grey-dark-color:not(.has-background):hover, .wp-block-button a.has-grey-dark-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-grey-dark-background-color {
  background-color: #1C1C1C;
}
.wp-block-button a.has-grey-dark-background-color:hover, .wp-block-button a.has-grey-dark-background-color:focus {
  color: #1C1C1C;
}
.wp-block-button a.has-grey-dark-background-color:not(.has-text-color):hover, .wp-block-button a.has-grey-dark-background-color:not(.has-text-color):focus {
  background-color: #CD151E;
}
.wp-block-button.is-style-outline a.has-grey-dark-color {
  border-color: #1C1C1C;
}
.wp-block-button.is-style-fill a.has-grey-dark-background-color {
  border-color: #1C1C1C;
}

.wp-block-button a {
  padding: 1.5em 2.5em !important;
}
.wp-block-button a.has-grey-color {
  color: #aaaaaa;
}
.wp-block-button a.has-grey-color:hover, .wp-block-button a.has-grey-color:focus {
  background-color: #aaaaaa;
}
.wp-block-button a.has-grey-color:not(.has-background):hover, .wp-block-button a.has-grey-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-grey-background-color {
  background-color: #aaaaaa;
}
.wp-block-button a.has-grey-background-color:hover, .wp-block-button a.has-grey-background-color:focus {
  color: #aaaaaa;
}
.wp-block-button a.has-grey-background-color:not(.has-text-color):hover, .wp-block-button a.has-grey-background-color:not(.has-text-color):focus {
  background-color: #CD151E;
}
.wp-block-button.is-style-outline a.has-grey-color {
  border-color: #aaaaaa;
}
.wp-block-button.is-style-fill a.has-grey-background-color {
  border-color: #aaaaaa;
}

.wp-block-button a {
  padding: 1.5em 2.5em !important;
}
.wp-block-button a.has-line-color {
  color: #cccccc;
}
.wp-block-button a.has-line-color:hover, .wp-block-button a.has-line-color:focus {
  background-color: #cccccc;
}
.wp-block-button a.has-line-color:not(.has-background):hover, .wp-block-button a.has-line-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-line-background-color {
  background-color: #cccccc;
}
.wp-block-button a.has-line-background-color:hover, .wp-block-button a.has-line-background-color:focus {
  color: #cccccc;
}
.wp-block-button a.has-line-background-color:not(.has-text-color):hover, .wp-block-button a.has-line-background-color:not(.has-text-color):focus {
  background-color: #CD151E;
}
.wp-block-button.is-style-outline a.has-line-color {
  border-color: #cccccc;
}
.wp-block-button.is-style-fill a.has-line-background-color {
  border-color: #cccccc;
}

.wp-block-button a {
  padding: 1.5em 2.5em !important;
}
.wp-block-button a.has-light-color {
  color: #eeeeee;
}
.wp-block-button a.has-light-color:hover, .wp-block-button a.has-light-color:focus {
  background-color: #eeeeee;
}
.wp-block-button a.has-light-color:not(.has-background):hover, .wp-block-button a.has-light-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-light-background-color {
  background-color: #eeeeee;
}
.wp-block-button a.has-light-background-color:hover, .wp-block-button a.has-light-background-color:focus {
  color: #eeeeee;
}
.wp-block-button a.has-light-background-color:not(.has-text-color):hover, .wp-block-button a.has-light-background-color:not(.has-text-color):focus {
  background-color: #CD151E;
}
.wp-block-button.is-style-outline a.has-light-color {
  border-color: #eeeeee;
}
.wp-block-button.is-style-fill a.has-light-background-color {
  border-color: #eeeeee;
}

.wp-block-button a {
  padding: 1.5em 2.5em !important;
}
.wp-block-button a.has-white-color {
  color: #FFFFFF;
}
.wp-block-button a.has-white-color:hover, .wp-block-button a.has-white-color:focus {
  background-color: #FFFFFF;
}
.wp-block-button a.has-white-color:not(.has-background):hover, .wp-block-button a.has-white-color:not(.has-background):focus {
  color: #CD151E;
}
.wp-block-button a.has-white-background-color {
  background-color: #FFFFFF;
}
.wp-block-button a.has-white-background-color:hover, .wp-block-button a.has-white-background-color:focus {
  color: #FFFFFF;
}
.wp-block-button a.has-white-background-color:not(.has-text-color):hover, .wp-block-button a.has-white-background-color:not(.has-text-color):focus {
  background-color: #CD151E;
}
.wp-block-button.is-style-outline a.has-white-color {
  border-color: #FFFFFF;
}
.wp-block-button.is-style-fill a.has-white-background-color {
  border-color: #FFFFFF;
}

.wp-block-button a {
  padding: 1.5em 2.5em !important;
}
.wp-block-button a.has-brand-dark-color {
  color: #880e14;
}
.wp-block-button a.has-brand-dark-color:hover, .wp-block-button a.has-brand-dark-color:focus {
  background-color: #880e14;
}
.wp-block-button a.has-brand-dark-color:not(.has-background):hover, .wp-block-button a.has-brand-dark-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-brand-dark-background-color {
  background-color: #880e14;
}
.wp-block-button a.has-brand-dark-background-color:hover, .wp-block-button a.has-brand-dark-background-color:focus {
  color: #880e14;
}
.wp-block-button a.has-brand-dark-background-color:not(.has-text-color):hover, .wp-block-button a.has-brand-dark-background-color:not(.has-text-color):focus {
  background-color: #CD151E;
}
.wp-block-button.is-style-outline a.has-brand-dark-color {
  border-color: #880e14;
}
.wp-block-button.is-style-fill a.has-brand-dark-background-color {
  border-color: #880e14;
}

.wp-block-button a {
  padding: 1.5em 2.5em !important;
}
.wp-block-button a.has-brand-color {
  color: #CD151E;
}
.wp-block-button a.has-brand-color:hover, .wp-block-button a.has-brand-color:focus {
  background-color: #CD151E;
}
.wp-block-button a.has-brand-color:not(.has-background):hover, .wp-block-button a.has-brand-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-brand-background-color {
  background-color: #CD151E;
}
.wp-block-button a.has-brand-background-color:hover, .wp-block-button a.has-brand-background-color:focus {
  color: #CD151E;
}
.wp-block-button a.has-brand-background-color:not(.has-text-color):hover, .wp-block-button a.has-brand-background-color:not(.has-text-color):focus {
  background-color: #FFFFFF;
}
.wp-block-button.is-style-outline a.has-brand-color {
  border-color: #CD151E;
}
.wp-block-button.is-style-fill a.has-brand-background-color {
  border-color: #CD151E;
}

.wp-block-button a {
  padding: 1.5em 2.5em !important;
}
.wp-block-button a.has-brand-light-color {
  color: #ec434b;
}
.wp-block-button a.has-brand-light-color:hover, .wp-block-button a.has-brand-light-color:focus {
  background-color: #ec434b;
}
.wp-block-button a.has-brand-light-color:not(.has-background):hover, .wp-block-button a.has-brand-light-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-brand-light-background-color {
  background-color: #ec434b;
}
.wp-block-button a.has-brand-light-background-color:hover, .wp-block-button a.has-brand-light-background-color:focus {
  color: #ec434b;
}
.wp-block-button a.has-brand-light-background-color:not(.has-text-color):hover, .wp-block-button a.has-brand-light-background-color:not(.has-text-color):focus {
  background-color: #CD151E;
}
.wp-block-button.is-style-outline a.has-brand-light-color {
  border-color: #ec434b;
}
.wp-block-button.is-style-fill a.has-brand-light-background-color {
  border-color: #ec434b;
}

.wp-block-button a {
  padding: 1.5em 2.5em !important;
}
.wp-block-button a.has-accent-dark-color {
  color: #0e8882;
}
.wp-block-button a.has-accent-dark-color:hover, .wp-block-button a.has-accent-dark-color:focus {
  background-color: #0e8882;
}
.wp-block-button a.has-accent-dark-color:not(.has-background):hover, .wp-block-button a.has-accent-dark-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-accent-dark-background-color {
  background-color: #0e8882;
}
.wp-block-button a.has-accent-dark-background-color:hover, .wp-block-button a.has-accent-dark-background-color:focus {
  color: #0e8882;
}
.wp-block-button a.has-accent-dark-background-color:not(.has-text-color):hover, .wp-block-button a.has-accent-dark-background-color:not(.has-text-color):focus {
  background-color: #CD151E;
}
.wp-block-button.is-style-outline a.has-accent-dark-color {
  border-color: #0e8882;
}
.wp-block-button.is-style-fill a.has-accent-dark-background-color {
  border-color: #0e8882;
}

.wp-block-button a {
  padding: 1.5em 2.5em !important;
}
.wp-block-button a.has-accent-color {
  color: #15cdc4;
}
.wp-block-button a.has-accent-color:hover, .wp-block-button a.has-accent-color:focus {
  background-color: #15cdc4;
}
.wp-block-button a.has-accent-color:not(.has-background):hover, .wp-block-button a.has-accent-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-accent-background-color {
  background-color: #15cdc4;
}
.wp-block-button a.has-accent-background-color:hover, .wp-block-button a.has-accent-background-color:focus {
  color: #15cdc4;
}
.wp-block-button a.has-accent-background-color:not(.has-text-color):hover, .wp-block-button a.has-accent-background-color:not(.has-text-color):focus {
  background-color: #CD151E;
}
.wp-block-button.is-style-outline a.has-accent-color {
  border-color: #15cdc4;
}
.wp-block-button.is-style-fill a.has-accent-background-color {
  border-color: #15cdc4;
}

.wp-block-button a {
  padding: 1.5em 2.5em !important;
}
.wp-block-button a.has-accent-light-color {
  color: #43ece3;
}
.wp-block-button a.has-accent-light-color:hover, .wp-block-button a.has-accent-light-color:focus {
  background-color: #43ece3;
}
.wp-block-button a.has-accent-light-color:not(.has-background):hover, .wp-block-button a.has-accent-light-color:not(.has-background):focus {
  color: #FFFFFF;
}
.wp-block-button a.has-accent-light-background-color {
  background-color: #43ece3;
}
.wp-block-button a.has-accent-light-background-color:hover, .wp-block-button a.has-accent-light-background-color:focus {
  color: #43ece3;
}
.wp-block-button a.has-accent-light-background-color:not(.has-text-color):hover, .wp-block-button a.has-accent-light-background-color:not(.has-text-color):focus {
  background-color: #CD151E;
}
.wp-block-button.is-style-outline a.has-accent-light-color {
  border-color: #43ece3;
}
.wp-block-button.is-style-fill a.has-accent-light-background-color {
  border-color: #43ece3;
}

.field {
  position: relative;
  margin-bottom: 8px;
}

label {
  font-size: 1em;
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
.gform_wrapper textarea,
.select select,
.select .customSelect,
.ginput_container_select select,
.ginput_container_select .customSelect {
  font-size: 1em;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  width: 100% !important;
  background: transparent;
  padding: 0.75rem 0;
  border: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 8px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border 0.6s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
.gform_wrapper textarea:focus,
.select select:focus,
.select .customSelect:focus,
.ginput_container_select select:focus,
.ginput_container_select .customSelect:focus {
  border-color: #CD151E;
  box-shadow: inset 0 -2px 0 0 #CD151E;
}

select:focus + .customSelect {
  border-color: #CD151E;
  box-shadow: inset 0 -2px 0 0 #CD151E;
}

textarea,
.gform_wrapper textarea {
  overflow: auto;
  height: 5rem;
  min-height: 5rem;
  max-height: 10rem;
  vertical-align: top;
}

.gform_wrapper textarea {
  margin: 0;
}

button {
  cursor: pointer;
  border: 0;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=submit], input[type=button] {
  -webkit-appearance: none;
  border-radius: 0;
}

.select, .ginput_container_select {
  position: relative;
}
.select .customSelect, .select select, .ginput_container_select .customSelect, .ginput_container_select select {
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
}
.select select, .ginput_container_select select {
  z-index: 999;
}
.select .customSelect:after, .ginput_container_select .customSelect:after {
  content: "\e905";
  font-size: 1.25em;
  position: absolute;
  top: 50%;
  margin-top: -0.85rem;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

.ginput_container_select select {
  margin: 0;
}

.ginput_container_select select {
  height: 100% !important;
}
.ginput_container_select .customSelect {
  margin-bottom: 0;
  background-color: #FFFFFF;
  color: #000000;
  padding-left: 1em;
  padding-right: 2em;
  border-radius: 10px;
}
.ginput_container_select .customSelect:after {
  color: #000000;
  right: 0.5em;
  margin-top: -0.5em;
  pointer-events: none;
  z-index: 1;
}

.customSelectInner {
  width: 100% !important;
}

input[type=radio], input[type=checkbox] {
  background: none;
  border: none;
}

form input[type=radio],
form input[type=checkbox] {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  box-shadow: inset 0px 0px 0px 3px #fff;
  background: #FFFFFF;
  -webkit-appearance: none;
}
form input[type=radio] + label,
form input[type=checkbox] + label {
  line-height: 1;
  padding: 0px 10px;
  margin: 0px;
  display: inline-block;
}
form input[type=radio]:focus,
form input[type=checkbox]:focus {
  border-color: #1C1C1C;
}
form input[type=radio][type=radio],
form input[type=checkbox][type=radio] {
  border-radius: 50%;
}
form input[type=radio]:checked, form input[type=radio][checked=true],
form input[type=checkbox]:checked,
form input[type=checkbox][checked=true] {
  background: #CD151E;
}

.gfield_radio li,
.gfield_checkbox li {
  padding: 8px 0px !important;
}
.gfield_radio li > *,
.gfield_checkbox li > * {
  display: inline-block;
  vertical-align: middle;
}
.gfield_radio li ul li,
.gfield_checkbox li ul li {
  display: inline-block;
}
.gfield_radio li ul li > *,
.gfield_checkbox li ul li > * {
  display: inline-block;
  vertical-align: middle;
}
.gfield_radio li ul li input[type=text],
.gfield_checkbox li ul li input[type=text] {
  width: auto !important;
  margin: 0px 0px 0px 5px;
  padding: 6px 10px !important;
  height: auto;
}
.gfield_radio li li:not(:last-child) label,
.gfield_checkbox li li:not(:last-child) label {
  margin-right: 5px;
}

::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0.6;
}

:-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.6;
}

::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.6;
}

.input-group {
  display: flex;
  width: 100%;
}
.input-group > input, .input-group > button {
  margin-bottom: 0;
}
.input-group > input {
  flex: 1 1 auto;
}
.input-group > .input-group-addon {
  flex: 1 0 auto;
}
.input-group > .input-group-addon button {
  height: 100%;
  margin: 0;
  min-width: 1px;
}

html.no-flexbox .input-group {
  display: table;
  width: 100%;
}
html.no-flexbox .input-group > input, html.no-flexbox .input-group > .input-group-addon {
  display: table-cell;
  vertical-align: middle;
}

body .gform_wrapper:not(.gform_validation_error) .gform_body {
  margin-top: 32px;
}

body .gform_wrapper {
  margin-bottom: 64px;
}
body .gform_wrapper .gform_body > ul > li:first-child label {
  margin-top: 0;
}
body .gform_wrapper ul {
  text-indent: 0;
}
body .gform_wrapper ul.gform_fields {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: visible;
}
body .gform_wrapper ul.gfield_checkbox,
body .gform_wrapper ul.gfield_radio {
  margin: 8px 0 0 0;
  padding: 0;
}
body .gform_wrapper ul.gfield_checkbox > li,
body .gform_wrapper ul.gfield_radio > li {
  margin-bottom: 8px;
}
body .gform_wrapper form li, body .gform_wrapper li {
  margin-left: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
  list-style: none !important;
  overflow: visible;
}
body .gform_wrapper ul li.gfield {
  margin: 0 0 8px 0;
}
body .gform_wrapper .gfield_required {
  color: #d24a50;
  margin-left: 0.2em;
}
body .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}
body .gform_wrapper .top_label .gfield_label,
body .gform_wrapper label.gfield_label,
body .gform_wrapper legend.gfield_label {
  display: inline-block;
  margin: 16px 0 0 0;
  clear: both;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin: 0;
}
body .gform_wrapper .ginput_container.ginput_container_date {
  position: relative;
}
body .gform_wrapper .ginput_container.ginput_container_date img.ui-datepicker-trigger {
  position: absolute;
  right: 0;
  top: 50%;
  height: 1rem;
  margin-top: -0.45rem;
}
body .gform_wrapper .gfield_radio > li[class*=gchoice_] input[type=text] ::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0.6;
}
body .gform_wrapper .gfield_radio > li[class*=gchoice_] input[type=text] :-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.6;
}
body .gform_wrapper .gfield_radio > li[class*=gchoice_] input[type=text] ::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.6;
}
body .gform_wrapper .gfield_radio > li[class*=gchoice_] input[type=text] :-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.6;
}
body .gform_wrapper .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
body .gform_wrapper div.validation_error {
  font-weight: normal;
  padding: 0;
  margin: 32px 0 16px 0;
  color: #d24a50;
  border: 0;
  text-align: inherit;
}
body .gform_wrapper .validation_message {
  color: #d24a50;
  font-weight: normal;
  font-size: 0.8em;
  margin: 4px 0 0 0;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin-bottom: 16px;
  border: 0;
  background: none;
  padding: 0;
  max-width: none;
}
body .gform_wrapper li.gfield.gfield_error label.gfield_label, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning label.gfield_label {
  margin-top: 0;
}
body .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper li.gfield.gfield_error textarea, body .gform_wrapper li.gfield.gfield_error select, body .gform_wrapper li.gfield.gfield_error .customSelect, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning select, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .customSelect {
  border-color: #d24a50 !important;
}
body .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .gform_wrapper li.gfield.gfield_error textarea:focus, body .gform_wrapper li.gfield.gfield_error select:focus, body .gform_wrapper li.gfield.gfield_error .customSelect:focus, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea:focus, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning select:focus, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .customSelect:focus {
  box-shadow: inset 0 -2px 0 0 #d24a50;
}
body .gform_wrapper li.gfield.gfield_error input[type=radio].custom-radio + label:before,
body .gform_wrapper li.gfield.gfield_error input[type=checkbox].custom-checkbox + label:before,
body .gform_wrapper li.gfield.gfield_error .gfield_checkbox > li[class*=gchoice_] input[id*=choice_] + label:before,
body .gform_wrapper li.gfield.gfield_error .gfield_radio > li[class*=gchoice_] input[id*=choice_] + label:before, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=radio].custom-radio + label:before,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=checkbox].custom-checkbox + label:before,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_checkbox > li[class*=gchoice_] input[id*=choice_] + label:before,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_radio > li[class*=gchoice_] input[id*=choice_] + label:before {
  border: 1px solid #d24a50;
  background-color: rgba(210, 74, 80, 0.05);
}
body .gform_wrapper .gf_page_steps .gf_step {
  margin: 0 1em 0 0 !important;
  padding: 10px 15px;
}
body .gform_wrapper .gf_page_steps .gf_step:first-child {
  border-top-left-radius: 10px;
}
body .gform_wrapper .gf_page_steps .gf_step:last-child {
  border-top-right-radius: 10px;
}
body .gform_wrapper .gf_page_steps .gf_step .gf_step_number {
  border: none;
  color: #FFFFFF;
  background-color: #CD151E;
}
body .gform_wrapper .gf_page_steps .gf_step .gf_step_label {
  text-transform: uppercase;
}
body .gform_wrapper .gf_page_steps .gf_step.gf_step_active {
  background-color: #CD151E;
}
body .gform_wrapper .gf_page_steps .gf_step.gf_step_active .gf_step_number {
  background-color: #FFFFFF;
  color: #1C1C1C;
}
body .gform_wrapper .gf_page_steps .gf_step.gf_step_completed .gf_step_number::before {
  background-color: #CD151E;
  border: none;
}

body .gform_wrapper .gfield_contains_required input, body .gform_wrapper .gfield_contains_required .wp-editor-container, body .gform_wrapper .gfield_contains_required select, body .gform_wrapper .gfield_contains_required .customSelect, body .gform_wrapper .gfield_contains_required textarea {
  border-left: 2px solid #d24a50;
}
body .gform_wrapper .top_label .gfield_label:after {
  content: ":";
}
body .gform_wrapper .gfield_required, body .gform_wrapper .gform_required_legend {
  display: none;
}
body .gform_wrapper .gfield textarea,
body .gform_wrapper .gfield input[type=text] {
  background-color: #FFFFFF;
  border-radius: 10px;
}
body .gform_wrapper .gfield textarea:-webkit-autofill,
body .gform_wrapper .gfield input[type=text]:-webkit-autofill {
  background-color: #FFFFFF !important;
  box-shadow: 0 0 0 100vw inset #FFFFFF;
  -webkit-transition: background-color 0s 600000s, color 0s 600000s;
  transition: background-color 0s 600000s, color 0s 600000s;
}
body .gform_wrapper .gfield select {
  border-radius: 10px;
}

.mce-toolbar .mce-btn-group .mce-btn.mce-active {
  color: #CD151E;
}

div.mce-notification {
  background-color: red;
  left: 50% !important;
  transform: translateX(-50%);
}

.wp-editor-container {
  border-radius: 10px;
  overflow: hidden;
}

.mce-container {
  color: #000000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  font: 0.8em "Montserrat", sans-serif;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker .ui-datepicker[style] {
  margin: 8px auto 0;
}
.ui-datepicker .ui-datepicker-header {
  font-weight: 700;
  line-height: 30px;
  height: 30px;
  background-color: #CD151E;
  color: #FFFFFF;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF;
  position: relative;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  left: 0px;
  right: 0px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  font-size: 1.1em;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  float: left;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
  margin-top: 2.5%;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker table.ui-datepicker-calendar {
  margin: 0;
}
.ui-datepicker table.ui-datepicker-calendar thead {
  background: #FFFFFF;
  border-bottom: 1px solid #cccccc;
}
.ui-datepicker table.ui-datepicker-calendar thead th {
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0;
  font-size: 0.563em;
  color: #1C1C1C;
  text-shadow: none;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr {
  border-bottom: 1px solid #cccccc;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td {
  padding: 0;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td:last-child {
  border-right: 0;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td a, .ui-datepicker table.ui-datepicker-calendar tbody tr td span {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable, .ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-state-disabled {
  background: #eeeeee;
  color: #aaaaaa;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default {
  background: #FFFFFF;
  box-shadow: none;
  text-shadow: none;
  color: #FFFFFF;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default:hover, .ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default:focus {
  background: #eeeeee;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-highlight {
  background: #CD151E;
  color: #FFFFFF;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-active {
  border: none;
  margin: 0;
  background: #FFFFFF;
  box-shadow: inset 0 0 0 2px #CD151E;
}

.job_search_filter_wrapper {
  display: flex;
  padding: 50px 0;
  color: black;
  grid-column-gap: 20px;
}
.job_search_filter_wrapper .search-field {
  position: relative;
  flex-grow: 1;
}
.job_search_filter_wrapper .search-field .select {
  height: 100%;
}
.job_search_filter_wrapper .search-field .options {
  position: absolute;
  top: 100% !important;
  width: 100%;
  max-height: 400px;
  border-radius: 0 0 10px 10px;
  margin: 0;
  padding: 0;
  background-color: white;
  z-index: 2;
}
.job_search_filter_wrapper .search-field .options .option {
  position: relative;
  transition: 0.3s ease all;
  z-index: 2;
  padding: 0;
}
.job_search_filter_wrapper .search-field .options .option .label {
  display: none;
  height: 50px;
  padding: 12px 20px;
  transition: all 0.3s ease;
}
.job_search_filter_wrapper .search-field .options .option .opt-val {
  display: none;
  position: absolute;
  top: -78px;
  height: 78px;
  width: 100%;
  line-height: 78px;
  padding: 0 20px;
  border-radius: 10px;
  background-color: white;
}
.job_search_filter_wrapper .search-field .options .option input[type=radio], .job_search_filter_wrapper .search-field .options .option input[type=checkbox] {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  padding: 0;
}
.job_search_filter_wrapper .search-field .options .option input[type=radio]:checked ~ .label:after, .job_search_filter_wrapper .search-field .options .option input[type=checkbox]:checked ~ .label:after {
  content: "x";
  float: right;
}
.job_search_filter_wrapper .search-field .options .option input[type=radio]:checked ~ .opt-val, .job_search_filter_wrapper .search-field .options .option input[type=checkbox]:checked ~ .opt-val {
  display: block;
}
.job_search_filter_wrapper .search-field .options .option input[type=radio]:focus + .label, .job_search_filter_wrapper .search-field .options .option input[type=checkbox]:focus + .label {
  color: #fff;
}
.job_search_filter_wrapper .search-field .options .option input[type=radio]:checked + .label, .job_search_filter_wrapper .search-field .options .option input[type=radio]:hover + .label, .job_search_filter_wrapper .search-field .options .option input[type=checkbox]:checked + .label, .job_search_filter_wrapper .search-field .options .option input[type=checkbox]:hover + .label {
  color: #FFFFFF;
  background: #CD151E;
}
.job_search_filter_wrapper .search-field .options .option:hover .label, .job_search_filter_wrapper .search-field .options .option:focus .label, .job_search_filter_wrapper .search-field .options .option:focus-within .label, .job_search_filter_wrapper .search-field .options .option:active .label {
  background: #CD151E;
  color: #fff;
}
.job_search_filter_wrapper .search-field .options-view-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.job_search_filter_wrapper .search-field .options-view-button ~ .select-button .icn-chevron-down {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.job_search_filter_wrapper .search-field .options-view-button:checked ~ .select-button .icn-chevron-down:before {
  transform: rotate(180deg);
}
.job_search_filter_wrapper .search-field .select-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  pointer-events: none;
  height: 100%;
}
.job_search_filter_wrapper .search-field .select-button .selected-value:before {
  transition: all 0.3s ease;
}
.job_search_filter_wrapper .search-field .select:hover .select-button,
.job_search_filter_wrapper .search-field .select:focus-within .select-button,
.job_search_filter_wrapper .search-field .options-view-button:checked ~ .select-button {
  z-index: 59;
  border-radius: 10px 10px 0 0;
}
.job_search_filter_wrapper .search-field .select:hover .options,
.job_search_filter_wrapper .search-field .options-view-button:checked ~ .options,
.job_search_filter_wrapper .search-field .options:focus-within {
  overflow: auto;
}
.job_search_filter_wrapper .search-field .select:hover .options .label,
.job_search_filter_wrapper .search-field .options-view-button:checked ~ .options .label,
.job_search_filter_wrapper .search-field .options:focus-within .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job_search_filter_wrapper .search-field .select:hover .options .opt-val,
.job_search_filter_wrapper .search-field .options-view-button:checked ~ .options .opt-val,
.job_search_filter_wrapper .search-field .options:focus-within .opt-val {
  opacity: 0 !important;
  pointer-events: none;
}
.job_search_filter_wrapper .search-field:before {
  position: absolute;
  color: #FFFFFF;
  font-weight: 600;
  left: 0;
  top: -40px;
}
.job_search_filter_wrapper .search-field:nth-child(2):before {
  content: "Industry";
}
.job_search_filter_wrapper .search-field:nth-child(3):before {
  content: "Location";
}
.job_search_filter_wrapper .search-field .icn-search {
  position: absolute;
  top: 50%;
  left: 1em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  pointer-events: none;
  margin-top: -0.5em;
}
.job_search_filter_wrapper .search-field input[type=text] {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0 20px 0 3em;
  border: 0;
  line-height: 78px;
  border-radius: 10px;
}
.job_search_filter_wrapper .search-field input[type=text]::-webkit-input-placeholder {
  color: #A1A1A1;
}

.gform_wrapper.gravity-theme .gfield_repeater_items .gfield_repeater_item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-end;
  grid-column-gap: 20px;
}
.gform_wrapper.gravity-theme .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
  border-bottom: 0 none transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_repeater_items .gfield_repeater_item:last-child {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell {
  flex-grow: 1;
  width: 300px;
  max-width: 100%;
}
.gform_wrapper.gravity-theme .gfield_repeater_items .gfield_repeater_item .gfield_label {
  margin-top: 0;
  color: #FFFFFF;
}
.gform_wrapper.gravity-theme .gfield_repeater_buttons button:after {
  content: none;
}
.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text,
.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text {
  min-width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 2em;
}
.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text {
  margin-right: 20px;
}
.gform_wrapper.gravity-theme .field_description_above {
  display: flex;
  flex-direction: column;
}
.gform_wrapper.gravity-theme .field_description_above .gfield_repeater_wrapper,
.gform_wrapper.gravity-theme .field_description_above .gfield_repeater_container {
  display: contents;
}
.gform_wrapper.gravity-theme .field_description_above .gfield_label {
  order: -2;
}
.gform_wrapper.gravity-theme .field_description_above .gfield_description {
  order: -1;
}

.ginput_container_consent {
  margin: 15px 0;
  display: flex;
}
.ginput_container_consent label {
  font-weight: 400;
}

.apply-now-show {
  display: block !important;
}

.apply-now {
  display: none;
}

.gform_next_button {
  border-radius: 5px !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?okah7f");
  src: url("../fonts/icomoon.eot?okah7f#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?okah7f") format("truetype"), url("../fonts/icomoon.woff?okah7f") format("woff"), url("../fonts/icomoon.svg?okah7f#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icn-]:before, [class*=" icn-"]:before, .customSelect:after, .ui-datepicker-next:before, .ui-datepicker-prev:before {
  font-family: "icomoon";
  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;
}

.icn-right {
  position: relative;
}
.icn-right:before {
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  right: -5px;
}

.icn-image:before {
  content: "\e90a";
}

.icn-mail:before {
  content: "\e90b";
}

.icn-pin:before {
  content: "\e90c";
}

.icn-phone:before {
  content: "\e90d";
}

.icn-phone-call:before {
  content: "\e90e";
}

.icn-plus:before {
  content: "\e90f";
}

.icn-arrow-down:before {
  content: "\e900";
}

.icn-arrow-left:before {
  content: "\e901";
}

.icn-arrow-right:before {
  content: "\e902";
}

.icn-arrow-up:before {
  content: "\e903";
}

.icn-calendar:before {
  content: "\e904";
}

.icn-chevron-down:before {
  content: "\e905";
}

.icn-chevron-left:before,
.ui-datepicker-prev:before {
  content: "\e906";
}

.icn-chevron-right:before,
.ui-datepicker-next:before {
  content: "\e907";
}

.icn-chevron-up:before {
  content: "\e908";
}

.icn-star:before {
  content: "\e909";
}

.icn-printer:before {
  content: "\e910";
}

.icn-search:before {
  content: "\e911";
}

.icn-share:before {
  content: "\e912";
}

.icn-user:before {
  content: "\e913";
}

.icn-close:before {
  content: "\e914";
}

.icn-youtube:before {
  content: "\e915";
}

.icn-pin-full:before {
  content: "\e916";
}

.icn-twitter:before {
  content: "\e917";
}

.icn-linkedin:before {
  content: "\e918";
}

.icn-instagram:before {
  content: "\e919";
}

.icn-star-full:before {
  content: "\e91a";
}

.icn-facebook:before {
  content: "\e91b";
}

.icn-slick:before {
  content: "\e948";
}

.icn-pinterest:before {
  content: "\e949";
}

.icn-industry:before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="31.5" viewBox="0 0 36 31.5"><path id="Icon_awesome-industry" data-name="Icon awesome-industry" d="M33.407,11.516,23.625,17.74v-4.8a1.689,1.689,0,0,0-2.593-1.424L11.25,17.74V3.938A1.687,1.687,0,0,0,9.563,2.25H1.688A1.687,1.687,0,0,0,0,3.938V32.063A1.687,1.687,0,0,0,1.688,33.75H34.313A1.687,1.687,0,0,0,36,32.063V12.94A1.689,1.689,0,0,0,33.407,11.516Z" transform="translate(0 -2.25)" fill="%23CD151E"/></svg>');
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.icn-pin:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="30" viewBox="0 0 21 30"><path id="Icon_material-location-on" data-name="Icon material-location-on" d="M18,3A10.492,10.492,0,0,0,7.5,13.5C7.5,21.375,18,33,18,33S28.5,21.375,28.5,13.5A10.492,10.492,0,0,0,18,3Zm0,14.25a3.75,3.75,0,1,1,3.75-3.75A3.751,3.751,0,0,1,18,17.25Z" transform="translate(-7.5 -3)" fill="%23CD151E"/></svg>');
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.slider {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.slider img {
  width: 100%;
}

.slider-wrap {
  position: relative;
}

.slider-controls {
  text-align: center;
}
.slider-controls .next, .slider-controls .prev {
  z-index: 3;
  font-size: 1.875em;
  line-height: 1;
  width: 30px;
  height: 30px;
  text-decoration: none;
}

.slider-carousel .slick-slide {
  padding-left: 32px;
  cursor: -webkit-grab;
  cursor: grab;
}
.slider-carousel:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 32px;
  background: #FFFFFF;
  z-index: 2;
}

.pager {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.pager > li {
  display: inline-block;
}
.pager button {
  border: 0;
  width: 12px;
  height: 12px;
  background: #eeeeee;
  margin: 0 4px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.4s;
  border-radius: 50%;
  padding: 0;
}
.pager button:hover, .pager button:focus {
  box-shadow: 0 0 0 2px #CD151E inset;
}
.pager .slick-active button {
  transition-duration: 0.6s;
  box-shadow: 0 0 0 6px #CD151E inset;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.social a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #CD151E;
  position: relative;
  text-decoration: none;
}
.social a:before {
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  left: 0px;
  right: 0px;
  text-align: center;
}
.social a:before {
  color: #FFFFFF;
}
.social a:hover, .social a:focus {
  background: #880e14;
}

.contact-list > div {
  padding-left: 30px;
  margin: 10px 0px;
}
.contact-list > div > *:before {
  color: #CD151E;
  float: left;
  margin-left: -30px;
  line-height: 1.6;
}
.contact-list > div > *:hover:before, .contact-list > div > *:focus:before {
  color: #880e14;
}

.s-nav .title a {
  text-decoration: none;
}
.s-nav li > a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  padding: 4px 0;
  border-bottom: 1px solid;
}
.s-nav li > a:hover, .s-nav li > a:focus {
  color: #CD151E;
}
.s-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#map {
  height: 400px;
  width: 100%;
}

.grid-background {
  background-color: #000000;
  background-image: repeating-linear-gradient(36.1deg, transparent, transparent 8px, #1C1C1C 8px, #1C1C1C 14.8px), repeating-linear-gradient(-36.1deg, transparent, transparent 8px, #1C1C1C 8px, #1C1C1C 14.8px);
}
.grid-background svg.tis-pattern {
  display: none;
}

.widget h3 {
  margin-top: 0;
  font-weight: 400;
}
.widget hr {
  max-width: 140px;
  margin: 0;
  border: 2px solid;
}

.single-job_listing .job-meta {
  display: flex;
  grid-gap: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.single-job_listing .job-content {
  padding-right: 40px;
}
.single-job_listing .job-content .qualifications {
  background-color: #000000;
  padding: 50px;
  margin-bottom: 40px;
}
.single-job_listing .job-content .qualifications h4 {
  margin-top: 0;
  font-weight: 700;
}
.single-job_listing .contact-details {
  background: #000000;
  float: right;
  padding: 50px !important;
}
.single-job_listing .contact-details h3 {
  margin-top: 0;
}
.single-job_listing .contact-details p {
  margin-bottom: 0;
}
.single-job_listing .contact-details a[class^=icn-]:before {
  margin-right: 8px;
}
.single-job_listing .sharer {
  margin-bottom: 50px;
}

.job-list-wrapper {
  position: relative;
  margin-left: calc(50% - 50vw);
  padding: 50px 0;
  width: 100vw;
  z-index: 1;
}
.job-list-wrapper .job_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
}
.job-list-wrapper .job_list .job_listing_item {
  -webkit-animation: slide-in-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
          animation: slide-in-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
  display: flex;
  margin-bottom: 20px;
}
.job-list-wrapper .job_list .job_listing_item .job-title, .job-list-wrapper .job_list .job_listing_item .job-description {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  padding: 50px;
}
.job-list-wrapper .job_list .job_listing_item .job-title {
  background-color: #000000;
}
.job-list-wrapper .job_list .job_listing_item .job-title h3 {
  margin-top: 0;
  font-size: 1.25em;
}
.job-list-wrapper .job_list .job_listing_item .job-title .industry, .job-list-wrapper .job_list .job_listing_item .job-title .location {
  color: #FFFFFF;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.job-list-wrapper .job_list .job_listing_item .job-title .industry:hover, .job-list-wrapper .job_list .job_listing_item .job-title .industry:focus, .job-list-wrapper .job_list .job_listing_item .job-title .location:hover, .job-list-wrapper .job_list .job_listing_item .job-title .location:focus {
  color: #CD151E;
}
.job-list-wrapper .job_list .job_listing_item .job-title .location:before {
  color: #CD151E;
  font-size: 1.5em;
  margin-right: 10px;
}
.job-list-wrapper .job_list .job_listing_item .job-description {
  background-color: #1C1C1C;
}
.job-list-wrapper .job_list .job_listing_item .job-title .job-title-top,
.job-list-wrapper .job_list .job_listing_item .job-description .excerpt {
  flex-grow: 1;
}
.job-list-wrapper .job_list .job_listing_item .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* number of lines to show */
  line-clamp: 6;
  -webkit-box-orient: vertical;
}

.pagination {
  display: flex;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pagination:empty {
  display: none;
}
.pagination:before {
  content: "Page";
  display: block;
  margin-right: 1em;
  color: #FFFFFF;
  font-weight: 300;
}
.pagination .page-numbers {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background-color: #FFFFFF;
  font-weight: 300;
  color: #000000;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus, .pagination .page-numbers.current {
  background-color: #CD151E;
  color: #FFFFFF;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  position: relative;
  margin: 0 1em;
  background-color: transparent;
  color: transparent;
}
.pagination .page-numbers.prev:before, .pagination .page-numbers.next:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "icomoon";
  color: #FFFFFF;
  font-weight: 400;
}
.pagination .page-numbers.prev:before {
  content: "\e906";
}
.pagination .page-numbers.next:before {
  content: "\e907";
}

@-webkit-keyframes slide-in-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.wp-block-file {
  margin: 0 0 24px 0;
}
.wp-block-file a:not(.wp-block-file__button) {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #FFFFFF;
  margin: 0 16px 16px 0;
  font-weight: normal;
  display: inline-block;
}

blockquote.wp-block-quote {
  margin: 24px 0;
  padding: 1rem 2rem;
  border-left: 4px solid #CD151E;
  font-weight: normal;
  font-size: 1.2rem;
}
blockquote.wp-block-quote p:last-of-type {
  margin: 0 0 16px;
}
blockquote.wp-block-quote p:last-of-type:last-child {
  margin: 0 0 8px;
}
blockquote.wp-block-quote cite {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
}

figure.wp-block-pullquote {
  position: relative;
  padding: 24px 0;
  margin: 0 0 16px;
}
figure.wp-block-pullquote:before, figure.wp-block-pullquote:after {
  display: block;
  position: absolute;
  font-size: 10rem;
  color: #000000;
  opacity: 0.2;
  z-index: -1;
  line-height: 1;
  top: 0;
}
figure.wp-block-pullquote:before {
  content: "“";
  left: 0;
}
figure.wp-block-pullquote:after {
  content: "”";
  right: 0;
}
figure.wp-block-pullquote blockquote {
  font-weight: normal;
  margin: 0;
  padding: 0 4rem;
}
figure.wp-block-pullquote blockquote p {
  font-size: 1.6rem;
}
figure.wp-block-pullquote blockquote p:last-of-type {
  margin: 0 0 16px;
}
figure.wp-block-pullquote blockquote p:last-of-type:last-child {
  margin: 0 0 8px;
}
figure.wp-block-pullquote blockquote cite {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
}

figure.wp-block-image figcaption {
  margin: 8px 0 24px 0;
  text-align: left;
}

.wp-block-cover:not(.aligncenter):not(.alignleft):not(.alignright) {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  width: 100vw;
}

.header-toggle {
  top: -110px !important;
}

.header {
  z-index: 999;
  background: transparent;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
  transition: 0.4s ease-in-out;
}
.header .topbar {
  background: #CD151E;
  color: #FFFFFF;
}
.header .logo {
  display: block;
  width: 113px;
  height: 40px;
  background-image: url("../images/TIS-logo.svg");
  background-size: 113px 40px;
  background-position: center;
  background-repeat: no-repeat;
}
.header .main-navigation a {
  text-decoration: none;
}
.header .main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .main-navigation ul:before, .header .main-navigation ul:after {
  content: "";
  display: table;
}
.header .main-navigation ul:after {
  clear: both;
}
.header .main-navigation > ul li {
  position: relative;
  width: 100%;
}
.header .main-navigation > ul > li a {
  display: block;
  position: relative;
  padding: 12px 16px;
  z-index: 1;
}
.header .search-form {
  position: relative;
}
.header .search-form label[for=toggle-form] {
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 0px;
  cursor: pointer;
}
.header .search-form label[for=toggle-form]:after {
  content: "\e911";
  font-family: "Icomoon";
  font-size: 1.125em;
  pointer-events: none;
  color: #880e14;
  width: 30px;
  height: 30px;
  margin: 5px;
  line-height: 26px;
  transform: all 0.3s;
  display: block;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.header .search-form #toggle-form {
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
  background: none;
  border: 0px;
  opacity: 0;
}
.header .search-form #searchform {
  text-align: left;
  position: absolute;
  top: 0;
  right: 40px;
  width: 0px;
  z-index: 41;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}
.header .search-form #searchform label {
  display: none;
}
.header .search-form #searchform input[type=text] {
  height: 40px;
  margin: 0;
  padding-right: 40px !important;
  background: #FFFFFF;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  border: none;
  z-index: 41;
}
.header .search-form #searchform input[type=text]:before {
  content: "";
  width: 100%;
  height: 100%;
}
.header .search-form #searchform input[type=text]:focus {
  box-shadow: none;
}
.header .search-form #searchform input[type=submit] {
  background: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  min-width: 1px;
  cursor: pointer;
  pointer-events: none;
  margin: 0px;
}
.header .search-form #searchform input[type=submit]:hover, .header .search-form #searchform input[type=submit]:focus {
  background: #eeeeee;
  color: #eeeeee;
}
.header .search-form #searchform:after {
  content: "\e911";
  font-family: "Icomoon";
  position: absolute;
  top: 6px;
  right: 0px;
  font-size: 1.125em;
  pointer-events: none;
  opacity: 0;
  color: #CD151E;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.header .search-form input#toggle-form:checked + label:after,
.header .search-form input#toggle-form[checked] + label:after {
  content: "\e914";
}
.header .search-form input#toggle-form:checked + label + #searchform input[type=submit],
.header .search-form input#toggle-form[checked] + label + #searchform input[type=submit],
.header .search-form #searchform:focus-within input[type=submit] {
  pointer-events: all;
}
.header .search-form input#toggle-form:checked + label + #searchform:after,
.header .search-form input#toggle-form[checked] + label + #searchform:after,
.header .search-form #searchform:focus-within:after {
  opacity: 1;
}

.arrow {
  width: 40px;
  height: 40px;
  position: relative;
  color: #FFFFFF;
  background: #880e14;
  position: absolute;
  font-size: 1.25em;
  top: 18px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.arrow:before {
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  left: 0px;
  right: 0px;
  text-align: center;
}
.arrow:before {
  transform: scaleY(1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.menu-toggle {
  position: absolute;
  right: 10px;
}
.menu-toggle .hamburger {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu-toggle .hamburger > .line {
  width: 24px;
  height: 2px;
  background: #CD151E;
  display: block;
  position: absolute;
  top: 11px;
  transform: rotate(0deg);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, height 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, width 0s linear 0.6s;
}
.menu-toggle .hamburger > .line1 {
  top: 3px;
}
.menu-toggle .hamburger > .line2 {
  opacity: 1;
}
.menu-toggle .hamburger > .line3 {
  top: 19px;
}
.menu-toggle .hamburger > .line4 {
  opacity: 0;
  left: 11px;
  width: 2px;
  height: 0px;
}

.menu-open .header .menu-toggle > .hamburger .line {
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, top 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), height 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, width 0s linear 0.3s;
}
.menu-open .header .menu-toggle > .hamburger > .line1 {
  top: 11px;
  opacity: 0;
}
.menu-open .header .menu-toggle > .hamburger > .line2 {
  transform: rotate(45deg);
}
.menu-open .header .menu-toggle > .hamburger > .line3 {
  top: 11px;
  opacity: 0;
}
.menu-open .header .menu-toggle > .hamburger > .line4 {
  top: 0;
  opacity: 1;
  height: 24px;
  transform: rotate(45deg);
}

.main-menu .hamburger line {
  background: #FFFFFF;
}

@-webkit-keyframes slide-in-blurred-bottom {
  0% {
    transform: translateY(100px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-bottom {
  0% {
    transform: translateY(100px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
a#return {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 3rem;
  height: 3rem;
  background: #CD151E;
  line-height: 1;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 0.75rem;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(-16px);
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
a#return:hover, a#return:focus {
  background: #880e14;
}
a#return.show {
  opacity: 1;
  pointer-events: all;
  transform: none;
}
a#return span {
  text-indent: 100px;
  display: block;
}

.footer {
  background: #000000;
  padding-top: 20px;
}
.footer > .grid {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .logo {
  display: block;
  width: 113px;
  height: 40px;
  background-image: url("../images/TIS-logo.svg");
  background-size: 113px 40px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 20px;
  display: inline-block;
}
.footer .footer-nav h4, .footer .footer-contact h4, .footer .footer-socials h4 {
  border-bottom: 3px solid #CD151E;
  padding-bottom: 5px;
  margin-top: 0;
}
.footer .footer-nav a, .footer .footer-contact a, .footer .footer-socials a {
  color: #FFFFFF;
  font-weight: 400;
}
.footer .footer-nav a i, .footer .footer-contact a i, .footer .footer-socials a i {
  color: #FFFFFF;
  font-size: 1.5em;
}
.footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-nav ul:before, .footer .footer-nav ul:after {
  content: "";
  display: table;
}
.footer .footer-nav ul:after {
  clear: both;
}
.footer .footer-nav ul li {
  display: block;
}
.footer .footer-contact a {
  display: block;
}
.footer .bottom {
  background: #CD151E;
  color: #FFFFFF;
  padding: 12px 20px;
  font-size: 0.8em;
  margin-top: 20px;
}
.footer .bottom .copyright {
  margin: 0;
}
.footer .bottom .slickdesign {
  color: inherit;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  padding-right: 25px;
  text-decoration: none;
  font-weight: 400;
}
.footer .bottom .slickdesign:before {
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  right: 0px;
}
.footer .bottom .slickdesign:before {
  font-size: 1.25em;
  transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 22px;
  height: 18px;
  display: block;
  transform: rotate(0deg);
  text-align: center;
}
.footer .bottom .slickdesign:hover, .footer .bottom .slickdesign:focus {
  color: rgba(255, 255, 255, 0.6);
}
.footer .bottom .slickdesign:hover:before, .footer .bottom .slickdesign:focus:before {
  transform: rotate(360deg);
}

.page-content > .content {
  padding: 100px 0;
}

.banner {
  height: 350px;
  position: relative;
  position: relative;
}
.banner > .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.banner > .content {
  z-index: 3;
}
.banner > .content .grid > * {
  max-width: 800px;
}
.banner .bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-color: #eeeeee;
  z-index: 1;
}
.banner:before {
  content: "";
  background: linear-gradient(90deg, rgba(38, 39, 34, 0.85) 0%, rgba(110, 110, 107, 0.25) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.home-banner, .contact-banner {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.home-banner > svg, .contact-banner > svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: auto;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.home-banner .content, .contact-banner .content {
  height: 100%;
  padding-top: 100px;
  position: relative;
  width: 100%;
}
.home-banner .content .grid, .contact-banner .content .grid {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.home-banner .content .grid h1, .home-banner .content .grid p, .contact-banner .content .grid h1, .contact-banner .content .grid p {
  font-weight: unset;
  max-width: 600px;
}
.home-banner .content .grid p, .contact-banner .content .grid p {
  font-size: 1.5em;
}
.home-banner .content .grid .get-started, .contact-banner .content .grid .get-started {
  margin-top: 200px;
}
.home-banner .content .grid .get-started p, .contact-banner .content .grid .get-started p {
  font-weight: 700;
  margin: 0;
}
.home-banner .content .grid .get-started .home-banner-cta, .contact-banner .content .grid .get-started .home-banner-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #CD151E;
  border-radius: 20px;
  margin-top: 10px;
  background: #000000;
  position: relative;
}
.home-banner .content .grid .get-started .home-banner-cta a, .contact-banner .content .grid .get-started .home-banner-cta a {
  padding: 1em 2.5em;
  text-transform: uppercase;
  font-size: 2em;
  color: #FFFFFF;
  font-weight: 600;
  transition: 0.2s ease-in-out;
}
.home-banner .content .grid .get-started .home-banner-cta a:first-child, .contact-banner .content .grid .get-started .home-banner-cta a:first-child {
  border-radius: 17px 0 0 17px;
  position: relative;
}
.home-banner .content .grid .get-started .home-banner-cta a:first-child:before, .contact-banner .content .grid .get-started .home-banner-cta a:first-child:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  width: 1px;
  background: #35363A;
}
.home-banner .content .grid .get-started .home-banner-cta a:first-child:after, .contact-banner .content .grid .get-started .home-banner-cta a:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  border-radius: 50px 0 0 50px;
  width: 0px;
  background: #35363A;
  transition: 0.2s ease-in-out;
}
.home-banner .content .grid .get-started .home-banner-cta a:hover, .home-banner .content .grid .get-started .home-banner-cta a:focus, .contact-banner .content .grid .get-started .home-banner-cta a:hover, .contact-banner .content .grid .get-started .home-banner-cta a:focus {
  color: #CD151E;
  background: #dddddd;
}
.home-banner .content .grid .get-started .home-banner-cta a:hover:first-child:after, .home-banner .content .grid .get-started .home-banner-cta a:hover:last-child:after, .home-banner .content .grid .get-started .home-banner-cta a:focus:first-child:after, .home-banner .content .grid .get-started .home-banner-cta a:focus:last-child:after, .contact-banner .content .grid .get-started .home-banner-cta a:hover:first-child:after, .contact-banner .content .grid .get-started .home-banner-cta a:hover:last-child:after, .contact-banner .content .grid .get-started .home-banner-cta a:focus:first-child:after, .contact-banner .content .grid .get-started .home-banner-cta a:focus:last-child:after {
  width: 10px;
}
.home-banner .content .grid .contact-details, .contact-banner .content .grid .contact-details {
  flex-grow: 1;
}
.home-banner .content .grid .contact-details > div, .contact-banner .content .grid .contact-details > div {
  font-size: 1.5em;
  padding-left: 2em;
  margin-bottom: 1em;
}
.home-banner .content .grid .contact-details > div a, .contact-banner .content .grid .contact-details > div a {
  color: #FFFFFF;
  font-weight: 400;
}
.home-banner .content .grid .contact-details > div a:hover, .home-banner .content .grid .contact-details > div a:focus, .contact-banner .content .grid .contact-details > div a:hover, .contact-banner .content .grid .contact-details > div a:focus {
  color: #CD151E;
}
.home-banner .content .grid .contact-details > div i, .contact-banner .content .grid .contact-details > div i {
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  color: #CD151E;
}
nav.breadcrumbs {
  margin-bottom: 20px;
  color: #FFFFFF;
}
nav.breadcrumbs a {
  color: #FFFFFF;
  font-weight: normal;
}
nav.breadcrumbs a:hover, nav.breadcrumbs a:focus {
  color: #ec434b;
}

.page-content .search-form form {
  margin-bottom: 20px;
}
.page-content .search-form form label {
  font-size: 0px;
}
.page-content .search-form form input[type=text] {
  width: calc(100% - 180px) !important;
  display: inline-block;
}
.page-content .search-form form input[type=submit] {
  width: 150px;
  margin-left: 25px;
  background: #CD151E;
  border-radius: 0px;
  display: inline-block;
  height: 50px;
  border: 0px;
  cursor: pointer;
}
.page-content .search-form form input[type=submit]:hover, .page-content .search-form form input[type=submit]:focus {
  background: #880e14;
}
.page-content .count {
  margin-bottom: 40px;
}
.page-content .result {
  margin: 40px 0px;
}
.page-content .result .search-title {
  font-size: 1.5em;
  margin-bottom: 5px;
}
.page-content .result .search-title .type {
  font-size: 0.9em;
}

.home-about {
  position: relative;
}
.home-about h2 {
  margin-top: 0;
  font-weight: 600;
  position: relative;
}
.home-about h2:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100px;
  background: #CD151E;
  height: 3px;
}
.home-about .home-about-cta {
  margin-top: 50px;
}
.home-about .angle {
  margin-bottom: -7px;
}

.home-clients {
  background: #000000;
}

.clients-container {
  padding: 80px 0;
}
.clients .grid {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  place-items: center;
}
.clients .grid:before, .clients .grid:after {
  display: none;
}
.clients .grid img {
  height: 75px;
}

.home-quality-recruitment {
  position: relative;
}
.home-quality-recruitment .content {
  position: relative;
}
.home-quality-recruitment .content .company-values {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-gap: 3em;
  margin-top: 5em;
  place-items: center;
  text-align: center;
}
.home-quality-recruitment .content .company-values .company-value {
  background: #000000;
  position: relative;
  height: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em;
}
.home-quality-recruitment .content .company-values .company-value:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #CD151E;
}
.home-quality-recruitment .content .company-values .company-value .company-value-text {
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: -10px;
}
.home-quality-recruitment:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(53, 54, 58, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}

.content-reduced-width {
  max-width: 1000px;
}

body:not(.home) .page-content {
  position: relative;
}
body:not(.home) .page-content:before {
  content: "";
  position: absolute;
  bottom: 100%;
  border-style: solid;
  border-color: transparent #1C1C1C;
  border-width: 5vw 100vw 0 0;
  z-index: 2;
}

.page-template-template-parent-page .page-content > .content, .page-template-template-sub-page .page-content > .content {
  padding-bottom: 0;
}

.page-template-template-parent-page .sub-pages-section {
  position: relative;
}
.page-template-template-parent-page .sub-pages-section .sub-pages {
  display: grid;
  grid-gap: 60px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  min-height: 400px;
}
.page-template-template-parent-page .sub-pages-section .sub-pages .sub-page {
  height: 100%;
  width: 100%;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.page-template-template-parent-page .sub-pages-section .sub-pages .sub-page h3 {
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 2em;
}
.page-template-template-parent-page .sub-pages-section .sub-pages .sub-page a {
  position: relative;
  z-index: 1;
}
.page-template-template-parent-page .sub-pages-section .sub-pages .sub-page:before {
  content: "";
  width: 100%;
  height: 10px;
  background: #CD151E;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-template-template-parent-page .sub-pages-section .sub-pages .sub-page:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  transition: 0.2s ease-in-out;
}
.page-template-template-parent-page .sub-pages-section .sub-pages .sub-page:hover:after {
  background: rgba(0, 0, 0, 0.65);
}

.page-content.testimonials .testimonials-list {
  display: grid;
  grid-row-gap: 20px;
}
.page-content.testimonials .testimonials-list .testimonial-item {
  background-color: #1C1C1C;
  border: 2px solid #CD151E;
  padding: 50px 35px 20px;
}
.page-content.testimonials .testimonials-list .testimonial-item .testimonial-title {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-column-gap: 15px;
  margin-bottom: 20px;
}
.page-content.testimonials .testimonials-list .testimonial-item .testimonial-title .testimonial-logo {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 15px;
  grid-row: span 2;
}
.page-content.testimonials .testimonials-list .testimonial-item .testimonial-title .testimonial-logo > img {
  width: 100%;
  max-height: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-content.testimonials .testimonials-list .testimonial-item .testimonial-title h3, .page-content.testimonials .testimonials-list .testimonial-item .testimonial-title h4, .page-content.testimonials .testimonials-list .testimonial-item .testimonial-title .h4 {
  grid-column-start: 2;
  margin: 0;
}
.page-content.testimonials .testimonials-list .testimonial-item .testimonial-title h3 {
  font-size: 24px;
}
.page-content.testimonials .testimonials-list .testimonial-item .testimonial-title h4, .page-content.testimonials .testimonials-list .testimonial-item .testimonial-title .h4 {
  font-weight: 400;
}
.page-content.testimonials .testimonials-list .testimonial-item .testimonial-content {
  line-height: 1.2;
}

.loading-animation {
  margin: auto;
}

.frequently-asked-questions .page-content .content {
  padding: 0;
}
.frequently-asked-questions .page-content .content .wp-block-cover:first-child {
  position: relative;
}
.frequently-asked-questions .page-content .content .wp-block-cover:first-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: unset;
  height: 5px;
  width: 50%;
  background: #CD151E;
  opacity: 1;
  -webkit-animation: slide-in-left 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
          animation: slide-in-left 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.related.job-list-wrapper:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #CD151E;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: slide-in-left 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
          animation: slide-in-left 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.page-template-template-about .page-content .custom-content {
  position: relative;
}
.page-template-template-about .page-content .custom-content:before {
  content: "";
  background: url(../../dist/images/TIS-logo.svg);
  background-repeat: no-repeat;
  opacity: 0.15;
  width: 600px;
  position: absolute;
  top: 200px;
  right: -100px;
  height: 300px;
}
.page-template-template-about .page-content .custom-content .company-tagline {
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}
.page-template-template-about .page-content .custom-content .company-tagline:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #CD151E;
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-animation: slide-in-left 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
          animation: slide-in-left 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

@-webkit-keyframes slide-in-left {
  0% {
    transform: translateX(-2000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-left {
  0% {
    transform: translateX(-2000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@media screen and (min-width: 801px){
  .c-1-1 {
    width: 100%;
  }

  .c-1-2 {
    width: 50%;
  }

  .c-2-2 {
    width: 100%;
  }

  .c-1-3 {
    width: 33.3333333333%;
  }

  .c-2-3 {
    width: 66.6666666667%;
  }

  .c-3-3 {
    width: 100%;
  }

  .c-1-4 {
    width: 25%;
  }

  .c-2-4 {
    width: 50%;
  }

  .c-3-4 {
    width: 75%;
  }

  .c-4-4 {
    width: 100%;
  }

  .c-1-5 {
    width: 20%;
  }

  .c-2-5 {
    width: 40%;
  }

  .c-3-5 {
    width: 60%;
  }

  .c-4-5 {
    width: 80%;
  }

  .c-5-5 {
    width: 100%;
  }

  .c-1-6 {
    width: 16.6666666667%;
  }

  .c-2-6 {
    width: 33.3333333333%;
  }

  .c-3-6 {
    width: 50%;
  }

  .c-4-6 {
    width: 66.6666666667%;
  }

  .c-5-6 {
    width: 83.3333333333%;
  }

  .c-6-6 {
    width: 100%;
  }

  .c-1-7 {
    width: 14.2857142857%;
  }

  .c-2-7 {
    width: 28.5714285714%;
  }

  .c-3-7 {
    width: 42.8571428571%;
  }

  .c-4-7 {
    width: 57.1428571429%;
  }

  .c-5-7 {
    width: 71.4285714286%;
  }

  .c-6-7 {
    width: 85.7142857143%;
  }

  .c-7-7 {
    width: 100%;
  }

  .c-1-8 {
    width: 12.5%;
  }

  .c-2-8 {
    width: 25%;
  }

  .c-3-8 {
    width: 37.5%;
  }

  .c-4-8 {
    width: 50%;
  }

  .c-5-8 {
    width: 62.5%;
  }

  .c-6-8 {
    width: 75%;
  }

  .c-7-8 {
    width: 87.5%;
  }

  .c-8-8 {
    width: 100%;
  }

  .c-1-9 {
    width: 11.1111111111%;
  }

  .c-2-9 {
    width: 22.2222222222%;
  }

  .c-3-9 {
    width: 33.3333333333%;
  }

  .c-4-9 {
    width: 44.4444444444%;
  }

  .c-5-9 {
    width: 55.5555555556%;
  }

  .c-6-9 {
    width: 66.6666666667%;
  }

  .c-7-9 {
    width: 77.7777777778%;
  }

  .c-8-9 {
    width: 88.8888888889%;
  }

  .c-9-9 {
    width: 100%;
  }

  .c-1-10 {
    width: 10%;
  }

  .c-2-10 {
    width: 20%;
  }

  .c-3-10 {
    width: 30%;
  }

  .c-4-10 {
    width: 40%;
  }

  .c-5-10 {
    width: 50%;
  }

  .c-6-10 {
    width: 60%;
  }

  .c-7-10 {
    width: 70%;
  }

  .c-8-10 {
    width: 80%;
  }

  .c-9-10 {
    width: 90%;
  }

  .c-10-10 {
    width: 100%;
  }

  .c-1-11 {
    width: 9.0909090909%;
  }

  .c-2-11 {
    width: 18.1818181818%;
  }

  .c-3-11 {
    width: 27.2727272727%;
  }

  .c-4-11 {
    width: 36.3636363636%;
  }

  .c-5-11 {
    width: 45.4545454545%;
  }

  .c-6-11 {
    width: 54.5454545455%;
  }

  .c-7-11 {
    width: 63.6363636364%;
  }

  .c-8-11 {
    width: 72.7272727273%;
  }

  .c-9-11 {
    width: 81.8181818182%;
  }

  .c-10-11 {
    width: 90.9090909091%;
  }

  .c-11-11 {
    width: 100%;
  }

  .c-1-12 {
    width: 8.3333333333%;
  }

  .c-2-12 {
    width: 16.6666666667%;
  }

  .c-3-12 {
    width: 25%;
  }

  .c-4-12 {
    width: 33.3333333333%;
  }

  .c-5-12 {
    width: 41.6666666667%;
  }

  .c-6-12 {
    width: 50%;
  }

  .c-7-12 {
    width: 58.3333333333%;
  }

  .c-8-12 {
    width: 66.6666666667%;
  }

  .c-9-12 {
    width: 75%;
  }

  .c-10-12 {
    width: 83.3333333333%;
  }

  .c-11-12 {
    width: 91.6666666667%;
  }

  .c-12-12 {
    width: 100%;
  }

  .r-g-0 {
    margin-left: 0px;
  }
  .r-g-0 > .col {
    padding-left: 0px;
  }

  .r-g-1 {
    margin-left: -10px;
  }
  .r-g-1 > .col {
    padding-left: 10px;
  }

  .r-g-2 {
    margin-left: -20px;
  }
  .r-g-2 > .col {
    padding-left: 20px;
  }

  .r-g-3 {
    margin-left: -30px;
  }
  .r-g-3 > .col {
    padding-left: 30px;
  }

  .r-g-4 {
    margin-left: -40px;
  }
  .r-g-4 > .col {
    padding-left: 40px;
  }

  .r-g-5 {
    margin-left: -50px;
  }
  .r-g-5 > .col {
    padding-left: 50px;
  }

  .r-g-6 {
    margin-left: -60px;
  }
  .r-g-6 > .col {
    padding-left: 60px;
  }

  .r-g-7 {
    margin-left: -70px;
  }
  .r-g-7 > .col {
    padding-left: 70px;
  }

  .r-g-8 {
    margin-left: -80px;
  }
  .r-g-8 > .col {
    padding-left: 80px;
  }

  .r-g-9 {
    margin-left: -90px;
  }
  .r-g-9 > .col {
    padding-left: 90px;
  }

  .r-g-10 {
    margin-left: -100px;
  }
  .r-g-10 > .col {
    padding-left: 100px;
  }

  .r-g-11 {
    margin-left: -110px;
  }
  .r-g-11 > .col {
    padding-left: 110px;
  }

  .r-g-12 {
    margin-left: -120px;
  }
  .r-g-12 > .col {
    padding-left: 120px;
  }

  .r-1 > .col:nth-child(1n+1) {
    clear: both;
  }

  .r-2 > .col:nth-child(2n+1) {
    clear: both;
  }

  .r-3 > .col:nth-child(3n+1) {
    clear: both;
  }

  .r-4 > .col:nth-child(4n+1) {
    clear: both;
  }

  .r-5 > .col:nth-child(5n+1) {
    clear: both;
  }

  .r-6 > .col:nth-child(6n+1) {
    clear: both;
  }

  .r-7 > .col:nth-child(7n+1) {
    clear: both;
  }

  .r-8 > .col:nth-child(8n+1) {
    clear: both;
  }

  .r-9 > .col:nth-child(9n+1) {
    clear: both;
  }

  .r-10 > .col:nth-child(10n+1) {
    clear: both;
  }

  .r-11 > .col:nth-child(11n+1) {
    clear: both;
  }

  .r-12 > .col:nth-child(12n+1) {
    clear: both;
  }

  .c-right {
    float: right;
  }

  .c-left {
    clear: left;
  }

  .r-flex,
.c-flex {
    display: flex;
  }
  .r-flex.col,
.c-flex.col {
    flex-direction: column;
  }
  .r-flex.col.c-reverse,
.c-flex.col.c-reverse {
    flex-direction: column-reverse;
  }
  .r-flex.row.r-reverse,
.c-flex.row.r-reverse {
    flex-direction: row-reverse;
  }
  .r-flex:before,
.c-flex:before {
    content: none;
  }

  .hide-md-lg {
    display: none;
  }
  .nav-flex {
    display: flex;
  }
  .nav-flex > li {
    flex: 1 1 auto;
  }
  .nav-flex > li:last-of-type {
    flex: 0 0 auto;
  }
  p.lead,
body .gform_wrapper .gform_description.lead {
    font-size: 1.2em;
  }
  .slider-controls .next, .slider-controls .prev {
    position: absolute;
    top: calc(50% - 15px);
  }
  .slider-controls .prev {
    left: -10px;
  }
  .slider-controls .next {
    right: -10px;
  }
  .slider-carousel {
    margin-left: -32px;
  }
  .slider-carousel .slick-slide {
    padding-left: 32px;
  }
  .header .topbar {
    text-align: right;
  }
  .header .topbar a {
    text-decoration: none;
  }
  .header .topbar a.tel {
    float: left;
    color: #FFFFFF;
    line-height: 40px;
    transition: color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .topbar a.tel:hover, .header .topbar a.tel:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .header .topbar .social {
    display: inline-block;
  }
  .header .topbar .social a[class*=icn] {
    overflow: hidden;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .topbar .social a[class*=icn]:before, .header .topbar .social a[class*=icn]:after {
    line-height: 40px;
    text-align: center;
    transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .topbar .social a[class*=icn]:before {
    top: 0px;
    margin-top: 0px;
  }
  .header .topbar .social a[class*=icn]:after {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    font-family: "icomoon";
  }
  .header .topbar .social a[class*=icn]:hover:before, .header .topbar .social a[class*=icn]:focus:before {
    top: -100%;
  }
  .header .topbar .social a[class*=icn]:hover:after, .header .topbar .social a[class*=icn]:focus:after {
    top: 0px;
  }
  .header .topbar .social .icn-linkedin:after {
    content: "\e918";
  }
  .header .topbar .social .icn-facebook:after {
    content: "\e91b";
  }
  .header .topbar .social .icn-twitter:after {
    content: "\e917";
  }
  .header .topbar .social .icn-instagram:after {
    content: "\e919";
  }
  .header .topbar .social .icn-youtube:after {
    content: "\e915";
  }
  .header .topbar .social .icn-pinterest:after {
    content: "\e949";
  }
  .header .topbar .search-form {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
  }
  .header .topbar .search-form label[for=toggle-form]:after {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
  }
  .header .topbar .search-form label[for=toggle-form]:hover:after, .header .topbar .search-form label[for=toggle-form]:focus:after {
    background: #880e14;
  }
  .header .topbar .search-form input#toggle-form:checked + label + #searchform,
.header .topbar .search-form input#toggle-form[checked] + label + #searchform,
.header .topbar .search-form #searchform:focus-within {
    width: 300px !important;
  }
  .header .topbar .search-form input#toggle-form:checked + label + #searchform input[type=text],
.header .topbar .search-form input#toggle-form[checked] + label + #searchform input[type=text],
.header .topbar .search-form #searchform:focus-within input[type=text] {
    padding: 10px 12px;
  }
  .header .topbar .search-form input#toggle-form:checked + label + #searchform:after,
.header .topbar .search-form input#toggle-form[checked] + label + #searchform:after,
.header .topbar .search-form #searchform:focus-within:after {
    right: 12px;
  }
  .header > .grid {
    position: relative;
    display: flex;
    align-items: center;
    background: #CD151E;
    border-radius: 20px;
    max-width: 1600px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    height: 85px;
    padding: 0;
  }
  .header .logo {
    vertical-align: middle;
    display: inline-block;
  }
  .header .mobile-menu {
    vertical-align: middle;
    display: inline-block !important;
    flex: 1;
    height: 100%;
  }
  .header .mobile-menu .main-navigation {
    height: 100%;
  }
  .header .mobile-menu .main-navigation > ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding-left: 64px;
    height: 100%;
  }
  .header .mobile-menu .main-navigation > ul > li {
    width: auto;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    transition: 0.2s ease-in-out;
  }
  .header .mobile-menu .main-navigation > ul > li:before {
    content: "";
    background: #1C1C1C;
    width: 50px;
    height: 0;
    opacity: 0;
    border-radius: 50px 50px 0 0;
    transition: 0.2s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .mobile-menu .main-navigation > ul > li:after {
    content: "";
    width: 80%;
    background: #1C1C1C;
    height: 3px;
    opacity: 0;
    transition: 0.2s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .mobile-menu .main-navigation > ul > li > a {
    transition: 0.3s ease-in-out;
    position: relative;
    color: #FFFFFF;
    padding: 20px 40px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 0.9em;
  }
  .header .mobile-menu .main-navigation > ul > li:hover:after, .header .mobile-menu .main-navigation > ul > li:focus:after {
    opacity: 1;
  }
  .header .mobile-menu .main-navigation > ul > li:hover:before, .header .mobile-menu .main-navigation > ul > li:focus:before {
    opacity: 1;
    height: 10px;
  }
  .header .mobile-menu .main-navigation > ul > li:hover > a, .header .mobile-menu .main-navigation > ul > li:focus > a, .header .mobile-menu .main-navigation > ul > li.is-open > a,
.header .mobile-menu .main-navigation > ul > li > a:focus {
    color: #FFFFFF;
  }
  .header .mobile-menu .main-navigation > ul > li:hover > a:after, .header .mobile-menu .main-navigation > ul > li:focus > a:after, .header .mobile-menu .main-navigation > ul > li.is-open > a:after,
.header .mobile-menu .main-navigation > ul > li > a:focus:after {
    top: 0px;
    opacity: 1;
  }
  .header .mobile-menu .main-navigation > ul > li:hover .sub-menu, .header .mobile-menu .main-navigation > ul > li:hover + .submenu, .header .mobile-menu .main-navigation > ul > li:focus .sub-menu, .header .mobile-menu .main-navigation > ul > li:focus + .submenu, .header .mobile-menu .main-navigation > ul > li:focus-within .sub-menu, .header .mobile-menu .main-navigation > ul > li:focus-within + .submenu, .header .mobile-menu .main-navigation > ul > li.is-open .sub-menu, .header .mobile-menu .main-navigation > ul > li.is-open + .submenu, .header .mobile-menu .main-navigation > ul > li > a:hover .sub-menu, .header .mobile-menu .main-navigation > ul > li > a:hover + .submenu, .header .mobile-menu .main-navigation > ul > li > a:focus .sub-menu, .header .mobile-menu .main-navigation > ul > li > a:focus + .submenu {
    opacity: 1;
    left: 0;
    padding-top: 0;
    transition: 0s left linear 0s, 0.6s padding-top cubic-bezier(0.19, 1, 0.22, 1) 0s, 0.3s opacity linear 0s;
  }
  .header .mobile-menu .main-navigation > ul .contact-us {
    background: #1C1C1C;
    transition: 0.2s ease-in-out;
    border-radius: 0 20px 20px 0;
    border: 1px solid #CD151E;
  }
  .header .mobile-menu .main-navigation > ul .contact-us:before, .header .mobile-menu .main-navigation > ul .contact-us:after {
    display: none;
  }
  .header .mobile-menu .main-navigation > ul .contact-us:hover, .header .mobile-menu .main-navigation > ul .contact-us:focus {
    background: #000000;
  }
  .header .mobile-menu .main-navigation > ul .contact-us a:before {
    content: "\f879";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-right: 20px;
    color: #CD151E;
    font-size: 1.5em;
  }
  .header .mobile-menu .main-navigation > ul .sub-menu {
    position: absolute;
    top: 100%;
    left: -999em;
    width: auto;
    min-width: 260px;
    padding-top: 5px;
    opacity: 0;
    display: block !important;
    transition: 0s left 0.3s, 0.3s padding-top 0s, 0.3s opacity ease-in-out 0s;
    border-radius: 0 0 20px 20px;
  }
  .header .mobile-menu .main-navigation > ul .sub-menu > li:last-child {
    border-radius: 0 0 20px 20px;
  }
  .header .mobile-menu .main-navigation > ul .sub-menu > li:last-child a {
    border-radius: 0 0 20px 20px;
  }
  .header .mobile-menu .main-navigation > ul .sub-menu > li > a {
    color: #CD151E;
    background: #FFFFFF;
    font-weight: 600;
    transition: 0.2s ease-in-out;
    padding: 1em 1.5em;
  }
  .header .mobile-menu .main-navigation > ul .sub-menu > li > a:after {
    content: "\e907";
    font-family: "icomoon";
    margin-left: 2px;
    opacity: 0;
    transition: 0.2s ease-in-out 0.1s;
    color: #CD151E;
    vertical-align: middle;
  }
  .header .mobile-menu .main-navigation > ul .sub-menu > li > a:hover, .header .mobile-menu .main-navigation > ul .sub-menu > li > a:focus {
    color: #1C1C1C;
    background: #dddddd;
  }
  .header .mobile-menu .main-navigation > ul .sub-menu > li > a:hover:after, .header .mobile-menu .main-navigation > ul .sub-menu > li > a:focus:after {
    opacity: 1;
    margin-left: 5px;
  }
  .header .mobile-menu .arrow {
    display: none;
  }
  .menu-toggle .hamburger {
    display: none;
  }
  .footer .footer-socials a {
    margin-right: 1rem;
  }
  .page-content > .content {
    padding: 120px 0;
  }
  .home-banner .content .grid .get-started .home-banner-cta a:last-child, .contact-banner .content .grid .get-started .home-banner-cta a:last-child {
    border-radius: 0 17px 17px 0;
    position: relative;
  }
  .home-banner .content .grid .get-started .home-banner-cta a:last-child:before, .contact-banner .content .grid .get-started .home-banner-cta a:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 1px;
    background: #35363A;
  }
  .home-banner .content .grid .get-started .home-banner-cta a:last-child:after, .contact-banner .content .grid .get-started .home-banner-cta a:last-child:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    border-radius: 0 50px 50px 0;
    width: 0px;
    background: #35363A;
    transition: 0.2s ease-in-out;
  }
  .clients.content {
    padding: 60px 0;
  }
}

@media screen and (min-width: 801px) and (max-width: 1100px){
  .job-list-wrapper .job_list {
    display: block;
  }
}

@media screen and (min-width: 1600px){
  .wp-block-group.is-style-full-width {
    width: 100%;
    width: 100vw;
    margin-left: calc(-50vw + 760px);
  }
}

@media screen and (min-width: 1601px){
  .lg-1-1 {
    width: 100%;
  }

  .lg-1-2 {
    width: 50%;
  }

  .lg-2-2 {
    width: 100%;
  }

  .lg-1-3 {
    width: 33.3333333333%;
  }

  .lg-2-3 {
    width: 66.6666666667%;
  }

  .lg-3-3 {
    width: 100%;
  }

  .lg-1-4 {
    width: 25%;
  }

  .lg-2-4 {
    width: 50%;
  }

  .lg-3-4 {
    width: 75%;
  }

  .lg-4-4 {
    width: 100%;
  }

  .lg-1-5 {
    width: 20%;
  }

  .lg-2-5 {
    width: 40%;
  }

  .lg-3-5 {
    width: 60%;
  }

  .lg-4-5 {
    width: 80%;
  }

  .lg-5-5 {
    width: 100%;
  }

  .lg-1-6 {
    width: 16.6666666667%;
  }

  .lg-2-6 {
    width: 33.3333333333%;
  }

  .lg-3-6 {
    width: 50%;
  }

  .lg-4-6 {
    width: 66.6666666667%;
  }

  .lg-5-6 {
    width: 83.3333333333%;
  }

  .lg-6-6 {
    width: 100%;
  }

  .lg-1-7 {
    width: 14.2857142857%;
  }

  .lg-2-7 {
    width: 28.5714285714%;
  }

  .lg-3-7 {
    width: 42.8571428571%;
  }

  .lg-4-7 {
    width: 57.1428571429%;
  }

  .lg-5-7 {
    width: 71.4285714286%;
  }

  .lg-6-7 {
    width: 85.7142857143%;
  }

  .lg-7-7 {
    width: 100%;
  }

  .lg-1-8 {
    width: 12.5%;
  }

  .lg-2-8 {
    width: 25%;
  }

  .lg-3-8 {
    width: 37.5%;
  }

  .lg-4-8 {
    width: 50%;
  }

  .lg-5-8 {
    width: 62.5%;
  }

  .lg-6-8 {
    width: 75%;
  }

  .lg-7-8 {
    width: 87.5%;
  }

  .lg-8-8 {
    width: 100%;
  }

  .lg-1-9 {
    width: 11.1111111111%;
  }

  .lg-2-9 {
    width: 22.2222222222%;
  }

  .lg-3-9 {
    width: 33.3333333333%;
  }

  .lg-4-9 {
    width: 44.4444444444%;
  }

  .lg-5-9 {
    width: 55.5555555556%;
  }

  .lg-6-9 {
    width: 66.6666666667%;
  }

  .lg-7-9 {
    width: 77.7777777778%;
  }

  .lg-8-9 {
    width: 88.8888888889%;
  }

  .lg-9-9 {
    width: 100%;
  }

  .lg-1-10 {
    width: 10%;
  }

  .lg-2-10 {
    width: 20%;
  }

  .lg-3-10 {
    width: 30%;
  }

  .lg-4-10 {
    width: 40%;
  }

  .lg-5-10 {
    width: 50%;
  }

  .lg-6-10 {
    width: 60%;
  }

  .lg-7-10 {
    width: 70%;
  }

  .lg-8-10 {
    width: 80%;
  }

  .lg-9-10 {
    width: 90%;
  }

  .lg-10-10 {
    width: 100%;
  }

  .lg-1-11 {
    width: 9.0909090909%;
  }

  .lg-2-11 {
    width: 18.1818181818%;
  }

  .lg-3-11 {
    width: 27.2727272727%;
  }

  .lg-4-11 {
    width: 36.3636363636%;
  }

  .lg-5-11 {
    width: 45.4545454545%;
  }

  .lg-6-11 {
    width: 54.5454545455%;
  }

  .lg-7-11 {
    width: 63.6363636364%;
  }

  .lg-8-11 {
    width: 72.7272727273%;
  }

  .lg-9-11 {
    width: 81.8181818182%;
  }

  .lg-10-11 {
    width: 90.9090909091%;
  }

  .lg-11-11 {
    width: 100%;
  }

  .lg-1-12 {
    width: 8.3333333333%;
  }

  .lg-2-12 {
    width: 16.6666666667%;
  }

  .lg-3-12 {
    width: 25%;
  }

  .lg-4-12 {
    width: 33.3333333333%;
  }

  .lg-5-12 {
    width: 41.6666666667%;
  }

  .lg-6-12 {
    width: 50%;
  }

  .lg-7-12 {
    width: 58.3333333333%;
  }

  .lg-8-12 {
    width: 66.6666666667%;
  }

  .lg-9-12 {
    width: 75%;
  }

  .lg-10-12 {
    width: 83.3333333333%;
  }

  .lg-11-12 {
    width: 91.6666666667%;
  }

  .lg-12-12 {
    width: 100%;
  }

  .lg-g-0 {
    margin-left: 0px;
  }
  .lg-g-0 > .col {
    padding-left: 0px;
  }

  .lg-g-1 {
    margin-left: -10px;
  }
  .lg-g-1 > .col {
    padding-left: 10px;
  }

  .lg-g-2 {
    margin-left: -20px;
  }
  .lg-g-2 > .col {
    padding-left: 20px;
  }

  .lg-g-3 {
    margin-left: -30px;
  }
  .lg-g-3 > .col {
    padding-left: 30px;
  }

  .lg-g-4 {
    margin-left: -40px;
  }
  .lg-g-4 > .col {
    padding-left: 40px;
  }

  .lg-g-5 {
    margin-left: -50px;
  }
  .lg-g-5 > .col {
    padding-left: 50px;
  }

  .lg-g-6 {
    margin-left: -60px;
  }
  .lg-g-6 > .col {
    padding-left: 60px;
  }

  .lg-g-7 {
    margin-left: -70px;
  }
  .lg-g-7 > .col {
    padding-left: 70px;
  }

  .lg-g-8 {
    margin-left: -80px;
  }
  .lg-g-8 > .col {
    padding-left: 80px;
  }

  .lg-g-9 {
    margin-left: -90px;
  }
  .lg-g-9 > .col {
    padding-left: 90px;
  }

  .lg-g-10 {
    margin-left: -100px;
  }
  .lg-g-10 > .col {
    padding-left: 100px;
  }

  .lg-g-11 {
    margin-left: -110px;
  }
  .lg-g-11 > .col {
    padding-left: 110px;
  }

  .lg-g-12 {
    margin-left: -120px;
  }
  .lg-g-12 > .col {
    padding-left: 120px;
  }

  .lg-1 > .col:nth-child(1n+1) {
    clear: both;
  }

  .lg-2 > .col:nth-child(2n+1) {
    clear: both;
  }

  .lg-3 > .col:nth-child(3n+1) {
    clear: both;
  }

  .lg-4 > .col:nth-child(4n+1) {
    clear: both;
  }

  .lg-5 > .col:nth-child(5n+1) {
    clear: both;
  }

  .lg-6 > .col:nth-child(6n+1) {
    clear: both;
  }

  .lg-7 > .col:nth-child(7n+1) {
    clear: both;
  }

  .lg-8 > .col:nth-child(8n+1) {
    clear: both;
  }

  .lg-9 > .col:nth-child(9n+1) {
    clear: both;
  }

  .lg-10 > .col:nth-child(10n+1) {
    clear: both;
  }

  .lg-11 > .col:nth-child(11n+1) {
    clear: both;
  }

  .lg-12 > .col:nth-child(12n+1) {
    clear: both;
  }

  .lg-right {
    float: right;
  }

  .lg-left {
    clear: left;
  }

  .lg-flex,
.lg-flex {
    display: flex;
  }
  .lg-flex.col,
.lg-flex.col {
    flex-direction: column;
  }
  .lg-flex.col.lg-reverse,
.lg-flex.col.lg-reverse {
    flex-direction: column-reverse;
  }
  .lg-flex.row.lg-reverse,
.lg-flex.row.lg-reverse {
    flex-direction: row-reverse;
  }
  .lg-flex:before,
.lg-flex:before {
    content: none;
  }

  .hide-lg {
    display: none;
  }
  h1, .h1 {
    font-size: 3.5em;
  }
  h2, .h2 {
    font-size: 2.5em;
  }
  h3,
.h3,
body .gform_wrapper h3.gform_title {
    font-size: 1.875em;
  }
  .slider-controls .prev {
    left: -40px;
  }
  .slider-controls .next {
    right: -40px;
  }
  .slider-carousel:before {
    left: 0;
  }
  .wp-block-cover.has-custom-content-position .wp-block-cover__inner-container {
    max-width: 50%;
  }
  .header .logo {
    width: 197px;
    height: 70px;
    background-size: 197px 70px;
  }
  .footer .logo {
    width: 197px;
    height: 70px;
    background-size: 197px 70px;
  }
  .banner {
    height: 600px;
  }
  .page-content.testimonials .testimonials-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}

@media screen and (min-width: 1920px){
  .xl-1-1 {
    width: 100%;
  }

  .xl-1-2 {
    width: 50%;
  }

  .xl-2-2 {
    width: 100%;
  }

  .xl-1-3 {
    width: 33.3333333333%;
  }

  .xl-2-3 {
    width: 66.6666666667%;
  }

  .xl-3-3 {
    width: 100%;
  }

  .xl-1-4 {
    width: 25%;
  }

  .xl-2-4 {
    width: 50%;
  }

  .xl-3-4 {
    width: 75%;
  }

  .xl-4-4 {
    width: 100%;
  }

  .xl-1-5 {
    width: 20%;
  }

  .xl-2-5 {
    width: 40%;
  }

  .xl-3-5 {
    width: 60%;
  }

  .xl-4-5 {
    width: 80%;
  }

  .xl-5-5 {
    width: 100%;
  }

  .xl-1-6 {
    width: 16.6666666667%;
  }

  .xl-2-6 {
    width: 33.3333333333%;
  }

  .xl-3-6 {
    width: 50%;
  }

  .xl-4-6 {
    width: 66.6666666667%;
  }

  .xl-5-6 {
    width: 83.3333333333%;
  }

  .xl-6-6 {
    width: 100%;
  }

  .xl-1-7 {
    width: 14.2857142857%;
  }

  .xl-2-7 {
    width: 28.5714285714%;
  }

  .xl-3-7 {
    width: 42.8571428571%;
  }

  .xl-4-7 {
    width: 57.1428571429%;
  }

  .xl-5-7 {
    width: 71.4285714286%;
  }

  .xl-6-7 {
    width: 85.7142857143%;
  }

  .xl-7-7 {
    width: 100%;
  }

  .xl-1-8 {
    width: 12.5%;
  }

  .xl-2-8 {
    width: 25%;
  }

  .xl-3-8 {
    width: 37.5%;
  }

  .xl-4-8 {
    width: 50%;
  }

  .xl-5-8 {
    width: 62.5%;
  }

  .xl-6-8 {
    width: 75%;
  }

  .xl-7-8 {
    width: 87.5%;
  }

  .xl-8-8 {
    width: 100%;
  }

  .xl-1-9 {
    width: 11.1111111111%;
  }

  .xl-2-9 {
    width: 22.2222222222%;
  }

  .xl-3-9 {
    width: 33.3333333333%;
  }

  .xl-4-9 {
    width: 44.4444444444%;
  }

  .xl-5-9 {
    width: 55.5555555556%;
  }

  .xl-6-9 {
    width: 66.6666666667%;
  }

  .xl-7-9 {
    width: 77.7777777778%;
  }

  .xl-8-9 {
    width: 88.8888888889%;
  }

  .xl-9-9 {
    width: 100%;
  }

  .xl-1-10 {
    width: 10%;
  }

  .xl-2-10 {
    width: 20%;
  }

  .xl-3-10 {
    width: 30%;
  }

  .xl-4-10 {
    width: 40%;
  }

  .xl-5-10 {
    width: 50%;
  }

  .xl-6-10 {
    width: 60%;
  }

  .xl-7-10 {
    width: 70%;
  }

  .xl-8-10 {
    width: 80%;
  }

  .xl-9-10 {
    width: 90%;
  }

  .xl-10-10 {
    width: 100%;
  }

  .xl-1-11 {
    width: 9.0909090909%;
  }

  .xl-2-11 {
    width: 18.1818181818%;
  }

  .xl-3-11 {
    width: 27.2727272727%;
  }

  .xl-4-11 {
    width: 36.3636363636%;
  }

  .xl-5-11 {
    width: 45.4545454545%;
  }

  .xl-6-11 {
    width: 54.5454545455%;
  }

  .xl-7-11 {
    width: 63.6363636364%;
  }

  .xl-8-11 {
    width: 72.7272727273%;
  }

  .xl-9-11 {
    width: 81.8181818182%;
  }

  .xl-10-11 {
    width: 90.9090909091%;
  }

  .xl-11-11 {
    width: 100%;
  }

  .xl-1-12 {
    width: 8.3333333333%;
  }

  .xl-2-12 {
    width: 16.6666666667%;
  }

  .xl-3-12 {
    width: 25%;
  }

  .xl-4-12 {
    width: 33.3333333333%;
  }

  .xl-5-12 {
    width: 41.6666666667%;
  }

  .xl-6-12 {
    width: 50%;
  }

  .xl-7-12 {
    width: 58.3333333333%;
  }

  .xl-8-12 {
    width: 66.6666666667%;
  }

  .xl-9-12 {
    width: 75%;
  }

  .xl-10-12 {
    width: 83.3333333333%;
  }

  .xl-11-12 {
    width: 91.6666666667%;
  }

  .xl-12-12 {
    width: 100%;
  }

  .xl-g-0 {
    margin-left: 0px;
  }
  .xl-g-0 > .col {
    padding-left: 0px;
  }

  .xl-g-1 {
    margin-left: -10px;
  }
  .xl-g-1 > .col {
    padding-left: 10px;
  }

  .xl-g-2 {
    margin-left: -20px;
  }
  .xl-g-2 > .col {
    padding-left: 20px;
  }

  .xl-g-3 {
    margin-left: -30px;
  }
  .xl-g-3 > .col {
    padding-left: 30px;
  }

  .xl-g-4 {
    margin-left: -40px;
  }
  .xl-g-4 > .col {
    padding-left: 40px;
  }

  .xl-g-5 {
    margin-left: -50px;
  }
  .xl-g-5 > .col {
    padding-left: 50px;
  }

  .xl-g-6 {
    margin-left: -60px;
  }
  .xl-g-6 > .col {
    padding-left: 60px;
  }

  .xl-g-7 {
    margin-left: -70px;
  }
  .xl-g-7 > .col {
    padding-left: 70px;
  }

  .xl-g-8 {
    margin-left: -80px;
  }
  .xl-g-8 > .col {
    padding-left: 80px;
  }

  .xl-g-9 {
    margin-left: -90px;
  }
  .xl-g-9 > .col {
    padding-left: 90px;
  }

  .xl-g-10 {
    margin-left: -100px;
  }
  .xl-g-10 > .col {
    padding-left: 100px;
  }

  .xl-g-11 {
    margin-left: -110px;
  }
  .xl-g-11 > .col {
    padding-left: 110px;
  }

  .xl-g-12 {
    margin-left: -120px;
  }
  .xl-g-12 > .col {
    padding-left: 120px;
  }

  .xl-1 > .col:nth-child(1n+1) {
    clear: both;
  }

  .xl-2 > .col:nth-child(2n+1) {
    clear: both;
  }

  .xl-3 > .col:nth-child(3n+1) {
    clear: both;
  }

  .xl-4 > .col:nth-child(4n+1) {
    clear: both;
  }

  .xl-5 > .col:nth-child(5n+1) {
    clear: both;
  }

  .xl-6 > .col:nth-child(6n+1) {
    clear: both;
  }

  .xl-7 > .col:nth-child(7n+1) {
    clear: both;
  }

  .xl-8 > .col:nth-child(8n+1) {
    clear: both;
  }

  .xl-9 > .col:nth-child(9n+1) {
    clear: both;
  }

  .xl-10 > .col:nth-child(10n+1) {
    clear: both;
  }

  .xl-11 > .col:nth-child(11n+1) {
    clear: both;
  }

  .xl-12 > .col:nth-child(12n+1) {
    clear: both;
  }

  .xl-right {
    float: right;
  }

  .xl-left {
    clear: left;
  }

  .xl-flex,
.xl-flex {
    display: flex;
  }
  .xl-flex.col,
.xl-flex.col {
    flex-direction: column;
  }
  .xl-flex.col.xl-reverse,
.xl-flex.col.xl-reverse {
    flex-direction: column-reverse;
  }
  .xl-flex.row.xl-reverse,
.xl-flex.row.xl-reverse {
    flex-direction: row-reverse;
  }
  .xl-flex:before,
.xl-flex:before {
    content: none;
  }

  .hide-xl {
    display: none;
  }
}

@media screen and (max-width: 1600px) and (min-width: 801px){
  .md-1-1 {
    width: 100%;
  }

  .md-1-2 {
    width: 50%;
  }

  .md-2-2 {
    width: 100%;
  }

  .md-1-3 {
    width: 33.3333333333%;
  }

  .md-2-3 {
    width: 66.6666666667%;
  }

  .md-3-3 {
    width: 100%;
  }

  .md-1-4 {
    width: 25%;
  }

  .md-2-4 {
    width: 50%;
  }

  .md-3-4 {
    width: 75%;
  }

  .md-4-4 {
    width: 100%;
  }

  .md-1-5 {
    width: 20%;
  }

  .md-2-5 {
    width: 40%;
  }

  .md-3-5 {
    width: 60%;
  }

  .md-4-5 {
    width: 80%;
  }

  .md-5-5 {
    width: 100%;
  }

  .md-1-6 {
    width: 16.6666666667%;
  }

  .md-2-6 {
    width: 33.3333333333%;
  }

  .md-3-6 {
    width: 50%;
  }

  .md-4-6 {
    width: 66.6666666667%;
  }

  .md-5-6 {
    width: 83.3333333333%;
  }

  .md-6-6 {
    width: 100%;
  }

  .md-1-7 {
    width: 14.2857142857%;
  }

  .md-2-7 {
    width: 28.5714285714%;
  }

  .md-3-7 {
    width: 42.8571428571%;
  }

  .md-4-7 {
    width: 57.1428571429%;
  }

  .md-5-7 {
    width: 71.4285714286%;
  }

  .md-6-7 {
    width: 85.7142857143%;
  }

  .md-7-7 {
    width: 100%;
  }

  .md-1-8 {
    width: 12.5%;
  }

  .md-2-8 {
    width: 25%;
  }

  .md-3-8 {
    width: 37.5%;
  }

  .md-4-8 {
    width: 50%;
  }

  .md-5-8 {
    width: 62.5%;
  }

  .md-6-8 {
    width: 75%;
  }

  .md-7-8 {
    width: 87.5%;
  }

  .md-8-8 {
    width: 100%;
  }

  .md-1-9 {
    width: 11.1111111111%;
  }

  .md-2-9 {
    width: 22.2222222222%;
  }

  .md-3-9 {
    width: 33.3333333333%;
  }

  .md-4-9 {
    width: 44.4444444444%;
  }

  .md-5-9 {
    width: 55.5555555556%;
  }

  .md-6-9 {
    width: 66.6666666667%;
  }

  .md-7-9 {
    width: 77.7777777778%;
  }

  .md-8-9 {
    width: 88.8888888889%;
  }

  .md-9-9 {
    width: 100%;
  }

  .md-1-10 {
    width: 10%;
  }

  .md-2-10 {
    width: 20%;
  }

  .md-3-10 {
    width: 30%;
  }

  .md-4-10 {
    width: 40%;
  }

  .md-5-10 {
    width: 50%;
  }

  .md-6-10 {
    width: 60%;
  }

  .md-7-10 {
    width: 70%;
  }

  .md-8-10 {
    width: 80%;
  }

  .md-9-10 {
    width: 90%;
  }

  .md-10-10 {
    width: 100%;
  }

  .md-1-11 {
    width: 9.0909090909%;
  }

  .md-2-11 {
    width: 18.1818181818%;
  }

  .md-3-11 {
    width: 27.2727272727%;
  }

  .md-4-11 {
    width: 36.3636363636%;
  }

  .md-5-11 {
    width: 45.4545454545%;
  }

  .md-6-11 {
    width: 54.5454545455%;
  }

  .md-7-11 {
    width: 63.6363636364%;
  }

  .md-8-11 {
    width: 72.7272727273%;
  }

  .md-9-11 {
    width: 81.8181818182%;
  }

  .md-10-11 {
    width: 90.9090909091%;
  }

  .md-11-11 {
    width: 100%;
  }

  .md-1-12 {
    width: 8.3333333333%;
  }

  .md-2-12 {
    width: 16.6666666667%;
  }

  .md-3-12 {
    width: 25%;
  }

  .md-4-12 {
    width: 33.3333333333%;
  }

  .md-5-12 {
    width: 41.6666666667%;
  }

  .md-6-12 {
    width: 50%;
  }

  .md-7-12 {
    width: 58.3333333333%;
  }

  .md-8-12 {
    width: 66.6666666667%;
  }

  .md-9-12 {
    width: 75%;
  }

  .md-10-12 {
    width: 83.3333333333%;
  }

  .md-11-12 {
    width: 91.6666666667%;
  }

  .md-12-12 {
    width: 100%;
  }

  .md-g-0 {
    margin-left: 0px;
  }
  .md-g-0 > .col {
    padding-left: 0px;
  }

  .md-g-1 {
    margin-left: -10px;
  }
  .md-g-1 > .col {
    padding-left: 10px;
  }

  .md-g-2 {
    margin-left: -20px;
  }
  .md-g-2 > .col {
    padding-left: 20px;
  }

  .md-g-3 {
    margin-left: -30px;
  }
  .md-g-3 > .col {
    padding-left: 30px;
  }

  .md-g-4 {
    margin-left: -40px;
  }
  .md-g-4 > .col {
    padding-left: 40px;
  }

  .md-g-5 {
    margin-left: -50px;
  }
  .md-g-5 > .col {
    padding-left: 50px;
  }

  .md-g-6 {
    margin-left: -60px;
  }
  .md-g-6 > .col {
    padding-left: 60px;
  }

  .md-g-7 {
    margin-left: -70px;
  }
  .md-g-7 > .col {
    padding-left: 70px;
  }

  .md-g-8 {
    margin-left: -80px;
  }
  .md-g-8 > .col {
    padding-left: 80px;
  }

  .md-g-9 {
    margin-left: -90px;
  }
  .md-g-9 > .col {
    padding-left: 90px;
  }

  .md-g-10 {
    margin-left: -100px;
  }
  .md-g-10 > .col {
    padding-left: 100px;
  }

  .md-g-11 {
    margin-left: -110px;
  }
  .md-g-11 > .col {
    padding-left: 110px;
  }

  .md-g-12 {
    margin-left: -120px;
  }
  .md-g-12 > .col {
    padding-left: 120px;
  }

  .md-1 > .col:nth-child(1n+1) {
    clear: both;
  }

  .md-2 > .col:nth-child(2n+1) {
    clear: both;
  }

  .md-3 > .col:nth-child(3n+1) {
    clear: both;
  }

  .md-4 > .col:nth-child(4n+1) {
    clear: both;
  }

  .md-5 > .col:nth-child(5n+1) {
    clear: both;
  }

  .md-6 > .col:nth-child(6n+1) {
    clear: both;
  }

  .md-7 > .col:nth-child(7n+1) {
    clear: both;
  }

  .md-8 > .col:nth-child(8n+1) {
    clear: both;
  }

  .md-9 > .col:nth-child(9n+1) {
    clear: both;
  }

  .md-10 > .col:nth-child(10n+1) {
    clear: both;
  }

  .md-11 > .col:nth-child(11n+1) {
    clear: both;
  }

  .md-12 > .col:nth-child(12n+1) {
    clear: both;
  }

  .md-right {
    float: right;
  }

  .md-left {
    clear: left;
  }

  .md-flex,
.md-flex {
    display: flex;
  }
  .md-flex.col,
.md-flex.col {
    flex-direction: column;
  }
  .md-flex.col.md-reverse,
.md-flex.col.md-reverse {
    flex-direction: column-reverse;
  }
  .md-flex.row.md-reverse,
.md-flex.row.md-reverse {
    flex-direction: row-reverse;
  }
  .md-flex:before,
.md-flex:before {
    content: none;
  }

  .hide-md {
    display: none;
  }
  h1, .h1 {
    font-size: 2.5em;
  }
  h2, .h2 {
    font-size: 1.875em;
  }
  h3,
.h3,
body .gform_wrapper h3.gform_title {
    font-size: 1.625em;
  }
  .slider {
    padding: 0 30px;
  }
  .job-list-wrapper .job_list .job_listing_item .job-title, .job-list-wrapper .job_list .job_listing_item .job-description {
    font-size: 0.8em;
  }
  .header .logo {
    width: 169px;
    height: 60px;
    background-size: 169px 60px;
  }
  .footer .logo {
    width: 169px;
    height: 60px;
    background-size: 169px 60px;
  }
  .banner {
    height: 450px;
  }
  .home-banner .content .grid p, .contact-banner .content .grid p {
    font-size: 1.25em;
  }
  .home-banner .content .grid .get-started, .contact-banner .content .grid .get-started {
    margin-top: 75px;
  }
  .home-banner .content .grid .contact-details > div, .contact-banner .content .grid .contact-details > div {
    font-size: 1.25em;
  }
  .home-quality-recruitment .content .company-values {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
  .page-content.testimonials .testimonials-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .page-content.testimonials .testimonials-list .testimonial-item .testimonial-content {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 1366px){
  .home-banner, .contact-banner {
    min-height: 700px;
  }
  .home-banner .content .grid .get-started .home-banner-cta a, .contact-banner .content .grid .get-started .home-banner-cta a {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 1111px) and (min-width: 801px){
  .header .mobile-menu .main-navigation > ul {
    padding-left: 0;
  }
  .header .mobile-menu .main-navigation > ul > li > a {
    padding: 20px 25px;
  }
}

@media screen and (max-width: 1023px){
  .single-job_listing .row {
    margin-left: 0;
  }
  .single-job_listing .job-content {
    padding: 0px;
  }
  .single-job_listing .job-content .qualifications {
    padding: 30px;
  }
  .single-job_listing .contact-details {
    padding: 30px !important;
  }
  .single-job_listing .job-content, .single-job_listing .contact-details {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 800px){
  .grid {
    padding: 0 20px;
  }
  .sm-1-1 {
    width: 100%;
  }

  .sm-1-2 {
    width: 50%;
  }

  .sm-2-2 {
    width: 100%;
  }

  .sm-1-3 {
    width: 33.3333333333%;
  }

  .sm-2-3 {
    width: 66.6666666667%;
  }

  .sm-3-3 {
    width: 100%;
  }

  .sm-1-4 {
    width: 25%;
  }

  .sm-2-4 {
    width: 50%;
  }

  .sm-3-4 {
    width: 75%;
  }

  .sm-4-4 {
    width: 100%;
  }

  .sm-1-5 {
    width: 20%;
  }

  .sm-2-5 {
    width: 40%;
  }

  .sm-3-5 {
    width: 60%;
  }

  .sm-4-5 {
    width: 80%;
  }

  .sm-5-5 {
    width: 100%;
  }

  .sm-1-6 {
    width: 16.6666666667%;
  }

  .sm-2-6 {
    width: 33.3333333333%;
  }

  .sm-3-6 {
    width: 50%;
  }

  .sm-4-6 {
    width: 66.6666666667%;
  }

  .sm-5-6 {
    width: 83.3333333333%;
  }

  .sm-6-6 {
    width: 100%;
  }

  .sm-1-7 {
    width: 14.2857142857%;
  }

  .sm-2-7 {
    width: 28.5714285714%;
  }

  .sm-3-7 {
    width: 42.8571428571%;
  }

  .sm-4-7 {
    width: 57.1428571429%;
  }

  .sm-5-7 {
    width: 71.4285714286%;
  }

  .sm-6-7 {
    width: 85.7142857143%;
  }

  .sm-7-7 {
    width: 100%;
  }

  .sm-1-8 {
    width: 12.5%;
  }

  .sm-2-8 {
    width: 25%;
  }

  .sm-3-8 {
    width: 37.5%;
  }

  .sm-4-8 {
    width: 50%;
  }

  .sm-5-8 {
    width: 62.5%;
  }

  .sm-6-8 {
    width: 75%;
  }

  .sm-7-8 {
    width: 87.5%;
  }

  .sm-8-8 {
    width: 100%;
  }

  .sm-1-9 {
    width: 11.1111111111%;
  }

  .sm-2-9 {
    width: 22.2222222222%;
  }

  .sm-3-9 {
    width: 33.3333333333%;
  }

  .sm-4-9 {
    width: 44.4444444444%;
  }

  .sm-5-9 {
    width: 55.5555555556%;
  }

  .sm-6-9 {
    width: 66.6666666667%;
  }

  .sm-7-9 {
    width: 77.7777777778%;
  }

  .sm-8-9 {
    width: 88.8888888889%;
  }

  .sm-9-9 {
    width: 100%;
  }

  .sm-1-10 {
    width: 10%;
  }

  .sm-2-10 {
    width: 20%;
  }

  .sm-3-10 {
    width: 30%;
  }

  .sm-4-10 {
    width: 40%;
  }

  .sm-5-10 {
    width: 50%;
  }

  .sm-6-10 {
    width: 60%;
  }

  .sm-7-10 {
    width: 70%;
  }

  .sm-8-10 {
    width: 80%;
  }

  .sm-9-10 {
    width: 90%;
  }

  .sm-10-10 {
    width: 100%;
  }

  .sm-1-11 {
    width: 9.0909090909%;
  }

  .sm-2-11 {
    width: 18.1818181818%;
  }

  .sm-3-11 {
    width: 27.2727272727%;
  }

  .sm-4-11 {
    width: 36.3636363636%;
  }

  .sm-5-11 {
    width: 45.4545454545%;
  }

  .sm-6-11 {
    width: 54.5454545455%;
  }

  .sm-7-11 {
    width: 63.6363636364%;
  }

  .sm-8-11 {
    width: 72.7272727273%;
  }

  .sm-9-11 {
    width: 81.8181818182%;
  }

  .sm-10-11 {
    width: 90.9090909091%;
  }

  .sm-11-11 {
    width: 100%;
  }

  .sm-1-12 {
    width: 8.3333333333%;
  }

  .sm-2-12 {
    width: 16.6666666667%;
  }

  .sm-3-12 {
    width: 25%;
  }

  .sm-4-12 {
    width: 33.3333333333%;
  }

  .sm-5-12 {
    width: 41.6666666667%;
  }

  .sm-6-12 {
    width: 50%;
  }

  .sm-7-12 {
    width: 58.3333333333%;
  }

  .sm-8-12 {
    width: 66.6666666667%;
  }

  .sm-9-12 {
    width: 75%;
  }

  .sm-10-12 {
    width: 83.3333333333%;
  }

  .sm-11-12 {
    width: 91.6666666667%;
  }

  .sm-12-12 {
    width: 100%;
  }

  .sm-g-0 {
    margin-left: 0px;
  }
  .sm-g-0 > .col {
    padding-left: 0px;
  }

  .sm-g-1 {
    margin-left: -10px;
  }
  .sm-g-1 > .col {
    padding-left: 10px;
  }

  .sm-g-2 {
    margin-left: -20px;
  }
  .sm-g-2 > .col {
    padding-left: 20px;
  }

  .sm-g-3 {
    margin-left: -30px;
  }
  .sm-g-3 > .col {
    padding-left: 30px;
  }

  .sm-g-4 {
    margin-left: -40px;
  }
  .sm-g-4 > .col {
    padding-left: 40px;
  }

  .sm-g-5 {
    margin-left: -50px;
  }
  .sm-g-5 > .col {
    padding-left: 50px;
  }

  .sm-g-6 {
    margin-left: -60px;
  }
  .sm-g-6 > .col {
    padding-left: 60px;
  }

  .sm-g-7 {
    margin-left: -70px;
  }
  .sm-g-7 > .col {
    padding-left: 70px;
  }

  .sm-g-8 {
    margin-left: -80px;
  }
  .sm-g-8 > .col {
    padding-left: 80px;
  }

  .sm-g-9 {
    margin-left: -90px;
  }
  .sm-g-9 > .col {
    padding-left: 90px;
  }

  .sm-g-10 {
    margin-left: -100px;
  }
  .sm-g-10 > .col {
    padding-left: 100px;
  }

  .sm-g-11 {
    margin-left: -110px;
  }
  .sm-g-11 > .col {
    padding-left: 110px;
  }

  .sm-g-12 {
    margin-left: -120px;
  }
  .sm-g-12 > .col {
    padding-left: 120px;
  }

  .sm-1 > .col:nth-child(1n+1) {
    clear: both;
  }

  .sm-2 > .col:nth-child(2n+1) {
    clear: both;
  }

  .sm-3 > .col:nth-child(3n+1) {
    clear: both;
  }

  .sm-4 > .col:nth-child(4n+1) {
    clear: both;
  }

  .sm-5 > .col:nth-child(5n+1) {
    clear: both;
  }

  .sm-6 > .col:nth-child(6n+1) {
    clear: both;
  }

  .sm-7 > .col:nth-child(7n+1) {
    clear: both;
  }

  .sm-8 > .col:nth-child(8n+1) {
    clear: both;
  }

  .sm-9 > .col:nth-child(9n+1) {
    clear: both;
  }

  .sm-10 > .col:nth-child(10n+1) {
    clear: both;
  }

  .sm-11 > .col:nth-child(11n+1) {
    clear: both;
  }

  .sm-12 > .col:nth-child(12n+1) {
    clear: both;
  }

  .sm-right {
    float: right;
  }

  .sm-left {
    clear: left;
  }

  .sm-flex,
.sm-flex {
    display: flex;
  }
  .sm-flex.col,
.sm-flex.col {
    flex-direction: column;
  }
  .sm-flex.col.sm-reverse,
.sm-flex.col.sm-reverse {
    flex-direction: column-reverse;
  }
  .sm-flex.row.sm-reverse,
.sm-flex.row.sm-reverse {
    flex-direction: row-reverse;
  }
  .sm-flex:before,
.sm-flex:before {
    content: none;
  }

  .hide-sm {
    display: none;
  }
  body {
    font-size: 15px;
  }
  .posts > .post {
    width: calc(50% - 24px);
    flex-basis: calc(50% - 24px);
  }
  .posts > .post.featured {
    width: 100%;
    flex-basis: 100%;
  }
  a.btn,
.wp-block-button a,
.wp-block-file a.wp-block-file__button, .button,
*:not(.mce-btn) > button:not([id*=slick-slide]):not(.mce-close),
input[type=submit] {
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0.8em 1.5em;
  }
  .job_search_filter_wrapper {
    display: block;
  }
  .job_search_filter_wrapper .search-field {
    margin-bottom: 20px;
  }
  .job_search_filter_wrapper .search-field:before {
    position: relative;
    top: 0;
  }
  .job_search_filter_wrapper .search-field input[type=text] {
    line-height: 1em;
    padding: 10px 20px 10px 3em;
  }
  .slider .slick-slide {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .slider-controls .next, .slider-controls .prev {
    display: none !important;
  }
  .slider-carousel:before {
    display: none;
  }
  .slider-carousel {
    margin-left: -20px;
  }
  .slider-carousel .slick-slide {
    padding-left: 20px;
  }
  .pager button {
    width: 8px;
    height: 8px;
  }
  .pager .slick-active button {
    box-shadow: 0 0 0 4px #CD151E inset;
  }
  .job-list-wrapper .job_list .job_listing_item {
    flex-direction: column;
  }
  .job-list-wrapper {
    padding: 50px 0px;
  }
  .job-list-wrapper .job_list {
    display: block;
  }
  .job-list-wrapper .job_list .job_listing_item .job-title .industry, .job-list-wrapper .job_list .job_listing_item .job-title .location {
    margin-bottom: 1em;
  }
  .job-list-wrapper .job_list .job_listing_item .job-title, .job-list-wrapper .job_list .job_listing_item .job-description {
    padding: 30px;
  }
  figure.wp-block-pullquote:before, figure.wp-block-pullquote:after {
    font-size: 7rem;
    line-height: 1.3;
  }
  figure.wp-block-pullquote blockquote {
    padding: 0 2rem;
  }
  figure.wp-block-pullquote blockquote p {
    font-size: 1.2rem;
  }
  figure.wp-block-image {
    text-align: center;
  }
  .header {
    transform: none;
  }
  .header {
    height: 60px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #FFFFFF;
  }
  .header a.tel,
.header .search-form input#toggle-form,
.header .search-form label[for=toggle-form],
.header .menu-toggle {
    position: fixed;
    top: 10px;
    width: 40px;
    height: 40px;
  }
  .header a.tel:before, .header a.tel:after,
.header .search-form input#toggle-form:before,
.header .search-form input#toggle-form:after,
.header .search-form label[for=toggle-form]:before,
.header .search-form label[for=toggle-form]:after,
.header .menu-toggle:before,
.header .menu-toggle:after {
    position: absolute;
    margin-top: -0.5em;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .header .topbar a.tel {
    left: 60px;
    font-size: 1.75em;
  }
  .header .topbar .social {
    display: none;
  }
  .header .topbar .search-form {
    position: absolute;
    top: 60px;
    width: 100%;
  }
  .header .topbar .search-form input#toggle-form,
.header .topbar .search-form label[for=toggle-form] {
    left: 10px;
  }
  .header .topbar .search-form label[for=toggle-form]:after {
    background: transparent !important;
    font-size: 1.75em;
    color: #CD151E;
  }
  .header .topbar .search-form label[for=toggle-form]:hover:after, .header .topbar .search-form label[for=toggle-form]:focus:after {
    color: #880e14;
  }
  .header .topbar .search-form #searchform {
    width: 100%;
    height: 0px;
    top: 0px;
    right: 0px;
  }
  .header .topbar .search-form #searchform input[type=text] {
    height: 60px;
    padding: 20px 40px 20px 20px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }
  .header .topbar .search-form #searchform:after {
    font-size: 1.75em;
  }
  .header .topbar .search-form input#toggle-form:checked + label + #searchform,
.header .topbar .search-form input#toggle-form[checked] + label + #searchform {
    height: 60px;
  }
  .header .topbar .search-form input#toggle-form:checked + label + #searchform:after,
.header .topbar .search-form input#toggle-form[checked] + label + #searchform:after {
    right: 16px;
  }
  .header .grid {
    padding: 0;
  }
  .header .logo {
    margin: 0 auto;
    height: 60px;
  }
  .header .mobile-menu {
    position: absolute;
    top: 60px;
    width: 100vw;
    height: calc(100vh + 60px);
    overflow-y: auto;
    background: #CD151E;
    padding: 60px 0px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .mobile-menu.fade {
    opacity: 0;
    left: 0px;
    pointer-events: none;
  }
  .header .mobile-menu.fade.open {
    opacity: 1;
    pointer-events: all;
  }
  .header .mobile-menu.top {
    top: -101vh;
  }
  .header .mobile-menu.top.open {
    top: 60px;
  }
  .header .mobile-menu.right {
    right: -101vw;
  }
  .header .mobile-menu.right.open {
    right: 0px;
  }
  .header .mobile-menu.bottom {
    bottom: -101vh;
  }
  .header .mobile-menu.bottom.open {
    top: 60px;
  }
  .header .mobile-menu.left {
    left: -101vw;
  }
  .header .mobile-menu.left.open {
    left: 0px;
  }
  .header .mobile-menu .main-navigation ul li a {
    color: #FFFFFF;
    font-size: 1em;
  }
  .header .mobile-menu .main-navigation > ul > li a {
    padding: 0px 20px;
  }
  .header .mobile-menu .main-navigation > ul > li > a {
    padding: 20px;
    font-size: 1.4rem;
  }
  .header .mobile-menu .main-navigation > ul > li.open > i:before {
    transform: scaleY(-1);
  }
  .header .mobile-menu .main-navigation > ul .sub-menu {
    max-height: 0px;
    opacity: 0px;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear;
  }
  .header .mobile-menu .main-navigation > ul .sub-menu > li a {
    padding: 20px;
    background: #880e14;
  }
  .header .mobile-menu .main-navigation > ul .sub-menu.open {
    max-height: 100vh;
    opacity: 1;
    transition: all 3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear;
  }
  .footer .bottom * {
    float: none;
    text-align: center;
  }
  .footer > .grid {
    flex-direction: column;
  }
  .footer > .grid > * {
    margin-bottom: 30px;
  }
  main {
    padding-top: 60px;
  }
  .page-content > .content {
    padding: 80px 0;
  }
  .home-banner, .contact-banner {
    background-position: center !important;
    min-height: 60vh;
  }
  .home-banner:before, .contact-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .home-banner > svg, .contact-banner > svg {
    display: none;
  }
  .home-banner .content, .contact-banner .content {
    padding-top: 40px;
  }
  .home-banner .content .grid .get-started, .contact-banner .content .grid .get-started {
    margin-top: 100px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .home-banner .content .grid .get-started .home-banner-cta, .contact-banner .content .grid .get-started .home-banner-cta {
    flex-direction: column;
  }
  .home-banner .content .grid .get-started .home-banner-cta a, .contact-banner .content .grid .get-started .home-banner-cta a {
    padding: 1.5em;
    width: 100%;
    text-align: center;
  }
  .home-banner .content .grid .get-started .home-banner-cta a:first-child, .contact-banner .content .grid .get-started .home-banner-cta a:first-child {
    border-radius: 17px 17px 0 0;
  }
  .home-banner .content .grid .get-started .home-banner-cta a:first-child:before, .contact-banner .content .grid .get-started .home-banner-cta a:first-child:before {
    top: unset;
    right: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 1px;
  }
  .home-banner .content .grid .get-started .home-banner-cta a:first-child:after, .contact-banner .content .grid .get-started .home-banner-cta a:first-child:after {
    display: none;
  }
  .home-banner .content .grid .get-started .home-banner-cta a:last-child, .contact-banner .content .grid .get-started .home-banner-cta a:last-child {
    border-radius: 0 0 17px 17px;
  }
  .home-banner .content .grid .contact-details > div, .contact-banner .content .grid .contact-details > div {
    font-size: 1.1em;
  }
  .home-contact .content {
    padding-top: 0;
  }
  .home-contact .content .grid {
    padding: 0;
  }
  .home-contact .content .grid .row .home-contact-left {
    background: #000000;
  }
  .home-contact .content .grid .row .col {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .clients .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .home-quality-recruitment .content .company-values {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
  }
  .home-quality-recruitment .content .company-values .company-value {
    padding: 1em;
    height: 200px;
  }
  .home-quality-recruitment .content .company-values .company-value img {
    height: 50px;
  }
  .home-quality-recruitment .content .company-values .company-value .company-value-text {
    margin-top: 20px;
  }
  .page-template-template-parent-page .sub-pages-section .sub-pages {
    min-height: 700px;
    grid-gap: 30px;
  }
}

@media screen and (max-width: 400px){
  .xs-1-1 {
    width: 100%;
  }

  .xs-1-2 {
    width: 50%;
  }

  .xs-2-2 {
    width: 100%;
  }

  .xs-1-3 {
    width: 33.3333333333%;
  }

  .xs-2-3 {
    width: 66.6666666667%;
  }

  .xs-3-3 {
    width: 100%;
  }

  .xs-1-4 {
    width: 25%;
  }

  .xs-2-4 {
    width: 50%;
  }

  .xs-3-4 {
    width: 75%;
  }

  .xs-4-4 {
    width: 100%;
  }

  .xs-1-5 {
    width: 20%;
  }

  .xs-2-5 {
    width: 40%;
  }

  .xs-3-5 {
    width: 60%;
  }

  .xs-4-5 {
    width: 80%;
  }

  .xs-5-5 {
    width: 100%;
  }

  .xs-1-6 {
    width: 16.6666666667%;
  }

  .xs-2-6 {
    width: 33.3333333333%;
  }

  .xs-3-6 {
    width: 50%;
  }

  .xs-4-6 {
    width: 66.6666666667%;
  }

  .xs-5-6 {
    width: 83.3333333333%;
  }

  .xs-6-6 {
    width: 100%;
  }

  .xs-1-7 {
    width: 14.2857142857%;
  }

  .xs-2-7 {
    width: 28.5714285714%;
  }

  .xs-3-7 {
    width: 42.8571428571%;
  }

  .xs-4-7 {
    width: 57.1428571429%;
  }

  .xs-5-7 {
    width: 71.4285714286%;
  }

  .xs-6-7 {
    width: 85.7142857143%;
  }

  .xs-7-7 {
    width: 100%;
  }

  .xs-1-8 {
    width: 12.5%;
  }

  .xs-2-8 {
    width: 25%;
  }

  .xs-3-8 {
    width: 37.5%;
  }

  .xs-4-8 {
    width: 50%;
  }

  .xs-5-8 {
    width: 62.5%;
  }

  .xs-6-8 {
    width: 75%;
  }

  .xs-7-8 {
    width: 87.5%;
  }

  .xs-8-8 {
    width: 100%;
  }

  .xs-1-9 {
    width: 11.1111111111%;
  }

  .xs-2-9 {
    width: 22.2222222222%;
  }

  .xs-3-9 {
    width: 33.3333333333%;
  }

  .xs-4-9 {
    width: 44.4444444444%;
  }

  .xs-5-9 {
    width: 55.5555555556%;
  }

  .xs-6-9 {
    width: 66.6666666667%;
  }

  .xs-7-9 {
    width: 77.7777777778%;
  }

  .xs-8-9 {
    width: 88.8888888889%;
  }

  .xs-9-9 {
    width: 100%;
  }

  .xs-1-10 {
    width: 10%;
  }

  .xs-2-10 {
    width: 20%;
  }

  .xs-3-10 {
    width: 30%;
  }

  .xs-4-10 {
    width: 40%;
  }

  .xs-5-10 {
    width: 50%;
  }

  .xs-6-10 {
    width: 60%;
  }

  .xs-7-10 {
    width: 70%;
  }

  .xs-8-10 {
    width: 80%;
  }

  .xs-9-10 {
    width: 90%;
  }

  .xs-10-10 {
    width: 100%;
  }

  .xs-1-11 {
    width: 9.0909090909%;
  }

  .xs-2-11 {
    width: 18.1818181818%;
  }

  .xs-3-11 {
    width: 27.2727272727%;
  }

  .xs-4-11 {
    width: 36.3636363636%;
  }

  .xs-5-11 {
    width: 45.4545454545%;
  }

  .xs-6-11 {
    width: 54.5454545455%;
  }

  .xs-7-11 {
    width: 63.6363636364%;
  }

  .xs-8-11 {
    width: 72.7272727273%;
  }

  .xs-9-11 {
    width: 81.8181818182%;
  }

  .xs-10-11 {
    width: 90.9090909091%;
  }

  .xs-11-11 {
    width: 100%;
  }

  .xs-1-12 {
    width: 8.3333333333%;
  }

  .xs-2-12 {
    width: 16.6666666667%;
  }

  .xs-3-12 {
    width: 25%;
  }

  .xs-4-12 {
    width: 33.3333333333%;
  }

  .xs-5-12 {
    width: 41.6666666667%;
  }

  .xs-6-12 {
    width: 50%;
  }

  .xs-7-12 {
    width: 58.3333333333%;
  }

  .xs-8-12 {
    width: 66.6666666667%;
  }

  .xs-9-12 {
    width: 75%;
  }

  .xs-10-12 {
    width: 83.3333333333%;
  }

  .xs-11-12 {
    width: 91.6666666667%;
  }

  .xs-12-12 {
    width: 100%;
  }

  .xs-g-0 {
    margin-left: 0px;
  }
  .xs-g-0 > .col {
    padding-left: 0px;
  }

  .xs-g-1 {
    margin-left: -10px;
  }
  .xs-g-1 > .col {
    padding-left: 10px;
  }

  .xs-g-2 {
    margin-left: -20px;
  }
  .xs-g-2 > .col {
    padding-left: 20px;
  }

  .xs-g-3 {
    margin-left: -30px;
  }
  .xs-g-3 > .col {
    padding-left: 30px;
  }

  .xs-g-4 {
    margin-left: -40px;
  }
  .xs-g-4 > .col {
    padding-left: 40px;
  }

  .xs-g-5 {
    margin-left: -50px;
  }
  .xs-g-5 > .col {
    padding-left: 50px;
  }

  .xs-g-6 {
    margin-left: -60px;
  }
  .xs-g-6 > .col {
    padding-left: 60px;
  }

  .xs-g-7 {
    margin-left: -70px;
  }
  .xs-g-7 > .col {
    padding-left: 70px;
  }

  .xs-g-8 {
    margin-left: -80px;
  }
  .xs-g-8 > .col {
    padding-left: 80px;
  }

  .xs-g-9 {
    margin-left: -90px;
  }
  .xs-g-9 > .col {
    padding-left: 90px;
  }

  .xs-g-10 {
    margin-left: -100px;
  }
  .xs-g-10 > .col {
    padding-left: 100px;
  }

  .xs-g-11 {
    margin-left: -110px;
  }
  .xs-g-11 > .col {
    padding-left: 110px;
  }

  .xs-g-12 {
    margin-left: -120px;
  }
  .xs-g-12 > .col {
    padding-left: 120px;
  }

  .xs-1 > .col:nth-child(1n+1) {
    clear: both;
  }

  .xs-2 > .col:nth-child(2n+1) {
    clear: both;
  }

  .xs-3 > .col:nth-child(3n+1) {
    clear: both;
  }

  .xs-4 > .col:nth-child(4n+1) {
    clear: both;
  }

  .xs-5 > .col:nth-child(5n+1) {
    clear: both;
  }

  .xs-6 > .col:nth-child(6n+1) {
    clear: both;
  }

  .xs-7 > .col:nth-child(7n+1) {
    clear: both;
  }

  .xs-8 > .col:nth-child(8n+1) {
    clear: both;
  }

  .xs-9 > .col:nth-child(9n+1) {
    clear: both;
  }

  .xs-10 > .col:nth-child(10n+1) {
    clear: both;
  }

  .xs-11 > .col:nth-child(11n+1) {
    clear: both;
  }

  .xs-12 > .col:nth-child(12n+1) {
    clear: both;
  }

  .xs-right {
    float: right;
  }

  .xs-left {
    clear: left;
  }

  .xs-flex,
.xs-flex {
    display: flex;
  }
  .xs-flex.col,
.xs-flex.col {
    flex-direction: column;
  }
  .xs-flex.col.xs-reverse,
.xs-flex.col.xs-reverse {
    flex-direction: column-reverse;
  }
  .xs-flex.row.xs-reverse,
.xs-flex.row.xs-reverse {
    flex-direction: row-reverse;
  }
  .xs-flex:before,
.xs-flex:before {
    content: none;
  }

  .hide-xs {
    display: none;
  }
  .posts > .post {
    width: 100%;
    flex-basis: 100%;
  }
  .job-list-wrapper .job_list .job_listing_item {
    display: block;
  }
  .footer .logo {
    display: block;
  }
  .footer .footer-nav {
    float: none;
  }
}
