@charset "UTF-8";
/*!
Theme Name: Ibex Marina
Author: 21Digital
Author URI: https://21digital.agency
Description: Ibex Marina Website Theme
*/
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
* Remove trailing margins from nested lists.
*/
li > ul,
li > ol {
  margin-bottom: 0; }

/**
* Let’s get `<table>`s behaving how we expect.
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Our Site Breakpoints (same as twitter bootstrap) */
/* Break a component out of the main container it sits in */
/* Breakpoints (These are the same values that bootstrap use) */
/* Just a bit bigger than a mobile */
/* iPads etc */
/* Laptop Screens */
/* Large Desktop Screens */
/* Extra large desktop screens */
/* Extra Extra Large Desktop Screens */
/* Maximum width of our site content */
p {
  font-family: "lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  margin-bottom: 10px; }
  p a {
    color: #808080;
    text-decoration: underline; }
    p a:hover {
      color: #000; }

h1, h2, h3, h4, h5, h6 {
  font-family: "lato", sans-serif;
  font-weight: 800;
  color: #232F5D;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px; }
  @media (min-width: 1152px) {
    h1, h2, h3, h4, h5, h6 {
      font-size: 30px;
      line-height: 40px; } }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"] {
  display: block !important;
  width: 100% !important;
  border-radius: 30px !important;
  font-family: "lato", sans-serif !important;
  height: 50px !important;
  text-align: left !important;
  padding-left: 20px !important; }
  input[type="text"]:focus::placeholder,
  input[type="email"]:focus::placeholder,
  input[type="tel"]:focus::placeholder,
  input[type="search"]:focus::placeholder {
    text-indent: -9999px; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="search"]::placeholder {
    color: #232F5D !important; }

textarea {
  border-radius: 30px !important;
  text-align: left !important;
  padding: 20px !important;
  border: 1px solid #232F5D !important;
  height: 150px !important;
  font-family: "lato", sans-serif !important;
  resize: none !important;
  min-block-size: unset !important; }

.gform-theme--foundation .gform_fields {
  row-gap: 20px !important; }

.gform_footer {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin-top: 30px !important; }
  .gform_footer button[type="submit"],
  .gform_footer input[type="submit"] {
    background-color: #E73843 !important;
    border: 1px solid #E73843 !important;
    color: #fff !important;
    border-radius: 30px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    padding: 15px 50px 15px 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    background-image: url("images/icons/white-arrow-2.png");
    background-size: 15px;
    background-position: top 50% right 10px;
    background-repeat: no-repeat; }
    .gform_footer button[type="submit"]:hover,
    .gform_footer input[type="submit"]:hover {
      border-color: #232F5D !important;
      background-color: #fff !important;
      color: #232F5D !important;
      background-image: url("images/icons/arrow-forward.png"); }
    .gform_footer button[type="submit"]:visited,
    .gform_footer input[type="submit"]:visited {
      color: #fff; }
      .gform_footer button[type="submit"]:visited:hover,
      .gform_footer input[type="submit"]:visited:hover {
        color: #fff; }

.enquiry {
  position: relative !important;
  width: 100vw !important;
  left: 50% !important;
  margin-left: -50vw !important;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232F5D; }
  .enquiry .gform_footer {
    margin-top: 0 !important; }
  .page-template-page-contact .enquiry {
    margin-bottom: 0; }
  .enquiry .small {
    font-size: 14px;
    line-height: 18px;
    text-align: left; }
    @media (min-width: 768px) {
      .enquiry .small {
        text-align: center; } }
  .enquiry .gform-theme--framework .gform-field-label--type-inline {
    color: #fff;
    text-align: left;
    margin: -3px 0 0 10px; }
  .enquiry .gfield_checkbox {
    align-items: center; }
  .enquiry .gform-theme--framework .gfield--type-choice .gchoice {
    display: inline-flex;
    padding: 0 20px; }
  .enquiry form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px; }
  .enquiry h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: #fff; }
  .enquiry p {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .enquiry p {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto; } }
  .enquiry input {
    text-align: left; }
  .enquiry .gfield--type-captcha {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }

.apply {
  position: relative !important;
  width: 100vw !important;
  left: 50% !important;
  margin-left: -50vw !important;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F3F3F3; }
  .apply form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px; }
  .apply h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .apply p {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .apply p {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto; } }

table {
  width: 100%; }

th,
td {
  padding: 15px; }

thead th {
  background-color: #232F5D;
  color: #fff;
  text-align: center; }

tbody tr:nth-of-type(even) {
  background-color: #dee2e6; }
tbody td {
  text-align: center; }
  tbody td:first-of-type {
    color: #232F5D;
    font-family: "lato", sans-serif; }

.btn, .blue-outline, .blue-solid, .red-outline, .red-solid, .white-outline {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 30px;
  padding: 15px 50px 15px 20px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  font-family: "lato", sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s ease; }
  @media (min-width: 768px) {
    .btn, .blue-outline, .blue-solid, .red-outline, .red-solid, .white-outline {
      padding: 15px 30px 15px 10px;
      font-size: 10px;
      line-height: 10px; } }
  @media (min-width: 1152px) {
    .btn, .blue-outline, .blue-solid, .red-outline, .red-solid, .white-outline {
      font-size: 14px;
      line-height: 14px;
      padding: 15px 50px 15px 20px; } }
  .btn:hover, .blue-outline:hover, .blue-solid:hover, .red-outline:hover, .red-solid:hover, .white-outline:hover {
    text-decoration: none; }

.blue-outline {
  border-color: #232F5D;
  color: #232F5D;
  background-image: url("images/icons/blue-arrow.png");
  background-size: 25px;
  background-position: top 50% right 10px;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .blue-outline {
      background-size: 10px; } }
  @media (min-width: 1152px) {
    .blue-outline {
      background-size: 15px; } }
  .blue-outline:hover {
    border-color: #4E7491;
    background-color: #4E7491;
    color: #fff;
    background-image: url("images/icons/white-arrow.png");
    background-size: 25px;
    background-position: top 50% right 10px;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .blue-outline:hover {
        background-size: 10px; } }
    @media (min-width: 1152px) {
      .blue-outline:hover {
        background-size: 15px; } }

.blue-solid {
  border-color: #232F5D;
  background-color: #232F5D;
  color: #fff;
  background-image: url("images/icons/white-arrow-2.png");
  background-size: 15px;
  background-position: top 50% right 10px;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .blue-solid {
      background-size: 10px; } }
  @media (min-width: 1152px) {
    .blue-solid {
      background-size: 15px; } }
  .blue-solid:hover {
    border-color: #232F5D;
    background-color: #fff;
    color: #232F5D;
    background-image: url("images/icons/arrow-forward.png"); }
  .blue-solid:visited {
    color: #fff; }
    .blue-solid:visited:hover {
      color: #232F5D; }

.red-outline {
  border-color: #E73843;
  color: #232F5D;
  background-image: url("images/icons/arrow-forward.png");
  background-size: 15px;
  background-position: top 50% right 10px;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .red-outline {
      background-size: 10px; } }
  @media (min-width: 1152px) {
    .red-outline {
      background-size: 15px; } }
  .red-outline:hover {
    border-color: #E73843;
    background-color: #E73843;
    color: #fff;
    background-image: url("images/icons/white-arrow-2.png");
    background-size: 15px;
    background-position: top 50% right 10px;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .red-outline:hover {
        background-size: 10px; } }
    @media (min-width: 1152px) {
      .red-outline:hover {
        background-size: 15px; } }

.red-solid {
  background-color: #E73843;
  border-color: #E73843;
  color: #fff;
  background-image: url("images/icons/white-arrow-2.png");
  background-size: 15px;
  background-position: top 50% right 10px;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .red-solid {
      background-size: 10px; } }
  @media (min-width: 1152px) {
    .red-solid {
      background-size: 15px; } }
  .red-solid:hover {
    border-color: #E73843;
    background-color: transparent;
    color: #E73843;
    background-image: url("images/icons/red-arrow-right.png");
    background-size: 15px;
    background-position: top 50% right 10px;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .red-solid:hover {
        background-size: 10px; } }
    @media (min-width: 1152px) {
      .red-solid:hover {
        background-size: 15px; } }

.white-outline {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  background-image: url("images/icons/white-arrow-2.png");
  background-size: 15px;
  background-position: top 50% right 10px;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .white-outline {
      background-size: 10px; } }
  @media (min-width: 1152px) {
    .white-outline {
      background-size: 15px; } }
  .white-outline:hover {
    background-color: #fff;
    background-image: url("images/icons/arrow-forward.png");
    color: #232F5D; }

.default-btn {
  color: #232F5D;
  font-family: "lato", sans-serif;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #232F5D;
  font-size: 14px;
  line-height: 14px;
  padding-right: 40px;
  background-image: url("images/icons/arrow-forward.png");
  background-size: 15px;
  background-position: top 50% right 10px;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .default-btn {
      background-size: 10px; } }
  @media (min-width: 1152px) {
    .default-btn {
      background-size: 15px; } }
  .default-btn:hover {
    text-decoration: none; }

.btn-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%; }
  @media (min-width: 576px) {
    .btn-container {
      flex-direction: row;
      align-items: center; } }
  .btn-container a:not(:last-of-type) {
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .btn-container a:not(:last-of-type) {
        margin-right: 20px;
        margin-bottom: 0; } }

#mega-menu-wrap-menu-1 {
  display: none !important;
  width: 600px !important; }
  @media (min-width: 992px) {
    #mega-menu-wrap-menu-1 {
      display: block !important; } }
  #mega-menu-wrap-menu-1 .mega-menu:not(.mega-sub-menu) {
    display: flex !important;
    position: relative;
    justify-content: space-between;
    padding-left: 0;
    z-index: 100; }
  #mega-menu-wrap-menu-1 li:not(.mega-sub-menu li) {
    display: inline-block;
    flex: 1 0 auto !important; }
    @media (min-width: 1366px) {
      #mega-menu-wrap-menu-1 li:not(.mega-sub-menu li) {
        flex: none; } }
    #mega-menu-wrap-menu-1 li:not(.mega-sub-menu li):hover .mega-sub-menu {
      left: 0; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
  margin: 0 !important; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  width: 32.3% !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  color: #232F5D !important; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
  width: 100% !important;
  left: 32.3% !important; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #232F5D !important;
  text-transform: none !important;
  font-size: 14px !important; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  text-transform: none !important;
  font-size: 14px !important;
  color: #808080 !important;
  font-weight: normal !important; }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    text-decoration: underline !important; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 5px 0 0 15px !important; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
  width: 800px !important; }

body.menu-active {
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%; }

.menu-reveal {
  display: block;
  position: fixed;
  width: 350px;
  height: 100%;
  top: 0;
  right: -400px;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0);
  z-index: -100;
  transition: all .3s ease; }
  @media (min-width: 768px) {
    .menu-reveal {
      width: 400px; } }
  .menu-reveal.opened {
    background-color: white;
    transition: all .3s ease;
    z-index: 9999;
    right: 0;
    padding: 20px;
    height: 100%;
    box-shadow: -6px 1px 5px -5px rgba(0, 0, 0, 0.48);
    overflow-y: scroll;
    overflow-x: hidden; }

.menu-reveal--links {
  display: block;
  width: 100%;
  text-align: right;
  padding: 0 15px;
  margin-bottom: 20px; }
  .menu-reveal--links li {
    display: inline-block;
    width: auto;
    margin: 0; }
    .menu-reveal--links li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 15px;
      text-transform: capitalize;
      text-align: center;
      font-size: 12px;
      line-height: 12px; }
      .menu-reveal--links li a:hover {
        text-decoration: none; }
  .menu-reveal--links .close-menu {
    width: 100px;
    text-align: right;
    color: #808080;
    padding: 0; }
    @media (min-width: 1152px) {
      .menu-reveal--links .close-menu {
        font-size: 16px;
        line-height: 16px; } }
    .menu-reveal--links .close-menu img {
      max-width: 30px; }

.menu-container {
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll; }
  @media (min-width: 1152px) {
    .menu-container {
      overflow: unset; } }

.drilldown {
  display: block; }

