.primary-font {
  font-family: 'Lato', Arial, Helvetica, sans-serif; }

.secondary-font {
  font-family: 'Lato', Arial, Helvetica, sans-serif; }

.tertiary-font {
  font-family: 'Lato', Arial, Helvetica, sans-serif; }

.quaternary-font {
  font-family: 'Lato', Arial, Helvetica, sans-serif; }

/* --------------------------------
xBackground
-------------------------------- */
html {
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  text-align: center;
  overflow: hidden; }

html,
body,
button,
input,
select,
textarea {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  color: #2f3742;
  -webkit-tap-highlight-color: transparent; }

img,
video,
object {
  display: block;
  max-width: 100%;
  height: auto; }

h1 {
  color: #2f3742;
  font-size: 45px;
  text-transform: uppercase;
  padding-bottom: 75px; }

h2 {
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase; }

p {
  line-height: 1.5; }

section {
  padding-top: 80px;
  clear: both; }

a[href^="tel:"],
a {
  color: #f7941d; }

/* --------------------------------
Header
-------------------------------- */
.header {
  position: fixed;
  top: 0;
  width: calc(100% - 68px);
  padding: 0 34px;
  background: rgba(47, 55, 66, 0.9);
  z-index: 999; }
  .header h1 {
    margin: 0;
    padding-bottom: 0; }
    .header h1 a {
      margin-top: 16px;
      margin-bottom: 16px; }

.header-title {
  float: left;
  height: 55px;
  width: 101px;
  display: block;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../images/logo@2x.png);
  background-repeat: no-repeat;
  background-size: cover; }

.header-nav {
  float: right; }

