*{
  margin: 0;
  padding: 0;
}

body,html{
  height: 100%;
}

body{
  font-family: 'Open Sans', sans-serif;
  background-color: #FEC00F;
  font-size: 15px;
  line-height: 25px;
  color: #444444;
}


img{
  border: 0;
}

a{
  text-decoration: none;
  transition: .3s color;
  color: #333333;
  cursor: pointer;
}
a:focus{
  outline: none;
}
a:hover{
  transition: .3s color;
  color: #BC9143;
}

h2{
  font-family: 'Open Sans', sans-serif;
  padding: 0 30px;
  color: #FEC00F;
  margin: 0 0 20px 0;
  font-weight: normal;
  text-transform:uppercase;
  font-size: 30px;
  line-height:35px;
}
h3{
  font-family: 'Archivo Black', sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}

p{
  margin-bottom: 15px;
}

ul, ol{
  margin: 0 0 15px 30px;
}

ul p{
  margin:0;
}

.container{
  width: 980px;
  margin: 0 auto;
  background-color: #FFFFFF;
  position: relative;
}

#mobileheading{ display: none; }

#nav{
  position: fixed;
  z-index: 999;
  width: 100%;
  min-width: 980px;
  box-shadow: 0 0 5px #666666;
}
#nav ul{
  list-style-type: none;
  margin: 0;
  background-color: #FFFFFF;
  text-align: center;
  line-height: 65px;
  height: 65px;
}
#nav li{
  display: inline;
}
#nav li a{
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  color: #000000;
  margin: 0 15px;
}
#nav li img{
  vertical-align: top;
}

#nav li a.current{
  color: #FEC316;
}

#navlogo img{
  box-shadow: 0 0 10px #000;
}

#top{
  height: 35px;
}
#header{
  height: 370px;
  position: relative;
}
#header #transparent{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 40px;
  background-image: url(images/transparent.png);
}
#header #transparent h1{
  font-family: 'Archivo Black', sans-serif;
  color: #FFFFFF;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 15px;
}
#header #transparent h2{
  font-family: 'Open Sans', sans-serif;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  background: none;
  padding: 0;
  margin: 0;
}


.section{
  padding-top: 65px;
}

.more{
  padding: 30px;
}

.panel{
  /*height: 370px;*/
  margin-top: 30px;
}
.panel img{
  display: block;
}

.greenline{
  display: block;
  background-color: #4E6930;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Archivo Black', sans-serif;
  font-size: 40px;
  line-height: 60px;
  padding: 0 30px;
}
.greenline.smaller{
  font-size: 30px;
}

.clear{ clear: both; }

.quarter{
  float: left;
  width: 243px;
  margin-left: 5px;
}
.third{
  float: left;
  width: 325px;
  padding: 0 20px;
}
.small{
  float: left;
  width: 119px;
}

#home{
  position: relative;
}

#howdoesitwork{
  display: block;
  height: 156px;
  background-image: url(images/howdoesitwork.jpg);
  padding: 10px;
  color: #FFFFFF;
  font-weight: 600;
  position: relative;
}
#howdoesitwork h3{
  color: #FFFFFF;
}
#how .readmore{
  display: block;
  color: #000000;
  position: absolute;
  right: 70px;
  bottom: 15px;
  font-family: 'Archivo Black', sans-serif;
  font-size: 16px;
}


#theprocess{
  display: block;
  height: 336px;
  background-image: url(images/theprocess.jpg);
  padding: 10px;
  color: #FFFFFF;
  font-weight: 600;
  position: relative;
}
#theprocess h3{
  color: #FFFFFF;
}
#theprocess .readmore{
  display: block;
  color: #FEC316;
  position: absolute;
  left: 45px;
  top: 168px;
  font-family: 'Archivo Black', sans-serif;
  font-size: 16px;
}

.readmorebutton{
  display: block;
  text-align: center;
  font-family: 'Archivo Black', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}
.readmorebutton:hover{
  color: #6CAEDF;
}

#home .readmorebutton{
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 119px;
}

#applications .left{
  float: left;
  width: 240px;
  padding-left: 30px;
}
#applications .readmorebutton{
  margin-top: 40px;
}
#applications .right{
  margin: 0 30px 0 300px;
}

#how .left{
  float: left;
  width: 540px;
  min-height: 300px;
  position: relative;
}
#how .readmorebutton{
  position: absolute;
  right: 0;
  bottom: 0;
}
#how .right{
  margin: 0 30px 0 560px;
}


#about .left{
  float: left;
  width: 528px;
  padding-left: 30px;
}
#about .right{
  margin-left: 570px;
  margin-right: 30px;
}

#additional p{
  margin: 0 30px 15px 30px;
}
#additional ul{
  margin: 0 30px 15px 60px;
}

#contact h3, #contact p{
  margin-left: 30px;
}

#contact #remote{
  float: right;
  margin: -85px 30px 0 0;
}

#links h2{
  margin-top: 30px;
}
#links h3, #links p{
  margin-left: 30px;
}

#footer{
  margin-top: 100px;
  border-bottom: 5px solid #000000;
  height: 48px;
  text-align: center;
}

#copy{
  background-color:#FFF;
  color: #666;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  font-weight: 300;
}

.gone{ display: none; }
.here{ display: block; }

.half{
  float: left;
  width: 50%;
}

.gallery, .youtube{
  display: block;
  float: left;
  width: 300px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 0 15px 20px;
  transition: .9s box-shadow;
  position: relative;
}
.gallery:hover, .youtube:hover{
  box-shadow: 0 0 10px #666666;
  transition: .3s box-shadow;
}

.youtube img{
  position:absolute;
  top:50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -33px;
}

.mobileonly{ display: none; }

#caa{
  float:right;
  clear:right;
  width:50%;
  text-align:center;
  margin: 20px 0;
}



.padded{
  padding: 0 30px;

}
.leftcontent{
  float:left;
  width:49%;
}
.rightcontent{
  margin-left: 2%;
  float:left;
  width:49%;
}


.expandlink{
  display:block;
  border-top: 2px dotted #000;
  padding: 15px 0 15px 30px;
  font-weight: 700;
  font-size: 16px;
  background-image: url(/images/plus.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}


.blockcol{
  float:left;
  width:33.333333%
}
.blockcol img{
  display:block;
  width:100%;
}


.testimonials{
  background-color:#000;
  padding: 80px;
  text-align:center;
  font-size: 17px;
  line-height: 27px;
  font-weight:700;
  color:#fff;
  margin: 80px 0 40px 0 ;
}
.testimonials h2{
  color:#FFF;
}

.testimonials .name{
  color:#FEC00F;
  font-size: 15px;
  margin-top: 20px;
}

.twocol{
  columns: 2;
  column-gap: 50px;
}

.dotted{
  border-top: 2px dotted #000;
  height: 40px;
}

.getintouch{
  display:block;
  color:#FFF;
  font-size: 50px;
  line-height:50px;
  text-transform:uppercase;
}

#contact{
  margin-top: 80px;
  background-color:#000;
  color:#FFF;
  padding-bottom: 50px;
}
#contact a{
  color:#FFF;
}
