/*
Company:	
File:		main.css - This contains all the main styles for the website.
Docs:		File is based on html5boilerplate and YUI3 Fonts CSS.
			Learn more:
			http://html5boilerplate.com/docs/css/
			http://yuilibrary.com/yui/docs/cssfonts/

All the styles are separated into the following groups:
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Media Queries - media queries
Non-Semantic Helper Classes - helper styles
Print Styles - default print styles
*/

/* @group HTML, Body */
html {
	background-color: #fafafa;
	min-width: 1042px;
}
body {
/*	color: #777777; */
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	min-width: 1042px;
}
/* @end */

/* @group Layout */
.standard-width {
	width: 1000px;
	margin: 0 auto;
}

/* Head */
div#hd {
	border-top: 2px solid #c6d605;
}

/* Head Top */
div.hd-top {
	background-color: #f9f9f9;
	padding: 25px 0 19px 0;
}

/* Head Logo */
div.hd-logo {
	float: left;
	padding: 0 0 0 2px;
}

/* Head Contact */
div.hd-contact {
	float: right;
	text-align: center;
}

div.hd-contact p {
	font-size: 108%;
	font-weight: bold;
	color: #555555;
	margin: 0 0 5px 0;
	font-family: 'Oswald', sans-serif;
}

div.hd-contact h5 {
	background: #c6d605 url(../images/bg-phone.png) center left no-repeat;
	border-radius: 7px;
	color: #FFF;
	font-size: 216%;
	padding: 3px 15px 3px 57px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .32);
	margin: 0;
	line-height: 1em;
	display: inline-block;
}

div.hd-contact h5 a:link,
div.hd-contact h5 a:visited {
	color: #FFF;
}

/* Head Bottom */
div.hd-bottom {
	background-color: #3d3d3d;
}

/* Body */
div#bd {
	background: url(../images/bg-bd-top.png) top center no-repeat;
	width: 1022px;
	margin: -26px auto -143px auto;
	position: relative;
	z-index: 200;
}

div#bd-inner {
	padding: 0 11px 0 11px;
	background: url(../images/bg-bd-top-repeat.png) top center repeat-y;
}

div#bd-inner-most {
	border-top: 3px solid #bed300;
	background-color: #FFF;
}

/* Column Layout Home */
div.column-layout-home {
	padding: 0 24px 0 25px;
	position: relative;
	z-index: 200;
}

/* Column Layout Page */
div.column-layout-page {
	background: url(../images/bg-columns-page.png) top left repeat-y;
}

div.column-layout-page-inner {
	background: url(../images/bg-page-bottom.png) bottom left no-repeat;
}

/* Main Column */
div.page-main img {
	max-width: 100%;
	height: auto;
}

div.column-layout-home div.page-main {
	float: left;
	width: 532px;
	padding: 28px 0 30px 0;
}

div.column-layout-page div.page-main {
	float: left;
	width: 694px;
	padding: 0 0 30px 0;
}

div.column-layout-page div.page-main-inner {
	padding: 30px 36px 1px 29px;
}

/* Side Column */
div.column-layout-home div.page-side {
	width: 346px;
	float: right;
	padding: 0 0 30px 0;
	margin: -24px 0 0 0;
}

div.column-layout-page div.page-side {
	width: 306px;
	float: right;
	padding: 0 0 30px 0;
}

/* Form A */
div.form-a {
	border: 1px solid #f0f0f0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
}

div.column-layout-page div.form-a {
	border: 1px solid transparent;
	box-shadow: none;
}

div.form-a-inner {
	background-color: #fafafa;
	border: 5px solid #FFF;
	padding: 0 0 1px 0;
}

div.column-layout-page div.form-a-inner {
	background-color: transparent;
	border: 5px solid transparent;
}

div.form-a a:link,
div.form-a a:visited {
	color: #0088cc;
	font-size: 93%;
	font-weight: bold;
	text-decoration: underline;
}

div.form-a div.form-content {
	padding: 0 22px 0 22px;
}

div.form-a input[type="text"],
div.form-a input[type="email"] {
	background-color: #eeeeee;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	border: 1px solid #c6c4c4;
	border-radius: 5px;
	margin: 0 0 19px 0;
	padding: 0 0 0 9px;
	height: 38px;
	font-size: 108%;
	font-style: italic;
	color: #888888;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .30);
}

