/*
 * Base.
 */
::-moz-selection {
  background: rgb(229.5, 229.5, 229.5);
  text-shadow: none;
}
::selection {
  background: rgb(229.5, 229.5, 229.5);
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: rgb(165.75, 165.75, 165.75);
}

::-moz-placeholder {
  color: rgb(165.75, 165.75, 165.75);
}

:-ms-input-placeholder {
  color: rgb(165.75, 165.75, 165.75);
}

::-ms-input-placeholder {
  color: rgb(165.75, 165.75, 165.75);
}

::placeholder {
  color: rgb(165.75, 165.75, 165.75);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  position: relative;
  font-size: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  background: "transparent";
  background-color: #ffffff;
  font-family: "Hind Siliguri", sans-serif;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.0125rem;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  margin: 0;
  padding: 0;
}

p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h1 {
  font-family: "Hind Siliguri", sans-serif;
  color: rgb(25.5, 25.5, 25.5);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.45;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 48rem) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-family: "Hind Siliguri", sans-serif;
  color: rgb(25.5, 25.5, 25.5);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.45;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 48rem) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-family: "Hind Siliguri", sans-serif;
  color: rgb(25.5, 25.5, 25.5);
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.45;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 48rem) {
  h3 {
    font-size: 1.375rem;
  }
}

h4 {
  font-family: "Hind Siliguri", sans-serif;
  color: rgb(25.5, 25.5, 25.5);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.45;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 48rem) {
  h4 {
    font-size: 1.125rem;
  }
}

h5 {
  font-family: "Hind Siliguri", sans-serif;
  color: rgb(25.5, 25.5, 25.5);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.45;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 48rem) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-family: "Hind Siliguri", sans-serif;
  color: rgb(25.5, 25.5, 25.5);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.45;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 48rem) {
  h6 {
    font-size: 0.875rem;
  }
}

a {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  color: #2a6e9b;
}
a:hover {
  opacity: 1;
  text-decoration: none;
  color: #3180b4;
}
a:hover img {
  opacity: 0.7;
}
a svg {
  vertical-align: middle;
}

hr {
  display: block;
  border: 0;
  border-bottom: 0.0625rem solid #333333;
  height: 0;
  margin: 3rem auto;
}

button:not(.components-button),
.button,
.wp-block-button__link,
.et_pb_button {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: "Hind Siliguri", sans-serif;
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  background: transparent;
  background-color: #2f7bad;
  border: 0.0625rem solid transparent;
  border-radius: 0rem;
  margin: 0;
  padding: 0.5rem 1.25rem;
}
button:not(.components-button):disabled,
.button:disabled,
.wp-block-button__link:disabled,
.et_pb_button:disabled {
  background-color: rgb(178.5, 178.5, 178.5);
}
button:not(.components-button):hover,
.button:hover,
.wp-block-button__link:hover,
.et_pb_button:hover {
  opacity: 0.7;
  color: #ffffff;
  background-color: #3180b4;
}
button:not(.components-button) svg,
.button svg,
.wp-block-button__link svg,
.et_pb_button svg {
  vertical-align: middle;
}

form {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
  border: 0;
  margin: 0;
  padding: 0;
}
form label {
  display: inline-block;
  font-family: "Hind Siliguri", sans-serif;
  line-height: 1.4;
  font-size: 0.85rem;
  border: 0;
  margin: 0;
  padding: 0;
}
form select {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  z-index: 1;
  font-family: "Hind Siliguri", sans-serif;
  color: rgb(165.75, 165.75, 165.75);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  text-indent: 1px;
  text-overflow: "";
  background: transparent;
  background-color: white;
  background-image: linear-gradient(45deg, transparent 50%, rgb(178.5, 178.5, 178.5) 50%), linear-gradient(135deg, rgb(178.5, 178.5, 178.5) 50%, transparent 50%), linear-gradient(to right, rgb(178.5, 178.5, 178.5), rgb(178.5, 178.5, 178.5));
  background-position: calc(100% - 1.3rem) 1.05rem, calc(100% - 0.95rem) 1.05rem, calc(100% - 2.5rem) 0.6rem;
  background-size: 0.35rem 0.35rem, 0.35rem 0.35rem, 0.0625rem 1.2rem;
  background-repeat: no-repeat;
  -webkit-transform: rotate(45deg), rotate(135deg), rotate(0deg);
          transform: rotate(45deg), rotate(135deg), rotate(0deg);
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(216.75, 216.75, 216.75);
  border-radius: 0rem;
  margin: 0;
  padding: 0.5rem 0.75rem;
}
form select:disabled {
  background-color: rgb(178.5, 178.5, 178.5);
}
form textarea {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 6.5rem;
  z-index: 1;
  font-family: "Hind Siliguri", sans-serif;
  color: #333333;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  background: transparent;
  background-color: white;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(216.75, 216.75, 216.75);
  border-radius: 0rem;
  margin: 0;
  padding: 0.5rem 0.75rem;
  overflow: auto;
}
form textarea:disabled {
  background-color: rgb(178.5, 178.5, 178.5);
}
form input {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  z-index: 1;
  font-family: "Hind Siliguri", sans-serif;
  color: #333333;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  background: transparent;
  background-color: white;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(216.75, 216.75, 216.75);
  border-radius: 0rem;
  margin: 0;
  padding: 0.5rem 0.75rem;
}
form input:disabled {
  background-color: rgb(178.5, 178.5, 178.5);
}
form input[type=checkbox] {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  z-index: 1;
  font-family: "Hind Siliguri", sans-serif;
  color: #333333;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  background: transparent;
  background-color: white;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(216.75, 216.75, 216.75);
  border-radius: 0.375rem;
  margin: 0 0.75rem 0 0;
  padding: 0.5rem;
  vertical-align: middle;
}
form input[type=checkbox]:checked {
  background-color: rgb(242.25, 242.25, 242.25);
  background-repeat: no-repeat;
  background-image: linear-gradient(45deg, transparent 0.5rem, #2058af 0.5rem, #2058af 0.7rem, transparent 0.5rem), linear-gradient(-45deg, transparent 0.5rem, #2058af 0.5rem, #2058af 0.7rem, transparent 0.5rem);
  background-size: 0.5rem 0.6rem, 0.75rem 0.75rem;
  background-position: 0.01rem 0.7rem, 0.45rem 0.3rem;
}
form input[type=checkbox]:disabled {
  background-color: rgb(178.5, 178.5, 178.5);
}
form input[type=radio] {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  z-index: 1;
  font-family: "Hind Siliguri", sans-serif;
  color: #333333;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  background: transparent;
  background-color: white;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(216.75, 216.75, 216.75);
  border-radius: 50%;
  margin: 0 0.75rem 0 0;
  padding: 0.5rem;
  vertical-align: middle;
}
form input[type=radio]:checked {
  background-color: rgb(242.25, 242.25, 242.25);
  background-repeat: no-repeat;
  background-image: radial-gradient(0.6rem 0.6rem at 50% 50%, 49%, transparent 50%);
  background-size: 100% 100%;
  background-position: 0 0;
}
form input[type=radio]:disabled {
  background-color: rgb(178.5, 178.5, 178.5);
}
form input[type=submit] {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: "Hind Siliguri", sans-serif;
  color: #ffffff;
  width: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  background: transparent;
  background-color: #2f7bad;
  border: 0.0625rem solid transparent;
  border-radius: 0rem;
  margin: 0;
  padding: 0.5rem 1.25rem;
}
form input[type=submit]:disabled {
  background-color: rgb(178.5, 178.5, 178.5);
}
form input[type=submit]:hover {
  opacity: 0.7;
  color: #ffffff;
  background-color: #3180b4;
}
form input[type=submit] svg {
  vertical-align: middle;
}
.site-footer form input[type=submit] {
  background-color: #2a6e9b;
}

form [hidden],
form .hidden,
form .visually-hidden,
form .screen-reader,
form .screen-reader-only {
  display: block !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  outline: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-indent: -9999rem !important;
  overflow: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

[hidden],
.hidden,
.visually-hidden,
.screen-reader,
.screen-reader-only {
  display: block !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  outline: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-indent: -9999rem !important;
  overflow: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

/*
 * Components.
 */
.site-container {
  width: 85%;
  max-width: 68rem;
  margin-right: auto;
  margin-left: auto;
}

.site-header {
  padding-bottom: 1rem;
}
.site-header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 6px 0;
  width: 100%;
  max-width: 85%;
}
@media (min-width: 1296px) {
  .site-header .header-wrap {
    padding-top: 60px;
    margin: 0 auto;
    max-width: 68rem;
  }
}
.site-header .header-wrap .svg-inline--fa {
  font-size: 90%;
}
.site-header .header-wrap .blue-txt {
  color: #2f7bad;
}
.site-header .header-wrap .orange-button {
  display: inline-block;
  padding: 9px 21px;
  text-align: center;
  color: #fff;
  background-color: #d86e31;
}
.site-header .header-wrap .industries-content {
  display: block;
  width: 100%;
  margin: 0.25rem 0 0.75rem;
}
@media (min-width: 1296px) {
  .site-header .header-wrap .industries-content {
    display: none;
  }
}
.site-header .header-wrap .logo-wrap {
  width: 100%;
  max-width: 115px;
}
.site-header .header-wrap .logo-wrap span {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 1.1em;
  color: #000;
}
@media (min-width: 1296px) {
  .site-header .header-wrap .logo-wrap {
    max-width: 160px;
  }
}
.site-header .header-wrap .main-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: calc(100% - 145px);
  height: 100%;
  vertical-align: middle;
  padding: 0 21px;
  font-size: 15px;
  white-space: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1296px) {
  .site-header .header-wrap .main-title-wrap {
    width: calc(100% - 160px);
    min-height: 148px;
    font-size: 18px;
    padding: 0;
    text-align: right;
  }
}
.site-header .header-wrap .main-title-wrap p {
  padding: 0;
  margin: 0;
  line-height: 1.35;
  width: 100%;
}
@media (min-width: 81rem) {
  .site-header .header-wrap .main-title-wrap p {
    line-height: 1.7em;
  }
}
.site-header .header-wrap .main-title-wrap p .lg-txt {
  display: block;
}
@media (min-width: 81rem) {
  .site-header .header-wrap .main-title-wrap p .lg-txt {
    display: inline-block;
    font-size: 24px;
  }
}
.site-header .header-wrap .main-title-wrap h2 {
  width: 100%;
  font-size: 1.45rem;
  margin: 0;
  padding: 0;
  text-wrap-mode: wrap;
  text-align: right;
  max-width: 760px;
}
.site-header .header-wrap .main-title-wrap h3 {
  width: 100%;
  margin: 0.25rem 0;
  font-weight: 300;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header .header-wrap .main-title-wrap h3 img {
  display: inline-block;
  margin-left: 0.5rem;
}
.site-header .header-wrap hr.header-hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #d7d7d7;
  margin: 9px 0;
}
.site-header .header-wrap .header-navigation-hamburger {
  display: inline-block;
  font-size: 36px;
  width: 30px;
  padding: 9px 0;
  margin-left: auto;
  color: #d86e31;
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (min-width: 1296px) {
  .site-header .header-wrap .header-navigation-hamburger {
    display: none;
  }
}
.site-header .header-wrap .header-navigation-hamburger:hover {
  text-decoration: none;
  opacity: 0.7;
  outline: none;
}
.site-header .header-wrap .header-navigation-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3180b4;
  color: #fff;
  text-align: left;
  padding: 15px 0;
  z-index: 25;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 1296px) {
  .site-header .header-wrap .header-navigation-wrap {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    overflow: initial;
    background: transparent;
    color: #3180b4;
    height: auto;
  }
}
.site-header .header-wrap .header-navigation-wrap.active {
  display: block;
}
.site-header .header-wrap .header-navigation-wrap .mobile-navi-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1rem 1rem;
}
@media (min-width: 1296px) {
  .site-header .header-wrap .header-navigation-wrap .mobile-navi-wrap {
    display: none;
  }
}
.site-header .header-wrap .header-navigation-wrap .mobile-navi-wrap .header-navigation-hamburger-close {
  margin-left: auto;
}
.site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
@media (min-width: 1296px) {
  .site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -0.95rem;
    width: auto;
    border-top: 0px solid white;
    border-bottom: 0px solid white;
  }
}
.site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
@media (min-width: 1296px) {
  .site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li {
    width: 100%;
    padding: 0.75rem 0.95rem;
    border-top: 0px solid white;
    border-bottom: 0px solid white;
  }
}
.site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li:hover ul {
  display: block;
}
.site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li:hover .nav-arrow {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media (min-width: 1296px) {
  .site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li:nth-last-of-type(2) ul {
    width: 150px;
  }
}
@media (min-width: 1296px) {
  .site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li.right-dropdown ul {
    left: auto;
    right: 23px;
    width: 75px;
    text-align: center;
  }
}
@media (min-width: 1296px) {
  .site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li.two-column-dropdown ul {
    width: 460px;
  }
}
@media (min-width: 1296px) {
  .site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li.two-column-dropdown ul li {
    width: 50%;
    border-right: 1px solid #27668f;
    display: inline-block;
    float: left;
  }
}
@media (max-width: 991px) {
  .site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li.active ul {
    display: block;
  }
}
.site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li.active .nav-arrow {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li .nav-arrow {
  display: inline-block;
  color: #fff;
  margin-left: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 2rem;
  line-height: 0;
  vertical-align: middle;
}
@media (min-width: 1296px) {
  .site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li .nav-arrow {
    color: #3180b4;
    margin-left: 11px;
  }
}
.site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
@media (min-width: 1296px) {
  .site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li a {
    color: #3f3f3f;
    padding: 0;
  }
}
.site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li.mobile-navi-item-hide {
  display: none !important;
}
@media (min-width: 1296px) {
  .site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li.mobile-navi-item-hide {
    display: inline-block !important;
  }
}
.site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li.mobile-navi-item-show {
  display: block !important;
}
@media (min-width: 1296px) {
  .site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li.mobile-navi-item-show {
    display: none !important;
  }
}
.site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li ul {
  display: none;
  border-top: 1px solid #fff;
  border-bottom: 0px solid #fff;
  margin: 0;
  padding: 0;
}
@media (min-width: 1296px) {
  .site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li ul {
    position: absolute;
    top: 100%;
    left: 18px;
    width: 260px;
    background-color: #3180b4;
    z-index: 15;
    -webkit-box-shadow: 0 0 6px 0 #363636;
    box-shadow: 0 0 6px 0 #363636;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
  }
}
.site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li ul li {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  width: 100%;
  background-color: #25628a;
}
@media (min-width: 1296px) {
  .site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li ul li {
    border-bottom: 1px solid #27668f;
    background-color: transparent;
  }
}
.site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li ul li:last-child {
  border: 0;
}
.site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li ul li a {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
}
@media (min-width: 1296px) {
  .site-header .header-wrap .header-navigation-wrap ul#menu-header-navigation li ul li a {
    padding: 0.35rem 0.75rem;
    color: #fff;
  }
}

body.admin-bar .header-wrap .header-navigation-wrap {
  top: 32px;
  height: calc(100% - 32px);
}
@media (min-width: 1296px) {
  body.admin-bar .header-wrap .header-navigation-wrap {
    top: auto;
    height: auto;
  }
}

.site-footer .footer-wrap {
  display: block;
  margin: 0 auto;
  padding: 33px 21px 21px;
  width: 100%;
  background-color: #e9ebf0;
  text-align: center;
}
@media (min-width: 1296px) {
  .site-footer .footer-wrap {
    text-align: left;
  }
}
.site-footer .footer-wrap .total-container-wrap {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 68rem;
  width: 100%;
}
@media (min-width: 81rem) {
  .site-footer .footer-wrap .total-container-wrap .desktop-margin-top {
    margin-top: 3.75rem;
  }
}
.site-footer .footer-wrap .logo-wrap {
  float: left;
  width: 100%;
}
.site-footer .footer-wrap .logo-wrap > a {
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-footer .footer-wrap .logo-wrap span {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 1.1em;
  color: #000;
}
.site-footer .footer-wrap .address-wrap {
  float: left;
  width: 100%;
  margin: 6px 0 0.75rem;
  font-weight: 100;
}
.site-footer .footer-wrap .address-wrap small {
  font-size: 80%;
}
.site-footer .footer-wrap .address-wrap strong {
  color: #2a6e9b;
}
.site-footer .footer-wrap .address-wrap a {
  color: #2a6e9b;
}
.site-footer .footer-wrap hr.footer-hr {
  border: 0;
  border-top: 1px solid #b7b7b7;
  margin: 30px 0;
}
.site-footer .footer-wrap hr.title-hr {
  border: 0;
  border-top: 1px solid #b7b7b7;
  margin: 12px 0 15px;
}
.site-footer .footer-wrap .subscribe-wrap {
  float: left;
  width: 100%;
}
.site-footer .footer-wrap .subscribe-wrap h4 {
  display: block;
  font-size: 14px;
  line-height: 1.85;
  padding: 0;
  color: #111111;
}
.site-footer .footer-wrap .subscribe-wrap p {
  display: block;
  font-size: 14px;
  line-height: 1.85;
  padding: 0;
  margin: 0.75rem 0;
}
.site-footer .footer-wrap .quick-links-wrap {
  float: left;
  width: 100%;
}
.site-footer .footer-wrap .copyright-wrap {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
}
.site-footer .footer-wrap .copyright-wrap a {
  color: #2a6e9b;
}
.site-footer .footer-wrap .footer-navigation-wrap {
  float: left;
  width: 100%;
}
.site-footer .footer-wrap .footer-navigation-wrap ul {
  display: block;
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
}
@media (min-width: 62rem) {
  .site-footer .footer-wrap .footer-navigation-wrap ul {
    margin: 0 0 0.75rem;
  }
}
.site-footer .footer-wrap .footer-navigation-wrap ul li {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.85;
}
.site-footer .footer-wrap .footer-navigation-wrap ul li a {
  color: #4f4f4f;
  font-weight: 300;
}
.site-footer .footer-wrap span.hide {
  display: none;
}
.site-footer .footer-wrap .social-navigation-wrap {
  float: left;
  width: 100%;
  text-align: center;
}
.site-footer .footer-wrap .social-navigation-wrap ul#menu-social-navigation {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-wrap .social-navigation-wrap ul#menu-social-navigation li {
  display: inline-block;
  margin: 0 12px;
  padding: 0;
}
.site-footer .footer-wrap .social-navigation-wrap ul#menu-social-navigation li:first-child {
  margin-left: 0;
}
.site-footer .footer-wrap .social-navigation-wrap ul#menu-social-navigation li:last-child {
  margin-right: 0;
}
.site-footer .footer-wrap .social-navigation-wrap ul#menu-social-navigation li a {
  display: inline-block;
  color: #2a6e9b;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 30px;
}
.site-footer .footer-wrap .social-navigation-wrap ul#menu-social-navigation li svg {
  height: 30px;
}
.site-footer .footer-wrap .footer-legal-navigation-wrap {
  float: left;
  width: 100%;
  font-size: 14px;
}
@media (min-width: 1296px) {
  .site-footer .footer-wrap .footer-legal-navigation-wrap {
    text-align: right;
  }
}
.site-footer .footer-wrap .footer-legal-navigation-wrap ul#menu-footer-legal-navigation {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-wrap .footer-legal-navigation-wrap ul#menu-footer-legal-navigation li {
  display: inline-block;
  margin: 0 9px;
  padding: 0;
}
.site-footer .footer-wrap .footer-legal-navigation-wrap ul#menu-footer-legal-navigation li:first-child {
  margin-left: 0;
}
.site-footer .footer-wrap .footer-legal-navigation-wrap ul#menu-footer-legal-navigation li:last-child {
  margin-right: 0;
}

