.site-header{
  background-color: rgba(255, 255, 255,1.0);

}
.site-nav.mobile{
  display:none;
}

.site-nav.desktop{
  display: block;
}

.site-header .header-top{
  max-width: 83.625em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.header-top .header-logo a {
  float: left;
  width: 70%;
}

.header-top .header-logo a img {
  width: 20.3125em !important;
  max-height: 5.9375em;
  max-width: 100%;
  vertical-align: baseline;
}

.header-top .media_wrapper {
  display: none;
  overflow: hidden;
}

.header-top .media_wrapper .media {
  margin-bottom: .5em;
}

.header-top .media_wrapper .media .social-wrap {
  overflow: hidden;
  width: 7em;
  display: none;
}

.header-top .media_wrapper .media .social-wrap a {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
  transition: color 0.1s linear;
}

.header-top .media_wrapper .media .social-wrap a img {
  display: inline-block;
  margin: 0 auto;
  height: auto;
  vertical-align: middle;
  width: 1.5em;
}

.header-top .media_wrapper .media .social-wrap a img:last-child {
  display: none;
}

.header-top .media_wrapper .media .social-wrap a:hover img:last-child {
  display: inline-block;
}

.header-top .media_wrapper .media .social-wrap a:hover img:first-child {
  display: none;
}

.top-nav {
  display: none;
}

.header-top .top-nav a{
  text-decoration: none;
}

.top-nav .top_menu {
  float: left;
}

.top_menu .hs-menu-wrapper > ul {
  float: left;
  padding-left: 0;
  text-align: left;
  margin-bottom: 0;
  display: block;
}

.top_menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  font-size: 0.8125em;
  display: inline-block;
  line-height: 1.6923076923em;
  margin-left: 0.9230769231em;
  color: #040a0e;
  vertical-align: middle;
  position: relative;
  z-index: 9999 !important;
  margin-bottom: 0;
}

.top_menu .hs-menu-wrapper>ul>li>a{
  transition: color 0.1s linear;
  display: block;
  background-position: 4% center;
  background-repeat: no-repeat;
  padding: 1em 0.4615384615em 1em 2.3846153846em;
  background-size: 40px 20px;
  padding-left: 40px;
  color: rgba(8, 54, 133,1.0);
}

.top_menu .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(0, 84, 164,1.0);
}

.top-nav .telephone-wrap a {
  padding-bottom: 4px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 26px 26px;
  padding-left: 35px;
  display: inline-block;
  color: #0054a4;
  font-size: 21px;
  font-weight: 700;
  font-family: "Muli", sans-serif;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/tp-nav-ph.png);
  vertical-align: middle;
  margin-right: .5em;
}

.top-nav .telephone-wrap a:hover{
  color: #df7833;
}

.header-top .ham-trigger {
  float: right;
}

.header-top .ham-trigger a {
  background-position: center top;
  display: inline-block;
  padding-top: 2.3em;
  width: 3em;
  margin-left: 1em;
  text-align: center;
  text-decoration: none;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/hamburg-nav.svg);
  background-repeat: no-repeat;
}

.header-top .ham-trigger a span {
  font-size: 16px;
}

.header-bottom .site-nav-container {
  background-color: #e4e5e8;
  width: 21em;
  height: 100%;
  right: -21em;
  top: 0;
  bottom: 0;
  z-index: 1000;
  position: fixed;
  transition: all 0.1s linear;
}

.site-header.open .header-bottom .site-nav-container{
  right: 0;
}

.header-bottom .site-nav-container .inner-wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em;
  max-width: 83.625em;
  padding-top: 0;
  padding-bottom: 0;
}

.header-bottom .site-nav-container .close-trigger {
  text-align: center;
  padding: 1em;
}

.header-bottom .site-nav-container .close-trigger a {
  transition: color 0.1s linear;
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #0054a4 !important;
  font-family: "Muli", sans-serif;
  padding: 0.25em 1em;
  padding-right: 1.5625em;
  margin: 0 auto;
  font-size: 1em;
  background-color: #ffffff;
  border-radius: 0.1875em;
}

.header-bottom .site-nav-container .site-nav {
  background-color: #e4e5e8;
}

.header-bottom .site-nav .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  display: block;
  flex-direction: row !important;
}

.header-bottom .site-nav .hs-menu-wrapper > ul>li {
  margin-bottom: 0;
  position: relative;
  z-index: auto ;
  display: block;
  border-bottom: 1px solid #f2f2f4;
  cursor:pointer;
}

.header-bottom .site-nav .hs-menu-wrapper > ul>li:hover > a{
  color: white;
}

.header-bottom .site-nav .hs-menu-wrapper>ul>li>a {
  transition: color 0.1s linear;
  display: inline-block;
  line-height: 1.625em;
  color: #040a0e;
  text-decoration: none;
  font-size: 1.125em;
  padding-right: 0em;
}

.header-bottom .site-nav .hs-menu-wrapper>ul>li.active>a {
  color: rgba(255, 255, 255,1.0);
  background-color: rgba(2, 103, 128,0.0);
}

.header-bottom .site-nav .hs-menu-wrapper>ul>li>ul {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  z-index: 9999;
}

.site-nav-container  .inner-wrap a.search-link {
  transition: color 0.1s linear;
  background-repeat: no-repeat;
  background-position: center top;
  display: inline-block;
  padding-top: 2.3em;
  margin-left: 1em;
  text-align: center;
  text-decoration: none;
  width: auto;
  background-position: center bottom;
  vertical-align: bottom;
  /*background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/nav-white-search-ic.svg);*/
}

.cta .request-cta {
  transition: color 0.1s linear;
  display: block;
  font-size: 1em;
  margin-top: 0.3157894737em;
  padding: 0.6315789474em;
  text-align: center;
  text-decoration: none;
  white-space:nowrap;
  background-color: rgba(223, 120, 51,1.0);
  color: rgba(255, 255, 255,1.0);
}

.cta .request-cta:hover{
  background-color: rgba(0, 84, 164,1.0);
  color: rgba(255, 255, 255,1.0);
}

.top_menu .hs-menu-wrapper>ul>li>ul {
  display: block;
  float: none;
  left: 0;
  padding: 0;
  position: absolute ;
  text-align: left;
  top: 100%;
  width: 12.5em;
}

.top_menu .hs-menu-wrapper>ul>li>ul >li {
  font-size: 0.8125em;
  line-height: 1.6923076923em;
  color: #040a0e;
  vertical-align: middle;
  position: relative;
  z-index: 9999 !important;
  display: block;
  margin: 0 !important;
  padding: 0;
}

.top_menu .hs-menu-wrapper>ul>li>ul >li >a {
  text-decoration: none;
  background-position: 4% center;
  background-repeat: no-repeat;
  background-size: 40px 20px;
  background-color: #e4e5e8;
  color: #040a0e;
  font-size: 13px;
  margin: 0;
  padding: 0.6153846154em 1.5384615385em 0.6153846154em 0.7692307692em;
  text-align: left;
  white-space: normal !important;
}

.top_menu .hs-menu-wrapper>ul>li>ul >li:hover >a {
  background-color: #df7833;
  color: #0054a4;
}

.header-bottom .site-nav .hs-menu-wrapper>ul>li:hover{
  background-color: rgba(0, 84, 164,1.0);
}

.header-bottom .site-nav .hs-menu-wrapper>ul>li>ul>li{
  margin-bottom: 0;
}

.header-bottom .site-nav .hs-menu-wrapper>ul>li>ul>li>a {
  transition: color 0.1s linear;
  background-color: #e4e5e8;
  padding: 0.625em 1em 0.875em;
  color: #040a0e;
  display: block;
  text-decoration: none;
  line-height: 1.625em;
  font-size: 1em;
  line-height: 1.25em;
  display: block;
  vertical-align: middle;
}

.header-bottom .site-nav .hs-menu-wrapper>ul>li>ul>li>a:hover {
  background-color: rgba(223, 120, 51,1.0);
  color: rgba(255, 255, 255,1.0);
}

.header-bottom .site-nav .hs-menu-wrapper>ul>li>ul>li > ul {
  padding: 0;
  margin: 0;
  padding-top: 1px;
  display: block;
  z-index: 9999;
}

.header-bottom .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li{
  position: relative;
  margin-bottom: 0;
}

.header-bottom .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  display: block;
  text-decoration: none;
  line-height: 1.625em;
  padding: 0 2.85em;
  line-height: 1.25em;
  vertical-align: middle;
  color: rgba(4, 10, 14,1.0);
  background-color: rgba(2, 103, 128,0.0);
}

.header-bottom .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover {
  background-color: rgba(223, 120, 51,1.0);
  color: rgba(255, 255, 255,1.0);
}

.search-wrapper {
  background-color: #0054a4;
  height: 6em;
  margin-top: -6em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
}

.search-wrapper.active {
  margin-top: 0;
}

.search-wrapper .inner-wrap {
  padding: 0.3em 1.5em 1em;
  max-width: 73.375em;
  margin-left: auto;
  margin-right: auto;
}

.search-wrapper .inner-wrap .search-table {
  display: table;
  width: 100%;
  float: right;
  padding: 0;
}

.search-wrapper .inner-wrap .search-table .search-row {
  display: table-row;
  width: 100%;
}

.search-wrapper .inner-wrap .search-table .search-row .search-cell1 {
  display: table-cell;
  padding-right: 0.4375em;
}

.search-wrapper .inner-wrap .search-table .search-row .search-cell2 {
  display: table-cell;
  width: 2.1875em;
  border: 0;
}

.search-wrapper .inner-wrap form {
  width: 100%;
}

.search-wrapper .inner-wrap  input.hs-search-field__input {
  box-sizing: border-box;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #e4e5e8;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Muli", sans-serif;
  font-size: 1.125em;
  padding: 0.5em 0.5em;
  width: 100%;
  color: #444;
  display: block;
  line-height: normal;
  float: left;
}

.search-wrapper .inner-wrap .search-table .search-row .search-cell1 input::placeholder{
  color: #949394;
}

.search-wrapper .inner-wrap input.hs-search-field__input{
  border-color: #00ad49;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 148, 62, 0.7);
  outline: none;
}

.search-wrapper .inner-wrap .hs-search-field__button {
  padding: 0.875em 3em;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  transition: background 0.1s linear;
  text-decoration: none;
  float: right;
  background: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/ico-search.svg) no-repeat center center !important;
  font-family: "Muli", sans-serif;
  font-size: 1.125em;
  height: auto;
  width: auto;
  transform: none;
  right: unset;
}

.search-wrapper .inner-wrap .hs-search-field__button>span{
  display: none;
}

.search-wrapper a.search-link.search-exit {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  transition: color 0.1s linear;
  z-index: 9;
  position: relative;
}

.search-wrapper a.search-link.search-exit img {
  margin: 0;
  max-width: 100%;
}

/* ------------------------------footer  */
.site-footer.lp_footer .footer-bottom .inner-wrap>.widget-type-rich_text{
  margin-bottom: 0;
}

footer.site-footer {
  background-color: rgba(228, 229, 232,1.0);
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/hudson-logo-bg-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  text-align: center;
}

.site-footer .footer-top {
  max-width: 73.375em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em;
  padding-top: 55px;
}

.site-footer .footer-bottom {
  text-align: center;
}

.footer-bottom .inner-wrap>.widget-type-rich_text {
  margin-bottom: 38px;
}

.site-footer .footer-bottom .inner-wrap {
  max-width: 73.375em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em;
  border-top: 1px solid #ffffff;
  padding-bottom: 4em;
  padding-top: 55px;
}

.site-footer .footer-bottom .inner-wrap p {
  font-size: 1em;
  font-weight: bold;
  margin: 16px 0;
  margin-bottom: 0.5em;
  margin-top: 0;
  color: rgba(51, 51, 51,1.0);
}

.site-footer .footer-bottom .inner-wrap a {
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  margin-left: 1.5em;
  color: rgba(4, 10, 14,1.0);
  transition: color 0.1s linear;
}

.site-footer .footer-bottom .inner-wrap a:hover{
  text-decoration: underline;
  color: rgba(4, 10, 14,1.0);
}

.site-footer .footer-top .footer-logo a {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.site-footer .footer-top .footer-logo a img {
  width: 100% !important;
  display: block;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 43px;
}

.footer-top .footer-cols .links_container {
  margin-bottom: 1.5em;
}

.footer-top .footer-cols .links_container ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-top .footer-cols .links_container .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  display: block;
}

.footer-top .footer-cols .links_container .hs-menu-wrapper > ul > li>a {
  text-decoration: none;
  color: rgba(4, 10, 14,1.0);
  font-size: 1em;
  line-height: 2em;
  transition: color 0.1s linear;
}

.footer-top .footer-cols .links_container .hs-menu-wrapper > ul > li>a:hover {
  text-decoration: underline;
  color: rgba(4, 10, 14,1.0);
}

.footer-top .footer-cols .links_container .hs-menu-wrapper > ul >li {
  margin-bottom: 0;
}

.footer-top .footer-cols .links_container .contact-cta {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  line-height: 1;
  transition: background 0.1s linear;
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  margin: 10px auto;
  background-image: none;
  width: 100%;
  max-width: 12em;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 16px;
  background-color: rgba(64, 68, 165,1.0);
  color: rgba(255, 255, 255,1.0);
  text-decoration: none;
  display: block;
  font-weight: 600;
  border-radius: 0px;
  padding: 16px 16px;
}

.footer-top .footer-cols .links_container .contact-cta:hover {
  background-color: rgba(223, 120, 51,1.0);
  color: rgba(255, 255, 255,1.0);
}

.footer-top .footer-cols .links_container .request-quote-cta {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  transition: background 0.1s linear;
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  color: rgba(255, 255, 255,1.0);
  background-color: rgba(223, 120, 51,1.0);
  background-image: none;
  width: 100%;
  max-width: 12em;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 8px;
  padding: 16px 16px;
  border-radius: 0px;
}

.footer-top .footer-cols .links_container .request-quote-cta:hover{
  background-color: rgba(64, 68, 165,1.0);
  color: rgba(255, 255, 255,1.0);
}

.footer-top .footer-cols .address-container {
  margin-bottom: 1.5em;
  font-size: 1em;
  line-height: 2em;
  color: rgba(51, 51, 51,1.0);
}

.address-container .social-wrap {
  overflow: hidden;
  width: 12.8571428571em;
  margin: 10px auto;
}
.address-container .social-wrap a {
  display: block;
  float: left;
  width: 25%;
  text-align: left;
  position: relative;
  transition: color 0.1s linear;
}

.address-container .social-wrap a img {
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
  height: auto;
  vertical-align: middle;
  width: 2.2em;
}

.address-container .social-wrap a img:last-child {
  display: none;
}

.address-container .social-wrap a:hover img:last-child {
  display: inline-block;
}

.address-container .social-wrap a:hover img:first-child {
  display: none;
}

.footer-recent-blog {
  margin-bottom: 1.5em;
}

.footer-recent-blog h4.blog-heading, .footer-recent-blog h4.view-all {
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 16px;
  font-size: 1.125em;
  margin-top: 0;
}

.footer-recent-blog h4.blog-heading a{
  color: rgba(4, 10, 14,1.0);
}

.footer-recent-blog h4.blog-heading a:hover{
  color: #0054a4;
}

.footer-recent-blog .bg-title a:hover {
  color: #0054a4;
  text-decoration: underline;
}

.footer-recent-blog  .bg-title {
  margin: 16px 0;
  line-height: 1.62em;
  font-size: 1em;
}

.footer-recent-blog  .bg-title a{
  text-decoration: none;
  color: #040a0e;
  font-weight: bold;
  transition: color 0.1s linear;
}

.footer-recent-blog h4.view-all a {
  text-decoration: none;
  color: #040a0e;
}

.footer-recent-blog h4.view-all a:hover {
  color: #0054a4;
}

