/* CSS Document */

/*	HMT TANK
=================================================================================================
	jskaggs@forthea.com

*/
:root {
  --color-orange: #ff8200;
  --color-green: #509e2f;
  --color-light-gray: #d0d3d4;
  --color-turquoise: #00778b;
  --color-gray: #a1aaad;
  --color-iron: #1d252d;
  --color-black: #000105;
  --color-bg-gray: #eceeef;
  --box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.15);

  --font-12: 0.75rem;
  --font-14: 0.875rem;
  --font-16: 1rem;
  --font-18: 1.125rem;
  --font-20: 1.25rem;
  --font-21: 1.3125rem;
  --font-22: 1.375rem;
  --font-24: 1.5rem;
  --font-28: 1.75rem;
  --font-30: 1.875rem;
  --font-32: 2rem;
  --font-36: 2.25rem;
  --font-40: 2.5rem;
  --font-46: 2.875rem;
  --font-48: 3rem;
  --font-52: 3.25rem;

  --unit-half: calc(var(--font-16) * 0.5);
  --unit-1: calc(var(--font-16) * 1);
  --unit-2: calc(var(--font-16) * 2);
  --unit-3: calc(var(--font-16) * 3);
  --unit-4: calc(var(--font-16) * 4);
  --unit-5: calc(var(--font-16) * 5);
  --unit-6: calc(var(--font-16) * 6);
  --unit-7: calc(var(--font-16) * 7);
  --unit-8: calc(var(--font-16) * 8);
  --unit-9: calc(var(--font-16) * 9);
  --unit-10: calc(var(--font-16) * 10);

  --basic-transition: all 0.165s ease;
}
.hidden {
  display: none !important;
}

/*	Resets
============================================================================================== */

html,
body,
h2,
h3,
h4,
p,
ul,
li,
form,
fieldset,
label,
img,
div {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-text-size-adjust: none;
}

html,
body {
  height: 100%;
  min-height: 100%;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  color: #1d252d;
}

html {
  background: #f0f0f0;
}

a[href^="tel"] {
  cursor: pointer;
}

sup,
sub {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
}

sup {
  top: 0.2em;
}

.centre {
  position: relative;
  margin: 0 auto 0;
  /* padding: 100px 50px 150px; */
  padding: 100px 50px 100px;
  max-width: 1140px;
  z-index: 10;
  /* box-sizing: border-box; */
}

body:has(.footer.cta)
  .content-wrapper
  .panel:last-child:not(.panel_media_carousel)
  .centre,
body:has(.footer.cta) .content-wrapper .panel_media_carousel:last-child {
  padding-bottom: 175px;
}

.clearfix,
.centre {
  zoom: 1;
}

.clearfix:before,
.centre:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after,
.centre:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.scrollTo,
.scrollTo:hover,
.csst,
.csst:hover,
.csst *,
.csst *:hover,
.btn,
.btn:hover {
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
}

.link,
.link:hover {
  color: #ff8200 !important;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
  cursor: pointer;
}

.link:hover {
  color: #509e2f !important;
}

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

.fauxlink,
.fauxlink:hover {
  cursor: pointer;
}

.elem-flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  margin: 0 auto 0.6em;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 0.9em;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  color: #509e2f;
}

/* h1 span, */
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
/* .h1 span, */
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
  font-weight: 700;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i,
.h1 i,
.h2 i,
.h3 i,
.h4 i,
.h5 i,
.h6 i {
  font-style: normal;
}

h1,
.h1 {
  font-size: 3.75em;
}

body.parent_89 .banner h1 {
  font-size: 2.5em;
}

h2,
.h2 {
  font-size: 2.75em;
}

h3,
.h3 {
  font-size: 1.5em;
}

h4,
.h4 {
  font-size: 1.25em;
  font-weight: 300;
  text-transform: capitalize;
}

h5,
.h5 {
  font-size: 1.125em;
  font-weight: 700;
  color: inherit;
}

h6,
.h6 {
  font-size: 1.125em;
  font-weight: 300;
  color: inherit;
  letter-spacing: 0;
  margin-bottom: 0.25em;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + .h2,
p + .h3,
p + .h4,
p + .h5,
p + .h6,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ul + .h2,
ul + .h3,
ul + .h4,
ul + .h5,
ul + .h6,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
ol + .h2,
ol + .h3,
ol + .h4,
ol + .h5,
ol + .h6 {
  margin-top: 45px;
}

.centre a,
.centre a:hover {
  text-decoration: none;
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
select,
textarea {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  color: #a2aaad;
}

.center {
  text-align: center;
}

img,
iframe {
  max-width: 100%;
}

img.framed {
  background: #fff;
  padding: 15px;
  border: 1px solid #d0d3d4;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
}

.wrapper {
  min-height: 100%;
}

/*	Base Classes
============================================================================================== */
.btn {
  position: relative;
  display: inline-block;
  min-width: 136px;
  margin: 25px auto 0;
  padding: 7px 56px 7px 16px;
  border: 1px solid transparent;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
}

.btn i {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 100%;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.12);
  border-left: 1px solid transparent;
  text-align: center;
}

.btn:hover i {
  background: rgba(0, 0, 0, 0.12) !important;
  border-left: 1px solid transparent !important;
}

.btn.green {
  color: #fafafa !important;
  background: #509e2f;
  border-color: #509e2f;
}

.btn.green:hover {
  background: #5eb837;
  border-color: #5eb837;
}

.btn.orange {
  color: #fafafa !important;
  background: #ff8200;
  border-color: #ff8200;
}

.btn.orange:hover {
  background: #ff9900;
  border-color: #ff9900;
}

.btn.ghost {
  color: #509e2f !important;
  background: transparent;
  border: 1px solid #509e2f;
}

.btn.ghost:hover {
  color: #fafafa !important;
  background: #5eb837;
  border: 1px solid #5eb837;
}

.btn.ghost i {
  background: rgba(0, 0, 0, 0);
  border-left: 1px solid #519e2e;
}

.btn.ghost.orange {
  color: #ff8200 !important;
  background: transparent;
  border: 1px solid #ff8200;
}

.btn.ghost.orange:hover {
  color: #fafafa !important;
  background: #ff9900;
  border: 1px solid #ff9900;
}

.btn.ghost.orange i {
  background: rgba(0, 0, 0, 0);
  border-left: 1px solid #ff8200;
}

.btn.mini {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p + .btn,
ol + .btn,
ul + .btn {
  margin-top: 0;
}

.btn .fa,
.btn .fas,
.btn .fab {
  margin: 0 0.33em;
  font-size: 0.9em;
  vertical-align: baseline;
}

.btn.mini .fa,
.btn.mini .fas,
.btn.mini .fab {
}

.imgWhite {
  filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.panel.dark *::selection,
.header *::selection,
.footer *::selection,
.banner *::selection,
.mainNav *::selection,
.excerpt .simplesearch-highlight {
  color: #fafafa;
  background: rgba(80, 158, 47, 0.5);
  /* WebKit/Blink Browsers */
}

.panel.dark *::-moz-selection,
.header *::-moz-selection,
.footer *::-moz-selection,
.banner *::-moz-selection,
.mainNav *::-moz-selection {
  color: #fafafa;
  background: rgba(80, 158, 47, 0.5);
  /* Gecko Browsers */
}

.panel *::selection {
  color: #1d252d;
  background: rgba(80, 158, 47, 0.5);
  /* WebKit/Blink Browsers */
}

.panel *::-moz-selection {
  color: #1d252d;
  background: rgba(80, 158, 47, 0.5);
  /* WebKit/Blink Browsers */
}

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

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

.text-green {
  color: var(--color-green);
}
/* End Basic */

/*	LAYOUT
============================================================================================== */

/*	Header
============================================================================================== */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 115px;
  background: rgba(29, 37, 45, 0);
  z-index: 200;
  opacity: 1;
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
}

.header.fixed {
  background: rgba(29, 37, 45, 0.98);
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
}

.header:hover,
.header.fixed:hover {
  opacity: 1;
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
}

.header .centre {
  height: 100%;
}

.header .logo {
  position: absolute;
  top: 37px;
  left: 50px;
  display: block;
  z-index: 1001;
}

.header .logo img {
  display: block;
  width: auto;
  height: 40px;
}

.header .utility {
  display: inline-block;
  margin: 0 50px -1px 200px;
  /* padding-left: 25px; */
  position: relative;
  float: right;
  border-bottom: 1px solid #ff8200;
}

.header .fa-search {
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 12px;
  position: relative;
  float: right;
  color: #fefefe;
  font-size: 16px;
}

.header .fa-search:hover {
  color: #5eb837;
}

.header .utility a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 1.5em;
  color: #fefefe;
  font-size: 0.8125em;
  text-transform: uppercase;
  text-decoration: none;
}

.header .utility a:hover {
  color: #5eb837;
  text-decoration: none;
  cursor: pointer;
}

.header .mainNav > .btn {
  float: right;
  margin: 17px 1px 0 12.5px;
}

.header .phone {
  position: relative;
  float: right;
  display: block;
  margin: 17px 12.5px 0;
  padding: 0 12.5px;
  height: 40px;
  line-height: 40px;
  color: #509e2f;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.header .phone:hover {
  color: #5eb837;
}

.header .phone i {
  margin-right: 0.25em;
}

.jbmodal-search {
  position: relative;
  height: 50px;
  width: auto;
}

.jbmodal-search input[type="text"] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #0d1114;
  border: 0;
  border-radius: 0;
  outline: none;
  height: 50px;
  line-height: 50px;
  padding: 0 50px 0 25px;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 100;
  font-style: oblique;
  letter-spacing: 0.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.jbmodal-search input[type="submit"] {
  border: 0;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0px;
  left: auto;
  right: 0;
  background: transparent;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.jbmodal-search i.fa {
  border: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
  text-align: center;
  color: #fafafa;
  font-size: 20px;
  background: #ff8200;
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
}

.jbmodal-search input[type="submit"]:hover + i.fa {
  color: #ffffff;
  background: #509e2f;
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
}

.header > .fa-bars,
.header > .fa-xmark {
  position: absolute;
  top: 25px;
  right: 35px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0px 12px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fafafa;
}

.header > .fa-xmark {
  display: none;
}

.header > .fa-bars:hover,
.header > .fa-xmark:hover {
  color: #509e2f;
}

/*	Nav
============================================================================================== */
.mainNav {
  position: relative;
  margin: 0 50px 0 235px;
  float: right;
  text-align: right;
  z-index: 1000;
  width: 100%;
}

/* First Level Nav */
.mainNav ul {
  position: relative;
  float: right;
  margin: 0 0;
  font-size: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: left;
}

.mainNav > ul > li {
  font-size: 16px;
  display: inline-block;
  margin: 0 0px;
  position: relative;
}

/* hide utility items */
.mainNav li.id_1,
.mainNav li.id_82,
.mainNav li.id_83,
.mainNav li.id_10,
.mainNav li.id_178,
.mainNav li.id_105 {
  display: none;
}

.mainNav > ul > li:first-child {
}

.mainNav > ul > li.active {
}

.mainNav > ul > li > a,
.mainNav > ul > li > span {
  display: inline-block;
  margin: 0 0;
  position: relative;
  color: #fafafa;
  text-decoration: none;
  height: 75px;
  line-height: 73px;
  padding: 0 12.5px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: -0.025px;
}
.mainNav > ul > li:hover > span,
.mainNav > ul > li:hover > a {
  background: #ff8200;
}

.mainNav > ul > li > a:hover {
  color: #fafafa;
}

.mainNav > ul > li.parent > a:after,
.mainNav > ul > li.parent > span:after {
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f0d7";
  margin-left: 5px;
  font-size: 14px;
  height: 10px;
  line-height: 10px;
  color: rgba(255, 255, 255, 0.4);
  width: 14px;
  text-align: center;
  position: relative;
  top: -1px;
}

.mainNav > ul > li.parent:hover > a:after,
.mainNav > ul > li.parent:hover > span:after {
  color: rgba(255, 255, 255, 0.8);
}

/* Second Level Nav */
.mainNav > ul > li > ul {
  display: none;
  position: absolute;
  top: 75px;
  left: 0px;
  padding: 12px 0;
  background: #1d252d;
  width: 270px;
  z-index: 10;
  border: 0px solid #1d252d;
  border-top: 4px solid #ff8200;
  box-shadow: 0 7px 11px -3px rgb(0 0 0 / 40%);
}

.mainNav > ul > li:hover > ul {
  display: block;
}

.mainNav > ul > li:last-child > ul {
  left: auto;
  right: -1px;
}

.mainNav > ul > li > ul > li {
  position: relative;
  margin: 0;
  line-height: 1em;
}

.mainNav > ul > li > ul > li > span,
.mainNav > ul > li > ul > li > a {
  display: block;
  padding: 10px 24px;
  font-size: 16px;
  color: #fafafa;
  line-height: 1em;
  font-weight: 100;
  text-decoration: none;
}

.mainNav > ul > li > ul > li > a:hover {
  background: transparent;
  color: #5eb837;
  text-decoration: none;
}

/* Third Level Nav */
.mainNav > ul > li > ul > li > ul {
  display: block;
  position: relative;
  float: none;
  z-index: 10;
}

/* @media only screen and (min-width:1200px) {
  .mainNav>ul>li.id_109>ul>li>a:after {
    content:"\f0da";
    font-family:"Font Awesome 6 Pro";
    font-weight:900;
    color:rgba(255,255,255,0.4);
    position:absolute;
    top:10px;
    right:14px;
  }
  .mainNav>ul>li.id_109>ul>li>ul {
    background:#293440;
    width:240px;
    position:absolute;
    top:0;
    left:100%;
    display:none;
  }
  .mainNav>ul>li.id_109>ul>li:hover>ul {
    display:block;
  }
} */
.mainNav > ul > li > ul > li > ul > li {
  position: relative;
  margin: 0;
}
.mainNav > ul > li > ul > li > ul > li > span,
.mainNav > ul > li > ul > li > ul > li > a {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  color: #fafafa;
  line-height: 1em;
  font-weight: 100;
  text-decoration: none;
}

.mainNav > ul > li > ul > li > ul > li > a:hover {
  background: transparent;
  color: #5eb837;
  text-decoration: none;
}

.mainNav li .trigger {
  display: none;
}

@media only screen and (min-width: 1200px) {
  /* X-Large Subnav */
  .mainNav > ul > li.id_12 > ul,
  .mainNav > ul > li.id_109 > ul {
    position: fixed;
    top: 115px;
    right: 0;
    left: 0;
    width: auto;
    padding: 0 50px 50px;
    column-count: 3;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    column-gap: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mainNav > ul > li.id_12 > ul {
    /* padding-left: calc(35% + 50px); */
  }

  .mainNav > ul > li.id_109 > ul {
    column-count: auto;
    text-align: center;
  }

  .mainNav > ul > li.id_12 > ul:before,
  .mainNav > ul > li.id_109 > ul:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/assets/images/theme/logo.png) center center no-repeat;
    filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    opacity: 0.03;
    z-index: 0;
  }

  .mainNav > ul > li.id_12 ul,
  .mainNav > ul > li.id_109 ul {
    font-size: 16px;
  }

  .mainNav > ul > li.id_12 > ul > li,
  .mainNav > ul > li.id_109 > ul > li {
    margin: 50px 0 0;
    display: inline-block;
  }

  .mainNav > ul > li.id_12 > ul > li.id_54 > ul > li.parent > ul {
    margin-bottom: 0;
  }

  .mainNav > ul > li.id_109 > ul > li {
    vertical-align: top;
    padding-right: 70px;
  }

  .mainNav > ul > li.id_12 > ul > li.id_13 {
    /* display: block;
    width: calc(35% - 100px);
    position: absolute;
    top: 50px;
    left: 50px;
    margin: 0; */
  }

  .mainNav > ul > li.id_12 > ul > li > span,
  .mainNav > ul > li.id_109 > ul > li > span,
  .mainNav > ul > li.id_12 > ul > li > a,
  .mainNav > ul > li.id_109 > ul > li > a {
    color: #509e2f;
    padding: 0 0 0.5em;
    font-size: 1.5em;
    text-align: left;
  }

  .mainNav > ul > li.id_12 > ul > li > a:hover,
  .mainNav > ul > li.id_109 > ul > li > a:hover {
    color: #5eb837;
  }

  .mainNav > ul > li.id_12 > ul > li.id_13 > a:after {
    content: "Explore »";
    margin-left: 1.25em;
    font-size: 0.5em;
    font-style: oblique;
  }

  .mainNav > ul > li.id_12 > ul > li > ul,
  .mainNav > ul > li.id_109 > ul > li > ul {
    padding: 0.75em 0;
    border-left: 1px solid #509e2f;
  }

  .mainNav > ul > li.id_12 > ul > li > ul > li > span,
  .mainNav > ul > li.id_12 > ul > li > ul > li > a,
  .mainNav > ul > li.id_12 > ul > li > ul > li > ul > li > a,
  .mainNav > ul > li.id_109 > ul > li > ul > li > span,
  .mainNav > ul > li.id_109 > ul > li > ul > li > a,
  .mainNav > ul > li.id_109 > ul > li > ul > li > ul > li > a {
    display: block;
    color: #fafafa;
    line-height: 1em;
    font-weight: 300;
    text-decoration: none;
    padding: 0.33em 0 0.33em 25px;
    line-height: 1em;
  }

  .mainNav > ul > li.id_12 > ul > li > ul > li > a:hover,
  .mainNav > ul > li.id_12 > ul > li > ul > li > ul > li > a:hover,
  .mainNav > ul > li.id_109 > ul > li > ul > li > a:hover,
  .mainNav > ul > li.id_109 > ul > li > ul > li > ul > li > a:hover {
    background: transparent;
    color: #5eb837;
    text-decoration: none;
  }

  .mainNav > ul > li.id_12 > ul > li.id_13 > ul > li > span,
  .mainNav > ul > li.id_12 > ul > li.id_35 > ul > li > span,
  .mainNav > ul > li.id_12 > ul > li.id_54 > ul > li.parent > span,
  .mainNav > ul > li.id_12 > ul > li.id_13 > ul > li > a,
  .mainNav > ul > li.id_12 > ul > li.id_54 > ul > li.parent > a,
  .mainNav > ul > li.id_12 > ul > li.id_35 > ul > li > a {
    padding: 0 0 25px 25px;
    font-size: 1.125em;
    font-weight: 700;
    text-transform: uppercase;
  }

  .mainNav > ul > li.id_12 > ul > li.id_13 > ul {
    /* column-count: 2;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    column-gap: 25px;
    padding-bottom: 0; */
  }

  .mainNav > ul > li.id_12 > ul > li.id_13 > ul > li {
    /* display: inline-block; */
  }

  .mainNav > ul > li.id_12 > ul > li > ul > li > ul,
  .mainNav > ul > li.id_109 > ul > li > ul > li > ul {
    margin: 0 0 35px;
    float: none;
    font-size: 0.875em;
  }

  .mainNav > ul > li.id_12 > ul > li > ul > li:last-child > ul,
  .mainNav > ul > li.id_109 > ul > li > ul > li:last-child > ul {
    margin-bottom: 0;
  }
}

/*	Footer
============================================================================================== */
.footer {
  position: relative;
  min-height: 296px;
  background: #1d252d url(/assets/images/theme/bg-pattern-1-comp.jpg) center
    center;
  margin: -50px 0 0 0;
  font-size: 0.8125em;
  font-weight: 300;
  line-height: 1.6em;
  color: #a2aaad;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer .logo {
  position: absolute;
  bottom: 175px;
  left: 50px;
}

.footer .phone {
  display: block;
  height: 1em;
  line-height: 1em;
  margin: 0 0 0.75em;
  color: #509e2f;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.85em;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.footer .phone:hover {
  color: #5eb837;
}

.footer .address {
  position: absolute;
  bottom: 85px;
  left: 335px;
  min-height: 125px;
  border-left: 1px solid #ff8200;
  padding: 0 0 0 25px;
}

.footer .address strong {
  display: block;
}

.footer .social {
  position: absolute;
  bottom: 110px;
  left: 50px;
  font-size: 18px;
}

.footer .social a {
  display: inline-block;
}

.footer .social i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 0 0;
  color: #fafafa;
  background: #3b4044;
  text-align: center;
}

