@font-face {
  font-family: "RheemSansLight";
  src: url("../fonts/RheemSans-Light.eot"); /* IE9 Compat Modes */
  src: url("../RheemSans-Light.html#iefix") format("embedded-opentype"), url("../fonts/RheemSans-Light.woff2") format("woff2"), url("../fonts/RheemSans-Light.woff") format("woff"), url("../fonts/RheemSans-Light.ttf") format("truetype"), url("../images/RheemSans-Light.svg#RheemSans-Light") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "RheemSansRoman";
  src: url("../fonts/RheemSans-Roman.eot"); /* IE9 Compat Modes */
  src: url("../fonts/RheemSans-Roman.eot#iefix") format("embedded-opentype"), url("../fonts/RheemSans-Roman.woff2") format("woff2"), url("../fonts/RheemSans-Roman.woff") format("woff"), url("../fonts/RheemSans-Roman.ttf") format("truetype"), url("../images/RheemSans-Roman.svg#RheemSans-Roman") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "RheemSansBold";
  src: url("../fonts/RheemSans-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/RheemSans-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/RheemSans-Bold.woff2") format("woff2"), url("../fonts/RheemSans-Bold.woff") format("woff"), url("../fonts/RheemSans-Bold.ttf") format("truetype"), url("../images/RheemSans-Bold.svg#RheemSans-Bold") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "RheemSansLightItalic";
  src: url("../fonts/RheemSans-LightItalic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/RheemSans-LightItalic.eot#iefix") format("embedded-opentype"), url("../fonts/RheemSans-LightItalic.woff2") format("woff2"), url("../fonts/RheemSans-LightItalic.woff") format("woff"), url("../fonts/RheemSans-LightItalic.ttf") format("truetype"), url("../images/RheemSans-LightItalic.svg#RheemSans-LightItalic") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "RheemSansRomanItalic";
  src: url("../fonts/RheemSans-RomanItalic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/RheemSans-RomanItalic.eot#iefix") format("embedded-opentype"), url("../fonts/RheemSans-RomanItalic.woff2") format("woff2"), url("../fonts/RheemSans-RomanItalic.woff") format("woff"), url("../fonts/RheemSans-RomanItalic.ttf") format("truetype"), url("../images/RheemSans-RomanItalic.svg#RheemSans-RomanItalic") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "RheemSansBoldItalic";
  src: url("../fonts/RheemSans-BoldItalic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/RheemSans-BoldItalic.eot#iefix") format("embedded-opentype"), url("../fonts/RheemSans-BoldItalic.woff2") format("woff2"), url("../fonts/RheemSans-BoldItalic.woff") format("woff"), url("../fonts/RheemSans-BoldItalic.ttf") format("truetype"), url("../images/RheemSans-BoldItalic.svg#RheemSans-BoldItalic") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1640px;
  }
}
body {
  font-family: "RheemSansRoman";
  font-size: 18px;
  background-color: #000;
  color: #fff;
  line-height: 1.4;
  overflow-x: hidden;
}
body strong {
  font-family: "RheemSansBold";
  font-weight: normal;
}

h1, h2, h3 {
  text-transform: uppercase;
  font-family: "RheemSansLight";
  font-weight: normal;
  line-height: 1;
}
h1 strong, h2 strong, h3 strong {
  font-family: "RheemSansBold";
  font-weight: normal;
  color: #E4002B;
}

h1 {
  font-size: 35px;
}
@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 88px;
  }
}

h2 {
  font-size: 35px;
}
@media only screen and (min-width: 1400px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 30px;
}
@media only screen and (min-width: 1400px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 20px;
  font-family: "RheemSansBold";
  font-weight: normal;
  margin-bottom: 26px;
}

.g-0 > * {
  padding: 0px;
}