.popup-header-wrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2f7bad;
  margin: 0;
  padding: 0;
  z-index: 1500;
  top: 0;
  left: 0;
  width: 100%;
}
.popup-header-wrap .industry-wrap {
  position: relative;
  height: 100%;
  min-height: 54px;
  width: 23rem;
}
.popup-header-wrap .industry-wrap[open] {
  width: 23rem;
}
.popup-header-wrap .industry-wrap[open] > summary .arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.popup-header-wrap .industry-wrap > summary {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  display: block;
  text-align: center;
  background-color: #ab5421;
  color: #fff;
  padding: 0.79rem 0rem;
  width: 15.5rem;
  font-size: 110%;
  list-style: none;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.popup-header-wrap .industry-wrap > summary:hover {
  opacity: 0.7;
}
.popup-header-wrap .industry-wrap > summary .arrow {
  display: inline-block;
  font-size: 3.5rem;
  margin-right: 1rem;
  padding: 0;
  line-height: 0.5rem;
  height: 1rem;
  vertical-align: middle;
}
.popup-header-wrap .industry-wrap > summary::-webkit-details-marker {
  display: none;
}
.popup-header-wrap .industry-wrap > summary::marker {
  display: none;
}
.popup-header-wrap .industry-wrap > summary svg {
  vertical-align: middle;
  display: inline-block;
}
.popup-header-wrap .industry-wrap .industry-content {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  height: calc(100vh - 54px);
  overflow: auto;
}
.popup-header-wrap .industry-wrap .industry-content:after {
  content: "";
  position: fixed;
  top: 54px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
  background-color: #000;
  opacity: 0.8;
}
.popup-header-wrap .industry-wrap .industry-content .select-industry-button {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  padding: 0.35rem 0.5rem 0.35rem 1.25rem;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 95%;
  color: #2f7bad;
  width: 23rem;
}
.popup-header-wrap .industry-wrap .industry-content .select-industry-button:hover {
  background-color: #e9ebf0;
}
.popup-header-wrap .industry-wrap .industry-content .select-industry-button.active {
  background-color: #e9ebf0;
}
.popup-header-wrap .industry-wrap .industry-content .select-industry-button svg {
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.5rem;
}
.popup-header-wrap .industry-wrap .industry-content .industry-page {
  position: fixed;
  display: none;
  top: 54px;
  left: 23rem;
  width: 42rem;
  height: calc(100vh - 54px);
  background-color: #e9ebf0;
  padding: 1.5rem;
  overflow: auto;
}
.popup-header-wrap .industry-wrap .industry-content .industry-page .industry-page-content a:not(.button) {
  color: #2a6e9b;
}
.popup-header-wrap .industry-wrap .industry-content .industry-page .industry-page-content .wp-block-table table tr td {
  border: 0;
  padding: 0 0.5rem;
}
.popup-header-wrap .industry-wrap .industry-content .industry-page .industry-page-content .wp-block-table table tr td:first-of-type {
  padding-left: 0;
}
.popup-header-wrap .industry-wrap .industry-content .industry-page .industry-page-content .wp-block-table table tr td:last-of-type {
  padding-right: 0;
}
.popup-header-wrap .industry-wrap .industry-content .industry-page .industry-page-content .wp-block-table table tr td .omega-preview-wrap {
  margin-bottom: 0;
}
.popup-header-wrap .industry-wrap .industry-content .industry-page .industry-page-content .wp-block-table table tr td .omega-preview-wrap .content {
  padding-bottom: 0;
}
.popup-header-wrap .industry-wrap .industry-content .industry-page .omega-preview-wrap .content .product-title {
  min-height: auto;
}
.popup-header-wrap .industry-wrap .industry-content .industry-page .omega-preview-wrap .buttons {
  display: none;
}
.popup-header-wrap a.quote-button {
  margin-left: auto;
  padding: 0.75rem 1.5rem;
  border-right: 1px solid #fff;
  font-size: 110%;
  color: #fff;
}
.popup-header-wrap a.quote-button svg {
  vertical-align: middle;
  margin-right: 0.25rem;
  display: inline-block;
}
.popup-header-wrap a.cart-button {
  padding: 0.75rem 1.5rem;
  border-right: 1px solid #fff;
  font-size: 110%;
  color: #fff;
}
.popup-header-wrap a.cart-button svg {
  vertical-align: middle;
  margin-right: 0.25rem;
  display: inline-block;
}
.popup-header-wrap .header-bar-search {
  position: relative;
  height: 3.25rem;
  padding-left: 4.5rem;
}
.popup-header-wrap .header-bar-search[open] {
  width: 360px;
}
.popup-header-wrap .header-bar-search > summary {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0.77rem 0;
  width: 4.5rem;
  text-align: center;
  cursor: pointer;
  list-style: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.popup-header-wrap .header-bar-search > summary:hover {
  opacity: 0.7;
}
.popup-header-wrap .header-bar-search > summary::-webkit-details-marker {
  display: none;
}
.popup-header-wrap .header-bar-search > summary::marker {
  display: none;
}
.popup-header-wrap .header-bar-search > summary svg {
  vertical-align: middle;
  display: inline-block;
}
.popup-header-wrap .header-bar-search > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-header-wrap .header-bar-search > form label {
  width: 100%;
}
.popup-header-wrap .header-bar-search > form label input[type=search] {
  border: 0;
  margin: 0;
  padding: 0.96rem 1rem;
  width: 100%;
  font-size: 1rem;
}
.popup-header-wrap .header-bar-search > form input[type=submit] {
  background-color: #ab5421;
  margin: 0;
  padding: 10px 20px;
}

@media (min-width: 1296px) {
  body.admin-bar .popup-header-wrap {
    top: 32px;
  }
}
body.admin-bar .popup-header-wrap .industry-content {
  height: calc(100vh - 86px);
}
body.admin-bar .popup-header-wrap .industry-content:after {
  top: 86px;
}
body.admin-bar .popup-header-wrap .industry-content .industry-page {
  top: 86px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form label {
  width: 100%;
}
.search-form label .screen-reader-text {
  display: none;
}
.search-form .search-submit {
  max-width: 6rem;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem -0.5rem;
}
.pagination .page-numbers {
  display: block;
  margin: 0 0.5rem;
}

.archive-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem -0.5rem;
}
.archive-pagination ul li {
  display: block;
  margin: 0 0.5rem;
}

body.page .entry-title, body.single-product .entry-title {
  display: block !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  outline: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-indent: -9999rem !important;
  overflow: hidden !important;
  width: 0 !important;
  height: 0 !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.entry-content {
  margin-bottom: 2rem;
}

.home-grey-box {
  position: relative;
  z-index: 0;
  padding: 0 1.5rem 1.5rem;
}
.home-grey-box a {
  color: #666;
}
.home-grey-box a.wp-block-button__link {
  color: #fff;
}
.home-grey-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 150px;
  background: #e9ebf0;
  z-index: -1;
}

.home-banner {
  position: relative;
}
.home-banner .slide-wrapper img {
  width: 100%;
}
.home-banner .slide-navigation {
  margin-top: -4rem;
}
.home-banner .slide-navigation .prev-button {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: transparent;
}
.home-banner .slide-navigation .next-button {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: transparent;
}
.home-banner .slide-navigation .breadcrumb-wrapper li button {
  padding: 0;
  margin: 0;
  text-indent: -999999px;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 50%;
}

@media (max-width: 81rem) {
  .home-logos {
    display: none;
  }
}
.home-logos .slide-wrapper img {
  width: 100%;
}
.home-logos .slide-navigation {
  display: none;
}

.page-banner {
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.5rem 1.5rem;
  margin: 0 0 1.5rem;
  color: #ffffff;
  background-color: #2f7bad;
}
@media (min-width: 81rem) {
  .page-banner {
    padding: 4rem 2.5rem;
  }
}
.page-banner h2 {
  color: #fff;
}
@media (min-width: 81rem) {
  .page-banner h2 {
    font-size: 3rem;
  }
}
.page-banner .video-link {
  position: absolute;
  bottom: 0;
  right: 1.5rem;
  width: 12rem;
}
.page-banner .video-link img {
  width: 100%;
}

.footer-phone {
  display: block;
  z-index: 999999;
  position: fixed;
  bottom: 0.75rem;
  right: 7rem;
  border: 2px solid white;
  padding: 0;
  margin: 0;
  width: 5rem;
  height: 5rem;
  line-height: 4.6rem;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  background-color: #d86e31;
  color: #fff;
  font-weight: 900;
  font-size: 1.5rem;
}
@media (min-width: 62rem) {
  .footer-phone {
    bottom: 1.25rem;
    right: 7rem;
  }
}
.footer-phone:hover {
  color: #fff;
}
.footer-phone:hover svg {
  color: #fff;
}
.footer-phone svg {
  vertical-align: middle;
  width: 2rem;
}

.footer-popup {
  display: block;
  z-index: 999999;
  position: fixed;
  bottom: 0.75rem;
  right: 0.5rem;
  margin-bottom: 6rem;
  border: 2px solid transparent;
}
@media (min-width: 62rem) {
  .footer-popup {
    bottom: 1.25rem;
    right: 1rem;
  }
}
.footer-popup[open] {
  width: 18rem;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 6px #aaa;
          box-shadow: 1px 1px 6px #aaa;
}
@media (min-width: 62rem) {
  .footer-popup[open] {
    width: 36rem;
  }
}
.footer-popup[open] > summary {
  -webkit-animation-name: footerpopuprotate;
          animation-name: footerpopuprotate;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  line-height: 4.65rem;
}
.footer-popup[open] > summary svg {
  width: 1.75rem;
}
.footer-popup[open] .detail-content-wrap {
  max-height: 21rem;
  overflow: scroll;
  padding: 0.75rem;
}
@media (min-width: 62rem) {
  .footer-popup[open] .detail-content-wrap {
    padding: 1.25rem;
    max-height: 33rem;
  }
}
.footer-popup > summary {
  position: absolute;
  bottom: -6rem;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 5rem;
  height: 5rem;
  line-height: 4.5rem;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  background-color: #3180b4;
  border: 2px solid white;
  color: #fff;
  font-weight: 900;
  font-size: 1.5rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.footer-popup > summary:hover {
  opacity: 0.7;
}
.footer-popup > summary::-webkit-details-marker {
  display: none;
}
.footer-popup > summary::marker {
  display: none;
}
.footer-popup > summary svg {
  width: 2.025rem;
}
.footer-popup .detail-content-wrap {
  position: relative;
  background-color: #e9ebf0;
  z-index: 0;
}
.footer-popup .detail-content-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9rem;
  background-color: #3180b4;
  z-index: -1;
}
@media (min-width: 62rem) {
  .footer-popup .detail-content-wrap:after {
    height: 15rem;
  }
}
.footer-popup .detail-content-wrap .detail-form-box {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.75rem;
}
.footer-popup .detail-content-wrap .detail-form-box h3.detail-form-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5rem;
}
.footer-popup .detail-content-wrap .detail-form-box input[type=submit] {
  background-color: #ab5421;
  font-weight: bold;
}
.footer-popup .detail-content-wrap .product-detail-box {
  display: none;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 0.75rem;
  background-color: #fff;
}
.footer-popup .detail-content-wrap .product-detail-box[style] {
  display: none;
}
@media (min-width: 62rem) {
  .footer-popup .detail-content-wrap .product-detail-box {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.footer-popup .detail-content-wrap .product-detail-box h2 {
  color: #3180b4;
  padding-top: 0.5rem;
  padding-bottom: 1.25rem;
}
.footer-popup .detail-content-wrap .product-detail-box h3 {
  padding-bottom: 0.5rem;
}
.footer-popup .detail-content-wrap .product-detail-box ul {
  list-style: initial;
  padding: 0 0 1rem 0;
  margin: 0 0 0 1.25rem;
}
.footer-popup .detail-navi {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.75rem;
  background-color: #3180b4;
  color: #fff;
}
@media (min-width: 62rem) {
  .footer-popup .detail-navi {
    padding: 0.75rem 1.25rem;
  }
}
.footer-popup .detail-navi[style] {
  display: none;
}
.footer-popup .detail-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0 -0.5rem;
  padding: 0;
}
@media (min-width: 62rem) {
  .footer-popup .detail-navi ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.footer-popup .detail-navi ul li {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0 0.5rem;
}
.footer-popup .detail-navi ul li button {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  border-radius: 0.75rem;
  text-align: center;
  padding: 0.5rem 1rem;
  background-color: #d86e31;
}
.footer-popup .detail-navi ul li button.active {
  opacity: 0.7;
}

.footer-popup > summary .first-icon {
  display: inline-block;
}

.footer-popup > summary .second-icon {
  display: none;
}

.footer-popup[open] > summary .first-icon {
  display: none;
}

.footer-popup[open] > summary .second-icon {
  display: inline-block;
}

@-webkit-keyframes footerpopuprotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes footerpopuprotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.footer-popup > summary svg {
  vertical-align: middle;
}

body .footer-popup .gform_wrapper form .gform_body ul.gform_fields {
  margin: 0 -0.25rem !important;
}

body .footer-popup .gform_wrapper form .gform_body ul.gform_fields li.gfield {
  padding: 0 0.25rem 0.5rem;
}

body .footer-popup .gform_wrapper form .gform_footer {
  margin: 0.25rem 0 0;
}

blockquote {
  border-color: #d86e31 !important;
}

.cta-box {
  display: block;
  width: 100%;
  margin: 1rem 0;
}
.cta-box.small-title .content h3 {
  font-weight: 300;
  font-size: 1.125rem;
  text-align: center;
}
.cta-box .thumbnail {
  display: block;
  width: 100%;
}
.cta-box .thumbnail a {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
.cta-box .thumbnail a img {
  display: block;
  width: 100%;
}
.cta-box .content {
  display: block;
  width: 100%;
  padding: 1rem;
  background-color: #e9ebf0;
}
@media (min-width: 81rem) {
  .cta-box .content {
    padding: 0.75rem 2rem;
  }
}
.cta-box .content h3 {
  color: #3180b4;
}
.cta-box .content h3 a {
  color: #2a6e9b;
}
.cta-box .content p {
  margin-top: 0;
}
.cta-box .content .button {
  display: block;
  margin: 0 auto;
}

.omega-preview-wrap {
  display: block;
  width: 100%;
  margin: 1rem 0;
}
.omega-preview-wrap .thumbnail {
  display: block;
}
.omega-preview-wrap .thumbnail img {
  display: block;
  width: 100%;
}
.omega-preview-wrap .content {
  display: block;
  background-color: #e9ebf0;
  padding: 1rem;
  text-align: center;
}
.omega-preview-wrap .content .product-title {
  display: block;
  min-height: 4rem;
  line-height: 1.4;
  color: #2a6e9b;
}
.omega-preview-wrap .content .product-size {
  display: block;
  font-weight: 900;
}
.omega-preview-wrap .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
.omega-preview-wrap .buttons li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.omega-preview-wrap .buttons li:last-of-type {
  width: 85%;
}
.omega-preview-wrap .buttons li a {
  color: #fff !important;
}
.omega-preview-wrap .buttons li i {
  vertical-align: baseline;
  margin-left: 0.05rem;
  font-size: 0.78rem;
}
.omega-preview-wrap .buttons li .quote-button {
  display: block;
  background-color: hsl(21.92, 68.16%, 42%);
  color: #fff;
  padding: 0.5rem 0.25rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
}
.omega-preview-wrap .buttons li .product-button {
  display: block;
  background-color: #525252;
  color: #fff;
  padding: 0.5rem 0.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
}

.knowledge-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -1rem;
  padding: 0;
}
.knowledge-center .item {
  display: block;
  width: 100%;
  margin: 1rem 0;
  padding: 0 1rem;
}
.knowledge-center .item .thumbnail {
  display: block;
  width: 100%;
}
.knowledge-center .item .thumbnail a {
  display: block;
  width: 100%;
}
.knowledge-center .item .thumbnail a img {
  display: block;
  width: 100%;
}
.knowledge-center .item .content {
  display: block;
  width: 100%;
  padding: 1rem;
  background-color: #e9ebf0;
}
@media (min-width: 81rem) {
  .knowledge-center .item .content {
    padding: 0.75rem 2rem;
  }
}
.knowledge-center .item .content h5 {
  color: #3180b4;
  text-align: center;
  font-weight: 300;
}

.custom-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -1rem;
  padding: 0;
}
.custom-archive .item {
  display: block;
  width: calc(100% - 2rem);
  margin: 1rem;
  padding: 1rem;
  border: 1px solid #d7d7d7;
  border-radius: 0.5rem;
}
@media (min-width: 81rem) {
  .custom-archive .item {
    width: calc(33.333333% - 2rem);
  }
}
.custom-archive .item .thumbnail {
  display: block;
  width: 100%;
}
.custom-archive .item .thumbnail a {
  display: block;
  width: 100%;
}
.custom-archive .item .thumbnail a img {
  display: block;
  width: 100%;
}
.custom-archive .item .content {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
}
@media (min-width: 81rem) {
  .custom-archive .item .content {
    padding: 0.75rem 0;
  }
}
.custom-archive .item .content p {
  margin-top: 0;
}

.custom-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -1rem;
  padding: 0;
}
.custom-blog .item {
  display: block;
  width: calc(100% - 2rem);
  margin: 1rem;
  padding: 1rem;
  border: 1px solid #d7d7d7;
  border-radius: 0.5rem;
}
@media (min-width: 81rem) {
  .custom-blog .item {
    width: calc(50% - 2rem);
  }
}
.custom-blog .item .thumbnail {
  display: block;
  width: 100%;
}
.custom-blog .item .thumbnail a {
  display: block;
  width: 100%;
}
.custom-blog .item .thumbnail a img {
  display: block;
  width: 100%;
}
.custom-blog .item .content {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
}
@media (min-width: 81rem) {
  .custom-blog .item .content {
    padding: 0.75rem 0;
  }
}
.custom-blog .item .content p {
  margin-top: 0;
}

.custom-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  padding: 0;
}
.custom-news .item {
  display: block;
  width: 100%;
  margin: 1rem 0;
  padding: 1rem 0;
  border-bottom: 1px solid #d7d7d7;
}
.custom-news .item:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.custom-news .item .content {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
}
@media (min-width: 81rem) {
  .custom-news .item .content {
    padding: 0.75rem 0;
  }
}
.custom-news .item .content .date {
  font-size: 0.85rem;
  font-weight: 900;
  margin: 0;
}
.custom-news .item .content p {
  margin-top: 0;
}

.custom-shop-search-wrap {
  padding: 30px;
  margin-bottom: 30px;
  background: #e9ebf0;
}
.custom-shop-search-wrap .custom-shop-search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #fff;
}
.custom-shop-search-wrap .custom-shop-search-field input[type=text] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.custom-shop-search-wrap .custom-shop-search-field input[type=text].custom-shop-search-field-w-button {
  float: left;
  width: calc(100% - 60px);
}
.custom-shop-search-wrap .custom-shop-search-field button {
  float: right;
  margin: 0;
  width: 60px;
  background-color: #ab5421;
  border: 1px solid #ab5421;
  color: #fff;
}

.custom-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -1rem;
  padding: 0;
}
.custom-shop .item {
  display: block;
  width: 100%;
  margin: 1rem 0;
  padding: 0 1rem;
}
@media (min-width: 81rem) {
  .custom-shop .item {
    width: 25%;
  }
}
.custom-shop .item .thumbnail {
  display: block;
  width: 100%;
}
.custom-shop .item .thumbnail a {
  display: block;
  width: 100%;
}
.custom-shop .item .thumbnail a img {
  display: block;
  width: 100%;
}
.custom-shop .item .content {
  display: block;
  width: 100%;
  padding: 1rem;
  background-color: #e9ebf0;
}
@media (min-width: 81rem) {
  .custom-shop .item .content {
    padding: 0.75rem 2rem;
  }
}
.custom-shop .item .content h5 {
  color: #3180b4;
  text-align: center;
  font-weight: 300;
}
.custom-shop .item .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-shop .item .cart .quantity {
  width: 50%;
}
.custom-shop .item .cart .quantity input {
  padding: 0.375rem 0.75rem;
}
.custom-shop .item .cart button {
  width: 50%;
  background-color: #ab5421;
}

.custom-sidebar .widget {
  display: block;
  width: 100%;
  margin: 1.5rem 0;
}
.custom-sidebar .widget:first-of-type {
  margin-top: 0;
}
.custom-sidebar .widget .gform_wrapper {
  display: block;
  width: 100%;
  padding: 1rem;
  background: #0e4970;
  color: #fff;
}
.custom-sidebar .widget .gform_wrapper h1,
.custom-sidebar .widget .gform_wrapper h2,
.custom-sidebar .widget .gform_wrapper h3,
.custom-sidebar .widget .gform_wrapper h4,
.custom-sidebar .widget .gform_wrapper h5,
.custom-sidebar .widget .gform_wrapper h6 {
  color: #fff;
}
.custom-sidebar .widget .cta-box .content {
  padding: 1rem 1rem 0.75rem;
}
.custom-sidebar .widget .cta-box h3 a {
  color: #2a6e9b;
}

.menu-ultrasonic-cleaning-detergents-101-container ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-ultrasonic-cleaning-detergents-101-container ul li {
  display: block;
  margin: 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #d7d7d7;
}
.menu-ultrasonic-cleaning-detergents-101-container ul li:first-of-type {
  padding-top: 0;
}
.menu-ultrasonic-cleaning-detergents-101-container ul li:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.menu-ultrasonic-cleaning-detergents-101-container ul li a {
  color: #666;
}
.menu-ultrasonic-cleaning-detergents-101-container ul li.current-menu-item a {
  font-weight: bold;
  color: #2a6e9b;
}

.menu-ultrasonic-cleaning-101-container ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-ultrasonic-cleaning-101-container ul li {
  display: block;
  margin: 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #d7d7d7;
}
.menu-ultrasonic-cleaning-101-container ul li:first-of-type {
  padding-top: 0;
}
.menu-ultrasonic-cleaning-101-container ul li:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.menu-ultrasonic-cleaning-101-container ul li a {
  color: #666;
}
.menu-ultrasonic-cleaning-101-container ul li.current-menu-item a {
  font-weight: bold;
  color: #2a6e9b;
}

.menu-leadership-container ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-leadership-container ul li {
  display: block;
  margin: 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #d7d7d7;
}
.menu-leadership-container ul li:first-of-type {
  padding-top: 0;
}
.menu-leadership-container ul li:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.menu-leadership-container ul li a {
  color: #666;
}
.menu-leadership-container ul li.current-menu-item a {
  font-weight: bold;
  color: #2a6e9b;
}

@media (min-width: 81rem) {
  .desktop-hide {
    display: none !important;
  }
}

@media (max-width: 81rem) {
  .mobile-hide {
    display: none !important;
  }
}

