/*! v1 normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* skype phone number fix */
span.skype_pnh_container {
  display: none !important;
}

span.skype_pnh_print_container {
  display: inline !important;
}

/* horizontal scrollbar fix */
/*
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
	height: 7px;
}
*/

/* basic styles
========================================== */
html {
  box-sizing: border-box;
}

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

i,
em {
  font-style: italic;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

b,
strong {
  font-weight: bold;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

input,
textarea,
select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

h1,
h2,
h3,
h4 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #b1b1b1;
  font-weight: 400;
}

a {
  color: #1774be;
  text-decoration: none;
}

p {
  margin: 0 0 1em;
  font-size: 18px;
}

hr {
  border: none;
  border-top: 1px solid #aaa;
  margin: 30px 0 15px 0;
}

hr.above-section-break {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0 0 80px 0;
}

.aligncenter {
  text-align: center;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

ul,
ol {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

img,
object {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

table {
  border-spacing: 0;
}

body,
html {
  color: #555555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textleft {
  text-align: left;
}

.no-break {
  white-space: nowrap;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

figcaption {
  font-size: 80%;
}

.underlined {
  text-decoration: underline;
}

/* header
========================================== */
.header {
  background: #1674be;
  background: -moz-radial-gradient(
    50% 0,
    circle cover,
    #1674be 0%,
    #21498d 100%
  );
  background: -webkit-radial-gradient(
    50% 0,
    circle cover,
    #1674be 0%,
    #21498d 100%
  );
  background: radial-gradient(circle at 50% 0, #1674be 0%, #21498d 100%);
  color: #fff;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  height: 140px;
  position: relative;
  overflow: visible !important;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-tagline {
  color: #fff;
  font-size: 28px;
  letter-spacing: -0.5px;
  line-height: 30px;
  margin: -5px 0 0 0;
  padding-left: 25px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.header-distributors {
  background: #d8d8d8;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5);
  color: #13285e;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  transition: border-radius 0.2s;
}

.header-distributors a {
  color: #13285e;
}

.header-distributors .distributors-link {
  display: block;
  padding: 3px 15px;
}

.distributors-dropdown-link {
  display: block;
  padding: 6px 12px 8px;
}

.distributors-dropdown-link span {
  margin: 0 20px 0 8px;
}

.distributors-dropdown-link .fa-caret-up {
  display: none;
}

.header-distributors.opened {
  border-radius: 0 0 15px 15px;
}

.header-distributors.opened .distributors-dropdown-link .fa-caret-up {
  display: inline;
}

.header-distributors.opened .distributors-dropdown-link .fa-caret-down {
  display: none;
}

.distributors-dropdown {
  display: none;
  padding-bottom: 8px;
}

.distributors-dropdown:before {
  border-top: 1px solid #a8a7a7;
  border-bottom: 1px solid #dfdfdf;
  content: "";
  display: block;
  margin: 0 12px 5px;
  height: 1px;
}

.distributors-dropdown a {
  display: block;
  text-align: right;
  padding: 7px 12px;
}

.distributors-dropdown a * {
  vertical-align: middle;
}

.distributors-dropdown a img {
  margin-left: 10px;
}

.header-contact {
  align-self: center;
  margin-top: 0px;
  font-size: 20px;
  text-align: right;
}

.header-contact div {
  margin: 5px 0;
}

.header-contact a {
  color: #fff !important;
}

.header-contact i {
  margin-left: 10px;
}

/* main navigation
========================================== */

.rsp_nav {
  display: none;
}

#nav {
  display: flex;
  margin: 0 calc(var(--bs-gutter-x) * -0.5);
  height: 50px;
  overflow: hidden;
  position: relative;
}

.mainnav {
  background: #e7e7e7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e7e7e7 0%, #d8d8d8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e7e7e7),
    color-stop(100%, #d8d8d8)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e7e7e7 0%, #d8d8d8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e7e7e7 0%, #d8d8d8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e7e7e7 0%, #d8d8d8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e7e7e7 0%, #d8d8d8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#d8d8d8', GradientType=0);
  /* IE6-9 */
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  padding: 0;
  box-shadow: 0 1px 2px 0 #666;
  position: relative;
  z-index: 99;
}

.mainnav a {
  color: #0c2c61;
}

.main-menu-nav {
  position: relative;
}

.main-menu-nav li {
  float: left;
  list-style: none;
  position: relative;
}
.main-menu-nav .menu > li:first-child:before,
.main-menu-nav .menu > li:first-child:after {
  display: none;
}

.main-menu-nav a {
  color: #0c2c61;
  display: block;
  padding: 10px 15px;
}

.main-menu-nav > .menu > li > a {
  line-height: 30px;
}

.main-menu-nav a:hover {
  color: #0c2c61;
  text-decoration: underline;
}

.main-menu-nav li.current-menu-item a,
.mainnav li.current_menu_parent a {
  color: #000;
}

.main-menu-nav li.current-menu-item ul.sub-menu li a {
  color: #0c2c61;
}

.main-menu-nav li ul {
  background: #fdfdfd;
  /* Old browsers */
  display: none;
  position: absolute;
  z-index: 10001;
  left: -10px;
  top: 100%;
  width: 260px;
  padding: 10px 0;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.4);
}

#menu-item-2229 .sub-menu {
  left: -60px !important;
}

#menu-item-2230 .sub-menu {
  left: -160px !important;
}

#menu-item-846 .sub-menu {
  left: -545px !important;
}

/*break normal layout for the Vehicle Drying System menu */
/*
#menu-item-6053 a {
	color: #175999;
	font-size: 18px;
	padding: 20px 0 5px 15px;
}

#menu-item-6053 a:hover {
	text-decoration: none;
	cursor: default;
}
*/

.main-menu-nav li ul a {
  font-size: 15px;
  padding: 8px 25px;
}

.main-menu-nav li ul a:hover {
  text-decoration: underline;
}

.main-menu-nav li li {
  line-height: 21px;
  list-style: none;
  border: none;
  float: none;
}

.main-menu-nav .menu .mega-menu > .sub-menu {
  padding: 0;
  width: 1090px;
}

.main-menu-nav .menu .mega-menu li {
  padding: 0;
}

.main-menu-nav .menu .mega-menu > .sub-menu > li {
  float: left;
  width: 260px;
  border-left: 1px #eee solid;
  min-height: 360px;
  padding: 10px 0 0 10px;
}

.main-menu-nav .menu .mega-menu > .sub-menu > li:first-child {
  float: left;
  width: 260px;
  border-left: 0px #eee solid;
}

.main-menu-nav .menu .mega-menu > .sub-menu .sub-menu {
  background: none;
  box-shadow: none;
  display: block !important;
  position: static;
  width: auto;
  padding-top: 5px;
}

.main-menu-nav .menu .mega-menu.three-col > .sub-menu > li {
  width: 345px;
}

.main-menu-nav .menu .mega-menu.three-col > .sub-menu > li:first-child {
  width: 345px;
}

/*
		.main-menu-nav .menu .mega-menu > .sub-menu > #menu-item-4499 .sub-menu {
		background: none;
		box-shadow: none;
		  display: grid !important;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
		position: static;
		width: auto;
		padding-top: 5px;
	}
	
			.main-menu-nav .menu .mega-menu > .sub-menu > #menu-item-4500 .sub-menu {
		background: none;
		box-shadow: none;
		  display: grid !important;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
		position: static;
		width: auto;
		padding-top: 5px;
	}
	*/
.page-template-page-industries-single .customers-logos img {
  margin: 25px;
}
.page-contact-header .text1 {
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
}

.contact-h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 10px !important;

  color: #2a3e79;
  margin-top: 0 !important;

  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #b1b1b1;
}

.main-menu-nav .menu .mega-menu > .sub-menu .sub-menu li {
  float: none;
}

.main-menu-nav .menu .mega-menu > .sub-menu .sub-menu li.menu-item-sp {
  margin-top: 12px;
}

.main-menu-nav .menu .mega-menu > .sub-menu .sub-menu li.menu-item-sp:before {
  background: #dbdcdc;
  content: "";
  display: block;
  height: 2px;
  margin: 0 15px 8px;
}

.main-menu-nav .menu .mega-menu > .sub-menu a {
  padding: 8px 15px;
  width: auto;
}

.main-menu-nav .menu .mega-menu > .sub-menu .sub-menu-col {
  position: static;
  box-shadow: none;
  display: block;
  padding: 0;
}
.main-menu-nav .menu .mega-menu > .sub-menu .sub-menu-col ul {
  padding-bottom: 0;
}

.main-menu-nav .menu .mega-menu > .sub-menu > li > a,
.main-menu-nav .menu .mega-menu > .sub-menu .sub-menu-col > li > a {
  color: #175999;
  font-size: 18px;
  padding: 20px 0 5px 15px;
}

.main-menu-nav .menu .mega-menu > .sub-menu > li > a:hover,
.main-menu-nav .menu .mega-menu > .sub-menu .sub-menu-col > li > a:hover {
  text-decoration: none;
  color: #175999;
  cursor: default;
}

.main-menu-nav .menu .mega-menu > .sub-menu > li > ul > li > a,
.main-menu-nav .menu .mega-menu > .sub-menu .sub-menu-col > li > ul a {
  color: #4d89c3;
  font-size: 13px;
}

.main-menu-nav .menu .mega-menu > .sub-menu > li.double-column {
  width: 520px;
}

.main-menu-nav .menu .mega-menu > .sub-menu > li.double-column ul {
  column-count: 2;
}

li.banner {
  width: 100% !important;
  background: #1870b9;
  clear: both;
  float: left;
  min-height: 100px !important;
  box-shadow: inset 0px 5px 10px 1px #195e98;
  border-left: none !important;
  padding: 0 !important;
}

.banner-title {
  color: #fff;
  font-size: 20px;
  padding: 20px 0 0 20px;
  letter-spacing: -1px;
}

.banner .header-contact {
  text-align: left;
  margin: 0;
}

.banner .logo-img {
  position: absolute;
  right: 25px;
  top: 35px;
  width: 100px;
}

li.banner a {
  display: inline-block;
}

.main-menu-nav .menu .mega-menu > .sub-menu > li > ul > li.grey > a {
  color: #696868;
}

.rsp_nav select {
  display: block;
  padding: 3px;
  width: 100%;
}

.mainnav .search-button-wrapper {
  margin-left: auto;
}

.mainnav .search-button {
  display: block;
  margin-left: 25px;
  padding: 15px 10px;
}

.mainnav .menu-button {
  display: none;
  flex-shrink: 0;
  padding: 15px 20px;
  position: relative;
}

.menu-button-enabled .menu-button {
  display: block;
}

.mainnav .menu-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  background: #0c2c61;
  transform: translate(0, -50%);
}

.mainnav .menu-button .menu-icon {
  margin-left: 5px;
}

.mobile-nav {
  display: none;
}

.mobile-menu-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: 100000;
}

.mobile-menu-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  will-change: opacity;
  transition: opacity 250ms ease-in-out;
  -webkit-tap-highlight-color: transparent;
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  background-color: #fff;
  height: 100%;
  box-shadow: 4px 0 10px 0 rgba(0, 0, 0, 0.4);
  transform: translateX(100%);
  will-change: transform;
  transition: transform 250ms ease-in-out;
  min-width: 265px;
  max-width: calc(100vw - 50px);
  width: 80vw;
}

.mobile-menu-header {
  padding: 10px 30px;
  text-align: right;
}

.mobile-menu-close {
  display: inline-block;
  font-size: 18px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: -12px;
}

.mobile-menu-body {
  flex-grow: 1;
  overflow: auto;
  padding-bottom: 50px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu-overlay {
  opacity: 1;
}

.mobile-menu-visible .mobile-menu {
  transform: translateX(0);
}

.mobile-menu-visible #wpadminbar {
  display: none;
}

.mobile-menu ul {
  list-style: none;
}
.mobile-menu .menu {
  border-bottom: 1px solid #c9c9c9;
  padding: 0 30px 10px;
}

.mobile-menu .menu > li {
  border-top: 1px solid #c9c9c9;
}

.mobile-menu .menu > li:first-child {
  border: 0;
}

.mobile-menu .menu a {
  color: #222;
  display: block;
  padding: 20px 0;
  font-size: 18px;
}

.mobile-menu .sub-menu {
  border-left: 1px solid #c9c9c9;
  display: none;
  margin: 10px 0 40px 10px;
  padding-left: 20px;
}

.mobile-menu .sub-menu .sub-menu {
  border: 0;
  display: block;
  margin: 18px 0 18px 0;
}

.mobile-menu .sub-menu li {
  margin-bottom: 18px;
}

.mobile-menu .mega-menu > .sub-menu > li {
  margin-bottom: 30px;
}

.mobile-menu .sub-menu li:last-child {
  margin-bottom: 0;
}

.mobile-menu .sub-menu a {
  font-size: 13px;
  padding: 0;
}

.mobile-menu .sub-menu .menu-item-has-children > a {
  font-weight: 700;
}
.mobile-menu .menu-item-has-children a {
  position: relative;
}

.mobile-menu .sub-menu-toggle {
  position: absolute;
  right: 0;
  top: calc(50% - (11px / 2));
  width: 11px;
  height: 11px;
}

.mobile-menu .sub-menu-toggle:before,
.mobile-menu .sub-menu-toggle:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #222;
  -webkit-transition: opacity 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
}

.mobile-menu .sub-menu-toggle:before {
  width: 11px;
  height: 1px;
  opacity: 1;
}

.mobile-menu .sub-menu-toggle:after {
  width: 1px;
  height: 11px;
}

.mobile-menu .expanded .sub-menu-toggle:before,
.mobile-menu .expanded .sub-menu-toggle:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.mobile-menu .expanded .sub-menu-toggle:before {
  opacity: 0;
}

.mobile-menu-contact {
  padding: 20px 30px;
}

.mobile-menu-contact li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 12px;
}

.mobile-menu-contact li:last-child {
  margin-right: 0;
}

.mobile-search {
  padding: 0 30px 40px;
}

.page-id-6149 .hero {
  background-size: cover;
  background-attachment: fixed;
}

.page-id-6149 .faq-intro h2 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -1px;
}

.page-id-6149 .graph_header_text {
  padding: 5px 0 60px 0;
  width: 80%;
  margin: 0 auto;
  float: none;
}

.page-id-6149 .costings_graph {
  padding: 0 0 60px 0;
}

.costings_graph_notes {
  text-align: left;
  font-size: 10px;
  color: #8d8d8d;
  padding: 20px;
}