.global-contact-us .contact-cta{
  transition: all 0.2s linear;
  margin: 0 auto;
  width: 10.444444em;
  font-size: 1.125em !important;
  background-position: 6% center !important;
  padding: .6em .6em .6em 1.8em !important;
  background-size: 1.4em 1.4em !important;
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: block !important;
  background-repeat: no-repeat !important;
  background-color: #df7833;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

.global-contact-us .contact-cta:hover{
  background-color: #0054a4;
  color: #ffffff;
}

.global-contact-us .contact-cta::before{
  content: "";
  position: absolute;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/contact-ico-wht.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  left: .8333333333333333em;
  bottom: 6px;
}

@media (min-width:768px){
  .child_theme header .top-nav {
    display: flex;
  }
}

/* ---------------------------------MEDIA */
@media (max-width: 767px) {
  .site-nav.mobile{
    display:block;
  }

  .site-nav.desktop{
    display: none;
  }

  .header-bottom a.overlay {
    position: fixed;
    display: none;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .site-header.open .header-bottom a.overlay {
    display: block;
  }

  span.dropdown-trigger{
    cursor: pointer;
    padding-right: 0em;
    background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/ico-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.75em 0.9375em;
    display: block;
    width: 40px;
    height: 50px;
    position: absolute;
    background-color: #dcdde1;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 1.125em;
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>ul.collapse_menu{
    display:none;
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>ul>li>a {
    white-space: normal;
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>a{
    padding: 10px 16px 14px 16px;
    display: block;
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>a{
    line-height: 1.45em;
  }

  .header-bottom .site-nav-container {
    overflow-y: auto;
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>ul>li>a{
    line-height: 1.625em;
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>ul:not(ul.collapse_menu) + .dropdown-trigger{
    transform: rotate(180deg);
    height: 3.125em;
  }

  .header-bottom .site-nav .hs-menu-wrapper > ul>li:hover{
    background-color: transparent;
  }

  .header-bottom .site-nav .hs-menu-wrapper > ul>li:hover > a{
    color: white;
    background-color: rgba(0, 84, 164,1.0);
  }
}

@media (max-width: 412px) {
  .footer-bottom .inner-wrap>.widget-type-rich_text {
    margin-bottom: 63.75px;
  }
}


@media (min-width: 40em) {

  footer.site-footer{
    text-align: left;
  }

  .site-footer .footer-top{
    text-align: left;
    padding: 2.5em 1.5em 2.5em 1.5em;
    padding-top: 55px;
  } 

  .site-footer .footer-bottom .inner-wrap{
    padding: 2.5em 1.5em;
    padding-top: 55px;
    padding-bottom: 4em;
  }
  .footer-top .footer-cols .links_container {
    float: left;
    width: 33%;
  }
  .footer-top .footer-cols .links_container .contact-cta {
    margin: 10px 0;
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .footer-top .footer-cols .address-container {
    float: left;
    width: 34%;
  }

  .address-container .social-wrap {
    margin: 10px 0; 
  }

  .footer-top .footer-cols {
    display: flex;
  }

  .footer-recent-blog {
    float: right;
    width: 33%;
  }

  .footer-recent-blog h4.blog-heading, .footer-recent-blog h4.view-all {
    font-size: 1.125em;
  }
}

@media (min-width: 768px) {
  .header-bottom {
    line-height: 0;
  }

  .site-header .header-top{
    padding: 1em 1.5em 1em 1.5em;
  }

  .header-top .header-logo a {
    width: 37%;
    max-width: 20.3125em;
  }

  .header-top .media_wrapper {
    width: 60%;
    text-align: right;
    display: flex;
    justify-content:flex-end;
    flex-wrap: wrap;
    align-items: center;
    float: right;
  }

  .header-cta {
  margin-right: 20px;
  }
  
  .header-top .media_wrapper .media .social-wrap {
    display: inline-block;
  }

  .header-top .media_wrapper .media .social-wrap a img {
    width: 1.5em;
  }

  .top-nav {
    margin-top: 30px;
    font-size: 2vw;
    clear: none;
    text-align: right;
    display: inline-block;
    position: relative;
    z-index: 9;
    float: right;
  }

  .top_menu .hs-menu-wrapper>ul{
    margin-top: 5px;
  }
  
  .top_menu .hs-menu-wrapper>ul>li>a{
    padding: 1em 0.4615384615em 1em 0.4615384615em;
    font-size: 16px;
    color: ;
    font-family: "Muli", sans-serif;
    font-weight: 600;
    padding-bottom: 16px;
    padding-left: 55px;
    background-image: none;
    padding-top: 0;
    position: relative;
  }

  .top_menu .hs-menu-wrapper > ul > li > a::before {
    content: '';
    display: block;
    left: 0;
    top: -14px;
    bottom: 0;
    width: 45px;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e9ecef;
    border-radius: 50%;
    height: 45px;
  }

  .top_menu .hs-menu-wrapper > ul > li:nth-child(1)> a::before{
    background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/tp-nav-user.png);
  }

  .top_menu .hs-menu-wrapper > ul > li:nth-child(2)> a::before{
    background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/tp-nav-career.png);
  }  
  
   .top_menu .hs-menu-wrapper > ul > li:nth-child(3)> a::before{
    background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/tp-nav-email.png) !important;    
  }
  
  .top_menu .hs-menu-wrapper > ul > li:nth-child(4)> a::before{
    background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/tp-nav-search.png) !important;    
  }
  

  .header-top .ham-trigger a{
    display: none;
  }

  .top_menu .hs-menu-wrapper>ul>li>ul>li>a{
    font-family: "Muli", sans-serif;
    font-weight: 600;
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>ul>li>ul {
    position: relative;
    top: 0;
    left: 0;
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li{
    position: relative;
    background-color: #e4e5e8;
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li >a {
    line-height: 3.125em;
    border-top: none;
    border-right: none;
    font-size: 1em;
  }

  .header-bottom .site-nav-container{
    width: auto;
    height: auto;
    right: auto;
    bottom: auto;
    top: auto;
    position: static;
    background-color: rgba(0, 55, 109,1.0);
  }

  .header-bottom .site-nav-container .close-trigger{
    padding: 0;
  }

  .header-bottom .site-nav-container .close-trigger a{
    display: none;
  }

  .header-bottom .site-nav-container .site-nav{
    font-size: 1.52vw;
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent;
    text-align: left;
    width: 82%;
  }

  .header-bottom .site-nav-container .inner-wrap .wrapper {
    display: flex;
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul{
    display: flex;
    float: left;
    width: 100%;
    height: 3.125em;
    flex-wrap: nowrap;

  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li {
    flex-grow: 1;
    text-align: center;
    float: left;
    border-bottom: 0;
    padding: 0 7px;
    background-color: rgba(2, 103, 128,0.0);
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>a{
    color: #040a0e;
    height: 3.125em;
    line-height: 2.825em;
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>a{
    padding-right: 12px;
    background-size: 10px 6px;
    display: inline;
    font-size: 0.875em;
    white-space: nowrap;
    background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/nav-ico-arrow-dow.png);
    background-repeat: no-repeat;
    background-position: right center; 
    background-size: 10px 6px;
    color: rgba(255, 255, 255,1.0);
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>a:hover{
    color: rgba(255, 255, 255,1.0);
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>ul{
    position: absolute;
    text-align: left;
    background-color: rgba(228, 229, 232,1.0);
  }

  .site-nav-container   .inner-wrap a.search-link{
    width: 26px;
    height: 26px;
    vertical-align: middle;
    padding-top: 50px !important;
    background-position: left center;
    /*background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/nav-white-search-ic.svg);*/
    display: inline-block !important;
    margin-left: 0;
    padding-top: 0 !important;
    width: 40px;
    margin-right: 6px;
    background-position: center center;
    background-size: 15px 15px;
    height: 2.125em;
  }

  .site-header .hs-menu-wrapper>ul>li:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 0;
  }

  .site-header .hs-menu-wrapper>ul>li > ul {
    visibility: hidden;
    opacity: 0;
    position: absolute !important;
  }

  .cta .request-cta {
    font-size: 1.62vw;
    display: inline-block;
    margin-top: 0;
    padding: 0.552632em 0.789474em;
    vertical-align: top;
    line-height: 2.1em;
    float: right;
    position: absolute;
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>ul>li {
    position: relative;
    background-color: rgba(228, 229, 232,1.0);
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 0 0.5em;
    line-height: 3.125em;
    border-top: none;
    border-right: none;
    color: #040a0e;
    font-size: 1em;
    white-space: nowrap;
    color: rgba(4, 10, 14,1.0);
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li >a {
    white-space: nowrap;
  }

  .search-wrapper .inner-wrap input.hs-search-field__input {
    height: 2.3em;
  }

  .header-bottom .site-nav-container .inner-wrap{
    padding: 0 1.5em 0 1.5em;
  }

}

@media (min-width: 60em) {
  .header-bottom.stick .site-nav-container{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }

  .header-bottom.stick .site-nav-container .cta .request-cta{
    padding: .5315789474em .6315789474em;
  }

  .site-header .header-top{
    padding-top: 2.5em;
    padding-bottom: 1.6em;
  }

  .site-header .header-bottom{
    height: 3.125em;
    font-size: 1.3vw;
  }

  .header-top .media_wrapper .media .social-wrap {
    width: 5em;
    margin-right: 24px;
  }

  .header-top .media_wrapper .media .social-wrap a img {
    width: 1.8em;
  }

  .top-nav {
    margin-top: 15px;
    font-size: 1.3vw;
  }
  .top_menu .hs-menu-wrapper > ul > li{
    font-size: 0.875em;
    line-height: 1.5714285714em;
    margin-left: 1.0em;
  }

  .top_menu .hs-menu-wrapper > ul > li > a{
    padding: 0.9285714286em 0.9285714286em 0.9285714286em 2.4285714286em;
    padding-top: 0;
    padding-bottom: 16px;
    padding-left: 55px;
  }
  .top-nav .telephone-wrap a{
    margin-right: 1.0em;
  }

  .header-bottom .site-nav-container{
    background-color: #00376d;
  }

  .header-bottom .site-nav-container .inner-wrap{
    height: 3.125em;
  }

  .header-bottom .site-nav-container .site-nav{
    font-size: 0.9em;
    text-align: center;
    width: 86%;  
  }

  .header-bottom .site-nav .hs-menu-wrapper > ul>li {
    border-right: none;
    height: 3.4375em;
    padding: 0 10px;
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>a{
    font-size: 1.125em;
  }

  .site-nav-container   .inner-wrap a.search-link{
    background-size: 20px 20px;
    height: 3.125em;
  }

  .cta .request-cta {
    font-size: 1em;
    float: none;
    padding: 7px;
  }

  .top_menu .hs-menu-wrapper>ul>li>ul{
    left: 0;
    width: 14.5em;
  }

  .top_menu .hs-menu-wrapper>ul>li>ul >li{
    font-size: 0.875em;
    line-height: 1.5714285714em;
  }

  .top_menu .hs-menu-wrapper>ul>li>ul >li >a{
    font-size: 14px;
    padding: 0.4285714286em 2.1428571429em 0.4285714286em 1.4285714286em;
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 0 1.875em;
    line-height: 3.125em;
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 1em;
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>ul>li > ul>li >a {
    line-height: 3.125em;
  }

  .site-footer .footer-bottom .inner-wrap p{
    font-size: 0.875em;
  }

  .site-footer .footer-bottom .inner-wrap a {
    font-size: 0.875em;
  }

  .site-footer .footer-top .footer-logo a{
    display: block;
    width: 30%;
    margin: 0 auto;
  }

  .footer-top .footer-cols .links_container ul.menu {
    font-size: 0.875em;
  }

  .footer-top .footer-cols .address-container {
    font-size: 0.875em;
  }

  .footer-recent-blog h4.blog-heading, .footer-recent-blog h4.view-all {
    font-size: 1em;
  }

  .footer-recent-blog .bg-title {
    font-size: 1em;
  }
}

@media (min-width: 80em) {
  .site-header .header-bottom{
    font-size: 1em;
  }

  .top-nav {
    font-size: 1em;
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li{
    padding: 0 15px;
  }

  .cta .request-cta {
    padding: 0.6315789474em;
  }
}

@media (max-width: 960px) and (min-width: 768px) {
  .header-bottom .site-nav .hs-menu-wrapper>ul>li:nth-child(5)>ul {
    right: 0;
  }
  .site-header .hs-menu-wrapper>ul>li:nth-child(5):hover>ul{
    left: unset;
  }

  .header-bottom .site-nav .hs-menu-wrapper>ul>li>a{
    line-height: 3.525em;
  }
}

@media (max-height: 46em) and (min-width: 60em) {
  .global-contact-us .contact-cta:before{
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
}

@media (max-height: 46em) and (min-width: 80em) {
  .header-bottom .site-nav .hs-menu-wrapper > ul>li {
    margin: 0 0px !important;
  }
}

/*  ---------------------------faq page css  */

.ct-style.two-col-content .content_box{
  margin-top: 0;
}

.ct-style-type2{
  padding: 0 1.5em;
  padding-bottom: 2.5em;
}

.ct-style .page-center {
  padding: 1.5em 1em 1.5em 1em;
}

.ct-style.two-col-content .content-col .form_wrap{
  background: #0054a4;
  padding: 10px;
}

.lightbox-content.ct-style-type2 .light-box-cnt h2{
  padding-top: 42px;
}

.ct-style.two-col-content .content-col .form_wrap h3{
  color: #fff;
  font-family: arial, helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 1em;
  margin-top: 24px;
  text-align: center;
  word-break: break-word;
  margin-bottom: -4px;
  -webkit-font-smoothing: auto;
}

.lightbox-content.ct-style-type2 .light-box-cnt > section {
  margin-top: 3.2em;
  display: block;
  text-align: center;
}

.ct-style.two-col-content .content-col .description {
  margin-bottom: 0px;
}

.ct-style.two-col-content .content-col .form_wrap form .actions{
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  padding-bottom: 0;
  padding-top: 2px;
}

.ct-style.two-col-content .content-col .form_wrap form input[type=submit]{
  background: #ec913a;
  border-color: #ec913a;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-family: arial, helvetica, sans-serif;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;

}

.ct-style.two-col-content .content-col .form_wrap form input[type=text]{
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  max-width: 100%;
  border-radius: 0;
  background-color: #f5f8fa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  height: 40px;
  display: inline-block;
}

.ct-style.two-col-content .content-col .form_wrap form textarea{
  min-height: 66px;
}

.blog-pagination {
  padding: 0;
}

.ct-style.two-col-content .content-col .form_wrap form  label{
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  color: #ffffff;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  -webkit-font-smoothing: auto;
}

.Top--imagecnt.cnt-wit-tp-img-wrp .tp-img-cnt-inner a:hover {
  color: #df7833 !important;
  font-weight: 600;
  text-decoration: none;
}

.ct-style.two-col-content.right .img-col {
  margin-top: 30px;
}

.ct-style .text_block  h2{
  margin-top: -50px ;
  padding-top: 100px;
  color: #0054a4;
}

.ct-style.lightbox-content .light-box-cnt p img{
  float: none;
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 0;
  padding-bottom: 0;
}

.table-style table {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
  border: 0;
  padding: 0;
  border-collapse: collapse;
  margin: .75em 0;
  table-layout: fixed;
  border-spacing: 0;
}

.table-style table tr {
  clear: both;
  display: table-row;
  vertical-align: middle;
}

.table-style table tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
}

.table-style table tr th {
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #bbbdc5;
  font-weight: 700;
  font-size: 18px;
  display: block;
  text-align: left;
  padding: .5em .7em;
  background: transparent;
  color: #333;
  border-color: #bbbdc5;
}


.table-style table tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.table-style table tbody td {
  text-align: left;
  display: block;
  box-sizing: border-box;
  padding: .5em .7em;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #e4e5e8;
}


.table-style table tbody td strong {
  padding: 0 .6em 0 0;
  width: 30%;
  display: inline-block;
  font-weight: 700;
}

.table-style.type2 table tbody td strong {
  padding-right: 0;
}

.table-style.type2 table tr:first-child th {
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
}

.table-style.type2 table tbody td{
  padding: 0.75em 0;
  display: table-cell;
}

.table-style.type2 table tbody td strong{
  display: inline;
}

.popup-style.lightbox-content  .video-wrap {
  width: 100%;
  max-width: 500px;
}

.popup-style.type2 .video-wrap {
  width: auto;
  max-width: none;
}
.ct-style.two-col-content .content-col .form_wrap form input[type=text] {
  font-weight: normal;
  -webkit-font-smoothing: unset;
}

.ct-style.two-col-content .submitted-message {
  color: #fff;
  padding: 10px;
}

@media (max-width: 960px) {
  .two-col-content.right.ct-style .content-col{
    order: 1;
    width: 100%;
  } 

  .ct-style.two-col-content.right .img-col{
    width: 100%;
  }

  .ct-style.type1 .lightbox-content .light-box-cnt h2{
    padding-top: 18px !important;
  }
}


@media (max-width: 39.9375em) {
  .table-style table tr th {
    display: none;
  }

  .table-style.type2 table tr th {
    display: table-cell;
  }
}

@media (min-width: 40em) {
  .ct-style.lightbox-content .light-box-cnt p img{
    max-width: 300px;
  }

  .table-style table tr th {
    display: table-cell;
    margin: 0;
  }

  .table-style table tbody td {
    display: table-cell;
    margin: 0
  }

  .table-style table tbody td strong {
    display: none;
  }

  .table-style.type2 table tbody td strong {
    display: inline;
  }

  ct-style-type2{
    padding: 0 1.5em;
  }

  .ct-style .page-center {
    padding: 2.5em 1.5em 2.5em 1.5em;
  }
}
@media (min-width: 60em) {
  .ct-style.two-col-content.right .content-col {
    width: 30%;
    float: right;
  }

  .ct-style.two-col-content.right .img-col {
    width: 70%;
    float: left;
    padding-right: 2.3576515979%;
    margin-top: 0;
  }

  .lightbox-content.ct-style-type2 .light-box-cnt > section {
    float: right;
    margin-left: 2%;
  }
}
/* ------------------------------error page  */
section.page-intro {
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/medical-products-header.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e4e5e8;
}

section.page-intro h1.section-header {
  color: #ffffff;
  font-weight: bold;
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  margin: 0;
}

section.site-content {
  display: block;
  flex: 1 0 auto;
}

section.site-content .page-center {
  max-width: 73.375em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em;
}

section.page-intro .page-center {
  max-width: 73.375em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

@media (min-width: 40em) { 
  section.page-intro .page-center {
    padding: 2.5em 1.5em 2.5em 1.5em;
  }

  section.site-content .page-center {
    padding: 2.5em 1.5em 2.5em 1.5em;
  }

  section.page-intro h1.section-header{
    font-size: 1.875em;
  }
}

@media (min-width: 60em) {     
  section.page-intro .page-center {
    padding-top: 4.75em;
    padding-bottom: 4.75em;
  }

  section.page-intro h1.section-header {
    font-size: 3em;
    margin-bottom: 0.1em;
  }
}

@media (max-width:773px) and (min-width:768px){
  .cta .request-cta {
    right: 0;
  }
}


@media (max-width:767px){
  .migration form {
    margin-bottom: 30px;
  }
}




:root{
  --globel_spacing:1.5em 1em 1.5em 1em;
}

@media (min-width: 40em) {
  :root{
    --globel_spacing:2.5em 1.5em 2.5em 1.5em;
  }
}


.child_theme body, 
.child_theme form#email-prefs-form .subscribe-options label{
  font-size: 1em;
}

.child_theme p{
  margin: 16px 0;
  font-size:1.125em; 
}







.child_theme .h1,
.child_theme h1 {
  margin-bottom: 24px;
  font-size:2.25em;
}
.child_theme .h2,
.child_theme h2,
.advanced-card.metal-enclosures .top_contnt h2{
  margin-top: 24px;
  margin-bottom: 16px;
  font-size:1.5em;
}
.child_theme .h3,
.child_theme h3 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size:1.125em;
}

.child_theme .h4,
.child_theme h4 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size:1.125em;
}

.child_theme .h5,
.child_theme h5 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size:1em;
}

.child_theme .h6,
.child_theme h6 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size:1em;
}


.content-wrapper ,
.dnd-section > .row-fluid,
.page-center{
  
  max-width: 73.375em;
  
}
.header .page-center,
.header .primary-section .page-center{
  
  max-width: 73.375em;
  
}
.footer .page-center{
  
  max-width: 73.375em;
  
}

.content-wrapper,
.page-center {
  padding: 0 1em;
}

.child_theme a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: underline;
}



.child_theme .span2 .hs-button,
.child_theme .span3 .hs-button,
.child_theme .span4 .hs-button,
.child_theme .span5 .hs-button,
.child_theme .span6 .hs-button{
  padding:0.875em 3em;
}

.child_theme .span2 .hs-sec-btn,
.child_theme .span3 .hs-sec-btn,
.child_theme .span4 .hs-sec-btn,
.child_theme .span5 .hs-sec-btn,
.child_theme .span6 .hs-sec-btn{
  padding:1em 2em;
}

.child_theme .cm_nv_wrp .cm_nv_inner .custom,
.child_theme .hs-button,
.child_theme .tabber .media-col .form-wrap input.hs-button,
.child_theme form input[type=submit]{
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/btn-arrow-white.svg);
  text-decoration:none;
  padding:0.875em 3em;
  font-size: 1.125em;
}

.cnt-wit-tp-img-wrp .col-btn-grp a,
.testimonials_slider .testmn_item .btn_item a,
.feat-wrap .feat-item-wrp .right-content .btn_row a,
.card_gallery .card_inner .card_box .btn_item a, 
.career-opportunities .career_popup .popup-btn .btn_row a, 
.blog-feed .recent-post-item .post-btm .read-more a,
.accordion_wrap .acc-item .acc-content .acc-btn-wrap a,
.systems-page .hs-search-results__next-page,
.systems-page .hs-search-results__prev-page{
  padding:0.875em 3em;
  font-size: 1.125em;
}


.child_theme .cm_nv_wrp .cm_nv_inner .custom:hover,
.child_theme .hs-button:hover,
.child_theme .tabber .media-col .form-wrap input.hs-button:hover,
.child_theme form input[type=submit]:hover {
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/btn-arrow-orange.svg);
}

@media (max-width:767px){
  .child_theme .hs-trans-btn,
  .child_theme .hs-sec-btn{
    padding:1em 2em;
  }
  .child_theme .cm_nv_wrp .cm_nv_inner .custom,
  .child_theme .hs-button, 
  .child_theme .tabber .media-col .form-wrap input.hs-button,
  .child_theme form input[type=submit]{
    padding:0.875em 3em;
  }
}

.child_theme .contact-banner .form-row.hs-secondary .hs-button,
.child_theme .contact-banner .form-row.hs-secondary input.hs-button, 
.child_theme .form-row.secondary input[type=submit],
.child_theme .hs-sec-btn, 
.child_theme .hs_service .widget-type-form .hs-button,
.child_theme .landing-banner .form-row.hs-secondary .hs-button,
.child_theme .landing-banner .form-row.hs-secondary input.hs-button,
.child_theme .popup_modal_box.bg_primary .hs-button,
.child_theme .systems-page .hs-search-results__next-page,
.child_theme .systems-page .hs-search-results__prev-page {
  text-decoration: none !important;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  font-size: inherit;
  padding:1em 2em;
}

/* for mobile value */
@media (min-width: 40em) {
  
  .child_theme .h1,
  .child_theme h1 {
    font-size:2.7em;
  }
  

  
  .child_theme .h2,
  .child_theme h2 ,
  .advanced-card.metal-enclosures .top_contnt h2{
    font-size:1.8em;
  }
  

  
  .child_theme .h3,
  .child_theme h3 {
    font-size:1.125em;
  }
  

  
  .child_theme .h4,
  .child_theme h4 {
    font-size:1.125em;
  }
  

  
  .child_theme .h5,
  .child_theme h5 {
    font-size:1.125em;
  }
  

  
  .child_theme .h6,
  .child_theme h6 {
    font-size:1.125em;
  }
  

  .content-wrapper,
  .page-center {
    padding: 0 1.5em;
  }
}

@media (min-width: 60em) {
  .child_theme .h1,
  .child_theme h1 {
    font-size:2.9999999999924998em;
  }

  .child_theme .h2,
  .child_theme h2,
  .advanced-card.metal-enclosures .top_contnt h2{
    font-size:1.999999999995em;
  }

  .child_theme .h3,
  .child_theme h3 {
    font-size:1.4999999999962499em;
  }

  .child_theme .h4,
  .child_theme h4 {
    font-size:1.4999999999962499em;
  }

  .child_theme .h5,
  .child_theme h5 {
    font-size:1.33333333333em;
  }
  .child_theme .h6,
  .child_theme h6 {
    font-size:1.33333333333em;
  }
}

@media (max-height: 46em) and (min-width: 60em) {
  .child_theme body, 
  .child_theme form#email-prefs-form .subscribe-options label{
    font-size: 0.875em;
  }
}

@media (max-height: 40em) and (min-width: 60em) {
  .child_theme body, 
  .child_theme form#email-prefs-form .subscribe-options label{
    font-size: 0.75em;
  }
}
.cm--globelbanner.simple-banner {
  min-height: auto;
}
.cm--globelbanner.simple-banner .banner-content-inner.col12 {
  padding: 0;
}
.cm--globelbanner.simple-banner h1 {
  margin-bottom:0;
}
.cm--globelbanner.simple-banner .page-center {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.page-center.full_width {
  padding: 0;
}
.hs_service > .page-center > .flex_row {
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.cm_nv_wrp.cm-sidebar-liks .btn_row a.simple_link {
  margin: 0;
  padding: 1em 1.25em;
  position: relative;
  width: 100%;
  text-decoration: none;
  color: #444;
}
.cm_nv_wrp.cm-sidebar-liks .btn_row .btn_item {
  width: 100%;
}
.hs_service .flex_row .col4 {
  padding:0;
}
.hs_service > .page-center {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.cm-map-area.map-gp iframe {
  width: 28.125em;
  height: 21.875em;
  max-width: 100%;
  margin: 0;
}
.cnt-wit-bg-wrp.cm-Our-History .page-center {
  padding-top: 4.375em;
  padding-bottom: 4.125em;
}
.cnt-wit-bg-wrp.cm-Our-History .content_widget .btn_row {
  margin-top: 0;
}
.cnt-wit-bg-wrp.cm-Our-History .content_widget h2 {
  margin-bottom: 16px;
  margin-top: 0;
}
.cnt-wit-bg-wrp.cm-Our-History .content_widget .btn_row a.hs-sec-btn,
.cnt-wit-bg-wrp .content_widget .btn_row a.hs-sec-btn,
.cmdeep-drawn.two-col-content .content-col .btn-items .btn_row a.hs-sec-btn{
  padding: 1em 2.8em 1em 2em;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/btn-arrow-white.svg);
}


.cnt-wit-bg-wrp.cm-Our-History .content_widget .btn_row a.hs-sec-btn:hover,
.cnt-wit-bg-wrp .content_widget .btn_row a.hs-sec-btn:hover,
.cmdeep-drawn.two-col-content .content-col .btn-items .btn_row a.hs-sec-btn:hover,
.comments-form.page-center input[type=submit]:hover{
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/btn-arrow-orange.svg);
}
.comments-form.page-center input[type=submit]{
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
}

.comments-form.page-center input[type=submit]:hover{
  background-color: #e4e5e8;
  color: #df7833;
}
.cm-our-customers.cnt-wit-tp-img-wrp .cnt-col {
  padding: 0;
  position: relative;
  margin-bottom: 1.5em;
  display: inline-block;
  vertical-align: top;
}
.cm-our-customers.cnt-wit-tp-img-wrp .tp-img {
  margin: 0;
}
.cm-our-customers.cnt-wit-tp-img-wrp .flex-row {
  row-gap: 0;
}
.cm-our-customers.cnt-wit-tp-img-wrp .tp-img-cnt-inner p {
  margin: 0;
  font-size: inherit;
}
.cm-our-customers.cnt-wit-tp-img-wrp .col-title,
.cm-our-customers.cnt-wit-tp-img-wrp .title {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.cnt-wit-bg-wrp.terms-content .page-center {
  padding: var(--globel_spacing);
}
.cnt-wit-bg-wrp.terms-content ol li,
.cnt-wit-bg-wrp.terms-content ul li {
  position: relative;
  margin-bottom: .5em;
  font-size: 1.125em;
  line-height: 1.5em;
}
.cnt-wit-bg-wrp.terms-content ol,
.cnt-wit-bg-wrp.terms-content ul {
  clear: left;
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: .75em;
  padding-left: 1.5em;
}
.cnt-wit-bg-wrp.terms-content ol[role="inner-ol"] {
  list-style-type: lower-alpha;
}
.cnt-wit-bg-wrp.terms-content ol[role="inner-ol"] li {
  font-size: 1em;
}
.cnt-wit-bg-wrp.cm-Our-History.type-2 .page-center {
  padding: var(--globel_spacing);
  max-width: 52em;
}
.cnt-wit-bg-wrp.cm-Our-History.type-2 .content_widget  h2 {
  font-size: 2.7em;
  margin-bottom: 0;
  font-weight: 700;
}
.cnt-wit-bg-wrp.cm-Our-History.type-2 .content_widget p {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cnt-wit-bg-wrp.cm-Our-History.type-2 .content_widget .btn_row a.hs-sec-btn {
  font-size: 1.25em;
  padding: .8em 3.8em .8em 2em;
  background-size: 26px 26px;
}


.two-col-content.custom--twocol .page-center {
  padding: var(--globel_spacing);
}
.two-col-content.custom--twocol .top_sec {
  padding: 0;
  margin: 0;
  text-align: left;
}
.two-col-content.custom--twocol .top_sec h3 {
  font-size: 1.3125em;
  margin-top: 0;
}
.two-col-content.custom--twocol .top_sec p {
  margin: 16px 0;
  font-size: 1.125em;
}
.two-col-content.custom--twocol .flex_row {
  row-gap: 0;
}
.two-col-content.custom--twocol .content-col .description {
  margin: 0;
}
.two-col-content.custom--twocol .content_box {
  margin: 0;
}
.two-col-content.custom--twocol .content-col.col6 {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}

.child_theme ul[role="bullet"],
.btmImg.adv-bg-content .materials ul[role=bullet]{
  clear: left;
  list-style-type: none;
  margin-bottom: .75em;
  padding-left: 40px;
}

.child_theme ul[role="bullet"] li,
.btmImg.adv-bg-content .materials ul[role=bullet] li{
  position: relative;
  margin-bottom: .5em;
  font-size: 1.125em;
  line-height: 1.47em;
}

.child_theme ul[role="bullet"] li:after,
.btmImg.adv-bg-content .materials ul[role=bullet] li:after{
  background-position: center center;
  background-size: 5px 5px !important;
  background-repeat: no-repeat;
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 10px;
  left: -1.5em;
  background-image:url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/ico-bullet.svg);
}
.adv-bg-content.quality-wrap .medical-products .top-column h3 {
  font-size: 1.3125em;
  color: #0054a4;
}
.cnt-wit-bg-wrp.learn-more-data .page-center {
  padding: var(--globel_spacing);
}
.cnt-wit-bg-wrp.learn-more-data .rich_text h3 {
  font-size: 1.3125em;
  margin-top: 0;
}
.cnt-wit-bg-wrp.learn-more-data .rich_text p {
  margin-bottom: 0;
}
.cm-aerospace-aircraft.cnt-wit-bg-wrp .rich_text h2 {
  color: #0054a4;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3125em;
  margin: 1.8095238095em 0 1.4761904762em;
}
.cm-aerospace-aircraft.cnt-wit-bg-wrp .rich_text h2:first-of-type {
  margin-top: 0;
}
.cm-aerospace-aircraft.cnt-wit-bg-wrp .page-center {
  padding: var(--globel_spacing);
}
.cm-aerospace-aircraft.cnt-wit-bg-wrp .rich_text p {
  line-height: 1.5555555556em;
  margin: .8888888889em 0 1.5em;
}
.cm-aerospace-aircraft.cnt-wit-bg-wrp .rich_text ul {
  clear: left;
  list-style-type: none;
  margin-bottom: .75em;
  padding-left: 2.4375em;
}

.cm-aerospace-aircraft.cnt-wit-bg-wrp .rich_text ul li {
  line-height: 1.47em;
  position: relative;
  margin-bottom: .75em;
  font-size: 1em;
}
.cm-aerospace-aircraft.cnt-wit-bg-wrp .rich_text ul li:after {
  background-position: center center;
  background-size: 5px 5px !important;
  background-repeat: no-repeat;
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 10px;
  left: -2.5em;
  background-image:url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/ico-bullet-black.svg);
}
.cm-aerospace-aircraft.cnt-wit-bg-wrp .rich_text p:last-of-type {
  margin-bottom: 0;
}
.industries-cnt.cnt-wit-bg-wrp .rich_text h3 {
  font-weight: 400;
  color: #0054a4;
  font-size: 1.5em;
  margin: 16px 0px;
  margin-top: 0;
  line-height: 1.5;
}
.industries-cnt.cnt-wit-bg-wrp .page-center {
  padding: var(--globel_spacing);
}
.industries-cnt.cnt-wit-bg-wrp .rich_text hr {
  border-bottom: 1px solid #e4e5e8;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
  height: auto;
}
.cm--globelbanner.simple-banner.industries .bg_el.bg_img {
  background-position: 50% 78% !important;
}
.cm--globelbanner.simple-banner.industries p {
  position: relative;
  z-index: 2;
  margin-top: 2.625em;
  font-size: inherit;
}

.cm--globelbanner.simple-banner.industries p span {
  display: inline-block;
  vertical-align: middle;
  width: 3em;
  height: 3em;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin-right: 1.3125em;
}
.cm--globelbanner.simple-banner.industries p span img {
  display: block;
  max-height: 1.4375em;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cm--globelbanner.simple-banner.industries .page-center {
  padding-top: 7.3125em;
  padding-bottom: 2.75em;
}
.cm--globelbanner.simple-banner.industries h1 {
  font-weight: 700;
}

.cnt-wit-bg-wrp.cm--industries .rich_text p {
  font-size: 1.1875em;
  line-height: 1.4736842105em;
  font-weight: 600;
}

.cnt-wit-bg-wrp.cm--industries .page-center {
  padding: var(--globel_spacing);
}

.cnt-wit-bg-wrp.cm--industries .rich_text p:first-of-type {
  margin-top: 0;
}

.cnt-wit-bg-wrp.cm--industries .rich_text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: left;
  list-style-type: none;
  margin-bottom: .75em;
  padding-left: 1.6875em;
}
.cnt-wit-bg-wrp.cm--industries .rich_text hr {
  border: none;
  border-bottom: 1px solid #e4e5e8;
  height: auto;
  margin: 1.5em 0;
  margin-bottom: 0;
}
.cnt-wit-bg-wrp.cm--industries .rich_text ul li {
  position: relative;
  margin-bottom: .5em;
  font-size: 1.1875em;
  line-height: 1.4736842105em;
  font-weight: 600;
}
.cnt-wit-bg-wrp.cm--industries .rich_text ul li:after {
  content: '';
  width: .4210526316em;
  height: .4210526316em;
  border-radius: 50%;
  background-color: #312c2c;
  display: block;
  position: absolute;
  top: .5263157895em;
  left: -1.5em;
}

.cnt-wit-bg-wrp.cm--military-materials .rich_text h2 {
  font-weight: 700;
  color: #0154a4;
  margin-top: 0;
}

.cnt-wit-bg-wrp.cm--military-materials .page-center {
  padding: var(--globel_spacing);
  padding-top: 1em;
  padding-bottom: 5.25em;
}
.cnt-wit-bg-wrp.cm--military-materials .rich_text p {
  font-size: 1.1875em;
  line-height: 1.4736842105em;
  font-weight: 600;
}
.cnt-wit-bg-wrp.Military-and-Defense .page-center {
  padding: var(--globel_spacing);
}

.cnt-wit-bg-wrp.Military-and-Defense .rich_text h2 {
  font-weight: 700;
  color: #0154a4;
}
.cnt-wit-bg-wrp.Military-and-Defense .rich_text p {
  font-size: 1.1875em;
  line-height: 1.4736842105em;
  font-weight: 600;
}

.cnt-wit-bg-wrp.Military-and-Defense .rich_text ul {
  clear: left;
  list-style-type: none;
  margin-bottom: .75em;
  padding-left: 1.6875em;
}
.cnt-wit-bg-wrp.Military-and-Defense .rich_text ul li {
  position: relative;
  margin-bottom: .5em;
  font-size: 1.1875em;
  line-height: 1.4736842105em;
  font-weight: 600;
}
.cnt-wit-bg-wrp.Military-and-Defense .rich_text ul li:after {
  content: '';
  width: .4210526316em;
  height: .4210526316em;
  border-radius: 50%;
  background-color: #312c2c;
  display: block;
  position: absolute;
  top: .5263157895em;
  left: -1.5em;
}

.cnt-wit-bg-wrp.defense-bg-cnt .rich_text h2 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
}
.cnt-wit-bg-wrp.defense-bg-cnt .page-center {
  padding: var(--globel_spacing);
}
.cnt-wit-bg-wrp.defense-bg-cnt .rich_text p {
  font-size: 1.1875em;
  line-height: 1.4736842105em;
  font-weight: 600;
}

.cnt-wit-bg-wrp.defense-bg-cnt .rich_text p:last-of-type {
  margin-bottom: 0;
}

.cnt-wit-bg-wrp.cmindustries--banner h2.title {
  font-size: 2.25em;
  font-weight: 600;
  margin: 0;
}
.cnt-wit-bg-wrp.cmindustries--banner .page-center {
  padding: var(--globel_spacing);
  padding-top: 1.125em;
  padding-bottom: 1.0625em;
}


.cnt-wit-bg-wrp.industry-page-content .page-center {
  padding: var(--globel_spacing);
}

.cnt-wit-bg-wrp.industry-page-content .rich_text p {
  line-height: 1.5555555556em;
  margin: .8888888889em 0 1.5em;
}
.cnt-wit-bg-wrp.industry-page-content .rich_text p:last-of-type {
  margin-bottom: 0;
}
.cnt-wit-bg-wrp.industry-page-content .rich_text p:first-of-type {
  margin-top: 0;
}
.cnt-wit-bg-wrp.industry-page-content .rich_text h2 {
  color: #0054a4;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3125em;
  margin: 1.8095238095em 0 1.4761904762em;
}
.cnt-wit-bg-wrp.industry-page-content .rich_text figure {
  margin: 0;
  padding: 0;
  display: block;
  padding-bottom: 1.5em;
  text-align: center;
  width: 100%;
  max-width: 37.25em;
}
.cnt-wit-bg-wrp.industry-page-content .rich_text ul {
  clear: left;
  list-style-type: none;
  margin-bottom: .75em;
  padding-left: 2.5em;
  padding-left: 2.4375em;
}
.cnt-wit-bg-wrp.industry-page-content .rich_text ul li {
  position: relative;
  line-height: 1.47em;
  margin-bottom: .75em;
  font-size: 1em;
}
.cnt-wit-bg-wrp.industry-page-content .rich_text ul li:after {
  background-position: center center;
  background-size: 5px 5px !important;
  background-repeat: no-repeat;
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 10px;
  left: -2.5em;
  background-image:url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/ico-bullet-black.svg);
}
.cnt-wit-bg-wrp.industry-page-content .rich_text:after,
.cnt-wit-bg-wrp.industry-page-content .rich_text:before {
  content: '';
  clear: both;
  display: block;
}

.cnt-wit-bg-wrp.industry-page-content .rich_text figure img {
  padding-bottom: 6px;
}

.cnt-wit-bg-wrp.solution-bg-cnt .page-center {
  padding: var(--globel_spacing);
}
.cnt-wit-bg-wrp.solution-bg-cnt .rich_text figure {
  margin: 0;
  padding: 0;
  display: block;
  padding-bottom: 1.5em;
  text-align: center;
  width: 100%;
  max-width: 37.25em;
}
.cnt-wit-bg-wrp.solution-bg-cnt .rich_text h2 {
  color: #0054a4;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3125em;
  margin: 1.8095238095em 0 1.4761904762em;
}

.cnt-wit-bg-wrp.solution-bg-cnt .rich_text p {
  line-height: 1.5555555556em;
  margin: .8888888889em 0 1.5em;
  margin-bottom: 1.1111111111em;
}

.cnt-wit-bg-wrp.solution-bg-cnt .rich_text ul {
  clear: left;
  list-style-type: none;
  margin-bottom: .75em;
  padding-left: 2.5em;
  padding-left: 2.4375em;
}

.cnt-wit-bg-wrp.solution-bg-cnt .rich_text ul li {
  position: relative;
  margin-bottom: .5em;
  font-size: 1.125em;
  line-height: 1.47em;
  margin-bottom: 1.1666666667em;
  margin-bottom: .75em;
  font-size: 1em;
}

.cnt-wit-bg-wrp.solution-bg-cnt .rich_text ul li:after {
  background-position: center center;
  background-size: 5px 5px !important;
  background-repeat: no-repeat;
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 10px;
  left: -2.5em;
  background-image:url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/ico-bullet-black.svg);
}

.cnt-wit-bg-wrp.converted-designs .page-center {
  padding: var(--globel_spacing);
}


.cnt-wit-bg-wrp.solution-bg-cnt .rich_text:after,
.cnt-wit-bg-wrp.solution-bg-cnt .rich_text:before {
  content: '';
  clear: both;
  display: block;
}
.cnt-wit-bg-wrp.solution-bg-cnt .rich_text figure img {
  padding-bottom: 5px;
}
.accordion_wrap.faq--section .page-center {
  padding: var(--globel_spacing);
}
.accordion_wrap.faq--section .top_sec {
  padding: 0;
  margin: 0;
  text-align: left;
}
.accordion_wrap.faq--section .top_sec h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3125em;
  margin: 1.8095238095em 0 1.4761904762em;
  color: #040a0e !important;
  margin-top: 0;
}
.accordion_wrap.faq--section .top_sec p {
  line-height: 1.5555555556em;
  margin: .8888888889em 0 1.5em;
  color: #040a0e;
}
.accordion_wrap.faq--section .acc-item .acctitle {
  box-shadow: none;
  border-radius: 0;
}
.accordion_wrap.faq--section .acc-item .acctitle {
  position: relative;
  cursor: pointer;
  margin: 0;
  color: #0054a4;
  font-weight: 500;
  font-size: 1.3125em;
  padding: .7142857143em .9523809524em !important;
  border-radius: 0;
  box-shadow: none;
  line-height: 1.25;
}
.accordion_wrap.faq--section .acc-item {
  border-radius: 0;
  margin: 0;
  border: 1px solid #e4e5e8;
  clear: both;
  overflow: hidden;
  margin-bottom: 1.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, .9);
  border: none;
  margin-bottom: .0625em !important;
}
.accordion_wrap.faq--section .acc-item .acctitle h3 {
  cursor: pointer;
  font-size: inherit;
  font-weight: 500;
  margin: 0;
}
.accordion_wrap.faq--section .acc-item .acc-content .desc {
  color: #040a0e;
  font-size: 1em;
  padding: 0 1.25em 1.875em !important;
  border-radius: 0;
  box-shadow: none;
}
.accordion_wrap.faq--section .acc-item .acc-content .desc p {
  margin: 0;
  font-size: 1em;
  line-height: 1.5555555556em;
}
.accordion_wrap.faq--section .acc-item .acc-content {
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.accordion_wrap.faq--section .acc-item .carrortwrap svg {
  display: none !important;
}
.accordion_wrap.faq--section .acc-item .carrortwrap:after {
  padding-left: 8px;
  position: absolute;
  color: #e0804a;
  font-size: 1.3333333333em;
  right: .5714285714em;
  top: .3214285714em;
  content: '+';
}
.accordion_wrap.faq--section .acc-item .carrortwrap {
  right: 0;
}
.accordion_wrap.faq--section .acc-item.activeaccord .carrortwrap:after {
  content: '-';
}
.cnt-wit-bg-wrp.Whatsnext {
  margin-top: 3em;
}
.cnt-wit-bg-wrp.Whatsnext .page-center {
  padding: var(--globel_spacing);
}
.cnt-wit-bg-wrp.Whatsnext .rich_text h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3125em;
  margin: 1.8095238095em 0 1.4761904762em;
  margin-top: 0;
}

.cnt-wit-bg-wrp.Whatsnext .rich_text p {
  line-height: 1.5555555556em;
  margin: .8888888889em 0 1.5em;
}

.cnt-wit-bg-wrp.Whatsnext .btn_row {
  margin: 0;
  text-align: center;
  justify-content: center;
}

.cnt-wit-bg-wrp.Whatsnext .btn_row .btn_item a {
  background-image: none;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
}
.two-col-content.cm-form-column .page-center {
  padding: var(--globel_spacing);
  max-width: 64em;
}
.two-col-content.cm-form-column .description {
  margin: 0 !important;
}
.two-col-content.cm-form-column .description h2 {
  -webkit-animation: siSubtext 1.5s 1;
  -moz-animation: siSubtext 1.5s 1;
  animation: siSubtext 1.5s 1;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  color: #0054a4;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
  margin-bottom: 2em !important;
}
.two-col-content.cm-form-column .form-title:empty {
  display: none;
  margin: 0;
}
.two-col-content.cm-form-column .content-col .form_wrap {
  padding-top: 0;
}
.lightbox-content.application .light-box-cnt h2:first-of-type {
  font-weight: 500;
  font-size: 1.5625em;
  padding-bottom: 0.875em;
  color: #2b2b2b !important;
  margin-top: 0em;
}
.Top--imagecnt.cnt-wit-tp-img-wrp {
  margin-top:3em;
}
.Top--imagecnt.cnt-wit-tp-img-wrp .page-center {
  padding: var(--globel_spacing);
}
.Top--imagecnt.cnt-wit-tp-img-wrp .top_sec {
  padding: 0;
  margin: 0;
  text-align: left;
}
.Top--imagecnt.cnt-wit-tp-img-wrp .top_sec h2 {
  padding-bottom: 0.625em;
  margin-top: 24px;
  margin-bottom: 16px;
}
.Top--imagecnt.cnt-wit-tp-img-wrp .top_sec p {
  margin-top: 0;
}
.Top--imagecnt.cnt-wit-tp-img-wrp .cnt-col.col6 {
  padding: 0;
  display: block;
  position: relative;
  margin-right: 4%;
  width: 48%;
}
.Top--imagecnt.cnt-wit-tp-img-wrp .cnt-col.col6:nth-child(2n) {
  margin-right: 0%;
}

.Top--imagecnt.cnt-wit-tp-img-wrp .tp-img {
  margin-bottom: 31px;
}

.Top--imagecnt.cnt-wit-tp-img-wrp .tp-img-cnt-inner h3 {
  font-size: 1.375em;
}
.Top--imagecnt.cnt-wit-tp-img-wrp .tp-img-cnt-inner p:last-child {
  margin-bottom: 16px;
}

.Top--imagecnt.cnt-wit-tp-img-wrp .tp-img-cnt-inner a {
  font-weight: 600;
  text-decoration: underline;
  font-size: 1.125em;
  letter-spacing: 1px;
}
.cnt-wit-bg-wrp.cm-Learn-More .page-center {
  padding: var(--globel_spacing);
}
.cnt-wit-bg-wrp.cm-Learn-More .rich_text h2 {
  -webkit-animation: siSubtext 1.5s 1;
  -moz-animation: siSubtext 1.5s 1;
  animation: siSubtext 1.5s 1;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
  text-transform: none !important;
  font-size: 1.5em;
  font-weight: bold;
  color: #0054a4;
  margin-top: 0;
}
.cnt-wit-bg-wrp .content_widget .btn_row {
  margin-top: 0;
}
.two-col-content.cmform--pane .page-center {
  padding: var(--globel_spacing);
}
.two-col-content.cmform--pane .content_box h2 {
  margin: 0;
  padding-top: 18%;
  padding-bottom: 0.625em;
  margin-bottom: 16px;
}
.two-col-content.cmform--pane .content_box {
  margin:0;
}
.two-col-content.cmform--pane .content-col .form_wrap {
  padding: 0;
}
.two-col-content.cmform--pane .hs-form-field > label {
  display: none;
}
.two-col-content.cmform--pane .content-col .form_wrap .form-title:empty {
  margin: 0;
  display: none;
}
.two-col-content.cmform--pane .content-col .description {
  margin: 0;
}
.two-col-content.cmform--pane .content-col .form_wrap h3 {
  margin: 0;
}

.child_theme form input[type=email],
.child_theme form input[type=file],
.child_theme form input[type=number],
.child_theme form input[type=password],
.child_theme form input[type=search],
.child_theme form input[type=tel],
.child_theme form input[type=text],
.child_theme form select,
.child_theme form textarea {
  padding: 0.5em 0.5em;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Muli", sans-serif;
  height: auto;
  font-size: 1.0625em;
  line-height: 1.25;
}

.child_theme form label,
.child_theme form legend {
  font-size: inherit;
}
.child_theme form select {
  font-size: inherit;
}
.child_theme form .inputs-list>li.hs-form-booleancheckbox {
  margin: 0;
  line-height:normal;
}
.child_theme .hs-form-field.hs-fieldtype-booleancheckbox {
  margin: 0;
}
.child_theme .hs-form-field.hs-fieldtype-booleancheckbox label {
  margin: 0;
}
.child_theme .hs-form-field {
  font-size: 1.125em;
  margin-bottom: 16px;
}
.two-col-content.cmform--pane .flex_row .col6 {
  display: block;
  position: relative;
}
.two-col-content.cmform--pane .flex_row .col6 {
  width: 48%;
}
.two-col-content.cmform--pane .flex_row .media_column{
  margin-right:4%;
}

.child_theme form input[type=checkbox],
.child_theme form input[type=radio] {
  margin-right: 12px;
}
.Top--imagecnt.cnt-wit-tp-img-wrp {
  background-position: left center;
}
.child_theme .hs_submit {
  font-size: 1.125em;
  margin-top: 20px;
}

.child_theme form fieldset.form-columns-1 .hs-input:not( input[type=checkbox],
.child_theme input[type=radio]){
  width:100% !important;
}

.child_theme fieldset.form-columns-3 .hs-form-field {
  width: 33.333% !important;
}
.child_theme form fieldset.form-columns-3 > div:last-child .input,
.child_theme form fieldset.form-columns-2 > div:last-child .input{
  margin-right:0 !important;
} 

.child_theme .hs-error-msg, .hs_error_rollup label,
.child_theme .systems-page ul.no-list.hs-error-msgs label {
  font-size: 0.75em !important;
  font-weight: normal;
  display: block;
  margin: 0;
}

.child_theme ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}
.two-col-content.cm-form-column form .hs-form-field label{
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: .375em;
  text-align: center;
  color: #333;
}

.two-col-content.cm-form-column input {
  color: #666 !important;
  font-size: 1em !important;
  height: 35px !important;
}
.two-col-content.cm-form-column .hs-form-field {
  font-size: unset;
  margin-bottom: unset;
}
.child_theme .two-col-content.cm-form-column form textarea.hs-input {
  min-height: 60px;
  font-size: 16px !important;
  width: 420px;
  max-width: 100%;
  padding: .5em;
  resize: vertical;
  height: 60px;
}
.child_theme .two-col-content.cm-form-column form select.hs-input {
  min-height: auto;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #e4e5e8;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
  font-family: "Muli", sans-serif;
  font-size: 1.125em;
  margin-bottom: .75em;
  padding: .5em .5em;
  margin-bottom: 1.5em;
  max-width: 100%;
  height: 2.3em !important;
  width: 100%;
}

.child_theme .two-col-content.cm-form-column form input[type=checkbox],
.child_theme .two-col-content.cm-form-column form input[type=radio] {
  width: 15px !important;
  height: 15px !important;
  display: inline;
  margin-right: .375em;
}
.child_theme .two-col-content.cm-form-column .hs_submit {
  clear: both;
  padding-top: 1em;
}

.child_theme .two-col-content.cm-form-column .hs_submit .hs-button{
  background-position: 12% center;
  background-size: 1.4em 1.4em;
  z-index: 999;
  width: 8.444444em !important;
  font-size: 16px !important;
  float: none;
  display: block;
  clear: both;
  margin-top: 2em;
  margin: 0 auto;
  font-size: 16px !important;
  text-align: center;
  line-height: 0em;
  padding: 22px 10px 25px 23px;
  color: #ffffff !important;
  height: auto !important;
  background-image:url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/noun_945767-new.svg);
  background-repeat: no-repeat;
  font-weight: 700;
}
.child_theme .two-col-content.cm-form-column .hs_submit .hs-button:hover{
  background-color: #0054a4 !important;
}
.two-col-content.cm-form-column .flex_row {
  row-gap: 0;
}
::-webkit-input-placeholder {
  color: rgb(117, 117, 117) !important;
}
.two-col-content.cm-form-column form .hs-richtext,
.two-col-content.cm-form-column form .hs-richtext p {
  display: none;
}
.cnt-wit-bg-wrp.solution-bg-cnt .rich_text h3 {
  font-size: 1.1875em;
}
.cnt-wit-bg-wrp.Whatsnext.no-spacing {
  margin-top: 0;
}
.cnt-wit-bg-wrp.solution-bg-cnt.type-2 .page-center {
  padding: var(--globel_spacing);
}
.cnt-wit-bg-wrp.solution-bg-cnt.type-2 .page-center h2 {
  margin-top: 0;
}
.cnt-wit-bg-wrp.solution-bg-cnt.type-2 .rich_text p {
  margin: .8888888889em 0 1.5em;
}
.cnt-wit-bg-wrp.industry-page-content.v2 .rich_text p img {
  display: block;
  padding-bottom: 1.5em;
}
.cnt-wit-bg-wrp.solution-bg-cnt .rich_text ul[role="sfh-bullet"] {
  padding-left: 2.4375em;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-bottom: 0;
}
.cnt-wit-bg-wrp.solution-bg-cnt .rich_text ul[role="sfh-bullet"] li {
  margin-bottom: 1.1666666667em;
  position: relative;
  padding-left: 1.125em;
}
.cnt-wit-bg-wrp.solution-bg-cnt .rich_text ul[role="sfh-bullet"] li:after {
  background-size: .4444444444em !important;
  left: 0;
  content: "";
  position: absolute;
  padding: 0 0 0 13px;
  top: 11px;
  width: 5px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: unset;
}
.cnt-wit-bg-wrp.industry-page-content.type-2 .rich_text h3 {
  font-size: 1.1875em;
}
.two-col-content.dowload-ebook .page-center {
  padding: var(--globel_spacing);
}

.two-col-content.dowload-ebook .columns_rowo_wrap {
  border: 3px solid;
  border-radius: 4px;
  padding: 1em;
}
.two-col-content.dowload-ebook .page-center {
  padding: var(--globel_spacing);
}

.two-col-content.dowload-ebook .columns_rowo_wrap {
  border: 3px solid;
  border-radius: 4px;
  padding: 1em;
}

.two-col-content.dowload-ebook .flex_row {
  row-gap: 0;
}

.two-col-content.dowload-ebook .flex_row > div {
  padding: 0;
}
.two-col-content.dowload-ebook .content-col .description {
  margin: 0;
}
.two-col-content.dowload-ebook .content-col .description h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.two-col-content.dowload-ebook .content-col .description h2 {
  font-size: 1.5em;
  margin-top: 0.6666666667em;
}
.two-col-content.dowload-ebook .mediaimg .single-img img {
  border-radius: unset !important;
  width: revert-layer;
  padding-bottom: 6px;
}
.two-col-content.dowload-ebook .content-col .btn-items .btn_row {
  margin-top: 0;
}
.two-col-content.dowload-ebook .content-col .btn-items .btn_row a {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
  background-color: #0054a4;
  padding: 1em 3.8em 1em 2em;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/arrow-white.svg);
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
}

.two-col-content.dowload-ebook .content-col .btn-items .btn_row a:hover {
  background-color: #e4e5e8;
  color: #0054a4;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/arrow-blue.svg);
}
.lightbox-content.deep-drawn-stamping {
  padding: var(--globel_spacing);
  padding-bottom:0;
}
.lightbox-content.deep-drawn-stamping .light-box-cnt aside {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.lightbox-content.deep-drawn-stamping .light-box-cnt figure {
  margin: 0;
}
.lightbox-content.deep-drawn-stamping .light-box-cnt figure img {
  display: block;
  padding-bottom: 1.5em;
}
.lightbox-content.deep-drawn-stamping .light-box-cnt aside img {
  padding: 0;
  float: none;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 5px;
}
.lightbox-content.deep-drawn-stamping .light-box-cnt section {
  margin-bottom: .9375em;
}
.cmdeep-drawn.two-col-content .flex_row {
  row-gap: 0;
}

.cmdeep-drawn.two-col-content .flex_row > div {
  display: block;
  position: relative;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}

.cmdeep-drawn.two-col-content .flex_row .content-col.col6 {
  margin-right: 0;
}

.cmdeep-drawn.two-col-content .content-col .description {
  margin-bottom: 0;
}
.cmdeep-drawn.two-col-content .content-col .description p {
  margin-top: 0;
}
.cmdeep-drawn.two-col-content .content-col .description h4 {
  color: #0054a4;
  font-size: 1.5em;
  line-height: 1.4166666667em;
}
.cmdeep-drawn.two-col-content .content-col .btn-items .btn_row a.hs-sec-btn {
  background-color: #df7833;
  padding: 1em 2.8em 1em 2em;
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  letter-spacing:0;
}
.cmdeep-drawn.two-col-content .content-col .btn-items .btn_row a.hs-sec-btn:hover {
  background-color: #e4e5e8;
  color: #df7833;
}
.cnt-wit-bg-wrp.lightbox-bottomcnt .rich_text h2 {
  color: #0054a4;
}

.cnt-wit-bg-wrp.lightbox-bottomcnt .page-center {
  padding: var(--globel_spacing);
  padding-top: 32px;
}
.cmdeep-drawn.two-col-content .mediaimg .single-img img {
  width: revert-layer;
}
.lightbox-content.type-4.video-banner {
  padding-bottom: 0;
}
.cnt-wit-bg-wrp.Whatsnext .rich_text a:hover {
  color: #df7833 !important;
}
.cnt-wit-bg-wrp.Whatsnext .btn_row .btn_item a.hs-sec-btn:hover {
  background-image: none !important;
}
.child_theme .two-col-content.cm-form-column .hs-error-msg, 
.child_theme .two-col-content.cm-form-column .systems-page ul.no-list.hs-error-msgs label,
.child_theme .two-col-content.cm-form-column .hs_error_rollup label {
  display: block;
  font-family: "Muli", sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: .375em;
  font-size: 1.125em;
  font-weight: 400;
  display: inline-block !important;
  color: #C02F2F !important;
}
.cnt-wit-tp-img-wrp.jobCrd .page-center {
  padding: var(--globel_spacing);
}
.cnt-wit-tp-img-wrp.jobCrd .top_sec.noButton {
  padding: 0;
  margin: 0;
}
.cnt-wit-tp-img-wrp.jobCrd .top_sec.noButton h2 {
  text-align: center;
  color: #0054a4;
  margin-top: 0;
  margin-bottom: 16px;
}
.cnt-wit-tp-img-wrp.jobCrd .bottom_row {
  border-top: 1px solid #e4e5e8;
  border-bottom: 1px solid #e4e5e8;
  padding-bottom: 1.5625em;
  padding-top: 1.5625em;
}
.cnt-wit-tp-img-wrp.jobCrd .flex-row {
  row-gap: 0;
}
.cnt-wit-tp-img-wrp.jobCrd .flex-row .col6 {
  padding: 2.1875em;
  text-align: left;
}
.cnt-wit-tp-img-wrp.jobCrd .flex-row .col6 h6 {
  font-size: 1.125em;
  line-height: 1.6666666667em;
  color: #333;
  font-weight: 700;
  display: block;
  text-align: left;
  margin: 0;
}
.cnt-wit-tp-img-wrp.jobCrd .flex-row .col6 a {
  font-size: 1.125em;
  line-height: 1.6666666667em;
  color: #0054a4;
}
.lightbox-content.metal-enclosures .light-box-cnt {
  padding: var(--globel_spacing);
  max-width: 73.375em;
  margin: 0 auto;
  padding-bottom:0;
}
.lightbox-content.metal-enclosures .light-box-cnt h2 {
  margin-top: 0;
  padding-top: 0 !important;
}
.lightbox-content.metal-enclosures .light-box-cnt section {
  text-align: center;
  margin: 0 .5em;
  position: relative;
  z-index: 1;
  float: right;
}
.lightbox-content.metal-enclosures .light-box-cnt section a {
  display: inline-block;
  margin-top: 8px;
}
.lightbox-content.metal-enclosures .light-box-cnt section a img {
  display: block;
  margin: 0 auto;
  width: 140px;
}
.lightbox-content.metal-enclosures .light-box-cnt section p {
  margin: 0;
}

.advanced-card.metal-enclosures .top_contnt .page-center{
  padding-bottom:0;
}
.advanced-card.metal-enclosures .top_contnt h2 {
  text-align: left;
  margin-top: 0;
  color: #333;
}
.advanced-card.metal-enclosures .top_contnt {
  text-align: left;
}
.advanced-card.metal-enclosures .top_contnt p:last-child {
  margin-bottom: 16px;
}

.cnt-wit-bg-wrp.case-content .page-center {
  padding: var(--globel_spacing);
  padding-bottom:0;
}
.cnt-wit-bg-wrp.case-content h2 {
  margin-top: 0;
  margin-bottom: 16px;
}
.lightbox-content.top-cnt .light-box-cnt {
  padding: var(--globel_spacing);
  max-width: 73.375em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}
.lightbox-content.top-cnt .light-box-cnt p:last-of-type {
  margin-bottom: 0;
}
.cnt-wit-bg-wrp.case-content section ul[role="featured_listing"],
.cnt-wit-bg-wrp.case-content section ul[role="numbered_listing"]{
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: custom-counter;
}

.cnt-wit-bg-wrp.case-content section {
  margin-left: 8%;
  margin-bottom: 2.5em;
  margin-top:3em;
}
.cnt-wit-bg-wrp.case-content section ul[role="featured_listing"] li,
.cnt-wit-bg-wrp.case-content section ul[role="numbered_listing"] li{
  margin-bottom: 1.875em;
  padding-left: 4.875em;
  counter-increment: custom-counter;
  position: relative;
  line-height: 2em;
}
.cnt-wit-bg-wrp.case-content section ul[role="featured_listing"] li:before {
  content: counter(custom-counter);
  width: 2em;
  height: 2em;
  padding: 0.5em 0.25em 0.5em;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  top: 0.15em;
  left: 0;
  background-color: #0054a4;
  color: #ffffff;
  font-size: 1.25em;
  line-height: 1.05em;
  font-weight: 600;
  text-align: center;
  content: "";
  padding: 0;
  background: transparent url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/featured-list-arrow.png) left center no-repeat;
}

.cnt-wit-bg-wrp.case-content section ul[role="numbered_listing"] li:before{
  content: counter(custom-counter);
  width: 2em;
  height: 2em;
  padding: 0.5em 0.25em 0.5em;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  top: 0.15em;
  left: 0;
  background-color: #0054a4;
  color: #ffffff;
  font-size: 1.25em;
  line-height: 1.05em;
  font-weight: 600;
  text-align: center;
}

.cnt-wit-bg-wrp.case-content section ul[role="featured_listing"] li:last-child,
.cnt-wit-bg-wrp.case-content section ul[role="numbered_listing"] li:last-child{
  margin-bottom: 0;
}

.cnt-wit-bg-wrp.home_fw_content_sec a.hs-button {
  background-color: #0054a4;
}

.child_theme .mfp-image-holder .mfp-content {
  transition: transform .4s ease;
  transform: translateY(50px);
}
.child_theme .mfp-ready .mfp-image-holder .mfp-content {
  transform: translateY(0);
}
.child_theme .mfp-bg {
  transition: all .3s ease;
  opacity: 0;
}
.child_theme .mfp-bg.mfp-ready {
  opacity: .8;
}
.cm-aerospace-aircraft.cnt-wit-bg-wrp .rich_text h3 {
  font-size: 1.1875em;
}

.cnt-wit-bg-wrp.two-col-list .page-center {
  padding: var(--globel_spacing);
}
.cnt-wit-bg-wrp.two-col-list .content_widget h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3125em;
  margin: 1.8095238095em 0 1.4761904762em;
  margin-top: 0;
}