html.lt-ie9 div.form-a input[type="text"],
html.lt-ie9 div.form-a input[type="email"] {
	line-height: 38px;
}

div.form-a ::-moz-placeholder {
	opacity: 1;
	color: #888888;
}

div.form-a ::-webkit-input-placeholder {
	opacity: 1;
	color: #888888;
}

div.form-a :-ms-input-placeholder {
	opacity: 1;
	color: #888888;
}

div.form-a input[type="text"]:focus,
div.form-a input[type="email"]:focus {
	background-color: #e1e1e1;
}

div.form-a input[type="submit"] {
	width: 223px;
	font-family: 'Open Sans', sans-serif;
	box-shadow: inset 0 0 1px #b6bb0d, inset 0 1px 1px #807c10;
	background: #bfd301 url(../images/bg-submit.png) top left repeat-x;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .62);
	color: #020201;
	border-radius: 10px;
	text-align: center;
	font-size: 182%;
	height: 65px;
	border: 5px solid #e5e5e5;
	margin: 0 0 12px 0;
}

div.form-a input[type="submit"]:hover {
	background-image: none;
	background-color: #c4d504;
}

/* Custom Select Element Style */
div.form-a select {
	display: block;
}

span.customSelect {
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-background-clip: padding;
	  -moz-background-clip: padding;
	  background-clip: padding-box;
	background: #eeeeee url(../images/bg-customselect.png) top right no-repeat;
	width: 100%;
	border: 1px solid #c6c4c4;
	border-radius: 5px;
	margin: 0 0 19px 0;
	padding: 0 0 0 9px;
	height: 38px;
	line-height: 38px;
	font-size: 108%;
	font-style: italic;
	color: #888888;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .30);
	overflow: hidden;
}
span.customSelect.customSelectFocus,
span.customSelect.customSelectOpen {
	background-color: #e1e1e1!important;
}
.customSelectInner {
	width: auto!important;
	margin-right: 33px;
}

/* Home - Full width hero */
div.full-hero {
	background-size: cover;
	position: relative;
}

div.full-hero-text {
	position: absolute;
	bottom: 30px;
	right: 0;
	width: 100%;
}

div.hero-text-top {
	color: #ffffff;
	font-family: Georgia, serif;
}

div.hero-text-top-inner {
	float: right;
	width: 444px;
}

div.hero-text-top h2 {
	font-size: 323.2%;
	margin: 0 0 9px 0;
	line-height: 1em;
	font-weight: normal;
}

div.hero-text-top h3 {
	font-size: 138.5%;
	line-height: 1em;
	font-weight: normal;
}

div.hero-text-bottom {
	color: #FFF;
	background: url(../images/bg-hero-overlay.png) top right repeat-y;
	padding: 15px 25px 0 0;
	font-weight: bold;
}

div.hero-text-bottom-inner {
	float: right;
	width: 419px;
}

div.hero-text-bottom p {
	font-size: 123.1%;
}

div.hero-text-bottom .btn-special-a {
	margin-left: 122px;
}

/* Logo Module */
div.logo-module {
	padding: 0 0 20px 21px;
}

div.logo-module-alt {
	padding-top: 19px;
	background-color: #fafafa;
}

div.logo-module img {
	float: left;
	margin-right: 50px;
}

div.logo-module .last {
	margin-right: 0;
}

/* Call Outs */
div.call-outs {
	padding: 0 0 25px 41px;
}

div.one-third {
	width: 294px;
	float: left;
	margin: 0 26px 0 0;
}

div.one-third-last {
	margin: 0;
}

div.item-image {
	padding: 5px 5px 0 0;
	margin: 0 0 6px 0;
	background: url(../images/bg-item-shadow.png) top right no-repeat;
}

div.item-image img {
	width: 100%;
	height: auto;
}

div.item-image-inner {
	padding: 6px 6px 6px 0;
	background-color: #FFF;
}

div.item-text {
	padding: 0 11px 0 0;
}

div.item-text p.text-center {
	padding: 7px 0 0 0;
}