.margin-0 {
  margin: 0 !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

@media (min-width: 81rem) {
  .margin-lg-0 {
    margin: 0 !important;
  }
}

@media (min-width: 81rem) {
  .margin-top-lg-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 81rem) {
  .margin-bottom-lg-0 {
    margin-bottom: 0 !important;
  }
}

.padding-0 {
  padding: 0 !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

@media (min-width: 81rem) {
  .padding-lg-0 {
    padding: 0 !important;
  }
}

@media (min-width: 81rem) {
  .padding-top-lg-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 81rem) {
  .padding-bottom-lg-0 {
    padding-bottom: 0 !important;
  }
}

/*
 * Layouts.
 */
.container {
  display: block;
  width: 92%;
  max-width: 36rem;
  margin: 0 auto;
}

.alignwide {
  width: auto;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (min-width: 81rem) {
  .alignwide {
    margin-left: calc((68rem - (68rem + 1.5rem)) / -2);
    margin-right: calc((68rem - (68rem + 1.5rem)) / -2);
  }
}
@media (min-width: 81rem) {
  .alignwide {
    margin-left: calc((81rem - (68rem + 1.5rem)) / -2);
    margin-right: calc((81rem - (68rem + 1.5rem)) / -2);
  }
}

.alignfull {
  width: auto;
  max-width: 100vw;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
}

.flex-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-container.gutter-3 {
  margin-right: -3px;
  margin-left: -3px;
}
.flex-container.gutter-3 > .flex-item,
.flex-container.gutter-3 > [class*=col-] {
  padding-right: 3px;
  padding-left: 3px;
}
.flex-container.gutter-6 {
  margin-right: -6px;
  margin-left: -6px;
}
.flex-container.gutter-6 > .flex-item,
.flex-container.gutter-6 > [class*=col-] {
  padding-right: 6px;
  padding-left: 6px;
}
.flex-container.gutter-9 {
  margin-right: -9px;
  margin-left: -9px;
}
.flex-container.gutter-9 > .flex-item,
.flex-container.gutter-9 > [class*=col-] {
  padding-right: 9px;
  padding-left: 9px;
}
.flex-container.gutter-12 {
  margin-right: -12px;
  margin-left: -12px;
}
.flex-container.gutter-12 > .flex-item,
.flex-container.gutter-12 > [class*=col-] {
  padding-right: 12px;
  padding-left: 12px;
}
.flex-container.gutter-15 {
  margin-right: -15px;
  margin-left: -15px;
}
.flex-container.gutter-15 > .flex-item,
.flex-container.gutter-15 > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
.flex-container.gutter-30 {
  margin-right: -30px;
  margin-left: -30px;
}
.flex-container.gutter-30 > .flex-item,
.flex-container.gutter-30 > [class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}
.flex-container.gutter-60 {
  margin-right: -60px;
  margin-left: -60px;
}
.flex-container.gutter-60 > .flex-item,
.flex-container.gutter-60 > [class*=col-] {
  padding-right: 60px;
  padding-left: 60px;
}
.flex-container.gutter-90 {
  margin-right: -90px;
  margin-left: -90px;
}
.flex-container.gutter-90 > .flex-item,
.flex-container.gutter-90 > [class*=col-] {
  padding-right: 90px;
  padding-left: 90px;
}
.flex-container.direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-container.direction-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex-container.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-container.direction-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.flex-container.wrap-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-container.wrap-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-container.wrap-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.flex-container.justify-content-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-container.justify-content-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-container.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.flex-container.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.flex-container.justify-content-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.flex-container.justify-content-right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.flex-container.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-container.justify-content-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-container.justify-content-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-container.justify-content-space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.flex-container.align-items-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-container.align-items-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-container.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-container.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex-container.align-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-container.align-content-flex-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-container.align-content-flex-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.flex-container.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-container.align-content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.flex-container.align-content-space-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-container.align-content-space-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}
.flex-container.align-content-space-evenly {
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}
@media (min-width: 36rem) {
  .flex-container.gutter-sm-3 {
    margin-right: -3px;
    margin-left: -3px;
  }
  .flex-container.gutter-sm-3 .flex-item,
  .flex-container.gutter-sm-3 [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }
  .flex-container.gutter-sm-6 {
    margin-right: -6px;
    margin-left: -6px;
  }
  .flex-container.gutter-sm-6 .flex-item,
  .flex-container.gutter-sm-6 [class*=col-] {
    padding-right: 6px;
    padding-left: 6px;
  }
  .flex-container.gutter-sm-9 {
    margin-right: -9px;
    margin-left: -9px;
  }
  .flex-container.gutter-sm-9 .flex-item,
  .flex-container.gutter-sm-9 [class*=col-] {
    padding-right: 9px;
    padding-left: 9px;
  }
  .flex-container.gutter-sm-12 {
    margin-right: -12px;
    margin-left: -12px;
  }
  .flex-container.gutter-sm-12 .flex-item,
  .flex-container.gutter-sm-12 [class*=col-] {
    padding-right: 12px;
    padding-left: 12px;
  }
  .flex-container.gutter-sm-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .flex-container.gutter-sm-15 .flex-item,
  .flex-container.gutter-sm-15 [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .flex-container.gutter-sm-30 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .flex-container.gutter-sm-30 .flex-item,
  .flex-container.gutter-sm-30 [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .flex-container.gutter-sm-60 {
    margin-right: -60px;
    margin-left: -60px;
  }
  .flex-container.gutter-sm-60 .flex-item,
  .flex-container.gutter-sm-60 [class*=col-] {
    padding-right: 60px;
    padding-left: 60px;
  }
  .flex-container.gutter-sm-90 {
    margin-right: -90px;
    margin-left: -90px;
  }
  .flex-container.gutter-sm-90 .flex-item,
  .flex-container.gutter-sm-90 [class*=col-] {
    padding-right: 90px;
    padding-left: 90px;
  }
  .flex-container.direction-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-container.direction-sm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-container.direction-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-container.direction-sm-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-container.wrap-sm-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-container.wrap-sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-container.wrap-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .flex-container.justify-content-sm-flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-container.justify-content-sm-flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex-container.justify-content-sm-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .flex-container.justify-content-sm-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .flex-container.justify-content-sm-left {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .flex-container.justify-content-sm-right {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .flex-container.justify-content-sm-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-container.justify-content-sm-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex-container.justify-content-sm-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .flex-container.justify-content-sm-space-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .flex-container.align-items-sm-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-container.align-items-sm-flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-container.align-items-sm-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-container.align-items-sm-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .flex-container.align-items-sm-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .flex-container.align-content-sm-flex-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .flex-container.align-content-sm-flex-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .flex-container.align-content-sm-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .flex-container.align-content-sm-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .flex-container.align-content-sm-space-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .flex-container.align-content-sm-space-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .flex-container.align-content-sm-space-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }
}
@media (min-width: 48rem) {
  .flex-container.gutter-md-3 {
    margin-right: -3px;
    margin-left: -3px;
  }
  .flex-container.gutter-md-3 > .flex-item,
  .flex-container.gutter-md-3 > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }
  .flex-container.gutter-md-6 {
    margin-right: -6px;
    margin-left: -6px;
  }
  .flex-container.gutter-md-6 > .flex-item,
  .flex-container.gutter-md-6 > [class*=col-] {
    padding-right: 6px;
    padding-left: 6px;
  }
  .flex-container.gutter-md-9 {
    margin-right: -9px;
    margin-left: -9px;
  }
  .flex-container.gutter-md-9 > .flex-item,
  .flex-container.gutter-md-9 > [class*=col-] {
    padding-right: 9px;
    padding-left: 9px;
  }
  .flex-container.gutter-md-12 {
    margin-right: -12px;
    margin-left: -12px;
  }
  .flex-container.gutter-md-12 > .flex-item,
  .flex-container.gutter-md-12 > [class*=col-] {
    padding-right: 12px;
    padding-left: 12px;
  }
  .flex-container.gutter-md-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .flex-container.gutter-md-15 > .flex-item,
  .flex-container.gutter-md-15 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .flex-container.gutter-md-30 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .flex-container.gutter-md-30 > .flex-item,
  .flex-container.gutter-md-30 > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .flex-container.gutter-md-60 {
    margin-right: -60px;
    margin-left: -60px;
  }
  .flex-container.gutter-md-60 > .flex-item,
  .flex-container.gutter-md-60 > [class*=col-] {
    padding-right: 60px;
    padding-left: 60px;
  }
  .flex-container.gutter-md-90 {
    margin-right: -90px;
    margin-left: -90px;
  }
  .flex-container.gutter-md-90 > .flex-item,
  .flex-container.gutter-md-90 > [class*=col-] {
    padding-right: 90px;
    padding-left: 90px;
  }
  .flex-container.direction-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-container.direction-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-container.direction-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-container.direction-md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-container.wrap-md-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-container.wrap-md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-container.wrap-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .flex-container.justify-content-md-flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-container.justify-content-md-flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex-container.justify-content-md-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .flex-container.justify-content-md-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .flex-container.justify-content-md-left {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .flex-container.justify-content-md-right {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .flex-container.justify-content-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-container.justify-content-md-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex-container.justify-content-md-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .flex-container.justify-content-md-space-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .flex-container.align-items-md-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-container.align-items-md-flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-container.align-items-md-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-container.align-items-md-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .flex-container.align-items-md-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .flex-container.align-content-md-flex-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .flex-container.align-content-md-flex-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .flex-container.align-content-md-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .flex-container.align-content-md-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .flex-container.align-content-md-space-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .flex-container.align-content-md-space-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .flex-container.align-content-md-space-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }
}
@media (min-width: 81rem) {
  .flex-container.gutter-lg-3 {
    margin-right: -3px;
    margin-left: -3px;
  }
  .flex-container.gutter-lg-3 > .flex-item,
  .flex-container.gutter-lg-3 > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }
  .flex-container.gutter-lg-6 {
    margin-right: -6px;
    margin-left: -6px;
  }
  .flex-container.gutter-lg-6 > .flex-item,
  .flex-container.gutter-lg-6 > [class*=col-] {
    padding-right: 6px;
    padding-left: 6px;
  }
  .flex-container.gutter-lg-9 {
    margin-right: -9px;
    margin-left: -9px;
  }
  .flex-container.gutter-lg-9 > .flex-item,
  .flex-container.gutter-lg-9 > [class*=col-] {
    padding-right: 9px;
    padding-left: 9px;
  }
  .flex-container.gutter-lg-12 {
    margin-right: -12px;
    margin-left: -12px;
  }
  .flex-container.gutter-lg-12 > .flex-item,
  .flex-container.gutter-lg-12 > [class*=col-] {
    padding-right: 12px;
    padding-left: 12px;
  }
  .flex-container.gutter-lg-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .flex-container.gutter-lg-15 > .flex-item,
  .flex-container.gutter-lg-15 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .flex-container.gutter-lg-30 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .flex-container.gutter-lg-30 > .flex-item,
  .flex-container.gutter-lg-30 > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .flex-container.gutter-lg-60 {
    margin-right: -60px;
    margin-left: -60px;
  }
  .flex-container.gutter-lg-60 > .flex-item,
  .flex-container.gutter-lg-60 > [class*=col-] {
    padding-right: 60px;
    padding-left: 60px;
  }
  .flex-container.gutter-lg-90 {
    margin-right: -90px;
    margin-left: -90px;
  }
  .flex-container.gutter-lg-90 > .flex-item,
  .flex-container.gutter-lg-90 > [class*=col-] {
    padding-right: 90px;
    padding-left: 90px;
  }
  .flex-container.direction-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-container.direction-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-container.direction-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-container.direction-lg-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-container.wrap-lg-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-container.wrap-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-container.wrap-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .flex-container.justify-content-lg-flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-container.justify-content-lg-flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex-container.justify-content-lg-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .flex-container.justify-content-lg-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .flex-container.justify-content-lg-left {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .flex-container.justify-content-lg-right {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .flex-container.justify-content-lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-container.justify-content-lg-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex-container.justify-content-lg-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .flex-container.justify-content-lg-space-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .flex-container.align-items-lg-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-container.align-items-lg-flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-container.align-items-lg-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-container.align-items-lg-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .flex-container.align-items-lg-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .flex-container.align-content-lg-flex-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .flex-container.align-content-lg-flex-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .flex-container.align-content-lg-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .flex-container.align-content-lg-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .flex-container.align-content-lg-space-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .flex-container.align-content-lg-space-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .flex-container.align-content-lg-space-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }
}
@media (min-width: 81rem) {
  .flex-container.gutter-xl-3 {
    margin-right: -3px;
    margin-left: -3px;
  }
  .flex-container.gutter-xl-3 > .flex-item,
  .flex-container.gutter-xl-3 > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }
  .flex-container.gutter-xl-6 {
    margin-right: -6px;
    margin-left: -6px;
  }
  .flex-container.gutter-xl-6 > .flex-item,
  .flex-container.gutter-xl-6 > [class*=col-] {
    padding-right: 6px;
    padding-left: 6px;
  }
  .flex-container.gutter-xl-9 {
    margin-right: -9px;
    margin-left: -9px;
  }
  .flex-container.gutter-xl-9 > .flex-item,
  .flex-container.gutter-xl-9 > [class*=col-] {
    padding-right: 9px;
    padding-left: 9px;
  }
  .flex-container.gutter-xl-12 {
    margin-right: -12px;
    margin-left: -12px;
  }
  .flex-container.gutter-xl-12 > .flex-item,
  .flex-container.gutter-xl-12 > [class*=col-] {
    padding-right: 12px;
    padding-left: 12px;
  }
  .flex-container.gutter-xl-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .flex-container.gutter-xl-15 > .flex-item,
  .flex-container.gutter-xl-15 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .flex-container.gutter-xl-30 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .flex-container.gutter-xl-30 > .flex-item,
  .flex-container.gutter-xl-30 > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .flex-container.gutter-xl-60 {
    margin-right: -60px;
    margin-left: -60px;
  }
  .flex-container.gutter-xl-60 > .flex-item,
  .flex-container.gutter-xl-60 > [class*=col-] {
    padding-right: 60px;
    padding-left: 60px;
  }
  .flex-container.gutter-xl-90 {
    margin-right: -90px;
    margin-left: -90px;
  }
  .flex-container.gutter-xl-90 > .flex-item,
  .flex-container.gutter-xl-90 > [class*=col-] {
    padding-right: 90px;
    padding-left: 90px;
  }
  .flex-container.direction-xl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-container.direction-xl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-container.direction-xl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-container.direction-xl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-container.wrap-xl-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-container.wrap-xl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-container.wrap-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .flex-container.justify-content-xl-flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-container.justify-content-xl-flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex-container.justify-content-xl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .flex-container.justify-content-xl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .flex-container.justify-content-xl-left {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .flex-container.justify-content-xl-right {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .flex-container.justify-content-xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-container.justify-content-xl-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex-container.justify-content-xl-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .flex-container.justify-content-xl-space-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .flex-container.align-items-xl-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-container.align-items-xl-flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-container.align-items-xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-container.align-items-xl-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .flex-container.align-items-xl-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .flex-container.align-content-xl-flex-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .flex-container.align-content-xl-flex-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .flex-container.align-content-xl-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .flex-container.align-content-xl-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .flex-container.align-content-xl-space-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .flex-container.align-content-xl-space-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .flex-container.align-content-xl-space-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }
}

.flex-item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.width-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.width-1 {
  -ms-flex: 0 0 8.3333333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-shrink-1 {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.width-2 {
  -ms-flex: 0 0 16.6666666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex-grow-2 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.flex-shrink-2 {
  -ms-flex-negative: 2;
      flex-shrink: 2;
}

.width-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.offset-3 {
  margin-left: 25%;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.flex-grow-3 {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.flex-shrink-3 {
  -ms-flex-negative: 3;
      flex-shrink: 3;
}

.width-4 {
  -ms-flex: 0 0 33.3333333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.flex-grow-4 {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}

.flex-shrink-4 {
  -ms-flex-negative: 4;
      flex-shrink: 4;
}

.width-5 {
  -ms-flex: 0 0 41.6666666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.flex-grow-5 {
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}

.flex-shrink-5 {
  -ms-flex-negative: 5;
      flex-shrink: 5;
}

.width-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.offset-6 {
  margin-left: 50%;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.flex-grow-6 {
  -webkit-box-flex: 6;
      -ms-flex-positive: 6;
          flex-grow: 6;
}

.flex-shrink-6 {
  -ms-flex-negative: 6;
      flex-shrink: 6;
}

.width-7 {
  -ms-flex: 0 0 58.3333333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.flex-grow-7 {
  -webkit-box-flex: 7;
      -ms-flex-positive: 7;
          flex-grow: 7;
}

.flex-shrink-7 {
  -ms-flex-negative: 7;
      flex-shrink: 7;
}

.width-8 {
  -ms-flex: 0 0 66.6666666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.flex-grow-8 {
  -webkit-box-flex: 8;
      -ms-flex-positive: 8;
          flex-grow: 8;
}

.flex-shrink-8 {
  -ms-flex-negative: 8;
      flex-shrink: 8;
}

.width-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.offset-9 {
  margin-left: 75%;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.flex-grow-9 {
  -webkit-box-flex: 9;
      -ms-flex-positive: 9;
          flex-grow: 9;
}

.flex-shrink-9 {
  -ms-flex-negative: 9;
      flex-shrink: 9;
}

.width-10 {
  -ms-flex: 0 0 83.3333333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.flex-grow-10 {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

.flex-shrink-10 {
  -ms-flex-negative: 10;
      flex-shrink: 10;
}

.width-11 {
  -ms-flex: 0 0 91.6666666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.flex-grow-11 {
  -webkit-box-flex: 11;
      -ms-flex-positive: 11;
          flex-grow: 11;
}

.flex-shrink-11 {
  -ms-flex-negative: 11;
      flex-shrink: 11;
}

.width-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.offset-12 {
  margin-left: 100%;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.flex-grow-12 {
  -webkit-box-flex: 12;
      -ms-flex-positive: 12;
          flex-grow: 12;
}

.flex-shrink-12 {
  -ms-flex-negative: 12;
      flex-shrink: 12;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 1000000;
      -ms-flex-order: 999999;
          order: 999999;
}

.align-self-auto {
  -ms-flex-item-align: auto;
      align-self: auto;
}

.align-self-flex-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-self-flex-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

@media (min-width: 36rem) {
  .width-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .width-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-grow-sm-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-shrink-sm-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .width-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flex-grow-sm-2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .flex-shrink-sm-2 {
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
  .width-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .flex-grow-sm-3 {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  .flex-shrink-sm-3 {
    -ms-flex-negative: 3;
        flex-shrink: 3;
  }
  .width-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .flex-grow-sm-4 {
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
  }
  .flex-shrink-sm-4 {
    -ms-flex-negative: 4;
        flex-shrink: 4;
  }
  .width-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .flex-grow-sm-5 {
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
  }
  .flex-shrink-sm-5 {
    -ms-flex-negative: 5;
        flex-shrink: 5;
  }
  .width-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .flex-grow-sm-6 {
    -webkit-box-flex: 6;
        -ms-flex-positive: 6;
            flex-grow: 6;
  }
  .flex-shrink-sm-6 {
    -ms-flex-negative: 6;
        flex-shrink: 6;
  }
  .width-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .flex-grow-sm-7 {
    -webkit-box-flex: 7;
        -ms-flex-positive: 7;
            flex-grow: 7;
  }
  .flex-shrink-sm-7 {
    -ms-flex-negative: 7;
        flex-shrink: 7;
  }
  .width-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .flex-grow-sm-8 {
    -webkit-box-flex: 8;
        -ms-flex-positive: 8;
            flex-grow: 8;
  }
  .flex-shrink-sm-8 {
    -ms-flex-negative: 8;
        flex-shrink: 8;
  }
  .width-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .flex-grow-sm-9 {
    -webkit-box-flex: 9;
        -ms-flex-positive: 9;
            flex-grow: 9;
  }
  .flex-shrink-sm-9 {
    -ms-flex-negative: 9;
        flex-shrink: 9;
  }
  .width-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .flex-grow-sm-10 {
    -webkit-box-flex: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
  }
  .flex-shrink-sm-10 {
    -ms-flex-negative: 10;
        flex-shrink: 10;
  }
  .width-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .flex-grow-sm-11 {
    -webkit-box-flex: 11;
        -ms-flex-positive: 11;
            flex-grow: 11;
  }
  .flex-shrink-sm-11 {
    -ms-flex-negative: 11;
        flex-shrink: 11;
  }
  .width-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .flex-grow-sm-12 {
    -webkit-box-flex: 12;
        -ms-flex-positive: 12;
            flex-grow: 12;
  }
  .flex-shrink-sm-12 {
    -ms-flex-negative: 12;
        flex-shrink: 12;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 1000000;
        -ms-flex-order: 999999;
            order: 999999;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .align-self-sm-flex-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-sm-flex-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 48rem) {
  .width-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .width-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-grow-md-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-shrink-md-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .width-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flex-grow-md-2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .flex-shrink-md-2 {
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
  .width-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .flex-grow-md-3 {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  .flex-shrink-md-3 {
    -ms-flex-negative: 3;
        flex-shrink: 3;
  }
  .width-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .flex-grow-md-4 {
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
  }
  .flex-shrink-md-4 {
    -ms-flex-negative: 4;
        flex-shrink: 4;
  }
  .width-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .flex-grow-md-5 {
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
  }
  .flex-shrink-md-5 {
    -ms-flex-negative: 5;
        flex-shrink: 5;
  }
  .width-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .flex-grow-md-6 {
    -webkit-box-flex: 6;
        -ms-flex-positive: 6;
            flex-grow: 6;
  }
  .flex-shrink-md-6 {
    -ms-flex-negative: 6;
        flex-shrink: 6;
  }
  .width-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .flex-grow-md-7 {
    -webkit-box-flex: 7;
        -ms-flex-positive: 7;
            flex-grow: 7;
  }
  .flex-shrink-md-7 {
    -ms-flex-negative: 7;
        flex-shrink: 7;
  }
  .width-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .flex-grow-md-8 {
    -webkit-box-flex: 8;
        -ms-flex-positive: 8;
            flex-grow: 8;
  }
  .flex-shrink-md-8 {
    -ms-flex-negative: 8;
        flex-shrink: 8;
  }
  .width-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .flex-grow-md-9 {
    -webkit-box-flex: 9;
        -ms-flex-positive: 9;
            flex-grow: 9;
  }
  .flex-shrink-md-9 {
    -ms-flex-negative: 9;
        flex-shrink: 9;
  }
  .width-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .flex-grow-md-10 {
    -webkit-box-flex: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
  }
  .flex-shrink-md-10 {
    -ms-flex-negative: 10;
        flex-shrink: 10;
  }
  .width-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .flex-grow-md-11 {
    -webkit-box-flex: 11;
        -ms-flex-positive: 11;
            flex-grow: 11;
  }
  .flex-shrink-md-11 {
    -ms-flex-negative: 11;
        flex-shrink: 11;
  }
  .width-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .flex-grow-md-12 {
    -webkit-box-flex: 12;
        -ms-flex-positive: 12;
            flex-grow: 12;
  }
  .flex-shrink-md-12 {
    -ms-flex-negative: 12;
        flex-shrink: 12;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 1000000;
        -ms-flex-order: 999999;
            order: 999999;
  }
}
@media (min-width: 48rem) and (min-width: 768px) {
  .align-self-md-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .align-self-md-flex-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-md-flex-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-md-center {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 81rem) {
  .width-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .width-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-grow-lg-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-shrink-lg-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .width-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flex-grow-lg-2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .flex-shrink-lg-2 {
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
  .width-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .flex-grow-lg-3 {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  .flex-shrink-lg-3 {
    -ms-flex-negative: 3;
        flex-shrink: 3;
  }
  .width-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .flex-grow-lg-4 {
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
  }
  .flex-shrink-lg-4 {
    -ms-flex-negative: 4;
        flex-shrink: 4;
  }
  .width-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .flex-grow-lg-5 {
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
  }
  .flex-shrink-lg-5 {
    -ms-flex-negative: 5;
        flex-shrink: 5;
  }
  .width-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .flex-grow-lg-6 {
    -webkit-box-flex: 6;
        -ms-flex-positive: 6;
            flex-grow: 6;
  }
  .flex-shrink-lg-6 {
    -ms-flex-negative: 6;
        flex-shrink: 6;
  }
  .width-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .flex-grow-lg-7 {
    -webkit-box-flex: 7;
        -ms-flex-positive: 7;
            flex-grow: 7;
  }
  .flex-shrink-lg-7 {
    -ms-flex-negative: 7;
        flex-shrink: 7;
  }
  .width-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .flex-grow-lg-8 {
    -webkit-box-flex: 8;
        -ms-flex-positive: 8;
            flex-grow: 8;
  }
  .flex-shrink-lg-8 {
    -ms-flex-negative: 8;
        flex-shrink: 8;
  }
  .width-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .flex-grow-lg-9 {
    -webkit-box-flex: 9;
        -ms-flex-positive: 9;
            flex-grow: 9;
  }
  .flex-shrink-lg-9 {
    -ms-flex-negative: 9;
        flex-shrink: 9;
  }
  .width-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .flex-grow-lg-10 {
    -webkit-box-flex: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
  }
  .flex-shrink-lg-10 {
    -ms-flex-negative: 10;
        flex-shrink: 10;
  }
  .width-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .flex-grow-lg-11 {
    -webkit-box-flex: 11;
        -ms-flex-positive: 11;
            flex-grow: 11;
  }
  .flex-shrink-lg-11 {
    -ms-flex-negative: 11;
        flex-shrink: 11;
  }
  .width-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .flex-grow-lg-12 {
    -webkit-box-flex: 12;
        -ms-flex-positive: 12;
            flex-grow: 12;
  }
  .flex-shrink-lg-12 {
    -ms-flex-negative: 12;
        flex-shrink: 12;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 1000000;
        -ms-flex-order: 999999;
            order: 999999;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .align-self-lg-flex-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-lg-flex-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 81rem) {
  .width-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .width-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-grow-xl-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-shrink-xl-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .width-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flex-grow-xl-2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .flex-shrink-xl-2 {
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
  .width-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .flex-grow-xl-3 {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  .flex-shrink-xl-3 {
    -ms-flex-negative: 3;
        flex-shrink: 3;
  }
  .width-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .flex-grow-xl-4 {
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
  }
  .flex-shrink-xl-4 {
    -ms-flex-negative: 4;
        flex-shrink: 4;
  }
  .width-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .flex-grow-xl-5 {
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
  }
  .flex-shrink-xl-5 {
    -ms-flex-negative: 5;
        flex-shrink: 5;
  }
  .width-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .flex-grow-xl-6 {
    -webkit-box-flex: 6;
        -ms-flex-positive: 6;
            flex-grow: 6;
  }
  .flex-shrink-xl-6 {
    -ms-flex-negative: 6;
        flex-shrink: 6;
  }
  .width-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .flex-grow-xl-7 {
    -webkit-box-flex: 7;
        -ms-flex-positive: 7;
            flex-grow: 7;
  }
  .flex-shrink-xl-7 {
    -ms-flex-negative: 7;
        flex-shrink: 7;
  }
  .width-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .flex-grow-xl-8 {
    -webkit-box-flex: 8;
        -ms-flex-positive: 8;
            flex-grow: 8;
  }
  .flex-shrink-xl-8 {
    -ms-flex-negative: 8;
        flex-shrink: 8;
  }
  .width-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .flex-grow-xl-9 {
    -webkit-box-flex: 9;
        -ms-flex-positive: 9;
            flex-grow: 9;
  }
  .flex-shrink-xl-9 {
    -ms-flex-negative: 9;
        flex-shrink: 9;
  }
  .width-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .flex-grow-xl-10 {
    -webkit-box-flex: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
  }
  .flex-shrink-xl-10 {
    -ms-flex-negative: 10;
        flex-shrink: 10;
  }
  .width-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .flex-grow-xl-11 {
    -webkit-box-flex: 11;
        -ms-flex-positive: 11;
            flex-grow: 11;
  }
  .flex-shrink-xl-11 {
    -ms-flex-negative: 11;
        flex-shrink: 11;
  }
  .width-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .flex-grow-xl-12 {
    -webkit-box-flex: 12;
        -ms-flex-positive: 12;
            flex-grow: 12;
  }
  .flex-shrink-xl-12 {
    -ms-flex-negative: 12;
        flex-shrink: 12;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 1000000;
        -ms-flex-order: 999999;
            order: 999999;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .align-self-xl-flex-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-xl-flex-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
/*
* Pages
*/
#capabilities-columns .toc {
  border: 1px solid #d7d7d7;
  gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#capabilities-columns .toc h2 {
  color: #333;
  border-bottom: 1px solid #d7d7d7;
  background: #f2f2f2;
  font-size: 1em;
  line-height: 1.1;
  font-weight: 500;
  padding: 10px 15px;
}
#capabilities-columns .toc nav {
  width: 100%;
}
#capabilities-columns .toc nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
#capabilities-columns .toc nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 0;
}
#capabilities-columns .toc nav ul li a {
  gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  font-size: 1em;
  line-height: 1.1;
  padding: 10px 15px;
}
#capabilities-columns .toc nav ul li a.active {
  background: #f2f2f2;
  opacity: 1;
  color: #333;
}
#capabilities-columns .toc nav ul li:last-child a {
  color: #333;
  border-bottom: none;
}
#capabilities-columns .toc nav ul li:hover a {
  background: #f2f2f2;
  opacity: 1;
  color: #333;
}
#capabilities-columns h2 {
  scroll-margin-top: 80px;
}
#capabilities-columns hr.wp-block-separator {
  margin: 20px auto;
  background-color: #d7d7d7 !important;
}
#capabilities-columns p {
  margin-top: 0;
}
#capabilities-columns ul.wp-block-list {
  margin: 0;
  padding: 0 0 0 45px;
}
#capabilities-columns ul.wp-block-list li {
  margin: 0;
  padding: 0 0 5px 0;
}
@media (max-width: 600px) {
  #capabilities-columns ul.wp-block-list li {
    line-height: 1.35;
    padding-bottom: 10px;
  }
}
#capabilities-columns .wp-block-table table {
  border: 1px solid #d7d7d7;
  border-collapse: collapse;
}
#capabilities-columns .wp-block-table table tr th,
#capabilities-columns .wp-block-table table tr td {
  border: 1px solid #d7d7d7;
  color: #333;
  padding: 10px 15px;
  text-align: left;
  width: auto;
}
#capabilities-columns .wp-block-table table tr th:first-child,
#capabilities-columns .wp-block-table table tr td:first-child {
  width: 33%;
}
@media (max-width: 600px) {
  #capabilities-columns .wp-block-table table tr th,
  #capabilities-columns .wp-block-table table tr td {
    padding: 8px;
    line-height: 1.2;
  }
}
#capabilities-columns .wp-block-table table tr th {
  background: #f2f2f2;
  font-weight: 500;
}
#capabilities-columns .wp-block-table table tr td {
  vertical-align: top;
}
#capabilities-columns .has-sticky {
  position: relative;
  padding-top: 20px;
}
#capabilities-columns .has-sticky > div {
  position: sticky;
  top: 85px;
  gap: 30px;
}

/*
 * Vendors.
 */
.wp-block-group__inner-container {
  width: 85%;
  max-width: 68rem;
  margin-right: auto;
  margin-left: auto;
}

body .gform_wrapper.gravity-theme .gfield_required {
  color: inherit;
}
body .gform_wrapper form.gf_simple_horizontal {
  width: 100%;
}
body .gform_wrapper form.gf_simple_horizontal .gform_body {
  width: 100%;
}
body .gform_wrapper form.gf_simple_horizontal .gform_footer {
  width: 100%;
}
body .gform_wrapper form .gform_body .gfield label {
  display: inline-block;
  font-family: "Hind Siliguri", sans-serif;
  line-height: 1.4;
  font-size: 0.85rem;
  border: 0;
  margin: 0;
  padding: 0;
}
body .gform_wrapper form .gform_body .gfield select {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  z-index: 1;
  font-family: "Hind Siliguri", sans-serif;
  color: rgb(165.75, 165.75, 165.75);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  text-indent: 1px;
  text-overflow: "";
  background: transparent;
  background-color: white;
  background-image: linear-gradient(45deg, transparent 50%, rgb(178.5, 178.5, 178.5) 50%), linear-gradient(135deg, rgb(178.5, 178.5, 178.5) 50%, transparent 50%), linear-gradient(to right, rgb(178.5, 178.5, 178.5), rgb(178.5, 178.5, 178.5));
  background-position: calc(100% - 1.3rem) 1.05rem, calc(100% - 0.95rem) 1.05rem, calc(100% - 2.5rem) 0.6rem;
  background-size: 0.35rem 0.35rem, 0.35rem 0.35rem, 0.0625rem 1.2rem;
  background-repeat: no-repeat;
  -webkit-transform: rotate(45deg), rotate(135deg), rotate(0deg);
          transform: rotate(45deg), rotate(135deg), rotate(0deg);
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(216.75, 216.75, 216.75);
  border-radius: 0rem;
  margin: 0;
  padding: 0.5rem 0.75rem;
}
body .gform_wrapper form .gform_body .gfield select:disabled {
  background-color: rgb(178.5, 178.5, 178.5);
}
body .gform_wrapper form .gform_body .gfield textarea {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 6.5rem;
  z-index: 1;
  font-family: "Hind Siliguri", sans-serif;
  color: #333333;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  background: transparent;
  background-color: white;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(216.75, 216.75, 216.75);
  border-radius: 0rem;
  margin: 0;
  padding: 0.5rem 0.75rem;
  overflow: auto;
}
body .gform_wrapper form .gform_body .gfield textarea:disabled {
  background-color: rgb(178.5, 178.5, 178.5);
}
body .gform_wrapper form .gform_body .gfield input {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  z-index: 1;
  font-family: "Hind Siliguri", sans-serif;
  color: #333333;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  background: transparent;
  background-color: white;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(216.75, 216.75, 216.75);
  border-radius: 0rem;
  margin: 0;
  padding: 0.5rem 0.75rem;
}
body .gform_wrapper form .gform_body .gfield input:disabled {
  background-color: rgb(178.5, 178.5, 178.5);
}
body .gform_wrapper form .gform_body .gfield input[type=checkbox] {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  z-index: 1;
  font-family: "Hind Siliguri", sans-serif;
  color: #333333;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  background: transparent;
  background-color: white;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(216.75, 216.75, 216.75);
  border-radius: 0.375rem;
  margin: 0 0.75rem 0 0;
  padding: 0.5rem;
  vertical-align: middle;
}
body .gform_wrapper form .gform_body .gfield input[type=checkbox]:checked {
  background-color: rgb(242.25, 242.25, 242.25);
  background-repeat: no-repeat;
  background-image: linear-gradient(45deg, transparent 0.5rem, #2058af 0.5rem, #2058af 0.7rem, transparent 0.5rem), linear-gradient(-45deg, transparent 0.5rem, #2058af 0.5rem, #2058af 0.7rem, transparent 0.5rem);
  background-size: 0.5rem 0.6rem, 0.75rem 0.75rem;
  background-position: 0.01rem 0.7rem, 0.45rem 0.3rem;
}
body .gform_wrapper form .gform_body .gfield input[type=checkbox]:disabled {
  background-color: rgb(178.5, 178.5, 178.5);
}
body .gform_wrapper form .gform_body .gfield input[type=radio] {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  z-index: 1;
  font-family: "Hind Siliguri", sans-serif;
  color: #333333;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  background: transparent;
  background-color: white;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(216.75, 216.75, 216.75);
  border-radius: 50%;
  margin: 0 0.75rem 0 0;
  padding: 0.5rem;
  vertical-align: middle;
}
body .gform_wrapper form .gform_body .gfield input[type=radio]:checked {
  background-color: rgb(242.25, 242.25, 242.25);
  background-repeat: no-repeat;
  background-image: radial-gradient(0.6rem 0.6rem at 50% 50%, 49%, transparent 50%);
  background-size: 100% 100%;
  background-position: 0 0;
}
body .gform_wrapper form .gform_body .gfield input[type=radio]:disabled {
  background-color: rgb(178.5, 178.5, 178.5);
}
body .gform_wrapper form .gform_body .gfield input[type=submit] {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: "Hind Siliguri", sans-serif;
  color: #ffffff;
  width: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  background: transparent;
  background-color: #2f7bad;
  border: 0.0625rem solid transparent;
  border-radius: 0rem;
  margin: 0;
  padding: 0.5rem 1.25rem;
}
body .gform_wrapper form .gform_body .gfield input[type=submit]:disabled {
  background-color: rgb(178.5, 178.5, 178.5);
}
body .gform_wrapper form .gform_body .gfield input[type=submit]:hover {
  opacity: 0.7;
  color: #ffffff;
  background-color: #3180b4;
}
body .gform_wrapper form .gform_body .gfield input[type=submit] svg {
  vertical-align: middle;
}
.site-footer body .gform_wrapper form .gform_body .gfield input[type=submit] {
  background-color: #2a6e9b;
}

body .gform_wrapper form .gform_body .gfield [hidden],
body .gform_wrapper form .gform_body .gfield .hidden,
body .gform_wrapper form .gform_body .gfield .visually-hidden,
body .gform_wrapper form .gform_body .gfield .screen-reader,
body .gform_wrapper form .gform_body .gfield .screen-reader-only {
  display: block !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  outline: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-indent: -9999rem !important;
  overflow: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}
body .gform_wrapper form .gform_body .gfield .gfield_captcha_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
body .gform_wrapper form .gform_body .gfield .gfield_captcha_container .gfield_captcha_input_container {
  display: block;
  width: 100%;
  margin-left: 0.75rem;
}
body .gform_wrapper form .gform_footer .gform_button {
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -6rem, 0);
            transform: translate3d(0, -6rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -6rem, 0);
            transform: translate3d(0, -6rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-6rem, 0, 0);
            transform: translate3d(-6rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-6rem, 0, 0);
            transform: translate3d(-6rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(6rem, 0, 0);
            transform: translate3d(6rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(6rem, 0, 0);
            transform: translate3d(6rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 6rem, 0);
            transform: translate3d(0, 6rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 6rem, 0);
            transform: translate3d(0, 6rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
body .seopress-user-message {
  padding: 0.5rem 1rem !important;
}
body .seopress-user-message p {
  font-size: 1rem !important;
  padding: 0 !important;
}
body ol.breadcrumb {
  margin: 1rem 0 2rem;
  padding: 0;
}

body.woocommerce .woocommerce .woocommerce-notices-wrapper .woocommerce-message, body.woocommerce-page .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  border: 0;
  background: #0e4970;
  background-color: #0e4970;
  color: #fff;
  padding: 1rem;
  vertical-align: middle;
  font-size: 1.25rem;
}
body.woocommerce .woocommerce .woocommerce-notices-wrapper .woocommerce-message:before, body.woocommerce-page .woocommerce .woocommerce-notices-wrapper .woocommerce-message:before {
  display: none;
}
body.woocommerce nav.woocommerce-pagination ul li span.current, body.woocommerce-page nav.woocommerce-pagination ul li span.current {
  color: #000000;
}
body.woocommerce .place-order .button.alt, body.woocommerce-page .place-order .button.alt {
  padding: 1.5rem 3rem;
  font-size: 1.5rem;
}
body.woocommerce .button,
body.woocommerce a.button,
body.woocommerce .button.alt, body.woocommerce-page .button,
body.woocommerce-page a.button,
body.woocommerce-page .button.alt {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: "Hind Siliguri", sans-serif;
  color: #ffffff;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  background: transparent;
  background-color: #2a6e9b;
  border: 0.0625rem solid transparent;
  border-radius: 0rem;
  margin: 0;
  padding: 0.75rem 1.25rem;
}
body.woocommerce .button.checkout-button,
body.woocommerce a.button.checkout-button,
body.woocommerce .button.alt.checkout-button, body.woocommerce-page .button.checkout-button,
body.woocommerce-page a.button.checkout-button,
body.woocommerce-page .button.alt.checkout-button {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.5rem;
}
body.woocommerce .button:disabled,
body.woocommerce a.button:disabled,
body.woocommerce .button.alt:disabled, body.woocommerce-page .button:disabled,
body.woocommerce-page a.button:disabled,
body.woocommerce-page .button.alt:disabled {
  background-color: rgb(178.5, 178.5, 178.5);
}
body.woocommerce .button:hover,
body.woocommerce a.button:hover,
body.woocommerce .button.alt:hover, body.woocommerce-page .button:hover,
body.woocommerce-page a.button:hover,
body.woocommerce-page .button.alt:hover {
  opacity: 0.7;
  color: #ffffff;
  background-color: #2a6e9b;
}
body.woocommerce .button svg,
body.woocommerce a.button svg,
body.woocommerce .button.alt svg, body.woocommerce-page .button svg,
body.woocommerce-page a.button svg,
body.woocommerce-page .button.alt svg {
  vertical-align: middle;
}
body.woocommerce a.button.open-quote-box, body.woocommerce-page a.button.open-quote-box {
  background-color: #ab5421;
}
body.woocommerce.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper, body.woocommerce-page.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5rem !important;
}
body.woocommerce.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image, body.woocommerce-page.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  padding: 0.5rem;
}
body.woocommerce.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-of-type, body.woocommerce-page.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-of-type {
  padding-top: 0;
}
body.woocommerce.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .cart, body.woocommerce-page.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0.5rem;
  width: 100%;
}
body.woocommerce.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .cart .quantity, body.woocommerce-page.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .cart .quantity {
  float: none;
  margin: 0;
  width: 50%;
}
body.woocommerce.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .cart .quantity input, body.woocommerce-page.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .cart .quantity input {
  padding: 0.375rem 0.75rem;
}
body.woocommerce.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .cart button, body.woocommerce-page.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .cart button {
  width: 50%;
  background-color: #ab5421;
  border-radius: 0;
  padding: 0.6rem 0.75rem;
  font-weight: 900;
  float: none;
}
body.woocommerce.single-product .woocommerce-product-gallery .product-button-wrap a, body.woocommerce-page.single-product .woocommerce-product-gallery .product-button-wrap a {
  margin: 0.5rem 0;
}
body.woocommerce.single-product .summary .price, body.woocommerce-page.single-product .summary .price {
  color: #0e4970;
}
body.woocommerce.single-product .upsells, body.woocommerce-page.single-product .upsells {
  display: inline-block;
  display: none;
  width: 100%;
  margin: 1.5rem 0;
}
body.woocommerce.single-product .upsells .cart, body.woocommerce-page.single-product .upsells .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.woocommerce.single-product .upsells .cart .quantity, body.woocommerce-page.single-product .upsells .cart .quantity {
  width: 50%;
}
body.woocommerce.single-product .upsells .cart .quantity input, body.woocommerce-page.single-product .upsells .cart .quantity input {
  padding: 0.375rem 0.75rem;
}
body.woocommerce.single-product .upsells .cart button, body.woocommerce-page.single-product .upsells .cart button {
  width: 50%;
  background-color: #ab5421;
}
body.woocommerce.single-product .expert-advice-wrap, body.woocommerce-page.single-product .expert-advice-wrap {
  display: inline-block;
  width: 100%;
  margin: 1.5rem 0;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment .payment_box.payment_method_stripe {
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .payment_box.payment_method_stripe ul.wc-saved-payment-methods[data-count="0"] {
  display: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .payment_box.payment_method_stripe > fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/* Trustpilot */
.trustpilot-wrap {
  display: block;
  padding: 2rem 1rem;
  background-color: #0e4970;
  color: #ffffff;
}
@media (min-width: 62rem) {
  .trustpilot-wrap {
    padding: 3rem 2rem;
  }
}

/* Divi Customization */
img {
  max-width: 100%;
}

.container {
  width: 100%;
}
@media (max-width: 768px) {
  .container {
    padding-top: 21px !important;
  }
}
.container:before {
  background-color: transparent !important;
}

#main-content {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1296px) {
  body.home #main-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.et_pb_row {
  width: 100%;
}

.et_pb_widget_area_right {
  border-left: 0 !important;
}

.et_pb_widget_area_left {
  border-right: 0 !important;
}

/* Empty */
p:empty {
  display: none;
}

/* WooCommerce */
.woocommerce .product .images .flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 !important;
  margin: 1rem -0.5rem 0 !important;
  width: auto;
}
.woocommerce .product .images .flex-control-thumbs li {
  width: 25% !important;
  margin: 0 !important;
  padding: 0 0.5rem 1rem !important;
}

.woocommerce div.product div.summary {
  margin-bottom: 42px;
}

@media (min-width: 1296px) {
  .woocommerce div.product div.summary {
    margin-bottom: 0;
  }
}
.woocommerce-page.single-product .price {
  display: block;
  margin: 12px 0 27px;
  font-size: 30px;
  font-weight: bold;
}

.woocommerce-page.single-product .entry-summary p.price span {
  font-size: 30px !important;
}

.woocommerce-page.single-product .entry-summary p.price:before {
  content: "Price:";
  margin: 0 6px 0 0;
}

.woocommerce.single-product .cart input[type=text],
.woocommerce.single-product .cart input[type=date],
.woocommerce.single-product .cart input[type=tel],
.woocommerce.single-product .cart input[type=email],
.woocommerce.single-product .cart input[type=number],
.woocommerce.single-product .cart input[type=password],
.woocommerce.single-product .cart select,
.woocommerce.single-product .cart textarea {
  width: 100%;
  height: auto;
  margin: 0;
  border: 1px solid #d7d7d7 !important;
  background: transparent;
  background-color: transparent !important;
  color: #5f5f5f !important;
  border-radius: 0px;
  font-size: 18px;
  padding: 8px 12px 7px;
}

body .woocommerce input[type=text],
body .woocommerce input[type=date],
body .woocommerce input[type=tel],
body .woocommerce input[type=email],
body .woocommerce input[type=number],
body .woocommerce input[type=password],
body .woocommerce select,
body .woocommerce textarea,
body .woocommerce input[type=number].qty,
body .woocommerce input[type=text].input-text,
body .woocommerce input[type=date].input-text,
body .woocommerce input[type=tel].input-text,
body .woocommerce input[type=email].input-text,
body .woocommerce input[type=number].input-text,
body .woocommerce input[type=password].input-text,
body .woocommerce select.input-text,
body .woocommerce textarea.input-text,
body .woocommerce .select2-container--default .select2-selection--single {
  width: 100%;
  height: auto;
  margin: 0;
  border: 1px solid #d7d7d7 !important;
  background: transparent;
  background-color: transparent !important;
  color: #5f5f5f !important;
  border-radius: 0px;
  font-size: 15px;
  padding: 5px 12px;
}

body .woocommerce .select2-container--default .select2-selection--single {
  height: 45px;
}

body .woocommerce textarea,
body .woocommerce textarea.input-text {
  height: 90px;
}

.woocommerce .login .form-row.form-row-first,
.woocommerce .login .form-row.form-row-last {
  width: 48%;
}

.lost_password {
  font-weight: bold !important;
}

#rememberme {
  margin-left: 15px;
}

.woocommerce-page.single-product .posted_in,
.woocommerce-page.single-product .tagged_as {
  display: none;
}

body.woocommerce .woocommerce-tabs {
  border: 0;
  margin-bottom: 24px;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs,
body.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}

body.woocommerce #content-area div.product .woocommerce-tabs .panel,
body.woocommerce div.product .woocommerce-tabs .panel {
  padding: 0;
}

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 !important;
}

@media (min-width: 1296px) {
  .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1),
  .et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n+1),
  .et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n+1),
  .et_pb_gutters1.et_left_sidebar.woocommerce-page ul.products li.product,
  .et_pb_gutters1.et_right_sidebar.woocommerce-page ul.products li.product {
    padding: 0 6px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  display: block;
  float: left;
  width: 100%;
  margin: 9px 0 0;
  padding: 0;
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0 0 0 1em;
  border-bottom: 1px solid #d7d7d7;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
  display: inline-block;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
  margin-bottom: -1px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  background-color: transparent;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
  border-bottom: 1px solid #ffffff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:active,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  display: inline-block;
  padding: 9px 12px;
  color: #515151;
  text-transform: uppercase;
  background-color: transparent;
  font-weight: normal;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:active,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:hover {
  font-weight: bold;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: block;
  float: left;
  width: 100%;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-top: 0;
  padding: 21px 27px 21px;
}

.woocommerce-EditAccountForm.edit-account fieldset {
  margin: 12px 0 18px;
}

.woocommerce-message .button {
  margin-top: -3px;
  color: #ffffff;
  padding: 3px 12px;
}

.woocommerce-message .button:hover {
  margin-top: -3px;
  background-color: #2a6e9b !important;
  background: #2a6e9b !important;
  color: #ffffff !important;
  padding: 3px 12px !important;
}

.woocommerce-page.single-product .entry-summary p.price span .woocommerce-Price-currencySymbol {
  font-size: 18px !important;
}

/* Modal Button */
.banner-modal-button {
  position: absolute;
  bottom: -30px;
  right: calc(50% - 95px);
  margin: 0;
  padding: 0;
}
@media (min-width: 1296px) {
  .banner-modal-button {
    position: absolute;
    bottom: -60px;
    right: 0;
  }
}
.banner-modal-button a {
  width: 190px;
}
.banner-modal-button img {
  display: block;
}

/* Custom Attributes */
ul.custom-attributes {
  display: block;
  list-style: none;
  margin: 0 0 21px !important;
  padding: 0 !important;
}
ul.custom-attributes li {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
ul.custom-attributes li .attribute-label {
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #d7d7d7;
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0 0 5px;
}
ul.custom-attributes li .attribute-value {
  display: block;
}

/* search */
body.search-results .et_pb_post {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
}
body.search-results .et_pb_post .entry-featured-image-url {
  display: none;
}
body.search-results .et_pb_post .post-meta {
  display: none;
}

article.et_pb_post.product {
  float: left;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  article.et_pb_post.product {
    margin-bottom: 30px;
  }
}

/* aside dropdown */
.green-bar-wrap {
  display: block;
  width: 100%;
  background: #e9ebf0;
}
.green-bar-wrap .widgettitle {
  display: block;
  width: 100%;
  padding: 9px 12px;
  background: #23b4a1;
  color: #ffffff;
}
.green-bar-wrap form {
  display: block;
  width: 100%;
  padding: 15px 12px;
}
.green-bar-wrap form select {
  margin: 0;
  height: 35px;
  padding: 2px 8px;
}

/* chris */
/* add to divi stysheet later */
.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu,
.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu .fullwidth-menu-nav,
ul#menu-primary {
  height: 60px;
  margin: 0;
  padding: 0;
  z-index: 11;
  line-height: 60px;
  list-style-type: none;
}

li#menu-item-311 {
  /* select your industry */
  background-color: #ab5421;
  color: #ffffff;
  position: fixed;
  top: 0px;
  left: 60px;
  text-decoration: none;
  height: 60px;
  line-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 236px;
}

li#menu-item-311 > a {
  /* select your industry */
  display: block;
  background-color: #ab5421;
  height: 60px;
  width: 100%;
  /*background: yellow;*/
  margin: 0;
  padding: 13px 27px 0 0;
  border: none;
}

nav.fullwidth-menu-nav > ul.fullwidth-menu > li.menu-item-644 {
  /* gear/arrow icon */
  position: fixed;
  top: 0px;
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ab5421;
}

nav.fullwidth-menu-nav > ul.fullwidth-menu > li.menu-item-644 > a {
  /* gear/arrow icon */
  display: block;
  background-color: #ab5421;
  height: 60px;
  width: 100%;
  /*background: yellow;*/
  margin: 0;
  padding: 0;
  border: none;
}

nav.fullwidth-menu-nav > ul.fullwidth-menu > li.menu-item-644 img {
  /* gear/arrow icon */
  width: 72px;
  height: 72px;
  margin: -6px 0 0 -6px;
  padding: 0;
  /*box-sizing: border-box;*/
}

.rotated {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.now-dark-blue {
  background-color: #0e4970;
}

li#menu-item-748 {
  /* request a quote */
  margin: 0;
  height: 60px;
  list-style-type: none;
  border-image-width: 0;
  position: absolute;
  top: 0px;
  right: 176px;
  line-height: 100%;
  text-align: center;
  /*background: green;*/
  border-right: 1px solid #ffffff !important;
  padding-left: 50px !important;
  float: none;
}

li#menu-item-748 > a {
  /* request a quote */
  display: block;
  position: relative;
  top: 8px;
  /*background-color: green;*/
  height: 40px;
  line-height: 40px;
  width: 100%;
  /*margin: 10px 0 0 0;*/
  padding: 2px 20px 0 0;
  border: none;
  /*vertical-align: middle;*/
}

li#menu-item-1238 {
  /* shopping cart */
  margin: 0;
  height: 60px;
  list-style-type: none;
  border-image-width: 0;
  position: absolute;
  top: 0px;
  right: 64px;
  line-height: 100%;
  text-align: center;
  width: 90px;
  border-right: 1px solid #ffffff !important;
  /*padding-left: 50px !important;*/
  float: none;
}

li#menu-item-1238 > a {
  /* shopping cart */
  display: block;
  position: relative;
  top: 8px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 10px 4px 0;
  border: none;
  /*vertical-align: middle;*/
}

li#menu-item-1238 a img,
li#menu-item-1238 a span {
  height: 32px !important;
  width: 32px !important;
  max-width: 32px;
  position: relative;
  top: 4px;
  display: inline-block;
}

li#menu-item-1238 a img {
  top: 4px;
}

li#menu-item-1238 a span {
  font-size: 24px;
  margin-left: 4px;
}

li#menu-item-5887 {
  /* search */
  margin: 0;
  height: 56px;
  list-style-type: none;
  border-image-width: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 100%;
  text-align: center;
  width: 60px;
  float: none;
  margin-left: 0px !important;
}

li#menu-item-5887 a {
  display: block;
  position: relative;
  top: 8px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  /*border-right: 1px solid color("white", "base") !important;*/
  /*background: red;*/
  padding: 0 80px 0 -20px;
  border: none;
}