.cnt-wit-bg-wrp.two-col-list .content_widget p {
  line-height: 1.5555555556em;
  margin: .8888888889em 0 1.5em;
}
.cnt-wit-bg-wrp.two-col-list .content_widget section ul {
  margin: 0;
  padding: 0;
  clear: left;
  list-style-type: none;
  margin-bottom: .75em;
  padding-left: 2.4375em !important;
  color: #fff;
}
.cnt-wit-bg-wrp.two-col-list .content_widget section ul li {
  position: relative;
  margin-bottom: .5em;
  font-size: 1.125em;
  line-height: 1.47em;
  margin-bottom: 1.1666666667em;
  margin-bottom: .75em;
  font-size: 1em;
}

.cnt-wit-bg-wrp.two-col-list .content_widget section ul li:after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 10px;
  left: -1.5em;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/ico-bullet.svg);
  background-position: center center;
  background-size: 5px 5px !important;
  background-repeat: no-repeat;
}


.cnt-wit-bg-wrp.Aerospace-bottom .page-center {
  max-width: 52em;
  padding: var(--globel_spacing);
}

.cnt-wit-bg-wrp.Aerospace-bottom .rich_text h2 {
  font-size: 1.875em;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  line-height: 1.3333333333em;
  margin-bottom: 0.5em;
  text-transform: none;
  margin-top: 0;
}

