/*
Theme Name: Rexframe
Author: Gumpo
Version: 1.0.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/** start of tunnicliffe colours**/
/** start of integrated air */
/** start of niplast **/
/** start of rexframe **/
/* Global */
* {
  color: #262626;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box; }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fbfbfb;
  margin: 0;
  padding: 0;
  background: #fbfbfb;
  counter-reset: mega-step;
  overflow-x: hidden; }

.fas {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  text-rendering: auto;
  font-display: block; }

.far {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  text-rendering: auto;
  font-display: block; }

html.no-js {
  margin: 0 !important; }

.responsive-image {
  max-width: 100%;
  width: auto;
  height: auto; }

.container {
  max-width: 1640px;
  padding: 0 20px;
  margin: 0 auto; }
  @media only screen and (max-width: 960px) {
    .container {
      padding: 0 1rem; } }
  @media only screen and (max-width: 768px) {
    .container {
      padding: 1rem; } }

.inner-container {
  max-width: 1354px;
  padding: 0 20px;
  margin: 0 auto; }
  @media only screen and (max-width: 960px) {
    .inner-container {
      padding: 0 1rem; } }
  @media only screen and (max-width: 768px) {
    .inner-container {
      padding: 1rem; } }

.article-container {
  max-width: 455px;
  padding: 0 20px;
  margin: 0 auto; }
  @media only screen and (max-width: 960px) {
    .article-container {
      padding: 0 1rem; } }
  @media only screen and (max-width: 768px) {
    .article-container {
      padding: 1rem; } }