nav.fullwidth-menu-nav #menu-primary {
  padding: 0 !important;
  padding-top: 0 !important;
  margin: 0 !important;
  font-size: 36px;
}

nav.fullwidth-menu-nav > ul {
  padding: 0;
  margin: 0 !important;
}

nav.fullwidth-menu-nav > ul.fullwidth-menu > li > a {
  /*background: yellow;*/
  /*padding: 6px 10px;*/
  /*margin: 0;*/
  font-size: 24px;
  line-height: 36px;
}

/***** modal request a quote form *****/
div#modal-request-a-quote-form {
  margin: 30px;
  /*padding: 30px;*/
}

/***** main menu adjustment *****/
ul#menu-home-page-main-menu {
  padding-left: 0 !important;
  margin-left: 0 !important;
  left: 0 !important;
  text-align: left !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

ul#menu-home-page-main-menu > li {
  margin-left: 0 !important;
  /*padding-left: 20px; !important;*/
  left: 0 !important;
}

ul#menu-home-page-main-menu > li > a {
  margin-left: 0 !important;
  left: 0 !important;
  margin-right: 13px !important;
}

li#menu-item-2146 {
  padding-left: 0 !important;
  margin-left: -10px !important;
}

li#menu-item-2146 a {
  margin-left: -10px !important;
  padding-left: 0 !important;
}