.cnt-wit-bg-wrp.Aerospace-bottom .btn_item {
  column-gap: 0;
  row-gap: 0;
}

.cnt-wit-bg-wrp.Aerospace-bottom .btn_item a.hs-sec-btn {
  background-image: none !important;
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  ne-block;
  font-weight: bold;
  line-height: 1;
  font-size: 1.125em;
  padding: 0.9444444444em 2.2222222222em !important;
  margin-right: calc(1.5em - 6px);
  background-color: #ffffff;
  color: #0054a4;
}

.cnt-wit-bg-wrp.Aerospace-bottom .btn_item.index2 a {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-color: #df7833;
  font-size: 1.125em;
  padding: 0.9444444444em 2.2222222222em;
  background-image: none;
}
.cnt-wit-bg-wrp.Aerospace-bottom .btn_item a.hs-sec-btn:hover {
  background-color: #df7833;
  color: #0054a4;
}

@media (min-width: 80em) and (max-height: 46em) and (min-width: 60em) {
  .hs_service .flex_row .col4 {
    width: 16.2857142857em;
  }

}

@media (min-width: 40em) {
  .cnt-wit-bg-wrp.two-col-list .content_widget section {
    max-width: 62.125em;
    width: 100%;
    margin: 0 auto;
  }
  .cnt-wit-bg-wrp.two-col-list .content_widget section ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .cnt-wit-bg-wrp.two-col-list .content_widget section ul li {
    padding-left: 2.3125em;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .cnt-wit-bg-wrp.two-col-list .content_widget section ul li:after {
    left: 18px !important;
  }
  .lightbox-content.deep-drawn-stamping .light-box-cnt section h3 {
    margin-top: 0;
  }
  .lightbox-content.deep-drawn-stamping .light-box-cnt section {
    display: table;
    width: 100%;
  }
  .lightbox-content.deep-drawn-stamping .light-box-cnt aside {
    display: block;
    float: right;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    clear: right;
  }
  .lightbox-content.deep-drawn-stamping .light-box-cnt figure img {
    display: block;
    float: right;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    clear: right;
  }
  .lightbox-content.application .light-box-cnt h2 {
    font-size: 1.875em;
  }
  .two-col-content.cm-form-column .description h2 {
    font-size: 1.875em;
  }
  .cnt-wit-bg-wrp.Whatsnext {
    margin-top: 5em;
  }
  .cm--globelbanner.simple-banner h1 {
    font-size: 1.875em;
  }
  .hs_service > .page-center {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  .cm-our-customers.cnt-wit-tp-img-wrp .cnt-col.col3 {
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }

  .cm-our-customers.cnt-wit-tp-img-wrp .cnt-col.col3:nth-child(4n) {
    margin-right: 0;
  }
  .two-col-content.custom--twocol .content-col.col6 {
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .two-col-content.custom--twocol .img-col.col6 {
    width: 48.821174201%;
    margin-right: 0;
  }
  .cm--globelbanner.simple-banner.industries h1 {
    font-size: 1.875em;
  }
  .cnt-wit-bg-wrp.industry-page-content .rich_text figure {
    width: 50%;
    float: right;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    text-align: center;
  }
  .cnt-wit-bg-wrp.solution-bg-cnt .rich_text figure {
    display: block;
    float: right;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    clear: right;
    width: 50%;
    float: right;
    text-align: center;
    float: none;
    text-align: center;
  }
  .Top--imagecnt.cnt-wit-tp-img-wrp {
    margin-top: 5em;
  }
  .cnt-wit-bg-wrp.industry-page-content.v2 .rich_text p img {
    display: block;
    float: right;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    clear: right;
  }
  .lightbox-content.space .light-box-cnt section {
    float: right;
  }
}

@media (min-width: 60em) {
  .cnt-wit-bg-wrp.two-col-list .page-center {
    padding-top: 3.3125em;
    padding-bottom: 3.5em;
  }
  .cnt-wit-bg-wrp.two-col-list .content_widget p {
    margin-bottom: 2.0555555556em;
  }
  .cnt-wit-bg-wrp.case-content section ul[role="featured_listing"] li,
  .cnt-wit-bg-wrp.case-content section ul[role="numbered_listing"] li{
    margin-bottom: 2.8125em;
    padding-left: 5.625em;
  }
  .lightbox-content.top-cnt.stuck {
    margin-top: 80px;
  }
  .child_theme .two-col-content.cm-form-column .hs-error-msg, 
  .child_theme .two-col-content.cm-form-column .systems-page ul.no-list.hs-error-msgs label,
  .child_theme .two-col-content.cm-form-column .hs_error_rollup label {
    font-size: 10px !important;
    float: left;
    width: 95px;
  }

  .two-col-content.dowload-ebook .flex_row .content-col.col8 {
    width: 70%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
  .two-col-content.dowload-ebook .flex_row .img-col.col4 {
    width: 30%;
    text-align: center;
  }
  .two-col-content.dowload-ebook .columns_rowo_wrap {
    padding-left:0;
  }
  .two-col-content.cm-form-column .hs_phone input {
    width: 165px !important;
  }
  .two-col-content.cm-form-column input {
    width: 182px !important;
  }
  .child_theme .two-col-content.cm-form-column form input[type=email],
  .child_theme .two-col-content.cm-form-column form input[type=file],
  .child_theme .two-col-content.cm-form-column form input[type=number],
  .child_theme .two-col-content.cm-form-column form input[type=password],
  .child_theme .two-col-content.cm-form-column form input[type=search],
  .child_theme .two-col-content.cm-form-column form input[type=tel], 
  .child_theme .two-col-content.cm-form-column form input[type=text],
  .child_theme .two-col-content.cm-form-column form select,
  .child_theme .two-col-content.cm-form-column form textarea{
    width: auto;
    margin: 0 10px 15px 0;
    display: inline;
    float: left;
    border: 0;
    font-size: 22px;
    color: #000;
    padding: 3px 10px 3px 10px;
    line-height: 1.5;
    height: 55px;
    box-shadow: none;
  }
  .two-col-content.cm-form-column .hs_firstname input,
  .two-col-content.cm-form-column .hs_lastname input {
    width: 140px !important;
  }
  .cm--globelbanner.simple-banner .page-center {
    padding-top: 4.75em;
    padding-bottom: 4.75em;
  }
  .cm--globelbanner.simple-banner h1 {
    font-size: 3em;
    margin-bottom: .1em;
  }
  .hs_service .flex_row .col4 {
    width: 13.125em;
  }
  .hs_service .flex_row .col8 {
    padding:0;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  .adv-bg-content.quality-wrap .medical-products .top-column {
    max-width: 55%;
  }
  .adv-bg-content.quality-wrap .medical-products {
    background-position: right center;
    background-repeat: no-repeat;
  }
  .cm-aerospace-aircraft.cnt-wit-bg-wrp .page-center {
    padding-top: 2.75em;
    padding-bottom: 1.0625em;
  }
  .cm--globelbanner.simple-banner.industries h1 {
    font-size: 2.5em;
    line-height: .7em;
    margin-bottom: .1em;
  }
  .cnt-wit-bg-wrp.cm--industries .rich_text ul {
    padding-left: 4.5625em;
  }
  .cnt-wit-bg-wrp.cm--military-materials .rich_text h2{
    font-size: 1.875em;
  }
  .cnt-wit-bg-wrp.Military-and-Defense .rich_text h2 {
    font-size: 1.875em;
  }
  .cnt-wit-bg-wrp.Military-and-Defense .rich_text ul {
    padding-left: 4.5625em;
  }
  .cnt-wit-bg-wrp.defense-bg-cnt .rich_text h2 {
    font-size: 1.875em;
  }
  .cnt-wit-bg-wrp.defense-bg-cnt .page-center {
    padding-top: 3.1875em;
    padding-bottom: 2.6875em;
  }
  .cnt-wit-bg-wrp.industry-page-content .page-center {
    padding-top: 2.75em;
    padding-bottom: 1.0625em;
  }
  .cnt-wit-bg-wrp.solution-bg-cnt .page-center {
    padding-top: 3.1875em;
    padding-bottom: 1.625em;
  }
  .cnt-wit-bg-wrp.solution-bg-cnt .rich_text figure {
    float: right;
    text-align: center;
  }
  .accordion_wrap.faq--section .page-center{
    padding-top: 3.3125em;
    padding-bottom: 5.125em;
  }
  .accordion_wrap.faq--section .top_sec p {
    margin-bottom: 2.3888888889em;
  }
  .accordion_wrap.faq--section .acc-item .acctitle {
    padding: 1.1428571429em .9047619048em .619047619em !important;
  }
  .accordion_wrap.faq--section .acc-item {
    margin-left: .25em !important;
    margin-right: .3125em !important;
  }
  .accordion_wrap.faq--section .acc-item .acc-content .desc {
    padding: 0 4.3125em 2.125em 1.1875em !important;
  }
  .accordion_wrap.faq--section .acc-item .acc-content .desc p {
    line-height: 1.625em;
  }
  .cnt-wit-bg-wrp.Whatsnext .page-center {
    padding-top: 3.1875em;
    padding-bottom: 2.6875em;
  }
  .cnt-wit-bg-wrp.Whatsnext .btn_row .btn_item a {
    padding: .6818181818em 1.5454545455em .8181818182em 1.4545454545em;
  }
  .cnt-wit-bg-wrp.Whatsnext .btn_row {
    margin-top: 3.0625em;
  }
  .two-col-content.cm-form-column form .hs-richtext, 
  .two-col-content.cm-form-column form .hs-richtext p {
    display: inline-block;
    float: left;
    font-size: 22px;
    line-height: 1.5em;
    margin: 0 10px 15px 0;
    height: 35px;
  }
  .two-col-content.cm-form-column form .hs-form-field > label {
    display: none;
  }
  .two-col-content.cm-form-column form .hs_i_authorize_the_processing_of_my_a_href_https_www_hudson_technologies_com_privacy_policy_personal_d {
    display: inline;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
  }
  .two-col-content.cm-form-column form .hs_keep_me_updated_with_hudson_technologies_emails {
    display: inline;
    text-align: left;
    margin-bottom: 5px;
    float: left;
  }
  .cnt-wit-bg-wrp.solution-bg-cnt.type-3 .rich_text figure {
    margin-top: 4.25em;
  }
}

@media (min-width: 80em) {
  .lightbox-content.deep-drawn-stamping .light-box-cnt section {
    margin-bottom: .3125em;
  }
  .hs_service .flex_row .col4 {
    width: 16.3125em;
  }
  .adv-bg-content.quality-wrap .medical-products {
    background-size: auto 90%;
  }
}

@media (min-width: 93.75em) {
  .cnt-wit-bg-wrp.industry-page-content .rich_text figure {
    margin-right: -7.9375em;
    margin-top: -2.5em;
  }
  .cnt-wit-bg-wrp.solution-bg-cnt .rich_text figure {
    margin-right: -7.9375em;
    margin-top: -2.5em;
    margin-right: -5em;
    margin-top: -2.6875em;
  }
}

@media (max-width:959px){
  .hs_service > .page-center > .flex_row {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column-reverse;
  }

  .hs_service .flex_row .col4 {
    width: 100%;
    margin-top: 1.875em;
    padding-top: 6px;
  }

  .hs_service .flex_row .col8 {
    width: 100%;
    padding: 0;
  }
  .two-col-content.cm-form-column input {
    margin-bottom: .75em;
  }
  .child_theme .two-col-content.cm-form-column form textarea.hs-input {
    margin: 0 auto;
    width: 100%;
  }
  .child_theme .two-col-content.cm-form-column form input[type=checkbox], 
  .child_theme .two-col-content.cm-form-column form input[type=radio] {
    margin-bottom: 2px;
  }
  .two-col-content.dowload-ebook .flex_row>div {
    width: 100% !important;
  }

}

@media (max-width:767px){
  .Top--imagecnt.cnt-wit-tp-img-wrp .cnt-col.col6 {
    margin-right: 0;
    width: 100%;
  }
  .two-col-content.cmform--pane .flex_row .media_column {
    margin-right: 0;
  }
  .two-col-content.cmform--pane .flex_row .col6 {
    width: 100%;
  }
  .two-col-content.cmform--pane .content_box h2 {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media (max-width:640px){
  .cm-our-customers.cnt-wit-tp-img-wrp .cnt-col {
    margin: 0 1em 1em 1em;
    width: auto;
  }
  .two-col-content.custom--twocol .content-col.col6 {
    margin-bottom: .75em;
  }
  .lightbox-content.metal-enclosures .light-box-cnt h2 {
    padding-top: 8px;
  }
  .lightbox-content.metal-enclosures .light-box-cnt section {
    float: none;
  }
  .lightbox-content.metal-enclosures .light-box-cnt section a img {
    margin-bottom: 15px;
  }
  .cmdeep-drawn.two-col-content .flex_row>div {
    width: 100%;
  }
}

@media (max-width:517px){
  .cm-our-customers.cnt-wit-tp-img-wrp .cnt-col {
    width: 100%;
  }
}


@media (max-width:400px){
  .child_theme form fieldset .hs-form-field .input {
    margin-right:0 !important;
  }

  .child_theme fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}


.child_theme .contact-banner .form-row.hs-secondary .hs-button, 
.child_theme .contact-banner .form-row.hs-secondary input.hs-button,
.child_theme .form-row.secondary input[type=submit],
.child_theme .hs-sec-btn, 
.child_theme .hs_service .widget-type-form .hs-button, 
.child_theme .landing-banner .form-row.hs-secondary .hs-button, 
.child_theme .landing-banner .form-row.hs-secondary input.hs-button, 
.child_theme .popup_modal_box.bg_primary .hs-button, 
.child_theme .systems-page .hs-search-results__next-page, 
.child_theme .systems-page .hs-search-results__prev-page{

  padding-right: 3.4375em;
}
.careerBnnr.simple-banner .bg_el.bg_img:before {
  content: '';
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/bg-hero-carrers.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .7;
}

.careerBnnr.simple-banner .page-center {
  padding-top: 21.125em;
  padding-bottom: 6.5em;
}
.cmTest .page-center {
  max-width: 83.625em;
}

.cmTest .page-center .bottom_row {
  background-color: #e4e5e8;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cmTest .splide button.splide__arrow {
  width: 19px;
  height: 20px;
  top: 46%;
  opacity: 1;
  text-decoration: none;
  display: block;
  margin: -20px 0 0;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, .8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  transform: none;
}

.cmTest button.splide__arrow.splide__arrow--prev {
  left: 11px;
}
.cmTest.testimonials_sliderv2 .right_col {
  padding-left: 0 !important;
  padding-right: 0;
}

.cmTest.testimonials_sliderv2 .right_col .img_bg {
  max-width: 34.875em;
  margin: 0;
  width: 100%;
  border: 3px solid #fff;
  border-radius: 0;
  padding-bottom: 0;
  height: auto;
  background-size: contain;
  display: block;
}
.cmTest .splide button.splide__arrow svg {
  fill: #df7833;
}
.cmTest .splide .splide__arrow--next {
  right: 11px;
}

.cmTest .splide .splide__track {
  max-height: 125em;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.cmTest .splide__list>.splide__slide {
  margin-bottom: 0;
  margin-top: 0;
}

.cmTest .splide__list>.splide__slide .left_col {
  padding: 3.125em 3.125em 3.125em 4.375em;
  text-align: left;
}

.cmTest.testimonials_sliderv2 .left_inner {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

.cmTest.testimonials_sliderv2 .left_inner .text_box {
  order: 1;
}

.cmTest.testimonials_sliderv2 .left_inner h3.name {
  order: 2;
  padding-left: 1.9444444444em;
  margin: 0;
  display: block;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
}

.cmTest.testimonials_sliderv2 .left_inner p.rolee {
  order: 3;
  padding-left: 1.9444444444em;
  display: block;
  font-size: 1.125em;
  margin: 0;
}
.cmTest.testimonials_sliderv2 .right_col {
  padding-left: 0;
  padding-right: 0;
}
.cmTest.testimonials_sliderv2 .left_inner .text_box h2 {
  color: #0054a4;
  margin-bottom: 1.09375em;
  padding-right: 1.78125em;
}

.cmTest.testimonials_sliderv2 .left_inner .text_box p {
  padding-left: 1.9444444444em;
  padding-top: 2.4444444444em;
  padding-bottom: 1.8888888889em;
  display: block;
  position: relative;
  font-size: 1.125em;
  line-height: 1.5555555556em;
}

.cmTest.testimonials_sliderv2 .left_inner .text_box p:before {
  content: '';
  background-repeat: no-repeat;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/quotes.svg);
  background-size: 2.6666666667em 2.3333333333em;
  background-position: center;
  width: 2.6666666667em;
  height: 2.3333333333em;
  position: absolute;
  left: 0;
  top: 0;
}

.cmTest.testimonials_sliderv2 .left_inner .text_box p:after {
  content: '';
  background-repeat: no-repeat;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/quotes.svg);
  background-size: 2.6666666667em 2.3333333333em;
  background-position: center;
  width: 2.6666666667em;
  height: 2.3333333333em;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.cnt-wit-bg-wrp.cmVideoPop .page-center {
  position: relative;
  padding-top: 5em;
}

.cnt-wit-bg-wrp.cmVideoPop .content_widget p {
  font-size: 1.375em;
  line-height: 1.6363636364em;
}

.cnt-wit-bg-wrp.cmVideoPop .content_widget .btn_row {
  margin-top: 0;
  padding-bottom: 3.625em;
  padding-top: 1.25em;
  text-align: center;
  column-gap: 0;
  row-gap: 0;
}

.cnt-wit-bg-wrp.cmVideoPop .content_widget .btn_row a {
  background-color: rgba(255, 255, 255, .15);
  margin: 0 1.3888888889em 1.1111111111em;
  font-size: 1.125em;
  padding: 1em 2.8em 1em 2em;
  position: relative;
  border-radius: 0;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.cnt-wit-bg-wrp.cmVideoPop .content_widget .btn_row .index1 a {
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/virtual-tour.png);
  background-repeat: no-repeat;
  background-position: 18px center;
  background-size: 35px 23px;
  padding-left: 3.7777777778em;
}

.cnt-wit-bg-wrp.cmVideoPop .content_widget .btn_row a:after {
  background-color: #c15f1e;
  content: '';
}

.cnt-wit-bg-wrp.cmVideoPop .content_widget .btn_row .index2 a {
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/video.png);
  background-repeat: no-repeat;
  background-position: 18px center;
  background-size: 31px 27px;
  padding-left: 3.7777777778em;
}
.cnt-wit-bg-wrp.cmVideoPop .content_widget .btn_row a:hover {
  background-color: #e4e5e8;
  color: #df7833;
}
.bottom_area_hs-row-0-background-image.bg-height {
  max-height: 36.5em;
}

.cnt-wit-bg-wrp.overlapCntn .page-center {
  padding-bottom: 2.5em;
}

.cnt-wit-bg-wrp.overlapCntn .content_widget {
  background-color: #df7833;
  padding: 1.5625em;
  display: flex;
}

.cnt-wit-bg-wrp.overlapCntn .content_widget h2.title {
  flex-basis: 25%;
  margin-bottom: 16px;
  text-align: left;
}

.cnt-wit-bg-wrp.overlapCntn .content_widget .rich_text {
  flex-basis: 75%;
  text-align: left;
}

.cnt-wit-bg-wrp.overlapCntn .content_widget .rich_text p {
  font-weight: 700;
}

.cnt-wit-bg-wrp.overlapCntn .content_widget .rich_text>ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.cnt-wit-bg-wrp.overlapCntn .content_widget .rich_text>ul ul {
  padding-left: 40px;
  list-style-type: none;
  margin-bottom: 0;
}

.cnt-wit-bg-wrp.overlapCntn .content_widget .rich_text>ul>li {
  flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  margin-right: 5%;
  margin-bottom: .75em;
}

.cnt-wit-bg-wrp.overlapCntn .content_widget .rich_text>ul ul>li {
  position: relative;
  margin-bottom: .5em;
  font-size: 1.125em;
  line-height: 1.47em;
}

.cnt-wit-bg-wrp.overlapCntn .content_widget .rich_text>ul ul>li:after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 10px;
  left: -1.5em;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/ico-bullet-white.svg);
  background-position: center center;
  background-size: 5px 5px !important;
  background-repeat: no-repeat;
}
.cnt-wit-tp-img-wrp.btmCrd .page-center {
  padding: 2.5em 1.5em 2.5em 1.5em;
  display: flex;
}

.cnt-wit-tp-img-wrp.btmCrd .page-center .top_sec.noButton {
  padding-left: 0;
  padding-right: 0;
  flex-basis: 30%;
  text-align: left;
  margin-bottom: 0;
}

.cnt-wit-tp-img-wrp.btmCrd .page-center .top_sec.noButton h6 {
  padding-right: 1.75em;
  color: #0054a4;
  font-size: 1.25em;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.25;
  font-weight: 700;
}

.cnt-wit-tp-img-wrp.btmCrd .page-center .bottom_row {
  flex-basis: 70%;
}

.cnt-wit-tp-img-wrp.btmCrd .page-center .bottom_row .flex-row {
  row-gap: 0;
}

.cnt-wit-tp-img-wrp.btmCrd .bottom_row .flex-row .cnt-col {
  padding-left: 0;
  padding-right: 0;
  width: 33.33%;
}

.cnt-wit-tp-img-wrp.btmCrd .bottom_row .flex-row .cnt-col .tp-img {
  display: inline-block;
  vertical-align: middle;
  max-width: 5.3125em;
  width: 100%;
  margin-bottom: 0;
}

.cnt-wit-tp-img-wrp.btmCrd .bottom_row .flex-row .cnt-col .inner_spacing {
  display: flex;
  text-align: left;
}
.cnt-wit-tp-img-wrp.btmCrd .bottom_row .flex-row .cnt-col .tp-img-cnt {
  width: calc(100% - 85px);
  padding-left: .6875em;
  display: flex;
  align-items: center;
}

.cnt-wit-tp-img-wrp.btmCrd .bottom_row .flex-row .cnt-col .tp-img-cnt p {
  margin-top: 0;
  font-size: 1em;
  line-height: 1.5;
  font-family: "Muli", sans-serif;
}
.BtmPane .content_widget h2 {
  margin-bottom: 0 !important;
  margin-top: 0;
}
.cnt-wit-tp-img-wrp.btmCrd .bottom_row .flex-row .cnt-col .tp-img img {
  margin-bottom: 6px;
}
.cmVideoPop .popup_modal {
  background: rgb(11 11 11 / 80%);
}

.cmVideoPop .popup_modal.active_show {
  opacity: 1
}

.cmVideoPop .popup_modal .popup_modal_inner {
  padding: 40px 8px;
}

.cmVideoPop .popup_modal .closeIcon {
  background: transparent;
  border: none !important;
  -webkit-box-shadow: none !important;
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: .65;
  outline: none;
  padding: 0;
  right: -15px;
  text-align: right;
  top: -40px;
}

.cmVideoPop .popup_modal .popup_modal_box {
  margin-top: 2.1em;
  margin-bottom: 2.1em;
  max-width: 900px;
  background: transparent !important;
  border-radius: 0;
  overflow: unset;
}

.cmVideoPop .popup_modal .content_box {
  padding: 0;
}

.cmVideoPop .popup_modal .closeIcon svg {
  display: none;
}

.cmVideoPop .popup_modal .closeIcon:after {
  content: "×";
}
.cmVideoPop .popup_modal .closeIcon:hover {
  opacity: 1;
}
.cmTest.testimonials_sliderv2 .right_col .img_bg img {
  display: block;
  width: 100%;
}
.cmTest .splide__list>.splide__slide .flex_row {
  align-items: center;
}
.cmTest.testimonials_sliderv2 .right_col .img_bg {
  background-image: none !important;
}
.adv-bg-content.SmpleTxt .bottom-column {
  padding: 2.5em 0 0;
}

.adv-bg-content.SmpleTxt .bottom-column h2 {
  margin-top: 0;
}
.adv-bg-content.btmImg .materials .material-content h3 {
  font-size: 1.5em;
}

.adv-bg-content.btmImg .materials .material-content {
  width: 54%;
}

.btmImg.adv-bg-content .materials {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
.ImgApplictn.adv-bg-content .applications .content p {
  line-height: 1.5;
}
.adv-bg-content.btmImg .materials .material-content h3:first-child {
  margin-top: 0;
}
.adv-bg-content.topImg .materials {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
}

.adv-bg-content.topImg .materials .material-content h3 {
  font-size: 1.5em;
}
.adv-bg-content.topImg .materials .material-content.bottom_content {
  width: 100%;
}
.child_theme .adv-bg-content.topImg ul[role="bullet"] li:after {
  background-image:url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/ico-bullet.svg);
}
.adv-bg-content.topImg .materials .material-content {
  width: 54%;
}
.lightbox-content.videopop .video-wrap a.lightvide-youtube:after {
  background-size: 69px 49px;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  opacity: 1;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/youtube-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
}
.cmVideoPop .popup_modal .content_box>:last-child{
  max-width:100%;  
}
.lightbox-content .light-box-cnt ul ul>li {
  font-size: .8em;
}
.lightbox-content.videopop .video-wrap a img {
  vertical-align: baseline;
}
.lightbox-content.videopop .video-wrap {
  display: block;
  max-width: 500px;
  width: 100%;
}
.child_theme .body-wrapper {
  overflow: unset;
}
.child_theme .hs_service .flex_row .col4 > .left-dnd-area {
  position: sticky;
  top: 45px;
  left: 0;
}
.cnt-wit-bg-wrp.SmpleCntn .page-center{
  padding: var(--globel_spacing);
}
.cnt-wit-tp-img-wrp.topImgCtn .page-center{
  padding: var(--globel_spacing);
  padding-top: 3.125em;
  padding-bottom: 5.5625em;
}
.cnt-wit-tp-img-wrp.topImgCtn .flex-row {
  row-gap: 0;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
}

.cnt-wit-tp-img-wrp.topImgCtn .flex-row .cnt-col {
  margin: 0 1% 0;
  padding-left: 0;
  padding-right: 0;
  flex-basis: 23%;
}

.cnt-wit-tp-img-wrp.topImgCtn .tp-img {
  margin-bottom: 0;
  display: block;
  min-height: 9.375em;
  text-align: center;
}

.cnt-wit-tp-img-wrp.topImgCtn .tp-img img {
  display: inline-block;
  vertical-align: middle;
  width: revert-layer;
  max-height: 8.125em;
}

.topImgCtn .tp-img-cnt h3 {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  font-size: 1.375em;
}
.topImgCtn .tp-img-cnt h3 span{
  display: block;
  font-weight: 700;
  line-height: 1.3636363636em;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%
}
.topImgCtn .tp-img-cnt-inner {
  min-height: 3.75em;
  margin-bottom: 1.5625em;
}
.cnt-wit-tp-img-wrp.topImgCtn .col-btn-grp .btn_row a.hs-sec-btn:hover {
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/download-icon-hover.png);
  background-size: 1.5em;
  background-color: #fff;
  color: #df7833;
}
.cnt-wit-tp-img-wrp.topImgCtn .col-btn-grp {
  margin-top: 0;
}

.cnt-wit-tp-img-wrp.topImgCtn .col-btn-grp .btn_row {
  margin-top: 0;
}

.cnt-wit-tp-img-wrp.topImgCtn .col-btn-grp .btn_row a.hs-sec-btn {
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/download-icon.png);
  background-position: 1.125em center;
  background-size: 1.5em;
  padding: 1em 2.8em 1em 2em;
  background-repeat: no-repeat;
  padding-left: 3.125em;
  padding-right: 1.875em;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  font-size: 1em;
}
.logo_slider.logoGlly .page-center {
  padding: var(--globel_spacing);
  padding-bottom: 0;
}

.logo_slider.logoGlly .page-center .top_sec.noButton {
  margin-bottom: 0;
  padding: 0;
}

.logo_slider.logoGlly .page-center .top_sec.noButton h2 {
  color: #0054a4;
  font-size: 1.5em;
  line-height: 1.4166666667em;
  margin-bottom: 1.6666666667em;
  margin-top: 0;
}

.logo_slider.logoGlly .logos_row {
  margin-bottom: 0;
  text-align: center;
  display: block;
}

.logo_slider.logoGlly .logos_row .logo_item {
  width: 18%;
  margin-bottom: 1em;
  display: inline-block;
  vertical-align: middle;
  animation-name: fadeInUp;
}

.logo_slider.logoGlly .logos_row .logo_item img {
  max-width: 9.5em;
  width: revert-layer;
}
#topPad.cnt-wit-bg-wrp.SmpleCntn .page-center {
  padding-top: 0;
}

.cnt-wit-tp-img-wrp.topImgCtn .flex-row .cnt-col:first-child img {
  width: 116px;
  height: 116px;
  max-width: 100%;
  min-width: auto;
}

.cnt-wit-bg-wrp.SmpleCntn hr {
  border-bottom: 1px solid #e4e5e8;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
  background-color: transparent;
}
.two-col-content.formCol .page-center {
  padding: var(--globel_spacing);
  padding-bottom: 5em;
  padding-top: 3.75em;
}

.two-col-content.formCol .content-col .description {
  margin-bottom: 0;
}

.two-col-content.formCol .content-col .description h3 {
  padding-left: 1.0714285714em;
  font-size: 1.75em;
  line-height: 1em;
}

.formCol.two-col-content .content-col .form_wrap {
  padding-top: 0;
}

.formCol.two-col-content .content-col .form_wrap h3 {
  display: none;
}

.formCol.two-col-content .content-col .form_wrap form {
  padding: 1.875em 1.875em 2.5625em 2.5em;
  position: relative;
  background-color: #e4e5e8;
  max-width: 28.5em;
  width: 100%;
  margin: 0 auto;
}
.child_theme .formCol.two-col-content .content-col .form_wrap form .hs_error_rollup label {
  color: #C02F2F !important;
}
.formCol.two-col-content .content-col .form_wrap form:before {
  content: '';
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/form-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3.25em 2.5625em;
  position: absolute;
  right: -2.3125em;
  top: 1.6875em;
  width: 3.25em;
  height: 2.5625em;
}
.formCol.two-col-content .content-col .form_wrap form .hs-form-field {
  margin-bottom: 0;
  font-size: inherit;
}

.formCol.two-col-content .content-col .form_wrap form .hs-form-field label {
  display: none;
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: .375em;
}
.formCol.two-col-content .media_column {
  min-height: 32.875em;
  padding-left: .75em;
}

.formCol.two-col-content .hs-error-msg,
.formCol.two-col-content .hs_error_rollup label,
.formCol.two-col-content .systems-page ul.no-list.hs-error-msgs label {
  font-size: 1.125em !important;
  font-weight: 400;
  display: block !important;
  color: #C02F2F !important;
}

.formCol.two-col-content form fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}

.child_theme .formCol.two-col-content .hs_submit {
  font-size: inherit;
  margin: auto;
}

.formCol.two-col-content .media_column .content_box {
  position: absolute;
  top: 48.5%;
  transform: translateY(-50%);
}
.formCol.two-col-content .content-col .form_wrap form input[type=email], 
.formCol.two-col-content .content-col .form_wrap form input[type=file], 
.formCol.two-col-content .content-col .form_wrap form input[type=number], 
.formCol.two-col-content .content-col .form_wrap form input[type=password], 
.formCol.two-col-content .content-col .form_wrap form input[type=search], 
.formCol.two-col-content .content-col .form_wrap form input[type=tel], 
.formCol.two-col-content .content-col .form_wrap form input[type=text], 
.formCol.two-col-content .content-col .form_wrap form select, 
.formCol.two-col-content .content-col .form_wrap form textarea {
  background-color: #fff;
  margin-bottom: .625em;
  border: 1px solid #ccc;
  box-shadow: none;
  font-size: 1em;
  line-height: 1.4375em;
  width: 100% !important;
  color: #444;
  padding: .5em .5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-radius: 0;
  height: auto;
}
.formCol.two-col-content .content-col .form_wrap form input[type=email]::placeholder, 
.formCol.two-col-content .content-col .form_wrap form input[type=file]::placeholder, 
.formCol.two-col-content .content-col .form_wrap form input[type=number]::placeholder, 
.formCol.two-col-content .content-col .form_wrap form input[type=password]::placeholder, 
.formCol.two-col-content .content-col .form_wrap form input[type=search]::placeholder, 
.formCol.two-col-content .content-col .form_wrap form input[type=tel]::placeholder, 
.formCol.two-col-content .content-col .form_wrap form input[type=text]::placeholder, 
.formCol.two-col-content .content-col .form_wrap form select::placeholder, 
.formCol.two-col-content .content-col .form_wrap form textarea::placeholder {
  color: rgb(117, 117, 117);
}

.formCol.two-col-content .content-col .form_wrap form textarea {
  max-height: 60px;
  min-height: 60px;
}
.formCol.two-col-content .content-col .form_wrap form select {
  max-height: 2.3em;
}
.formCol.two-col-content .content-col .form_wrap form input.hs-button {
  background-color: #df7833;
  font-size: 1.3125em;
  line-height: 1.1904761905em;
  margin: 0 .7619047619em 0 0;
  padding: .7619047619em 2.5238095238em .7619047619em 1.3333333333em;
  font-weight: 300;
  font-family: "Muli", sans-serif;
  background-size: .5238095238em;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/btn-arrow-white.svg);
  background-position: 85% center;
  background-repeat: no-repeat;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
}

