*{
  margin:0px;
  padding:0px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  color:#292929;
  font-size:17px;
  margin: 0px;
  font-weight: 500;
}

/*h1,h2,h3,h4{
   font-family: 'Montserrat', sans-serif;
}*/

h1{
  margin: 0 0 40px;
  font-size: 2.5em;
}

h2{
  font-weight: 300;
  margin:0 0 20px;
}

h3{
  margin: 0 0 20px;
}

p{
  margin: 0 0 20px;
  line-height: 1.5em;
}

a{
  text-decoration: none;
  transition: .4s;
  color: inherit;
}

.no-top-padding{
  padding-top:0px;
}

ul{
  padding-left:40px;
  margin-bottom: 20px;
}

ul li{
  margin-bottom: 5px;
}

.subpage-content span{
  font-weight: bold;
}

.subpage-content p a{
  border-bottom: 1px solid #ed1c24;
}

.subpage-content p a:hover{
  color:#ed1c24;
}

p.white-text{
  color: white;
}

.justify-center{
  justify-content: center !important;
}

.justify-center img{
  margin:0 20px 10px;
}

.thank-you-content {
  text-align: center;
}

.gray-banner{
  background: #EBEBEB;
  padding:20px;
  color: #ed1c24;
  font-weight: bold;
  border-bottom: 1px solid #ed1c24;
}

.gray-banner .container{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.gray-banner p{
  margin:10px;
  width: 145px;
  letter-spacing: 2px;
}

.no-padding-top{
  padding-top: 0px !important;
}

.bar-circle{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #ed1c24;
  width: 100%;
}

.thin-red-vertical{
  width: 1px;
  height: 50px;
  background: #ed1c24;
}

.h4-title{
    text-align: center;
    margin:5px 0 60px;
    font-size: 1.25em;
  }

  .center-text{
    text-align: center;
  }

  .margin-bottom{
    display: block;
    margin-bottom: 60px;
  }

  h1.subpage-title{
    text-align: center;
    margin-top:60px;
    padding-top:60px;
    border-top:1px solid lightgray;
  }

  a.call-today{
    padding:10px 20px;
    color: white;
    background: #ed1c24;
    display: inline-block;
    margin-bottom: 20px;
  }

  a.call-today:hover{
    background: #292929;
  }

  .index-links{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }

  .index-links p{
    width: 300px;
    text-align: center;
    font-weight: bold;
  }

  /*SUBPAGE HERO STYLES*/

  #about-hero{
    background-image: linear-gradient(to bottom, rgb(0, 0, 0, .6), rgb(0, 0, 0, .6)), 
    url(images/about-hero.webp);
    background-size: cover;
    background-position: 50% 100%;
  }
  #team-hero{
    background-image: linear-gradient(to bottom, rgb(0, 0, 0, .6), rgb(0, 0, 0, .6)), 
    url(images/team-hero.webp);
    background-size: cover;
    background-position: 50% 80%;
  }
  #hvac-hero{
    background-image: linear-gradient(to bottom, rgb(0, 0, 0, .6), rgb(0, 0, 0, .6)), 
    url(images/hvac-subpage-hero.jpg);
    background-size: cover;
    background-position: 50% 50%;
  }
  #comm-hvac-hero{
    background-image: linear-gradient(to bottom, rgb(0, 0, 0, .6), rgb(0, 0, 0, .6)), 
    url(images/comm-hvac-hero.webp);
    background-size: cover;
    background-position: 50% 30%;
  }
  #fridge-hero{
    background-image: linear-gradient(to bottom, rgb(0, 0, 0, .6), rgb(0, 0, 0, .6)), 
    url(images/fridge-hero.jpg);
    background-size: cover;
    background-position: 50% 30%;
  }
  #duct-hero{
    background-image: linear-gradient(to bottom, rgb(0, 0, 0, .6), rgb(0, 0, 0, .6)), 
    url(images/duct-hero.jpg);
    background-size: cover;
    background-position: 50% 50%;
  }
  #contact-hero{
    background-image: linear-gradient(to bottom, rgb(0, 0, 0, .6), rgb(0, 0, 0, .6)), 
    url(images/contact-hero.webp);
    background-size: cover;
    background-position: 50% 100%;
  }

  #radio-container{
    display: flex;
    justify-content: flex-start;
    font-size: .9em;
    margin-bottom: 20px;
  }
  .radio-btn{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .radio-btn:first-of-type{
    margin-right:20px;
  }


.custom-radio input[type='radio'] {
  appearance: none;
  width: 15px;
  height: 15px;
  padding:0px;
  margin-bottom: 10px;
  border: 2px solid gray;
  border-radius: 20%;
  outline: none;
  transition: .4s ease;
  background: white;
}

.custom-radio input[type='radio']:before {
  content: '';
  display: block;
  width: 80%;
  height: 80%;
  margin: 9% auto;
  border-radius: 20%;
}

.custom-radio input[type='radio']:checked:before {
  background: #ed1c24;
}

.sidenav a{
    position: fixed;
    z-index: 2;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    left: -86px;
    padding: 10px 20px;
    background: #1e8742;
    border:1px solid #1e8742;
    color: white;
    transform: rotate(90deg);
    transition: .3s;
  }

  .sidenav a:hover{
    background: #fff;
    color: #1e8742;
  }

  .sidenav a{
    top: 30%;
  }

  .sidenav2 a{
    top:65%;
    background: #ed1c24;
    border:1px solid #ed1c24;
    left:-103px;
  }

  .sidenav2 a:hover{
    color: #ed1c24;
  }

  a.job-application{
    background: #ed1c24;
    padding:10px 30px;
    display: inline-block;
    margin-top: 20px;
    color: white;
    border-radius: 5px;
    box-shadow: 0px 8px 16px 1px rgba(0,0,0,0.3);
  }

  a.job-application:hover{
    background: #292929;
  }

  .hvac-img{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top:40px;
  }

  .hvac-img img{
    max-width: 500px;
    height: auto;
    width: 100%;
    margin:20px;
  }

  /*DUCT CLEANING STYLES*/

  .slider-image-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }

  .before-after-container {
    width:375px;
    height: 500px;
    position: relative;
    margin: 60px auto;
  }

  .ba-container-wide{
    width: 500px;
  }

  .slider-image-container:last-of-type .before-after-container{
    width: 300px;
    height: 400px;
  }

  .before-after-container .image {
    height: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .before-after-container .before {
    width: 50%;
    z-index: 2;
  }

  .before-after-container .after {
    width: 100%;
    z-index: 1;
  } 

  input.slider {
    width: 100%;
    height: 100%;
    outline: none;
    background-color: transparent;
    position: absolute;
    margin: 0px;
    z-index: 3;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -webkit-transition: 0.25s all ease-in-out;
    z-index: 4;
  }

  input.slider::-moz-range-thumb {
    width: 6px;
    height: 600px;
    background-color: white;
    cursor: pointer;
  }

  input.slider::-webkit-slider-thumb {
    width: 6px;
    height: 600px;
    background-color: white;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }

  .before-after-container .slider-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-broder-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: white;
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    cursor: pointer;
    z-index: 3;
  }

  .before-after-container .slider-button:before {
    color: #555;
    position: absolute;
    top: 3px;
    left: 0px;
/*    content: "\2B9C";*/
    content: "<";
  }

  .before-after-container .slider-button:after {
    color: #555;
    position: absolute;
    top: 3px;
    right: 0px;
/*    content: "\2B9C";*/
    content: ">";
  }

  /*LOCATIONS LANDING PAGE UNIVERSAL STYLES*/

  .location-img-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin:40px 0;
  }

  .location-img{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin:20px;
    width: 320px;
  }

  .location-img img{
    width: 100%;
    height: auto;
  }

  .location-img h4{
    width: 100%;
    padding:10px 0;
    color: white;
    text-align: center;
    background: #ed1c24;
  }