.noclick {
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*
.tns-controls{
    pointer-events: none;
    z-index: 10;
    max-width: 1240px;
    position: absolute;
    top:50%;
    left: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, -50%);
    button{
        width: 102px;
        height: 114px;
        border:none;
        text-indent: 999px;
        overflow: hidden;
        pointer-events: all;
        &[data-controls="next"]{background: url(../images/arrow-right.png)no-repeat center center;}
        &[data-controls="prev"]{background: url(../images/arrow-left.png)no-repeat center center;}
    }
}
.tns-nav{
    z-index: 11;
    position: absolute;
    bottom:0px;
    left: 50%;
    transform: translateX(-50%);
    button{
        width:3px;
        height: 6px;
        background-color: $gray;
        margin: 0 2px;
        border:none;
        &.tns-nav-active{
            background-color: $red;
        }
    }
}
*/
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.95) url(../images/fancybackground.png) no-repeat 50vw 50%;
}

.fancybox__viewport {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  max-width: 905px;
}

.is-compact .fancybox__content, .fancybox__content {
  background: transparent;
  color: #fff;
}
.is-compact .fancybox__content h2, .fancybox__content h2 {
  text-transform: none;
  margin-bottom: 26px;
}
.is-compact .fancybox__content h2 span, .fancybox__content h2 span {
  color: #E4002B;
}
.is-compact .fancybox__content .f-button.is-close-btn, .fancybox__content .f-button.is-close-btn {
  background: url(../images/fancyclosearrow.png) no-repeat center center;
  width: 45px;
  height: 20px;
  border: none;
  right: 85%;
}
.is-compact .fancybox__content .f-button.is-close-btn svg, .fancybox__content .f-button.is-close-btn svg {
  display: none;
}
.is-compact .fancybox__content .f-button.is-close-btn:focus-visible, .fancybox__content .f-button.is-close-btn:focus-visible {
  box-shadow: none;
}

.popup h4 {
  color: #E4002B;
  margin-top: 40px;
}
.popup img {
  margin-bottom: 40px;
}

.returntorheem {
  position: fixed;
  bottom: 0px;
  right: 40px;
  z-index: 99;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transform: translateY(100%);
}
.returntorheem.headroom--not-top.slideUp {
  transform: translateY(-100%);
}

#hero {
  background: url(../images/herobackground.png) no-repeat right top;
  background-size: contain;
}
#hero .smalllogo {
  padding: 20px;
  position: fixed;
  z-index: 999;
  display: none;
}
@media only screen and (min-width: 992px) {
  #hero .smalllogo {
    display: block;
  }
}
#hero .intro {
  padding-left: 40px;
  padding-right: 40px;
}
#hero .intro strong {
  font-size: 24px;
}
#hero .intro img {
  display: block;
  margin-bottom: 40px;
}
#hero .intro img.logowtag {
  margin: 90px auto 60px auto;
}
@media only screen and (min-width: 992px) {
  #hero .intro {
    padding-left: 80px;
    padding-right: 0px;
  }
}
#hero .herovid {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1200px) {
  #hero .herovid {
    margin-top: -30%;
  }
}
@media only screen and (min-width: 1400px) {
  #hero .herovid {
    margin-top: -50%;
  }
}
#hero .plumberholder {
  position: relative;
}
#hero .plumberholder img {
  position: relative;
  display: block;
}
#hero .plumberholder img.plumber {
  top: 0px;
  right: 0px;
  z-index: 2;
}
#hero .plumberholder img.heroarrow {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  max-width: none;
}
@media only screen and (min-width: 992px) {
  #hero .plumberholder img img {
    position: absolute;
  }
}