.formCol.two-col-content .content-col .form_wrap form input.hs-button:hover {
  background-color: #0054a4;
  color: #ffffff;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/arrow-white.svg);
}
.formCol.two-col-content .content_box {
  margin-top: 0;
}

.formCol.two-col-content .content_box h3 {
  font-size: 1.75em;
  line-height: 1.3571428571em;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 16px;
}

.formCol.two-col-content .content_box p {
  line-height: 1.3888888889em;
}
.formCol.two-col-content .content_box ul[role="righticn"] {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.formCol.two-col-content .content_box ul[role="righticn"]>li {
  font-size: 1.1875em;
  line-height: 2.5263157895em;
  font-weight: 700;
  padding-left: 3.2105263158em;
  position: relative;
  color: #fff;
  margin-bottom: .5263157895em;
  height: 2.5263157895em;
}

.formCol.two-col-content .content_box ul[role="righticn"]>li:before {
  content: '';
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/tickmark.png);
  background-repeat: no-repeat;
  background-size: 2.2105263158em 2.1052631579em;
  position: absolute;
  left: 0em;
  top: 0;
  width: 2.2105263158em;
  height: 2.1052631579em;
}
.two-col-content.circleCtn {
  background-position: left 14.25em;
  background-size: auto auto;
}

.two-col-content.circleCtn .page-center {
  padding: 4.125em 0 3.4375em;
}

