/*
Theme Name: RuudUniversity-SingleScroll
Description: Custom Rheem Academy Theme
Author: Bobby Donathan
Author URI: donathanbros.com
Version: 2.0.0
*/
/* Do Not edit the style.css file directly - use the sass file silly goose. */
@import url(css/bootstrap.min.css);
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Permanent+Marker);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**********************
Variables & Mixins
AUTHOR: Bobby Donathan - BigRedRooster
_variables.scss
***********************/
/*GENERAL COLORS*/
/*RIBBON BANNERS*/
/*FONT WEIGHT*/
/*PANELS & CARDS*/
/*MIXINS*/
/**********************
Font Styles
AUTHOR: Bobby Donathan - BigRedRooster
_fonts.scss
***********************/
@font-face {
  font-family: 'a_love_of_thunder';
  src: url("https://media.ruud.com/site/ruuddotcom/_WP/fonts/a_love_of_thunder-edited-webfont.woff2"); }
@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 */ }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 20px;
  font-family: "RheemSansLight", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  color: #4a4a4a; }
  h1 span, h1 strong, h2 span, h2 strong, h3 span, h3 strong, h4 span, h4 strong, h5 span, h5 strong, h6 span, h6 strong,
  .h1 span,
  .h1 strong, .h2 span, .h2 strong, .h3 span, .h3 strong, .h4 span, .h4 strong, .h5 span, .h5 strong, .h6 span, .h6 strong {
    font-family: inherit;
    font-weight: inherit; }

h1, .h1 {
  font-size: 43px; }

h2, .h2 {
  font-size: 32px; }

h3, .h3 {
  font-size: 26px;
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif; }

h4, .h4 {
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  font-size: 21px; }

h5, .h5 {
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  font-size: 18px; }

h6, .h6 {
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  font-size: 16px; }

/**********************
Header Styles
AUTHOR: Bobby Donathan - BigRedRooster
_headerstyles.scss
***********************/
#modularHeader {
  margin-bottom: 40px;
  position: relative;
  z-index: 0; }
  @media only screen and (min-width: 768px) {
    #modularHeader {
      margin-top: 166px; } }
  @media screen and (max-width: 576px) {
    #modularHeader {
      padding-top: 55px; } }

#headersmile {
  width: 100%;
  height: 500px;
  display: block;
  background: url(images/Page_Title_Curve-mobile.svg) no-repeat center bottom;
  position: absolute;
  bottom: -1px;
  left: 0px;
  pointer-events: none;
  background-size: cover !important; }
  @media only screen and (min-width: 768px) {
    #headersmile {
      background: url(images/Page_Title_Curve.svg) no-repeat center bottom; } }

.desktopbackground {
  position: absolute;
  width: 50%;
  top: 0px;
  left: 50%;
  background-repeat: no-repeat;
  background-position: left bottom;
  display: none; }
  @media only screen and (min-width: 768px) {
    .desktopbackground {
      display: block; } }

.mobileimage {
  width: 100%;
  height: 225px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .mobileimage {
      display: none; } }

.desktopheader {
  display: none; }
  @media only screen and (min-width: 768px) {
    .desktopheader {
      display: block; } }

.headercontent .titledesktop {
  display: none; }
  @media only screen and (min-width: 768px) {
    .headercontent .titledesktop {
      display: block; } }
.headercontent .titlemobile {
  display: block; }
  @media only screen and (min-width: 768px) {
    .headercontent .titlemobile {
      display: none; } }
.headercontent.desktop {
  padding-right: 0px;
  text-align: right; }
  .headercontent.desktop img {
    max-width: 100%;
    height: auto; }
  .headercontent.desktop.textonly {
    text-align: left; }
  @media only screen and (min-width: 992px) {
    .headercontent.desktop {
      padding-right: 90px; }
      .headercontent.desktop.textonly {
        padding-right: 0px; } }
.headercontent.mobile {
  padding-top: 20px;
  text-align: left;
  display: block; }
  @media only screen and (min-width: 768px) {
    .headercontent.mobile {
      display: none; } }

