/* UI Consistency */
::-moz-focus-inner {
 border: 0;
 padding: 0;
}
form {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 6px 0 10px 10px
}
.form-wrapper {
	margin-bottom: 20px;
}
.node-webform .form-wrapper {
	margin-bottom: 0;
}
.form-item {
	margin: 14px 0;
}
input[type="search"]::-webkit-search-decoration {
 display: none;
}
input,
button,
select,
textarea {
	margin: 0;
	vertical-align: middle;
}
button,
input[type="reset"],
input[type="submit"],
input[type="button"],
.more-link a,
.more-link a:link,
.button,
a.button:link {
	-webkit-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border-radius: 0;
	background: #FFF;
	border: 2px solid;
	border-color: #AD0000;
	cursor: pointer;
	color: #000!important;
	font: bold 15px/1.3 myriad-pro, Arial, Helvetica, sans-serif;
	outline: 0;
	overflow: visible;
	padding: 4px 8px;
	text-shadow: none;
	width: auto;
 *padding-top: 2px; /* IE7 */
 *padding-bottom: 0px; /* IE7 */
	margin: 4px;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.more-link a:hover,
.button:hover,
a.button:hover {
	background: #B3FFB3;
	color: #000000;
	font-weight: bold;
}
button,
.button {
 *padding-top: 1px; /* IE7 */
 *padding-bottom: 1px; /* IE7 */
}
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	-webkit-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid;
	border-color: #AD0000;
	color: #000;
	display: block;
	outline: 0;
	padding: 2px 6px;
	font-size: 14px;
	font-family: myriad-pro, Arial, Helvetica, sans-serif;
	height: 2em;
	margin-bottom:8px;
 *padding-top: 2px; /* IE7 */
 *padding-bottom: 1px; /* IE7 */
 *height: auto; /* IE7 */
}
.four-sided-bag input[type="text"],
.four-sided-bag label {
	display: inline;
}
/* Separate rule for Firefox. Cannot stack with WebKit's. */
input.placeholder_text, textarea.placeholder_text, input:-moz-placeholder, textarea:-moz-placeholder {
 color: #888;
}

::-webkit-input-placeholder {
 color: #888;
}
button:focus,
button:active,
button.active,
.button:focus,
.button:active,
.button.active {
	z-index: 1; /* For Opera */
	background-color:rgb(175, 206, 233);
}
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    z-index: 1; /* For Opera */
    background-color:#B3FFB3;
}
input.error {
    background-color:rgb(255, 213, 213);
}
input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
	background-color: #eee;
}
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	color: #888;
	cursor: default;
}
.calculate {
    clear:both;
    display:block;
	/*position: absolute;*/
	bottom: 110px;
}
textarea,
select[size],
select[multiple] {
	height: auto;
}
.context-contact-our-offices .webform-client-form .form-item input {
	width: 60%;
}
.context-contact-our-offices .webform-client-form .form-item label {
	width: 18%;
	display: inline-block;
}
.form-type-radio label,
.form-type-checkbox label {
	margin-left: 4px;
}
label.error {
    display: block;
    background-color: #AD0000;
    color: white;
    padding: 4px 0px 4px 8px;
    margin-top: -8px;
    margin-bottom: 8px;
    font-size: 0.9em;
}
legend {
	background-color: #FFFFFF;
	border: 1px solid #999;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 4px 12px;
}
.fieldset-wrapper {
	margin-top: 10px;
}
.tips,
.instructions {
    clear:both;
    color:#911936;
	font-size: 12px;
	margin-top: 2px;
}
#btnSubmit {
    float: left;
}
#btnSubmit + .instructions {
    clear: none;
    float: left;
    padding: 8px 0 0 8px;
    width: 200px;
}
#thankYouMessage {
	text-align: center;
	margin-top: 32px;
	margin-bottom: 44px;
}
div.vertical-tabs div.vertical-tabs-panes .vertical-tabs-pane fieldset,
fieldset {
	border: 1px solid #CCC;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 1em 0;
	padding: 0 10px 6px;
	background-color: #F8F4F4;
	clear: both;
}
div.checker,
div.radio {
	margin-top: -5px;
}
/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
select {
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
select[size],
 select[multiple] {
	background-image: none;
	padding: 0;
}
}
textarea {
	min-height: 40px;
	overflow: auto;
	resize: vertical;
	width: 100%;
}
optgroup {
	color: #000;
	font-style: normal;
	font-weight: normal;
}
/* IE6 */
.ie6-button,
* html button {
	background: #ddd url(images/button.png) repeat-x;
	border: 1px solid;
	border-color: #ddd #bbb #999;
	cursor: pointer;
	color: #333;
	font: bold 12px/1.2 Arial, sans-serif;
	padding: 2px 10px 0px;
	overflow: visible;
	width: auto;
}
* html button {
	padding-top: 1px;
	padding-bottom: 1px;
}
.ie6-input,
* html textarea,
* html select {
	background: #fff;
	border: 1px solid;
	border-color: #848484 #c1c1c1 #e1e1e1;
	color: #000;
	padding: 2px 3px 1px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	vertical-align: top;
}
.checkbox {
	text-align: center;
}
* html select {
	margin-top: 1px;
}
.placeholder_text,
.ie6-input-disabled,
.ie6-button-disabled {
	color: #888;
}
.ie6-input-disabled {
	background: #eee;
}
/**
* Checkout progress
*/

.step-pager .button.next,
.step-pager .button.prev {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0px 14px 0;
	/* LTR */
	position: relative;
	width: auto;
}
.step-pager .button.prev {
	padding-left: 30px;
	border-left:none;
	float: left;
}
.step-pager .button.next {
	border-right:none;
	padding-right: 32px;
	float: right;
}
.lt-ie9 .step-pager .button.prev {
	padding-left: 8px;
	border: 2px solid #AD0000;
	float: left;
}
.lt-ie9 .step-pager .button.next {
	padding-right: 8px;
	border: 2px solid #AD0000;
}
.step-pager .button.next::after {
	background: transparent url("../../qg-components/img/arrow_right.png") right center no-repeat;
	/* LTR */
	content: " ";
	font-size: 0;
	display: block;
	float: right;
	/* LTR */
	position: absolute;
	top: -2px;
	right: 0px;
	height: 32px;
	width: 32px;
	z-index: 2;
}
.step-pager .button.prev::before {
	background: transparent url("../../qg-components/img/arrow_left.png") right center no-repeat;
	/* LTR */
	content: " ";
	font-size: 0;
	display: block;
	float: left;
	/* LTR */
	position: absolute;
	top: -2px;
	left: 0px;
	height: 32px;
	width: 32px;
	z-index: 2;
}