

* { outline: none; }
input::-moz-focus-inner { border: 0; }
.clear { clear: both; }
a img { border: none; }
p { padding: 9px 0px; margin: 0px; }
hr { color: #999999; background-color: #999999; height: 1px; border: none; }
.hidden { display: none; }
.textright { text-align: right; }
.textleft { text-align: left; }
.textcenter { text-align: center; }

a { color: #d2232a; text-decoration: none; }
a:hover { text-decoration: underline;}



#adminbar {
	padding: 5px 10px;
	background: #1973b0 url(../admin_images/adminbar.png) top repeat-x;
	border: 1px solid #004c80;
}
#adminbar form {
	padding: 0px;
	margin: 0px;
}
#editbutton {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/edit.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#editbutton:hover {
	background: url(../admin_images/edit.png) bottom;
}
#viewmediaform {
	display: block;
	float: right;
}
#viewmedia {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/viewmedia.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#viewmedia:hover {
	background: url(../admin_images/viewmedia.png) bottom;
}



h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0px;
	padding: 3px 0px;
}
h1 {
	font: 40px/45px 'poppins', sans-serif;
	color: #d2232a;
}

h2 {
	font: 40px/40px 'poppins', sans-serif;
	font-weight: bold;
	color: #333333;
}
h3, h4, h5, h6 {
	font: 20px/25px 'poppins', sans-serif;
	color: #333333;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #d2232a;}
#logo {
	display: block;
	padding: 0;
	position: absolute;
	top: 17px;
	left: 0px;
}



body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font: 16px/24px  'poppins', sans-serif;
	color: #302e2f;
}

.wrapper {
	width: 940px;
	margin: 0px auto;
	position: relative;
}

#banner_div {
	position: relative;
	height: 105px;
}

#connect {
	position: absolute;
	top: 12px;
	right: 0;
	width: 270px;
}
	#connect .phone {
		font: 28px/32px 'poppins', sans-serif;
		color: #7e93b0;
		float: left;
	}
	#connect .supernav {
		font: 14px/16px 'poppins', sans-serif;
		color: #666666;
		float: right;
	}
		#connect .supernav a {
			color: #666666;
		}
	#connect .social {
		height: 35px;
		width: auto;
		float: left;
		padding: 0 5px;
		margin: 5px 0 0 0;
		background: url(../images/navbar.png) center top repeat-x;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow:  0px 1px 2px rgba(0, 0, 0, 0.4);
		box-shadow:  0px 1px 2px rgba(0, 0, 0, 0.4);
	}
	#connect .social a {
		display: block;
		background:  url(../images/icons.png) 0 center no-repeat;
		height: 24px;
		margin: 5px 5px 6px 5px;
		float: left;
	}

	#connect .social a.linkedin {
		background:  url(../images/linkedin.png) 0 center no-repeat;
		width: 24px;
	}

		#connect .social a.facebook {
			width: 24px;
			background-position: 0 top;
		}
		#connect .social a.youtube {
			width: 24px;
			background-position: -31px top;
		}
		#connect .social a.google {
			width: 24px;
			background-position: -62px top;
		}
		#connect .social a.feed {
			width: 24px;
			background-position: -93px top;
		}
		#connect .social a.twitter {
			width: 24px;
			background-position: -124px top;
		}
		#connect .social a.china {
			width: 30px;
			background-position: -185px top;
		}
		#connect .social a.swiss {
			width: 30px;
			float: right;
			background-position: -215px top;
		}

#navbar_div {
	height: 35px;
	text-align: center;
	font: 16px/35px 'poppins', sans-serif;
	background: url(../images/navbar.png) center top repeat-x;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:  0px 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 1px 2px rgba(0, 0, 0, 0.4);
}

#navbar_div a {
	text-decoration: none;
	color: #666666;
	margin: 0px 15px;
}
#navbar_div a.current, #navbar_div a:hover {
	color: #d2232a;
}

#content_div {
	padding: 0px;
}
	#content_div img {
		border: 1px solid #999999;
		-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
		box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	}
	#content_div img.nofx {
		border: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

