body {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.68)), url('../images/outlets.png');
  background-image: linear-gradient(rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.68)), url('../images/outlets.png');
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family:'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.button {
  position: relative;
  z-index: 4;
  display: inline-block;
  padding: 10px 23px;
  background-color: white;
  -webkit-transition: all 75ms linear;
  transition: all 75ms linear;
  font-family: Montserrat, sans-serif;
  color: black;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.button.red {
  background-color: red;
  background-image: -webkit-linear-gradient(#ff010b, #a60006);
  background-image: linear-gradient(#ff010b, #a60006);
  color: white;
}
.button.red.topmargin {
  margin-top: 10px;
}
.button.sectioncta {
  margin-top: 16px;
  border: 3px solid white;
  background-color: transparent;
  -webkit-transition: all 75ms linear;
  transition: all 75ms linear;
  color: white;
}
.button.sectioncta:hover {
  color: white;
}
.button.sectioncta.hp-slide {
  margin-top: 0px;
}
.navbar {
  padding-bottom: 15px;
  border-top: 2px none #d1d1d1;
  border-bottom: 7px solid #0865cf;
  background-color: white;
  box-shadow: black 0px 1px 2px 0px;
}
.navlink {
  padding: 10px;
}
.navlink:hover {
  background-color: #0f0b52;
  color: white;
}
.navlink.w--current {
  background-color: #0f0b52;
  color: white;
}
.brand {
  position: absolute;
  left: 40px;
  top: -69px;
  z-index: 2;
  display: inline-block;
  padding: 0px;
  float: none;
  background-color: white;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #0f0b52;
  font-size: 17px;
  font-weight: 700;
}
.navmenu {
  display: inline-block;
  float: right;
  font-family:'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.section {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  font-size: 13px;
}
.section.slider {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.section.white {
  margin-top: 15px;
  background-color: white;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.section.white.locations {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.section.commercial {
  height: 400px;
  background-image: url('../images/commercial-building_1.jpg'), -webkit-linear-gradient(rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.68)), url('../images/outlets.png');
  background-image: url('../images/commercial-building_1.jpg'), linear-gradient(rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.68)), url('../images/outlets.png');
  background-size: cover, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: fixed, scroll, scroll;
}
.section.cta {
  height: 300px;
  padding-top: 64px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/commercial-building_1.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/commercial-building_1.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  font-family: Montserrat, sans-serif;
  text-align: center;
}
.section.center {
  text-align: center;
}
.section.contact {
  padding-bottom: 0px;
}
.container.center {
  text-align: center;
}
.container.centersliderheader {
  margin-top: 10%;
  text-align: center;
}
.container.centersliderheader.doublelinetext {
  margin-top: 8%;
}
.slider.hp {
  height: 500px;
}
.slider-cta-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding: 15px;
  background-color: rgba(15, 11, 82, 0.84);
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 26px;
  font-weight: 400;
}
.slider-cta-bottom.contactpg {
  position: static;
  margin-top: 15px;
}
.slide-hp-1 {
  background-image: url('../images/plumber-sink.jpg');
  background-position: 0% 52%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-cta-text {
  margin-top: 255px;
  padding: 11px 35px 11px 11px;
  float: left;
  border-top-right-radius: 69px;
  border-bottom-right-radius: 69px;
  background-color: rgba(255, 1, 11, 0.86);
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-align: left;
}
.nav-bottom {
  margin-bottom: 10px;
}
.nav-sub {
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  background-color: white;
  text-align: right;
}
.nav-phone {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px 5px;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
}
.plumbingpipe {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  float: right;
}
.plumbingpipe.contactpg {
  position: static;
  bottom: 59px;
  margin-top: -176px;
  margin-right: -16px;
}
.cta-hp-holder {
  display: inline-block;
  width: 228px;
  text-align: center;
  text-decoration: none;
}
.cta-hp-holder.contactpg {
  width: auto;
}
.slider-cta-bottomtext {
  position: relative;
  z-index: 4;
  display: inline-block;
  margin-right: 48px;
  margin-bottom: 12px;
  font-size: 21px;
}
.nav-locationholder {
  display: block;
  text-decoration: none;
}
.locationlink {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #919191;
  color: white;
  font-size: 11px;
  text-decoration: none;
}
.locationlink.last {
  margin-right: 0px;
  border-right-style: none;
}
.topboxcta {
  display: inline-block;
  padding: 6px;
  background-color: #094969;
  text-align: center;
}
.column.nopadding {
  padding-right: 0px;
  padding-left: 0px;
}
.column.rightalign {
  text-align: right;
}
.column.blue {
  background-color: #0f0b52;
  color: white;
}
.brandtext {
  margin-top: 42px;
  float: none;
}
.brandimage {
  float: left;
}
.cta-hp-holder-top {
  margin-bottom: 15px;
  -webkit-transition: all 75ms linear;
  transition: all 75ms linear;
}
.cta-hp-holder-top:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.cta-hp-holder-bottom {
  display: block;
  width: 228px;
  height: 139px;
  padding: 16px 3px;
  border: 1px solid #c2c2c2;
  color: #333;
}
.cta-hp-holder-bottom.contactpg {
  width: 70%;
  height: auto;
}
.emphasize {
  font-family:'Great Vibes', cursive;
  font-size: 44px;
}
.form-schedule {
  padding: 15px;
  border: 3px solid #0f0b52;
  box-shadow: black 1px 1px 3px 0px;
  font-family:'Open Sans', sans-serif;
}
.form-schedule.topmargin {
  margin-top: 20px;
  background-color: white;
}
.form-schedule.topmargin.sidebar {
  width: 300px;
  border-color: #094969;
  -webkit-transition: all 75ms linear;
  transition: all 75ms linear;
}
.form-schedule.topmargin.sidebar:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.textfield {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 18px;
}
.textfield:hover {
  border: 1px solid #0f0b52;
  box-shadow: #151070 0px 0px 6px 0px;
}
.textfield:active {
  border-color: #ff010b;
  box-shadow: #ff0008 0px 0px 6px 0px;
}
.footer {
  margin-top: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  float: none;
  border-top: 3px solid black;
  background-color: white;
}
.formtitle {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.submitbutton {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #094969;
  -webkit-transition: all 75ms linear;
  transition: all 75ms linear;
  font-size: 16px;
  text-transform: uppercase;
}
.submitbutton:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.submitbutton.bottom-margin {
  margin-bottom: 9px;
}
.navbottom-link {
  margin-right: 10px;
  padding-right: 5px;
  border-right: 1px solid #b3adad;
  font-family:'Open Sans', sans-serif;
  color: #7a7a7a;
  font-size: 15px;
  text-decoration: none;
}
.navbottom-link.last {
  margin-right: 0px;
  padding-right: 0px;
  border-right-style: none;
}
.cta-hptitle {
  font-size: 17px;
  font-weight: 700;
}
.link {
  color: #ff010b;
  text-decoration: none;
}
.link:hover {
  color: #094969;
}
.link.cta-hp {
  color: #0f0b52;
  text-decoration: none;
}
.link.bold {
  font-weight: 700;
}
.link.white {
  color: white;
}
.floatcta {
  position: fixed;
  top: 40%;
  right: 0px;
  z-index: 10;
  display: inline-block;
  width: 82px;
  text-align: center;
}
.floatcta-insidebox.call {
  margin-bottom: 5px;
  text-decoration: none;
}
.callnowfloatertext {
  position: absolute;
  top: -18px;
  right: 1px;
  width: 79px;
  font-family:'Open Sans', sans-serif;
  color: #0f0b52;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.copy {
  display: inline-block;
  color: #7a7a7a;
  font-size: 11px;
}
._904img {
  margin-top: -1px;
}
._904text {
  display: inline-block;
  margin-top: 6px;
  margin-right: auto;
  float: none;
  color: #948f8f;
  font-size: 16px;
}
._904text.nomargin {
  margin-right: 0px;
}
._904box {
  margin-top: -7px;
  float: right;
}
.copyholder {
  margin-top: 12px;
  color: #a3a3a3;
  font-size: 12px;
}
.grey {
  color: #7a7a7a;
}
.bluetext {
  color: #094969;
}
.slide-thumbsupplumber {
  background-image: url('../images/thumbsup-plumber.jpg');
  background-position: 0% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}
.sliderheader {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: white;
  font-size: 47px;
  line-height: 47px;
  text-shadow: black 1px 1px 6px;
}
.slide-propanetanks {
  background-image: url('../images/propane-fitting.jpg');
  background-position: 50% 37%;
}
.cta-sidebarbox {
  width: 300px;
  height: 87px;
  padding: 11px;
  border: 3px solid #0f0b52;
  box-shadow: black 1px 1px 3px 0px;
  -webkit-transition: all 75ms linear;
  transition: all 75ms linear;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: white;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: black 3px 3px 6px;
}
.cta-sidebarbox:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.cta-sidebarbox.residential {
  border-color: #094969;
  background-image: url('../images/house-framing-sidebar.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta-sidebarbox.commercial {
  border-color: #094969;
  background-image: url('../images/commercial-building-sidebar.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta-sidebarbox-div {
  display: inline-block;
  margin-top: 24px;
  float: right;
}
.cta-sidebarbox-textemphasized {
  font-size: 23px;
  line-height: 21px;
}
.div.center {
  text-align: center;
}
.div.centersweetness {
  text-align: center;
}
.text-final-cta {
  display: block;
  margin-top: 10px;
  padding: 4px;
  border: 2px solid #f2f2f2;
  text-align: center;
}
.text-final-cta:hover {
  color: #094969;
}
.h2white {
  color: white;
}
.subtext {
  color: white;
  font-size: 17px;
}
.listitem {
  margin-bottom: 10px;
}
.dropdownlist.w--open {
  display: block;
  padding: 20px;
  background-color: white;
}
.dropdownlink {
  -webkit-transition: all 75ms ease-in;
  transition: all 75ms ease-in;
  text-decoration: none;
}
.dropdownlink:hover {
  background-color: #0f0b52;
  color: white;
}
.dropdownlink.bottomborder {
  border-bottom: 1px solid #c7c7c7;
}
.slide-houseframe {
  background-image: url('../images/house-framing.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-commercial {
  background-image: url('../images/commercial-building_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-propaneforklift {
  background-image: url('../images/propane-tanks-forklift.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.list {
  font-family:'Open Sans', sans-serif;
  font-weight: 600;
  text-align: left;
}
.row.topmargin {
  margin-top: 15px;
}
.row.services {
  padding: 15px;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.81), rgba(255, 255, 255, 0.58)), url('../images/outlets.png');
  background-image: linear-gradient(rgba(255, 255, 255, 0.81), rgba(255, 255, 255, 0.58)), url('../images/outlets.png');
}
.row.portfolio {
  margin-bottom: 20px;
}
.verticalpipeholder {
  display: block;
}
.verticalpipeholder.negmargin {
  margin-top: -2px;
}
.slide-tools {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.70)), url('../images/Comp_45063880.jpg');
  background-image: linear-gradient(rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.70)), url('../images/Comp_45063880.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.div-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 228px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 2px solid black;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}
.brandimage-footer {
  margin-bottom: 10px;
}
.slide-happyplumber {
  background-image: url('../images/happy-plumber.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.form-newhire {
  margin-top: 15px;
}
.stateoutline {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.div-highlightbox {
  position: relative;
  z-index: 1;
  display: block;
  width: 227px;
  height: 137px;
  margin-top: -138px;
  background-color: rgba(255, 1, 11, 0.90);
}
.div-highlightboxtext {
  display: inline-block;
  margin-top: 38px;
  padding: 10px;
  border: 4px solid white;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 700;
}
.slide-sanitarytools {
  background-image: url('../images/sanitary-tools.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.membershipholder {
  margin-top: 20px;
  margin-bottom: 20px;
}
.slide-aulegendsrv {
  background-image: url('../images/outlets.png'), url('../images/AULEG-Gate-Photo.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}
.portfolioholder {
  text-align: center;
}
.portfolioholdercredit {
  position: relative;
  z-index: 1;
  display: block;
  width: 200px;
  height: 59px;
  margin-top: -40px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  background-color: rgba(15, 11, 82, 0.84);
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.lightboxlink {
  width: 200px;
  height: 155px;
}
.portfolioholdercredit-url {
  font-size: 10px;
}
.slide-thehangouttower {
  background-image: url('../images/outlets.png'), url('../images/Hangout-Tower.jpg');
  background-position: 0% 0%, 50% 65%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.slide-hp-2 {
  padding-top: 10%;
  background-image: url('../images/client-portfolio.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-hptextholder {
  width: 469px;
  padding: 15px;
  background-color: rgba(9, 73, 105, 0.88);
  box-shadow: none;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 15px;
  line-height: 26px;
}
.slide-hptextholder.center {
  box-shadow: none;
}
.slide-hptextholder.centerapplied {
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: none;
}
.slide-hptextholder.small {
  width: 348px;
  box-shadow: none;
  text-align: right;
}
.slide-hptextholder.small.floatright {
  float: right;
  box-shadow: none;
}
.bulletpointslidetext {
  font-size: 16px;
}
.slide-hp-3 {
  padding-top: 50px;
  background-image: url('../images/commercial-building.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
html.w-mod-js *[data-ix="load-hide"] {
  display: none;
}
html.w-mod-js *[data-ix="scroll-fly-left"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}
html.w-mod-js *[data-ix="load-cascade-down"] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
@media (max-width: 991px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 25px;
  }
  .button.sectioncta.hp-slide {
    margin-top: 16px;
    font-size: 15px;
  }
  .navlink {
    font-size: 12px;
  }
  .section.cta {
    background-position: 0% 0%, 50% 50%;
  }
  .plumbingpipe {
    width: 173px;
  }
  .plumbingpipe.contactpg {
    margin-top: -135px;
  }
  .cta-hp-holder {
    width: auto;
  }
  .slider-cta-bottomtext {
    font-size: 24px;
  }
  .cta-hp-holder-bottom {
    width: 166px;
  }
  .form-schedule.topmargin.sidebar {
    width: auto;
  }
  .textfield {
    font-size: 15px;
  }
  .formtitle {
    font-size: 18px;
  }
  .navbottom-link {
    font-size: 12px;
  }
  ._904text {
    margin-top: 6px;
    font-size: 12px;
  }
  .copyholder {
    font-size: 10px;
  }
  .text-final-cta {
    font-size: 12px;
  }
  .row.center {
    text-align: center;
  }
  .stateoutline {
    width: 100px;
  }
  .div-highlightbox {
    display: block;
    width: 165px;
    height: 137px;
  }
  .div-highlightboxtext {
    padding: 5px;
    font-size: 9px;
  }
  .portfolioholdercredit {
    width: 170px;
    font-size: 11px;
  }
  .lightboxlink {
    width: 170px;
  }
  .portfolioholdercredit-url {
    font-size: 9px;
  }
  .slide-hp-2 {
    background-position: 100% 0px;
  }
  .slide-hptextholder {
    box-shadow: none;
    font-size: 14px;
  }
  .slide-hptextholder.small {
    width: 319px;
    box-shadow: none;
  }
  .slide-hptextholder.small.floatright {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .navlink {
    font-size: 14px;
  }
  .navmenu {
    padding-bottom: 15px;
    background-color: white;
    background-image: url('../images/outlets.png');
  }
  .section.cta {
    background-position: 0% 0%, 100% 50%;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cta-hp-holder.contactpg {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .slider-cta-bottomtext {
    font-size: 18px;
  }
  .column {
    text-align: center;
  }
  .cta-hp-holder-bottom {
    margin-right: auto;
    margin-left: auto;
  }
  .text-final-cta {
    font-size: 13px;
  }
  .subtext {
    font-size: 16px;
  }
  .div-highlightbox {
    display: block;
  }
  .membershipholder {
    text-align: center;
  }
  .membershiplink {
    width: 216px;
    margin-bottom: 20px;
  }
  .slide-aulegendsrv {
    background-position: 0% 0%, 50% 50%;
  }
  .portfolioholder {
    margin-bottom: 7px;
  }
  .slide-hp-2 {
    background-position: -112px 50%;
  }
  .slide-hptextholder.small.floatright {
    box-shadow: none;
  }
  .slide-hp-3 {
    padding-top: 0px;
  }
  .brand-mobilenav.w--current {
    display: inline-block;
    float: none;
  }
  .divbrandholder {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .callnavcta {
    margin-top: 15px;
  }
}
@media (max-width: 479px) {
  .button.red {
    font-size: 11px;
  }
  .button.sectioncta {
    font-size: 11px;
  }
  .button.sectioncta.hp-slide {
    padding: 3px 12px;
    font-size: 9px;
  }
  .navbar {
    padding-bottom: 0px;
  }
  .brand.w--current {
    left: 0px;
    top: -53px;
    width: 79px;
  }
  .slider.hp {
    height: 400px;
  }
  .slide-hp-1 {
    background-position: 26% 50%;
  }
  .nav-sub {
    padding-bottom: 0px;
  }
  .slider-cta-bottomtext {
    font-size: 16px;
  }
  .brandtext {
    font-size: 8px;
  }
  .brandtext.mobilenavheader {
    margin-top: -4px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    color: #0f0b52;
    font-size: 10px;
    font-weight: 700;
  }
  .slide-thumbsupplumber {
    background-position: 50% 50%;
  }
  .sliderheader {
    font-size: 26px;
  }
  .subtext {
    font-size: 13px;
  }
  .slide-happyplumber {
    background-position: 100% 50%;
  }
  .slide-aulegendsrv {
    background-position: 0% 0%, 100% 0px;
  }
  .slide-hp-2 {
    background-position: 50% 50%;
  }
  .slide-hptextholder {
    width: auto;
    box-shadow: none;
    font-size: 10px;
  }
  .slide-hptextholder.small {
    box-shadow: none;
    font-size: 10px;
  }
  .slide-hptextholder.small.floatright {
    box-shadow: none;
  }
  .brandmobilenavheader {
    float: left;
    text-decoration: none;
  }
}