.footer .social a:last-child i {
  margin: 0;
}

.footer .social i:hover {
  color: #fafafa;
  background: #509e2f;
}

.footer .badges {
  position: absolute;
  right: 50px;
  bottom: 115px;
}

.footer .badges img {
  display: inline-block;
  width: auto;
  margin: 0 0 0 75px;
}

.subfooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  /* background: rgba(0, 0, 0, 0.5); */
  background: #1d252d;
  /* padding: 1em; */
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 50px;
  padding-left: 50px;
  flex-wrap: wrap;
  flex-direction: column; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer .links {
  position: relative;
  /* float: right;
  margin: 0 60px 0 0;
  height: 50px;
  line-height: 50px; */
  order: 2;
  padding-right: 1em;
}

.footer .credits {
  position: relative;
  order: 1;
  padding-left: 1em;
  /* float: left;
  margin: 0 0 0 50px;
  height: 50px;
  line-height: 50px; */
}

.footer .links a {
  display: inline-block;
  padding: 0 1em;
  color: #fafafa;
  text-transform: uppercase;
  text-decoration: none;
}

.footer .links a:hover {
  color: #5eb837;
  text-decoration: none;
  cursor: pointer;
}

.footer .links a:last-of-type {
  padding-right: 0;
}

/*	Banner
============================================================================================== */
.banner {
  margin: 0;
  padding: 90px 0 0;
  background: #1d252d;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.banner-home {
  /* min-height: 820px; */
  min-height: 1150px;
  .centre {
    padding-bottom: 0 !important;
  }

  .overlay {
    background: black;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.55;
    top: 0;
  }
}

.banner .centre {
  padding: 90px 50px 50px;
}

body:has(.panel-buckets:first-child) .banner .centre {
  padding-bottom: 150px;
}

.banner-home .centre {
  padding: 40px 50px 200px;
}

.banner .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/bg-banner.jpg) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 1;
  z-index: -2;
}

.banner .overlay {
  /* display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
  background: #000;
  clip-path: polygon(0 0, 100% 0%, 67% 100%, 0% 100%); */
}

.banner h1,
.banner .h1 {
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
  line-height: 1em;
  width: 60%;
  margin: 75px 0 20px;
}

.banner-home h1,
.banner-home .h1 {
  margin-bottom: 50px;
  font-size: 54px;
  text-transform: unset;
  width: 100%;
  max-width: 1000px;
}

.banner h1 > i {
  color: #ff8200;
  font-size: 0.5em;
  line-height: 1.2;
  margin-top: 5px;
  display: block;
}

.banner p {
  width: 50%;
  margin: 0 0 25px;
  color: #fafafa;
  font-size: 1.25em;
  line-height: 1.5em;
}

.banner .ctas {
  width: 50%;
  margin: 0 0 0;
}

.crumbContainer {
  margin: 0 0 0 -12px;
  font-size: 0;
}

