/*
Theme Name: H2Scan Theme
Theme URI: http://www.ggcomm.com/
Author: Goldstein Group Communications
Author URI: http://www.ggcomm.com/
Description: Website Design by the Goldstein Web Team
Version: 1.0
*/
/* this came with the theme */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}
section{
  position: relative;
}
iframe[src*="youtube.com"] {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
}
/* Global Variables */
:root{ 
    --primarycolor: #00255a; /* dark blue */
    --secondarycolor: #0077a8; /* light blue */
    --tertiarycolor: #44b549; /* green */
    --white: #fff;
    --lightgray: #f7f7f7;
    --midgray: #f0f0f0;
    --darkgray: #4d5661; 
    --black: #000;
    --text: #000;
    --generalfont: 'Rubik', sans-serif;
    --headerfont: 'Rubik', sans-serif;
    --boldfont: 700;
    --btnradius: 20px;
    --borderradius: 10px;
}
/* Basic Settings */
.textprimary {color:var(--primarycolor);}
.textsecondary {color:var(--secondarycolor);}
.textlightgray {color:var(--lightgray);}
.textdarkgray {color:var(--darkgray);}
.textwhite {color:var(--white);}
.texttext {color:var(--text);}
.bgwhite {background-color:var(--white);}
.bgprimary {background-color:var(--primarycolor);}
.bgsecondary {background-color:var(--secondarycolor);}
.bgtertiary {background-color:var(--tertiarycolor);}
.bglightgray {background-color:var(--lightgray);}
.bgmidgray {background-color:var(--midgray);}
.bgdarkgray {background-color:var(--darkgray);}
.bgtext {background-color:var(--darkgray);}

