html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,
em,font,img,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,b,u,i,center,dl,dt,
dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
	border: 0;
	outline: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}
ol,ul{
	list-style:none;
}
*,*:before,*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #001831 /*#839EB2*/;
	color: #000;
}

h1{
	font-size: 48px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 20px;
	margin-bottom: 10px;
}
h5{
	font-size: 18px;
}

p{
	line-height: 1.5;
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 16px;
}
li{
	line-height: 1.7;
	font-size: 16px;
	font-weight: lighter;
}


a {
	color: #CFA009;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}













.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: 24px 48px;
    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: 12px;
	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-top > a > img{
	margin: 0 auto;
	width: 150px;
}





.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: 24px;
			font-family: sans-serif;
			font-weight: normal;
			border-radius: 7px;
			border: 1px solid #fff500;
			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;
			border: 1px solid #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;
}




.download-link {
  background: none;
  border: none;
  color: #CFA009;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  font: inherit;   /* keep same font as surrounding text */
  padding: 0;      /* remove default button padding */
  width: 100%;
  height: auto;
  text-align: center;
}

.download-link:hover {
  text-decoration: underline;
  color: #a67f07;  /* a slightly darker gold for hover */
  background-color: transparent;
  border: none;
}







.modal-bg{
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
}
.video-modal,
.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%;
	}


	.video-holder {
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		position: relative;
	}
	
	.video-holder > iframe{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}


	.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;
	}