@font-face {
  font-family: "helvetica-neue-bold";
  src: url("../fonts/helvetica-neue-pro/HelveticaNeueLTPro-Bd.woff2")
      format("woff2"),
    url("../fonts/helvetica-neue-pro/HelveticaNeueLTPro-Bd.woff") format("woff"),
    url("../fonts/helvetica-neue-pro/HelveticaNeueLTPro-Bd.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica-neue-medium";
  src: url("../fonts/helvetica-neue-pro/HelveticaNeueLTPro-Md.woff2")
      format("woff2"),
    url("../fonts/helvetica-neue-pro/HelveticaNeueLTPro-Md.woff") format("woff"),
    url("../fonts/helvetica-neue-pro/HelveticaNeueLTPro-Md.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica-neue-light";
  src: url("../fonts/helvetica-neue-pro/HelveticaNeueLTPro-Lt.woff2")
      format("woff2"),
    url("../fonts/helvetica-neue-pro/HelveticaNeueLTPro-Lt.woff") format("woff"),
    url("../fonts/helvetica-neue-pro/HelveticaNeueLTPro-Lt.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}
.box-shadow {
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
} /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.col {
  display: block;
  float: left;
}
.center {
  display: block;
  float: none;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .first {
    padding-right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .last {
    padding-left: 20px;
  }
}
.col-12 {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .col-12 {
    width: 100%;
  }
}
.col-1 {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .col-1 {
    width: 8.3333333333%;
  }
}
.col-10 {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .col-10 {
    width: 83.3333333333%;
  }
}
.col-2 {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .col-2 {
    width: 16.6666666667%;
  }
}
.col-9 {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .col-9 {
    width: 75%;
  }
}
.col-3 {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .col-3 {
    width: 25%;
  }
}
.col-6 {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .col-6 {
    width: 50%;
  }
}
.col-8 {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .col-8 {
    width: 66.6666666667%;
  }
}
.col-4 {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .col-4 {
    width: 33.3333333333%;
  }
}
.col-7 {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .col-7 {
    width: 58.3333333333%;
  }
}
.col-5 {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .col-5 {
    width: 41.6666666667%;
  }
} /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../img/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../img/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: rgba(0, 0, 0, 0) url(../img/fancybox/blank.gif);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../img/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
  z-index: 9999;
}
.fancybox-title {
  visibility: hidden;
  font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(../img/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url(../img/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}
.fancybox-nav {
  width: 7% !important;
}
.fancybox-nav span {
  visibility: visible !important;
}
.fancybox-prev span {
  left: -20px !important;
  background-position: 0 -36px;
}
@media screen and (min-width: 960px) {
  .fancybox-prev span {
    left: 10px !important;
  }
}
.fancybox-next span {
  right: -20px !important;
  background-position: 0 -72px;
}
@media screen and (min-width: 960px) {
  .fancybox-next span {
    right: 10px !important;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.section-status-msg {
  color: #d0d6db;
}
.section-status-msg.pass {
  background: #c5ab79;
}
.section-status-msg.fail {
  background: #c5ab79;
}
.section-status-msg .section-title {
  font-size: 26px;
  color: inherit;
  margin: 0 0 10px 0;
}
.error * {
  transition: all 0.3s ease 0s;
}
.error input[type="text"],
.error input[type="tel"],
.error input[type="number"],
.error input[type="email"],
.error input#user-comments-contact-steps,
.error input#user-comments-contact,
.error textarea,
.error select {
  border: 1px solid #df002a !important;
  background: #ffe9ed !important;
}
.error label,
.error select {
  color: #df002a !important;
}
.btn,
.content-button {
  position: relative;
  font: 16px/26px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  letter-spacing: 3px;
  width: auto;
  min-height: 48px;
  color: #c5ab79;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #c5ab79;
  margin: 10px auto;
  padding: 12px 10px 10px 10px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}
@media screen and (min-width: 400px) {
  .btn,
  .content-button {
    padding: 12px 16px 10px 16px;
  }
}
@media screen and (min-width: 640px) {
  .btn,
  .content-button {
    font: 18px/28px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
    padding: 10px 16px 8px 16px;
  }
}
.btn:hover,
.content-button:hover,
.btn:active,
.content-button:active {
  background: #c5ab79;
  color: #fff;
  text-decoration: none;
}
.btn-gray {
  background: #2c2c33;
}
.btn-gray:hover {
  background: #555;
}
.btn[disabled],
[disabled].content-button {
  background: #acacac;
  color: #fff;
}
.content-button {
  text-align: center;
  margin: 5px auto;
  width: auto;
  max-width: 100%;
  min-width: 290px;
  font: 15px/28px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media screen and (min-width: 400px) {
  .content-button {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 960px) {
  .content-button {
    font: 18px/28px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
    margin: 10px auto;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.content-button.blue {
  color: #fff;
  background: #00274c;
  border: 1px solid #00274c;
}
.content-button.blue:hover,
.content-button.blue:active {
  background: rgba(0, 0, 0, 0);
  color: #00274c;
  text-decoration: none;
}
.content-button.white-outline {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}
.content-button.white-outline:hover,
.content-button.white-outline:active {
  background: #fff;
  color: #236093;
  text-decoration: none;
}
.content-button.dark-blue-outline {
  color: #00274c;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #00274c;
}
.content-button.dark-blue-outline:hover,
.content-button.dark-blue-outline:active {
  background: #00274c;
  color: #fff;
  text-decoration: none;
}
.content-button.video:before,
.content-button.form:before {
  content: "";
  width: 16px;
  height: 26px;
  display: block;
  float: left;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  margin-right: 8px;
}
@media screen and (min-width: 400px) {
  .content-button.video:before,
  .content-button.form:before {
    margin-right: 10px;
  }
}
@media screen and (min-width: 960px) {
  .content-button.video:before,
  .content-button.form:before {
    width: 20px;
    margin-right: 12px;
  }
}
.content-button.video:before {
  background: rgba(0, 0, 0, 0) url(../svg/icons/icon-play-gold.svg) center
    center/contain no-repeat;
}
.content-button.video:hover:before {
  background: rgba(0, 0, 0, 0)
    url(https://www.kohlerwalkinbath.com/library/svg/icons/icon-play-white.svg)
    center center/contain no-repeat;
}
.content-button.form:before {
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0) url(../svg/icons/icon-plus-dark-blue.svg) center
    center/contain no-repeat;
}
.content-button.form:hover:before {
  background: rgba(0, 0, 0, 0) url(../svg/icons/icon-plus.svg) center
    center/contain no-repeat;
}
.content-button.form.active:before {
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
  background: rgba(0, 0, 0, 0) url(../svg/icons/icon-plus-dark-blue.svg) center
    center/contain no-repeat;
}
.content-button.form.active:hover:before {
  transform: rotate(45deg);
  background: rgba(0, 0, 0, 0) url(../svg/icons/icon-plus.svg) center
    center/contain no-repeat;
}
.content-button.form.expand-top-form {
  text-align: center;
}
.content-button.form.expand-bottom-form {
  text-align: center;
  color: #fff;
  background: #00274c;
  border: 1px solid #00274c;
}
.content-button.form.expand-bottom-form:before {
  background: rgba(0, 0, 0, 0) url(../svg/icons/icon-plus.svg) center
    center/contain no-repeat;
}
.content-button.form.expand-bottom-form:hover,
.content-button.form.expand-bottom-form:active {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #00274c;
  color: #00274c;
  text-decoration: none;
}
.content-button.form.expand-bottom-form:hover:before,
.content-button.form.expand-bottom-form:active:before {
  background: rgba(0, 0, 0, 0) url(../svg/icons/icon-plus-dark-blue.svg) center
    center/contain no-repeat;
}
.content-button.mobile {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .content-button.mobile {
    display: none;
  }
}
.content-button.mary {
  position: absolute;
  top: 90px;
  right: 0px;
  left: 0px;
  width: 150px;
  color: #fff;
  background-color: #c5ab79;
}
@media screen and (min-width: 400px) {
  .content-button.mary {
    top: 90px;
    right: 30px;
    left: inherit;
  }
}
.content-button.mary:hover {
  background-color: #fff;
  color: #c5ab79;
}
.content-button.desktop {
  display: none;
}
@media screen and (min-width: 960px) {
  .content-button.desktop {
    display: inline-block;
  }
}
.content-button.max-width-290 {
  width: 100%;
  max-width: 290px;
}
.transcript-btn {
  appearance: none;
  background: #f4f4f5;
  border: none;
  border-radius: 0;
  font-family: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 20px;
  width: 100%;
}
.transcript-btn::before {
  content: "+";
  margin-right: 10px;
  display: inline-block;
}
.transcript-btn.show::before {
  transform: rotate(45deg);
}
.btn-link {
  display: inline-block;
  font-family: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #00274c;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media screen and (min-width: 960px) {
  .btn-link {
    font-size: 24px;
  }
}
.btn-link svg {
  margin-right: 5px;
  margin-top: -6px;
  vertical-align: middle;
}
.btn-video-play {
  background: rgba(152, 194, 84, 0.8);
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 50px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 960px) {
  .btn-video-play {
    width: 126px;
    height: 72px;
  }
}
.btn-video-play:before {
  content: "";
  background: rgba(0, 0, 0, 0) url(../svg/icons/icon-play-white.svg) center
    center/contain no-repeat;
  width: 30px;
  height: 37px;
  margin: 0;
}
.video-popover {
  position: relative;
  cursor: pointer;
}
.video-popover img {
  display: block;
}
.video-popover .btn-video-play {
  pointer-events: none;
}
.video-popover:hover .btn-video-play {
  background: #00274c;
}
.section-faqs-group {
  margin: 0 auto 40px;
}
@media screen and (min-width: 960px) {
  .section-faqs-group {
    max-width: 990px;
    margin: 0 auto 60px;
  }
}
.section-faqs-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.section-faqs-list-heading {
  color: #236093;
  font: 20px/28px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 10px 0px 30px 0px;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .section-faqs-list-heading {
    margin: 10px 0px 30px 0px;
    padding: 0;
  }
}
.section-faqs-list-item {
  position: relative;
  display: block;
  width: 100%;
  background: #edf3f5;
  border-bottom: 1px solid #98c254;
  margin: 20px auto;
}
.section-faqs-list-item:first-of-type {
  margin-top: 0;
}
.section-faqs-list-item-question {
  position: relative;
  display: block;
  padding: 20px 40px 20px 15px;
  font: 18px/28px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #00274c;
  text-align: left;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .section-faqs-list-item-question {
    padding: 20px 50px 20px 20px;
  }
}
.section-faqs-list-item-question:before {
  content: "";
  width: 20px;
  height: 28px;
  display: block;
  float: left;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0) url(../svg/icons/icon-plus-green.svg) center
    center/contain no-repeat;
}
@media screen and (min-width: 960px) {
  .section-faqs-list-item-question:before {
    right: 20px;
  }
}
.section-faqs-list-item-question.expanded:before {
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
}
.section-faqs-list-item-question.expanded
  .section-faqs-list-item-question-preview {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.section-faqs-list-item-question:hover {
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .section-faqs-list-item-question:hover
    .section-faqs-list-item-question-title {
    text-decoration: underline;
  }
}
.section-faqs-list-item-answer {
  display: none;
  padding: 0px 15px 15px 15px;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .section-faqs-list-item-answer {
    padding: 0px 20px 20px 20px;
  }
}
.section-faqs-list-item-answer a {
  color: #236093;
  text-decoration: underline;
}
.section-faqs-list-item-answer a.content-button {
  display: block;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
  font-style: normal;
}
@media screen and (min-width: 400px) {
  .section-faqs-list-item-answer a.content-button {
    display: inline-block;
  }
}
.section-faqs-list-item-answer a:hover {
  text-decoration: underline;
}
.section-faqs-list-item-answer .faq-phone {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .section-faqs-list-item-answer .faq-phone.hide-desktop {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .section-faqs-list-item-answer .faq-phone.hide-mobile {
    display: none;
  }
}
.embedded-form {
  max-width: 550px;
  z-index: 10;
}
.contact-form {
  display: block;
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 99;
  width: 100%;
  margin: 10px auto;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
}
.contact-form:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 400px) {
  .contact-form {
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .contact-form {
    max-width: 100%;
    margin: 0 auto;
  }
}
.contact-form .special-offer {
  position: relative;
  display: block;
  margin: 5px 0px 15px 0px;
  width: 100%;
  padding: 5px;
  background: #98c254;
  color: #fff;
  text-align: center;
  font: 20px/28px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (min-width: 640px) {
  .contact-form .special-offer {
    font: 22px/30px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.contact-form .special-offer:before,
.contact-form .special-offer:after {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  width: 65%;
  height: 1px;
  background: #98c254;
}
.contact-form .special-offer:before {
  top: -5px;
}
.contact-form .special-offer:after {
  bottom: -5px;
}
.contact-form .special-offer .content-wrap {
  padding: 7px 0px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.contact-form .special-offer .content-wrap svg {
  display: block;
  margin: 0 auto;
  max-width: 240px;
  padding-top: 0px;
  height: 26px;
}
.contact-form .special-offer .content-wrap span {
  display: block;
  text-transform: none;
  font: 14px/21px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.contact-form .special-offer .content-wrap > a {
  color: inherit;
  text-decoration: none !important;
}
.contact-form.shower-off-750 .special-offer .content-wrap {
  font: 40px/60px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.contact-form .contact-form-title {
  display: block;
  width: 100%;
  float: none;
  text-align: center;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  text-transform: none;
  color: #00274c;
  font: 19px/25px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.contact-form .contact-form-title:before,
.contact-form .contact-form-title:after {
  display: none;
}
@media screen and (min-width: 640px) {
  .contact-form .contact-form-title {
    font: 21px/30px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
    padding: 0;
  }
}
.contact-form .contact-form-title span {
  display: block;
  font: 14px/24px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-transform: none;
  letter-spacing: 0px;
}
@media screen and (min-width: 400px) {
  .contact-form .contact-form-title span {
    font: 16px/22px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media screen and (min-width: 640px) {
  .contact-form .contact-form-title span {
    display: block;
  }
}
.contact-form .form-fields {
  display: inline-block;
  padding: 0px;
  color: #000;
  margin: 10px auto 0;
}
.contact-form .form-fields .field {
  display: inline-block;
  float: left;
  position: relative;
  text-align: left;
  margin-top: 10px;
}
.contact-form .form-fields .field.field-email,
.contact-form .form-fields .field.field-comments.design-center {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.contact-form .form-fields .field.field-phone,
.contact-form .form-fields .field.field-name {
  width: 50%;
}
.contact-form .form-fields .field.field-zip,
.contact-form .form-fields .field.field-name--last {
  width: calc(50% - 10px);
  margin-left: 10px;
}
.contact-form .form-fields .field.field-comments {
  width: 100%;
}
.contact-form .form-fields .field.field-comments textarea {
  padding: 20px 10px 10px;
  width: 100%;
  height: 80px;
  border: 1px solid #84888b;
}
.contact-form .form-fields .field label {
  transition: all 0.3s ease 0s;
  color: #2c2c33;
  padding: 6px 8px;
  bottom: 1px;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  font: 18px/40px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.contact-form .form-fields .field.label-up label {
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease 0s;
  color: #84888b;
  bottom: auto;
  font: 14px/14px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  padding-bottom: 0px;
  padding-top: 6px;
}
.contact-form .form-fields .field input[type="text"],
.contact-form .form-fields .field input[type="tel"],
.contact-form .form-fields .field input[type="number"],
.contact-form .form-fields .field input[type="email"],
.contact-form .form-fields .field input#user-comments-contact-steps,
.contact-form .form-fields .field input#user-comments-contact,
.contact-form .form-fields .field select {
  padding: 16px 8px 0px 8px;
  background: #fff;
  border: 1px solid #84888b;
  outline: none;
  width: 100%;
  color: #2c2c33;
  font: 18px/22px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-transform: none;
  height: 50px;
}
.contact-form .form-fields .field input[type="number"] {
  -moz-appearance: textfield;
}
.contact-form
  .form-fields
  .field
  input[type="number"]::-webkit-inner-spin-button,
.contact-form
  .form-fields
  .field
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-form .form-fields .field #user-comments-contact-steps {
  padding: 20px 10px 10px;
}
.contact-form .form-fields .field.field-submit {
  display: inline-block;
  width: 100%;
  float: none;
}
.contact-form .form-fields .field.field-submit input[type="submit"] {
  position: relative;
  margin: 10px auto 0;
  width: 100%;
  background: #236093;
  color: #fff;
  border: 1px solid #236093;
  font: 16px/26px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  cursor: pointer;
}
.contact-form .form-fields .field.field-submit input[type="submit"]:hover,
.contact-form .form-fields .field.field-submit input[type="submit"]:active {
  background: rgba(0, 0, 0, 0);
  color: #236093;
}
.contact-form [name="breathing"] {
  display: none;
}
.contact-form .success-message {
  top: 0px;
  position: relative;
  width: 100%;
  text-align: center;
}
.contact-form .success-message h2 {
  text-align: center;
  width: 100%;
  display: block;
  font: 26px/32px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  margin: 20px auto;
}
@media screen and (min-width: 960px) {
  .contact-form .success-message h2 {
    font: 34px/40px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.contact-form .success-message p {
  padding: 0px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .contact-form .success-message p {
    padding: 10px 10px 20px 10px;
  }
}
.share-your-story-form .form-fields .field.field-name {
  width: 100% !important;
}
.contact-form-arrow {
  display: none;
  position: relative;
  width: 0;
  height: 0;
  z-index: 1;
}
.contact-form-arrow svg {
  position: absolute;
  fill: #fff;
  width: 160px;
  height: 121px;
  left: -225px;
  top: 310px;
}
@media screen and (min-width: 1100px) {
  .contact-form-arrow {
    display: block;
  }
}
@media screen and (min-width: 1180px) {
  .contact-form-arrow svg {
    width: 170px;
    height: 129px;
    left: -260px;
    top: 290px;
  }
}
@keyframes spin_me_round_and_round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.field-submit.loading,
.header-field-submit.loading {
  text-indent: -9999px;
}
.field-submit.loading svg,
.header-field-submit.loading svg {
  display: none;
}
.field-submit.loading:after,
.header-field-submit.loading:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px;
  transition: all 0.3s;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border: 4px solid rgba(0, 39, 76, 0.35);
  border-top-color: #00274c;
  animation: spin_me_round_and_round 0.75s infinite linear;
}
.field-submit.loading:focus:after,
.field-submit.loading:hover:after,
.header-field-submit.loading:focus:after,
.header-field-submit.loading:hover:after {
  border: 4px solid rgba(152, 194, 84, 0.35);
  border-top-color: #98c254;
}
.field-submit-disclaimer {
  margin: 0 auto;
  padding: 0px 0px 8px 0px;
  font: italic 12px/16px "helvetica-neue-medium", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  text-align: center;
  color: #84888b;
  max-width: 260px;
}
@media screen and (min-width: 560px) {
  .field-submit-disclaimer {
    max-width: 100%;
  }
}
.field-submit-disclaimer a {
  text-decoration: underline;
}
.field-submit-disclaimer a:hover,
.field-submit-disclaimer a:active {
  text-decoration: underline;
}
.form-fields-step-3 .field-submit-disclaimer {
  max-width: 260px;
}
@media screen and (min-width: 960px) {
  .contact-header {
    display: block;
    float: right;
    right: 10px;
    max-width: 320px;
    background: rgba(255, 255, 255, 0.85);
  }
}
@media screen and (min-width: 1280px) {
  .contact-header {
    right: 0px;
  }
}
.contact-safety,
.contact-therapy,
.contact-options,
.contact-specs,
.contact-bottom,
.contact-top {
  display: none;
  background: #f4f4f5;
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
  transition: none;
}
@media screen and (min-width: 960px) {
  .contact-safety,
  .contact-therapy,
  .contact-options,
  .contact-specs,
  .contact-bottom,
  .contact-top {
    margin: 30px auto;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .contact-safety .field.field-name,
  .contact-safety .header-field.field-name,
  .contact-therapy .field.field-name,
  .contact-therapy .header-field.field-name,
  .contact-options .field.field-name,
  .contact-options .header-field.field-name,
  .contact-specs .field.field-name,
  .contact-specs .header-field.field-name,
  .contact-bottom .field.field-name,
  .contact-bottom .header-field.field-name,
  .contact-top .field.field-name,
  .contact-top .header-field.field-name {
    margin-top: 4px;
    width: 49% !important;
    margin-right: 1% !important;
  }
}
@media screen and (min-width: 960px) {
  .contact-safety .field.field-phone,
  .contact-safety .header-field.field-phone,
  .contact-therapy .field.field-phone,
  .contact-therapy .header-field.field-phone,
  .contact-options .field.field-phone,
  .contact-options .header-field.field-phone,
  .contact-specs .field.field-phone,
  .contact-specs .header-field.field-phone,
  .contact-bottom .field.field-phone,
  .contact-bottom .header-field.field-phone,
  .contact-top .field.field-phone,
  .contact-top .header-field.field-phone {
    width: 29% !important;
    margin-right: 1% !important;
  }
}
.contact-safety .field.field-email,
.contact-safety .field.field-comments.design-center,
.contact-safety .header-field.field-email,
.contact-safety .header-field.field-comments.design-center,
.contact-therapy .field.field-email,
.contact-therapy .field.field-comments.design-center,
.contact-therapy .header-field.field-email,
.contact-therapy .header-field.field-comments.design-center,
.contact-options .field.field-email,
.contact-options .field.field-comments.design-center,
.contact-options .header-field.field-email,
.contact-options .header-field.field-comments.design-center,
.contact-specs .field.field-email,
.contact-specs .field.field-comments.design-center,
.contact-specs .header-field.field-email,
.contact-specs .header-field.field-comments.design-center,
.contact-bottom .field.field-email,
.contact-bottom .field.field-comments.design-center,
.contact-bottom .header-field.field-email,
.contact-bottom .header-field.field-comments.design-center,
.contact-top .field.field-email,
.contact-top .field.field-comments.design-center,
.contact-top .header-field.field-email,
.contact-top .header-field.field-comments.design-center {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
@media screen and (min-width: 960px) {
  .contact-bottom {
    margin: 10px auto;
  }
}
.contact-install {
  display: block;
  max-width: 580px;
}
@media screen and (min-width: 960px) {
  .contact-install {
    max-width: 480px;
  }
}
@media screen and (min-width: 960px) {
  .contact-install .field.field-name {
    margin-top: 4px;
    width: 38% !important;
    margin-right: 1% !important;
  }
}
@media screen and (min-width: 960px) {
  .contact-install .field.field-phone {
    width: 35% !important;
    margin-right: 1% !important;
  }
}
.contact-install .field.field-email,
.contact-install .field.field-comments.design-center {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.offers-save-1000 .special-offer,
.shower-off-1000 .special-offer,
.shower-off-1000_low .special-offer {
  font: 40px/42px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.offers-save-1000 .special-offer span,
.shower-off-1000 .special-offer span,
.shower-off-1000_low .special-offer span {
  font: 17px/22px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif !important;
  margin-top: 3px;
}
.offers-save-1000 .special-offer .content-wrap,
.shower-off-1000 .special-offer .content-wrap,
.shower-off-1000_low .special-offer .content-wrap {
  padding: 10px 0px;
}
.free-shower-door .special-offer span {
  font: 24px/30px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif !important;
  margin-top: 3px;
}
.free-shower-door .special-offer .content-wrap {
  font: 30px/36px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  padding: 10px 0px;
}
.free-shower-accessories_low .special-offer .content-wrap {
  padding: 10px 0px;
  font: 36px/40px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.free-shower-accessories_low .special-offer .content-wrap span {
  font: 16px/22px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  margin-top: 3px;
}
.free-highline-toilet .special-offer .content-wrap {
  font: 0.9em/1.45em "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.section-safety-cta .free-highline-toilet .special-offer .content-wrap {
  font: 0.8em/1.35em "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.offers-general .special-offer {
  text-transform: uppercase;
  letter-spacing: 3px;
  font: 20px/30px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.offers-general .special-offer span {
  display: block;
  font: 33px/38px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.offers-general .special-offer strong {
  color: #fff;
}
.offers-general .contact-form-title {
  color: #2c2c33;
  font: 16px/20px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  letter-spacing: 0;
}
@media screen and (min-width: 400px) {
  .offers-general .contact-form-title {
    font: 18px/24px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.offers-general .contact-form-title span {
  font: 16px/20px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media screen and (min-width: 400px) {
  .offers-general .contact-form-title span {
    font: 18px/24px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media screen and (min-width: 960px) {
  .offers-general.contact-header .contact-form-title {
    font: 17px/21px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media screen and (min-width: 960px) {
  .offers-general.contact-header .contact-form-title span {
    font: 17px/21px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.offers-general.contact-bottom .form-fields {
  margin-top: 0px;
}
.section-hero .free-wall-upgrade .special-offer .content-wrap {
  font-size: 4.15vw;
}
@media screen and (min-width: 640px) {
  .section-hero .free-wall-upgrade .special-offer .content-wrap {
    font-size: 22px;
  }
}
.section-safety-cta .free-wall-upgrade .special-offer .content-wrap {
  font-size: 3.65vw;
}
@media screen and (min-width: 480px) {
  .section-safety-cta .free-wall-upgrade .special-offer .content-wrap {
    font-size: 19px;
  }
}
.phone-call-out {
  text-align: center;
  color: #00274c;
  font-family: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
}
.phone-call-out--mobile {
  color: #8db6c9;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
}
@media screen and (min-width: 340px) {
  .phone-call-out--mobile {
    font-size: 17px;
  }
}
@media screen and (min-width: 385px) {
  .phone-call-out--mobile {
    font-size: 19px;
  }
}
@media screen and (min-width: 640px) {
  .phone-call-out--mobile {
    display: none;
  }
}
.phone-call-out--mobile a {
  display: block;
  line-height: 26px;
  padding: 8px 0px;
  color: #8db6c9;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #8db6c9;
  margin-top: 2px;
  text-decoration: none;
  transition: all 0.3s;
  max-width: 175px;
}
.phone-call-out--mobile a:hover {
  background: #8db6c9;
  color: #fff;
}
.phone-call-out--desktop {
  display: none;
}
@media screen and (min-width: 640px) {
  .phone-call-out--desktop {
    color: #8db6c9;
    display: block;
    font-size: 21px;
    line-height: 26px;
  }
}
.phone-call-out--desktop a {
  display: inline;
  cursor: text;
  text-decoration: none;
  color: #8db6c9;
}
.phone-call-out--desktop a:hover {
  text-decoration: none;
  cursor: text;
}
.contact-steps,
.contact {
  background: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
}
.contact-steps .content-wrap-offer,
.contact .content-wrap-offer {
  max-width: 260px;
  margin: 0px auto;
}
.contact-steps .form-fields,
.contact .form-fields {
  display: block;
  padding: 0;
}
.contact-steps .form-fields .field-divider,
.contact .form-fields .field-divider {
  margin: 3px 0px;
  background: rgba(0, 0, 0, 0);
  border: 0;
  height: 1px;
  width: 100%;
}
.contact-steps .form-fields .field,
.contact .form-fields .field {
  display: block;
}
.contact-steps .form-fields .field.field-radio,
.contact-steps .form-fields .field.field-checkbox,
.contact .form-fields .field.field-radio,
.contact .form-fields .field.field-checkbox {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px 0px 0px;
  padding: 6px 0;
}
.contact-steps .form-fields .field.field-radio .question,
.contact-steps .form-fields .field.field-checkbox .question,
.contact .form-fields .field.field-radio .question,
.contact .form-fields .field.field-checkbox .question {
  width: 100%;
  margin: 0;
  padding: 0 0 3px 0;
  font: 15px/25px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media screen and (min-width: 340px) {
  .contact-steps .form-fields .field.field-radio .question,
  .contact-steps .form-fields .field.field-checkbox .question,
  .contact .form-fields .field.field-radio .question,
  .contact .form-fields .field.field-checkbox .question {
    font: 17px/25px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media screen and (min-width: 400px) {
  .contact-steps .form-fields .field.field-radio .question,
  .contact-steps .form-fields .field.field-checkbox .question,
  .contact .form-fields .field.field-radio .question,
  .contact .form-fields .field.field-checkbox .question {
    font: 18px/25px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.contact-steps .form-fields .field.field-radio .question span,
.contact-steps .form-fields .field.field-checkbox .question span,
.contact .form-fields .field.field-radio .question span,
.contact .form-fields .field.field-checkbox .question span {
  display: none;
}
@media screen and (min-width: 400px) {
  .contact-steps .form-fields .field.field-radio .question span,
  .contact-steps .form-fields .field.field-checkbox .question span,
  .contact .form-fields .field.field-radio .question span,
  .contact .form-fields .field.field-checkbox .question span {
    display: inline;
  }
}
.contact-steps .form-fields .field.field-radio label,
.contact-steps .form-fields .field.field-checkbox label,
.contact .form-fields .field.field-radio label,
.contact .form-fields .field.field-checkbox label {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: flex;
  align-items: center;
  margin: 0px 10px 0px 0px;
  padding: 5px 15px 5px 0px;
  color: #2c2c33;
  text-align: left;
  cursor: pointer;
  font: 15px/25px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media screen and (min-width: 340px) {
  .contact-steps .form-fields .field.field-radio label,
  .contact-steps .form-fields .field.field-checkbox label,
  .contact .form-fields .field.field-radio label,
  .contact .form-fields .field.field-checkbox label {
    font: 17px/25px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media screen and (min-width: 400px) {
  .contact-steps .form-fields .field.field-radio label,
  .contact-steps .form-fields .field.field-checkbox label,
  .contact .form-fields .field.field-radio label,
  .contact .form-fields .field.field-checkbox label {
    font: 18px/25px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.contact-steps .form-fields .field.field-radio label input[type="radio"],
.contact-steps .form-fields .field.field-radio label input[type="checkbox"],
.contact-steps .form-fields .field.field-checkbox label input[type="radio"],
.contact-steps .form-fields .field.field-checkbox label input[type="checkbox"],
.contact .form-fields .field.field-radio label input[type="radio"],
.contact .form-fields .field.field-radio label input[type="checkbox"],
.contact .form-fields .field.field-checkbox label input[type="radio"],
.contact .form-fields .field.field-checkbox label input[type="checkbox"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.contact-steps .form-fields .field.field-radio label .field-radio-area,
.contact-steps .form-fields .field.field-checkbox label .field-radio-area,
.contact .form-fields .field.field-radio label .field-radio-area,
.contact .form-fields .field.field-checkbox label .field-radio-area {
  background-color: #fff;
  border: 1px solid #84888b;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.contact-steps .form-fields .field.field-radio label .field-radio-area:before,
.contact-steps
  .form-fields
  .field.field-checkbox
  label
  .field-radio-area:before,
.contact .form-fields .field.field-radio label .field-radio-area:before,
.contact .form-fields .field.field-checkbox label .field-radio-area:before {
  content: "";
  position: absolute;
  background-color: #98c254;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
.contact-steps
  .form-fields
  .field.field-radio
  label.radio-select
  .field-radio-area:before,
.contact-steps
  .form-fields
  .field.field-checkbox
  label.radio-select
  .field-radio-area:before,
.contact
  .form-fields
  .field.field-radio
  label.radio-select
  .field-radio-area:before,
.contact
  .form-fields
  .field.field-checkbox
  label.radio-select
  .field-radio-area:before {
  display: block;
}
.contact-steps .form-fields .field.field-radio.error .question,
.contact-steps .form-fields .field.field-checkbox.error .question,
.contact .form-fields .field.field-radio.error .question,
.contact .form-fields .field.field-checkbox.error .question {
  color: #df002a;
}
.contact-steps .form-fields .field.field-radio.error .question:after,
.contact-steps .form-fields .field.field-checkbox.error .question:after,
.contact .form-fields .field.field-radio.error .question:after,
.contact .form-fields .field.field-checkbox.error .question:after {
  display: inline;
}
.contact-steps .form-fields .field.field-radio.error label,
.contact-steps .form-fields .field.field-checkbox.error label,
.contact .form-fields .field.field-radio.error label,
.contact .form-fields .field.field-checkbox.error label {
  color: #2c2c33 !important;
}
.contact-steps .form-fields .field.field-checkbox label,
.contact .form-fields .field.field-checkbox label {
  position: relative;
  width: 50%;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 5px 0px;
  color: #2c2c33;
  text-align: left;
  cursor: pointer;
  font: 15px/25px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media screen and (min-width: 340px) {
  .contact-steps .form-fields .field.field-checkbox label,
  .contact .form-fields .field.field-checkbox label {
    font: 17px/25px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media screen and (min-width: 400px) {
  .contact-steps .form-fields .field.field-checkbox label,
  .contact .form-fields .field.field-checkbox label {
    font: 18px/25px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media screen and (max-width: 400px) {
  .contact-steps .form-fields .field.field-checkbox label,
  .contact .form-fields .field.field-checkbox label {
    width: 100%;
  }
}
.contact-steps .form-fields .field.field-checkbox label .field-checkbox-area,
.contact .form-fields .field.field-checkbox label .field-checkbox-area {
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
  z-index: 9;
  flex-shrink: 0;
  top: 0;
  border: 1px solid #84888b;
}
@media screen and (min-width: 420px) {
  .contact-steps .form-fields .field.field-checkbox label .field-checkbox-area,
  .contact .form-fields .field.field-checkbox label .field-checkbox-area {
    margin-right: 10px;
  }
}
.contact-steps
  .form-fields
  .field.field-checkbox
  label
  .field-checkbox-area
  .check-icon
  svg,
.contact
  .form-fields
  .field.field-checkbox
  label
  .field-checkbox-area
  .check-icon
  svg {
  position: absolute;
  top: 8%;
  left: 4%;
  display: none;
  height: auto;
  width: 17px;
  z-index: 99;
}
.contact-steps .form-fields .field.field-checkbox label input[type="checkbox"],
.contact .form-fields .field.field-checkbox label input[type="checkbox"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.contact-steps
  .form-fields
  .field.field-checkbox
  label.icon-checked
  .check-icon
  svg,
.contact .form-fields .field.field-checkbox label.icon-checked .check-icon svg {
  display: block;
}
.contact-steps .form-fields .field.field-checkbox.error:after,
.contact .form-fields .field.field-checkbox.error:after {
  position: relative;
  display: block;
  content: "Please select a product";
  color: #df002a;
  font-size: 13px;
}
.contact-steps .form-fields .field.field-company-name,
.contact-steps .form-fields .field.field-company-address,
.contact-steps .form-fields .field.field-company-website,
.contact-steps .form-fields .field.field-employee-number,
.contact-steps .form-fields .field.field-area-served,
.contact .form-fields .field.field-company-name,
.contact .form-fields .field.field-company-address,
.contact .form-fields .field.field-company-website,
.contact .form-fields .field.field-employee-number,
.contact .form-fields .field.field-area-served {
  float: none;
  margin: 0;
  width: 100%;
  margin: 10px auto 0;
}
.contact-steps input[type="submit"],
.contact input[type="submit"] {
  float: none;
  display: block;
}
.contact-steps .field-submit.loading input[type="submit"],
.contact .field-submit.loading input[type="submit"] {
  visibility: hidden;
}
.form-fields-step .title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #00274c;
  padding: 10px 0px 5px 0px;
}
.contact-steps .form-fields .form-fields-step-2 .field.field-radio label {
  width: 100%;
}
.contact-steps .form-fields .form-fields-step-2 .field.field-checkbox label {
  width: 100%;
}
.form-fields-step-1 {
  display: block;
}
.form-fields-step-2 {
  display: none;
}
.form-fields-step-3 {
  display: none;
}
.form-fields-step-3 .disclaimer {
  padding-top: 4px;
}
.contact-steps-progress {
  display: flex;
  justify-content: center;
  margin: 10px auto;
  padding: 0;
  color: #00274c;
}
.contact-steps-progress span {
  position: relative;
  display: flex;
  align-items: center;
  font: 14px/14px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #d0d6db;
  margin: 0px;
  padding: 0px 30px 10px 30px;
  cursor: pointer;
  transition: 0.3s all;
}
.contact-steps-progress span:after {
  display: block;
  content: "";
  position: absolute;
  height: 4px;
  background: #d0d6db;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.contact-steps-progress span.active {
  color: #00274c;
  font-family: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  cursor: pointer;
}
.contact-steps-progress span.active:after {
  background: #00274c;
  z-index: -1;
}
.contact-steps-progress span:hover {
  color: #00274c;
  transition: 0.3s all;
}
.contact-steps-progress span:hover:after {
  background: #00274c;
}
a.contact-steps-btn {
  display: block;
  background: #00274c;
  border-radius: 4px;
  margin: 20px auto 0;
  padding: 10px 20px;
  font: 16px/26px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #fff;
  border: 1px solid #00274c;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: all 0.3s;
  text-align: center;
}
a.contact-steps-btn:hover {
  background: rgba(0, 0, 0, 0);
  color: #00274c;
}
.form-phone {
  color: #00274c;
  text-align: center;
}
.form-phone-title {
  font: 22px/28px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.form-phone-subtitle {
  font: 22px/28px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.form-phone-subtitle a {
  color: #00274c;
}
@media screen and (min-width: 768px) {
  .form-phone-subtitle a {
    cursor: text;
    pointer-events: none;
  }
}
@media only screen and (max-width: 400px) {
  .field.field-comments.comments.design-center label {
    font-size: 4.2vw;
  }
}
.no-payments-free-toilet-hch .special-offer,
.no-interest-free-toilet-hch .special-offer,
.no-payments-2024_free-shower-door .special-offer,
.free-wall-upgrade_no-interest .special-offer {
  font: 26px/28px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media screen and (min-width: 400px) {
  .no-payments-free-toilet-hch .special-offer,
  .no-interest-free-toilet-hch .special-offer,
  .no-payments-2024_free-shower-door .special-offer,
  .free-wall-upgrade_no-interest .special-offer {
    font: 34px/36px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.no-payments-free-toilet-hch .special-offer span,
.no-interest-free-toilet-hch .special-offer span,
.no-payments-2024_free-shower-door .special-offer span,
.free-wall-upgrade_no-interest .special-offer span {
  font: 14px/24px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif !important;
  margin-top: 3px;
  letter-spacing: 1px;
}
@media screen and (min-width: 400px) {
  .no-payments-free-toilet-hch .special-offer span,
  .no-interest-free-toilet-hch .special-offer span,
  .no-payments-2024_free-shower-door .special-offer span,
  .free-wall-upgrade_no-interest .special-offer span {
    font: 18px/24px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif !important;
  }
}
.no-payments-free-toilet-hch .special-offer .content-wrap,
.no-interest-free-toilet-hch .special-offer .content-wrap,
.no-payments-2024_free-shower-door .special-offer .content-wrap,
.free-wall-upgrade_no-interest .special-offer .content-wrap {
  padding: 10px 0;
}
@media screen and (min-width: 400px) {
  .no-payments-free-toilet-hch .special-offer .content-wrap,
  .no-interest-free-toilet-hch .special-offer .content-wrap,
  .no-payments-2024_free-shower-door .special-offer .content-wrap,
  .free-wall-upgrade_no-interest .special-offer .content-wrap {
    padding: 15px 0;
  }
}
@media screen and (min-width: 400px) {
  .page-home .hero-form .no-payments-2024_free-shower-door .special-offer {
    font: 34px/36px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media screen and (min-width: 400px) {
  .page-home
    .section-safety-cta
    .no-payments-2024_free-shower-door
    .special-offer {
    font: 22px/36px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.contact-form .form-fields .field-consent label {
  position: relative !important;
  font-size: 12px !important;
  font-style: italic;
  line-height: 1.4 !important;
  display: block !important;
  padding: 0 0 0 35px !important;
  top: 0 !important;
  text-indent: 0 !important;
  color: #84888b !important;
}
.contact-form .form-fields .field-consent label a {
  display: inline;
  color: #236093;
  text-decoration: underline;
}
.contact-form .form-fields .field-consent label::before {
  content: "";
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #84888b;
  background: #fff;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}
.contact-form .form-fields .field-consent input[type="checkbox"] {
  position: absolute;
  left: -99999px;
}
.contact-form
  .form-fields
  .field-consent
  input[type="checkbox"]:checked
  + label::before {
  background: #98c254;
}
.contact-form .form-fields .field-consent.error label {
  color: #84888b !important;
}
.contact-form .form-fields .field-consent.error label::before {
  box-shadow: 0 0 0 1px #df002a;
}
.field-consent-privacy {
  margin-top: 15px !important;
}
.contact-service .field-consent-privacy,
.contact-partnerships .field-consent-privacy {
  margin-bottom: 20px !important;
}
.field-consent-marketing {
  margin: 10px 0 5px !important;
}
.contact-form .form-fields .field-consent-error {
  display: none;
  padding: 0;
  margin-bottom: -5px;
}
.contact-form .form-fields .field-consent-error p {
  color: #df002a;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
.contact-steps-title {
  color: #00274c;
  text-align: center;
}
.referral-form .field:not(.field-phone):not(.field-zip) {
  float: none !important;
  width: 100%;
}
.referral-form .field-name {
  width: 100% !important;
}
.referral-form .field-zip + .field-email {
  clear: both;
}
.referral-form .contact-steps-progress span.active {
  color: #98c254;
}
.referral-form .contact-steps-progress span.active::after {
  background: #98c254;
}
.referral-form .form-fields-step .title {
  text-transform: none;
  letter-spacing: 0;
  padding-top: 0;
}
.contact-form.referral-form .special-offer {
  font-size: 24px;
  font-family: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and (min-width: 960px) {
  .contact-form.referral-form .special-offer {
    font-size: 30px;
  }
}
.contact-form.referral-form .special-offer span {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .contact-form.referral-form .special-offer span {
    font-size: 18px;
    margin-top: 8px;
  }
}
.contact-form.referral-form .special-offer .content-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}
.disclaimer-text {
  color: #84888b;
  font-size: 12px;
  font-style: italic;
  line-height: 1.4rem;
  margin-top: 5px;
}
.error-msg p {
  font-style: italic;
  color: #df002a;
}
.fields-wrap {
  display: flex;
  flex-direction: column;
}
.full {
  width: 100%;
}
.section-hero.section-hero--has-form {
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  position: relative;
}
.section-hero.section-hero--has-form::before {
  content: "";
  width: 101%;
  height: 101%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #00274c;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .section-hero.section-hero--has-form .page-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .section-hero.section-hero--has-form .page-wrapper .section-hero__form {
    max-width: 450px;
  }
}
.section-hero.section-hero--has-form .page-wrapper .section-hero__content {
  padding: 0px 0px;
  margin-bottom: 30px;
  color: #fff;
}
.section-hero.section-hero--has-form .page-wrapper .section-hero__content h1 {
  color: #fff;
  font: 32px/48px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.section-hero.section-hero--has-form
  .page-wrapper
  .section-hero__content
  .section-hero__subtitle {
  font: 26px/32px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.section-hero.section-hero--has-form
  .page-wrapper
  .section-hero__content
  .section-hero__subtitle:after {
  content: "";
  display: block;
  width: 125px;
  height: 7px;
  background: #98c254;
  margin: 40px auto 30px;
}
@media screen and (min-width: 960px) {
  .section-hero.section-hero--has-form
    .page-wrapper
    .section-hero__content
    .section-hero__subtitle:after {
    margin: 40px 0px 30px;
  }
}
@media screen and (min-width: 960px) {
  .section-hero.section-hero--has-form .page-wrapper .section-hero__content {
    max-width: calc(100% - 500px);
    padding: 0px 30px;
  }
}
.section-hero.section-hero--has-form .page-wrapper .section-hero__content p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 30px;
  color: #fff;
}
.section-hero.section-hero--has-form
  .page-wrapper
  .section-hero__content
  p
  span.hero-text-cta {
  border-bottom: 5px solid #98c254;
}
.section-hero.section-hero--has-form
  .page-wrapper
  .section-hero__content
  .section-hero__phone-cta
  a {
  color: #fff;
  font: 30px/40px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media screen and (min-width: 960px) {
  .section-hero.section-hero--has-form
    .page-wrapper
    .section-hero__content
    .section-hero__phone-cta
    a {
    font: 38px/54px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.section-hero.section-hero--has-form
  .page-wrapper
  .section-hero__content
  .section-hero__form-cta {
  text-transform: uppercase;
  position: relative;
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
body {
  background: rgba(0, 0, 0, 0);
  color: #2c2c33;
  font: 18px/22px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 640px) {
  body {
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  body {
    font: 20px/28px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.body-scrolled {
  padding-top: 115px;
}
@media screen and (min-width: 640px) {
  .body-scrolled {
    padding-top: 75px;
  }
}
hr {
  margin: 20px 0px;
  background: #d0d6db;
  border: 0;
  height: 1px;
  width: 100%;
}
hr.spacer {
  background: rgba(0, 0, 0, 0);
  margin: 20px 0px;
}
hr.light {
  background: #f4f4f5;
  margin: 30px 0px;
}
img {
  max-width: 100%;
}
sup {
  top: -0.9em;
  font-size: 45%;
}
sub {
  font-size: 45%;
  bottom: 0;
}
sub.baseline {
  bottom: -0.3em;
}
.nobreak {
  white-space: nowrap;
}
.alignleft {
  float: left;
  text-align: left;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.alignright {
  display: block;
  margin: 10px auto;
  float: none;
}
@media screen and (min-width: 640px) {
  .alignright {
    float: right;
    text-align: left;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.aligncenter {
  float: none;
  text-align: center;
  display: block;
  margin: 20px auto;
}
.page-wrapper {
  position: relative;
  display: table;
  padding: 30px 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 640px) {
  .page-wrapper {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 960px) {
  .page-wrapper {
    padding: 50px 20px;
  }
}
.hide-mobile {
  display: none;
}
@media screen and (min-width: 960px) {
  .hide-mobile {
    display: block;
  }
}
.hide-desktop {
  display: block;
}
@media screen and (min-width: 960px) {
  .hide-desktop {
    display: none;
  }
}
p {
  color: #2c2c33;
  font: 16px/26px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  margin: 10px auto;
  padding: 0;
}
@media screen and (min-width: 400px) {
  p {
    font: 18px/28px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
p.left-align {
  text-align: center;
}
@media screen and (min-width: 960px) {
  p.left-align {
    text-align: left;
  }
}
strong {
  color: inherit;
  font-family: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: normal;
}
strong.dark-blue {
  color: #00274c;
}
.mw-900 {
  max-width: 900px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
a {
  color: #236093;
  cursor: pointer;
  text-decoration: none;
}
a * {
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: underline;
  color: #236093;
}
a.content-phone {
  text-decoration: none;
  cursor: default;
}
a.content-phone:hover {
  text-decoration: none;
}
a.anchor {
  display: block;
  position: relative;
  top: -68px;
  visibility: hidden;
}
@media screen and (min-width: 400px) {
  a.anchor {
    top: -77px;
  }
}
@media screen and (min-width: 640px) {
  a.anchor {
    top: -50px;
  }
}
@media screen and (min-width: 960px) {
  a.anchor-form {
    top: -120px;
  }
}
h1,
.h1 {
  position: relative;
  display: inline-block;
  color: #2c2c33;
  padding: 0;
  width: auto;
  margin: 10px auto;
  font: 30px/36px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media screen and (min-width: 640px) {
  h1,
  .h1 {
    padding: 10px 0px;
    font: 36px/48px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
h1.white,
.h1.white {
  color: #fff;
}
h1 span,
.h1 span {
  display: inline-block;
}
h2,
.h2 {
  font: 26px/32px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #2c2c33;
  text-transform: none;
  margin: 20px auto;
}
@media screen and (min-width: 640px) {
  h2,
  .h2 {
    font: 30px/36px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
h2 span,
.h2 span {
  display: block;
  font: 20px/24px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
h3,
.h3 {
  display: block;
  position: relative;
  margin: 10px auto;
  margin-top: 0;
  width: 100%;
  color: #2c2c33;
  letter-spacing: 3px;
  text-transform: uppercase;
  font: 24px/30px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media screen and (min-width: 640px) {
  h3,
  .h3 {
    font: 26px/32px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media screen and (min-width: 960px) {
  h3,
  .h3 {
    margin-top: 10px;
  }
}
h3.light-blue,
.h3.light-blue {
  color: #c2d7e0;
  letter-spacing: 6px;
}
h4,
.h4 {
  margin: 10px auto;
  font: 18px/24px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #2c2c33;
}
@media screen and (min-width: 640px) {
  h4,
  .h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    font: 20px/26px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
h5,
.h5 {
  margin: 10px auto;
  font: 18px/24px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #2c2c33;
}
@media screen and (min-width: 640px) {
  h5,
  .h5 {
    margin-top: 0px;
    margin-bottom: 10px;
    font: 20px/26px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol {
  list-style: decimal;
}
ol li {
  margin-left: 25px;
  font: 16px/26px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media screen and (min-width: 960px) {
  ol li {
    margin-left: 40px;
    font: 18px/28px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.ul li {
  position: relative;
  padding-left: 35px;
}
.ul li:before {
  content: "•";
  display: inline-block;
  position: absolute;
  left: 15px;
}
.ul-indent {
  position: relative;
  list-style: none;
}
@media screen and (min-width: 960px) {
  .ul-indent {
    left: 55px;
    padding-right: 255px;
  }
}
.ul-indent li {
  padding-left: 20px;
}
.ul-indent li:before {
  content: "•   ";
  font-size: 15px;
  vertical-align: middle;
  line-height: 26px;
}
.checklist {
  position: relative;
  display: block;
  margin: 15px auto;
  max-width: 360px;
  width: auto;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .checklist {
    max-width: 395px;
  }
}
.checklist li {
  display: block;
  width: auto;
  margin: 0px 0px 20px 0px;
}
.checklist li:before {
  content: "";
  display: inline-block;
  position: relative;
  float: left;
  width: 28px;
  height: 20px;
  background: url(https://www.kohlerwalkinbath.com/library/svg/icons/icon-check.svg)
    center center/contain no-repeat;
  margin-right: 10px;
  margin-bottom: 20px;
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
#consent_bar #truste-consent-track,
#consent_blackbar #truste-consent-track {
  background-color: rgba(44, 44, 51, 0.75) !important;
}
#consent_bar .truste-button1,
#consent_bar .truste-button2,
#consent_blackbar .truste-button1,
#consent_blackbar .truste-button2 {
  font-weight: bold !important;
  border-radius: 4px !important;
  padding: 7px !important;
}
@media screen and (max-width: 420px) {
  #consent_bar .truste-button1,
  #consent_bar .truste-button2,
  #consent_blackbar .truste-button1,
  #consent_blackbar .truste-button2 {
    margin-top: 0px !important;
    width: 49% !important;
  }
}
#consent_bar #truste-consent-button,
#consent_blackbar #truste-consent-button {
  background: #fff !important;
  color: #00274c !important;
}
@media screen and (max-width: 856px) {
  #consent_bar #truste-consent-button,
  #consent_blackbar #truste-consent-button {
    width: 56% !important;
  }
}
#consent_bar #truste-consent-required,
#consent_blackbar #truste-consent-required {
  background: #c2d7e0 !important;
  color: #00274c !important;
  width: 41% !important;
}
@media screen and (min-width: 856px) {
  #consent_bar #truste-consent-required,
  #consent_blackbar #truste-consent-required {
    width: 120px !important;
  }
}
#consent_bar .truste-button1,
#consent_blackbar .truste-button1 {
  background: none !important;
  color: #fff !important;
}
#consent_bar .truste-messageColumn,
#consent_blackbar .truste-messageColumn {
  text-align: center;
}
@media screen and (max-width: 420px) {
  #consent_bar .truste-messageColumn,
  #consent_blackbar .truste-messageColumn {
    margin: 5px 0px 0px 0px !important;
  }
}
@media screen and (max-width: 856px) and (min-width: 421px) {
  #consent_bar .truste-messageColumn,
  #consent_blackbar .truste-messageColumn {
    margin: 5px 0px 0px 0px !important;
  }
}
#consent_bar .truste-buttonsColumn,
#consent_blackbar .truste-buttonsColumn {
  text-align: center;
}
@media screen and (max-width: 420px) {
  #consent_bar .truste-buttonsColumn,
  #consent_blackbar .truste-buttonsColumn {
    margin: 5px 0px 0px 0px !important;
  }
}
@media screen and (max-width: 856px) and (min-width: 421px) {
  #consent_bar .truste-buttonsColumn,
  #consent_blackbar .truste-buttonsColumn {
    margin: 5px 0px 0px 0px !important;
  }
}
@media print {
  #consent_bar,
  #consent_blackbar {
    display: none;
  }
}
.section-contact-form {
  background: url("../img/bg-contact-form-area.jpg") center no-repeat;
}
.section-contact-form .contact-form {
  max-width: 500px;
}
.header {
  height: auto;
  display: block;
  position: relative;
  width: 100%;
  z-index: 999;
  background: #f4f4f5;
  text-align: center;
  padding: 0px;
}
@media screen and (min-width: 640px) {
  .header {
    height: 95px;
    padding: 0px;
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .header * {
    transition: all 0.3s ease 0s;
  }
}
.header .page-wrapper {
  position: relative;
  padding: 0px 10px;
  max-width: 1200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .header .page-wrapper {
    padding: 0px 15px;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .header .page-wrapper {
    padding: 0px;
  }
}
.header .header-cta-sm-btn a {
  display: flex;
  align-items: center;
  height: 38px;
  cursor: pointer;
  padding: 0px 8px;
  text-decoration: none;
  font: 16px/16px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #00274c;
  color: #00274c;
  border-radius: 6px;
}
@media screen and (min-width: 400px) {
  .header .header-cta-sm-btn a {
    padding: 0px 10px;
  }
}
@media screen and (min-width: 550px) {
  .header .header-cta-sm-btn a {
    font: 18px/24px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media screen and (min-width: 640px) {
  .header .header-cta-sm-btn a {
    display: none;
  }
}
.header .header-cta-sm-btn a svg {
  width: 20px;
  height: 22px;
  fill: #00274c;
  margin-right: 8px;
}
.header-logo {
  display: block;
  margin: auto;
  padding: 0;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 640px) {
  .header-logo {
    margin: 0;
  }
}
.header-logo a {
  display: block;
  margin: 0px auto 10px;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .header-logo a {
    margin: 0;
  }
}
@media screen and (max-width: 639px) {
  .header-logo a {
    margin: 0px auto;
  }
}
.header-logo a:hover {
  text-decoration: none;
}
.header-logo a svg {
  display: block;
  width: 100%;
  max-height: 95px;
}
@media screen and (min-width: 640px) {
  .header-logo a svg {
    max-width: 420px;
  }
}
.header-logo p {
  color: #fff;
  font: 11px/13px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
.header-subtitle {
  position: relative;
  font: 14px/1.5em "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.header-subtitle::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0px;
  left: -15px;
  background: #98c254;
  width: 2px;
}
@media screen and (max-width: 639px) {
  .header-subtitle {
    display: none;
  }
}
.header-text {
  display: flex;
  max-width: 300px;
  text-align: center;
  margin: 10px auto;
}
@media screen and (min-width: 640px) {
  .header-text {
    max-width: 400px;
    margin: 0px 0px 0px 20px;
  }
}
.header-text svg {
  float: right;
  width: auto;
  height: 52px;
  fill: #fff;
}
.header-text .title {
  color: #fff;
  font: 16px/20px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-left: 10px;
}
.header-text .title span {
  display: block;
  font: 28px/32px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.phone-cta {
  position: relative;
  z-index: 99;
  display: inline-block;
  margin: 0px auto;
  width: auto;
  text-align: center;
  padding: 10px 0px;
}
@media screen and (min-width: 640px) {
  .phone-cta {
    float: right;
    margin: 8px auto;
    text-align: right;
  }
}
@media screen and (max-width: 639px) {
  .phone-cta {
    border: 1px solid #98c254;
    padding: 8px 10px 4px;
    margin: 0px auto 10px;
    border-radius: 5px;
  }
}
.phone-cta .mobile-phone-header {
  font: 18px/1.2em "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.phone-cta a {
  font: 28px/28px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 400px) {
  .phone-cta a {
    font: 30px/35px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media screen and (min-width: 640px) {
  .phone-cta a {
    cursor: text;
  }
}
.phone-cta a span {
  display: block;
  font: 16px/16px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media screen and (min-width: 640px) {
  .phone-cta a span {
    font: 21px/21px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media screen and (min-width: 960px) {
  .phone-cta a span {
    font: 21px/21px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.phone-cta a i.phone {
  position: relative;
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #98c254;
  border-radius: 50%;
  margin: 2px 4px 0px 0px;
  padding: 5px;
}
@media screen and (min-width: 400px) {
  .phone-cta a i.phone {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 639px) {
  .phone-cta a i.phone {
    border: 0px;
  }
}
.phone-cta a i.phone:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  background: rgba(0, 0, 0, 0) url(../svg/icons/icon-phone.svg) center
    center/contain no-repeat;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 400px) {
  .phone-cta a i.phone:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 639px) {
  .phone-cta a i.phone:before {
    width: 30px;
    height: 30px;
  }
}
.phone-cta a:hover {
  text-decoration: none;
}
.phone-cta.header-phone a {
  color: #000;
}
.phone-cta.footer-phone a {
  color: #fff;
}
.phone-cta-quote {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .phone-cta-quote {
    min-width: 285px;
  }
}
.header.scrolled {
  top: -115px;
  opacity: 0;
  transition: none;
  position: fixed;
  height: 50px;
  background: rgba(244, 244, 245, 0.9);
  padding: 0px;
}
@media screen and (min-width: 640px) {
  .header.scrolled {
    top: -75px;
    height: 75px;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .header.scrolled {
    opacity: 1;
    box-shadow: none;
  }
}
.header.scrolled.slide {
  top: 0px;
  opacity: 1;
  transition: all 0.8s ease 0s;
}
.header.scrolled .header-logo {
  display: block;
}
.header.scrolled .header-logo a {
  margin: 0px auto;
}
.header.scrolled .header-logo a svg {
  max-height: 50px;
}
@media screen and (min-width: 640px) {
  .header.scrolled .header-logo a svg {
    max-height: 75px;
  }
}
.header.scrolled .header-text {
  display: none;
}
@media screen and (min-width: 640px) {
  .header.scrolled .header-text {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  .header.scrolled .header-phone {
    display: none;
  }
}
.top-promo-bar {
  display: flex;
  justify-content: center;
  font: 14px/21px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  background: #00274c;
  border: 0px;
  color: #fff;
  padding: 10px 15px;
}
@media only screen and (min-width: 960px) {
  .top-promo-bar {
    font: 22px/34px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media screen and (min-width: 768px) {
  .top-promo-bar {
    font: 16px/24px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media screen and (max-width: 639px) {
  .header .page-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 545px) {
  .header .page-wrapper {
    align-items: unset;
  }
}
@media screen and (max-width: 639px) {
  .header .page-wrapper .header-cta-sm-btn {
    max-width: 20%;
    min-width: 56px;
  }
}
@media screen and (max-width: 545px) {
  .header .page-wrapper .header-cta-sm-btn a {
    display: flex;
    flex-wrap: wrap;
    height: calc(100% - 10px);
    justify-content: center;
    align-items: center;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 400px) {
  .header .page-wrapper .header-cta-sm-btn a svg {
    margin-right: 10px;
  }
}
@media screen and (max-width: 545px) {
  .header .page-wrapper .header-cta-sm-btn a svg {
    width: 100%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 639px) {
  .header .page-wrapper .contact-buttons {
    max-width: 75%;
  }
}
@media screen and (max-width: 639px) {
  .header .page-wrapper .phone-cta .mobile-phone-header {
    font: 14px/1.2em "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media screen and (max-width: 639px) {
  .header .page-wrapper .phone-cta .mobile-phone-header {
    font: 12px/1.2em "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media screen and (max-width: 639px) {
  .header .page-wrapper .phone-cta a {
    font: 24px/1em "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media screen and (max-width: 300px) {
  .header .page-wrapper .phone-cta a {
    font: 20px/1em "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media screen and (max-width: 639px) {
  .header .page-wrapper .phone-cta i.phone {
    width: 24px;
    height: 20px;
    margin: 3px 0px 5px;
  }
}
@media screen and (max-width: 639px) {
  .header .page-wrapper .phone-cta i.phone:before {
    width: 24px;
    height: 20px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 639px) {
  .header.scrolled.slide {
    height: 120px;
  }
}
@media screen and (max-width: 639px) {
  .header.scrolled .header-phone {
    display: block;
  }
}
footer {
  display: block;
  position: relative;
  z-index: 9;
  background: #2c2c33;
}
footer .page-wrapper {
  position: relative;
  padding: 15px;
}
@media screen and (min-width: 960px) {
  footer .page-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  footer .page-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
footer a {
  color: #98c254;
}
footer a:hover {
  color: #98c254;
  text-decoration: underline;
}
@media print {
  footer {
    display: none;
  }
}
.footer-main {
  display: block;
  text-align: center;
}
.footer-main * {
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 960px) {
  .footer-main {
    text-align: left;
  }
}
.footer-main .page-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-main .page-wrapper .logo-wrapper {
  max-width: 700px;
  width: calc(100% - 300px);
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .footer-main .page-wrapper .logo-wrapper {
    width: 100%;
    max-width: 100%;
    margin: auto;
    display: block;
  }
}
.footer-main .page-wrapper .logo-wrapper svg {
  width: 420px;
  max-width: 100%;
  height: auto;
}
.footer-main .page-wrapper .logo-wrapper .footer-nav {
  margin: -30px 40px 20px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .footer-main .page-wrapper .logo-wrapper .footer-nav {
    margin: -30px auto 20px;
    text-align: center;
  }
}
.footer-main .page-wrapper .logo-wrapper .footer-nav .footer-nav-bar {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .footer-main .page-wrapper .logo-wrapper .footer-nav .footer-nav-bar {
    width: 90vw;
    justify-content: center;
  }
}
.footer-main .page-wrapper .logo-wrapper .footer-nav .nav-item {
  margin-bottom: 10px;
}
.footer-main
  .page-wrapper
  .logo-wrapper
  .footer-nav
  .nav-item:not(:last-child) {
  padding-right: 30px;
}
@media only screen and (max-width: 440px) {
  .footer-main .page-wrapper .logo-wrapper .footer-nav .nav-item {
    padding-right: 0px;
    width: 100%;
    text-align: center;
  }
}
.footer-main .page-wrapper .logo-wrapper .footer-nav a {
  color: #fff;
}
.footer-main .page-wrapper .logo-wrapper .footer-nav a:hover {
  color: #98c254;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .footer-main .page-wrapper .phone-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 15px auto;
    display: block;
    text-align: center;
    margin-top: 0;
  }
}
.footer-main .page-wrapper .phone-wrapper .contact-buttons {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-main .page-wrapper .phone-wrapper .contact-buttons {
    justify-content: center;
    margin: 12px 0;
  }
}
.footer-main .page-wrapper .phone-wrapper .phone-cta {
  float: none;
  margin: 8px 0;
}
.footer-main .page-wrapper .phone-wrapper .phone-cta a {
  display: flex;
  justify-content: flex-end;
}
.footer-main .mobile-phone-header {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
  text-align: right;
}
.footer-logo {
  display: block;
  max-width: 420px;
  margin: 20px 0 10px;
}
@media screen and (min-width: 960px) {
  .footer-logo {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .footer-logo {
    margin: 20px auto 10px;
  }
}
.footer-logo svg {
  display: block;
  margin: 0 auto;
  width: 420px;
  max-width: 90vw;
  height: auto;
  fill: #fff;
  margin-top: -40px;
  max-height: 120px;
}
@media screen and (min-width: 1280px) {
  .footer-logo svg {
    margin-top: -60px;
  }
}
.disclaimer {
  display: block;
  width: 100%;
  max-width: 350px;
  color: #84888b;
  text-align: center;
  font: italic 14px/16px "helvetica-neue-medium", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
}
@media screen and (min-width: 640px) {
  .disclaimer {
    max-width: 100%;
    font: italic 14px/16px "helvetica-neue-medium", "Helvetica Neue", Helvetica,
      Arial, sans-serif;
  }
}
.disclaimer sup {
  font-size: 65%;
  top: -0.5em;
}
.disclaimer .dollar {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  position: relative;
  top: -1px;
  width: 17px;
  height: 17px;
  border: 1px solid #84888b;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  color: #84888b;
  font: 12px/16px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-align: center;
}
.disclaimer .ellipses {
  display: inline;
}
.disclaimer .disclaimer-content {
  display: none;
}
.disclaimer.toggle .ellipses {
  display: none;
}
.disclaimer.toggle .disclaimer-content {
  display: inline;
}
.footer-credits {
  display: block;
  min-height: 50px;
  padding: 12px 10px;
  background: #2c2c33;
  color: #fff;
  text-align: center;
}
.footer-credits p {
  color: #fff;
  font: 18px/26px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  position: relative;
  float: none;
  margin: 5px auto;
}
.footer-credits .page-wrapper {
  padding: 0;
}
.footer-credits a {
  color: #fff;
  display: inline-block;
  line-height: 21px;
}
.footer-credits a.link {
  color: #fff;
}
.footer-credits a.link:hover {
  text-decoration: underline;
}
.footer-credits .trimark {
  background: url("../svg/logo-trimark.svg") no-repeat;
  display: inline-block;
  height: 23px;
  overflow: hidden;
  text-indent: -500px;
  vertical-align: middle;
  width: 92px;
}
.conv-codes {
  height: 0;
  overflow: hidden;
}
.authorized-dealer-badge {
  max-width: 250px;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .authorized-dealer-badge {
    margin: 0px;
  }
}
.authorized-dealer-badge a {
  color: #000;
  text-decoration: none;
  text-align: center;
  font: 18px/26px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.authorized-dealer-badge svg {
  width: 250px;
  height: auto;
  fill: #00274c;
}
.footer-main .social-media-button {
  display: flex;
  justify-content: center;
  margin: 0 0 20px 10px;
}
@media only screen and (min-width: 769px) {
  .footer-main .social-media-button {
    justify-content: flex-end;
  }
}
.footer-main .social-media-button .social-item a {
  margin: 0px 8px;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition-duration: 0.3s all;
}
.footer-main .social-media-button .social-item:hover a {
  background: #98c254;
}
.footer-main .social-media-button .social-item svg,
.footer-main .social-media-button .social-item svg path {
  fill: #2c2c33 !important;
}
.footer-main .social-media-button .social-item.facebook-link svg {
  width: 24px;
  height: 24px;
}
.footer-main .social-media-button .social-item.google-link svg {
  width: 30px;
  height: 30px;
}
.footer-links {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .footer-links {
    margin-left: 40px;
  }
}
.footer-links li {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .footer-links li {
    text-align: left;
  }
}
.footer-links li a {
  color: rgba(255, 255, 255, 0.75);
}
.contractor-number p {
  text-align: right;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .contractor-number p {
    text-align: center;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.65);
  }
  100% {
    transform: scale(1);
  }
}
.section-features-diagram {
  padding: 0;
  background-color: #fff;
  position: relative;
}
.features-diagram--title {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 419px) {
  .features-diagram--title {
    font-size: 22px;
  }
}
.features-diagram--sub-title {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 36px 0px 30px 0px;
  font-style: italic;
}
@media screen and (min-width: 800px) {
  .features-diagram--sub-title {
    font-size: 16px;
  }
}
.features-diagram--sub-title:before {
  content: "";
  position: absolute;
  top: 0px;
  left: calc(50% - 40px);
  width: 80px;
  height: 5px;
  background-color: #00274c;
}
@media screen and (min-width: 800px) {
  .features-diagram--sub-title:before {
    height: 7px;
  }
}
.features-diagram--container {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .features-diagram--container {
    max-width: 912px;
    flex-direction: row;
  }
}
.features-diagram--intro {
  width: 90%;
  max-width: 600px;
  margin: 0px auto 30px;
  text-align: center;
}
.features-diagram--intro h3 {
  text-transform: none;
  letter-spacing: 0px;
  font: 22px/28px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.features-diagram--content {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  text-align: left;
  top: -60px;
  margin-bottom: -20px;
  padding: 0px 26px 0px;
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .features-diagram--content {
    top: auto;
    left: 0;
    width: calc(50vw - 50px);
    max-width: 400px;
    padding: 0px 26px 60px;
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .features-diagram--content {
    padding: 50px 35px 70px 35px;
  }
}
.features-diagram--content-card {
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  transition: all 0.3s;
}
.features-diagram--content-card-title {
  margin-bottom: 10px;
  color: #00274c;
  font-size: 18px;
  line-height: 22px;
  font-family: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  max-width: 165px;
}
@media screen and (min-width: 440px) {
  .features-diagram--content-card-title {
    max-width: 100%;
  }
}
@media screen and (min-width: 800px) {
  .features-diagram--content-card-title {
    font-size: 22px;
  }
}
.features-diagram--content-card-copy {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  font-family: "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #00274c;
}
@media screen and (min-width: 800px) {
  .features-diagram--content-card-copy {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.features-diagram--content-card-disclaimer {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-style: italic;
  color: #00274c;
}
.features-diagram--content-card-media img,
.features-diagram--content-card-media video {
  width: 210px;
  height: 120px;
}
@media screen and (min-width: 800px) {
  .features-diagram--content-card-media img,
  .features-diagram--content-card-media video {
    width: 280px;
    height: 160px;
  }
}
.features-diagram--content-controls {
  position: absolute;
  bottom: 60px;
  left: 225px;
  display: flex;
  justify-content: flex-start;
  margin-top: 0px;
}
@media screen and (min-width: 800px) {
  .features-diagram--content-controls {
    position: relative;
    margin-top: 20px;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
}
.features-diagram--content-controls [type="button"] {
  position: relative;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #00274c;
  border-radius: 50%;
  border: none;
  outline: none;
}
.features-diagram--content-controls [type="button"]:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 11px);
  height: 16px;
  width: 16px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform-origin: center;
  transform: rotate(45deg);
}
.features-diagram--content-controls [type="button"]:nth-of-type(1) {
  margin-right: 6px;
}
.features-diagram--content-controls [type="button"]:nth-of-type(1):after {
  transform: rotate(-135deg);
  left: calc(50% - 5px);
}
.features-diagram--content-controls [type="button"].slick-disabled:after {
  opacity: 0.4;
}
.features-diagram--asset {
  position: relative;
  background: url("../img/diagram/img-diagram-new-wib-full.png") center center
    no-repeat;
  background-size: auto 100%;
  height: 365px;
}
@media screen and (min-width: 800px) {
  .features-diagram--asset {
    width: 65%;
    height: 540px;
  }
}
.features-diagram--asset-dot {
  cursor: pointer;
  position: absolute;
  top: 50px;
  left: 50px;
  height: 28px;
  width: 28px;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: 1px solid #00274c;
}
.features-diagram--asset-dot.pulse:before {
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 39, 76, 0.5);
  transform: scale(1);
  animation: pulse 2s infinite;
}
@media screen and (min-width: 800px) {
  .features-diagram--asset-dot {
    height: 42px;
    width: 42px;
  }
}
.features-diagram--asset-dot .label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 15px/15px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #00274c;
  z-index: 1;
  height: 100%;
}
@media screen and (min-width: 800px) {
  .features-diagram--asset-dot .label {
    font: 20px/20px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.features-diagram--asset-dot:before,
.features-diagram--asset-dot:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transition: 0.3s all;
}
.features-diagram--asset-dot:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.features-diagram--asset-dot:after {
  background-color: #fff;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
@media screen and (min-width: 800px) {
  .features-diagram--asset-dot:after {
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
  }
}
.features-diagram--asset-dot.active {
  animation: pulsate cubic-bezier(0.75, 0, 0.25, 1) 0.6s 1;
  background: #00274c;
}
.features-diagram--asset-dot.active.pulse:before {
  box-shadow: none;
  transform: none;
  animation: none;
}
.features-diagram--asset-dot.active .label {
  color: #fff;
}
.features-diagram--asset-dot.active:after {
  background: #00274c;
}
.features-diagram--asset-dot.active:before {
  border-width: 10px;
}
.features-diagram--asset-dot:nth-of-type(1) {
  top: 280px;
  left: calc(50% - 10px);
}
@media screen and (min-width: 800px) {
  .features-diagram--asset-dot:nth-of-type(1) {
    top: 412px;
    left: calc(50% - 20px);
  }
}
.features-diagram--asset-dot:nth-of-type(2) {
  top: 215px;
  left: calc(50% + 60px);
}
@media screen and (min-width: 800px) {
  .features-diagram--asset-dot:nth-of-type(2) {
    top: 320px;
    left: calc(50% + 90px);
  }
}
.features-diagram--asset-dot:nth-of-type(3) {
  top: 210px;
  left: calc(50% - 5px);
}
@media screen and (min-width: 800px) {
  .features-diagram--asset-dot:nth-of-type(3) {
    top: 310px;
    left: calc(50% - 10px);
  }
}
.features-diagram--asset-dot:nth-of-type(4) {
  top: 200px;
  left: calc(50% - 100px);
}
@media screen and (min-width: 800px) {
  .features-diagram--asset-dot:nth-of-type(4) {
    top: 300px;
    left: calc(50% - 145px);
  }
}
.features-diagram--asset-dot:nth-of-type(5) {
  top: 180px;
  left: calc(50% - 135px);
}
@media screen and (min-width: 800px) {
  .features-diagram--asset-dot:nth-of-type(5) {
    top: 270px;
    left: calc(50% - 205px);
  }
}
.features-diagram--asset-dot:nth-of-type(6) {
  top: 140px;
  left: calc(50% - 40px);
}
@media screen and (min-width: 800px) {
  .features-diagram--asset-dot:nth-of-type(6) {
    top: 200px;
    left: calc(50% - 60px);
  }
}
.features-diagram--asset-dot:nth-of-type(7) {
  top: 75px;
  left: calc(50% + 75px);
}
@media screen and (min-width: 800px) {
  .features-diagram--asset-dot:nth-of-type(7) {
    top: 110px;
    left: calc(50% + 110px);
  }
}
.features-diagram--asset-dot:nth-of-type(8) {
  top: 130px;
  left: calc(50% + 105px);
}
@media screen and (min-width: 800px) {
  .features-diagram--asset-dot:nth-of-type(8) {
    top: 190px;
    left: calc(50% + 150px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 39, 76, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 39, 76, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 39, 76, 0);
  }
}
.features-diagram--wave {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.features-diagram--wave .wave-svg {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 830px;
}
@media screen and (min-width: 480px) {
  .features-diagram--wave .wave-svg {
    width: 870px;
  }
}
@media screen and (min-width: 768px) {
  .features-diagram--wave .wave-svg {
    width: 900px;
  }
}
@media screen and (min-width: 800px) {
  .features-diagram--wave .wave-svg {
    width: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .features-diagram--wave .wave-svg {
    width: 48%;
  }
}
@media screen and (min-width: 2300px) {
  .features-diagram--wave .wave-svg {
    display: none;
  }
}
.features-diagram--wave .wave-svg svg {
  position: absolute;
  bottom: 0;
  right: 0;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.65);
  }
  100% {
    transform: scale(1);
  }
}
.section-shower-features-diagram {
  padding: 0 0 30px 0;
  background-color: #fff;
  position: relative;
}
.shower-features-diagram--title {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 419px) {
  .shower-features-diagram--title {
    font-size: 22px;
  }
}
.shower-features-diagram--sub-title {
  position: relative;
  text-align: center;
  padding: 36px 0px 30px 0px;
  font-style: italic;
}
@media screen and (min-width: 800px) {
  .shower-features-diagram--sub-title {
    font-size: 14px;
  }
}
.shower-features-diagram--sub-title:before {
  content: "";
  position: absolute;
  top: 0px;
  left: calc(50% - 40px);
  width: 80px;
  height: 5px;
  background-color: #c5ab79;
}
@media screen and (min-width: 800px) {
  .shower-features-diagram--sub-title:before {
    height: 7px;
  }
}
.shower-features-diagram--container {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .shower-features-diagram--container {
    max-width: 912px;
    flex-direction: row;
  }
}
.shower-features-diagram--intro {
  width: 90%;
  max-width: 600px;
  margin: 0px auto 30px;
  text-align: center;
}
.shower-features-diagram--intro h3 {
  text-transform: none;
  letter-spacing: 0px;
  font: 22px/28px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.shower-features-diagram--asset {
  position: relative;
  background: url("../img/diagram/img-shower-diagram-full.jpg") center center
    no-repeat;
  background-size: auto 100%;
  height: 365px;
  width: 100%;
  max-width: 950px;
}
@media screen and (min-width: 800px) {
  .shower-features-diagram--asset {
    height: 565px;
    width: calc(100% - 400px);
  }
}
.shower-features-diagram--asset-dot {
  cursor: pointer;
  position: absolute;
  top: 50px;
  left: 50px;
  height: 28px;
  width: 28px;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: 1px solid #00274c;
}
.shower-features-diagram--asset-dot.pulse:before {
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 39, 76, 0.5);
  transform: scale(1);
  animation: pulse 2s infinite;
}
@media screen and (min-width: 800px) {
  .shower-features-diagram--asset-dot {
    height: 42px;
    width: 42px;
  }
}
.shower-features-diagram--asset-dot .label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 15px/15px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #00274c;
  z-index: 1;
  height: 100%;
}
@media screen and (min-width: 800px) {
  .shower-features-diagram--asset-dot .label {
    font: 20px/20px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.shower-features-diagram--asset-dot:before,
.shower-features-diagram--asset-dot:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transition: 0.3s all;
}
.shower-features-diagram--asset-dot:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.shower-features-diagram--asset-dot:after {
  background-color: #fff;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
@media screen and (min-width: 800px) {
  .shower-features-diagram--asset-dot:after {
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
  }
}
.shower-features-diagram--asset-dot.active {
  animation: pulsate cubic-bezier(0.75, 0, 0.25, 1) 0.6s 1;
  background: #00274c;
}
.shower-features-diagram--asset-dot.active.pulse:before {
  box-shadow: none;
  transform: none;
  animation: none;
}
.shower-features-diagram--asset-dot.active .label {
  color: #fff;
}
.shower-features-diagram--asset-dot.active:after {
  background: #00274c;
}
.shower-features-diagram--asset-dot.active:before {
  border-width: 10px;
}
.shower-features-diagram--asset-dot:nth-of-type(1) {
  top: 315px;
  left: calc(50% - 5px);
}
@media screen and (min-width: 800px) {
  .shower-features-diagram--asset-dot:nth-of-type(1) {
    top: 490px;
    left: calc(50% - 10px);
  }
}
.shower-features-diagram--asset-dot:nth-of-type(2) {
  top: 75px;
  left: calc(50% - 130px);
}
@media screen and (min-width: 800px) {
  .shower-features-diagram--asset-dot:nth-of-type(2) {
    top: 75px;
    left: calc(50% - 130px);
  }
}
.shower-features-diagram--asset-dot:nth-of-type(3) {
  top: 180px;
  left: calc(50% - 115px);
}
@media screen and (min-width: 800px) {
  .shower-features-diagram--asset-dot:nth-of-type(3) {
    top: 180px;
    left: calc(50% + 115px);
  }
}
.shower-features-diagram--asset-dot:nth-of-type(4) {
  top: 80px;
  left: calc(50% - 80px);
}
@media screen and (min-width: 800px) {
  .shower-features-diagram--asset-dot:nth-of-type(4) {
    top: 307px;
    left: calc(50% + 100px);
  }
}
.shower-features-diagram--asset-dot:nth-of-type(5) {
  top: 110px;
  left: calc(50% - 10px);
}
@media screen and (min-width: 800px) {
  .shower-features-diagram--asset-dot:nth-of-type(5) {
    top: 180px;
    left: calc(50% - 50px);
  }
}
.shower-features-diagram--asset-dot:nth-of-type(6) {
  top: 170px;
  left: calc(50% + 30px);
}
@media screen and (min-width: 800px) {
  .shower-features-diagram--asset-dot:nth-of-type(6) {
    top: 250px;
    left: calc(50% - 150px);
  }
}
.shower-features-diagram--content {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  text-align: left;
  top: 0px;
  max-width: 100%;
  margin: 20px auto -20px;
  padding: 0px 26px 0px;
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .shower-features-diagram--content {
    top: auto;
    left: 0;
    width: calc(50vw - 50px);
    max-width: 400px;
    padding: 0px 26px 60px;
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .shower-features-diagram--content {
    padding: 50px 35px 70px 35px;
  }
}
.shower-features-diagram--content-card {
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  transition: all 0.3s;
}
.shower-features-diagram--content-card-title {
  margin-bottom: 10px;
  color: #00274c;
  font-size: 18px;
  line-height: 22px;
  font-family: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  max-width: 165px;
}
@media screen and (min-width: 440px) {
  .shower-features-diagram--content-card-title {
    max-width: 100%;
  }
}
@media screen and (min-width: 800px) {
  .shower-features-diagram--content-card-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 799px) {
  .shower-features-diagram--content-card-title {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.shower-features-diagram--content-card-copy {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  font-family: "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #00274c;
}
@media screen and (min-width: 800px) {
  .shower-features-diagram--content-card-copy {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.shower-features-diagram--content-card-media img,
.shower-features-diagram--content-card-media video {
  width: 210px;
  height: 120px;
}
@media screen and (min-width: 800px) {
  .shower-features-diagram--content-card-media img,
  .shower-features-diagram--content-card-media video {
    width: 280px;
    height: 160px;
  }
}
.shower-features-diagram--content-controls {
  position: absolute;
  bottom: 60px;
  left: 225px;
  display: flex;
  justify-content: flex-start;
  margin-top: 0px;
}
@media screen and (min-width: 800px) {
  .shower-features-diagram--content-controls {
    position: relative;
    margin-top: 20px;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
}
.shower-features-diagram--content-controls [type="button"] {
  position: relative;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #00274c;
  border-radius: 50%;
  border: none;
  outline: none;
}
.shower-features-diagram--content-controls [type="button"]:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 11px);
  height: 16px;
  width: 16px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform-origin: center;
  transform: rotate(45deg);
}
.shower-features-diagram--content-controls [type="button"]:nth-of-type(1) {
  margin-right: 6px;
}
.shower-features-diagram--content-controls
  [type="button"]:nth-of-type(1):after {
  transform: rotate(-135deg);
  left: calc(50% - 5px);
}
.shower-features-diagram--content-controls
  [type="button"].slick-disabled:after {
  opacity: 0.4;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 39, 76, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 39, 76, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 39, 76, 0);
  }
}
.features-diagram--content .learn-more,
.shower-features-diagram--container .learn-more {
  color: #00274c;
  font: 16px/24px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  padding-top: 20px;
  margin-left: 15px;
}
@media only screen and (max-width: 799px) {
  .features-diagram--content .learn-more,
  .shower-features-diagram--container .learn-more {
    order: -1;
    margin-top: 20px;
  }
}
.features-diagram--content .learn-more a,
.shower-features-diagram--container .learn-more a {
  color: #00274c;
  text-decoration: underline;
}
.shower-features-diagram--container .learn-more {
  width: 100%;
  text-align: left;
}
.shower-features-diagram--container .design-quiz {
  margin-top: 5px;
  text-align: left;
  margin-left: 15px;
}
@media only screen and (max-width: 799px) {
  .shower-features-diagram--container .design-quiz {
    order: -2;
  }
}
.shower-features-diagram--container .design-quiz a {
  color: #00274c;
  font: 16px/24px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-decoration: underline;
  padding-top: 15px;
  text-align: left !important;
}
.reviews-block {
  background: #00274c;
  color: #fff;
  text-align: center;
  padding: 80px 0px 50px;
  position: relative;
}
.reviews-block .quote-icon {
  position: absolute;
  top: -30px;
  left: calc(50% - 37px);
  color: #00274c;
  width: 74px;
  height: 74px;
  background: #fff;
  border-radius: 50%;
  font-size: 106px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 35px;
  box-shadow: 9px 9px 21px rgba(0, 0, 0, 0.38);
}
.reviews-block--content {
  max-width: 560px;
  width: 90%;
  text-align: center;
  overflow: hidden;
  margin: auto;
  display: block;
}
.reviews-block .title-tag {
  font: 26px/30px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  margin: 0px auto 30px;
}
.reviews-block--slider-card-copy {
  font: 20px/30px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  margin: 20px auto;
}
.reviews-block--slider-card-author {
  font: 16px/28px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.reviews-block--slider-card-author i {
  font: 16px/28px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-style: italic;
}
.reviews-block--slider-card-link {
  font: 16px/28px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-transform: uppercase;
}
.reviews-block--slider-card-link a {
  color: #98c254;
}
.reviews-block--slider-card-product-logo {
  max-width: 250px;
  display: block;
  margin: auto;
}
.reviews-block--slider-card-product-logo #kwib-review-logo,
.reviews-block--slider-card-product-logo #kls-review-logo {
  fill: rgba(255, 255, 255, 0.63);
}
.reviews-block .slick-ctrls {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 8px;
}
.reviews-block .slick-ctrls .slick-prev,
.reviews-block .slick-ctrls .slick-next {
  height: 15px;
  width: 15px;
  padding: 0px;
  margin-top: 2px;
  background: none;
  border: solid #fff;
  outline: none;
  transform: rotate(-45deg);
  cursor: pointer;
  outline: none;
  text-indent: -9999px;
  transform-origin: center;
}
.reviews-block .slick-ctrls .slick-prev {
  border-width: 5px 0 0 5px;
  order: 1;
  position: relative;
}
.reviews-block .slick-ctrls .slick-next {
  border-width: 0 5px 5px 0;
  order: 3;
  position: relative;
}
.reviews-block .slick-ctrls ul.slick-dots {
  display: flex !important;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  order: 2;
}
.reviews-block .slick-ctrls ul.slick-dots li {
  margin: auto 6px;
  display: flex;
  align-items: center;
}
.reviews-block .slick-ctrls ul.slick-dots li button {
  background: none;
  border: 1px solid #fff;
  cursor: pointer;
  outline: none;
  text-indent: -9999px;
  transform-origin: center;
  transform: rotate(-45deg);
  padding: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.reviews-block .slick-ctrls ul.slick-dots li.slick-active button {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .product-block {
    max-width: 500px;
    margin: auto;
  }
}
.product-block--content {
  position: relative;
}
.product-block--slider {
  height: auto;
}
.product-block--controls {
  position: relative;
  bottom: 200px;
  display: flex;
  width: 96%;
  margin: auto;
  justify-content: space-between;
}
.product-block--controls [type="button"] {
  position: relative;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  display: block;
  width: 47px;
  height: 47px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
}
.product-block--controls [type="button"]:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 12px);
  height: 16px;
  width: 16px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform-origin: center;
  transform: rotate(45deg);
}
.product-block--controls [type="button"]:nth-of-type(1):after {
  transform: rotate(-135deg);
  left: calc(50% - 4px);
}
.product-block--slider-card .content {
  height: auto;
  position: relative;
}
.product-block--slider-card .content #kwib-product-logo,
.product-block--slider-card .content #kls-product-logo {
  height: 24px;
  width: 100%;
  margin: auto;
  display: block;
  overflow: hidden;
}
.product-block--slider-card .content #kwib-product-logo svg,
.product-block--slider-card .content #kls-product-logo svg {
  display: block;
  margin: auto;
}
.product-block--slider-card .content img {
  min-width: 100%;
}
.product-block--slider-card-product-logo {
  position: absolute;
  background: rgba(0, 39, 76, 0.8);
  z-index: 2;
  bottom: 0px;
  left: 0px;
  height: 50px;
  width: 100%;
  padding: 13px;
}
.page-home .section-hero-mobile {
  background: url("../img/img-kohler-bath-shower.jpg") center center/cover
    no-repeat;
  display: block;
  min-height: 220px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .page-home .section-hero-mobile {
    display: none;
  }
}
.page-home .section-hero {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .page-home .section-hero {
    background: rgba(0, 0, 0, 0);
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .page-home .section-hero div#wib-header-image {
    position: absolute;
    background: url("../img/ServicesHeader_WalkInBath.jpg") center center/cover
      no-repeat;
    width: 50vw;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
  }
}
@media screen and (min-width: 769px) {
  .page-home .section-hero div#lux-header-image {
    position: absolute;
    background: url("../img/ServicesHeader_LuxstoneShowers.jpg") center
      center/cover no-repeat;
    width: 50vw;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 0;
  }
}
.content-form-wrapper {
  margin: 0 auto;
  padding: 0px 0px 40px 0px;
}
@media screen and (min-width: 769px) {
  .content-form-wrapper {
    display: flex;
    justify-content: center;
    margin: unset;
    flex-direction: row;
    align-items: flex-end;
    padding: 20px 20px 40px 0px;
    box-sizing: border-box;
  }
}
.content-form-wrapper .hero-content {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 20px;
  margin-bottom: 30px;
  color: #fff;
  min-width: 50vw;
}
@media screen and (min-width: 769px) {
  .content-form-wrapper .hero-content {
    min-height: 200px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .content-form-wrapper .hero-content {
    background: #00274c;
    padding: 20px;
  }
}
.content-form-wrapper .hero-content .content-background {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.content-form-wrapper .hero-content .content-background svg {
  fill: rgba(0, 39, 76, 0.9);
  min-width: 100%;
  min-height: 100%;
}
@media screen and (min-width: 769px) {
  .content-form-wrapper .hero-content .content-background {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .content-form-wrapper .hero-content .content-background svg {
    fill: rgba(0, 39, 76, 0.9);
    min-width: 100%;
    min-height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .content-form-wrapper .hero-content .content-background {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .content-form-wrapper .hero-content {
    min-height: 250px;
  }
}
.content-form-wrapper .hero-content h1,
.content-form-wrapper .hero-content p,
.content-form-wrapper .hero-content ul {
  color: #2c2c33;
}
@media screen and (min-width: 769px) {
  .content-form-wrapper .hero-content h1,
  .content-form-wrapper .hero-content p,
  .content-form-wrapper .hero-content ul {
    color: #fff;
  }
}
.content-form-wrapper .hero-content h1 {
  margin-top: 0;
  padding-top: 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  max-width: 300px;
}
@media screen and (min-width: 640px) {
  .content-form-wrapper .hero-content h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 769px) {
  .content-form-wrapper .hero-content h1 {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    max-width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .content-form-wrapper .hero-content h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
.content-form-wrapper .hero-content p {
  max-width: 390px;
}
@media screen and (min-width: 769px) {
  .content-form-wrapper .hero-content p {
    max-width: 100%;
    font: 22px/32px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.content-form-wrapper .hero-content ul {
  list-style: disc;
  margin: 0 auto;
  padding: 0px;
  text-align: left;
  max-width: 300px;
}
@media screen and (min-width: 769px) {
  .content-form-wrapper .hero-content ul {
    margin: 0;
    max-width: 100%;
    font: 22px/32px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.content-form-wrapper .hero-content ul li {
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 25px;
}
@media screen and (min-width: 769px) {
  .content-form-wrapper .hero-content .btn,
  .content-form-wrapper .hero-content .content-button {
    color: #fff;
  }
}
.content-form-wrapper .hero-content a.content-button {
  white-space: nowrap;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  .content-form-wrapper .hero-content a.content-button {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 400px) {
  .content-form-wrapper .hero-content a.content-button {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 769px) {
  .content-form-wrapper .hero-content .hero-text {
    max-width: 440px;
    width: 90%;
  }
}
.content-form-wrapper .hero-content .sub-heading {
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  max-width: 300px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .content-form-wrapper .hero-content .sub-heading {
    padding-left: 20px;
    border-left: 2px solid #c5ab79;
    text-align: left;
    margin: unset;
    font-size: 24px;
    line-height: 32px;
  }
}
.content-form-wrapper .hero-form {
  margin: 0px 15px;
}
@media screen and (min-width: 769px) {
  .content-form-wrapper .hero-form {
    margin: 0px auto;
  }
}
.content-form-wrapper .hero-form .contact-form {
  max-width: 560px;
  border: 1px solid #d0d6db;
}
@media screen and (min-width: 769px) {
  .content-form-wrapper .hero-form .contact-form {
    border: none;
  }
}
@media screen and (min-width: 960px) {
  .content-form-wrapper .hero-form .contact-form {
    margin: 0;
  }
}
.main-heading {
  position: relative;
  vertical-align: top;
}
.main-heading:after {
  content: "";
  display: table;
  clear: both;
}
.main-heading h2 {
  position: relative;
  display: block;
  text-align: center;
  margin: 10px auto;
}
@media screen and (min-width: 960px) {
  .main-heading h2 {
    float: none;
    width: 100%;
    padding: 0px 10px;
  }
}
.fair-banner {
  display: flex;
  justify-content: center;
  padding: 48px 24px;
}
.fair-banner .fair-desktop {
  max-width: 1200px;
  width: 100%;
}
.fair-banner .fair-mobile {
  display: none;
}
@media screen and (max-width: 769px) {
  .fair-banner {
    padding: 0 24px 32px;
  }
  .fair-banner .fair-desktop {
    display: none;
  }
  .fair-banner .fair-mobile {
    display: block;
    max-width: 500px;
    width: 100%;
  }
}
.section-intro {
  position: relative;
  background: #f4f4f5;
  margin-bottom: 50px;
}
.section-intro .page-wrapper {
  max-width: 1200px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 639px) {
  .section-intro .page-wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .section-intro .page-wrapper {
    flex-direction: row;
  }
}
.section-intro:after {
  opacity: 1;
  position: absolute;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-left: 28px solid rgba(0, 0, 0, 0);
  border-right: 28px solid rgba(0, 0, 0, 0);
  border-top: 22px solid #f4f4f5;
  background: rgba(0, 0, 0, 0);
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
  transition: 0s all;
}
.section-intro-text {
  width: 100%;
  padding: 20px;
  max-width: 960px;
  margin: auto;
}
@media only screen and (min-width: 960px) {
  .section-intro-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.section-intro-text .intro-text-title {
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 960px) {
  .section-intro-text .intro-text-title {
    width: 250px;
  }
}
.section-intro-text .intro-text-title h1 {
  text-align: left;
  margin: 10px 0px;
}
@media only screen and (min-width: 960px) {
  .section-intro-text .intro-text-title h1 {
    font: 40px/44px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
    padding-top: 0px;
    margin-top: 0px;
  }
}
.section-intro-text .intro-text-title h1:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: #98c254;
  margin-top: 20px;
  margin: 20px 0px 0px;
}
.section-intro-text .intro-text-title h1 span {
  font: 18px/28px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.section-intro-text .intro-text-content {
  margin-left: 1.5rem;
  width: 100%;
}
.section-intro-text .intro-text-content .tagline {
  font: 24px/32px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-align: left;
}
@media only screen and (min-width: 960px) {
  .section-intro-text .intro-text-content {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 720px) {
  .section-intro-text .intro-text-content {
    margin-left: 0;
  }
}
.section-intro-text .intro-text-content p {
  text-align: left;
}
.section-intro-text ul {
  display: flex;
  flex-direction: column;
  max-width: 95%;
  margin: 0 auto;
  padding: 0px 0px 15px 0px;
}
@media screen and (min-width: 960px) {
  .section-intro-text ul {
    padding: 20px 0px;
  }
}
.section-intro-text ul li {
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.section-intro-text ul li:before {
  background: url(../svg/icons/icon-check-gold.svg) center top/contain no-repeat;
  content: "";
  display: inline-block;
  position: relative;
  float: left;
  width: 28px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.section-intro-image {
  display: block;
  width: 100%;
  height: auto;
  order: 1;
}
@media screen and (min-width: 769px) {
  .section-intro-image {
    display: block;
    width: 400px;
    height: auto;
  }
}
.section-benefits {
  position: relative;
  background-image: url("../img/bg-process.jpg");
  padding: 2rem;
}
.section-benefits-scrim {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(238, 238, 238, 0.8);
  z-index: 1;
}
.section-benefits-wrapper {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  z-index: 2;
  position: relative;
  flex-direction: row;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section-benefits-wrapper {
    flex-direction: column;
    padding: 0 1rem;
  }
}
.section-benefits-wrapper ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.section-benefits-wrapper ol li {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: flex-start;
  margin: 0;
}
.section-benefits-wrapper ol .benefit-number {
  color: #98c254;
  font-size: 2.5rem;
  font-weight: bold;
}
.section-main {
  position: relative;
  display: block;
  width: 100%;
  background: #f4f4f5;
  overflow: hidden;
  text-align: left;
}
.section-main:after {
  display: none;
}
.section-main p {
  text-align: center;
}
@media screen and (min-width: 450px) {
  .section-main p {
    max-width: 800px;
  }
}
.section-main .process-icon {
  margin: auto;
  display: flex;
  justify-content: center;
}
.section-main .process-icon svg {
  height: 70px;
  width: 90px;
}
.section-features {
  display: flex;
  max-width: 1200px;
  margin: auto;
  flex-direction: column-reverse;
}
@media screen and (min-width: 960px) {
  .section-features {
    flex-direction: row;
    margin-top: 40px;
  }
}
.section-features--title {
  text-align: center;
  margin-bottom: 0px;
  width: 90%;
}
.section-features-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .section-features-list {
    width: 60%;
    max-width: 100%;
    z-index: 1;
  }
}
.section-features-list li {
  width: 33.3333333333%;
  padding: 4px;
}
@media screen and (min-width: 400px) {
  .section-features-list li {
    padding: 10px;
  }
}
.section-features-list li img {
  padding: 5px;
  border: 1px solid #f4f4f5;
}
.section-features-list li h4 {
  text-align: center;
  max-width: 120px;
  margin-top: 0;
}
@media screen and (max-width: 448px) {
  .section-features-list li h4 {
    font: 15px/21px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
    max-width: 105px;
  }
}
@media screen and (min-width: 769px) {
  .section-features-list li h4 {
    max-width: 140px;
  }
}
.section-features-list li p {
  display: none;
}
.section-features-image {
  position: relative;
  height: 360px;
}
@media screen and (min-width: 960px) {
  .section-features-image {
    width: 40%;
    height: auto;
  }
}
.section-features-image:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  margin: 0 auto;
  width: 330px;
  height: 100%;
  background: rgba(0, 0, 0, 0)
    url("https://www.kohlerwalkinbath.com/library/img/img-features-new-wib-full.png")
    center bottom/cover no-repeat;
}
@media screen and (min-width: 960px) {
  .section-features-image:before {
    width: 519px;
    height: 552px;
    left: -20px;
    bottom: auto;
    top: 0;
  }
}
.section-cta {
  background: rgba(0, 0, 0, 0) url(../img/bg-quality.jpg) 90% center/cover
    no-repeat;
  text-align: center;
  position: relative;
}
.section-cta:before {
  content: "";
  background: rgba(0, 39, 76, 0.8);
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.section-cta h2,
.section-cta p {
  color: #fff;
  max-width: 700px;
}
.section-cta .content-button.gold {
  background: rgba(0, 39, 76, 0.6);
}
.section-cta .content-button.gold:hover {
  background: #98c254;
}
ul#feature-tabs {
  display: flex;
  justify-content: center;
  padding: 40px;
}
@media only screen and (max-width: 400px) {
  ul#feature-tabs {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 400px) {
  ul#feature-tabs li {
    height: 40px;
  }
}
ul#feature-tabs li a {
  white-space: nowrap;
  padding: 10px 30px;
  color: #fff;
  background: #00274c;
  position: relative;
  border: 1px solid #00274c;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media only screen and (max-width: 400px) {
  ul#feature-tabs li a {
    width: 250px !important;
    display: block;
  }
}
ul#feature-tabs li a:hover {
  text-decoration: none;
}
ul#feature-tabs li a:before {
  opacity: 1;
  position: absolute;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-left: 18px solid rgba(0, 0, 0, 0);
  border-right: 18px solid rgba(0, 0, 0, 0);
  border-top: 12px solid #00274c;
  background: rgba(0, 0, 0, 0);
  bottom: -11px;
  right: 0;
  left: 0;
  margin: auto;
  transition: 0s all;
}
@media only screen and (max-width: 400px) {
  ul#feature-tabs li a:before {
    display: none;
  }
}
ul#feature-tabs li a.inactive {
  color: #00274c;
  background: #fff;
  z-index: 0;
  box-shadow: none;
}
ul#feature-tabs li a.inactive:before {
  opacity: 0;
}
.ssc-logo {
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .ssc-logo {
    margin: auto;
  }
}
.section-safety-cta {
  background: #fff;
}
.section-safety-cta .page-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-safety-cta .page-wrapper .col-safety {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section-safety-cta .page-wrapper .col-safety {
    width: 100%;
    text-align: center;
  }
}
.section-safety-cta .page-wrapper .col-safety .safety-blurb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0px;
}
.section-safety-cta .page-wrapper .col-safety .safety-blurb .safety-blurb-icon {
  width: 80px;
  height: auto;
}
.section-safety-cta
  .page-wrapper
  .col-safety
  .safety-blurb
  .safety-blurb-icon
  svg {
  width: 80px;
  height: auto;
  max-width: 100%;
}
.section-safety-cta
  .page-wrapper
  .col-safety
  .safety-blurb
  .safety-blurb-icon
  svg
  path {
  fill: #98c254;
}
@media screen and (max-width: 768px) {
  .section-safety-cta
    .page-wrapper
    .col-safety
    .safety-blurb
    .safety-blurb-icon {
    margin: auto;
  }
}
.section-safety-cta
  .page-wrapper
  .col-safety
  .safety-blurb
  .safety-blurb-content {
  width: calc(100% - 100px);
  color: #00274c;
  font: 18px/28px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media screen and (max-width: 768px) {
  .section-safety-cta
    .page-wrapper
    .col-safety
    .safety-blurb
    .safety-blurb-content {
    width: 100%;
  }
}
.section-safety-cta
  .page-wrapper
  .col-safety
  .safety-blurb
  .safety-blurb-content-title {
  font: 20px/28px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.section-safety-cta .page-wrapper .col-cta {
  width: 45%;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .section-safety-cta .page-wrapper .col-cta {
    width: 100%;
    margin: auto;
  }
}
.section-safety-cta .page-wrapper .col-cta .contact-form {
  background: #f4f4f5;
}
.section-safety-cta
  .page-wrapper
  .contact-steps
  .form-fields
  .field.field-checkbox
  .question {
  font-size: 16px;
}
.section-safety-cta
  .page-wrapper
  .contact-steps
  .form-fields
  .field.field-checkbox
  label {
  font-size: 14px;
}
.wistia_embed button {
  position: relative;
  z-index: 5;
}
.wistia_embed button {
  display: flex;
  align-items: center;
  margin: auto;
  color: #fff;
  background: #236093;
  border: 0px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 5px;
}
.wistia_embed button:before {
  content: "";
  background: rgba(0, 0, 0, 0) url("../svg/icons/icon-play-white.svg") center
    center/contain no-repeat;
  width: 20px;
  height: 26px;
  margin-right: 12px;
  display: inline-block;
}
.wistia_embed button:hover {
  background: #00274c;
}
.wistia_embed a:hover {
  text-decoration: none;
}
ul.section-steps-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center;
  margin-top: 30px;
}
ul.section-steps-list li {
  max-width: 20%;
  min-width: 200px;
  margin-bottom: 30px;
}
ul.section-steps-list li .step-image {
  position: relative;
  margin-bottom: 20px;
}
ul.section-steps-list li .step-image img {
  width: 175px;
  height: 175px;
  object-fit: cover;
  border-radius: 50%;
}
ul.section-steps-list li .step-image .step-number {
  position: absolute;
  bottom: -5px;
  left: 50%;
  color: #00274c;
  transform: translateX(-50%);
  font: 36px/36px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-shadow: -2px -2px 0 #f4f4f5, 2px -2px 0 #f4f4f5, -2px 2px 0 #f4f4f5,
    2px 2px 0 #f4f4f5;
}
.features-logo {
  display: block;
  margin: 25px auto;
  width: 80%;
  max-width: 300px;
}
.features-logo svg path {
  fill: #000;
}
.shower-features-diagram--container .design-quiz {
  margin: 20px auto 0px;
}
.shower-features-diagram--container .design-quiz a {
  color: #236093;
  display: inline-flex;
  max-width: 90vw;
  align-items: center;
  font: 16px/24px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-decoration: none;
  padding: 10px 20px;
  text-transform: uppercase;
  border: 1px solid #236093;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.section-certifications {
  background: #f4f5f7;
  padding: 40px 0px;
}
.section-certifications .page-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .section-certifications .page-wrapper {
    flex-direction: column;
  }
}
.section-certifications .certifications-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 2rem auto 0 auto;
  list-style: none;
  column-gap: 3rem;
  width: 50%;
}
.section-certifications .certifications-list li {
  width: 100%;
  margin: 0px 0px 20px 0px;
}
@media screen and (min-width: 769px) {
  .section-certifications .certifications-list li {
    width: 35%;
  }
}
.section-certifications .certifications-list li img {
  width: 100%;
  height: auto;
}
.section-hero {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  min-height: 250px;
  padding: 0;
  background: #d0d6db;
}
@media screen and (min-width: 960px) {
  .section-hero {
    min-height: 25vw;
  }
}
.section-hero.general {
  background: url("../img/slider/home-slider-ty-houston.jpg") center
    center/cover no-repeat;
}
.benefits-nav li {
  margin: 5px 0px;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .benefits-nav li {
    margin: 10px;
  }
}
.benefits-nav li .content-button {
  text-align: center;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  background: #c5ab79;
  border: 1px solid #c5ab79;
}
.benefits-nav li .content-button:hover,
.benefits-nav li .content-button:active {
  background: rgba(0, 0, 0, 0);
  color: #c5ab79;
  text-decoration: none;
}
.safety-features {
  text-align: center;
  display: inline-block;
  margin: 20px auto;
  margin-top: 0;
}
@media screen and (min-width: 640px) {
  .safety-features {
    margin-top: 20px;
  }
}
.safety-features li {
  display: block;
  text-align: center;
  vertical-align: top;
  padding: 30px 0px 0px 0px;
  width: 100%;
  margin: 0;
}
.safety-features li:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 640px) {
  .safety-features li {
    float: left;
    text-align: left;
    padding: 20px 0px 0px 0px;
  }
}
.safety-features li img {
  display: block;
  margin: 10px auto;
  width: 100%;
  max-width: 250px;
  padding: 10px;
  border: 1px solid #d0d6db;
}
@media screen and (min-width: 640px) {
  .safety-features li img {
    margin: 0 auto;
  }
}
.safety-features li p {
  margin: 0;
}
@media screen and (min-width: 640px) {
  .safety-features li .col-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 640px) {
  .safety-features li .col-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 640px) {
  .safety-features li .first {
    padding-right: 10px;
  }
}
@media screen and (min-width: 960px) {
  .safety-features li .first {
    padding-right: 10px;
  }
}
@media screen and (min-width: 640px) {
  .safety-features li .last {
    padding-left: 10px;
  }
}
@media screen and (min-width: 960px) {
  .safety-features li .last {
    padding-left: 10px;
  }
}
.therapeutic-features {
  text-align: center;
  display: inline-block;
  margin: 20px auto;
  margin-top: 0;
}
@media screen and (min-width: 640px) {
  .therapeutic-features {
    margin-top: 20px;
  }
}
.therapeutic-features li {
  display: block;
  text-align: center;
  vertical-align: top;
  padding: 30px 0px 0px 0px;
  width: 100%;
  margin: 0;
}
.therapeutic-features li:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 640px) {
  .therapeutic-features li {
    float: left;
    text-align: left;
    padding: 20px 0px 0px 0px;
  }
}
.therapeutic-features li img {
  display: block;
  margin: 10px auto;
  width: 100%;
  max-width: 350px;
  padding: 10px;
  border: 1px solid #d0d6db;
}
@media screen and (min-width: 640px) {
  .therapeutic-features li img {
    margin: 0 auto;
  }
}
.therapeutic-features li p {
  margin: 0;
}
@media screen and (min-width: 640px) {
  .therapeutic-features li .col-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 640px) {
  .therapeutic-features li .col-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 640px) {
  .therapeutic-features li .first {
    padding-right: 10px;
  }
}
@media screen and (min-width: 960px) {
  .therapeutic-features li .first {
    padding-right: 10px;
  }
}
@media screen and (min-width: 640px) {
  .therapeutic-features li .last {
    padding-left: 10px;
  }
}
@media screen and (min-width: 960px) {
  .therapeutic-features li .last {
    padding-left: 10px;
  }
}
.specs {
  text-align: center;
  display: inline-block;
}
.specs li {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
  vertical-align: top;
  padding: 30px 0px 0px 0px;
}
@media screen and (min-width: 960px) {
  .specs li {
    text-align: left;
  }
}
.specs li p {
  margin: 0;
}
.specs li:last-of-type {
  width: 100%;
}
.specs li .first {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .specs li .first {
    text-align: right;
  }
}
.table-options {
  width: 100%;
  max-width: 450px;
  display: table;
  margin: 30px auto;
  text-align: center;
  border: 1px solid #999;
}
@media screen and (min-width: 960px) {
  .table-options {
    font: 18px/26px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.table-options thead,
.table-options tbody {
  width: 100%;
}
.table-options thead tr {
  background: #999;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-family: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 80%;
}
.table-options thead tr th {
  padding: 12px;
}
.table-options tr.option-content {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  line-height: 16px;
}
.table-options tr.option-content td {
  padding: 15px 8px 20px 8px;
}
.table-options tr td {
  padding: 8px;
}
.table-options tr td.half-cell {
  width: 50%;
}
.table-options tr td.first-cell,
.table-options tr td.last-cell {
  width: 45%;
}
.table-options tr td.middle-cell {
  width: 10%;
}
.table-options tr td span {
  text-transform: uppercase;
  display: inline-block;
}
.design-specs {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  background: url(../img/img-sprite-specs.jpg);
  background-repeat: none;
}
.design-specs-color.first {
  background-position: -100px 0px;
}
.design-specs-color.last {
  background-position: 0px 0px;
}
.design-specs-fixture.first {
  background-position: 0px -100px;
}
.design-specs-fixture.last {
  background-position: -100px -100px;
}
.design-specs-side.first {
  background-position: 0px -200px;
}
.design-specs-side.last {
  background-position: -100px -200px;
}
.install-img,
.offers-img,
.specs-img {
  border: 1px solid #d0d6db;
  padding: 10px;
  max-width: 720px;
  width: 100%;
  margin: 10px auto;
}
.specs-img {
  max-width: 500px;
}
.special-content {
  max-width: 480px;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .special-content {
    max-width: 100%;
    margin-top: 20px;
    text-align: left;
  }
}
.special-content-centered {
  text-align: center;
}
.financing-content {
  max-width: 480px;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .financing-content {
    max-width: 700px;
    margin-top: 20px;
  }
}
.offers-img {
  position: relative;
  max-width: 480px;
}
.offers-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 10px;
}
.offers-img-nightlight {
  max-width: 420px;
  min-height: 300px;
}
@media screen and (min-width: 960px) {
  .offers-img-nightlight {
    max-width: 720px;
    min-height: 640px;
  }
}
.offers-img-nightlight:before {
  background: url(https://www.kohlerwalkinbath.com/library/img/img-nightlight-toilet-seat.jpg)
    center center/cover no-repeat;
}
.offers-img-bath-walls {
  max-width: 420px;
  min-height: 230px;
}
@media screen and (min-width: 400px) {
  .offers-img-bath-walls {
    min-height: 300px;
  }
}
@media screen and (min-width: 960px) {
  .offers-img-bath-walls {
    min-height: 500px;
  }
}
.offers-img-bath-walls:before {
  background: url(https://www.kohlerwalkinbath.com/library/img/slider/home-slider-offer-960x432.jpg)
    center center/cover no-repeat;
}
@media screen and (min-width: 960px) {
  .offers-img-bath-walls:before {
    background: url(https://www.kohlerwalkinbath.com/library/img/slider/home-slider-offer.jpg)
      center center/cover no-repeat;
  }
}
.offers-img-gift-card {
  max-width: 420px;
  min-height: 230px;
}
@media screen and (min-width: 640px) {
  .offers-img-gift-card {
    min-height: 280px;
  }
}
.offers-img-gift-card:before {
  background: url(https://www.kohlerwalkinbath.com/library/img/slider/home-slider-offer-960x432.jpg)
    center center/cover no-repeat;
}
@media screen and (min-width: 960px) {
  .offers-img-gift-card:before {
    background: url(https://www.kohlerwalkinbath.com/library/img/slider/home-slider-offer.jpg)
      center center/cover no-repeat;
  }
}
.offers-img-general {
  max-width: 420px;
  min-height: 230px;
}
@media screen and (min-width: 960px) {
  .offers-img-general {
    min-height: 300px;
  }
}
.offers-img-general:before {
  background: url(https://www.kohlerwalkinbath.com/library/img/slider/home-slider-offer-960x432.jpg)
    center center/cover no-repeat;
}
@media screen and (min-width: 960px) {
  .offers-img-general:before {
    background: url(https://www.kohlerwalkinbath.com/library/img/slider/home-slider-offer.jpg)
      center center/cover no-repeat;
  }
}
.special-offer-internal {
  position: relative;
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 480px;
  padding: 6px 2px;
  background: #c5ab79;
  color: #fff;
  text-align: center;
  font: 40px/48px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (min-width: 960px) {
  .special-offer-internal {
    max-width: 100%;
  }
}
.special-offer-internal:before,
.special-offer-internal:after {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  width: 65%;
  height: 1px;
  background: #c5ab79;
}
.special-offer-internal:before {
  top: -5px;
}
.special-offer-internal:after {
  bottom: -5px;
}
.special-offer-internal span {
  display: block;
  font: 17px/22px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.special-offer-internal-wrapper {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0px auto;
  width: 100%;
  height: 100%;
  padding: 10px 0px;
}
.special-offer-internal-wrapper:before,
.special-offer-internal-wrapper:after {
  display: block;
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  margin: auto;
  height: 1px;
  background: #fff;
}
.special-offer-internal-wrapper:before {
  top: 0px;
}
.special-offer-internal-wrapper:after {
  bottom: 0px;
}
.special-offer-internal-off-1000 {
  font: 47px/47px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.special-offer-internal-off-1000 span {
  font: 22px/28px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.special-offer-internal-nightlight {
  text-transform: none;
  letter-spacing: 0;
  font: 25px/28px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media screen and (min-width: 400px) {
  .special-offer-internal-nightlight {
    font: 28px/32px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.special-offer-internal-nightlight span {
  font: 14px/22px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media screen and (min-width: 960px) {
  .special-offer-internal-nightlight span {
    font: 16px/24px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.special-offer-internal-nightlight strong {
  color: #fff;
  font: 25px/28px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media screen and (min-width: 400px) {
  .special-offer-internal-nightlight strong {
    font: 28px/32px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.special-offer-internal-bath-walls {
  text-transform: uppercase;
  letter-spacing: 3px;
  font: 42px/42px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media screen and (min-width: 400px) {
  .special-offer-internal-bath-walls {
    font: 45px/45px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.special-offer-internal-bath-walls span {
  display: block;
  letter-spacing: 3px;
  font: 15px/18px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media screen and (min-width: 400px) {
  .special-offer-internal-bath-walls span {
    font: 16px/19px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.special-offer-internal-general {
  text-transform: uppercase;
  letter-spacing: 3px;
  font: 18px/20px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media screen and (min-width: 640px) {
  .special-offer-internal-general {
    font: 22px/24px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.special-offer-internal-general span {
  display: block;
  letter-spacing: 3px;
  font: 32px/36px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media screen and (min-width: 640px) {
  .special-offer-internal-general span {
    font: 38px/42px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.special-offer-internal-linens {
  text-transform: none;
  letter-spacing: 0;
  font: 26px/32px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.special-offer-internal-linens .special-offer-internal-wrapper {
  max-width: 290px;
}
.special-offer-internal-linens span {
  font: 16px/22px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.special-offer-internal-linens strong {
  color: #fff;
  font: 28px/32px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.special-offer-internal[class*=" promo-"] {
  margin-top: 0;
}
.special-offer-internal[class*=" promo-"]:before {
  display: none;
}
.special-offer-internal[class*=" promo-"]
  .special-offer-internal-wrapper:before {
  display: none;
}
.section-videos-intro {
  margin: 10px auto 20px;
}
.section-videos-list {
  text-align: center;
}
.section-videos-list:after {
  content: "";
  display: table;
  clear: both;
}
.section-videos-list-last .section-videos-list-item:last-of-type {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .section-videos-list-last .section-videos-list-item {
    margin-bottom: 30px;
  }
}
.section-videos-list-item {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 30px auto 0;
  padding: 0px 10px;
  background: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 640px) {
  .section-videos-list-item {
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .section-videos-list-item {
    display: inline-block;
    max-width: 100%;
    width: 31.6666666667%;
    margin-right: 1.5%;
  }
}
@media screen and (min-width: 960px) {
  .section-videos-list-item-one {
    display: inline-block;
    width: 100%;
    max-width: 700px;
    float: none;
    margin: 30px auto;
  }
}
.section-videos-list-item.last {
  margin-bottom: 0px;
}
@media screen and (min-width: 960px) {
  .section-videos-list-item:last-of-type {
    margin-right: 0;
  }
}
.section-videos-list-item .video-title {
  color: #8db6c9;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  font-family: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.section-videos-list-item .video-container-desktop {
  display: none;
}
@media screen and (min-width: 960px) {
  .section-videos-list-item .video-container-desktop {
    display: block;
  }
}
.section-videos-list-item .video-container-mobile {
  display: block;
}
@media screen and (min-width: 960px) {
  .section-videos-list-item .video-container-mobile {
    display: none;
  }
}
.section-videos-list-item-container {
  display: block;
}
@media screen and (min-width: 960px) {
  .section-videos-list-item-container {
    margin: 6px;
  }
}
.section-videos-list-item-container-features {
  background: rgba(0, 0, 0, 0) url(../img/bg-video-thumb-features.jpg) center
    center/cover no-repeat;
}
.section-videos-list-item-container-specifications {
  background: rgba(0, 0, 0, 0) url(../img/bg-video-thumb-specifications.jpg)
    center center/cover no-repeat;
}
.section-videos-list-item-container a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 150px;
  border: 1px solid #c5ab79;
}
@media screen and (min-width: 400px) {
  .section-videos-list-item-container a {
    min-height: 180px;
  }
}
@media screen and (min-width: 640px) {
  .section-videos-list-item-container a {
    min-height: 250px;
  }
}
@media screen and (min-width: 960px) {
  .section-videos-list-item-container a {
    min-height: 210px;
  }
}
.section-videos-list-item-container a span {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 50%;
  margin: auto;
  margin-top: -20px;
  font: 14px/40px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  width: auto;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
  max-width: 260px;
  color: #fff;
  background: rgba(44, 44, 51, 0.75);
  border: 1px solid #c5ab79;
  border-radius: 4px;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .section-videos-list-item-container a span {
    margin-top: -25px;
    font: 15px/50px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
    height: 50px;
    max-width: 320px;
  }
}
@media screen and (min-width: 640px) {
  .section-videos-list-item-container a span {
    font: 16px/50px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media screen and (min-width: 960px) {
  .section-videos-list-item-container a span {
    font: 14px/50px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
    max-width: 260px;
  }
}
@media screen and (min-width: 1080px) {
  .section-videos-list-item-container a span {
    max-width: 290px;
  }
}
@media screen and (min-width: 1280px) {
  .section-videos-list-item-container a span {
    max-width: 305px;
    font: 15px/50px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
.section-videos-list-item-container a span:before {
  display: none;
  content: "▶";
  margin-right: 10px;
  color: #c5ab79;
}
@media screen and (min-width: 400px) {
  .section-videos-list-item-container a span:before {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .section-videos-list-item-container a span:before {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .section-videos-list-item-container a span:before {
    display: inline;
  }
}
.transcript {
  display: none;
  background: #f4f4f5;
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .transcript {
    padding: 30px 50px 50px;
  }
}
.transcript strong {
  font: 26px/1.3 "helvetica-neue-light", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media print {
  .page-thank-you .header {
    display: none;
  }
}
.section-thank-you {
  text-align: center;
}
.section-thank-you .page-wrapper {
  box-sizing: border-box !important;
  display: block;
}
.section-thank-you p {
  max-width: 790px;
  margin: 20px auto;
}
.section-thank-you h2.gold-line {
  margin-top: 0px;
  margin-bottom: 50px;
}
.section-thank-you h2.gold-line:before {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: #c5ab79;
  margin: 0px auto 20px;
}
.section-thank-you .main-heading .heading-lines-left,
.section-thank-you .main-heading .heading-lines-right {
  width: 28%;
}
.section-thank-you .next-steps-content {
  max-width: 600px;
  margin: auto;
  border: 1px solid #c5ab79;
  padding: 30px 20px;
}
.section-thank-you .content-button {
  background: #00274c;
  color: #fff;
  text-transform: none;
  letter-spacing: 0px;
}
.section-thank-you .content-button:hover {
  background: #fff;
  color: #00274c;
}
@media screen and (max-width: 400px) {
  .section-thank-you .content-button {
    font: 12px/20px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
  }
}
@media print {
  .section-thank-you .content-button {
    display: none;
  }
}
.section-thank-you .button-links {
  margin-bottom: 50px;
}
.page-offers .section-main__offers {
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.page-offers .section-main__offers .page-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  right: 0px;
  left: unset;
  margin: 0px;
  padding: 30px 0px 0px;
}
@media screen and (min-width: 960px) {
  .page-offers .section-main__offers .page-wrapper {
    padding: 50px 0px 50px;
    flex-wrap: nowrap;
  }
}
.page-offers .section-main__offers .page-wrapper .section-main__offers-form {
  padding: 10px 10px 30px;
  width: 100vw;
  display: flex;
  justify-content: center;
}
.page-offers
  .section-main__offers
  .page-wrapper
  .section-main__offers-form
  .contact-form {
  max-width: 500px;
  width: 100%;
  background: #f4f4f5;
}
@media screen and (min-width: 960px) {
  .page-offers .section-main__offers .page-wrapper .section-main__offers-form {
    background: rgba(0, 0, 0, 0);
    padding: 0px;
    width: 45vw;
    padding: 0px 30px;
  }
}
.page-offers .section-main__offers .page-wrapper .section-main__offers-content {
  padding-right: 15px;
  width: 100%;
  margin: auto;
  max-width: 800px;
}
@media screen and (min-width: 400px) {
  .page-offers
    .section-main__offers
    .page-wrapper
    .section-main__offers-content {
    padding-right: 50px;
  }
}
@media screen and (min-width: 960px) {
  .page-offers
    .section-main__offers
    .page-wrapper
    .section-main__offers-content {
    width: 55vw;
    margin: unset;
    max-width: 660px;
    padding-bottom: 0px;
  }
}
.page-offers
  .section-main__offers
  .page-wrapper
  .section-main__offers-content
  .section-main__offers-content_offer {
  padding-left: 20px;
  margin-left: 10px;
  border-left: 1px solid #98c254;
}
@media screen and (min-width: 960px) {
  .page-offers
    .section-main__offers
    .page-wrapper
    .section-main__offers-content
    .section-main__offers-content_offer {
    margin-top: 60px;
  }
}
.page-offers
  .section-main__offers
  .page-wrapper
  .section-main__offers-content
  .section-main__offers-content_offer
  h1 {
  margin-top: 0px;
  padding-top: 0px;
}
.page-offers
  .section-main__offers
  .page-wrapper
  .section-main__offers-content
  .section-main__offers-content_offer
  .offer-details-block {
  display: block;
}
@media screen and (min-width: 400px) {
  .page-offers
    .section-main__offers
    .page-wrapper
    .section-main__offers-content
    .section-main__offers-content_offer
    .offer-details-block {
    display: flex;
  }
}
.page-offers
  .section-main__offers
  .page-wrapper
  .section-main__offers-content
  .section-main__offers-content_offer
  .offer-details-block
  .offer-text {
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 400px) {
  .page-offers
    .section-main__offers
    .page-wrapper
    .section-main__offers-content
    .section-main__offers-content_offer
    .offer-details-block
    .offer-text {
    width: 60%;
    padding-bottom: 100px;
  }
}
.page-offers
  .section-main__offers
  .page-wrapper
  .section-main__offers-content
  .section-main__offers-content_offer
  .offer-details-block
  .offer-image {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 400px) {
  .page-offers
    .section-main__offers
    .page-wrapper
    .section-main__offers-content
    .section-main__offers-content_offer
    .offer-details-block
    .offer-image {
    width: 40%;
    padding: 0px 0px 0px 25px;
  }
}
.page-offers
  .section-main__offers
  .page-wrapper
  .section-main__offers-content
  .section-main__offers-content_offer
  .call-cta {
  padding-top: 15px;
  width: 100%;
}
@media screen and (min-width: 400px) {
  .page-offers
    .section-main__offers
    .page-wrapper
    .section-main__offers-content
    .section-main__offers-content_offer
    .call-cta {
    margin-top: -100px;
    padding-top: 30px;
  }
}
.page-offers
  .section-main__offers
  .page-wrapper
  .section-main__offers-content
  .section-main__offers-content_offer
  .call-cta
  a.content-phone {
  color: #000;
  font: 16px/24px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.page-offers
  .section-main__offers
  .page-wrapper
  .section-main__offers-content
  .section-main__offers-content_offer
  .call-cta
  a.content-phone
  .call-cta-phone {
  font: 24px/45px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  position: relative;
}
@media screen and (min-width: 640px) {
  .page-offers
    .section-main__offers
    .page-wrapper
    .section-main__offers-content
    .section-main__offers-content_offer
    .call-cta
    a.content-phone
    .call-cta-phone {
    font-size: 30px;
  }
}
.page-offers
  .section-main__offers
  .page-wrapper
  .section-main__offers-content
  .section-main__offers-content_offer
  .call-cta
  a.content-phone
  .call-cta-phone:before {
  display: inline-block;
  position: relative;
  margin: auto;
  height: 36px;
  width: 36px;
  bottom: -9px;
  content: "";
  background: rgba(0, 0, 0, 0) url(../svg/icons/icon-phone.svg) center
    center/contain no-repeat;
  background-size: 20px;
  border: 1px solid #98c254;
  border-radius: 50%;
  margin-right: 5px;
}
.page-offers
  .section-main__offers
  .page-wrapper
  .section-main__offers-content
  h2.breadcrumbs {
  font: 14px/14px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  margin: 0px auto 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 40px;
  color: #84888b;
}
.page-offers
  .section-main__offers
  .page-wrapper
  .section-main__offers-content
  h2.breadcrumbs
  a {
  color: #84888b;
}
.page-offers .section-main__features {
  text-align: center;
}
.page-offers .section-main__features .section-main__features-list {
  display: block;
}
@media screen and (min-width: 640px) {
  .page-offers .section-main__features .section-main__features-list {
    display: flex;
  }
}
.page-offers
  .section-main__features
  .section-main__features-list
  .section-main__features-list-item {
  padding: 10px;
}
@media screen and (min-width: 640px) {
  .page-offers
    .section-main__features
    .section-main__features-list
    .section-main__features-list-item {
    width: 33.3333%;
  }
}
.page-offers
  .section-main__features
  .section-main__features-list
  .section-main__features-list-item
  h3 {
  color: #236093;
  text-transform: none;
  font: 24px/36px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  letter-spacing: 0px;
}
.page-offers .section-main__financing {
  background: #fff;
  box-sizing: border-box;
  padding-top: 50px;
}
.page-offers .section-main__financing p {
  text-align: left;
}
.page-offers .section-main__financing .page-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}
@media screen and (min-width: 640px) {
  .page-offers .section-main__financing .page-wrapper {
    flex-wrap: nowrap;
  }
}
.page-offers .section-main__financing .page-wrapper .financing__content {
  width: 100%;
  padding: 50px 30px;
  background-color: #edf3f5;
}
.page-offers .section-main__financing .page-wrapper .financing__image {
  width: 100%;
  min-height: 150px;
  padding: 50px 30px;
  background: url(../img/ServicesHeader_LuxstoneShowers.jpg);
  background-size: cover;
  background-position: center;
}
.page-offers .section-main__customize {
  background: #fff;
  box-sizing: border-box;
}
.page-offers .section-main__customize p {
  text-align: left;
}
.page-offers .section-main__customize .page-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}
@media screen and (min-width: 640px) {
  .page-offers .section-main__customize .page-wrapper {
    flex-wrap: nowrap;
  }
}
.page-offers .section-main__customize .page-wrapper .customize__content {
  width: 100%;
  padding: 50px 30px;
  background-color: #f4f4f5;
}
.page-offers
  .section-main__customize
  .page-wrapper
  .customize__content
  .customize-cta-phone
  a {
  color: #000;
  font: 30px/45px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.page-offers
  .section-main__customize
  .page-wrapper
  .customize__content
  .customize-cta-phone:before {
  display: inline-block;
  position: relative;
  margin: auto;
  height: 36px;
  width: 36px;
  bottom: -9px;
  content: "";
  background: rgba(0, 0, 0, 0) url(../svg/icons/icon-phone.svg) center
    center/contain no-repeat;
  background-size: 20px;
  border: 1px solid #98c254;
  border-radius: 50%;
  margin-right: 5px;
}
.page-offers .section-main__customize .page-wrapper .customize__image {
  width: 100%;
  min-height: 150px;
  padding: 50px 30px;
  background: url(../img/gallery-img-urban-organic-3.jpg);
  background-size: cover;
  background-position: center;
}
.page-process .section-hero {
  background-image: url("../img/process/Process-HeaderImage.jpg");
}
.process-steps-section {
  position: relative;
}
.process-steps-section .process-steps-title h2 {
  text-align: center;
  color: #00274c;
  font-size: 36px;
}
.process-steps-section .process-steps-title h2 span {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 28px;
  padding-top: 10px;
}
.process-steps-section .process-step {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
.process-steps-section .process-step .process-step-image {
  width: 22%;
}
@media only screen and (max-width: 959px) {
  .process-steps-section .process-step .process-step-image {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .process-steps-section .process-step .process-step-image {
    width: 100%;
  }
}
.process-steps-section .process-step .process-step-number {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00274c;
  position: relative;
}
.process-steps-section .process-step .process-step-number .step {
  font-size: 32px;
  letter-spacing: 0.08em;
  padding-top: 30px;
}
.process-steps-section .process-step .process-step-number .number {
  font: 120px/180px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  margin-left: 10px;
}
@media only screen and (max-width: 959px) {
  .process-steps-section .process-step .process-step-number {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .process-steps-section .process-step .process-step-number {
    width: 100%;
  }
}
.process-steps-section .process-step .process-step-deatils {
  width: 52%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.process-steps-section .process-step .process-step-deatils h3 {
  text-transform: none;
  font: 28px/34px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #00274c;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media only screen and (min-width: 960px) {
  .process-steps-section .process-step .process-step-deatils {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 959px) {
  .process-steps-section .process-step .process-step-deatils {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 0px 0px;
    position: relative;
  }
}
@media only screen and (max-width: 959px) {
  .process-steps-section .process-step {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 960px) {
  .process-steps-section
    .process-step:not(:last-child)
    .process-step-number:after {
    content: "";
    position: absolute;
    left: calc(50% - 35px);
    width: 3px;
    height: 36%;
    top: 90%;
    background: #98c254;
  }
}
@media only screen and (max-width: 959px) {
  .process-steps-section
    .process-step:not(:last-child)
    .process-step-deatils:after {
    content: "";
    width: 50%;
    left: 25%;
    bottom: 0px;
    height: 3px;
    background: #98c254;
    margin-top: 30px;
  }
}
.media-content-section .media-content-row {
  display: flex;
  max-width: 1240px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.media-content-section .media-content-row .media-column,
.media-content-section .media-content-row .content-column {
  width: 100%;
  padding: 0px 15px;
}
.media-content-section .media-content-row .media-column img {
  margin: 15px;
  outline: 1px solid #f4f4f5;
  outline-offset: 15px;
  max-width: calc(100% - 30px);
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .media-content-section .media-content-row .media-column {
    order: -1;
  }
}
@media only screen and (min-width: 768px) {
  .media-content-section .media-content-row .media-column {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) {
  .media-content-section .media-content-row .content-column {
    width: 55%;
  }
}
.media-content-section .media-content-row .content-column h2 {
  font: 36px/48px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #00274c;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
@media only screen and (max-width: 767px) {
  .media-content-section .media-content-row .content-column h2 {
    text-align: center;
  }
}
.media-content-section .media-content-row .content-column h2 span {
  font: 38px/48px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #00274c;
  text-transform: none;
  letter-spacing: 0px;
}
.media-content-section .media-content-row .content-column h2:after {
  content: "";
  width: 125px;
  height: 7px;
  background: #98c254;
  display: block;
  margin: 30px auto;
}
@media only screen and (min-width: 768px) {
  .media-content-section .media-content-row .content-column h2:after {
    margin: 30px 0px;
  }
}
.financing-section {
  background: #f4f4f5;
  padding: 60px 15px;
  position: relative;
}
.financing-section .content-wrapper {
  width: 100%;
  max-width: 900px;
  text-align: center;
  margin: auto;
}
.financing-section .content-wrapper h2 {
  font: 40px/60px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #00274c;
  margin-top: 0px;
}
.financing-section .content-wrapper a.btn,
.financing-section .content-wrapper a.content-button {
  position: relative;
  margin: 10px auto 0;
  background: #00274c;
  color: #fff;
  border: 1px solid #00274c;
  font: 16px/26px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 440px) {
  .financing-section .content-wrapper a.btn,
  .financing-section .content-wrapper a.content-button {
    letter-spacing: 0.06em;
    font-size: 4vw;
  }
}
.financing-section .content-wrapper a.btn:hover,
.financing-section .content-wrapper a.content-button:hover {
  background: rgba(0, 0, 0, 0);
  color: #00274c;
}
.cta-testimonials-section .cta-testimonials-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cta-testimonials-section .cta-testimonials-row .cta-column {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  background: url("../img/process/process-woman-enjoying-bath-smiling.jpg") top
    center/cover;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cta-testimonials-section .cta-testimonials-row .cta-column {
    width: 100%;
  }
}
.cta-testimonials-section
  .cta-testimonials-row
  .cta-column
  .cta-column-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 1;
  max-width: 550px;
}
.cta-testimonials-section .cta-testimonials-row .cta-column h2 {
  color: #fff;
  margin-bottom: 30px;
}
.cta-testimonials-section .cta-testimonials-row .cta-column a {
  color: #fff;
  text-transform: uppercase;
  font: 16px/24px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  letter-spacing: 1px;
  text-decoration: underline;
  cursor: pointer;
}
.cta-testimonials-section .cta-testimonials-row .cta-column:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #00274c;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.8;
  z-index: 0;
}
.cta-testimonials-section .cta-testimonials-row .testimonials-column {
  width: 50%;
  background: url("../img/process/process-shower-testimonial-img-no-model.jpg")
    center center/cover;
}
@media only screen and (max-width: 767px) {
  .cta-testimonials-section .cta-testimonials-row .testimonials-column {
    width: 100%;
  }
}
.cta-testimonials-section
  .cta-testimonials-row
  .testimonials-column
  .reviews-block {
  background: rgba(255, 255, 255, 0.68);
  position: relative;
  padding-left: 60px;
}
@media only screen and (max-width: 500px) {
  .cta-testimonials-section
    .cta-testimonials-row
    .testimonials-column
    .reviews-block {
    padding-left: 40px;
  }
}
.cta-testimonials-section
  .cta-testimonials-row
  .testimonials-column
  .reviews-block
  .process-quote-icon {
  font: 100px/100px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #00274c;
  position: absolute;
  top: 50px;
  left: 50px;
}
@media only screen and (max-width: 500px) {
  .cta-testimonials-section
    .cta-testimonials-row
    .testimonials-column
    .reviews-block
    .process-quote-icon {
    left: 30px;
  }
}
.cta-testimonials-section
  .cta-testimonials-row
  .testimonials-column
  .reviews-block:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: calc(100% - 170px);
  background: #98c254;
  bottom: 50px;
  left: 68px;
}
@media only screen and (max-width: 500px) {
  .cta-testimonials-section
    .cta-testimonials-row
    .testimonials-column
    .reviews-block:before {
    left: 38px;
  }
}
.cta-testimonials-section
  .cta-testimonials-row
  .testimonials-column
  .reviews-block
  .reviews-block--content {
  margin-left: 80px;
  width: calc(90% - 80px);
}
@media only screen and (max-width: 500px) {
  .cta-testimonials-section
    .cta-testimonials-row
    .testimonials-column
    .reviews-block
    .reviews-block--content {
    margin-left: 45px;
    width: calc(90% - 45px);
  }
}
.cta-testimonials-section
  .cta-testimonials-row
  .testimonials-column
  .reviews-block
  .reviews-block--content
  .reviews-block--slider-card-title {
  font: 24px/36px "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-transform: uppercase;
}
.cta-testimonials-section
  .cta-testimonials-row
  .testimonials-column
  .reviews-block
  .reviews-block--slider-card-title,
.cta-testimonials-section
  .cta-testimonials-row
  .testimonials-column
  .reviews-block
  .reviews-block--slider-card-copy,
.cta-testimonials-section
  .cta-testimonials-row
  .testimonials-column
  .reviews-block
  .reviews-block--slider-card-author {
  text-align: left;
  color: #00274c;
}
.cta-testimonials-section
  .cta-testimonials-row
  .testimonials-column
  .reviews-block
  .slick-ctrls {
  justify-content: flex-start;
  padding-left: 8px;
}
.cta-testimonials-section
  .cta-testimonials-row
  .testimonials-column
  .reviews-block
  .slick-ctrls
  .slick-prev {
  border-color: #00274c;
  border-width: 1px 0 0 1px;
}
.cta-testimonials-section
  .cta-testimonials-row
  .testimonials-column
  .reviews-block
  .slick-ctrls
  .slick-next {
  border-color: #00274c;
  border-width: 0 1px 1px 0;
}
.cta-testimonials-section
  .cta-testimonials-row
  .testimonials-column
  .reviews-block
  ul.slick-dots
  li
  button {
  border-radius: 0px;
  border-color: #00274c;
}
.cta-testimonials-section
  .cta-testimonials-row
  .testimonials-column
  .reviews-block
  ul.slick-dots
  li.slick-active
  button {
  background: #00274c;
}
.page-referral .section-hero {
  background-image: url("../img/referral/Referral-HeaderImage.jpg");
}
.page-referral .section-hero::before {
  background: #000;
  opacity: 10%;
}
.page-referral .section-hero .page-wrapper {
  align-items: flex-end;
}
.page-referral .section-hero .page-wrapper .section-hero__content {
  text-shadow: 1px 4px 8px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 960px) {
  .page-referral .section-hero .page-wrapper .section-hero__content {
    width: 48%;
  }
}
.page-referral .section-hero .page-wrapper .section-hero__content h1 {
  line-height: 1.2;
}
@media screen and (min-width: 960px) {
  .page-referral .section-hero .page-wrapper .section-hero__content h1 {
    font-size: 42px;
  }
}
@media screen and (min-width: 960px) {
  .page-referral .section-hero .page-wrapper .section-hero__content p {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .page-referral .section-hero .page-wrapper .section-hero__form {
    width: 38%;
  }
}
.section-referral-process {
  background: url("../img/referral/bg-process.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .section-referral-process {
    margin-bottom: 80px;
  }
}
.section-referral-process::after {
  content: "";
  background: #fff;
  opacity: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-referral-process > .page-wrapper {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 960px) {
  .section-referral-process > .page-wrapper {
    display: flex;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .section-referral-process .referral-process-body {
    width: 70%;
    padding-right: 70px;
    padding-left: 30px;
  }
}
.section-referral-process .referral-process-img {
  padding: 0;
  margin: 20px 0 0;
}
@media screen and (min-width: 960px) {
  .section-referral-process .referral-process-img {
    width: 46%;
    margin: 0;
  }
}
.section-referral-process .referral-process-heading {
  margin-top: 0;
  font-size: 24px;
}
.section-referral-process ol {
  list-style: none;
  counter-reset: referral-process;
}
.section-referral-process ol li {
  counter-increment: referral-process;
  padding-left: 35px;
  position: relative;
  margin-left: 0;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .section-referral-process ol li {
    padding-left: 50px;
  }
}
.section-referral-process ol li::before {
  content: counter(referral-process);
  color: #98c254;
  font-family: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 35px;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .section-referral-process ol li::before {
    font-size: 45px;
  }
}
.page-reviews .section-hero,
.page-faqs .section-hero {
  background: url("../img/img-reviews-header-background.jpg") top center/cover;
  position: relative;
  overflow: hidden;
}
.page-reviews .section-hero:before,
.page-faqs .section-hero:before {
  content: "";
  width: 101%;
  height: 101%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #f4f4f5;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .page-reviews .section-hero .page-wrapper,
  .page-faqs .section-hero .page-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .page-reviews .section-hero .page-wrapper .section-hero__form,
  .page-faqs .section-hero .page-wrapper .section-hero__form {
    max-width: 450px;
  }
}
.page-reviews .section-hero .page-wrapper .section-hero__content,
.page-faqs .section-hero .page-wrapper .section-hero__content {
  border-left: 5px solid #98c254;
  padding: 0px 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .page-reviews .section-hero .page-wrapper .section-hero__content,
  .page-faqs .section-hero .page-wrapper .section-hero__content {
    width: 550px;
    max-width: calc(100% - 500px);
  }
}
.page-reviews .section-hero .page-wrapper .section-hero__content p,
.page-faqs .section-hero .page-wrapper .section-hero__content p {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.page-reviews
  .section-hero
  .page-wrapper
  .section-hero__content
  p
  span.hero-text-cta,
.page-faqs
  .section-hero
  .page-wrapper
  .section-hero__content
  p
  span.hero-text-cta {
  border-bottom: 5px solid #98c254;
}
.section-reviews-intro .page-wrapper {
  padding-bottom: 0px;
}
.section-reviews-intro .page-wrapper h2 {
  margin-bottom: 20px;
  font-family: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  letter-spacing: 2px;
}
.section-reviews-intro .page-wrapper .section-features--content {
  font-size: 24px;
  text-align: center;
  line-height: 1.5em;
}
.section-reviews-intro .page-wrapper ul#feature-tabs {
  padding-bottom: 8px;
  padding-left: 0px;
  justify-content: flex-start;
}
@media screen and (max-width: 400px) {
  .section-reviews-intro .page-wrapper ul#feature-tabs {
    justify-content: center;
    padding: 40px 0px 0px;
  }
}
.page-reviews .reviews,
.page-share-your-story .reviews {
  background: #f4f4f5;
  max-width: 1160px;
  margin: 0px auto 50px;
  padding: 50px 30px;
}
.page-reviews .reviews .reviews-container,
.page-share-your-story .reviews .reviews-container {
  max-width: 1000px;
  margin: auto;
}
.page-reviews .reviews .reviews-container .reviews-wrapper,
.page-share-your-story .reviews .reviews-container .reviews-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-reviews .reviews .reviews-container .reviews-wrapper .reviews-column,
.page-share-your-story
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column {
  width: 90%;
  max-width: 600px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .page-reviews .reviews .reviews-container .reviews-wrapper .reviews-column,
  .page-share-your-story
    .reviews
    .reviews-container
    .reviews-wrapper
    .reviews-column {
    width: calc(50% - 15px);
    margin: unset;
  }
}
.page-reviews
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card,
.page-share-your-story
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card {
  position: relative;
  background: #236093;
  padding: 35px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 10px solid #236093;
  box-shadow: inset 0 0 0 1px #fff;
  margin-bottom: 30px;
}
.page-reviews
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card:before,
.page-reviews
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card:after,
.page-share-your-story
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card:before,
.page-share-your-story
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card:after {
  content: "“";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 100px;
  font-family: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 13.75rem;
  line-height: 1;
  z-index: 0;
  color: #fff;
  opacity: 0.1;
}
.page-reviews
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card:after,
.page-share-your-story
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card:after {
  left: unset;
  right: 10px;
  transform: rotate(180deg);
}
.page-reviews
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card
  .review-card-title,
.page-reviews
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card
  .review-card-author,
.page-reviews
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card
  .review-card-copy,
.page-share-your-story
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card
  .review-card-title,
.page-share-your-story
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card
  .review-card-author,
.page-share-your-story
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card
  .review-card-copy {
  position: relative;
  z-index: 2;
}
.page-reviews
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card
  .review-card-title,
.page-share-your-story
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card
  .review-card-title {
  color: #fff;
  font-family: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  margin: 20px 0px;
  flex: 100%;
}
.page-reviews
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card
  .review-card-author,
.page-share-your-story
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card
  .review-card-author {
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin: 0 auto 8px;
  font-style: italic;
  color: #fff;
  text-align: left;
  padding-right: 10px;
}
@media screen and (max-width: 959px) {
  .page-reviews
    .reviews
    .reviews-container
    .reviews-wrapper
    .reviews-column
    .review-card
    .review-card-author,
  .page-share-your-story
    .reviews
    .reviews-container
    .reviews-wrapper
    .reviews-column
    .review-card
    .review-card-author {
    content: "";
    display: block;
    width: 100px;
    margin: 10px auto;
    border-bottom: 5px solid #98c254;
  }
}
@media screen and (min-width: 960px) {
  .page-reviews
    .reviews
    .reviews-container
    .reviews-wrapper
    .reviews-column
    .review-card
    .review-card-author,
  .page-share-your-story
    .reviews
    .reviews-container
    .reviews-wrapper
    .reviews-column
    .review-card
    .review-card-author {
    width: 100px;
    border-right: 5px solid #98c254;
  }
}
.page-reviews
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card
  .review-card-copy,
.page-share-your-story
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card
  .review-card-copy {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 960px) {
  .page-reviews
    .reviews
    .reviews-container
    .reviews-wrapper
    .reviews-column
    .review-card
    .review-card-copy,
  .page-share-your-story
    .reviews
    .reviews-container
    .reviews-wrapper
    .reviews-column
    .review-card
    .review-card-copy {
    text-align: left;
    width: calc(100% - 100px);
    padding-left: 25px;
  }
}
.page-reviews
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card-image,
.page-share-your-story
  .reviews
  .reviews-container
  .reviews-wrapper
  .reviews-column
  .review-card-image {
  display: block;
  background-size: cover !important;
  background-position: center !important;
  border: 10px solid #f4f4f5;
  outline: 1px solid #236093;
  margin-bottom: 30px;
}
.page-share-your-story .section-hero {
  background: url("../img/img-story-header-background.jpg") top center/cover;
  position: relative;
  overflow: hidden;
}
.page-share-your-story .section-hero:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #f4f4f5;
  opacity: 0.8;
}
.page-share-your-story .section-hero:before {
  content: "";
  width: 101%;
  height: 101%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #f4f4f5;
  opacity: 0.8;
}
.page-share-your-story .section-hero .page-wrapper {
  max-width: 750px;
  width: 90%;
}
.page-share-your-story .section-hero__sub-title {
  text-transform: uppercase;
  color: #236093;
  font-family: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  letter-spacing: 2px;
  font-size: 1.25em;
  line-height: 1.75em;
  margin-bottom: 30px;
}
.page-share-your-story .section-hero__content {
  border-left: 5px solid #98c254;
  padding: 0px 20px;
  margin-bottom: 50px;
}
.page-share-your-story .section-hero__form {
  background: #d0d6db;
}
.page-share-your-story
  .contact-form.share-your-story-form
  .form-fields
  .field.field-comments
  textarea {
  height: 160px;
}
.page-share-your-story
  .contact-form.share-your-story-form
  .form-fields
  .field.field-comments
  label {
  position: relative;
  font: 18px/27px "helvetica-neue-medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  padding: 6px 0px;
  display: block;
  margin-bottom: 10px;
}
.page-share-your-story
  .contact-form.share-your-story-form
  .form-fields
  .field.field-comments.label-up
  label {
  color: #2c2c33;
}
.featured-review {
  border: 1px solid #00274c;
  padding: 10px;
  margin: 0 auto 30px;
  max-width: 600px;
  width: 90%;
}
@media screen and (min-width: 640px) {
  .featured-review {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .featured-review {
    display: flex;
    align-items: center;
    max-width: none;
  }
}
.featured-review-body {
  padding: 0 10px 10px;
}
@media screen and (min-width: 960px) {
  .featured-review-body {
    border-left: 5px solid #98c254;
    width: 50%;
    padding: 0 20px 0 30px;
  }
}
.featured-review-body .content-button {
  min-width: 0;
}
@media (max-width: 380px) {
  .featured-review-body .content-button {
    line-height: 1.4;
  }
}
.featured-review-img {
  display: none;
}
@media screen and (min-width: 960px) {
  .featured-review-img {
    width: 24%;
    display: block;
  }
}
.featured-review-img img {
  display: block;
}
.featured-review-quote {
  quotes: "“" "”" "‘" "’";
  text-align: left;
  margin: 0;
  padding: 40px 40px 20px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .featured-review-quote {
    display: flex;
    width: 26%;
  }
}
.featured-review-quote::before,
.featured-review-quote::after {
  position: absolute;
  font-size: 200px;
  font-family: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-style: normal;
  color: rgba(35, 96, 147, 0.12);
  line-height: 1;
}
.featured-review-quote::before {
  content: open-quote;
  top: -34px;
  left: 0;
}
.featured-review-quote::after {
  content: close-quote;
  bottom: -10px;
  right: 15px;
  line-height: 0;
}
.featured-review-quote p {
  font-family: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 3px;
  margin: 0;
  z-index: 15;
}
@media screen and (min-width: 960px) {
  .featured-review-quote p {
    font-size: 22px;
  }
}
.section-review-main p {
  margin-bottom: 30px;
}
.section-review-main ol {
  list-style: none;
  counter-reset: rev-counter;
  margin-bottom: 30px;
  text-align: left;
}
.section-review-main ol li {
  counter-increment: rev-counter;
  position: relative;
  padding-left: 30px;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 640px) {
  .section-review-main ol li {
    margin: 0 0 20px 0;
  }
}
.section-review-main ol li::before {
  content: counter(rev-counter) ". ";
  color: #98c254;
  font: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
.section-review-main blockquote {
  quotes: "“" "”" "‘" "’";
  border: 3px solid #98c254;
  max-width: 580px;
  margin: 0 0 50px;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .section-review-main blockquote {
    float: left;
    margin: 10px 40px 60px 0;
  }
}
.section-review-main blockquote::after {
  content: "";
  width: 44px;
  height: 44px;
  border-left: 3px solid #98c254;
  border-bottom: 3px solid #98c254;
  background: #fff;
  position: absolute;
  bottom: -24px;
  right: 100px;
  transform: rotate(-45deg);
}
.section-review-main blockquote p {
  font: 26px/36px "helvetica-neue-light", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-style: italic;
  padding: 35px;
  margin: 0;
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 960px) {
  .section-review-main blockquote p {
    font-size: 28px;
    padding-right: 45px;
    padding-left: 65px;
  }
}
.section-review-main blockquote p::before,
.section-review-main blockquote p::after {
  position: absolute;
  font-size: 200px;
  font-family: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-style: normal;
  color: #edf3f5;
  z-index: -1;
}
.section-review-main blockquote p::before {
  content: open-quote;
  top: -3px;
  left: -3px;
  background: #fff;
  padding: 74px 31px 40px;
}
.section-review-main blockquote p::after {
  content: close-quote;
  bottom: 10px;
  right: 20px;
}
.section-review-main blockquote.full-width {
  margin-right: 0;
  max-width: none;
  float: none;
  min-height: 170px;
}
@media screen and (min-width: 960px) {
  .section-review-main blockquote.full-width {
    margin-top: 40px;
  }
}
.section-review-main h2 {
  clear: both;
  font-size: 24px;
  margin-bottom: 30px;
}
.section-review-main .video {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .section-review-main .video {
    margin-bottom: 50px;
  }
}
.page-review-dana .section-hero {
  background: url("../img/reviews/shower-wall-with-condensation.jpg") center
    no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
}
.page-review-dana .section-hero .page-wrapper {
  max-width: 900px;
}
.review-page-title {
  text-align: center;
}
.review-page-title:not(.has-video-btn)::after {
  content: "";
  width: 130px;
  height: 7px;
  background: #98c254;
  display: block;
  margin: 30px auto 0;
}
@media screen and (min-width: 960px) {
  .review-page-title:not(.has-video-btn)::after {
    margin-top: 40px;
  }
}
.review-page-title h1 {
  color: #00274c;
}
@media screen and (min-width: 960px) {
  .review-page-title h1 {
    font-size: 45px;
    line-height: 60px;
  }
}
.review-page-title .loc {
  font-size: 24px;
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .review-page-title .loc {
    font-family: "helvetica-neue-light", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
    font-size: 28px;
    margin: 0;
  }
}
.review-page-title .loc::before {
  content: url("../svg/icons/icon-location-pin.svg");
  margin: 0 10px 0 -16px;
}
.review-page-title.has-video-btn .loc {
  margin-bottom: 50px;
}
.image-slider {
  margin-bottom: 30px;
}
.image-slider img {
  padding: 8px;
}
.image-slider .slick-next,
.image-slider .slick-prev {
  background: #236093;
  border: none;
  color: #fff;
  padding: 18px 9px;
  transition: background 200ms ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.image-slider .slick-next:hover,
.image-slider .slick-next:focus,
.image-slider .slick-prev:hover,
.image-slider .slick-prev:focus {
  background: #00274c;
}
.image-slider .slick-next svg,
.image-slider .slick-prev svg {
  vertical-align: middle;
}
.image-slider .slick-next {
  right: 0px;
}
.image-slider .slick-prev {
  left: 0px;
}
.section-media-text {
  background: #236093;
  color: #fff;
  position: relative;
}
.section-media-text figure {
  margin: 0 0 30px;
}
@media screen and (min-width: 960px) {
  .section-media-text figure {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
.section-media-text figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-media-text * {
  color: inherit;
}
.section-media-text h2,
.section-media-text h3,
.section-media-text h4 {
  margin-top: 0;
}
.section-media-text .page-wrapper {
  padding: 0;
}
@media screen and (min-width: 960px) {
  .section-media-text .page-wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 80px 0;
  }
}
@media screen and (min-width: 960px) {
  .section-media-text .body-text {
    width: 50%;
  }
}
.section-media-text .body-text .content-button {
  border-radius: 0;
  padding: 12px;
  min-width: 220px;
  margin: 0;
}
.section-media-text .body-text p {
  margin-bottom: 30px;
}
.section-media-text blockquote {
  border-left: 3px solid #98c254;
  padding-left: 34px;
  margin: 0 30px 60px 74px;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .section-media-text blockquote {
    margin: 0 0 0 74px;
  }
}
.section-media-text blockquote::before {
  content: "“";
  font-size: 84px;
  font-family: "helvetica-neue-bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #98c254;
  position: absolute;
  top: 13px;
  left: -54px;
}
/*# sourceMappingURL=main.css.map */