.crumbContainer .crumb {
  color: #63666a;
  font-size: 13px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.crumbContainer .crumb:after {
  content: "\f054";
  font-variant: normal;
  font: var(--fa-font-solid);
  font-size: 0.9em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}

.crumbContainer .crumb.current:after {
  content: "";
}

.crumbContainer .crumb.current {
  padding: 0 1em;
  color: rgba(255, 255, 255, 0.5);
}

.crumbContainer .crumb a {
  padding: 5px 1em;
  color: #a2aaad;
  text-decoration: none;
}

.crumbContainer .crumb a:hover {
  color: #509e2f;
}

/*	Template Panels
============================================================================================== */
.content-wrapper {
  margin: -1px auto;
  padding: 1px 0;
  background: #f0f0f0;
}

.banner-buckets + .content-wrapper {
  padding-top: 150px;
}

.panel {
  position: relative;
  /* margin: -50px 0 0; */
  z-index: 1;
  box-sizing: border-box;
}

.content-wrapper > .panel:first-child {
  margin-top: 0;
}

.panel.bg-default + .panel.bg-default {
  margin-top: -100px;
}

.panel.bg-default + .panel.bg-default .centre {
  /* padding-top: 0; */
}

.panel .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.panel .grad {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 329px;
  max-height: 100%;
  background: linear-gradient(to top, #000, transparent);
  opacity: 0.1;
  z-index: 1;
}

/* Panel Backgrounds */
.panel {
  background: #ffffff;
}
.panel_floated_media_overlap .bg-default .inner-content,
.panel_floated_media_overlap .bg-white .inner-content,
.panel.bg-white {
  background: #ffffff;
}

.panel_floated_media_overlap .bg-iron .inner-content,
.panel.bg-iron {
  background: #1d252d;
}

.panel_floated_media_overlap .bg-gray .inner-content,
.panel.bg-gray {
  background: #eceeef;
}

.panel-mediaFeatured {
  background: transparent !important;
}

/* .panel-plainContent.bg-img .bg, */
.panel-accordion.bg-img .bg,
.panel-tabs.bg-img .bg {
  opacity: 0.2;
}

/* Panel Color Modes */
.panel .content {
  color: #1d252d;
}

.panel_floated_media_overlap.dark .centre,
.panel_floated_media_extended.dark .centre,
.panel.dark .content,
.panel.dark .content h1,
.panel.dark .content .h1,
.panel.dark .content h3,
.panel.dark .content .h3,
.panel.dark .content h4,
.panel.dark .content .h4,
.panel.dark .content h5,
.panel.dark .content .h5,
.panel.dark .content h6,
.panel.dark .content .h6 {
  color: #f5f5f5;
}

.panel.dark .content h2,
.panel.dark .content .h2 {
}

/* Panel Text Alignment */
.panel.content-left .content h1,
.panel.content-left .content .h1,
.panel.content-left .content h2,
.panel.content-left .content .h2 {
  text-align: left;
}

.panel-plainContent.content-right .content h1,
.panel-plainContent.content-right .content .h1,
.panel-plainContent.content-right .content h2,
.panel-plainContent.content-right .content .h2 {
  text-align: right;
}

.panel-plainContent.content-right ul,
.panel.content-right ol {
  display: inline-block;
  text-align: left;
}

.panel.panel-map {
  min-height: 720px;
  overflow: hidden;
}

.panel .content {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.panel.withOverlap .content {
  padding-bottom: 5.5em;
}

.content-home .panel-introblock.withOverlap .content {
  padding-bottom: 0;
}

.panel .content h1,
.panel .content .h1,
.panel .content h2,
.panel .content .h2 {
  margin-bottom: 75px;
  text-align: center;
}

.panel-plainContent .content .ctas,
.panel-tabs .content .ctas {
  text-align: center;
}

.panel-plainContent.content-left .content .ctas {
  text-align: left;
}

.panel-plainContent.content-right .content .ctas {
  text-align: right;
}

.panel-mediaFloated .content {
  max-width: 50%;
  margin-left: 0;
}

.panel-map.content-right .content,
.panel-mediaFloated.content-right .content {
  max-width: 50%;
  margin-left: auto;
  margin-right: 0;
}

.panel-map .content h2,
.panel-map .content .h2,
.panel-mediaFeatured .content h2,
.panel-mediaFeatured .content .h2,
.panel-mediaFloated .content h2,
.panel-mediaFloated .content .h2 {
  text-align: left;
}

.panel-carouselFloated .media .slideshow .controls .trigger.active {
  background: var(--color-orange);
}

.panel-carouselFloated .media .slideshow .controls .trigger {
  background: #a2aaad;
}

.panel-carouselFloated .media .slideshow .controls .trigger:hover {
  background: var(--color-orange);
}

.media .slideshow {
  position: relative;
  padding-bottom: 2em;
  text-align: center;
}

.slideshow img {
  display: none;
  vertical-align: top;
}

.slideshow img:first-child {
  display: inline-block;
}

.media .slideshow .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1em;
  text-align: center;
}

.media .slideshow .controls .trigger {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 1em;
  margin: 0 0.5em;
}

.panel-introblock {
  margin: 0;
}

.panel-introblock .content {
  margin: 0;
}

.panel-introblock .content h2 {
  text-align: left;
}

.scrollnav {
  margin: -25px 0 50px 0;
  text-align: left;
  line-height: 1.5em;
  padding-bottom: 25px;
  border-bottom: 1px solid #d0d3d4;
}

.scrollnav p {
}

.scrollnav p label {
  display: block;
  margin-bottom: 0.5em;
  line-height: 1em;
  font-weight: bold;
}

.scrollnav p .scrollTo {
  display: inline-block;
  padding: 0 1em;
  color: #ff8200;
  border-right: 1px solid #d0d3d4;
  cursor: pointer;
}

.scrollnav p label + .scrollTo {
  margin-left: -1em;
}

.scrollnav p .scrollTo:hover {
  color: #509e2f;
}

.scrollnav p .scrollTo:last-child {
  border-right: 0px solid #d0d3d4;
}

.panel.product_overview {
}

.panel.product_overview:has(.product_related) .bg {
  width: 33%;
  left: unset;
  right: 0;
  background: #f8f8f9;
}

.panel.product_overview:has(.product_related) .content {
  width: calc(60% - 100px);
}

.panel-buckets {
}

/*	Element Blocks
============================================================================================== */
.video169 {
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.video169 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cols2,
.cols3 {
  display: block;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  max-width: 100%;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.cols2 > *,
.cols3 > * {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.cols3 {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
}

.panel_floated_media_extended p,
.panel_floated_media_overlap .inner-content p,
.panel .content p,
.panel .content ul,
.panel .content ol,
.jbmodal-content p,
.jbmodal-content ul,
.jbmodal-content ol {
  margin: 0 auto 1em;
}

.panel .content p:last-child,
.panel .content ul:last-child,
.panel .content ol:last-child,
.jbmodal-content p:last-child,
.jbmodal-content ul:last-child,
.jbmodal-content ol:last-child {
  margin-bottom: 0;
}

.panel_floated_media_overlap ul,
.panel .content ul,
.panel .content ol,
.jbmodal-content ul,
.jbmodal-content ol {
  padding-left: 1.15em;
}

.panel_floated_media_overlap .centre ul,
.panel .content ul,
.jbmodal-content ul {
  list-style-type: none;
}

.panel_floated_media_overlap .centre ul li,
.panel .content ul li,
.jbmodal-content ul li {
  position: relative;
  margin: 0 0 0.5em;
  line-height: 1.5em;
}

.panel_floated_media_overlap .centre ul li:before,
.panel .content ul li:before,
.jbmodal-content ul li:before {
  font: var(--fa-font-light);
  content: "\f0da";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  height: 1.15em;
  line-height: 1.15em;
  position: absolute;
  top: 0.15em;
  left: -1.15em;
  color: #ff8200;
  text-align: left;
}

.jbmodal-content p > i.fa-light {
  width: 1.2em;
  text-align: center;
  margin: 0 1em 0 0;
  color: #ff8200;
}
.panel .content a,
.panel .content .link {
  color: #ff8200;
}

.panel .content a:hover,
.panel .content .link:hover {
  color: #509e2f;
}

.panel .content .ctas,
.jbmodal-content .ctas {
  margin: 25px 0 0;
}

.panel .content .ctas + .ctas .btn,
.jbmodal-content .ctas + .ctas .btn {
  margin-top: 0;
}

.fauxTable {
  display: table-row;
}

.fauxTable > div {
  display: table-cell;
}

.panel-mediaFloated .fauxTable > div {
  vertical-align: middle;
  width: 50%;
}

.panel-mediaFloated.content-default .content,
.panel-mediaFloated.content-left .content {
  padding-right: 50px;
}

.panel-mediaFloated.content-default .media,
.panel-mediaFloated.content-left .media {
  padding-left: 50px;
}

.panel-mediaFloated.content-right .content {
  padding-left: 50px;
}

.panel-mediaFloated.content-right .media {
  padding-right: 50px;
}

.panel-mediaFloated .media {
  text-align: center;
}

.panel-mediaFloated .media img {
  border-left: 5px solid #ff8200;
}

.panel-mediaFloated .media img[src$=".png"] {
  border-left: 0;
  clip-path: none !important;
}

.panel-mediaFeatured {
  margin-top: 0 !important;
  z-index: 2;
}

.panel-mediaFeatured .bg {
  top: -50px;
  left: unset;
  right: 0;
  width: calc(50% + 50px);
  border-left: 5px solid #ff8200;
  border-bottom: 5px solid #ff8200;
}

.panel-mediaFeatured.content-right .bg {
  left: 0;
  right: unset;
  border-left: 0px solid #ff8200;
  border-right: 5px solid #ff8200;
}

.panel-mediaFeatured .content {
  position: relative;
  width: calc(50% - 150px);
  margin: 0 auto -50px 0;
  padding: 100px 100px;
  z-index: 2;
}

.panel-mediaFeatured.content-right .content {
  margin: 0 0 -50px auto;
}

.panel-mediaFeatured.bg-white .content {
  background: #ffffff;
}

.panel-mediaFeatured.bg-iron .content {
  background: #1d252d;
}

.panel-mediaFeatured.bg-default .content,
.panel-mediaFeatured.bg-gray .content {
  background: #eceeef;
}

.panel-map .mapwrap {
  height: 600px;
  width: auto;
  z-index: 20;
  margin: -150px 0 50px;
  border: 2px solid #d0d3d4;
  background: #eceeef url(/assets/images/theme/logo.png) center center no-repeat;
}

.panel-map .content {
  padding-top: 50px;
}

.panel:not(.buckets-home) .buckets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  column-gap: 50px;
  row-gap: 25px;
  margin: -150px 0 0 0;
}

.buckets-home {
  .buckets {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--unit-2);
    margin-top: -50px;
    .bucket {
      clip-path: unset;
      height: 100%;
      position: relative;
      padding-bottom: var(--unit-6);
      a {
        font-size: 36px;
        text-transform: uppercase;
        letter-spacing: -0.025em;
        margin-bottom: var(--unit-2);
      }
      p {
        border-left: unset;
        padding-left: unset;
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        font-size: var(--unit-1);
        /* margin-bottom: var(--unit-2); */
        &::before {
          display: none;
        }
        &::after {
          display: none;
        }
      }
      .more {
        position: absolute;
        bottom: var(--unit-2);
        left: var(--unit-2);
        /* left: unset; */
        font-size: unset;
        color: var(--color-orange);
        font-weight: bold;
      }
    }
  }
}

.panel-buckets .centre {
  padding-bottom: 125px;
}

.buckets-home .centre {
  padding-bottom: 75px;
  padding-top: 0;
}

span:has(.bucket) {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0))
    drop-shadow(-1px 0 0px #d0d3d4) drop-shadow(0 -1px 0px #d0d3d4)
    drop-shadow(1px 0 0px #d0d3d4) drop-shadow(0 1px 0px #d0d3d4);
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
}

span:has(.bucket):hover {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.05))
    drop-shadow(-1px 0 0px #d0d3d4) drop-shadow(0 -1px 0px #d0d3d4)
    drop-shadow(1px 0 0px #d0d3d4) drop-shadow(0 1px 0px #d0d3d4);
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
}

.bucket {
  position: relative;
  padding: var(--unit-2);
  vertical-align: middle;
  font-size: 16px;
  background: #fcfcfc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clip-path: polygon(100% 0, 100% 75%, 73% 100%, 0 100%, 0 0);
}

.panel:not(.buckets-home) .bucket {
  min-height: 100px;
  line-height: 100px;
  padding: 0 50px 0 25px;
  display: block;
}

.buckets-home .bucket {
  /* width: calc(50% - 50px); */
  /* height: 405px; */
  /* margin: 0 50px 25px 0;
  display: inline-block; */
  /* float: left; */
  /* clip-path: polygon(100% 0, 100% 75%, 73% 100%, 0 100%, 0 0); */
  /* clip-path: unset; */
}

.bucket:hover {
  background: #fff;
}

.bucket a {
  color: #519e2e;
  font-size: 1.5em;
  font-weight: 100;
  text-transform: capitalize;
  line-height: 1.2;
  vertical-align: middle;
  display: inline-block;
}

.bucket:hover a,
.bucket a:hover {
  color: #5eb837;
}

/* .buckets-home .bucket a {
  margin: 0 0 25px;
  display: block;
} */

.bucket a span {
  display: block;
  font-weight: 700;
}

.bucket p {
  font-size: 1.25em;
  font-weight: 100;
  line-height: 1.5em;
  border-left: 1px solid #ff8200;
  padding-left: 34px;
  position: absolute;
  top: 120px;
  left: 37px;
  right: 50px;
  bottom: 36px;
}

.bucket p:before,
.bucket p:after {
  content: "";
  display: block;
  position: absolute;
  width: 12.5px;
  height: 25px;
  background: #ff8200;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  left: 0px;
  bottom: 0;
}

.bucket p:after {
  visibility: hidden;
  bottom: 90%;
}

.bucket:hover p:before {
  display: none;
}

.bucket:hover p:after {
  visibility: visible;
  bottom: 0;
  -webkit-transition: bottom 0.665s ease;
  -moz-transition: bottom 0.665s ease;
  -ms-transition: bottom 0.665s ease;
  -o-transition: bottom 0.665s ease;
  transition: bottom 0.665s ease;
}

.bucket .more {
  position: absolute;
  bottom: 36px;
  left: 72px;
  font-size: 1.25em;
  color: #519e2e;
  font-weight: 100;
}

.tab-pre,
.accordion-pre {
  margin-bottom: 50px;
}

.tabs,
.accordion {
  margin: 0 auto 50px;
}

.articles_list .filters,
.panel-map .filters,
.accordion .filters {
  margin: 0 auto 1.5em;
}

.articles_list .filters a,
.articles_list .filters .label,
.panel-map .filters span,
.accordion .filters span {
  text-transform: uppercase;
}

.articles_list .filters .label,
.accordion .filters .label {
  margin: 0 1em 0 0;
  font-size: 12px;
  color: inherit;
  letter-spacing: 1px;
}

.articles_list .filters .filter,
.panel-map .filters .filter,
.accordion .filters .filter {
  display: inline-block;
  padding: 0 1.5em;
  font-size: 14px;
  letter-spacing: 2px;
  color: inherit;
  border-right: 1px solid #a2aaad;
  cursor: pointer;
}

.panel-map .filters .filter {
  padding: 5px 1.5em;
}

.articles_list .filters .filter:last-child,
.panel-map .filters .filter:last-child,
.accordion .filters .filter:last-child {
  border-right: 0;
}

.articles_list .filters .filter:hover,
.panel-map .filters .filter:hover,
.accordion .filters .filter:hover {
  color: #ff8200;
}

.articles_list .filters .filter.active,
.panel-map .filters .filter.active,
.accordion .filters .filter.active {
  color: #ff8200;
}

.panel.dark .accordion .filters .filter.active {
  color: #ff8200;
}

.panel-map .filters .filter:first-child {
  padding-left: 0;
}

.accordion .item {
  position: relative;
  margin: 0 0 1em;
  background: #fff;
  border: 1px solid #d0d3d4;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  -webkit-transition: box-shadow 0.165s ease;
  -moz-transition: box-shadow 0.165s ease;
  -ms-transition: box-shadow 0.165s ease;
  -o-transition: box-shadow 0.165s ease;
  transition: box-shadow 0.165s ease;
}

.accordion .heading {
  position: relative;
  margin: 0;
  padding: 27px 25px 27px 75px;
  cursor: pointer;
}

.accordion .item:has(.heading:hover) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 0.165s ease;
  -moz-transition: box-shadow 0.165s ease;
  -ms-transition: box-shadow 0.165s ease;
  -o-transition: box-shadow 0.165s ease;
  transition: box-shadow 0.165s ease;
}

.accordion .item .heading:after {
  font: var(--fa-font-thin);
  content: "\e59e";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #ff8200;
  font-size: 24px;
}

.accordion .item.active .heading:after {
  content: "\e404";
}

.accordion .item .heading:hover:after {
  color: #509e2f;
}

.accordion .heading .headline {
  display: block;
  margin: 0;
  vertical-align: middle;
}

.accordion .content {
  display: none;
  width: auto;
  padding: 0 75px 50px 75px;
}

.accordion .content > *:first-child {
  padding-top: 25px;
  border-top: 1px solid #d0d3d4;
}

.accordion .content p,
.accordion .content .description {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.6em;
  margin: 0 auto 1em;
}

.accordion .content p,
.accordion .content .description,
.accordion .content > * {
  color: #1d252d;
}

.tabContent .item .ctas,
.accordion .content .ctas {
  font-size: 1.25em;
  line-height: 1.5em;
}

.panel-tabs .bg {
  background: url(/assets/images/theme/bg-pattern-2.jpg) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.tabs .triggers {
  float: left;
  width: 25%;
  position: relative;
  margin: 25px 0 0 0;
}

.tabs .triggers .trigger {
  position: relative;
  display: block;
  margin: 0 0 12.5px;
  padding: 0.67em 2em;
  color: #fafafa;
  background: #0d1114;
  font-size: 1.125em;
  cursor: pointer;
  overflow: hidden;
}

.tabs .triggers .trigger:hover,
.tabs .triggers .trigger.active {
  background: #1d252d;
}

.tabs .triggers .trigger.active {
  z-index: 3;
}

.tabs .triggers .trigger.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 12.5px;
  height: 25px;
  background: #ff8200;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.tabs .mobileTriggers {
}

.tabs .mobileTriggers select {
  display: inline-block;
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  min-width: 250px;
  padding: 0.25em 0.5em;
}

.tabs .tabContent {
  position: relative;
  margin: 0 auto 0 25%;
  color: #f5f5f5;
  background: #1d252d;
  box-shadow: 0 0 20px rgb(0 0 0 / 40%);
  z-index: 2;
}

.tabs .tabContent .item {
  display: none;
  padding: 50px;
}

.tabs .tabContent .item:first-child {
  display: block;
}

.tabs .tabContent .item h3 {
  margin-bottom: 35px;
  color: #f5f5f5;
}

.tabs .tabContent .item p {
  margin-bottom: 1em;
}

.tabs .tabContent .item p:last-child {
  margin-bottom: 0;
}

.tabs .tabContent .item img {
  position: relative;
  float: right;
  max-width: 50%;
  margin: -55px 0 0 50px;
}

.tabs .tabContent .item:has(img) h3 {
  margin-right: calc(50% + 50px);
}

.mapwrap iframe {
  width: 100%;
  height: 100%;
}

.panel-map .locations {
  margin-top: 50px;
}

.panel-map .locations .region {
  display: none;
}

.panel-map .locations .region:first-child {
  display: block;
}

.panel-map .locations h3 {
  margin: 0 0 1em;
}

.panel-map .locations .item {
  display: grid;
  grid-template-columns: 1fr 2.5fr 1fr 1fr;
  grid-column-gap: 25px;
  padding: 25px 0;
  border-top: 1px solid #656b70;
}

.panel-map .locations h3 + .item {
  border-top: 0px solid #656b70;
}

.panel-map .locations .item + h3 {
  margin-top: 25px;
}

.panel-map .locations .address {
  position: relative;
  /* padding-left: 64px; */
}

.panel-map .locations .minibtn {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #519e2e;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0 0.75em;
  cursor: pointer;
}

.panel-map .locations .minibtn i {
  font-size: 1.25em;
}

.panel-map .locations .minibtn:hover {
  background: #5eb837;
  cursor: pointer;
}

.panel-map .locations .link {
  font-size: 1.125em;
  text-transform: none;
  white-space: nowrap;
}

.footer.cta {
  padding-top: 55px;
}

.panel_cta {
  margin: 0;
  transform: translateY(-100%);
}

.panel_cta .centre {
  max-width: 1300px;
  padding-top: 0;
  padding-bottom: 0;
}

.panel_cta .box {
  margin: 0 0;
  background: #1d252d;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

.panel_cta .box .trim {
  position: absolute;
  bottom: 50%;
  right: 29%;
  height: 100vw;
  width: 100vw;
  /* background: #00778b; */
  box-shadow: 0 0 20px rgb(0 0 0 / 75%);
  z-index: 0;
  transform-origin: bottom right;
  transform: rotate(-45deg);
}

.panel_cta .box .trim.turquoise {
  background: var(--color-turquoise);
}

.panel_cta .box .trim.orange {
  background: var(--color-orange);
}

.panel_cta .box:hover .trim.turquoise {
  /* background: #ff8200; */
  background: var(--color-orange);
}

.panel_cta .box:hover .trim.orange {
  background: var(--color-turquoise);
}

.panel_cta .box .h2 {
  color: #f5f5f5;
  font-size: 2.5em;
  line-height: 1.1;
  text-align: center;
  position: relative;
  z-index: 1;
}

.panel_cta .box span.h2 {
  margin: 0 30% 0 0;
  padding: 1.5em 2em 1.5em 1.5em;
  display: block;
}

.panel_cta .box a.cta {
  width: 25%;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  /* white-space: nowrap; */
  transform: translateY(-50%);
  box-sizing: border-box;
  text-wrap: balance;
}

.panel-caseStudy .bg {
  width: 33%;
  right: 0;
  left: unset;
  clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
}

.panel-caseStudy .content {
  width: 67%;
  margin: 0 0 50px;
}

.panel-caseStudy .content .h4 {
  color: #ff8200;
}

.panel-caseStudy .content h2 {
  text-align: left;
}

.panel-calloutBlock {
}

.panel-calloutBlock .centre {
  padding: 200px 50px;
}

.panel-plainContent .bg,
.panel-calloutBlock .bg,
.panel-testimonials .bg {
  mix-blend-mode: multiply;
  filter: grayscale(1) brightness(1.5);
  opacity: 1;
}

.panel-plainContent.light .bg,
.panel-plainContent.bg-default .bg {
  opacity: 0.2;
}

.panel-calloutBlock .h2 {
  margin: -25px auto 25px !important;
  color: #fafafa;
  font-size: 2.25em;
  text-transform: none;
  line-height: 1.1em;
}

.panel-calloutBlock .ctas {
  text-align: center;
}

.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  column-gap: 100px;
}

.grid3 .item {
  position: relative;
}

.grid3 .item:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50px;
  background: #d0d3d4;
}

.grid3 .item:nth-child(3n-2):after {
  display: none;
}

.panel-related {
}

.related .item a {
  display: block;
  margin: 0 auto;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 0.9em;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  color: #509e2f;
}

.related .item:hover a,
.related .item a:hover {
  color: #67d2df;
}

.related .item a + span {
  display: block;
  margin: 0 auto 1.5em;
  font-size: 0.85em;
  font-style: oblique;
  color: #63666a;
}

.related .item p {
  margin-bottom: 2em;
}

.related .item .link {
  font-size: 1em;
  font-style: normal;
}

.product_related {
  position: absolute;
  width: 40%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 100px 50px 150px;
}

.product_related .bg {
  left: 0 !important;
  width: 100% !important;
}

.product_related > p {
  position: relative;
  margin: 0 0 50px;
}

.product_related .related {
  position: relative;
}

.product_related .item {
  position: relative;
  min-height: 127px;
  margin: 0 0 50px;
  padding-left: 150px;
}

.product_related .item .img {
  display: block;
  width: 125px;
  height: 125px;
  border: 1px solid #a2aaad;
  position: absolute;
  top: 0;
  left: 0;
}

.product_related .item .img.logo {
  border: 1px solid #131414;
  background-color: #ebebeb !important;
  -webkit-background-size: 80% !important;
  -moz-background-size: 80% !important;
  -o-background-size: 80% !important;
  background-size: 80% !important;
  opacity: 0.37;
}

.product_related .item a {
  font-weight: 200;
}

.panel.downloads_links .items a {
  display: block;
  position: relative;
  margin: 0 0 0.5em;
  padding: 0 0 0 1.5em;
  color: #1d252d;
}

.panel.downloads_links .items a > i,
.panel.downloads_links .items a:hover {
  color: #ff8200;
}

.panel.downloads_links .items a > .fa-file-pdf {
  color: #c00;
}

.panel.downloads_links .items a > i {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
}

.gallery {
  position: relative;
  width: 400px;
  max-width: 100%;
  margin: 25px auto;
}

.gallery:first-child {
  margin-top: 0;
}

.gallery .slider {
  position: relative;
}

.gallery.multi .prev,
.gallery.multi .next {
  position: absolute;
  width: 25px;
  height: 25px;
  left: -30px;
  top: 120px;
  font-size: 25px;
  text-align: center;
  color: #ff8200;
  transform: translateY(-50%);
}

.gallery.multi .prev:hover,
.gallery.multi .next:hover {
  color: #509e2f;
  cursor: pointer;
}

.gallery.multi .next {
  left: unset;
  right: -30px;
}

.gallery .slider .img {
  display: none;
  text-align: center;
}

.gallery .slider .img:first-child {
  display: block;
}

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

.gallery .slider .img i {
  position: absolute;
  width: 100px;
  height: 100px;
  line-height: 100px;
  left: 50%;
  top: 50%;
  font-size: 100px;
  text-align: center;
  margin: -43px 0 0 -50px;
  color: #fff;
  opacity: 0.5;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.gallery .slider .img:hover i {
  transform: scale(1.1);
  opacity: 1;
}

.gallery .counter {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background: #fff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}

.gallery.multi .counter {
  display: block;
}

.gallery .counter p {
  position: absolute;
  text-align: center;
  width: 45px;
  margin: 0;
  bottom: 9px;
  right: 0px;
  font-size: 0.75em;
  color: #1d252d;
  letter-spacing: 0.2em;
  opacity: 0.75;
}

.gallery .counter span {
}

.pdf-viewer {
  margin-top: 0;
}

.pdf-viewer .centre {
  padding-top: 50px;
}

.pdf-viewer .ctas {
  width: auto;
  margin: 0 0 50px;
}

.pdf-viewer .ctas a {
  min-width: 200px;
  margin: 0 25px 0 0;
}

.pdf-viewer .pdf_wrapper {
  position: relative;
  height: 0;
  padding-bottom: 129.4118%;
}

.pdf-viewer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.bios {
  display: grid;
  /* display: flex; */
  /* justify-content: center; */
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 52px;
  margin: 20px 0 0 0;
  flex-wrap: wrap;
}

.bios .item {
  position: relative;
  text-align: left;
  /* width: 25%; */
}

.bios .item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.bios .item h3 {
  margin: 0.4em 0 0.25em;
  text-decoration: none;
  font-size: 22px;
}

.bios .item p {
}

.bios .item p.subheading {
}

.bios .item p.subheading + p {
  margin-top: 1em;
}

/*	Forms
============================================================================================== */
.panel-form:first-child {
  margin-top: 0;
}

.panel-form .box {
  position: relative;
  float: left;
  width: calc(60% - 100px);
  background: #fff;
  padding: 35px 40px;
  margin: -150px 0 75px 0;
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}

.panel-form.content-left .box {
  float: right;
}

.panel-form .box h2 {
  font-size: 2.25em;
  margin-bottom: 50px;
}

.panel-form .content {
  position: relative;
  float: right;
  width: 40%;
}

.panel-form.content-left .content {
  float: left;
}

.panel-form .img {
  margin-top: 50px;
  background: #1d252d;
  border-right: 10px solid #ff8200;
}

.panel-form .img img {
  display: block;
  filter: grayscale(1);
  mix-blend-mode: luminosity;
  opacity: 0.6;
}

.form {
  position: relative;
  max-width: 100%;
  margin: 0;
}

.form .row {
  margin: 0 -1em;
}

.form .row .input {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0 12.5px;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form .row .input.full {
  width: 100%;
}

.form .input label {
  position: absolute;
  top: 14px;
  left: 25px;
  font-style: oblique;
  color: #a2aaad;
  z-index: 2;
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
}

.form .input label.required:after {
  content: " *";
  color: #ff8200;
}

.form .input label.focus {
  font-size: 14px;
  font-style: normal;
  top: -22px;
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
}

.form .input:has(input.error, textarea.error, select.error) label.focus {
  color: #fff;
  background: #ff8200;
  padding: 1px 10px;
  top: -23px;
}

.form .input:has(input.error, textarea.error, select.error) label.focus:after {
  color: #fff;
}

.form .input label.focus:after {
  content: "\f0d7";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.5em;
}

.form .input label.hidden {
  opacity: 0;
}

.form label.error {
  display: none !important;
}

.form .input input[type="text"],
.form .input input[type="email"],
.form .input input[type="number"],
.form .input input[type="tel"],
.form .input input[type="password"],
.form .input select,
.form .input textarea {
  display: block;
  width: 100%;
  margin: 0 0 1.5em;
  padding: 12px;
  outline: none;
  background: #f3f4f4;
  border: 0;
  border-top: 4px solid #e7e9e9;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

.form .input input[type="text"].error,
.form .input input[type="email"].error,
.form .input input[type="number"].error,
.form .input input[type="tel"].error,
.form .input input[type="password"].error,
.form .input select.error,
.form .input textarea.error {
  /* background:#FFB5B5 !important; */
  border-top: 4px solid #ff8200 !important;
}

.form .input select {
}

.form .input textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 250px;
}

.form .input .radCheck {
}

.form .input .radCheck:last-child {
}

.form .input label + .radCheck {
}

.form .input input[type="radio"],
.form .input input[type="checkbox"] {
}

.form .btn {
  margin: 0;
  position: absolute;
  bottom: -55px;
  left: 50%;
  width: 50%;
  transform: translateX(-50%);
}

.form p.error {
  color: #900;
  background: #ffb5b5 !important;
  border: 1px solid #900 !important;
  margin: 0 0 1.5em;
  padding: 0.75em 1em;
  outline: none;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.token {
  color: transparent !important;
}

.col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}

.col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2em;
}

.col-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2em;
}

/* .panel.panel_columns.dark h2 {
  color: white;
}

.panel_columns .columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
}

.panel_columns .columns .item:not(:first-child) {
  padding-left: 2em;
}
.panel_columns .columns .item:not(:first-child) {
  border-left: solid 0.5px #d0d3d4;
}

.panel.panel_columns .content .ctas {
  text-align: center;
} */

.panel_columns_media .columns .column-item > img {
  max-width: 100%;
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.panel_columns_media .columns .column-item {
  text-align: center;
}
.panel_columns_media .columns .column-item a {
  color: #1d252d;
}

.id_181 .panel_cta .box .trim {
  background: var(--color-orange);
}

.left-border {
  position: relative;
}

.left-border.cols2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #d0d3d4;
}

.left-border.cols3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 33%;
  width: 1px;
  height: 100%;
  background: var(--color-light-gray);
}

.left-border.cols3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 69%;
  width: 1px;
  height: 100%;
  background: var(--color-light-gray);
}