#principles {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
  background: url(../images/principlesbackground.png) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 992px) {
  #principles {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
#principles #principletabholder {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 300px;
  min-height: 150px;
}
#principles #principletabholder #principletabsside {
  border-bottom: 1px solid #B9BBBD;
}
#principles #principletabholder #principletabsside #principletabs {
  margin: 0;
  padding: 0;
  text-align: center;
}
#principles #principletabholder #principletabsside #principletabs li {
  display: inline-block;
  font-family: "RheemSansBold";
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #B9BBBD;
  padding: 10px;
  line-height: 1;
  cursor: pointer;
}
#principles #principletabholder #principletabsside #principletabs li.active {
  color: #E4002B;
}
#principles #principletabholder #principletabcontentside {
  position: relative;
  margin: 0 40px;
}
#principles #principletabholder #principletabcontentside .principlecontent {
  margin-top: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  font-size: 20px;
  font-family: "RheemSansBold";
  font-weight: normal;
  color: #fff;
}
#principles #principletabholder #principletabcontentside .principlecontent.active {
  opacity: 1;
}
#principles #principletabholder #principletabcontentside .principlecontent span {
  color: #97999B;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 27px;
  display: block;
}
@media only screen and (min-width: 992px) {
  #principles #principletabholder {
    flex-direction: row;
  }
  #principles #principletabholder #principletabsside {
    flex: 1 1 20%;
    border-right: 1px solid #B9BBBD;
    border-bottom: none;
    position: relative;
  }
  #principles #principletabholder #principletabsside:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #B9BBBD;
    transform: rotate(0deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: -10px;
  }
  #principles #principletabholder #principletabsside #principletabs {
    padding: 28px 20px;
    text-align: right;
  }
  #principles #principletabholder #principletabsside #principletabs li {
    display: block;
  }
  #principles #principletabholder #principletabcontentside {
    flex: 1 1 80%;
  }
  #principles #principletabholder #principletabcontentside .principlecontent {
    margin-top: 0px;
    font-size: 32px;
  }
}
#principles #dyk {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) {
  #principles #dyk {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#principles #dyk .flagrow {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#principles #dyk .flagrow #dykdots {
  margin: 0 0 0 10px;
  padding: 0;
}
#principles #dyk .flagrow #dykdots li {
  display: inline-block;
  margin: 0 1px;
  width: 10px;
  height: 10px;
  border: 1px solid #97999B;
  border-radius: 100%;
}
#principles #dyk .flagrow #dykdots li.tns-nav-active {
  background-color: #97999B;
}
#principles #dyk #dykcontent {
  display: block;
  position: relative;
}
#principles #dyk #dykcontent .dyk {
  font-family: "RheemSansLight";
  font-size: 20px;
  vertical-align: top;
}
@media only screen and (min-width: 992px) {
  #principles #dyk #dykcontent .dyk {
    font-size: 32px;
  }
}

#history {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
#history .tns-horizontal.tns-subpixel > .tns-item {
  vertical-align: top;
}
@media only screen and (min-width: 992px) {
  #history {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
#history .container-fluid {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  #history .container-fluid {
    margin-top: 60px;
  }
}
#history h3 {
  color: #E4002B;
}
@media only screen and (min-width: 1400px) {
  #history h3 {
    font-size: 39px;
  }
}
#history .timelinecopy {
  text-align: center;
  padding: 20px 70px;
}
#history .timelinecopy .readmore {
  font-size: 14px;
  font-family: "RheemSansBold";
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: url(../images/readmorearrow.png) no-repeat center left;
  padding-left: 10px;
  line-height: 1;
  padding-top: 4px;
}
#history .timelinecopy .readmore:hover {
  color: #E4002B;
}
@media only screen and (min-width: 768px) {
  #history .timelinecopy {
    text-align: left;
    padding: 0px 0px;
  }
}
#history .popup {
  display: none;
}
#history .yearnav {
  list-style: none;
  font-size: 18px;
  margin: 35px 0;
  padding: 0;
  font-family: "RheemSansBold";
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}
#history .yearnav li {
  color: #fff;
}
#history .yearnav li.tns-nav-active {
  color: #E4002B;
}
#history .decadegradients {
  display: block;
  width: 100%;
  pointer-events: none;
}
#history .decadegradients:before {
  content: "";
  height: 100%;
  width: 10%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
}
#history .decadegradients:after {
  content: "";
  height: 100%;
  width: 10%;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: linear-gradient(270deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
}
#history #customize-thumbnails {
  pointer-events: all;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
}
#history #customize-thumbnails .tns-item span {
  display: block;
  float: left;
  position: relative;
  background-color: rgb(28, 28, 29);
  color: rgb(17, 18, 19);
  text-align: center;
  font-family: "RheemSansBold";
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  padding: 12px 0 8px 0;
  width: 100%;
}
#history #customize-thumbnails .tns-item span:after {
  content: "";
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid rgb(28, 28, 29);
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 1;
}
#history #customize-thumbnails .tns-item span:before {
  content: "";
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #000;
  position: absolute;
  left: 0;
  top: 0;
}
#history #customize-thumbnails .tns-item.gray span {
  background-color: #343536;
  color: #1F2021;
}
#history #customize-thumbnails .tns-item.gray span:after {
  border-left-color: #343536;
}
#history #customize-thumbnails .tns-item.tns-nav-active span {
  background-color: #E4002B;
  color: #fff;
  opacity: 1;
}
#history #customize-thumbnails .tns-item.tns-nav-active span:after {
  border-left-color: #E4002B;
}
#history .nested_inner_wrapper {
  position: relative;
}
#history .nested_inner_wrapper .tns-controls {
  pointer-events: none;
  z-index: 10;
  max-width: 1240px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translate(-50%, -50%);
}
#history .nested_inner_wrapper .tns-controls button {
  width: 102px;
  height: 114px;
  border: none;
  text-indent: 999px;
  overflow: hidden;
  pointer-events: all;
}
#history .nested_inner_wrapper .tns-controls button[data-controls=next] {
  background: url(../images/arrow-right.png) no-repeat center center;
}
#history .nested_inner_wrapper .tns-controls button[data-controls=prev] {
  background: url(../images/arrow-left.png) no-repeat center center;
}

