/*
Author: Bobby Donathan | Mike Ligocki
Author URI: https://bigredrooster.com
Version: 1.0.0
*/
/**********************
Font Styles
AUTHOR: Bobby Donathan - BigRedRooster
_fonts.scss
***********************/
@font-face {
  font-family: 'RheemSansLight';
  src: url("fonts/RheemSans-Light.eot");
  /* IE9 Compat Modes */
  src: url("fonts/RheemSans-Light?#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("fonts/RheemSans-Light.svg#RheemSans-Light") format("svg");
  /* Legacy iOS */ }
@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("fonts/RheemSans-Roman.svg#RheemSans-Roman") format("svg");
  /* Legacy iOS */ }
@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("fonts/RheemSans-Bold.svg#RheemSans-Bold") format("svg");
  /* Legacy iOS */ }
@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("fonts/RheemSans-LightItalic.svg#RheemSans-LightItalic") format("svg");
  /* Legacy iOS */ }
@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("fonts/RheemSans-RomanItalic.svg#RheemSans-RomanItalic") format("svg");
  /* Legacy iOS */ }
@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("fonts/RheemSans-BoldItalic.svg#RheemSans-BoldItalic") format("svg");
  /* Legacy iOS */ }
/*MIXINS*/
*,
*::before,
*::after {
  box-sizing: border-box; }

:root {
  --select-border: #777;
  --select-focus: blue;
  --select-arrow: var(--select-border); }

body {
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  overflow: hidden; }

.fancybox__content {
  height: 100% !important; }

a:focus {
  outline: none; }

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

#productsbackgroundvideo {
  position: fixed;
  z-index: 0;
  background-color: #0A354D; }
  #productsbackgroundvideo video {
    width: auto;
    min-width: 100vw;
    height: auto;
    min-height: 100vh;
    opacity: .3; }

#waterheatingwrapper {
  padding-top: 80px;
  height: 100vh;
  overflow-y: scroll;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw; }
  #waterheatingwrapper .residentialside, #waterheatingwrapper .commercialside {
    position: relative;
    min-height: 700px; }
    #waterheatingwrapper .residentialside img, #waterheatingwrapper .commercialside img {
      position: relative;
      z-index: 1; }
  #waterheatingwrapper .learnmorebtn {
    position: absolute;
    z-index: 2;
    top: 300px;
    left: 30px;
    width: 175px;
    height: 50px; }
  #waterheatingwrapper .products {
    z-index: 0;
    position: absolute;
    display: flex;
    top: 55%;
    left: 12px;
    width: 98%;
    height: 62%;
    align-items: flex-start;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px; }
    #waterheatingwrapper .products.residential {
      background-color: rgba(122, 153, 172, 0.75); }
    #waterheatingwrapper .products.commercial {
      background-color: rgba(38, 64, 114, 0.75); }
    #waterheatingwrapper .products .product {
      flex: 1 0 auto;
      text-align: center;
      padding-top: 60px; }