a {
  font-size: 14px;
  line-height: 26px;
  color: #262626;
  text-decoration: none; }
  a:hover {
    color: #0d0d0d; }

.space-text {
  letter-spacing: 0.35px;
  line-height: 36px; }

.large-text {
  font-size: 20px;
  line-height: 24px; }

.x-large-text {
  font-size: 22px;
  line-height: 30px; }

.mid-text {
  font-size: 18px;
  line-height: 28px; }

.small-text {
  font-size: 14px;
  line-height: 24px; }

.line-height {
  line-height: 30px; }

.center-align-self {
  align-self: center; }

p, span {
  color: #262626;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 1rem; }

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }

/* Then style the iframe to fit in the container div with full height and width */
.iframe-container > iframe, .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

blockquote p {
  font-size: 24px;
  font-style: italic;
  line-height: 28px; }

.separator {
  height: 3px;
  width: 56px;
  border-radius: 15%;
  margin: 1rem 0;
  background-color: #828282; }

.separator-full {
  width: 100%;
  position: relative; }

.separator-margin {
  margin: 3rem 0; }

.separator-blue-overlay:after {
  height: 3px;
  width: 234px;
  border-radius: 15%;
  margin-bottom: 1rem;
  content: '';
  background-color: #00AEEF;
  position: absolute; }

.orange-separator {
  height: 3px;
  width: 56px;
  border-radius: 15%;
  margin-bottom: 1rem;
  background-color: #f9991e; }

.blue-separator {
  height: 3px;
  width: 56px;
  border-radius: 15%;
  margin-bottom: 1rem;
  background-color: #00AEEF; }

.black-separator {
  height: 3px;
  width: 56px;
  border-radius: 15%;
  margin-bottom: 1rem;
  background-color: #262626; }

.white-separator {
  height: 3px;
  width: 56px;
  border-radius: 15%;
  margin-bottom: 1rem;
  background-color: white !important; }

.transparent-separator {
  height: 3px;
  width: 56px;
  border-radius: 15%;
  margin-bottom: 1rem;
  background-color: transparent; }

.separator-full {
  width: 100%; }

.line-before:before {
  content: "";
  background: white;
  height: 3px;
  width: 3.5rem;
  position: absolute;
  left: -4.5rem;
  top: .8rem; }

.center-text {
  text-align: center !important; }

.text-left {
  text-align: left !important;
  justify-content: flex-start !important; }

.text-right {
  text-align: right !important;
  justify-content: flex-end !important; }

.light-grey-text {
  color: #C8C8C8 !important; }

.grey-text {
  color: #828282 !important; }

.blue-text {
  color: #00AEEF !important; }

.black-text {
  color: #262626 !important; }

.white-text {
  color: white !important; }

.green-text {
  color: #00a76f !important; }

.orange-text {
  color: #f9991e !important; }

.yellow-text {
  color: #FFE075 !important; }

.pink-text {
  color: #ff3366 !important; }

.white-text {
  color: #ffffff !important; }

.red-text {
  color: #e76969 !important; }

section, aside {
  padding: 1rem; }

.no-padding {
  padding-left: 0;
  padding-right: 0;
  padding: 0; }

.no-margin {
  margin: 0 !important; }

.curved-edge {
  border-radius: 7px; }

.hidden {
  visibility: hidden; }

h1, h2, h3, h4, h5, h6 {
  color: #262626;
  font-family: "Montserrat", sans-serif; }

h1 {
  font-size: 55px;
  line-height: 66px; }
  h1 span {
    font-size: 55px;
    line-height: 66px; }
  h1.large-text {
    font-size: 80px;
    line-height: 96px; }

h2 {
  font-size: 36px;
  line-height: 43px; }
  h2 span {
    font-size: 36px;
    line-height: 43px; }
  h2.large-text {
    font-size: 74px;
    line-height: 79px; }

h3 {
  font-size: 30px;
  line-height: 40px; }
  h3 span {
    font-size: 30px;
    line-height: 40px; }

h4 {
  font-size: 18px;
  line-height: 27px; }
  h4 span {
    font-size: 18px;
    line-height: 27px; }

h5 {
  font-size: 18px;
  line-height: 28px; }
  h5 span {
    font-size: 18px;
    line-height: 28px; }

h6 {
  font-size: 14px;
  line-height: 26px; }
  h6 span {
    font-size: 14px;
    line-height: 26px; }

strong {
  font-weight: 600; }

.dark-black-background {
  background-color: #242424; }

.black-background {
  background-color: #262626; }

.white-background {
  background-color: #ffffff; }

.orange-background {
  background-color: #f9991e; }

.yellow-background {
  background-color: #FFE075; }

.grey-background {
  background-color: #f7f7f7; }

.light-grey-background {
  background-color: #fbfbfb; }

.dark-grey-background {
  background-color: #373737; }

.navy-background {
  background-color: #1f2845; }

.red-background {
  background-color: #e76969; }

.green-background {
  background-color: #00a76f; }

.green-black-gradient-background {
  background: linear-gradient(251deg, #1E1E1E 0%, #00A76F 100%) !important; }

.hero-background {
  background: linear-gradient(224.71deg, #00BAFF 0%, #003C57 100%) !important; }

.hero-text {
  font-size: 80px;
  line-height: 96px; }

.page-header {
  font-size: 55px;
  line-height: 66px; }

.upper {
  text-transform: uppercase !important; }

.lower {
  text-transform: lowercase !important; }

.proper {
  text-transform: capitalize !important; }

.bold {
  font-weight: 700 !important; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.columns {
  display: flex;
  width: 100%; }

[class^="column-"] {
  width: calc(50% - 1rem);
  padding: 1rem 0; }

.column-1 {
  margin-right: 1rem; }

.column-2 {
  margin-left: 1rem; }

.columns-40 {
  width: calc(40% - 1rem);
  padding: 1rem 0; }

.columns-60 {
  width: calc(60% - 1rem);
  padding: 1rem 0; }

.columns-25 {
  width: calc(25% - 1rem);
  padding: 1rem 0; }

.columns-75 {
  width: calc(75% - 1rem);
  padding: 1rem 0; }

.columns-third {
  width: calc(33% - 1rem); }

.padding-top {
  padding-top: 1rem !important; }

.padding-bottom {
  padding-bottom: 1rem; }

.clear {
  clear: both; }

p.large-text {
  font-size: 20px;
  line-height: 30px; }

.margin-bottom {
  margin-bottom: 1rem; }

.site-nav {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(38, 38, 38, 0.8);
  display: none;
  width: 100%;
  transition: all 0.25s linear;
  z-index: 100; }
  @media (min-width: 960px) {
    .site-nav {
      display: block !important;
      position: static;
      background-color: transparent;
      height: 100%; } }
  .site-nav.active {
    display: block; }
  .site-nav .container {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: flex-start; }
    @media (min-width: 960px) {
      .site-nav .container {
        justify-content: flex-end; } }
    .site-nav .container p {
      color: #ffe000;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 15px;
      line-height: 19px; }
      .site-nav .container p span {
        color: white; }
      @media (max-width: 1280px) {
        .site-nav .container p {
          display: none; } }
  .site-nav__sections {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: block;
    width: 100%; }
    @media (min-width: 960px) {
      .site-nav__sections {
        display: flex; } }
    .site-nav__sections > li a {
      display: block;
      padding: 0 0 12px 0;
      color: #262626;
      font-family: basic-sans, sans-serif;
      font-weight: 600;
      text-decoration: none;
      transition: color 0.25s ease-out; }
      .site-nav__sections > li a:hover, .site-nav__sections > li a:focus {
        color: #00AEEF; }
      @media (min-width: 960px) {
        .site-nav__sections > li a {
          padding: 12px 0;
          color: #262626; }
          .site-nav__sections > li a span {
            color: white; } }
      .site-nav__sections > li a span {
        color: #262626;
        padding-bottom: 5rem; }
    .site-nav__sections > li > a {
      font-weight: bold;
      padding: 15px 20px;
      color: white; }
      .site-nav__sections > li > a span {
        color: #262626; }
      @media (min-width: 960px) {
        .site-nav__sections > li > a span {
          color: #262626; } }
      @media (min-width: 1024px) {
        .site-nav__sections > li > a span {
          color: #ffffff; } }
      @media (min-width: 960px) {
        .site-nav__sections > li > a {
          padding: 15px 20px; }
          .site-nav__sections > li > a:hover span:after, .site-nav__sections > li > a:focus span:after {
            border-bottom: 3px solid white;
            content: '';
            position: absolute;
            top: 1.5rem;
            left: 0;
            height: 3px;
            width: 100%; } }
    @media (min-width: 960px) {
      .site-nav__sections > li.current-menu-item > a > span:after, .site-nav__sections > li.current-page-ancestor > a > span:after {
        border-bottom: 3px solid white;
        content: '';
        position: absolute;
        top: 1.5rem;
        left: 0;
        height: 3px;
        width: 100%; } }
    .site-nav__sections > li.dropdown > a:after, .site-nav__sections > li.menu-item-has-children > a:after {
      content: "\f0d7";
      display: inline-block;
      width: 9px;
      height: 9px;
      color: #262626;
      background-size: 100%;
      position: relative;
      top: -1px;
      margin-left: 5px; }
      @media (min-width: 960px) {
        .site-nav__sections > li.dropdown > a:after, .site-nav__sections > li.menu-item-has-children > a:after {
          display: none; } }
    .site-nav__sections > li.dropdown > div, .site-nav__sections > li.menu-item-has-children > div {
      display: none; }
    @media (min-width: 960px) {
      .site-nav__sections > li.dropdown:hover > div, .site-nav__sections > li.menu-item-has-children:hover > div {
        display: block; } }
    @media (max-width: 960px) {
      .site-nav__sections > li.dropdown--toggle > div, .site-nav__sections > li.menu-item-has-children--toggle > div {
        display: block; } }
    .site-nav__sections > li.dropdown--toggle > a:after, .site-nav__sections > li.menu-item-has-children--toggle > a:after {
      transform: rotate(90deg); }
    .site-nav__sections > li:hover, .site-nav__sections > li:focus {
      color: #00AEEF; }
  .site-nav__cols {
    top: 100%;
    left: 0;
    width: 100%;
    height: 65vh;
    z-index: 12; }
    @media (min-width: 960px) {
      .site-nav__cols {
        background: #15c0ff;
        position: absolute; } }
    @media (max-width: 960px) {
      .site-nav__cols {
        height: auto; } }
    .site-nav__cols .container ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      @media (min-width: 960px) {
        .site-nav__cols .container ul {
          background: #e9e9e9; }
          .site-nav__cols .container ul:not(.menu-depth-2) {
            border-top: 4px solid #00AEEF; } }
    .site-nav__cols .container > ul {
      display: flex;
      margin: 0 -10px;
      flex-wrap: wrap;
      width: 100%;
      padding: 0 20px; }
      @media (min-width: 960px) {
        .site-nav__cols .container > ul {
          padding: 40px 20px; } }
      .site-nav__cols .container > ul > li {
        width: 100%;
        padding: 0 10px; }
        @media (min-width: 960px) {
          .site-nav__cols .container > ul > li {
            width: 20%; } }
      .site-nav__cols .container > ul .toggle {
        font-weight: bold;
        text-transform: uppercase;
        color: #00AEEF;
        margin-bottom: 15px;
        display: block;
        cursor: pointer; }
        .site-nav__cols .container > ul .toggle:after {
          content: "";
          display: inline-block;
          width: 9px;
          height: 9px;
          background-image: url(assets/img/layout/dropdown.png);
          background-size: 100%;
          position: relative;
          top: -1px;
          margin-left: 5px; }
        @media (min-width: 960px) {
          .site-nav__cols .container > ul .toggle {
            font-size: 24px;
            font-size: 2.4rem;
            margin-bottom: 0;
            cursor: default; }
            .site-nav__cols .container > ul .toggle:after {
              display: none; } }
        @media (max-width: 960px) {
          .site-nav__cols .container > ul .toggle--toggle + ul {
            display: block; } }
        .site-nav__cols .container > ul .toggle--toggle:after {
          transform: rotate(90deg); }
      .site-nav__cols .container > ul ul {
        display: none; }
        @media (min-width: 960px) {
          .site-nav__cols .container > ul ul {
            display: block !important; } }
  .site-nav__featured {
    margin-top: 60px;
    display: none !important; }
    .site-nav__featured:before {
      display: inline-block;
      content: "";
      background: url(assets/img/menu.jpg);
      width: 100%;
      height: 120px;
      background-size: cover;
      background-position: 50%; }
    @media (min-width: 960px) {
      .site-nav__featured {
        display: block !important; } }
    .site-nav__featured img {
      width: 100%; }
    .site-nav__featured span {
      display: block;
      margin-top: 4px;
      white-space: nowrap; }
      .site-nav__featured span:after {
        display: inline-block;
        content: "";
        background: url(assets/img/layout/chevron-yellow.svg);
        width: 23px;
        height: 17px;
        position: relative;
        top: 0;
        margin-left: 5px; }

.menu-depth-1 > li > a {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  padding: 0 !important;
  cursor: pointer; }
  .menu-depth-1 > li > a:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background-image: url(assets/img/layout/dropdown.png);
    background-size: 100%;
    position: relative;
    top: -1px;
    margin-left: 5px; }
  @media (min-width: 960px) {
    .menu-depth-1 > li > a {
      color: #262626;
      font-size: 12px;
      font-size: 1.2rem;
      margin-bottom: 0; }
      .menu-depth-1 > li > a:after {
        display: none; } }
  @media (max-width: 1023px) {
    .menu-depth-1 > li > a--toggle + ul {
      display: block; } }
  .menu-depth-1 > li > a--toggle:after {
    transform: rotate(90deg); }

.menu-depth-1 > li.no-dropdown > a:after {
  content: "";
  background-image: none; }

ul.sub-menu.menu-depth-2 a {
  text-transform: capitalize; }
  @media (min-width: 960px) {
    ul.sub-menu.menu-depth-2 a {
      color: #262626; } }
  ul.sub-menu.menu-depth-2 a:after {
    display: none; }
  ul.sub-menu.menu-depth-2 a:hover, ul.sub-menu.menu-depth-2 a:focus {
    color: #00AEEF; }

.site-nav__cols .container > ul > li.no-drop-down {
  width: auto; }

.nav-toggle {
  width: 36px;
  height: 36px;
  top: calc(50% - 18px);
  right: 0px;
  z-index: 1;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  border-radius: 3px; }
  @media (min-width: 960px) {
    .nav-toggle {
      display: none; } }

.nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 33px;
  background: #ffffff;
  opacity: 1;
  border-radius: 3px;
  left: 8px;
  transform: rotate(0deg);
  transition: .25s ease-in-out; }

.nav-toggle span:nth-child(1) {
  top: 9px;
  transform-origin: left center; }

.nav-toggle span:nth-child(2) {
  top: 17px;
  transform-origin: left center; }

.nav-toggle span:nth-child(3) {
  top: 25px;
  transform-origin: left center; }

.nav-toggle.open {
  width: 36px; }

.nav-toggle.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
  left: 11px;
  width: 28px; }

.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

.nav-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 27px;
  left: 11px;
  width: 28px; }

.body-slide {
  position: relative;
  right: 0;
  transition: 0.25s linear; }
  .body-slide.open {
    right: calc(100% - 60px); }

button.menu-toggle {
  padding: 18px 23px 18px 18px; }

.hide {
  visibility: hidden; }

.header_basket {
  position: relative; }

.menu-header-menu-container {
  width: 100%; }

.columns {
  flex-direction: column; }

div[class^="column-"] {
  width: 100% !important;
  padding: 0;
  padding: unset; }

.column-1 {
  margin-right: 0;
  margin-right: unset; }

.column-2 {
  margin-left: 0;
  margin-left: unset; }

section, aside {
  padding: 2rem 1rem; }

.hero-text {
  font-size: 36px;
  line-height: 46px; }

.page-header {
  font-size: 28px;
  line-height: 32px; }

h1 {
  font-size: 40px;
  line-height: 50px; }
  h1 span {
    font-size: 40px;
    line-height: 50px; }
  h1.large-text {
    font-size: 50px;
    line-height: 60px; }

h2 {
  font-size: 26px;
  line-height: 33px; }
  h2 span {
    font-size: 26px;
    line-height: 33px; }
  h2.large-text {
    font-size: 40px;
    line-height: 50px; }

h3 {
  font-size: 20px;
  line-height: 30px; }
  h3 span {
    font-size: 20px;
    line-height: 30px; }

h4 {
  font-size: 16px;
  line-height: 24px; }
  h4 span {
    font-size: 16px;
    line-height: 24px; }

h5 {
  font-size: 16px;
  line-height: 25.4px; }
  h5 span {
    font-size: 16px;
    line-height: 25.4px; }

h6 {
  font-size: 14px;
  line-height: 22.2px; }
  h6 span {
    font-size: 14px;
    line-height: 22.2px; }

.large-text {
  font-size: 16px;
  line-height: 24px; }

.x-large-text {
  font-size: 18px;
  line-height: 28px; }

.mid-text {
  font-size: 14px;
  line-height: 20px; }

.small-text {
  font-size: 12px;
  line-height: 20px; }

.hide-on-mobile {
  display: none; }

header.entry-header {
  position: relative; }

.informational {
  margin: 0 auto; }

.sticky__featured--image {
  position: sticky;
  top: 12rem; }

section.hero.fourohfour {
  min-height: 80vh; }

.grid {
  display: grid; }
  .grid__one {
    grid-template-columns: repeat(1, 1fr); }
  .grid__two {
    grid-template-columns: repeat(1, 1fr); }
  .grid__three {
    grid-template-columns: repeat(1, 1fr); }
  .grid__four {
    grid-template-columns: repeat(2, 1fr); }
  .grid__five {
    grid-template-columns: repeat(2, 1fr); }
  .grid__six {
    grid-template-columns: repeat(2, 1fr); }
  .grid__seven {
    grid-template-columns: repeat(2, 1fr); }
  .grid__equal {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .grid__gap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem; }
    .grid__gap--two {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem; }
    .grid__gap--three {
      grid-column-gap: 3rem;
      grid-row-gap: 3rem; }
  .grid__rowgap {
    grid-row-gap: 1rem; }
    .grid__rowgap--four {
      grid-row-gap: 4rem; }
    .grid__rowgap--two {
      grid-row-gap: 2rem; }
    .grid__rowgap--eight {
      grid-row-gap: 8rem; }
  .grid__third {
    grid-template-columns: repeat(1, 1fr); }
  .grid__third--reverse {
    grid-template-columns: repeat(1, 1fr); }

.mybutton {
  border: none;
  padding: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 1rem;
  text-align: center;
  box-sizing: content-box;
  border: 3px solid transparent;
  transition: all 1s ease-in-out;
  width: auto;
  padding: 1rem 2rem; }
  .mybutton__upper {
    text-transform: uppercase; }
  .mybutton__shrink:hover {
    transform: scale(0.9); }
  .mybutton__icon {
    padding-right: 3rem; }
    .mybutton__icon--left {
      padding-left: 3rem;
      padding-right: 2rem; }
  .mybutton__green {
    background-color: #00a76f; }
  .mybutton__extend--hover:hover {
    max-width: 375px;
    width: 375px; }
  .mybutton__margin--top {
    margin-top: 2rem; }
  .mybutton__margin--bottom {
    margin-bottom: 2rem; }
  .mybutton__position--inside {
    margin-top: 2rem; }
  .mybutton__close {
    border-radius: 100%;
    text-align: center;
    height: 15px;
    width: 15px;
    font-size: 14px;
    line-height: 14px; }
  .mybutton .far, .mybutton .fas, .mybutton .fal {
    position: absolute;
    right: 1rem; }
  .mybutton__hover--outline:hover {
    border: 3px solid white;
    background: transparent !important; }
  .mybutton__size--s {
    width: auto;
    max-width: 100%;
    transition: all .5s ease-in-out; }
  .mybutton__size--m {
    max-width: 100%;
    transition: all .5s ease-in-out; }
  .mybutton__size--l {
    max-width: 100%;
    transition: all .5s ease-in-out; }
  .mybutton__rounded {
    border-radius: 30px; }
  .mybutton__yellow {
    background-color: #FFE075; }

/** annimation *****/
/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px); } }
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0); }
  40% {
    transform: translateX(-30px); }
  60% {
    transform: translateX(-15px); } }
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px); } }
/* /right bounce */
.contact__form--field {
  width: 100%;
  position: relative; }
  .contact__form--field input, .contact__form--field select {
    width: 100%;
    border: none;
    padding: 1rem;
    margin-top: .5rem;
    background-color: white;
    border: 1px solid #C5C5C5;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #262626; }
    .contact__form--field input::placeholder, .contact__form--field select::placeholder {
      color: #AFAFAF; }
    .contact__form--field input:focus, .contact__form--field select:focus {
      border-bottom: 3px solid #00a76f; }
  .contact__form--field label {
    color: #262626;
    font-size: 12px;
    letter-spacing: 1.71px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 900; }
  .contact__form--field textarea {
    width: 100%;
    border: none;
    padding: 1rem;
    margin-top: .5rem;
    height: 120px;
    margin-bottom: 1rem;
    background-color: white;
    border: 1px solid #C5C5C5;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #262626; }
    .contact__form--field textarea::placeholder {
      color: #AFAFAF; }
    .contact__form--field textarea:focus, .contact__form--field textarea:hover {
      border-bottom: 3px solid #00a76f; }
  .contact__form--field.half {
    width: 48%; }
    @media only screen and (max-width: 500px) {
      .contact__form--field.half {
        width: 100%; } }
  .contact__form--field.full {
    width: 100%;
    margin-right: 0 !important; }
.contact__form--button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }
  .contact__form--button input {
    border: none;
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    line-height: 17px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
    box-sizing: content-box;
    background: #FFE075;
    color: #262626;
    border-radius: 30px; }
.contact__form--content {
  display: flex;
  justify-content: flex-end;
  width: 100%; }
  .contact__form--content p {
    margin-bottom: 2rem;
    font-size: 18px;
    line-height: 26px;
    text-align: center; }

form.wpcf7-form {
  display: flex;
  flex-wrap: wrap; }

div.wpcf7-mail-sent-ok {
  border: none !important; }

.woocommerce div.product form.cart .variations select {
  width: 100%;
  border: none;
  padding: 1rem;
  margin-top: .5rem;
  background-color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #828282; }
  .woocommerce div.product form.cart .variations select::placeholder {
    color: #383838; }

.form__container .contact__form--button {
  transition: all .3s ease-in-out; }
  .form__container .contact__form--button:hover {
    transform: scale(0.9); }
.form__container i {
  padding-right: .5rem; }

.form__form {
  max-width: 540px;
  margin: 0 auto; }
.form__heading {
  padding: 0 0 3rem 0; }

.wpcf7-response-output {
  border-color: #00a76f !important;
  text-align: center;
  width: 100%; }

.content {
  display: flex; }
  .content__vertical {
    flex-direction: column; }
  .content__horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .content__space-between {
    justify-content: space-between; }
  .content__space-even {
    justify-content: space-evenly; }
  .content__center {
    justify-content: center;
    align-items: center; }
    .content__center--text {
      text-align: center; }
  .content__padding {
    padding: 1rem; }
  .content__nopadding {
    padding: 0 !important; }
  .content__margin {
    margin: 1rem; }
  .content__end {
    justify-content: flex-end; }
  .content__start {
    justify-content: flex-start; }
  .content__align {
    align-items: center; }
  .content__nowrap {
    flex-wrap: nowrap !important; }

footer {
  padding: 2rem 0; }
  footer .footer__content p, footer .footer__content span {
    color: white;
    font-size: 16px;
    line-height: 24px; }
  footer .footer__contact {
    margin: 1rem 0 2rem 0; }
    footer .footer__contact a {
      color: white;
      background-color: rgba(255, 255, 255, 0.5); }
    footer .footer__contact .mybutton {
      font-weight: 400;
      text-transform: lowercase;
      font-size: 14px;
      line-height: 17px;
      width: 100%; }
      footer .footer__contact .mybutton:last-child {
        margin-right: unset; }
      footer .footer__contact .mybutton .fal {
        right: unset;
        left: 1rem;
        color: white; }
  footer .footer__nav a {
    color: white;
    font-size: 16px;
    line-height: 24px; }
  footer .footer__nav ul#menu-footer-nav {
    display: flex; }
    footer .footer__nav ul#menu-footer-nav li {
      margin-right: 1rem; }
      footer .footer__nav ul#menu-footer-nav li:last-child {
        margin-right: unset; }
  footer .footer__logo img {
    max-width: 202px; }
  footer .footer__address li {
    color: white;
    padding: .2rem 0;
    font-size: 16px;
    line-height: 24px; }
    footer .footer__address li:first-child {
      padding-top: 0; }
    footer .footer__address li:last-child {
      margin-top: 1rem; }
  footer .footer__copy p, footer .footer__copy a {
    color: white; }
  footer .footer__social {
    margin-top: 1rem; }
    footer .footer__social li {
      margin-right: 1rem; }
      footer .footer__social li:last-child {
        margin-right: unset; }
      footer .footer__social li a {
        color: white; }
      footer .footer__social li i {
        color: white; }
    footer .footer__social.social__icons {
      display: flex;
      justify-content: flex-start;
      align-items: center; }

.header__main {
  background: rgba(38, 38, 38, 0.8);
  position: relative; }
  .header__main > .container {
    display: flex;
    justify-content: space-between; }
.header__logo {
  max-width: 250px; }
.header__top > .container {
  padding: 0; }

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10; }

.header__menu.active ul#menu-main-menu > li {
  border-bottom: 1px solid #00a76f; }
  .header__menu.active ul#menu-main-menu > li.menu-item.menu-item-has-children {
    position: relative; }
    .header__menu.active ul#menu-main-menu > li.menu-item.menu-item-has-children:after {
      content: "\f0d7";
      display: inline-block;
      width: 9px;
      height: 9px;
      color: #ffffff;
      background-size: 100%;
      position: absolute;
      right: 2rem;
      top: 1.4rem;
      margin-left: 5px;
      font-family: "Font Awesome 5 Pro";
      font-weight: 600; }

.banner {
  padding: 5rem 1rem; }
  .banner__heading {
    font-size: 42px;
    line-height: 45px; }
  .banner__subheading {
    font-size: 18px;
    line-height: 26px; }
  .banner__button {
    margin-top: 1rem; }

.header__top {
  padding: .7rem;
  background: rgba(38, 38, 38, 0.6); }
  .header__top > .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__top .fas, .header__top .far, .header__top .fal {
    margin-right: .8rem;
    margin-left: 1rem;
    color: white; }
    .header__top .fas:first-child, .header__top .far:first-child, .header__top .fal:first-child {
      margin-left: unset; }
    .header__top .fas:last-child, .header__top .far:last-child, .header__top .fal:last-child {
      margin-right: unset; }
.header__contact a {
  margin-left: 1rem; }
  .header__contact a:first-child {
    margin-left: unset; }
.header__contact p, .header__contact span, .header__contact a {
  color: white; }
.header__navigation ul li a {
  color: white; }
  .header__navigation ul li a span {
    color: white; }
.header__social li {
  margin-right: 1rem; }
  .header__social li:first-child {
    margin-left: 1rem; }
  .header__social li:last-child {
    margin-right: unset; }
  .header__social li a {
    color: white; }
  .header__social li i {
    color: white; }
.header__social.social__icons {
  display: none; }

.hero__content p, .hero__content span, .hero__content a {
  position: relative;
  color: white; }
.hero__button .mybutton {
  position: relative;
  left: -70%; }
.hero__button a {
  color: #262626; }
.hero__title {
  position: relative; }
  .hero__title span {
    display: block; }
.hero__text p {
  color: white; }
.hero.hero__overlay {
  position: relative; }
  .hero.hero__overlay .hero__content {
    background: #00a76f;
    padding: 1rem; }
  .hero.hero__overlay .hero__image {
    display: flex;
    justify-content: center;
    align-items: center; }

.partners__heading {
  margin-bottom: 2rem; }
.partners__item img {
  opacity: .8; }

.home__about {
  position: relative; }
  .home__about > .container {
    position: relative;
    background: none; }
  .home__about--title h2 {
    color: #262626 !important; }
  .home__about--content p, .home__about--content a, .home__about--content span {
    color: #262626; }
  .home__about:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #E3F5F1;
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }

.about__retail--content p, .about__retail--content a, .about__retail--content span {
  color: white; }

main > section:nth-child(1) > .container {
  margin-top: 10rem; }

.page-template-showcase .hero.hero__overlay .hero__content {
  height: 83.5%; }

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  max-width: 100%;
  width: auto;
  height: auto; }

.page-template-about .hero__text {
  max-width: 960px;
  text-align: center; }

.categories .grid__item {
  position: relative;
  border-radius: 30px;
  bottom: -50px; }
  .categories .grid__item p {
    position: absolute;
    top: -2rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
  .categories .grid__item img {
    visibility: hidden; }
.categories__grid {
  padding: 6rem 0 4rem 0; }

.facts__container {
  max-width: 870px;
  margin: 0 auto; }

/* Style the tab */
.tab {
  float: left;
  width: 100%; }
  .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 700; }
    .tab button i:after {
      counter-increment: mega-step;
      content: counter(mega-step,decimal-leading-zero);
      font-family: "Montserrat", sans-serif;
      padding: 0 1rem;
      color: #262626; }
    .tab button:hover {
      color: #404040; }
    .tab button.active {
      color: #0d0d0d; }

.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 100%;
  border-left: none; }
  .tabcontent > div {
    position: relative; }

.expand > .container {
  max-width: 1180px;
  margin: 0 auto; }
.expand__fields {
  display: flex;
  flex-direction: column; }
.expand__image {
  max-height: 515px; }

.tab button.active i {
  color: #00a76f !important; }

.expand__content {
  padding-top: 1rem; }
.expand__fields {
  position: relative; }

.compare__heading {
  margin-bottom: 1rem;
  min-height: 185px; }
.compare__content {
  margin: 1rem .2rem; }
.compare .grid__item i {
  font-size: 40px; }
.compare .grid__item p {
  margin: 0; }

.half {
  width: 100%; }

.archive {
  padding: 0 0 5rem 0; }
  .archive__categories--list {
    display: flex; }
    .archive__categories--list li:last-child > span {
      visibility: hidden; }
    .archive__categories--list li:last-child > span {
      display: none; }
    .archive__categories--list span {
      margin: 0 .5rem; }
  .archive__description {
    padding: 2rem 0; }
    .archive__description .wiggle {
      padding-bottom: 2rem; }

.loop {
  margin-bottom: 1rem; }
  .loop__image {
    border: 1px solid #D6D6D6; }
    .loop__image img {
      max-width: 100%;
      width: auto;
      height: auto;
      visibility: hidden; }
  .loop__content {
    border-bottom: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    min-height: 87px; }

ul#menu-main-menu {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%; }
  ul#menu-main-menu li a {
    color: white;
    font-size: 14px; }
  ul#menu-main-menu li.bold {
    font-family: proxima-nova-extra-condensed, sans-serif; }
  ul#menu-main-menu li ul.sub-menu li {
    border-bottom: 1px solid #00744d !important;
    padding: 1rem; }

.toggle-nav {
  border: none;
  padding: 0;
  background: transparent;
  width: 44px;
  height: 34px;
  border-top: 4px solid #00a76f;
  border-bottom: 4px solid #00a76f;
  position: absolute;
  right: 2rem;
  top: 8.5rem; }
  .toggle-nav:after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: #00a76f;
    top: calc(50% - 2px);
    letter-spacing: 0; }
  .toggle-nav span {
    text-indent: -10000px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    overflow: hidden; }

ul.sub-menu {
  display: none;
  background: rgba(38, 38, 38, 0.8);
  width: 100%; }

.header__main {
  position: relative; }
.header__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem; }
.header__menu {
  display: none; }
  .header__menu i {
    display: flex;
    justify-content: center;
    align-items: center; }
  .header__menu.active {
    display: block; }
    .header__menu.active ul#menu-main-menu {
      width: 100%; }
      .header__menu.active ul#menu-main-menu li {
        width: 100%;
        padding: 1rem;
        display: flex;
        flex-direction: column; }
        .header__menu.active ul#menu-main-menu li a {
          color: white; }
        .header__menu.active ul#menu-main-menu li:hover {
          background: #008e5e; }
          .header__menu.active ul#menu-main-menu li:hover a {
            color: white; }

ul#menu-secondary-menu {
  display: flex; }
  ul#menu-secondary-menu li {
    padding-right: .5rem; }
    ul#menu-secondary-menu li:last-child {
      padding-right: 0; }

ul.sub-menu.activeSub {
  display: block; }

.featured {
  min-height: 745px; }
  .featured > .container {
    max-width: 1080px; }
  .featured__image {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .featured__image img {
      position: sticky;
      top: 12rem; }
  .featured__content i {
    margin-bottom: 0;
    font-size: 30px;
    padding-right: 1rem;
    line-height: 65px; }
  .featured__intro--content p {
    font-size: 20px;
    line-height: 30px; }

.page-template-compared .featured__intro p, .page-template-compared .featured__intro h3, .page-template-compared .featured__intro span, .page-template-compared .featured__intro a, .page-template-compared .featured__intro i, .page-template-compared .featured__content p, .page-template-compared .featured__content h3, .page-template-compared .featured__content span, .page-template-compared .featured__content a, .page-template-compared .featured__content i {
  color: white; }
.page-template-compared .featured__content p {
  color: #7D86A1; }
.page-template-compared .featured > .container {
  width: 75%; }

.product__meta {
  padding-bottom: 3rem; }
  .product__meta .article-container {
    width: 100%; }
  .product__meta .article__categories--list {
    display: flex; }

.anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden; }

.contact__details--address ul {
  margin-top: 1rem; }
  .contact__details--address ul li {
    padding-bottom: .5rem; }

span.wpcf7-list-item-label {
  text-transform: none;
  text-align: center; }

input[type="checkbox"] {
  width: auto; }

div#contactusForm {
  display: block;
  position: relative;
  top: -190px;
  visibility: hidden; }

.distributors > .container {
  max-width: 1080px; }
.distributors__intro--content {
  flex-direction: column;
  justify-content: center; }

.split {
  position: relative;
  padding: 0;
  overflow: hidden; }
  .split__text {
    padding: 5rem 1rem;
    text-align: center;
    position: relative; }
  .split__image {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center; }

.thankyou__image {
  max-width: 500px;
  margin: 2rem 0 4rem 0; }

@media only screen and (min-width: 31.25rem) {
  .no-padding {
    padding-left: 0;
    padding-right: 0; }

  h1.large-text {
    font-size: 60px;
    line-height: 76px; }

  h2.large-text {
    font-size: 54px;
    line-height: 64px; }

  .grid {
    display: grid; }
    .grid__one {
      grid-template-columns: repeat(1, 1fr); }
    .grid__two {
      grid-template-columns: repeat(1, 1fr); }
    .grid__three {
      grid-template-columns: repeat(2, 1fr); }
    .grid__four {
      grid-template-columns: repeat(2, 1fr); }
    .grid__five {
      grid-template-columns: repeat(2, 1fr); }
    .grid__six {
      grid-template-columns: repeat(3, 1fr); }
    .grid__seven {
      grid-template-columns: repeat(2, 1fr); }
    .grid__item--horizontal {
      grid-template-columns: repeat(1, 1fr); }
    .grid__third {
      grid-template-columns: repeat(1, 1fr); }
    .grid__third--reverse {
      grid-template-columns: repeat(1, 1fr); }

  .mybutton__position--outside {
    position: absolute;
    bottom: -3rem; }
  .mybutton__size--s {
    width: auto;
    max-width: 250px; }
  .mybutton__size--m {
    max-width: 350px; }
  .mybutton__size--l {
    max-width: 450px;
    width: 350px; }

  .content {
    display: flex; }
    .content__vertical {
      flex-direction: column; }
    .content__horizontal {
      flex-direction: row;
      flex-wrap: wrap; }
    .content__space-even {
      justify-content: space-evenly; }
    .content__center {
      justify-content: center;
      align-items: center; }
      .content__center--text {
        text-align: center; }
    .content__nopadding {
      padding: 0 !important; }

  .banner__heading {
    font-size: 52px;
    line-height: 55px; }

  footer .footer__contact .mybutton {
    width: 200px;
    margin-right: 1rem; }
  footer .footer__nav {
    margin-bottom: 1rem; }

  .archive__categories--list {
    width: auto; }
    .archive__categories--list span {
      margin: 0 1rem; } }
@media only screen and (min-width: 48.063rem) {
  .columns {
    display: flex;
    flex-direction: row; }

  div[class^="column-"] {
    width: calc(50% - 1rem) !important;
    padding: 1rem 0; }

  .column-1 {
    margin-right: 1rem; }

  .column-2 {
    margin-left: 1rem;
    margin-top: 0; }

  .hero-background {
    min-height: 30rem;
    position: relative; }

  .hero-background {
    min-height: 30rem; }

  h1 {
    font-size: 45px;
    line-height: 55px; }
    h1 span {
      font-size: 45px;
      line-height: 55px; }
    h1.large-text {
      font-size: 70px;
      line-height: 86px; }

  h2 {
    font-size: 26px;
    line-height: 33px; }
    h2 span {
      font-size: 26px;
      line-height: 33px; }
    h2.large-text {
      font-size: 64px;
      line-height: 69px; }

  h3 {
    font-size: 20px;
    line-height: 30px; }
    h3 span {
      font-size: 20px;
      line-height: 30px; }

  h4 {
    font-size: 16px;
    line-height: 24px; }
    h4 span {
      font-size: 16px;
      line-height: 24px; }

  h5 {
    font-size: 16px;
    line-height: 25.4px; }
    h5 span {
      font-size: 16px;
      line-height: 25.4px; }

  h6 {
    font-size: 14px;
    line-height: 22.2px; }
    h6 span {
      font-size: 14px;
      line-height: 22.2px; }

  .no-padding {
    padding-left: 0;
    padding-right: 0; }

  .hide-on-mobile {
    display: inline-block; }

  p.large-text {
    font-size: 18px;
    line-height: 24px; }

  .margin-right {
    margin-right: 1rem; }

  .grid {
    display: grid; }
    .grid__one {
      grid-template-columns: repeat(1, 1fr); }
    .grid__two {
      grid-template-columns: repeat(2, 1fr); }
    .grid__three {
      grid-template-columns: repeat(3, 1fr); }
    .grid__four {
      grid-template-columns: repeat(3, 1fr); }
    .grid__five {
      grid-template-columns: repeat(3, 1fr); }
    .grid__six {
      grid-template-columns: repeat(4, 1fr); }
    .grid__seven {
      grid-template-columns: repeat(4, 1fr); }
    .grid__equal {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .grid__third {
      grid-template-columns: repeat(1, 1fr); }
    .grid__third--reverse {
      grid-template-columns: repeat(1, 1fr); }

  .content {
    display: flex; }
    .content__vertical {
      flex-direction: column; }
    .content__horizontal {
      flex-direction: row; }
    .content__space-even {
      justify-content: space-evenly; }
    .content__center {
      justify-content: center;
      align-items: center; }
      .content__center--text {
        text-align: center; }
    .content__nopadding {
      padding: 0 !important; }

  .form__container {
    width: 726px;
    margin: 0 auto; }

  .form__heading {
    padding: 3rem 0; }

  .header__main > .container {
    padding: 1rem; }

  .header__welcome {
    display: flex; }
    .header__welcome .hide-on-mobile {
      display: inline-block; }
  .header__navigation ul li {
    display: inline-block;
    margin-right: 1rem; }
    .header__navigation ul li:last-child {
      margin-right: 0;
      padding-right: 0;
      border: none; }

  .banner {
    padding: 7rem 1rem; }
    .banner__heading {
      font-size: 62px;
      line-height: 65px; }
    .banner__subheading {
      font-size: 22px;
      line-height: 30px; }

  footer {
    padding: 4rem 0; }
    footer .footer__content p, footer .footer__content span {
      font-size: 20px;
      line-height: 24px; }
    footer .footer__contact {
      margin: 2rem 0 3rem 0; }
      footer .footer__contact .mybutton {
        min-width: 200px;
        margin-right: 1rem; }
    footer .footer__nav {
      margin-bottom: 2rem; }
      footer .footer__nav a {
        font-size: 20px;
        line-height: 24px; }
    footer .footer__address li {
      font-size: 20px;
      line-height: 24px; }

  .partners {
    padding: 2rem 2rem 8rem 2rem; }
    .partners__heading {
      margin-bottom: 2rem; }

  /* Style the tab */
  .tab {
    width: 30%;
    min-height: 500px; }

  .tabcontent {
    width: 70%;
    min-height: 500px; }

  .expand__fields {
    display: block; }
  .expand__button {
    position: absolute;
    left: 1rem;
    top: 22rem; }

  .archive {
    padding: 0 0 5rem 0; }
    .archive__description {
      padding: 4rem 0; }
      .archive__description--container {
        width: 60%; }
      .archive__description--button {
        width: 40%; }

  .hero.hero__overlay {
    min-height: 900px; }
    .hero.hero__overlay .hero__content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50%;
      height: 86.6%; }

  main > section:nth-child(1) > .container {
    margin-top: 10rem; }

  .distributors__intro--icon {
    flex-shrink: 0; }
  .distributors__intro--content {
    flex-direction: row;
    align-items: center; }

  .split__text {
    width: 50%;
    text-align: left; }
  .split__image {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
  .split.reverse .split__text {
    margin-left: 50%; }
  .split.reverse .split__image {
    top: 0;
    left: 0; } }
@media only screen and (min-width: 60rem) {
  .hero-background {
    min-height: 35rem;
    position: relative; }

  .grid {
    display: grid; }
    .grid__equal {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .grid__third {
      grid-template-columns: repeat(3, 1fr); }
    .grid__third--reverse {
      grid-template-columns: repeat(3, 1fr); }
    .grid.grid__third > div:first-child {
      grid-column: span 2; }
    .grid.grid__third--reverse > div:last-child {
      grid-column: span 2; }

  .header__social.social__icons {
    display: flex;
    justify-content: center;
    align-items: center; }

  .footer__left {
    display: flex;
    align-items: center;
    flex-direction: row; }
  .footer__logo {
    margin-right: 6rem; }

  .header__menu {
    background-color: transparent;
    width: auto; }

  ul#menu-main-menu, ul#menu-secondary-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center; }
    ul#menu-main-menu li.bold a, ul#menu-secondary-menu li.bold a {
      font-weight: 700; }
    ul#menu-main-menu li a, ul#menu-secondary-menu li a {
      color: white;
      padding: 1rem;
      font-size: 14px;
      letter-spacing: 0.025em;
      position: relative; }
    ul#menu-main-menu > li, ul#menu-secondary-menu > li {
      display: inline-block; }
      ul#menu-main-menu > li > a, ul#menu-secondary-menu > li > a {
        padding: 1rem 1rem 4rem 1rem; }
        ul#menu-main-menu > li > a:hover:after, ul#menu-secondary-menu > li > a:hover:after {
          content: '';
          height: 3px;
          width: 70%;
          position: absolute;
          background-color: #FFE075;
          bottom: 2rem;
          left: 0;
          right: 0;
          margin: 0 auto; }

  .menu li.menu-item-has-children {
    position: relative; }
    .menu li.menu-item-has-children:hover > .sub-menu, .menu li.menu-item-has-children:focus > .sub-menu {
      display: block;
      position: absolute;
      left: 0;
      z-index: 10;
      top: 4.4rem;
      width: 200%; }
      .menu li.menu-item-has-children:hover > .sub-menu li a, .menu li.menu-item-has-children:focus > .sub-menu li a {
        padding: 1rem 0; }

  ul#menu-secondary-menu > li > a:hover:after {
    background-color: transparent; }

  /** start of tunnicliffe colours**/
  /** start of integrated air */
  /** start of niplast **/
  /** start of rexframe **/
  .split__text {
    padding: 10rem 1rem; }
  .split__image {
    width: calc(50% - 0); }
  .split.reverse .split__image {
    right: auto; }

  .expand__button {
    position: absolute;
    left: 1rem;
    top: 17rem; } }
@media only screen and (min-width: 80rem) {
  .hero-background {
    min-height: 58rem;
    padding: 0 !important; }

  h1 {
    font-size: 55px;
    line-height: 66px; }
    h1 span {
      font-size: 55px;
      line-height: 66px; }
    h1.large-text {
      font-size: 80px;
      line-height: 96px; }

  h2 {
    font-size: 36px;
    line-height: 43px; }
    h2 span {
      font-size: 36px;
      line-height: 43px; }
    h2.large-text {
      font-size: 74px;
      line-height: 79px; }

  h3 {
    font-size: 30px;
    line-height: 40px; }
    h3 span {
      font-size: 30px;
      line-height: 40px; }

  h4 {
    font-size: 18px;
    line-height: 27px; }
    h4 span {
      font-size: 18px;
      line-height: 27px; }

  h5 {
    font-size: 18px;
    line-height: 28px; }
    h5 span {
      font-size: 18px;
      line-height: 28px; }

  h6 {
    font-size: 16px;
    line-height: 26px; }
    h6 span {
      font-size: 16px;
      line-height: 26px; }

  .columns {
    display: flex;
    width: 100%; }

  [class^="column-"] {
    width: calc(50% - 1rem) !important;
    padding: 1rem 0; }

  .column-1 {
    margin-right: 1rem; }

  .column-2 {
    margin-left: 1rem; }

  p.large-text {
    font-size: 20px;
    line-height: 30px; }

  .grid {
    display: grid; }
    .grid__one {
      grid-template-columns: repeat(1, 1fr); }
    .grid__two {
      grid-template-columns: repeat(2, 1fr); }
    .grid__three {
      grid-template-columns: repeat(3, 1fr); }
    .grid__four {
      grid-template-columns: repeat(4, 1fr); }
    .grid__five {
      grid-template-columns: repeat(5, 1fr); }
    .grid__six {
      grid-template-columns: repeat(6, 1fr); }
    .grid__seven {
      grid-template-columns: repeat(7, 1fr); }
    .grid__horizontal {
      flex-direction: row; }
    .grid__third {
      grid-template-columns: repeat(3, 1fr); }
    .grid__third--reverse {
      grid-template-columns: repeat(3, 1fr); }
    .grid__equal {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid.grid__third > div:first-child {
      grid-column: span 2; }
    .grid.grid__third--reverse > div:last-child {
      grid-column: span 2; }

  .content {
    display: flex; }
    .content__horizontal {
      flex-direction: row; }
    .content__vertical {
      flex-direction: column; }
    .content__padding {
      padding: 1rem; }
    .content__margin {
      margin: 1rem; }
    .content__center--align {
      align-items: center; }
    .content__center--justify {
      justify-content: center; }
    .content__space-between {
      justify-content: space-between; }

  .header__logo {
    width: auto; }
  .header__menu {
    width: 75%;
    display: block;
    order: 2;
    position: inherit;
    display: flex;
    align-items: center; }
    .header__menu .menu-header-menu-container {
      margin-right: 1rem; }
  .header__toggle {
    width: 0; }
  .header__cta {
    width: auto; }
    .header__cta button {
      width: 100%; }

  .banner {
    padding: 10rem 1rem; }
    .banner__heading {
      font-size: 74px;
      line-height: 79px; }

  footer .footer__nav ul#menu-footer-nav {
    width: 50%; }

  .hero.hero__overlay {
    min-height: 900px;
    position: relative; }
    .hero.hero__overlay .hero__content {
      background: #00a76f;
      padding: 4rem 9rem; }

  .page-template-compared .hero {
    position: relative; }
    .page-template-compared .hero__image {
      position: absolute;
      bottom: -4rem; }

  .expand__fields {
    display: block; }
  .expand__content {
    position: absolute;
    right: -15%;
    width: 75%;
    bottom: 2rem; }

  .featured {
    min-height: 745px; }
    .featured__content i {
      margin-bottom: 0;
      font-size: 30px;
      padding-right: 3rem;
      line-height: 65px; }
    .featured__intro--content p {
      font-size: 20px;
      line-height: 30px; }

  .page-template-compared .featured__intro p, .page-template-compared .featured__intro h3, .page-template-compared .featured__intro span, .page-template-compared .featured__intro a, .page-template-compared .featured__intro i, .page-template-compared .featured__content p, .page-template-compared .featured__content h3, .page-template-compared .featured__content span, .page-template-compared .featured__content a, .page-template-compared .featured__content i {
    color: white; }
  .page-template-compared .featured__content p {
    color: #7D86A1; }
  .page-template-compared .featured > .container {
    width: 75%; }

  .home__about {
    position: relative; }
    .home__about > .container {
      position: relative;
      background-image: url("http://rexframe-uk.stackstaging.com/wp-content/uploads/2020/11/Layer-511.png"); }
    .home__about--title h2 {
      color: #262626 !important; }
    .home__about--content p, .home__about--content a, .home__about--content span {
      color: #262626; }
    .home__about:before {
      content: "";
      display: block;
      width: 58%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #E3F5F1;
      opacity: 1;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }

  .compare__container {
    max-width: 1088px;
    width: 100%;
    margin: 0 auto; }

  .half {
    width: 50%; }

  .contact__form--field {
    width: calc(50% - .5rem);
    padding: .5rem 0;
    position: relative; }
    .contact__form--field:nth-child(even) {
      margin-right: 1rem; }

  ul#menu-main-menu li {
    border-bottom: 1px solid transparent; }
    ul#menu-main-menu li:hover {
      color: #00a76f; } }
/* Android 2.3 :checked fix */
@-webkit-keyframes fake {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }
@keyframes fake {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }
body {
  -webkit-animation: fake 1s infinite;
  animation: fake 1s infinite; }

.worko-tabs {
  margin: 20px; }
  @media (min-width: 600px) {
    .worko-tabs {
      width: 100%; } }

.worko-tabs .state {
  position: absolute;
  left: -10000px; }

.worko-tabs .flex-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .worko-tabs .flex-tabs label {
    margin-bottom: unset; }

.worko-tabs .flex-tabs .tab {
  max-height: 40px; }

.worko-tabs .flex-tabs .panel {
  background-color: #262626;
  padding-top: 4rem;
  display: none;
  width: 100%;
  flex-basis: auto;
  border-radius: unset; }

.worko-tabs .tab {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  cursor: hand;
  cursor: pointer;
  /*border-left: 10px solid #d1d1d1;*/
  border: 1px solid transparent;
  letter-spacing: 1px;
  text-align: center;
  color: white;
  font-size: 14px; }

#tab-one:checked ~ .tabs #tab-one-label,
#tab-two:checked ~ .tabs #tab-two-label,
#tab-three:checked ~ .tabs #tab-three-label,
#tab-four:checked ~ .tabs #tab-four-label,
#tab-five:checked ~ .tabs #tab-five-label {
  cursor: default;
  color: #f9991e;
  font-weight: 600; }

#tab-one:checked ~ .tabs #tab-one-panel,
#tab-two:checked ~ .tabs #tab-two-panel,
#tab-three:checked ~ .tabs #tab-three-panel,
#tab-four:checked ~ .tabs #tab-four-panel,
#tab-five:checked ~ .tabs #tab-five-panel {
  display: block; }

.tabs .panel .tab-info {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap; }
  .tabs .panel .tab-info div {
    flex-basis: 16.66%;
    flex-direction: column;
    padding-left: 1rem;
    border-right: 3px solid red; }
    .tabs .panel .tab-info div h4 {
      color: #7f7f7f;
      font-size: 14px;
      margin-bottom: 0;
      font-weight: 600; }
    .tabs .panel .tab-info div h5 {
      font-size: 24px;
      color: #2a2a2a;
      font-weight: 700;
      margin-bottom: 0; }
    .tabs .panel .tab-info div span {
      color: #7f7f7f;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 12px;
      display: block;
      font-weight: 600; }
    .tabs .panel .tab-info div p {
      color: #c81d1d;
      text-transform: uppercase;
      font-size: 12px;
      margin: 0;
      font-weight: 600; }
.tabs .panel h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 2rem; }
  .tabs .panel h3 a {
    color: #c81d1d; }
.tabs .panel ul.headings {
  display: none; }
  .tabs .panel ul.headings li {
    color: #7f7f7f;
    font-size: 14px;
    border: unset; }

#custom-tab span {
  text-transform: capitalize !important; }

@media (max-width: 600px) {
  .flex-tabs {
    flex-direction: column; }

  .flex-tabs .tab {
    background: #242424; }

  .flex-tabs .tab:last-of-type {
    border-bottom: none; }

  .flex-tabs #tab-one-label {
    order: 1; }

  .flex-tabs #tab-two-label {
    order: 3; }

  .flex-tabs #tab-three-label {
    order: 5; }

  .flex-tabs #tab-four-label {
    order: 7; }

  .flex-tabs #tab-five-label {
    order: 9; }

  .flex-tabs #tab-one-panel {
    order: 2; }

  .flex-tabs #tab-two-panel {
    order: 4; }

  .flex-tabs #tab-three-panel {
    order: 6; }

  .flex-tabs #tab-four-panel {
    order: 8; }

  .flex-tabs #tab-five-panel {
    order: 10; }

  #tab-one:checked ~ .tabs #tab-one-label,
  #tab-two:checked ~ .tabs #tab-two-label,
  #tab-three:checked ~ .tabs #tab-three-label,
  #tab-four:checked ~ .tabs #tab-four-label,
  #tab-five:checked ~ .tabs #tab-five-label {
    border-bottom: none; } }
@media (max-width: 960px) {
  li.menu-item.menu-item-has-children.dropdown--toggle > ul.sub-menu {
    display: block;
    background: transparent; } }
li.menu-item.menu-item-has-children.dropdown--toggle > a:after {
  transform: rotate(270deg);
  top: 3px;
  margin-left: 0; }

/*# sourceMappingURL=style.css.map */
