:root {
  --grey1: #F4AB1C;
  --secondary: red;
  --grey1: #F7F8FA;
  --base: #373736;
  --white: #FFF;
  --blue1: #003a70;
  --blue2: #407ec9;
  --orange1: #ff8a11;
  --orange2: #ffa749;
  --orange3: #ff8800;
  --grey1: #212934;
  --grey2: #f3f3f3;
  --grey3: #9e9e9e;
  --black: #000000;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font: 400 16px/1.5 'Open Sans', Arial, sans-serif;
  color: var(--base);
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0 auto;
  background: var(--white);
}

/* Narrow Width of blocks */
.narrow>div:first-of-type {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

/* Width of "wide" blocks */
.alignwide>div:first-of-type {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

/* Width of "full-wide" blocks */
.alignfull>div:first-of-type {
  max-width: 1800px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.site-header .alignfull>div:first-of-type {
  padding: 0;
}

.site-footer .alignfull>div:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
}

h1,
h2,
h3 {
  color: var(--blue1);
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  margin: 0 0 1rem 0;
  padding: 0;
}

h1 {
  font-size:  2.125em;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}

h2 {
  font-size: 1.75em;
  margin: 0 0 1rem 0;
  line-height: 1.45;
}

h3 {
  font-size: 1.55em;
  line-height: 1.25;
  margin: 0 0 1rem 0;
}

h4 {
  font-size: 1.4em;
  line-height: 1.5;
  margin: 0 0 0.4rem 0;
}

p {
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 1rem 0;
  padding: 0;
}

p.has-small-font-size {
  font-size: .85em;
}

p.has-medium-font-size {
  font-size: .9em;
}

p.has-large-font-size {
  font-size: 1.4em;
}

b,
strong {
  font-weight: 600;
}

hr {
  background-color: var(--d-grey);
  border: 0;
  height: 1px;
  margin: 2rem 0;
}

img {
  max-width: 100%;
  width: initial;
  height: auto;
  display: block;
  margin: 0 auto;
}

.img-margin img {
  margin: 2rem 0 3rem 0;
}

svg {
  display: block;
}

figure {
  margin: 0;
}

ul.list,
ol.list {
  list-style-type: square;
  font-size: 1em;
  margin: 0 0 2rem 2rem;
  padding: 0;
  line-height: 1.6;
}

ol.list {
  list-style-type: decimal;
}

ul {
  list-style-type: none;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

ul.features {
  list-style: none;
}
ul.features li {
  color: var(--grey1);
  font-size: 1.2em;
  position: relative;
  padding: .5rem 0 .5rem 3rem;
}
ul.features li::before {
  content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    background-image: url('/wp-content/themes/ibtonline/img/SonicAire-X-48.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0
}

ul.dust li {
  position: relative;
  padding-left:3.75em;
  margin-bottom: 1rem
}

ul.dust li:before {
  content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background-image: url('/wp-content/themes/ibtonline/img/dust-button.jpeg');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0
}

ul.product-features,
ul.product-features2 {
  list-style-type: disc;
  margin-left: 1rem;
}

ul.contacts li {
  position: relative;
  padding-left: 2.25em;
  margin-bottom: 1rem
}
ul.contacts li::before {
  content: '';
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 0
}

ul.contacts li:nth-child(1)::before {
    background-image: url('/wp-content/themes/ibtonline/img/icon-map-marker-alt-solid.png');
}
ul.contacts li:nth-child(2)::before {
    background-image: url('/wp-content/themes/ibtonline/img/icon-phone-solid.png');
}
ul.contacts li:nth-child(3)::before {
    background-image: url('/wp-content/themes/ibtonline/img/icon-envelope-solid.png');
}
ul.contacts li:nth-child(4)::before {
    background-image: url('/wp-content/themes/ibtonline/img/icon-clock-regular.png');
}

ol li ol {
  margin: 1rem 0;
}

ol li ol li {
  margin: 0 0 .25rem 0;
}

a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: var(--blue2);
}

a:hover,
a:focus,
a:active {
  cursor: pointer;
  text-decoration: none;
  color: var(--blue1);
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}
.uppercase {
  text-transform: uppercase;
}

.underline a {
  text-decoration: underline
}

/* Color classes */

.fontWhite, .fontWhite a {color: var(--white)}
.fontWhite a:hover {color: var(--grey3)}
.fontBlue {color: var(--blue1)}
.fontBlue2 {color: var(--blue2)}
.fontBlack {color: var(--black)}
.bgOrange {background-color: var(--orange1)}
.bgOrange2 {
  background-color: var(--orange3); background-image: url('/wp-content/themes/ibtonline/img/fan-graphic-1024x254.png')}
.bgGrey {background-color: var(--grey2)}
.bgBlue1 {background-color: var(--blue1)}
.bgBlue2 {background-color: var(--blue2)}
.bgBlue3 {background-color: var(--blue1)}
.bgBlue3-slider {background: url('/wp-content/themes/ibtonline/img/success-stories-bkgd-300x93.png') var(--blue1);
  background-repeat: no-repeat; background-size: cover;
}
.bgBlue4 {
  background: linear-gradient(180deg, #003a70 6%,#407ec9 57%),url('/wp-content/themes/ibtonline/img/fan-graphic-300x75.png')
}

/* Spacing */

.mt-1,
.mt-2,
.mt-3,
.mt-4,
.mt-5,
.mt-6 {
  margin-top: 1rem !important
}
.mb-1,
.mb-2,
.mb-3,
.mb-4,
.mb-5,
.mb-6 {
  margin-bottom: 1rem !important
}
.mr-1,
.mr-2 {
  margin-right: 1rem !important
}
.ml-1,
.ml-2 {
  margin-left: 1rem !important
}

/* Breadcrumbs */
.ah-breadcrumb {
  width: 100%;
  margin: .5rem auto 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.ah-breadcrumb li {
  display: inline-block;
  margin: 0 .25rem;
  font-size: .9em;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: var(--grey1);
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: var(--secondary);
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/

.is-style-rounded2 {
  transform: perspective(1000px) scale(1);
  transition: transform .35s;
}
.is-style-rounded2:hover {
  transform: perspective(1000px) scale(1.03);
}
.is-style-rounded2 img {
    border-radius: 10px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-width: 80%;
}

.is-style-rounded3 img {
    border-radius: 50%;
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-width: 60%;
}

.imageBanner .wp-block-cover__inner-container {
  display:none;
}

.imgGallery {
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgGallery img {
  max-width: 13rem;
}

.brochure img {
  width: 10rem
}

/*--------------------------------------------------------------
# Before / After slider
--------------------------------------------------------------*/

.cd-image-container {
  position: relative;
  width: 95%;
  max-width: 768px;
  margin: 0em auto;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  font-weight: 500;
  letter-spacing: 1px;
  top: 40%;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
  top: 40%
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #000000 url("https://images.clickfunnels.com/09/a714400d3211e7a0bd7d7140585054/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

/*--------------------------------------------------------------
# Video (YouTube)
--------------------------------------------------------------*/
.wp-block-embed__wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.wp-block-embed__wrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* cross-browser fix */
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  display: inline-block;
  margin: 0;
  padding: .813rem 1.813rem;
  background: var(--orange1);
  border-radius: 15px;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0;
  white-space: nowrap;
  color: var(--white);
  cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: var(--grey1);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: var(--base);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  color: var(--black);
  border: 1px solid var(--grey3);
  border-radius: 5px;
  margin: 0.5rem 0 1rem 0;
  padding: .75rem 1rem;
  width: 100%;
  font-size: .65rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--base);
}

/* contact 7 forms */
span.required {
  color: var(--secondary);
  font-size: 0.8em;
}

span.wpcf7-not-valid-tip {
  color: var(--secondary);
}

span.wpcf7-list-item {
  display: block;
  margin-bottom: .25rem;
}

/*--------------------------------------------------------------
## Site logo
--------------------------------------------------------------*/
.site-header {
  background: var(--white);
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
}

.site-header .alignfull {
  padding: 0;
}

.site-branding {
  margin: .6rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*! justify-content: center; */
}

.site-branding img {
  width: 6rem;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  max-height: 6rem;
}

.site-branding a:hover img {
  opacity: .75;
}

.top-nav {
  display: none;
}

/* Social Media */
.menu-social-media-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-social-media-container ul li {
  margin: .65rem 1rem .65rem 0;
}

.menu-social-media-container ul li:last-of-type {
  margin-right: 0;
}

.menu-social-media-container ul li a {
  color: var(--white);
  font-weight: 600;
}

.menu-social-media-container img {
  width: .9rem;
}

/* Language selector */
.menu-languages-container {
  position: relative;
  top: .1rem;
  cursor: pointer;
}

.menu-languages-container ul {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.menu-languages-container ul .sub-menu {
  position: relative;

}

.menu-languages-container ul li a {
  display: block;
  padding: .5rem 1rem;
  color: var(--white);
  background: url(/wp-content/uploads/icon-submenu.svg) no-repeat right center;
  background-size: 8px;
  font-size: .9em;
  line-height: 1.55;
  text-align: right;
}

.menu-languages-container ul .sub-menu li a {
  text-align: left;
}

.menu-languages-container a img {
  display: inline;
  vertical-align: middle;
  margin-right: .45rem;
  position: relative;
  bottom: 1px;
}

.menu-languages-container ul.sub-menu {
  display: none;
  border: 1px solid var(--d-grey);
}

.menu-languages-container:hover ul.sub-menu {
  display: block;

}

.menu-languages-container ul.sub-menu li a {
  display: block;
  padding: .5rem 1rem;
  -webkit-box-shadow: 0px 4px 12px -3px rgb(0 0 0 / 20%);
  box-shadow: 0px 4px 12px -3px rgb(0 0 0 / 20%);
  background-color: var(--white);
  border-bottom: 1px solid var(--d-grey);
  text-decoration: none;
  color: var(--base);
}

.menu-languages-container ul.sub-menu li:last-child a {
  border: 0;
}

.menu-languages-container ul.sub-menu a:hover {
  color: var(--grey1);
  background-color: var(--grey2);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Hide/show nav*/
.btn-content {
  display: none;
  width: 100%;
  background: var(--grey2);
  padding: 0 1.5rem;
  text-align: center;
  -webkit-box-shadow: 0 8px 14px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 14px -4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  top: 0;
  border-top: 1px solid rgba(225, 225, 225, .6);
}

.btn-content a {
  color: var(--grey1);
  text-decoration: none;
  line-height: 1.8;
  font-size: .9rem;
  text-align: left;
}

.main-navigation .btn-toggle {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  background: var(--white);
  color: var(--grey3);
  font-size: 1em;
  line-height: 0;
  outline: none;
  cursor: pointer;
  padding: 1.8rem 1rem;
  margin: 0;
  z-index: 2;
}

.main-navigation .btn-toggle i.bar {
  position: relative;
  display: block;
  width: 2rem;
  height: 3px;
  background: var(--grey3);
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.main-navigation .btn-toggle i.bar::before,
.main-navigation .btn-toggle i.bar::after {
  content: '';
  width: 2rem;
  height: 3px;
  background: var(--grey3);
  position: absolute;
  left: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.main-navigation .btn-toggle i.bar::before {
  top: -8px;
}

.main-navigation .btn-toggle i.bar::after {
  bottom: -8px;
}

.main-navigation .btn-toggle.btn-toggle-expand i.bar {
  background: rgba(0, 0, 0, 0);
}

.main-navigation .btn-toggle.btn-toggle-expand i.bar::before {
  top: 0;
  -webkit-transform: rotateZ(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotateZ(-135deg);
}

.main-navigation .btn-toggle.btn-toggle-expand i.bar::after {
  bottom: 0;
  -webkit-transform: rotateZ(135deg);
  -ms-transform: rotate(135deg);
  transform: rotateZ(135deg);
}

.main-navigation li a {
  display: block;
  padding: .75rem;
  border-bottom: 1px solid rgba(225, 225, 225, .5);
  line-height: 1.25;
}

.main-navigation li .sub-menu {
  margin-left: 1rem
}

.main-navigation li:last-child a {
  border: 0;
}

/*--------------------------------------------------------------
## col and Modules
--------------------------------------------------------------*/
/* quotations */
blockquote {
  display: block;
  margin: 0 0 .75rem 0;
  padding: 0;
  font-style: normal;
  font-size: 1.7em; line-height: 1.4em;
  quotes: "\201C""\201D";
}

blockquote p:before {
  content: url('/wp-content/themes/ibtonline/img/quote-left-solid.png');
  margin-right: .65rem
}

blockquote p:after {
  content: url('/wp-content/themes/ibtonline/img/quote-right-solid.png');
  margin-left: .65rem
}

blockquote p {
  color: var(--white);
  font-size: .9em;
  line-height: 1.3em;
}

.quoteImg .wp-block-cover {
  position: relative;
}

.quoteImg .wp-block-cover__inner-container {
  position: absolute;
  bottom: -1rem;
}
.quoteImg p {
  font-size: 1em;
  color: var(--white);
  background: var(--orange1);
  padding: .5rem;
}

.quotee {
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
}

address {
  font-style: normal;
}

iframe,
object,
embed {
  max-width: 100%;
}

/* col */
.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  /*gutter*/
}

.wp-block-columns .wp-block-column {
  padding-left: 1.5rem;
  margin-bottom: 0;
}

.wp-block-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* without gutter */
.wp-block-columns.no-gutter {
  margin-left: 0;
  /*no-gutter*/
}

.wp-block-columns.no-gutter .wp-block-column {
  padding-left: 0;
  margin-bottom: 0;
}

.wp-block-columns.no-gutter-bottom .wp-block-column {
  margin-bottom: 0;
}

/* center text */
.has-text-align-center {
  text-align: center;
}

/* text right */
.has-text-align-right {
  text-align: right;
}

/* text left */
.text-left {
  text-align: left;
}

/* justify per row */
.align-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* vertical alignment */
.are-vertically-aligned-top {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.is-vertically-aligned-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.is-vertically-aligned-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.is-vertically-aligned-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.is-vertically-aligned-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.alignTop {
  align-items: flex-start !important;
}

/* horizontal alignment */
.h-align-height .module,
.h-align-height .module-box {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}

/* base classes for all media - mobile first */
.one-item>.wp-block-column,
.one-of-one>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.two-items>.wp-block-column,
.one-of-two>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.three-items>.wp-block-column,
.one-of-three>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  /* IE11 < */
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
}

.four-items>.wp-block-column,
.one-of-four>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.five-items>.wp-block-column,
.one-of-five>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.six-items>.wp-block-column,
.one-of-six>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666666666667%;
  flex: 0 0 16.66666666666667%;
  /* IE11 < */
  -ms-flex: 0 0 calc(100% / 6);
  flex: 0 0 calc(100% / 6);
}

.two-of-three>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  /* IE11 < */
  -ms-flex: 0 0 calc(100% / 3 * 2);
  flex: 0 0 calc(100% / 3 * 2);
}

.three-of-four>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.three-of-five>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.five-of-six>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  /* IE11 < */
  -ms-flex: 0 0 calc(100% / 6 * 5);
  flex: 0 0 calc(100% / 6 * 5);
}

/* Switch 2 column order */
.switcharoo:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.switcharoo:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* slider */
.hero .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: center;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--grey1);
  position: relative;
  padding: 4rem;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slider {
  display: block;
}

.hero .message p {
  font-size: 1.4em;
  line-height: 1.6;
  margin: 0 0 2rem 0;
  color: var(--grey1);
}

.hero.main-img .message h1 {
  margin: 0;
}

.hero img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {}

.text-block-right,
.text-block-left {
  padding: 2rem 0 0 0;
}

.grey {
  background: var(--grey1);
}

.white {
  background: var(--white);
}

.wp-block-cover {
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wp-block-cover.bg-overlay {
  background-color: var(--grey1);
  position: relative;
}

.wp-block-cover.bg-overlay::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(244, 171, 28, 0)), color-stop(50%, rgba(244, 171, 28, .5)));
  background-image: -o-linear-gradient(left, rgba(244, 171, 28, 0) 0%, rgba(244, 171, 28, .5) 50%);
  background-image: linear-gradient(90deg, rgba(244, 171, 28, 0) 0%, rgba(244, 171, 28, .5) 50%);
}

.wp-block-cover .module-box {
  display: block;
  width: calc(100vw - 4rem);
  padding: 2rem;
  background: transparent;
  border-radius: 3px;
  position: relative;
  z-index: 2;
}

.videoContent {position: relative}
.videoContent .wp-block-cover__inner-container {
  position: absolute;
  top: 6rem
}

.heroColumns {margin-top: -.4rem}
.heroColumns.alignfull>div:first-of-type {
  padding: 2rem 2.5rem .5rem 2.5rem !important}
.heroColumns .wp-block-group__inner-container p {margin: 0 !important}
.block {display: block !important}

.successStories .wp-block-group__inner-container {
  border-bottom: 5px solid var(--orange1);
}

.successStories:last-child .wp-block-group__inner-container {
  border-bottom: 0;
}

.successStories h2 {
  border-bottom: 1px solid var(--grey3);
  padding-bottom: .75rem;
}

.successStories h3 {
  border-left: 4px solid var(--orange1);
  padding-left: 1rem;
}

.successStories .wp-block-button a {
  background: var(--blue1);
}

.successStories .wp-block-button a:hover {
  background: var(--orange1);
}

.industries .wp-block-column img {
  height: 6rem; width: auto;
}

.industries .wp-block-column h3 {
  font-size: .9rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 1rem;
}

.dustMgt .wp-block-column img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.stories .wp-block-cover {
  min-width: 14rem; min-height: 14rem; margin: 0 auto; border-radius: 50%;
  padding: 3rem 1.5rem; border: 2px solid var(--white); text-align: center;
  max-width: 70%
}

.stories .wp-block-cover a {
  background: var(--grey2);
  color: var(--blue1);
  padding: .5rem;
}

.stories .wp-block-cover a:hover {
  background: var(--grey2);
  color: var(--orange1);
}

.hexagon {
  text-align: center;
}

.hexagon a {
  display: block;
  padding: 1rem .75rem;
}

.hexagon a:hover {
  background: rgba(0, 0, 0, .015);
  border-radius: 3px;
}

.hexagon h3 {
  margin: .5rem 0 .25rem 0;
}

.hexagon a:hover h3 {
  color: var(--grey1);
}

.hexagon a img {
  margin: auto;
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.hexagon a:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hexagon p {
  margin: 0 0 .5rem 0;
  line-height: 1.4;
  color: var(--base);
}

.heading-only {
  margin: 0 0 2rem 0;
}

.blog .latest-news h2 {
  font-size: 1.15em
}

.blog .latest-news p {
  font-size: .85em;
}

/* Support & Resources */
.border-top {
  border-top: 1px solid var(--d-grey);
}

.latest-news .outer-link {
  display: block;
  border: 1px solid var(--d-grey);
  border-radius: 4px;
  color: var(--base);
  position: relative;
}

.latest-news .outer-img {
  position: relative;
  overflow: hidden;
}

.latest-news .outer-link img {
  border-radius: 4px 4px 0 0;
  -webkit-transition: -webkit-transform .75s;
  transition: -webkit-transform .75s;
  -o-transition: transform .75s;
  transition: transform .75s;
  transition: transform .75s, -webkit-transform .75s;
  width: 100%;
}

.latest-news .outer-link:hover img {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15)
}

.latest-news .inner-content {
  font-size: 1.15em;
  padding: 1.5rem;
  height: 100%;
}

.latest-news .category {
  display: block;
  background: var(--grey1);
  padding: .5rem 1.75rem;
  border-radius: 0 4px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: .75em;
  text-transform: uppercase;
  color: var(--white);
}

.latest-news .read {
  display: block;
  margin: 1.75rem 0 0 0;
  font-size: .9em;
  color: var(--grey1);
  text-transform: uppercase;
}

.latest-news .outer-link:hover .read {
  color: var(--grey1);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.resourcesBox1 {
  border-left: solid 5px var(--orange1);
  padding: 1rem;
  margin-bottom: 2rem !important;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 50%) !important;
}

.resourcesBox2 {
  border-left: solid 5px var(--blue1);
  padding: 1rem;
  margin-bottom: 2rem !important;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 50%) !important;
}

.resourcesBox1 .wp-block-tiptip-hyperlink-group-block p,
.resourcesBox2 .wp-block-tiptip-hyperlink-group-block p {
  color: var(--black);
  padding-top: 1rem;
  padding-left: 2rem;
  position: relative;
}

.resourcesBox1 .wp-block-tiptip-hyperlink-group-block:hover p,
.resourcesBox2 .wp-block-tiptip-hyperlink-group-block:hover p {
  color: var(--orange1);
}

.resourcesBox1 .wp-block-tiptip-hyperlink-group-block p::before,
.resourcesBox2 .wp-block-tiptip-hyperlink-group-block p::before {
  content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url('/wp-content/themes/ibtonline/img/download-solid.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 1rem;
}


/* buttons */
.wp-block-button a {
  display: inline-block;
  padding: .813rem 1.813rem;
  background: var(--orange1);
  border-radius: 15px;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.wp-block-button a:hover {
  background: var(--orange2);
  color: var(--white);
}

.wp-block-button.yellow a {
  background: var(--grey1);
}

.wp-block-button.yellow a:hover {
  background: var(--grey1);
}

.wp-block-buttons.is-content-justification-center {
  text-align: center;
}

.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin-right: 1rem;
}

.wp-block-buttons .wp-block-button:last-of-type {
  margin: 0;
}

/*table styling*/
.wp-block-table {
  max-width: calc(100vw - 2rem);
  padding: 1rem 0;
}

.wp-block-table table {
  border-collapse: collapse;
  overflow-x: auto;
  display: table;
  /*width: fit-content;*/
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  width: 100%;
}

.wp-block-table table td,
.wp-block-table table th {
  border: 1px solid var(--d-grey);
  padding: 1.5rem 1.75rem;
}

.wp-block-table table thead {
  color: var(--grey1);
  background: transparent;
}

.wp-block-table table th {
  text-align: left;
  border-top: none;
  font-weight: 700;
}

.wp-block-table table td {
  /*white-space: nowrap;*/
  border-bottom: none;
  font-size: 0.9em;
  font-weight: 100;
  line-height: 1.3;
}

.wp-block-table table td:first-of-type,
.wp-block-table table th:first-of-type {
  border-left: none;
}

.wp-block-table table td:last-of-type,
.wp-block-table table th:last-of-type {
  border-right: none;
}

.is-style-stripes table {
  font-size: .9em
}

.is-style-stripes table th {
  font-size: 1.2em
}

.is-style-stripes table td:first-child {
  font-size: 1em;
}

.is-style-stripes table td,
.is-style-stripes table th {
  padding: .5rem;
}

.is-style-stripes table tr:nth-child(even) {
  background: var(--grey1);
}

/* footer */
.site-footer {
  background: var(--blue1);
  color: var(--white);
}

.site-footer a,
.site-footer li a {
  color: var(--white);
}

.site-footer a:hover,
.site-footer li a:hover {
  color: var(--grey3);
}

.site-footer a svg, .site-footer li a svg {
  fill: var(--white)
}

.site-footer .logo img,
.site-info .logo img {
  max-height: 4rem
}

.site-info {
  padding: 2rem 0 .5rem 0;
}

.site-info .logo {
  position: relative;
  bottom: 1.25rem
}

.site-info .logo img {
  margin: auto;
}

.site-info h2 {
  margin: 0 0 1.75rem 0;
  font-size: .95em;
  font-weight: 700;
  line-height: 1.3;
  color: var(--white);
  position: relative;
}

.site-info h2::after {
  content: "";
  background: var(--white);
  position: absolute;
  top: 1.75rem;
  left: 0;
  width: 2rem;
  height: 1px;
}

.site-info p,
.site-info li {
  font-size: .725em;
  line-height: 2.25;
}

.site-info p {
  margin: 0 0 1rem 0;
  line-height: 1.5;
}

.site-info .menu-social-media-container ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-info .menu-social-media-container ul li {
  margin: 1.75rem 1.5rem .75rem 0;
}

.site-info .menu-social-media-container img {
  width: 1.15rem;
}

.copyright {
  display: block;
  padding: 1rem 0;
  width: 100%;
  background: var(--blue1);
  color: var(--white);
  border-top: 1px solid var(--white)
}

.copyright ul,
.copyright p {
  margin: 0 1rem;
  padding: 0;
}

.copyright ul li,
.copyright p {
  display: inline-block;
  font-size: .75em;
  line-height: 1.4;
}

.copyright a,
.copyright li a {
  color: var(--white);
  text-transform: uppercase;
  font-size: .65rem
}

.copyright li a::after {
  content: "|";
  margin-left: .25rem
}
.copyright li:last-child a::after {
  content: ""
}

/* Main content */
.module {
  margin: 0 0 3.5rem 0;
}

.module a h2 {
  display: block;
  font-size: 1.85em;
  line-height: 1.25;
  color: var(--grey1);
}

/* Cookie popup */
.cookie-banner {
  position: fixed;
  display: none;
  width: 100%;
  bottom: 0;
  padding: 1rem 2rem .5rem 2rem;
  background: var(--blue2);
  color: var(--white);
  z-index: 99;
  left: 0;
  -webkit-box-shadow: 0px 1px 23px 1px rgb(0 0 0 / 36%);
  box-shadow: 0px 1px 23px 1px rgb(0 0 0 / 36%);
}

.cookie-banner a {
  color: var(--white);
  font-weight: 700;
  text-decoration: underline;
}

.cookie-banner .wp-block-buttons {
  display: inline-flex;
  align-items: flex-end;
}

.cookie-banner .wp-block-button a {
  padding: .5rem 1rem;
  text-decoration: none;
  background: var(--white);
  color: var(--base);
  font-size: .65rem
}

.cookie-banner .wp-block-button.close a{
  margin-right:  10px;
}

.cookie-banner .wp-block-button.reject a{
  margin-left:  0;
  margin-right: 0;
  margin-top: .5rem;
}

.cookie-banner .wp-block-button a:hover {
  opacity: .8;
}

.cookie-banner p {
  color: var(--white);
  font-size: .85em;
}

.cookie-banner p {
  margin: 0;
}

.cookie-banner .close {
  color: var(--base);
}

/* tablet (medium) screens */
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }

  .wp-block-columns {
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ul.features {
    margin-top: 3rem;
  }

  .narrow>div:first-of-type,
  .alignwide>div:first-of-type,
  .alignfull>div:first-of-type {
    padding: 4rem 2rem;
  }

  .t-one-item>.wp-block-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .t-two-items>.wp-block-column,
  .t-one-of-two>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .t-three-items>.wp-block-column,
  .t-one-of-three>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 3 - 1.25rem);
    flex: 0 0 calc(100% / 3 - 1.25rem);
  }

  .t-four-items>.wp-block-column,
  .t-one-of-four>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4 - 1.25rem);
    flex: 0 0 calc(100% / 4 - 1.25rem);
  }

  .t-five-items>.wp-block-column,
  .t-one-of-five>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 5 - 1.25rem);
    flex: 0 0 calc(100% / 5 - 1.25rem);
  }

  .t-six-items>.wp-block-column,
  .t-one-of-six>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666666666667%;
    flex: 0 0 16.66666666666667%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 6 - 1.25rem);
    flex: 0 0 calc(100% / 6 - 1.25rem);
  }

  .t-two-of-three>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 3 * 2);
    flex: 0 0 calc(100% / 3 * 2);
  }

  .t-three-of-four>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .t-three-of-five>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }

  .t-five-of-six>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 6 * 5);
    flex: 0 0 calc(100% / 6 * 5);
  }

  .hero .switcharoo:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hero .switcharoo:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .t-align-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .t-align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .t-has-text-align-center {
    text-align: center;
  }

  .t-has-text-align-right {
    text-align: right;
  }

  .t-has-text-align-left {
    text-align: left;
  }

  .main-navigation li a {
    border-bottom: 0;
    line-height: 1;
    text-align: left;
  }

  .site-branding {
    margin: 1rem 2rem;
  }

  .site-branding img {
    width: 6.15rem;
  }

  .main-navigation .btn-toggle {
    padding: 2.3rem 1rem;
  }

  .main-navigation .btn-toggle i.bar,
  .main-navigation .btn-toggle i.bar::before,
  .main-navigation .btn-toggle i.bar::after {
    width: 1.65rem;
  }

  .main-navigation .btn-toggle i.bar::before {
    top: -8px;
  }

  .main-navigation .btn-toggle i.bar::after {
    bottom: -8px;
  }

  .site-info .logo img {
    margin: 0;
  }

  .site-info .menu-social-media-container ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cookie-banner .wp-block-button.reject a{
    margin-left:  1rem;
    margin-right:  0;
  }
  .wp-block-buttons .wp-block-button:last-of-type {
    margin: 0;
  }

  .hero img {
    height: 100vh;
  }

  .hero .wp-block-button a {
    padding: 1.25rem .5rem;
  }

  .slider .owl-nav {
    top: 0
  }

  .slider .owl-dots,
  .slider .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
  }

  .slider .owl-dots {
    display:none;
    position: absolute;
    bottom: 1em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }

  .slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
  }

  .slider .owl-dots .owl-dot span {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 .2rem;
    background: var(--white);
    border: 1px solid var(--d-grey);
    border-radius: 100%;
    -webkit-backface-visibility: visible;
    background-size: 16px 19px;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }

  .slider .owl-dots .owl-dot.active span,
  .slider .owl-dots .owl-dot:hover span {
    background: var(--d-grey);
    border-radius: 100%;
  }

  .slider .owl-nav [class*=owl-] {
    display: inline-block;
    cursor: pointer;
    width: 42px;
    height: 82px;
    background-size: 11px 20px;
    background-size: 42px 82px;
  }

  .slider .owl-nav .owl-prev,
  .slider .owl-nav .owl-prev:hover {
    background: url(/wp-content/themes/ibtonline/img/icon_prev.png) no-repeat;
    background-size: 11px 20px;
    background-size: 21px 41px;
  }

  .slider .owl-nav .owl-next,
  .slider .owl-nav .owl-next:hover {
    background: url(/wp-content/themes/ibtonline/img/icon_next.png) no-repeat;
    background-size: 11px 20px;
    background-size: 21px 41px;
  }

  .slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 98%;
    -webkit-transform: translate(-98%, -50%);
    -ms-transform: translate(-98%, -50%);
    transform: translate(-98%, -50%)
  }

  .slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 2%;
    -webkit-transform: translate(-2%, -50%);
    -ms-transform: translate(-2%, -50%);
    transform: translate(-2%, -50%)
  }

  .slider .owl-nav [class*=owl-]:hover {
    opacity: .8
  }

  .owl-carousel .owl-item {margin-left: -.5rem}
  .stories .wp-block-cover {max-width: 100%}

  .industries .wp-block-column img {
    margin-top: 2rem;
  }
  .industries .wp-block-column h3 {
    margin-bottom: 5rem;
  }

  .industries .wp-block-column,
  .industries .fontWhite a {
    transform: perspective(1000px) scale(1);
    transition: transform .35s;
  }
  .industries .wp-block-column:hover,
  .industries .fontWhite a:hover {
    transform: perspective(1000px) scale(1.05);
  }

  .quoteImg .wp-block-cover {
    transition: transform .4s;
  }
  .quoteImg .wp-block-cover:hover {
    transform: scale(1.3);
    margin-left: -5rem;
  }

  .dustMgt {
    align-items: initial !important
  }

  .imageBanner img {
    width: 100%; height: auto
  }

  #wpcf7-f4491-p4467-o1 form {
    display: inline-flex;
  }

  .wp-block-columns.analysis .wp-block-column {
    margin-left: 10%;
    margin-right: 10%
  }

  .wp-block-cover {
    padding: 0;
  }

  .wp-block-cover .module-box {
    padding: 3rem;
  }

  .wp-block-cover {
    padding: 0;
    background-position: top left;
    background-size: cover;
  }

  .wp-block-cover .module-box {
    display: block;
    width: 100%;
    background: var(--white);
  }

  .list-three-cols {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    -moz-column-gap: 1rem;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
  }

  .list-three-cols li {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }

  .tooltip {
  position: relative;
  text-align: center}