@media (width >= 1100px) {

  .container {
    width:1100px;
    margin:0 auto;
  }

  .content{
    padding: 80px 0;
  }

  /*** HEADER DESKTOP STYLES ***/

  a.hide-desktop{
    display: none;
  }

  #navContainer{
    width: 100%;
    transition: .6s;
    position: fixed;
    top: 0;
    min-height: fit-content;
    z-index: 1000;
    padding: 10px 0 5px;
  }

  #navContainer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 230px);
    padding:0 110px 0 120px;
  }

  #nav{
    margin-bottom: 5px;
  }

 #navContainer img{
    width: 150px;
    height: auto;
    transition: .4s;
  }

  .topnav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: .95em;
  }

  .topnav a{
    color: white;
    padding: 8px;
    margin-left: 20px;
    font-weight: bold;
  }

  .topnav a:hover{
    background: #fff;
    color: #ed1c24;
  }

  #myTopnav a.icon{
    display: none;
  }

  .dropdown {
    position: relative;
    display: inline-block;
/*    margin-top: 8px;*/
  }

  .hidden {
    display: none;
    position: absolute;
    margin-top:12px;
    width: 100%;
    min-width: 210px;
    z-index: 10;
    padding: 20px 10px 15px;
    flex-direction: column;
    background: rgb(255, 255, 255, 1);
    transition: .4s;
    margin-left:25px;
    box-shadow:0px 8px 16px 1px rgba(0,0,0,0.3)
  }

  .hidden a{
    display: block;
    font-size: .9em;
    padding:6px 10px 6px 10px;
    margin-bottom: 10px;
    margin-left:0px;
    border-bottom:1px solid lightgray;
    color: #292929;
    font-weight: 600;
  }

  .hidden a:hover{
    background: #ed1c24;
    color: #fff;
  }

  .dropdown:hover .hidden {
    display: flex;
  }

  .dropbtn{
    padding:16px 8px !important;
  }

  a.dropbtn:hover{
    background: transparent;
    color: white;
    box-shadow: none;
    cursor: auto;
  }

  .hidden:hover{
      opacity: 1;
  }

  .hidden {
      animation: fadeIn .5s;
      -webkit-animation: fadeIn .5s;
      -moz-animation: fadeIn .5s;
      -o-animation: fadeIn .5s;
      -ms-animation: fadeIn .5s;
    }
    @keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    @-moz-keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    #request-btn{
      color: white;
      border:2px solid #fff;
      padding:10px 20px;
    }

    #request-btn:hover{
      color: #ed1c24;
    }

    #join-btn{
      background: white;
      border:2px solid #fff;
      padding:10px 20px;
      color: #ed1c24;
    }

    #join-btn:hover{
      background: #000;
      color: white;
    }

  /***HERO DEKSTOP STYLES***/

  .red-horizontal{
    width: 50%;
    height: 110px;
    background: #ed1c24;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
  }

  .red-vertical{
    width: 110px;
    height: 100%;
    background: #ed1c24;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
  }

  #hero-links{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    width: 110px;
    color: white;
    z-index: 3;
    font-size: 1.2em;
  }

  .white-vertical-bar{
    width: 1px;
    height: 40px;
    margin-bottom: 20px;
    background: white;
  }

  #hero-links a{
    margin-bottom: 20px;
    padding: 0px !important;
    width: fit-content !important;
  }

  #hero-links a:hover{
    color: black;
  }

  #homepage-hero{
    background: url('images/homepage-hero-split.jpg') no-repeat top center;
    background-size: cover;
    height: 750px;
    margin-top: 0px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    color: white;
  }

  #homepage-hero .container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  #homepage-hero h1{
    font-size: 3.5em;
    letter-spacing:3px;
    margin-bottom: 40px;
    width:800px;
  }

  #homepage-hero h2{
    font-weight: 300;
    width: 600px;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  #homepage-hero p{
    width: 700px;
    font-size: 1.15em;
    font-weight: 600;
    margin-bottom: 40px;
  }

  .white-horizontal-bar{
    width: 40px;
    height: 1px;
    margin-right: 10px;
    background: white;
  }

  #hero-btns{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #homepage-hero a{
    background: #ed1c24;
    border:2px solid #ed1c24;
    padding:12px 20px;
    font-weight: bold;
    width: 160px;
    text-align: center;
  }

  #homepage-hero a:hover{
    background: white;
    border:2px solid white;
    color: #ed1c24;
  }

  a#hero-request {
    background: transparent;
    color: #fff;
    margin-left:20px;
  }

  /***MAIN BODY DESKTOP STYLES***/

  .gray-banner p{
    margin:10px 30px;
    width: fit-content;
    letter-spacing: 2px;
  }

  .row{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #313135;
  }

  /*.thin-text{
    margin:10px 80px 0 0;
    font-size: 2em;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    display: inline-block;
    line-height: 1em;
  }

  .thin-text p{
    width: 390px;
  }*/

  img.team-img{
    width: 560px;
    height: auto;
    margin-right: 60px;
  }

  .row-icon{
    width: 322px;
    margin-top:60px;
  }

  .icon-title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .icon-title h3{
    margin-bottom: 0px;
    margin-left:10px;
    color: #292929;
    text-transform: uppercase;
  }

  .row-icon p{
    display: none;
  }

  #homepage-services{
    background: url(images/services-background.jpg) no-repeat center;
    background-size: cover;
  }

  .service-container{
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .service-container:first-of-type{
    width: 240px;
    flex-direction: column;
    margin-right: 20px;
  }

  .title-dots img{
    margin:10px 0;
  }

  .service-container h1{
    margin-bottom: 20px;
  }

  .service-row{
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: flex-start;
    margin: 20px 0 20px 30px;
    position: relative;
    border-left:2px solid #292929;
    width: 180px;
  }

  .service-row img{
    margin-bottom:20px;
    width: 100%;
  }

  .service-row h3, .service-row p{
    padding-left:20px;
  }

  .service-row h3{
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 1.15em;
  }

  .service-row p{
    margin:20px 0;
/*    padding:0 15px;*/
  }

  #homepage-areas .container{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #homepage-areas .service-container{
    color: #292929;
    width: 320px;
  }

  #areas-container{
    padding:20px;
    padding-bottom: 0px;
    background: #f7f7f7;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 790px;