.header-nav-list {
  list-style-type: none; }
  .header-nav-list li {
    float: left;
    padding: 32px 20px;
    height: 23px; }
    .header-nav-list li a {
      text-transform: uppercase;
      text-align: center;
      text-decoration: none;
      font-weight: 400;
      font-size: 16px;
      color: #e6e7e8;
      float: right;
      background-color: transparent;
      border: none;
      outline: none; }
      .header-nav-list li a:hover {
        font-weight: 700; }
    .header-nav-list li button {
      float: right;
      font-size: 24px;
      background-color: transparent;
      border: none;
      outline: none;
      color: white; }
    .header-nav-list li.active a {
      font-weight: 900;
      color: white; }
      .header-nav-list li.active a:after {
        display: block;
        content: "";
        width: 27px;
        height: 23px;
        background: transparent url(../images/bolt@2x.png) no-repeat;
        float: left;
        padding-right: 7px; }
    .header-nav-list li.icon {
      display: none; }
    .header-nav-list li.contact-li {
      background-color: #f7941d; }

@media screen and (max-width: 960px) {
  .header-nav-list li {
    display: none;
    padding: 20px 10px; }
    .header-nav-list li.icon {
      float: right;
      display: inline-block;
      background-color: transparent;
      border: none; }
    .header-nav-list li.contact-li {
      background-color: transparent; }
  .header-nav-list.responsive {
    position: relative; }
    .header-nav-list.responsive li {
      float: none;
      display: block;
      border-bottom: 1px solid grey; }
      .header-nav-list.responsive li a {
        display: block;
        text-align: left; }
      .header-nav-list.responsive li.icon {
        background-color: transparent;
        border: none; } }
/* --------------------------------
Section One - Community Hexagons
-------------------------------- */
.section-1 {
  background-color: white;
  padding-bottom: 50px;
  padding-top: 150px; }
  .section-1 h1 {
    padding-bottom: 25px; }
    .section-1 h1 .h1-span {
      color: #f7941d;
      font-weight: 900; }
    .section-1 h1 .h1-span2 {
      font-size: 20px;
      font-weight: 200; }
  .section-1 p {
    font-size: 20px;
    color: #445060;
    max-width: 650px;
    margin: auto;
    font-weight: 100;
    padding: 10px 0 40px;
    line-height: 1.25; }
    .section-1 p a {
      text-decoration: none; }

.container {
  position: relative;
  margin: 0 auto;
  width: 1120px; }

.list-hex {
  padding-top: 55px;
  padding-bottom: 55px;
  font-size: 0;
  word-spacing: 0;
  overflow: hidden; }

.hex:hover > .hex-content h2,
.hex.active > .hex-content h2 {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
.hex:hover > .hex-content .after,
.hex.active > .hex-content .after {
  background: #6f747c !important;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease; }
.hex:hover > .hex-content img,
.hex.active > .hex-content img {
  opacity: 0.35;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }

.hex-orange:hover > .hex-content .after,
.hex-orange.active > .hex-content .after {
  background: #c16c07 !important;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }

.hex {
  margin: 37px 10px;
  position: relative;
  max-width: 100%;
  width: 190px;
  display: inline-block;
  vertical-align: middle;
  float: none;
  z-index: 10; }

.hex-content {
  height: 110px;
  font-size: 18px;
  word-spacing: 1px;
  background: #F5F5F5 no-repeat 50% 50%;
  -moz-background-size: auto 220px;
  -o-background-size: auto 220px;
  -webkit-background-size: auto 220px;
  background-size: auto 220px;
  text-align: center;
  display: block;
  border: none;
  color: white;
  -webkit-backface-visibility: hidden; }
  .hex-content h2 {
    color: white;
    position: absolute;
    width: 100%;
    font-weight: 900;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    z-index: 1;
    top: 60px;
    font-size: 18px; }
    .hex-content h2.sign-text {
      top: 100px; }
  .hex-content .inner {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    color: white !important;
    text-transform: uppercase; }
    .hex-content .inner img {
      display: inline-block;
      vertical-align: middle;
      width: 133px; }
  .hex-content .hex-1,
  .hex-content .hex-2 {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -2;
    top: 0;
    left: 0;
    overflow: hidden;
    background: inherit;
    -webkit-backface-visibility: hidden; }
    .hex-content .hex-1:before, .hex-content .hex-1.after,
    .hex-content .hex-2:before,
    .hex-content .hex-2.after {
      z-index: -1; }
    .hex-content .hex-1:before,
    .hex-content .hex-2:before {
      content: '';
      position: absolute;
      background: inherit;
      left: 0;
      background: inherit;
      height: 220px;
      width: 220px; }
  .hex-content .hex-1 {
    z-index: -1;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
    .hex-content .hex-1:before {
      -moz-transform: rotate(-60deg) translate(-110px, 0);
      -ms-transform: rotate(-60deg) translate(-110px, 0);
      -webkit-transform: rotate(-60deg) translate(-110px, 0);
      transform: rotate(-60deg) translate(-110px, 0);
      -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0; }
  .hex-content .hex-2 {
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg); }
    .hex-content .hex-2:before {
      bottom: 0;
      -moz-transform: rotate(60deg) translate(40px, 40px);
      -ms-transform: rotate(60deg) translate(40px, 40px);
      -webkit-transform: rotate(60deg) translate(40px, 40px);
      transform: rotate(60deg) translate(40px, 40px); }

.after {
  -moz-transition: none 1s;
  -o-transition: none 1s;
  -webkit-transition: none 1s;
  transition: none 1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: #e6e7e8; }

.hex-orange > .hex-content {
  background-color: #f7941e; }

.hex-orange .after {
  background-color: #f7941e; }

.hexrow-small,
.placeholder {
  display: none !important; }

.hexrow-wide {
  display: block !important; }

/* --------------------------------
Section Two - Problems
-------------------------------- */
#problems-slideshow {
  position: relative;
  overflow: hidden;
  margin: auto;
  background: url(../images/section2-bkgrd.jpg) right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0; }
  #problems-slideshow:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.5); }
  #problems-slideshow li.last {
    top: -40px; }
    #problems-slideshow li.last h1 {
      font-size: 45px;
      color: #f7941d; }
    #problems-slideshow li.last a {
      font-size: 16px;
      font-weight: 400;
      color: white;
      background: #f7941d;
      padding: 15px;
      outline: none;
      text-decoration: none;
      display: inline-block; }
      #problems-slideshow li.last a:hover {
        background-color: white;
        color: #f7941d; }
  #problems-slideshow h1 {
    font-size: 25px;
    font-weight: 900;
    color: #055091;
    text-transform: uppercase;
    padding-bottom: 0; }
  #problems-slideshow h2 {
    font-size: 25px;
    font-weight: 400;
    color: #2f3742;
    text-transform: none;
    margin-top: 10px; }
  #problems-slideshow ul {
    position: relative;
    list-style: none;
    width: 100%; }
    #problems-slideshow ul li {
      position: relative;
      display: block;
      float: left;
      width: 90%;
      margin: 100px 5%;
      text-align: center; }