.tierheader {
  margin-top: -1px; }
  .tierheader h1 {
    color: #fff; }
  .tierheader.default {
    background-color: #e70033;
    color: #fff; }
  .tierheader.lightgray {
    background-color: #bbbbbb;
    color: #fff; }
  .tierheader.commercial {
    background-color: #63666a;
    color: #fff; }
  .tierheader.residential {
    background-color: #dfd1a7;
    color: #fff; }

#tier1header {
  position: relative; }
  #tier1header .row, #tier1header .desktopbackground {
    min-height: 225px; }
    @media only screen and (min-width: 768px) {
      #tier1header .row, #tier1header .desktopbackground {
        min-height: 410px; } }

#tier2header {
  position: relative; }
  #tier2header .row, #tier2header .desktopbackground {
    min-height: 225px; }
    @media only screen and (min-width: 768px) {
      #tier2header .row, #tier2header .desktopbackground {
        min-height: 260px; } }

#tier3header {
  position: relative;
  text-align: center; }
  #tier3header .row {
    min-height: 260px; }

.headroom--not-top #alertbanner {
  max-height: 0px;
  padding: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

#alertbanner {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  box-sizing: border-box;
  max-height: 300px;
  background-color: #e70033;
  color: #fff;
  padding: 15px 0 0 0; }
  #alertbanner p {
    margin-bottom: 0px; }
  #alertbanner .alertwrapper {
    display: inline-block; }
  #alertbanner .alerticon {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px; }
    #alertbanner .alerticon img {
      max-height: 100%;
      width: auto; }
  #alertbanner .alertmessage {
    display: table-cell;
    vertical-align: middle;
    text-align: left; }
    #alertbanner .alertmessage a {
      color: #fff !important;
      text-decoration: underline; }
      #alertbanner .alertmessage a:hover {
        text-decoration: none; }

#country-selector {
  color: #97999b;
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  text-decoration: none;
  padding: 20px 5px 0 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  #country-selector select.form-control {
    padding: .375rem 1.7rem .375rem .6rem;
    border: #97999b 1px solid;
    outline: none;
    color: #97999b;
    font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    white-space: nowrap; }
    #country-selector select.form-control::-ms-expand {
      display: none; }
    #country-selector select.form-control:hover {
      cursor: pointer; }
    #country-selector select.form-control:not(:focus) {
      border: none; }
    #country-selector select.form-control:focus {
      background-color: #FFF;
      outline: none;
      box-shadow: none; }
  #country-selector:after {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "\f107";
    font-family: FontAwesome;
    color: #e70033;
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 30px;
    line-height: 78px; }

.Explorer #tier1header .row, .Explorer #tier1header .desktopbackground {
  height: 225px; }
  @media only screen and (min-width: 768px) {
    .Explorer #tier1header .row, .Explorer #tier1header .desktopbackground {
      height: 410px; } }

.Explorer #tier2header .row, .Explorer #tier2header .desktopbackground {
  height: 225px; }
  @media only screen and (min-width: 768px) {
    .Explorer #tier2header .row, .Explorer #tier2header .desktopbackground {
      height: 260px; } }

.Explorer #tier3header .row {
  height: 260px; }

