/* Index Page Splash */
#splash_container{
	display: table-row;
}
#landing_splash{
	display: table-cell;
	width:69%;
	background-color: #6691C3;
	vertical-align: top;
}
#landing_actionable{
	display: table-cell;
	width:31%;
	background-color: #5881BC;
	vertical-align: top;
}
/* For future reference - non table based styling without equibible height stuff
#landing_splash{
	display: inline-block;
	width:69%;
	background-color: #6691C3;
	float:left;
}
#landing_actionable{
	display:block;
	width:31%;
	background-color: #5881BC;
}
*/
#landing_title{
	color:#ffffff;
	font-family: 'Antic Slab', serif;
	font-size: 37px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	line-height: 50px;
	margin-bottom: 0px;
}
#landing_desc{
	color:#ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: 200;
	padding-left: 30px;
	padding-right:30px;
	padding-bottom: 10px;
	line-height: 40px;
}
#learn_more_title{
	padding-left:30px;
	font-family: 'Antic Slab', serif;
	font-size: 23px;
	color: #ffffff;
}
.action_item{
	display: block;
	padding-left:30px;
	padding-right:30px;
	padding-top:8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	margin-left:40px;
	margin-right:30px;
	background-color: #80BC72;
	color:#ffffff;
	font-family: 'Titillium Web', sans-serif;
	cursor: pointer;
}
.action_item:hover{
	background-color: #80BCC1;
}
.action_item2{
	display: block;
	padding-left:30px;
	padding-right:30px;
	padding-top:8px;
	padding-bottom: 8px;
	margin-bottom: 20px;
	margin-left:40px;
	margin-right:30px;
	background-color: #C18250;
	color:#ffffff;
	font-family: 'Titillium Web', sans-serif;
	cursor: pointer;
}
.action_item2:hover{
	background-color: #80BCC1;
}
#get_in_touch{
	color:#ffffff;
	font-family: 'Antic Slab', serif;
	font-weight: 300;
	margin-left:30px;
	font-size: 18px;
}
#contact_button:hover{
	background-color: #000;
}


/* Index Page Slider */
#photo_title{
	color:#ffffff;
	font-family: 'Antic Slab', serif;
	font-size: 27px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	margin-bottom: 0px;
}
#photo_text{
	color:#fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding-left: 70px;
	padding-right:30px;
	padding-bottom: 10px;
}
#text_title{
	color:#ffffff;
	font-family: 'Antic Slab', serif;
	font-size: 32px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	margin-bottom: 0px;
}
#text_text{
	color:#fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding-left: 70px;
	padding-right:70px;
	padding-bottom: 10px;
}
.slider_link{
	padding:30px;
	padding-top:10px;
	padding-bottom: 10px;
	border: solid 2px #C18250;
	margin:0px;
	font-family: 'Antic Slab', serif;
	color: #fff;
	cursor:pointer;
}
.slider_link:hover{
	border: solid 2px #ffffff;
	color: #fff;
	background-color:rgba(255,255,255,0.08);
}


/* Mailing List */
#mail_title{
	color:#ffffff;
	font-family: 'Antic Slab', serif;
	font-size: 40px;
	padding-left:20px;
	padding-right:20px;
	padding-top:50px;
}
#mail_subtitle{
	color:#354F30;
	font-family: 'Titillium Web', sans-serif;
	font-size: 25px;
	padding-left:20px;
	padding-right:20px;
}
.input_box{
	border:none;
	height:50px;
	padding:15px;
	font-size: 20px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
    outline-color: #80BC72;
    color:#000;
    background-color: #ffffff;
    width:100%;
    border-bottom: #B7B7B7 solid 2px;
}
.submit_button{
	padding:30px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#ACEFFC;
	color:#60848C;
	border:none;
	height:50px;
	width:100%;
	border-bottom: #60848C solid 2px;
}
.submit_button:hover{
	background-color:#343A47;
	color:#fff;
	border-bottom: #2C313D solid 2px;
}