#ebook {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
  background: url(../images/ebookbackground.png) no-repeat center center;
  background-size: contain;
}
#ebook .desktoptile {
  display: none;
}
#ebook .mobiletile, #ebook .mobileonly {
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  #ebook {
    padding-top: 50px;
    padding-bottom: 200px;
  }
  #ebook .desktoptile {
    display: inline-block;
  }
  #ebook .mobiletile, #ebook .mobileonly {
    display: none;
  }
}

#names {
  margin-top: 100px;
  margin-bottom: 200px;
  position: relative;
  background: url(../images/namesbackground.png) no-repeat top center;
}
#names .nametabs {
  padding-left: 0px;
  margin: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-family: "RheemSansBold";
  font-size: 16px;
  text-transform: uppercase;
}
#names .nametabs li {
  color: #fff;
  position: relative;
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
#names .nametabs li.active {
  color: #E4002B;
}
#names .nametabs li.active .skew {
  border: 1px solid #fff;
  transform: skewX(-10deg);
  z-index: 2;
  position: relative;
  padding: 16px 20px 10px 20px;
}
#names .nametabs li.active .skew .unskew {
  transform: skewX(10deg);
}
#names .nametabs li.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 1px solid #63666A;
  z-index: 1;
  transform: skewX(-10deg);
}
#names .nametabs li.noclick {
  pointer-events: none;
}
@media only screen and (min-width: 1400px) {
  #names .nametabs {
    flex-direction: row;
  }
  #names .nametabs .lilbox {
    width: 6px;
    height: 3px;
    border: 1px solid #63666A;
  }
  #names .nametabs li {
    margin-bottom: 0px;
    color: #fff;
    position: relative;
  }
  #names .nametabs li .skew {
    padding: 16px 20px 10px 20px;
  }
  #names .nametabs li.active {
    color: #E4002B;
  }
  #names .nametabs li.active .skew {
    border: 1px solid #fff;
    transform: skewX(-10deg);
    z-index: 2;
    position: relative;
  }
  #names .nametabs li.active .skew .unskew {
    transform: skewX(10deg);
  }
  #names .nametabs li.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 5px;
    border: 1px solid #63666A;
    z-index: 1;
    transform: skewX(-10deg);
  }
}
#names #namestabs .nametab {
  display: none;
  text-align: left;
}
#names #namestabs .nametab.active {
  display: block;
}
#names #namestabs .nametab h2 {
  color: #E4002B;
  text-transform: none;
}
#names #namestabs .nametab p {
  font-size: 16px;
}

#globe {
  margin-top: 100px;
  margin-bottom: 200px;
  position: relative;
  background: url(../images/glare.png) no-repeat center -40px;
}
#globe img {
  margin-top: 100px;
}

#innovationcards {
  margin-top: 100px;
  margin-bottom: 200px;
  position: relative;
  z-index: 1;
}
#innovationcards .tns-controls {
  pointer-events: none;
  z-index: 10;
  max-width: 1240px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translate(-50%, -50%);
}
#innovationcards .tns-controls button {
  width: 102px;
  height: 114px;
  border: none;
  text-indent: 999px;
  overflow: hidden;
  pointer-events: all;
}
#innovationcards .tns-controls button[data-controls=next] {
  background: url(../images/arrow-right.png) no-repeat center center;
}
#innovationcards .tns-controls button[data-controls=prev] {
  background: url(../images/arrow-left.png) no-repeat center center;
}
#innovationcards .tns-nav {
  z-index: 11;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