body, html, p {
  font-family: var(--generalfont);
  font-size: 18px;
  font-weight: 300;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 22px;
}
body{
  overflow-x: hidden;
}
p {
    margin-bottom:20px;
}
b, strong {
  font-weight: 700;
}
.smalltext {
  font-size:.9em;
}
em {
  font-style: italic;
}
h1, .h1 {
  font-family: var(--headerfont);
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  text-decoration: none;
  color: var(--primarycolor);
  margin: 0px 0px 30px 0px;
}
h2 {
  font-family: var(--headerfont);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  text-decoration: none;
  color: var(--primarycolor);
  margin: 0px 0px 30px 0px;
}
h3 {
  font-family: var(--headerfont);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  color: var(--primarycolor);
  margin: 0px 0px 30px 0px;
}
h4 {
  font-family: var(--headerfont);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  color: var(--primarycolor);
  margin: 0px 0px 30px 0px;
}
h5 {
  font-family: var(--headerfont);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  color: var(--primarycolor);
  margin: 0px 0px 30px 0px;
}
a {
  color: var(--secondarycolor);
  text-decoration: none;
  transition: color .15s;
}
a:hover {
  color: var(--primarycolor);
}
li {
  margin: 0 0 10px 20px;
}
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
  margin-top: 10px;
}
img{
  max-width: 100%;
  height: auto;
}
/* Bullets */
.single-careers .careers-main ul,
.two-col-txt-img-content ul,
.category-block .textholder ul,
.one-col-text-block ul,
#equipment .equipmenttopspecial ul,
#equipment #advantages ul {
  list-style:none;
}
.single-careers .careers-main ul li::before,
.two-col-txt-img-content ul li::before,
.category-block .textholder ul li::before,
.one-col-text-block ul li::before,
#equipment .equipmenttopspecial ul li::before,
#equipment #advantages ul li::before {
    content: "\f058";
    font-family: "FontAwesome";
    font-weight: 900;
    color: var(--secondarycolor);
    font-size: 0.75em;
    margin: 0 6.5px 0 -20px;
    vertical-align: bottom;
}
.single-careers .careers-main ul li,
.two-col-txt-img-content ul li,
.category-block .textholder ul li,
.one-col-text-block ul li,
#equipment .equipmenttopspecial ul li,
#equipment #advantages ul li {
    margin: 0 0 10px 20px;
}
.single-careers .careers-main ul li:last-child,
.two-col-txt-img-content ul li:last-child,
.category-block .textholder ul li:last-child,
.one-col-text-block ul li:last-child,
#equipment .equipmenttopspecial ul li:last-child,
#equipment #advantages ul li:last-child {
    margin: 0 0 20px 20px;
}
.single-careers .careers-main ul ul li::before,
.two-col-txt-img-content ul ul li::before,
.category-block .textholder ul ul li::before,
.one-col-text-block ul ul li::before,
#equipment .equipmenttopspecial ul ul li::before,
#equipment #advantages ul ul li::before {
    font-weight: 900;
    color: var(--darkgray);
    font-size: 0.65em;
}
/* Misc Settings */
sup {vertical-align: middle;}
.clearfix{ clear: both;}
.aligncenter{ display: block;margin: auto;}
.alignleft{ display: block;float: left;}
.alignright{ display: block;float: right;}
.text-center{text-align:center;}
.hahs-left {
  width: 48%;
  float: left;
}
.hahs-right {
  width: 48%;
  float: right;
  text-align: right;
}
.hahs-third-left {
  width: 70%;
  float: left;
}
.hahs-third-right {
  width: 28%;
  float: right;
  text-align: right;
}
.showondesktop768, .showondesktop990 {}
.showonmobile768, .showonmobile990 {display: none;}
@media only screen and (max-width: 768px) {
  .hahs-left, .hahs-right, .hahs-third-right, .hahs-third-left {
    width: 100%;
    float: left;
    text-align: left;
  }
  .showondesktop768 {display: none;}
  .showonmobile768 {display: block;}
  .keeptoggleonright {
    justify-content: space-between !important;
  }
}
@media only screen and (max-width: 990px) {
  .showondesktop990 {display: none;}
  .showonmobile990 {display: block;}
}
.animate_this{
  opacity: 0;
}
/* remove background image in mobile */
@media only screen and (max-width: 767px) {
	.one-column-wrapper {background-image:none!important;}
}
.showondesktop768, .showondesktop991 {}
.showonmobile768, .showonmobile991 {display: none;}
@media only screen and (max-width: 768px) {
  .showondesktop768 {display: none;}
  .showonmobile768 {display: block;}
}
@media only screen and (max-width: 991px) {
  .showondesktop991 {display: none;}
  .showonmobile991 {display: block;}
}
/*Block Padding and Margin */
.pad-0{
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.pad-top-0{
  padding-top: 0rem;
}
.pad-bot-0{
  padding-bottom: 0rem;
}
.pad-1{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pad-top-1{
  padding-top: 1rem;
}
.pad-bot-1{
  padding-bottom: 1rem;
}
.pad-2{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pad-top-2{
  padding-top: 2rem;
}
.pad-bot-2{
  padding-bottom: 2rem;
}
.pad-3{
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.pad-top-3{
  padding-top: 3rem;
}
.pad-bot-3{
  padding-bottom: 4rem;
}
.pad-4{
  padding-top: 5rem;
  padding-bottom: 6rem;
}
.pad-top-4{
  padding-top: 5rem;
}
.pad-bot-4{
  padding-bottom: 6rem;
}
.mar-0{
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.mar-1{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mar-2{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mar-3{
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.mar-4{
  margin-top: 5rem;
  margin-bottom: 6rem;
}
/* Gravity Forms */
.gform_heading {
  display:none;
}
.gfield_required {
  color:#ffadad!important;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size:.9em!important;
  margin-bottom:0!important;
}
.gform_wrapper.gravity-theme .ginput_complex label {
  font-size:.8em!important;
}
.gform_wrapper input, .gform_wrapper textarea, .ginput_container_select select {
  border:none;
  border-bottom:1px solid var(--secondarycolor);
  background-color:var(--lightgray);
}
.gform_wrapper input[type=submit] {
  margin:0;
  padding:5px 40px;
  border-radius:10px;
  font-weight:700;
  color: #fff;
  background-color: var(--tertiarycolor);
  border: 1px solid var(--tertiarycolor);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gform_wrapper input[type=submit]:hover {
  background-color: var(--secondarycolor);
  border: 1px solid #fff;
}
.ginput_container_select:before {
  display:none;
}
.gform_wrapper select {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--tertiarycolor) 50%),
    linear-gradient(135deg, var(--tertiarycolor) 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
.gform_wrapper select:focus {
  background-image:
    linear-gradient(45deg, var(--secondarycolor) 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, var(--secondarycolor) 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: var(--primarycolor);
  outline: 0;
}
.gform_wrapper select {
 /* for Firefox */
 -moz-appearance: none;
 /* for Safari, Chrome, Opera */
 -webkit-appearance: none;
}
.gform_wrapper select::-ms-expand {
 /* for IE10 */
 display: none;
}
/* Buttons */
.btn{
  border-radius: var(--btnradius);
  padding: 5px 45px;
  text-align: center;
}
.btn i {
  font-size: .8em;
  margin-right: 10px;
}
.btn-primary {
  border: 1px solid var(--primarycolor);
  border-color: var(--primarycolor);
  background: var(--primarycolor);
  color: #fff !important;
  text-decoration: none !important;
}
.btn-primary:hover{
  border: 1px solid var(--primarycolor);
  border-color: var(--primarycolor);
  background: transparent;
  color: var(--primarycolor) !important;
  text-decoration: none !important;
}
.btn-secondary {
  border: 1px solid var(--secondarycolor);
  border-color: var(--secondarycolor);
  background: var(--secondarycolor);
  color: #fff !important;
  text-decoration: none !important;
}
.btn-secondary:hover{
  border: 1px solid var(--secondarycolor);
  border-color: var(--secondarycolor);
  background: transparent;
  color: var(--secondarycolor) !important;
  text-decoration: none !important;
}
.btn-tertiary {
  border: 1px solid var(--tertiarycolor);
  border-color: var(--tertiarycolor);
  background: var(--tertiarycolor);
  color: #fff !important;
  text-decoration: none !important;
}
.btn-tertiary:hover{
  border: 1px solid var(--tertiarycolor);
  border-color: var(--tertiarycolor);
  background: transparent;
  color: var(--tertiarycolor) !important;
  text-decoration: none !important;
}
.btn-white2{
  border: 1px solid var(--secondarycolor);
  border-color: var(--secondarycolor);
  background: #fff;
  color: var(--secondarycolor) !important;
  text-decoration: none !important;
}
.btn-white1:hover{
  border: 1px solid var(--tertiarycolor);
  border-color: var(--tertiarycolor);
  background: var(--tertiarycolor) !important;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-white1{
  border: 1px solid var(--tertiarycolor);
  border-color: var(--tertiarycolor);
  background: #fff;
  color: var(--tertiarycolor) !important;
  text-decoration: none !important;
}
.btn-white2:hover{
  border: 1px solid var(--secondarycolor);
  border-color: var(--secondarycolor);
  background: var(--secondarycolor) !important;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-sm {
 padding: 5px 25px;
 border-width: 1px;
 font-size: .9em;
 border-radius: var(--btnradius);
}
.btn-sm:hover {
 border-width: 1px;
}
.btn-menu {
  border: 1px solid var(--tertiarycolor);
  background-color: var(--tertiarycolor);
  border-radius: var(--btnradius);
  color: #fff !important;
  text-decoration: none !important;
  margin-top:8px;
  margin-left: 15px;
}
.btn-menu a {
  padding: 5px 15px;
  color: #fff !important;
  margin: 0;
}
.btn-menu:hover{
  border: 1px solid var(--tertiarycolor);
  color: var(--tertiarycolor);
  background-color: #fff;
  text-decoration: none !important;
}
.btn-menu:hover a {
  color: var(--tertiarycolor) !important;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
background-color: inherit!important;
border-color: inherit!important;
}
table {
  width:100%;
  border-bottom: 1px solid var(--secondarycolor);
}
@media only screen and (max-width: 767px) {
  table {font-size: .9em}
}
@media only screen and (max-width: 576px) {
  table {font-size: .8em}
}
tr {
  background-color: var(--white);
}
tr:nth-child(odd) {
  background-color: var(--lightgray);
}
td {
  padding:5px;
}
th {
  padding: 5px;
  color: var(--white)!important;
  font-weight: bold;
  background-color: var(--secondarycolor);
}
/* Header */
#header {
  box-shadow: 1px 1px 9px 0px var(--lightgray);
}
.custom-logo-link img {
  max-width: 225px;
  width: 100%;
  margin-left: 15px;
  height: auto;
}
.ShowDesktopNav {
  display: inherit;
}
.ShowMobileNav {
  display: none;
}
.tiptoplink1 a {
  color: var(--primarycolor);
  font-size: 15px;
}
.tiptoplink1 i {
  margin-right: 5px;
  top: 1px;
  position: relative;
}
.tiptoplink2 a {
  color: var(--darkgray);
  font-size: 15px;
}
.tiptoplink1 a:hover,.tiptoplink2 a:hover {
  color: var(--secondarycolor);
}
.gt_selector {
  border: none;
  width: 120px;
  padding: 10px;
  font-size: 15px;
  background-color: var(--midgray);
  color: var(--darkgray);
  border-right: 10px solid var(--midgray);
}
.gt_selector option:first-child {
display: none;
}
@media only screen and (max-width: 767px) {
  .centeronmobile {text-align: center;}
  .tiptoplink2 a {font-size: 12px;}
  .gt_selector {width: 100%;font-size: 12px;}
}
/* Sticky */
#StickyHeader{
  background-color: #fff;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 !important;
  background-color: #fff;
  z-index: 9;
}
.sticky .custom-logo-link img {
  max-width: 150px;
  margin-left:20px;
}
.addmargintothebody {
  margin-top: 120px;
}
/* Main Menu */
nav {
  color:var(--text);
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
nav li {
  float: left;
  margin:0 10px;
}
nav li a {
  display: block;
  color: var(--text);
  text-align: left;
  padding: 14px 0;
  margin:0 16px;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}
nav li a:hover,
nav li a:active, 
nav li:hover a, 
nav li:active a,
nav .current_page_item a {
  color: var(--secondarycolor);
}
/* Submenu */
.submenuarrow {
  float: right;
  top: -35px;
  color: var(--white);
  right: 15px;
  position: relative;
  z-index: 9999999999999;
}
.submenuarrow .fa-caret-up{
  position: relative;
  top: 10px;
  color: var(--white)!important;
}
/* show hide first level dropdown */
nav .menu-item-has-children ul {
  display: none;
  position: absolute;
  background-color: var(--white);
  overflow:initial;
}
nav .menu-item-has-children:hover ul {
  display: inherit;
  z-index: 999;
  background-color: var(--secondarycolor);
}
nav li.menu-item-has-children a:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-weight: 900;
    margin-left:5px;
}
nav li.menu-item-has-children ul li a:after {
    content: "";
}
nav li.menu-item-has-children ul li.menu-item-has-children-second a:after {
  content: "\f0da";
  font-family: "FontAwesome";
  font-weight: 900;
  margin-left:5px;
  float: right;
}
nav li.menu-item-has-children ul li.menu-item-has-children-second ul li a:after {
  content: "";
}
/* show hide secend level dropdown */
nav .menu-item-has-children:hover .menu-item-has-children-second ul {
  display: none;
}
nav .menu-item-has-children:hover .menu-item-has-children-second:hover ul {
  display: inherit;
  left: 200px;
  margin-top: -52px;
  background-color: var(--primarycolor);
}
nav .menu-item-has-children ul li {
  float:inherit;
  margin:0;
  width:200px;
  transition: all .25s;
}
nav .menu-item-has-children ul li:hover {
  background-color:var(--lightgray);
}
nav .menu-item-has-children ul li a {
  text-align:left;
  color:var(--white);
  margin:0;
  padding:15px 20px!important;
}

nav .menu-item-has-children ul li ul li a {
  color:var(--white)!important;
}
nav .menu-item-has-children ul li:hover a {
  color:var(--secondarycolor);
}
nav .menu-item-has-children ul li ul li:hover a {
  color:var(--secondarycolor)!important;
}
@media only screen and (max-width: 1350px) {
nav li {margin:0;}
nav li a {margin:0 10px;}
}
@media only screen and (max-width: 1200px) {
nav li a {margin:0 7px;}
.navbar {font-size:.85em;}
.custom-logo-link img {max-width: 150px;}
}
@media only screen and (max-width: 1100px) {
.custom-logo-link img {max-width: 150px;}
nav li a {font-size:12px;}
}
/* Mobile Menu */
@media only screen and (max-width: 991px) {
  .ShowDesktopNav {
    display: none;
  }
  .ShowMobileNav {
    display: inherit;
  }
  .keeptoggleinplace {
    width: 50%;
  }
  .keeptoggleonright {
    justify-content: end !important;
  }
  .btn-menu {margin-left:0;}
  nav ul {
    padding-bottom: 20px;
  }
  nav li {
    float: inherit;
  }
  nav li a {
    margin: 0 30px 0 15px;
    color: var(--white)!important;
  }
  nav li:hover a {
    color: var(--white);
  }
  nav .menu-item-has-children ul {
    position: inherit;
    background-color:var(--primarycolor);
    padding-bottom: 0;
    border-bottom: 30px solid;
  }
  nav li.menu-item-has-children a:after,
  nav li.menu-item-has-children ul li.menu-item-has-children-second a:after {
    content: "";
  }
  nav .menu-item-has-children:focus ul {
    display: inherit;
  }
  nav .menu-item-has-children:hover ul {
    background-color:var(--primarycolor);
  }
  nav .menu-item-has-children ul li:hover .submenuarrow {
    color:var(--secondarycolor);
  }
  nav .menu-item-has-children ul li {
    width:100%;
  }
  nav .menu-item-has-children ul li a {
    padding: 15px 40px !important;
  }
  nav .menu-item-has-children ul li ul {
    background-color:var(--darkgray);
  }
  nav .menu-item-has-children:hover ul li ul,
  nav .menu-item-has-children ul li:hover ul {
    background-color:var(--darkgray);
  }
  nav .menu-item-has-children:hover .menu-item-has-children-second:hover ul {
  display: inherit;
  position: relative;
  left: auto;
  top: auto;
  }
  #menu-main-nav {
    overflow-y: scroll;
    max-height: calc(100vh - 250px);
  }
}
/* Search Icon */
.fa-search:before {
  color:var(--secondarycolor);
}
.search-wrap button {
  width: fit-content;
  border: none;
  display: inline-block;
  background-color: #00000000;
}
.search-wrap button i {
  display: none;
}
.search-wrap form {
  display: initial;
  border: none;
  font-family: var(--generalfont);
}
.search-wrap form input[type="search"] {
  visibility: hidden;
  width: 0;
  transition: width 1s;
  border: none;
  padding: 10px;
  margin: -10px 0 -10px 10px;
  font-family: var(--generalfont)!important;
}
.search-wrap button:focus form input[type="search"], 
.search-wrap button:active form input[type="search"], 
.search-wrap button form:focus input[type="search"], 
.search-wrap button form:active input[type="search"], 
.search-wrap button form input[type="search"]:focus, 
.search-wrap button form input[type="search"]:active {
  width: 200px;
  visibility: inherit;
}
.search-wrap  input[type="submit"] {
  display: none !important;
}
.search-wrap form input[type="search"]:focus {
outline:none;
}
.prettysearchicon {
  border: 0;
  background: none;
  color: var(--primarycolor);
}
.search-inmodal .modal-body {
  text-align: right;
}
.search-inmodal label {
  width: 70%;
  border: 1px solid var(--tertiarycolor);
  border-right: 0;
  border-radius: 20px 0 0 20px;
}
.search-inmodal input[type="search"] {
    border: 0;
    width: 100%;
}
.search-inmodal form input[type="submit"] {
  width: 30%;
  border: 1px solid var(--tertiarycolor);
  border-left: 0;
  background-color: var(--tertiarycolor);
  font-size: 15px;
  color: var(--white);
  border-radius: 0 20px 20px 0;
  padding: 6px;
}
.search-inmodal form {
  display: flex;
  border: none;
  font-family: var(--generalfont);
}
.search-inmodal form input[type="search"] {
  border: 1px solid var(--primarycolor);
  padding: 6px 5px 6px 15px;
  font-family: var(--generalfont) !important;
  border-radius: 20px 0 0 20px;
  border-right: 0;
  border-width: 0;
  font-size: 15px;
}
.search-inmodal form input[type="search"]:focus, 
.search-inmodal form input[type="search"]:focus-visible, 
.search-inmodal form input[type="search"]:active {
  outline: 0;
}
.breadcrumbs {
  margin-left: 15px;
  font-size: .8em;
  color: var(--darkgray);
}
.breadcrumbs a {
  color: var(--darkgray);
}

/* Search Results */
.searchresults img {width: 100%;height: auto;}
.searchresults .searchitem {border-bottom:1px solid var(--midgray);}
.searchresults .searchitem:nth-last-child() {border-bottom:none;}
.pagination .nav-links {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0 0 30px;
}
.pagination .nav-links .page-numbers {
  padding: 3px 7px;
  margin:3px;
  border: 1px solid;
}
.pagination .nav-links .dots {
  padding: 3px 7px;
  margin:3px;
  border: 0px solid;
}
.search-results .searchitem img{
  max-width: 225px;
}
.spinner {
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top: 3px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: absolute;
  right: 50%;
  top: 25%;
  transform: translateY(-50%);
  display: none;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Blog Listing */
.blogsubpopup {
  position: absolute;
  right: 20px;
}
.blog .h2, .single .h2, .category .h2, .author .h2 {
  margin: 0;
  color: var(--white);
}
/* post page */
.featuredimageholder {
  display: flex;
  justify-content: center;
  background: var(--primarycolor);
  background: linear-gradient(159deg,var(--primarycolor) 0%, var(--tertiarycolor) 100%);
}
.featuredimageholder img {
  max-height: 350px;
  width: auto;
}
.blog-sidebar h4 {
  margin-bottom: 10px;
  color: var(--text);
  font-size: 20px;
}
.blog-sidebar {
  padding-left: 50px;
}
.blog-sidebar-spacer {
  margin-bottom: 30px;
  background-color: var(--lightgray);
  padding: 30px;
}
.blog-sidebar ul {
  list-style:none;
}
.blog-sidebar ul li {
  padding: 5px 0;
  margin:0 0 5px;
}
.sub-button {
  text-align: center;
}





.blog-meta-style {
  font-size: 12px;
}
.blog-meta-style ul{
  font-weight: normal!important;
}
.posted-in .post-categories {
  display: contents;
}
.posted-in .post-categories li {
  margin:0;
  display: inline-block;
}
.posted-in .post-categories li:after {
    content: ', ';
}
.posted-in .post-categories li:last-child:after {
    content: '';
}
.share-icon {
  font-size: 18px;
  margin: 3px;
  color: var(--secondarycolor);
 }
.wp-caption {
  width:100%!important;
}
.wp-caption-text {
    font-style: italic;
    border: 1px solid var(--midgray);
    padding: 5px 15px;
    margin-bottom: 30px;
    text-align:center;
}
/* blog authors */
#author-info {display:block;}
#author-info h3 {margin: 30px 0 10px 0;border-top: 1px solid var(--midgray);padding-top: 30px;}

@media only screen and (max-width: 768px) {
  .blog-sidebar {padding-left:calc(var(--bs-gutter-x) * .5);padding-top: 45px;border-top: 1px solid;margin-top: 25px;}
}
/* Footer */
footer, footer p {
  color: var(--white) !important;
  font-size: 14px;
  line-height: 18px;
}
footer .custom-logo-link img {
filter: brightness(0) invert(1);
margin-bottom:10px;
margin-left:0;
}
footer a {
  color: var(--white) !important;
  text-decoration: none !important;
}
footer a:hover {
  color: var(--tertiarycolor) !important;
}
footer i {
  font-size: 20px;
  padding: 0 0 10px 20px;
}
.footer1 {
  text-align: left;
}
.footer2 {
  text-align: center;
}
.footer3 {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer1,
  .footer2,
  .footer3 {
    text-align: left;
  }
  footer i {
    padding:0 20px 10px 0;
  }
}
/* Printing */
@media print {
#ss360-search-console {
display:none;
}
table, img, svg {
break-inside: avoid;
}
img {
max-width: 100% !important;
}
body, p, a, h1, h2, h3, h4, h5, h6 {
color:#000!important;
background:#fff!important;
}	
body, article, main, .main-inner-wrap {
width: 100%;
margin: 0;
padding: 0;
display:block;
position:relative;
}
a {
font-weight: bolder;
text-decoration: none;
}
a[href^=http]:after {
content:" <" attr(href) "> ";
}
article a[href^="#"]:after {
content: "";
}
header, footer, nav, aside, form, video, audio {
display: none;
}
}
@page {
size: 8.5in 12in;
margin: 0cm;
}

/* Single Product Page Styles*/
#equipment .gallery-wrapper {
display: flex;
align-items: center;
position: relative;
max-width: 600px;
margin-bottom: 3em; 
}

#equipment .arrow {
background-color: transparent;
border: none;
font-size: 1.5rem;
cursor: pointer;
z-index: 2;
color: var(--darkgray);
}

#equipment .gallery-container {
overflow: hidden;
width: 100%;
}
#equipment .gallery {
display: flex;
transition: transform 0.3s ease;
}

#equipment .gallery img {
width: calc(100% / 3);
object-fit: cover;
flex-shrink: 0;
padding: 0 8px;
position: relative;
}
#equipment .gallery .play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: var(--lightgray);
text-shadow: 1px 1px 1px rgba(0,0,0,0.75), 0px 0px 6px rgba(0,0,0,0.5);
border-radius: 50%;
font-size: 2.5rem;
cursor: pointer;
z-index: 1;
transition: all 0.1s ease-in-out;
}
#equipment .lightbox-trigger{
  cursor: pointer;
}
#equipment .prod-side-menu{
  padding: 0 25px;
}
#equipment .vertical-menu {
  list-style: none;
  background-color: var(--lightgray);
  padding: 2em 15px;
  height: 100%;
}