.shadow {
	background: url(../images/shadow.png) center top no-repeat;
	height: 20px;
	font: 12px/15px poppins, sans-serif;
}
.shadow p {
	text-align: right;
	color: #666666;
}
.shadow a {color: #d2232a;}
.leftArrow, .rightArrow {
	background: url(../images/sliderArrows.png);
	width: 26px;
	height: 25px;
	display: block;
	margin: 0 25px;
}
.leftArrow {background-position: left top; float: left;}
.rightArrow {background-position: right top; float: right;}
.buttonRed {
	display: block;
	width: 220px;
	height: 50px;
	font: bold 22px/50px poppins, sans-serif;
	background: url(../images/buttonRed.png) right top no-repeat;
	color: #f5f5f5;
}
.buttonRed:hover {
	color: #333333;
	text-decoration: none;
}

#footer_div {
	background: url(../images/shadow.png) center top no-repeat;
	border-top: 1px solid black;
	padding: 15px 0px;
	font-size: 20px;
	color: black;
	position: relative;
	height: 75px;
}
#footer_div a {
	color: black;
}
.footerIcons {
	position: absolute;
	right: 20px;
	top: 40px;
}

.divPageTitle > .container {
	width:100%;
	display: flex;
}

.pageBannerSubheader {
	text-align: right !important;
	line-height:62px;
}

.Menu_Left_Top {
	background: url(../images/Sidebar_Left_Top.png) right bottom no-repeat;
	height: 15px;
	margin: 0;
}
.Menu_Left_Body {
	background: url(../images/Sidebar_Left_Body.png) right center repeat-y;
	margin: 0;
}
.Menu_Left_Bottom {
	background: url(../images/Sidebar_Left_Bottom.png) right top no-repeat;
	height: 15px;
	margin: 0;
}
.Menu_Right_Top {
	background: url(../images/Sidebar_Right_Top.png) left bottom no-repeat;
	height: 15px;
	margin: 0;
}
.Menu_Right_Body {
	background: url(../images/Sidebar_Right_Body.png) left center repeat-y;
	margin: 0;
}
.Menu_Right_Bottom {
	background: url(../images/Sidebar_Right_Bottom.png) left top no-repeat;
	height: 15px;
	margin: 0;
}

#sidemenu {
	width: 220px;
	float: left;
	padding: 0;
	
}

#sidemenu a {
	display: block;
	font: bold 16px/20px poppins, sans-serif;
	color: #d2232a;
	text-decoration: none;
	padding: 10px 15px;
	border: 0;
	border-bottom: 1px solid #cccccc;
}
#sidemenu a:hover, #sidemenu a.current {
	background: #d2232a url(../images/Sidebar_Left_Body.png) right center repeat-y;
	color: #f5f5f5;
	text-decoration: none;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}

#sidemenu a.sublink {
	color: #ffffff;
	margin-left: 40px;
	background: #333333;
	background: -moz-linear-gradient(90deg,#333333,#666666);
	background: -webkit-gradient(linear, left bottom, left top, from(#333333), to(#666666));
	border: 1px solid #333333;
	text-shadow: 1px 1px 1px #333333;
}
#sidemenu a.sublink:hover {
	color: #ffffff;
	text-decoration: none;
	background: #000000;
	background: -moz-linear-gradient(90deg,#000000,#333333);
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#333333));
	border: 1px solid #000000;
	text-shadow: 1px 1px 1px #000000;
}

#textsection {
	float: right;
	width: 700px;
}



.text_image {
	float: right;
	margin: 9px 0px 9px 18px;
	text-align: center;
}
.text_image_right {
	float: right;
	margin: 9px 0px 9px 18px;
	text-align: center;
}
.text_image_left {
	float: left;
	margin: 9px 18px 9px 0px;
	text-align: center;
}

.text_image_left p, .text_image_right p  {
	margin-top: 3px;
	text-align: center;
	padding: 0;
}

.text_image_left img, .text_image_right img {

}

.textholder {
	padding: 10px 0px;
	margin: 0px;
}

.lefttextimage {
	float: left; 
	margin-right: 10px; 
	border: 1px solid #c1c1c1;
}

.righttextimage {
	float: right; 
	margin-left: 10px; 
	border: 1px solid #c1c1c1;
}



.dmap {
	margin: 9px 0px;
	width: 540px;
	height: 300px;
	border: 1px solid #c1c1c1;
}


a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
.group input:focus,
.group textarea:focus,
.group select:focus,
.divContactFormInput .inpProperty:focus {
    outline: 5px solid black;
	outline-offset: -2px;
}


.submit_button {
	cursor: pointer;
	display: block;
	font-weight: bold;
	color: #f5f5f5;
	text-decoration: none;
	padding: 5px 15px;
	margin-bottom: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #d2232a;
	border: 0;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}

.submit_button:hover {
	color: #f5f5f5;
	text-decoration: none;
	background: #81262a;
	border: 0;
}
.submit_button.current {
    color: #f5f5f5;
    text-decoration: none;
    background: #81262a;
    border: 0;
}

#contactright {
	float: right;
	width: 460px;
}

