/*!
Theme Name:             PCB Asbestos & Demolition
Theme URI:              http://stormbox.com.au
Version:                5.0.10
Author:                 Stormbox
Author URI:             https://stormbox.com.au
Description:            WordPress theme for Stormbox web sites.
License:                Proprietary
License URI:            https://stormbox.com.au
*/
/* 
    Colours
*/
/* 
    Effects
*/
/* 
    Typography
    Include the appropriate font weights below.

    Google fonts can be set in functions.php in the google_fonts() function.
*/
/* normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
   * 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
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  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
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 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 */ }

/**
   * 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 size in all browsers.
   */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

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

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 in Chrome and Safari on macOS.
   */
[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 Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

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

ul, li {
  margin: 0;
  padding: 0; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* 
    Flex Mixins.
    Apply these to the container element
    Note: CSS columns have no effect on a flex container
*/
/* 
    Vertical alignments
*/
/* Auto Font */
/* Get gradient borders */
/*
 * Critical styles shared between main and critical stylesheets
 */
/* 
    Colours
*/
/* 
    Effects
*/
/* 
    Typography
    Include the appropriate font weights below.

    Google fonts can be set in functions.php in the google_fonts() function.
*/
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* 
    Flex Mixins.
    Apply these to the container element
    Note: CSS columns have no effect on a flex container
*/
/* 
    Vertical alignments
*/
/* Auto Font */
/* Get gradient borders */
/*
    Move global styles here after completing initial site build
*/
html.disable-scrolling {
  overflow: hidden; }

.headerblank {
  width: 100%;
  background-color: #000;
  z-index: 99;
  position: relative; }
  @media (min-width: 980px) {
    .headerblank {
      height: 120px; } }

/* Global - modularize global styles after initial site build
-----------------------------------------------------------------------*/
body {
  font-size: 62.5%;
  font-family: "Gabarito", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  padding: 0px; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

.no-loader {
  background: none !important; }

/* Typography
-----------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, a, li {
  text-wrap: pretty; }

h1, h2, h3, h4, h5, h6 {
  display: block;
  font-family: "Gabarito", sans-serif;
  line-height: 1.5em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    font-weight: inherit; }

h1 {
  font-size: 5em;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  text-wrap: pretty; }
  @media (min-width: 980px) {
    h1 {
      font-size: 7em; } }

h2, h3, h4, h5, h6 {
  margin: 0 0 25px 0; }

h2 {
  font-size: 3em;
  position: relative;
  line-height: normal;
  text-transform: uppercase; }
  h2:before {
    content: '';
    display: block;
    width: calc(100%);
    height: 2px;
    position: absolute;
    bottom: -3px;
    background-color: #CDC097; }
  @media (min-width: 980px) {
    h2 {
      font-size: 4em; } }

h3 {
  font-size: 1.7em; }
  @media (min-width: 980px) {
    h3 {
      font-size: 2em; } }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 0.9em; }

p {
  margin: 25px 0;
  font-size: 1.6em;
  font-weight: 400; }
  p:first-child {
    margin: 0 0 25px 0; }
  p:last-child {
    margin: 25px 0 0 0; }
  p a {
    color: #000; }

ul, ol {
  margin: 25px; }
  ul li, ol li {
    font-size: 1.6em; }
    ul li ul li, ol li ul li {
      font-size: 1em; }
    ul li a, ol li a {
      color: #000; }

ul {
  list-style: none; }
  ul li {
    position: relative; }
    ul li:before {
      content: '>';
      position: absolute;
      left: -27px;
      font-size: 25px;
      top: -8px; }

small {
  font-size: 1.1em; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.lowercase {
  text-transform: lowercase; }

/* Containers
-----------------------------------------------------------------------*/
.main-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden; }
  @media (min-width: 980px) {
    .main-container {
      position: relative;
      max-width: 100%;
      margin: 0 auto; } }

.container {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 25px; }
  @media (min-width: 980px) {
    .container {
      position: relative;
      display: block;
      max-width: 1400px;
      margin: 0 auto;
      padding: 80px 0; } }
  @media (max-width: 1300px) and (min-width: 980px) {
    .container {
      padding: 80px 25px; } }

/* Classes
-----------------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

.clear {
  clear: both; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-container {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

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

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

.flex-boxes {
  display: block; }
  @media (min-width: 980px) {
    .flex-boxes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }

.rounded-2 {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.rounded-5 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.rounded-10 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

.rounded-20 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }

.rounded-30 {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }

.inline {
  display: inline; }

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

.block {
  display: block; }

.edit {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 99999999;
  width: 30px;
  height: 30px;
  background: #00bcd4;
  padding: 7px;
  border-radius: 3px; }
  @media (min-width: 980px) {
    .edit {
      top: 65px; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.skip-links ul {
  margin: 0;
  padding: 0; }

.skip-links li {
  height: 0;
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin: 0;
  padding: 0; }

.screen-reader-text,
.screen-reader-shortcut {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
  /*
     * Extends visually-hidden to allow the element
     * to be focusable when navigated to via the keyboard:
     * https://www.drupal.org/node/897638
     */ }
  .screen-reader-text:focus, .screen-reader-text.focusable:active, .screen-reader-text.focusable:active,
  .screen-reader-shortcut:focus,
  .screen-reader-shortcut.focusable:active,
  .screen-reader-shortcut.focusable:active {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit; }
  .screen-reader-text:focus,
  .screen-reader-shortcut:focus {
    background: #fff;
    color: #333;
    display: block;
    font-size: 1rem;
    padding: 15px 23px 14px;
    text-decoration: none;
    z-index: 100000;
    /* Above WP toolbar. */ }

.header {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 99999;
  /* Mobile Nav (defaults) */
  /* Desktop Nav (over-rides) */ }
  .header.sticky {
    background: #000; }
  .header .logo {
    height: 60px;
    display: block; }
  .header a.desktop-logo {
    display: none; }
  .header .logo img {
    height: 40px;
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    left: 25px; }
  .header nav {
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    width: calc(100% - 120px);
    max-width: 350px;
    height: 100%;
    background: #707070;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 999999;
    /* The current nav item (mobile) */ }
    .header nav ul {
      margin: 0; }
    .header nav.show {
      -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      z-index: 999999; }
    .header nav li {
      list-style: none;
      font-size: 18px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .header nav li:before {
        display: none; }
      .header nav li svg {
        width: 22px;
        height: 22px;
        margin-right: 8px;
        vertical-align: text-bottom;
        color: white; }
      .header nav li ul {
        margin: 20px;
        border-left: solid 2px #fff;
        padding: 0 0 0 0px; }
        .header nav li ul li a {
          font-size: 16px !important; }
        .header nav li ul.sub-menu.has-mega-menu img {
          display: none; }
        .header nav li ul.sub-menu.has-mega-menu .title {
          font-size: 18px; }
        .header nav li ul.sub-menu.has-mega-menu .description {
          font-size: 14px; }
      .header nav li.nonclick > a {
        opacity: 0.8; }
    .header nav a {
      text-decoration: none;
      display: block;
      padding: 10px 20px;
      color: #fff;
      font-weight: 400; }
    .header nav .current_page_item.menu-item-has-children {
      pointer-events: all;
      opacity: 1; }
      .header nav .current_page_item.menu-item-has-children > a {
        opacity: 0.8; }
    .header nav .current-menu-item,
    .header nav .current_page_item {
      pointer-events: none;
      opacity: 0.5; }
      .header nav .current-menu-item a,
      .header nav .current_page_item a {
        border: none;
        color: #fff; }
      .header nav .current-menu-item.anchor,
      .header nav .current_page_item.anchor {
        pointer-events: all;
        opacity: 1; }
  .header .menu-image {
    display: none; }
  @media (min-width: 980px) {
    .header {
      height: 120px;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: transparent;
      z-index: 9999; }
      .header .hide-desktop {
        display: none !important; }
      .header .menu-image {
        position: absolute;
        top: 16px;
        display: block; }
        .header .menu-image img {
          height: 30px; }
      .header .container {
        height: 100%;
        max-width: 1300px; }
      .header .logo {
        font-size: 0;
        padding: 0;
        position: fixed;
        top: 0;
        height: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: 7%;
        z-index: 99991;
        margin-top: 0px; }
        .header .logo img {
          height: 100px;
          display: block;
          position: relative;
          top: auto;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          position: relative;
          left: auto; } }
    @media (min-width: 980px) and (max-width: 1754px) {
      .header .logo {
        left: 1%; } }
    @media (min-width: 980px) and (max-width: 1256px) and (min-width: 1081px) {
      .header .logo img {
        height: 70px; } }
    @media (min-width: 980px) and (max-width: 1154px) and (min-width: 980px) {
      .header .logo img {
        height: 50px; } }
  @media (min-width: 980px) {
      .header nav {
        position: absolute;
        height: 100%;
        width: 100%;
        max-width: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        background: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: unset;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .header ul {
        margin: 0;
        padding: 0;
        height: 100%;
        font-family: "Gabarito", sans-serif;
        font-weight: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-line-pack: center;
        align-content: center;
        /* The current nav item (desktop) */ }
        .header ul li {
          position: relative;
          list-style: none;
          font-size: 1em;
          display: block;
          height: 100%; }
          .header ul li:before {
            display: none; }
          .header ul li::after {
            content: "";
            position: absolute;
            height: 2px;
            background-color: #CDC097;
            bottom: 0;
            left: 0;
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: left;
            -ms-transform-origin: left;
            transform-origin: left;
            -webkit-transition: -webkit-transform 0.5s ease;
            transition: -webkit-transform 0.5s ease;
            -o-transition: transform 0.5s ease;
            transition: transform 0.5s ease;
            transition: transform 0.5s ease, -webkit-transform 0.5s ease;
            width: 100%; }
          .header ul li:hover::after {
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
          .header ul li a {
            margin-top: 0px;
            position: relative;
            text-decoration: none;
            font-size: 18px;
            color: #000;
            font-weight: 400;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 100%;
            padding: 0 20px;
            color: white; } }
        @media (min-width: 980px) and (max-width: 1800px) {
          .header ul li a {
            padding: 0px 12px;
            font-size: 16px; } }
        @media (min-width: 980px) and (max-width: 1279px) {
          .header ul li a {
            font-size: 14px;
            padding: 0px 10px; } }
        @media (min-width: 980px) and (max-width: 1010px) {
          .header ul li a {
            padding: 0px 5px; } }
        @media (min-width: 980px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
          .header ul li a {
            font-size: 14px;
            padding: 0px 5px; } }
  @media (min-width: 980px) {
          .header ul li ul {
            display: none;
            padding: 0; }
            .header ul li ul li {
              height: auto;
              width: 350px; }
              .header ul li ul li:before {
                display: none; }
              .header ul li ul li:hover a {
                color: #dbdbdb; }
            .header ul li ul a {
              font-size: 16px;
              display: block;
              width: 100%;
              padding: 10px 20px; }
          .header ul li:hover ul {
            background: #707070;
            display: block;
            position: absolute;
            margin: 0;
            border-left: none;
            height: auto; }
            .header ul li:hover ul li {
              padding: 7px; }
              .header ul li:hover ul li a {
                color: white !important; }
              .header ul li:hover ul li:hover a {
                color: #dbdbdb !important; }
          .header ul li svg {
            width: 22px;
            height: 22px;
            margin-right: 8px;
            vertical-align: text-bottom;
            color: white; }
        .header ul .current-menu-item,
        .header ul .current_page_item {
          position: relative;
          font-weight: 700;
          pointer-events: none;
          opacity: 0.8; }
          .header ul .current-menu-item::after,
          .header ul .current_page_item::after {
            content: "";
            position: absolute;
            height: 2px;
            background-color: #cdc097;
            bottom: 0;
            left: 0;
            width: 100%;
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
          .header ul .current-menu-item.anchor,
          .header ul .current_page_item.anchor {
            pointer-events: all;
            opacity: 1; }
          .header ul .current-menu-item a,
          .header ul .current_page_item a {
            position: relative;
            color: white; }
        .header ul li:hover a {
          color: #dbdbdb; } }

/* Nav toggle */
.toggle-nav {
  background: #000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 60px;
  height: 60px;
  font-size: 0;
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999; }
  @media (min-width: 980px) {
    .toggle-nav {
      display: none; } }
  .toggle-nav .bar-01,
  .toggle-nav .bar-02,
  .toggle-nav .bar-03 {
    background: #fff;
    position: absolute;
    display: block;
    height: 3px;
    width: 32px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    left: 15px;
    border-radius: 5px; }
  .toggle-nav .bar-01 {
    position: absolute;
    top: 18px; }
  .toggle-nav .bar-02 {
    top: calc(50% - 1.5px); }
  .toggle-nav .bar-03 {
    position: absolute;
    bottom: 18px; }
  .toggle-nav.active {
    background: #000; }
    .toggle-nav.active .bar-01,
    .toggle-nav.active .bar-03 {
      position: absolute;
      left: 12px;
      width: 20px; }
    .toggle-nav.active .bar-01 {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 22.5px; }
    .toggle-nav.active .bar-03 {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 35px; }

.ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: absolute;
  top: 0;
  right: 60px;
  height: 60px; }
  .ctas a {
    text-decoration: none;
    font-size: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px; }
  .ctas .toggle-search {
    background: rgba(193, 193, 193, 0.2); }
    .ctas .toggle-search svg {
      stroke: white; }
  .ctas .mail {
    background: rgba(193, 193, 193, 0.15); }
    .ctas .mail svg {
      stroke: white; }
  .ctas .call {
    background: rgba(193, 193, 193, 0.1); }
    .ctas .call svg {
      stroke: white; }
  @media (min-width: 980px) {
    .ctas {
      display: none; } }

.search-form {
  width: 260px;
  position: absolute;
  top: 60px;
  right: 0;
  display: block;
  background: rgba(33, 150, 243, 0.3);
  width: 100%;
  padding: 20px;
  display: none;
  border-bottom-left-radius: 30px;
  z-index: 99991; }
  .search-form input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .search-form.show {
    display: block; }
  @media (min-width: 980px) {
    .search-form {
      top: 0;
      right: 50px;
      background: none;
      padding: 0;
      width: auto;
      height: 100%;
      display: block;
      width: 200px; } }
  .search-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%; }
  .search-form input {
    height: 40px;
    border: none;
    background: #fff;
    border-top-left-radius: 100em;
    border-bottom-left-radius: 100em;
    width: calc(100% - 40px);
    padding: 0 0 0 15px;
    outline: 0;
    font-size: 1.6em; }
    @media (min-width: 980px) {
      .search-form input {
        width: calc(100% - 50px);
        background: #f1f1f1; } }
  .search-form button {
    width: 40px;
    height: 40px;
    border: none;
    background: #fff;
    border-top-right-radius: 100em;
    border-bottom-right-radius: 100em;
    outline: 0; }
    @media (min-width: 980px) {
      .search-form button {
        width: 50px;
        background: #f1f1f1; } }
    .search-form button svg {
      width: 20px;
      height: 20px; }

.toggle-search {
  width: 60px;
  height: 60px;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .toggle-search svg {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 20px;
    height: 20px; }
  .toggle-search .feather-search {
    display: block; }
    .toggle-search .feather-search.show {
      display: block; }
  .toggle-search .feather-x {
    display: none; }
    .toggle-search .feather-x.show {
      display: block; }
  .toggle-search.active {
    background: rgba(33, 150, 243, 0.3); }
  @media (min-width: 980px) {
    .toggle-search {
      display: none; } }

/*
    Presentation for buttons.

    Template usage example:

    <a href="" class="button rounded inline brand-colour-02 uppercase">
        This is a button
    </a>
*/
.button {
  padding: 15px 20px;
  font-size: 1.6em;
  text-decoration: none;
  cursor: pointer; }
  .button.brand-colour-01 {
    background: #2196f3; }
  .button.brand-colour-02 {
    background: #ff5722; }
  .button.supporting-colour-01 {
    background: #673ab7; }
  .button.supporting-colour-02 {
    background: #4caf50; }
  .button:hover {
    background: #673ab7; }

.btn-light, .grid .grid-item a.btn, .grid .grid-item.end.centre.help a.btn, .grid .grid-item.help a, .grid .grid-item.capability a, .teams .team-member:first-child a.bio-modal {
  border: 2px solid #CDC097;
  color: white;
  padding: 8px 12px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  min-width: 150px; }
  .btn-light:before, .grid .grid-item a.btn:before, .grid .grid-item.end.centre.help a.btn:before, .grid .grid-item.help a:before, .grid .grid-item.capability a:before, .teams .team-member:first-child a.bio-modal:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    border-right: 40px solid transparent;
    border-bottom: 50px solid #CDC097;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: calc(100% + 30%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .btn-light:hover:before, .grid .grid-item a.btn:hover:before, .grid .grid-item.end.centre.help a.btn:hover:before, .grid .grid-item.help a:hover:before, .grid .grid-item.capability a:hover:before, .teams .team-member:first-child a.bio-modal:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  @media (max-width: 767px) {
    .btn-light, .grid .grid-item a.btn, .grid .grid-item.end.centre.help a.btn, .grid .grid-item.help a, .grid .grid-item.capability a, .teams .team-member:first-child a.bio-modal {
      font-size: 16px;
      width: 100%;
      text-align: center; } }

.btn-dark, .gform_wrapper .gform_button, .grid .grid-item.main a.btn, .grid .grid-item.long a.btn, .grid .grid-item.end:not(.centre) a.btn, .grid .grid-item.centre a, main.content.contact section.container.contact .row .col .content .gform_footer .gform_button.button, .fleet-listing > div .btn a, .fleet-enquiry .fleet-form .gform_wrapper .gform_footer .gform_button {
  border: 2px solid #CDC097;
  color: #1D1D1D;
  padding: 8px 12px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  z-index: 0;
  min-width: 150px; }
  .btn-dark:before, .gform_wrapper .gform_button:before, .grid .grid-item.main a.btn:before, .grid .grid-item.long a.btn:before, .grid .grid-item.end:not(.centre) a.btn:before, .grid .grid-item.centre a:before, main.content.contact section.container.contact .row .col .content .gform_footer .gform_button.button:before, .fleet-listing > div .btn a:before, .fleet-enquiry .fleet-form .gform_wrapper .gform_footer .gform_button:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    border-right: 40px solid transparent;
    border-bottom: 50px solid #CDC097;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: calc(100% + 30%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .btn-dark:hover:before, .gform_wrapper .gform_button:hover:before, .grid .grid-item.main a.btn:hover:before, .grid .grid-item.long a.btn:hover:before, .grid .grid-item.end:not(.centre) a.btn:hover:before, .grid .grid-item.centre a:hover:before, main.content.contact section.container.contact .row .col .content .gform_footer .gform_button.button:hover:before, .fleet-listing > div .btn a:hover:before, .fleet-enquiry .fleet-form .gform_wrapper .gform_footer .gform_button:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  @media (max-width: 767px) {
    .btn-dark, .gform_wrapper .gform_button, .grid .grid-item.main a.btn, .grid .grid-item.long a.btn, .grid .grid-item.end:not(.centre) a.btn, .grid .grid-item.centre a, main.content.contact section.container.contact .row .col .content .gform_footer .gform_button.button, .fleet-listing > div .btn a, .fleet-enquiry .fleet-form .gform_wrapper .gform_footer .gform_button {
      width: 100% !important;
      text-align: center; } }

/*
    'Link' type buttons

    Example usage
    <a href="" class="button-link inline brand-colour-02 uppercase">
        This is a button
    </a>
*/
.button-link {
  text-decoration: none;
  font-size: 1.6em;
  position: relative;
  font-weight: 600;
  color: #000; }
  .button-link::after {
    content: '';
    display: block;
    border-bottom: solid 2px #000;
    position: absolute;
    bottom: -2px;
    width: 100%; }

/*
    Standard card presentation
*/
.card {
  display: block;
  padding: 25px; }

.inner-hero-container {
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
  width: 100%;
  /* Gradient - starts a gradient from the bottom of the hero, moving upwards */ }
  .inner-hero-container::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .inner-hero-container h1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 3.5em;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
    line-height: 1em;
    z-index: 100; }
    @media (min-width: 980px) {
      .inner-hero-container h1 {
        font-size: 7em; } }
  .inner-hero-container img {
    display: block;
    width: 100%; }

/*
    Presentation for footer.
*/
footer {
  background: #000000;
  position: relative; }
  footer .container {
    padding: 35px 25px 55px 25px; }
    @media (min-width: 980px) {
      footer .container {
        padding: 100px 25px 30px; } }
  footer nav ul {
    margin: 3px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    text-transform: none; }
  footer nav li {
    list-style: none; }
    footer nav li:before {
      display: none; }
    footer nav li a {
      color: white;
      display: block;
      padding: 1px 20px;
      padding-left: 0px; }
      footer nav li a:hover {
        color: #787878; }
  footer nav a {
    text-decoration: none; }
  footer nav .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0; }
    footer nav .social a {
      display: block;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    footer nav .social svg,
    footer nav .social img {
      width: auto;
      height: 38px;
      margin: 0 0 0 15px; }
      @media (min-width: 980px) {
        footer nav .social svg,
        footer nav .social img {
          height: 25px; } }
  footer div[itemtype="https://schema.org/LocalBusiness"] {
    margin: 25px 0 0 0; }
    footer div[itemtype="https://schema.org/LocalBusiness"] p {
      font-size: 1.4em;
      margin: 20px 0 0 0; }
  footer .business strong {
    display: block;
    margin: 0 0 20px 0;
    font-size: 1.4em;
    font-weight: normal; }
  footer .stormbox img {
    display: block;
    width: 80px;
    margin: 0 auto; }
  footer .btt {
    width: 70px;
    height: 25px;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 0;
    padding: 25px; }
    @media (min-width: 980px) {
      footer .btt {
        left: auto;
        right: 0;
        bottom: 0;
        width: 60px; } }
    footer .btt:hover {
      background: rgba(255, 255, 255, 0.5); }
      footer .btt:hover svg {
        fill: #673ab7; }
    footer .btt svg {
      position: absolute;
      top: 10px;
      left: calc(50% - 12.5px);
      width: 25px;
      height: 25px;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      fill: #ff5722; }
      @media (min-width: 980px) {
        footer .btt svg {
          top: 12px;
          left: calc(50% - 12.5px); } }

footer#footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20% -22%; }
  footer#footer .bottom-footer {
    border-top: 1px solid #cdc097;
    padding-top: 10px;
    padding-bottom: 10px; }
    footer#footer .bottom-footer > div {
      max-width: 1400px;
      width: 95%;
      margin: 0 auto; }
      @media (min-width: 980px) {
        footer#footer .bottom-footer > div {
          width: 100%; } }
      @media (min-device-width: 1024px) and (max-device-width: 1370px) and (orientation: landscape) {
        footer#footer .bottom-footer > div {
          width: 95%; } }
      @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        footer#footer .bottom-footer > div {
          width: 95%; } }
      @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        footer#footer .bottom-footer > div {
          width: 95%; } }
      footer#footer .bottom-footer > div .contain {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        footer#footer .bottom-footer > div .contain > div {
          width: 50%; }
  footer#footer .contain {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px 0px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    footer#footer .contain .right {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      gap: 15px; }
      @media (min-width: 980px) {
        footer#footer .contain .right {
          width: 80%;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          margin-top: 0px; }
          footer#footer .contain .right.logo {
            width: 80%; }
            footer#footer .contain .right.logo .business-logos {
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between; }
          footer#footer .contain .right .accreditations {
            -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
          footer#footer .contain .right .business-logos a {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            footer#footer .contain .right .business-logos a.group {
              position: relative; } }
      @media (min-width: 980px) and (min-width: 980px) {
        footer#footer .contain .right .business-logos a.group img {
          margin-right: 70px; }
        footer#footer .contain .right .business-logos a.group:after {
          content: '';
          display: block;
          width: 2px;
          height: 80px;
          position: absolute;
          background: white;
          top: -2px;
          right: 16px;
          -webkit-transform: rotate(32deg);
          -ms-transform: rotate(32deg);
          transform: rotate(32deg); } }
      footer#footer .contain .right .list {
        color: white;
        font-size: 12px;
        margin: auto; }
        footer#footer .contain .right .list strong {
          font-size: 36px;
          padding-bottom: 5px; }
        footer#footer .contain .right .list ul {
          margin: 0px 25px; }
          footer#footer .contain .right .list ul li {
            font-size: 12px; }
            footer#footer .contain .right .list ul li:before {
              content: '>';
              position: absolute;
              left: -23px;
              font-size: 20px;
              top: -8px; }
        @media (max-width: 1500px) {
          footer#footer .contain .right .list {
            margin: 0; } }
        @media (max-width: 1000px) {
          footer#footer .contain .right .list {
            margin: auto; }
            footer#footer .contain .right .list strong {
              font-size: 20px; } }
      footer#footer .contain .right .accreditations {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 25px;
        gap: 25px; }
        footer#footer .contain .right .accreditations img {
          max-width: 80px; }
          footer#footer .contain .right .accreditations img:nth-last-child(-n+2) {
            max-width: 73px; }
      footer#footer .contain .right .business-logos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%; }
        footer#footer .contain .right .business-logos div {
          width: 100%;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        footer#footer .contain .right .business-logos a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-line-pack: start;
          align-content: flex-start;
          padding: 0px 0 00px;
          margin-top: 15px;
          width: 25%; }
          @media (min-width: 980px) {
            footer#footer .contain .right .business-logos a {
              margin-right: -38px;
              width: 19%;
              margin-top: 0px; } }
  @media (min-width: 980px) and (max-width: 1500px) {
    footer#footer .contain .right .business-logos a {
      margin-right: -14px; } }
          footer#footer .contain .right .business-logos a img {
            width: auto;
            -o-object-fit: fill;
            object-fit: fill;
            height: 70px; }
    footer#footer .contain .left {
      width: 100%; }
      @media (min-width: 980px) {
        footer#footer .contain .left {
          width: 80%; }
          footer#footer .contain .left.logo {
            width: 20%; }
            footer#footer .contain .left.logo img {
              margin: 0; } }
      footer#footer .contain .left h2 {
        font-weight: 700;
        text-transform: none;
        color: #40E4EA;
        margin: 10px 0; }
      footer#footer .contain .left img {
        max-width: 250px;
        margin: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      footer#footer .contain .left nav {
        margin-bottom: 15px; }
        footer#footer .contain .left nav a span {
          font-weight: 500; }
      footer#footer .contain .left .secondary-nav ul li {
        font-size: 1.3em; }
        footer#footer .contain .left .secondary-nav ul li a {
          opacity: 0.5; }
          footer#footer .contain .left .secondary-nav ul li a svg {
            stroke: white;
            vertical-align: sub;
            height: 16px; }
      footer#footer .contain .left legal {
        font-weight: 500;
        text-transform: none;
        color: #c4c3c3; }