ul#menu-home-page-main-menu li#menu-item-2147,
ul#menu-home-page-main-menu li#menu-item-2147 > a {
  /* contact us */
  margin-right: 0 !important;
  right: 0 !important;
  padding-right: 0 !important;
  text-align: right;
  float: right;
}

ul#menu-home-page-main-menu li#menu-item-2159 > a {
  /* shop */
  padding-left: 11px;
}

ul#menu-home-page-main-menu li#menu-item-2142 > a {
  /* custom tanks */
  padding-left: 11px;
}

/***** quick view modal popup overrides*****/
table.quick-view-table {
  margin: 0 auto;
  padding: 0;
  width: 800px;
}

table.quick-view-table tbody {
  margin-left: 0;
}

td.quick-view-left {
  padding-top: 30px;
  padding-left: 20px;
  width: 390px;
  vertical-align: top;
  margin: 0;
}

td.quick-view-left img {
  width: 330px;
  display: block;
  height: auto;
  margin: 6px -10px 20px 20px;
}

td.quick-view-left > div {
  /*background: pink;*/
  position: relative;
  min-height: 40px;
  margin: 10px 0 10px 0;
  padding: 0;
}

td.quick-view-left > div > a {
  /* detail view button within quick view */
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  color: #ffffff;
  background-color: #525252;
  font-weight: 300;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 156px;
}

td.quick-view-left > div a.modal-request-a-quote-form {
  /* request quote */
  position: absolute;
  left: 194px;
  background-color: #ab5421;
}

td.quick-view-right {
  padding: 30px 30px 20px 20px;
  /*max-width: 400px;*/
}

td.quick-view-right h4 {
  border-bottom: 1px solid #d7d7d7 !important;
}

div.quick-view-nav {
  background: #ddd;
  width: 100%;
  padding: 18px 30px 18px 10px;
  text-align: right;
  color: #333;
}

div.quick-view-nav a {
  color: #333;
}

div.container-content_editor {
  /* modal */
  border-bottom: none !important;
  padding: 0 !important;
  /*padding-left: 15% !important;*/
  margin-top: 20px !important;
}

div#colorbox,
div#cboxWrapper {
  /*width: 900px !important;*/
  /*overflow: hidden;*/ /* if chrome bug persists try this */
}

/***** knowledge center page *****/
form#knowledge-center-form {
  margin: 0;
  padding: 0;
}

#knowledge-center-form-left,
#knowledge-center-form-center,
#knowledge-center-form-right {
  display: inline-block;
  width: 33%;
  padding: 0 10px;
  margin: 0;
  /*background: pink;*/
}

#knowledge-center-form-left > div,
#knowledge-center-form-center > div,
#knowledge-center-form-right > div {
  background: #ffffff;
  padding: 0px 2px;
  margin: 0;
  border: 1px solid #aaa;
}

form#knowledge-center-form select,
form#knowledge-center-form input {
  display: block;
  border: none;
  margin: 5px 0 6px 0;
}

form#knowledge-center-form input {
  margin: 9px 0 9px 0;
  display: block;
  width: 220px;
}

form#knowledge-center-form button {
  display: block;
  position: absolute;
  right: 14px;
  top: 0;
  margin: 0;
  padding: 12px 20px;
}

.knowledge-center-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.knowledge-center-wrapper > a {
  display: block;
  padding: 0 15px 0;
  width: 100%;
}
@media (min-width: 62rem) {
  .knowledge-center-wrapper > a {
    width: 25%;
  }
}

div.kc-video {
  display: inline-block;
  margin: 0px 0 20px 0;
  width: 100%;
  height: 292px;
  vertical-align: top;
  /*border: 1px solid #555;*/
  padding: 0px;
  background-color: #e9ebf0;
}

div.kc-video .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 186px;
  background-color: #000000;
}

div.kc-video .img-wrap img {
  width: 100%;
  display: block;
  margin: 0;
}

div.kc-video > p {
  text-align: center;
  padding-top: 4px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #e9ebf0;
  font-weight: 500;
  height: 102px;
  display: table-cell;
  vertical-align: middle;
}

div.kc-case-study {
  display: inline-block;
  margin: 0px 0 20px 0;
  width: 100%;
  height: 292px;
  vertical-align: top;
  /*border: 1px solid #555;*/
  padding: 0px;
  background-color: #e9ebf0;
}

div.kc-case-study > img {
  width: 100%;
  display: block;
  margin: 0;
}

div.kc-case-study > p {
  text-align: center;
  height: 102px;
  padding-top: 4px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #e9ebf0;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
}

div.kc-article {
  display: inline-block;
  margin: 0px 0 20px 0;
  width: 100%;
  height: 292px;
  vertical-align: top;
  /*border: 1px solid #555;*/
  padding: 0px;
  background-color: #e9ebf0;
}

div.kc-article > img {
  width: 100%;
  display: block;
  margin: 0;
}

div.kc-article > p {
  text-align: center;
  padding-top: 4px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #e9ebf0;
  font-weight: 500;
  height: 102px;
  display: table-cell;
  vertical-align: middle;
}

#knowledge-center-wrapper div.kc-nav {
  padding-bottom: -2px;
  min-height: 42px;
  margin-bottom: 0;
  position: relative;
  display: block;
  margin-top: 20px;
}

#knowledge-center-wrapper div.kc-nav h2:first-child {
  display: block;
  position: absolute;
  left: 0;
  width: 300px;
}

#knowledge-center-wrapper div.kc-nav a:last-child {
  display: block;
  position: absolute;
  right: 0;
  cursor: pointer;
  margin-top: 5px;
}

#knowledge-center-wrapper div.et_pb_code {
  margin: 4px 0 0 0 !important;
}

/* dynamic industry banner */
div#industry-banner-container h1.industry-banner {
  font-size: 50px;
  margin-left: 0px;
}

#cboxOverlay {
  opacity: 0.9 !important;
}

div.et_pb_gallery_pagination {
  padding-right: 20px;
  height: 36px;
  font-size: 16px;
}

div.et_pb_gallery_pagination a {
  color: #2a6e9b;
}

/***** industry page fix *****/
div.on-industry-page {
  min-height: 348px;
  background-color: #e9ebf0;
}

div.on-industry-page p {
  font-weight: 500;
}

/***** soaps in sidebar *****/
div.soap-in-sidebar {
  background-color: #e9ebf0;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 30px;
}

div.soap-in-sidebar p {
  padding: 0px 20px;
}

div.soap-in-sidebar b {
  display: block;
  padding: 0 20px;
  margin-bottom: 10px;
}

div.soap-in-sidebar a {
  margin: 10px 20px;
  display: inline-block;
}

/***** sidebar vert align issue *****/
div.et_pb_sidebar_0 {
  /*margin-top: 16px !important;*/
}

/***** detail page *****/
.product-gallery-border {
  /* not using */
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
}

div.intro > img {
  margin-bottom: 6px !important;
}

div.et_pb_gallery_0 {
  margin-top: 30px !important; /* not working */
}

div.et_pb_gallery_pagination a {
  font-weight: 500;
}

/***** sidebar *****/
div#custom_html-5 {
  margin-bottom: 10px !important;
}

div#custom_html-9 {
  margin-bottom: 10px !important;
}

div.et_pb_sidebar_0 {
  padding-top: 34px !important;
}