.tooltip .text {
  visibility: hidden;
  width: 120px;
  background-color: var(--blue1);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: .8rem;
  z-index: 1;
  display: inline-flex;
    justify-content: center;
    align-items: center;
}

.tooltip:hover .text {
  visibility: visible;
}

  .products-list,
  .services-list {
    align-items: initial !important;
  }

  .products-list .wp-block-column {
    padding: 0 5% !important;
  }

  .products-list .wp-block-column .product-features,
  .product-features2 {
    margin-left: 2rem;
    margin-top: 1rem;
  }

  .products-list .wp-block-column .product-features  li,
  .product-features2 li {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .site-info {
    padding: 4rem 0 .5rem 0;
  }

  .copyright {
    padding: 1rem 0;
  }

  .mt-1 {
    margin-top: 1rem !important
  }
  .mt-2 {
    margin-top: 2rem !important
  }
  .mt-3 {
    margin-top: 3rem !important
  }
  .mt-4 {
    margin-top: 4rem !important
  }
  .mt-5 {
    margin-top: 5rem !important
  }
  .mt-6 {
    margin-top: 6rem !important
  }
  .mb-1 {
    margin-bottom: 1rem !important
  }
  .mb-2 {
    margin-bottom: 2rem !important
  }
  .mb-3 {
    margin-bottom: 3rem !important
  }
  .mb-4 {
    margin-bottom: 4rem !important
  }
  .mb-5 {
    margin-bottom: 5rem !important
  }
  .mb-6 {
    margin-bottom: 6rem !important
  }
  .mr-1 {
    margin-right: 1rem !important
  }
  .mr-2 {
    margin-right: 2rem !important
  }
  .ml-1 {
    margin-left: 1rem !important
  }
  .ml-2 {
    margin-left: 2rem !important
  }
}