/*    margin-left:20px;*/
  }

  #areas-container i{
    color: #ed1c24;
  }

  #areas-container a{
    border-bottom: 1px solid transparent;
  }

  #areas-container a:hover{
    color: #ed1c24;
    border-bottom: 1px solid #ed1c24;
  }

  .areas-list{
    width: 23%;
  }

  #homepage-testimonials{
    background: url(images/testimonial-background.jpg) no-repeat center;
    background-size: cover;
    color: white;
    position: relative;
  }

  #homepage-testimonials .service-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin:0 auto;
  }

  .slideshow-container{
    max-width: 100%;
    position: relative;
    margin: auto;
    margin-top:40px;
    padding-top: 60px;
    border-top:1px solid lightgray;
  }

  .mySlides{
    display: none;
  }

  .prev-next-container{
      position: absolute;
      top: 63%;
      width: 100%;
    }

    .prev-next-container .container{
      width: 100%;
      display: flex;
      justify-content: space-between;
    }

    .prev,
    .next{
      color: #999999;
      font-size: 54px;
    }

    .prev i,
    .next i{
      font-weight: 300;
      transition: .4s;
    }

    .next{
/*      right: 0;*/
      margin-right:40px;
    }

    .prev{
/*      left: 0;*/
      margin-left:40px;
    }

    .prev i:hover, .next i:hover{
      color: white;
      transform: scale(1.1);
      cursor: pointer;
    }

  .testimonial-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 700px;
    height: 300px;
    margin: 0 auto;
  }

  .star-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ed1c24;
    margin-bottom: 30px;
    width: 120px;
    align-self: center;
  }

  .testimonial-container p i{
    color: #ed1c24;
    font-size: 2em;
/*    margin-bottom: 10px;*/
  }

  .testimonial-container p{
    color: #E0E0E0;
  }

  /* Fading animation */
    .fadeInLeft {
      -webkit-animation-name: fade;
      -webkit-animation-duration: 1s;
      animation-name: fade;
      animation-duration: 1s;
    }

    @-webkit-keyframes fadeInLeft {
      from {opacity: 0} 
      to {opacity: 1}
    }

    @keyframes fadeinLeft {
      from {opacity: 0} 
      to {opacity: 1}
    }

     @-webkit-keyframes fadeInLeft {
            0% {
               opacity: 0;
               -webkit-transform: translateX(-200px);
            }
            100% {
               opacity: 1;
               -webkit-transform: translateX(0);
            }
         }
         
         @keyframes fadeInLeft {
            0% {
               opacity: 0;
               transform: translateX(-200px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
         }
         
         .fadeInLeft {
         -webkit-animation-name: fadeInLeft;
         animation-name: fadeInLeft;
         } 

  #flag-background{
    background: url(images/flag-background.jpg) no-repeat center;
    background-size: cover;
    color: white;
  }

  #flag-background .container{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .flag-text{
    width: 300px;
  }

  .flag-text h1{
    margin-bottom: 20px;
  }

  .flag-text h2{
    font-weight: 400px;
  }

  .flag-text a{
    background: #fff;
    border:2px solid #fff;
    color: #292929;
    padding:10px 20px;
    font-weight: bold;
    display: inline-block;
    margin-top:10px;
  }

  .flag-text a:hover{
    background: transparent;
    color: white;
  }

  /*SUBPAGE DESKTOP STYLES*/

  .subpage-hero{
    background-image: linear-gradient(to bottom, rgb(0, 0, 0, .6), rgb(0, 0, 0, .6)), 
    url(images/mountain-hero.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 300px;
    color: white;
    text-align: center;
    padding-top:160px;
  }

  .subpage-hero .container{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .subpage-hero h1{
/*    margin-bottom: 0px;*/
  }

  .subpage-hero a{
    padding:10px 20px;
    color: white;
    border:2px solid #ed1c24;
    background: #ed1c24;
  }

  .subpage-hero a:hover{
    background: transparent;
  }

  .subpage-content .bar-circle{
    margin-bottom: 60px;
  }

  /*JOIN OUR TEAM DESKTOP*/

  #why-join-us{
      /*background: url(images/pipe-background-bright.jpg) no-repeat center;
      background-size: cover;
      text-align: center;
      color: #fff;*/
      padding-bottom: 40px;
      border-top:1px solid lightgray;
    }

    #values-container{
      width: 900px;
      margin:60px auto 0;
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
    }

    .value{
      width: 205px;
      margin-bottom: 40px;
      text-align: center;
    }

    .value i{
      padding:15px;
      color: #ed1c24;
      border:3px solid #ed1c24;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      text-align: center;
      line-height: 35px;
      font-size: 2em;
      margin-bottom: 20px;
    }

    /*HVAC DESKTOP STYLES*/

  .list-row{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .list-row div{
    width: 45%;
    display: flex;
    flex-direction: column;
  }

  .list-row ul{
    margin-top:20px;
  }

  /*DUCT CLEANING DESKTOP*/


  .duct-testimonial{
    margin-top:40px;
    padding: 20px 0;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
  }

  .duct-testimonial p{
    padding:20px;
    display: block;
    margin-bottom: 0px;
  }

  img.duct-benefits{
    width: 100%;
    height: auto;
  }

  /*.duct-testimonial p:nth-of-type(even){
    border-top: 1px solid lightgray;
  }*/

  .before-after-img{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top:40px;
    padding-top:60px;
    border-top: 1px solid lightgray;
  }

  .ba-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 400px;
    margin:0 20px;
  }

  .ba-img img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }


  /*DRYER VENT DESKTOP*/

  .dryer-before-after{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .dryer-before-after img{
    width: 400px;
    height: auto;
    margin:0 20px;
  }

  /*REFRIGERATION DESKTOP STYLES*/

  

  /*CONTACT DESKTOP STYLES*/

  #contact-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top:60px;
    margin-top:60px;
    border-top:1px solid lightgray;
  }

  .contact-text{
    width: 450px;
  }

  .contact-form{
    width: 450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form input, .contact-form textarea, .inquiry-form input, .inquiry-form textarea{
    padding: 12px 10px;
    font-family: "graphie", sans-serif;
    color: #292929;
    margin-bottom: 20px;
    border:none;
    background: #f5f5f5;
    width: calc(100% - 20px);
    font-size: 1em;
   }

   .contact-form textarea, .inquiry-form textarea{
    height: 100px;
   }

   .contact-form #submit, .inquiry-form #submit{
    width: 40%;
    background:#ed1c24;
    color: white;
    font-weight: bold;
    text-align: center;
    transition: .2s;
    letter-spacing: 1px;
    border:none;
    text-transform: uppercase;
   }

   .contact-form #submit:hover, .inquiry-form #submit:hover{
    cursor: pointer;
    background:#292929;
    box-shadow: 0px 8px 16px 1px rgba(0,0,0,0.3);
   }

   /*INQUIRY DESKTOP STYLES*/

   .inquiry-form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
   }

   .inquiry-form p{
    font-weight: bold;
    font-size: 1.15em;
   }

   .inquiry-form span{
    font-weight: normal;
    color: #999999;
    font-size: .9em;
   }

   .inquiry-form input, .inquiry-form textarea{
    border:1px solid gray;
   }

   p.form-disclaimer {
    color: #999999;
    font-size: .8em;
    margin-top:-10px;
   }

   .form-row{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
   }

   .form-row input{
    width: calc(33% - 10px);
   }

   p.form-label{
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 1em;
   }

   .radio-column{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin:0 0 20px 10px;
   }

   .radio-column .radio-btn{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
   }

   .radio-column input{
    margin:0 10px 0 0 !important;
   }

   .inquiry-form #submit{
    width: 30%;
    margin-top: 40px;