a.control_prev,
a.control_next {
  position: absolute;
  top: 50%;
  z-index: 999;
  display: block;
  padding: 0 3%;
  width: auto;
  height: auto;
  color: black;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer; }
  a.control_prev:hover,
  a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease; }

a.control_next {
  right: 0; }

/* --------------------------------
Section Three - Services
-------------------------------- */
#services-anchor {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  z-index: -1;
  top: -70px;
  left: 0;
  visibility: hidden; }

.services {
  padding-bottom: 80px; }

.services-heating,
.services-plumbing {
  width: 50%;
  text-align: left;
  display: table-cell; }
  .services-heating .services-container,
  .services-plumbing .services-container {
    padding-left: 65px;
    padding-bottom: 25px; }
  .services-heating h3,
  .services-plumbing h3 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #055091;
    padding-bottom: 25px; }
    .services-heating h3::before,
    .services-plumbing h3::before {
      content: '';
      position: relative;
      left: -50px;
      top: 30px;
      height: 36px;
      width: 31px;
      display: block;
      background: url(../images/plumbing-service-icon.svg) no-repeat; }
  .services-heating ul.list,
  .services-plumbing ul.list {
    list-style: disc;
    padding-left: 20px;
    color: #f7941d; }
    .services-heating ul.list li,
    .services-plumbing ul.list li {
      padding-bottom: 10px; }
    .services-heating ul.list span,
    .services-plumbing ul.list span {
      color: #2f3742; }
    .services-heating ul.list ul.secondary-list li,
    .services-plumbing ul.list ul.secondary-list li {
      color: #2f3742;
      list-style-image: none;
      list-style-position: outside;
      list-style-type: none;
      padding-left: 0.5em;
      text-indent: -0.75em; }
      .services-heating ul.list ul.secondary-list li::before,
      .services-plumbing ul.list ul.secondary-list li::before {
        content: " - ";
        margin-left: 0; }
    .services-heating ul.list div,
    .services-plumbing ul.list div {
      padding-left: 20px; }

.services-heating h3::before {
  content: '';
  position: relative;
  left: -50px;
  top: 30px;
  height: 36px;
  width: 31px;
  display: block;
  background: url(../images/heating-service-icon.svg) no-repeat; }

.pipe-middle {
  display: table-cell;
  background: url(../images/pipe-gauge.gif) center, url(../images/pipe-top-joint.jpg) top, url(../images/pipe-bottom-joint@2x.jpg) bottom, url(../images/pipe.jpg) center;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat-y;
  padding: 30px;
  background-size: 60px auto; }

.pipe-top {
  background: url(../images/pipe-burst.gif) top center, url(../images/pipe-top-end.jpg) top left, url(../images/pipe-horizontal.jpg) top;
  background-repeat: no-repeat, no-repeat, repeat-x;
  height: 41px;
  background-size: auto 41px; }

.pipe-bottom {
  background: url(../images/pipe-bottom-end.jpg) bottom right, url(../images/pipe-horizontal-bottom.jpg) bottom;
  background-repeat: no-repeat, repeat-x;
  height: 41px;
  background-size: auto 41px; }

/* --------------------------------
Section Four - Certifications
-------------------------------- */
#certifications-anchor {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  z-index: -1;
  top: -70px;
  left: 0;
  visibility: hidden; }

.certifications {
  background-color: #f7f7f7;
  padding-bottom: 75px;
  position: relative;
  overflow: hidden;
  margin: auto;
  background: url(../images/section4-bkgrd.jpg) left;
  background-repeat: no-repeat;
  background-size: cover; }
  .certifications h2 {
    padding-bottom: 25px;
    color: #f7941d; }
  .certifications .certifications-list {
    margin: auto;
    display: block;
    max-width: 1022px;
    width: 100%; }
    .certifications .certifications-list li {
      background-position: 0 0;
      width: 110px;
      height: 110px;
      background-size: 110px 220px;
      float: left;
      display: block;
      margin: 18px; }
      .certifications .certifications-list li:hover, .certifications .certifications-list li.active {
        background-position: 0 -110px; }

.cert1 {
  background-image: url(../images/certification-1.png); }

.cert2 {
  background-image: url(../images/certification-2.png); }

.cert3 {
  background-image: url(../images/certification-3.png); }

.cert4 {
  background-image: url(../images/certification-4.png); }

.cert5 {
  background-image: url(../images/certification-5.png); }

.cert6 {
  background-image: url(../images/certification-6.png); }

.cert7 {
  background-image: url(../images/certification-7.png); }

/* --------------------------------
Section Five - rob
-------------------------------- */
#rob-anchor {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  z-index: -1;
  top: -70px;
  left: 0;
  visibility: hidden; }

.rob {
  background: url(../images/rob-bkgrd.jpg) center;
  padding-bottom: 75px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: top;
  min-height: 500px;
  max-height: 800px;
  position: relative; }

.bio {
  position: absolute;
  bottom: 0;
  width: 100%; }
  .bio .bio-container {
    position: relative;
    margin: 0 auto;
    width: 90%;
    background: rgba(47, 55, 66, 0.9);
    padding: 50px 5%;
    line-height: 1.5;
    color: white; }
    .bio .bio-container p {
      max-width: 900px;
      width: 100%;
      margin: auto;
      color: white; }

/* --------------------------------
Section Six - Crew
-------------------------------- */
#crew-anchor {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  z-index: -1;
  top: -70px;
  left: 0;
  visibility: hidden; }