#contactleft {
	float: left;
	width: 460px;
	border-right: 1px solid #c1c1c1;
}

.textinput {
	width: 300px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

.smallinput {
	width: 35px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

.phoneinput {
	width: 150px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}
.codeinput {
	width: 75px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

#contactform label {
	display: block;
}

#contactform select {
	color: #333333;
}

#contactform textarea {
	width: 300px;
	height: 100px;
	padding: 3px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	color: #333333;
}

#codetable {
	width: 225px;
}
#codetable .secimagetd {
	width: 125px;
	text-align: center;
}
#codetable .secimagetd img {
	border: 1px solid #c1c1c1;
}

#gmap {
	margin: 9px 0px;
	height: 340px; 
	width: 480px;
	margin: 15px 0;
	border: 1px solid #999999;
}
#gmap img {
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}



.faq {
	margin: 0px 0px;
}

.faq2 {
	border-bottom: 1px solid #c1c1c1;
	margin: 0px 0px;
}

.faqholder {
	position: relative;
	padding-left: 50px;
}

.faqtitle {
	position: absolute;
	top: 9px;
	left: 20px;
	font-weight: bold;
	color: #999999;
}



.imagetable {
	float: left;
	width: 138px;
	height: 138px;
	margin: 10px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #c1c1c1;
}
.imagetable5 {
	float: left;
	width: 138px;
	height: 138px;
	margin: 5px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #c1c1c1;
}
.bfimagetable {
	float: left;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	margin: 10px;
	text-align: center;
	cursor: pointer;
}
.bfimagetable td {
	width: 122px;
	height: 122px;
}
.cattable {
	float: left;
	width: 138px;
	height: 180px;
	margin: 10px;
	text-align: center;
}
.catimage {
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
}

.subcat_text {
}
.subcat_images {
	float: right;
	width: 300px;
}



.linkholder {
	float: left;
	width: 290px;
	margin: 10px;
	position: relative;
	min-height: 140px;
	padding: 10px 0px 10px 160px;
}

.linktable {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}

.link2holder {
	margin: 10px 80px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	min-height: 150px;
	padding: 10px 0px 10px 150px;
}

.link2table {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}



.link3holder {
	margin: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	min-height: 150px;
	padding: 10px 0px;
}

.link3table {
	float: left;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}
.link3side {
	float: right;
	width: 550px;
}
.link4holder {
	position: relative;
	min-height: 200px;
	text-align: center;
	width: 140px;
	float: left;
	margin-right: 10px;
}

.link4table {
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.link5holder {
	margin: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	padding: 10px 0px 10px 0px;
}

.link5image {
	float: left; 
	width: 150px;
}

.link5table {
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}



.testimonialholder {
	padding: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	margin: 0px 80px 10px 80px;
}

.testimonial {
	
}

.author {
	text-align: right;
}



#blogholder {
	position: relative;
	width: 700px;
	min-height: 400px;
}
.sidedivider {
	height: 1px;
	margin: 5px 10px;
}
#sidebar {
	float: right;
	width: 220px;
	padding: 5px 0px;
}
#sidebar h4 {
	padding-left: 20px;
	color: #d2232a;
}

#sidebar a {
	color: #7e93b0;
	display: block;
	padding: 0px 0px 0px 30px;
}
#sidebar a:hover {
	color: #666666;
	text-decoration: none;
}

#commentform label {
	display: block;
	font-style: italic;
}

#commentform .textinput {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 220px;
}

#commentform textarea {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 300px;
	height: 75px;
}

.blogentry {
	padding: 10px 0px;
	border-top: 1px solid #c1c1c1;
}
.firstentry {
	border-top: none;
}
.readmore {
	text-align: right;
}