/*    align-self: flex-end;*/
   }

  /*FOOTER DESKTOP*/

  footer{
    padding:80px 20px 60px;
    background: url(images/footer-background.jpg) no-repeat center;
    background-size: cover;
    color: white;
  }

  footer .container{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }


  .footer-col:first-of-type{
    width: 410px;
  }

  .footer-col:nth-of-type(2){
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 270px;
  }

  .footer-col:nth-of-type(2) p{
    width: 36%;
  }

  .footer-col h4{
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .footer-col a{
    color: #e0e0e0;
    border-bottom: 1px solid transparent;
  }

  .footer-col a:hover{
    color: #fff;
    border-bottom: 1px solid #ed1c24;
  }

  .footer-col h4{
    margin-bottom: 20px
  }

  .footer-col:nth-of-type(3){
    width: 300px;
    margin-left:calc(100% - 970px);
    margin-bottom: 40px;
  }

  .footer-social{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .footer-social a{
    color: white;
    margin-right: 15px;
    font-size: 1.25em;
    border-bottom: none;
  }

  .footer-social a:hover{
    color: #292929;
    border-bottom: none;
  }

  .footer-form{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0px 8px 16px 2px rgba(0,0,0,0.4);
    width: 100%;
  }

  .footer-form input{
    padding:10px;
    font-family: 'Montserrat', sans-serif;
    background: white;
    border:none;
    width: calc(70% - 20px);
  }

  .footer-form #submit{
    background: #4f4f4f;
    color: white;
    font-weight: bold;
    padding:10px;
    transition: .4s;
    width: 100px;
    text-align: center;
  }

  .footer-form #submit:hover{
    background: #292929;
    cursor: pointer;
  }

  #sub-footer{
    background: #0c0c0c;
    padding:20px;
    color: #A3A3A3;
    font-size: .85em;
  }

  #sub-footer p{
    margin-bottom: 0px;
  }

  #sub-footer span{
    color: #ed1c24;
  }

  #sub-footer a{
    border-bottom: 1px solid #ed1c24;
    margin-left: 3px;
  }

  #sub-footer a:hover{
    font-weight: bold;
    color: white;
  }

}