/* Last Word */
#last_word{
	color:#ffffff;
	font-family: 'Antic Slab', serif;
	display:inline-block;
	font-size: 37px;
	padding-left:60px;
	padding-right:60px;
	line-height: 50px;
	margin-top:80px;
	margin-bottom: 80px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

/* Manufacturers Directory */
.manu_tile{
  display: inline-block;
  vertical-align: middle;
  width:293px;
  height:300px;
  background-color: #36b1cc;
  margin:10px;
  color: #ffffff;
  font-family: 'Antic Slab', serif;
}
.project_name_link{
  color:#ffffff;
  text-decoration: none;
  font-size: 18px;
}
.project_name_link:hover{
  text-decoration: underline;
}
#search{
	width:95%;
	height:40px;
	margin-top: 25px;
	font-size: 20px;
	padding: 6px;
	font-family: 'Titillium Web', sans-serif;

}


/* Manufacturer Display*/
.button_wrapper{
position:relative;
width:200px;
}
.special_button{
	position:relative;
	width:100%;
	color:#FFF;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	font-weight: 400;
	display:block;
	text-decoration:none;
	margin:0 auto;
	background:#80BC72;
	text-align:center;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
	top:0px;
}
.button_wrapper:hover>.special_button{
    position:relative;
    top:-2px;
    -webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
}
.button_wrapper:active>.special_button{
    position:relative;
    top:2px;
    -webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.special_button_bottom{
	position:absolute; 
	bottom:-2px; 
	left:0px; 
	height:10px; 
	width:100%; 
	background-color:#517B4A;
}
#description{
	padding:15px;
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
}
li{
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 17px;
}
#supplier_name{
	color:#ffffff;
	font-family: 'Antic Slab', serif;
	font-size: 27px;
	padding-left:10px;
	padding-top:15px;
	margin-bottom: 0px;
}
h2{
	font-family: 'Antic Slab', serif;
	font-size: 23px;
	color:#ffffff;
	padding:8px;
	padding-left:19px;
	margin-bottom:4px;
}
h4{
	font-family: 'Antic Slab', serif;
	font-size: 14px;
	color:#ffffff;
	padding:8px;
	padding-left:19px;
	margin-bottom:4px;
}
.super_table th{
  color:#ffffff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding-bottom:2px;
  border: 1px solid white;
  border-bottom: 2px solid #fff;
  background-color: #1F262E;
}
.super_table td{
  color:#ffffff;
  font-weight: 200;
  font-family: 'Titillium Web', sans-serif;
  font-size: 12px;
  border: 1px solid white;
  text-align: center;
  padding:15px;
}
.supplier_link{
	padding-bottom:1px;
	background-color: #1F262E;
	cursor: pointer;
	font-size: 22px;
}
.supplier_link:hover{
	background-color: #DA575C;
}
.supplier_link:active{
	background-color: #CE2E33;
}
.pdf_tile{
  display: inline-block;
  vertical-align: middle;
  width:290px;
  height:420px;
  background-color: #80BC72;
  margin:10px;
  color: #ffffff;
  font-family: 'Antic Slab', serif;
}

