h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 2em;
  font-weight: 300;
}

a {
  color: #106db2;
  text-decoration: none;
}

.promo {
  padding: 5px 5%;
  background-color: #0e3450;
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 500;
  text-align: center;
}

.promo-link {
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
  padding-top: 0.1em;
  padding-right: 0.4em;
  padding-left: 0.4em;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 4px;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  text-decoration: none;
}

.promo-link:hover {
  background-color: #fff;
  color: #0e3450;
}

.promo-text {
  display: inline;
}

.text-block {
  padding-top: 2px;
  font-size: 0.98em;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

.container-regular {
  position: relative;
  width: 100%;
  max-width: 1400px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-wrapper {
  margin-top: 33px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:hover {
  color: #8e2b2e;
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
  color: #8da7ba;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  max-width: 200px;
  min-width: 200px;
  background-color: #f5f5f5;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  color: #8e2b2e;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Roboto, sans-serif;
}

.footer-wrapper {
  margin-top: auto;
}

.ftr-cr-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #0e3450;
  color: #fff;
  font-size: 11px;
  line-height: 1.7em;
}

.mgmt-by {
  color: #8da7ba;
  font-weight: 700;
  text-decoration: none;
}

.mgmt-by:hover {
  color: #c1a888;
}

.cr-links {
  display: inline;
  padding-left: 1em;
  color: hsla(0, 0%, 100%, 0.5);
}

.text-block-2 {
  display: inline;
}

.cr-link {
  color: #fff;
  text-decoration: none;
}

.cr-link:hover {
  color: #c1a888;
}

.container {
  width: 100%;
  max-width: 1400px;
}

.footer-brand {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ftr-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.nav-drop-link {
  color: #3c3c3c;
  font-size: 16px;
}

.nav-drop-link:hover {
  color: #8e2b2e;
}

.ftr-soc-link {
  padding-right: 10px;
  padding-left: 10px;
}

.ftr-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ftr-nav-link {
  margin-right: 10px;
  margin-left: 10px;
  color: #3c3c3c;
  font-size: 16px;
  text-decoration: none;
}

.ftr-nav-link:hover {
  color: #8e2b2e;
}

.call-text {
  display: inline-block;
  color: #0e3450;
  font-size: 26px;
}

.call-icon {
  display: inline-block;
  margin-top: -10px;
  margin-right: 10px;
}

.call-us {
  color: #8e2b2e;
  font-weight: 900;
  text-decoration: none;
}

.call-block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.call-block.hdr {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: auto;
  display: inline-block;
  text-align: right;
}

.div-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-heading-right {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shadow-two {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 530px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(36%, rgba(0, 0, 0, 0.75)), color-stop(64%, transparent)), url('../images/american-tubs-hero-bg.webp');
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.75) 36%, transparent 64%), url('../images/american-tubs-hero-bg.webp');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.inner {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.hero-h {
  color: #fff;
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 500;
}

.hero-text {
  color: #fff;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 300;
}

.hero-block {
  display: inline-block;
  margin-right: 30px;
  float: right;
}

.hero-cta-2 {
  margin-top: 1em;
  padding: 0.8em 1.2em;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 6px;
  background-color: rgba(141, 167, 186, 0.7);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.hero-cta-2:hover {
  border-color: #fff;
}

.hero-cta-1 {
  margin-top: 1em;
  padding: 0.8em 1em;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 6px;
  background-color: #8e2b2e;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-cta-1:hover {
  border-color: #fff;
}

.h-cta-1-text {
  display: inline;
}

.h-cta-2-text {
  display: inline;
}

.scroll-text {
  display: inline;
  padding-left: 1em;
  color: #fff;
  text-transform: uppercase;
}

.scroll-more {
  margin-top: 1em;
  font-size: 10px;
  line-height: 1em;
}

.image-2 {
  width: 1em;
  height: 1em;
}

.h-cta-2-arrow {
  width: 1em;
  height: 1em;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.h-cta-1-arrow {
  width: 1em;
  height: 1em;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.fa {
  font-family: 'Fa solid 900', sans-serif;
}

.tan {
  color: #c1a888;
}

.fa-reg {
  font-family: 'Fa 400', sans-serif;
}

.fa-reg.tan.alt {
  margin-left: 0.5em;
}

.fa-reg.tan-lt {
  margin-left: 0.5em;
  color: #e0d3c2;
}

.maroon {
  color: #8e2b2e;
}

.watch-vid-link {
  display: inline-block;
  padding: 0.8em 1.2em;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #8da7ba;
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 900;
  text-decoration: none;
}

.watch-vid-link:hover {
  border-color: #888;
}

.home-h2 {
  margin-top: 0px;
  margin-bottom: 1em;
  padding-right: 2.5em;
  color: #0e3450;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 500;
}

.home-h2.no-mb {
  margin-bottom: 0em;
  padding-right: 0em;
}

.home-h2.testim {
  padding-right: 0em;
  font-weight: 900;
  text-align: center;
}

.home-h2.explore {
  padding-right: 0em;
  color: #8da7ba;
  text-align: center;
}

.more-link {
  display: inline-block;
  margin-right: 1.2em;
  border-bottom: 1px dotted rgba(16, 109, 178, 0);
  color: #106db2;
  font-size: 16px;
  text-decoration: none;
}

.more-link:hover {
  border-bottom: 1px dotted #106db2;
}

.two-col {
  display: -ms-grid;
  display: grid;
  padding-top: 60px;
  padding-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.leadin-text {
  padding-bottom: 1em;
  font-size: 21px;
  line-height: 1.5em;
  font-weight: 300;
}

.secondary-text {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  padding-right: 4.4em;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 300;
}

.secondary-text.mr {
  padding-right: 1.3em;
}

.flag {
  position: relative;
  top: 0.1em;
  display: inline-block;
  width: 1.6em;
  height: 1em;
  margin-right: 10px;
  background-image: url('../images/ukraine-flag.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 500;
}

.text-block-3 {
  font-size: 15px;
  line-height: 1.2em;
}

.schedule {
  padding-bottom: 10vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(141, 167, 186, 0.15)), to(rgba(141, 167, 186, 0.15))), url('../images/wATER-fUNNEL-2.webp');
  background-image: linear-gradient(180deg, rgba(141, 167, 186, 0.15), rgba(141, 167, 186, 0.15)), url('../images/wATER-fUNNEL-2.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.noblue {
  color: #3c3c3c;
}

.consult-submit {
  margin-top: 1.1em;
  padding: 0.7em 1em;
  border-radius: 6px;
  background-color: #8e2b2e;
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.consult-submit:hover {
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.8);
}

.consult-submit.alt {
  display: inline-block;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.5);
}

.consult-submit.alt:hover {
  border-color: rgba(255, 255, 255, 0.75);
}

.input-cols {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inputs {
  border-radius: 6px;
}

.message-box {
  max-width: 100%;
  min-height: 6em;
  min-width: 100%;
}

.walkin-tubs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 60, 60, 0.4)), to(rgba(60, 60, 60, 0.4))), url('../images/cropped-minimal-bathroom.webp');
  background-image: linear-gradient(180deg, rgba(60, 60, 60, 0.4), rgba(60, 60, 60, 0.4)), url('../images/cropped-minimal-bathroom.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.walkintubs-h {
  margin-top: 0px;
  font-size: 11.5vw;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

.wit-checks {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
}

.fa-check {
  margin-bottom: 0.4em;
  font-family: 'Fa 400', sans-serif;
  color: #d1c0a9;
  font-size: 75px;
  line-height: 1em;
}

.wit-block {
  margin-bottom: 60px;
  padding-top: 3vw;
  padding-bottom: 4vw;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 9px;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
  text-align: center;
}

.text-block-4 {
  font-size: 4vw;
  line-height: 1em;
  font-weight: 300;
}

.wit-h4 {
  font-size: 28px;
  font-weight: 500;
}

.findout-wrap {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.find-out {
  padding: 4vw 26vw 4vw 4vw;
  background-image: url('../images/find-out-bg.webp');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
  font-size: 60px;
  line-height: 1.4em;
}

.find-out-text {
  font-size: 3vw;
  line-height: 1.2em;
}

.video {
  height: 28.125vw;
}

.vid-link {
  position: relative;
  width: 100%;
  height: 100%;
  color: #e0d3c2;
}

.vid-link:hover {
  color: #0e3450;
}

.vid-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Fa 400', sans-serif;
  font-size: 7vw;
  line-height: 1em;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.find-out-arrow {
  width: 6vw;
}

.arrw-down {
  display: none;
  font-family: 'Fa solid 900', sans-serif;
  color: #e0d3c2;
}

.network-wrap {
  background-color: #f1f6fb;
}

.network-cols {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.usa {
  width: 100%;
  padding-top: 60px;
  padding-right: 40px;
  padding-bottom: 60px;
}

.find-dealer-btn {
  display: inline-block;
  padding: 1em 1.4em;
  border-radius: 5px;
  background-color: #8e2b2e;
  color: #fff;
  font-size: 20px;
  line-height: 1em;
  text-transform: none;
}

.find-dealer-btn:hover {
  box-shadow: 0 6px 11px -8px #000;
}

.find-dealer {
  padding-top: 75px;
  background-image: url('../images/AT-Tech-darkblue.webp');
  background-position: 100% 100%;
  background-size: 47%;
  background-repeat: no-repeat;
}

.find-h {
  margin-bottom: 0.2em;
  font-size: 3.5vw;
  line-height: 1.2em;
  font-weight: 500;
}

.find-text {
  margin-bottom: 1em;
  font-size: 2vw;
  line-height: 1.2em;
}

.bath-exp-l {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  width: 35%;
  padding-top: 3.2em;
  float: left;
}

.bathing-exp {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bath-exp-r {
  width: 50%;
  padding-left: 15px;
  float: right;
}

.bath-exp-btn {
  display: inline-block;
  margin-bottom: 1em;
  padding: 1em 1.3em;
  border-radius: 5px;
  background-color: rgba(14, 52, 80, 0.1);
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 500;
}

.bath-exp-btn:hover {
  background-color: #8da7ba;
  color: #fff;
}

.bath-exp-btn.alt {
  padding: 0.5em 0.9em;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d1d1;
  background-color: rgba(14, 52, 80, 0);
  color: #fff;
}

.bath-exp-btn.alt:hover {
  border-color: #fff;
}

.heading-2 {
  color: #8e2b2e;
  font-size: 40px;
  line-height: 1.5em;
  font-weight: 500;
}

.heading-2.alt {
  color: #fff;
}

.text-block-5 {
  margin-bottom: 0.5em;
  font-size: 26px;
  line-height: 1.5em;
  font-weight: 300;
}

.bath-exp-p {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 2em;
  font-weight: 300;
}

.bath-exp-p.alt {
  color: #fff;
}

.bath-exp-block {
  margin-bottom: 2em;
}

.testim-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.slider {
  height: auto;
  padding-bottom: 60px;
  background-color: transparent;
}

.icon {
  margin: 0px;
  color: #d6d6d6;
}

.icon.blog {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.testim-p {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
}

.mask {
  margin-right: 80px;
  margin-left: 80px;
}

.testim-credit {
  color: #8e2b2e;
  font-weight: 700;
}

.testim-loc {
  font-weight: 300;
}

.slide {
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
}

.left-arrow {
  width: 40px;
}

.left-arrow.blog-arrw {
  left: 30%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 40px;
}

.right-arrow {
  width: 40px;
}

.right-arrow.blog-arrw {
  left: auto;
  top: auto;
  right: 30%;
  bottom: 0%;
  height: 40px;
}

.blog-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f1f6fb;
}

.blog-h {
  margin-bottom: 0.5em;
  color: #0e3450;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

.blog-card {
  background-color: #fff;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.25);
}

.blog-img-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56%;
}

.blog-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-info {
  overflow: auto;
  padding: 5px 30px 30px;
}

.blog-card-p {
  font-size: 16px;
  font-weight: 300;
}

.blog-card-set {
  display: -ms-grid;
  display: grid;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-card-h {
  line-height: 1.2em;
  font-weight: 500;
}

.mask-2 {
  margin-right: -20px;
  margin-left: -20px;
}

.blog-h-link {
  display: inline-block;
  margin-top: -5px;
  color: #0e3450;
}

.blog-h-link:hover {
  color: #106db2;
}

.explore-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.request-wrap {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.request {
  padding: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/home_spa_slider-min.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/home_spa_slider-min.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.learn-more-wrap {
  padding: 60px 40px;
  background-image: url('../images/happy-couple.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inputs-transp {
  border-radius: 6px;
  background-color: hsla(0, 0%, 60.8%, 0.6);
}

.inputs-transp:focus {
  color: #fff;
}

.inputs-transp::-webkit-input-placeholder {
  color: #fff;
}

.inputs-transp:-ms-input-placeholder {
  color: #fff;
}

.inputs-transp::-ms-input-placeholder {
  color: #fff;
}

.inputs-transp::placeholder {
  color: #fff;
}

.speak-w-expert {
  margin-top: 25px;
  margin-left: 30px;
  float: left;
  color: #fff;
  font-size: 19px;
  line-height: 1.2em;
  font-weight: 300;
}

.call-expert {
  color: #fff;
}

.git {
  display: block;
  color: #e0d3c2;
  font-size: 0.6em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.git-h {
  margin-bottom: 31px;
  color: #fff;
  font-size: 43px;
  line-height: 1.1em;
  font-weight: 300;
}

.lm-block {
  margin-bottom: 30px;
}

.lm-block.last {
  margin-bottom: 0px;
}

.lm-icon {
  margin-bottom: 0.2em;
  font-family: 'Fa solid 900', sans-serif;
  color: #e0d3c2;
  font-size: 70px;
  line-height: 1em;
}

.accordion-body-2 {
  overflow: hidden;
  width: 100%;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.accordion-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-title-text-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  font-weight: 600;
}

.accordion-header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  font-size: 18px;
}

.accordion-icon-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.read-more-rich-text {
  margin-top: 20px;
  margin-bottom: -20px;
}

.accordion-body-content-2 {
  padding-top: 0em;
  padding-bottom: 1.5em;
}

.accordion-2 {
  width: auto;
  margin-bottom: 2px;
}

.accordion-icon-2 {
  width: 1.5em;
  margin-right: 7px;
  color: #e31f28;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}

.explore-exp {
  position: relative;
}

.exp-bath {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  width: 45%;
  float: left;
}

.exp-bath-img {
  display: block;
  width: 100%;
  min-width: 100%;
}

.exp-bath-cards {
  display: -ms-grid;
  display: grid;
  width: 50%;
  padding-left: 15px;
  float: right;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.exp-bath-card-img {
  width: 100%;
}

.exp-bath-card {
  padding-top: 30px;
}

.exp-card-h {
  display: inline-block;
  color: #0e3450;
  font-size: 25px;
  font-weight: 500;
}

.exp-card-circ {
  position: relative;
  top: 6px;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 0.7em;
  border-radius: 50%;
  background-color: #8e2b2e;
}

.exp-card-circ.alt {
  margin-right: 0em;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.exp-card-circ.alt:hover {
  background-color: #106db2;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.exp-card-circ.alt.one {
  position: absolute;
  left: 73%;
  top: 3%;
  right: auto;
  bottom: auto;
}

.exp-card-circ.alt.two {
  position: absolute;
  left: 52%;
  top: 27%;
  right: auto;
  bottom: auto;
}

.exp-card-circ.alt.three {
  position: absolute;
  left: 44%;
  top: 38%;
  right: auto;
  bottom: auto;
}

.exp-card-circ.alt.four {
  position: absolute;
  left: 60%;
  top: 48%;
  right: auto;
  bottom: auto;
}

.exp-card-circ.alt.five {
  position: absolute;
  left: 65%;
  top: 61%;
  right: auto;
  bottom: auto;
}

.exp-card-circ.alt.six {
  position: absolute;
  left: 36%;
  top: 22%;
  right: auto;
  bottom: auto;
}

.exp-card-num {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.card-p {
  font-size: 16px;
  line-height: 1.5em;
}

.exp-card-circ-1 {
  position: relative;
  top: 6px;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 0.7em;
  border-radius: 50%;
  background-color: #8e2b2e;
}

.exp-card-circ-1.alt {
  margin-right: 0em;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.exp-card-circ-1.alt:hover {
  background-color: #106db2;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.exp-card-circ-1.alt.one {
  position: absolute;
  left: 73%;
  top: 3%;
  right: auto;
  bottom: auto;
}

.exp-card-circ-1.alt.two {
  position: absolute;
  left: 52%;
  top: 27%;
  right: auto;
  bottom: auto;
}

.exp-card-circ-1.alt.three {
  position: absolute;
  left: 44%;
  top: 38%;
  right: auto;
  bottom: auto;
}

.exp-card-circ-1.alt.four {
  position: absolute;
  left: 60%;
  top: 48%;
  right: auto;
  bottom: auto;
}

.exp-card-circ-1.alt.five {
  position: absolute;
  left: 65%;
  top: 61%;
  right: auto;
  bottom: auto;
}

.exp-card-circ-1.alt.six {
  position: absolute;
  left: 36%;
  top: 22%;
  right: auto;
  bottom: auto;
}

@media screen and (min-width: 1440px) {
  .hero {
    height: 38vw;
    max-height: 800px;
    background-position: 0px 0px, 0% 0%;
  }

  .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inner.find {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-h {
    font-size: 70px;
  }

  .hero-text {
    font-size: 30px;
  }

  .hero-cta-2 {
    font-size: 19px;
    line-height: 1em;
  }

  .hero-cta-2:hover {
    border-color: #fff;
  }

  .hero-cta-1 {
    padding: 1em 1.3em;
    font-size: 20px;
  }

  .hero-cta-1:hover {
    border-color: #fff;
  }

  .watch-vid-link {
    font-weight: 700;
  }

  .watch-vid-link:hover {
    background-color: rgba(0, 0, 0, 0.08);
  }

  .home-h2 {
    padding-right: 1.8em;
    font-size: 58px;
  }

  .leadin-text {
    font-size: 22px;
  }

  .consult-submit {
    box-shadow: 0 6px 10px -6px transparent;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
  }

  .consult-submit:hover {
    box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.5);
  }

  .inputs {
    font-size: 16px;
    font-weight: 300;
  }

  .inputs::-webkit-input-placeholder {
    color: #3c3c3c;
  }

  .inputs:-ms-input-placeholder {
    color: #3c3c3c;
  }

  .inputs::-ms-input-placeholder {
    color: #3c3c3c;
  }

  .inputs::placeholder {
    color: #3c3c3c;
  }

  .walkin-tubs {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .walkintubs-h {
    font-size: 140px;
  }

  .wit-block {
    padding-top: 51px;
    padding-bottom: 55px;
  }

  .text-block-4 {
    font-size: 50px;
  }

  .find-dealer-btn {
    font-size: 20px;
  }

  .find-h {
    font-size: 50px;
  }

  .find-text {
    font-size: 30px;
  }

  .testim-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-arrow.blog-arrw {
    left: 35%;
  }

  .right-arrow.blog-arrw {
    right: 35%;
  }

  .blog-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .explore-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .request {
    padding: 5vw 8vw 6vw;
  }

  .learn-more-wrap {
    padding: 5vw 8vw 6vw;
  }

  .inputs-transp {
    border-style: solid;
    border-width: 1px;
    border-color: #d1d1d1;
    background-color: hsla(0, 0%, 60.8%, 0.6);
    font-size: 16px;
    font-weight: 300;
  }

  .inputs-transp::-webkit-input-placeholder {
    color: #fff;
  }

  .inputs-transp:-ms-input-placeholder {
    color: #fff;
  }

  .inputs-transp::-ms-input-placeholder {
    color: #fff;
  }

  .inputs-transp::placeholder {
    color: #fff;
  }

  .exp-card-circ.alt.one.w--current {
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
  }

  .exp-card-circ.alt.one.w--current:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }

  p {
    line-height: 1.5em;
  }

  .promo {
    font-size: 17px;
  }

  .navbar-no-shadow-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-brand {
    margin-left: 20px;
  }

  .nav-menu-wrapper {
    margin-top: 0px;
    background-color: transparent;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f3f3f3;
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    border-radius: 0px;
    background-color: #e2e2e2;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0px;
  }

  .menu-button {
    margin-right: 20px;
    padding: 12px;
  }

  .menu-button.w--open {
    margin-right: 20px;
    background-color: #a6b1bf;
    color: #fff;
  }

  .footer-brand {
    margin-bottom: 0px;
  }

  .ftr-inner {
    padding: 30px 20px;
  }

  .call-block.hdr {
    position: static;
    display: block;
    margin-top: -20px;
    margin-bottom: 20px;
    padding-top: 12px;
    background-color: #f1f6fb;
    text-align: center;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(0, 0, 0, 0.75)), to(transparent)), url('../images/american-tubs-hero-bg.webp');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 25%, transparent), url('../images/american-tubs-hero-bg.webp');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
  }

  .inner {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-h {
    font-size: 50px;
  }

  .hero-text {
    font-size: 22px;
  }

  .hero-block {
    display: block;
    margin-right: 0px;
    margin-bottom: 40px;
    float: none;
    text-align: center;
  }

  .hero-cta-2 {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    font-size: 14px;
  }

  .hero-cta-1 {
    font-size: 16px;
  }

  .home-h2 {
    padding-right: 0em;
    font-size: 40px;
  }

  .two-col {
    padding-top: 30px;
    padding-bottom: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .leadin-text {
    font-size: 20px;
  }

  .secondary-text {
    font-size: 30px;
  }

  .heading {
    font-size: 26px;
  }

  .text-block-3 {
    font-size: 17px;
  }

  .noblue {
    display: inline-block;
  }

  .walkin-tubs {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/cropped-minimal-bathroom.webp');
    background-image: linear-gradient(180deg, null, null), url('../images/cropped-minimal-bathroom.webp');
    background-position: 0px 0px, 65% 50%;
  }

  .wit-checks {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: 15px;
  }

  .fa-check {
    margin-bottom: 0.3em;
  }

  .wit-h4 {
    line-height: 1.2em;
  }

  .findout-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .find-out {
    padding-right: 22vw;
    padding-left: 22vw;
    text-align: center;
  }

  .find-out-text {
    font-size: 5vw;
  }

  .video {
    height: 56.25vw;
  }

  .vid-icon {
    font-size: 14vw;
  }

  .find-out-arrow {
    display: none;
    width: 12vw;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .arrw-down {
    display: inline;
    font-size: 4vw;
  }

  .network-cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .usa {
    width: 54%;
    padding-top: 46px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .find-dealer {
    padding-top: 0px;
    padding-bottom: 32vw;
    background-position: 50% 100%;
    background-size: 36%;
  }

  .find-h {
    margin-top: 0px;
    font-size: 4vw;
  }

  .find-text {
    font-size: 3vw;
  }

  .bath-exp-l {
    padding-top: 1.5em;
  }

  .bath-exp-r {
    width: 62%;
    padding-left: 0px;
  }

  .heading-2 {
    line-height: 1.2em;
  }

  .text-block-5 {
    line-height: 1.2em;
  }

  .bath-exp-p {
    line-height: 1.5em;
  }

  .testim-p {
    font-size: 24px;
  }

  .mask {
    margin-right: 50px;
    margin-left: 50px;
  }

  .left-arrow.blog-arrw {
    left: 20%;
  }

  .right-arrow.blog-arrw {
    right: 20%;
  }

  .blog-h {
    font-size: 36px;
  }

  .card-info {
    padding: 0px 15px 15px;
  }

  .blog-card-set {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-card-h {
    margin-top: 15px;
    font-size: 20px;
  }

  .request-wrap {
    display: block;
  }

  .git-h {
    font-size: 40px;
  }

  .accordion-body-2 {
    font-size: 0.6em;
  }

  .exp-bath {
    width: 44%;
  }

  .exp-bath-cards {
    width: 55%;
    margin-top: -20px;
    grid-column-gap: 13px;
    grid-row-gap: 20px;
  }

  .exp-card-h {
    font-size: 20px;
  }

  .exp-card-circ {
    width: 24px;
    height: 24px;
  }

  .exp-card-num {
    font-size: 16px;
  }

  .card-p {
    font-size: 16px;
    line-height: 1.3em;
  }

  .exp-card-circ-1 {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }

  p {
    line-height: 1.5em;
  }

  .promo {
    font-size: 14px;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    text-align: center;
  }

  .nav-link {
    display: block;
    margin-top: 2px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
  }

  .nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 2px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #f5f5f5;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-toggle.w--open {
    display: block;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    max-width: none;
    min-width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    background-color: #f5f5f5;
  }

  .nav-dropdown-link {
    margin-top: 1px;
    margin-bottom: 0px;
    background-color: #e0e0e0;
    color: #3c3c3c;
    font-size: 15px;
    text-align: center;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .ftr-cr-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .ftr-inner {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ftr-nav {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .ftr-nav-link {
    display: block;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f8f8f8;
  }

  .call-text {
    display: inline;
    line-height: 1.3em;
  }

  .call-text.hdr {
    font-size: 20px;
  }

  .call-icon {
    line-height: 1em;
  }

  .call-us {
    display: block;
  }

  .call-us.hdr {
    display: inline-block;
  }

  .call-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .call-block.hdr {
    margin-top: -20px;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/american-tubs-hero-bg.webp');
    background-image: linear-gradient(180deg, null, null), url('../images/american-tubs-hero-bg.webp');
    background-position: 0px 0px, 5% 50%;
  }

  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-h2.explore {
    margin-bottom: 0em;
  }

  .leadin-text {
    font-size: 19px;
    line-height: 1.3em;
  }

  .heading {
    font-size: 26px;
  }

  .schedule {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/wATER-fUNNEL-2.webp');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/wATER-fUNNEL-2.webp');
    background-size: auto, 150%;
  }

  .consult-submit.alt {
    float: none;
  }

  .wit-checks {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    font-size: 15px;
  }

  .usa {
    width: 65%;
    padding-top: 35px;
  }

  .find-h {
    font-size: 6vw;
  }

  .find-text {
    font-size: 3.5vw;
  }

  .bath-exp-l {
    position: static;
    width: 100%;
    float: none;
  }

  .bathing-exp {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bath-exp-r {
    width: 100%;
  }

  .bath-exp-block {
    width: 100%;
  }

  .testim-p {
    font-size: 19px;
  }

  .slide {
    font-size: 15px;
  }

  .left-arrow.blog-arrw {
    left: 0%;
  }

  .right-arrow.blog-arrw {
    right: 0%;
  }

  .blog-h {
    font-size: 34px;
  }

  .blog-card-set {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .speak-w-expert {
    margin-left: 0px;
    float: none;
  }

  .git-h {
    font-size: 30px;
  }

  .accordion-body-2 {
    font-size: 0.7em;
  }

  .accordion-header-2 {
    font-size: 1.1em;
  }

  .exp-bath {
    position: relative;
    top: 0px;
    width: 100%;
    float: none;
  }

  .exp-bath-cards {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: -120px;
    padding-left: 0px;
    float: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
    line-height: 1.5em;
  }

  .promo {
    font-size: 13px;
  }

  .navbar-no-shadow-container {
    padding-right: 0%;
    padding-left: 0%;
  }

  .navbar-brand {
    margin-left: 5%;
  }

  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button {
    margin-right: 5%;
    margin-left: 5%;
  }

  .menu-button.w--open {
    margin-right: 5%;
    margin-left: 5%;
  }

  .ftr-cr-wrap {
    font-size: 9.2px;
  }

  .cr-links {
    display: inline-block;
    padding-left: 0em;
  }

  .ftr-nav {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ftr-nav-link {
    margin-bottom: 0px;
    background-color: transparent;
  }

  .call-text {
    font-size: 20px;
    line-height: 1.3em;
  }

  .call-text.hdr {
    line-height: 1.1em;
  }

  .call-icon.hdr {
    width: 16px;
    height: 16px;
    margin-top: -7px;
    margin-right: 7px;
  }

  .call-block {
    padding-right: 5%;
    padding-left: 5%;
  }

  .call-block.hdr {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 12px;
    padding-left: 12px;
    line-height: 1.1em;
  }

  .container-2 {
    max-width: none;
  }

  .inner {
    padding-right: 5%;
    padding-left: 5%;
  }

  .hero-h {
    font-size: 11vw;
  }

  .hero-text {
    font-size: 7vw;
  }

  .h-cta-1-arrow {
    display: inline;
  }

  .watch-vid-link {
    display: block;
    font-size: 7vw;
    text-align: center;
  }

  .home-h2 {
    font-size: 30px;
  }

  .home-h2.no-mb {
    font-size: 8vw;
  }

  .more-link {
    font-size: 15px;
  }

  .leadin-text {
    font-size: 17px;
  }

  .secondary-text {
    font-size: 7vw;
  }

  .heading {
    margin-bottom: 0.2em;
    font-size: 20px;
  }

  .schedule {
    padding-bottom: 25vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/wATER-fUNNEL-2.webp');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/wATER-fUNNEL-2.webp');
    background-size: auto, 200%;
  }

  .consult-submit {
    width: 100%;
  }

  .consult-submit.alt {
    text-align: center;
  }

  .input-cols {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .walkin-tubs {
    padding-top: 30px;
  }

  .walkintubs-h {
    font-size: 17vw;
  }

  .fa-check {
    margin-bottom: 0.1em;
  }

  .wit-block {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .text-block-4 {
    padding-right: 22px;
    padding-left: 22px;
    font-size: 20px;
    line-height: 1.4em;
  }

  .find-out {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .find-out-text {
    font-size: 7vw;
  }

  .usa {
    width: 80%;
  }

  .find-dealer-btn {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    line-height: 1.3em;
  }

  .find-dealer {
    padding-bottom: 51vw;
    background-size: 60%;
  }

  .find-h {
    font-size: 22px;
  }

  .find-text {
    font-size: 16px;
  }

  .bath-exp-l {
    padding-top: 0em;
  }

  .bathing-exp {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .bath-exp-btn {
    display: block;
    font-size: 18px;
    line-height: 1.3em;
    text-align: center;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 7vw;
  }

  .heading-2.alt {
    margin-bottom: 0px;
  }

  .text-block-5 {
    font-size: 6vw;
  }

  .bath-exp-p {
    font-size: 16px;
  }

  .testim-p {
    font-size: 17px;
  }

  .mask {
    margin-right: 40px;
    margin-left: 40px;
  }

  .slide {
    font-size: 13px;
  }

  .blog-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .blog-h {
    font-size: 30px;
  }

  .request {
    padding: 20px;
    text-align: center;
  }

  .learn-more-wrap {
    padding: 20px;
  }

  .lm-block {
    text-align: center;
  }

  .lm-icon {
    margin-top: 0.2em;
    font-size: 50px;
  }

  .accordion-body-2 {
    font-size: 14px;
  }

  .accordion-title-text-2 {
    font-size: 16px;
    line-height: 1.3em;
  }

  .accordion-header-2 {
    padding-left: 8px;
    font-size: 17px;
  }

  .accordion-icon-container-2 {
    padding-left: 7px;
  }

  .accordion-icon-2 {
    margin-top: -3px;
    margin-right: 0px;
  }

  .exp-bath-cards {
    margin-top: -26vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-c9eddb95-c526-cd84-d5b4-e0023fd9a7d4-40e9f0a7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#field-2.w-node-_572b337d-b6b6-ebb3-9b2e-ccd1a3f4c161-40e9f0a7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3134c31b-f1a5-a745-8e8c-8e8953d7dc6a-40e9f0a7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#field-2.w-node-_3134c31b-f1a5-a745-8e8c-8e8953d7dc6d-40e9f0a7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_70bd6f66-a053-ac3e-4894-f3667686c771-40e9f0a7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a90cdfb4-e45d-8e39-ae52-cd8fe48b4fa0-40e9f0a7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1e3914fc-b745-e230-7b57-418677d9700d-40e9f0a7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_218a62dd-f746-ab4e-6094-58844adfa738-40e9f0a7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fae1f0da-6ceb-77c4-29bc-048e18881c94-40e9f0a7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dcf58652-f2d6-d2f7-53f3-cb86dd342111-40e9f0a7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#field-2.w-node-dcf58652-f2d6-d2f7-53f3-cb86dd342114-40e9f0a7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dcf58652-f2d6-d2f7-53f3-cb86dd342115-40e9f0a7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#field-2.w-node-dcf58652-f2d6-d2f7-53f3-cb86dd342118-40e9f0a7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_27eedc09-f3a5-6101-f71f-e48bae57b63d-40e9f0a7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}