.crew {
  background-color: #f7f7f7; }
  .crew h1 {
    padding-bottom: 50px; }
  .crew p {
    text-align: center;
    padding-bottom: 50px;
    max-width: 675px;
    margin: auto; }
  .crew .one-third {
    width: 29.33%;
    padding: 2%;
    float: left; }
    .crew .one-third:nth-of-type(3n+4) {
      clear: both; }
    .crew .one-third h2 {
      font-size: 16px;
      font-weight: 900;
      color: #f7941d;
      text-align: left; }
    .crew .one-third p {
      text-align: left;
      padding-bottom: 0; }

.crew-image {
  width: 100%;
  padding-top: 75px; }

/* --------------------------------
Section Seven - Testimonial
-------------------------------- */
#testimonial-anchor {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  z-index: -1;
  top: -70px;
  left: 0;
  visibility: hidden; }

#testimonial {
  position: relative;
  overflow: hidden;
  margin: auto; }
  #testimonial h1 {
    padding-bottom: 10px; }
  #testimonial p {
    font-size: 25px;
    font-weight: 400;
    color: #055091;
    text-transform: none;
    padding-bottom: 0; }
  #testimonial cite {
    font-size: 20px;
    color: #47c7ef;
    text-transform: none;
    margin-top: 20px; }
    #testimonial cite:before {
      content: "- "; }
  #testimonial ul {
    position: relative;
    list-style: none;
    width: 100%; }
    #testimonial ul li {
      position: relative;
      display: block;
      float: left;
      width: 90%;
      margin: 50px 5% 1500px 5%;
      text-align: center; }

/* --------------------------------
Section Eight - Social
-------------------------------- */
#social {
  background-color: #f7f7f7;
  padding-bottom: 80px; }
  #social h2 {
    color: #f7941d; }

.social-icon {
  width: 40px;
  height: 40px;
  margin: auto;
  padding-bottom: 20px; }

.social-icon-button {
  font-size: 16px;
  font-weight: 400;
  color: #2f3742;
  border: solid 1px #f7941d;
  background: none;
  padding: 20px;
  margin-top: 50px;
  outline: none;
  text-decoration: none;
  display: inline-block; }
  .social-icon-button:hover {
    background-color: #f7941d;
    color: white; }

/* --------------------------------
Section Nine - Contact
-------------------------------- */
#contact-anchor {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  z-index: -1;
  top: -70px;
  left: 0;
  visibility: hidden; }

.contact {
  background-color: #2f3742;
  padding-top: 0; }