#innovationcards .tns-nav button {
  width: 3px;
  height: 6px;
  background-color: #63666A;
  margin: 0 2px;
  border: none;
}
#innovationcards .tns-nav button.tns-nav-active {
  background-color: #E4002B;
}
#innovationcards .tns-controls {
  top: 110%;
  justify-content: center;
}
#innovationcards .tns-controls button {
  background-size: contain;
  width: 40px;
  height: 20px;
}
#innovationcards .innovationcards {
  margin-top: 64px;
}
#innovationcards .innovationcards .innovationcard .cardwrapper {
  width: 310px;
  height: 525px;
  border-radius: 18px;
  border: 1px solid #63666A;
  margin: 0 auto;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
#innovationcards .innovationcards .innovationcard .cardwrapper .yearoverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 1;
  z-index: 3;
  cursor: pointer;
}
#innovationcards .innovationcards .innovationcard .cardwrapper .yearoverlay strong {
  display: none;
}
#innovationcards .innovationcards .innovationcard .cardwrapper .redcard {
  position: absolute;
  top: 80%;
  left: 0px;
  background-color: #E4002B;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  z-index: 2;
  font-size: 22px;
  font-family: "RheemSansLight";
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
#innovationcards .innovationcards .innovationcard .cardwrapper .redcard strong {
  font-size: 65px;
}
#innovationcards .innovationcards .innovationcard .cardwrapper .redcard .redcardclose {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
#innovationcards .innovationcards .innovationcard .cardwrapper .redcard.active {
  top: 0%;
}
#innovationcards .innovationcards .innovationcard .cardwrapper .redcard.active .redcardclose {
  opacity: 1;
}

#ourlegacy {
  margin-top: 100px;
  margin-bottom: 0px;
  position: relative;
  z-index: 0;
}
#ourlegacy .container, #ourlegacy .container-fluid {
  position: relative;
  z-index: 1;
}
#ourlegacy .legacyback {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ourlegacy .legacyback img {
  max-width: none;
  width: 100vw;
}
#ourlegacy .legacyslider {
  margin-top: 64px;
}
#ourlegacy .slideimage {
  position: relative;
  z-index: 1;
}
#ourlegacy .slidecontentholder {
  position: relative;
  z-index: 0;
}
#ourlegacy .slidecontentholder .skewcontent {
  background-color: #000;
  z-index: 2;
  position: relative;
  height: 100%;
  font-size: 16px;
}
#ourlegacy .slidecontentholder .skewcontent h3 {
  color: #E4002B;
  text-transform: none;
  margin-top: 40px;
}
@media only screen and (min-width: 1200px) {
  #ourlegacy .slidecontentholder {
    width: 893px;
    height: 365px;
    margin-left: -250px;
  }
  #ourlegacy .slidecontentholder:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #3C3C3C;
    z-index: 1;
    transform: skewX(-10deg);
  }
  #ourlegacy .slidecontentholder .skewcontent {
    border: 1px solid #63666A;
    transform: skewX(-10deg);
    padding-left: 250px;
    padding-top: 38px;
    padding-right: 80px;
  }
  #ourlegacy .slidecontentholder .skewcontent h3 {
    margin-top: 0px;
  }
  #ourlegacy .slidecontentholder .skewcontent .unskew {
    transform: skewX(10deg);
    height: 100%;
  }
  #ourlegacy .slidecontentholder .skewcontent .unskew .btnholder {
    position: absolute;
    bottom: 40px;
    right: 0px;
  }
}
#ourlegacy .tns-controls {
  pointer-events: none;
  z-index: 10;
  max-width: 1240px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translate(-50%, -50%);
}
#ourlegacy .tns-controls button {
  width: 102px;
  height: 114px;
  border: none;
  text-indent: 999px;
  overflow: hidden;
  pointer-events: all;
}
#ourlegacy .tns-controls button[data-controls=next] {
  background: url(../images/arrow-right.png) no-repeat center center;
}
#ourlegacy .tns-controls button[data-controls=prev] {
  background: url(../images/arrow-left.png) no-repeat center center;
}
#ourlegacy .tns-nav {
  display: none;
  z-index: 11;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