@media (min-device-width: 1024px) and (max-device-width: 1370px) and (orientation: landscape) {
  footer#footer .container {
    width: 95% !important; } }

@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  footer#footer .container {
    width: 95% !important; } }

@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  footer#footer .container {
    width: 95% !important; } }

@media (max-width: 1046px) {
  footer#footer .container {
    width: 95% !important; } }

@media (max-width: 980px) {
  footer#footer .contain .left img {
    max-width: 190px; }
  footer#footer .contain .left nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px; }
  footer#footer .contain .right .business-logos a {
    width: 33%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    footer#footer .contain .right .business-logos a img {
      height: 90px; } }

@media (max-width: 767px) {
  footer#footer .contain .right .business-logos a {
    width: 43%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

table tr, table td {
  padding: 7px; }

table tr th {
  background: #03a9f4;
  color: #fff;
  text-align: left;
  /* Uncomment if you prefer traditional table style
            border-left: solid 1px #f1f1f1;
            border-bottom: solid 1px #f1f1f1;
            */ }

table td {
  border-bottom: solid 1px #f1f1f1;
  /* Uncomment if you prefer traditional table style
        border-left: solid 1px #f1f1f1;
        border-right: solid 1px #f1f1f1;
        */ }

/*
    This element is automatically injected with jQuery (see functions.php)
    but only on small screens.
*/
.table-scroll {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*
    SCSS Form Reset Helpers
    https://gist.github.com/anthonyshort/552543
*/
/* Reset The Form Elements */
  ::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: none; }

/*
    IMPORTANT: Make sure 'Output Default CSS' is disabled in Gravity Forms settings.
*/
/* 
    Stormbox Specific Generic Styles.
    Unless you need to do something specific, you probably
    don't need to touch anything below. But you can of course.
*/
.gform_wrapper .gform_validation_errors {
  padding: 0px;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .gform_wrapper .gform_validation_errors h2 {
    margin: 0px !important; }

.gform_wrapper {
  /* Validation errors */
  /* Half Field Option */
  /* Name fields */
  /* Address field */
  /* Radio Buttons */
  /* Checkboxes */
  /* File upload */
  /* Time Field */
  /* Submit button */
  /* Honeypot */ }
  .gform_wrapper .gform_heading {
    display: none; }
    .gform_wrapper .gform_heading p:last-child {
      margin: 20px 0; }
  .gform_wrapper .gform_validation_errors,
  .gform_wrapper .validation_message {
    color: #f47f36;
    font-weight: bold; }
    .gform_wrapper .gform_validation_errors h2,
    .gform_wrapper .validation_message h2 {
      font-size: 18px !important;
      line-height: 24px;
      margin-bottom: 0px; }
  .gform_wrapper fieldset {
    border: none;
    padding: 0;
    margin: 0; }
  .gform_wrapper input[type=text],
  .gform_wrapper input[type=email],
  .gform_wrapper input[type=password],
  .gform_wrapper input[type=number],
  .gform_wrapper input[type=url],
  .gform_wrapper textarea,
  .gform_wrapper select {
    width: 100%;
    border: none;
    height: 44px;
    border-bottom: solid 2px #CDC097;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px !important;
    color: #1D1D1D; }
    .gform_wrapper input[type=text]::-webkit-input-placeholder,
    .gform_wrapper input[type=email]::-webkit-input-placeholder,
    .gform_wrapper input[type=password]::-webkit-input-placeholder,
    .gform_wrapper input[type=number]::-webkit-input-placeholder,
    .gform_wrapper input[type=url]::-webkit-input-placeholder,
    .gform_wrapper textarea::-webkit-input-placeholder,
    .gform_wrapper select::-webkit-input-placeholder {
      font-size: 1em; }
    .gform_wrapper input[type=text]:-ms-input-placeholder,
    .gform_wrapper input[type=email]:-ms-input-placeholder,
    .gform_wrapper input[type=password]:-ms-input-placeholder,
    .gform_wrapper input[type=number]:-ms-input-placeholder,
    .gform_wrapper input[type=url]:-ms-input-placeholder,
    .gform_wrapper textarea:-ms-input-placeholder,
    .gform_wrapper select:-ms-input-placeholder {
      font-size: 1em; }
    .gform_wrapper input[type=text]::-ms-input-placeholder,
    .gform_wrapper input[type=email]::-ms-input-placeholder,
    .gform_wrapper input[type=password]::-ms-input-placeholder,
    .gform_wrapper input[type=number]::-ms-input-placeholder,
    .gform_wrapper input[type=url]::-ms-input-placeholder,
    .gform_wrapper textarea::-ms-input-placeholder,
    .gform_wrapper select::-ms-input-placeholder {
      font-size: 1em; }
    .gform_wrapper input[type=text]::placeholder,
    .gform_wrapper input[type=email]::placeholder,
    .gform_wrapper input[type=password]::placeholder,
    .gform_wrapper input[type=number]::placeholder,
    .gform_wrapper input[type=url]::placeholder,
    .gform_wrapper textarea::placeholder,
    .gform_wrapper select::placeholder {
      font-size: 1em; }
    .gform_wrapper input[type=text]:focus, .gform_wrapper input[type=text]:focus-visible,
    .gform_wrapper input[type=email]:focus,
    .gform_wrapper input[type=email]:focus-visible,
    .gform_wrapper input[type=password]:focus,
    .gform_wrapper input[type=password]:focus-visible,
    .gform_wrapper input[type=number]:focus,
    .gform_wrapper input[type=number]:focus-visible,
    .gform_wrapper input[type=url]:focus,
    .gform_wrapper input[type=url]:focus-visible,
    .gform_wrapper textarea:focus,
    .gform_wrapper textarea:focus-visible,
    .gform_wrapper select:focus,
    .gform_wrapper select:focus-visible {
      outline: none; }
  .gform_wrapper .company input[type=text] {
    height: 40px; }
  .gform_wrapper .gfield--type-textarea label {
    padding-bottom: 0px; }
  .gform_wrapper textarea {
    height: 120px;
    border: solid 2px #CDC097; }
  .gform_wrapper select {
    font-size: 18px;
    padding: 10px 15px;
    height: 44px; }
  .gform_wrapper label,
  .gform_wrapper legend {
    font-size: 18px;
    display: block;
    font-weight: bold; }
  .gform_wrapper label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .gform_wrapper label {
        font-size: 16px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; } }
    @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .gform_wrapper label {
        font-size: 16px; } }
    .gform_wrapper label span.gfield_required {
      width: 1% !important; }
  .gform_wrapper .hidden_label label {
    display: none; }
  .gform_wrapper legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .gform_wrapper legend .gfield_required {
      margin: 0 1px !important; }
  .gform_wrapper .gfield_description {
    font-size: 16px; }
  .gform_wrapper .gfield--type-captcha {
    margin: 5px 0 !important; }
  .gform_wrapper .gfield_required_text,
  .gform_wrapper .gfield_required_asterisk {
    display: inline-block;
    margin: 0 0 0 4px;
    color: #f47f36; }
  .gform_wrapper .gfield_required_asterisk {
    font-size: 1.8em; }
  .gform_wrapper .medium,
  .gform_wrapper .large,
  .gform_wrapper input[type="text" i] {
    padding: 10px 15px;
    font-size: 18px; }
  .gform_wrapper .gfield {
    display: block;
    margin: 25px 0; }
  .gform_wrapper .gfield--width-half {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: top;
    padding-right: 10px;
    width: 100%;
    padding: 0px;
    vertical-align: text-bottom; }
    @media (min-width: 980px) {
      .gform_wrapper .gfield--width-half {
        width: 50% !important;
        padding-right: 10px; } }
  .gform_wrapper .gfield--type-name .ginput_container, .gform_wrapper .gfield--type-email .ginput_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .gform_wrapper .gfield--type-name span, .gform_wrapper .gfield--type-email span {
    display: block;
    width: 100%; }
    @media (min-width: 980px) {
      .gform_wrapper .gfield--type-name span, .gform_wrapper .gfield--type-email span {
        width: 50%; } }
    @media (min-width: 980px) {
      .gform_wrapper .gfield--type-name span:nth-child(1) input, .gform_wrapper .gfield--type-email span:nth-child(1) input {
        width: calc(100% - 15px); } }
  .gform_wrapper .gform-field-label--type-sub {
    font-weight: normal; }
  .gform_wrapper .gfield--type-address {
    margin: 25px 0; }
    .gform_wrapper .gfield--type-address .ginput_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
    .gform_wrapper .gfield--type-address span {
      width: 100%;
      display: block;
      margin: 10px 0; }
      @media (min-width: 980px) {
        .gform_wrapper .gfield--type-address span {
          width: 50%; } }
      .gform_wrapper .gfield--type-address span.address_line_1 input {
        width: 100%; }
        @media (min-width: 980px) {
          .gform_wrapper .gfield--type-address span.address_line_1 input {
            width: calc(100% - 15px); } }
      .gform_wrapper .gfield--type-address span.address_city {
        width: 100%; }
        @media (min-width: 980px) {
          .gform_wrapper .gfield--type-address span.address_city {
            width: 25%; } }
        .gform_wrapper .gfield--type-address span.address_city input {
          width: calc(100% - 15px); }
      .gform_wrapper .gfield--type-address span.address_state {
        width: 100%; }
        @media (min-width: 980px) {
          .gform_wrapper .gfield--type-address span.address_state {
            width: 25%; } }
        @media (min-width: 980px) {
          .gform_wrapper .gfield--type-address span.address_state input {
            width: calc(100% - 15px); } }
      .gform_wrapper .gfield--type-address span.address_zip {
        width: 100%; }
        @media (min-width: 980px) {
          .gform_wrapper .gfield--type-address span.address_zip {
            width: 15%; } }
        .gform_wrapper .gfield--type-address span.address_zip input {
          width: calc(100% - 15px); }
      .gform_wrapper .gfield--type-address span.address_country {
        width: 100%; }
        @media (min-width: 980px) {
          .gform_wrapper .gfield--type-address span.address_country {
            width: 35%; } }
        .gform_wrapper .gfield--type-address span.address_country input {
          width: 100%; }
  .gform_wrapper .gfield--type-radio .gfield_radio {
    margin: 10px 0; }
    .gform_wrapper .gfield--type-radio .gfield_radio div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
    .gform_wrapper .gfield--type-radio .gfield_radio input {
      margin: 0 4px 0 0; }
    .gform_wrapper .gfield--type-radio .gfield_radio label {
      font-weight: normal; }
  .gform_wrapper .ginput_container_checkbox .gfield_checkbox {
    margin: 10px 0; }
    .gform_wrapper .ginput_container_checkbox .gfield_checkbox div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
    .gform_wrapper .ginput_container_checkbox .gfield_checkbox input {
      margin: 0 4px 0 0; }
    .gform_wrapper .ginput_container_checkbox .gfield_checkbox label {
      font-weight: normal; }
  .gform_wrapper .gfield--type-captcha {
    display: block;
    width: 100%; }
  .gform_wrapper .gfield--type-fileupload .ginput_container_fileupload {
    border-bottom: solid 2px #CDC097;
    display: inline-block;
    position: relative;
    border-radius: 0px !important; }
    .gform_wrapper .gfield--type-fileupload .ginput_container_fileupload input[type="file"] {
      cursor: pointer;
      width: 100%;
      padding: 10px 15px 10px 55px; }
      @media (min-width: 980px) {
        .gform_wrapper .gfield--type-fileupload .ginput_container_fileupload input[type="file"] {
          width: auto; } }
      .gform_wrapper .gfield--type-fileupload .ginput_container_fileupload input[type="file"]::after {
        content: '';
        display: block;
        width: 44px;
        height: 36px;
        background: rgba(205, 192, 151, 0.1) url("images/file-plus.svg") no-repeat center;
        background-size: 20px;
        position: absolute;
        top: 0;
        left: 0; }
        @media (min-width: 980px) {
          .gform_wrapper .gfield--type-fileupload .ginput_container_fileupload input[type="file"]::after {
            height: 38px; } }
    .gform_wrapper .gfield--type-fileupload .ginput_container_fileupload .gfield_description {
      width: 100%;
      text-align: center;
      display: inline-block;
      margin: 10px 0 0 0; }
      @media (min-width: 980px) {
        .gform_wrapper .gfield--type-fileupload .ginput_container_fileupload .gfield_description {
          margin: 0 20px;
          display: inline; } }
  .gform_wrapper .gform_footer {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .gform_wrapper .gform_footer .gform_ajax_spinner {
      margin: 0 0 0 10px; }
  .gform_wrapper .gfield--type-time .ginput_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .gform_wrapper .gfield--type-time .ginput_container .below.hour_minute_colon.gform-grid-col {
      width: 1% !important; }
    .gform_wrapper .gfield--type-time .ginput_container input[type=number] {
      font-size: 1.5em !important; }
      .gform_wrapper .gfield--type-time .ginput_container input[type=number]::-webkit-input-placeholder {
        font-size: 1em !important; }
      .gform_wrapper .gfield--type-time .ginput_container input[type=number]:-ms-input-placeholder {
        font-size: 1em !important; }
      .gform_wrapper .gfield--type-time .ginput_container input[type=number]::-ms-input-placeholder {
        font-size: 1em !important; }
      .gform_wrapper .gfield--type-time .ginput_container input[type=number]::placeholder {
        font-size: 1em !important; }
    .gform_wrapper .gfield--type-time .ginput_container .gform-grid-col {
      width: 30%;
      padding: 0 1%;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
  .gform_wrapper .gform_button {
    background-color: transparent !important; }
    .gform_wrapper .gform_button:hover {
      background-color: #CDC097 !important; }
  .gform_wrapper .gfield--type-honeypot {
    display: none; }

/* Date Picker 
------------------------------------------------------*/
.ui-datepicker {
  padding: 15px;
  display: none;
  background: #fff;
  height: auto;
  font-size: 1.3em;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  z-index: 9999 !important;
  width: 340px;
  border-radius: 5px; }
  .ui-datepicker .ui-datepicker-month,
  .ui-datepicker .ui-datepicker-year {
    padding: 3px;
    margin: 0 3px; }
  .ui-datepicker table {
    border-spacing: 0;
    border-collapse: collapse; }
  .ui-datepicker td {
    border-bottom: none;
    border-top: solid 1px #f1f1f1; }

.ui-datepicker a {
  text-decoration: none;
  color: #0c1722; }

.ui-datepicker table {
  width: 100%; }

.ui-datepicker-header {
  color: #2196f3;
  font-size: 1.1em;
  line-height: 30px;
  margin: 0 0 10px 0; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("images/date-picker/arrow.png");
  background-repeat: no-repeat;
  font-size: 0;
  overflow: hidden;
  margin: 0; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  opacity: 1; }

.ui-datepicker thead th {
  font-weight: normal;
  font-size: .7em;
  text-align: center; }

.ui-datepicker thead span {
  display: block; }

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  background: none; }
  .ui-datepicker th span {
    font-weight: bold;
    color: #000; }

.ui-datepicker tbody td {
  padding: 0;
  text-align: center; }

.ui-datepicker tbody td a:hover {
  background: rgba(6, 134, 224, 0.3) !important; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 2.8em;
  border: solid 1px #fff; }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  border: solid 2px #2196f3 !important;
  color: #fff !important;
  background: #2196f3 !important; }

.ui-datepicker-calendar .ui-state-active:hover {
  background: #2196f3; }

.ui-datepicker-calendar .ui-state-highlight {
  background: rgba(20, 36, 43, 0.23); }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 35px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 35px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 35px;
  margin-bottom: 0; }

.ui-datepicker-today a {
  border: solid 1px rgba(0, 0, 0, 0) !important;
  color: #000 !important;
  background: rgba(0, 0, 0, 0.1) !important; }

.ui-datepicker tbody td a:hover {
  color: #000 !important;
  background: rgba(33, 150, 243, 0.1) !important; }

.ui-datepicker-week-end a {
  color: #2196f3; }

.ui-state-disabled {
  opacity: .3; }

.ui-state-disabled span {
  text-decoration: line-through; }

.note {
  font-size: 1.35em !important;
  line-height: 1.4em;
  padding: 10px;
  border: dashed 1px rgba(227, 6, 19, 0.3);
  background: rgba(227, 6, 19, 0.1);
  border-radius: 3px; }

.note strong {
  color: #e30613; }

main {
  position: relative; }
  main svg#svglins {
    display: none; }
  @media (min-width: 1872px) and (max-width: 2000px) {
    main svg#svglins {
      position: absolute;
      bottom: 50px;
      z-index: 1;
      display: block;
      right: 12.5%;
      height: 3785px; } }

.scroll-content h2 {
  font-weight: 600;
  text-transform: uppercase;
  color: #000000; }

/* For the Video Banner 
    Internal Video Style is in page.scss
*/
section.video-banner {
  max-height: 100vh;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden; }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    section.video-banner {
      min-height: 700px; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    section.video-banner {
      min-height: 700px; } }
  @media (min-device-width: 1024px) and (max-device-width: 1370px) and (orientation: landscape) {
    section.video-banner {
      min-height: 700px; } }
  section.video-banner:before {
    width: 100%;
    height: 100%;
    content: "";
    background: #0000003d;
    position: absolute;
    z-index: 1; }
  section.video-banner .video-hero {
    position: relative;
    padding: 0 0 56.25% 0;
    height: 0;
    z-index: 0;
    overflow: hidden; }
    @media (min-width: 980px) {
      section.video-banner .video-hero iframe#yt-player {
        -webkit-transform: scale(1.1) !important;
        -ms-transform: scale(1.1) !important;
        transform: scale(1.1) !important; } }
    section.video-banner .video-hero video {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      height: auto !important; }
    section.video-banner .video-hero iframe,
    section.video-banner .video-hero video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      pointer-events: none; }
  section.video-banner:has(img) {
    min-height: 700px; }
    @media (min-width: 980px) {
      section.video-banner:has(img) {
        min-height: 700px; } }
  section.video-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  section.video-banner img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5); }
  section.video-banner .content {
    position: absolute;
    top: 50%;
    bottom: 0px !important;
    left: 50%;
    /* Align the left edge of the element at 50% from the left */
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px !important;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    z-index: 999;
    bottom: auto;
    padding: 0; }
    section.video-banner .content a {
      color: white; }
    @media (min-width: 980px) {
      section.video-banner .content {
        padding: 25px !important;
        top: 50%;
        bottom: auto !important; } }
    @media (max-width: 1180px) and (min-width: 980px) {
      section.video-banner .content {
        padding: 0px !important; } }
    section.video-banner .content > div {
      width: 99%;
      margin: auto;
      position: relative; }
      @media (min-width: 980px) {
        section.video-banner .content > div {
          padding: 20px;
          width: 100%; } }
      section.video-banner .content > div > div {
        margin-top: 30px;
        margin-bottom: 22px; }
    section.video-banner .content h1 {
      font-weight: 700;
      text-transform: none;
      color: white;
      line-height: 1.3em;
      margin: 0 0 0px 0;
      position: relative;
      display: inline;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      line-height: 1em;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
      @media (min-width: 980px) {
        section.video-banner .content h1 {
          margin: 0 0 50px 0; }
          section.video-banner .content h1:before {
            content: "";
            display: block;
            width: calc(100% + 25%);
            height: 2px;
            position: absolute;
            bottom: -8px;
            background-color: #CDC097; } }
    section.video-banner .content h2 {
      font-weight: 600;
      text-transform: none;
      color: white;
      line-height: 1.3em;
      margin: 2% 0 1%;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
      section.video-banner .content h2:before {
        display: none; }
    section.video-banner .content p {
      font-weight: none;
      text-transform: white;
      color: 3;
      margin-bottom: 10px;
      margin-top: 0px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
    section.video-banner .content a.btn-light, section.video-banner .content .grid .grid-item a.btn, .grid .grid-item section.video-banner .content a.btn, section.video-banner .content .grid .grid-item.end.centre.help a.btn, .grid .grid-item.end.centre.help section.video-banner .content a.btn, section.video-banner .content .grid .grid-item.help a, .grid .grid-item.help section.video-banner .content a, section.video-banner .content .grid .grid-item.capability a, .grid .grid-item.capability section.video-banner .content a, section.video-banner .content .teams .team-member:first-child a.bio-modal, .teams .team-member:first-child section.video-banner .content a.bio-modal {
      margin-top: 30px;
      padding: 18px 50px;
      font-size: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
      section.video-banner .content a.btn-light:before, section.video-banner .content .grid .grid-item a.btn:before, .grid .grid-item section.video-banner .content a.btn:before, section.video-banner .content .grid .grid-item.end.centre.help a.btn:before, .grid .grid-item.end.centre.help section.video-banner .content a.btn:before, section.video-banner .content .grid .grid-item.help a:before, .grid .grid-item.help section.video-banner .content a:before, section.video-banner .content .grid .grid-item.capability a:before, .grid .grid-item.capability section.video-banner .content a:before, section.video-banner .content .teams .team-member:first-child a.bio-modal:before, .teams .team-member:first-child section.video-banner .content a.bio-modal:before {
        border-bottom: 69px solid #cdc097; }
    section.video-banner .content hr {
      border: none;
      height: 2px;
      background-color: #CDC097; }
  section.video-banner:has(.video-hero) .video-hero {
    min-height: 80vh; }
  section.video-banner:has(.video-hero) iframe {
    -webkit-transform: scale(3.1) !important;
    -ms-transform: scale(3.1) !important;
    transform: scale(3.1) !important; }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    section.video-banner:has(.video-hero) {
      min-height: auto; }
      section.video-banner:has(.video-hero) .video-hero {
        min-height: auto; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    section.video-banner:has(.video-hero) {
      min-height: auto; }
      section.video-banner:has(.video-hero) .video-hero {
        min-height: auto; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    section.video-banner:has(.background) {
      height: auto !important;
      background: transparent; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    section.video-banner:has(.background) {
      height: auto !important;
      background: transparent; } }

#plain-section {
  padding: 80px 0 50px;
  z-index: 5; }
  #plain-section div {
    margin: auto;
    text-align: center;
    max-width: 1000px; }
    #plain-section div h2 {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: auto; }
  @media (max-width: 980px) {
    #plain-section {
      padding: 25px; } }

@media (min-width: 980px) {
  .services {
    padding: 80px 0 !important; } }

.services .grid-container .grid-item .content {
  position: absolute;
  z-index: 1;
  bottom: 5px;
  width: 100%; }

div#what-we-do {
  z-index: 2; }
  @media (min-width: 980px) {
    div#what-we-do {
      padding: 30px 0 80px; } }
  div#what-we-do > div {
    margin-bottom: 25px; }
    div#what-we-do > div h2 {
      margin: auto;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
    div#what-we-do > div:last-child {
      margin-bottom: 0px; }
  div#what-we-do .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    /* Gap between grid items */ }
    @media (min-width: 980px) {
      div#what-we-do .grid-container {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        /* Three columns with equal width */ } }
    div#what-we-do .grid-container .grid-item {
      position: relative;
      -ms-grid-column-span: 2;
      grid-column: span 2; }
      div#what-we-do .grid-container .grid-item img.feature-image {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 530px; }
      div#what-we-do .grid-container .grid-item .content {
        position: absolute;
        z-index: 1;
        bottom: 3px;
        padding: 20px;
        background-color: #000000b4;
        color: white; }
        div#what-we-do .grid-container .grid-item .content h3 {
          position: relative;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          font-size: 20px !important;
          font-weight: 700;
          text-transform: none;
          color: white; }
          div#what-we-do .grid-container .grid-item .content h3:before {
            content: "";
            display: block;
            width: 100%;
            height: 2px;
            position: absolute;
            bottom: -10px;
            background-color: #CDC097; }
        div#what-we-do .grid-container .grid-item .content > div {
          color: white; }
          div#what-we-do .grid-container .grid-item .content > div p {
            margin: 0px; }
        div#what-we-do .grid-container .grid-item .content a {
          color: white;
          text-decoration: none;
          font-size: 16px;
          font-weight: 700;
          text-transform: none;
          color: white; }
          div#what-we-do .grid-container .grid-item .content a svg {
            stroke: white;
            vertical-align: middle;
            padding-left: 0px; }
      @media (min-width: 980px) {
        div#what-we-do .grid-container .grid-item .content div {
          -webkit-transition: opacity 0.8s ease, height 0.8s ease, -webkit-transform 0.8s ease;
          transition: opacity 0.8s ease, height 0.8s ease, -webkit-transform 0.8s ease;
          -o-transition: transform 0.8s ease, opacity 0.8s ease, height 0.8s ease;
          transition: transform 0.8s ease, opacity 0.8s ease, height 0.8s ease;
          transition: transform 0.8s ease, opacity 0.8s ease, height 0.8s ease, -webkit-transform 0.8s ease;
          /* Add transitions for smooth animation */
          opacity: 0;
          /* Initially hide the div */
          height: 0px;
          overflow: hidden; }
        div#what-we-do .grid-container .grid-item:hover .content > div {
          opacity: 1;
          /* Fade in on hover */
          -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
          transform: translateX(0px);
          /* Slide in on hover */
          height: -webkit-max-content;
          height: -moz-max-content;
          height: max-content;
          padding-bottom: 10px; } }

@media (min-width: 980px) and (min-width: 980px) {
  div#what-we-do .grid-container .grid-item {
    -ms-grid-column-span: 1;
    grid-column: span 1; } }
    div#what-we-do .grid-container .Long {
      -ms-grid-column-span: 2;
      grid-column: span 2; }