@media (width <= 1400px){

  #navContainer img{
    width: 95px !important;
    height: auto;
  }

  .dropbtn{
    padding:16px 3px !important;
  }

  .topnav{
    justify-content: space-between;
    min-width: 800px;
  }

  .topnav a{
    font-size: .9em;
    padding:3px;
    margin:0 2px;
  }

  .hidden{
    margin-left: 5px;
    padding-bottom: 20px;
  }

  .hidden a{
    padding:5px 10px;
  }

  a#request-btn, a#join-btn{
    padding:6px 10px;
  }

}

@media (width <= 1099px) {

  .container {
    width: 100%;
    margin:0 auto;
  }

  .content{
    padding: 60px 20px;
  }

  .sidenav a{
    font-size: .8em;
    left:-78px;
    padding:5px 20px;
/*    display: none;*/
  }

  #mySidenav2 a{
    display: block;
    left: -90px;
    top:55%;
  }

  /***** HEADER MOBILE STYLES *****/

  .sidenav a{
    top:26%;
  }

  .sidenav2 a{
    top:65%;
  }

  .red-vertical, .red-horizontal{
    display: none;
  }

  #navContainer{
    width: 100%;
    background-color: #111111 !important;
    transition: 0.4s;
    position: fixed;
    top: 0;
    z-index: 100;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 660px;