.ctas.popup-top {
  margin-top: -25px;
  margin-bottom: 25px;
}

.panel_bucket_media {
  .columns {
    .bucket-media-item {
      aspect-ratio: 4/3;
      position: relative;

      .bucket-content {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        a {
          font-size: 24px;
          font-weight: bold;
          color: white;
          text-transform: uppercase;
          position: relative;
          padding: 0.5em 1em;
          width: 100%;
          text-align: center;
          position: relative;
          span.text {
            color: white;
            position: relative;
          }
          .bg {
            background: var(--color-green);
            mix-blend-mode: multiply;
          }
        }
      }
    }
  }
}

.panel_bucket_media .columns .bucket-media-item:hover .bucket-content a .bg {
  /* transform: scale(1.5);
  color: black; */
  background: var(--color-orange);
}

.panel_bucket_media .columns .bucket-media-item:hover > .bg {
  transform: scale(1.1);
}

/* .panel_bucket_media .item:hover .bucket-content .bg .a .bg {
  background: var(--color-orange);
} */

/* .panel_bucket_media  */

.columns.bucket-media.col-4 {
  .bucket-content {
    a {
      font-size: 18px;
    }
  }
}

.panel_floated_media_extended {
  /* min-height: 650px; */
  display: flex;
  .media {
    width: 70%;
    img {
      display: block;
      width: 100%;
      object-fit: cover;
      height: 100%;
    }
  }
  .centre {
    width: 30%;
    padding-left: 100px;
    padding-right: 100px;
  }
}