.two-col-content.circleCtn .content-col.col6 {
  padding-top: 1.75em;
}

.two-col-content.circleCtn .content-col.col6 .description {
  margin-bottom: 0;
}

.two-col-content.circleCtn .content-col.col6 .description h2 {
  color: #0054a4;
}

.two-col-content.circleCtn .content-col.col6 .description p {
  margin-top: 0;
  margin-bottom: 1.7222222222em;
}

.two-col-content.circleCtn .media_column {
  text-align: right;
}

.two-col-content.circleCtn .media_column .content_box {
  margin-top: 0;
}

.two-col-content.circleCtn .media_column .content_box a {
  display: inline-block;
  vertical-align: top;
  max-width: 21.0625em;
  width: 100%;
  min-height: 21.0625em;
  background-color: #df7833;
  position: relative;
  border-radius: 50%;
  color: #fff;
}

.two-col-content.circleCtn .media_column .content_box a>span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  text-align: center;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  color: #fff;
  font-weight: 700;
  padding: 0 1.9444444444em;
}

.two-col-content.circleCtn .media_column .content_box a>span span {
  display: block;
  font-size: 2em;
  line-height: 1.2222222222em;
  padding: .1388888889em;
  text-decoration: underline;
}
.two-col-content.ImgCrd .page-center {
  padding-top: 5em;
  padding-bottom: 3.75em;
}

.two-col-content.ImgCrd .top_sec.noButton {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.two-col-content.ImgCrd .top_sec.noButton h3 {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.two-col-content.ImgCrd .bottom_row .flex_row {
  border: 2px solid #e4e5e8;
  flex-wrap: nowrap;
}

.two-col-content.ImgCrd .bottom_row .flex_row .content-col {
  width: 74.45%;
  padding: 2.1875em 3.0625em;
}

.two-col-content.ImgCrd .bottom_row .flex_row  .media_column {
  width: 25.57%;
  text-align: center;
  padding: .625em;
}

.two-col-content.ImgCrd .bottom_row .flex_row .content-col .description {
  margin-bottom: 0;
  display: flex;
}

.two-col-content.ImgCrd .bottom_row .flex_row .content-col .description>*:nth-child(2n+1) {
  clear: left;
}

.two-col-content.ImgCrd .bottom_row .flex_row .content-col .description>* {
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  position: relative;
}
.two-col-content.ImgCrd .bottom_row .flex_row .content-col .description ul>li>a {
  text-decoration: none;
}

.two-col-content.ImgCrd .bottom_row .flex_row .content-col .description>*:nth-last-child(1):last-child {
  margin-bottom: 0;
}

.two-col-content.ImgCrd .bottom_row .flex_row .content-col .description>*:nth-child(2n) {
  margin-right: 0;
}

.two-col-content.ImgCrd .bottom_row .flex_row .content-col .description ul ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.two-col-content.ImgCrd .bottom_row .flex_row .content-col .description ul ul>li {
  font-size: .8em;
}
.cnt-wit-tp-img-wrp.tpImgTtl .page-center {
  padding: var(--globel_spacing);
}
.cnt-wit-tp-img-wrp.tpImgTtl .top_sec.noButton {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.cnt-wit-tp-img-wrp.tpImgTtl .top_sec.noButton h3 {
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 2em;
  margin-top: 0;
}
.cnt-wit-tp-img-wrp.tpImgTtl .bottom_row .flex-row {
  row-gap: 0;
  justify-content: center;
}

.cnt-wit-tp-img-wrp.tpImgTtl .cnt-col {
  margin: 0 1% 2.9375em;
  width: 23.5%;
  padding-left: 0;
  padding-right: 0;
}

.cnt-wit-tp-img-wrp.tpImgTtl .cnt-col:first-child {
  margin: 0 1% 2.9375em 0;
}

.cnt-wit-tp-img-wrp.tpImgTtl .cnt-col .inner_spacing {
  padding: 1.25em;
  height: 100%;
}

.cnt-wit-tp-img-wrp.tpImgTtl .bottom_row .tp-img {
  margin-bottom: 5px;
  min-height: 8.9375em;
}

.cnt-wit-tp-img-wrp.tpImgTtl .bottom_row .tp-img-cnt h3 {
  text-transform: uppercase;
  padding: 0 .5555555556em;
  padding-top: .5555555556em;
  margin-top: 0;
  font-size: 1.125em;
  line-height: 1.2222222222em;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
}

.cnt-wit-tp-img-wrp.tpImgTtl .cnt-col:nth-of-type(4n) {
  margin: 0 0 2.9375em 1%;
}

.cnt-wit-tp-img-wrp.tpImgTtl .cnt-col:nth-of-type(4n+1) {
  margin: 0 1% 2.9375em 0;
}
.counter-section.countrTech .page-center {
  padding: var(--globel_spacing);
}

.counter-section.countrTech .page-center .top_sec.noButton {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.counter-section.countrTech .page-center .top_sec.noButton h2 {
  color: #fff;
  font-size: 1.375em;
  font-weight: 900;
  margin-bottom: 1.8181818182em;
  margin-top: 0;
}

.counter-section.countrTech .page-center .top_sec.noButton h2 span {
  font-weight: 400;
}
.counter-section.countrTech .page-center .noImgIcon {
  padding-left: 0;
  padding-right: 0;
}

.counter-section.countrTech .page-center .flex_row {
  row-gap: 0;
  flex-wrap: nowrap;
}

.counter-section.countrTech .noImgIcon .inner {
  min-height: auto;
  min-width: 100%;
  padding: 0;
}

.counter-section.countrTech .noImgIcon .inner .count-wrap {
  display: block;
  vertical-align: top;
  text-align: center;
  background-color: rgba(255, 255, 255, .15);
  max-width: 4.15em;
  padding-top: .575em;
  padding-bottom: .575em;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 700;
  margin: 0 auto;
}

.counter-section .item .desc p {
  font-size: 1em;
}
.two-col-content.circleCtn .media_column {
  background-position: 0 center;
  background-size: 12.5em 12.5em;
}
.two-col-content.circleCtn.circle2 .page-center {
  padding-bottom: 5.1875em;
}

.two-col-content.circleCtn.circle2 .content-col.col6 {
  padding-right: 0;
}

.two-col-content.circleCtn.circle2 .media_column .content_box a>span span {
  padding: 0;
}
.two-col-content.ImgCrd.imCd2 .bottom_row .flex_row .media_column img {
  margin-bottom: 5px;
}
.two-col-content.ImgCrd .bottom_row .flex_row .content-col .description dl {
  display: table;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #fff;
}

.two-col-content.ImgCrd .bottom_row .flex_row .content-col .description dl dt {
  display: table-cell;
  width: 34%;
  font-size: 1.125em;
  line-height: 1.5555555556em;
  padding: .5555555556em;
  font-weight: 600;
  margin-top: .75em;
}

.two-col-content.ImgCrd .bottom_row .flex_row .content-col .description dl dd {
  display: table-cell;
  color: #0054a4;
  margin: 0;
  font-size: 1.125em;
  line-height: 1.5555555556em;
  padding: .5555555556em;
  font-weight: 600;
}

.two-col-content.ImgCrd.imCd2 .bottom_row .flex_row .content-col .description {
  display: block;
}

.two-col-content.ImgCrd .bottom_row .flex_row .content-col .description dl:last-child {
  border-bottom: none;
}
.cnt-wit-tp-img-wrp.tpImgTtl .cnt-col.col6 {
  width: 48%;
  margin: 0;
  margin-left: 2%;
}

.cnt-wit-tp-img-wrp.tpImgTtl .bottom_row .cnt-col.col6 .tp-img {
  max-width: 17em;
  width: 100%;
  margin: 0 auto .9375em;
}

.cnt-wit-tp-img-wrp.tpImgTtl .cnt-col.col6:nth-of-type(4n+1) {
  margin: 0;
}

.col6_row.cnt-wit-tp-img-wrp.tpImgTtl .bottom_row .flex-row {
  justify-content: flex-start;
}

.cnt-wit-tp-img-wrp.tpImgTtl .bottom_row .cnt-col.col6 .tp-img-cnt h3 {
  line-height: 1.5555555556em;
  padding: 0 1.3888888889em;
  text-transform: none;
}
.hdtrnsfm.cnt-wit-tp-img-wrp.tpImgTtl .bottom_row .tp-img-cnt h3 {
  text-transform: none;
  padding-top: 0;
}
.hdtrnsfm.cnt-wit-tp-img-wrp.tpImgTtl .cnt-col:nth-of-type(4n+1),
.hdtrnsfm.cnt-wit-tp-img-wrp.tpImgTtl .cnt-col,
.hdtrnsfm.cnt-wit-tp-img-wrp.tpImgTtl .cnt-col:nth-of-type(4n){
  margin-bottom: 0;
}
.hdtrnsfm.cnt-wit-tp-img-wrp.tpImgTtl .bottom_row .tp-img {
  margin-bottom: 0;
}
.two-col-content.ImgCrd.imCd2 .mediaimg {
  width: auto;
}

.two-col-content.ImgCrd.imCd2 .bottom_row .flex_row .media_column {
  justify-content: center;
}
.cnt-wit-bg-wrp.SmpleCntn blockquote {
  width: 48.5%;
  float: right;
  background-color: #e4e5e8;
  font-size: 1em;
  margin-left: 2.5em;
  margin-bottom: 2.5em;
  padding: 1.4375em 1.6875em 1.9375em 1.9375em;
  border-left: 0;
}

.cnt-wit-bg-wrp.SmpleCntn blockquote h2 {
  font-family: "Muli", sans-serif;
  font-size: 2em;
  line-height: 1.1875em;
  color: #0054a4;
  margin: 0;
  margin-bottom: .15625em;
}

.cnt-wit-bg-wrp.SmpleCntn blockquote p {
  font-size: 1.125em;
  line-height: 1.5555555556em;
  color: #333;
  margin: 0;
  margin-bottom: 1.1666666667em;
}

.cnt-wit-bg-wrp.SmpleCntn blockquote a {
  float: right;
  background-image: none;
  padding: .9444444444em 2.5em 1.1111111111em 2.5em;
  letter-spacing: .2px;
  font-size: 1.125em;
  background-color: #df7833;
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.cnt-wit-bg-wrp.SmpleCntn blockquote a:hover {
  background-color: #0054a4;
  color: #fff;
}
.cnt-wit-bg-wrp.SmpleCntn.padBtm .page-center {
  padding-bottom: 0;
}
.two-col-content.ebookCol .page-center {
  max-width: 57.6875em;
  margin: 3.125em auto;
  background-color: #e4e5e8;
  font-size: 1em;
  padding: 2.875em 1.25em 2.5em 1.25em;
}
.cnt-wit-bg-wrp.SmpleCntn.padBtm .page-center {
  padding-bottom: 0;
}

.cnt-wit-bg-wrp.SmpleCntn.padBtm .page-center p:last-child {
  margin-bottom: 0;
}

.two-col-content.ebookCol .flex_row {
  display: block;
}

.two-col-content.ebookCol .content-col {
  width: 68%;
  padding-top: 1.3125em;
}

.two-col-content.ebookCol .content-col .description {
  margin-bottom: 0;
}

.two-col-content.ebookCol .content-col .description h2 {
  margin: 0;
  line-height: 1.1875em;
  margin-bottom: .46875em;
  color: #0054a4;
}

.two-col-content.ebookCol .content-col .description p {
  margin: 0;
  font-weight: 700;
  margin-bottom: 2.7777777778em;
  width: 100%;
}

.two-col-content .content-col .btn-items .btn_row {
  margin-top: 0;
}

.two-col-content .content-col .btn-items .btn_row a.hs-sec-btn {
  letter-spacing: .2px;
  font-size: 1.125em;
  background-color: #df7833;
  padding: 1em 2.8em 1em 2em;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
}

.two-col-content .content-col .btn-items .btn_row a.hs-sec-btn:hover {
  background-color: #0054a4;
  color: #fff;
}

.two-col-content.ebookCol .media_column {
  width: 32%;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}

.two-col-content.ebookCol .media_column img {
  width: revert-layer !important;
  margin-bottom: 6px;
}

.cnt-wit-tp-img-wrp.lyoutCol .page-center {
  padding: var(--globel_spacing);
  padding-top: 0;
  padding-bottom: 0;
}

.cnt-wit-tp-img-wrp.lyoutCol .top_sec.noButton {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  text-align: left;
}

.cnt-wit-tp-img-wrp.lyoutCol .top_sec.noButton h2:first-child {
  margin-top: 0;
}

.cnt-wit-tp-img-wrp.lyoutCol .top_sec.noButton h2 {
  color: #0054a4;
}

.cnt-wit-tp-img-wrp.lyoutCol .bottom_row .flex-row {
  row-gap: 0;
}

.cnt-wit-tp-img-wrp.lyoutCol .bottom_row .cnt-col {
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1.5em;
}

.cnt-wit-tp-img-wrp.lyoutCol .bottom_row .cnt-col:nth-child(3n) {
  margin-right: 0;
}

.cnt-wit-tp-img-wrp.lyoutCol .tp-img {
  margin-bottom: 0;
  font-size: 1.125em;
}

.cnt-wit-tp-img-wrp.lyoutCol .tp-img img {
  display: block;
  padding-bottom: 1.5em;
  padding-right: 1.5em;
}

.cnt-wit-tp-img-wrp.lyoutCol .tp-img-cnt ul {
  margin-bottom: .75em;
}
.cnt-wit-tp-img-wrp.lyoutCol .tp-img-cnt ul a {
  text-decoration: none;
  font-weight: 400;
}

.cnt-wit-tp-img-wrp.lyoutCol .top_sec.noButton p:last-child {
  margin-bottom: 16px;
}

.cnt-wit-tp-img-wrp.lyoutCol .tp-img-cnt p:first-child {
  margin-top: 0;
}

.cnt-wit-tp-img-wrp.col12_row.lyoutCol {}

.cnt-wit-tp-img-wrp.col12_row.lyoutCol .bottom_row .cnt-col {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}

.cnt-wit-tp-img-wrp.col12_row.lyoutCol .bottom_row .cnt-col img {
  padding-bottom: 0;
  padding-right: 0;
}

.cnt-wit-tp-img-wrp.col12_row.lyoutCol .tp-img-cnt p:first-child {
  margin-top: 7px;
}

.cnt-wit-tp-img-wrp.col12_row.lyoutCol .tp-img-cnt h2 {
  color: #0054a4;
}
.cnt-wit-tp-img-wrp.col12_row.lyoutCol .page-center{
  padding-top:16px;
  padding-bottom: 2.5em;
}
.two-col-content.ImgCrd .bottom_row .flex_row .media_column img {
  width: revert-layer;
}
.cnt-wit-tp-img-wrp.lyoutCol .tp-img-cnt p:last-child {
  margin-bottom: 16px;
}
.cnt-wit-bg-wrp.SmpleCntn.padBtm .page-center .content_widget {
  margin-bottom: 0;
}

.two-col-content.ebookCol .content-col {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-top: 0;
}
.two-col-content.ebookCol .content-col .btn-items .btn_row {
  justify-content: flex-start;
}

.two-col-content.ebookCol .media_column {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.two-col-content .content-col .btn-items .btn_row a.hs-sec-btn {
  margin-bottom: 1.1111111111em;
}
#faq-content.cnt-wit-bg-wrp.SmpleCntn ul>li>a {
  text-decoration: none;
  font-weight: 400;
}

#faq-content.cnt-wit-bg-wrp.SmpleCntn ul:nth-child(2) {
  padding-right: 2.3576515979%;
  width: 70%;
}

#faq-content.cnt-wit-bg-wrp.SmpleCntn h2 {
  color: #0054a4;
  margin-top: -50px;
  padding-top: 100px;
}
#faq-content.cnt-wit-bg-wrp.SmpleCntn h2 span {
  margin-top: -50px;
  padding-top: 100px;
  display: block;
}

#faq-content.cnt-wit-bg-wrp.SmpleCntn table {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
  border: 0;
  padding: 0;
  border-collapse: collapse;
  margin: .75em 0;
  table-layout: fixed;
  border-spacing: 0;
}

#faq-content.cnt-wit-bg-wrp.SmpleCntn table tr {
  display: table-row;
}