/*    border-bottom: 1px solid #f5f7f7;*/
  }

  #nav{
    padding:0px 10px 0;
    height: fit-content;
  }

  #navContainer img{
    width: 110px !important;
    height: auto;
    margin: 5px 0 5px 20px;
  }

  /* Links inside the navbar */
  .topnav a { 
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-weight: 600;
  }

  /* Add a background color to navbar links on hover */
  .topnav a:hover{
    background-color: #ed1c24;
    color:#fff;
  }

  /* When the screen is less than 1099 pixels wide, hide all links. 
  Show the link that should open and close the topnav (.icon) */
  .topnav a{
    display:none;
  }

  .topnav a.icon {
    display: block;
    position: absolute;
    font-size: 30px;
    top: 6px;
    right: 0;
    float: right;
    margin: 0px 10px 10px 0;
    color: #ed1c24;
    transition: unset;
  }

  .topnav a.icon:hover{
    background-color:transparent;
  }

   /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. 
  This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  .topnav.responsive {
    position: relative; 
    clear:both;
    padding-top: 10px;
  }
    .topnav.responsive a.icon {
      position: absolute;
      right: -10px;
      top: -77px;
      border-bottom:none;
      transition: unset;
    }

    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      border-bottom:1px solid #3E3C3C;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      text-align: left;
    }

    /* DROPDOWN MENU */

    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      text-align: left;
    }

    /* Dropdown Content */
    .hidden{
      display: none;
      margin: 10px 0;
    }

    .hidden a{
      margin-left: 25px !important;
      font-size: .9em;
      border-bottom: none !important;
    }

    /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
    .show {display:block;}

     .topnav.responsive,
    .hidden {
      animation: fadeIn .5s;
      -webkit-animation: fadeIn .5s;
      -moz-animation: fadeIn .5s;
      -o-animation: fadeIn .5s;
      -ms-animation: fadeIn .5s;
    }
    @keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    @-moz-keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }


  /*** HERO MOBILE STYLES ***/

  #hero-links{
    display: none;
  }

  #homepage-hero{
    background: url('images/homepage-hero.jpg') no-repeat top center;
    background-size: cover;
    margin-top: 82px;
    color: white;
    padding:100px 20px;
  }

  #homepage-hero .container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #homepage-hero h1{
    font-size: 2em;
    letter-spacing:3px;
    margin-bottom: 40px;
  }

  #homepage-hero h2{
    font-weight: 300;
  }

  .white-horizontal-bar{
    display: none;
  }

  #hero-btns{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
  }

  #homepage-hero a{
    background: #ed1c24;
    border:2px solid #ed1c24;
    padding:12px 20px;
    font-weight: bold;
    width: 160px;
    text-align: center;
    margin: 10px;
  }

  #homepage-hero a:hover{
    background: white;
    border:2px solid white;
    color: #ed1c24;
  }

  a#hero-request {
    background: transparent;
    color: #fff;
  }

  /*MAIN BODY MOBILE*/

  .row{
    display: flex;
    flex-flow:row wrap;
    justify-content: center;
    color: #313135;
  }

 /* .thin-text{
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
    font-size: 1.5em;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
    line-height: 1em;
    width: 100%;
    text-align: center;
  }*/

  img.team-img{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .row-icon{
    width: 320px;
    margin-top:40px;
  }

  .icon-title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .icon-title h3{
    margin-bottom: 0px;
    margin-left:20px;
    color: #292929;
  }

  .row-icon p{
    display: none;
  }

  #homepage-services{
    background: url(images/services-background.jpg) no-repeat center;
    background-size: cover;
  }

  .service-container{
    color: white;
    width: 320px;
  }

  .service-container:first-of-type{
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }

  .title-dots img{
    margin:10px 0;
  }

  .service-container h1{
    margin-bottom: 20px;
  }

  .service-row{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin:20px 0 80px;
    max-width: 500px;
  }

  .service-row:last-of-type{
    margin-bottom: 20px;
  }

  .service-row img{
    width: 150px;
    margin-bottom: 20px;
  }

  .service-row h3{
    text-transform: uppercase;
    margin-bottom: 0px;
  }

  .service-row p{
    margin:20px 0;
  }

  /*.service-row a{
    display: inline-block;
    margin-top:auto;
    padding:6px 12px;
    background: #292929;
    border-radius: 5px;
    box-shadow: 0px 8px 16px 1px rgba(0,0,0,0.3);
  }

  .service-row a:hover{
    background: white;
    color: #292929;
  }*/

  #homepage-areas .container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  #homepage-areas .service-container{
    color: #292929;
    text-align: center;
  }

  #areas-container{
    padding:20px;
    padding-bottom: 0px;
    background: #f7f7f7;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
