@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans|Roboto+Condensed');

html {
	margin: 0;
	padding: 0;
	display: inline;
	height: 100%;
	width: 100%;
	background: #ffffff; /* Old browsers */
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.6;
}

body {
	margin: 0;
	padding: 0;
	display: inline;
	height: 100%;
	width: 100%;
	position: inherit !important; /*needed to allow google translate plugin and inventory search pages to play together nicely*/
}
.clear {clear: both;}
img { max-width: 100%; }
#wrapper {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0;
}

/***** Form Page ****/
.pageHeader{
	padding: 1%;
	margin-bottom: 10px;
	color: #0070AD;
}
.pageHeader h1{
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}
.formLeft{
	padding-left: 1%;
	width: 98%;
}
.formLeft p{
	font-size: 14px;
	padding-bottom: 10px;
}
.formLeft h3 {
	font-size: 14px;
	font-weight:bold;
}
.infoRight{
	margin-top: 15px;
	float:left;
	padding-left: 1%;
	width: 98%;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #999999;
}
/** YouTube Video Responsiveness **/
.vidHolder {
    position: relative;
    padding-bottom: 47%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}
.vidHolder iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/********** Footer *************/
#footer{
	text-align: center;
	padding: 10px 0;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #999999;
}

/**************** Form Style Overrides *************/
.actionformholder .actionform .multipart_header {
	border: none;
	padding: 2px;
}

.actionformholder .formsection{
	border: none;
}

.actionformholder .ui-widget-header {
	background: #ffffff !important;
}

.actionformholder .actionform .formsectiontitle {
	font-family: 'Lato', sans-serif;
	color: #0070AD;
	font-size: 1.5em;
}

.actionformholder .actionform ul li div.actionforminput {
	width: 100%;
	float: none;
	display: block;
	margin-right: 0%;
}

.actionformholder .formfield label{
	font-size: 1.2em !important;
}

.actionformholder form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.actionformholder form li {
	padding: 3px;
	margin: 0;
	margin-bottom: 3px;
}

.actionformholder form label:not(.ui-button) {
	clear: both;
	display: block;
	font-size: 14px;
	color: #999;
}

.actionformholder input,.actionformholder select{
	font-size: 18px;
	border: 1px solid #ddd;
	margin: 0;
	padding: 8px;
}
.actionformholder input:focus,.actionformholder select:focus {
	border: 1px solid #999;
	border-color: rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.2);
}
.actionformholder form .actionform input.inputFull {
	width: 96.5%;
}
.actionformholder form .actionform select.inputFull {
	width: 99%;
}

.actionformholder form .actionform input.inputMid {
	width: 115px;
}

.actionformholder .actionform.user_agreement {
	color: #999;
	display: block;
	text-align: left;
	margin: 0;
}

.actionformholder form .actionform.user_agreement li {
	padding: 3px .2px;
	margin: 0;
	margin-bottom: 3px;
}

.actionformholder .button.ui-button, .actionformholder label.ui-button {
	background: #ffffff;
	background-image: none;
	cursor: pointer;
	font-size: 18px;
	color: #0070AD;
	border: 2px solid rgb(0,111,172);
	font-weight: bold;
	border-radius: 0;
}
.actionformholder .button.ui-button:hover, .actionformholder label.ui-button:hover {
	color: #AC1100;
	border-color: #AC1100;
}
.actionformholder .button.ui-button.ui-state-active, .actionformholder label.ui-button.ui-state-active {
	color: #AC1100;
	border-color: #AC1100;
}

.actionformholder  .ui-buttonset {
	margin-top: 7px;
}

.actionformholder .actionform .cxprogressbar {
	font-size: 20.5px;
	border-radius: 0;
	margin-right: 1px;
}

.actionformholder .actionform .cxprogressbar .ui-progressbar-value {
	border-radius: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #0070AD !important;
}

.actionformholder .actionform .cxprogressbar .cxprogressname {
	color: #FFFFFF;
	line-height: 1.8em !important;
	font-size: 18px;
}

.actionformholder .actionform .next_button {
	margin-left: 2px;
}

.actionformholder .actionform .prev_button .ui-button-text {
	padding-left: 0.2em;
	padding-right: 0.2em;
	overflow: hidden;
	text-overflow: ellipsis;
}
.actionformholder form .actionform input.inputMid {
    width: 215px;
}

@media only screen and (min-width: 320px){
/* Smart Phones, Portrait iPhone, Portrait 480x320 phones (Android) */
}

@media only screen and (min-width: 480px){
/* Smartphones, Android Phones, Landscape iPhone */
}

@media only screen and (min-width: 600px){
/* Portrati Tablets, Portrait iPad, e-readers (nook/kindle), Landscape 800x480 phones (Android) */

/***** Form Page ****/

}

@media only screen and (min-width: 768px){
/* Tablet, Landscape iPhone, Lo-res Laptops and Desktops */

/***** Form Page ****/
.formLeft{
	float:left;
	padding-left: 1%;
	width: 63%;
}
.infoRight{
	float:right;
	padding-right: 1%;
	width: 32%;
}
}

@media only screen and (min-width: 1024px){
/* Big landscape tablets, Laptops, & Desktops */

}

@media only screen and (min-width: 1300px){
/* Hi-Res Laptops and Desktops */
html {
	overflow-x: hidden;
}

}