/* Mobile / tablet*/
@media only screen and (max-width: 900px) {
  /* home page */
  div.home-page-rating div.et_pb_text_inner {
    margin-left: 40px !important;
    padding-left: 40px !important;
    margin-right: 40px !important;
    padding-right: 40px !important;
  }
  /*
  div.home-page-text1 div.et_pb_text_inner {
  	margin-left: 40px !important;
  	padding-left: 40px !important;
  	margin-right: 40px !important;
  	padding-right: 40px !important;
  }
  */
  /* industry page */
  div.on-industry-page img {
    width: 60% !important;
    margin-left: 20% !important;
  }
  /* knowledge center */
  div#knowledge-center-form-left,
  div#knowledge-center-form-center,
  div#knowledge-center-form-right {
    display: block;
    width: 450px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  div#knowledge-center-form-right {
    margin-bottom: 30px;
    padding-bottom: 0px;
    height: 40px !important;
    /*background: yellow;*/
  }
  div#knowledge-center-form-right button {
    display: block;
    position: absolute;
    left: 0px;
    width: 440px;
    top: 180px;
  }
  div.kc-nav h2,
  div.kc-nav a {
    font-size: 16px;
    font-weight: 500;
  }
  div.et_pb_row_2 {
    background-color: inherit !important;
  }
  /* product pages */
  div#industry-banner-container h1.industry-banner {
    margin-left: 0px;
    /*text-align: center;*/
    font-size: 36px !important;
  }
} /* end 900px */
/* Mobile / even smaller */
@media only screen and (max-width: 650px) {
  div.home-page-image-kc img {
    /* learn more in our knowledge center */
    max-width: 240px !important;
    margin: auto !important;
  }
  /* logo and such */
  .lets-hide-on-mobile {
    display: none !important;
  }
  /* industry page */
  div.on-industry-page img {
    width: 100% !important;
    margin: auto !important;
  }
  a.quick-view-link {
    display: none !important;
  }
  a.detail-view-link {
    width: 100% !important;
  }
  a.trigger_sb_divi_modal {
    margin-top: 0px !important;
    margin-bottom: -50px !important;
  }
  /* knowledge center */
  div#knowledge-center-form-left,
  div#knowledge-center-form-center,
  div#knowledge-center-form-right {
    display: block;
    width: 400px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  div#knowledge-center-form-right {
    margin-bottom: 30px;
    /*background: purple;*/
  }
  div#knowledge-center-form-right button {
    display: block;
    position: absolute;
    left: 0px;
    width: 390px;
    top: 180px;
  }
  #knowledge-center-wrapper div.kc-nav h2:first-child {
    display: block;
    position: relative;
    left: 0;
    width: 90%;
    margin: auto;
    text-align: center;
    font-weight: 500;
  }
  #knowledge-center-wrapper div.kc-nav a:last-child {
    display: block;
    position: relative;
    right: 0;
    cursor: pointer;
    margin-top: 5px;
    width: 90%;
    margin: auto;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 4px;
  }
  /* detail view */
  div.intro > img {
    width: 360px !important;
    float: none !important;
    display: block;
    margin-bottom: 30px !important;
    margin: auto;
  }
  /* sidebar image */
  img.wp-image-2267 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
  }
  div#custom_html-9 {
    text-align: center;
  }
  div#custom_html-9 a.et_pb_button_0 {
    display: block;
    margin: auto;
    text-align: center;
    width: 120px;
  }
  img.wp-image-2548 {
    /* Have a Question ? */
    width: 100%;
    margin-top: -40px !important;
  }
  img.wp-image-2846 {
    /* Horn */
    width: 100%;
  }
} /* end 650px */
/* Mobile / even smaller - odd */
@media only screen and (max-width: 500px) {
  /* home page */
  div.home-page-rating div.et_pb_text_inner {
    margin-left: 20px !important;
    padding-left: 20px !important;
    margin-right: 20px !important;
    padding-right: 20px !important;
  }
  div.home-page-image-kc img {
    /* learn more in our knowledge center */
    max-width: 280px !important;
    margin: auto !important;
  }
  /* sidebar */
  div.soap-in-sidebar {
    text-align: center;
  }
  img.wp-image-2267 {
    /* $ Keyboard */
    display: block;
    clear: both;
    float: none;
    width: 100%;
  }
  img.wp-image-2846 {
    /* Horn */
    width: 100%;
  }
  /* knowledge center */
  form#knowledge-center-form {
    margin: auto !important;
    text-align: center;
  }
  div#knowledge-center-form-left,
  div#knowledge-center-form-center,
  div#knowledge-center-form-right {
    display: block;
    width: 300px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  div#knowledge-center-form-right {
    margin-bottom: 30px;
  }
  div#knowledge-center-form-right button {
    display: block;
    position: absolute;
    left: 0px;
    width: 290px;
    top: 180px;
  }
  div.kc-nav {
    /* knowledge center nav */
    text-align: center;
    padding: 0 !important;
  }
  div.kc-video,
  div.kc-case-study,
  div.kc-article {
    overflow: auto;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin: auto !important;
    width: 300px;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    height: 300px;
  }
  /* product pages */
  div#industry-banner-container h1.industry-banner {
    margin-left: 0px;
    text-align: center;
    margin: auto !important;
    font-size: 36px !important;
  }
  /* banners */
  div.et_pb_section_0 div.et_pb_row_0,
  div#industry-banner-container {
    background-image: url("../jpg/productdefaul-mobile.jpg") !important;
  }
  /* blog */
  article.post img {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
  }
} /* end 500px */
/* Mobile - iphone8 and "larger" mobile screens */
@media only screen and (max-width: 380px) {
  /* logo and such */
  .lets-hide-on-mobile {
    display: none !important;
  }
  /* home page */
  div.home-page-rating div.et_pb_text_inner {
    margin-left: 20px !important;
    padding-left: 20px !important;
    margin-right: 20px !important;
    padding-right: 20px !important;
  }
  div.home-page-text1 div.et_pb_text_inner {
    margin-left: 20px !important;
    padding-left: 20px !important;
    margin-right: 20px !important;
    padding-right: 20px !important;
  }
  div.home-page-rating span.et_pb_image_wrap img {
    width: 280px;
    margin: auto;
  }
  div.home-page-image-kc img {
    /* learn more in our knowledge center */
    max-width: 240px !important;
    margin: auto !important;
  }
  /* footer form */
  div.custom-hr-margin hr.footer-hr {
    margin-top: 0px !important;
  }
  /* knowledge center */
  div#knowledge-center-form-left,
  div#knowledge-center-form-center,
  div#knowledge-center-form-right {
    display: block;
    width: 300px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  div#knowledge-center-form-right {
    margin-bottom: 30px;
  }
  div#knowledge-center-form-right button {
    display: block;
    position: absolute;
    left: 0px;
    width: 290px;
    top: 180px;
  }
  div.kc-nav a {
    font-size: 15px;
  }
  div.et_pb_row_2 {
    padding-left: 0px !important;
    background-color: inherit !important; /* grey background off center */
  }
  div.kc-video,
  div.kc-case-study,
  div.kc-article {
    overflow: auto;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin: auto !important;
    width: 100%;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  /* product pages */
  div#industry-banner-container h1.industry-banner {
    margin-left: 0px;
    text-align: center;
    margin: auto !important;
    font-size: 24px !important;
  }
  a.quick-view-link {
    display: none !important;
  }
  a.detail-view-link {
    width: 100% !important;
  }
  a.trigger_sb_divi_modal {
    margin-top: 0px !important;
    margin-bottom: -61px !important;
  }
  /* detail view */
  div.intro {
    text-align: center !important;
  }
  div.intro > img {
    width: 300px !important;
    float: none !important;
    display: block;
  }
  /* sidebar */
  div.soap-in-sidebar {
    text-align: center;
  }
  img.wp-image-2548 {
    margin: auto !important;
    width: 90%;
  }
  img.wp-image-2548 {
    /* Have a Question ? */
    width: 100%;
    margin-top: -50px !important;
  }
  img.wp-image-2846 {
    /* Horn */
    width: 100%;
    /*margin-top: -50px !important;*/
  }
  img.wp-image-2267 {
    /* $ Keyboard */
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-top: 30px !important;
  }
  /* blog */
  article.post img {
    display: block !important;
    float: none !important;
    clear: both !important;
  }
  /* misc images */
  .better-on-mobile {
    float: none !important;
    clear: both !important;
    width: 98% !important;
    margin-left: -4px !important;
    margin: auto !important;
  }
} /* end 380px */
/* Mobile */
@media only screen and (max-width: 360px) {
  /* logo and such */
  .lets-hide-on-mobile {
    display: none !important;
  }
  /* home page */
  div.home-page-rating div.et_pb_text_inner {
    margin-left: 20px !important;
    padding-left: 20px !important;
    margin-right: 20px !important;
    padding-right: 20px !important;
  }
  div.home-page-text1 div.et_pb_text_inner {
    margin-left: 40px !important;
    padding-left: 40px !important;
    margin-right: 40px !important;
    padding-right: 40px !important;
  }
  div.home-page-rating span.et_pb_image_wrap img {
    width: 240px;
    margin: auto;
  }
  div.home-page-image-kc img {
    width: 280px !important;
  }
  /* footer form */
  div.custom-hr-margin hr.footer-hr {
    margin-top: 0px !important;
  }
  /* knowledge center */
  div#knowledge-center-form-left,
  div#knowledge-center-form-center,
  div#knowledge-center-form-right {
    display: block;
    width: 240px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  div#knowledge-center-form-right {
    margin-bottom: 30px;
  }
  div#knowledge-center-form-right button {
    display: block;
    position: absolute;
    left: 0px;
    width: 230px;
    top: 180px;
  }
  div.kc-nav a {
    font-size: 15px;
  }
  div.et_pb_row_2 {
    padding-left: 0px !important;
    background-color: inherit !important;
  }
  div.kc-video,
  div.kc-case-study,
  div.kc-article {
    overflow: auto;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin: auto !important;
    width: 100%;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    height: 300px;
  }
  /* product pages */
  div#industry-banner-container h1.industry-banner {
    /*margin-left: -20px;*/
    text-align: center;
    margin: auto !important;
    font-size: 24px !important;
  }
  a.quick-view-link {
    display: none !important;
  }
  a.detail-view-link {
    width: 100% !important;
  }
  a.trigger_sb_divi_modal {
    margin-top: 0px !important;
    margin-bottom: -61px !important;
  }
  /* detail view */
  div.intro {
    text-align: center !important;
  }
  div.intro > img {
    width: 260px !important;
    float: none !important;
  }
  /* sidebars */
  img.wp-image-2548 {
    margin: auto;
    width: 100%;
  }
}
/* end mobile */
/* but nothing on quick view form */
td.quick-view-right form ul,
td.quick-view-right form ul li {
  list-style-type: none !important;
}

/* infinity scroll */
.malinky-ajax-pagination-loading {
  /* bug centering */
  padding-left: 47%;
}

/* 3M page */
p.bug-fix-3m {
  height: 15px;
}

/* Ruger Page */
p.spacing-fix-no-gallery-nav {
  height: 8px;
}

td.quick-view-left > div > a.modal-download-manual-button {
  display: block;
  width: 330px;
  text-align: left;
  color: white;
  background-color: #477fb0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  /*margin: 16px 18px 0 20px;*/
  background-image: url("../png/download2.png");
  background-repeat: no-repeat;
  background-position: 96% 60%;
  background-size: 20px 20px;
  font-weight: 300;
  position: relative;
  margin-top: 4px;
  margin-bottom: 12px;
}

/* Chris styles */
/* chris */
/* add to divi stysheet later */
.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu,
.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu .fullwidth-menu-nav,
ul#menu-primary {
  height: 60px;
  margin: 0;
  padding: 0;
  z-index: 11;
  line-height: 60px;
  list-style-type: none;
}

li#menu-item-311 {
  /* select your industry */
  background-color: #ab5421;
  color: #ffffff;
  position: fixed;
  top: 0px;
  left: 60px;
  text-decoration: none;
  height: 60px;
  line-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 236px;
}

li#menu-item-311 > a {
  /* select your industry */
  display: block;
  background-color: #ab5421;
  height: 60px;
  width: 100%;
  /*background: yellow;*/
  margin: 0;
  padding: 13px 27px 0 0;
  border: none;
}

nav.fullwidth-menu-nav > ul.fullwidth-menu > li.menu-item-644 {
  /* gear/arrow icon */
  position: fixed;
  top: 0px;
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ab5421;
}

nav.fullwidth-menu-nav > ul.fullwidth-menu > li.menu-item-644 > a {
  /* gear/arrow icon */
  display: block;
  background-color: #ab5421;
  height: 60px;
  width: 100%;
  /*background: yellow;*/
  margin: 0;
  padding: 0;
  border: none;
}

nav.fullwidth-menu-nav > ul.fullwidth-menu > li.menu-item-644 img {
  /* gear/arrow icon */
  width: 72px;
  height: 72px;
  margin: -6px 0 0 -6px;
  padding: 0;
  /*box-sizing: border-box;*/
}

.rotated {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.now-dark-blue {
  background-color: #0e4970;
}

li#menu-item-748 {
  /* request a quote */
  margin: 0;
  height: 60px;
  list-style-type: none;
  border-image-width: 0;
  position: absolute;
  top: 0px;
  right: 176px;
  line-height: 100%;
  text-align: center;
  /*background: green;*/
  border-right: 1px solid #ffffff !important;
  padding-left: 50px !important;
  float: none;
}

li#menu-item-748 > a {
  /* request a quote */
  display: block;
  position: relative;
  top: 8px;
  /*background-color: green;*/
  height: 40px;
  line-height: 40px;
  width: 100%;
  /*margin: 10px 0 0 0;*/
  padding: 2px 20px 0 0;
  border: none;
  /*vertical-align: middle;*/
}

li#menu-item-1238 {
  /* shopping cart */
  margin: 0;
  height: 60px;
  list-style-type: none;
  border-image-width: 0;
  position: absolute;
  top: 0px;
  right: 64px;
  line-height: 100%;
  text-align: center;
  width: 90px;
  border-right: 1px solid #ffffff !important;
  /*padding-left: 50px !important;*/
  float: none;
}

li#menu-item-1238 > a {
  /* shopping cart */
  display: block;
  position: relative;
  top: 8px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 10px 4px 0;
  border: none;
  /*vertical-align: middle;*/
}

li#menu-item-1238 a img,
li#menu-item-1238 a span {
  height: 32px !important;
  width: 32px !important;
  max-width: 32px;
  position: relative;
  top: 4px;
  display: inline-block;
}

li#menu-item-1238 a img {
  top: 4px;
}

li#menu-item-1238 a span {
  font-size: 24px;
  margin-left: 4px;
}

li#menu-item-5887 {
  /* search */
  margin: 0;
  height: 56px;
  list-style-type: none;
  border-image-width: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 100%;
  text-align: center;
  width: 60px;
  float: none;
  margin-left: 0px !important;
}

li#menu-item-5887 a {
  display: block;
  position: relative;
  top: 8px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  /*border-right: 1px solid color("white", "base") !important;*/
  /*background: red;*/
  padding: 0 80px 0 -20px;
  border: none;
}

nav.fullwidth-menu-nav #menu-primary {
  padding: 0 !important;
  padding-top: 0 !important;
  margin: 0 !important;
  font-size: 36px;
}

nav.fullwidth-menu-nav > ul {
  padding: 0;
  margin: 0 !important;
}

nav.fullwidth-menu-nav > ul.fullwidth-menu > li > a {
  /*background: yellow;*/
  /*padding: 6px 10px;*/
  /*margin: 0;*/
  font-size: 24px;
  line-height: 36px;
}

/***** modal request a quote form *****/
div#modal-request-a-quote-form {
  margin: 30px;
  /*padding: 30px;*/
}

/***** modal search form PROB NOT IN USE *****/
div#modal-search-anything-form > form {
  min-height: 120px !important;
  min-width: 520px !important;
  padding: 0 0 0 30px;
  margin: 0;
  overflow: hidden;
  /*background: pink;*/
  color: #ffffff !important;
  background-color: #333 !important;
  display: block;
}

div#modal-search-anything-form > form > div {
  min-height: 120px;
  min-height: 520px;
}

div#modal-search-anything-form form input.et_pb_s {
  min-height: 60px !important;
  min-width: 400px !important;
  /*background: pink;*/
  border-bottom: 1px solid #ffffff;
  font-size: 24px;
  line-height: 24px;
  padding: px;
  display: inline-block;
  margin: 20px;
}

div#modal-search-anything-form form i {
  display: inline-block;
  margin: 4px 0 -4px 0;
}

/***** main menu adjustment *****/
ul#menu-home-page-main-menu {
  padding-left: 0 !important;
  margin-left: 0 !important;
  left: 0 !important;
  text-align: left !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

ul#menu-home-page-main-menu > li {
  margin-left: 0 !important;
  /*padding-left: 20px; !important;*/
  left: 0 !important;
}

ul#menu-home-page-main-menu > li > a {
  margin-left: 0 !important;
  left: 0 !important;
  margin-right: 13px !important;
}

li#menu-item-2146 {
  padding-left: 0 !important;
  margin-left: -10px !important;
}

li#menu-item-2146 a {
  margin-left: -10px !important;
  padding-left: 0 !important;
}

ul#menu-home-page-main-menu li#menu-item-2147,
ul#menu-home-page-main-menu li#menu-item-2147 > a {
  /* contact us */
  margin-right: 0 !important;
  right: 0 !important;
  padding-right: 0 !important;
  text-align: right;
  float: right;
}

ul#menu-home-page-main-menu li#menu-item-2159 > a {
  /* shop */
  padding-left: 11px;
}

ul#menu-home-page-main-menu li#menu-item-2142 > a {
  /* custom tanks */
  padding-left: 11px;
}

/***** quick view modal popup overrides*****/
table.quick-view-table {
  margin: 0 auto;
  padding: 0;
  width: 800px;
}

table.quick-view-table tbody {
  margin-left: 0;
}

td.quick-view-left {
  padding-top: 30px;
  padding-left: 20px;
  width: 390px;
  vertical-align: top;
  margin: 0;
}

td.quick-view-left img {
  width: 330px;
  display: block;
  height: auto;
  margin: 6px -10px 20px 20px;
}

td.quick-view-left > div {
  /*background: pink;*/
  position: relative;
  min-height: 40px;
  margin: 10px 0 10px 0;
  padding: 0;
}

td.quick-view-left > div > a {
  /* detail view button within quick view */
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  color: #ffffff;
  background-color: #525252;
  font-weight: 300;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 156px;
}

td.quick-view-left > div a.modal-request-a-quote-form {
  /* request quote */
  position: absolute;
  left: 194px;
  background-color: #ab5421;
}

td.quick-view-right {
  padding: 30px 30px 20px 20px;
  /*max-width: 400px;*/
}

td.quick-view-right h4 {
  border-bottom: 1px solid #d7d7d7 !important;
}

div.quick-view-nav {
  background: #ddd;
  width: 100%;
  padding: 18px 30px 18px 10px;
  text-align: right;
  color: #333;
}

div.quick-view-nav a {
  color: #333;
}

div.container-content_editor {
  /* modal */
  border-bottom: none !important;
  padding: 0 !important;
  /*padding-left: 15% !important;*/
  margin-top: 20px !important;
}

div#colorbox,
div#cboxWrapper {
  /*width: 900px !important;*/
  /*overflow: hidden;*/ /* if chrome bug persists try this */
}

/***** knowledge center page *****/
form#knowledge-center-form {
  margin: 0;
  padding: 0;
}

#knowledge-center-form-left,
#knowledge-center-form-center,
#knowledge-center-form-right {
  display: inline-block;
  width: 33%;
  padding: 0 10px;
  margin: 0;
  /*background: pink;*/
}

#knowledge-center-form-left > div,
#knowledge-center-form-center > div,
#knowledge-center-form-right > div {
  background: #ffffff;
  padding: 0px 2px;
  margin: 0;
  border: 1px solid #aaa;
}

form#knowledge-center-form select,
form#knowledge-center-form input {
  display: block;
  border: none;
  margin: 5px 0 6px 0;
}

form#knowledge-center-form input {
  margin: 9px 0 9px 0;
  display: block;
  width: 220px;
}

form#knowledge-center-form button {
  display: block;
  position: absolute;
  right: 14px;
  top: 0;
  margin: 0;
  padding: 12px 20px;
}

div.kc-video {
  display: inline-block;
  margin: 0px 0 20px 0;
  width: 100%;
  height: 292px;
  vertical-align: top;
  /*border: 1px solid #555;*/
  padding: 0px;
  background-color: #e9ebf0;
}

div.kc-video .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 186px;
  background-color: #000000;
}

div.kc-video .img-wrap img {
  width: 100%;
  display: block;
  margin: 0;
}

div.kc-video > p {
  text-align: center;
  padding-top: 4px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #e9ebf0;
  font-weight: 500;
  height: 102px;
  display: table-cell;
  vertical-align: middle;
}

div.kc-case-study {
  display: inline-block;
  margin: 0px 0 20px 0;
  width: 100%;
  height: 292px;
  vertical-align: top;
  /*border: 1px solid #555;*/
  padding: 0px;
  background-color: #e9ebf0;
}

div.kc-case-study .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 186px;
  background-color: #000000;
}

div.kc-case-study .img-wrap img {
  width: 100%;
  display: block;
  margin: 0;
}

div.kc-case-study > p {
  text-align: center;
  height: 102px;
  padding-top: 4px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #e9ebf0;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
}

div.kc-article {
  display: inline-block;
  margin: 0px 0 20px 0;
  width: 100%;
  height: 292px;
  vertical-align: top;
  /*border: 1px solid #555;*/
  padding: 0px;
  background-color: #e9ebf0;
}

div.kc-article .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 186px;
  background-color: #000000;
}

div.kc-article .img-wrap img {
  width: 100%;
  display: block;
  margin: 0;
}

div.kc-article > p {
  text-align: center;
  padding-top: 4px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #e9ebf0;
  font-weight: 500;
  height: 102px;
  display: table-cell;
  vertical-align: middle;
}

#knowledge-center-wrapper div.kc-nav {
  padding-bottom: -2px;
  min-height: 42px;
  margin-bottom: 0;
  position: relative;
  display: block;
  margin-top: 20px;
}

#knowledge-center-wrapper div.kc-nav h2:first-child {
  display: block;
  position: absolute;
  left: 0;
  width: 300px;
}

#knowledge-center-wrapper div.kc-nav a:last-child {
  display: block;
  position: absolute;
  right: 0;
  cursor: pointer;
  margin-top: 5px;
}

#knowledge-center-wrapper div.et_pb_code {
  margin: 4px 0 0 0 !important;
}

/* dynamic industry banner */
div#industry-banner-container h1.industry-banner {
  font-size: 50px;
  margin-left: 0px;
}

#cboxOverlay {
  opacity: 0.9 !important;
}

div.et_pb_gallery_pagination {
  padding-right: 20px;
  height: 36px;
  font-size: 16px;
}

div.et_pb_gallery_pagination a {
  color: #2a6e9b;
}

/***** industry page fix *****/
div.on-industry-page {
  min-height: 348px;
  background-color: #e9ebf0;
}

div.on-industry-page p {
  font-weight: 500;
}

/***** soaps in sidebar *****/
div.soap-in-sidebar {
  background-color: #e9ebf0;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 30px;
}

div.soap-in-sidebar p {
  padding: 0px 20px;
}

div.soap-in-sidebar b {
  display: block;
  padding: 0 20px;
  margin-bottom: 10px;
}

div.soap-in-sidebar a {
  margin: 10px 20px;
  display: inline-block;
}

/***** sidebar vert align issue *****/
div.et_pb_sidebar_0 {
  /*margin-top: 16px !important;*/
}

/***** detail page *****/
.product-gallery-border {
  /* not using */
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
}

div.intro > img {
  margin-bottom: 6px !important;
}

div.et_pb_gallery_0 {
  margin-top: 30px !important; /* not working */
}

div.et_pb_gallery_pagination a {
  font-weight: 500;
}

/***** sidebar *****/
div#custom_html-5 {
  margin-bottom: 10px !important;
}

div#custom_html-9 {
  margin-bottom: 10px !important;
}

div.et_pb_sidebar_0 {
  padding-top: 34px !important;
}