.date { color: #999999; font-style: italic; }

.comment1 {
	border: 1px solid #c1c1c1;
	background: #dfdfdf;
	margin: 5px 0px;
	padding: 10px 20px;
}

.comment2 {
	border: 1px solid #c1c1c1;
	background: #ffffff;
	margin: 5px 0px;
	padding: 10px 20px;
}



.doclink {
	margin-left: 80px;
	margin-right: 80px;
	padding-bottom: 9px;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 9px;
}



input#hp_field {
    border: solid 1px #dfdfdf;
    background-color: #dfdfdf;
    color: #dfdfdf;
    height: 0px;
    width: 0px;
}

.featured h2 a {
	font-weight: bold;
	letter-spacing: 1px;
	background: #d2232a;
	padding: 5px 10px;
	color: #ebebeb;
}

.featured h2 a:hover {
	background: #8A8C8F;
	color: #ebebeb;
	text-decoration: none;
}

a#fancybox-close {
	border: none;
}

#overlay {
	padding: 20px;
	min-height: 100px;
	width: 500px;
	background: #ebebeb;
}

#fancybox-outer {
	background: #ebebeb !important;
}

.outerContent {
	padding: 0px 20px;
}


.divPageTitle {
	padding: 0px 20px !important;
}

@media (max-width:767px) {

	body,html {
		width: fit-content;
	}

	.toolChanger {
		/*float: unset !important;*/
	}

	.printlink, .quotelink {
		float: unset !important;
	}

	.divPageTitle {
		padding: 0px 20px !important;
	}

	.stepBox {
		/*
		float: unset !important;
		margin: auto !important;
		*/
	}

	#footer_div {
		padding-left: 10px;
		padding-right: 10px;
		width: auto;
	}
	
	.footerIcons {
		position: static;
	}

	.toolChanger {
		margin-right: 18px !important;
	}

	p {
		font-size: 18px;
	}
	
	.inner-div {
		width:700px !important;
		/*width:100%;*/
	}

	.divPageTitle > .container {
		flex-direction:column;
	}
	
	.outer-div {
		width: 100% !important;
	}
	
	.emailwrapper.phonenumbers {
		display: none;
	}
	
	.divPageTitle h1, .divPageTitle h2, .divPageTitle h3 {
		font-size: 30px !important;
		text-transform: unset !important;
		padding-top:15px;
	}
	
	.pageBannerSubheader {
		text-align:left !important;
		font-size:24px !important;
	}
}

.outer-div {
	width: 100%;
}

.inner-div {
	max-width: 950px;
	/* padding:0 20px !important;*/
	margin: 0 auto;
}

.quotediv + h2 {
	font-size: 28px;
}

.outerBanner {
	background: white;
	height: 100px;
}
#banner_div {
	height: 75px;
}

.supernav {
    background: #302e2f;
    color: #ffffff;
    height: 25px;
}

.social {
	float: right;
    margin-left: 5px;	
}

.social a {
	width: 26px;
    height: 25px;
    line-height: 26px;
    font-size: 1.1em;
    float: left;
    display: inline-block;
	color: white;
}

.social a.facebook {
	background: url(../../layout/images/facebook.png) center no-repeat;
}

.social a.twitter {
	background: url(../../layout/images/twitter.png) center no-repeat;
}

.social a.linkedin {
	background: url(../../layout/images/linked.png) center no-repeat;
}

.social a.youtube {
	background: url(../../layout/images/youtube.png) center no-repeat;
}

.superNavButtons {
	display: inline-block;
    float: right;
    font-family: 'poppins', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
	line-height: 25px;
}

.superNavButtons a {
	font-family: 'poppins';
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 10px;
    margin: 0 5px;
    background: #585657;
    line-height: 25px;
	color: white;
	display: inline-block;
	height: 25px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.superNavButtons a:hover {
	text-decoration: none;
	background: #8a8c8f;
}

.emailwrapper {
    float: right;
    text-align: center;
    margin-right: 5px;
	color: white;
	line-height: 25px;
}

.emailwrapper p {
	padding: 0;
}

.emailwrapper a {
	color: white;
	display: inline-block;
	margin-left: 10px;
}

.emailwrapper a:hover {
	text-decoration: none;
}

#logo {
	top: -10px;
	left:10px;
}