.contact-form,
.contact-left {
  width: 50%;
  text-align: left;
  display: table-cell; }
  .contact-form .contact-container,
  .contact-left .contact-container {
    padding: 75px;
    overflow: hidden;
    color: white; }
    .contact-form .contact-container a[href^="tel:"],
    .contact-form .contact-container a,
    .contact-left .contact-container a[href^="tel:"],
    .contact-left .contact-container a {
      color: #47c7ef;
      text-decoration: none; }
    .contact-form .contact-container h2,
    .contact-left .contact-container h2 {
      color: #47c7ef; }
    .contact-form .contact-container h4,
    .contact-left .contact-container h4 {
      font-size: 16px;
      font-weight: 900;
      padding-top: 30px; }
    .contact-form .contact-container p,
    .contact-left .contact-container p {
      padding-top: 30px;
      line-height: 1.5; }
    .contact-form .contact-container .contact-info p,
    .contact-left .contact-container .contact-info p {
      color: #47c7ef;
      padding-top: 10px; }
    .contact-form .contact-container .field,
    .contact-left .contact-container .field {
      margin: 20px 0; }
    .contact-form .contact-container label,
    .contact-left .contact-container label {
      display: block;
      margin-top: 20px;
      margin-bottom: 0.5em;
      color: #999999; }
    .contact-form .contact-container input,
    .contact-left .contact-container input {
      padding: 2%;
      font-size: 12px;
      border: 0;
      margin: 0;
      width: 96%; }
    .contact-form .contact-container textarea,
    .contact-left .contact-container textarea {
      height: 100px;
      padding: 2%;
      font-size: 12px;
      border: 0;
      margin: 0;
      width: 96%; }
    .contact-form .contact-container input,
    .contact-form .contact-container textarea,
    .contact-left .contact-container input,
    .contact-left .contact-container textarea {
      background: #e6e7e8; }
      .contact-form .contact-container input:focus,
      .contact-form .contact-container textarea:focus,
      .contact-left .contact-container input:focus,
      .contact-left .contact-container textarea:focus {
        outline: none;
        background: white; }
    .contact-form .contact-container button,
    .contact-left .contact-container button {
      display: inline-block;
      border: none;
      font-size: 0.9rem;
      padding: 0.5rem 0.8em;
      background: #f7941d;
      color: white;
      font-weight: bold;
      margin: 0;
      width: 100%;
      text-align: center; }
    .contact-form .contact-container button:hover,
    .contact-form .contact-container button:focus,
    .contact-left .contact-container button:hover,
    .contact-left .contact-container button:focus {
      opacity: 0.75;
      cursor: pointer; }
    .contact-form .contact-container button:active,
    .contact-left .contact-container button:active {
      opacity: 1; }
    .contact-form .contact-container .success,
    .contact-left .contact-container .success {
      padding: 1em;
      margin-bottom: 0.75rem;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
      color: #6fce72;
      background-color: #dff0d8;
      border: 1px solid #d6e9c6;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
    .contact-form .contact-container .error,
    .contact-left .contact-container .error {
      padding: 1em;
      margin-bottom: 0.75rem;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
      color: #c02929;
      background-color: #f2dede;
      border: 1px solid rgba(185, 74, 72, 0.3);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }

.contact-middle {
  display: table-cell;
  background: url(../images/contact-ducts.gif) center;
  background-repeat: repeat-y;
  padding: 52px;
  background-size: 104px auto; }

/* --------------------------------
Section Elevan - Footer
-------------------------------- */
#footer {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 25px;
  color: #2f3742; }
  #footer blockquote {
    padding-bottom: 50px;
    border-bottom: 1px solid #2f3742;
    color: #f7941d; }
    #footer blockquote p {
      font-weight: bold; }
    #footer blockquote p cite {
      font-weight: 400; }
  #footer .legal {
    text-align: left;
    line-height: 1.5;
    padding-top: 25px;
    font-size: 12px;
    overflow: auto; }
    #footer .legal p {
      padding-top: 10px;
      float: left; }
    #footer .legal .acc-contain {
      float: right;
      padding: 20px 0; }
      #footer .legal .acc-contain a {
        float: left;
        padding-left: 20px; }
  #footer #mni-membership-637009579852137849 {
    /* position: relative; */
    width: 200px;
    background-color: white;
    padding-right: 50px;
    float: right; }
    #footer #mni-membership-637009579852137849 .mn-widget-member-name {
      display: none; }
    #footer #mni-membership-637009579852137849 .mn-widget-member-logo {
      object-fit: cover;
      height: 55px;
      width: 200px; }