/*    margin-left:20px;*/
  }

  #areas-container i{
    color: #ed1c24;
  }

  #areas-container a{
    border-bottom: 1px solid transparent;
  }

  #areas-container a:hover{
    color: #ed1c24;
    border-bottom: 1px solid #ed1c24;
  }

  .areas-list{
    width: 170px;
  }

  #homepage-testimonials{
    background: url(images/testimonial-background.jpg) no-repeat center;
    background-size: cover;
    color: white;
    position: relative;
  }

  #homepage-testimonials .service-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin:0 auto;
  }

  .slideshow-container{
    max-width: 100%;
    position: relative;
    margin: auto;
    margin-top:40px;
    padding-top: 60px;
    border-top:1px solid lightgray;
  }

  .mySlides{
    display: none;
  }

  .prev-next-container{
/*      position: absolute;*/
      
    }

    .prev-next-container .container{
      width: 100%;
      display: flex;
      justify-content: space-between;
    }

    .prev,
    .next{
      color: #999999;
      font-size: 54px;
    }

    .prev i,
    .next i{
      font-weight: 300;
      transition: .4s;
    }

    .next{
/*      right: 0;*/
      margin-right:20px;
    }

    .prev{
/*      left: 0;*/
      margin-left:20px;
    }

    .prev i:hover, .next i:hover{
      color: white;
      transform: scale(1.1);
      cursor: pointer;
    }

  .testimonial-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 700px;
    min-height: 300px;
    margin: 0 auto;
  }

  .star-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ed1c24;
    margin-bottom: 30px;
    width: 120px;
    align-self: center;
  }

  .testimonial-container p i{
    color: #ed1c24;
    font-size: 2em;
/*    margin-bottom: 10px;*/
  }

  .testimonial-container p{
    color: #E0E0E0;
  }

  /* Fading animation */
    .fadeInLeft {
      -webkit-animation-name: fade;
      -webkit-animation-duration: 1s;
      animation-name: fade;
      animation-duration: 1s;
    }

    @-webkit-keyframes fadeInLeft {
      from {opacity: 0} 
      to {opacity: 1}
    }

    @keyframes fadeinLeft {
      from {opacity: 0} 
      to {opacity: 1}
    }

     @-webkit-keyframes fadeInLeft {
            0% {
               opacity: 0;
               -webkit-transform: translateX(-200px);
            }
            100% {
               opacity: 1;
               -webkit-transform: translateX(0);
            }
         }
         
         @keyframes fadeInLeft {
            0% {
               opacity: 0;
               transform: translateX(-200px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
         }
         
         .fadeInLeft {
         -webkit-animation-name: fadeInLeft;
         animation-name: fadeInLeft;
         } 

  #flag-background{
    background-image: linear-gradient(rgb(0, 0, 0, .4), rgb(0, 0, 0, .4)), url(images/flag-background.jpg);
    background-position: center;
    background-size: cover;
  }

  #flag-background .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    text-align: center;
  }

  .flag-text{
    width: 300px;
  }

  .flag-text h1{
    margin-bottom: 20px;
  }

  .flag-text h2{
    font-weight: 400px;
  }

  .flag-text a{
    background: #292929;
    border:2px solid #292929;
    color: white;
    padding:10px 20px;
    font-weight: bold;
    display: inline-block;
    margin-top:10px;
  }

  .flag-text a:hover{
    background: white;
    color: #292929;
  }

  /*SUBPAGE DESKTOP STYLES*/

  .subpage-hero{
    background-image: linear-gradient(to bottom, rgb(0, 0, 0, .6), rgb(0, 0, 0, .6)), 
    url(images/mountain-hero.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 200px;
    color: white;
    text-align: center;
    margin-top:82px;
    padding:80px 20px;
  }

  .subpage-hero .container{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /*.subpage-hero h1{
    margin-bottom: 0px;
  }*/

  .subpage-hero a{
    padding:10px 20px;
    color: white;
    border:2px solid #ed1c24;
    background: #ed1c24;
  }

  .subpage-hero a:hover{
    background: transparent;
  }

  .subpage-content .bar-circle{
    margin-bottom: 60px;
  }

  /*JOIN OUR TEAM MOBILE STYLES*/

  #why-join-us{
      /*background: url(images/pipe-background-bright.jpg) no-repeat center;
      background-size: cover;
      text-align: center;
      color: #fff;*/
      padding-bottom: 40px;
      border-top:1px solid lightgray;
    }

    #values-container{
      max-width: 700px;
      margin:60px auto 0;
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
    }

    .value{
      width: 150px;
      margin-bottom: 40px;
      text-align: center;
    }

    .value i{
      padding:15px;
      color: #ed1c24;
      border:3px solid #ed1c24;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      text-align: center;
      line-height: 35px;
      font-size: 2em;
      margin-bottom: 20px;
    }

    /*HVAC MOBILE STYLES*/

  .list-row{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .list-row div{
    max-width: 360px;
    display: flex;
    flex-direction: column;
  }

  .list-row ul{
    margin-top:20px;
  }

  /*DUCT CLEANING MOBILE*/

  .slider-image-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }

  .before-after-container {
    width: 300px;
    height: 400px;
  }

  .ba-container-wide{
    height:265px;
  }

  input.slider::-moz-range-thumb {
    width: 6px;
    height: 400px;
    background-color: white;
    cursor: pointer;
  }

  input.slider::-webkit-slider-thumb {
    width: 6px;
    height: 400px;
    background-color: white;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }

  .duct-testimonial{
    margin-top:40px;
    padding: 20px 0;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
  }

  .duct-testimonial p{
    padding:20px;
    display: block;
    margin-bottom: 0px;
  }

  img.duct-benefits{
    width: 100%;
    height: auto;
  }

  .before-after-img{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top:40px;
    padding-top:60px;
    border-top: 1px solid lightgray;
  }

  .ba-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(50% - 20px);
    margin:0 10px;
  }

  .ba-img img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  /*DRYER VENT DESKTOP*/

  .dryer-before-after{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .dryer-before-after img{
    max-width: 400px;
    width: 48%;
    height: auto;
    margin:0 auto;
  }

  /*REFRIGERATION MOBILE STYLES*/

  /*CONTACT MOBILE STYLES*/

  #contact-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-top:60px;
    margin-top:60px;
    border-top:1px solid lightgray;
  }

  .contact-text{
    max-width: 340px;
  }

  .contact-form{
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form input, .inquiry-form input, .contact-form textarea, .inquiry-form textarea{
    padding: 12px 10px;
    font-family: "graphie", sans-serif;
    color: #292929;
    margin-bottom: 20px;
    border:none;
    background: #f5f5f5;
    width: calc(100% - 20px);
    font-size: 1em;
   }

   .contact-form textarea, .inquiry-form textarea{
    height: 100px;
   }

   .contact-form #submit, .inquiry-form #submit{
    width: 40%;
    background:#ed1c24;
    color: white;
    font-weight: bold;
    text-align: center;
    transition: .2s;
    letter-spacing: 1px;
    text-transform: uppercase;
   }

   .contact-form #submit:hover, .inquiry-form #submit:hover{
    cursor: pointer;
    background:#292929;
    box-shadow: 0px 8px 1
  }

   /*INQUIRY MOBILE STYLES*/

   .inquiry-form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
   }

   .inquiry-form p{
    font-weight: bold;
    font-size: 1.15em;
   }

   .inquiry-form span{
    font-weight: normal;
    color: #999999;
    font-size: .9em;
   }

   .inquiry-form input, .inquiry-form textarea{
    border:1px solid gray;
   }

   p.form-disclaimer {
    color: #999999;
    font-size: .8em;
    margin-top:-10px;
   }

   .form-row{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
   }

   .form-row input{
    width: calc(33% - 10px);
   }

   p.form-label{
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 1em;
   }

   .radio-column{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin:0 0 20px 10px;
   }

   .radio-column .radio-btn{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
   }

   .radio-column input{
    margin:0 10px 0 0 !important;
   }

   .inquiry-form #submit{
    width: 30%;
    margin-top: 40px;