.siteLink {
	display: inline-block;
    float: right;
    padding: 8px 12px;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
	background: #d2232a;
	margin-top: 15px;
	font-family: 'poppins';
	font-weight: bold;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.siteLink:hover {
	text-decoration: none;
	background: #302E2F;
}

.social {
	display: none;
}

.content-bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background: url(https://inventory.heuletool.com/layout/images/Group20.jpg);
    background-position: center center;
	background-color: black;
	width:100%;
    height: 100px;
}

.pageTitle h1 {
	text-align: left;
    text-transform: uppercase;
    font-family: 'poppins';
    font-size: 3em;
    letter-spacing: 1px;
    font-weight: bold;
    color: #ffffff;
    margin: 12px auto;
    text-shadow: 0px 1px 3px rgba(150, 150, 150, .75);
	margin-top: 0;
	line-height: 100px;
	text-decoration: underline;
    text-decoration-thickness: 10px;
    text-decoration-color: #D2232A;
    text-underline-offset: 8px;
}

.outerContent {
	margin-top: 20px;
}

@media (max-width:940px) {
	.outer-div {
		/*width:940px;*/
	}
}


@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-Semibold.eot');
	src: url('fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSans-Semibold.woff2') format('woff2'),
		url('fonts/OpenSans-Semibold.woff') format('woff'),
		url('fonts/OpenSans-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans.eot');
	src: url('fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSans.woff2') format('woff2'),
		url('fonts/OpenSans.woff') format('woff'),
		url('fonts/OpenSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSansLight-Italic.eot');
	src: url('fonts/OpenSansLight-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSansLight-Italic.woff2') format('woff2'),
		url('fonts/OpenSansLight-Italic.woff') format('woff'),
		url('fonts/OpenSansLight-Italic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-Light.eot');
	src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSans-Light.woff2') format('woff2'),
		url('fonts/OpenSans-Light.woff') format('woff'),
		url('fonts/OpenSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-Bold.eot');
	src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSans-Bold.woff2') format('woff2'),
		url('fonts/OpenSans-Bold.woff') format('woff'),
		url('fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-SemiboldItalic.eot');
	src: url('fonts/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSans-SemiboldItalic.woff2') format('woff2'),
		url('fonts/OpenSans-SemiboldItalic.woff') format('woff'),
		url('fonts/OpenSans-SemiboldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-Italic.eot');
	src: url('fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSans-Italic.woff2') format('woff2'),
		url('fonts/OpenSans-Italic.woff') format('woff'),
		url('fonts/OpenSans-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-BoldItalic.eot');
	src: url('fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSans-BoldItalic.woff2') format('woff2'),
		url('fonts/OpenSans-BoldItalic.woff') format('woff'),
		url('fonts/OpenSans-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

.h3,
p,
p a {
	font-family:'poppins';
	font-weight:normal;
}

#frmSNAP > h3 {
	margin-top: 30px;
}

h3 {
	font-size:30px;
	font-weight: 500;
	color: #D2232A;
}

.stepBox .stepAnchor,
.stepBox .current {
	font-family:'Open Sans' !important;
	font-size:14px;
}


.ToolDisplayRight {
    float: right;
    width: 40%;
}
.ToolDisplayLeft {
    float: left;
    width: 60%;
}

.ToolDisplayLeft .divImageDisplay {
    float: right;
}

.ToolDisplayWrapper {
    padding-top: 1em;
    background: #dcdcdc;
}

.ToolDisplayWrapper .divDisplay {
    border: none;
}

.ToolDisplayWrapper h2 {
    margin-left: 1em;
}

.printlink {
    margin-right: 1em;
}

.ToolDisplayLeft .divToolDetailsDisplay {
    margin-right: 0px;
}
.ToolDisplayLeft .divSparePartsDisplay, .ToolDisplayLeft .divCommentsDisplay  {
    float: left;
} 

.ToolSelectorHeader {
    border-bottom: 1px solid #999999;
    padding: .1em 20em .5em .1em;
}

.ToolDisplayWrapper .tblProgramming, .ToolDisplayWrapper .tblProgramming td {
    border: 1px solid black;
}

form .nextbtn {
    padding: 1em 2em;
    font-size: 1em;
    text-transform: uppercase;
	border-radius: 5px;
}

.emailwrapper .anchNavigation-super {
	border-radius:5px;
}