div#why {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 9998; }
  div#why .container {
    padding: 20px 0px 40px !important; }
    div#why .container .content {
      background-color: #f9f9f9;
      max-width: 720px;
      padding: 4%; }
      @media (min-width: 980px) {
        div#why .container .content {
          -webkit-clip-path: polygon(9% 0, 100% 0, 100% 93%, 92% 100%, 0 100%, 0 9%);
          clip-path: polygon(9% 0, 100% 0, 100% 93%, 92% 100%, 0 100%, 0 9%); } }
      @media (max-width: 980px) {
        div#why .container .content {
          padding: 25px; } }
      div#why .container .content h2 {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      div#why .container .content strong {
        font-size: 1.2em; }
  div#why .mb-image {
    display: none; }
  @media (max-width: 980px) {
    div#why {
      background-image: none !important; }
      div#why .container .content {
        max-width: 100% !important; }
      div#why .mb-image {
        width: 100%;
        height: auto;
        display: block; } }

.bg-grey {
  position: relative;
  z-index: 2; }

div#capability .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  div#capability .container .content a:not(.btn-dark) {
    padding-right: 20px; }
    @media (min-width: 980px) {
      div#capability .container .content a:not(.btn-dark) {
        position: relative;
        min-width: 327px;
        min-height: 390px; }
        div#capability .container .content a:not(.btn-dark) img {
          height: 471px !important;
          position: absolute;
          left: -72px;
          top: -38px; } }
    div#capability .container .content a:not(.btn-dark) img {
      height: 380px;
      -o-object-fit: contain;
      object-fit: contain;
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg); }
  div#capability .container .content div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    div#capability .container .content div h2 {
      margin-left: 0px;
      margin-bottom: 30px;
      text-transform: uppercase;
      font-size: 3.8em;
      font-weight: 600; }
      @media (max-width: 767px) {
        div#capability .container .content div h2 {
          font-size: 2.8em;
          margin-bottom: 20px; } }
  div#capability .container .content a.btn-dark, div#capability .container .content .gform_wrapper a.gform_button, .gform_wrapper div#capability .container .content a.gform_button, div#capability .container .content .grid .grid-item.main a.btn, .grid .grid-item.main div#capability .container .content a.btn, div#capability .container .content .grid .grid-item.long a.btn, .grid .grid-item.long div#capability .container .content a.btn, div#capability .container .content .grid .grid-item.end:not(.centre) a.btn, .grid .grid-item.end:not(.centre) div#capability .container .content a.btn, div#capability .container .content .grid .grid-item.centre a, .grid .grid-item.centre div#capability .container .content a, div#capability main.content.contact section.container.contact .row .col .content .gform_footer a.gform_button.button, main.content.contact div#capability section.container.contact .row .col .content .gform_footer a.gform_button.button, div#capability .container .content .fleet-listing > div .btn a, .fleet-listing > div .btn div#capability .container .content a {
    width: 220px; }
  @media (min-width: 980px) {
    div#capability .container .content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      div#capability .container .content > a {
        padding-right: 20px; } }