#equipment .vertical-menu .menu-toggle {
  width: 100%;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--darkgray);
}
#equipment .vertical-menu .menu-toggle.active{
  color: var(--secondarycolor);
}
#equipment .product-category a {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 700;
}
#equipment .new {
  color: var(--tertiarycolor);
}
#equipment h1 {
  font-size: 24px;
}
#equipment h3 {
  text-transform: uppercase;
}
#equipment .short-description {
  font-weight: 700;
}
#equipment .spectableli li:last-child {
  margin: 0 0 0 20px;
}
.chevron {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 8px;
}

.menu-toggle.active .chevron {
  transform: rotate(-135deg);
}
#equipment .vertical-menu .menu-item {
  margin-left:0;
}
#equipment .vertical-menu .submenu {
  display: none;
  list-style: none;
  padding-left: 16px;
  margin:0 0 15px 0;
  background: #f9f9f9;
  transition: max-height 0.4s ease;
}
#equipment .vertical-menu .submenu li {
  padding: 0;
  margin: 12px 0;
  font-size: 15px;
}
#equipment .vertical-menu .submenu li a{
  color: var(--darkgray);
  font-size: 15px;
}
#equipment .vertical-menu .submenu li a:hover{
  color: var(--secondarycolor);
}
#equipment .rfq-block .btn{
  display: block;
  padding: 5px 15px;
  margin: 15px 8px;
}
#equipment .top-part{
  border-bottom: 1px solid rgba(0,0,0,0.25);
}
.resource-sidebar{
  padding: 0 25px;
  border-left: 1px solid rgba(0,0,0,0.25);
}
.resource-sidebar .inner{
  padding: 0 15px;
}
.resource-sidebar a{
  font-size: 14px;
}
.resource-sidebar i{
  position: relative;
  font-size: 32px;
  color: var(--tertiarycolor);
  margin-right: 10px;
}
.resource-sidebar i::after{
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 80%;
  box-shadow: 2px 2px 0 black;
  pointer-events: none;
  z-index: -1;
  opacity: 0.5;
  border-radius: 2px;
}
.resource-sidebar .warning{
  font-style: italic;
  color: var(--darkgray);
  font-size: 14px;
}
@media screen and (max-width: 767px){
  .resource-sidebar{
    border-left: none;
    padding: 20px 0 0 0;
  }
}
.related-products{
  margin-top: 75px;
}
.related-products .product{
  margin-bottom: 2em;
}
.related-products .product .inner{
  padding: 0 30px;
}
.related-products .product .inner .top{
  border-bottom: 1px solid rgba(0,0,0,0.25);
  height: 200px;
}
.related-products .product .inner .top img{
  max-height: 185px;
  margin: 0 auto;
  display: block;
}
.related-products .product .inner .bottom{
  padding-top: 2em;
  color: var(--darkgray);
  font-size: 16px;
  font-weight: 400; 
}
.related-products .product .inner .bottom p{
  color: var(--darkgray);
  font-size: 16px; 
}
.related-products .product .inner .bottom .prod-title{
  font-weight: 500;
}
.related-products .product .inner .bottom a{
  font-weight: 500;
}
.related-products .product .inner .bottom .prod-title a{
  font-size: 18px;
}

/* offsite landing pages */
.page-template-single-offsitelp .two-columns .background_parent {padding:0 2rem;}
.page-template-single-offsitelp .general-grid {justify-content: center;display: flex}
.page-template-single-offsitelp .general-grid .related-products {justify-content: center;display: flex}
.page-template-single-offsitelp .general-grid .col-md-3 {width:33%;}
.page-template-single-offsitelp .smalltext {font-size:.7em;}
.page-template-single-offsitelp .related-products .product .inner .bottom {padding:10px;background:var(--secondarycolor);color:#fff;}
.page-template-single-offsitelp .related-products .product .inner .bottom p {margin:0;color:#fff;}
.page-template-single-offsitelp .related-products .product .inner .top {border:1px solid var(--secondarycolor);border-top:0}
@media only screen and (max-width: 900px) {.page-template-single-offsitelp .general-grid .col-md-3 {width:50%;}}
@media only screen and (max-width: 600px) {.page-template-single-offsitelp .general-grid .col-md-3 {width:100%;}}