/*------------------SITE CSS----------------------*/
body {
  color: #4a4a4a;
  font-size: 14px;
  font-family: "RheemSansRoman", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  background: #868686;
  /* Old browsers */
  background: -moz-linear-gradient(top, #868686 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #868686 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #868686 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

h1, h2, h3 {
  font-family: 'RheemSansLight';
  color: inherit;
  font-weight: 300;
  margin-bottom: 17px;
  line-height: 1; }
  h1.love, h2.love, h3.love {
    font-family: 'a_love_of_thunder';
    text-transform: uppercase;
    margin-bottom: 10px; }

h1 {
  font-size: 34px;
  margin-top: 0px; }
  @media only screen and (min-width: 992px) {
    h1 {
      font-size: 49px; } }

h2 {
  font-size: 32px; }

h3 {
  font-size: 22px; }

p {
  font-family: "RheemSansRoman", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: inherit;
  font-weight: 300 !important;
  margin-bottom: 20px;
  line-height: 1.5 !important; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

a, p a {
  color: inherit;
  text-decoration: underline; }
  a:hover, p a:hover {
    color: inherit;
    opacity: .8; }
  a.fadebtn, p a.fadebtn {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }

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

button {
  border: none;
  background: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }
  button:hover {
    opacity: .8; }
  button:focus, button:active {
    outline: none; }

@media (min-width: 576px) {
  #jointeam-modal.modal-dialog {
    max-width: 1000px;
    margin: 30px auto; } }
.container .row {
  background-color: #fff; }

button.close {
  float: right;
  background-color: #76232f;
  padding: 5px 15px;
  margin-left: -2px;
  margin-top: 2px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 99;
  font-size: 42px;
  opacity: 1;
  color: #ffffff;
  cursor: pointer; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
  width: auto; }
  .modal-content .modal-body {
    margin: 50px 0; }

.nopad {
  padding: 0; }

.videoholder .videooverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center; }

.videoholder iframe {
  z-index: 0; }

.mainhero {
  text-align: center;
  padding: 30px 20px;
  background: url(images/blacktexture.jpg) no-repeat top center; }

#section1 .row {
  padding: 50px 20px; }
  @media only screen and (min-width: 992px) {
    #section1 .row {
      padding: 50px 40px; } }

#section2 .row {
  padding: 50px 20px;
  background-image: url(images/lighttexture.jpg);
  background-size: cover; }

#section3 .row {
  padding: 50px 20px; }

#section5 .row {
  padding-top: 20px; }
#section5 img {
  margin-bottom: 20px;
  display: block; }
  @media only screen and (min-width: 992px) {
    #section5 img {
      margin-bottom: 0px; } }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
  max-width: 460px;
  max-height: 200px;
  display: block;
  margin: 0 auto 10px auto;
  color: #777b7f;
  font-size: 14px;
  border: solid 1px #fff;
  line-height: 50px;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fbfbfb;
  -moz-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.35); }
  input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="password"]:hover,
  input[type="password"]:focus,
  input[type="password"]:active,
  textarea:hover,
  textarea:focus,
  textarea:active {
    outline: none; }

label {
  font-weight: 400;
  text-transform: uppercase; }

select {
  border: 0;
  height: 52px;
  margin-bottom: 30px;
  font-size: 16px;
  width: 100%; }

input[type='checkbox'], input[type='radio'] {
  margin: 0 20px 0 5px; }

.btn-primary, .ban-primary {
  width: 100%;
  border: none;
  border-radius: 10px;
  margin-bottom: 0px;
  text-align: center;
  letter-spacing: .1px;
  min-width: 190px;
  display: block;
  color: #fff;
  font-family: "RheemSansRoman", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  line-height: 50px;
  padding: 0 30px;
  box-sizing: border-box;
  background-color: #76232f; }
  .btn-primary:hover, .ban-primary:hover {
    color: #fff;
    font-weight: 300;
    background-color: #e60032;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3MDAzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MzMDAyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #e70033 0%, #c3002b 100%);
    background-image: -o-linear-gradient(bottom, #e70033 0%, #c3002b 100%);
    background-image: -webkit-linear-gradient(bottom, #e70033 0%, #c3002b 100%);
    background-image: linear-gradient(bottom, #e70033 0%, #c3002b 100%); }
  .btn-primary.smaller, .ban-primary.smaller {
    font-size: 15px; }
  @media only screen and (min-width: 992px) {
    .btn-primary, .ban-primary {
      display: inline-block;
      width: auto; } }

#footer .copyright {
  padding: 20px;
  text-align: center;
  color: #fff;
  background: url(images/blacktexture.jpg) no-repeat center center; }
#footer img {
  display: block;
  margin: 0 auto;
  min-width: 100%;
  height: auto; }