.costings_graph_notes b {
  color: #374374;
}

.carbon-trust-logo {
  float: left;
  width: 115px;
  margin: 0 30px 0 0;
}

.blowers-charts {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  width: 100%;
}

.blowers-charts a {
  color: #000;
}

.blowers-charts a:hover {
  background: #1f5398;
  color: #fff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.blowers-charts .px200:hover,
.blowers-charts .px500:hover,
.blowers-charts .px750:hover,
.blowers-charts .px1000:hover,
.blowers-charts .px1500:hover,
.blowers-charts .px1550:hover,
.blowers-charts .px2000:hover {
  background: #1f5398;
  color: #fff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.blowers-charts td {
  padding: 5px;
  border: 1px solid #fff;
  font-size: 12px;
  vertical-align: middle;
  transition: all 0.2s ease;
}

/*
.blowers-charts td:hover {
background: #1f5398;
color: #fff;
transition: all 0.2s ease;
cursor: pointer
}
*/

.flow-lable {
  transform: rotate(-90deg);
  font-size: 15px;
  width: 250px;
  margin: 0 -120px;
}

.flow-lable-right {
  transform: rotate(-90deg);
  font-size: 15px;
  width: 250px;
  margin: 0 -120px;
}

.flow-lable-bottom {
  font-size: 15px;
}

.flow-lable-disclaimer {
  font-size: 13px;
  font-style: italic;
  padding: 30px 30px 0 30px;
  width: 80%;
  margin: auto;
}

.px200 {
  background: #ffe598;
}

.px500 {
  background: #bdd6ee;
}

.px750 {
  background: #f7caac;
}

.px1000 {
  background: #c5e0b3;
}

.px1500 {
  background: #ffe598;
}

.px1550 {
  background: #d8d8d8;
}

.px2000 {
  background: #a8feb6;
}

.chart-lable-top {
  font-size: 15px;
  font-weight: 600;
  padding: 0 10px;
}

.chart-lable-bottom {
  font-size: 13px;
}

.specs-table a:hover {
  text-decoration: underline;
}

.specs-table a {
  text-decoration: underline;
  padding: 15px 0 20px 0;
  display: inline-block;
}

.page-id-6149 .specs-table tr:nth-child(even) td {
  background: #f3f3f3 !important;
}

.page-id-6149 .specs-table td {
  border: 1px solid #bbb !important;
}

.page-id-6149 .specs-table th {
  border-top: 0px solid #fff !important;
}

.page-template-page-blowers-px h4 {
  font-weight: 300;
}

.page-template-page-blowers-px-single .hero-text a {
  display: block;
}

.page-id-6149 .specs-table {
  border-collapse: collapse;
  margin-bottom: 10px;
  text-align: center;
}

.page-id-6149 .specs-table th {
  background: #1d589e;
  color: #fff;
  padding: 20px;
}

.page-id-6149 .specs-table th:first-child {
  background: #1d589e;
  color: #fff;
  padding: 20px;
}

.page-id-6149 .specs-table th:last-child {
  background: #1d589e;
  color: #fff;
  padding: 20px;
}

.page-id-6149 .specs-sp .specs-table th:first-child {
  background: #1d589e !important;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  width: 325px;
}

.page-id-6149 .specs-sp .specs-table td:first-child {
  background: #f6f6f6 !important;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding-right: 25px;
  position: -webkit-sticky;
  padding: 15px;
  border: none;
}

.page-id-6149 p {
  font-size: 16px;
}

a.gallery-image.costings_graph.cboxElement {
  margin: 0 0 100px 0;
}

.search-box .search-form-inner {
  display: flex;
}

.search-box .search-form label {
  flex-grow: 1;
  border: 1px solid #eee;
  box-sizing: border-box;
  height: 40px;
}

.search-box .search-form .search-field {
  border: 0;
  display: block;
  padding: 0 10px;
  height: 38px;
  width: 100%;
}

.search-box .search-form .search-submit {
  border: 0;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: #eee;
}

.search-box .search-form .search-icon {
  color: #222;
  font-size: 18px;
}

.header-search {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
  z-index: 100;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header-search-bg {
  position: relative;
  background-color: rgba(29, 23, 49, 0.94);
}

.header-search-inner {
  padding: 150px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.header-search-inner input[type="text"] {
  background: transparent;
  outline: none;
  border: 0;
  border-bottom: 2px solid #969c9c;
  width: 100%;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 4px;
  padding-right: 50px;
  box-sizing: border-box;
}

.header-search-inner button {
  position: absolute;
  right: 0;
  top: 5px;
  outline: none;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}

.header-search-inner button i {
  font-weight: 400;
}

.header-search-inner .search-form-inner {
  position: relative;
}

.header-search-inner .filter-by-type {
  color: #fff;
  margin-top: 30px;
}

.header-search-inner .filter-by-type span {
  display: inline-block;
  margin-right: 20px;
}

.header-search-inner .filter-by-type select {
  background: transparent;
  color: #fff;
  border: 1px solid #969c9c;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 55px 10px 10px !important;
  font-size: 16px;
}

.header-search-inner .filter-by-type select option {
  color: #000;
}

.header-search-inner .select-wrapper {
  display: inline-block;
  position: relative;
}

.header-search-inner .select-wrapper:after {
  content: "▼";
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  right: 15px;
  font-size: 0.7em;
  color: #fff;
  pointer-events: none;
}

.header-search-inner.less-padding {
  padding: 50px 20px;
}

.header-search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.usp-bar {
  display: block;
  background: rgb(0, 0, 0);
  /* Fallback for older browsers without RGBA-support */
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  width: 100%;
  font-size: 15px;
  padding: 5px 0;
}

.usp-bar ul {
  text-align: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.usp-bar ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3em 0 0;
}
.usp-bar i {
  width: 2.5em;
}

.kw_rating {
  background: #1f5398;
  width: 70px;
  height: 60px;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 18px;
  padding: 10px 10px 2px 7px;
  font-size: 26px;
  letter-spacing: -1px;
  border-radius: 5px;
  border: 3px solid #fff;
  font-weight: 700;
  box-shadow: 0px 0px 2px 2px rgb(30 30 30 / 18%);
}

.mbar_rating {
  background: #8ca135;
  width: 100px;
  height: 60px;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 18px;
  padding: 10px 10px 2px 7px;
  font-size: 26px;
  letter-spacing: -1px;
  border-radius: 5px;
  margin: 0 0 20px 0;
  border: 3px solid #fff;
  font-weight: 700;
  box-shadow: 0px 0px 2px 2px rgb(30 30 30 / 18%);
}

.kw_rating span {
  display: block;
  opacity: 0.7;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 0px;
}

.mbar_rating span {
  display: block;
  opacity: 0.7;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 0px;
}

.card_img_button {
  position: relative;
}

.ratings_outer {
  position: absolute;
  right: 0;
  bottom: 0px;
}

.pdf_buttons {
  padding: 30px 0px 60px 0;
}

picture.px-warranty-logo img {
  width: 201px;
  padding: 30px 0 0 0;
}

.tech-spec-download:hover {
  text-decoration: underline;
}

.px-legacy-msg {
  text-align: left;
  border: 1px solid #94b0d7;
  border-radius: 10px;
  margin: 0;
}

.px-legacy-msg .px-legacy-msg-body {
  padding: 30px;
}

.px-legacy-msg img {
  width: 265px;
  float: left;
  padding: 17px;
  background: #fff;
  margin: 10px;
}

.px-legacy-msg h4 {
  font-size: 16px;
  line-height: 26px;
}

.px-legacy-msg-two {
  background: #e7eef7;
  padding: 30px;
  text-align: left;
  border: 1px solid #94b0d7;
  border-radius: 10px;
  margin: 0;
}

.px-legacy-msg-two img {
  width: 136px;
  float: left;
  padding: 10px;
  background: #fff;
  margin: 10px 10px 0 0;
  border: 1px solid #b6c4d5;
}

.px-legacy-msg-two h4 {
  font-size: 16px;
}

/* slider
========================================== */
.slider {
  overflow: hidden;
  padding-bottom: 5px;
}

.slider .flexslider {
  position: relative;
  width: 1700px;
  float: left;
  left: 50%;
  margin-left: -850px;
}

.slider_wave {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider .slides > li {
  position: relative;
}

.slider .slide_desc_cont {
  font-size: 18px;
  top: 22px;
}

.slider .slide_desc {
  background: url("images/trans_blue_bg.png") repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  float: right;
  margin: 0;
  padding: 18px;
}

.slider .slide_desc.left {
  float: right;
}

.slider .slide_desc h2 {
  font-size: 2em;
  margin: 0;
  color: #fff;
}

.slider .readmore {
  color: #fff;
  font-size: 0.9em;
  font-style: italic;
  text-decoration: underline;
}

.slider .slide_desc_cont,
.slider .slider_nav_cont {
  position: absolute;
  width: 1140px;
  margin: 0 280px;
}

.slider .slider_nav_cont {
  bottom: 40px;
}

.slider .slide_nav {
  background: url("images/trans_black_bg.png") repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin: 0;
  padding: 10px;
}

.slider .slide_nav li {
  float: left;
  width: 31%;
  margin-left: 3.5%;
}

.slider .slide_nav li:first-child {
  margin-left: 0;
}

.slider .slide_nav img {
  display: block;
  opacity: 0.7;
}

.slider .slide_nav img:hover {
  opacity: 1;
}

.slider .slide_nav a.active img {
  opacity: 1;
}

blockquote {
  margin: 0 0 1.5em 0;
  padding: 1.5em;
  quotes: "\201C""\201D""\201C""\201D";
}

/*blockquote:before {
	  color: #CCC;
	  content: open-quote;
	  font-size: 6em;
	  line-height: 0;
	  margin-right: 0.25em;
	  vertical-align: -0.4em;
	  font-family: serif;
	}*/

blockquote p {
  text-align: center;
  line-height: 35px;
  font-size: 23px;
  /*display: inline;*/
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #333;
  margin: 0;
  padding: 0;
}

blockquote.box-blue {
  background-color: #eee;
  border-left: 5px solid #478ac7;
  color: #fff;
  margin: 0 0 1.5em 0;
  padding: 1.5em;
  quotes: "\201C""\201D""\201C""\201D";
}

blockquote.box-blue p {
  font-size: 20px;
  line-height: 29px;
  color: #000;
  quotes: "\201C""\201D""\201C""\201D";
}

blockquote.box-blue p span {
  font-size: 13px;
}

/*blockquote:before {
	  color: #CCC;
	  content: open-quote;
	  font-size: 6em;
	  line-height: 0;
	  margin-right: 0.25em;
	  vertical-align: -0.4em;
	  font-family: serif;
	}*/

.main {
  padding: 30px 0 45px 0;
  background-size: 100%;
  margin-bottom: -2px;
}

.footer {
  background: #1F376B;
  background-size: 100%;
  color: #c9def0;
  font-size: 14px;
  line-height: 1.2;
  border-top: 1px solid #fff;
}

.footer-menu {
  margin-bottom: 30px;
}
.footer-menu ul {
  list-style: none;
  padding: 0;
}

.footer a {
  color: #c9def0;
}

.footer a:hover {
  text-decoration: underline;
}

.footer ul {
  margin: 0 0 1em;
}

.footer li {
  margin: 0 0 12px;
}

.footer .sub-menu {
  margin: 3px 0 0 0;
}

.footer .sub-menu a:before {
  content: " - ";
}

.footer h3 {
  color: #c9def0;
  margin-bottom: 10px;
}

.footer-bottom {
  background: #11275d;
  font-size: 13px;
  padding: 15px 0;
}

/*.footer-bottom * {
		color: #b7bbc7 !important;
	}*/

.footer-bottom.social_row {
  padding: 40px 0;
}

.footer_nav .bullet {
  font-size: 8px;
  position: relative;
  top: -2px;
  margin: 0 4px;
}

.designby {
  text-align: right;
}

/*.footer-social {
		margin: 0 -5px 30px;
	}*/
.footer-social a {
  margin: 0 5px;
}

.footer-social i {
  color: #fff;
  font-size: 32px;
}

.newsletter-box {
  /*margin-bottom: 40px;*/
}

.newsletter_form {
  margin-top: 15px;
}

.newsletter_form input {
  background: transparent;
  border: 1px solid #5289c0;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #c9def0;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 15px;
  padding: 5px 8px;
  /*width: 100%;*/
  height: 33px;
  max-width: 240px;
  text-align: left;
}

.newsletter_form .button {
  font-size: 14px;
  font-style: italic;
  /*float: right;*/
  padding: 8px 25px 7px;
}

.newsletter_form .button:hover {
  cursor: pointer;
}

.grecaptcha-badge {
  display: none;
}

.page-contact .grecaptcha-badge {
  display: block;
}

.tabs {
  list-style: none !important;
  margin: 0 !important;
}

.tabs li {
  float: left;
  margin-left: 4px;
}

.tabs li:first-child {
  margin-left: 0;
}

.tabs a {
  background: #fcfcfc;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  font-style: normal !important;
  text-decoration: none !important;
  padding: 7px 15px;
}

.tabs .current a {
  background: #f8f8f8;
  border-bottom: 0;
  color: #223f6a;
  padding-bottom: 15px;
}

.tabs .current {
  margin-bottom: -15px;
}

.tab_content {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 4px 0 2em;
  padding: 20px;
}

.tab_content .tabs_tab {
  display: none;
}

.tab_content .current {
  display: block;
}

.tab_content h2 {
  font-size: 24px;
}

.tab_content h3 {
  font-size: 15px;
}

.rsp_tabs li {
  margin: 0 0 4px !important;
  width: 100%;
}

.rsp_tabs a {
  border: 1px solid #ebebeb !important;
  padding: 7px 15px !important;
}

.main ul,
.richtext ul {
  font-size: 18px;
  list-style: disc outside none;
  margin: 0 0 1.5em 1em;
}

.main ul li,
.richtext ul li {
  margin: 0 0 0.6em 0;
}

ul.tabs li {
  margin: 0 0.6em 0 0;
}

.main a,
.richtext a {
  text-decoration: underline;
}

.box {
  background: #f2f2f2;
  margin: 3em 0;
  padding: 20px;
}

.box h3 {
  color: #333333;
}

.box.product {
  border: 1px solid #1a63ab;
  background-color: #fff;
  background-repeat: no-repeat;
  margin: 3em 0;
  padding: 20px 30px 10px 170px;
}

.box.product.blue {
  border-color: #498dc9;
  background-position: -25px 0;
  min-height: 75px;
}

a.blank {
  text-decoration: none;
}

.box.product.blue.auto-man {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/case_study_auto_parts_before-450x168.jpg);
  background-position: -295px -10px;
}

.box.product.blue.electronic {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/case_study_icon_electronic_comp.jpg);
}

.box.product.blue.packing-strap {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/case_study_icon_packing_strap.jpg);
}

.box.product.blue.shrink-sleeve {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/case_study_icon_shrink_sleeve.jpg);
}