body.menu-opened {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.drilldown .main-nav {
  position: relative;
  padding: 0;
  padding-right: 20px; }

.drilldown ul {
  padding-left: 0; }
.drilldown li {
  display: flex;
  position: relative;
  clear: both;
  list-style: none;
  padding: 0; }
  .drilldown li:hover a {
    text-decoration: none; }
  .drilldown li:not(:last-of-type) {
    margin-bottom: 0;
    border-bottom: 1px solid #999; }
  .drilldown li a {
    padding: 5px 15px;
    display: block;
    color: #232F5D;
    font-family: "lato", sans-serif;
    text-transform: uppercase;
    line-height: 35px;
    font-size: 16px;
    font-weight: 700; }
    .drilldown li a:hover {
      text-decoration: none; }

.dropdown-inner {
  position: relative;
  padding: 0;
  z-index: 60;
  width: 100%; }
  .dropdown-inner a {
    display: inline-block;
    position: relative;
    padding-right: 35px;
    color: #000; }

.drilldown .dropdown {
  position: static; }

.mega-sub-link a {
  text-transform: capitalize !important;
  font-weight: 400 !important;
  font-size: 14px !important; }

.drilldown span.expand {
  z-index: 70;
  width: 100%;
  height: 45px;
  line-height: 40px;
  text-align: left;
  padding: 0 0 0 15px;
  font-size: 16px;
  cursor: pointer;
  color: #000;
  position: absolute;
  display: block;
  top: 0;
  right: 0; }
  .drilldown span.expand:before {
    content: "";
    display: block;
    width: 55px;
    height: 45px;
    float: right;
    line-height: 45px;
    background-image: url("images/icons/arrow-forward.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s; }
  .drilldown span.expand:hover:before {
    content: "";
    display: block;
    width: 55px;
    height: 45px;
    float: right;
    line-height: 45px;
    background-image: url("images/icons/arrow-forward.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s; }

.drilldown span.back {
  z-index: 70;
  width: 100%;
  height: 55px;
  line-height: 52px;
  text-align: left;
  text-transform: uppercase;
  padding: 0 0 0 15px;
  font-family: "lato", sans-serif;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  letter-spacing: normal; }
  .drilldown span.back:before {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    float: right;
    line-height: 55px;
    background-image: url("images/icons/white-arrow-2.png");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    transform: rotate(180deg); }
  .drilldown span.back:hover:before {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    float: right;
    line-height: 52px;
    background-image: url("images/icons/white-arrow-2.png");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s; }

.dropdown-menu {
  clear: both;
  padding: 0;
  float: none;
  border: none;
  visibility: visible;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100% !important;
  min-height: 100vh !important;
  background: #fff !important;
  z-index: 9991;
  opacity: 1;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -moz-transition: transform .4s ease;
  -o-transition: transform .4s ease;
  -webkit-transition: transform .4s ease;
  transition: transform .4s ease;
  -ms-transform: 0 0 0 white;
  -o-transform: 0 0 0 white; }
  .dropdown-menu .dropdown-inner {
    padding: 0 20px; }

.menu-mobile-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  height: 100%; }

.back-prev-menu {
  font-weight: 400;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  height: 55px;
  line-height: 55px;
  width: 100%;
  background: #232F5D;
  margin-bottom: 15px; }
  .back-prev-menu a {
    color: #fff;
    padding: 13px 40px 13px 0;
    text-align: center;
    font-size: 16px;
    position: static;
    height: auto;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (min-width: 1152px) {
      .back-prev-menu a {
        font-size: 20px;
        line-height: 20px; } }
  .back-prev-menu .back {
    color: #fff !important;
    padding: 0 0 13px 45px !important;
    text-align: center;
    font-family: "lato", sans-serif;
    font-size: 16px;
    position: static;
    height: auto;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (min-width: 1152px) {
      .back-prev-menu .back {
        font-size: 20px;
        line-height: 20px; } }
    .back-prev-menu .back:before {
      position: absolute;
      left: 0;
      top: 0;
      float: left;
      line-height: 20px;
      width: 46px;
      height: 40px;
      content: '';
      background-image: url("images/icons/white-arrow-2.png") !important; }

.mega-sub-link a {
  height: 45px;
  line-height: 42px !important;
  padding: 0 !important;
  border-bottom: 1px solid #999; }

html {
  /*! autoprefixer: off */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *::before, *::after {
  /*! autoprefixer: off */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html {
  /*! autoprefixer: off */
  font-size: 14px;
  line-height: 20px;
  font-family: "lato", sans-serif;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

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

a {
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: underline; }

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }

ul,
ol {
  padding-left: 15px; }

li {
  font-size: 14px;
  line-height: 20px;
  color: #808080; }
  @media (min-width: 1152px) {
    li {
      font-size: 16px;
      line-height: 22px; } }

.c-container, #mega-menu-wrap-menu-1 .mega-menu:not(.mega-sub-menu), .no-results form, .key-messages, .seo-block, .seo-offset-block, .image-expand--intro, .product-listing ul, .news-list ul, .gallery-carousel ul, .dealer-location, .brands, .vacancy-overview ul, .our-markets ul, article, .dealers, .navigation-inner, .errordiv, .downloads ul, .search-filter form {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 1600px) {
    .c-container, #mega-menu-wrap-menu-1 .mega-menu:not(.mega-sub-menu), .no-results form, .key-messages, .seo-block, .seo-offset-block, .image-expand--intro, .product-listing ul, .news-list ul, .gallery-carousel ul, .dealer-location, .brands, .vacancy-overview ul, .our-markets ul, article, .dealers, .navigation-inner, .errordiv, .downloads ul, .search-filter form {
      max-width: 1152px;
      padding-left: 0;
      padding-right: 0; } }

.seperator {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #232F5D; }

body {
  overflow: hidden; }

header.site-header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 999;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 992px) {
    header.site-header {
      display: flex;
      padding-left: 20px;
      padding-right: 0; } }

.mob-top {
  display: none;
  visibility: hidden; }
  @media (max-width: 991px) {
    .mob-top {
      display: flex;
      visibility: visible;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #232F5D;
      padding: 10px; } }
  .mob-top a[href^="tel"] {
    display: flex;
    align-items: center;
    color: #232F5D;
    font-size: 11px; }
    .mob-top a[href^="tel"]:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 20px;
      height: 25px;
      background-image: url("images/icons/blue-phone.png");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center; }
  .mob-top .language {
    display: inline-block;
    position: relative; }
    .mob-top .language img {
      width: 20px;
      height: 20px; }
  .mob-top select {
    height: auto;
    width: 120px;
    border: 0;
    padding-left: 5px;
    font-weight: 600;
    color: #232F5D;
    background-image: url("images/icons/drop-down.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: top 50% right 0; }
    .mob-top select:focus {
      outline: 0; }

.header-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px; }
  @media (min-width: 992px) {
    .header-inner {
      flex-wrap: nowrap;
      padding-top: 0;
      padding-bottom: 0; } }
  .header-inner .mobile-phone {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    font-size: 12px;
    font-family: "lato", sans-serif;
    color: #232F5D;
    margin-right: 20px; }
    .header-inner .mobile-phone img {
      width: auto;
      height: 25px; }
  .header-inner .menu-toggle {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    font-size: 12px;
    font-family: "lato", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #232F5D;
    margin-left: 20px; }
    @media (min-width: 992px) {
      .header-inner .menu-toggle {
        display: none; } }
    @media (min-width: 1366px) {
      .header-inner .menu-toggle {
        font-size: 14px; } }
    .header-inner .menu-toggle:hover {
      text-decoration: none; }
    .header-inner .menu-toggle img {
      width: 30px; }
      @media (min-width: 992px) {
        .header-inner .menu-toggle img {
          margin-left: 5px; } }

.site-logo {
  width: 150px;
  margin-left: 20px; }
  @media (min-width: 992px) {
    .site-logo {
      margin-left: 0;
      margin-top: auto;
      margin-bottom: auto; } }
  @media (min-width: 1152px) {
    .site-logo {
      width: 250px; } }
  .site-logo img {
    width: 100%; }

.mob-links {
  display: none; }
  @media (max-width: 991px) {
    .mob-links {
      display: flex;
      width: 100%;
      padding: 0;
      margin-top: 20px; } }
  .mob-links li {
    list-style: none;
    flex: 1;
    text-align: center; }
    .mob-links li a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 100%;
      padding: 10px;
      text-align: center;
      color: #fff;
      font-family: "lato", sans-serif;
      font-size: 14px;
      line-height: 16px; }
      .mob-links li a:hover {
        text-decoration: none; }
      .mob-links li a img {
        max-width: 20px; }
    .mob-links li:nth-of-type(1) {
      background-color: #232F5D;
      border-right: 1px solid #fff; }
      .mob-links li:nth-of-type(1) img {
        margin-right: 5px; }
    .mob-links li:nth-of-type(2) {
      background-color: #232F5D; }
      .mob-links li:nth-of-type(2) img {
        margin-right: 5px; }
    .mob-links li:nth-of-type(3) {
      background-color: #E73843; }
      .mob-links li:nth-of-type(3) img {
        margin-left: 10px; }
      .mob-links li:nth-of-type(3) a {
        color: #fff; }

.advice-link {
  display: none;
  background-color: #E73843;
  color: white;
  flex-direction: column;
  justify-content: center;
  top: 0;
  position: relative;
  top: 0;
  right: 0;
  height: auto;
  margin-left: 20px;
  width: 300px;
  text-align: center; }
  .advice-link:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(images/triangle-trimmed-left.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center; }
  @media (min-width: 992px) {
    .advice-link {
      display: flex; } }
  .advice-link p {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px; }
  .advice-link a {
    color: #fff;
    font-weight: 700;
    font-style: normal;
    font-size: 19px; }

.top-links {
  margin-left: auto;
  margin-bottom: 5px;
  margin-top: 10px;
  position: relative;
  width: auto;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  right: 20px;
  top: 0; }
  @media (min-width: 992px) {
    .top-links {
      display: flex;
      align-items: center;
      position: relative;
      width: 70%; } }
  .top-links .language {
    display: inline-block;
    width: auto;
    padding: 0 0 0 70px;
    position: relative; }
    .top-links .language #google_language_translator {
      width: 130px; }
      .top-links .language #google_language_translator:before {
        content: "Language:";
        position: absolute;
        left: 0;
        top: 3px;
        font-weight: 600 !important;
        color: #232F5D !important; }
    .top-links .language img {
      width: 20px;
      height: 20px; }
    .top-links .language #flags {
      display: none; }
    .top-links .language select {
      height: 50px !important;
      width: 100% !important;
      border: 0 !important;
      padding-left: 5px !important;
      font-weight: 600 !important;
      color: #232F5D !important;
      appearance: none !important;
      background-image: url("images/icons/drop-down.png") !important;
      background-repeat: no-repeat !important;
      background-size: 10px !important;
      background-position: top 50% right 0 !important; }
      .top-links .language select:focus {
        outline: 0 !important; }
  .top-links form {
    display: none;
    border: 1px solid #232F5D;
    border-radius: 30px;
    margin-right: 15px; }
    @media (min-width: 992px) {
      .top-links form {
        display: flex;
        width: 280px; } }
    .top-links form input {
      height: 50px;
      border: 0; }
      .top-links form input::placeholder {
        color: #808080; }
      .top-links form input:focus {
        outline: 0; }
    .top-links form button[type="submit"] {
      background-color: transparent;
      border: 0;
      height: 50px;
      width: 50px;
      padding: 0;
      cursor: pointer; }
      .top-links form button[type="submit"] img {
        max-width: 20px; }

#google_language_translator select.goog-te-combo {
  border: 0 !important; }

.header-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }
  @media (min-width: 992px) {
    .header-bottom {
      width: 100%;
      align-items: center;
      margin-left: auto; } }
  @media (min-width: 1366px) {
    .header-bottom {
      width: 80%; } }
  .header-bottom .search-toggle {
    display: flex;
    font-weight: 600; }
    @media (min-width: 992px) {
      .header-bottom .search-toggle {
        display: none; } }
  .header-bottom .mobile-phone {
    display: flex; }
    @media (min-width: 992px) {
      .header-bottom .mobile-phone {
        display: none; } }

.header-actions {
  width: 45%;
  margin-left: auto;
  margin-right: 20px; }
  @media (max-width: 991px) {
    .header-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end; } }
  @media (min-width: 992px) {
    .header-actions {
      margin-right: 0;
      width: calc(100% - 100px); } }
  @media (min-width: 1152px) {
    .header-actions {
      width: 100%; } }

.search-toggle {
  display: flex; }
  @media (max-width: 991px) {
    .search-toggle {
      flex-direction: column-reverse;
      align-items: center;
      justify-content: center;
      font-family: "lato", sans-serif;
      font-size: 600;
      text-transform: uppercase;
      font-size: 12px;
      color: #232F5D; } }
  .search-toggle img {
    max-width: 25px; }

.site-header .search {
  display: none; }
  @media (min-width: 992px) {
    .site-header .search {
      display: inline-block;
      width: 250px; } }
  .site-header .search form {
    display: flex;
    padding: 0; }
  .site-header .search input[type="text"] {
    border-right: 0;
    padding-left: 20px;
    background-color: #232F5D;
    border: 1px solid #232F5D;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #fff; }
    .site-header .search input[type="text"]::placeholder {
      color: #fff; }
    .site-header .search input[type="text"]:focus {
      outline: 0; }
      .site-header .search input[type="text"]:focus::placeholder {
        text-indent: -9999px; }

#top {
  display: block;
  position: relative;
  width: 100%;
  scroll-margin: 120px; }

.search-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: -9999;
  transition: all .3s ease;
  opacity: 0; }
  @media (min-width: 1152px) {
    .search-container {
      background-color: rgba(255, 255, 255, 0.95); } }
  .search-container.search-active {
    opacity: 1;
    z-index: 9999; }
  .search-container p {
    margin-bottom: 0;
    text-align: center;
    font-family: "lato", sans-serif;
    padding: 0 30px;
    color: #232F5D;
    font-size: 26px;
    line-height: 36px; }
    .search-container p ~ p {
      font-family: "lato", sans-serif;
      font-size: 16px;
      line-height: 20px; }
    .search-container p a {
      text-decoration: underline;
      text-underline-offset: 3px;
      text-decoration-color: #232F5D; }
      .search-container p a:hover {
        text-decoration: none;
        color: #232F5D; }
  .search-container form {
    display: flex;
    width: 90%;
    padding: 30px 0; }
    @media (min-width: 768px) {
      .search-container form {
        width: 600px; } }
  .search-container input[type="text"] {
    width: calc(100% - 100px);
    font-family: "lato", sans-serif;
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #232F5D;
    border-right: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
    .search-container input[type="text"]:focus {
      outline: 0; }
    .search-container input[type="text"]::placeholder {
      font-size: 18px;
      line-height: 18px; }
  .search-container button[type="submit"] {
    background-color: transparent;
    border: 1px solid #232F5D;
    border-left: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 50px;
    width: 50px;
    padding: 0;
    cursor: pointer; }
    .search-container button[type="submit"] img {
      max-width: 20px; }

.close-search {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px; }
  .close-search img {
    max-width: 20px; }

body.search-active {
  overflow: hidden;
  height: 100vh; }

.search-title {
  text-align: center;
  margin-bottom: 60px; }
  .search-title span {
    color: #232F5D;
    font-style: italic; }
  .search-title form {
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .search-title form {
        width: 600px; } }
  .search-title input[type="text"] {
    background-color: #fff;
    border: 1px solid #232F5D;
    border-right: 0;
    color: #232F5D;
    padding-left: 20px; }
    .search-title input[type="text"]::placeholder {
      color: #232F5D; }
  .search-title button[type="submit"] {
    width: 50px;
    height: 50px;
    background-color: #232F5D;
    border: 1px solid #232F5D;
    border-left: 0;
    color: #fff; }
    .search-title button[type="submit"] img {
      max-width: 20px; }

.search-listing {
  padding-top: 60px;
  padding-bottom: 0; }
  .search-listing h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px; }
  .search-listing ul {
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    width: 100%; }
  .search-listing .slick-prev {
    left: -10px; }
  .search-listing .slick-next {
    right: -10px; }
  .search-listing li {
    display: flex;
    flex-direction: column;
    position: relative;
    list-style: none;
    overflow: hidden;
    height: auto;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%; }
    .search-listing li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .search-listing li {
        width: 23.5%;
        padding: 0;
        margin-right: 2%; }
        .search-listing li:nth-of-type(2n) {
          margin-right: 2%; }
        .search-listing li:nth-of-type(4n) {
          margin-right: 0; } }

.no-results {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center; }
  .no-results p {
    margin-bottom: 30px; }
  .no-results form {
    max-width: 300px;
    display: flex;
    flex-direction: row; }
    @media (min-width: 576px) {
      .no-results form {
        justify-content: center; } }
  .no-results label {
    width: 100%; }
    @media (min-width: 576px) {
      .no-results label {
        width: 300px; } }
  .no-results input[type="search"] {
    margin-bottom: 10px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #232F5D;
    border-right: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
    @media (min-width: 576px) {
      .no-results input[type="search"] {
        margin-bottom: 0; } }
  .no-results input[type="submit"] {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #232F5D;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: 0;
    cursor: pointer;
    text-indent: -9999px;
    background-image: url("images/icons/search.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center; }
    .no-results input[type="submit"] img {
      max-width: 20px; }

.breadcrumb {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 0 0 0;
  border-top: 1px solid #232F5D; }
  .breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 2.5%; }
  .breadcrumb li {
    font-size: 12px;
    line-height: 18px;
    color: #999;
    list-style: none; }
    .breadcrumb li:not(:first-of-type):before {
      content: "/";
      display: inline-block;
      position: relative;
      font-size: 12px;
      line-height: 12px;
      margin: 0 5px; }
    .breadcrumb li a {
      font-size: 12px;
      line-height: 12px;
      color: #808080; }
      .breadcrumb li a:hover {
        color: #232F5D; }

.site-footer {
  position: relative;
  background-color: #232F5D; }
  .site-footer:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: #fff; }

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 360px 20px 60px 20px; }
  @media (min-width: 768px) {
    .footer-inner {
      max-width: 1152px;
      margin-left: auto;
      margin-right: auto;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start; } }
  @media (min-width: 992px) {
    .footer-inner {
      padding: 200px 20px 50px 20px; } }
  .footer-inner ul {
    padding: 0; }
  .footer-inner .footer-col {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .footer-inner .footer-col {
        width: 30%;
        margin-bottom: 0; }
        .footer-inner .footer-col:first-of-type {
          width: 30%; }
        .footer-inner .footer-col:nth-of-type(2) {
          width: 20%; }
        .footer-inner .footer-col ul:not(.socials) {
          margin-top: 0;
          display: flex;
          flex-direction: column;
          width: 100%; }
        .footer-inner .footer-col li {
          margin-bottom: 0; }
          .footer-inner .footer-col li a {
            font-size: 12px; }
            .footer-inner .footer-col li a:hover {
              color: #E73843; }
          .footer-inner .footer-col li a[href^="mailto:"] {
            text-transform: none; } }
    @media (min-width: 992px) {
      .footer-inner .footer-col:first-of-type {
        width: 30%; } }
    @media (min-width: 1152px) {
      .footer-inner .footer-col li a {
        font-size: 16px; } }
    @media (min-width: 1366px) {
      .footer-inner .footer-col:first-of-type {
        width: 20%; }
      .footer-inner .footer-col:nth-of-type(2) {
        width: 15%; } }
    .footer-inner .footer-col ul.socials {
      display: flex;
      padding-left: 0;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .footer-inner .footer-col ul.socials {
          margin-bottom: 0; } }
      .footer-inner .footer-col ul.socials img {
        max-width: 35px; }
      .footer-inner .footer-col ul.socials li {
        margin-bottom: 0; }
        .footer-inner .footer-col ul.socials li:not(:last-of-type) {
          margin-right: 10px; }
    .footer-inner .footer-col img:not(.socials img) {
      max-width: 150px;
      margin-bottom: 10px; }
    .footer-inner .footer-col li {
      list-style: none; }
      .footer-inner .footer-col li:not(:last-of-type) {
        margin-bottom: 20px; }
      .footer-inner .footer-col li a:hover {
        color: #E73843; }
    @media (max-width: 767px) {
      .footer-inner .footer-col:nth-of-type(1) {
        order: 4;
        margin-bottom: 0; }
        .footer-inner .footer-col:nth-of-type(1) ul {
          display: flex;
          margin-top: 10px; }
        .footer-inner .footer-col:nth-of-type(1) li:not(:last-of-type) {
          margin-right: 10px; }
        .footer-inner .footer-col:nth-of-type(1) li a {
          font-size: 12px;
          line-height: 12px; }
      .footer-inner .footer-col:nth-of-type(2) {
        order: 1;
        width: 50%; }
      .footer-inner .footer-col:nth-of-type(3) {
        order: 2;
        width: 50%; }
      .footer-inner .footer-col:nth-of-type(4) {
        order: 3; } }
    @media (min-width: 1152px) {
      .footer-inner .footer-col p {
        font-size: 16px; } }
  .footer-inner .contact-links {
    margin-bottom: 30px; }
  .footer-inner h6 {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px; }
  .footer-inner p {
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    line-height: 18px; }
    .footer-inner p a {
      font-size: 12px;
      line-height: 18px; }
  .footer-inner a {
    color: #fff;
    font-size: 14px;
    line-height: 18px; }
    .footer-inner a:not(.contact-links a) {
      font-family: "lato", sans-serif; }
    .footer-inner a:hover {
      color: #E73843; }
  .footer-inner address {
    position: relative;
    color: #fff;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 20px; }
    @media (min-width: 1152px) {
      .footer-inner address {
        font-size: 16px;
        line-height: 24px; } }
  .footer-inner a[href^="tel"] {
    display: inline-flex;
    align-items: center;
    position: relative; }
    .footer-inner a[href^="tel"]:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 20px;
      height: 30px;
      top: 3px;
      margin-right: 10px;
      background-image: url("images/icons/phone.png");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center; }
    @media (min-width: 768px) {
      .footer-inner a[href^="tel"] {
        pointer-events: none; } }
  .footer-inner a[href^="mailto"] {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-top: 0; }
    .footer-inner a[href^="mailto"]:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 20px;
      height: 30px;
      top: 3px;
      margin-right: 10px;
      background-image: url("images/icons/email.png");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center; }

.bottom-links {
  border-top: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px; }
  .bottom-links .c-container, .bottom-links #mega-menu-wrap-menu-1 .mega-menu:not(.mega-sub-menu), #mega-menu-wrap-menu-1 .bottom-links .mega-menu:not(.mega-sub-menu), .bottom-links .no-results form, .no-results .bottom-links form, .bottom-links .key-messages, .bottom-links .seo-block, .bottom-links .seo-offset-block, .bottom-links .image-expand--intro, .bottom-links .product-listing ul, .product-listing .bottom-links ul, .bottom-links .news-list ul, .news-list .bottom-links ul, .bottom-links .gallery-carousel ul, .gallery-carousel .bottom-links ul, .bottom-links .dealer-location, .bottom-links .brands, .bottom-links .vacancy-overview ul, .vacancy-overview .bottom-links ul, .bottom-links .our-markets ul, .our-markets .bottom-links ul, .bottom-links article, .bottom-links .dealers, .bottom-links .navigation-inner, .bottom-links .errordiv, .bottom-links .downloads ul, .downloads .bottom-links ul, .bottom-links .search-filter form, .search-filter .bottom-links form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .bottom-links .c-container, .bottom-links #mega-menu-wrap-menu-1 .mega-menu:not(.mega-sub-menu), #mega-menu-wrap-menu-1 .bottom-links .mega-menu:not(.mega-sub-menu), .bottom-links .no-results form, .no-results .bottom-links form, .bottom-links .key-messages, .bottom-links .seo-block, .bottom-links .seo-offset-block, .bottom-links .image-expand--intro, .bottom-links .product-listing ul, .product-listing .bottom-links ul, .bottom-links .news-list ul, .news-list .bottom-links ul, .bottom-links .gallery-carousel ul, .gallery-carousel .bottom-links ul, .bottom-links .dealer-location, .bottom-links .brands, .bottom-links .vacancy-overview ul, .vacancy-overview .bottom-links ul, .bottom-links .our-markets ul, .our-markets .bottom-links ul, .bottom-links article, .bottom-links .dealers, .bottom-links .navigation-inner, .bottom-links .errordiv, .bottom-links .downloads ul, .downloads .bottom-links ul, .bottom-links .search-filter form, .search-filter .bottom-links form {
        max-width: 1152px;
        padding-left: 20px;
        padding-right: 20px; } }
  .bottom-links p {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    margin: 0 0 10px 0; }
    @media (min-width: 768px) {
      .bottom-links p {
        margin: 0; } }
    @media (min-width: 1152px) {
      .bottom-links p {
        font-size: 14px;
        line-height: 14px; } }
    .bottom-links p a {
      color: #fff; }
  .bottom-links ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
    @media (max-width: 767px) {
      .bottom-links ul {
        width: 100%;
        justify-content: space-between; } }
    .bottom-links ul li {
      list-style: none; }
      .bottom-links ul li:not(:last-of-type) {
        margin-right: 10px; }
        @media (min-width: 768px) {
          .bottom-links ul li:not(:last-of-type) {
            margin-right: 40px; } }
    .bottom-links ul a {
      color: #fff;
      font-family: "lato", sans-serif;
      font-size: 10px;
      line-height: 10px;
      text-decoration: underline; }
      @media (min-width: 768px) {
        .bottom-links ul a {
          font-size: 12px;
          line-height: 12px; } }
      @media (min-width: 1152px) {
        .bottom-links ul a {
          font-size: 14px;
          line-height: 14px; } }
      .bottom-links ul a:hover {
        text-decoration: none; }

.newsletter {
  background-color: #E73843;
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  padding: 30px;
  overflow: hidden;
  z-index: 50; }
  @media (min-width: 768px) {
    .newsletter {
      right: 20px;
      width: 400px; } }
  @media (min-width: 1600px) {
    .newsletter {
      right: calc(50% - 1366px / 2); } }
  .newsletter:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -35px;
    right: -35px;
    width: 70px;
    height: 70px;
    transform: rotate(45deg);
    background-color: #232F5D; }
  .newsletter h6 {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px; }
    @media (min-width: 1152px) {
      .newsletter h6 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 30px; } }
  .newsletter p {
    color: #fff;
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 1152px) {
      .newsletter p {
        font-size: 18px;
        line-height: 26px; } }
  .newsletter input[type="email"] {
    background-color: transparent !important;
    border-radius: 0 !important;
    color: #fff !important;
    border: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #fff !important;
    font-size: 18px !important;
    line-height: 26px !important; }
    .newsletter input[type="email"]:focus {
      outline: none !important; }
    .newsletter input[type="email"]::placeholder {
      color: #fff !important; }
  .newsletter .gform_footer {
    justify-content: flex-start !important; }
  .newsletter button[type="submit"],
  .newsletter input[type="submit"] {
    position: relative;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background-image: none !important;
    height: 50px !important;
    width: 150px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #E73843 !important;
    cursor: pointer !important;
    margin-top: 0 !important;
    transition: all 0.3s ease !important; }
    .newsletter button[type="submit"]:hover,
    .newsletter input[type="submit"]:hover {
      background-color: #232F5D !important;
      border-color: #232F5D !important;
      color: #fff !important; }
  .newsletter:has(.gform_validation_errors) {
    top: -50px; }
    @media (min-width: 1152px) {
      .newsletter:has(.gform_validation_errors) {
        top: -80px; } }

.gform_validation_errors {
  background-color: #fff !important;
  color: #232F5D !important;
  margin-bottom: 0 !important; }
  .gform_validation_errors h2 {
    color: #232F5D !important; }

.gform_submission_error {
  flex-direction: row !important; }

.gfield_validation_message {
  color: #232F5D !important; }

.key-messages {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #232F5D;
  border-bottom: 1px solid #232F5D;
  max-width: 100%;
  order: 3; }
  body.home .key-messages {
    border-top: none; }
  @media (min-width: 1152px) {
    .key-messages {
      order: unset; } }
  .key-messages ul {
    padding: 0; }
  .key-messages li {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #232F5D; }
  .key-messages a {
    color: #232F5D;
    text-decoration: none; }
    .key-messages a:hover {
      color: #232F5D;
      text-decoration: underline; }
  .key-messages img {
    max-width: 45px;
    margin-right: 10px; }
  .key-messages p {
    margin-bottom: 0;
    color: #232F5D;
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 992px) {
      .key-messages p {
        font-size: 14px;
        line-height: 18px; } }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  z-index: 20;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px; }
  @media (min-width: 1152px) {
    .slick-prev,
    .slick-next {
      width: 50px;
      height: 50px;
      background-size: 50px; } }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0;
  background-image: url("images/icons/Arrow-circle-back.png"); }
  .slick-prev:hover {
    background-image: url("images/icons/Arrow-circle-back.png"); }
  .slick-prev:focus {
    background-image: url("images/icons/Arrow-circle-back.png"); }

[dir='rtl'] .slick-prev {
  right: 0;
  left: auto; }

.slick-prev:before {
  content: ''; }

[dir='rtl'] .slick-prev:before {
  content: ''; }

.slick-next {
  right: 0;
  background-image: url("images/icons/Arrow-circle.png"); }
  .slick-next:hover {
    background-image: url("images/icons/Arrow-circle.png"); }
  .slick-next:focus {
    background-image: url("images/icons/Arrow-circle.png"); }

[dir='rtl'] .slick-next {
  right: auto;
  left: 0; }

.slick-next:before {
  content: ''; }

[dir='rtl'] .slick-next:before {
  content: ''; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 25px;
  height: 25px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 25px;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  content: '•';
  text-align: center;
  opacity: .5;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .90;
  color: #7dd181; }

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

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

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

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

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

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

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

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

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

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

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("images/loading.gif") no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("images/prev.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("images/next.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("images/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #232F5D;
  background: rgba(35, 47, 93, 0.7);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  outline: none !important; }
  @media (min-width: 768px) {
    .lity-container {
      max-width: 50%; } }
  @media (min-width: 1152px) {
    .lity-container {
      max-width: 600px; } }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1; }

.lity-close {
  display: none;
  visibility: hidden;
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.lity-hide {
  display: none; }

/* Base styles */
.hero {
  position: relative;
  width: 100%;
  height: 450px;
  display: block;
  overflow: hidden; }
  @media (min-width: 1152px) {
    .hero {
      height: 70vh; } }
  .hero picture,
  .hero img {
    width: 100%;
    height: auto; }
  .hero video {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    margin: 0;
    padding: 0;
    vertical-align: bottom; }

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  padding-left: 20px; }
  @media (min-width: 768px) {
    .hero-content {
      padding-left: 5%;
      padding-bottom: 0; } }
  .hero-content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
  .hero-content small {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    font-family: "lato", sans-serif;
    font-weight: 700; }
  .hero-content p {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    max-width: 90%; }
    @media (min-width: 768px) {
      .hero-content p {
        max-width: 600px; } }
    @media (min-width: 1600px) {
      .hero-content p {
        max-width: 500px; } }

.hero-heading p {
  position: relative;
  color: #fff;
  font-family: "lato", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px; }
  @media (min-width: 1152px) {
    .hero-heading p {
      font-size: 40px;
      line-height: 50px; } }
  .hero-heading p br {
    display: none; }
    @media (min-width: 768px) {
      .hero-heading p br {
        display: block; } }

.hero-btns {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 20px; }
  .hero-btns a {
    padding-right: 50px;
    padding-left: 20px; }
    .hero-btns a:not(:first-of-type) {
      margin-left: 20px; }

.textblock {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .textblock {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .page-template-page-company .textblock, .page-template-page-about .textblock {
    border-bottom: 1px solid #232F5D; }
  .textblock h1, .textblock h2 {
    width: 100%;
    margin-bottom: 15px;
    text-align: center; }
    @media (min-width: 768px) {
      .textblock h1, .textblock h2 {
        margin-bottom: 30px; } }
  .textblock p {
    width: 100%;
    text-align: center;
    color: #808080;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .textblock p {
        margin-left: auto;
        margin-right: auto; } }
    .textblock p:last-of-type {
      margin-bottom: 0; }
  .textblock:has(.btn-container) p:last-of-type {
    margin-bottom: 30px; }
  .textblock .btn-container {
    align-items: center;
    justify-content: center; }
    .textblock .btn-container a:not(.read-more) {
      min-width: 180px; }

.home h1 {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .home h1 {
      margin-bottom: 0; } }

.seo-block {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .seo-block {
      flex-direction: row;
      padding-bottom: 60px;
      padding-top: 60px; } }
  @media (min-width: 768px) {
    .seo-block.is-reversed {
      flex-direction: row-reverse; }
      .seo-block.is-reversed .text-block {
        padding: 0 6% 0 0; } }
  .category .seo-block {
    padding-bottom: 30px; }
    @media (min-width: 1152px) {
      .category .seo-block {
        padding-bottom: calc(60px + 1%); } }
  .seo-block .text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 30px 0;
    order: 1; }
    @media (min-width: 768px) {
      .seo-block .text-block {
        width: 50%;
        padding: 0 0 0 6%;
        order: 2; } }
    .seo-block .text-block p {
      margin-bottom: 30px; }
    .seo-block .text-block .btn-container {
      margin-top: 30px; }
    .seo-block .text-block .yellow-outline,
    .seo-block .text-block .blue-outline,
    .seo-block .text-block .yellow-solid,
    .seo-block .text-block .blue-solid,
    .seo-block .text-block .lightblue-solid {
      min-width: 200px; }
  .seo-block h5 {
    color: #808080;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: "lato", sans-serif;
    font-size: 18px;
    line-height: 24px; }
  .seo-block .image-block {
    position: relative;
    width: 100%;
    order: 2;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .seo-block .image-block {
        width: 50%;
        order: 1;
        padding-bottom: 0; } }
    .seo-block .image-block img {
      width: 100%;
      aspect-ratio: 1/1;
      object-fit: cover; }
      @media (min-width: 768px) {
        .seo-block .image-block img {
          height: 100%;
          aspect-ratio: unset; } }
    .seo-block .image-block.with-content {
            /*&:before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: calc(100% - 20px);
                background-color: rgba($red,0.6);

                @include breakpoint(tablet) {
                    height: 100%;
                }
            }*/ }
    .seo-block .image-block.rope-overlay:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(100% - 20px);
      background-image: url("images/Rope-faded-overlay.png");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: top -180px right -200px; }
  .seo-block img.uk-manufactured {
    max-width: 80px;
    margin-bottom: 10px; }
  .seo-block .video-block {
    width: 100%; }
    @media (min-width: 768px) {
      .seo-block .video-block {
        width: 50%; } }
    .seo-block .video-block iframe {
      width: 100%;
      vertical-align: bottom;
      aspect-ratio: 16/9; }

.image-block--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px; }
  @media (min-width: 1152px) {
    .image-block--content {
      padding: 10%; } }
  .image-block--content * {
    color: #fff; }
  .image-block--content p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 45px;
    line-height: 50px; }
    @media (min-width: 768px) {
      .image-block--content p {
        font-size: 30px;
        line-height: 40px; } }
    @media (min-width: 1152px) {
      .image-block--content p {
        font-size: 45px;
        line-height: 55px; } }
    @media (max-width: 767px) {
      .image-block--content p br {
        display: none; } }

.seo-offset-block {
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column-reverse;
  padding-top: 30px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .seo-offset-block {
      max-width: 100%;
      flex-direction: row;
      padding-top: 60px;
      padding-bottom: 60px;
      margin-right: 2.5%;
      margin-left: 0; } }
  @media (min-width: 1600px) {
    .seo-offset-block {
      margin-right: 0;
      margin-left: 0; } }
  .page-history-template .seo-offset-block {
    padding-top: 0; }
  .seo-offset-block .text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 30px 30px; }
    @media (min-width: 768px) {
      .seo-offset-block .text-block {
        width: 45%;
        padding: 0 0 0 4%; } }
    @media (min-width: 1600px) {
      .seo-offset-block .text-block {
        margin-right: calc(50% - 1366px / 2); } }
    .seo-offset-block .text-block h5 {
      color: #808080;
      margin-bottom: 5px;
      text-transform: uppercase;
      font-family: "lato", sans-serif;
      font-size: 18px;
      line-height: 24px; }
    .seo-offset-block .text-block p {
      margin-bottom: 30px; }
  .seo-offset-block .image-block {
    position: relative;
    width: 100%;
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .seo-offset-block .image-block {
        width: 55%;
        padding-bottom: 0; } }
    .seo-offset-block .image-block img {
      width: 100%;
      aspect-ratio: 1/1;
      object-fit: cover; }
      @media (min-width: 768px) {
        .seo-offset-block .image-block img {
          height: 100%;
          aspect-ratio: unset; } }
  .seo-offset-block .rope-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 20px);
    background-image: url("images/Rope-faded-overlay.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top -180px right -200px; }

.fullwidth-container {
  width: 100%;
  overflow: hidden; }
  .fullwidth-container .seo-block {
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .fullwidth-container .seo-block {
        padding-bottom: 60px; } }
  .fullwidth-container p {
    margin-bottom: 30px; }

.grey-theme {
  background-color: #F3F3F3; }
  @media (max-width: 767px) {
    .grey-theme .image-block {
      padding-bottom: 30px; } }

.cutoff-br:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-image: url("images/triangle-trimmed.png");
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center; }

.cutoff-bl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-image: url("images/triangle-trimmed.png");
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
  transform: rotate(90deg); }

.history-slider {
  width: 100%;
  padding: 30px 30px; }
  @media (min-width: 768px) {
    .history-slider {
      width: 45%;
      padding: 0 5% 0 2.5%; } }
  @media (min-width: 1600px) {
    .history-slider {
      margin-right: calc(50% - 1366px / 2); } }
  .history-slider ul {
    padding: 0; }
  .history-slider li {
    list-style: none; }
  .history-slider nav {
    display: flex; }
    .history-slider nav > div {
      cursor: pointer; }
      .history-slider nav > div:last-of-type {
        margin-left: 10px; }
    .history-slider nav img {
      max-width: 50px; }

.image-callout {
  position: relative;
  width: 100%; }
  .image-callout picture,
  .image-callout img {
    width: 100%; }
  .image-callout.fullwidth {
    position: relative !important;
    width: 100vw !important;
    left: 50% !important;
    margin-left: -50vw !important; }
  .image-callout.dark-theme:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
  .image-callout.dark-theme .callout-heading,
  .image-callout.dark-theme p {
    color: #fff; }
  .image-callout.light-theme:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); }
  .image-callout.light-theme .callout-heading,
  .image-callout.light-theme p {
    color: #000; }

.callout-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  justify-content: center;
  align-items: flex-start; }
  .callout-content.centered {
    align-items: center;
    padding-left: 0; }
    .callout-content.centered .callout-heading {
      text-align: center; }
    .callout-content.centered p {
      text-align: center;
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; }

.callout-btns a:not(:first-of-type) {
  margin-left: 10px; }

.article-select h2, .article-select h3, .article-select h4, .article-select h5, .article-select h6 {
  width: 100%;
  text-align: center; }
.article-select p {
  text-align: center; }
.article-select ul {
  padding: 0; }
.article-select.list-mode ul {
  display: flex;
  flex-direction: column; }
  @media (min-width: 576px) {
    .article-select.list-mode ul {
      flex-flow: row wrap; } }
  @media (min-width: 768px) {
    .article-select.list-mode ul {
      padding-left: 20px;
      padding-right: 20px; } }
.article-select.list-mode li {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  transition: all .3s ease;
  border: 1px solid #eee;
  padding: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .article-select.list-mode li {
      width: 49%;
      margin-right: 2%;
      margin-bottom: 2%; }
      .article-select.list-mode li:nth-of-type(2n) {
        margin-right: 0; } }
  @media (min-width: 768px) {
    .article-select.list-mode li {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 2%; }
      .article-select.list-mode li:nth-of-type(2n) {
        margin-right: 2%; }
      .article-select.list-mode li:nth-of-type(3n) {
        margin-right: 0; } }
  @media (min-width: 992px) {
    .article-select.list-mode li {
      width: 23.5%;
      margin-right: 2%;
      margin-bottom: 2%; }
      .article-select.list-mode li:nth-of-type(2n) {
        margin-right: 2%; }
      .article-select.list-mode li:nth-of-type(3n) {
        margin-right: 2%; }
      .article-select.list-mode li:nth-of-type(4n) {
        margin-right: 0; } }
  .article-select.list-mode li:hover {
    border-color: #808080; }
  .article-select.list-mode li p {
    text-align: left; }
    @media (min-width: 576px) {
      .article-select.list-mode li p {
        font-size: 13px;
        line-height: 18px; } }
    @media (min-width: 1152px) {
      .article-select.list-mode li p {
        font-size: 15px;
        line-height: 20px; } }
.article-select.carousel-mode ul {
  padding-left: 60px;
  padding-right: 60px; }
.article-select.carousel-mode li:not(.slick-dots li) {
  margin: 0 10px; }
.article-select img {
  width: 100%; }
.article-select .post-content {
  padding: 20px 10px; }
  @media (min-width: 576px) {
    .article-select .post-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      height: 100%; } }
.article-select .post-title {
  text-align: left;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px; }
  @media (min-width: 576px) {
    .article-select .post-title {
      font-size: 14px;
      line-height: 18px; } }
  @media (min-width: 1152px) {
    .article-select .post-title {
      font-size: 16px;
      line-height: 22px; } }
  .article-select .post-title a {
    color: #000; }
.article-select .post-meta {
  display: flex;
  margin-bottom: 15px;
  font-size: 11px;
  line-height: 11px; }
  .article-select .post-meta a {
    color: #000; }
.article-select date:after {
  content: "/";
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  margin: 0 5px; }
.article-select .readmore {
  margin-top: auto; }
.article-select .btn-container {
  padding: 60px 0; }

.accordion {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  .page-template-footer .accordion {
    padding-bottom: 30px; }
    @media (min-width: 1152px) {
      .page-template-footer .accordion {
        padding-bottom: 60px; } }
  .accordion h2:not(.accordion-content h2, h3, h4, h5, h6), .accordion h3:not(.accordion-content h2, h3, h4, h5, h6), .accordion h4:not(.accordion-content h2, h3, h4, h5, h6), .accordion h5:not(.accordion-content h2, h3, h4, h5, h6), .accordion h6:not(.accordion-content h2, h3, h4, h5, h6) {
    width: 100%;
    text-align: center; }
  .accordion p:not(.accordion-content p) {
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .accordion ul {
    padding: 5px 0 5px 10px; }
  .accordion li {
    padding: 5px 0; }
  .accordion a {
    color: #808080;
    text-decoration: underline; }
    .accordion a:hover {
      text-decoration: none; }

.page-template-page-products .textblock, .page-template-page-product-category .textblock, .page-template-page-downloads .textblock, .page-template-page-markets .textblock {
  padding-top: 30px; }

.page-template-page-misc .textblock {
  padding-top: 30px; }
.page-template-page-misc .accordion {
  padding-bottom: 60px; }

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

.accordion-item {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 10px; }
  .accordion-item:last-of-type {
    margin-bottom: 0; }
  .accordion-item .accordion-heading {
    padding: 20px 50px 20px 20px;
    cursor: pointer;
    color: #232F5D;
    font-family: "lato", sans-serif;
    font-size: 16px;
    line-height: 22px;
    background-color: #F3F3F3;
    background-image: url("images/icons/blue-arrow.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 50% right 20px; }
    @media (min-width: 1152px) {
      .accordion-item .accordion-heading {
        font-size: 18px;
        line-height: 26px; } }
  .accordion-item .active-tab {
    background-image: url("images/icons/white-arrow.png");
    border-bottom: 0;
    background-color: #232F5D;
    color: #fff; }
  .accordion-item .accordion-content {
    padding: 30px; }
    .accordion-item .accordion-content:has(table) {
      padding: 0; }
    .accordion-item .accordion-content p:only-child, .accordion-item .accordion-content p:last-child {
      margin-bottom: 0; }
    .accordion-item .accordion-content ul,
    .accordion-item .accordion-content ol {
      padding-left: 15px; }

.image-expander {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  overflow: hidden; }
  @media (min-width: 1152px) {
    .image-expander {
      height: 70vh; } }
  .image-expander .btn-container {
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: center; }
    .image-expander .btn-container a {
      min-width: 200px; }
      .image-expander .btn-container a:hover {
        background-color: #4E7491;
        color: #fff;
        background-image: url("images/icons/white-arrow.png"); }

.expander-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.logo-static {
  display: none;
  visibility: hidden; }
  @media (max-width: 991px) {
    .logo-static {
      display: flex;
      visibility: visible;
      align-items: center;
      justify-content: center;
      width: calc(50% + 0px); } }
  .logo-static img {
    max-width: 150px; }

.image-expand--intro {
  margin-bottom: 60px; }

.expander-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(50% + 0px);
  height: 25vh;
  transition: all .3s ease; }
  @media (min-width: 992px) {
    .expander-item {
      width: calc(16.66% + 0px);
      min-height: 40vh; } }
  @media (min-width: 1152px) {
    .expander-item {
      height: 100%; } }
  .expander-item h4 a {
    color: #fff; }
    .expander-item h4 a:visited {
      color: #fff; }
  @media (min-width: 1152px) {
    .expander-item:hover .expand-content {
      opacity: 0; }
      .expander-item:hover .expand-content h4 {
        margin-bottom: 0;
        color: #232F5D; }
      .expander-item:hover .expand-content a {
        opacity: 1;
        transform: translateY(0); }
    .expander-item:hover .expand-content--hovered {
      opacity: 1;
      z-index: 5; }
      .expander-item:hover .expand-content--hovered h4 {
        color: #232F5D; }
    .expander-item:hover .expander-inner {
      z-index: 3;
      width: calc(100% + 120px);
      margin-left: -60px; }
      .expander-item:hover .expander-inner:before {
        background-color: rgba(35, 47, 93, 0.9); }
      .expander-item:hover .expander-inner:after {
        display: none; } }
  @media (min-width: 768px) {
    .expander-item:first-of-type .expand-content,
    .expander-item:first-of-type .expand-content--hovered {
      left: 0; }
    .expander-item:last-of-type .expand-content,
    .expander-item:last-of-type .expand-content--hovered {
      left: unset;
      right: 0; } }

.expander-inner {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll; }
  .expander-inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    background-color: rgba(255, 255, 255, 0.1); }
  .expander-inner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    z-index: 5;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5970982143) 0%, rgba(0, 0, 0, 0) 100%); }
  .expander-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.expand-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0); }
  @media (min-width: 1152px) {
    .expand-content {
      position: absolute;
      transition: all .3s ease;
      padding: 20px 40px 20px 40px; } }
  @media (min-width: 1366px) {
    .expand-content {
      left: 0; } }
  .expand-content h4 {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    transition: all .3s ease; }
    @media (min-width: 768px) {
      .expand-content h4 {
        min-height: auto; } }
    @media (min-width: 1152px) {
      .expand-content h4 {
        font-size: 22px;
        line-height: 26px; } }

.expand-content--hovered {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all .3s ease; }
  @media (max-width: 991px) {
    .expand-content--hovered {
      z-index: 5; }
      .expand-content--hovered h4 {
        margin-left: 20px;
        font-size: 16px !important;
        line-height: 26px !important; }
      .expand-content--hovered p {
        display: none; }
      .expand-content--hovered a:not(h4 a) {
        display: none; } }
  @media (min-width: 992px) {
    .expand-content--hovered {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      height: 100%;
      padding: 20px; } }
  @media (min-width: 1600px) {
    .expand-content--hovered {
      padding: 40px 40px 20px 40px; } }
  .expand-content--hovered h4 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    transition: all .3s ease; }
    @media (min-width: 1600px) {
      .expand-content--hovered h4 {
        color: #232F5D; } }
  .expand-content--hovered p {
    color: #fff;
    margin-bottom: 30px; }
  .expand-content--hovered a:not(h4 a) {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #E73843; }

.image-reveal {
  display: block;
  position: relative;
  width: 100%;
  height: 600px;
  padding: 10px; }

.navi {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    .navi {
      flex-wrap: nowrap; } }

.navi li {
  width: 50%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff; }
  @media (max-width: 767px) {
    .navi li:nth-of-type(2n) {
      border-right: 0; } }
  @media (min-width: 768px) {
    .navi li {
      width: 25%; } }
  .navi li:hover {
    background-image: none !important; }

.navi li a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-family: "lato", sans-serif;
  transition: all .3s ease;
  color: #fff; }
  @media (min-width: 1152px) {
    .navi li a {
      font-size: 20px;
      line-height: 30px; } }

.navi li {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  transition: all .3s ease; }

.navi li:hover {
  z-index: 1; }
  .navi li:hover a {
    text-decoration: none; }

.photo {
  background-color: #ddd;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: cover;
  transition: 0.5s; }

.product-listing {
  padding-bottom: 60px; }
  .product-listing h2 {
    display: none; }
  .product-listing h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 1152px) {
      .product-listing h4 {
        margin-bottom: 60px; } }
  .product-listing ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0; }
  .product-listing li {
    position: relative;
    width: 49%;
    list-style: none;
    margin-right: 2%;
    margin-bottom: 2%; }
    .product-listing li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .product-listing li {
        width: 32.666%;
        margin-right: 1%;
        margin-bottom: 1%; }
        .single-brand .product-listing li {
          margin-bottom: 0; }
        .product-listing li:nth-of-type(2n) {
          margin-right: 1%; }
        .product-listing li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .product-listing li {
        width: 24.222%; }
        .product-listing li:nth-of-type(2n) {
          margin-right: 1%; }
        .product-listing li:nth-of-type(3n) {
          margin-right: 1%; }
        .product-listing li:nth-of-type(4n) {
          margin-right: 0; } }
    .product-listing li img {
      width: 100%;
      border: 1px solid #999; }
  .product-listing .product-name:not(.listing-content .product-name) {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 992px) {
      .product-listing .product-name:not(.listing-content .product-name) {
        font-size: 18px;
        line-height: 26px; } }
    @media (min-width: 1152px) {
      .product-listing .product-name:not(.listing-content .product-name) {
        font-size: 20px;
        line-height: 28px; } }
    .product-listing .product-name:not(.listing-content .product-name) a {
      color: #fff; }
  .product-listing .btn-container {
    justify-content: center;
    align-items: center;
    padding: 60px 0; }

.listing-content {
  background-color: #fff;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px; }
  .listing-content p {
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 1152px) {
      .listing-content p {
        font-size: 16px;
        line-height: 22px; } }
  .listing-content a:not(.product-name a) {
    color: #232F5D;
    font-family: "lato", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    text-underline-offset: 5px;
    text-decoration-color: #E73843;
    font-size: 12px;
    line-height: 12px;
    padding-right: 40px;
    background-image: url("images/icons/arrow-forward.png");
    background-size: 10px;
    background-position: top 50% right 10px;
    background-repeat: no-repeat; }
    @media (min-width: 1152px) {
      .listing-content a:not(.product-name a) {
        font-size: 14px;
        line-height: 14px; } }
    .listing-content a:not(.product-name a):hover {
      text-decoration: underline;
      text-decoration-color: #E73843; }
  .listing-content .product-name {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 992px) {
      .listing-content .product-name {
        font-size: 18px;
        line-height: 26px; } }
    @media (min-width: 1152px) {
      .listing-content .product-name {
        font-size: 20px;
        line-height: 28px; } }
    .listing-content .product-name a {
      color: #232F5D;
      text-decoration: none; }
      .listing-content .product-name a:hover {
        text-decoration: underline; }
    .listing-content .product-name:not(.listing-content .product-name) {
      position: absolute;
      bottom: 10px;
      left: 20px;
      margin-bottom: 0; }
      .listing-content .product-name:not(.listing-content .product-name) a {
        color: #fff; }

.brands-scroller {
  padding-top: 60px;
  padding-bottom: 60px; }
  .brands-scroller h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px; }
  .brands-scroller ul {
    padding: 0;
    margin-bottom: 60px; }
  .brands-scroller img {
    max-width: 150px;
    margin: 0 auto;
    filter: grayscale(1);
    opacity: .5;
    transition: all .3s ease; }
    @media (min-width: 1152px) {
      .brands-scroller img {
        max-width: 200px; } }
    .brands-scroller img:hover {
      opacity: 1;
      filter: grayscale(0); }
  .brands-scroller .btn-container {
    justify-content: center;
    align-items: center; }
    .brands-scroller .btn-container a {
      color: #232F5D;
      font-family: "lato", sans-serif;
      text-decoration: underline;
      text-underline-offset: 3px;
      text-decoration-color: #232F5D;
      font-size: 14px;
      line-height: 14px;
      padding-right: 40px;
      background-image: url("images/icons/blue-arrow.png");
      background-size: 25px;
      background-position: top 50% right 10px;
      background-repeat: no-repeat; }
      .brands-scroller .btn-container a:hover {
        text-decoration: none; }

.quote-callout {
  position: relative;
  z-index: 10;
  padding-top: 60px;
  padding-bottom: 60px; }
  .quote-callout .callout-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("images/Rope-background.png");
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden; }
    .single-product .quote-callout .callout-inner {
      max-width: 100%; }
    .quote-callout .callout-inner:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(231, 56, 67, 0.9);
      width: 100%;
      height: 100%; }
  .quote-callout .quote-heading {
    position: relative;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    font-family: "lato", sans-serif;
    font-size: 35px;
    line-height: 45px;
    z-index: 2; }
  .quote-callout p {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 2;
    margin-bottom: 30px; }
  .quote-callout .yellow-solid {
    position: relative;
    padding-left: 20px;
    padding-right: 40px; }
    .quote-callout .yellow-solid:hover {
      background-color: #fff;
      border-color: #fff;
      background-image: url("images/icons/blue-arrow.png");
      color: #232F5D; }

.overlay-callout {
  width: 100%;
  position: relative;
  position: relative !important;
  width: 100vw !important;
  left: 50% !important;
  margin-left: -50vw !important;
  z-index: 20; }
  @media (min-width: 768px) {
    .overlay-callout:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 150px;
      z-index: 20;
      background-color: #fff; } }
  @media (max-width: 767px) {
    .overlay-callout:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 70px;
      height: 70px;
      background-image: url("images/triangle-trimmed.png");
      background-repeat: no-repeat;
      background-size: 70px;
      background-position: center;
      z-index: 50; } }
  .page-template-page-market .overlay-callout {
    margin-bottom: 60px; }
  .overlay-callout .callout-inner {
    position: relative;
    width: 100%;
    height: 300px;
    top: 0;
    background-color: #F3F3F3; }
  .overlay-callout .c-container, .overlay-callout #mega-menu-wrap-menu-1 .mega-menu:not(.mega-sub-menu), #mega-menu-wrap-menu-1 .overlay-callout .mega-menu:not(.mega-sub-menu), .overlay-callout .no-results form, .no-results .overlay-callout form, .overlay-callout .key-messages, .overlay-callout .seo-block, .overlay-callout .seo-offset-block, .overlay-callout .image-expand--intro, .overlay-callout .product-listing ul, .product-listing .overlay-callout ul, .overlay-callout .news-list ul, .news-list .overlay-callout ul, .overlay-callout .gallery-carousel ul, .gallery-carousel .overlay-callout ul, .overlay-callout .dealer-location, .overlay-callout .brands, .overlay-callout .vacancy-overview ul, .vacancy-overview .overlay-callout ul, .overlay-callout .our-markets ul, .our-markets .overlay-callout ul, .overlay-callout article, .overlay-callout .dealers, .overlay-callout .navigation-inner, .overlay-callout .errordiv, .overlay-callout .downloads ul, .downloads .overlay-callout ul, .overlay-callout .search-filter form, .search-filter .overlay-callout form {
    z-index: 40;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("images/Rope-background.png"); }
    @media (max-width: 767px) {
      .overlay-callout .c-container, .overlay-callout #mega-menu-wrap-menu-1 .mega-menu:not(.mega-sub-menu), #mega-menu-wrap-menu-1 .overlay-callout .mega-menu:not(.mega-sub-menu), .overlay-callout .no-results form, .no-results .overlay-callout form, .overlay-callout .key-messages, .overlay-callout .seo-block, .overlay-callout .seo-offset-block, .overlay-callout .image-expand--intro, .overlay-callout .product-listing ul, .product-listing .overlay-callout ul, .overlay-callout .news-list ul, .news-list .overlay-callout ul, .overlay-callout .gallery-carousel ul, .gallery-carousel .overlay-callout ul, .overlay-callout .dealer-location, .overlay-callout .brands, .overlay-callout .vacancy-overview ul, .vacancy-overview .overlay-callout ul, .overlay-callout .our-markets ul, .our-markets .overlay-callout ul, .overlay-callout article, .overlay-callout .dealers, .overlay-callout .navigation-inner, .overlay-callout .errordiv, .overlay-callout .downloads ul, .downloads .overlay-callout ul, .overlay-callout .search-filter form, .search-filter .overlay-callout form {
        max-width: 100%; } }
    .overlay-callout .c-container:before, .overlay-callout #mega-menu-wrap-menu-1 .mega-menu:not(.mega-sub-menu):before, #mega-menu-wrap-menu-1 .overlay-callout .mega-menu:not(.mega-sub-menu):before, .overlay-callout .no-results form:before, .no-results .overlay-callout form:before, .overlay-callout .key-messages:before, .overlay-callout .seo-block:before, .overlay-callout .seo-offset-block:before, .overlay-callout .image-expand--intro:before, .overlay-callout .product-listing ul:before, .product-listing .overlay-callout ul:before, .overlay-callout .news-list ul:before, .news-list .overlay-callout ul:before, .overlay-callout .gallery-carousel ul:before, .gallery-carousel .overlay-callout ul:before, .overlay-callout .dealer-location:before, .overlay-callout .brands:before, .overlay-callout .vacancy-overview ul:before, .vacancy-overview .overlay-callout ul:before, .overlay-callout .our-markets ul:before, .our-markets .overlay-callout ul:before, .overlay-callout article:before, .overlay-callout .dealers:before, .overlay-callout .navigation-inner:before, .overlay-callout .errordiv:before, .overlay-callout .downloads ul:before, .downloads .overlay-callout ul:before, .overlay-callout .search-filter form:before, .search-filter .overlay-callout form:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(231, 56, 67, 0.9);
      width: 100%;
      height: 100%; }
  .overlay-callout .quote-heading {
    position: relative;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    font-family: "lato", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    z-index: 2; }
  .overlay-callout p {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 2;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 26px; }
  .overlay-callout span {
    display: block;
    margin: 10px 0 20px 0;
    position: relative;
    color: #fff;
    font-family: "lato", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700; }
  .overlay-callout a {
    color: #fff;
    position: relative; }
  .overlay-callout .blue-solid {
    position: relative; }
    .overlay-callout .blue-solid:hover {
      background-color: transparent;
      border-color: #fff;
      color: #fff;
      background-image: url("images/icons/white-arrow-2.png"); }
  .overlay-callout a[href^="tel:"] {
    color: #fff;
    font-size: 22px;
    line-height: 26px; }
    @media (min-width: 1152px) {
      .overlay-callout a[href^="tel:"] {
        font-size: 30px;
        line-height: 36px; } }
  .overlay-callout.theme2 .callout-inner {
    height: 400px; }
  .overlay-callout.theme2 .quote-heading {
    font-size: 22px;
    line-height: 28px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1152px) {
      .overlay-callout.theme2 .quote-heading {
        font-size: 30px;
        line-height: 40px; } }

.home .overlay-callout:before,
.page-template-page-products .overlay-callout:before {
  background-color: #232F5D; }
.home .overlay-callout .callout-inner,
.page-template-page-products .overlay-callout .callout-inner {
  background-color: #fff; }

.page-template-page-product-category .overlay-callout:before,
.page-template-page-market .overlay-callout:before {
  background-color: #fff; }
.page-template-page-product-category .overlay-callout .callout-inner,
.page-template-page-market .overlay-callout .callout-inner {
  background-color: #fff; }

.single-post .overlay-callout {
  margin: 60px 0; }
  .single-post .overlay-callout:before {
    background-color: #fff; }
  .single-post .overlay-callout .callout-inner {
    background-color: #fff; }
  .single-post .overlay-callout .c-container:after, .single-post .overlay-callout #mega-menu-wrap-menu-1 .mega-menu:not(.mega-sub-menu):after, #mega-menu-wrap-menu-1 .single-post .overlay-callout .mega-menu:not(.mega-sub-menu):after, .single-post .overlay-callout .no-results form:after, .no-results .single-post .overlay-callout form:after, .single-post .overlay-callout .key-messages:after, .single-post .overlay-callout .seo-block:after, .single-post .overlay-callout .seo-offset-block:after, .single-post .overlay-callout .image-expand--intro:after, .single-post .overlay-callout .product-listing ul:after, .product-listing .single-post .overlay-callout ul:after, .single-post .overlay-callout .news-list ul:after, .news-list .single-post .overlay-callout ul:after, .single-post .overlay-callout .gallery-carousel ul:after, .gallery-carousel .single-post .overlay-callout ul:after, .single-post .overlay-callout .dealer-location:after, .single-post .overlay-callout .brands:after, .single-post .overlay-callout .vacancy-overview ul:after, .vacancy-overview .single-post .overlay-callout ul:after, .single-post .overlay-callout .our-markets ul:after, .our-markets .single-post .overlay-callout ul:after, .single-post .overlay-callout article:after, .single-post .overlay-callout .dealers:after, .single-post .overlay-callout .navigation-inner:after, .single-post .overlay-callout .errordiv:after, .single-post .overlay-callout .downloads ul:after, .downloads .single-post .overlay-callout ul:after, .single-post .overlay-callout .search-filter form:after, .search-filter .single-post .overlay-callout form:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url("images/triangle-trimmed.png");
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center; }

.page-template-page-about .overlay-callout:before {
  background-color: #F3F3F3; }
.page-template-page-about .overlay-callout .callout-inner {
  background-color: #fff; }

.search-results .overlay-callout {
  margin: 0 0 60px 0; }
  .search-results .overlay-callout .callout-inner {
    background-color: #fff; }

.stat-counter {
  position: relative;
  height: 500px; }
  @media (max-width: 767px) {
    .stat-counter {
      height: 80vh; } }
  .stat-counter .c-container, .stat-counter #mega-menu-wrap-menu-1 .mega-menu:not(.mega-sub-menu), #mega-menu-wrap-menu-1 .stat-counter .mega-menu:not(.mega-sub-menu), .stat-counter .no-results form, .no-results .stat-counter form, .stat-counter .key-messages, .stat-counter .seo-block, .stat-counter .seo-offset-block, .stat-counter .image-expand--intro, .stat-counter .product-listing ul, .product-listing .stat-counter ul, .stat-counter .news-list ul, .news-list .stat-counter ul, .stat-counter .gallery-carousel ul, .gallery-carousel .stat-counter ul, .stat-counter .dealer-location, .stat-counter .brands, .stat-counter .vacancy-overview ul, .vacancy-overview .stat-counter ul, .stat-counter .our-markets ul, .our-markets .stat-counter ul, .stat-counter article, .stat-counter .dealers, .stat-counter .navigation-inner, .stat-counter .errordiv, .stat-counter .downloads ul, .downloads .stat-counter ul, .stat-counter .search-filter form, .search-filter .stat-counter form {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1152px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      .stat-counter .c-container, .stat-counter #mega-menu-wrap-menu-1 .mega-menu:not(.mega-sub-menu), #mega-menu-wrap-menu-1 .stat-counter .mega-menu:not(.mega-sub-menu), .stat-counter .no-results form, .no-results .stat-counter form, .stat-counter .key-messages, .stat-counter .seo-block, .stat-counter .seo-offset-block, .stat-counter .image-expand--intro, .stat-counter .product-listing ul, .product-listing .stat-counter ul, .stat-counter .news-list ul, .news-list .stat-counter ul, .stat-counter .gallery-carousel ul, .gallery-carousel .stat-counter ul, .stat-counter .dealer-location, .stat-counter .brands, .stat-counter .vacancy-overview ul, .vacancy-overview .stat-counter ul, .stat-counter .our-markets ul, .our-markets .stat-counter ul, .stat-counter article, .stat-counter .dealers, .stat-counter .navigation-inner, .stat-counter .errordiv, .stat-counter .downloads ul, .downloads .stat-counter ul, .stat-counter .search-filter form, .search-filter .stat-counter form {
        flex-direction: row; } }
    @media (min-width: 1600px) {
      .stat-counter .c-container, .stat-counter #mega-menu-wrap-menu-1 .mega-menu:not(.mega-sub-menu), #mega-menu-wrap-menu-1 .stat-counter .mega-menu:not(.mega-sub-menu), .stat-counter .no-results form, .no-results .stat-counter form, .stat-counter .key-messages, .stat-counter .seo-block, .stat-counter .seo-offset-block, .stat-counter .image-expand--intro, .stat-counter .product-listing ul, .product-listing .stat-counter ul, .stat-counter .news-list ul, .news-list .stat-counter ul, .stat-counter .gallery-carousel ul, .gallery-carousel .stat-counter ul, .stat-counter .dealer-location, .stat-counter .brands, .stat-counter .vacancy-overview ul, .vacancy-overview .stat-counter ul, .stat-counter .our-markets ul, .our-markets .stat-counter ul, .stat-counter article, .stat-counter .dealers, .stat-counter .navigation-inner, .stat-counter .errordiv, .stat-counter .downloads ul, .downloads .stat-counter ul, .stat-counter .search-filter form, .search-filter .stat-counter form {
        left: calc(50% - 1152px / 2); } }
  .stat-counter picture,
  .stat-counter img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .stat-counter:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); }
  .stat-counter .txt-col {
    width: 100%;
    padding: 30px; }
    @media (min-width: 768px) {
      .stat-counter .txt-col {
        width: 50%; } }
    .stat-counter .txt-col h4 {
      font-size: 28px;
      line-height: 34px; }
  .stat-counter p {
    color: #232F5D;
    font-weight: 300; }
    .stat-counter p:first-of-type {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .stat-counter p:first-of-type {
          font-size: 18px;
          line-height: 22px; } }
      @media (min-width: 1366px) {
        .stat-counter p:first-of-type {
          font-size: 20px;
          line-height: 30px; } }
  .stat-counter .blue-outline {
    margin-top: 30px; }
  .stat-counter .counter {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px; }
    @media (min-width: 768px) {
      .stat-counter .counter {
        width: 50%; } }
    .stat-counter .counter li {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 48%;
      margin-right: 4%;
      margin-bottom: 60px; }
      .stat-counter .counter li:nth-of-type(2n) {
        margin-right: 0; }
      .stat-counter .counter li:nth-last-child(1), .stat-counter .counter li:nth-last-child(2) {
        margin-bottom: 0; }
      .stat-counter .counter li p {
        margin-bottom: 0;
        text-align: center;
        color: #4E7491;
        font-size: 16px;
        line-height: 20px; }
        @media (min-width: 768px) {
          .stat-counter .counter li p {
            font-size: 16px;
            line-height: 22px; } }
        @media (min-width: 1366px) {
          .stat-counter .counter li p {
            font-size: 18px;
            line-height: 24px; } }

.counter-number {
  font-size: 60px;
  line-height: 60px;
  font-family: "lato", sans-serif;
  color: #4E7491;
  margin-bottom: 15px; }
  @media (min-width: 1152px) {
    .counter-number {
      font-size: 80px;
      line-height: 80px; } }

.casestudies-carousel {
  overflow: hidden;
  padding-left: 5%;
  padding-right: 5%; }
  @media (min-width: 576px) {
    .casestudies-carousel {
      padding-right: unset; } }
  @media (min-width: 768px) {
    .casestudies-carousel {
      padding-left: 2.5%; } }
  @media (min-width: 1600px) {
    .casestudies-carousel {
      padding-left: calc(50% - 1366px / 2); } }
  .casestudies-carousel.grey-theme {
    background-color: #F3F3F3;
    padding-top: 60px;
    padding-bottom: 60px; }
  .casestudies-carousel h4 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 576px) {
      .casestudies-carousel h4 {
        padding-right: 20px; } }
  .casestudies-carousel ul {
    padding: 0; }
    @media (min-width: 576px) {
      .casestudies-carousel ul {
        width: 150%; } }
  .casestudies-carousel li {
    position: relative; }
    @media (min-width: 576px) {
      .casestudies-carousel li {
        margin-right: 30px; } }
    .casestudies-carousel li img {
      width: 100%;
      aspect-ratio: 16/9;
      object-fit: cover; }
      @media (max-width: 767px) {
        .casestudies-carousel li img {
          height: 50vh;
          object-fit: cover; } }
    .casestudies-carousel li:has(blockquote):before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to left, #000, transparent);
      opacity: .7; }
    .casestudies-carousel li.slick-current .post-title {
      opacity: 1; }
    .casestudies-carousel li.slick-current blockquote {
      opacity: 1; }
  .casestudies-carousel .post-title {
    opacity: 0;
    position: absolute;
    background-color: #fff;
    padding: 20px 20px;
    bottom: 0;
    left: 0;
    z-index: 10; }
    @media (min-width: 768px) {
      .casestudies-carousel .post-title {
        width: 60%; } }
    @media (min-width: 1152px) {
      .casestudies-carousel .post-title {
        padding: 20px 40px; } }
    @media (min-width: 1600px) {
      .casestudies-carousel .post-title {
        width: 400px; } }
    .casestudies-carousel .post-title h5 {
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 10px; }
      @media (min-width: 1152px) {
        .casestudies-carousel .post-title h5 {
          font-size: 20px;
          line-height: 26px; } }
      .casestudies-carousel .post-title h5 a {
        color: #232F5D; }
    .casestudies-carousel .post-title a:not(h5 a) {
      color: #808080; }
  .casestudies-carousel blockquote {
    opacity: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 60%;
    height: calc(100% - 30px); }
    @media (min-width: 1152px) {
      .casestudies-carousel blockquote {
        width: 40%; } }
    @media (min-width: 1600px) {
      .casestudies-carousel blockquote {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; } }
    .casestudies-carousel blockquote p {
      color: #fff;
      font-family: "lato", sans-serif;
      font-size: 24px;
      line-height: 30px; }
      @media (min-width: 1600px) {
        .casestudies-carousel blockquote p {
          font-size: 35px;
          line-height: 43px; } }
    .casestudies-carousel blockquote strong {
      color: #232F5D; }
    .casestudies-carousel blockquote cite {
      color: #fff;
      font-weight: 300;
      font-style: normal;
      font-size: 14px;
      line-height: 14px; }

.casestudy-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 60px; }
  .casestudy-navigation .prev,
  .casestudy-navigation .next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #232F5D;
    border-radius: 100%;
    cursor: pointer; }
  .casestudy-navigation .prev {
    margin-right: 10px; }
  .casestudy-navigation img {
    max-width: 20px; }

.casestudy-callout {
  position: relative; }
  .casestudy-callout img {
    width: 100%; }
    @media (max-width: 767px) {
      .casestudy-callout img {
        height: 50vh;
        object-fit: cover; } }
  .casestudy-callout:has(blockquote):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, #000, transparent);
    opacity: .7; }
  .casestudy-callout .post-title {
    position: absolute;
    background-color: #fff;
    padding: 20px 20px;
    bottom: 0;
    left: 0;
    z-index: 10;
    min-width: 200px; }
    @media (min-width: 768px) {
      .casestudy-callout .post-title {
        left: 60px; } }
    @media (min-width: 1152px) {
      .casestudy-callout .post-title {
        padding: 20px 40px; } }
    @media (min-width: 1600px) {
      .casestudy-callout .post-title {
        width: 400px; } }
    .casestudy-callout .post-title h5 {
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 10px; }
      @media (min-width: 1152px) {
        .casestudy-callout .post-title h5 {
          font-size: 22px;
          line-height: 26px; } }
      .casestudy-callout .post-title h5 a {
        color: #232F5D; }
    .casestudy-callout .post-title a:not(h5 a) {
      color: #808080; }
  .casestudy-callout blockquote {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 60%;
    height: calc(100% - 30px); }
    @media (min-width: 1152px) {
      .casestudy-callout blockquote {
        width: 60ch;
        right: 60px; } }
    @media (min-width: 1600px) {
      .casestudy-callout blockquote {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; } }
    .casestudy-callout blockquote p {
      color: #fff;
      font-family: "lato", sans-serif;
      font-size: 24px;
      line-height: 32px; }
      @media (min-width: 992px) {
        .casestudy-callout blockquote p {
          font-size: 24px;
          line-height: 32px; } }
      @media (min-width: 1600px) {
        .casestudy-callout blockquote p {
          font-size: 34px;
          line-height: 42px; } }
    .casestudy-callout blockquote strong {
      color: #232F5D; }
    .casestudy-callout blockquote cite {
      color: #fff;
      font-weight: 300;
      font-style: normal;
      font-size: 14px;
      line-height: 14px; }

.news-carousel {
  overflow: hidden;
  padding-left: 5%;
  padding-right: 5%; }
  @media (min-width: 576px) {
    .news-carousel {
      padding-right: unset; } }
  @media (min-width: 768px) {
    .news-carousel {
      padding-left: 2.5%; } }
  @media (min-width: 1600px) {
    .news-carousel {
      padding-left: calc(50% - 1366px / 2); } }
  .news-carousel.grey-theme {
    background-color: #F3F3F3;
    padding-top: 60px;
    padding-bottom: 60px; }
  .news-carousel h4 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 576px) {
      .news-carousel h4 {
        padding-right: 20px; } }
  .news-carousel ul {
    padding: 0; }
    @media (min-width: 576px) {
      .news-carousel ul {
        width: 120%; } }
  .news-carousel li {
    position: relative; }
    @media (min-width: 576px) {
      .news-carousel li {
        margin-right: 30px; } }
    .news-carousel li img {
      width: 100%;
      aspect-ratio: 16/9;
      object-fit: cover; }
      @media (max-width: 767px) {
        .news-carousel li img {
          height: 50vh;
          object-fit: cover; } }
    .news-carousel li a:not(.post-content a) {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
  .news-carousel .post-content {
    padding-top: 10px; }
    @media (min-width: 768px) {
      .news-carousel .post-content {
        padding-right: 60px; } }
    .news-carousel .post-content p {
      font-weight: 300;
      margin-bottom: 20px; }
    .news-carousel .post-content a:not(h5 a) {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      color: #232F5D;
      text-transform: capitalize;
      text-decoration: underline;
      text-underline-offset: 3px;
      text-decoration-color: #232F5D; }
      .news-carousel .post-content a:not(h5 a):after {
        content: "";
        display: inline-block;
        position: relative;
        margin-left: 10px;
        width: 20px;
        height: 20px;
        transition: all .3s ease;
        background-image: url("images/icons/arrow-next.png");
        background-size: 10px;
        background-position: center;
        background-repeat: no-repeat; }
      .news-carousel .post-content a:not(h5 a):hover {
        text-decoration: none; }
        .news-carousel .post-content a:not(h5 a):hover:after {
          margin-left: 12px; }
  .news-carousel date {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px; }
  .news-carousel h5 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px; }
    .news-carousel h5 a {
      color: #232F5D;
      font-weight: 600; }

.news-list {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #232F5D; }
  .blog .news-list {
    border-top: 0;
    padding-top: 0; }
  .news-list h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px; }
  .news-list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
  .news-list li {
    list-style: none;
    position: relative;
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .news-list li {
        margin-right: 2%;
        width: 48%; }
        .news-list li:nth-of-type(2n) {
          margin-right: 0; }
        .blog .news-list li {
          margin-bottom: 60px; } }
    @media (min-width: 768px) {
      .news-list li {
        margin-right: 2%;
        width: 32%; }
        .news-list li:nth-of-type(2n) {
          margin-right: 2%; }
        .news-list li:nth-of-type(3n) {
          margin-right: 0; } }
    .news-list li img {
      width: 100%;
      height: auto; }
    .news-list li a:not(.post-content a) {
      display: block;
      position: relative;
      width: 100%; }
  .news-list .post-content {
    padding-top: 10px; }
    @media (min-width: 768px) {
      .news-list .post-content {
        padding-right: 60px; } }
    .news-list .post-content p {
      margin-bottom: 20px; }
    .news-list .post-content a:not(h5 a) {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      color: #232F5D;
      text-transform: capitalize;
      text-decoration: underline;
      text-underline-offset: 3px;
      text-decoration-color: #232F5D; }
      .news-list .post-content a:not(h5 a):after {
        content: "";
        display: inline-block;
        position: relative;
        margin-left: 10px;
        width: 20px;
        height: 20px;
        transition: all .3s ease;
        background-image: url("images/icons/arrow-next.png");
        background-size: 10px;
        background-position: center;
        background-repeat: no-repeat; }
      .news-list .post-content a:not(h5 a):hover {
        text-decoration-color: #E73843;
        color: #E73843; }
        .news-list .post-content a:not(h5 a):hover:after {
          margin-left: 12px; }
  .news-list date {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px; }
  .news-list h5 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px; }
    @media (min-width: 1152px) {
      .news-list h5 {
        font-size: 26px;
        line-height: 32px; } }
    .news-list h5 a {
      color: #232F5D;
      font-weight: 600; }
  .news-list .btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 40px; }
    @media (min-width: 576px) {
      .news-list .btn-container {
        flex-direction: row; } }

.gallery-carousel {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .gallery-carousel {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .gallery-carousel h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .gallery-carousel h4 {
        margin-bottom: 60px; } }
  .gallery-carousel ul {
    padding: 0 60px; }
    @media (min-width: 1152px) {
      .gallery-carousel ul {
        padding: 0 8%; } }
  .gallery-carousel li {
    list-style: none;
    margin: 0 10px; }
    .gallery-carousel li a {
      position: relative; }
      .gallery-carousel li a:before {
        content: "";
        display: flex;
        position: absolute;
        align-items: center;
        justify-content: center;
        background-color: rgba(35, 47, 93, 0);
        transition: all .3s ease;
        background-image: url("images/icons/plus.png");
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: center;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .gallery-carousel li:hover a:before {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(35, 47, 93, 0.7);
      opacity: 1; }

.dealer-location {
  padding: 0; }
  .dealer-location h4 {
    font-weight: 600;
    font-size: 24px; }
  .dealer-location ul {
    padding: 0; }
  .dealer-location li {
    display: inline-flex;
    flex-direction: column;
    list-style: none;
    width: 48.4%;
    margin-right: 2%;
    margin-bottom: 30px; }
    .dealer-location li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 576px) {
      .dealer-location li {
        width: 31.5%; }
        .dealer-location li:nth-of-type(2n) {
          margin-right: 2%; }
        .dealer-location li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .dealer-location li {
        flex-direction: row;
        align-items: center;
        width: 48.4%; }
        .dealer-location li:nth-of-type(2n) {
          margin-right: 0; }
        .dealer-location li:nth-of-type(4n) {
          margin-right: 0;
          margin-left: 2%; } }
    .dealer-location li img {
      max-width: 100px; }
      @media (min-width: 768px) {
        .dealer-location li img {
          max-width: 90%; } }
  .dealer-location a:not(.dealer-info a) {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1/1; }
    @media (min-width: 768px) {
      .dealer-location a:not(.dealer-info a) {
        width: 40%; } }

.dealer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .dealer-info {
      width: 60%;
      padding-top: 0;
      padding-left: 20px; } }
  .dealer-info address {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 300;
    color: #808080; }
  .dealer-info a {
    color: #808080;
    font-weight: 300; }
    .dealer-info a:not(a[href^="tel:"]):not(.dealer-name) {
      text-decoration: underline; }
      .dealer-info a:not(a[href^="tel:"]):not(.dealer-name):hover {
        text-decoration: none; }
  .dealer-info a[href^="tel:"] {
    display: inline-block;
    margin-bottom: 30px; }

a.dealer-name {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  color: #232F5D;
  font-family: "lato", sans-serif;
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 1152px) {
    a.dealer-name {
      font-size: 20px;
      line-height: 28px; } }

.brands {
  padding: 0 0 60px 0; }
  .brands ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
  .brands li {
    display: inline-flex;
    flex-direction: column;
    list-style: none;
    border: 1px solid #ccc;
    transition: all .3s ease;
    width: 49%;
    padding: 20px 0;
    margin-right: 2%;
    margin-bottom: 2%; }
    .brands li:nth-of-type(2n) {
      margin-right: 0; }
    .brands li:hover {
      border: 1px solid #232F5D; }
    .brands li a {
      width: 100%;
      height: 100%;
      transition: all .3s ease; }
    @media (min-width: 576px) {
      .brands li {
        width: 32%; }
        .brands li:nth-of-type(2n) {
          margin-right: 2%; }
        .brands li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .brands li {
        width: 23.5%;
        margin-bottom: 2%;
        margin-right: 2%;
        padding: 15px; }
        .brands li:nth-of-type(2n) {
          margin-right: 2%; }
        .brands li:nth-of-type(3n) {
          margin-right: 2%; }
        .brands li:nth-of-type(4n) {
          margin-right: 0; } }
    .brands li a {
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center; }
    .brands li img {
      width: 100px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .brands li img {
          width: 80%; } }

.single-brand .technical-information {
  padding-top: 0;
  padding-bottom: 60px; }

.history-carousel {
  overflow: hidden;
  padding-left: 5%;
  padding-right: 5%; }
  @media (min-width: 576px) {
    .history-carousel {
      padding-right: unset; } }
  @media (min-width: 768px) {
    .history-carousel {
      padding-left: 2.5%; } }
  @media (min-width: 1600px) {
    .history-carousel {
      padding-left: calc(50% - 1366px / 2); } }
  .history-carousel.grey-theme {
    background-color: #F3F3F3;
    padding-top: 60px;
    padding-bottom: 60px; }
  .history-carousel h4 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 576px) {
      .history-carousel h4 {
        padding-right: 20px; } }
    .history-carousel h4 a {
      padding-left: 25px;
      padding-right: 25px; }
      @media (min-width: 768px) {
        .history-carousel h4 a {
          min-width: 250px; } }
  .history-carousel ul {
    padding: 0; }
    @media (min-width: 576px) {
      .history-carousel ul {
        width: 150%; } }
  .history-carousel li {
    position: relative; }
    @media (min-width: 576px) {
      .history-carousel li {
        margin-right: 30px; } }
    .history-carousel li img {
      width: 100%;
      aspect-ratio: 16/9;
      object-fit: cover; }
      @media (max-width: 767px) {
        .history-carousel li img {
          height: 50vh;
          object-fit: cover; } }
    .history-carousel li.slick-current .year {
      opacity: 1; }
  .history-carousel .year {
    opacity: 0;
    position: absolute;
    background-color: #fff;
    padding: 20px 20px;
    bottom: 0;
    left: 0;
    z-index: 10; }
    @media (min-width: 768px) {
      .history-carousel .year {
        width: 60%; } }
    @media (min-width: 1152px) {
      .history-carousel .year {
        padding: 20px 40px; } }
    @media (min-width: 1600px) {
      .history-carousel .year {
        width: 400px; } }
    .history-carousel .year h5 {
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 10px; }
      @media (min-width: 1152px) {
        .history-carousel .year h5 {
          font-size: 22px;
          line-height: 26px; } }
    .history-carousel .year p {
      font-weight: 300; }

.history-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 60px; }
  .history-navigation .prev-year,
  .history-navigation .next-year {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #232F5D;
    border-radius: 100%;
    cursor: pointer; }
  .history-navigation .prev-year {
    margin-right: 10px; }
  .history-navigation img {
    max-width: 20px; }

.join-team {
  background-color: #F3F3F3;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1152px) {
    .join-team {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .join-team .c-container, .join-team #mega-menu-wrap-menu-1 .mega-menu:not(.mega-sub-menu), #mega-menu-wrap-menu-1 .join-team .mega-menu:not(.mega-sub-menu), .join-team .no-results form, .no-results .join-team form, .join-team .key-messages, .join-team .seo-block, .join-team .seo-offset-block, .join-team .image-expand--intro, .join-team .product-listing ul, .product-listing .join-team ul, .join-team .news-list ul, .news-list .join-team ul, .join-team .gallery-carousel ul, .gallery-carousel .join-team ul, .join-team .dealer-location, .join-team .brands, .join-team .vacancy-overview ul, .vacancy-overview .join-team ul, .join-team .our-markets ul, .our-markets .join-team ul, .join-team article, .join-team .dealers, .join-team .navigation-inner, .join-team .errordiv, .join-team .downloads ul, .downloads .join-team ul, .join-team .search-filter form, .search-filter .join-team form {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .join-team .c-container, .join-team #mega-menu-wrap-menu-1 .mega-menu:not(.mega-sub-menu), #mega-menu-wrap-menu-1 .join-team .mega-menu:not(.mega-sub-menu), .join-team .no-results form, .no-results .join-team form, .join-team .key-messages, .join-team .seo-block, .join-team .seo-offset-block, .join-team .image-expand--intro, .join-team .product-listing ul, .product-listing .join-team ul, .join-team .news-list ul, .news-list .join-team ul, .join-team .gallery-carousel ul, .gallery-carousel .join-team ul, .join-team .dealer-location, .join-team .brands, .join-team .vacancy-overview ul, .vacancy-overview .join-team ul, .join-team .our-markets ul, .our-markets .join-team ul, .join-team article, .join-team .dealers, .join-team .navigation-inner, .join-team .errordiv, .join-team .downloads ul, .downloads .join-team ul, .join-team .search-filter form, .search-filter .join-team form {
        flex-direction: row; } }
  .join-team h4 {
    font-size: 26px;
    line-height: 34px; }
  .join-team .txt-col {
    width: 100%;
    padding: 0; }
    @media (min-width: 768px) {
      .join-team .txt-col {
        width: 50%;
        padding-right: 10%; } }
    .join-team .txt-col p:last-of-type {
      margin-bottom: 0; }
  .join-team .vacancies {
    width: 100%;
    padding: 30px 0 0 0; }
    @media (min-width: 768px) {
      .join-team .vacancies {
        width: 50%;
        padding: 30px 0; } }
  .join-team ul {
    padding: 0; }
  .join-team li {
    list-style: none;
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .join-team li {
        padding: 15px 10px; } }
    .join-team li:not(:last-of-type) {
      border-bottom: 1px solid #999; }
  .join-team h5 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    max-width: 60%; }
    @media (min-width: 768px) {
      .join-team h5 {
        font-size: 14px;
        line-height: 18px;
        max-width: 50%; } }
    @media (min-width: 1152px) {
      .join-team h5 {
        font-size: 18px;
        line-height: 26px;
        max-width: 60%; } }
  .join-team a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #232F5D;
    color: #808080; }
    @media (min-width: 768px) {
      .join-team a {
        font-size: 12px;
        line-height: 12px; } }
    @media (min-width: 1152px) {
      .join-team a {
        font-size: 16px;
        line-height: 16px; } }
    .join-team a:hover {
      text-decoration: none; }
      .join-team a:hover:after {
        margin-right: -5px; }
    .join-team a:after {
      content: "";
      display: inline-block;
      position: relative;
      width: 30px;
      height: 30px;
      background-image: url("images/icons/arrow-next.png");
      background-repeat: no-repeat;
      background-size: 10px;
      background-position: center;
      margin-left: 0;
      transition: all .3s ease; }

.meet-team {
  padding-top: 0;
  padding-bottom: 30px; }
  @media (min-width: 1152px) {
    .meet-team {
      padding-bottom: 60px; } }
  .meet-team .department:not(:first-of-type) {
    margin-top: 30px; }
  .meet-team .department-name {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #232F5D;
    font-size: 28px;
    line-height: 34px;
    font-family: "lato", sans-serif; }
  .meet-team ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0; }
  .meet-team li {
    list-style: none;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column; }
    .meet-team li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 576px) {
      .meet-team li {
        width: 32%;
        margin-right: 2%; }
        .meet-team li:nth-of-type(2n) {
          margin-right: 2%; }
        .meet-team li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .meet-team li {
        width: 23.5%; }
        .meet-team li:nth-of-type(2n) {
          margin-right: 2%; }
        .meet-team li:nth-of-type(3n) {
          margin-right: 2%; }
        .meet-team li:nth-of-type(4n) {
          margin-right: 0; } }
  .meet-team img {
    margin-bottom: 15px; }
  .meet-team .member-name {
    color: #232F5D;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px; }
    @media (min-width: 1152px) {
      .meet-team .member-name {
        font-size: 24px;
        line-height: 24px; } }

.scroll-transition.fade-in .fade-content {
  opacity: 1;
  transform: translateY(0); }
.scroll-transition.fade-in .transition-container img {
  transform: scale(1);
  opacity: 1; }

.fade-content {
  transform: translateY(200px);
  transition: all 1.5s ease;
  opacity: 0;
  width: 100%; }

.markets {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232F5D; }
  @media (min-width: 768px) {
    .markets {
      flex-direction: row; } }
  .markets .text-col {
    width: 100%;
    padding: 0 30px 30px 30px; }
    @media (min-width: 768px) {
      .markets .text-col {
        width: 50%;
        padding: 30px; } }
    @media (min-width: 992px) {
      .markets .text-col {
        width: 30%; } }
    @media (min-width: 1152px) {
      .markets .text-col {
        width: 20%;
        padding: 30px 0 30px 5%; } }
    .markets .text-col h3 {
      color: #fff; }
    .markets .text-col p {
      color: #fff;
      margin-bottom: 30px; }
    .markets .text-col nav {
      display: flex;
      width: 100%;
      height: auto;
      margin-top: 30px;
      margin-left: auto; }
      .markets .text-col nav > div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: auto;
        margin-right: 10px;
        cursor: pointer;
        transform: rotate(180deg); }
        .markets .text-col nav > div + div {
          transform: none; }
  .markets .red-outline {
    color: #fff;
    background-image: url("images/icons/white-arrow-2.png"); }
  .markets .slide-col {
    width: 100%;
    overflow: hidden; }
    @media (min-width: 768px) {
      .markets .slide-col {
        width: 50%; } }
    @media (min-width: 992px) {
      .markets .slide-col {
        width: 80%; } }

ul.market-slider {
  width: 150%; }
  @media (min-width: 768px) {
    ul.market-slider {
      width: 120%; }
      ul.market-slider .slick-slide {
        height: 600px; } }
  ul.market-slider li {
    position: relative;
    list-style-type: none;
    margin: 0 10px; }
    ul.market-slider li:hover .slide-content {
      opacity: 1; }
    ul.market-slider li img {
      width: 100%;
      max-width: 100%; }

.slide-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: flex-start;
  justify-content: center;
  transition: all .3s ease;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  background-color: rgba(231, 56, 67, 0.7); }
  @media (min-width: 768px) {
    .slide-content {
      padding-left: 15px; } }
  @media (min-width: 1152px) {
    .slide-content {
      padding-left: 30px; } }
  .slide-content p {
    color: #fff;
    margin-bottom: 30px; }
  .slide-content a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 5px; }

.slide-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px; }

.shop-container {
  margin-top: 30px; }

/* Shop Category Page */
ul.categories {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding-left: 0; }
  ul.categories li {
    list-style-type: none;
    width: 48%;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 2%; }
    ul.categories li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      ul.categories li {
        width: 32%; }
        ul.categories li:nth-of-type(2n) {
          margin-right: 2%; }
        ul.categories li:nth-of-type(3n) {
          margin-right: 0; } }
    ul.categories li a:hover {
      text-decoration: none; }
  ul.categories img {
    margin-bottom: 20px; }

.cat-name {
  color: #000;
  font-size: 14px;
  line-height: 18px; }
  .cat-name:hover {
    text-decoration: none; }

/* Shop Product Listing Page */
ul.product-listing {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding-left: 0; }
  ul.product-listing li {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    width: 48%;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 40px; }
    ul.product-listing li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      ul.product-listing li {
        width: 32%;
        height: auto; }
        ul.product-listing li:nth-of-type(2n) {
          margin-right: 2%; }
        ul.product-listing li:nth-of-type(3n) {
          margin-right: 0; } }
    ul.product-listing li a:hover {
      text-decoration: none; }
  ul.product-listing img {
    margin-bottom: 20px; }

.product-info {
  display: flex;
  flex-direction: column;
  height: 100%; }

.product-name {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px; }
  .product-name:hover {
    text-decoration: underline; }

/* Pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 20px; }
  .pagination .number {
    display: inline-block;
    background-color: #eee;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #000;
    margin: 0 5px; }
    .pagination .number a {
      display: block;
      color: #000; }
  .pagination .current {
    background-color: #000;
    color: #fff; }

.toolbar {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }
  .toolbar a.filter-toggle {
    color: #000;
    font-size: 12px; }
  .toolbar select {
    width: auto;
    min-width: 60px;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 30px;
    padding-left: 5px;
    cursor: pointer; }

.product-filter {
  display: none;
  position: absolute;
  left: 200px;
  top: 50px;
  width: 250px;
  background-color: #fff;
  border: 1px solid #eee;
  height: 100%;
  overflow: scroll;
  padding: 20px; }
  .product-filter.filter-open {
    display: block; }
  .product-filter p {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .product-filter a {
    color: #000;
    font-size: 13px;
    line-height: 13px; }

.filter-group:not(:first-of-type) {
  margin-top: 30px; }

/* Product Page */
.product-container {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .product-container {
      flex-direction: row;
      flex-wrap: wrap; } }

.product-gallery {
  width: 100%;
  order: 2;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .product-gallery {
      order: unset;
      padding: 0 50px 0 0;
      width: 50%; } }
  @media (min-width: 1152px) {
    .product-gallery {
      width: 60%; } }
  .product-gallery p {
    width: 100%;
    text-align: center;
    color: #232F5D;
    font-size: 12px;
    line-height: 12px;
    margin: 25px 0;
    text-transform: uppercase;
    font-weight: 600; }
    @media (min-width: 1152px) {
      .product-gallery p {
        font-size: 16px;
        line-height: 16px; } }
    .product-gallery p img {
      max-width: 20px;
      margin-right: 10px; }

.gallery1 {
  padding: 0; }

.gallery-thumbs {
  margin-top: 10px;
  padding: 0 8%; }
  .gallery-thumbs li {
    margin: 0 5px; }
  @media (max-width: 767px) {
    .gallery-thumbs .slick-prev, .gallery-thumbs .slick-next {
      width: 25px;
      height: 25px;
      background-size: 10px; } }
  .gallery-thumbs .slick-prev {
    background-image: url("images/icons/arrow-back.png");
    background-size: 15px; }
  .gallery-thumbs .slick-next {
    background-image: url("images/icons/arrow-forward.png");
    background-size: 15px; }

.help-callout {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #E73843;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/call-to-action.png");
  padding: 30px;
  margin-top: 30px;
  width: 100%; }
  .help-callout:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(231, 56, 67, 0.9);
    width: 100%;
    height: 100%; }
  .help-callout:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url("images/triangle-trimmed.png");
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center; }
  .help-callout .heading {
    position: relative;
    margin-bottom: 10px;
    font-family: "lato", sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 30px; }
  .help-callout p {
    position: relative;
    color: #fff; }
  .help-callout a[href^="tel:"] {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    line-height: 34px; }
  .help-callout a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #232F5D; }
    .help-callout a:hover {
      color: #fff; }

.product-information {
  position: relative;
  width: 100%;
  order: 1;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .product-information {
      order: unset;
      width: 50%;
      padding-top: 20px; } }
  @media (min-width: 1152px) {
    .product-information {
      width: 40%; } }
  .product-information .code {
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #232F5D;
    color: #fff;
    font-family: "lato", sans-serif;
    font-weight: 600;
    padding: 15px; }
  .product-information h1 {
    font-family: "lato", sans-serif;
    padding-right: 100px;
    font-size: 24px;
    line-height: 34px; }
    @media (min-width: 1152px) {
      .product-information h1 {
        font-size: 30px;
        line-height: 40px; } }
  .product-information .brand {
    max-width: 150px;
    margin-bottom: 20px; }
  .product-information .tech-link {
    display: flex;
    align-items: center;
    color: #232F5D;
    font-size: 13px;
    font-family: "lato", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #E73843; }
    @media (min-width: 1152px) {
      .product-information .tech-link {
        font-size: 16px;
        line-height: 16px; } }
    .product-information .tech-link:after {
      content: "";
      display: inline-block;
      position: relative;
      width: 30px;
      height: 20px;
      background-image: url("images/icons/arrow-forward.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 15px; }

.short-description {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 30px; }
  @media (min-width: 1152px) {
    .short-description {
      font-size: 16px;
      line-height: 24px; } }
  .short-description p {
    margin-bottom: 20px; }
    .short-description p:only-of-type {
      margin-bottom: 0; }

.product-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 40px; }
  .product-actions a {
    width: 48%;
    padding: 15px 25px 15px 10px; }
    .product-actions a:not(:first-of-type) {
      margin-left: 4%; }

#brochuremodal {
  position: relative;
  padding: 60px; }
  #brochuremodal .gform_title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  #brochuremodal .close-modal {
    display: flex;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url("images/icons/blue-cross.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    text-indent: -9999px; }

.technical-information:last-child {
  padding-bottom: 100px; }

.technical-information {
  padding-top: 20px;
  padding-bottom: 0;
  overflow: scroll;
  scroll-margin: 200px; }
  .technical-information h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
  .technical-information p {
    width: 100%;
    text-align: center;
    color: #232F5D;
    text-transform: uppercase; }
  .technical-information .table-container {
    display: block;
    position: relative;
    width: 100%;
    overflow: scroll; }
  .technical-information table {
    margin: 30px 0; }

.related-products {
  padding-top: 60px;
  padding-bottom: 90px; }
  .related-products h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #232F5D; }
  .related-products ul {
    display: flex;
    padding: 0 10%; }
  .related-products li {
    list-style: none;
    position: relative;
    margin: 0 10px; }
  .related-products img {
    margin-bottom: 30px;
    border: 1px solid #808080; }
  .related-products .product-name {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    color: #232F5D;
    font-size: 18px;
    line-height: 24px; }
    .related-products .product-name a {
      color: #232F5D; }

.vacancy-overview {
  background-color: #232F5D; }
  .vacancy-overview ul {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly; }
    @media (min-width: 576px) {
      .vacancy-overview ul {
        flex-direction: row; } }
  .vacancy-overview li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    .vacancy-overview li:not(:last-of-type) {
      margin-bottom: 20px; }
    @media (min-width: 768px) {
      .vacancy-overview li {
        width: auto; }
        .vacancy-overview li:not(:last-of-type) {
          margin-bottom: 0; } }
  .vacancy-overview img {
    max-width: 70px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }
  .vacancy-overview strong {
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-family: "lato", sans-serif;
    font-size: 20px;
    line-height: 26px; }
  .vacancy-overview date, .vacancy-overview p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0; }

.single-vacancy .seo-block {
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .single-vacancy .seo-block {
      padding-bottom: 60px; } }

.our-markets {
  padding-top: 0;
  padding-bottom: 60px; }
  .our-markets ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .our-markets ul li {
      position: relative;
      list-style-type: none;
      width: 49%;
      margin-right: 2%;
      margin-bottom: 2%; }
      .our-markets ul li:nth-of-type(2n) {
        margin-right: 0; }
      @media (min-width: 768px) {
        .our-markets ul li {
          width: 32%; }
          .our-markets ul li:nth-of-type(2n) {
            margin-right: 2%; }
          .our-markets ul li:nth-of-type(3n) {
            margin-right: 0; } }
      @media (min-width: 992px) {
        .our-markets ul li {
          width: 23.5%; }
          .our-markets ul li:nth-of-type(2n) {
            margin-right: 2%; }
          .our-markets ul li:nth-of-type(3n) {
            margin-right: 2%; }
          .our-markets ul li:nth-of-type(4n) {
            margin-right: 0; } }
      .our-markets ul li:hover .market-info {
        opacity: 1; }
      .our-markets ul li.getintouch {
        background-color: #E73843;
        width: 100%;
        margin: 0;
        color: #fff;
        padding: 20px; }
        @media (min-width: 992px) {
          .our-markets ul li.getintouch {
            width: 49%;
            margin-bottom: 2%; } }
        .our-markets ul li.getintouch:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: .2;
          background-image: url("images/Rope-background.png");
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center; }
        .our-markets ul li.getintouch:after {
          content: "";
          display: block;
          position: absolute;
          bottom: 0;
          right: 0;
          width: 80px;
          height: 80px;
          background-image: url("images/triangle-trimmed.png");
          background-repeat: no-repeat;
          background-size: 80px;
          background-position: center; }
        .our-markets ul li.getintouch .content {
          display: flex;
          position: relative;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%; }
          .our-markets ul li.getintouch .content h4,
          .our-markets ul li.getintouch .content .blue-solid,
          .our-markets ul li.getintouch .content span {
            margin-bottom: 20px; }
          .our-markets ul li.getintouch .content h4 {
            font-family: "lato", sans-serif;
            font-weight: 600;
            font-size: 40px;
            line-height: 50px; }
        .our-markets ul li.getintouch h4 {
          color: #fff; }
        .our-markets ul li.getintouch .blue-solid:hover {
          background-color: transparent;
          border-color: #fff;
          color: #fff;
          background-image: url("images/icons/white-arrow-2.png"); }
        .our-markets ul li.getintouch p {
          color: #fff;
          margin-bottom: 5px;
          font-size: 18px;
          line-height: 18px; }
        .our-markets ul li.getintouch a[href^="tel:"] {
          color: #fff;
          font-size: 24px;
          line-height: 34px;
          font-weight: 600;
          text-decoration: underline;
          text-underline-offset: 7px; }
          @media (min-width: 1152px) {
            .our-markets ul li.getintouch a[href^="tel:"] {
              font-size: 30px;
              line-height: 36px; } }

.market-info {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: flex-start;
  justify-content: center;
  transition: all .3s ease;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  background-color: rgba(231, 56, 67, 0.7); }
  .market-info p {
    color: #fff;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .market-info p {
        font-size: 13px;
        line-height: 18px; } }
  .market-info a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 5px; }

.market-name {
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px; }

.market-expander {
  padding-top: 60px;
  padding-bottom: 0; }
  .market-expander h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px; }

.page-resources .textblock {
  padding-bottom: 0; }

.page-casestudies .product-listing {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1152px) {
    .page-casestudies .product-listing {
      padding-top: 60px;
      padding-bottom: 60px; } }
.page-casestudies .casestudy-callout:last-child {
  margin-bottom: 60px; }

article {
  padding-top: 30px;
  padding-bottom: 30px; }
  article h1 {
    width: 100%;
    text-align: center; }
  article p {
    margin-bottom: 30px; }
  article blockquote p {
    color: #232F5D;
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 768px) {
      article blockquote p {
        font-size: 22px;
        line-height: 30px; } }

.single-casestudy .gallery-carousel {
  border-top: 1px solid #232F5D; }

.location-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .location-details {
      flex-direction: row; } }

.map {
  width: 100%;
  height: auto; }
  @media (min-width: 992px) {
    .map {
      width: 70%; } }
  .map iframe {
    width: 100%;
    vertical-align: bottom; }

.contact-methods {
  background-color: #E73843;
  padding: 20px;
  width: 100%; }
  @media (min-width: 992px) {
    .contact-methods {
      width: 30%;
      padding: 60px; } }
  .contact-methods * {
    color: #fff; }
  .contact-methods h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px; }
  .contact-methods .contact-us {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .contact-methods .contact-us {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .contact-methods .contact-us {
        margin-bottom: 30px; } }
    .contact-methods .contact-us ul {
      padding-left: 0; }
    .contact-methods .contact-us li {
      display: flex;
      align-items: center; }
      .contact-methods .contact-us li:not(:last-of-type) {
        margin-bottom: 10px; }
      .contact-methods .contact-us li:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        top: 2px;
        margin-right: 10px;
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: center; }
      .contact-methods .contact-us li:nth-of-type(1):before {
        background-image: url("images/icons/phone.png"); }
      .contact-methods .contact-us li:nth-of-type(2):before {
        background-image: url("images/icons/email.png"); }
  .contact-methods .headoffice {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .contact-methods .headoffice {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .contact-methods .headoffice {
        margin-bottom: 30px; } }
  .contact-methods address {
    font-style: normal; }
    @media (min-width: 1152px) {
      .contact-methods address {
        font-size: 16px;
        line-height: 22px; } }
  .contact-methods .openingtimes ol {
    margin: 0;
    padding: 0; }
  .contact-methods .openingtimes li {
    list-style: none; }

.phone-address {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .phone-address {
      flex-direction: row;
      justify-content: space-between; } }
  @media (min-width: 992px) {
    .phone-address {
      flex-direction: column; } }

.page-template-quality .seo-block {
  padding-top: 0;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .page-template-quality .seo-block {
      padding-bottom: 60px; } }

.dealers {
  padding: 0 0 60px 0; }
  .dealers h4 {
    font-weight: 600;
    font-size: 24px; }
  .dealers ul {
    padding: 0; }
  .dealers li {
    display: inline-flex;
    flex-direction: column;
    list-style: none;
    width: 48.4%;
    margin-right: 2%;
    margin-bottom: 30px; }
    .dealers li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 576px) {
      .dealers li {
        width: 31.5%; }
        .dealers li:nth-of-type(2n) {
          margin-right: 2%; }
        .dealers li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .dealers li {
        flex-direction: row;
        align-items: flex-start;
        width: 48.4%; }
        .dealers li:nth-of-type(2n) {
          margin-right: 0; }
        .dealers li:nth-of-type(4n) {
          margin-right: 0;
          margin-left: 2%; } }
    .dealers li img {
      width: 100%; }
  .dealers a:not(.dealer-info a) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1/1; }
    @media (min-width: 768px) {
      .dealers a:not(.dealer-info a) {
        width: 40%; } }

.dealer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .dealer-info {
      width: 60%;
      padding-top: 0;
      padding-left: 20px; } }
  .dealer-info p {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 400;
    color: #232F5D; }
  .dealer-info a {
    color: #808080;
    font-weight: 300; }
    .dealer-info a:not(a[href^="tel:"]):not(.dealer-name) {
      text-decoration: underline;
      text-underline-offset: 5px;
      text-decoration-color: #E73843;
      text-transform: uppercase;
      font-weight: 700;
      color: #232F5D;
      font-size: 11px;
      line-height: 11px; }
      @media (min-width: 1152px) {
        .dealer-info a:not(a[href^="tel:"]):not(.dealer-name) {
          font-size: 14px;
          line-height: 14px; } }
      .dealer-info a:not(a[href^="tel:"]):not(.dealer-name):hover {
        text-decoration: none; }
  .dealer-info a[href^="tel:"] {
    display: inline-block;
    margin-bottom: 30px; }

a.dealer-name {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  color: #232F5D;
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 1152px) {
    a.dealer-name {
      font-size: 20px;
      line-height: 28px; } }

.material-properties {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .material-properties {
      padding-top: 30px;
      flex-direction: row; } }
  @media (min-width: 1152px) {
    .material-properties {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .material-properties .img-col {
    width: 300px;
    order: 2;
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 768px) {
      .material-properties .img-col {
        order: 1;
        padding-left: 0;
        padding-right: 0;
        width: 400px; } }
    .material-properties .img-col img {
      width: 100%; }
  .material-properties .txt-col {
    width: 100%;
    order: 1;
    padding: 30px 30px 30px 30px; }
    @media (min-width: 768px) {
      .material-properties .txt-col {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 0;
        width: 600px;
        padding-top: 0;
        margin-left: 5%;
        order: 2; } }
  .material-properties .lightblue-solid {
    margin-top: 30px; }

.page-template-technicalhub .seo-block {
  padding-top: 0; }
.page-template-technicalhub .overlay-callout .callout-inner {
  background-color: #fff; }
.page-template-technicalhub .overlay-callout:before {
  background-color: #F3F3F3; }

.page-template-ropeaccess .seo-block {
  padding-top: 0;
  padding-bottom: 0; }
.page-template-ropeaccess .related-products {
  padding-bottom: 90px; }

.page-template-splice .textblock {
  padding-bottom: 0; }
.page-template-splice .overlay-callout {
  padding-bottom: 0; }
  .page-template-splice .overlay-callout .callout-inner {
    position: relative;
    background-color: #fff; }
  .page-template-splice .overlay-callout:before {
    background-color: #F3F3F3; }

.page-template-properties .textblock {
  padding-bottom: 0; }

.page-sustainability-template .seo-block {
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .page-sustainability-template .seo-block {
      padding-bottom: 60px; } }

.page-template-lineselector .textblock {
  padding-bottom: 0; }
.page-template-lineselector .seo-block {
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .page-template-lineselector .seo-block {
      padding-bottom: 60px; } }

.page-whatwedo-template .seo-block {
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .page-whatwedo-template .seo-block {
      padding-bottom: 60px; } }

.page-template-page-company .overlay-callout .callout-inner {
  background-color: #fff; }
.page-template-page-company .overlay-callout:before {
  background-color: #fff; }
.page-template-page-company .overlay-callout .c-container:after, .page-template-page-company .overlay-callout #mega-menu-wrap-menu-1 .mega-menu:not(.mega-sub-menu):after, #mega-menu-wrap-menu-1 .page-template-page-company .overlay-callout .mega-menu:not(.mega-sub-menu):after, .page-template-page-company .overlay-callout .no-results form:after, .no-results .page-template-page-company .overlay-callout form:after, .page-template-page-company .overlay-callout .key-messages:after, .page-template-page-company .overlay-callout .seo-block:after, .page-template-page-company .overlay-callout .seo-offset-block:after, .page-template-page-company .overlay-callout .image-expand--intro:after, .page-template-page-company .overlay-callout .product-listing ul:after, .product-listing .page-template-page-company .overlay-callout ul:after, .page-template-page-company .overlay-callout .news-list ul:after, .news-list .page-template-page-company .overlay-callout ul:after, .page-template-page-company .overlay-callout .gallery-carousel ul:after, .gallery-carousel .page-template-page-company .overlay-callout ul:after, .page-template-page-company .overlay-callout .dealer-location:after, .page-template-page-company .overlay-callout .brands:after, .page-template-page-company .overlay-callout .vacancy-overview ul:after, .vacancy-overview .page-template-page-company .overlay-callout ul:after, .page-template-page-company .overlay-callout .our-markets ul:after, .our-markets .page-template-page-company .overlay-callout ul:after, .page-template-page-company .overlay-callout article:after, .page-template-page-company .overlay-callout .dealers:after, .page-template-page-company .overlay-callout .navigation-inner:after, .page-template-page-company .overlay-callout .errordiv:after, .page-template-page-company .overlay-callout .downloads ul:after, .downloads .page-template-page-company .overlay-callout ul:after, .page-template-page-company .overlay-callout .search-filter form:after, .search-filter .page-template-page-company .overlay-callout form:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-image: url("images/triangle-trimmed.png");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center; }

.company-video {
  background-color: #F3F3F3;
  padding-top: 60px;
  padding-bottom: 60px; }
  .company-video h4 {
    width: 100%;
    text-align: center;
    color: #232F5D;
    margin-bottom: 60px; }
  .company-video img,
  .company-video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9; }

.post-meta {
  width: 100%;
  text-align: center;
  margin-bottom: 10px; }

p.intro {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }

article img {
  max-width: 90%;
  height: 300px;
  margin: 0 auto; }
article p {
  text-align: center; }
  @media (min-width: 768px) {
    article p {
      padding-left: 30px;
      padding-right: 30px; } }

.post-navigation {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #808080; }
  .post-navigation .share {
    width: 200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: calc(50% - 100px); }
    .post-navigation .share p {
      font-family: "lato", sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      color: #232F5D;
      margin-bottom: 5px; }
    .post-navigation .share ul {
      display: flex;
      padding: 0; }
    .post-navigation .share li {
      list-style: none; }
    .post-navigation .share img {
      max-width: 30px; }

div.simplesocialbuttons {
  text-align: center !important;
  width: 100%;
  margin: 0 auto 20px 0; }

.simplesocialbuttons.simplesocial-round-icon button {
  border-radius: 0 !important; }

.simplesocialbuttons.simplesocial-round-icon button.simplesocial-fb-share,
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-twt-share,
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-linkedin-share {
  color: #232F5D !important;
  border-color: #232F5D !important; }

.simplesocialbuttons.simplesocial-round-icon button.simplesocial-fb-share:hover,
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-twt-share:hover,
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-linkedin-share:hover {
  background: #fff !important; }

.navigation-inner {
  display: flex;
  align-items: center; }
  .navigation-inner a {
    display: flex;
    align-items: center;
    color: #232F5D;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 3px; }
    @media (min-width: 992px) {
      .navigation-inner a {
        font-size: 14px; } }
    .navigation-inner a:hover {
      text-decoration: none; }
  @media (max-width: 767px) {
    .navigation-inner a[rel="prev"] {
      flex-direction: column; } }
  .navigation-inner a[rel="prev"]:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-image: url("images/icons/previous.png"); }
    @media (max-width: 767px) {
      .navigation-inner a[rel="prev"]:before {
        margin-bottom: 5px; } }
  .navigation-inner a[rel="prev"]:hover:before {
    background-image: url("images/icons/previous-rollover.png"); }
  .navigation-inner a[rel="next"] {
    margin-left: auto; }
    @media (max-width: 767px) {
      .navigation-inner a[rel="next"] {
        flex-direction: column-reverse; } }
    .navigation-inner a[rel="next"]:after {
      content: "";
      display: inline-block;
      position: relative;
      width: 40px;
      height: 40px;
      margin-left: 10px;
      background-repeat: no-repeat;
      background-size: 40px;
      background-position: center;
      background-image: url("images/icons/next.png"); }
      @media (max-width: 767px) {
        .navigation-inner a[rel="next"]:after {
          margin-bottom: 5px; } }
    .navigation-inner a[rel="next"]:hover:after {
      background-image: url("images/icons/next-rollover.png"); }

.prev-post:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 100%;
  transition: all .3s ease;
  background-image: url("images/icons/article-arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center; }
  @media (min-width: 992px) {
    .prev-post:before {
      width: 50px;
      height: 50px;
      background-size: 50px; } }
.prev-post:hover:before {
  background-image: url("images/icons/article-arrow-rollover.png"); }

.next-post {
  margin-left: auto; }
  .next-post:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    transition: all .3s ease;
    border-radius: 100%;
    background-image: url("images/icons/article-next-arrow.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center; }
    @media (min-width: 992px) {
      .next-post:after {
        width: 50px;
        height: 50px;
        background-size: 50px; } }
  .next-post:hover:after {
    background-image: url("images/icons/article-next-arrow-rollover.png"); }

.page-export-template .seo-block .image-block img {
  border-top-right-radius: 0;
  aspect-ratio: unset; }

.page-quote-template .enquiry {
  background-color: #fff; }

.error-container {
  height: 100vh; }

.errordiv {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .errordiv img {
    margin-bottom: 60px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .errordiv h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px; }
  .errordiv p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .errordiv p br {
        display: none; } }
  .errordiv:has(.blue-solid) p {
    margin-bottom: 30px; }
  .errordiv .blue-solid {
    min-width: 250px; }

.single-brand .seo-block {
  padding-top: 0;
  padding-bottom: 60px; }

.downloads {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 60px; }
  .downloads ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
  .downloads li {
    list-style: none;
    position: relative;
    margin-bottom: 20px;
    width: 48%;
    margin-right: 2%; }
    .downloads li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .downloads li {
        margin-right: 1%;
        width: 19%; }
        .downloads li:nth-of-type(2n) {
          margin-right: 1%; }
        .downloads li:nth-of-type(5n) {
          margin-right: 0; } }
    .downloads li img {
      width: 100%;
      border: 1px solid #808080;
      padding: 5px; }
    .downloads li a:not(.post-content a) {
      display: block;
      position: relative;
      width: 100%; }
  .downloads .post-content {
    padding-top: 10px; }
    .downloads .post-content p {
      font-weight: 300;
      margin-bottom: 20px; }
    .downloads .post-content a:not(h5 a) {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      color: #232F5D;
      text-transform: capitalize;
      text-decoration: underline;
      text-underline-offset: 3px;
      text-decoration-color: #232F5D; }
      .downloads .post-content a:not(h5 a):after {
        content: "";
        display: inline-block;
        position: relative;
        margin-left: 10px;
        width: 25px;
        height: 25px;
        transition: all .3s ease;
        background-image: url("images/icons/download.png");
        background-size: 25px;
        background-position: center;
        background-repeat: no-repeat; }
      .downloads .post-content a:not(h5 a):hover {
        text-decoration: none; }
        .downloads .post-content a:not(h5 a):hover:after {
          margin-left: 12px; }
  .downloads h5 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 1152px) {
      .downloads h5 {
        font-size: 22px; } }
    .downloads h5 a {
      color: #232F5D;
      font-weight: 600; }
  .downloads .btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 40px; }
    @media (min-width: 576px) {
      .downloads .btn-container {
        flex-direction: row; } }

.brochure-img {
  border: 1px solid #808080;
  padding: 5px;
  width: 60%;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .brochure-img {
      width: 250px; } }

.brochureBtn {
  display: block;
  color: #232F5D;
  font-weight: 600; }
  .brochureBtn:after {
    content: "";
    display: inline-block;
    position: relative;
    margin-left: 10px;
    width: 25px;
    height: 25px;
    transition: all .3s ease;
    background-image: url("images/icons/download.png");
    background-size: 25px;
    background-position: center;
    top: 5px;
    background-repeat: no-repeat; }

.form-modal {
  padding: 30px;
  background-color: #fff;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .form-modal {
      width: 50%; } }
  .form-modal .modal-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
    font-family: "lato", sans-serif;
    color: #232F5D; }
  .form-modal form {
    text-align: center; }
  .form-modal input {
    margin-bottom: 20px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto; }

.download-modal {
  padding: 30px;
  background-color: #fff;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .download-modal {
      width: 80%; } }
  .download-modal .modal-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
    font-family: "lato", sans-serif;
    font-weight: 800;
    color: #232F5D; }
  .download-modal form {
    text-align: center; }
  .download-modal input {
    margin-bottom: 20px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto; }

.textcolumns {
  padding-top: 60px;
  padding-bottom: 60px; }
  .textcolumns .c-container, .textcolumns #mega-menu-wrap-menu-1 .mega-menu:not(.mega-sub-menu), #mega-menu-wrap-menu-1 .textcolumns .mega-menu:not(.mega-sub-menu), .textcolumns .no-results form, .no-results .textcolumns form, .textcolumns .key-messages, .textcolumns .seo-block, .textcolumns .seo-offset-block, .textcolumns .image-expand--intro, .textcolumns .product-listing ul, .product-listing .textcolumns ul, .textcolumns .news-list ul, .news-list .textcolumns ul, .textcolumns .gallery-carousel ul, .gallery-carousel .textcolumns ul, .textcolumns .dealer-location, .textcolumns .brands, .textcolumns .vacancy-overview ul, .vacancy-overview .textcolumns ul, .textcolumns .our-markets ul, .our-markets .textcolumns ul, .textcolumns article, .textcolumns .dealers, .textcolumns .navigation-inner, .textcolumns .errordiv, .textcolumns .downloads ul, .downloads .textcolumns ul, .textcolumns .search-filter form, .search-filter .textcolumns form {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .textcolumns .c-container, .textcolumns #mega-menu-wrap-menu-1 .mega-menu:not(.mega-sub-menu), #mega-menu-wrap-menu-1 .textcolumns .mega-menu:not(.mega-sub-menu), .textcolumns .no-results form, .no-results .textcolumns form, .textcolumns .key-messages, .textcolumns .seo-block, .textcolumns .seo-offset-block, .textcolumns .image-expand--intro, .textcolumns .product-listing ul, .product-listing .textcolumns ul, .textcolumns .news-list ul, .news-list .textcolumns ul, .textcolumns .gallery-carousel ul, .gallery-carousel .textcolumns ul, .textcolumns .dealer-location, .textcolumns .brands, .textcolumns .vacancy-overview ul, .vacancy-overview .textcolumns ul, .textcolumns .our-markets ul, .our-markets .textcolumns ul, .textcolumns article, .textcolumns .dealers, .textcolumns .navigation-inner, .textcolumns .errordiv, .textcolumns .downloads ul, .downloads .textcolumns ul, .textcolumns .search-filter form, .search-filter .textcolumns form {
        flex-direction: row; } }
  .textcolumns .col-1,
  .textcolumns .col-2 {
    width: 100%; }
    @media (min-width: 768px) {
      .textcolumns .col-1,
      .textcolumns .col-2 {
        width: 40%; } }
    .textcolumns .col-1 p:last-of-type,
    .textcolumns .col-2 p:last-of-type {
      margin-bottom: 60px; }
  @media (min-width: 768px) {
    .textcolumns .col-1 {
      margin-right: 5%; } }
  .textcolumns .col-2 {
    padding-top: 30px; }
    @media (min-width: 768px) {
      .textcolumns .col-2 {
        margin-left: 5%;
        padding-top: 0; } }

.why-ibex {
  padding-top: 60px;
  padding-bottom: 60px; }
  .why-ibex h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px; }

.why-list {
  display: flex;
  width: 100%;
  flex-direction: column; }
  @media (min-width: 768px) {
    .why-list {
      flex-direction: row;
      flex-wrap: wrap; } }
  .why-list .list-item {
    display: flex;
    width: 100%;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .why-list .list-item {
        width: 48%;
        margin-right: 4%; }
        .why-list .list-item:nth-of-type(2n) {
          margin-right: 0; } }
  .why-list .icon {
    width: 100px; }
    .why-list .icon img {
      width: 100%; }
  .why-list .why-details {
    width: calc(100% - 100px);
    padding-left: 30px; }
    .why-list .why-details p {
      color: #232F5D;
      font-weight: 600; }
  .why-list .why-heading {
    font-family: "lato", sans-serif;
    color: #232F5D;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px; }

.vacancy-list {
  border-top: 1px solid #232F5D;
  padding-top: 60px;
  padding-bottom: 60px; }
  .vacancy-list h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px; }
  .vacancy-list ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
  .vacancy-list li {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    border: 1px solid #232F5D;
    transition: all .3s ease;
    width: 49%;
    padding: 20px;
    margin-right: 2%;
    margin-bottom: 2%; }
    .vacancy-list li:nth-of-type(2n) {
      margin-right: 0; }
    .vacancy-list li:hover {
      border: 1px solid #232F5D; }
    @media (min-width: 576px) {
      .vacancy-list li {
        width: 32%; }
        .vacancy-list li:nth-of-type(2n) {
          margin-right: 2%; }
        .vacancy-list li:nth-of-type(3n) {
          margin-right: 0; } }
    .vacancy-list li .vacancy-title {
      color: #232F5D;
      font-family: "lato", sans-serif;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 5px; }
    .vacancy-list li p {
      font-weight: 600;
      margin-bottom: 20px; }
    .vacancy-list li a {
      color: #232F5D;
      font-size: 16px;
      line-height: 16px;
      text-decoration: underline;
      text-underline-offset: 5px; }
      .vacancy-list li a:hover {
        text-decoration: none; }

.vacancy-information {
  padding-bottom: 60px; }

.single-vacancy .enquiry {
  background-color: #F3F3F3; }
  .single-vacancy .enquiry h4 {
    color: #232F5D; }
  .single-vacancy .enquiry p {
    color: #808080; }

.search-results:not(body.search-results) {
  padding-bottom: 60px; }

.search-filter {
  background-color: #232F5D;
  padding-top: 30px;
  padding-bottom: 30px; }
  .search-filter form {
    max-width: 300px;
    display: flex;
    flex-direction: row; }
    @media (min-width: 576px) {
      .search-filter form {
        justify-content: center; } }
  .search-filter input {
    padding-left: 20px;
    background-color: #F3F3F3;
    color: #808080;
    font-family: sans-serif; }
    @media (min-width: 576px) {
      .search-filter input {
        width: 300px; } }
    .search-filter input::placeholder {
      color: #808080; }
  .search-filter input[type="text"] {
    margin-bottom: 10px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #fff;
    border-right: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
    @media (min-width: 576px) {
      .search-filter input[type="text"] {
        margin-bottom: 0; } }
  .search-filter button[type="submit"] {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: 0;
    cursor: pointer; }
    .search-filter button[type="submit"] img {
      max-width: 20px; }

.result {
  border-bottom: 1px solid #232F5D;
  padding-top: 60px;
  padding-bottom: 60px; }
  .result .post-title {
    margin-bottom: 20px; }
  .result p {
    margin-bottom: 20px;
    font-weight: 600; }
  .result a {
    color: #232F5D;
    font-family: "lato", sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #E73843; }
    .result a:hover {
      text-decoration: none; }

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