@import url("styles.css");
/* Top INFO Contacts */


#top_head{
  width: auto;
  background-color: #7c7b7b;
  padding: 0 10px;
}
#top_head ul{
  text-align: right;
  list-style: none;
  color: #ffffff;
}
#top_head li{
  display: inline-block;
  margin: 0 5% 0 0;
}
#top_head li a{
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  padding: 5px 0 0 38px;
  height: 33px;
  font-size: 14px;
  box-sizing: border-box;
}

/*main nav */
  #main_nav{
    /*background: transparent url("../images/logo.png") 50% 20px no-repeat;*/
  }
  #logo_link{
    margin: 20px auto 0 auto;
    display: block;
    background: transparent url("../images/logo.png") 0 0 no-repeat;
    float: none;
  }
  #nav_items{
    padding: 0 0 0 0;
    text-align: center;
    font-size: 0;
    list-style: none;
  }
  #nav_items li{
    display: inline-block;
    font-size: 16px;
    margin: 15px 20px 10px 10px;
  }
  #nav_items a{
    display: inline-block;
    color: #626262;
    text-decoration: none;
  }
  #nav_items a.active{
    color: #ff850d
  }
  #nav_items li a:hover{
  color: #ff850d;
  font-weight: bold;
  cursor: pointer;
  }
/*}*/

/* Home Page Styling */

/*MAIN* -> Banner*/
main{
  margin: 0 0 0 0;
}
#home_banner{
  position: relative;
  width: 100%;
  height: 300px;
  background-position: 0px 0px;
  background-size: 100% auto;
}
#home_banner img{
  width: 100%;
  height: 280px;
}
#banner_text{
  position: absolute;
  top: 5%;
  left: 12.5%;
  color: white;
  font-family: 'Raleway';
  text-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
  z-index: 20;
}
#banner_text h3{
  font-size: 32px;
}
#banner_text h2{
  font-size: 40px;
  font-weight: 600;
}
#banner_text h1{
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 15px;
}

#banner_text a{
  text-shadow: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
}

#quote_link{
  position: absolute;
  bottom: 0;
  left: 12.5%;
  font-family: 'Avenir', Helvetica, Arial, Sans-serif;
  font-size: 16px;
  color: #ffffff;
  background: #8b8a8a url("../images/home/quote_arrow.png") 125px 14px no-repeat;
  background-size: 8px 12px;
  padding: 10px 40px 10px 25px;
  box-sizing: border-box;
  text-decoration: none;
}


/*main home */
#home_location div:first-of-type{
  float: none;
  display: none;
  width: 30%;
}
#home_location div{
  float: none;
  display: inline-block;
  width: 100%;
}

#location_text{
  display: block;
  width: 100%;
  background-color: #f18317;
  position: static;
  top: 0;
  bottom: 0;
  color: #ffffff;
  padding: 50px 20px 50px 20px;
  box-sizing: border-box;
}
#location_text h3{
  width: 100%;
  font-size: 24px;
  margin: 0 0 30px 0;
  font-weight: normal;
}
#location_text span{
  padding: 0 0 7px 0;
  border-bottom: 6px solid #ffffff;
}
#location_text p{
  width: 100%;
  line-height: 180%;
  font-weight: normal;
  font-size: 16px;
}
#home_location img{
  width: 100%;
  min-height: 180px;
}

#our_process li.home_line{
  display: none;
}
#our_process li{
  margin-left: 10px;
  margin-right: 10px;
}

#our_services ul{
  text-align: left;
  max-width: 70%;
  margin: 0 auto;
  list-style: url("../images/home/home_services_bullet.png");
  font-size: 1.125em;
  color: #626262;
  line-height: 170%;
}
#our_services{
  text-align: center;
  background: rgb(245, 245, 245);
  padding: 80px 0 170px 0px;
  height: 488px;
  box-sizing: border-box;
}


/* FORM STYLING */

#home_welcome #quick_quote_form{
  display: none;
  position: absolute;
  left: 12.5%;
  top: 0;
  min-height: 545px;
  max-width: 500px;
  background: #8b8a8a;
  padding: 10px 10px 40px 10px;
}
#home_welcome #quick_quote_form li{
  display: inline-block;
  margin-left: 15px;
}
#quick_quote_form ul{
  margin: 0 auto;
}
input[type], select{
  height: 40px;
  width: 200px;
  display: block;
  background: #8b8a8a;
  font-size: 1em;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 10px;
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: 20px;
}
input[type]:focus, select:focus{
  outline: none;
}
::-webkit-input-placeholder{
  color: #ffffff;
  }
input[type="radio"]{
  display: inline-block;
  width: auto;
  padding: 0 5px 0 5px;
  margin: 0 10px 0 0px;
  height: auto;
}
input[type="radio"]:focus{
  outline: none;
}
input[type="submit"]{
  width: auto;
  height: auto;
  padding: 15px 20px;
  margin: 30px auto 0 auto;
}
input[type="submit"]:hover{
  cursor: pointer;
}
li label + label{
  display: inline-block;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url("../images/home/form_arrow.png") 335px 14px no-repeat;
  }
label{
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 1em;
}
#datepicker{
  background: transparent url("../images/home/form_date.png") 325px 6px no-repeat;
}


#services_list article{
  display: inline-block;
  width: 50%;
  height: 315px;
  vertical-align: top;
  color: #ffffff;
}
#services_list article.left{
  background: #626262;
}
#services_list article.right{
  background: #ff850d;
}
#services_list article h2{
  margin: 30px 20px 10px 20px;
  font-size: 20px;
}
#services_list article p{
 margin: 0 20px 10px 20px;
 font-size: 14px; 
}