.box.product.blue.ceramic {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/case_study_icon_ceramic.jpg);
}

.box.product.blue.plastic-car {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/case_study_plastic_car_parts_before-450x154.jpg);
  background-position: -295px -20px;
}

.box.product.blue.train {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/case_study_icon_train.jpg);
}

.box.product.blue.german-car {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/case_study_icon_german_car.jpg);
}

.box.product.blue.packaging-products {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/case_study_manufacturer_packaging_products.jpg);
}

.box.product.air-knives {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/air-knife-aluminium-extruded.jpg);
  background-position: -375px -165px;
  background-size: 500px auto;
}

.box.product.blowers {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/blower-at.jpg);
  background-position: -145px -60px;
  background-size: 350px auto;
}

.box.product.accessories {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/accessories-blower-sound-enclosure1.jpg);
  background-position: -45px -35px;
  background-size: 200px auto;
}

.box.product.powerdry {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/powerdry_close-up.jpg);
  background-position: 0 -5px;
  background-size: 165px auto;
}

.box.product.drying {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/highline-system-260x300.jpg);
  background-position: -95px -45px;
}

.box.product.aria-pak {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/aria-pak03.jpg);
  background-position: -180px -37px;
  background-size: 340px auto;
}

.box.product.how-work {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/products_how_air_knives_work.jpg);
  background-position: -20px 0px;
  background-size: 180px auto;
}

.box.product.ionized {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/product_ionized_sm.jpg);
  background-position: 0px 0px;
}

.button {
  background: #fff;
  border: 1px solid #1774be;
  color: #1774be !important;
  display: inline-block;
  font-size: 18px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
}

.button:hover {
  background-color: #11275d;
  border-color: #11275d;
  color: #fff !important;
  transition: 0.4s;
}

.button span {
  vertical-align: middle;
}

.button .fa-angle-right,
.button .fa-angle-down {
  font-size: 110%;
}

.hollow-button {
  background-color: transparent;
  color: #fff !important;
  border-color: #fff;
}

.hollow-button:hover {
  background-color: #fff;
  color: #1774be !important;
}

.light_button {
  background: #6281b5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6281b5 0%, #556d9a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #6281b5),
    color-stop(100%, #556d9a)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6281b5 0%, #556d9a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6281b5 0%, #556d9a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6281b5 0%, #556d9a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6281b5 0%, #556d9a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6281b5', endColorstr='#556d9a', GradientType=0);
  /* IE6-9 */
}

.gray_button {
  background: #b8b8b8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b8b8b8 0%, #999999 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #b8b8b8),
    color-stop(100%, #999999)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b8b8b8 0%, #999999 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b8b8b8 0%, #999999 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b8b8b8 0%, #999999 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b8b8b8 0%, #999999 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8b8b8', endColorstr='#999999', GradientType=0);
  /* IE6-9 */
}

.latest_news h3 {
  font-size: 24px;
}

.latest_news .entries {
  margin-bottom: 1em;
}

.latest_news .entry {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  padding: 1em 0;
}

.latest_news .entry:first-child {
  border-top: 0;
}

.latest_news .entry:last-child {
  border-bottom: 0;
}

.latest_news .entry_image {
  max-width: 24%;
  margin-right: 4%;
  float: left;
  position: relative;
  top: 5px;
  border: 2px solid #fff;
  box-shadow: 0 0 1px #666;
}

.latest_news .entry_headline {
  width: 70%;
  float: left;
  padding-top: 2px;
}

.latest_news .entry_title {
  color: #555;
  font-size: 15px;
  font-style: normal;
  line-height: 1.1;
  text-decoration: none;
}

.latest_news .entry_date {
  color: #aaa;
  font-size: 11px;
}

.latest_news .entry_excerpt {
  margin: 0.5em 0;
}

/* media calls below */

@media only screen and (max-width: 1179px) {
  .slider .flexslider {
    width: 1600px;
    margin-left: -800px;
  }

  .slider .slide_desc_cont,
  .slider .slider_nav_cont {
    font-size: 16px;
    position: absolute;
    width: 984px;
    margin: 0 308px;
  }
}

@media only screen and (max-width: 1024px) {
  .slider .flexslider {
    width: 1400px;
    margin-left: -700px;
  }

  .slider .slide_desc_cont,
  .slider .slider_nav_cont {
    font-size: 16px;
    position: absolute;
    width: 768px;
    margin: 0 316px;
  }

  .slider .slider_nav_cont {
    bottom: 10px;
  }

  .slider .slide_desc {
    width: 100%;
  }

  .slider .slide_nav {
    float: none;
    margin: 0 auto;
  }

  .slider_wave {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .slider .flexslider {
    width: 1000px;
    margin-left: -500px;
  }

  .slider .slide_desc_cont {
    font-size: 15px;
    width: 480px;
    margin: 0 260px;
    top: auto;
    bottom: 0;
  }

  .slider .slider_nav_cont {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .slider .flexslider {
    width: 700px;
    margin-left: -350px;
  }

  .slider .slide_desc_cont {
    font-size: 13px;
    width: 320px;
    margin: 0 190px;
  }
}

/*.main .content img.boxed {
		float: right;
		border: 2px solid #FFF;
		box-shadow: 0 0 1px #777;
		margin: 8px 4px 20px 30px;
}*/

div.wp-caption.alignright {
  float: right;
  /*max-width: 300px !important;*/
  max-width: 100% !important;
  border: 5px solid #fff;
  box-shadow: 0 0 1px #777;
  margin: 3px 4px 20px 30px;
}

p.wp-caption-text {
  background-color: #f6f6f6;
  color: #666;
  padding: 5px 10px;
  font-size: 12px;
  margin: 0;
  text-align: right;
}

.staff-bio {
  float: left;
  text-align: center;
  font-size: 14px;
  color: #999;
  margin: 20px 30px 30px 0;
}

.staff-bio.last {
  margin-right: 0;
}

.staff-bio p {
  margin: 0;
}

.staff-bio p.name {
  font-size: 20px;
  color: #4b8fca;
  margin: 5px 0 -2px 0;
}

.staff-bio .circular {
  width: 190px;
  height: 190px;
  border-radius: 95px;
  -webkit-border-radius: 95px;
  -moz-border-radius: 95px;
}

.how_air_knife_systems_work {
  margin-bottom: 60px;
}

.sidebar blockquote {
  margin: 30px 20px;
  font-size: 16px;
  font-style: italic;
  text-align: right;
  color: #999;
}

.sidebar li {
  list-style: none;
}

.sidebar .widget {
  /*background: none repeat scroll 0 0 #F2F2F2; #e7e7e7*/
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 #888;
  margin: 0.3em 0.3em 2.2em 0.3em;
  padding: 15px 20px 20px 20px;
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #e7e7e7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f2f2f2),
    color-stop(100%, #e7e7e7)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #e7e7e7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f2f2 0%, #e7e7e7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f2f2 0%, #e7e7e7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f2f2 0%, #e7e7e7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#e7e7e7', GradientType=0);
  /* IE6-9 */
}

.sidebar .widget h3 {
  font-size: 24px;
  color: #183669;
}

.sidebar .widget ul {
  margin: 0;
}

.sidebar .widget ul li {
  margin: 0;
}

.sidebar .widget ul li a {
  display: block;
  padding: 4px;
  margin: 5px 0 0 -4px;
}

.sidebar .widget li.current-menu-item {
  font-weight: bold;
}

.sidebar .widget li.current-menu-item a {
  text-decoration: none;
}

.sidebar ul.sub-menu {
  margin-left: 15px;
}

.sidebar .widget li.current-menu-item ul.sub-menu {
  font-weight: normal;
}

.sidebar .widget li.current-menu-item ul.sub-menu a {
  text-decoration: underline;
}

a.link-pdf {
  display: block;
  height: 30px;
  width: 300px;
  background-color: #eee;
}

a.link-video {
  display: inline-block;
  padding: 10px 10px;
  width: 220px;
  display: block;
  border-radius: 5px;
  border: 1px solid #3b7ebf;
  background-color: #6bb0e1;
  text-align: center;
  color: #fff;
  margin: 10px auto 20px auto;
  transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
  text-decoration: none;
  font-size: 16px;
}

a.link-video:hover {
  background-color: #3b7ebf;
}

.drying-systems .wp-caption {
  float: left;
  margin: 0 15px 0 0;
}

.drying-systems .wp-caption p.wp-caption-text {
  text-align: center;
}

.gesete .alignright {
  margin: 0 1em 1em 5em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.datagrid table {
  margin: 10px 0 30px 0;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

.datagrid {
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #fff;
  overflow: hidden;
}

.datagrid table td,
.datagrid table th {
  padding: 10px 10px;
}

.datagrid table thead th:first-child {
  border: none;
}

.datagrid table tbody td {
  color: #00557f;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
}

.datagrid table tbody .alt td {
  background: #e1eef4;
  color: #00557f;
}

.datagrid table tbody td:first-child {
  border-left: none;
}

.datagrid table tbody tr:last-child td {
  border-bottom: none;
}

.datagrid table tfoot td div {
  border-top: 1px solid #006699;
  background: #e1eef4;
}

.datagrid table tfoot td {
  padding: 0;
  font-size: 13px;
}

.datagrid table tfoot td div {
  padding: 2px;
}

.datagrid table tfoot td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.datagrid table tfoot li {
  display: inline;
}

.datagrid table tfoot li a {
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  margin: 1px;
  color: #ffffff;
  border: 1px solid #006699;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #006699),
    color-stop(1, #00557f)
  );
  background: -moz-linear-gradient(center top, #006699 5%, #00557f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
  background-color: #006699;
}

.datagrid table tfoot ul.active,
.datagrid table tfoot ul a:hover {
  text-decoration: none;
  border-color: #00557f;
  color: #ffffff;
  background: none;
  background-color: #006699;
}

div.dhtmlx_window_active,
div.dhx_modal_cover_dv {
  position: fixed !important;
}

.datagrid table thead {
  text-align: center;
}

.datagrid table tr {
  border-bottom: 1px solid #ddd;
}

/*.datagrid table thead th.white {background-color: #FFF;}*/
.datagrid table thead th {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
}

.datagrid table thead th.blue {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #006699),
    color-stop(1, #00557f)
  );
  background: -moz-linear-gradient(center top, #006699 5%, #00557f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
  background-color: #006699;
  border-left: 1px solid #0070a8;
}

/* gallery code*/

.gallery img {
  border: none !important;
}

.gallery .gallery-item {
  float: right;
  border: 5px solid #fff;
  box-shadow: 0 0 1px #777;
  margin: 3px 2% 20px 1px;
  width: 30% !important;
}

.gallery .gallery-item:nth-of-type(3) {
  margin-right: 0;
}

.gallery .wp-caption-text {
  background-color: #f6f6f6;
  color: #666;
  padding: 5px 10px;
  font-size: 12px;
  margin: 0;
  text-align: left;
}

li.menu-item-846 a:hover {
  cursor: default;
}

li.menu-item-846 .sub-menu a:hover {
  cursor: pointer;
}

.hidden {
  display: none;
}

/* light gallery customization */
.lg-components {
  text-align: center;
}
.lg-sub-html {
  display: inline-block;
}

/* Contact page header */
.page-contact-header {
  background-image: url(https://staging.solvair.co.uk/wp-content/uploads/our-clients-background.jpg);
  background-size: cover;
  color: #fff;
  padding: 55px 0;
}

.page-contact-header .row {
  display: flex;
  align-items: center;
}

.page-contact-header .text1 {
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
}

.page-contact-header .text2 {
  font-weight: 600;
  margin-bottom: 7px;
}

.page-contact-header .text3 {
  margin-bottom: 25px;
}

.page-contact-header .text4 {
  font-weight: 600;
  margin-bottom: 5px;
  /* To make it perfectly centered */
}

.page-contact-header .link-global-distributor {
  text-decoration: underline;
}

@media handheld, only screen and (max-width: 767px) {
  .page-contact-header .row {
    display: block;
  }

  .page-contact-header img {
    margin-bottom: 10px;
  }
}

/* End of "contact page header" */

/* Contact page form styling */
.contact-form-row * {
  box-sizing: border-box;
}

.contact-form-row {
  display: flex;
  flex-wrap: wrap;
}

.contact-form-row .left {
  width: 50%;
  padding-right: 30px;
}

.contact-form-row .right {
  width: 50%;
}

.wpcf7-form .contact-form-row input[type="submit"] {
  width: 60%;
  background-color: #b0d039;
  padding: 15px 0;
  font-size: 20px;
}

.wpcf7-form .contact-form-row input[type="submit"]:hover {
  background-color: #11275d;
}

.wpcf7-form .contact-form-row textarea {
  resize: none;
  height: 116px;
  width: 100%;
  background-color: #fbfbfb;
  border-color: #d1d1d1;
  padding: 17px 10px;
  font-size: 16px;
}

.wpcf7-form .contact-form-row input[type="checkbox"] {
  width: auto;
}

.wpcf7-form .contact-form-row input[type="text"],
.wpcf7-form .contact-form-row input[type="tel"],
.wpcf7-form .contact-form-row input[type="email"] {
  width: 100%;
  padding: 17px 10px;
  font-size: 16px;
  background-color: #fbfbfb;
  border-color: #d1d1d1;
  margin-bottom: 1rem;
}

.wpcf7-form .contact-form-row .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form .contact-form-row p {
  font-size: 12px;
  margin-bottom: 20px;
}

.wpcf7-form .contact-form-row p:last-child {
  margin-bottom: 0;
}

.contact-page-box {
  padding: 25px;
  border: none;
  background-color: #f6f6f6;
}

h2.contact-form-heading {
  margin-bottom: 24px !important;
}

.wpcf7-form .contact-form-row .wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 10px;
}

.wpcf7-form .contact-form-row .submit-container {
  position: relative;
}

.wpcf7-form .contact-form-row .wpcf7-not-valid-tip {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .contact-form-row {
    display: block;
  }

  .contact-form-row .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 25px;
  }

  .contact-form-row .right {
    width: 100%;
  }
}

/* custom checkbox styling */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}

.wpcf7-checkbox input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}

.wpcf7-checkbox input[type="checkbox"] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 0;
  height: 26px;
  width: 26px;
  top: 0px;
  left: -40px;
  bottom: 0;
  margin: auto 0;
  border: 1px solid #b2b2b2;
}

.wpcf7-checkbox input[type="checkbox"] + span:after {
  display: block;
  position: absolute;
  content: "\2713";
  height: 30px;
  width: 30px;
  top: 50%;
  left: -40px;
  visibility: hidden;
  font-size: 18px;
  text-align: center;
  line-height: 0;
}

.wpcf7-checkbox input[type="checkbox"]:checked + span:after {
  visibility: visible;
}

.wpcf7-list-item-label {
  position: relative;
  margin-left: 40px;
  display: inline-block;
}

/* End of "contact page form styling" */

/* Contact page box next to contact form */
.contact-information-box {
  padding-top: 25px;
}

.contact-information-box h2 {
  margin-bottom: 25px !important;
}

.contact-information-box a {
  color: inherit;
  text-decoration: none;
}

/* End of "contact page box next to contact form" */

/* Contact page secondary contact box */
.contact-page-secondary-contact-box {
  display: flex;
}

.contact-page-secondary-contact-box .left {
  width: 50%;
}

.contact-page-secondary-contact-box .left p {
  font-size: 20px;
}

.contact-page-secondary-contact-box .right {
  width: 50%;
}

.contact-page-secondary-contact-box h3 {
  color: #555555;
  font-size: 22px;
  font-weight: bold;
}

.contact-page-secondary-contact-box .right h3 {
  font-size: 16px;
}

.contact-page-secondary-contact-box .right p {
  font-size: 16px;
}

.contact-page-secondary-contact-box a {
  color: inherit;
  text-decoration: none;
}

.contact-page-secondary-contact-box p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .contact-page-secondary-contact-box {
    display: block;
  }

  .contact-page-secondary-contact-box .left {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-page-secondary-contact-box .left {
    width: 100%;
  }
}

/* End of "contact page secondary contact box" */

/* Contact page - other styles */
.contact-page-hr {
  border-color: #e5e5e5;
  margin: 20px 0 80px 0;
}

@media screen and (max-width: 767px) {
  .section.page-contact-form-section {
    margin: 0;
  }

  .contact-page-hr {
    margin: 50px 0 40px 0;
  }
}

/* End of "contact page - other styles" */

/* Countries data 2 */
.countries-data2 {
  margin-top: 30px;
}

.countries-data2 .item {
  display: flex;
  max-width: 640px;
  font-size: 18px;
}

.countries-data2 .item p {
  font-size: 18px;
}

.countries-data2 .left,
.countries-data2 .right {
  width: 50%;
  padding: 20px;
}

.countries-data2 .full {
  width: 100%;
  padding: 0 20px 0 20px;
}

.countries-data2 .heading {
  font-weight: 600;
}

.countries-data2 .name-logo-row {
  display: flex;
  max-width: 640px;
  align-items: center;
  padding-top: 20px;
}

.countries-data2 .name-logo-row .col {
  width: 50%;
  padding: 0 20px;
}

.breakout_strip_benefits p {
  color: #fff;
}

.page-template-page-system-benefits h1 {
  max-width: 355px;
}

.page-template-page-blowers-px .countries-data2 .name-logo-row .col {
  width: 100%;
  padding: 0 0 0 20px;
}

.page-template-page-blowers-px .countries-data2 .name-logo-row .col {
  display: block;
  max-width: 100%;
  align-items: center;
  padding-top: 0px;
}

.countries-data2 .item .item-content:not(:last-child) {
  margin-bottom: 20px;
}

.countries-data2 .country-name {
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  white-space: nowrap;
}

.countries-data2 .country-name span {
  margin-right: 5px;
  cursor: pointer;
}

.countries-data2 .country-accordion-heading {
  display: inline-block;
  user-select: none;
}

.country-accordion-item.active .country-accordion-heading {
  display: flex;
  align-items: center;
}

.country-accordion-item.active .country-accordion-heading .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-left: 20px;
}

.country-accordion-item.active .country-accordion-content .line {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

.countries-data2 .country-accordion-content {
  display: none;
  width: 100%;
}

.countries-data2 .country-accordion-item {
  margin-bottom: 30px;
}

.countries-data2 .last .country-accordion-item:last-child {
  margin-bottom: 0;
}

.countries-data2 {
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .countries-data2 {
    margin-top: 30px;
  }

  .countries-data2 .country-name {
    font-size: 18px;
  }

  .countries-data2 .item {
    display: block;
  }

  .countries-data2 .left,
  .countries-data2 .right {
    width: 100%;
  }

  .countries-data2 .item .right {
    padding-top: 0;
  }

  .countries-data2 .item p,
  .countries-data2 .item {
    font-size: 15px;
  }
}

/* End of countries data 2 */

.page-template-page-contact .map {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .page-template-page-contact .map {
    display: none;
  }
}

.wpcf7-form p.intro {
  margin-bottom: 15px !important;
  font-size: 16px;
}

.wpcf7-form p.block {
  width: 46.8%;
  margin-right: 3%;
  display: inline-block;
}

.wpcf7-form p.block.last {
  margin-right: 0%;
}

.wpcf7-textarea {
  height: 8em;
}

#wpmtst-submission-form input,
#wpmtst-submission-form textarea {
  font-size: 16px;
  padding: 0.8em;
}

ul#countries {
  display: block;
  list-style: none;
  margin: 1em 0 0 1em;
}

ul#countries li {
  display: block;
}

ul#countries li.country {
  cursor: pointer;
}

ul#countries li i {
  display: inline-block;
  margin-right: 5px;
}

