@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900");
@font-face {
  font-family: loveFont;
  src: url("https://s3.amazonaws.com/rmc-cdn/site/ruuddotcom/resources/plumber-lp/font/ALoveofThunder.ttf"); }
h1 {
  font-family: loveFont; }

h2 {
  color: inherit;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 30px; }
  h2 span {
    font-family: loveFont; }

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

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

body {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 1.8; }

.btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #5bc2e7;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease; }
  .btn-primary:hover {
    background-color: #f1c400;
    border-color: #f1c400; }

.panel {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none; }

.top-visual .text-block {
  background-image: url("./images/background.jpg");
  background-repeat: no-repeat;
  background-position: 85% 0;
  background-size: cover; }
  .top-visual .text-block .scrolldown {
    position: absolute;
    bottom: 50px;
    left: 50%;
    display: block;
    width: 50px;
    height: 40px;
    margin-left: -25px;
    z-index: 5;
    font-weight: bold;
    font-size: 60px;
    color: #fff;
    text-align: center; }
.top-visual .herocontent {
  text-align: center;
  padding: 75px 0 100px; }
  .top-visual .herocontent h1 {
    width: 100%;
    line-height: 1.1;
    font-size: 56px;
    margin: 40px 0 25px;
    color: #fff; }
  .top-visual .herocontent p {
    color: #fff;
    margin-bottom: 40px; }

#nextgen {
  padding-top: 70px;
  background: url(./images/brownback.jpg) no-repeat center center;
  background-size: cover;
  color: #fff; }
  #nextgen p {
    padding-bottom: 45px; }
  #nextgen .mobilenote {
    display: block;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase; }
    #nextgen .mobilenote sup {
      font-family: 'Roboto', sans-serif; }
  #nextgen ul.carouselnav {
    padding: 0;
    margin: 0;
    display: none;
    width: 100%; }
    #nextgen ul.carouselnav li {
      display: table-cell;
      table-layout: auto;
      border: 1px solid #fff;
      text-align: center;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 1;
      padding: 15px 30px;
      background-color: transparent;
      color: #fff;
      -webkit-transition: all 400ms ease;
      -moz-transition: all 400ms ease;
      transition: all 400ms ease;
      cursor: pointer; }
      #nextgen ul.carouselnav li:first-child {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px; }
      #nextgen ul.carouselnav li:last-child {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px; }
      #nextgen ul.carouselnav li.active, #nextgen ul.carouselnav li:hover {
        background-color: #fff;
        color: #6e4c1e; }
    @media only screen and (min-width: 992px) {
      #nextgen ul.carouselnav {
        display: table;
        line-height: 40px; } }
  #nextgen .slide {
    min-height: 460px;
    padding-top: 0;
    margin-bottom: -5px;
    text-align: center; }
    #nextgen .slide img {
      display: block;
      margin: 20px auto 0; }
    #nextgen .slide .col-md-7 {
      padding-top: 20px;
      line-height: 1.6;
      padding-left: 30px;
      padding-right: 30px; }
    #nextgen .slide .mobilenote {
      font-size: 30px;
      margin-bottom: 10px;
      font-family: loveFont; }
    @media only screen and (min-width: 768px) {
      #nextgen .slide {
        padding-top: 60px;
        text-align: left; }
        #nextgen .slide img {
          margin: 0 auto; } }
  #nextgen .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none; }
    #nextgen .owl-nav > div {
      width: auto;
      border: none;
      text-indent: 0;
      font-size: 13px;
      font-family: 'Roboto', sans-serif;
      color: #fff;
      text-transform: uppercase;
      cursor: pointer;
      display: inline-block !important;
      position: relative;
      font-weight: bold; }
      #nextgen .owl-nav > div.disabled {
        color: #ccc;
        cursor: default; }
      #nextgen .owl-nav > div.owl-prev {
        left: 20%; }
        #nextgen .owl-nav > div.owl-prev:before {
          content: '\f104';
          font-family: 'FontAwesome';
          font-size: 15px;
          margin-right: 5px; }
      #nextgen .owl-nav > div.owl-next {
        left: 40%; }
        #nextgen .owl-nav > div.owl-next:after {
          content: '\f105';
          font-family: 'FontAwesome';
          font-size: 15px;
          margin-left: 5px; }
    @media only screen and (min-width: 992px) {
      #nextgen .owl-nav {
        display: block;
        bottom: 80px; }
        #nextgen .owl-nav > div.owl-prev {
          left: 0; }
        #nextgen .owl-nav > div.owl-next {
          left: 10px; } }
  @media only screen and (min-width: 992px) {
    #nextgen {
      padding-top: 100px; }
      #nextgen p {
        padding-bottom: 90px; }
      #nextgen .mobilenote {
        display: none; } }

#quoterow {
  padding: 50px 0px; }
  #quoterow .quotecontent {
    text-align: center;
    padding-top: 50px;
    color: #795a30; }
    #quoterow .quotecontent h2 {
      font-size: 22px;
      color: inherit;
      text-transform: none; }
    #quoterow .quotecontent .cite {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.2; }
      #quoterow .quotecontent .cite span {
        display: block;
        font-weight: normal; }
  @media (min-width: 990px) {
    #quoterow .quotecontent {
      text-align: left; } }