.hex-content .inner img.image_full {
  display: inline-block; }
.hex-content .inner img.image_mobile {
  display: none; }

/* --------------------------------
Responsive
-------------------------------- */
@media screen and (max-width: 1180px) {
  .hexrow-wide,
  .hexrow-small,
  .placeholder {
    display: none !important; }

  .hexrow-small {
    display: block !important; }

  .placeholder {
    display: inline-block !important; }

  .container {
    max-width: 960px;
    width: 90%; } }
@media screen and (max-width: 1049px) {
  .contact-form .contact-container {
    padding-left: 50px; }

  .contact-left .contact-container {
    padding-left: 0; } }
@media screen and (max-width: 898px) {
  .header {
    position: fixed;
    top: 0;
    width: calc(100% - 40px);
    padding: 0 20px;
    z-index: 999; }
    .header .header h1 a {
      margin-top: 14px;
      margin-bottom: 14px; }

  .section-1 h1 {
    font-size: 30px; }
    .section-1 h1 .h1-span {
      font-size: 35px; }
    .section-1 h1 .h1-span2 {
      font-size: 19px; }

  .container {
    width: 90%; }

  .hex {
    margin-left: auto;
    margin-right: auto;
    width: 24.5%;
    margin: 0.25%; }
    .hex.hex-mobile-hide {
      display: none; }

  .hexrow-wide,
  .hexrow-small,
  .placeholder {
    display: none !important; }

  .list-hex > br {
    display: none !important; }

  .hex-1,
  .hex-2,
  .hex-1:before,
  .hex-2:before {
    display: none !important; }

  .hex-content {
    padding: 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: visible;
    height: 175px; }
    .hex-content .inner img.image_full {
      display: none; }
    .hex-content .inner img.image_mobile {
      display: inline-block; }
    .hex-content .inner img h2.sign-text {
      top: 60px; }

  .contact-middle {
    display: block;
    background: url(../images/contact-ducts-h.gif) center;
    background-repeat: repeat-x;
    padding: 52px;
    background-size: auto 104px; }

  .contact .container {
    width: 100%; }

  .contact-form .contact-container {
    padding-left: 0; }

  .contact-form,
  .contact-left {
    width: 90%;
    margin: auto;
    text-align: left;
    display: block; }

  .contact-form .contact-container,
  .contact-left .contact-container {
    padding: 75px 0; }

  .contact-text,
  .contact-info {
    width: 35%;
    float: left; }

  .contact-text {
    width: 55%;
    padding-right: 10%; }

  .crew .one-third {
    width: 46%;
    padding: 2%;
    float: left; }
    .crew .one-third:nth-of-type(2n+1) {
      clear: both; }
    .crew .one-third:nth-of-type(4n+4) {
      clear: none; } }
@media screen and (max-width: 720px) {
  .container {
    width: 96%; }

  .hex {
    width: 31%;
    margin: 1%; }

  .services .pipe-middle {
    display: none; }

  .services-plumbing {
    display: block;
    width: 100%; }

  .contact-text,
  .contact-info {
    width: 40%;
    float: left; }

  .contact-text {
    width: 50%;
    padding-right: 10%; } }
@media screen and (max-width: 540px) {
  .container {
    width: 92%; }

  .hex {
    width: 33%;
    margin: 0;
    display: block;
    float: left; }

  .hex-content h2,
  .hex-content h2.sign-text {
    top: 42%; }

  .crew .one-third {
    width: 90%;
    padding: 5%;
    float: none; }

  .contact-text,
  .contact-info {
    width: 45%;
    float: left; }

  .contact-text {
    padding-right: 10%; } }
@media screen and (max-width: 499px) {
  .hex-content h2 span.mobile-smalltext {
    font-size: 13px; } }
@media screen and (max-width: 360px) {
  html {
    word-wrap: break-word;
    word-break: hyphenate !important; }

  .hex-content {
    height: 110px; }
    .hex-content h2,
    .hex-content h2.sign-text {
      top: 30%; }

  section.rob {
    padding-top: 40px; }

  .contact-text,
  .contact-info {
    width: 100%;
    float: none; } }

/*# sourceMappingURL=style.css.map */