ul#countries li.country {
  padding: 5px;
  margin: 0;
}

ul#countries li.country:hover {
  background: #f5f5f5;
}

ul#countries li.country.active {
  font-weight: bold;
}

ul#countries-data {
  display: block;
  margin: 2.5em 0 5em 0;
}

ul#countries-data li {
  display: none;
}

ul#countries-data li.active {
  display: block;
}

ul#countries-data h2 {
  padding: 0.3em 0 0.3em 0.5em;
  margin-bottom: 1em;
  background-color: #eee;
  color: #444;
  font-size: 1.8em;
}

ul#countries-data h3 {
  color: #183669;
  font-size: 2em;
  font-weight: bold;
  margin-left: 12px;
}

ul#countries-data img {
  float: right;
}

ul#countries-data p {
  line-height: 1.4em;
}

#mapsvg {
  float: right;
}

.map {
  padding: 1px;
  border: 1px solid #ccc;
}

.map h2 {
  color: #183669;
  font-size: 23px;
}

#countries-data dl,
.countries-data2 dl {
  padding: 1em 0em;
  overflow: hidden;
}

#countries-data dl dt,
.countries-data2 dl dt {
  clear: left;
  float: left;
  font-size: 1.3em;
  color: #ccc;
  line-height: 1;
  /*margin: 0 0 35px;*/
  margin: 0;
  text-align: right;
  width: 85px;
}

#countries-data dl dd,
.countries-data2 dl dd {
  line-height: 1;
  font-size: 1.3em;
  margin: 0 0 0 100px;
  /*margin: 0 0 20px 100px;*/
  min-height: 40px;
  width: 80%;
}

#countries-data .dl dd::before,
.dl dd::after,
.countries-data2 .dl dd::before,
.dl dd::after {
  clear: both;
  content: " ";
  display: table;
}

.boxed {
  width: 96% !important;
  /*border: 1px solid #BBB;*/
  background-color: #f6f6f6;
  padding: 15px 15px 0px 15px;
  margin: 10px 0 20px 0;
  text-align: center;
}

.boxed h2 {
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 1.5em;
  color: #183669;
}

.boxed .left {
  float: left;
  margin-bottom: 15px;
}

.boxed .right {
  float: right;
  margin-bottom: 15px;
}

.boxed img {
  margin: 0;
  display: inline-block;
}

.sidebox {
  padding: 1em;
  margin: 0 0 2em 0;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #777;
}

.sidebox h2 {
  color: #183669;
  font-size: 1.8em;
}

.sidebox p {
  margin: 0 0 0.6em 0;
}

.wpcf7-form input,
.wpcf7-form textarea {
  padding: 0.5em;
  border: 1px solid #ddd;
  width: 95%;
}

.wpcf7-form input[type="submit"] {
  background: #1a63ab;
  color: #fff;
  padding: 8px 0;
  font-size: 1.1em;
  border: none;
  width: 50%;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #11275d;
  transition: 0.4s;
  cursor: pointer;
}

.boxed.red {
  background-color: #bf2a00;
  border: none;
  color: #fff;
  text-align: left;
  padding: 0;
  width: auto !important;
}

.boxed.red h2 {
  margin: 0;
  padding: 15px 15px 0 15px;
  color: #fff;
  text-align: left;
}

.boxed.red p {
  margin: 10px 15px 15px 15px;
}

.boxed.survey h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 7px;
}

.boxed.survey {
  background-color: #569ad2;
  border: none;
  color: #fff;
  text-align: left;
  padding: 15px 17px 8px 17px;
}

.boxed.survey h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 7px;
}

.boxed.solution h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 7px;
}

.boxed.solution {
  background-color: #2d4d7f;
  border: none;
  color: #fff;
  text-align: left;
  padding: 15px 17px 8px 17px;
}

.boxed.solution a {
  color: #fff;
}

.box-air-knives {
  color: #666;
  padding: 1.5em 28em 1em 1.5em;
  border: 3px solid #b9be58;
  background: url(//www.solvair.co.uk/wp-content/uploads/air-knife-aluminium-extruded_2.jpg)
    no-repeat;
  background-position: 325px -50px;
  background-size: 600px;
}

@media only screen and (max-width: 1024px) {
  .box-air-knives {
    padding: 1.5em 28em 1em 1.5em;
  }
}

@media only screen and (max-width: 980px) {
  .box-air-knives {
    padding: 1.5em 9em 1em 1.5em;
  }
}

@media only screen and (max-width: 767px) {
  .box-air-knives {
    padding: 1.5em 1.5em 1em 1.5em;
    background-image: none;
  }
}

@media only screen and (max-width: 480px) {
  .box-air-knives {
    padding: 1.5em 1.5em 1em 1.5em;
    background-image: none;
  }
}

.box-air-knives h3 {
  color: #183669;
  font-size: 22px;
}

.box.product {
  min-height: 160px;
}

.box.product span {
  text-decoration: underline;
}

.box.product.automotive {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/application_automotive-300x211.jpg);
  background-position: -310px 0;
  background-size: contain;
}

.box.product.industrial {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/application_electronical-300x225.jpg);
  background-position: -280px 0;
  background-size: contain;
}

.box.product.food {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/application_beverage-300x268.jpg);
  background-position: -215px 0;
  background-size: contain;
}

.box.product.rubber {
  background-image: url(//www.solvair.co.uk/wp-content/uploads/application_plastics-300x197.jpg);
  background-position: -335px 0;
  background-size: contain;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 2rem; /* Adjusts spacing between phone and email */
}

.contact-info p {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 200;
}

.contact-info p a:link {
	color: #444;
}

.contact-info p i {
	margin: 0 6px 0 0;
}

@media (max-width: 576px) {
    .contact-info {
        flex-direction: column;
        align-items: flex-start;
    }
}


h1.case-study-header {
  display: block;
  padding: 10px 18px;
  color: #fff;
  background-color: #66acde;
  font-size: 23px;
  margin: 5px 0 0 0;
}

h2.case-study-header {
  display: block;
  padding: 10px 18px;
  color: #fff;
  background-color: #66acde;
  font-size: 23px;
  margin: 5px 0 0 0;
}

h1.case-study-header.title {
  background-color: #498dc9;
}

h1.case-study-header.benefits {
  background-color: #80cd33;
}

.case-studies-box {
  text-align: left;
  padding: 14px 19px;
  background-color: #f6f6f6;
  margin: 0 0 30px 0;
}

.case-studies-box p {
  margin: 0 0 1.2em 0;
}

.case-studies-box dl {
  margin: 0;
  overflow: hidden;
}

.case-studies-box .col_5 {
  margin-left: -20px;
}

.case-studies-box dl dt {
  clear: left;
  float: left;
  font-size: 1.1em;
  color: #545454;
  line-height: 1;
  /*margin: 0 0 35px;*/
  margin: 0;
  text-align: right;
  width: 100px;
  font-weight: bold;
}

.case-studies-box dl dd {
  text-align: left;
  line-height: 1;
  font-size: 1.1em;
  margin: 0 0 15px 110px;
  /*margin: 0 0 20px 100px;*/
}

.case-studies-box .dl dd::before,
.dl dd::after {
  clear: both;
  content: " ";
  display: table;
}

.postid-2518 img {
  width: 100%;
}

.responsiveMenuSelect {
  margin: 5px 0;
  padding: 5px 0 4px 0;
}

p.bfbi {
  display: inline-block;
  color: #888;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  text-align: right;
  font-size: 2em;
  padding: 18px 0 0 20px;
  width: 170px;
}

.contact-box {
  background-color: #6cb3e2;
  border-radius: 10px;
  color: #fff;
  margin: 60px 0 20px 0;
  padding: 14px 30px 10px 30px;
  text-align: center;
}

.contact-box h4 {
  color: #fff;
  font-size: 1.8em;
}

.contact-box p {
  margin-bottom: 0.5em;
}

.contact-box a {
  color: #fff;
}

.step-image {
  position: relative;
}

.step-image .textbox {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  padding: 10px;
  margin: 10px;
  width: 60%;
}

.step-image.top .textbox {
  top: 4px;
  bottom: auto;
  left: 15%;
}

.step-image.top .text {
  text-align: center;
  font-size: 15px;
}

.step-image .text {
  color: #fff;
  overflow: hidden;
}

.step-image .textbox p {
  color: #fff;
  padding: 0;
  margin: 0;
}

.step-image .numcircle {
  float: left;
  color: #444;
  background: #fff;
  width: 30px;
  height: 29px;
  padding: 1px 0 0 0;
  border-radius: 15px;
  text-align: center;
  font-size: 18px;
  margin: 3px 10px 3px 0;
}

.main .wpcmsdev-accordion {
  border: none;
  border-radius: 0;
}

.main .wpcmsdev-accordion .accordion-item {
  margin-bottom: 15px;
}

.main .wpcmsdev-accordion .accordion-item-title {
  margin-bottom: 15px;
  border: none;
}

.main .wpcmsdev-accordion h3.accordion-item-title a {
  background-color: #66acde;
  background-image: none;
  color: #fff;
  font-size: 17px;
  font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-left: 1em;
}

.main .wpcmsdev-accordion h3.accordion-item-title a:hover {
  background-color: #498dc9;
}

.main .wpcmsdev-accordion .accordion-item.active h3 a {
  background-color: #498dc9;
}

.main .wpcmsdev-accordion .accordion-item-content {
  border: none;
}

article {
  margin-bottom: 20px;
}

.unity-title {
  color: #647caa !important;
  font-size: 26px !important;
  margin: 0 !important;
}

.brochures-h2 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: #183669;
}