/* Products Page */
.cat_button{
	background-color: #ffffff;
	color:#1A2129;
	cursor: pointer;
	font-family: 'Antic Slab', serif;
	font-size: 30px;
	margin:10px;
	padding:8px;
}
.cat_button:hover{
	background-color: #1A2129;
	color:#ffffff;
}
.product_type_tile{
  display: inline-block;
  vertical-align: middle;
  width:45%;
  padding:7px;
  background-color: #F3A04E;
  color: #ffffff;
  font-family: 'Antic Slab', serif;
  font-size: 20px;
  margin:10px;
  margin-top:0px;
  text-align: left;
}
.product_type_tile:hover{
  background-color: #C68340;
}
.supplier_logo_tile{
  display: inline-block;
  vertical-align: middle;
  width:30%;
  padding:10px;
  background-color: #F3A04E;
  margin:10px;
  height:80px;
  cursor:pointer;
}
.input_box2{
  height:40px;
  width:100%;
  font-size: 15px;
  padding-left: 12px;
  border:none;
  outline-style: none;
  margin-left:-1px;
}
.search_button_alpha{
  background-color:#5881BC;
  height:40px;
  border:none;
  width:100%;
  color:#ffffff;
  font-size: 15px;
}
.selector{
  width:100%;
  font-size:16px;
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  background-color: #80BC72;
  border-color: #80BC72;
  padding-left: 20px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* Mini_Headder */
#Mini_Headder{
	color:#ffffff;
	font-family: 'Antic Slab', serif;
	display:inline-block;
	font-size: 40px;
	padding-left:50px;
	padding-right:60px;
	line-height: 50px;
	margin-top:60px;
	margin-bottom: 60px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
#contact_left_links{
    width: 18.75em;
    margin-right: -19.3em;
    float: left;
}
#contact_right_map{
    margin-left: 20em;
    float: left;
}
#contact_icon{
	width:120px;
	height:140px;
	padding:10px;
}
#contact_content{
	padding-left:40px;
	line-height: 35px;
	font-family: 'Titillium Web';
	font-size: 20px;
	font-weight:200;
	color:#ffffff;
}
#contact_second{
	color:#ffffff;
	font-family: 'Antic Slab', serif;
	font-size: 25px;
	border-bottom:solid 1px white;
}
#contact_links{
	display: block;
	width:70%;
	background-color:#5E9259;
	color:#ffffff;
	padding:20px;
	text-align: center;
	font-family: 'Titillium Web';
	font-size:17px;
	cursor:pointer;
}
#contact_links:hover{
	width:70%;
	background-color:#4A7446;
}
#popups a{
	color:#6691C3;
	text-decoration:underline;
}
#popups a:hover{
	color:#4C6FA3;
	font-style:bold;
}
.lit_tile{
  display: inline-block;
  width:220px;
  vertical-align: top;
  margin:6px;
  margin-bottom:15px;
}
.dropper_down{
  width:100%;
  font-size:16px;
  color:#fff;
  background-color: #80BC72;
  border-color: #80BC72;
  height:30px;
  margin-bottom: 10px;
}
.lit_in_box{
	color:#ffffff;
	font-family:Titillium Web;
}
.lit_in_box_text{
	color:#ffffff;
	font-family:Titillium Web;
	width:30%;
}
.lit_in_box input{
	height:30px;
	font-size: 15px;
}
.about_slate{
	font-family: Titillium Web;
	font-weight: 300;
	padding:15px;
	background-color:#ffffff;
	display: inline-block;
	margin:0;
	position: relative;
	display: inline-block;
	font-size: 17px;
	text-align: left;
}
#about_landing{
	width:70%;
	margin:0px;
	margin-right:1%;
	vertical-align: top;
	min-height: 265px;
}
#about_coreval{
	width:27%;
	margin:0px;
	vertical-align: top;
}
@media (max-width: 700px){
	#about_landing{
		width:98%;
		margin-right:0%;

	}
	#about_coreval{
		margin-top: 10px;
		width:98%;
	}
}
#about_advantage{
	width:55%;
	margin:0px;
	vertical-align: top;
	/*min-height: 265px;*/
}
#about_mission{
	width:42%;
	margin:0px;
	vertical-align: top;
	margin-right:1%;

}
@media (max-width: 700px){
	#about_advantage{
		width:98%;

	}
	#about_mission{
		margin-top: 10px;
		width:98%;
		margin-right:0%;

	}
}
.about_title{
	font-weight: 600;
	font-size: 25px;
	border-bottom: 1px black solid;
	margin-bottom: 15px;
	display: inline-block;
	color: #343A47;
}
#value_button{
	font-family: Titillium Web;
	font-weight: 300;
	padding:15px;
	background-color:#6EA564;
	color:#ffffff;
	display: inline-block;
	margin:0;
	position: relative;
	display: inline-block;
	font-size: 17px;
	text-align: center;
	cursor: pointer;
}
#value_button:hover{
	background-color: #80BC72;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#jobs li{
	color:#000000;
}