.panel_floated_media_extended.content-right {
  .media {
    border-right: 10px solid var(--color-orange);
  }
}

.panel_floated_media_extended.content-left {
  .media {
    border-left: 10px solid var(--color-orange);
  }
}

.panel_floated_media_overlap {
  /* min-height: 575px; */
  /* margin-bottom: 5px; */
  .media {
    width: 55%;
    position: absolute;
    top: 0;
    height: 100%;
    border-bottom: 5px solid var(--color-orange);
    box-sizing: border-box;
    img {
      display: block;
      width: 100%;
      object-fit: cover;
      height: 100%;
    }
  }
  .centre {
    width: 50%;
    max-width: 100%;
    /* background: yellow; */
    padding: 0;
    .inner-content {
      margin-top: 5em;
      margin-bottom: 5em;
      padding: 100px;
    }
  }
}
.panel_floated_media_overlap.content-default,
.panel_floated_media_overlap.content-right {
  .media {
    left: 0;
    border-right: 5px solid var(--color-orange);
  }
  .centre {
    margin-right: 0;
  }
}

.panel_floated_media_overlap.content-left {
  .media {
    right: 0;
    border-left: 5px solid var(--color-orange);
  }
  .centre {
    margin-left: 0;
  }
}

.panel_media_carousel {
  .centre.content-pre {
    padding-bottom: 25px;
  }
  .centre.content-post {
    padding-top: 25px;
  }
  .no-heading.no-content-pre {
    padding: 0 0 50px;
  }
  .no-cta.no-content-post {
    padding: 0 0 20px;
  }
  .items {
    .media {
      margin: 25px;
      height: 550px;
      box-shadow: var(--box-shadow);
      img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border: 25px solid white;
      }
    }
  }

  .ctas {
    text-align: center;
  }

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

/* .panel_media_carousel .slick-dots li.slick-active button:before {
  background: var(--color-orange);
} */
.slick-dots li.slick-active button:before {
  background: var(--color-orange);
}

/* .panel_media_carousel .slick-dots li button:before {
  color: var(--color-orange);
  font-size: 1em;
  background: var(--color-gray);
  border-radius: 50%;
  width: 12px;
  height: 12px;
} */
.slick-dots li button:before {
  color: var(--color-orange);
  font-size: 1em;
  background: var(--color-gray);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.panel_featuredVideo {
  .centre {
    box-sizing: border-box;
  }

  .video169 {
    /* z-index: 0;
    opacity: 0; */
    /* opacity: 0; */
  }
  video {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .media {
    position: relative;
    width: 100%;
    /* height: 550px; */
    margin-bottom: 50px;
    box-shadow: var(--box-shadow);
    background: var(--color-iron);
    border: 25px solid white;
    box-sizing: border-box;
    /* position: absolute; */
    img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      box-sizing: border-box;
      mix-blend-mode: soft-light;
      position: absolute;
      z-index: 100;
      cursor: pointer;
    }
    i {
      width: 100px;
      height: 100px;
      border: 2px solid var(--color-orange);
      border-radius: 50%;
      /* background: rgba(255, 255, 255, 0.5); */
      color: var(--color-orange);
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 50px;
      /* backdrop-filter: blur(8px); */
      position: absolute;
      top: 40%;
      left: 45%;
    }
    i::before {
      transform: translateX(3px);
    }
  }
}

.panel_scrollNav {
  .content {
    display: flex;
    .inner-content {
      width: 70%;
    }
    .scrollnav-section {
      width: 30%;
      padding-left: 50px;
      box-sizing: border-box;
      .label {
        font-weight: bold;
      }
      .scrollTo {
        cursor: pointer;
        color: var(--color-orange);
        display: flex;
        align-items: center;
        gap: 4px;
        &:hover {
          color: var(--color-green);
        }
        i {
          font-size: 10px;
          transition: none;
        }
        span {
          transition: none;
        }
      }
    }
  }
}

/* .banner-home {
  .centre-icons {
    position: relative;
    box-sizing: border-box;
  }
} */

.centre-icons {
  position: relative;
  margin: 0 auto 0;
  /* padding: 100px 50px 150px; */
  max-width: 1140px;
  /* z-index: 10; */
  /* top: 0; */
  /* height: 100%; */
  /* left: 0; */
  /* background: rgba(133, 133, 67, 0.452); */
  height: 600px;
}

.home-icon-wrapper {
  /* background: rgba(255, 192, 203, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 780px;
  left: 0; */
  .icon-center {
    /* background: white; */
    width: 150px;
    height: 150px;
    /* border-radius: 99999px;
    display: flex;
    justify-content: center;
    align-items: center; */
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
    .icon {
      background: white;
      width: 150px;
      height: 150px;
      border-radius: 99999px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      position: relative;
    }
    .icon-bg {
      background: var(--color-black);
      width: 160px;
      height: 160px;
      border-radius: 99999px;
      position: absolute;
      border: 5px solid white;
      top: -10px;
      left: -10px;
      box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
    }
    img {
      width: 80%;
      height: auto;
    }
  }
}

.interative-icon:hover {
  transition: all 0.165s ease;
  .label {
    /* display: block; */
    color: var(--color-orange);
    transition: all 0.165s ease;
  }
  .icon {
    background: var(--color-orange);
    transition: all 0.165s ease;
  }
  .icon-bg {
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
    transition: all 0.165s ease;
  }
}

.icon-tank-repaire {
  .label {
    text-wrap: nowrap;
  }
}

.interative-icon.icon-product .label {
  /* left: 10px; */
  left: -5px;
}
.interative-icon.icon-inspections .label {
  left: -5px;
}
.interative-icon.icon-tank-repaire .label {
  left: -10px;
  text-wrap: wrap;
}
.interative-icon {
  position: relative;
  z-index: 5;
  cursor: pointer;
  .icon {
    background: var(--color-green);
    width: 74px;
    height: 74px;
    border-radius: 99999px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    cursor: pointer;
    transition: all 0.165s ease;
    img {
      width: 60px;
      height: 60px;
    }
  }
  .label {
    position: absolute;
    /* width: auto; */
    width: 100px;
    font-size: var(--font-16);
    font-weight: 700;
    transition: var(--basic-transition);
    top: 85px;
    left: 0;
    margin-bottom: 0;
    line-height: 1em;
    padding: 8px 12px;
    transform: translateX(-15%);
    text-align: center;
    text-transform: uppercase;
    color: white;
  }
  .icon-bg {
    background: var(--color-black);
    width: 82px;
    height: 82px;
    border-radius: 99999px;
    position: absolute;
    border: 4px solid white;
    top: -8px;
    left: -8px;
    z-index: 0;
    transition: var(--basic-transition);
  }
  .shine {
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
    transition: var(--basic-transition);
  }
}

.icon-product {
  position: absolute;
  top: 30%;
  left: 5%;
}
.icon-setting {
  position: absolute;
  /* top: 65%;
  left: 15%; */
  top: 57%;
  left: 29%;
}
.icon-tank-repaire {
  position: absolute;
  top: 75%;
  left: 55%;
}
.icon-inspections {
  position: absolute;
  top: 0;
  left: 70%;
}
.icon-fabrication {
  position: absolute;
  top: 23%;
  left: 85%;
}
.icon-construction {
  position: absolute;
  top: 62%;
  left: 83%;
}

.line-element {
  position: absolute;
  /* width: 600px; */
  /* height: 2px; */
  height: 1px;
  background: white;
  left: 0;
  top: 0;
  z-index: 0;
}

.line-element.shine {
  box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.5);
}