.brochures-h3 {
  font-size: 18px;
}

.slider_curve {
  background: url("images/slider_bg.png") center bottom no-repeat;
  height: 100px;
  margin: -95px 0 0 0;
  background-size: 100%;
  position: relative;
}

.news-outro-box {
  background-color: #488bc8;
  margin: 2em 0 0 0;
  padding: 1em;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.news-outro-box a {
  color: #fff;
}

/* NEWS page */
.featured-post {
  border-bottom: 1px solid rgb(173, 173, 173);
  padding-bottom: 60px;
}

.featured-post .post-title {
  margin-bottom: 0.2em;
  font-size: 24px;
}

.featured-post .post-title a {
  text-decoration: none;
}

.categories-bar {
  padding: 40px 0;
}

.post-categories {
  font-size: 1.1rem;
  text-align: center;
}

.post-categories a,
.post-categories span {
  display: inline-block;
  margin: 0 0.8em 0.6em;
}

.post-categories .categories-label {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding-right: 1em;
  margin-right: 0;
}
.post-categories .is-active {
  color: inherit;
  pointer-events: none;
}
.post-categories-mobile {
  display: none;
}

.post-grid .post {
  margin: 0 0 60px;
}

.post-grid .post-img img {
  display: block;
  width: 100%;
}

.post-grid .post-details {
  padding: 15px 0px;
}

.post-grid .post-title {
  margin-bottom: 0.5em;
  font-size: 24px;
}

.post-grid .post-title a {
  text-decoration: none;
}

.post-grid .readmore {
  font-size: 16px;
  font-style: italic;
}

.post-grid .post-date {
  text-align: right;
}

.load-more {
  text-align: center;
}

.load-more-btn {
  border: 1px solid #555555;
  border-radius: 20px;
  color: inherit;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none !important;
}

.load-more-btn:hover {
  background: #f2f2f2;
}

h1,
.h1,
h1 *,
h2,
.h2,
h2 *,
h3,
.h3,
h3 *,
h4,
.h4,
h4 * {
  color: #2a3e79;
  margin-top: 0 !important;
}

.breakout_strip h3 * {
  color: #fff;
  font-weight: 400;
}

h1,
.h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 10px !important;
}

h2,
.h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 1.2;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 1.2;
}

.hero {
  background-color: #fdfcfd;
  border-bottom: 1px solid #d0d0d0;
  box-sizing: border-box;
  padding: 40px 0;
  min-height: 250px;
}

.hero-usps {
  line-height: 32px;
  padding: 10px 0 0 0;
}

.main-area .hero-usps li {
  list-style-type: none;
  margin: 0 0 0 15px;
}

.hero-usps li i {
  color: #68962e;
  margin: 0 5px 0 0;
}

.hero-foot-note {
  font-size: 15px;
}

.hero-foot-note a {
  color: #555;
  text-decoration: underline;
}

.hero-text {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  max-width: 700px;
  color: #555;
}

.hero-text-small {
  display: none;
}

.white-hero-text {
  color: #fff;
}

.white-hero-text h1,
.white-hero-text h2 {
  color: #fff;
}

.section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.page-template-page-industries-single .section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.video-include {
  overflow: hidden;
}

.video-reponsive {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.video-reponsive iframe,
.video-reponsive object,
.video-reponsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-page-industries-single .footer-customers .customers-logos {
  margin: 0;
}

/*
.product-features.section.container {
    padding: 60px;
}
*/
.section-boxed {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.intro {
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 45px !important;
}


.outro {
  font-size: 19px;
  line-height: 1.5;
  margin-top: 45px !important;
}

.outro a {
	text-decoration: underline;
}


.intro .h3,
.intro .h4 {
  line-height: 1.5;
}

.cards {
  margin-bottom: -40px !important;
}

.card {
  margin-bottom: 40px;
  position: relative;
}
.card-overlay-link {
  position: absolute;
  inset: 0;
}
.card-title {
  font-weight: 300;
}
.card-img {
  display: block;
  margin: 0 auto 12px;
}

.card-button {
  width: 295px;
  max-width: 100%;
  margin-top: 10px;
}

.child-page .card-button {
  width: auto;
}

.card-text {
  font-size: 18px;
}

.page-template-page-industries-single .card-text {
  font-size: 15px;
}

.button-lg {
  font-size: 20px;
  padding: 10px 35px;
}

.button-blue {
  background: #1a63ab;
  color: #fff !important;
  border-color: #1a63ab;
}

.button-green {
  background: #a9ca20;
  color: #fff !important;
  border-color: #a9ca20;
}

.button-grey {
  background: #3F3F3F;
  color: #fff !important;
  border-color: #3F3F3F;
}

.button-noborder {
  border-width: 0;
}

.button i {
  font-size: 32px;
  margin-right: 5px;
  vertical-align: middle;
}


.hero-text .button i {
  font-size: 28px;
  margin-right: 5px;
  vertical-align: middle;
}


.main-area ul {
  list-style: disc outside;
  margin: 1em 0;
}

.main-area ol {
  list-style: decimal outside;
}

.main-area li {
  margin-left: 2em;
}

.main-area .card li {
  margin-left: 1em;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}

.breadcrumbs {
  font-size: 14px;
  margin: 6px 0 40px;
}

.breadcrumbs * {
  color: #999;
}

.specs-table-wrapper {
  margin: 1em 0 2em;
}

.specs-table {
  border-collapse: separate;
  margin-bottom: 10px;
  text-align: center;
}

.specs-table th,
.specs-table td {
  border: 1px solid #fff;
  padding: 7px 5px;
  vertical-align: middle;
  line-height: 1.2;
  white-space: normal;
  background: #fff;
}

.specs-table th {
  background: #1d589e;
  color: #fff;
}

.specs-table td {
  font-size: 15px;
}

.specs-table tr:nth-child(even) td {
  background: #ddeaa6;
}

.specs-simple .specs-table {
  width: 920px;
  max-width: 100%;
}

.specs-simple .specs-table td {
  background: none !important;
  font-size: 16px;
  text-align: left;
  width: 50%;
}

/*Style PX pages grey*/
.px-single-specs .specs-table th {
  background: #555;
}

.px-single-specs .specs-table tr:nth-child(even) td {
  background: #ddd;
}

/*style centre column and left and right sides of the PX200 & PX2000 blue and green)*/
.px-single-specs .specs-table th:nth-child(3) {
  background: #1d589e;
}

.px-single-specs .specs-table tr:nth-child(even) td:nth-child(3) {
  background: #ddeaa6;
}

.page-px200 .px-single-specs .specs-table th:nth-child(2) {
  background: #1d589e;
}

.page-px200 .px-single-specs .specs-table tr:nth-child(even) td:nth-child(2) {
  background: #ddeaa6;
}

.page-px200 .px-single-specs .specs-table th:nth-child(3) {
  background: #555;
}

.page-px200 .px-single-specs .specs-table tr:nth-child(even) td:nth-child(3) {
  background: #ddd;
}

.page-px2000 .px-single-specs .specs-table th:nth-child(4) {
  background: #1d589e;
}

.page-px2000 .px-single-specs .specs-table tr:nth-child(even) td:nth-child(4) {
  background: #ddeaa6;
}

.page-px2000 .px-single-specs .specs-table th:nth-child(3) {
  background: #555;
}

.page-px2000 .px-single-specs .specs-table tr:nth-child(even) td:nth-child(3) {
  background: #ddd;
}

.specs-sp {
  overflow-x: auto;
  -webkit-overflow-scrolling: auto;
  white-space: nowrap;
}

.specs-sp::-webkit-scrollbar {
  height: 5px;
}

.specs-sp::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.specs-sp::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}

.specs-sp::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(0, 0, 0, 0.3);
}

.specs-sp .specs-table {
  min-width: 100%;
  table-layout: fixed;
}

.page-template-page-blowers-px-single .countries-data2 .name-logo-row .col,
.page-id-6422 .countries-data2 .name-logo-row .col {
  width: 100%;
  padding: 0 20px;
}

.page-template-page-blowers-px-single .specs-sp .specs-table {
  width: 100%;
  min-width: 1000px;
  table-layout: fixed;
}

.product_add_ons .card .card-img-preview {
  min-height: 250px;
}

.specs-sp .specs-table td {
  width: 20%;
}

.specs-sp .specs-table td:nth-last-child(n + 6),
.specs-sp .specs-table td:nth-last-child(n + 6) ~ td {
  width: calc(100% / 6);
}

.specs-sp .specs-table td:nth-last-child(n + 7),
.specs-sp .specs-table td:nth-last-child(n + 7) ~ td {
  width: calc(100% / 7);
}

.specs-sp .specs-table td:first-child,
.specs-sp .specs-table th:first-child {
  background: #f6f6f6 !important;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  padding-right: 25px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  border: none;
}

.table-outro {
  margin: -2em 0 5em 0;
}

.mini-3-year-warranty-box {
  background-color: #eee;
  margin: 2em 0 4em 0;
  padding: 1.5em 2em 0.5em 1em;
  border-radius: 8px;
}

.page-template-page-energy-savings .specs-sp .specs-table td {
  text-align: left;
  padding: 1em 1em 1em 0.5em;
}

.page-template-page-energy-savings .specs-table .fas {
  float: left;
  margin: 0.5em;
  font-size: 2em;
  color: #a9ca20;
}

.page-template-page-energy-savings .specs-table .fas.fa-times-circle {
  color: #db0d20;
}

.system-overview {
  display: flex;
}

.system-overview .col_3 {
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
}

.system-overview-row {
  padding: 20px 0;
}

/* HOME - NEW */
.home-hero {
  background-color: #fff;
  height: 600px;
  position: relative;
  overflow: hidden;
  --video-aspect-ratio: calc(800 / 2560);
}

.home-hero .container {
  position: relative;
}

#hero-video {
  background: transparent no-repeat center center;
  /*background-size: cover;*/
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  height: calc(100vw * var(--video-aspect-ratio));
  width: 100vw;
}

.home-hero .hero-text {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 35px 20px 30px;
}

.home-industries {
  background: #1a63ab;
  color: #fff;
}

.mar-45-left {
  margin: 0 0 0 45px;
}

.home-industries * {
  color: #fff;
}

.home-applications .card-title,
.home-industries .card-title {
  color: inherit;
  margin-top: -5px !important;
  font-size: 23px;
}
.home-applications .card-text,
.home-industries .card-text {
  font-size: 16px;
  line-height: 1.35;
}

#menu-item-2231 .sub-menu li a {
  color: #4d89c3;
  font-size: 13px;
}

.product-features .card-button {
  width: auto;
}

.page-child hr {
  border: none;
  border-top: 1px solid #e4e4e4;
  margin: 60px 0;
}

.blue-background {
  background: #1a63ab;
  color: #fff;
}

.grey-background {
  background: #f6f6f6;
  margin: 60px 0;
}

.blue-background h2,
.blue-background h3 {
  color: #fff;
}

.accordion-row {
  margin-bottom: 20px;
}

.accordion-row:last-child {
  margin-bottom: 0;
}

.accordion-title {
  cursor: pointer;
}

.accordion-title i {
  font-size: 32px;
  margin-right: 15px;
}

.accordion-title .fa-chevron-up {
  display: none;
}

.accordion-active .accordion-title .fa-chevron-up {
  display: inline;
}

.accordion-active .accordion-title .fa-chevron-down {
  display: none;
}

.accordion-content {
  display: none;
}

.accordion-row:first-child .accordion-content {
  display: block;
}

.footer-bottom.social_row {
  background: #1e397c;
}

.footer h3 {
  color: #c9def0;
  margin-bottom: 10px;
}

.footer-customers {
  background-size: cover;
  background-position: top center;
  color: #fff;
  padding: 50px 0 60px;
}

.footer-customers * {
  color: #fff;
}

.footer-customers .customers-text h1 {
  line-height: 1.3;
}

.page-template-page-industries-single .customers-text h2 {
  color: #2a3e79;
  line-height: 1.3;
}
.swiper-mobile-only .swiper-wrapper {
  width: auto;
}

.footer-customers .customers-logos {
  background: #fff;
  margin-top: 50px;
  padding: 5px 0;
}
.footer-customers .customers-logos .swiper-wrapper {
  display: block;
}
.footer-customers .customers-logos .swiper-slide {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 15px;
}

.footer-customers .customers-logos .button {
  margin: 15px;
}

.our-resources .button {
  margin-top: 50px;
}

.free-consultation {
  background: #a9ca20;
}

.free-consultation * {
  color: #fff;
}

.free-consultation .button {
  margin-top: 50px;
}

.free-consultation p {
  font-family: "Lato";
  font-weight: 300;
  font-size: 22px;
  line-height: 34px;
}

.c2a-container {
  background: #a9ca20;
  margin: 80px 0;
}

.c2a-container-smaller {
  margin: 40px 0;
}

.c2a-narrow .c2a-box {
  margin-top: 95px;
  margin-bottom: 95px;
}

.c2a-box {
  background: #a9ca20;
  display: flex;
  padding: 35px 25px;
  margin: 0 0 50px 0;
}

.c2a-box * {
  color: #fff;
}

.c2a-box h2 {
  margin-bottom: 15px;
}

.c2a-box h3 {
  font-weight: 300;
  margin: -5px 0 15px !important;
}

.c2a-box h4 {
  font-weight: 300;
  line-height: 1.5;
}

.c2a-button {
  width: 100%;
}

.c2a-left {
  width: 60%;
  margin-right: 40px;
}

.c2a-right {
  align-self: center;
  flex-grow: 1;
}

.c2a-call {
  font-size: 32px;
}

.product-gallery {
  margin-top: 50px;
}

.gallery-image {
  display: block;
  outline: 0;
  position: relative;
}