@media (max-width: 980px) {
  div#capability {
    padding: 20px 0px 40px !important; }
    div#capability .container .content h2 {
      text-align: center; }
    div#capability .container .content a {
      margin: auto; }
      div#capability .container .content a img {
        margin-bottom: 20px; } }

div#values {
  padding: 20px 0px !important;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center; }
  div#values h2 {
    text-align: center;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  div#values.non-home h2 {
    text-transform: uppercase;
    font-size: 3.8em;
    font-weight: 600; }
    @media (max-width: 767px) {
      div#values.non-home h2 {
        font-size: 2.8em;
        margin-bottom: 20px; } }
  @media (min-width: 1872px) and (max-width: 1920px) {
    div#values.non-home .line:before {
      display: block !important; } }
  div#values .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2% 0 5%;
    position: relative; }
    div#values .line .dot {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 50%;
      text-align: center;
      height: 280px; }
      div#values .line .dot svg {
        width: 60px;
        height: 60px;
        padding-top: 6%; }
      div#values .line .dot span {
        padding-top: 10px;
        font-size: 22px;
        line-height: 19px;
        font-weight: 600; }
      @media (max-width: 980px) and (min-width: 767px) {
        div#values .line .dot {
          width: 29%; } }
      @media (min-width: 980px) {
        div#values .line .dot {
          height: 300px;
          width: 10%; }
          div#values .line .dot.active:before {
            -webkit-box-shadow: 0.5px 0.5px 2px 6px #CDC097;
            box-shadow: 0.5px 0.5px 2px 6px #CDC097; }
          div#values .line .dot:before {
            content: "";
            width: 10px;
            height: 10px;
            background: #787878;
            border-radius: 80px;
            position: absolute;
            bottom: 45%; }
          div#values .line .dot:nth-child(odd) {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end; } }
      @media (max-width: 980px) {
        div#values .line .dot {
          height: 117px; } }
    @media (min-width: 980px) {
      div#values .line .dot.hover:before {
        -webkit-box-shadow: 0.5px 0.5px 2px 6px black;
        box-shadow: 0.5px 0.5px 2px 6px black; } }
    @media (min-width: 980px) {
      div#values .line:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 10px;
        border-top: 2px dashed #cdc097;
        top: 47%; } }
    @media (min-width: 1872px) and (max-width: 1920px) {
      div#values .line:before {
        display: none; } }

