.centered{
	text-align: center;
}

.one-column{
	width: 100%;
	display: inline-block;
}
.flex{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.flex-wrap{
	flex-wrap: wrap;
}
.flex-start{
	align-items: flex-start;
}
	.flex-full{
		flex-basis: 100%;
	}
	.flex-half{
		flex-basis: calc(50% - 20px);
	}
	.flex-third{
		flex-basis: calc(33% - 20px);
	}
	.flex-two-thirds{
		flex-basis: calc(67% - 20px);
	}
	.flex-fourth{
		flex-basis: calc(25% - 20px);
	}
	.flex-three-fourths{
		flex-basis: calc(75% - 20px);
	}
	.flex-fifth{
		flex-basis: calc(20% - 20px);
	}
	.flex-four-fifths{
		flex-basis: calc(80% - 20px);
	}


@media(max-width: 768px){
	#info_sub .flex{
		display: inline-block;
	}
	.flex-half{
		flex-basis: 100%;
		margin-bottom: 20px;
	}
	.flex-third{
		flex-basis: 100%;
		margin-bottom: 20px;
	}
}


.all-caps > span,
.all-caps > p{
	text-transform: uppercase;
}


.info-box{
    position: relative;
    background-color: #fff;
    margin-bottom: 40px;
    padding: 20px 36px;
    border-radius: 20px;
}
.info-box.testimonial{
    flex-basis: calc(50% - 20px);
}
	.info-box-top{
		display: inline-block;
		width: 100%;
		text-align: center;
	}




#fade-items{
	position: relative;
	height: 140px;
}
	.fade-item{
		display: none;
		position: absolute;
	}
	.fade-item:first-child{
		display: block;
	}




.sale-splash{
	 width: 150px;
	 position: absolute;
	 top: 10px;
	 left: 125px;
}




.button-half{
	padding: 15px 0 0;
}



.info_desc_tall li{
	list-style-type: disc;
}
.info_desc_tall .no-margin{
	list-style-type: none;
}



.smaller{
	font-size: 10px;
	line-height: 1;
	margin-bottom: 6px;
}
h5 + .smaller{
	margin-top: 20px;
}
.info-box-top{
	text-align: left;
	margin-bottom: 20px;
}
.info-box-top > a{
	text-align: center;
	display: inline-block;
	width: 100%;
}





.info-box table{
	width: 100%;
}










.block-img{
	width: 100px;
	height: 100px;
	margin: 0px 0px 0px 20px;
}




div.button{
			width: 210px;
			float: left;
		}
		button,
		a.button,
		div.button a {
			/*background: url('../images/page/fhdownbutton2.png') no-repeat left top;*/
			background: #f1c544;
			width: 200px;
			height: 62px;
			padding-top: 16px;
			display: block;
			text-align: center;
			color: #000;
			text-decoration: none;
			font-size: 20px;
			border-radius: 5px;
			border: 3px solid #000;
			cursor: pointer;
			white-space: nowrap;
			/*background-position: 0px -61px;*/
			/*text-shadow: 1px 1px 2px;*/
		}
		button,
		a.button{
			padding-top: 0;
		}
		a.button:hover,
		button:hover,
		.button a:hover{
			/*background-position: 0px 1px;*/
			background: #034f86;
			color: #fff;
		}
		




#products .info-box{
	position: relative;
	padding-bottom: 120px;
}
	#products .button{
		position: absolute;
		bottom: 30px;
		left: calc(50% - 105px);
	}





.info_desc_tall li{
	margin-left: 30px;
}
.info_desc_tall .no-margin{
	margin-left: 0;
	padding-top: 12px;
}




#info_sub > h2:first-child{
	margin-bottom: 30px;
	color: #252525;
}












.input-squeeze{
	width: 500px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.input-squeeze-inner{
	width: 66%;
	margin: 0 auto;
}
.input-squeeze label{
	font-weight: lighter;
	margin-bottom: 3px;
}
.input-squeeze-inner > *{
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
input[type=text],
input[type=password], 
input[type=email]{
	height: 36px;
	border-radius: 3px;
	border: 1px solid #888;
	padding: 0 12px;
	width: 100%;
}









.lil-menu{
	width: 100%;
	/*height: 21px;*/
	background: url("images/page/barback2.png") repeat right top;
	background: #ffe181;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	/*padding: 5px 0px 0px 40px;*/
}
	.lil-menu a{
		color: #252525;
		padding: 10px 0 5px;
		width: 126px;
		text-align: center;
		display: inline-block;
		border-bottom: 5px solid transparent;
	}
	.lil-menu a:hover{
		text-decoration: none;
		border-bottom: 5px solid rgba(88,88,88,0.5);
	}






img{
	max-width: 100%;
}


.testimonials .flex-full{
	text-align: center;
	margin-bottom: 40px;
}
	.testimonials .flex-full .button{
		float: none;
		margin: 0 auto;
	}


.testimonials .info-box .infowidthleft{
	width: 96px;
	display: inline-block;
	margin-right: 20px;
}
.testimonials .info-box h3{
	width: calc(100% - 120px);
	display: inline-block;
	vertical-align: top;
	padding-top: 30px;
}











.modal-bg{
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
}
.modal{
	width: 80%;
	margin: 0 auto;
	position: fixed;
	top: 100px;
	z-index: 2;
	/* left: calc(50% - 542px); */
	left: 0;
	right: 0;
	display: none;
}
	.modal-close{
		font-family: monospace;
		font-size: 25px;
		cursor: pointer;
		position: absolute;
		right: 17px;
		top: 5px;
		color: #252525;
		z-index: 3;
	}
	.modal iframe{
		width: 860px;
		height: 480px;
		max-width: 100%;
	}




	.product-table{
		width: 50%;
	}
	.product-table tr > *{
		width: 50px;
	}
	.product-table tr > *:first-child{
		width: auto;
	}
	.product-table th:first-child{
		text-align: left;
		font-size: 15px;
		font-weight: bold;
		text-decoration: underline;
		padding-top: 15px;
	}





	.attention-bar {
		background: #252525;
		color: #fff;
		padding: 16px;
		border-bottom: 1px solid #f7c00d;
		box-shadow: 0 5px 10px rgba(0,0,0,.5);
		font-weight: lighter;
		font-size: 18px;
		position: relative;
		line-height: 2;
	}
	@media(max-width: 960px){
		.attention-bar a.button {
			display: block;
		}
	}
	.attention-bar a.button {
		display: inline;
		padding: 6px 12px;
		font-size: 16px;
	}
	.attention-bar a.button:hover {
		text-decoration: none;
	}




	#fhform{
		width: 100%;
		float: left;
		text-align: left;
		padding: 5px 10px 0px 10px;
		background-image: none;
		background-color: #034F86;
		color: #fff;
	}