.gallery-image img {
  display: block;
  margin: 0 auto;
}

.gallery-image .overlay {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
}

.gallery-image:hover .overlay {
  opacity: 1;
}

.gallery-image .overlay i {
  font-size: 24px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Product Landing */
.page-hero {
  background-size: auto 200%;
  background-position: right center;
  background-repeat: no-repeat;
}

.page-template-page-air-knife-systems .page-hero {
  background-size: cover;
}

.single-casestudy .page-hero,
.single-video .page-hero {
  background-size: cover;
}

.tax-casestudy-category .page-hero,
.tax-video-category .page-hero {
  background-size: cover;
}

.post-type-archive-casestudy .page-hero,
.post-type-archive-video .page-hero {
  background-size: cover;
}

.page-meet-the-team .page-hero {
  background-size: cover;
}

.page-bespoke-solutions .page-hero {
  background-size: cover;
}

.page-about-us .page-hero {
  background-size: cover;
}

.page-paxton .page-hero {
  background-size: cover;
}

.page-template-page-product-system .page-hero {
  background-size: cover;
}

.page-template-page-products-accessories-single .page-hero {
  background-size: cover;
}

.page-template-page-industries-single .page-hero {
  background-size: cover;
}

.page-template-page-applications-single .page-hero {
  background-size: cover;
}

.page-template-page-vehicle-drying-single .page-hero {
  background-size: cover;
}

.page-template-page-blowers-px .page-hero {
  background-size: auto;
  background-size: contain;
}

.page-template-page-blowers-px-single .page-hero {
  background-size: auto;
  background-size: contain;
}

.page-template-page-product-system .hero {
  min-height: 405px;
}

.page-template-page-vehicle-drying-single .hero {
  min-height: 405px;
}

.page-template-page-vehicle-drying-single .hero {
  background-position-y: 30%;
}

.resource-template-resources-how-air-knife-systems-work .page-hero {
  background-size: cover;
}

.landing-product-hero {
  min-height: 405px;
}

.landing-product-hero .hero-text {
  max-width: 350px;
}

.page-template-page-vehicle-blowing-system .hero {
  background-blend-mode: normal;
  background-size: contain;
  padding: 0;
}
.page-template-page-vehicle-blowing-system .hero-text-large {
  display: flex;
  background: var(--bg-color);
  flex-direction: column;
  padding: 5.5vw 0;
  clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
  justify-content: center;
  position: relative;
}
.page-template-page-vehicle-blowing-system .hero-text-large::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  left: -100vw;
  top: 0;
  background-color: var(--bg-color);
}

/* Product Single */
.air-knives-single-main .specs-table {
  width: 640px;
  max-width: 100%;
}

.air-knives-single-main .specs-table td:first-child {
  width: 43%;
  box-sizing: border-box;
}

.air-knives-single-main .col_4 .download-button {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 45px;
  margin-bottom: 40px;
}

.gallery-li {
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}
.blower-single-main .gallery li {
  width: 20%;
  padding: 15px;
}

.specs-title {
  background: #1774be;
  color: #fff;
  padding: 10px 15px;
}

.dimension-gallery {
  list-style: none !important;
  max-width: 640px;
  margin: 1em -5px !important;
}

.dimension-gallery li {
  margin: 0;
  float: left;
  padding: 5px;
}

.dimension-gallery li img {
  height: 250px;
  width: auto;
  display: block;
}

/* Team */
.team-members .member-button {
  align-self: center;
}

.team-members .card-img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 200px;
}

.team-members .card-img img {
  display: block;
}

.legacy-members .card-img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 200px;
  width: 25%;
  float: left;
  margin: 0 2em 0 0;
}

.legacy-members .card-img img {
  display: block;
}

/* Bespoke */
.points .col_6:nth-child(1) i {
  color: #8360a8;
}

.points .col_6:nth-child(2) i {
  color: #e93a1c;
}

.points .col_6:nth-child(4) i {
  color: #ceda0c;
}

.points .col_6:nth-child(5) i {
  color: #53b234;
}

.points {
  margin-bottom: -40px;
}

.points .point {
  margin-bottom: 40px;
}

/* FAQ */
.faq-questions {
  list-style: none !important;
}
.faq-question {
  padding-left: 40px;
  margin-bottom: 40px;
}

.faq-question .question {
  font-size: 30px;
  margin-bottom: 5px;
  position: relative;
}

.faq-question .question:before {
  color: #c8c8c8;
  content: "Q";
  display: block;
  position: absolute;
  left: -40px;
  top: 0;
}

.faq-question .expanded-answer {
  display: none;
  margin: 20px 0;
}

.faq-question .answer-more {
  display: inline-block;
  margin-top: 5px;
}

.faq-question p:last-child {
  margin-bottom: 0;
}

.c2a-side {
  float: right;
  width: 350px;
  margin-left: 50px;
  position: relative;
  z-index: 2;
}

.c2a-side .c2a-box {
  display: block;
}

.c2a-side .c2a-call {
  font-size: 22px;
  margin: 30px 0 20px !important;
  text-align: center;
}

/* Air Knife Systems */

.air-knife-systems-intro {
  max-width: 720px;
  margin: 0 auto 2em auto;
}

.air-knife-systems-intro-blocks ul {
  list-style: disc outside none;
  margin-left: 1.5em;
}

.air-knife-systems-intro-blocks ul li {
  margin-bottom: 0.75em;
  font-size: 18px;
}

.air_knife_system_image img {
  object-fit: cover;
  width: 100%;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}

.air_knife_system_components {
  margin-top: 70px;
}

.air_knife_system_components .card {
  margin-bottom: 80px;
  position: relative;
}

.air_knife_system_components h2 {
  margin-bottom: 35px;
}

.air_knife_system_components .card-number {
  position: absolute;
  left: 10px;
  background: #2a3869;
  font-size: 21px;
  color: white;
  display: block;
  text-align: center;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 41px;
}

.page-template-page-air-knife-systems .home-industries {
  margin: 100px 0;
}

.breakout_strip {
  background-color: #1a63ab;
  padding: 1.5em 0;
  margin: 100px 0;
}

.breakout_strip h2,
.breakout_strip h3 {
  color: #fff;
  font-weight: 300;
}

.breakout_strip.energy {
  background: rgb(5, 129, 187);
  background: linear-gradient(
    90deg,
    rgba(5, 129, 187, 1) 0%,
    rgba(28, 71, 118, 1) 100%
  );
  padding: 5em 0;
  margin: 4em 0;
}

/* Videos  */

/* Case studies  */
.post-type-archive-casestudy .main-intro h1 {
  color: #000;
  font-size: 2.55rem;
  margin-bottom: 0.4em !important;
  font-weight: 400;
}
.post-type-archive-casestudy .main-intro h2 {
  color: #000;
  font-size: 2.2rem;
  margin-bottom: 0.7em;
  font-weight: 400;
}
.post-type-archive-casestudy .main-intro p {
  color: #2a3e79;
  line-height: 1.8;
  font-family: "Lato";
  font-size: 1.15em;
}
.post-type-archive-casestudy .customers-logos {
  margin: 2em 0 4em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.post-type-archive-casestudy .customers-logos img {
  margin: 20px 30px;
}

.casestudy-hero {
  padding: 5em 0;
}
.casestudy-hero .hero-text * {
  color: #fff;
}

.featured-post .post-title {
  font-weight: 300;
}

.casestudy-grid .post-title,
.video-grid .post-title {
  font-size: 20px;
  font-weight: 300;
}

.casestudy-grid .post-content p,
.video-grid .post-content p {
  font-size: 16px;
}

/* Case study - single */
.casestudy-header {
  padding: 20px 0 50px;
}

.casestudy-stats {
  background: #1a63ab;
  text-align: center;
}

.casestudy-stats * {
  color: #fff;
}

.casestudy-stats-inner {
  padding: 65px 0;
}

.casestudy-stats ul {
  display: flex;
}

.casestudy-stats li {
  flex: 1;
  padding: 0 20px;
}

.casestudy-stats .number {
  font-size: 64px;
  font-weight: 300;
  line-height: 1;
}

.casestudy-stats .text {
  font-size: 20px;
  font-weight: 300;
}

.casestudy-quote {
  background: #f1f1f1;
}

.casestudy-quote-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}

.casestudy-quote blockquote {
  color: #aaa;
  margin: 0 0 20px;
  padding: 0;
}

.casestudy-quote blockquote p {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.5;
}

.casestudy-quote blockquote p:last-child {
  margin-bottom: 0;
}

.casestudy-quote .quote-author-title {
  font-weight: 300;
}

.casestudy-main > div {
  margin: 60px 0;
}

.casestudy-main h2 {
  margin-bottom: 10px;
}

.casestudy-problem .fa-arrow-alt-right {
  color: #ed6b77;
}

.casestudy-solution .fa-arrow-alt-right {
  color: #43af37;
}

.casestudy-outcome .fa-arrow-alt-right {
  color: #008dd4;
}

.casestudy-conclusion .fa-arrow-alt-right {
  color: #b64094;
}

.casestudy-main li {
  list-style: disc inside none;
  margin: 15px;
}

.casestudy-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -20px -20px 20px;
}

.casestudy-gallery li {
  flex-basis: 50%;
  list-style-type: none;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}

.casestudy-gallery img {
  display: block;
}

.related-casestudies .post-title,
.related-videos .post-title {
  font-size: 20px;
  font-weight: 300;
}

.related-casestudies,
.related-videos {
  padding-bottom: 100px;
}

.related-casestudies .row:first-child,
.related-videos .row:first-child {
  border-top: 1px solid #d0d0d0;
  padding-top: 60px;
}

.related-casestudies .button,
.related-videos .button {
  margin-top: 40px;
}

.related-casestudies .post-details,
.related-videos .post-details {
  margin-bottom: 40px;
}

.related-videos .post-details {
  margin-top: 10px;
}

.casestudy-category {
  background: #1a63ab;
}

.casestudy-category * {
  color: #fff;
}

.air_knife_step_by_step_guide {
  margin-top: 70px;
}

.air_knife_step_by_step_guide .card {
  margin-bottom: 80px;
}

.air_knife_step_by_step_guide h2 {
  margin-bottom: 35px;
}

.air_knife_step_by_step_guide .card-number {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #fff;
  font-size: 16px;
  color: #555;
  display: block;
  text-align: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.post-video.tbos {
  margin: 75px 0;
}

.tbos-breakout {
  background-color: #14649f;
  color: #fff;
  padding: 60px 0 50px 0;
  margin: 15px 0 75px 0;
}

.tbos-breakout h2,
.tbos-breakout h3 {
  color: #fff;
}

.tbos-breakout h3 {
  font-weight: 300;
  margin-bottom: 10px;
}

.ocs-text {
  margin: 50px 0 0 0;
}

.ocs-text img.aligncenter {
  margin: 0 auto;
  display: block;
}

.section.section-boxed.grey {
  background: #f5f5f5;
}

/* ENERGY SAVINGS PAGE */
/*
 style="background-color:#136094;"
*/

.warranty-breakout {
  padding: 30px 0;
  margin: 10vh 0 4vh;
}
.warranty-breakout .warranty-img {
  position: relative;
  top: -30px;
}
.warranty-breakout .warranty-img img {
  position: absolute;
  top: 0;
  transform: translateY(-10%);
}

/* VEHICLE BLOWING SYSTEM PAGE */
.bespoke-solution {
  background-color: #ddd;
}

/* COMPRESSED AIR VS AIR BLOWER */

.cavsab ul {
  font-size: 18px;
  margin-left: 1em;
}
.cavsab-intro .image {
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  background: #f8f8fa;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.cavsab-costsavings {
  background: rgb(33, 79, 105);
  background: radial-gradient(
    circle 300px at center,
    rgba(33, 79, 105, 1) 0%,
    rgba(31, 62, 80, 1) 100%
  );
}
.cavsab-costsavings * {
  color: #fff;
}
.cavsab-costsavings h2 {
  margin-bottom: 0.5em;
  max-width: 450px;
}

.cavsab-costsavings ul {
  font-size: 1.25em !important;
  list-style: none;
  margin-left: 10px;
}
.cavsab-costsavings li {
  display: flex;
  margin-bottom: 0.5em;
}
.cavsab-costsavings li i {
  color: #3b96ae;
  font-size: 1.25em;
  margin-right: 10px;
}

.cavsab-costsavings-chart {
  position: relative;
}

.cavsab-costsavings-chart img {
  display: block;
}

.cavsab-costsavings-chart .chart-label {
  background-color: #eae764;
  color: #2a3e79;
  position: absolute;
  padding: 10px;
  border-radius: 6px;
  white-space: nowrap;
}

.cavsab-costsavings-chart .chart-label-1 {
  right: 50%;
  bottom: 7%;
}

.cavsab-costsavings-chart .chart-label-2 {
  left: 75%;
  top: 31%;
}

.cavsab-costsavings-chart .chart-label-3 {
  left: 65%;
  top: -1%;
}

.cavsab-costsavings-chart .chart-label::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eae764;
}
.cavsab-costsavings-chart .chart-label-2::before,
.cavsab-costsavings-chart .chart-label-3::before {
  border-bottom: 0;
  border-top: 10px solid #eae764;
  bottom: auto;
  top: 100%;
  right: auto;
  left: 20px;
}

.cavsab-table .specs-table {
  border-collapse: collapse;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.cavsab-table .specs-sp .specs-table th:first-child {
  background: #1d589e !important;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  width: 325px;
}
.cavsab-table .specs-sp .specs-table td {
  border: 1px solid #bbb !important;
  text-align: left;
  padding: 1em 1em 1em 0.5em;
}
.cavsab-table .specs-sp .specs-table td:first-child {
  background: #f6f6f6 !important;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding-right: 25px;
  position: -webkit-sticky;
  padding: 15px;
  border: none;
}

.cavsab-table .specs-table tr:nth-child(2n) td {
  background: #f3f3f3 !important;
}
.cavsab-table .specs-table .fas {
  float: left;
  margin: 0.5em;
  font-size: 2em;
  color: #a9ca20;
}

.cavsab-table .specs-table .fas.fa-times-circle {
  color: #db0d20;
}

.cavsab-applications .applications-content ul {
  column-count: 2;
}

.cavsab-applications .applications-box {
  background-color: rgb(241, 239, 240);
}

.cavsab-applications .applications-box a {
  text-decoration: underline;
}

.cavsab-faq {
  background-color: #f6f6f6;
}

.bs-cta {
  background: #a9ca20;
}
.bs-cta h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 1em;
}
.bs-cta p {
  color: #fff;
  line-height: 1.75;
}