/*    align-self: flex-end;*/
   }

  /*FOOTER MOBILE*/

  footer{
    padding:60px 20px 40px;
    background: url(images/footer-mobile.jpg) no-repeat center;
    background-size: cover;
    color: white;
  }

  footer .container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-col{
    text-align: center;
    width: 100%;
  }

  .footer-col:nth-of-type(2){
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin:20px 0 40px;
    padding:40px 0 20px;
    border-top:1px solid gray;
    border-bottom: 1px solid gray;
  }

  .footer-col:nth-of-type(2) p{
    margin:0px 10px 20px;
  }

  .footer-col h4{
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
  }

  .footer-col a{
    color: #e0e0e0;
    border-bottom: 1px solid transparent;
  }

  .footer-col a:hover{
    color: #fff;
    border-bottom: 1px solid #ed1c24;
  }

  .footer-col h4{
    margin-bottom: 20px
  }

  .footer-col:nth-of-type(3){
    width: 300px;
    margin-bottom: 20px;
  }

  .footer-social{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .footer-social a{
    color: white;
    margin-right: 20px;
    font-size: 1.25em;
    border-bottom: none;
  }

  .footer-social a:hover{
    color: #ed1c24;
    border-bottom: none;
  }

  .footer-form{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0px 8px 16px 2px rgba(0,0,0,0.4);
    width: 100%;
  }

  .footer-form input{
    padding:10px;
    font-family: 'Montserrat', sans-serif;
    background: white;
    border:none;
    width: calc(70% - 20px);
  }

  .footer-form #submit{
    background: #ed1c24;
    color: white;
    font-weight: bold;
    padding:10px;
    transition: .4s;
    width: 100px;
    text-align: center;
  }

  .footer-form #submit:hover{
    background: #4f4f4f;
    cursor: pointer;
  }

  #sub-footer{
    background: #4f4f4f;
    padding:20px;
    color: #E0E0E0;
    font-size: .85em;
    text-align: center;
  }

  #sub-footer p{
    margin-bottom: 0px;
  }

  #sub-footer span{
    color: #ed1c24;
  }

  #sub-footer a{
    border-bottom: 1px solid #ed1c24;
    margin-left: 3px;
  }

  #sub-footer a:hover{
    font-weight: bold;
    color: white;
  }


}

@media (width <= 738px) {

  .contact-form {
    marign-top:40px;
  }

}