@media (min-width: 980px) {
  div#page-grid section.video-banner #yt-player.scale, #page-services section.video-banner #yt-player.scale {
    -webkit-transform: scale(1.5) !important;
    -ms-transform: scale(1.5) !important;
    transform: scale(1.5) !important; } }

div#page-grid section.video-banner, #page-services section.video-banner {
  max-height: 700px;
  overflow: hidden; }
  @media (min-width: 980px) {
    div#page-grid section.video-banner .margin, #page-services section.video-banner .margin {
      margin-top: -298px; }
    div#page-grid section.video-banner .scale, #page-services section.video-banner .scale {
      -webkit-transform: scale(1.5) !important;
      -ms-transform: scale(1.5) !important;
      transform: scale(1.5) !important; }
    div#page-grid section.video-banner img, #page-services section.video-banner img {
      -o-object-position: bottom;
      object-position: bottom; } }
  div#page-grid section.video-banner .video-hero, #page-services section.video-banner .video-hero {
    padding: 11px 0 68.25% 0 !important; }
  div#page-grid section.video-banner #yt-player, #page-services section.video-banner #yt-player {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
    @media (min-width: 980px) {
      div#page-grid section.video-banner #yt-player, #page-services section.video-banner #yt-player {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5); } }
  div#page-grid section.video-banner .content, #page-services section.video-banner .content {
    position: absolute;
    top: auto;
    max-width: 1400px;
    padding: 20px !important;
    text-align: left;
    width: 100%;
    z-index: 999;
    bottom: auto;
    padding: 0; }
    div#page-grid section.video-banner .content a, #page-services section.video-banner .content a {
      color: white; }
    @media (min-width: 980px) {
      div#page-grid section.video-banner .content, #page-services section.video-banner .content {
        padding: 25px !important;
        top: 30%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        bottom: auto !important; } }
    @media (max-width: 1180px) and (min-width: 980px) {
      div#page-grid section.video-banner .content, #page-services section.video-banner .content {
        padding: 0px !important; } }
    div#page-grid section.video-banner .content > div, #page-services section.video-banner .content > div {
      width: 99%;
      margin: auto;
      position: relative; }
      @media (min-width: 980px) {
        div#page-grid section.video-banner .content > div, #page-services section.video-banner .content > div {
          padding: 20px;
          width: 730px;
          margin: 0; } }
      div#page-grid section.video-banner .content > div > div, #page-services section.video-banner .content > div > div {
        margin-top: 30px;
        margin-bottom: 22px; }
    div#page-grid section.video-banner .content h1, #page-services section.video-banner .content h1 {
      font-weight: 700;
      text-transform: none;
      color: white;
      line-height: 1.3em;
      margin: 0 0 14px 0;
      position: relative;
      display: inline;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      line-height: 1em; }
      div#page-grid section.video-banner .content h1:before, #page-services section.video-banner .content h1:before {
        content: "";
        display: block;
        width: calc(100%);
        height: 2px;
        position: absolute;
        bottom: -3px;
        background-color: #CDC097; }
    div#page-grid section.video-banner .content h2, #page-services section.video-banner .content h2 {
      font-weight: 600;
      text-transform: none;
      color: white;
      line-height: 1.3em;
      margin: 2% 0; }
      div#page-grid section.video-banner .content h2:before, #page-services section.video-banner .content h2:before {
        display: none; }
    div#page-grid section.video-banner .content p, #page-services section.video-banner .content p {
      font-weight: 500;
      text-transform: none;
      color: white;
      margin-bottom: 10px;
      margin-top: 0px; }
    div#page-grid section.video-banner .content a.btn-light, div#page-grid section.video-banner .content .grid .grid-item a.btn, .grid .grid-item div#page-grid section.video-banner .content a.btn, div#page-grid section.video-banner .content .grid .grid-item.help a, .grid .grid-item.help div#page-grid section.video-banner .content a, div#page-grid section.video-banner .content .grid .grid-item.capability a, .grid .grid-item.capability div#page-grid section.video-banner .content a, div#page-grid section.video-banner .content .teams .team-member:first-child a.bio-modal, .teams .team-member:first-child div#page-grid section.video-banner .content a.bio-modal, #page-services section.video-banner .content a.btn-light, #page-services section.video-banner .content .grid .grid-item a.btn, .grid .grid-item #page-services section.video-banner .content a.btn, #page-services section.video-banner .content .grid .grid-item.help a, .grid .grid-item.help #page-services section.video-banner .content a, #page-services section.video-banner .content .grid .grid-item.capability a, .grid .grid-item.capability #page-services section.video-banner .content a, #page-services section.video-banner .content .teams .team-member:first-child a.bio-modal, .teams .team-member:first-child #page-services section.video-banner .content a.bio-modal {
      margin-top: 0px;
      padding: 8px 12px;
      font-size: 18px; }
      div#page-grid section.video-banner .content a.btn-light:before, div#page-grid section.video-banner .content .grid .grid-item a.btn:before, .grid .grid-item div#page-grid section.video-banner .content a.btn:before, div#page-grid section.video-banner .content .grid .grid-item.help a:before, .grid .grid-item.help div#page-grid section.video-banner .content a:before, div#page-grid section.video-banner .content .grid .grid-item.capability a:before, .grid .grid-item.capability div#page-grid section.video-banner .content a:before, div#page-grid section.video-banner .content .teams .team-member:first-child a.bio-modal:before, .teams .team-member:first-child div#page-grid section.video-banner .content a.bio-modal:before, #page-services section.video-banner .content a.btn-light:before, #page-services section.video-banner .content .grid .grid-item a.btn:before, .grid .grid-item #page-services section.video-banner .content a.btn:before, #page-services section.video-banner .content .grid .grid-item.help a:before, .grid .grid-item.help #page-services section.video-banner .content a:before, #page-services section.video-banner .content .grid .grid-item.capability a:before, .grid .grid-item.capability #page-services section.video-banner .content a:before, #page-services section.video-banner .content .teams .team-member:first-child a.bio-modal:before, .teams .team-member:first-child #page-services section.video-banner .content a.bio-modal:before {
        border-bottom: 69px solid #cdc097; }
    div#page-grid section.video-banner .content hr, #page-services section.video-banner .content hr {
      border: none;
      height: 2px;
      background-color: #CDC097; }
    @media (min-width: 980px) {
      div#page-grid section.video-banner .content, #page-services section.video-banner .content {
        margin-bottom: 3%;
        top: 50%;
        margin-bottom: 3%; }
        div#page-grid section.video-banner .content:before, #page-services section.video-banner .content:before {
          height: 90.5%; } }