#faq-content.cnt-wit-bg-wrp.SmpleCntn table thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
}

#faq-content.cnt-wit-bg-wrp.SmpleCntn table thead tr th {
  display: table-cell;
  margin: 0;
  padding: .5em .7em;
  font-size: 18px;
  border: 0;
  border-bottom: 1px solid #bbbdc5;
  font-weight: 700;
  background-color: transparent;
  color: #333;
}

#faq-content.cnt-wit-bg-wrp.SmpleCntn table tbody tr {
  border: 0;
  border-bottom: 1px solid #dfdfdf;
}

#faq-content.cnt-wit-bg-wrp.SmpleCntn table td {
  display: table-cell;
  margin: 0;
  box-sizing: border-box;
  padding: .5em .7em;
  border: 0;
  border-bottom: 1px solid #e4e5e8;
}

#faq-content.cnt-wit-bg-wrp.SmpleCntn table td>strong {
  display: none;
}

#faq-content.cnt-wit-bg-wrp.SmpleCntn p:last-child {
  margin-bottom: 16px;
}

.cnt-wit-bg-wrp.learn-more .page-center {
  padding: var(--globel_spacing);
}

.cnt-wit-bg-wrp.learn-more .page-center h2 {
  margin-top: 0;
  font-weight: 600;
  line-height: 1.5;
}


.cnt-wit-bg-wrp.learn-more .btn_item a.hs-sec-btn {
  padding: .552632em .789474em;
  background-image: none !important;
  position: absolute;
  font-size: 1em;
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
  line-height: 2.1em;
  width: auto;
  font-weight: 400;
}

.cnt-wit-bg-wrp.learn-more .btn_item {
  font-size: 1.125em;
  display: block;
}

.cnt-wit-bg-wrp.learn-more {
  position: relative;
  overflow: visible;
}

.cnt-wit-bg-wrp.SmpleCntn.pad .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.child_theme body .hs_small_btn .btn_item a,
.child_theme .header__area-module-4 .cm_nv_inner .small_btn:not(.simple_link){
  font-size: inherit;
  padding: 1em 2em;
}
.child_theme .cm_pg_wrp .right-col .social-share a.share-btn, 
.child_theme .cm_pg_wrp .social-share-icon ul a,
.child_theme .cm_pg_wrp .left-col a,
div#content .hs-button{
  background-image: none;
}
.child_theme .hs_service button.hs-search-field__button {
  top: 10px;
  transform: none;
}
.child_theme .systems-page .hs-search-results__title {
  font-size: inherit;
}

@media (min-width: 40em) {
  .two-col-content.circleCtn .media_column {
    background-size: 18.4375em 18.4375em;
    background-position: 3.625em center;
  }
}
@media (min-width: 60em) {
  .cmTest .splide__list>.splide__slide{
    font-size: 1.25vw;
  }
  #fontchng.cnt-wit-bg-wrp.learn-more-data .rich_text h3 {
    font-size: 1.5em;
  }
  .two-col-content.formCol .flex_row {
    font-size: 1.25vw;
  }
  .formCol.two-col-content .content-col .form_wrap form {
    margin: 0;
  }
  .two-col-content.circleCtn .content-col.col6 {
    padding-right: 4.125em;
  }
  .two-col-content.circleCtn {
    background-position: 75% -3.75em;
  }
  .cnt-wit-bg-wrp.learn-more .btn_item a.hs-sec-btn {
    padding: 7px;
  }
  .two-col-content.ebookCol .page-center {
    padding: 2.875em 2.875em 2.5em 3.5em;
  }
  .two-col-content.ebookCol .content-col .description {
    width: 68%;
    padding-top: 1.3125em;
    text-align: left;
  }
}

@media (min-width: 80em) {
  .cmTest .splide__list>.splide__slide{
    font-size: 1em;
  }
  .two-col-content.formCol .flex_row {
    font-size: 1em;
  }
  .two-col-content.circleCtn .content-col.col6 {
    padding-right: 2.8125em;
  }
  .two-col-content.circleCtn {
    background-position: 62% -3.75em;
  }
  .cnt-wit-tp-img-wrp.tpImgTtl .bottom_row .cnt-col.col6 .tp-img {
    min-height: 14.5em;
  }
  .cnt-wit-bg-wrp.learn-more .btn_item a.hs-sec-btn {
    padding: .6315789474em;
  }
}

@media(max-width:959px){
  center[role=playbtn] a:after {
    background-size: 4.75em 4.75em;
    height: 4.75em;
    width: 4.75em;
  }
  .cmTest .splide__list>.splide__slide .left_col {
    width: 100%;
    padding: 0 2.5em 3.125em;
    text-align: center;
    order: 1;
  }
  .two-col-content.ebookCol .content-col .btn-items .btn_row {
    justify-content: center;
  }

  .cmTest.testimonials_sliderv2 .right_col {
    width: 100%;
    order: 2;
    margin-bottom: 0;
  }

  .cmTest.testimonials_sliderv2 .right_col .img_bg {
    width: 90%;
    margin: 0.625em auto;
    height: 100%;
  } 

  .cmTest.testimonials_sliderv2 .left_inner .text_box h2 {
    padding-right: 0;
  }

  .cnt-wit-bg-wrp.overlapCntn .content_widget h2.title {
    flex-basis: 100%;
    margin-bottom: 0;
  }

  .cnt-wit-bg-wrp.overlapCntn .content_widget {
    flex-wrap: wrap;
  }

  .cnt-wit-bg-wrp.overlapCntn .content_widget .rich_text {
    flex-basis: 100%;
  }

  .bottom_area_hs-row-0-background-image.bg-height {
    max-height: 100%;
  }

  .cnt-wit-tp-img-wrp.btmCrd .page-center {
    flex-wrap: wrap;
  }

  .cnt-wit-tp-img-wrp.btmCrd .page-center .top_sec.noButton {
    flex-basis: 100%;
    text-align: center;
  }

  .cnt-wit-tp-img-wrp.btmCrd .page-center .top_sec.noButton h6 {
    padding-right: 0;
  }

  .cnt-wit-tp-img-wrp.btmCrd .bottom_row .flex-row .cnt-col {
    width: 100%;
  }

  .cnt-wit-tp-img-wrp.btmCrd .page-center .bottom_row .flex-row {
    max-width: 20.3125em;
    margin: 0 auto;
  }

  .cnt-wit-tp-img-wrp.btmCrd .page-center .bottom_row {
    flex-basis: 100%;
  }
  .adv-bg-content.btmImg .materials .material-content h3 {
    font-size: 1.125em;
  }

  .adv-bg-content.btmImg .materials .page-center {
    padding-top: 0;
  }
  .adv-bg-content.btmImg .materials .material-content {
    width: 100%;
  }
  .adv-bg-content.ImgApplictn .applications {
    background-image: none !IMPORTANT;
    color: #333;
  }

  .adv-bg-content.ImgApplictn .applications h3 span {
    color: #0054a4 !important;
  }

  .adv-bg-content.topImg .materials .material-content h3 {
    font-size: 1.125em;
  }

  .adv-bg-content.topImg .materials .material-content {
    width: 100%;
  }

  #fontchng.cnt-wit-bg-wrp.learn-more-data .rich_text h3 {
    font-size: 1.125em;
  }
  .cnt-wit-bg-wrp.SmpleCntn .page-center .content_widget {
    margin-bottom: 1.875em;
  }

  .cnt-wit-tp-img-wrp.topImgCtn .flex-row .cnt-col {
    flex-basis: 46%;
    width: 46%;
    margin: 0 2% 1.25em;
  }

  .cnt-wit-tp-img-wrp.topImgCtn .flex-row {
    flex-wrap: wrap;
  }

  .logo_slider.logoGlly .logos_row .logo_item {
    width: 32%;
  }


  .formCol.two-col-content .media_column {
    width: 100%;
    order: 1;
    padding-bottom: 2.5em;
    min-height: auto;
    padding-left: 0;
  }

  .formCol.two-col-content .content-col {
    width: 100%;
    order: 2;
    text-align: center;
  }

  .formCol.two-col-content .media_column .content_box {
    position: unset;
    transform: none;
  }

  .formCol.two-col-content .flex_row {
    row-gap: 0;
  }

  .two-col-content.formCol .content-col .description h3 {
    padding-left: 0;
  }

  .formCol.two-col-content .content-col .form_wrap form .actions {
    text-align: left;
  }
  .logo_slider.logoGlly .logos_row .logo_item img {
    margin-bottom: 6px;
  }
  #topPad.cnt-wit-bg-wrp.SmpleCntn .page-center .content_widget {
    margin-bottom: 0;
  }
  .two-col-content.circleCtn .content-col.col6 {
    width: 100%;
    padding-top: 0;
  }

  .two-col-content.circleCtn .flex_row {
    row-gap: 0;
  }

  .two-col-content.circleCtn .media_column {
    max-width: 33.0625em;
    margin: 0 auto;
    width: 100%;
  }

  .two-col-content.ImgCrd .bottom_row .flex_row .media_column {
    width: 100%;
  }

  .two-col-content.ImgCrd .bottom_row .flex_row {
    flex-wrap: wrap;
    row-gap: 0;
  }

  .two-col-content.ImgCrd .bottom_row .flex_row .media_column img {
    width: revert-layer;
    margin-bottom: 6px;
  }

  .two-col-content.ImgCrd .bottom_row .flex_row .content-col {
    width: 100%;
    padding: 1.5625em;
  }
  .cnt-wit-tp-img-wrp.tpImgTtl .cnt-col {
    width: 46%;
    margin: 0 2% 4%;
  }

  .cnt-wit-tp-img-wrp.tpImgTtl .cnt-col:nth-of-type(4n+1) {
    margin: 0 2% 4%;
  }

  .cnt-wit-tp-img-wrp.tpImgTtl .cnt-col:nth-of-type(4n) {
    margin: 0 2% 4%;
  }

  .cnt-wit-tp-img-wrp.tpImgTtl .bottom_row .flex-row {
    justify-content: flex-start;
  }

  .counter-section.countrTech .page-center .noImgIcon {
    margin-bottom: 2.1875em;
    width: 50%;
  }

  .counter-section.countrTech .page-center .flex_row {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .cnt-wit-tp-img-wrp.tpImgTtl .cnt-col.col6 {
    width: 100%;
    margin: 0;
    margin-bottom: 2.125em;
  }

  .cnt-wit-tp-img-wrp.tpImgTtl .cnt-col.col6:nth-of-type(4n+1) {
    margin-bottom: 2.125em;
  }

  .hdtrnsfm.cnt-wit-tp-img-wrp.tpImgTtl .bottom_row .tp-img {
    margin-bottom: 5px;
  }

  .hdtrnsfm.cnt-wit-tp-img-wrp.tpImgTtl .cnt-col, 
  .hdtrnsfm.cnt-wit-tp-img-wrp.tpImgTtl .cnt-col:nth-of-type(4n), 
  .hdtrnsfm.cnt-wit-tp-img-wrp.tpImgTtl .cnt-col:nth-of-type(4n+1) {
    margin-bottom: 4%;
  }

  .hdtrnsfm.cnt-wit-tp-img-wrp.tpImgTtl .bottom_row .tp-img-cnt h3 {
    padding: 0 1.1111111111em;
  }
  #faq-content.cnt-wit-bg-wrp.SmpleCntn ul:nth-child(2) {
    padding-right: 0;
    width: 100%;
    margin-top: 30px;
  }

  #faq-content.cnt-wit-bg-wrp.SmpleCntn h2 span {
    margin-top: 0;
    padding-top: 0;
  }

  .cnt-wit-bg-wrp.learn-more .page-center h2 {
    font-size: 2em;
  }

  .cnt-wit-bg-wrp.learn-more .btn_item a.hs-sec-btn {
    font-size: 1.62vw;
  }

  .cnt-wit-bg-wrp.SmpleCntn.pad .page-center .content_widget {
    margin-bottom: 0;
  }
}
@media(max-width:767px){
  .two-col-content.ebookCol .media_column .single-img {
    text-align: center;
  }

}


@media(max-width:639px){
  .careerBnnr.simple-banner .page-center {
    padding-top: 6.25em;
    padding-bottom: 3.125em;
  }
  .cmTest.testimonials_sliderv2 .left_inner .text_box p {
    padding-left: 0;
  }

  .cmTest.testimonials_sliderv2 .left_inner h3.name {
    padding-left: 0;
  }

  .cmTest.testimonials_sliderv2 .left_inner p.rolee {
    padding-left: 0;
  }

  .cmVideoPop .popup_modal .content_box iframe {
    height: 100%;
    min-height: AUTO;
    width: 100%;
  }
  .cnt-wit-bg-wrp.overlapCntn .content_widget .rich_text>ul {
    flex-wrap: wrap;
  }

  .cnt-wit-bg-wrp.overlapCntn .content_widget .rich_text>ul>li {
    flex-basis: 100%;
    margin-right: 0;
  }

  .cnt-wit-bg-wrp.overlapCntn .content_widget .rich_text>ul ul>li:last-child {
    margin-bottom: 0;
  }

  .cnt-wit-tp-img-wrp.btmCrd .page-center {
    padding: 1.5em 1em 1.5em 1em;
  }
  .adv-bg-content.SmpleTxt .bottom-column {
    padding: 1.5em 0 0;
  }
  .cnt-wit-tp-img-wrp.topImgCtn .flex-row .cnt-col {
    width: 100%;
    flex-basis: 100%;
  }

  .cnt-wit-tp-img-wrp.topImgCtn .flex-row {
    justify-content: center;
  }

  .logo_slider.logoGlly .logos_row .logo_item {
    width: 100%;
  }

  .logo_slider.logoGlly .logos_row .logo_item img {
    max-width: 8.5em;
  }
  .two-col-content.ImgCrd .bottom_row .flex_row .content-col .description {
    flex-wrap: wrap;
  }

  .two-col-content.ImgCrd .bottom_row .flex_row .content-col .description>* {
    width: 100%;
  }

  .two-col-content.ImgCrd .bottom_row .flex_row .content-col .description>:nth-child(odd)>li:last-child {
    margin-bottom: 0;
  }

  .cnt-wit-tp-img-wrp.tpImgTtl .cnt-col {
    width: 100%;
  }

  .cnt-wit-tp-img-wrp.tpImgTtl .bottom_row .flex-row {
    justify-content: center;
  }

  .cnt-wit-tp-img-wrp.tpImgTtl .cnt-col .inner_spacing {
    padding: .625em;
  }

  .cnt-wit-tp-img-wrp.tpImgTtl .cnt-col:nth-of-type(4n), .cnt-wit-tp-img-wrp.tpImgTtl .cnt-col:nth-of-type(4n+1) {
    margin: 0;
    margin-bottom: 1.5625em;
  }

  .counter-section.countrTech .page-center .noImgIcon {
    width: 100%;
  }
  .two-col-content.circleCtn.circle2 .media_column .content_box a {
    max-width: 14.0625em;
    min-height: 14.0625em;
  }

  .two-col-content.circleCtn.circle2 .media_column .content_box a>span {
    padding: 0;
  }

  .two-col-content.ImgCrd .bottom_row .flex_row .content-col .description dl {
    display: block;
  }

  .two-col-content.ImgCrd .bottom_row .flex_row .content-col .description dl dt {
    display: block;
    width: 100%;
  }

  .two-col-content.ImgCrd .bottom_row .flex_row .content-col .description dl dd {
    display: block;
  }

  .cnt-wit-tp-img-wrp.tpImgTtl .cnt-col.col6 .inner_spacing {
    padding: 1.25em;
  }

  .hdtrnsfm.cnt-wit-tp-img-wrp.tpImgTtl .cnt-col, 
  .hdtrnsfm.cnt-wit-tp-img-wrp.tpImgTtl .cnt-col:nth-of-type(4n),
  .hdtrnsfm.cnt-wit-tp-img-wrp.tpImgTtl .cnt-col:nth-of-type(4n+1) {
    margin-bottom: 1.5625em;
  }
  .cnt-wit-bg-wrp.SmpleCntn blockquote {
    width: 100%;
  }

  .cnt-wit-tp-img-wrp.lyoutCol .bottom_row .cnt-col {
    width: 100%;
    margin-right: 0;
  }
  .cnt-wit-tp-img-wrp.lyoutCol .tp-img img {
    padding-right: 0;
  }

  .cnt-wit-tp-img-wrp.lyoutCol .tp-img-cnt {
    padding-top: 27px;
  }

  .cnt-wit-tp-img-wrp.lyoutCol .tp-img-cnt ul {
    margin-bottom: 0;
  }

  .cnt-wit-tp-img-wrp.col12_row.lyoutCol .page-center {
    padding-bottom: 1.5em;
  }

  .cnt-wit-tp-img-wrp.col12_row.lyoutCol .bottom_row .cnt-col .tp-img-cnt {
    padding-top: 0;
  }
  #faq-content.cnt-wit-bg-wrp.SmpleCntn table thead tr th {
    display: none;
  }

  #faq-content.cnt-wit-bg-wrp.SmpleCntn table td {
    clear: left;
    float: left;
    width: 100%;
    text-align: left;
    display: block;
  }

  #faq-content.cnt-wit-bg-wrp.SmpleCntn table td>strong {
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    word-wrap: normal;
  }

  .cnt-wit-bg-wrp.learn-more .btn_item a.hs-sec-btn {
    font-size: 1em;
    position: unset;
    margin-top: .3157894737em;
    padding: .6315789474em;
    line-height: 1.5;
  }
}


@media (max-width: 479px) {
  .cmTest .page-center .bottom_row .splide__arrows {
    display: block;
  } 
  .child_theme .comments-form.page-center input[type="submit"] {
    padding-left: 2em;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}



@media(min-width:40em){

  .lightbox-content.img-center .light-box-cnt p img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .lightbox-content.space .light-box-cnt p img {
    float: right;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: 0.5em;
    margin-right:0.5em
  }

  .lightbox-content.space .light-box-cnt ul li img {
    display: block;
    float: right;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    clear: right;
  }

  .lightbox-content .light-box-cnt p span img {
    padding-left: 0;
    padding-bottom: 0px;
  }

  .lightbox-content.right-space .light-box-cnt div {
    display: flex;
    margin-bottom:2.5em;
  }

  .lightbox-content.right-space .light-box-cnt div img {
    display: flex;
    padding-bottom: 1.5em;
    padding-right: 1.5em;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }

  .lightbox-content.right-space .light-box-cnt div img:nth-child(3n){
    margin-right: 0px;
  }

  .lightbox-content.right-space .light-box-cnt div img:last-child{
    margin-right:0px;
  }

  .lightbox-content.right-space .light-box-cnt ul {
    column-count: 2;
    column-gap: 0;
  }

  .lightbox-content.right-space .light-box-cnt p img {
    padding-left: 0px;
    padding-bottom: 0;
    margin-bottom: 16px;
  }

  .cm_nv_wrp.hrz.diaphragms-btn .page-center{
    max-width:unset;
  }

  .cm_nv_wrp.hrz.diaphragms-btn .page-center .cm_nv_inner {
    width: 48.821174201%;
    margin-right: 2.3576515979%;
    margin-bottom: 1.5em;
  }

  .cm_nv_wrp.hrz.diaphragms-btn#no-space .page-center .cm_nv_inner{
    margin-right:0px;
  }

}

@media(min-width:60em){

  .lightbox-content.space .light-box-cnt p img {
    margin-top:8px;
  }
}

.light-box-cnt ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: .75em;
  padding-left: 1.5em;
}
.light-box-cnt ol li {
  margin-bottom: .5em;
  font-size: 1.125em;
  line-height: 1.5em;
}

.lightbox-content.right-space .light-box-cnt ul li {
  padding-left: 1.9375em;
  margin-bottom: .5em;
  font-size: 1.125em;
  line-height: 1.47em;
  position:relative;
}

.lightbox-content.right-space .light-box-cnt ul {
  column-count: 2;
  column-gap: 0;
  margin-bottom: 2.5em;
  padding-left: 0;
  list-style-type: none;
}

.lightbox-content.right-space .light-box-cnt ul li:after {
  content: '';
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  top: 0;
  left: 0em;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/ico-bullet.svg);
  background-position: center center;
  background-size: 0.4em !important;
  background-repeat: no-repeat;
}

.cm_nv_wrp.hrz.diaphragms-btn .page-center.theme_center {
  padding: 0px;
}

.cm_nv_wrp.hrz.diaphragms-btn .page-center .btn_row a.hs-button {
  background-color: #df7833;
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  padding: 1em 2.8em 1em 2em;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/btn-arrow-white.svg) !important;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  transition: background 0.1s linear;
  white-space:nowrap;
}