.panel_status {
  background: var(--color-black);
  color: white;
  .heading {
    font-size: 1em;
    letter-spacing: 0.3em;
    color: white;
    text-wrap: balance;
  }
  .item {
    text-align: center;
    .status {
      font-size: 100px;
      font-weight: 100;
      color: var(--color-orange);
      letter-spacing: -0.05em;
      margin-bottom: 0;
      line-height: 1em;
    }
    .label {
      font-weight: 700;
      font-size: var(--font-24);
      color: var(--color-light-gray);
      letter-spacing: 0;
      text-transform: uppercase;
    }
  }
}

.id_1 {
  .panel_custom_html {
    .centre {
      padding-bottom: 100px !important;
    }
    .panel-map {
      .static-map {
        border-bottom: none;
        padding-bottom: 0;
      }
      .content {
        display: none;
      }
    }
    .home-location-image {
      display: none;
    }
  }
}

.home_article_feed {
  background: var(--color-bg-gray);
  padding-bottom: 150px;
  .centre.centre-content {
    padding-bottom: 0 !important;
  }
  .heading {
    text-align: center;
    font-weight: 700;
  }
  .articles {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--unit-1); */
    .article {
      padding: var(--unit-1) var(--unit-1) var(--unit-3);
      background: white;
      box-shadow: var(--box-shadow);
      position: relative;
      margin: var(--unit-1);
      min-height: 450px;
      &:hover {
        .title {
          a {
            color: var(--color-orange);
          }
        }
      }
    }
    .media {
      aspect-ratio: 4/3;
      margin-bottom: var(--unit-1);
      img {
        object-fit: cover;
        height: 100%;
      }
    }
    .parent {
      color: var(--color-orange);
      font-size: var(--font-14);
      margin-bottom: 0;
      font-weight: 300;
    }
    .title {
      margin-top: 0;
      a {
        color: var(--color-green);
        font-weight: 100;
        font-size: var(--font-24);
        margin-bottom: var(--unit-1);
        text-decoration: none;
      }
    }
    .description {
      margin-bottom: var(--unit-1);
      color: var(--color-gray);
    }
    .more {
      color: var(--color-orange);
      font-weight: 700;
      position: absolute;
      left: var(--unit-1);
      bottom: var(--unit-1);
    }
  }
}

.id_1 {
  .panel_floated_media_overlap {
    background: var(--color-bg-gray);
  }
  .btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--unit-1);
    margin-top: var(--unit-4);
    .btn {
      margin: 0;
    }
  }

  .panel_floated_media_overlap {
    .inner-content {
      a {
        color: var(--color-black);
        text-decoration: underline;
      }
    }
  }
}

.buckets-expanded {
  margin: -150px 0 0 0;
}

.buckets-expanded li {
  list-style: none;
}

.buckets-expanded > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--unit-1);
}

.buckets-expanded > ul > li {
  background: #fcfcfc;
  position: relative;
  padding: var(--unit-2) var(--unit-1);
}

.buckets-expanded > ul > li > span > a {
  font-size: var(--font-12);
  /* font-weight: 700; */
  color: var(--color-green);
  font-style: italic;
  position: absolute;
  top: var(--unit-2);
  right: var(--unit-2);
  z-index: 0;
}

.buckets-expanded > ul > li > span:first-child,
.buckets-expanded > ul > li > a {
  color: var(--color-green);
  font-size: 1.5em;
  font-weight: 100;
  padding-bottom: var(--unit-2);
  display: block;
  z-index: 5;
  position: relative;
  max-width: 80%;
}
.buckets-expanded > ul > li > a:hover {
  color: var(--color-orange);
}

.buckets-expanded > ul > li > i {
  display: none;
}

.buckets-expanded > ul > li > ul {
}

.buckets-expanded > ul > li > ul > li.id_134:not(.parent),
.buckets-expanded > ul > li > ul > li {
  position: relative;
  padding-left: 30px;
  margin-top: var(--unit-1);
  margin-bottom: var(--unit-1);
  cursor: pointer;
}

.buckets-expanded > ul > li > ul > li:hover > i,
.buckets-expanded > ul > li > ul > li:hover > a {
  color: var(--color-green);
}

.buckets-expanded > ul > li > ul > li > span,
.buckets-expanded > ul > li > ul > li > a {
  text-transform: uppercase;
  color: var(--color-black);
  font-weight: 500;
}

.buckets-expanded > ul > li > ul > li.id_134:not(.parent) > a {
  text-transform: uppercase;
  color: var(--color-black);
  font-weight: 500;
  font-size: 16px;
  &:hover {
    color: var(--color-green);
  }
}

.buckets-expanded > ul > li > ul > li > i {
  position: absolute;
  top: -2px;
  left: 0;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
}

.buckets-expanded > ul > li > ul > li > ul {
  display: none;
}

.buckets-expanded > ul > li > ul > li > ul > li > a {
  color: var(--color-black);
  font-size: var(--font-14);
}

.buckets-expanded > ul > li > ul > li > ul > li:hover > a {
  color: var(--color-green);
}