div.item-text h4 {
	color: #010101;
	font-family: Georgia, serif;
	font-size: 153.9%;
	font-weight: normal;
}

div.item-text h4 a:link,
div.item-text h4 a:visited {
	color: #010101;
}

/* Page Banner */
div.page-banner-text {
	background: #fafafa url(../images/bg-right-shadow.png) top right repeat-y;
	border-bottom: 1px solid #dedede;
	padding: 18px 0 18px 15px;
}

/* Footer */
div#ft {
	background-color: #3d3d3d;
	padding: 143px 0 0 0;
	position: relative;
	z-index: 190;
}

/* Footer Nav */
div.ft-nav {
	padding: 18px 0 23px 0;
}

div.ft-nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

div.ft-nav ul li {
	list-style: none;
	display: inline;
	border-right: 1px solid #aaaaaa;
	padding-right: 9px;
	margin-right: 6px;
}

div.ft-nav ul li:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

/* Duplicate Rule for legacy browsers that ignore entire rules with modern pseudo selectors */
div.ft-nav ul li.last {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

div.ft-nav ul li a:link,
div.ft-nav ul li a:visited {
	color: #aaaaaa;
	font-size: 93%;
}

/* Footer Bottom */
div.ft-bottom {
	padding: 12px 0 25px 0;
	border-top: 1px solid #f0fc64;
	background-color: #c6d605;
	text-align: center;
	color: #2f2f2f;
}

div.ft-bottom p {
	font-size: 93%;
}

/* @end */

/* @group Common Text Styles */
div.page-main p,
div.item-text p,
div.page-side p {
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}

div.page-main p a:link,
div.page-main p a:visited {
	text-decoration: underline;
}

.text-center {
	text-align: center;
}

.push-down {
	padding-top: 8px;
}
div.case {
border:2px solid;
border-radius:10px;
padding: 5px;
margin: 0 0 8px 0;
}

.vlabel {
	width:70px;
	color: #9dae01;
	display: inline-block;
	font-weight: 500;
}



/* Button A */
.btn-a:link,
.btn-a:visited,
.btn-a {
	text-decoration: none;
	display: inline-block;
	background-color: #c6d605;
	color: #FFF;
	padding: 4px 24px;
	font-weight: bold;
}

.btn-a:hover {
	background-color: #bccb06;
}

/* Special Button - Style A */
.btn-special,
.btn-special-a:link,
.btn-special-a:visited {
	background: url(../images/bg-btn-special.png) top left no-repeat;
	display: block;
	width: 174px;
	height: 54px;
	color: #020201;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .62);
	font-size: 138.5%;
	padding: 12px 0 0 0;
}
	
/* @end */

/* @group Default Headings */
div.page-banner-text h1 {
	color: #9dae01;
	font-size: 232%;
	line-height: 1em;
	margin: 0;
}

div.page-main h1 {
color: #9dae01;
}
h3.module-title {
	background-color: #3d3d3d;
	color: #FFF;
	font-size: 182%;
	padding: 9px 0;
	margin: 0 0 25px 0;
	text-align: center;
	line-height: 1em;
}

h3.module-title strong {
	color: #e8e41a;
	font-size: 125%;
}

div.page-main h2 {
	color: #010101;
	font-size: 246.2%;
	font-family: Georgia, serif;
	font-weight: normal;
}

/* @end */

/* @group Default Lists */
/* Make default ul and ol styles to match p styles */

/* @end */

/* @group Nav */
div#nav {
	padding: 0 0 26px 8px;
	font-family: 'Oswald', sans-serif;
}

div#nav ul {
	margin: 0;
	padding: 0;
}

div#nav ul:before, div#nav ul:after { content: ""; display: table; }
div#nav ul:after { clear: both; }
div#nav ul { *zoom: 1; }

div#nav ul li {
	list-style: none;
	float: left;
	padding: 0 40px 0 0;
}

div#nav ul li a:link,
div#nav ul li a:visited {
	color: #FFF;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	padding: 16px 0;
}

div#nav ul li a:hover {
	color: #bed300;
}
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #9dae01;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
/* @end */

/* @group Media Queries */
@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}
/* @end */

/* @group Non-Semantic Helper Classes */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { clear: both; }
/* @end */

/* @group Print Styles */
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
/* @end */