#page-grid .bg-grey {
  background-color: rgba(0, 0, 0, 0.05); }

#grid-list {
  scroll-margin-top: 100px;
  padding: 50px 0; }

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px; }
  .grid #process,
  .grid #value {
    scroll-margin-top: 100px; }
  @media (min-width: 980px) {
    .grid {
      -ms-grid-columns: (1fr)[15];
      grid-template-columns: repeat(15, 1fr); }
      .grid .main {
        -ms-grid-row-span: 2;
        grid-row: span 2; }
      .grid .height {
        -ms-grid-row-span: 2;
        grid-row: span 2; }
      .grid .long {
        -ms-grid-column-span: 10;
        grid-column: span 10; }
      .grid .short {
        -ms-grid-column-span: 5;
        grid-column: span 5; }
      .grid .end {
        -ms-grid-column-span: 15;
        grid-column: span 15; }
        .grid .end div ul li:before {
          left: -2%; } }
  .grid h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    text-transform: none;
    color: inherit; }
  .grid .grid-item {
    background: rgba(0, 0, 0, 0.05);
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 980px) {
      .grid .grid-item {
        padding: 25px; } }
    .grid .grid-item.emergency {
      background-color: #636363;
      color: white; }
      .grid .grid-item.emergency a {
        color: white; }
    .grid .grid-item.main a.btn, .grid .grid-item.long a.btn {
      margin-top: 5%; }
    .grid .grid-item.main h2, .grid .grid-item.long h2 {
      line-height: 1em; }
    @media (max-width: 767px) {
      .grid .grid-item a.btn {
        width: 100%;
        text-align: center; } }
    .grid .grid-item.end.centre a.btn {
      font-size: 21px !important;
      min-width: 215px; }
      @media (max-width: 980px) {
        .grid .grid-item.end.centre a.btn {
          margin: 10px 0; } }
    @media (max-width: 767px) {
      .grid .grid-item.end.centre .content {
        width: 100%;
        padding: 0 25px; }
        .grid .grid-item.end.centre .content a.btn {
          min-width: 100%;
          text-align: center; } }
    .grid .grid-item.end.centre.help {
      padding: 3% 20px; }
      .grid .grid-item.end.centre.help a.btn {
        margin-top: 20px; }
      .grid .grid-item.end.centre.help .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .grid .grid-item.end.centre.help .content h2 {
          margin-bottom: 20px; }
        .grid .grid-item.end.centre.help .content p {
          margin-top: 5px;
          max-width: 700px; }
    .grid .grid-item.help {
      z-index: 0;
      background-color: #636363;
      color: white; }
      .grid .grid-item.help h2 {
        text-transform: capitalize; }
      .grid .grid-item.help a {
        margin-top: 5%; }
    .grid .grid-item.capability {
      background-color: #636363;
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .grid .grid-item.capability a {
        z-index: 1;
        margin-top: 2%; }
      .grid .grid-item.capability .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .grid .grid-item.capability .content h2 {
          font-size: 23px; }
          .grid .grid-item.capability .content h2:before {
            width: 100%; }
      .grid .grid-item.capability img {
        width: 40%;
        -o-object-fit: contain;
        object-fit: contain; }
    .grid .grid-item.list, .grid .grid-item.main, .grid .grid-item.emergency {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .grid .grid-item.process {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: #636363;
      color: white;
      -ms-grid-row-span: 2;
      grid-row: span 2;
      position: relative;
      padding: 5% 5% 6%; }
      .grid .grid-item.process h2 {
        text-align: center;
        margin: auto; }
      .grid .grid-item.process > div {
        padding-top: 3%; }
        .grid .grid-item.process > div > ol {
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
          padding: 0px;
          margin: 0px auto;
          gap: 38px 40px;
          width: 100%; }
          @media (min-width: 980px) {
            .grid .grid-item.process > div > ol {
              -ms-grid-columns: 1fr 1fr 1fr;
              grid-template-columns: 1fr 1fr 1fr;
              width: 100%; } }
          @media (max-width: 1380px) and (min-width: 980px) {
            .grid .grid-item.process > div > ol {
              -ms-grid-columns: 1fr 1fr;
              grid-template-columns: 1fr 1fr; } }
          .grid .grid-item.process > div > ol li {
            max-width: 290px;
            position: relative;
            font-size: 20px;
            margin-left: 35px; }
          @media (max-width: 980px) {
            .grid .grid-item.process > div > ol {
              padding-top: 10px; }
              .grid .grid-item.process > div > ol li {
                max-width: 100%; }
              .grid .grid-item.process > div > ol .list-item-container {
                -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important; }
                .grid .grid-item.process > div > ol .list-item-container img {
                  width: 40px;
                  height: 40px; } }
          .grid .grid-item.process > div > ol .list-item-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
          .grid .grid-item.process > div > ol img {
            background-color: #f9f9f9;
            padding: 3px;
            width: 30px;
            height: 30px;
            -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 20%);
            clip-path: polygon(20% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 20%); }
            @media (min-width: 980px) {
              .grid .grid-item.process > div > ol img {
                height: 50px;
                width: 50px;
                padding: 8px; } }
      @media (min-width: 980px) {
        .grid .grid-item.process:before {
          content: "";
          width: 98%;
          height: 93%;
          left: 14px;
          top: 17px;
          border: 2px solid #cdc097;
          position: absolute; } }
    .grid .grid-item.image {
      padding: 0px !important;
      margin-bottom: -1px; }
      .grid .grid-item.image img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        max-height: 440px; }
    .grid .grid-item.end:not(.centre) a.btn {
      margin-top: 2%; }
    .grid .grid-item.centre {
      padding: 1%;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

.news {
  padding: 58px 0px 0px; }
  @media (min-width: 980px) {
    .news {
      padding: 80px 0px !important; } }
  .news h1.news-title {
    font-size: 6em;
    color: #3d3d3d;
    padding-inline: 10px; }
  .news .news-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .news .news-listing article {
      padding: 20px 10px !important;
      max-width: 100%; }
      .news .news-listing article img {
        width: 100%;
        height: auto; }
      .news .news-listing article .text-content {
        width: 98%; }
        .news .news-listing article .text-content h2.entry-title {
          padding-top: 20px;
          font-size: 3em; }
          .news .news-listing article .text-content h2.entry-title a {
            color: #585858; }
        .news .news-listing article .text-content p {
          margin-bottom: 10px; }
        .news .news-listing article .text-content .button-link {
          display: inline-block;
          padding-top: 10px;
          font-size: 15px; }
      @media (min-width: 980px) {
        .news .news-listing article {
          max-width: 49%; } }
  @media (max-width: 980px) {
    .news {
      padding-bottom: 50px; }
      .news h1.news-title {
        text-align: center; }
      .news .news-listing {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .news .news-listing .text-content {
          margin: auto; } }

main article.blog-post-single {
  padding: 58px 0px 0px; }
  @media (min-width: 980px) {
    main article.blog-post-single {
      padding: 0px; }
      main article.blog-post-single .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px; } }
  main article.blog-post-single h1 {
    color: #3d3d3d;
    font-size: 5em;
    padding-top: 30px;
    margin-bottom: 20px; }
  main article.blog-post-single h3 {
    color: #3d3d3d; }
  main article.blog-post-single .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 20px;
    text-decoration: none; }
    main article.blog-post-single .back svg {
      stroke: #cdc097; }
  main article.blog-post-single .publish-details time.posted-on.published {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px; }
    main article.blog-post-single .publish-details time.posted-on.published svg {
      stroke: #cdc097;
      margin-right: 5px; }
  main article.blog-post-single .blog-post-left {
    padding: 10px;
    max-width: 900px; }
    main article.blog-post-single .blog-post-left img {
      width: 100%; }
  main article.blog-post-single .blog-post-right {
    padding-top: 10px; }
    main article.blog-post-single .blog-post-right .no-padding {
      margin: auto; }
    main article.blog-post-single .blog-post-right ul {
      list-style: none;
      margin-top: 0px; }
      main article.blog-post-single .blog-post-right ul li {
        padding-inline: 10px;
        padding-bottom: 20px; }
        main article.blog-post-single .blog-post-right ul li:before {
          display: none; }
        main article.blog-post-single .blog-post-right ul li a {
          text-decoration: none; }
          main article.blog-post-single .blog-post-right ul li a img {
            width: 100%; }
          main article.blog-post-single .blog-post-right ul li a .button-link {
            display: inline-block;
            padding-top: 10px;
            font-size: 15px; }
        main article.blog-post-single .blog-post-right ul li p {
          font-size: 15px;
          margin-top: 10px; }
    main article.blog-post-single .blog-post-right h3 {
      color: #3d3d3d;
      font-size: 20px;
      padding-top: 5px;
      margin-bottom: 5px; }

main.content.contact {
  position: relative; }
  main.content.contact:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    background: #ffffffed; }
  main.content.contact section.container.contact {
    color: #1D1D1D; }
    main.content.contact section.container.contact .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 50px;
      column-gap: 50px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (max-width: 980px) {
        main.content.contact section.container.contact .row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          main.content.contact section.container.contact .row .col {
            width: 100% !important;
            padding: 50px 0px; } }
      main.content.contact section.container.contact .row .col {
        margin-top: 10px;
        width: 100%; }
        @media (max-width: 1189px) {
          main.content.contact section.container.contact .row .col > div {
            width: 90%;
            margin: auto; }
            main.content.contact section.container.contact .row .col > div #leaflet {
              width: 100% !important; } }
        main.content.contact section.container.contact .row .col h1 {
          font-size: 70px;
          margin: 0 0 0px 0;
          color: #1D1D1D !important;
          text-transform: none !important; }
          @media (max-width: 767px) {
            main.content.contact section.container.contact .row .col h1 {
              font-size: 5em;
              line-height: normal; } }
        main.content.contact section.container.contact .row .col .content {
          font-size: 12px; }
          main.content.contact section.container.contact .row .col .content .gform_body .gform_fields .gfield--width-half {
            width: 100% !important; }
          main.content.contact section.container.contact .row .col .content .gform_body .gform_fields .gfield {
            margin: 5px 0; }
            main.content.contact section.container.contact .row .col .content .gform_body .gform_fields .gfield label {
              color: #1D1D1D;
              font-size: 18px;
              font-weight: bold; }
          main.content.contact section.container.contact .row .col .content .gform_footer .gform_button.button {
            padding: 10px 50px; }
            main.content.contact section.container.contact .row .col .content .gform_footer .gform_button.button:hover {
              background-color: black; }
        @media (max-width: 1189px) {
          main.content.contact section.container.contact .row .col .contact-details {
            width: 99%;
            margin: auto; } }
        main.content.contact section.container.contact .row .col .contact-details h2 {
          font-size: 40px;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; }
        main.content.contact section.container.contact .row .col .contact-details .detail {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          color: #1D1D1D; }
          main.content.contact section.container.contact .row .col .contact-details .detail span {
            padding-bottom: 10px;
            font-size: 18px !important; }
            @media (max-width: 1196px) {
              main.content.contact section.container.contact .row .col .contact-details .detail span {
                font-size: 16px !important; } }
            main.content.contact section.container.contact .row .col .contact-details .detail span a {
              color: #1D1D1D;
              text-decoration: none; }
            main.content.contact section.container.contact .row .col .contact-details .detail span svg {
              stroke: #1D1D1D;
              vertical-align: middle;
              width: 16px;
              height: 16px;
              margin-right: 10px; }
          main.content.contact section.container.contact .row .col .contact-details .detail.last {
            margin-top: 5px; }
            main.content.contact section.container.contact .row .col .contact-details .detail.last span {
              text-decoration: underline; }

main.team .intro {
  padding-top: 100px; }
  main.team .intro h1 {
    font-size: 5em;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: capitalize; }
    main.team .intro h1:before {
      content: '';
      display: block;
      width: calc(100% + 30px);
      height: 2px;
      position: absolute;
      bottom: -3px;
      background-color: #CDC097; }
    @media (max-width: 767px) {
      main.team .intro h1 {
        font-size: 4em; } }
  @media (min-width: 980px) {
    main.team .intro {
      padding-top: 80px; } }

.teams {
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 10px; }
  @media (min-width: 980px) {
    .teams {
      -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr); }
      .teams .team-member {
        -ms-grid-column-span: 4;
        grid-column: span  4; }
        .teams .team-member:first-child {
          -ms-grid-column-span: 12;
          grid-column: span 12; }
        .teams .team-member:nth-child(4), .teams .team-member:nth-child(3) {
          -ms-grid-column-span: 6;
          grid-column: span 6; }
        .teams .team-member.others {
          -ms-grid-column-span: 3;
          grid-column: span 3; } }
  .teams .team-member {
    background-color: #787878;
    color: white;
    padding: 5%; }
    .teams .team-member:first-child {
      position: relative;
      z-index: 30;
      background-size: 80%;
      background-repeat: no-repeat;
      background-position: top;
      background-size: contain;
      padding: 50% 5% 5% 5%; }
      .teams .team-member:first-child h2 {
        margin-bottom: 2%;
        font-size: 4em; }
      .teams .team-member:first-child a.bio-modal {
        margin-top: 2%; }
      .teams .team-member:first-child a {
        color: white;
        text-decoration: none; }
      @media (min-width: 980px) {
        .teams .team-member:first-child {
          background-position: right;
          padding: 10%; }
          .teams .team-member:first-child:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            z-index: -1;
            background: #202020;
            background: -webkit-linear-gradient(1deg, #202020 40%, rgba(255, 255, 255, 0) 100%);
            background: -o-linear-gradient(1deg, #202020 40%, rgba(255, 255, 255, 0) 100%);
            background: linear-gradient(89deg, #202020 40%, rgba(255, 255, 255, 0) 100%); } }
    @media (min-width: 980px) {
      .teams .team-member {
        padding: 10%; }
        .teams .team-member p, .teams .team-member h2 {
          margin: 0 0 25px 0; } }
    .teams .team-member h2 {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-size: 2.3em; }
    .teams .team-member p, .teams .team-member h2 {
      margin: 5px; }

.model {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 9999;
  width: 100svw;
  height: 100svh;
  top: 0;
  left: 0; }
  .model .modal__content {
    padding: 0 1.5rem 1.5rem;
    height: auto;
    width: 46.875rem;
    max-width: 90svw;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (min-width: 980px) {
      .model .modal__content {
        padding: 0 2.5rem 2.5rem; } }
    @media (min-width: 980px) {
      .model .modal__content .modal__header-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.25rem; }
        .model .modal__content .modal__header-content img {
          -webkit-transform: translateY(-20%);
          -ms-transform: translateY(-20%);
          transform: translateY(-20%);
          width: 11.375rem;
          height: 11.375rem;
          margin-top: 0px; } }
    .model .modal__content .modal__header-content img {
      width: 8.375rem;
      height: 8.375rem;
      border-radius: 50vw;
      -o-object-fit: cover;
      object-fit: cover;
      margin-top: 15px; }
    .model .modal__content .team-member__name {
      position: relative;
      display: inline-block;
      margin-bottom: 0.825rem;
      font-size: 3.5em; }
    .model .modal__content .team-member__position {
      font-size: 2em;
      margin-top: 0;
      margin-bottom: 0.625rem; }
    .model .modal__content .modal__close {
      position: absolute;
      top: 0.625rem;
      right: 0.625rem; }
    .model .modal__content .modal__body {
      height: 100%;
      max-height: 300px;
      overflow: auto;
      position: relative; }
      .model .modal__content .modal__body .fade {
        position: absolute;
        content: '';
        width: 100%;
        height: 100px;
        bottom: 0;
        background: transparent;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(16%, white), color-stop(170%, transparent));
        background: -webkit-linear-gradient(bottom, white 16%, transparent 170%);
        background: -o-linear-gradient(bottom, white 16%, transparent 170%);
        background: linear-gradient(0deg, white 16%, transparent 170%); }
        .model .modal__content .modal__body .fade.nofade {
          display: none; }
      .model .modal__content .modal__body p {
        font-size: 16px; }
      @media (min-width: 980px) {
        .model .modal__content .modal__body {
          max-height: 350px; } }
  .model.open {
    display: block; }

.video-banner.Hire .content {
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 0 !important;
  top: auto;
  width: 100%;
  max-width: 100%;
  background-color: #787878c7;
  padding: 10px !important;
  text-align: left; }
  .video-banner.Hire .content:before {
    display: none; }
  .video-banner.Hire .content > div {
    max-width: 1400px;
    margin: auto; }
  .video-banner.Hire .content a.btn-light, .video-banner.Hire .content .grid .grid-item a.btn, .grid .grid-item .video-banner.Hire .content a.btn, .video-banner.Hire .content .grid .grid-item.help a, .grid .grid-item.help .video-banner.Hire .content a, .video-banner.Hire .content .grid .grid-item.capability a, .grid .grid-item.capability .video-banner.Hire .content a, .video-banner.Hire .content .teams .team-member:first-child a.bio-modal, .teams .team-member:first-child .video-banner.Hire .content a.bio-modal {
    margin-top: 0px;
    padding: 5px 12px; }
    .video-banner.Hire .content a.btn-light:before, .video-banner.Hire .content .grid .grid-item a.btn:before, .grid .grid-item .video-banner.Hire .content a.btn:before, .video-banner.Hire .content .grid .grid-item.help a:before, .grid .grid-item.help .video-banner.Hire .content a:before, .video-banner.Hire .content .grid .grid-item.capability a:before, .grid .grid-item.capability .video-banner.Hire .content a:before, .video-banner.Hire .content .teams .team-member:first-child a.bio-modal:before, .teams .team-member:first-child .video-banner.Hire .content a.bio-modal:before {
      border-bottom: 69px solid #CDC097; }
  .video-banner.Hire .content p {
    margin-bottom: 20px;
    color: white; }

.fleet-listing {
  padding: 60px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .fleet-listing > div {
    vertical-align: text-top;
    width: 49%;
    background-color: #F9F9F9; }
    @media (max-width: 980px) {
      .fleet-listing > div {
        width: 100%; } }
    .fleet-listing > div > div {
      margin-inline: auto;
      width: 80%;
      padding-bottom: 5%; }
      .fleet-listing > div > div > div:not(.btn):not(.list) {
        min-height: 80px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .fleet-listing > div img {
      -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 7% 100%, 0 88%);
      clip-path: polygon(0 0, 100% 0%, 100% 100%, 7% 100%, 0 88%);
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      max-height: 400px; }
    .fleet-listing > div h2 {
      margin-top: 24px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-weight: 600; }
    .fleet-listing > div .list {
      min-height: 78px; }
      .fleet-listing > div .list span {
        font-size: 18px;
        padding-top: 10px;
        width: 100%;
        display: block; }
        .fleet-listing > div .list span strong {
          padding-right: 10px; }
    .fleet-listing > div .btn {
      margin-top: 24px; }
      .fleet-listing > div .btn a {
        width: 48%;
        text-align: center; }
      @media (min-width: 980px) {
        .fleet-listing > div .btn a.btn-grey {
          margin-left: 2%; } }

.pagination {
  width: 100%; }
  .pagination ul {
    margin: 0;
    padding: 30px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none; }
    .pagination ul li {
      color: black;
      padding: 10px;
      font-size: 16px; }
      .pagination ul li:before {
        display: none; }
      .pagination ul li a {
        text-decoration: none; }

section.fleet-intro img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-height: 600px; }
  @media (min-width: 980px) {
    section.fleet-intro img {
      width: 50%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 0px 0px 0px 45px; } }

section.fleet-intro > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 980px) {
    section.fleet-intro > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      section.fleet-intro > div .content {
        width: 90% !important;
        margin: 10px 0px !important; } }
  section.fleet-intro > div .content {
    width: 35%;
    margin: auto 5% auto auto; }
    section.fleet-intro > div .content .back-btn {
      font-size: 1.3em; }
      section.fleet-intro > div .content .back-btn svg {
        height: 20px; }
    section.fleet-intro > div .content h1 {
      margin-top: 28px; }
    section.fleet-intro > div .content .list {
      margin-top: 24px; }
      section.fleet-intro > div .content .list span {
        font-size: 18px;
        padding-top: 10px;
        width: 100%;
        display: block; }
        section.fleet-intro > div .content .list span strong {
          padding-right: 10px; }
    section.fleet-intro > div .content a {
      margin-top: 24px; }
    @media (max-width: 980px) {
      section.fleet-intro > div .content {
        margin-bottom: 40px !important;
        margin-top: 40px !important; } }

section#features {
  background-color: #787878; }
  section#features .feature-items {
    max-width: 1530px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 20px; }
    section#features .feature-items .feature-item {
      width: 25%;
      color: white;
      font-size: 16px; }
      section#features .feature-items .feature-item svg {
        color: #1D1D1D;
        background-color: #F9F9F9;
        padding: 10px;
        width: 50px;
        vertical-align: middle;
        height: 50px;
        margin-right: 5%;
        -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 20%);
        clip-path: polygon(20% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 20%); }
    @media (max-width: 980px) {
      section#features .feature-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        section#features .feature-items .feature-item {
          width: 100%;
          padding: 10px 0px; } }

.fleet-gallery .gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[3];
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  /* Three columns with minimum width 250px */
  gap: 20px;
  /* Adjust the gap between items */
  grid-auto-rows: minmax(100px, auto); }
  .fleet-gallery .gallery .tall {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    /* Occupies 2 rows */ }
  .fleet-gallery .gallery img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%; }
  @media (max-width: 980px) {
    .fleet-gallery .gallery {
      -ms-grid-columns: (minmax(250px, 1fr))[2];
      grid-template-columns: repeat(2, minmax(250px, 1fr)); } }
  @media (max-width: 767px) {
    .fleet-gallery .gallery {
      -ms-grid-columns: 1fr !important;
      grid-template-columns: 1fr !important; } }

.fleet-gallery .disclaimer {
  margin-top: 50px;
  font-size: 12px;
  padding: 0px 10px !important; }
  .fleet-gallery .disclaimer p {
    font-size: 12px;
    margin-top: 0px; }
  @media (max-width: 980px) {
    .fleet-gallery .disclaimer {
      margin-bottom: 40px; } }

.fleet-enquiry {
  background-blend-mode: lighten;
  background-color: #ffffffc2;
  margin-top: -5px;
  padding: 50px;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 980px) {
    .fleet-enquiry {
      padding: 0px; } }
  .fleet-enquiry .fleet-form {
    background-color: #F9F9F9;
    position: relative; }
    .fleet-enquiry .fleet-form h2 {
      margin: 20px 50px 0px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      @media (max-width: 980px) {
        .fleet-enquiry .fleet-form h2 {
          padding: 20px 0px 0px;
          margin: auto; } }
    .fleet-enquiry .fleet-form .fleet {
      position: absolute;
      right: 60px;
      top: 50px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .fleet-enquiry .fleet-form .fleet img {
        width: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        height: auto; }
        @media (min-width: 980px) {
          .fleet-enquiry .fleet-form .fleet img {
            width: 50%;
            -o-object-fit: cover;
            object-fit: contain;
            height: 158px; } }
      .fleet-enquiry .fleet-form .fleet div {
        width: 50%; }
        .fleet-enquiry .fleet-form .fleet div strong, .fleet-enquiry .fleet-form .fleet div p {
          font-size: 20px;
          margin-top: 5px; }
      @media (min-width: 980px) {
        .fleet-enquiry .fleet-form .fleet {
          max-width: 636px; } }
      @media (max-width: 980px) {
        .fleet-enquiry .fleet-form .fleet {
          position: inherit;
          padding: 0px 0px;
          right: 0;
          top: 0;
          width: 100%; }
          .fleet-enquiry .fleet-form .fleet strong, .fleet-enquiry .fleet-form .fleet p {
            font-size: 16px !important; }
          .fleet-enquiry .fleet-form .fleet img {
            padding-top: 10px; } }
    .fleet-enquiry .fleet-form .gform_wrapper {
      padding: 30px 50px 20px; }
      .fleet-enquiry .fleet-form .gform_wrapper .gform_heading {
        display: block;
        margin-bottom: 0px; }
        .fleet-enquiry .fleet-form .gform_wrapper .gform_heading .gform_required_legend {
          display: none; }
      .fleet-enquiry .fleet-form .gform_wrapper .gform-body .gfield--width-half {
        width: 100% !important; }
      .fleet-enquiry .fleet-form .gform_wrapper .gform-body .gfield {
        margin: 0px; }
        .fleet-enquiry .fleet-form .gform_wrapper .gform-body .gfield label {
          font-size: 20px; }
        .fleet-enquiry .fleet-form .gform_wrapper .gform-body .gfield input[type=text], .fleet-enquiry .fleet-form .gform_wrapper .gform-body .gfield input[type=email] {
          font-size: 15px; }
        .fleet-enquiry .fleet-form .gform_wrapper .gform-body .gfield.gfield--type-checkbox legend {
          display: none; }
        .fleet-enquiry .fleet-form .gform_wrapper .gform-body .gfield.gfield--type-checkbox .gchoice {
          margin: auto;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
      .fleet-enquiry .fleet-form .gform_wrapper .gform-body fieldset#field_2_11 .gchoice.gchoice_2_11_1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
      .fleet-enquiry .fleet-form .gform_wrapper .gform_footer {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .fleet-enquiry .fleet-form .gform_wrapper .gform_footer .gform_button {
          border: 2px solid #CDC097 !important;
          -webkit-box-shadow: none !important;
          box-shadow: none !important;
          margin: auto;
          color: black !important;
          padding: 10px 50px !important;
          font-size: 20px !important; }
          .fleet-enquiry .fleet-form .gform_wrapper .gform_footer .gform_button:hover {
            background-color: #CDC097 !important; }
      @media (max-width: 980px) {
        .fleet-enquiry .fleet-form .gform_wrapper {
          padding: 0px 0px; } }

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99990; }
  .lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
    @media (min-width: 980px) {
      .lightbox-content {
        max-width: 50%; } }
  .lightbox #lightbox-image {
    width: 100%;
    height: auto;
    border: 2px solid #000000;
    max-width: 100%; }
  .lightbox .close-button {
    position: absolute;
    top: -10%;
    right: 20px;
    font-size: 39px;
    color: #ffffff;
    cursor: pointer;
    z-index: 999999999999999; }
  .lightbox span.lightbox-nav-button {
    position: absolute; }
    .lightbox span.lightbox-nav-button svg {
      stroke: white; }
    .lightbox span.lightbox-nav-button.next {
      top: 50%;
      left: calc(50% + 26%); }
    .lightbox span.lightbox-nav-button.prev {
      top: 50%;
      right: calc(50% + 26%); }
  @media (max-width: 980px) {
    .lightbox .close-button {
      top: -20%; }
    .lightbox span.lightbox-nav-button {
      top: 83% !important; } }

/* Optional Imports*/
