/* DOWNLOADS */

.aside-title{
	color: #004321;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
	text-align: left;
    text-transform: uppercase;
}
.download{
	align-items: center;
	display: flex;
	clear: both;
    padding-bottom: 5px;
}
.download:last-child{
	padding-bottom: 25px;
}
.download a{
	align-items: center;
	display: flex;
	height: 40px;
}
.download img{
	float: left;
    margin-right: 10px;
}
.download span{
	color: #008852;
    font-size: 16px;
    line-height: 15px;
    text-align: left;
    text-transform: uppercase;
}
.download span:hover{
	color: #004321;
}


.youtube {
	margin: 30px 0;
}

/* Tables */
thead th{background:#fff}
th,td,caption{padding:8px 10px}
tr td{border-top:1px solid #ddd}
tr.odd td{background:#008852}
tr.end td{border-bottom:1px solid #ddd}
caption{background:#eee}
table{
   border:thin black solid;
   margin-bottom:20px;
   width:100%;
 }
 td, th{
   padding:7px;
 }
 .odd{
   background-color:#008852;
   color:#ffffff;
 }
 .even{

 }


 /* Contact Form */
 #contactUs{
 	padding: 10px 0;
 }
 #contactUs label{
 	font-weight: bold;
 	padding: 10px 0 0 0;
 }
 #contactUs label span{
 	color: #FF0000;
 	display: inline;
 	font-weight: bold;
 }
 #contactUs textarea{
 	box-sizing: border-box;
 	height: 200px;
 	width: 100%;
 }
 .input {margin-bottom:10px;}
 .input input {box-sizing:border-box; width:100%; height:25px; border:0; padding-left:10px;}
 .field label {margin-bottom:5px; display:block;}
 form {margin-bottom:50px;}
 form button {border:0; padding:0; width:120px; cursor:pointer; height:40px; line-height:40px; background:#008852; font-size:14px; text-transform:uppercase; color:#fff;}
 form button:hover {background:#007141;}


 section#sub .gallery .bigImage p {margin-bottom:15px;}
 section#sub .gallery .bigImage p.caps {text-transform:uppercase; font-weight:bold; margin-bottom:5px;}
 div.belowGallery{
	clear: both;
}

.page-full img{
	width: 370px;
}
.page-thumbs img{
	width: 61px;
}

.smallImages img{
	cursor: pointer;
}

 p a {color:#008852;}

 /* Tabs */
 .tabs-list{
 	border-bottom: 1px solid #333;
 	list-style: none;
 	margin-bottom: 15px;
 	overflow: auto;
 	padding: 0;
 	width: 100%;
 }
.tabs-list li{
	background: #004321;
	border-right: 1px solid #FFF;
	color: #FFF;
	cursor: pointer;
	float: left;
	margin-bottom: 0;
	padding: 10px;
	user-select: none;
}
.tabs-list li:hover{
	background: rgba(0,136,82,0.75);
}
.tabs-list li.tab-selected{
	background: #008852;
}
.tabs-content{
	display: none;
}
.tabs-content:first-of-type{
	display: block;
}

.iso{
	margin-top: 25px;
    width: 200px;
}

.quotes {
	background:#008852;
  box-sizing: border-box;
  color:#fff;
  padding: 5px 25px;
}
.quotes p {
  font-size:26px;
	line-height:30px;
}

blockquote {
  background: #008852;
  font-style: italic;
  margin: 10px 0 0 0;
  padding: 30px 0;
  text-align: center;
}
blockquote p:last-child{
  color: #FFF;
  font-size: 20px;
  margin-top: 14px;
}
/*blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after{
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}*/
.bq {
  display:none;
}


/* RELEASES PAGE */
.release{
	align-items: center;
	display: flex;
	overflow: auto;
	padding: 20px 0;
}
.release img{
	float: left;
 	margin-right: 20px;
    width: 150px;
}
.release p{
	float: left;
    font-size: 20px;
}
.release span{
	color: #CCC;
	font-size: 16px;
}


/* FEATURED PRODUCTS HOME */
.featured-products{
 	overflow: auto;
	padding: 25px 0 50px;
}
.featured-products div{
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #666;
   	box-sizing: border-box;
	float: left;
    height: 320px;
    position: relative;
	width: 30%;
}
.featured-products div:hover{
	opacity: 0.95;
}   
.featured-products div:nth-of-type(2){
	margin: 0 5%;
}
.featured-products div p{
	background: linear-gradient(to left, #008650 0%, #007444 31%, #034221 100%);
    bottom: 0;
    box-sizing: border-box;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
	padding: 18px 15px;
    position: absolute;
	text-align: left;
    width: 100%;
}
.featured-products a{
	display: block;
	height: 100%;
    width: 100%;
}

/* EVENTS HOME */
section#main aside.home-aside{
	text-align: left;
}
.home-aside h2.subheader{
	font-size: 24px;
    margin-bottom: 5px;
    padding: 0;
}
.event-home{
	line-height:18px;
	margin-top: 20px;
}
.event-home a{
	font-size: 18px;
}
.event-home span{
	font-size: 14px;
}
.view-more-events{
	margin-top: 15px;
}

/* EVENTS PAGE */
.release.event{
	padding: 0;
}


/* SEARCH */
.search-overlay{
	background: rgba(3,66,33,0.95);
	display: none;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.search-overlay input[type=text]{
	background: none;
    border: none;
    border-bottom: 1px solid #FFF;
	color: white;
	font-size: 20px;
	height: 50px;
    margin: 0 auto;
    max-width: 90%;
    outline: none;
    text-align: center;
	width: 400px;
}
.search-overlay input[type=submit]{
	background: #008650;
	clear: both;
    color: white;
    cursor: pointer;
	display: block;
    font-size: 18px;
    margin: 20px auto;
    max-width: 90%;
    padding: 10px;
    width: 400px;
}

.search-overlay input[type=submit]:hover{
	background: #007444;
}

.search-close{
	cursor: pointer;
	margin-bottom: 20px;
    margin-right: -374px;
	margin-top: 150px;
	width: 36px;
}

section#main article.article-full-width{
	border: none;
	width: 90%;
}

@media screen and (max-width: 400px) {
  .search-close{
    margin-right: -85%;
  }
}


/* INSTALLATION GUIDES */
.installation-links{
	overflow: auto;
	padding: 40px 0;
}
.installation-links ul{
	list-style: none;
    padding-left: 0;
}
.installation-links li{
	box-sizing: border-box;
	float: left;
    padding: 10px;
    text-align: center;
	width: 33.3333%;
}
.installation-links li:nth-child(3n+1){
	clear: both;
}
.installation-links li a{
    text-align: center;
}

.authorized-reps{
	clear: both;
    padding-top: 30px;
}

.authorized-reps h2{
	padding-bottom: 20px !important;
}

.authorized-reps ul{
	display: flex
}
.authorized-reps li{
    width: 50%;
    align-items: center;
    display: flex;
}
.authorized-reps img{
	width: 75%;
}

/* LANGUAGE BUTTONS AND TEXT */
.language-button{	
    float: right;
    margin-top: 6px;
    height: 24px;
    background: white;
    color: darkgreen;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    outline: none;
    width: 90px;
    transition: 0.25s background ease;
} 
.language-button:hover{
	background: #EEE;
}
.spanish-text, #english{
	display:none;
}

@media screen and (max-width: 800px) {
  .installation-wrap{
  	margin-right: 5% !important;
    width: 90% !important;
  }
  .installation-links li{
  	float: none;
    padding: 0;
  	width: 100%;	
  }
  .authorized-reps img{
  	margin-left: 25%;
  }
}