.bs-cta .phone {
  color: #fff;
  font-size: 2em;
}

/* Resource Hub */
.reshub-links {
  max-width: 940px;
  margin: 0 auto;
}
.reshub-links-inner {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.reshub-links a {
  display: block;
  background: #1a62aa;
  color: #fff;
  margin: 5px;
  text-align: center;
  width: calc(25% - 10px);
}
.reshub-links .icon {
  --size: 150px;
  font-size: 64px;
  line-height: calc(var(--size) + 50px);
  display: block;
  margin: 0 auto;
  position: relative;
}
.reshub-links .icon i {
  position: relative;
}
.reshub-links .icon::before {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  content: "";
  display: block;
  width: var(--size);
  height: var(--size);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease;
}
.reshub-links a:hover .icon::before {
  height: calc(var(--size) + 50px);
  width: 100%;
  border-radius: 0;
}

.reshub-links .title {
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  padding: 10px 0;
  text-decoration: underline;
}

.reshub-links .icon .video-icon,
.reshub-links .icon .otherres-icon {
  font-size: 48px;
}

.reshub-links .icon .fa-trophy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 32px;
  margin-top: 35px;
}
.reshub-links .icon .fa-users {
  position: relative;
  top: -10px;
}

.reshub-articles .card-text {
  font-size: 16px;
  line-height: 1.35;
}
.reshub-articles .card-title {
  margin-top: -5px !important;
  font-size: 21px;
}

.reshub-search .search-form-inner {
  display: flex;
  max-width: 720px;
  margin: 30px auto 0;
}

.reshub-search .search-field {
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  font-size: 19px;
  flex-grow: 1;
  padding: 13px 15px;
}

.reshub-search .search-submit {
  width: 60px;
  background: none;
  border: 0;
  color: #2a3e79;
  font-size: 32px;
}

.reshub-videos .post-title a {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 0;
}

.reshub-faq {
  position: relative;
}
.reshub-faq::after {
  content: "";
  width: 1px;
  height: calc(100% - 180px);
  position: absolute;
  right: 0;
  top: 20px;
  background-color: #ccc;
}
.reshub-faq .faq-question {
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  margin-left: 0;
}
.reshub-faq .question {
  cursor: pointer;
  font-size: 20px;
  padding: 20px 40px;
  margin: 0;
}
.reshub-faq .question::before {
  font-size: 30px;
  font-weight: 300;
  line-height: 64px;
  left: 0;
}
.reshub-faq .question i {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 64px;
  transition: transform 0.2s ease;
}
.reshub-faq .faq-question.active .question i {
  transform: scaleY(-1);
}
.reshub-faq .answer {
  display: none;
  padding: 0 40px 20px;
  margin-top: -10px;
}

.reshub-brochures .brochure-img {
  max-height: 250px;
  width: auto;
}

/* Single Resource Default Template */
.resource-hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 45px 0 65px;
  position: relative;
}
.resource-hero::before {
  content: "";
  background-color: rgba(13, 0, 63, 0.7);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.resource-hero * {
  color: #fff;
}
.resource-hero .container {
  font-size: 20px;
  max-width: 700px;
  position: relative;
}
.resource-hero-shape {
  display: block;
  fill: #fff;
  position: absolute;
  width: 100%;
  left: auto;
  right: auto;
  height: 35px;
  top: auto;
  bottom: 0;
  transform: scaleX(1) scaleY(-1);
}

.resource-main figcaption {
  font-size: inherit;
  margin-top: 0.5em;
  text-align: right;
}

/* Single Resource Default Template */
.news-hero::before {
  background-color: rgba(0, 33, 12, 0.62);
}

/* HEADER & HERO MEDIA CALLS BELOW */

@media only screen and (max-width: 2200px) {
  .page-hero {
    background-size: auto 180%;
  }

  #hero-video {
    top: 0;
    height: calc(100vw * var(--video-aspect-ratio));
    width: 100vw;
  }
}

@media only screen and (max-width: 1920px) {
  .page-hero {
    background-size: auto 160%;
  }

  .child-page .page-hero {
    background-size: cover;
  }

  #hero-video {
    top: 4em;
    left: -9em;
    height: calc(112vw * var(--video-aspect-ratio));
    width: 112vw;
  }
}

@media only screen and (max-width: 1600px) {
  .page-hero {
    background-size: auto 140%;
  }

  #hero-video {
    top: -0.5em;
    left: -10em;
    height: calc(120vw * var(--video-aspect-ratio));
    width: 120vw;
  }

  .home-hero {
    height: 500px;
  }
}

@media only screen and (max-width: 1450px) {
  .page-hero {
    background-size: auto 130%;
  }

  #hero-video {
    left: -16em;
    height: calc(130vw * var(--video-aspect-ratio));
    width: 130vw;
    top: -0.6em;
  }

  .home-hero {
    height: 450px;
  }
}

@media only screen and (max-width: 1139px) {
  #hero-video {
    top: 3em;
    left: -19em;
    height: calc(140vw * var(--video-aspect-ratio));
    width: 140vw;
  }

  .specs-sp .specs-table td:first-child,
  .specs-sp .specs-table th:first-child {
    box-shadow: 4px 0px 5px -2px #44444440;
  }
}

@media only screen and (max-width: 991px) {
  .hero {
    background-color: none;
    min-height: 0 !important;
    padding: 65vw 0 0 0 !important;
  }
  .hero .container {
    background-color: #2082c5;
  }
  .page-hero {
    background-position: right 25% top 0;
    background-size: auto 80vw;
  }
  .hero .container {
    box-shadow: 0 0 0 100vw #2082c5;
    clip-path: inset(0 -80vw);
  }
  .hero-text {
    padding: 0;
    max-width: none;
  }
  .hero-text.h3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .hero-text-large {
    display: none !important;
  }

  .hero-text-small {
    display: block;
    padding: 20px 0 30px;
    text-align: left;
  }
  .hero .container * {
    color: #fff;
  }
  .hero .button {
    color: #fff !important;
    display: block;
    font-size: 18px;
    min-width: 295px;
    width: 80%;
    margin: 15px auto !important;
  }
  .hero .button:nth-of-type(1) {
    margin-top: 30px !important;
  }
  .hero .button:nth-of-type(odd) {
    background: transparent;
    border-color: #fff;
  }
  .hero .button:nth-of-type(even) {
    background: #29439c;
    border-color: #29439c;
  }

  .page-template-page-vehicle-drying-single .hero {
    background-size: auto 65vw;
    background-position: top center;
  }
  .page-template-page-product-system .hero {
    background-size: auto 65vw;
    background-position: top right;
  }
  .page-template-page-products-accessories-single .page-hero {
    background-size: auto 65vw;
  }
  .page-id-6149 .hero {
    background-size: auto 65vw;
    background-position: top center;
    background-attachment: scroll;
  }

  .page-template-page-industries-single .page-hero,
  .page-template-page-applications-single .page-hero {
    background-size: auto 65vw;
    background-position: top center;
  }

  .page-template-page-product-system .hero-text-small div {
    background: none !important;
    padding: 0 !important;
  }

  .page-template-page-bespoke .hero-text-small > div {
    background: none !important;
    padding: 0 !important;
  }

  .page-template-page-vehicle-blowing-system .hero {
    background-size: cover;
  }

  .home-hero {
    height: auto;
    padding: 0;
  }
  .home-hero .hero-text {
    background: none;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  .landing-product-hero .hero-text {
    max-width: 95%;
  }

  #hero-video {
    top: 0 !important;
    height: 70vw;
    width: calc(70vw / var(--video-aspect-ratio));
    right: auto;
    left: 50%;
    transform: translateX(-65%);
    position: absolute;
  }

  .c2a-side {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .landing-product-hero .hero-text {
    max-width: none;
  }
  .hero-usps {
    margin: 0.2em 0 1.5em !important;
  }
  .page-about-us .page-hero {
    background-position-x: -170px;
    background-position-y: -60px;
  }

  .dimension-gallery li img {
    height: auto;
  }
}

@media only screen and (max-width: 575px) {
  .specs-sp .specs-table td {
    font-size: 13px !important;
  }

  .page-id-6149 .specs-table {
    border-collapse: separate;
  }
}

@media only screen and (max-width: 479px) {
  .home-hero h1 {
    font-size: 28px;
  }

  .hero-text {
    font-size: 18px;
  }

  .specs-sp {
    margin-left: -15px;
    margin-right: -15px;
  }

  .specs-sp .specs-table td:first-child,
  .specs-sp .specs-table th:first-child {
    width: 80px;
    padding-right: 10px;
  }

  .page-template-page-blowers-px-single .specs-sp .specs-table {
    min-width: auto;
  }
  .specs-sp .specs-table td:not(:first-child),
  .specs-sp .specs-table th:not(:first-child) {
    width: 150px;
  }

  .pdf_buttons a {
    margin: 15px 0;
    display: block;
  }
}

/* General Media Quiries */

@media only screen and (max-width: 1139px) {
  .footer-customers .customers-logos .swiper-slide {
    max-width: 20%;
  }

  #mapsvg {
    width: 700px !important;
  }

  /*
	.footer .newsletter-box {
		float: none;
		width: auto;
		clear: both;
		text-align: center;
	}
	.newsletter_form {
		margin: 15px auto 0;
		max-width: 320px;
	}
	.newsletter_form input {
		text-align: left;
		max-width: 100%;
	}
	.newsletter_form .button {
		float: none;
		width: 100%;
	}
	.footer .row:first-child .col_2 {
		width: 21.2%;
	}
	*/

  .post-type-archive-casestudy .customers-logos img {
    margin: 20px 10px;
    max-width: 150px;
  }
}