.cm_nv_wrp.hrz.diaphragms-btn .page-center .btn_row a.hs-button:hover{
  background-color: #e4e5e8;
  color: #df7833;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/btn-arrow-orange.svg) !important;
}

.cm_nv_wrp.hrz.diaphragms-btn .page-center.theme_center .btn_row {
  justify-content: flex-start;
  row-gap:0px;
  column-gap:0px;
}

.lightbox-content.sitemap .light-box-cnt ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.lightbox-content.sitemap .light-box-cnt ul li {
  margin-bottom: 0px;
  font-size: 1em;
}

.lightbox-content.sitemap .light-box-cnt ul li::after{
  all:unset;
}

.lightbox-content.sitemap .light-box-cnt ul li ul li {
  margin-left: 1.25em;
}

.lightbox-content.sitemap .light-box-cnt ul li ul li::after {
  all: unset;
}

.lightbox-content.sitemap .light-box-cnt ul li a {
  line-height: 24px;
}

div#table-design .light-box-cnt table tr td {
  box-sizing: border-box;
  padding: .5em .7em;
}

div#table-design .light-box-cnt table thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
  font-size: 18px;
  padding-left: .7em;
  padding-right: .7em;
}

.lightbox-content.diff-list .light-box-cnt ul ul li {
  font-size: 1.125em;
}

/* form styling */

.hs_service .widget-type-form form{
  padding-bottom: 1.3em;
}

.hs_service .widget-type-form {
  background-color: #e4e5e8;
  padding: 4px 10px 0;
  margin-bottom: 22px;
}

.hs_service .widget-type-form .form-title {
  font-size: 15px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  color: #333;
  text-align:left;
}

.hs_service .widget-type-form form fieldset > label {
  color: #33475b;
}

.hs_service .widget-type-form .field>label {
  color: #33475b;
  font-family: arial;
  font-size: 14px;
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs_service .widget-type-form input.hs-input{
  box-sizing: content-box;
  border-color: #c87872;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 90%;
  transition: border 0.2s linear, box-shadow 0.2s linear;
  display: inline-block;
  height: 18px;
  padding: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px;
  min-height: 27px;
  box-sizing: border-box;
  margin-bottom: .75em;
}

.hs_service .widget-type-form form select{
  box-sizing: content-box;
  border-color: #c87872;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 90%;
  transition: border 0.2s linear, box-shadow 0.2s linear;
  display: inline-block;
  height: 18px;
  padding: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  min-height: 27px;
  box-sizing: border-box;
  margin-bottom: 1.5em !important;
  transition: border-color;
  height: 2.3em !important;
}

.hs_service .widget-type-form label.hs-error-msg,
.hs_service .widget-type-form .hs_error_rollup label{
  font-size: 14px !important;
  font-family: "Muli", sans-serif;
  line-height: 20px;
  margin-bottom: 4px;
  margin-top: 0px;
}

.hs_service .widget-type-form form .inputs-list>li{
  margin:0px;
}

.hs_service .widget-type-form input.hs-input.error,
.hs_service .widget-type-form select.hs-input.error,
.hs_service .widget-type-form textarea.hs-input.error{
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}

.hs_service .widget-type-form input.hs-input:focus,
.hs_service .widget-type-form select.hs-input:focus,
.hs_service .widget-type-form textarea.hs-input:focus{
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  border-color: rgba(82, 168, 236, 0.8);
  outline:none;
}

.hs_service .widget-type-form form .hs-richtext{
  margin-bottom:18px;
  margin-top: 16px;
  font-size: 15px;
  font-weight: 600;
}

.hs_service .widget-type-form ul.hs-error-msgs {
  padding-left: 5px;
  list-style: none;
}

.hs_service .widget-type-form fieldset.form-columns-2 div:last-child .input input,
.hs_service .widget-type-form fieldset.form-columns-1 div:last-child .input input,
.hs_service .widget-type-form fieldset.form-columns-1 div:last-child select.hs-input,
.hs_service .widget-type-form fieldset.form-columns-1 div:last-child textarea.hs-fieldtype-textarea {
  width: 100%;
}

.hs_service .widget-type-form .hs-form-field{
  margin-bottom:18px;
}

.hs_service .widget-type-form .hs-fieldtype-booleancheckbox {
  margin-bottom: 18px;
}

.hs_service .widget-type-form .hs-fieldtype-booleancheckbox ul.inputs-list {
  padding-top: 6px;
  padding-left: 5px;
  list-style: none;
}

.hs_service .widget-type-form .hs-fieldtype-booleancheckbox ul.inputs-list label {
  margin-bottom: 4px;
  line-height: 20px;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
}

.child_theme .hs_service .widget-type-form .hs_submit {
  font-size: 14px;
  margin-top: 0px;
}

.hs_service .widget-type-form .hs-fieldtype-booleancheckbox ul.inputs-list label input {
  margin: 3px 5px 0px 0px !important;
  transition: border 0.2s linear, box-shadow 0.2s linear;
  box-shadow:unset;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  font-size: 13px;
  padding: 0;
  height: auto !important;
  line-height: normal !important;
  border: none !important;
  min-height: auto !important;
  transition: border 0.2s linear, box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 0px solid;
  box-sizing: content-box;
  width: auto !important;
  vertical-align: top;
}

.hs_service .widget-type-form .hs-fieldtype-booleancheckbox ul.inputs-list label input span a{
  color:#551A8B !important;
}

.child_theme .hs_service .widget-type-form .hs_submit .actions input.hs-button {
  padding: .875em 3em !important;
  transition: background 0.1s linear;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/btn-arrow-white.svg);
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  display: inline-block;
  font-weight: 700;
  width: 100%;
  margin-bottom: .625em;
  font-size: 14px;
  line-height: 1.5em;
}

.child_theme .hs_service .widget-type-form form fieldset.form-columns-2>div:last-child .input, 
.child_theme .hs_service .widget-type-form form fieldset.form-columns-3>div:last-child .input{
  margin-right:8px !important;
}

.child_theme .hs_service .widget-type-form .hs-form-field{
  font-size:16px;
}

.hs_service .widget-type-form .hs-fieldtype-textarea.hs-input {
  max-width: 500px;
  transition: border 0.2s linear, box-shadow 0.2s linear;
  padding-top: 5px;
  height: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  padding: 4px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: .75em;
  min-height: auto;
}

.child_theme .hs_service .widget-type-form .hs_submit .actions input.hs-button:hover {
  background-color: #0054a4 !important;
  color: #ffffff !important;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/arrow-white.svg) !important;
}

.lightbox-content .video-wrap {
  text-align: center;
  width: 290px;
  margin: 0 auto;
}

.lightbox-content .video-wrap a.lightvide-youtube {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.lightbox-content .video-wrap a.lightvide-youtube::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 3.125em;
  height: 3.125em;
  top: 40%;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/ico-play-video.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
}

@media(max-width:960px){

  .hs_service .widget-type-form form select, 
  .hs_service .widget-type-form input.hs-input,
  .hs_service .widget-type-form .hs-fieldtype-textarea.hs-input{
    max-width:100%;
  }

  .hs_service .widget-type-form .field>label{
    font-size:14px;
  }

  .hs_service .widget-type-form .hs-fieldtype-booleancheckbox ul.inputs-list label{
    font-size:14px;
  }
}

@media(max-width:640px){

  .lightbox-content.right-space.img-center .light-box-cnt div img {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    display: block;
  }

  .lightbox-content.right-space .light-box-cnt div {
    margin-bottom:2.5em;
  }

  .lightbox-content.right-space .light-box-cnt ul {
    column-count: 1;
    margin-bottom: 2em;
  }

  .lightbox-content.img-center.right-space .light-box-cnt p img {
    padding-bottom: 0em;
  }

  .cm_nv_wrp.hrz.diaphragms-btn .page-center.theme_center .btn_row {
    margin-bottom: 1.5em;
  }

  .cm_nv_wrp.diaphragms-btn .cm_nv_inner {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lightbox-content .light-box-cnt p img {
    /*     margin:0 auto; */
  }

  .lightbox-content .light-box-cnt ul li img {
    padding-bottom: 1.5em;
    display: block;
  }

  div#table-design .light-box-cnt table thead tr th {
    font-size: 16px;
    line-height: 24px;
  }
}

@media(max-width:480px){

  div#table-design .light-box-cnt table thead tr th {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}




/*  */
























.industries.botContAdd .bottom_contnt p span {
  color: rgba(0, 84, 164, 1.0);
}


.home_page_v1_page .logo-section .im-logo span.im-logo-inner a img {
  margin: 0;
  vertical-align: unset !important;
}

.home_page_v1_page .logo-section .im-logo span.im-logo-inner a {
  display: inline-block;
  vertical-align: unset !important;
}

/*  */


.cnt-wit-bg-wrp.home_fw_content_sec .page-center {
  padding: var(--globel_spacing);
}

.two-col-content.home_download_sec .page-center{
  padding: 1.5em 1em 1.5em 1em;
}


.cnt-wit-bg-wrp.home_fw_content_sec a.hs-button {
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/arrow-white.svg);
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  margin-top: 2em;
  font-size: 1.125em;
  padding: .8em 3.8em .8em 2em;
  background-size: .8em 1em;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
}

.cnt-wit-bg-wrp.home_fw_content_sec .btn_row {
  margin-top: 0;
}

.cnt-wit-bg-wrp.home_fw_content_sec a.hs-button:hover {
  background-color: #e4e5e8;
  color: #0054a4;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/arrow-blue.svg);
}

@media(min-width: 40em){
  .two-col-content.home_download_sec .page-center{
    padding: 2.5em 1.5em 2.5em 1.5em;
  }	
}

/*  */

.cnt-wit-bg-wrp.home_fw_content_sec h2.title {
  font-size: 1.5em;
  margin-top: 0;
  color: rgba(0, 84, 164, 1.0);
}

.home_page_v1_page .advanced-card .resources-card .flex-row .items a {
  border: 1px solid #999;
}

/*  */

.downalod_now_sec .btn_wrap a.hs-sec-btn:after {
  content: "";
  position: absolute;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/stamping-dwd-ico.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  left: .8333333333333333em;
  bottom: 11px;
}

.downalod_now_sec .btn_wrap a.hs-sec-btn:hover:after {
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/stm-dwd-hvico.png);
}

.downalod_now_sec .btn_wrap a.hs-sec-btn:hover {
  color: #df7832;
  background-color: #ffffff;
}

.catalog_slider_sec .bottom_slider .cm-title:before {
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/gdd-arrow.png);
  background-size: 0.6666666667em 1.0555555556em;
  background-repeat: no-repeat;
  background-position: right center;
}

.catalog_slider_sec .prev_arr.slick-arrow:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.catalog_slider_sec .slick-arrow:after {
  display: block;
  content: '';
  height: 2.5em;
  background-size: 40px;
  background-repeat: no-repeat;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/arrow.svg);
  background-position: center;
}

.bottom_slider_innr:hover  .slick-arrow:after{
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/arrow-blue.svg);
}

/* home banner */


.simple-banner.home_banner_sec {
  min-height: unset;
  padding: 0;
}

.simple-banner.home_banner_sec .page-center {
  padding: 0;
  max-width: 73.375em;
  margin-left: 0;
  display: table;
  width: 100%;
  padding: 0;
}



.simple-banner.home_banner_sec .flex_row {
  vertical-align: middle;
  display: table-cell;
  padding: 1.375em;
}

.simple-banner.home_banner_sec .flex_row {
  position: relative;
  background-color: rgba(0, 64, 164, 0.75);
}

.simple-banner.home_banner_sec .page-center:after {
  clear: both;
  content: "";
  display: table;
}

.simple-banner.home_banner_sec h2 {
  font-size: 2.25em;
  font-weight: bold;
  margin: 0;
  margin-bottom: 24px;
}

.simple-banner.home_banner_sec h3 {
  font-weight: 400;
  line-height: 1.5em;
}

.simple-banner.home_banner_sec .banner-content-inner {
  padding: 0;
}

.simple-banner.home_banner_sec a.hs-sec-btn {
  font-size: 1em;
  padding: 15px 9px 15px 20px;
}

.simple-banner.home_banner_sec .btn_row {
  margin-top: auto;
}

@media (min-width: 40em) {
  .simple-banner.home_banner_sec .flex_row {
    width: 40%;
    vertical-align: middle;
    display: table-cell;
    position: relative;
  }

}

@media (min-width: 60em) {
  .simple-banner.home_banner_sec .page-center {
    margin-left: 8.75em;
  }

  .simple-banner.home_banner_sec .flex_row {
    width: 42%;
    position: relative;
  }

  .simple-banner.home_banner_sec h3 {
    margin-top: 0;
    margin-bottom: 1.4583333333em;
    font-size: 24px;
    width: 90%;
  }

  .simple-banner.home_banner_sec a.hs-sec-btn {
    padding: 15px 20px 15px 20px;
    font-size: 1.25em;
  }
}

@media(max-width: 959px){

  .simple-banner.home_banner_sec h2 {
    font-size: 1.625em;
  }
}

/*  */

.industries_slider_sec .ism-content-heading span:after {
  content: "";
  position: absolute;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/title-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 2.5em 1.2em;
  right: 0;
  top: 0.15em;
  width: 2.5em;
  height: 1.2em;
}

@media (min-width: 60em) {
  .industries_slider_sec .ism-content-heading span:after {
    background-size: 2.0833333333em 1em;
    top: 0.125em;
    width: 2.0833333333em;
    height: 1em;
  }
}

@media (min-width: 80em) {
  .industries_slider_sec .ism-content-heading span:after {
    background-size: 2.0789473684em 1em;
    top: 0.2368421053em;
    width: 2.0789473684em;
    height: 1em;
  }
}

/*  */

.industries_slider_sec .ixm-text {
}

.industries_slider_sec .ixm-text ul {
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 40px;
}

.industries_slider_sec .ixm-text ul li:after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 10px;
  left: -1.5em;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/ico-bullet.svg);
  background-position: center center;
  background-size: 5px 5px !important;
  background-repeat: no-repeat;
}

.industries_slider_sec .ixm-text ul li {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1.125em;
  line-height: 1.47em;
}


.industries_slider_sec .ims-cta-wrapper a.hs-sec-btn {
  padding: 1em 2.8em 1em 2em;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/btn-arrow-white.svg);
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
}

.industries_slider_sec .ims-cta-wrapper a.hs-sec-btn:hover {
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/btn-arrow-orange.svg);
}


.industries_slider_sec .ims-cta-wrapper a.hs-sec-btn.btn1 {
  margin-bottom: 0.625em;
  position: relative;
  background-image: none;
  padding-left: 3.625em;
  margin-right: 0.9375em;
  background-image: none !important; 
}

.industries_slider_sec .ims-cta-wrapper a.hs-sec-btn.btn2 {
  padding-right: 3.4375em;
}

.industries_slider_sec .ims-cta-wrapper a.hs-sec-btn.btn1:before {
  content: "";
  position: absolute;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/contact-ico-wht.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2em 1.6875em;
  left: 0.75em;
  top: 0.6875em;
  width: 2em;
  height: 1.6875em;
}

.industries_slider_sec .ims-cta-wrapper a.hs-sec-btn.btn1:hover:before{
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/contact-ico-org.png);
}


@media(max-width: 959px){
  .industries_slider_sec .ims-cta-wrapper a.hs-sec-btn.btn1 {
    margin-right: 0;
  }
}

@media(max-width: 767px){


  .ism-tab-wrap .slick-arrow {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
  }

  .ism-tab-wrap button.slick-prev.slick-arrow {
    left: -25px;
  }

  .ism-tab-wrap button.slick-next.slick-arrow {
    right: -25px;
  }

  .ism-tab-wrap .slick-arrow:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .ism-tab-wrap .slick-prev:before {
    background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/slider-arrow.png);
    background-size: 12px 18px;
    width: 20px;
    height: 20px;
    content: "";
    display: block;
    background-repeat: no-repeat;
    transform: scale(-1);
  }

  .ism-tab-wrap .slick-next:before {
    background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/slider-arrow.png);
    background-size: 12px 18px;
    width: 20px;
    height: 20px;
    content: "";
    display: block;
    background-repeat: no-repeat;
  }

}

.local-navigation {
  list-style-type: none;
  padding-left: 0;
}
.local-navigation li {
  margin-bottom: 10px;
}
.local-navigation a {
  text-decoration: none;
  color: #333;
}

.breadcrumb .inner-wrap.page-center {
  max-width: 73.375em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 0 1em;
}

.breadcrumb .inner-wrap.page-center p {
  font-size: 1em;
  margin-bottom: 0;
  margin-top: 0;
}

.breadcrumb .inner-wrap.page-center p a {
  color: #040a0e;
  text-decoration: none;
}

.breadcrumb .inner-wrap.page-center p span.breadcrumb_last {
  text-decoration: underline;
  color: #0054a4;
}

.blog-post-container .post-content h2 {
    color: #0054a4;
}

.blog-listing-container {
  padding: 1.5em 1em 1.5em 1em;
}

.blog-listing-container .flex-row {
  display: flex;
  flex-direction: column;
}

.blog-listing-container .flex-row .right-column{
  margin-top: 1.875em;
  margin-bottom: 0;
}

.blog-pagination .blog-pagination-count {
  margin-right: .75em;
}

.blog-pagination a {
  margin-right: .75em;
}

.blog-pagination a.active {
  color: #333;
  text-decoration: none;
}

.blog-post-container > .inner-wrap.page-center {
  padding: 1.5em 1em 1.5em 1em;
  display: flex;
  flex-direction: column;
}

.blog-post-container >.inner-wrap.page-center .post-sidebar {
  display: block;;
  margin-top: 1.875em;
}

.comments-form.page-center h2 {
  font-size: 1.125em;
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: bold;
  font-family: "Muli", sans-serif;
  line-height: 1.25;
}

.comments-form.page-center {
  padding: 1.5em 1em 1.5em 1em;
}

.comments-form.page-center label {
  font-weight: bold;
  margin-bottom: 0.375em;
  display: block;
  font-family: "Muli", sans-serif;
  font-size: 1.125em;
}

.comments-form.page-center form input[type=email],
.comments-form.page-center form input[type=file],
.comments-form.page-center form input[type=number],
.comments-form.page-center form input[type=password],
.comments-form.page-center form input[type=search],
.comments-form.page-center form input[type=tel],
.comments-form.page-center form input[type=text],
.comments-form.page-center form select, 
.comments-form.page-center form textarea{
  color: #444;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #e4e5e8;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Muli", sans-serif;
  font-size: 1.125em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
  display: block;
}

.comments-form.page-center form input[type=email]:hover,
.comments-form.page-center form input[type=file]:hover,
.comments-form.page-center form input[type=number]:hover,
.comments-form.page-center form input[type=password]:hover,
.comments-form.page-center form input[type=search]:hover,
.comments-form.page-center form input[type=tel]:hover,
.comments-form.page-center form input[type=text]:hover,
.comments-form.page-center form select:hover, 
.comments-form.page-center form textarea:hover{
  border-color: #c8cad1;
}

.comments-form.page-center form input[type=email]:focus,
.comments-form.page-center form input[type=file]:focus,
.comments-form.page-center form input[type=number]:focus,
.comments-form.page-center form input[type=password]:focus,
.comments-form.page-center form input[type=search]:focus,
.comments-form.page-center form input[type=tel]:focus,
.comments-form.page-center form input[type=text]:focus,
.comments-form.page-center form select:focus, 
.comments-form.page-center form textarea:focus{
  border-color: #00ad49;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 148, 62, 0.7);
  outline: none;
}

.comments-form.page-center input[type="submit"]{
  padding: 0.875em 3em ;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #df7833;
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  transition: background 0.1s linear;
  font-family: "Muli", sans-serif;
  font-size: 1.125em;
}

.blog-post-container .post-content ul {
    padding-left: 40px;
    clear: left;
    list-style-type: none;
    margin-bottom: .75em;
}

.blog-post-container .post-content ul li {
    position: relative;
    margin-bottom: .5em;
    font-size: 1.125em;
    line-height: 1.47em;
}

.blog-post-container .post-content ul li::after {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    top: 10px;
    left: -1.5em;
    background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/ico-bullet.svg);
    background-position: center center;
    background-size: 5px 5px !important;
    background-repeat: no-repeat;
}
#as-logo-box {
  float: right;  
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height:116px;
  
  padding: 15px 15px
}

#as-logo {
  display: block;  
  width: 160px;
}

.under-column-img {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.under-column-img img {
	max-width: 180px;
  margin-bottom: 6px;
}

@media (min-width: 40em) {
  .breadcrumb .inner-wrap.page-center {
    padding: 2.5em 1.5em 0 1.5em;
  }

  .blog-listing-container {
    padding: 2.5em 1.5em 2.5em 1.5em;
  }

  .blog-listing-container .flex-row .left-column{
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }

  .blog-post-container > .inner-wrap.page-center {
    padding: 2.5em 1.5em 2.5em 1.5em;
  }

  .comments-form.page-center {
    padding: 2.5em 1.5em 2.5em 1.5em;
  }
  
}

@media (min-width: 60em) {
  .blog-listing-container .flex-row {
    flex-direction: row;
  }

  .blog-listing-container .flex-row .right-column{
    margin-top: 0;
    display: block;
    width: 23.2317613015%;
    margin-right: 0;
  }

  .blog-post-container > .inner-wrap.page-center {
    display: flex;
    flex-direction: row;
  }

  .blog-post-container > .inner-wrap.page-center .post-content {
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }

  .blog-post-container>.inner-wrap.page-center .post-sidebar {
    float: left;
    display: block;
    width: 23.2317613015%;
    margin-right: 0;
    margin-top: 0;
  }

  .comments-form.page-center h2 {
    font-size: 1.5em;
  }
  
}
@media (min-width: 300px) {
    #as-logo-box {    
        display:none;
      }
}
@media (min-width: 768px) {
    #as-logo-box {    
        display:flex;
      }
}