﻿/***** BEGIN RESET *****/

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 {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}

ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/
ul.a {
  list-style-type: circle;
}


/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('../fonts/oswald-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v16-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}


/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oswald-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Oswald Light'), local('Oswald-Light'),
       url('../fonts/oswald-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v16-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}


/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Oswald Bold'), local('Oswald-Bold'),
       url('../fonts/oswald-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v16-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}





body {
	color:#000;
	font-family: 'Oswald', sans-serif;
	margin:0;
	font-size:18px;
	-webkit-text-size-adjust: none;
}

td {vertical-align: top;}


/***** Global text link style *****/

a {
    text-decoration:none;
    color:#000;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}
a:hover  {
    text-decoration:underline;
    color:#fff;
}

h1 { font-size:40px; font-family: 'Oswald', sans-serif; font-weight:700; }
h2 { font-weight:700; font-size:36px; font-family: 'Oswald', sans-serif; }
h3 { font-weight:400; font-size:32px; font-family: 'Oswald', sans-serif; }
h4 { font-weight:700; font-size:26px; font-family: 'Oswald', sans-serif; }
h5 { font-weight:700; font-size:20px; font-family: 'Oswald', sans-serif; }

p { /*margin-bottom:15px;*/ font-size:18px; font-family: 'Oswald', sans-serif; }
	 
.wrapper {
	width:96%;
	margin:0 auto;
	max-width:1170px;
}

.wrapper-lrg {
    width: 85%;
    margin: 0 auto;
}

.wrapper-sml {
	width:92%;
	margin:0 auto;
	max-width:1000px;
}

.wrapper-smler {
	width:85%;
	margin:0 auto;
	max-width:800px;
}

.diagnol-background {
	background:url(../siteart/diagnol-grey.jpg)repeat;
}

.padding20 { margin:0 auto; padding:30px 0; }
.padding50 { margin:0 auto; padding:50px 0; }
.padding200 { margin:0 auto; padding:100px 0; }

/**SPANS**/
.topblue { font-weight:700; font-style:italic; font-size:14px; }
.center { text-align:center; }
.italic { font-weight:400; font-style:italic; }
.regular { font-weight:400; }
.bold { font-weight:700; }
.small { font-weight:400; font-size:10px; }
.required { color:#459c4a; /*green*/ font-size:12px; font-weight:400; }
.green { color:#459c4a; /*green*/}

/**FORMS**/
input {
	padding:5px;
	box-sizing:border-box;
	width:100%;
	margin:0 0 10px 0;
	
}

input[type=checkbox],
input[type=radio]{ 
	width: 30px;
}

form {
	vertical-align:top;
	margin:0 auto;
}

/*===================== 
                HEADER 
=======================*/
header { 
    border-top: #01386e /*blue*/ solid 4px;
	border-bottom: #459c4a /*green*/ solid 4px; }
.header-wrapper {
	width:96%;
	margin:0 auto;
	max-width: 1600px;
}

.heading-logo {
	float:left;
	padding:30px 0;
}

.heading-logo img {
	display:inline-block !important;
}

.info-right {
	float:right;
	text-align:right;
	width:71%;	
	padding:0;
	margin-bottom:10px;
	margin-top: 35px;
}

.info-right a {
    text-decoration:none;
	font-weight:300;
}

.info-right a:hover  {
    text-decoration:none;
}

.info-right-nav {
	float:right;
	text-align:right;
	width:80%;	
	padding:0;
}

.top-white-text {
	text-decoration:none;
	text-transform:uppercase;
	float:right;
	margin:0 0 0 0;
}

.top-white-text a {
	font-size:16px;
	color:#01386e;/*blue*/
	padding: 0 0 0 20px;
	font-weight:700!important;
		
}

.top-white-text a:hover {
	text-decoration:underline !important;
	color:#459c4a /*green*/;
}

.top-white i {
	color:#01386e;/*blue*/	
	font-size:18px;
	padding: 0 0 0 6px;
}

.diamondplate-background {
	background:url(../siteart/diamond-plate.jpg) repeat;
	border-bottom: #459c4a /*green*/ solid 4px;
}

.diamondplate-wrapper {
	width:92%;
	margin:0 auto;
	max-width:1500px;
	background:#fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

.main-pic {
	height:auto;
	margin: 0 auto;
	background:url(../siteart/cover.jpg) center center no-repeat;
    background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:100px 0;
	text-align:center;
}

.main-pic img {
	width:100%;	
	display:block;
}
.main-pic h2  { color:#01386e /*blue*/; font-style:italic; }

.welcome-box {
	text-align: center;
    margin: 0 200px;
    padding: 50px;
	border:5px solid #01386e /*blue*/;
}

.welcome-box h1 {
	font-size:54px;
	color:#01386e /*blue*/;
}


/**button1**/
	.button1 {
		width:30%;
		box-sizing: border-box;
		position:relative;
		overflow:hidden;
		background:#fff;
		color:#01386e /*blue*/!important;
		font-size:14px;
		font-weight:400;
		display:inline-block;
		padding: 10px 3px;
		text-align:center;
		border:1px solid #000;
		text-transform:uppercase;
		margin:10px 0;
	}

	a .button1 {
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	
	a:hover .button1 {
		color:#fff!important;
		background:#459c4a /*green*/;
		text-shadow:none;
	}
.btn-inline {display:inline; position: relative; bottom:8px;}
.btn-inline .hvr-shrink {display:inline-block;}

.hvr-shrink {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}

/*===================== 
                TITLE HEADER
=======================*/
.inventory-head {
    text-align: center;
    padding-top: 30px;
}
.inventory-head h1 {
    color: #01386e /*blue*/;
    line-height: 40px;
}
.inventory-head-line {
    border-bottom: 3px solid #01386e;
    width: 97%;
    margin: 0 auto;
    padding-bottom: 12px;} 
	
/*===================== 
                INVENTORY BOXES
=======================*/
.border-contain { border-top:5px solid #459c4a /*green*/;}
.welcome-contain { padding: 40px 0; }

.about-info-text {
	width: 55%;
    margin: 0 0 0 4%;
    float: left;
    padding: 67px 0;
	color:#01386e /*blue*/;
}

.about-info-text h3 { color:#01386e /*blue*/; }

.bigpic {
	width: 100%;
	float:left;	
}

.bigpic img {
	width:100%;
	float:left;	
	border:2px solid #459c4a /*green*/;
}

.containertwo {
	width:40%;
	float:left;
}

.onefourthone {
	width:80%;
	margin:10px 7% 0;	
	float:left;
	padding:50px 5%;
}

.categoryonefourth {
	width:100%;
	float:left;
}

.onefourthtwo {
	width:100%;
	background:none;
	float:left;
	margin-bottom:10px;
}

.onefourthtwo a:hover {
	text-decoration:none;
}



.butone {
	width:100%;
	background:#000; 
	color:#fff;
	font-weight:700;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	border-right:2px solid #459c4a /*green*/;
	border-left:2px solid #459c4a /*green*/;
	border-bottom:2px solid #459c4a /*green*/;
	text-transform:uppercase;
}
.butone-italic { font-style:italic; color:#fff; font-weight:400; }

.butone:hover { background:#B8B8B8; color:#fff }

body a:link { -webkit-tap-highlight-color: #fff; }

	a .butone {
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
		color: #fff;
	}
	
	.butone-contain {
		width:100%;
		margin: 0 auto;
		diplay:inline-block;
		text-align:center;
		background:#459c4a /*green*/;
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	.butone-contain:hover { background:#01386e /*blue*/;}
	
	.butone-contain p {
		font-size:24px;
		color:#fff;
		font-family: 'Oswald', sans-serif;
		text-align:center;
		padding: 10px;	

	}
	
	.circle-right, .butone-contain p {
		margin: 0 auto;
		display:inline-block;
	}
	
	.butone:hover .circle-right img {
		margin-left:13px;
		margin-right:-8px;	
		color: #fff;
		display:inline-block;
	}
	
	.circle-right img {
		width:18px;
		-webkit-transition: all .3s ease; /* Safari and Chrome */
		-moz-transition: all .3s ease; /* Firefox */
		-ms-transition: all .3s ease; /* IE 9 */
		-o-transition: all .3s ease; /* Opera */
		transition: all .3s ease;
		display:inline-block;	
	}
	
/*===================== 
                CONTACT 
=======================*/
.contact-boxes {
	margin: 0 auto;
	box-sizing:border-box;
	width:100%;
	padding: 20px;
}

.contact-boxes h2 {
	color:#01386e; /*blue*/
	padding-bottom:20px;
}


.contact-boxes img {
	width:3%;
	margin:0 auto;
}

.contact-boxes a {
	color:#fff;
	text-decoration:underline;
}

.contact-boxes a:hover {
	color:#459c4a /*green*/;
	text-decoration:none;
	font-style:italic;
}

.contain60 {
	width: 60%;
    margin: 0 auto;
    box-sizing: border-box;
    float: left;
    padding: 10px 5px;
}

.contain40 {
	width: 40%;
    margin: 0 auto;
    box-sizing: border-box;
    float: left;
    padding: 10px 5px;
	display:inline-block;
	max-width:100%;
	color:#fff;
}

.about-box2 h2 {
    color: #015ea5;
    font-size: 30px;
    border-bottom: 3px solid #015ea5;
    padding-bottom: 10px;
	padding-top:20px;
}
	.about-box2 {
		float:left;
		width: 100%;
		box-sizing: border-box;
		height:auto;
		margin: 30px .5%;
		border:4px solid #D5D5D5;
		background:#01386e; /*blue*/
	}
	
	.three-across {
		width:100%;
		margin:0 auto;
		display:inline-block;
	}
	
	.three-across-box {
		width:31%;
		padding:10px;
		margin:1%;
		float:left;
		display:inline-block;
		box-sizing:border-box;
		background:#fff;
		border:#676767 solid 1px;
		color:#01386e; /*blue*/
	}
	
	.three-across-box h5 {
		margin-bottom:5px;
	}
	
	.three-across-box a {
		font-size:14px;
		color:#01386e; /*blue*/
		margin-bottom:0;
	}
	
	.three-across-box a:hover {
		color:#459c4a /*green*/;
		font-style:italic;
	}
	
	.three-across-box p {
		font-size:14px;
		color:#01386e; /*blue*/
		margin-bottom:5px;
	}
	
.two-boxes {
	width:100%;
	margin:0 auto;
	display: block;	
	float:left;
	box-sizing:border-box;
	width: 100%;
    background-size: 100%;
	padding:0 30px;
}
	
.two-boxes h4 { font-size:24px; color:#fff; text-transform:uppercase; }
.two-boxes p { font-size:18px; color:#fff; }
.two-boxes img { width:100%; margin: 0 auto; }

.two-boxes a {
	font-size:18px;
	font-family: 'Oswald', sans-serif;
    text-decoration:none;
    color:#fff;
}

.two-boxes a:hover {
	text-decoration:underline;
    color:#459c4a /*green*/;
}

.box-70 {	
	margin:0 auto;
	width:68%;
	display:inline-block;
	float:left;
	padding-right:20px;
	color: #fff;
}

.box-70 h4 {
    font-size: 20px;
}

.box-30 {	
	margin:0 auto;
	width:27%;
	display:inline-block;
	box-sizing:border-box;
	float:left;
	text-align:center;
	border-left:#D5D5D5 1px solid;
	padding-left:10px;
	min-height: 474px;
}

.center-text {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.box-30 h4 { font-size:20px; color:#459c4a /*green*/;}
.box-30 p { font-size:16px; }
.box-30 a { font-size:16px; }
.box-30 a:hover { font-style:italic; }

/*===================== 
                Nivo Slider 
=======================*/
.main-img {
    border: 1px solid #D5D5D5;
}

.main-img img { width: 100%;
    display: inline-block; }
	
.slider-wrapper { 
	width: 100%;
	height: auto;
	margin: 0px auto;
}

.slider-wrapper-background {
	width: 100%;
	height: auto;
	opacity: 0.1;
}

.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}

.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
	height: auto !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
}

/* The slices and boxes in the Slider */
hr {
	display: block;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 0px;
	}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:800%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../siteart/slideshow/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


/* =============================================================================
   Search                                                              
============================================================================= */
.equipment-search {
	background:#01386e;
	width:100%;
	margin:0 auto;
}

#quick-search p{
	color:#3d7436;
	font-family: 'Oswald', sans-serif;
	font-size:25px;
	text-transform:uppercase;
}
.searchBar {
	display: block;
	width: 100%;
	color: #777777;
	position: relative;
	font-family: 'Oswald', sans-serif;
}
.searchBar label { color: #fff; font-weight: 700; text-align: left; font-size:18px; }
.searchBar .column.column-block { margin-bottom: 0px; }
.searchBar .medium-2_5 { width: 31%; margin: 0 1%; float:left;}
.searchBar select {
	height: 2em;
	font-size: 14px;
	padding: 3px 5px;
	background-position: 95% 50%;
	background-size: 9px;
	width:100%;
}

.searchBar select:hover{ cursor:pointer; }
.searchBar input[type=text] {
	height: 2em;
	padding: 0 8px;
	font-size: 14px;
}
.searchBar input.button {
	  font-family: 'Oswald', sans-serif;
	  text-transform:uppercase;
	  background-color:#459c4a /*green*/;
	  color:white;
	  padding: 9px 7px;
	  font-weight: 600;
	  margin-top: 25px;
	  width:300px;
	  cursor:pointer;
}
.searchBar input.button:hover {
	opacity:.60;
}
.hidden-overlay {
	width: 100%;
    background: rgba(255, 255, 255, 0);
    height: 100%;
    position: absolute;
    top: 0;
	left: 0;
	z-index: 99999999999;
}
.field-wrapper {
	display: table;
	position: relative;
    width: 78%;
}
.field-wrapper .medium-2_5 { width: 27% }
.hidden{display:none;
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #989898;
    border-radius: 2px;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    color: #0a0a0a;
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}

.columns-search {
    width: 100%;
    float: left;
	text-align:center;
}


/*===================== 
               QUICK LINKS
=======================*/
.quick-links {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	background:url(../siteart/diamond-plate.jpg) repeat;
	background-color: black;
}

.quick-links-contain {
	width:100%;
	margin:0 auto;
	
}

.quick-links a {color: #fff!important; }
.quick-links a:hover {color: #459c4a !important; }

.quick-box {	
	margin:0 auto;
	width:20%;
	min-height: 145px;
    float: left;
    padding: 30px 0;
	display:inline-block;
}

.quick-box img {
	display:inline-block;
	margin: 0 auto;
}

.quick-box p {
	font-size:12px;	
	color:#fff;
}

.quick-box a {
	font-size:12px;
	color:#fff;	
	font-weight:400;
}

.quick-box a:hover {
	color:#459c4a /*green*/;
	text-decoration:none;
}

.quick-box i {
	font-size:18px;
	color:#fff;	
	font-weight:400;
}
.quick-box i:hover {
	color:#459c4a /*green*/;
	text-decoration:none;
}


/*===================== 
                SIDE HEADING 
=======================*/
.side-heading {
	width:100%;
	margin:0 auto;
	text-align:right;
}

.side-heading-text {
	width:20%;
	float:left;
	margin:0 auto;
	font-weight:700;
	padding:12px 12px 12px 0;
	-webkit-box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.75);
}

.side-heading-text p { }

/*===================== 
                INVENTORY BOXES
=======================*/
.inventory-contain {
	box-sizing:border-box;
	width: 100%;
    text-align:center;
    background-size: 100%;
	background:url(../siteart/diagnol-grey.jpg)repeat;
    border-top: #dadada solid 4px;
}
	
.inventory-box {
	float:left;
	width: 31.25%;
	box-sizing: border-box;
	height:auto;
	margin: 40px 1%;
	border:#ccc 2px solid;
	padding:20px 0;
	    background: #fff;
}

.inventory-box-title {
	text-align:center;
	width:100%;
	font-size:18px;
	line-height:18px;
	color:#676767;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	padding:5px 0;
}

	/**green button**/
	.green-button {
		width:60%;
		float:none;
		box-sizing: border-box;
		position:relative;
		overflow:hidden;
		background:#3A8340 /*green*/;
		color:#fff;
		border:2px solid #ccc;
		font-size:14px;
		font-weight:400;
		display:inline-block;
		margin:10px 0;
		font-weight:700;
		padding:10px 0;
		text-align:center;
		vertical-align:top;
	}

	a .green-button {
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	
	a:hover .green-button {
		color: #fff;
		background:#01386e /*blue*/;
		border:2px solid #ccc;
	}

	/**green button**/
	.green-button-2 {
		width:max-content;
		float:none;
		box-sizing: border-box;
		position:relative;
		overflow:hidden;
		background:#3A8340 /*green*/;
		color:#fff;
		border:2px solid #ccc;
		font-size:14px;
		font-weight:400;
		display:inline-block;
		font-weight:700;
		padding:10px;
		text-align:center;
		vertical-align:top;
	}

	a .green-button-2 {
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	
	a:hover .green-button-2 {
		color: #fff;
		background:#01386e /*blue*/;
		border:2px solid #ccc;
	}


/*===================== 
                SCROLLING INVENTORY 
=======================*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	border-top:6px solid #fff;
	border-bottom:6px solid #fff;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
                MAP 
=======================*/
.map {
	margin: 0 auto;
	width:100%;
}

/*===================== 
                FORM 
=======================*/
.contact-form { color:#fff; }
.gray{background:#eaeaea;padding:10px;margin:20px 0;}

#formpage {
	width:100%;
	vertical-align: top;
	display:inline-block;
	text-align:left;
}

#formpage h3{
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
	padding:20px 0;
	border-top:2px solid #eaeaea;
	color:#fff;
}

#formpage h4{
	text-align:left;
	font-weight:500;
	padding:10px 0 0 0;
}

#formpage p{
	text-align:left;
}

#formpage .half{
	width:49%;
	display:inline-block;
	margin:0 10px 0 0;
	vertical-align:bottom;
}

.formfield {
	width: 98%;
	display:inline-block;
	margin-right: 10px;
	color: #333;
	text-align:left;
}

.formfield-half {
	width: 48.3%;
	display:inline-block;
	margin-right: 10px;
	color: #333;
	text-align:left;
}

.formfield-third {
	width: 32%;
	display:inline-block;
	margin-right: 10px;
	color: #333;
	text-align:left;
}

.formfield-third p{padding:0 0 5px 0;}

.formfield-fourth {
	width: 23.5%;
	display:inline-block;
	margin-right: 10px;
	color: #333;
	text-align:left;
}

.formfield-fifth {
	width: 18.5%;
	display:inline-block;
	margin-right: 10px;
	color: #333;
	text-align:left;
}

#formpage div {
	vertical-align: top;
	padding: 5px 5px;
	position: relative;
	color:#fff;
	margin:0 auto;
}
#formpage input {
	padding: 6px 5px 10px;
	border: 1px solid #ababab;
	font-family: 'Oswald', sans-serif;
	color: #333;
	font-size: 16px;
	background: #fff;
	width: 100%;
	margin-top: 5px;
	-webkit-appearance: none;
     border-radius: 2px;
}

#formpage select {
	padding: 6px 5px 10px;
	border: 1px solid #ababab;
	font-family: 'Oswald', sans-serif;
	color: #333;
	font-size: 16px;
	background: #fff;
	width: 100%;
	margin-top: 5px;
	-webkit-appearance: none;
     border-radius: 2px;
}

#formpage [type="radio"] {
    padding:0; 
    border:0;
    margin:0 3px 0 15px;
    width:15px;
    height:15px;
    display:inline-block;
	background:#eaeaea;
	border-radius:20px;
	border:1px solid #868686;
	-webkit-appearance:radio;
 }
 .long-radio{display:inline;}

#formpage input.checkbox {
    padding:0; 
    border:0;
    margin:0 3px 0 15px;
    width:15px;
    height:15px;
    display:inline-block;
	background:#eaeaea;
	border:1px solid #868686;
	-webkit-appearance:checkbox;
 }

#formpage input.button, #formpage input.button:focus {
	width: 150px;
	display:inline-block;
	position:relative;
	margin: 0;
	background: #AD1115;
	border:1px solid #AD1115;
	font-size: 16px;
	line-height: 0;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding:20px;
}

#formpage input.button:hover{
	background:#fff;
	color:#AD1115;
	border:1px solid ##AD1115;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
    border-radius: 0;
}

#formpage textarea {
	padding: 6px 5px;
	border: 1px solid #ababab;
	font-family: 'Oswald', sans-serif;
	color: #333;
	font-size: 16px;
	background: #fff;
	margin-top: 5px;
	width: 100%;
	height: 85px;
	border-radius:2px
}

.CaptchaPanel{width:100%;}
.CaptchaWhatsThisPanel a{color:#fff;}
.CaptchaMessagePanel{color:#333;}
.CaptchaAnswerPanel{
	width:250px;
}

.submit-button{
	padding:10px 0px 10px 0px;
	position:relative;
	width:100%;
	text-align:center;
}


.former-employer-table{
	width:100%;
	display:block;
}
.row{width:97%;border-top:1px solid #eaeaea; margin:20px 0;}

.col-1{
	width:19%;
	display:inline-block;
	margin:0 auto;
	vertical-align:top;
	padding:20px;
}

.col-2{
	width:29%;
	display:inline-block;
	margin:0 auto;
	vertical-align:top;
	padding:20px;
}

.col-3{
	width:14%;
	display:inline-block;
	margin:0 auto;
	vertical-align:top;
	padding:20px;
}

.col-4{
	width:14%;
	display:inline-block;
	margin:0 auto;
	vertical-align:top;
	padding:20px;
}

.col-5{
	width:20%;
	display:inline-block;
	margin:0 auto;
	vertical-align:top;
	padding:20px;
}


.col-6{
	width:25%;
	display:inline-block;
	margin:0 auto;
	vertical-align:top;
}

.col-7{
	width:15%;
	display:inline-block;
	margin:0 auto;
	vertical-align:top;
}


/*===================== 
                bottom logos 
=======================*/
.bottom-logos {
	margin:0 auto;
	width:100%;
	padding: 20px 0 0 0;
}

.bottom-logos img {
	width:100%;
}

.small-logos {
	width: 24%;
	margin: 0 auto;
	padding:10px 10px 0 10px;
	float:none;
	box-sizing:border-box;	
	display:inline-block;
}

.small-logos img {
	width:100%;
	margin: 0 auto;
	border:none !important;
}

.bottom-text {
	padding:10px 0;
	border-bottom:2px solid #D5D5D5;
	color:#459c4a /*green*/;
}

.bottom-text p {
	text-transform:uppercase;
}

.positions-text { 
	padding:10px 0;
	color:#fff; 
}

.positions-text h3 {
	text-transform:uppercase;
}

.positions-50 {
	width:49%;
	margin:0 auto;
	display:inline-block;
}

.positions-33 {
	width:32%;
	margin:0 auto;
	display:inline-block;
}


/*===================== 
                FOOTER 
=======================*/
.bottom-footer {
	width:100%;
	margin:0 auto;
	display: block;	
	padding: 40px 0;
	border-top:5px solid #459c4a /*green*/;
	background:#fff;
}

.bottom-info {	
	margin:0 auto;
	width:32%;
	float:left;
	display:inline-block;
	text-align:center;
}

.bottom-info p {
	font-size:12px;	
	color:#01386e /*blue*/;
	padding-bottom:10px;
	padding: 40px 0;
	font-weight: 700;
}

.bottom-info img {
	padding: 10px 0;
	display:inline-block;
}

.bottom-info a {
	font-size:12px;
	color:#01386e /*blue*/;
	font-weight: 700;
	text-decoration:underline;
}

.bottom-info a:hover {
	color:#459c4a /*green*/;
	font-weight:700;
	text-decoration:none;
}


	
	
/*===================== 
                HOSTED CONTENT 
=======================*/
.hosted-content h3 { font-family: 'Oswald', sans-serif!important; }
.hosted-content .listings-wrapper .listings-list .listing-banner h2 { line-height: 1.5em !important; font-family: 'Oswald', sans-serif !important; }
.hosted-content .listings-wrapper .listings-list .listing-banner { color:#fff !important; background: #ccc!important; }
.hosted-content .listings-wrapper .listings-list .category-banner h3 { line-height: 1.5em !important; font-family: 'Oswald', sans-serif !important; }
.hosted-content .listings-wrapper .listings-list .listing-name { font-family: 'Oswald', sans-serif !important; }

/*===================== 
                Responsive styles 
=======================*/
@media screen and (max-width: 1300px) { 
	.main-pic { padding:50px 0; }
	.welcome-box { margin: 0 100px; padding: 20px; }
}
@media screen and (max-width: 1200px) { 
	.top-white-text a {font-size:13px;}
	.about-info-text { padding: 35px 0; }
	.contain40 {
		width:100%;	
		text-align:center;
	}
	.contain60 {
		width:100%;	
		text-align: center;
	}
	
	.formfield-third{width:29%;}
	.formfield-fourth{width:44%;}
	#formpage .half{width:48%;}
	
	.col-1{width:96%;}
	.col-2{width:96%;}	
	.col-3{width:96%;}	
	.col-4{width:96%;}	
	.col-5{width:96%;}
	.col-6{width:96%;}	
	.col-7{width:96%;}
}

@media screen and (max-width: 1000px) {
	.top-white-text a {font-size:16px;}
	.hideme {display: none !important;}
	.quick-box a { font-size:10px; color:#fff; font-weight:400; }
	.side-heading-text { width:40%; }
	
	.welcome-box h1 { font-size:32px; }
	h2 { font-size: 28px; }
	.heading-logo { float:none; padding:30px 0; text-align:center; }
	.heading-logo img { text-align:center; max-width: 100%; }
	.info-right { float:left; text-align:center; width:100%; margin-top: 0; }
	.top-white-text { float:none; }
	.top-white-text a {  padding:0;}
	
	.small-logos { width: 49%; }
}
@media screen and (max-width: 820px) {
	.quick-box { padding: 15px 0 15px 40px; width: 40%; min-height: 146px;} 
	.padding20 { padding:10px 0; }
	.padding50 { padding:20px 0; }
	
	.about-info-text { margin: 0; padding: 20px 0; width: 100%; }
	.containertwo {     text-align: center; width: 75%; margin: 0 auto; float: none; }
	
	.three-across-box { width: 48%; }
	
	.formfield{width:97%;}
	.formfield-third{width:97%;}
	.formfield-fourth{width:97%;}
	#formpage .half{width:97%;}
	.formfield-fifth {width:97%;}
	.formfield-half { width: 97%; }
}
@media screen and (max-width: 768px) {
}	
@media screen and (max-width: 700px) {
	.searchBar .medium-2_5 {
		width: 100% !important;
	}
	.box-70 {	
		margin:0 auto;
		width:100%;
		padding-right:0;
		margin-bottom:20px;
	}
	
	.box-30 {	
		margin-top:20px;
		padding-top:20px;
		width:100%;
		text-align:left;
		border-top:#ccc 1px solid;
		border-left:0;
		padding-left: 0;
	}
}
@media screen and (max-width: 570px) {
	.quick-box { text-align:center; width: 35%;}
	.quick-box img { padding-top:0; width:70%; }
	
	.top-bar { padding:10px 0; }
	.top-bar-text { text-align: center; margin: 5px 0; }
	.bottom-info { width:100%; }
	.bottom-info p { padding: 10px 0; }
	.bottom-info img { padding: 10px 0; }
	.welcome-box { margin: 0 20px; }
	.wrapper-smler { width:100%; max-width:auto; }
	
	.side-heading-text { width:45%; }
	.side-heading-text p { font-size:14px; }
	
	.about-info-text { text-align: center; }
	
	.three-across-box {
		width: 94%;
		text-align: center;
		margin: 10px;
		height: auto;
	}
	.inventory-box {
		width: 99%;
		margin: 20px 0;
	}
}
@media screen and (max-width: 480px) {

}