/* Mobile / tablet*/
@media only screen and (max-width: 900px) {
  /* home page */
  div.home-page-rating div.et_pb_text_inner {
    margin-left: 40px !important;
    padding-left: 40px !important;
    margin-right: 40px !important;
    padding-right: 40px !important;
  }
  /*
  div.home-page-text1 div.et_pb_text_inner {
  	margin-left: 40px !important;
  	padding-left: 40px !important;
  	margin-right: 40px !important;
  	padding-right: 40px !important;
  }
  */
  /* industry page */
  div.on-industry-page img {
    width: 60% !important;
    margin-left: 20% !important;
  }
  /* knowledge center */
  div#knowledge-center-form-left,
  div#knowledge-center-form-center,
  div#knowledge-center-form-right {
    display: block;
    width: 450px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  div#knowledge-center-form-right {
    margin-bottom: 30px;
    padding-bottom: 0px;
    height: 40px !important;
    /*background: yellow;*/
  }
  div#knowledge-center-form-right button {
    display: block;
    position: absolute;
    left: 0px;
    width: 440px;
    top: 180px;
  }
  div.kc-nav h2,
  div.kc-nav a {
    font-size: 16px;
    font-weight: 500;
  }
  div.et_pb_row_2 {
    background-color: inherit !important;
  }
  /* product pages */
  div#industry-banner-container h1.industry-banner {
    margin-left: 0px;
    /*text-align: center;*/
    font-size: 36px !important;
  }
} /* end 900px */
/* Mobile / even smaller */
@media only screen and (max-width: 650px) {
  div.home-page-image-kc img {
    /* learn more in our knowledge center */
    max-width: 240px !important;
    margin: auto !important;
  }
  /* logo and such */
  .lets-hide-on-mobile {
    display: none !important;
  }
  /* industry page */
  div.on-industry-page img {
    width: 100% !important;
    margin: auto !important;
  }
  a.quick-view-link {
    display: none !important;
  }
  a.detail-view-link {
    width: 100% !important;
  }
  a.trigger_sb_divi_modal {
    margin-top: 0px !important;
    margin-bottom: -50px !important;
  }
  /* knowledge center */
  div#knowledge-center-form-left,
  div#knowledge-center-form-center,
  div#knowledge-center-form-right {
    display: block;
    width: 400px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  div#knowledge-center-form-right {
    margin-bottom: 30px;
    /*background: purple;*/
  }
  div#knowledge-center-form-right button {
    display: block;
    position: absolute;
    left: 0px;
    width: 390px;
    top: 180px;
  }
  #knowledge-center-wrapper div.kc-nav h2:first-child {
    display: block;
    position: relative;
    left: 0;
    width: 90%;
    margin: auto;
    text-align: center;
    font-weight: 500;
  }
  #knowledge-center-wrapper div.kc-nav a:last-child {
    display: block;
    position: relative;
    right: 0;
    cursor: pointer;
    margin-top: 5px;
    width: 90%;
    margin: auto;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 4px;
  }
  /* detail view */
  div.intro > img {
    width: 360px !important;
    float: none !important;
    display: block;
    margin-bottom: 30px !important;
    margin: auto;
  }
  /* sidebar image */
  img.wp-image-2267 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
  }
  div#custom_html-9 {
    text-align: center;
  }
  div#custom_html-9 a.et_pb_button_0 {
    display: block;
    margin: auto;
    text-align: center;
    width: 120px;
  }
  img.wp-image-2548 {
    /* Have a Question ? */
    width: 100%;
    margin-top: -40px !important;
  }
  img.wp-image-2846 {
    /* Horn */
    width: 100%;
  }
} /* end 650px */
/* Mobile / even smaller - odd */
@media only screen and (max-width: 500px) {
  /* home page */
  div.home-page-rating div.et_pb_text_inner {
    margin-left: 20px !important;
    padding-left: 20px !important;
    margin-right: 20px !important;
    padding-right: 20px !important;
  }
  div.home-page-image-kc img {
    /* learn more in our knowledge center */
    max-width: 280px !important;
    margin: auto !important;
  }
  /* sidebar */
  div.soap-in-sidebar {
    text-align: center;
  }
  img.wp-image-2267 {
    /* $ Keyboard */
    display: block;
    clear: both;
    float: none;
    width: 100%;
  }
  img.wp-image-2846 {
    /* Horn */
    width: 100%;
  }
  /* knowledge center */
  form#knowledge-center-form {
    margin: auto !important;
    text-align: center;
  }
  div#knowledge-center-form-left,
  div#knowledge-center-form-center,
  div#knowledge-center-form-right {
    display: block;
    width: 300px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  div#knowledge-center-form-right {
    margin-bottom: 30px;
  }
  div#knowledge-center-form-right button {
    display: block;
    position: absolute;
    left: 0px;
    width: 290px;
    top: 180px;
  }
  div.kc-nav {
    /* knowledge center nav */
    text-align: center;
    padding: 0 !important;
  }
  div.kc-video,
  div.kc-case-study,
  div.kc-article {
    overflow: auto;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin: auto !important;
    width: 300px;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    height: 300px;
  }
  /* product pages */
  div#industry-banner-container h1.industry-banner {
    margin-left: 0px;
    text-align: center;
    margin: auto !important;
    font-size: 36px !important;
  }
  /* banners */
  div.et_pb_section_0 div.et_pb_row_0,
  div#industry-banner-container {
    background-image: url("../jpg/productdefaul-mobile.jpg") !important;
  }
  /* blog */
  article.post img {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
  }
} /* end 500px */
/* Mobile - iphone8 and "larger" mobile screens */
@media only screen and (max-width: 380px) {
  /* logo and such */
  .lets-hide-on-mobile {
    display: none !important;
  }
  /* home page */
  div.home-page-rating div.et_pb_text_inner {
    margin-left: 20px !important;
    padding-left: 20px !important;
    margin-right: 20px !important;
    padding-right: 20px !important;
  }
  div.home-page-text1 div.et_pb_text_inner {
    margin-left: 20px !important;
    padding-left: 20px !important;
    margin-right: 20px !important;
    padding-right: 20px !important;
  }
  div.home-page-rating span.et_pb_image_wrap img {
    width: 280px;
    margin: auto;
  }
  div.home-page-image-kc img {
    /* learn more in our knowledge center */
    max-width: 240px !important;
    margin: auto !important;
  }
  /* footer form */
  div.custom-hr-margin hr.footer-hr {
    margin-top: 0px !important;
  }
  /* knowledge center */
  div#knowledge-center-form-left,
  div#knowledge-center-form-center,
  div#knowledge-center-form-right {
    display: block;
    width: 300px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  div#knowledge-center-form-right {
    margin-bottom: 30px;
  }
  div#knowledge-center-form-right button {
    display: block;
    position: absolute;
    left: 0px;
    width: 290px;
    top: 180px;
  }
  div.kc-nav a {
    font-size: 15px;
  }
  div.et_pb_row_2 {
    padding-left: 0px !important;
    background-color: inherit !important; /* grey background off center */
  }
  div.kc-video,
  div.kc-case-study,
  div.kc-article {
    overflow: auto;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin: auto !important;
    width: 100%;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  /* product pages */
  div#industry-banner-container h1.industry-banner {
    margin-left: 0px;
    text-align: center;
    margin: auto !important;
    font-size: 24px !important;
  }
  a.quick-view-link {
    display: none !important;
  }
  a.detail-view-link {
    width: 100% !important;
  }
  a.trigger_sb_divi_modal {
    margin-top: 0px !important;
    margin-bottom: -61px !important;
  }
  /* detail view */
  div.intro {
    text-align: center !important;
  }
  div.intro > img {
    width: 300px !important;
    float: none !important;
    display: block;
  }
  /* sidebar */
  div.soap-in-sidebar {
    text-align: center;
  }
  img.wp-image-2548 {
    margin: auto !important;
    width: 90%;
  }
  img.wp-image-2548 {
    /* Have a Question ? */
    width: 100%;
    margin-top: -50px !important;
  }
  img.wp-image-2846 {
    /* Horn */
    width: 100%;
    /*margin-top: -50px !important;*/
  }
  img.wp-image-2267 {
    /* $ Keyboard */
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-top: 30px !important;
  }
  /* blog */
  article.post img {
    display: block !important;
    float: none !important;
    clear: both !important;
  }
  /* misc images */
  .better-on-mobile {
    float: none !important;
    clear: both !important;
    width: 98% !important;
    margin-left: -4px !important;
    margin: auto !important;
  }
} /* end 380px */
/* Mobile */
@media only screen and (max-width: 360px) {
  /* logo and such */
  .lets-hide-on-mobile {
    display: none !important;
  }
  /* home page */
  div.home-page-rating div.et_pb_text_inner {
    margin-left: 20px !important;
    padding-left: 20px !important;
    margin-right: 20px !important;
    padding-right: 20px !important;
  }
  div.home-page-text1 div.et_pb_text_inner {
    margin-left: 40px !important;
    padding-left: 40px !important;
    margin-right: 40px !important;
    padding-right: 40px !important;
  }
  div.home-page-rating span.et_pb_image_wrap img {
    width: 240px;
    margin: auto;
  }
  div.home-page-image-kc img {
    width: 280px !important;
  }
  /* footer form */
  div.custom-hr-margin hr.footer-hr {
    margin-top: 0px !important;
  }
  /* knowledge center */
  div#knowledge-center-form-left,
  div#knowledge-center-form-center,
  div#knowledge-center-form-right {
    display: block;
    width: 240px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  div#knowledge-center-form-right {
    margin-bottom: 30px;
  }
  div#knowledge-center-form-right button {
    display: block;
    position: absolute;
    left: 0px;
    width: 230px;
    top: 180px;
  }
  div.kc-nav a {
    font-size: 15px;
  }
  div.et_pb_row_2 {
    padding-left: 0px !important;
    background-color: inherit !important;
  }
  div.kc-video,
  div.kc-case-study,
  div.kc-article {
    overflow: auto;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin: auto !important;
    width: 240px;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    height: 300px;
  }
  /* product pages */
  div#industry-banner-container h1.industry-banner {
    /*margin-left: -20px;*/
    text-align: center;
    margin: auto !important;
    font-size: 24px !important;
  }
  a.quick-view-link {
    display: none !important;
  }
  a.detail-view-link {
    width: 100% !important;
  }
  a.trigger_sb_divi_modal {
    margin-top: 0px !important;
    margin-bottom: -61px !important;
  }
  /* detail view */
  div.intro {
    text-align: center !important;
  }
  div.intro > img {
    width: 260px !important;
    float: none !important;
  }
  /* sidebars */
  img.wp-image-2548 {
    margin: auto;
    width: 100%;
  }
}
/* end mobile */
/* but nothing on quick view form */
td.quick-view-right form ul,
td.quick-view-right form ul li {
  list-style-type: none !important;
}

/* infinity scroll */
.malinky-ajax-pagination-loading {
  /* bug centering */
  padding-left: 47%;
}

/* 3M page */
p.bug-fix-3m {
  height: 15px;
}

/* Ruger Page */
p.spacing-fix-no-gallery-nav {
  height: 8px;
}

td.quick-view-left > div > a.modal-download-manual-button {
  display: block;
  width: 330px;
  text-align: left;
  color: white;
  background-color: #477fb0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  /*margin: 16px 18px 0 20px;*/
  background-image: url("../png/download2.png");
  background-repeat: no-repeat;
  background-position: 96% 60%;
  background-size: 20px 20px;
  font-weight: 300;
  position: relative;
  margin-top: 4px;
  margin-bottom: 12px;
}

/* Customizer */
.sidebar-blank-target-image {
  margin-bottom: -40px;
  width: 100% !important;
}

.mfp-bottom-bar .mfp-title {
  display: none;
}

@media screen and (min-width: 767px) {
  .border-right-mobile {
    border-right: 1px solid #cccccc;
    padding-right: 20px;
  }
}
p + iframe {
  padding-top: 20px;
}

/*------ Knowledge Center ---------*/
div.kc-video > p,
div.kc-case-study > p,
div.kc-article > p {
  line-height: 1.4em;
}

/*------ BLOG ---------*/
@media screen and (max-width: 767px) {
  #bullets-blue.video-popup-adjust {
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
  }
  #bullets-blue .et_pb_button {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 767px) {
  #bullets-blue.video-popup-adjust {
    margin-bottom: 8px !important;
  }
}
.et_pb_post_extra.el_dbe_full_width .post-content .post-data {
  border-bottom: 0px solid #ffffff !important;
  padding-bottom: 0px !important;
}

.et_pb_post_extra.el_dbe_full_width {
  margin-bottom: 3em;
}

/*------ Default full width post ---------*/
.single-post .container:before {
  display: none !important;
}

/*--*/
.trigger_sb_divi_modal {
  text-align: center !important;
}

.rpwe-title a {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #000000 !important;
  line-height: 1.4em !important;
}

/*------ TABLE PRESS---------*/
.omega-table th {
  background-color: #2a6e9b !important;
  color: #ffffff !important;
}

.tablepress {
  margin-top: 20px !important;
}

.tablepress td {
  padding: 10px 8px !important;
}

.omega-table {
  font-size: 0.8em;
  line-height: 1.4em;
  font-weight: 300;
}

.omega-table tr:nth-child(odd) {
  background-color: #f2f2f2;
}

/*------ INDUSTRIES PAGE---------*/
.omg-sidebar {
  padding-top: 30px !important;
}

.omg-sidebar img {
  width: 100%;
}

#case-study .omg-sidebar {
  padding-top: 0px !important;
}

#sidebar .widget_media_image {
  margin-bottom: -10px !important;
  padding-bottom: 0px !important;
}

.omg-sidebar .widget_media_image {
  margin-bottom: -10px !important;
  padding-bottom: 0px !important;
}

.omg-sidebar .textwidget.custom-html-widget p {
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 1.4em;
}

.background-gray {
  background-color: #e9ebf0 !important;
}

.background-blue {
  background-color: #124b70 !important;
}

.padding-20px {
  padding: 20px;
}

.padding-form {
  padding: 10px 20px 10px 20px;
}

.sidebar-bkt-quote p {
  margin-bottom: -10px !important;
  padding-bottom: 0 !important;
  line-height: 1.3em;
}

/*------ INDUSTRIES PAGE---------*/
.industries-served-text h4 {
  font-size: 1em;
  letter-spacing: 1px;
}

/*------ BUTTONS---------*/
.btn-orange {
  background: #ab5421 !important;
  border-color: #ab5421 !important;
}

.btn-gray {
  background: #525252 !important;
  border-color: #525252 !important;
}

/*------ Products Modal---------*/
.heading-w-line {
  width: 100%;
  display: block;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
}

.container-content_editor {
  border-bottom: 10px solid #2a6e9b;
}

.sb_divi_modal .container-content_editor {
  padding: 30px;
}

.img-bucket-bleed {
  width: calc(100% + 30px) !important;
  margin-left: -15px !important;
  margin-top: -15px !important;
}

img.img-bucket-bleed-sidebar {
  max-width: calc(100% + 40px) !important;
  margin: -20px !important;
  padding: 0 !important;
}

#cboxLoadedContent h2 {
  color: #2a6e9b;
}

#cboxLoadedContent h4 {
  display: block;
  width: 100%;
  margin-bottom: 15px !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid #525252;
}

#cboxLoadedContent h4 + ul {
  margin-bottom: 15px;
}

/*------ Products---------*/
.product-bucket-text h3 {
  font-size: 17px;
  color: #2b7fb5;
  line-height: 1.3em;
  font-weight: 300;
}

.product-bucket-text h4 {
  font-size: 15px;
  color: #6d6e71;
  font-weight: 400;
}

.product-modal-buttons {
  margin: 20px 0;
}

/*------ MENU adjust---------*/
#industry-menu li {
  margin: 10px 0 !important;
}

.et_pb_slides .et_pb_slide {
  background-repeat: no-repeat !important;
  padding: 0 !important;
  background-size: cover !important;
}

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  .center-mobile {
    text-align: center !important;
  }
}
@media screen and (max-width: 967px) {
  .center-tablet {
    text-align: center !important;
  }
}
/*------ TYPE ---------*/
.hr-product-divider hr {
  background-color: #aeb1b8;
  border: 0 none;
  color: #aeb1b8;
  height: 1px;
}

.wp-caption p.wp-caption-text {
  padding-bottom: 0 !important;
}

.wp-caption img {
  margin: 3px 0 0 0 !important;
}

.wp-caption-text {
  line-height: 1.2em;
}

.omg-caption-text {
  line-height: 1.5em;
  font-size: 12px;
}

.home-slider .et_pb_slide_description {
  padding: 13% 8%;
}

.home-slider .et-pb-slider-arrows,
.home-slider .et-pb-controllers {
  color: #ffffff !important;
}

.text-blue {
  color: #4eb1ff !important;
}

.text-white {
  color: #ffffff !important;
}

a:hover {
  opacity: 0.5;
}

.text-blue {
  color: #2a6e9b;
}

.text-orange {
  color: #d06524;
}

p,
li,
ol {
  font-weight: 300;
}

h4 {
  line-height: 1.3em;
}

p + h4 {
  margin-bottom: -5px;
}

p + ul {
  margin-top: 10px;
}

/*------ Blurbs---------*/
.blurb-download-center .et_pb_blurb_description {
  padding-bottom: 20px;
}

.blurb-download-center .et_pb_main_blurb_image {
  margin-bottom: 20px !important;
}

@media (max-width: 1296px) {
  .responsive-custom-blurb .et_pb_main_blurb_image {
    display: block !important;
    width: 100% !important;
    text-align: center;
  }
  .responsive-custom-blurb .et_pb_main_blurb_image img {
    max-width: 120px;
  }
}
/*------ Tabs---------*/
@media screen and (min-width: 767px) {
  .tab-image {
    max-width: 575px !important;
    padding: 0;
  }
}
.et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls li a {
  padding: 4px 8px 4px 8px !important;
  font-size: 14px !important;
}

.tab-101-bottom {
  background: #2a6e9b;
  color: #ffffff !important;
  padding: 30px;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  top: 30px !important;
}

#four-tabs .et_pb_tabs_controls li {
  width: 25% !important;
}

#three-tabs .et_pb_tabs_controls li {
  width: 33.3333333333% !important;
}

#two-tabs .et_pb_tabs_controls li {
  width: 50% !important;
}

@media screen and (max-width: 767px) {
  #four-tabs .et_pb_tabs_controls li {
    width: 100% !important;
  }
  #three-tabs .et_pb_tabs_controls li {
    width: 100% !important;
  }
  #two-tabs .et_pb_tabs_controls li {
    width: 100% !important;
  }
  .et_pb_tabs_0.et_pb_tabs {
    position: relative;
    top: 0;
  }
}
/*------ COLUMNS ---------*/
.ten-columns .et_pb_module {
  width: 10%;
  float: left;
}

.nine-columns .et_pb_module {
  width: 11.11%;
  float: left;
}

.eight-columns .et_pb_module {
  width: 12.5%;
  float: left;
}

.seven-columns .et_pb_module {
  width: 14.28%;
  float: left;
}

.six-columns .et_pb_module {
  width: 16.66%;
  float: left;
}

.five-columns .et_pb_module {
  width: 20%;
  float: left;
}

.four-columns .et_pb_module {
  width: 25%;
  float: left;
}

.three-columns .et_pb_module {
  width: 33.3%;
  float: left;
}

@media (max-width: 980px) {
  .ten-columns .et_pb_module {
    width: 20%;
  }
  .nine-columns .et_pb_module {
    width: 33.3%;
  }
  .eight-columns .et_pb_module {
    width: 25%;
  }
  .seven-columns .et_pb_module {
    width: 25%;
  }
  .six-columns .et_pb_module {
    width: 33.3%;
  }
  .five-columns .et_pb_module {
    width: 33.3%;
  }
  .four-columns .et_pb_module {
    width: 25%;
  }
  .three-columns .et_pb_module {
    width: 33.3%;
  }
}
@media all and (max-width: 767px) {
  .ten-columns .et_pb_module {
    width: 100%;
  }
  .nine-columns .et_pb_module {
    width: 100%;
  }
  .eight-columns .et_pb_module {
    width: 100%;
  }
  .seven-columns .et_pb_module {
    width: 100%;
  }
  .six-columns .et_pb_module {
    width: 100%;
  }
  .five-columns .et_pb_module {
    width: 100%;
  }
  .four-columns .et_pb_module {
    width: 100%;
  }
  .three-columns .et_pb_module {
    width: 100%;
  }
}
/*------ FOOTER ---------*/
.footer-icon {
  height: 35px;
  padding: 0 5px;
}

@media only screen and (max-width: 980px) {
  #footer-widgets,
  .fwidget {
    width: 100% !important;
    margin: auto !important;
    text-align: center;
  }
}
.footer-links a {
  color: #000000;
}

.footer-links a:hover {
  color: #2a6e9b;
}

/*---- Sidebar Menu/Nav -------*/
.sidebar-101-menu li {
  line-height: 1.4em;
  border-bottom: solid 1px #c5c5c5;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.sidebar-101-menu li li {
  line-height: 1.2em;
  border-bottom: 0;
  margin-bottom: 2px;
  padding-bottom: 2px;
  font-size: 0.9em;
}

/*--Sub Menu------*/
#top-menu li li a {
  padding: 0 !important;
  margin: 0 0 15px 0 !important;
  width: 100%;
  min-width: 200px;
  line-height: 1.3em;
}

#top-menu li li a:hover {
  color: #cccccc;
  background: rgba(0, 0, 0, 0);
  opacity: 1 !important;
}

.nav li ul {
  margin-top: -40px;
}

@media (min-width: 1296px) {
  .nav li ul {
    width: 320px;
    margin-top: 0 !important;
    -webkit-box-shadow: 0 0 6px 0 #363636;
    box-shadow: 0 0 6px 0 #363636;
    border-top: 0;
  }
}
body ul#menu-home-page-main-menu ul.sub-menu {
  margin-top: 0 !important;
}

@media (min-width: 1296px) {
  .fullwidth-menu li li {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1296px) {
  ul#menu-home-page-main-menu li ul li a {
    width: 100%;
    display: block;
    font-size: 15px !important;
    border-bottom: 1px solid #3754af;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/*--Sub Menu Mobile------*/
.et_mobile_menu {
  border-top: 0px solid #333333;
}

.et_mobile_menu li a {
  text-align: center;
}

.mobile_menu_bar:before {
  color: #000000;
}

#top-header {
  border-bottom: 1px solid #ffffff !important;
}

#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}

#top-menu li a:before {
  content: "";
  position: absolute;
  margin-bottom: -5px;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: 50%;
  /*** background: color("black", "base");  COLOR OF THE LINE ***/
  /***height: 0px;  THICKNESS OF THE LINE ***/
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#top-menu li a:hover {
  opacity: 1 !important;
}

#top-menu li a:hover:before {
  right: 0;
}

#top-menu li li a:before {
  bottom: 10%;
}

#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}

#top-menu li a:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: 50%;
  /***background: #555555;  COLOR OF THE LINE ***/
  height: 0px; /*** THICKNESS OF THE LINE ***/
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#top-menu li a:hover {
  opacity: 1 !important;
}

#top-menu li a:hover:before {
  right: 0;
}

#top-menu li li a:before {
  bottom: 10%;
}

/*------ Blog Extras -------*/
.et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended .post-media,
.et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended .post-media-container,
.et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended .post-media,
.et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended .post-media-container {
  height: 260px;
}