@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 32px;
  }

  h2,
  .h2 {
    font-size: 28px;
    line-height: 1.1;
  }

  h3,
  .h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  h4,
  .h4 {
    font-size: 18px;
    line-height: 1.2;
  }

  .customers-text h1 {
    font-size: 30px;
  }

  #mapsvg {
    height: 520px !important;
    width: 620px !important;
  }

  ul#countries li.country {
    font-size: 14px;
  }

  .main-menu > li:first-child {
    display: none !important;
  }

  .main-menu > li:nth-child(2):before,
  .main-menu > li:nth-child(2):after {
    display: none;
  }

  .main-menu > li:nth-child(2) > a {
    padding-left: 0;
  }

  .menu-item-6053 a {
    margin-top: 30px;
    margin-left: -20px;
  }

  .team-members .member {
    text-align: center;
  }

  .free-consultation {
    padding: 30px 0 0;
  }

  .free-consultation p {
    font-size: 18px;
    line-height: 26px;
  }
  .c2a-box {
    display: block;
    max-width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .c2a-box .button {
    background: none;
    border: 1px solid #fff;
    color: #fff !important;
    font-size: 18px;
    max-width: 400px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .c2a-left {
    margin: 0 auto 40px;
    width: auto;
    text-align: center;
  }
  .c2a-left h2 {
    font-size: 30px;
  }
  .c2a-left h3 {
    margin-bottom: 25px !important;
  }
  .c2a-left h4 {
    font-size: 16px;
    padding: 0 15px;
  }
  .c2a-call {
    font-size: 20px;
    margin-bottom: 25px !important;
  }

  .c2a-right {
    text-align: center;
  }

  .specs-simple .specs-table td {
    display: block;
    width: auto;
    padding: 3px 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-area {
    overflow-x: hidden;
  }
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 15px;
  }
  .button {
    font-size: 16px;
  }
  .button-lg {
    font-size: 18px;
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .popup-before-go .left a {
    font-size: 20px;
  }

  .c2a-button {
    max-width: 250px;
  }

  .swiper-mobile-only {
    margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
    margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
    overflow: visible !important;
  }
  .swiper-mobile-only .swiper-wrapper {
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }
  .swiper-mobile-only .swiper-slide {
    opacity: 0.5;
    width: 100%;
  }
  .swiper-mobile-only .swiper-slide-active {
    opacity: 1;
  }
  .swiper-mobile-only .row-cols-md-3 .swiper-slide {
    width: 100%;
  }

  .product-features .card {
    text-align: left;
  }
  .product-features .card-title {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .product-features .card-text {
    font-size: 14px;
    line-height: 1.4;
  }
  .product-features .col-3 {
    display: grid;
    place-items: center;
  }
  .product-features .order-1 {
    margin-bottom: 1.6em !important;
  }
  .product-features .card-button {
    border: 0;
    text-decoration: underline !important;
  }

  .footer-customers .customers-logos .container {
    padding: 0;
  }
  .footer-customers .customers-logos .swiper-wrapper {
    display: flex;
  }
  .footer-customers .customers-logos .swiper-slide {
    margin: 0;
    opacity: 0.2;
    max-width: none;
    width: auto;
    user-select: none;
  }
  .footer-customers .customers-logos .swiper-slide-active {
    opacity: 1;
  }
  .footer-customers .customers-logos img {
    max-height: 52px;
    width: auto;
    margin: 5px;
    vertical-align: middle;
  }
  .footer-customers .customers-text .button {
    background: none;
    color: #fff !important;
    border-color: #fff !important;
    margin-top: 1.5em;
    min-width: 230px;
  }

  .customers-text h1 {
    font-size: 26px;
  }

  #mapsvg {
    height: 450px !important;
    width: 530px !important;
  }

  ul#countries {
    column-count: 3;
  }

  .header-inner {
    padding: 12px 15px 20px !important;
    box-sizing: border-box;
    flex-wrap: wrap;
    height: auto;
    display: grid;
    grid-template-rows: auto 1fr;
  }

  .header-distributors {
    background: none;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    line-height: 1;
    grid-column: 2;
    grid-row: 1;
    position: static;
    display: flex;
    align-items: start;
    justify-content: end;
    padding-bottom: 5px;
  }

  .header-distributors .distributors-link {
    color: #fff;
    font-weight: 400;
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    padding: 0;
  }
  .header-distributors .distributors-link i {
    font-size: 18px;
    margin: 0 0 0 10px !important;
  }

  .distributors-dropdown-link {
    padding: 2px 12px 4px;
  }

  .header-distributors .search-button {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    margin-left: 25px;
    position: relative;
  }
  .header-distributors .search-button::before {
    display: block;
    content: "";
    width: 2px;
    height: 12px;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    left: -13px;
    top: 2px;
  }
  .header-distributors .search-button i {
    font-weight: 400;
  }

  .logo {
    display: block;
    margin: 0;
    padding: 2px 0;
    grid-column: 1;
    grid-row: 1/3;
  }
  .logo-img img {
    display: block;
    width: 135px;
    height: auto;
  }
  .logo-tagline {
    font-size: 0.8rem;
    padding: 0;
    line-height: 1;
    letter-spacing: -0.2px;
    margin: 5px 0 0 0;
    text-align: center;
    display: block;
  }
  .logo-tagline br {
    display: none;
  }

  .header-contact {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    grid-column: 2;
    grid-row: 2;
    align-self: start;
  }

  .header-contact div {
    margin: 0;
  }

  #nav {
    height: 40px;
  }
  .main-menu-nav a,
  .mainnav .menu-button {
    font-size: 0.9rem;
    line-height: 30px;
    padding: 5px 10px;
  }
  .mainnav .menu-button {
    margin-left: auto;
  }
  .mainnav .menu-button::before {
    display: none;
  }

  .mobile-menu-contact li:last-child {
    display: block;
  }

  @keyframes FadeInOut-one {
    0% {
      opacity: 1;
    }
    30% {
      opacity: 1;
    }
    33% {
      opacity: 0;
    }
    63% {
      opacity: 0;
    }
    66% {
      opacity: 0;
    }
    99.9% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

  @keyframes FadeInOut-two {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 0;
    }
    33% {
      opacity: 1;
    }
    63% {
      opacity: 1;
    }
    66% {
      opacity: 0;
    }
    99.9% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

  @keyframes FadeInOut-three {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 0;
    }
    33% {
      opacity: 0;
    }
    63% {
      opacity: 0;
    }
    66% {
      opacity: 1;
    }
    96% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  .usp-bar-outer {
    position: relative;
    height: 24px;
  }
  .usp-bar ul li {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    position: absolute;
    inset: 0;
    margin: 0 !important;
  }
  .show-first {
    animation-name: FadeInOut-one;
  }
  .show-second {
    animation-name: FadeInOut-two;
  }

  .show-third {
    animation-name: FadeInOut-three;
  }

  .footer .row:first-child .col_2 {
    box-sizing: border-box;
    clear: none;
    float: left;
    width: 50%;
  }

  .newsletter_form {
    display: block;
  }

  .newsletter_form input {
    margin-bottom: 10px;
  }

  .footer_nav {
    font-size: 12px;
    text-align: center;
  }

  .designby {
    font-size: 12px;
    margin-top: 8px;
    text-align: center;
  }

  .side-content {
    margin-top: 30px;
  }

  .post-categories {
    display: none;
  }

  .post-categories-mobile {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

  .team-members .member {
    text-align: center;
  }

  .system-overview {
    flex-wrap: wrap;
  }

  .system-overview .col_3 {
    width: 100%;
  }

  .system-overview .col_6 {
    order: 1;
  }

  .system-overview .col_3:first-child {
    order: 2;
  }

  .system-overview .col_3:last-child {
    order: 3;
  }

  .casestudy-stats .number {
    margin: 0 0 5px;
  }

  .casestudy-gallery {
    justify-content: normal;
    margin: -10px -10px 20px;
  }

  .casestudy-gallery li {
    flex-basis: 170px;
    padding: 10px;
  }

  .header-search-inner input[type="text"] {
    font-size: 16px;
  }

  .header-search-inner button {
    top: 3px;
    font-size: 16px;
  }

  .intro {
    font-size: 16px;
  }
  .card-text {
    font-size: 15px !important;
  }
  .card-button {
    line-height: 1.2;
  }

  .our-resources .button {
    min-width: 295px;
  }

  .accordion-img {
    margin: 1em 0 0.5em;
    display: block;
  }

  .customers-text {
    max-width: 80%;
    margin: 0 auto;
  }
  .customers-text h3 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
  }
  .customers-text .large {
    display: block;
    font-size: 28px;
    margin-bottom: 0.3em;
  }
  .customers-text br {
    display: none;
  }

  .home-product-range .card-button {
    display: none;
  }

  .faq-question .question {
    font-size: 24px;
  }

  .cavsab-applications .applications-content ul {
    column-count: auto;
  }
  .cavsab ul {
    font-size: 15px;
  }

  .bs-cta {
    text-align: center;
  }

  .bs-cta h3 {
    font-size: 30px;
    font-weight: 300;
  }
  .bs-cta .phone {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 25px;
  }

  .air-knife-systems-intro-blocks ul li {
    font-size: 15px;
    margin-bottom: 0.25em;
  }

  .post-type-archive-casestudy .customers-logos img {
    margin: 22px;
    max-width: 100px;
  }
  .post-type-archive-casestudy .main-intro h1 {
    font-size: 2rem;
  }
  .post-type-archive-casestudy .main-intro h2 {
    font-size: 1.5rem;
  }

  .post-grid .post-title {
    font-size: 1.2rem;
    word-wrap: break-word;
  }

  .reshub-links a {
    width: calc(50% - 10px);
  }
  .reshub-links .icon {
    --size: 120px;
    font-size: 48px;
  }
  .reshub-links .video-icon,
  .reshub-links .otherres-icon {
    font-size: 36px;
  }
  .reshub-links .fa-trophy {
    font-size: 24px;
    margin-top: 24px;
  }

  .reshub-faq::after {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .chart-lable-top {
    font-size: 11px;
    font-weight: 600;
    padding: 0 10px;
  }

  .chart-lable-bottom {
    font-size: 10px;
  }

  .blowers-charts {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    margin: auto;
    overflow-y: scroll;
    display: block;
  }

  .main-area .card li,
  .main-content {
    font-size: 14px;
  }

  .accordion-title i {
    font-size: 19px;
  }

  #mapsvg {
    height: 390px !important;
    width: 460px !important;
  }

  ul#countries {
    column-count: 2;
  }

  .casestudy-stats ul {
    display: block;
    margin: -40px 0;
  }

  .casestudy-stats li {
    margin: 40px 0;
    padding: 0;
  }

  .casestudy-stats .number {
    margin: 0 0 5px;
    font-size: 48px;
  }

  .casestudy-stats .text {
    font-size: 18px;
  }

  .cavsab-costsavings-chart {
    margin: 30px 0;
    padding: 0 30px;
  }

  .cavsab-costsavings-chart .chart-label {
    opacity: 0.9;
    white-space: normal;
  }

  .cavsab-costsavings-chart .chart-label-1 {
    left: -10px;
    right: auto;
    bottom: auto;
    top: 90%;
    width: 150px;
  }

  .cavsab-costsavings-chart .chart-label-2 {
    left: auto;
    right: -10px;
    width: 100px;
    top: 70%;
  }

  .cavsab-costsavings-chart .chart-label-2::before {
    border-top: 0;
    border-bottom: 10px solid #eae764;
    top: auto;
    bottom: 100%;
  }

  .cavsab-costsavings-chart .chart-label-3 {
    right: -5px;
    left: auto;
    top: auto;
    bottom: 97%;
  }

  .cavsab-table .specs-sp .specs-table td:not(:first-child),
  .cavsab-table .specs-sp .specs-table th:not(:first-child) {
    width: 50%;
  }

  .cavsab-table .specs-sp .specs-table td:first-child,
  .cavsab-table .specs-sp .specs-table th:first-child {
    width: 120px !important;
  }

  .cavsab-table .specs-table .fas {
    margin: 0.2em 0.2em 0.2em 0;
  }
}

@media only screen and (max-width: 479px) {
  .mobile-menu .menu a {
    font-size: 1rem;
  }
  .mobile-menu .sub-menu a {
    font-size: 0.8rem;
  }
  .c2a-box {
    max-width: 324px !important;
  }
  .customers-text {
    max-width: none;
  }
  .customers-text .large {
    font-size: 26px;
  }

  .newsletter_form input {
    width: 100%;
    max-width: none;
  }
  .newsletter_form .button {
    padding: 0.5em 4em;
    font-size: 1rem;
    max-width: 100%;
  }
  #mapsvg {
    height: 290px !important;
    width: 330px !important;
  }

  .header-contact div {
    text-align: center;
  }
}

/***** Cookie Consent ****/
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }

  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/* BEAVER FIXES */
.fl-builder-layer-align-bottom-center {
  bottom: -1px !important;
}

.fl-builder-panel.fl-builder-ui-pinned {
  z-index: 999999 !important;
}

.fl-builder-edit .main > .row {
  overflow: auto !important;
}

.menu-item-5974 {
  width: 205px;
}

.main-menu-nav .menu .mega-menu > .sub-menu .sub-menu {
  /*width: 520px;*/
}

.product-cards .download-button {
  margin: 0 0 50px 0;
}

.video-archive-content.row {
  margin-bottom: 50px;
}

.video-archive-content h2 {
  margin-bottom: 15px;
}

/* 16:9 aspect ratio */
.post-video {
  position: relative;
  padding-top: 56.25%;
}

.post-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featured-post-style {
  margin-bottom: 50px;
}
.featured-post-style2 {
  margin-bottom: 100px;
}

.featured-post-style2 .text-above-video-title {
  margin-top: 10px !important;
}

.featured-post-style2 .row {
  background-color: #f2f2f2;
  margin-left: 0;
  margin-right: 0;
}

.featured-post-style2 .post-details {
  padding: 40px 30px;
}

.featured-post-style .post-img,
.featured-post-style2 .post-img {
  height: 100%;
}
.featured-post-style img,
.featured-post-style2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.featured-post-style .post-title,
.featured-post-style2 .post-title {
  margin-bottom: 0.2em;
  font-weight: 300;
}

.featured-post-style2 .post-title a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .swiper-mobile-only .row-cols-md-4 > .swiper-slide {
    width: 25%;
  }
  .swiper-mobile-only .row-cols-md-3 > .swiper-slide {
    width: 33.3333333333%;
  }
  .swiper-mobile-only .row-cols-md-2 > .swiper-slide {
    width: 50%;
  }

  .featured-post-style2 .post-video {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .pe-md-col {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}
@media (min-width: 992px) {
  .pe-lg-col {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}

@media (max-width: 767px) {
  select#post-categories-select {
    padding: 10px 30px;
    margin: 10px;
  }

  .page-template-page-blowers-px-single .button {
    display: block;
  }
  .page-template-page-air-knives-single .button {
    display: block;
  }
  .page-id-2363 .grey-background {
    background: #f6f6f6;
    margin: 60px 0;
    padding: 10px 0 0 0;
  }

  .kw_rating {
    padding: 2px 10px 2px 7px;
    font-size: 18px;
    width: 59px;
    height: 50px;
  }
  .ratings_outer {
    bottom: -25px;
  }
  .mbar_rating {
    padding: 2px 10px 2px 7px;
    font-size: 18px;
    width: 95px;
    height: 50px;
  }

  .header-contact a {
    padding: 5px;
  }

  .lower-nav_inner {
    padding: 20px;
  }

  .footer_nav a {
    padding: 8px;
    display: inline-block;
  }

  .designby {
    padding: 20px 0 0 0;
  }
  .newsletter_form .button {
    display: block;
    margin: auto;
  }

  .lower_nav h3:after {
    font-family: FontAwesome;
    content: " + ";
    padding: 0px 7px;
    position: absolute;
    right: 14px;
    border: 1px solid #6293c3;
    border-radius: 15px;
  }

  .lower_nav h3.active:after {
    font-family: FontAwesome;
    content: " - ";
    padding: 0px 9px 4px 9px;
    line-height: 22px;
  }

  .lower_nav_child_links {
    display: none;
  }

  .lower_nav h3 {
    border-bottom: 1px solid #5678cf;
    padding: 0 0 15px 0;
    position: relative;
  }

  .lower_nav {
    padding: 0 0 30px 0;
  }

  .lower_nav .col_2-5 {
    width: 100%;
  }

  .footer-bottom.social_row {
    text-align: center;
  }

  .newsletter_form_cont {
    padding: 40px 0 0 0;
  }

  .featured-post-style2 .left,
  .featured-post-style2 .right {
    width: 100%;
    flex: auto;
  }

  .featured-post-style2 .row {
    flex-wrap: wrap;
  }

  .featured-post-style2 img {
    width: 100%;
    height: auto;
  }

  .featured-post-style2 .left {
    order: 1;
  }

  .featured-post-style2 {
    margin-bottom: 50px;
  }

  .page-id-6149 .specs-sp .specs-table th:first-child {
    background: #1d589e !important;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    width: 80px;
  }

  .carbon-trust-logo {
    float: none;
    width: 115px;
    margin: 0;
  }
}

.single-video .single-video-intro {
  margin-top: 40px;
  margin-bottom: 30px;
}

.single-video .single-video-transcript-1 {
  margin-bottom: 40px;
}

.single-video .single-video-transcript-2 {
  margin-top: 60px;
  margin-bottom: 50px;
}

/* Search page */
body.search .pagination {
  text-align: center;
}

body.search .post-excerpt p {
  font-size: inherit;
}

body.search h1 {
  text-align: center;
  margin: 20px 0 40px 0 !important;
}

body.search h2 {
  margin-bottom: 30px;
}

body.search h3 {
  font-weight: 300;
}

body.search .search-page-title a {
  text-decoration: none;
}

body.search .search-page-title a:hover,
body.search .post-title a:hover {
  text-decoration: underline;
}

body.search .search-page-excerpt {
  margin-bottom: 40px;
}

body.search .search-page-excerpt p {
  margin-bottom: 0;
}

body.search .readmore {
  display: none;
}

/*
body.search .post-grid article:last-child {
	margin-bottom: 0;
}
*/
body.search .see-all-results {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

body.search .see-all-results-non-page {
  margin-top: -30px;
}

body.search .main {
  padding-bottom: 0;
}

.printedmat-intro .intro {
  color: #2a3e79;
  max-width: 900px;
  margin: 0 auto;
}
.printedmat-links {
  list-style: none !important;
  margin: 0.5em 0 !important;
}
.printedmat-links li {
  margin: 0;
}
.printedmat-links a {
  color: #4d9550;
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 20px;
  text-decoration: underline;
}
.printedmat-links a:hover {
  text-decoration: none !important;
}
.translated-docs .intro {
  color: #2a3e79;
}
.translated-docs .intro i {
  font-size: 92px;
}
.translated-docs .printedmat-links a {
  margin-right: 10px;
}

.printedmat-contact i {
  color: #fff;
  font-size: 110px;
}
.printedmat-contact .container > div {
  max-width: 800px;
  margin: 0 auto;
}