#ourlegacy .tns-nav button {
  width: 3px;
  height: 6px;
  background-color: #63666A;
  margin: 0 2px;
  border: none;
}
#ourlegacy .tns-nav button.tns-nav-active {
  background-color: #E4002B;
}
@media only screen and (min-width: 992px) {
  #ourlegacy {
    margin-bottom: 200px;
  }
  #ourlegacy .tns-nav {
    display: block;
  }
}

.skewbutton {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.skewbutton .skewbtn {
  position: relative;
  z-index: 2;
  transform: skewX(-10deg);
  color: #fff;
  font-family: "RheemSansBold";
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.skewbutton .skewbtn.red {
  background-color: #E4002B;
}
.skewbutton .skewbtn.gray {
  background-color: #63666A;
}
.skewbutton .skewbtn a {
  transform: skewX(10deg);
  padding: 10px 40px;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
.skewbutton:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #3C3C3C;
  z-index: 1;
  transform: skewX(-10deg);
}
.skewbutton:hover .skewbtn {
  transform: skewX(-10deg) translate(6px, 5px);
}

.skewrow {
  margin-top: 40px;
  position: relative;
}
.skewrow .skewcontent {
  background-color: #000;
  z-index: 2;
  position: relative;
}
.skewrow .skewcontent .copyholder {
  padding: 20px;
  text-align: center;
}
.skewrow .skewcontent .copyholder p {
  font-size: 16px;
}
.skewrow .skewcontent .copyholder .btnholder {
  margin-top: 20px;
}
.skewrow .btnholder {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .skewrow .skewcontent .copyholder p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .skewrow:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #3C3C3C;
    z-index: 1;
    transform: skewX(-10deg);
  }
  .skewrow .skewcontent {
    border: 1px solid #63666A;
    transform: skewX(-10deg);
    height: 360px;
    align-content: center;
  }
  .skewrow .skewcontent .copyholder {
    padding: 0px 40px;
    text-align: left;
  }
  .skewrow .skewcontent .copyholder.sustainability {
    padding-left: 80px;
    padding-right: 0px;
  }
  .skewrow .skewcontent .row {
    transform: skewX(10deg);
    margin-left: -32px;
  }
  .skewrow .skewcontent .sustainabilitythumb {
    transform: translateX(32px);
  }
}
@media only screen and (min-width: 1400px) {
  .skewrow .btnholder {
    margin-top: 45px;
  }
  .skewrow .skewcontent .copyholder p {
    font-size: 16px;
  }
  .skewrow .skewcontent .copyholder.sustainability {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#bottomsocial {
  padding-top: 200px;
  border-bottom: 10px solid #E4002B;
  background: url(../images/bottomsocialback.png) no-repeat bottom center;
  text-align: center;
}
#bottomsocial strong {
  color: #E4002B;
}
#bottomsocial h2 {
  margin-top: 20px;
}
#bottomsocial .socialsbtns {
  padding: 0px;
}
#bottomsocial .socialsbtns li {
  display: inline-block;
  margin-right: 14px;
}
#bottomsocial .socialsbtns li a {
  width: 70px;
  height: 70px;
  display: block;
  background-color: #000;
  border: 1px solid #E4002B;
  transform: skewX(-10deg);
  position: relative;
  overflow: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
#bottomsocial .socialsbtns li a img {
  transform: skewX(10deg) translateX(-50%);
  position: absolute;
  top: 0%;
  left: 60%;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
#bottomsocial .socialsbtns li a:hover {
  background-color: #E4002B;
}
#bottomsocial .socialsbtns li a:hover img {
  top: -100%;
  left: 42%;
}
@media only screen and (min-width: 992px) {
  #bottomsocial {
    background-size: contain;
    text-align: left;
  }
  #bottomsocial h2 {
    margin-top: 0px;
  }
}/*# sourceMappingURL=rheem100styles.css.map */