/* desktop */
@media (min-width: 1366px) {
  html {
    font-size: 16px;
  }

  h1 {
    font-size: 2.6em;
  }

  h2 {
    font-size: 1.6em;
  }

  h3 {
    font-size: 1.5em;
  }

  .narrow>div:first-of-type,
  .alignwide>div:first-of-type,
  .alignfull>div:first-of-type {
    padding: 4rem 2.5rem;
  }

  .site-header .alignfull>div:first-of-type {
    padding: 0 2.5rem;
  }

  .wp-block-columns {
    margin-left: -2.5rem;
  }

  .wp-block-columns .wp-block-column {
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
  }

  /* slim gutter */
  .wp-block-columns.slim-gutter {
    margin-left: -.5rem;
  }

  .wp-block-columns.slim-gutter .wp-block-column {
    padding-left: .5rem;
    margin-bottom: .5rem;
  }

  .d-one-item>.wp-block-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .d-two-items>.wp-block-column,
  .d-one-of-two>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .d-three-items>.wp-block-column,
  .d-one-of-three>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 3 - 1.25rem);
    flex: 0 0 calc(100% / 3 - 1.25rem);
  }

  .d-four-items>.wp-block-column,
  .d-one-of-four>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4 - 1.25rem);
    flex: 0 0 calc(100% / 4 - 1.25rem);
  }

  .d-five-items>.wp-block-column,
  .d-one-of-five>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 5 - 1.25rem);
    flex: 0 0 calc(100% / 5 - 1.25rem);
  }

  .d-six-items>.wp-block-column,
  .d-one-of-six>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666666666667%;
    flex: 0 0 16.66666666666667%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 6 - 1.25rem);
    flex: 0 0 calc(100% / 6 - 1.25rem);
  }

  .d-two-of-three>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 3 * 2);
    flex: 0 0 calc(100% / 3 * 2);
  }

  .d-three-of-four>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .d-three-of-five>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }

  .d-five-of-six>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 6 * 5);
    flex: 0 0 calc(100% / 6 * 5);
  }

  /* Switch 2 column order */
  .switcharoo:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .switcharoo:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .d-align-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .d-align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .d-has-text-align-center {
    text-align: center;
  }

  .d-has-text-align-right {
    text-align: right;
  }

  .d-has-text-align-left {
    text-align: left;
  }

  .top-nav {
    display: block;
    width: 100%;
    margin: 0;
    background: var(--blue1);
    font-size: .85em;
  }

  .site-header .one-item>.wp-block-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .site-branding {
    margin: 1rem 0;
    display: inline-block;
    vertical-align: middle;
  }

  .site-branding img {
    width: auto;
  }

  .btn-toggle,
  .btn-toggle2 {
    display: none;
  }

  .btn-content {
    display: inline !important;
  }

  .main-navigation {
    position: relative;
    z-index: 2;
  }

  .main-navigation .btn-content {
    background: transparent;
    padding: 0;
  }

  #primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0;
    width: 100%;
  }

  #primary-menu li {
    font-size: .9rem;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    padding: 2.5rem 0;
    border-top: 3px solid var(--white)
  }

  #primary-menu li:hover{
    border-top: 3px solid var(--blue1)
  }

  #primary-menu li a {
    display: block;
    margin: 0;
    padding: 1rem;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: var(--blue1);
    font-size: .875em;
    font-weight: 600;
  }

  #primary-menu li:last-of-type:hover {
    border-top: 3px solid var(--white)
  }

  #primary-menu li:last-of-type a {
    margin: 0 0 0 1.25rem;
    padding: 1.25em 1.438em;
    background: var(--orange1);
    border-radius: 15px;
    font-weight: 700;
    color: var(--white);
    white-space: nowrap;
    line-height: 0;
  }

  #primary-menu li:last-of-type a:hover {
    background: var(--orange1);
    color: var(--white);
  }

  #primary-menu li:first-child a {
    margin-left: 0;
  }

  #primary-menu li:last-child a {
    margin-right: 0;
  }

  #primary-menu li a:hover {
    color: var(--blue1);
  }

  #primary-menu .current-menu-parent a,
  #primary-menu .current_page_item a {
    color: var(--blue1);
  }

  #primary-menu .current-menu-parent,
  #primary-menu .current_page_item {
    border-top: 3px solid var(--blue1)
  }

  #primary-menu li:last-child {
    border-top: 3px solid var(--white)
  }

  /* sub menu drop-down */
  #primary-menu .menu-item-has-children {
    background: url(/wp-content/uploads/chevron-down.svg) no-repeat calc(100% - 1rem) 1.5rem;
    background-size: 10px;
    background-position: right;
  }

  #primary-menu .menu-item-has-children a {
    padding-right: 2.25em;
  }

  #primary-menu .sub-menu {
    position: absolute;
    display: none;
    margin: 2.5rem 0 0 1rem;
  }

  #primary-menu li:hover .sub-menu {
    display: block;
  }

  #primary-menu li .sub-menu {
    background: var(--blue1);
    min-width: 13rem;
  }

  #primary-menu li .sub-menu li {
    padding: 0;
    border-top: 0;
    height: auto
  }
  #primary-menu li .sub-menu li:hover {
    border-top: 0
  }

  #primary-menu li .sub-menu li a,
  #primary-menu li .sub-menu li:last-of-type a {
    margin: 0;
    padding: .75rem 1rem;
    background: var(--blue1);
    display: block;
    color: var(--white);
    border-top: 0;
    border-radius: 0;
    text-align: left;
    white-space: normal;
    text-transform: capitalize;
    line-height: 1.4;
  }

  #primary-menu li .sub-menu li.current-menu-item a,
  #primary-menu li .sub-menu li a:hover,
  #primary-menu li .sub-menu li:last-of-type a:hover {
    background: var(--blue2);
    color: var(--white);
  }

  .site-info .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero figure {
    max-height: 750px;
    overflow: hidden;
  }

  .hero img {
    height: auto;
  }

  .hero .wp-block-button a,
  .wp-block-button a {
    display: inline-block;
    padding: .513rem 1.813rem;
    font-size:.8rem;
  }

  .text-block-right {
    padding: 0 0 0 5rem;
  }

  .text-block-left {
    padding: 0 5rem 0 0;
  }

  .wp-block-cover.cyan-overlay {
    background-size: 60%;
  }

  .wp-block-cover.cyan-overlay::after {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(14, 110, 128, 0)), color-stop(60%, rgba(14, 110, 128, 1)));
    background-image: -o-linear-gradient(left, rgba(14, 110, 128, 0) 0%, rgba(14, 110, 128, 1) 60%);
    background-image: linear-gradient(90deg, rgba(14, 110, 128, 0) 0%, rgba(14, 110, 128, 1) 60%);
  }

  .list-three-cols {
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
    -moz-column-gap: 4rem;
    -webkit-column-gap: 4rem;
    column-gap: 4rem;
  }

  .latest-news .outer-link {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: 1fr;
    height: 100%;
    /* equal height columns */
  }

  .latest-news .read {
    position: absolute;
    bottom: 1.75rem;
  }

  .wp-block-columns.analysis .wp-block-column {
    margin-left: 20%;
    margin-right: 20%
  }
}