.et_pb_post_extra.el_dbe_block_extended {
  border-radius: 0 !important;
}

/*full image thumb*/
.blog-extras .post-categories a {
  font-weight: bold !important;
  text-transform: uppercase;
}

.blog-extras .post-categories a:before {
  content: "";
  height: 1.5em;
  width: 1.5em;
  display: block;
  float: left;
  padding-right: 0.5em;
  position: relative;
  top: -0.25em;
  background-position: center;
  background-size: 100%;
  background: url(../icon-blog-news2.html) no-repeat 0 5px;
}

.et_pb_section:not(.et_section_specialty) .et_pb_column_4_4 .et_pb_post_extra .post-media .entry-featured-image-url,
.et_pb_section:not(.et_section_specialty) .et_pb_column_3_4 .et_pb_post_extra .post-media .entry-featured-image-url,
.et_pb_section:not(.et_section_specialty) .et_pb_column_2_3 .et_pb_post_extra .post-media .entry-featured-image-url {
  display: inline-block;
  position: relative;
}

.et_pb_section:not(.et_section_specialty) .et_pb_column_4_4 .et_pb_post_extra .post-media img,
.et_pb_section:not(.et_section_specialty) .et_pb_column_3_4 .et_pb_post_extra .post-media img,
.et_pb_section:not(.et_section_specialty) .et_pb_column_2_3 .et_pb_post_extra .post-media img {
  display: inline-block;
}

.blog-extras .post-media {
  background: transparent !important;
}

/* select your industry menu item */
li#menu-item-311 {
  /*margin-right: 740px;*/
  background-color: #ab5421;
  color: #ffffff;
  position: absolute;
  left: -122px;
  position: fixed;
  top: 0px;
  left: 38px;
  text-decoration: none;
}

li#menu-item-748 {
  /* request a quote */
  background-image: url(../svg/requestquote.svg);
  color: #ffffff;
  margin-right: 0 !important;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-position: -10px -12px;
}

li#menu-item-5887 {
  /* search */
  background-image: url(../svg/search_.svg);
  color: #ffffff;
  margin-right: 0 !important;
  background-repeat: no-repeat;
  background-size: 140px 140px;
  background-position: -36px -40px;
}

li#menu-item-311 > a,
li#menu-item-748 > a {
  /* request a quote */
  /*padding: 18px !important;*/
  color: #ffffff;
  text-decoration: none !important;
}

li#menu-item-311 > a:hover,
li#menu-item-748 > a:hover {
  /* request a quote */
  text-decoration: none !important;
}

/***** menu item background images *****/
a#_3d-and-additive-manufacturing {
  background-image: url("../svg/icon-3d.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#aerospace-and-defense {
  background-image: url("../svg/icon-aerospace.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#automotive-and-racing {
  background-image: url("../svg/icon-auto.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#bicycle-components {
  background-image: url("../svg/icon-bicycle.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#cannabis {
  background-image: url("../svg/icon-cannabis.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#drilling-and-mining {
  background-image: url("../svg/icon-drilling.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#equipment-maintenance {
  background-image: url("../svg/icon-equipment.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#firearm-cleaning {
  background-image: url("../svg/icon-firearm.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#fire-fighter-ppe-gear {
  background-image: url("../svg/icon-fire-fighter.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#food-and-drug-manufacturing {
  background-image: url("../svg/icon-food.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#government-and-defense {
  background-image: url("../svg/icon-government.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#machining-and-finishing {
  background-image: url("../svg/icon-machining.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#marine-transportation {
  background-image: url("../svg/icon-marine-transportation.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#mold-and-die-cleaning {
  background-image: url("../svg/icon-mold.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#musical-instrument-repair {
  background-image: url("../svg/icon-music.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#power-sports {
  background-image: url("../svg/icon-powersports.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#printing-anilox-rollers {
  background-image: url("../svg/icon-printing.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#saw-blade-repair {
  background-image: url("../svg/icon-sawblade.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#surgical-instruments {
  background-image: url("../svg/icon-surgical.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#semiconductor-and-electronics {
  background-image: url("../svg/icon-semiconductor.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#ultrasonic-blind-cleaning {
  background-image: url("../svg/icon-ultrasonic-blind.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a#utilities {
  background-image: url("../svg/icon-utilities.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

/***** hide the vertical menu *****/
.hide-the-menu {
  visibility: hidden; /* toggled by javascript in page.php */
}

/***** fly out sub menu per industry *****/
/***** lightbox effect *****/
#menu-overlay {
  position: absolute;
  top: 0px;
  left: 0;
  height: 200%;
  width: 100%;
  background: #000000;
  opacity: 0.6;
  /*filter: alpha(opacity=0.6);*/
  z-index: 10;
}

/***** blue menu again - top bar *****/
div#et-top-navigation {
  padding-top: 0 !important;
  z-index: 11 !important;
  /*position: fixed;
  top: 0;*/
}

nav.fullwidth-menu-nav {
  z-index: 11 !important;
  /*background: pink;
  position: fixed;
  top: 0;*/
}

ul#menu-primary,
ul#menu-primary > li {
  z-index: 11 !important;
  /*position: fixed;*/
}

div#et-top-navigation nav#top-menu-nav ul > li > a {
  padding: 12px 26px;
}

div#et-top-navigation nav#top-menu-nav ul > li > a > img {
  /* gear/srrow icon */
  width: 32px;
  height: 32px;
  margin: 0 !important;
  padding: 0 !important;
}

div#et-top-navigation nav#top-menu-nav li {
  /*background-color: color("company", "hc2-secondary");*/
}

div#et-top-navigation nav#top-menu-nav li#menu-item-644 {
  /*position: absolute;*/
  /*left: -160px;*/
  background-color: #0e4970;
  padding-right: 0;
  padding-bottom: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
}

div#et-top-navigation nav#top-menu-nav li#menu-item-644 > a {
  padding: 9px 10px 9px 10px;
  text-decoration: none;
}

div#et-top-navigation nav#top-menu-nav li#menu-item-644 > a:hover {
  padding: 9px 10px 9px 10px;
  text-decoration: none;
}

div#et-top-navigation nav#top-menu-nav li#menu-item-1238 {
  padding: 0px 6px 0px 6px;
  margin: 0 24px 0 0;
}

div#et-top-navigation nav#top-menu-nav li#menu-item-1238 > a {
  /* shopping cart icon */
  padding: 4px 0 0 0;
  /*background: #eae;*/
}

div#et-top-navigation nav#top-menu-nav li#menu-item-1238 > a > img {
  width: 20px;
  height: 20px;
  margin: 3px 3px -3px 3px !important;
}

div#et-top-navigation nav#top-menu-nav li#menu-item-1278 {
  /* search bar */
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  /*background: yellow;*/
  margin-right: 16px;
}

/***** hide the fly-out *****/
ul#industry-menu > li > div.fly-out-container {
  display: none;
}

ul#industry-menu > li:hover > div.fly-out-container {
  display: block;
}

div#menu-scrollable-container {
  border: none;
  background-color: #ffffff;
  margin: 0;
  bottom: 0;
  /*min-width: 1006px;*/
  position: fixed;
  left: 0;
  top: 60px;
  overflow-y: auto;
  /*border-left: solid color("company", "tertiary"); 38px;*/
  overflow-x: hidden;
  height: 100%; /*************** ? **************/
}

div#menu-scrollable-container-inner {
  margin: 0;
  padding: 0;
  background-color: #ddf;
  height: 100%;
}

div#menu-scrollable-container-inner > ul {
  min-width: 200px;
  background: purple;
  padding: 40px;
  position: relative;
  z-index: 103;
}

/***** main menu *****/
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
  /* might be unnecesary */
  /* padding-top: 10px !important; */
}

#menu-home-page-main-menu {
  padding: 10px 0 10px !important;
}

ul#menu-home-page-main-menu > li {
  padding-right: 6px !important;
  margin-right: 4px !important;
}

ul#menu-home-page-main-menu a {
  font-size: 17px !important; /***** main menu font size *****/
}

ul#menu-home-page-main-menu > li:last-child {
  /* contact */
  padding-right: 0px !important;
  margin-right: 0px !important;
  /*float: right;*/
}

/***** main menu drop down sub menu *****/
li#menu-item-1134 ul.sub-menu {
  margin-top: 6px;
}

li#menu-item-1134 ul.sub-menu > li {
  border-bottom: 1px solid #ffffff;
}

li#menu-item-1134 ul.sub-menu > li:last-child {
  border-bottom: none;
}

li#menu-item-1134 ul.sub-menu,
li#menu-item-1134 ul.sub-menu > li > a {
  width: 280px;
}

nav.fullwidth-menu-nav ul#menu-home-page-main-menu ul.sub-menu {
  padding: 0 !important;
}

nav.fullwidth-menu-nav ul#menu-home-page-main-menu ul.sub-menu li {
  padding: 0 0 !important;
}

ul#menu-home-page-main-menu ul.sub-menu {
  margin-top: 8px !important;
}

/***** home page spacing at top *****/
.et_pb_section_0 {
  /*padding-top: 0px !important;*/
}

.et_pb_section_0 .et_pb_row_0 {
  /*padding-top: 10px !important;*/
}

/***** top nav search form *****/
form.et_pb_searchform {
  margin: 0;
  padding: 0;
  /*background: #ece !important;*/
  max-height: 20px;
  display: block;
  color: white;
  /*margin: 6px 16px -6px 0;*/
}

form.et_pb_searchform input[type=text] {
  /*display: inline;*/
  max-height: 20px;
  width: 140px;
  padding: 0;
  margin: 0;
  border: none;
  background: inherit;
  color: #ffffff !important;
  opacity: 1;
  /*float: left;*/
}

form.et_pb_searchform input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

form.et_pb_searchform input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

form.et_pb_searchform input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

form.et_pb_searchform input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

form.et_pb_searchform input::placeholder {
  color: #ffffff;
  opacity: 1;
}

form.et_pb_searchform label {
  float: left;
  margin-right: 10px;
}

form.et_pb_searchform label::after {
  /*font-family: 'ETmodules';*/
  /*content: '[icon name="search" class="" unprefixed_class=""]';*/
}

form.et_pb_searchform input[type=submit] {
  height: 0;
  width: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

/***** new version, top menu blue bar *****/
nav.fullwidth-menu-nav {
  /*background: red;*/
  padding: 0;
  z-index: 2;
}

nav.fullwidth-menu-nav #menu-primary {
  padding: 0 !important;
  padding-top: 0 !important;
  margin: 0 !important;
  /*background: purple;*/
}

nav.fullwidth-menu-nav > ul {
  padding: 0 !important;
  padding-top: 0 !important;
  margin: 0 !important;
  /*background: green;*/
}

nav.fullwidth-menu-nav > ul.fullwidth-menu > li > a {
  /*background: yellow;*/
  padding: 6px 10px;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

nav.fullwidth-menu-nav > ul.fullwidth-menu > li > a > img,
nav.fullwidth-menu-nav > ul.fullwidth-menu > li > img {
  width: 20px;
  height: 20px;
  margin: 0 0 -4px 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
nav.fullwidth-menu-nav > ul.fullwidth-menu > li.menu-item-311 > a,
nav.fullwidth-menu-nav > ul.fullwidth-menu > li.menu-item-748 > a {
	background-color: color("company", "hc2-secondary");
}
*/
nav.fullwidth-menu-nav > ul.fullwidth-menu > li.menu-item-644 > a {
  /* gear icon */
  background-color: #0e4970;
  /*box-sizing: border-box;*/
  /*z-index: 11;*/
}

nav.fullwidth-menu-nav > ul.fullwidth-menu > li {
  padding: 0 !important;
  /*margin: 0 24px 0 0 !important;*/
}

nav.fullwidth-menu-nav > ul.fullwidth-menu > li.menu-item-644 {
  /* gear icon */
  position: fixed;
  top: 0px;
  left: 0px;
  /*z-index: 101;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*float: left;*/
}

nav.fullwidth-menu-nav > ul.fullwidth-menu > li.menu-item-311 {
  /* select your industry */
  position: fixed;
  top: 0px;
  left: 36px;
  /*z-index: 101;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*float: left;*/
}

/***** hide DIVI's native navigation area *****/
#et-top-navigation {
  visibility: hidden;
  display: none;
}

/* blue bar dropdown menu select your industry */
div#drop-outer {
  /*background: color("white", "base");*/
  position: fixed;
  /*padding: 5px; /* 0 */
  margin: 0 20px 0 0;
  top: 60px;
  left: 0;
  overflow-y: auto; /* not set */
  height: 100%;
  height: 100vh;
  z-index: 11;
  opacity: 1;
  /*background: pink;*/
  min-width: 1078px; /* not set */
  /*direction: rtl;*/
}

div#drop-inner {
  direction: ltr;
  /*background: purple;*/
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 99%;
  z-index: 11;
  opacity: 1;
  /*min-width: 1060px;*/
}

div#drop-inner > ul {
  padding-top: 12px;
  direction: ltr;
  background: #ffffff;
  position: relative;
  /*border-left: 60px solid color("company", "tertiary");*/
  opacity: 1;
  height: 100%;
  margin: -1px 0 2px 0 !important;
  max-width: 296px;
}

div#drop-inner > ul > li {
  padding: 0;
  margin: 0 0 1px 0;
  list-style-type: none;
  display: list-item;
  width: 280px;
  opacity: 1;
  position: relative;
}

div#drop-inner > ul > li:hover {
  background-color: #e9ebf0;
}

div#drop-inner > ul > li div.fly-out-container {
  display: none;
}

div#drop-inner > ul > li:hover div.fly-out-container {
  display: block;
}

div#drop-inner > ul > li > a {
  opacity: 1;
  font-size: 16px;
  display: block;
  /*min-height: 16px;*/
  color: #111;
  font-weight: normal;
  padding: 4px 0px 5px 50px !important;
  min-width: 300px;
  position: relative;
  margin: 1px 0px 1px 0px !important;
}

div.et_pb_fullwidth_code_0 {
  /* divi container fix */
  z-index: 11 !important;
  opacity: 1;
}

.ae-blog-extras .post-categories a {
  font-weight: bold !important;
  text-transform: uppercase;
  color: #2a6e9b !important;
}

.ae-blog-extras .post-categories a:before {
  content: "";
  height: 1.5em;
  width: 1.5em;
  display: block;
  float: left;
  padding-right: 0.5em;
  position: relative;
  background-position: center;
  background-size: 100%;
  background: url("../svg/icon-blog-news3.svg") no-repeat 0 5px;
}

.et_pb_section:not(.et_section_specialty) .et_pb_column_4_4 .et_pb_post_extra .post-media .entry-featured-image-url,
.et_pb_section:not(.et_section_specialty) .et_pb_column_3_4 .et_pb_post_extra .post-media .entry-featured-image-url,
.et_pb_section:not(.et_section_specialty) .et_pb_column_2_3 .et_pb_post_extra .post-media .entry-featured-image-url {
  display: inline-block;
  position: relative;
}

.et_pb_section:not(.et_section_specialty) .et_pb_column_4_4 .et_pb_post_extra .post-media img,
.et_pb_section:not(.et_section_specialty) .et_pb_column_3_4 .et_pb_post_extra .post-media img,
.et_pb_section:not(.et_section_specialty) .et_pb_column_2_3 .et_pb_post_extra .post-media img {
  display: inline-block;
}

.ae-blog-extras .post-media {
  background: transparent !important;
}

/***** chris *****/
/* product detail page */
div.intro > img {
  float: left;
  width: 245px;
  margin: 0 30px 30px 0;
}

a.et-pb-arrow-prev::before,
a.et-pb-arrow-next::before {
  color: #777;
}

.et_pb_gallery .et_pb_gallery_pagination {
  border-top: 0 !important;
}

form.et_pb_searchform > label {
  padding-top: 3px !important;
}

.header-aerospace {
  background-image: url("../png/banner-bubbles.png");
  background-repeat: no-repeat;
  height: 230px;
  padding-top: 100px;
  padding-left: 60px;
  color: #ffffff !important;
  margin-bottom: 36px !important;
}

/***** products on industry page *****/
div.on-industry-page {
  margin: 0;
  padding: 0 0 36px 0;
}

div.on-industry-page img {
  margin: 0;
  display: block;
}

div.on-industry-page p {
  margin: 0;
  background: #e9ebf0;
  text-align: center;
  /*height: 70px;*/
  padding: 20px 42px 0px 42px;
}

div.on-industry-page p.product-name {
  min-height: 74px !important;
  line-height: 1.3em;
}

div.on-industry-page p.gallons {
  padding-top: 8px;
  padding-bottom: 20px;
}

div.on-industry-page a.quick-view-link {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 54%;
  color: #ffffff;
  background-color: #ab5421;
  font-weight: 300;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

div.on-industry-page a.detail-view-link {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 46%;
  color: #ffffff;
  background-color: #525252;
  font-weight: 300;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

/***** quick view modal popup *****/
table.quick-view-table {
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
  /*background: pink;*/
  /*margin-left: 20%;*/
}

table.quick-view-table tbody {
  margin-left: 0;
}

td.quick-view-left {
  padding-top: 30px;
  padding-left: 20px;
  width: 390px;
  vertical-align: top;
  margin: 0;
}

td.quick-view-left img {
  width: 330px;
  display: block;
  height: auto;
  margin: 6px -10px 0 20px;
}

td.quick-view-left > div {
  /*background: pink;*/
  position: relative;
  min-height: 40px;
  margin: 20px 0;
  padding: 0;
}

td.quick-view-left > div > a {
  /* detail view button within quick view */
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  color: #ffffff;
  background-color: #525252;
  font-weight: 300;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 156px;
}

td.quick-view-left > div a.modal-request-a-quote-form {
  /* request quote */
  position: absolute;
  left: 196px;
  background-color: #ab5421;
}

td.quick-view-right {
  padding: 30px 30px 20px 20px;
  max-width: 400px;
}

div.quick-view-nav {
  background: #ddd;
  width: 100%;
  padding: 18px 30px 18px 10px;
  text-align: right;
  color: #333;
}

div.quick-view-nav a {
  color: #333;
}

div.container-content_editor {
  /* modal */
  border-bottom: none !important;
  padding: 0 !important;
  /*padding-left: 15% !important;*/
  margin-top: 20px !important;
}

/***** headeer / banners *****/
h1.industry-banner {
  color: #ffffff;
  text-transform: capitalize;
  margin: 40px;
}

/***** request a quote modal form *****/
/* Banner Modal Button */
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-gutter {
  margin-left: -1rem;
  margin-right: -1rem;
}

.flex-gutter .flex-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

.flex-small-gutter {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.flex-small-gutter .flex-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.flex-wrap-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 62rem) {
  .flex-wrap-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flex-wrap-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (min-width: 62rem) {
  .flex-wrap-lg-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 62rem) {
  .align-items-lg-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.align-items-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 62rem) {
  .align-items-lg-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.align-items-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 62rem) {
  .align-items-lg-flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.flex-item {
  width: 100%;
}

.width-100 {
  width: 100%;
}

@media (min-width: 62rem) {
  .width-lg-100 {
    width: 100%;
  }
}
.width-90 {
  width: 90%;
}

@media (min-width: 62rem) {
  .width-lg-90 {
    width: 90%;
  }
}
.width-80 {
  width: 80%;
}

@media (min-width: 62rem) {
  .width-lg-80 {
    width: 80%;
  }
}
.width-75 {
  width: 75%;
}

@media (min-width: 62rem) {
  .width-lg-75 {
    width: 75%;
  }
}
.width-66 {
  width: 66.6666%;
}

@media (min-width: 62rem) {
  .width-lg-66 {
    width: 66.6666%;
  }
}
.width-60 {
  width: 60%;
}

@media (min-width: 62rem) {
  .width-lg-60 {
    width: 60%;
  }
}
.width-50 {
  width: 50%;
}

@media (min-width: 62rem) {
  .width-lg-50 {
    width: 50%;
  }
}
.width-40 {
  width: 40%;
}

@media (min-width: 62rem) {
  .width-lg-40 {
    width: 40%;
  }
}
.width-33 {
  width: 33.3333%;
}

@media (min-width: 62rem) {
  .width-lg-33 {
    width: 33.3333%;
  }
}
.width-30 {
  width: 30%;
}

@media (min-width: 62rem) {
  .width-lg-30 {
    width: 30%;
  }
}
.width-25 {
  width: 25%;
}

@media (min-width: 62rem) {
  .width-lg-25 {
    width: 25%;
  }
}
.width-20 {
  width: 20%;
}

@media (min-width: 62rem) {
  .width-lg-20 {
    width: 20%;
  }
}
.width-10 {
  width: 10%;
}

@media (min-width: 62rem) {
  .width-lg-10 {
    width: 10%;
  }
}
.text-align-center {
  text-align: center;
}

@media (min-width: 62rem) {
  .text-align-lg-center {
    text-align: center;
  }
}
.text-align-left {
  text-align: left;
}

@media (min-width: 62rem) {
  .text-align-lg-left {
    text-align: left;
  }
}
.text-align-right {
  text-align: right;
}

@media (min-width: 62rem) {
  .text-align-lg-right {
    text-align: right;
  }
}
/* Product manual title. */
.product-manual-title {
  color: #ab5421;
}

a.large-txt {
  font-size: 1.5rem;
}

h3.flag-icon {
  position: relative;
  padding-right: 35px;
}

h3.flag-icon::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../svg/icon-usa-flag.svg") no-repeat right;
}

.footer-list li {
  display: block;
  width: 100%;
  min-width: 320px;
  margin-top: 0.05rem !important;
}

.disable-mobile-menu .et_pb_menu__menu {
  display: block !important;
}

.disable-mobile-menu .et_mobile_nav_menu {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .disable-mobile-menu .et_pb_module.et_pb_menu,
  .et_pb_module.et_pb_menu li {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.category-videos .et_post_meta_wrapper img {
  display: none !important;
}/*# sourceMappingURL=omegasonics-genesis-public.css.map */