.buckets-expanded > ul > li > ul > li:not(.parent) {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.buckets-expanded > ul > li > ul > li:not(.parent) > a {
  font-size: var(--font-14);
  text-transform: unset;
  font-weight: unset;
}

/*	Misc
============================================================================================== */
.page-search .panel:has(.simplesearch-results) h2 {
  display: none;
}

.panel-articles:first-child {
  margin-top: 0;
}

.simplesearch-results {
}

.simplesearch-results + .simplesearch-paging {
  display: none;
}

.articles_list,
.simplesearch-results-list {
  margin: 0 auto 50px;
}

.articles_list .item,
.simplesearch-results-list .item {
  padding: 25px 0;
}

.articles_list .item + .item,
.simplesearch-results-list .item + .item {
  border-top: 1px solid #d0d3d4;
}

.articles_list .item .h3,
.simplesearch-results-list .item .h3 {
  font-size: 1.75em;
  line-height: 1em;
  color: #509e2f;
}

.articles_list .fauxlink:hover .h3,
.simplesearch-results-list .fauxlink:hover .h3 {
  color: #67d2df;
}

.articles_list .item p,
.simplesearch-results-list .item p {
}

.articles_list .item .postmeta {
  margin-top: -1em;
  font-size: 14px;
  color: #a2aaad;
}

.articles_list .item .ctas,
.simplesearch-results-list .item .ctas {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: left;
}

.articles_list .item .link,
.simplesearch-results-list .item .link {
  position: relative;
  left: unset;
  bottom: unset;
  display: inline-block;
  background: transparent;
  color: #ff8200;
  box-shadow: none;
}

.articles_list .fauxlink:hover .link,
.simplesearch-results-list .fauxlink:hover .link {
  padding-right: 0em;
  -webkit-transition: all 0.665s ease;
  -moz-transition: all 0.665s ease;
  -ms-transition: all 0.665s ease;
  -o-transition: all 0.665s ease;
  transition: all 0.665s ease;
}

.articles_list .paging {
  margin-top: 50px;
}

.articles_list .paging,
.simplesearch-paging {
  font-size: 0;
  color: transparent;
  text-transform: uppercase;
}

.articles_list .paging .label,
.simplesearch-result-pages {
  margin: 0 1em 0 0;
  font-size: 12px;
  color: inherit;
  letter-spacing: 1px;
  color: #1d252d;
}

.articles_list .paging a,
.simplesearch-page {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  color: inherit;
  border-right: 1px solid #a2aaad;
}

.articles_list .paging a,
.simplesearch-page a,
.simplesearch-current-page {
  padding: 0 1.5em;
  color: #1d252d !important;
}

.articles_list .paging a:last-child,
.simplesearch-page:last-child {
  border-right: 0;
}

.articles_list .paging a:first-child {
  padding-left: 0;
}

.articles_list .paging a.active,
.articles_list .paging a:hover,
.simplesearch-current-page,
.simplesearch-page a:hover {
  cursor: pointer;
  color: #ff8200 !important;
}

.progressBar {
  position: fixed;
  top: 115px;
  left: 0;
  height: 6px;
  background: #ff8200;
  width: 0%;
  max-width: 100%;
  z-index: 201;
}

@media only screen and (max-width: 767px) {
  .progressBar {
    height: 4px;
    top: 86px;
  }
}

.jbmodal-bg {
  background-color: #0d1114;
  opacity: 0.92;
  backdrop-filter: blur(15px);
}
.jbmodal-pos {
  width: auto;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.jbmodal-box {
  width: 1000px;
  padding: 50px 50px 50px;
  background: #1d252d;
  color: #ffffff;
  border: 0;
  border-radius: 0;
}
.jbmodal-box::-webkit-scrollbar {
  visibility: hidden;
}
.jbmodal-box::-webkit-scrollbar-corner {
  background-color: transparent;
}
.jbmodal-box .jbmodal-title {
  margin-bottom: 45px;
  color: #509e2f;
}
.jbmodal-box .jbmodal-controls i.fa {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  background: transparent;
  color: #ff8200;
  border-bottom-left-radius: 0;
}

.jbmodal-box .jbmodal-controls i.fa:hover {
  color: #509e2f;
  background: transparent;
}

.jbmodal-box .video169 + p {
  margin-top: 25px;
}

.screenType {
  color: transparent;
  width: 1px;
  height: 1px;
  border: 0;
  position: fixed;
  bottom: 0;
  overflow: hidden;
}

.acsb-trigger.acsb-ready {
  margin: 0 !important;
  top: auto !important;
  bottom: 20px !important;
}

/*	RESPONSIVE
============================================================================================== */

/*	Desktop			--	1024+
============================================================================================== */
@media only screen and (min-width: 1920px) {
  .mainNav {
    min-width: 75%;
  }
}

@media only screen and (max-width: 1439px) {
  .header .phone {
    /* position: absolute;
    top: -40px;
    right: 775px;
    margin: 0;
    font-size: 1.25em;
    width: 186px; */
  }
}

/*	Small Desktop	--	1024-1199
============================================================================================== */
@media only screen and (max-width: 1249px) {
  .header {
    height: 90px;
  }

  .header .logo {
    top: 25px;
  }

  .header .fa-bars {
    display: block;
  }

  .header .utility {
    margin: 25px 85px 0 0;
    padding: 0;
    border-bottom: 0;
  }

  .header .fa-search {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 20px;
  }

  .mainNav {
    margin: 0;
    position: absolute;
    top: 25px;
    right: 150px;
  }

  .header .mainNav > .btn {
    margin: 0 0 0 12.5px;
  }

  .header .phone {
    position: relative;
    top: unset;
    right: unset;
    margin: 0 12.5px;
  }

  .header .utility > a,
  .mainNav > ul {
    display: none;
  }

  .mainNav > ul {
    float: none;
    width: 375px;
    position: absolute;
    top: 65px;
    right: -150px;
    margin: 0;
    background: rgba(29, 37, 45, 0.98);
    overflow-y: scroll;
  }

  .mainNav > ul a,
  .mainNav > ul a:hover {
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
  }

  .mainNav li.id_1 {
    display: block;
  }

  .mainNav ul li {
    font-size: 16px;
  }

  .mainNav > ul > li {
    display: block !important;
    margin: 0 0 -1px 0;
    height: auto;
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  ul li.parent.id_178 i.trigger,
  ul li.parent.id_105 i.trigger {
    display: none;
  }

  .mainNav > ul > li > a,
  .mainNav > ul > li > span {
    display: block;
    margin: 0;
    height: auto;
    line-height: 1em;
    padding: 12px 48px 12px 20px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    z-index: 1;
  }

  .mainNav > ul > li.parent > a:after,
  .mainNav > ul > li.parent > span:after,
  .mainNav > ul > li.id_12 > ul > li.id_13 > a:after {
    display: none !important;
  }

  .mainNav > ul li.parent .trigger {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 48px;
    height: 42px;
    line-height: 42px;
    color: #fafafa;
    font-size: 14px;
    text-align: center;
    z-index: 2;
  }

  .mainNav > ul > li > ul,
  .mainNav > ul > li.id_12 > ul {
    float: none;
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    border-top: 0px;
    box-shadow: none;
    margin: 0px;
    padding: 6px 0 10px;
    width: auto;
    background: transparent;
    column-count: unset;
  }

  .mainNav > ul > li.id_12 > ul:before {
    display: none;
  }

  .mainNav > ul > li:hover > ul,
  .mainNav > ul > li > ul > li:hover > ul {
    display: none;
    max-height: unset;
    overflow: visible;
  }

  /* .mainNav>ul>li.open>ul { display:block !important; } */
  .mainNav > ul > li > a:hover,
  .mainNav > ul > li:hover > a {
    color: #5eb837;
    background: inherit;
  }

  .mainNav > ul > li > ul > li {
    border-top: 0;
  }

  .mainNav > ul > li.id_12 > ul > li {
    display: block;
    margin: 0;
  }

  .mainNav > ul > li.id_12 > ul > li.id_13 {
    width: auto;
    position: relative;
    top: unset;
    left: unset;
  }

  .mainNav > ul > li.id_12 > ul > li > span,
  .mainNav > ul > li > ul > li > a,
  .mainNav > ul > li.id_12 > ul > li > a {
    display: block;
    padding: 8px 48px 12px 32px;
    font-size: 16px;
    color: #fafafa;
  }

  .mainNav > ul > li > ul > li > ul {
    display: none;
    position: relative;
    left: auto;
    background: transparent;
    max-height: unset;
    width: auto;
  }

  .mainNav > ul > li.id_12 > ul > li > ul {
    padding: 0;
    border-left: 0;
  }

  .mainNav > ul > li.id_12 > ul > li > ul > li > ul,
  .mainNav > ul > li.id_12 > ul > li > ul > li:last-child > ul {
    /* margin: 0 0 16px !important; */
    font-size: 1em;
    display: none;
    width: 100%;
    float: none;
  }

  .mainNav > ul > li.id_12 > ul > li > ul > li > ul > li {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .mainNav > ul > li.id_12 > ul > li.id_13 > ul > li .trigger {
    /* display: none; */
  }

  .mainNav > ul > li.id_12 > ul > li.id_13 > ul {
    padding-bottom: 10px;
    column-count: unset;
  }

  .mainNav > ul > li.id_12 > ul > li.id_13 > ul > li {
    display: block;
  }

  .mainNav > ul > li > ul > li > ul > li > span,
  .mainNav > ul > li > ul > li > ul > li > a {
    display: block;
    padding: 10px 48px 10px 56px;
    font-size: 13px;
    font-weight: 300;
  }

  .mainNav > ul > li.id_12 > ul > li.id_13 > ul > li > span,
  .mainNav > ul > li.id_12 > ul > li.id_35 > ul > li > span,
  .mainNav > ul > li.id_12 > ul > li.id_54 > ul > li.parent > span,
  .mainNav > ul > li.id_12 > ul > li.id_13 > ul > li > a,
  .mainNav > ul > li.id_12 > ul > li.id_54 > ul > li > a,
  .mainNav > ul > li.id_12 > ul > li.id_35 > ul > li > a {
    padding: 10px 48px 10px 56px;
    font-size: 0.925em;
  }

  .mainNav > ul > li.id_12 > ul > li > ul > li > span,
  .mainNav > ul > li.id_12 > ul > li > ul > li > a,
  .mainNav > ul > li.id_12 > ul > li > ul > li > ul > li > a {
    padding: 8px 48px 8px 70px;
    font-size: 14px;
    font-weight: 300;
    color: white;
    text-decoration: none;
  }

  .mainNav > ul > li > ul > li.parent .trigger {
    height: 36px;
    line-height: 36px;
  }

  .mainNav > ul > li > ul > li > ul li.parent .trigger {
    height: 30px;
    line-height: 30px;
  }

  .bios {
    grid-template-columns: 1fr 1fr;
  }

  .bios + .bios .item:first-child {
    grid-column-start: 1 !important;
  }

  .bios .item h3 {
    font-size: 1em;
  }

  .subfooter {
    bottom: -50px;
    height: 100px;
  }

  .footer .links {
    order: 1;
  }

  .footer .credits {
    order: 2;
  }
}

@media only screen and (max-width: 1198px) {
  .panel_floated_media_overlap {
    .centre {
      width: 75%;
    }
  }
}
/* End 1198 */

@media only screen and (max-width: 1199px) {
}
/* End  1199*/

/*	Tablets			--	768-1023
============================================================================================== */
@media only screen and (max-width: 1023px) {
  .banner-home h1,
  .banner-home .h1 {
    font-size: 55px;
  }

  .tabs .mobileTriggers {
    display: block;
    margin: 0 0 0.5em;
  }

  .tabs .tabContent {
    margin-left: 0;
    min-height: 0 !important;
  }

  .panel-map {
    min-height: 0;
  }

  .panel-map .content {
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .panel-map .mapwrap {
    position: relative;
    width: 100%;
    height: 540px;
  }

  .bucket {
    padding: 25px;
  }

  .buckets-home {
    & .buckets {
      .bucket {
        /* padding: var(--unit-2); */
      }
    }
  }

  .bucket p {
    font-size: 1em;
  }

  .panel_cta .box .trim {
    right: 35%;
  }

  .panel_cta .box .h2 {
    font-size: 2em;
  }

  .panel_cta .box span.h2 {
    margin-right: 35%;
  }

  .panel_cta .box a.cta {
    right: 40px;
  }

  /* .footer .badges,
  .footer .links {
    display: none;
  } */

  .footer .badges {
    display: none;
  }

  /* .footer .credits {
    float: none;
  } */

  .panel_columns .columns {
    grid-template-columns: 1fr 1fr;
  }

  .panel_columns .columns .item:nth-child(odd) {
    border-left: none;
    padding-left: 0;
  }

  .col-3,
  .col-4 {
    grid-template-columns: 1fr 1fr;
  }

  .buckets-home {
    .buckets {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .id_1 {
    & .panel_custom_html {
      .panel-map {
        min-height: auto;
        /* padding-bottom: 0 !important; */
      }
    }
  }
}

/* end 1023 */

@media only screen and (max-width: 850px) {
  .header .phone span {
    display: none;
  }
}

/*	Phones			--	under 768
============================================================================================== */
@media only screen and (max-width: 767px) {
  .tpl_6 .panel-introblock img {
    width: 100%;
    height: auto;
  }

  .centre,
  .banner .centre {
    padding: 2.75em 1em;
  }

  .header .phone {
    margin: 0;
  }

  .header .fa-phone {
    font-size: inherit;
    line-height: 42px;
    height: 40px;
  }

  .header > .fa-bars,
  .header > .fa-times {
    right: 15px;
  }

  .header .fa-search {
    margin-right: 3.5em;
  }

  .header .logo {
    left: 1em;
    max-width: 50%;
  }

  .wrapper {
    min-height: 60%;
  }

  .wrapper > div:last-child {
    padding-bottom: 0;
  }

  .header .utility {
    display: none;
  }

  .mainNav {
    right: 80px;
  }

  .mainNav > ul {
    right: -80px;
  }

  .banner h1,
  .banner .h1 {
    width: 90%;
  }

  .banner p {
    width: 100%;
  }

  .panel {
    margin: 0;
  }

  .panel.bg-default + .panel.bg-default {
    margin-top: -2.5em;
  }

  .cols2,
  .cols3 {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }

  .grid3,
  .buckets {
    grid-template-columns: 1fr !important;
  }

  .panel:not(.buckets-home) .buckets {
    margin-top: -100px;
  }

  .h1 {
    font-size: 3.25em;
  }

  h2,
  .h2 {
    font-size: 2.5em;
    line-height: 1.1;
  }

  .buckets-home .centre {
    padding-bottom: 25px;
  }

  .buckets-home .buckets {
    /* margin: -150px auto 0; */
  }

  .buckets-home .bucket {
    /* height: 180px;
    width: calc(50% - 25px); */
  }

  .buckets-home span:last-child > .bucket {
    margin-right: 0;
  }

  .bucket .more {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .bucket p {
    display: none;
  }

  .panel .content h1,
  .panel .content .h1,
  .panel .content h2,
  .panel .content .h2 {
    text-align: left;
    margin-bottom: 50px;
  }

  .tabs .tabContent .item {
    padding: 35px;
  }

  .tabs .tabContent .item:has(img) h3 {
    margin-right: 0;
  }

  .tabs .tabContent .item img {
    margin: 0 0 15px;
    float: none;
  }

  .accordion .heading {
    padding-left: 50px;
  }

  .accordion .item .heading:after {
    font-size: 20px;
    width: 55px;
  }

  .accordion .content {
    padding: 0 30px 20px 50px;
  }

  .panel-mediaFeatured .bg {
    width: 100%;
    width: calc(100% - 5px);
    height: 200px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .panel-mediaFeatured .content {
    width: 100%;
    margin: 0 auto;
    padding: 2.75em 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .panel-mediaFeatured + .panel-calloutBlock .centre {
    padding: 100px 1em;
  }

  .panel-calloutBlock .h2 {
    font-size: 2em;
  }

  .panel-form .content,
  .panel-form .box {
    width: 100%;
    margin: 0 auto 30px;
    float: none !important;
  }

  .panel-form .box {
    padding: 30px 25px 25px;
  }

  .form .input textarea {
    min-height: 200px;
  }

  .form .btn {
    bottom: -45px;
  }

  .panel-map .mapwrap {
    margin-top: 20px;
  }

  .panel-map .filters {
    text-align: center;
  }

  .panel-map .filters .filter {
    border: none !important;
    display: block;
  }

  .panel-map .filters .filter + .filter {
    margin-top: 10px;
  }

  .panel-map .locations .item {
    grid-template-columns: 1fr;
  }

  .panel-map .locations .item > div {
    margin-bottom: 10px;
  }

  .panel-map .locations .item > div:last-child {
    margin-bottom: 0;
  }

  .panel-map .locations .minibtn {
    top: 10px;
  }

  .footer {
    height: auto;
    margin: 0;
    padding: 1px 0 44px;
  }

  .panel-mediaFeatured .content,
  .panel-mediaFloated .content {
    max-width: 100% !important;
  }

  .panel-mediaFloated .fauxTable {
    display: block;
  }

  .panel-mediaFloated .fauxTable > div {
    margin: 2em auto;
    padding: 0 !important;
    display: block;
  }

  .panel-mediaFloated .fauxTable > div:first-child {
    margin-top: 0;
  }

  .panel-mediaFloated .fauxTable > div:last-child {
    margin-bottom: 0;
  }

  .panel-mediaFloated .fauxTable .content {
    width: 100%;
    margin-bottom: 0;
  }

  .panel-caseStudy .content {
    margin-bottom: 0;
  }

  .form .row {
    margin: 0 0;
  }

  .form .row .input,
  .form .label {
    padding: 0 0px;
    width: 100%;
  }

  .form .input label {
    left: 1em;
  }

  .header .phone {
    width: auto;
  }

  /* .panel_columns .columns {
    grid-template-columns: 1fr;
  }

  .panel_columns .columns .item {
    border-left: none !important;
    padding-left: 0 !important;
  } */

  .col-2,
  .col-3,
  .col-4 {
    grid-template-columns: 1fr;
  }

  .left-border.cols2::after,
  .left-border.cols2::before,
  .left-border.cols3::after,
  .left-border.cols3::before {
    display: none;
  }

  .panel_bucket_media {
    & .columns {
      & .bucket-media-item {
        & .bucket-content {
          a {
            font-size: 18px;
          }
        }
      }
    }
  }

  .panel_floated_media_extended {
    flex-direction: column;
    .media {
      order: 1;
      width: 100%;
      border: none !important;
    }
    .centre {
      order: 2;
      width: unset;
      /* max-width: 100%; */
    }
  }

  .panel_floated_media_overlap {
    display: flex;
    flex-direction: column;
    .media {
      width: 100%;
      position: relative;
      /* top: 0;
        height: 100%;
        border-bottom: 5px solid var(--color-orange); */
      border-left: none !important;
      border-right: none !important;
      order: 1;
    }
    .centre {
      width: 100%;
      order: 2;
      .inner-content {
        padding: 2.75em 1em;
        margin: 0;
      }
    }
  }

  .panel_media_carousel {
    .items {
      .media {
        margin: 25px 12px;
        height: 350px;
        img {
          border: 12px solid white;
        }
      }
    }
  }

  .panel_featuredVideo {
    .media {
      /* height: 350px; */
      box-sizing: border-box;
      border: 0;
      i {
        width: 50px;
        height: 50px;
        font-size: 25px;
      }
    }
  }

  .panel_scrollNav {
    .content {
      flex-direction: column;
      .inner-content {
        width: 100%;
      }
      .scrollnav-section {
        width: 100%;
        padding-left: 0;
        padding-top: 50px;
      }
    }
  }

  .panel_floated_media_extended {
    .centre {
      padding: 2.75em 1em;
    }
  }

  .buckets-home {
    & .buckets {
      .bucket {
        padding-bottom: var(--unit-4);
      }
    }
  }

  .panel_status {
    & .item {
      .status {
        font-size: var(--font-52);
      }
      .label {
        font-size: var(--font-18);
      }
    }
  }

  .id_1 {
    & .panel_custom_html {
      .home-location-image {
        display: block;
      }
      .centre {
        padding-bottom: 2.75em !important;
      }
    }
  }

  .icon-fabrication {
    left: 80%;
  }

  .icon-setting {
    top: 50%;
    left: 23%;
  }

  .icon-construction {
    top: 58%;
    left: 80%;
  }

  .interative-icon {
    .icon-bg {
      width: 44px;
      height: 44px;
      border: 2px solid white;
      top: -4px;
      left: -4px;
    }
    .icon {
      width: 40px;
      height: 40px;
      img {
        width: 30px;
        height: 30px;
      }
    }
  }

  .banner.banner-home {
    .bg {
      background: url(/assets/images/home-mb-5.jpg) center center !important;
    }
  }

  .home-icon-wrapper {
    & .icon-center {
      /* top: 165px; */
      width: 74px;
      height: 74px;
      .icon-bg {
        width: 82px;
        height: 82px;
        border: 3px solid white;
        top: -7px;
        left: -7px;
      }
      .icon {
        width: 74px;
        height: 74px;
      }
    }
  }
  .interative-icon {
    .label {
      display: block;
      font-size: var(--font-12);
      transform: translateX(-30%);
      background: none;
      top: 45px;
      width: 85px;
    }
  }

  .banner-home {
    min-height: 800px;
    .centre {
      padding-bottom: 0 !important;
    }
  }

  .buckets-home .buckets {
    margin-top: -50px !important;
  }

  .id_1 {
    .btn-group {
      flex-direction: column;
    }
  }

  .home_article_feed {
    .articles {
      .article {
        min-height: 350px;
      }
    }
  }

  .buckets-expanded {
    margin-top: -100px;
  }

  .buckets-expanded > ul {
    grid-template-columns: 1fr;
  }

  .interative-icon.icon-product .label {
    left: -2px;
  }
  .interative-icon.icon-inspections .label {
    left: 10px;
  }
}

/* end 767 */

/*	Phones Portrait	--	under 576
============================================================================================== */
@media only screen and (max-width: 575px) {
  .header .logo {
    width: 60px;
    overflow: hidden;
    line-height: 50px;
    height: 50px;
    top: 20px;
    bottom: auto;
    margin-bottom: 0;
  }

  .header .logo img {
    vertical-align: middle;
    height: auto;
    display: inline-block;
  }

  .mainNav {
    right: 65px;
  }

  .mainNav > ul {
    right: -65px;
  }

  .header .mainNav > .btn {
    font-size: 15px;
    min-width: 0;
    margin-left: 10px;
    padding-right: 16px;
  }

  .header .mainNav > .btn i {
    display: none;
  }

  .header .phone i {
    margin-right: 0;
  }

  .banner h1,
  .banner .h1 {
    font-size: 45px;
    width: 100%;
    margin-top: 10px;
  }

  .banner-home h1,
  .banner-home .h1 {
    font-size: 36px;
  }

  body:has(.panel-buckets:first-child) .banner .centre {
    padding-bottom: 80px;
  }

  .buckets {
    margin: 0 !important;
    row-gap: 0 !important;
    display: block !important;
  }

  .bucket {
    margin: 0 auto 25px;
    height: auto !important;
    padding-bottom: 25px;
  }

  span:last-child .bucket {
    margin-bottom: 0;
  }

  .buckets-home .bucket {
    width: 100%;
    height: auto;
    margin: 0 auto 25px;
    padding: 25px;
    display: block;
    float: none;
  }

  .buckets-home > span:last-child .bucket {
    margin-bottom: 0;
  }

  .bucket .far,
  .bucket .fas,
  .bucket .fab {
    margin: 0.75em;
  }

  .panel-mediaFloated .fauxTable .media {
    width: 100%;
  }

  .accordion .filters .label {
    display: block;
    margin: 0 0 0.5em;
  }

  .accordion .filters .filter {
    padding: 0.33em 1em;
    margin: 0 1em 0.5em 0;
    border: 1px solid #999;
    border-radius: 4px;
  }

  .accordion .filters .filter:last-child {
    border-right: 1px solid #999;
  }

  .accordion .filters .filter:hover,
  .accordion .filters .filter.active {
    background: #fafafa;
  }

  .panel.dark .accordion .filters .filter:hover,
  .panel.dark .accordion .filters .filter.active {
    background: #232b33;
    color: #88abb8;
  }

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

  .panel_cta .box .trim {
    display: none;
  }

  .panel_cta .box span.h2 {
    margin: 0 auto;
    padding: 20px;
  }

  .panel_cta .box span.h2.turquoise {
    background: var(--color-turquoise);
  }

  .panel_cta .box span.h2.orange {
    background: var(--color-orange);
  }

  .panel_cta .box a.cta {
    background: #202932;
    width: 100%;
    padding: 20px;
    display: block;
    position: relative;
    top: 0;
    right: 0;
    transform: none;
  }

  .footer .logo {
    bottom: 225px;
    left: 50%;
    transform: translateX(-50%);
  }

  .footer .address strong,
  .footer .address span,
  .footer .address br {
    display: none;
  }

  .footer .address {
    border-left: none;
    min-height: 0;
    padding: 0;
    bottom: 175px;
  }

  .footer .address,
  .footer .social {
    text-align: center;
    width: 100%;
    left: 0;
  }

  .footer .phone {
    margin: 0;
  }

  .footer .credits {
    text-align: center;
    margin: 0;
  }
}

/*	Small Phones	--	under 375
============================================================================================== */
@media only screen and (max-width: 374px) {
  .mainNav > ul {
    width: 325px;
  }
}

/*	SCREEN SIZE GLOBALS
============================================================================================== */
@media only screen and (min-width: 1024px) {
  /* desktop only */
  .desktop {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* tablets */
  .tablet {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* phones */
  .mobile {
    display: none;
  }
}

/* Jackson */
.utility span ul {
  background-color: #1d252d;
  color: white;
  position: absolute;
  list-style-type: none;
  padding: 1rem;
  z-index: 1050;
  display: none;
  margin-top: 0;
  transform: translateY(-2px);
}

.utility span:hover ul {
  display: block;
}

.career-iframe .content {
  width: 100% !important;
}

.tpl_6 .banner h1,
.banner .h1 {
  width: 80%;
}

.four-cols {
  display: flex;
  justify-content: space-evenly;
}

.four-cols > div {
  width: 25%;
}

.four-cols a {
  margin-top: auto;
  margin-bottom: auto;
  width: 25%;
}

.four-cols img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 575px) {
  .four-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .four-cols > div {
    width: 50%;
  }
}

.two-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

/* Contact Page V2 */
.static-map {
  display: flex;
  padding-bottom: 50px;
  border-bottom: 1px solid #a2aaad;
}

.static-map img {
  height: 100%;
}

.static-map .us-map {
  width: 40%;
  height: auto;
  border: #ff8200 solid 5px;
  position: relative;
}

.static-map .international-map {
  width: 60%;
  height: auto;
  position: relative;
}

.white-dot-on-map {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
  visibility: hidden;
}

.location-modal-wrapper .name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.location-modal-wrapper .location-modal-body {
  display: flex;
}

.location-modal-wrapper .location-modal-body .location-modal-address {
  width: 50%;
}

.location-modal-wrapper .location-modal-body .phone {
  margin-right: 2rem;
}

.static-map .us-map h3,
.static-map .international-map h3 {
  position: absolute;
  top: 1rem;
  left: 2rem;
  color: white;
}

.location-modal-body .link {
  font-size: 1em;
}

/* TESTIMONIALS
====================================================================================================================================================== */
.panel-testimonials .testimonials-header {
  font-size: 1em;
  letter-spacing: 0.3em;
  margin-bottom: 1em;
  color: white;
  text-wrap: balance;
  text-align: center;
}

.panel-testimonials .slick-dots li.slick-active button:before {
  background: var(--color-green);
}

.panel-testimonials .slick-dots li button:before {
  color: var(--color-green);
  font-size: 1em;
  background: var(--color-green);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.testimonial-item {
  margin: 2em;

  .fa-solid {
    color: var(--color-green);
    font-size: 3em;
    text-align: center;
  }

  .testimonial-item-inner {
    text-align: center;
  }

  .quote {
    font-size: 1.5em;
    text-align: center;
    margin: 1em 2.5em 2em;
    line-height: 1.5em;
  }

  .name {
    font-weight: bold;
    text-align: right;
  }

  color: white;
}

.slick-prev,
.slick-next {
  height: 50px;
  width: 50px;
  z-index: 9;
}

.slick-prev:before,
.slick-next:before {
  color: var(--color-green);
  font-family: "Font Awesome 6 Pro";
  font-size: 50px;
  font-weight: 300;
  opacity: 0.25 !important;
}

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

.slick-prev:before {
  content: "\f104";
}

.slick-next:before {
  content: "\f105";
}

/* PANEL FLOATED ROWS
====================================================================================================================================================== */
.panel-floated-rows .content > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.panel-floated-rows .content h2 {
  text-align: left;
}

.panel-floated-rows .content div:first-child img {
  width: 100%;
  height: auto;
}

.panel-floated-rows .items .item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1em;
  margin-bottom: 1.5em;
}

.panel-floated-rows .items .item-title {
  font-weight: bold;
}

.panel-floated-rows .items .item .item-content {
  font-size: 0.85em;
  line-height: 1.25em;
}

/* MOBILE SCREEN
====================================================================================================================================================== */
@media only screen and (max-width: 767px) {
  .static-map {
    display: none;
  }

  .panel-map .content {
    display: block;
  }

  /* Testimonial */
  .testimonial-item {
    margin: 0;
  }

  .testimonial-item .quote {
    font-size: 1.25em;
    margin: 1em 1.5em;
  }

  .panel-testimonials .testimonials-header {
    text-align: center !important;
  }

  .slick-prev,
  .slick-next {
    height: 30px;
    width: 30px;
  }

  .slick-prev {
    left: -5px;
  }

  .slick-next {
    right: -5px;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 30px;
    font-weight: 400;
    opacity: 1 !important;
  }

  .subfooter {
    justify-content: center;
    padding-top: 1em;
    padding-bottom: 1em;
    height: 125px;
    bottom: -75px;
  }

  .footer .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* padding-bottom: 1em; */
  }

  .footer .credits {
    padding-left: 0;
  }

  .panel-floated-rows .content > div {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

form#contact .referral::after,
form#contact .referral.focus::after {
  display: none !important;
}

form#contact .referral sup {
  color: #ff8200;
  font-size: 16px;
}

/* .test {
  background: red;
  height:100px;
  width:100px;
  display: block;
  position: fixed;
  top:300px !important;
  left:300px !important;
  z-index: 99999;
} */