#environment {
  padding: 70px 0 180px;
  background-image: url(./images/environmentBack.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  #environment .sectionhead {
    position: relative;
    padding: 0 50px 50px 50px;
    text-align: center; }
    #environment .sectionhead h2 {
      margin-bottom: 16px; }
      #environment .sectionhead h2 span {
        color: #827a04; }
    #environment .sectionhead .bolt {
      position: absolute;
      top: -20px;
      background: url("./images/bolt.png") no-repeat right top;
      width: 90px;
      height: 90px;
      display: block; }
      #environment .sectionhead .bolt.left {
        left: -20px; }
      #environment .sectionhead .bolt.right {
        right: 0; }
  #environment .gridrow > div:nth-child(odd) {
    text-align: right; }
    #environment .gridrow > div:nth-child(odd) .panel .overlay {
      left: -100%; }
      @media only screen and (min-width: 992px) {
        #environment .gridrow > div:nth-child(odd) .panel .overlay {
          left: 0; } }
  #environment .gridrow .panelholder {
    display: inline-block;
    position: relative;
    width: 50%; }
  @media only screen and (min-width: 992px) {
    #environment .gridrow > div:nth-child(odd) {
      text-align: center; }
    #environment .gridrow .panelholder {
      display: block;
      width: 100%; } }
  #environment .panel {
    border: none;
    background-color: #dbdbdb;
    border-radius: 0;
    height: 410px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 15px 0; }
    #environment .panel h3 {
      z-index: 2;
      font-size: 22px;
      position: absolute;
      bottom: -6px;
      left: 0;
      color: #fff;
      background-color: #5bc2e7;
      padding: 40px 5%;
      text-transform: none;
      text-align: center;
      width: 100%;
      display: none;
      line-height: 1.2;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      transition: all 500ms ease; }
      @media only screen and (min-width: 992px) {
        #environment .panel h3 {
          display: block; } }
    #environment .panel .imagewrapper {
      position: relative;
      z-index: 0;
      padding: 0 20px; }
      #environment .panel .imagewrapper.flood {
        padding: 0;
        max-height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0px;
        width: 100%; }
        #environment .panel .imagewrapper.flood img {
          width: auto;
          height: 100%;
          max-width: none; }
    #environment .panel .overlay {
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      height: 100%;
      color: #fff;
      padding: 0 5%;
      background-color: #5bc2e7; }
      #environment .panel .overlay h3 {
        display: block;
        position: relative;
        top: -10px;
        color: inherit;
        line-height: 1.2;
        padding: 0;
        font-size: 18px; }
        #environment .panel .overlay h3 br {
          display: none; }
      #environment .panel .overlay p {
        margin-top: 0px;
        line-height: 1.5;
        font-size: 14px; }
      #environment .panel .overlay a {
        margin-top: 30px;
        background-color: #fff;
        border-color: #fff;
        color: #5bc2e7;
        display: inline-block;
        vertical-align: top;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 16px;
        min-width: 140px;
        padding: 12px 10px;
        border-radius: 6px;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        transition: all 400ms ease; }
        #environment .panel .overlay a:hover {
          background-color: #f1c400;
          border-color: #f1c400; }
      @media only screen and (min-width: 992px) {
        #environment .panel .overlay {
          -webkit-transition: all 500ms ease;
          -moz-transition: all 500ms ease;
          transition: all 500ms ease;
          top: 100%; }
          #environment .panel .overlay h3 {
            display: none; }
          #environment .panel .overlay p {
            margin-top: 80px; } }
    @media only screen and (min-width: 992px) {
      #environment .panel {
        height: 550px;
        overflow: hidden; }
        #environment .panel .imagewrapper {
          margin-top: -30%; }
        #environment .panel .overlay {
          left: 0; }
        #environment .panel:hover h3 {
          bottom: 130px;
          color: #fff; } }
    @media only screen and (min-width: 992px) and (min-width: 992px) {
      #environment .panel:hover h3 {
        bottom: 290px;
        background-color: transparent; } }
    @media only screen and (min-width: 992px) {
        #environment .panel:hover .overlay {
          top: 0; } }
  @media only screen and (min-width: 992px) {
    #environment {
      padding: 100px 0;
      background-image: url(images/environmentBackLg.jpg);
      background-position: bottom center;
      background-size: 100% auto; }
      #environment .sectionhead h2 {
        margin-bottom: 30px; } }

#commitment {
  background: url(./images/darkbrownback.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 70px 0; }
  #commitment .btn-primary {
    margin-top: 50px;
    color: #6e4c1e; }
  @media only screen and (min-width: 992px) {
    #commitment {
      padding: 120px 0; } }

@media (min-width: 576px) {
  .container {
    width: 540px; } }
@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 990px) {
  .container {
    width: 960px; } }
@media (min-width: 1200px) {
  .container {
    width: 1140px; } }
