/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
#quote {
  /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
  /* HTML5 display definitions
   ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
  /* Links
   ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10.
 */
  /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
  /* Text-level semantics
   ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address styling not present in Safari and Chrome.
 */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address styling not present in IE 8/9.
 */
  /**
 * Address inconsistent and variable font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
  /* Embedded content
   ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10.
 */
  /**
 * Correct overflow not hidden in IE 9/10/11.
 */
  /* Grouping content
   ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari.
 */
  /**
 * Address differences between Firefox and other browsers.
 */
  /**
 * Contain overflow in all browsers.
 */
  /**
 * Address odd `em`-unit font size rendering in all browsers.
 */
  /* Forms
   ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
  /**
 * Re-set default cursor for disabled elements.
 */
  /**
 * Remove inner padding and border in Firefox 4+.
 */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
  /**
 * Define consistent border, margin, and padding.
 */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
  /* Tables
   ========================================================================== */
  /**
 * Remove most spacing between table cells.
 */
  display: block;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  float: none !important;
  width: 100% !important;
}
#quote article,
#quote aside,
#quote details,
#quote figcaption,
#quote figure,
#quote footer,
#quote header,
#quote hgroup,
#quote main,
#quote nav,
#quote section,
#quote summary {
  display: block;
}
#quote audio,
#quote canvas,
#quote progress,
#quote video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
#quote audio:not([controls]) {
  display: none;
  height: 0;
}
#quote [hidden],
#quote template {
  display: none;
}
#quote a {
  background: transparent;
}
#quote a:active,
#quote a:hover {
  outline: 0;
}
#quote abbr[title] {
  border-bottom: 1px dotted;
}
#quote b,
#quote strong {
  font-weight: bold;
}
#quote dfn {
  font-style: italic;
}
#quote h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#quote mark {
  background: #ff0;
  color: #000;
}
#quote small {
  font-size: 80%;
}
#quote sub,
#quote sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#quote sup {
  top: -0.5em;
}
#quote sub {
  bottom: -0.25em;
}
#quote img {
  border: 0;
}
#quote svg:not(:root) {
  overflow: hidden;
}
#quote figure {
  margin: 1em 40px;
}
#quote hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
#quote pre {
  overflow: auto;
}
#quote code,
#quote kbd,
#quote pre,
#quote samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
#quote button,
#quote input,
#quote optgroup,
#quote select,
#quote textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
#quote button {
  overflow: visible;
}
#quote button,
#quote select {
  text-transform: none;
}
#quote button,
#quote html input[type="button"],
#quote input[type="reset"],
#quote input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
#quote button[disabled],
#quote html input[disabled] {
  cursor: default;
}
#quote button::-moz-focus-inner,
#quote input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#quote input {
  line-height: normal;
}
#quote input[type="checkbox"],
#quote input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
#quote input[type="number"]::-webkit-inner-spin-button,
#quote input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
#quote input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
#quote input[type="search"]::-webkit-search-cancel-button,
#quote input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#quote fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
#quote legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
#quote textarea {
  overflow: auto;
}
#quote optgroup {
  font-weight: bold;
}
#quote table {
  border-collapse: collapse;
  border-spacing: 0;
}
#quote td,
#quote th {
  padding: 0;
}
#quote *,
#quote {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#quote *:before,
#quote:before,
#quote *:after,
#quote:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#quote header,
#quote nav,
#quote footer {
  float: none;
  background: none;
  height: auto;
  display: block;
}
#quote:before,
#quote:after {
  content: " ";
  display: table;
  line-height: 0;
}
#quote:after {
  clear: both;
}
#quote .container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  float: none !important;
  width: 100% !important;
}
#quote .container:before,
#quote .container:after {
  content: " ";
  display: table;
  line-height: 0;
}
#quote .container:after {
  clear: both;
}
#quote .section {
  padding: 20px;
  margin: 0;
  *zoom: 1;
}
#quote .section:before,
#quote .section:after {
  content: " ";
  display: table;
  line-height: 0;
}
#quote .section:after {
  clear: both;
}
#quote .clearfix {
  *zoom: 1;
}
#quote .clearfix:before,
#quote .clearfix:after {
  content: " ";
  display: table;
  line-height: 0;
}
#quote .clearfix:after {
  clear: both;
}
#quote .quote-progress {
  height: 55px;
  margin: 30px 15px;
  display: block;
  position: relative;
}
#quote .quote-progress .quote-progress-fill {
  display: absolute;
  left: 0px;
  width: 0%;
  height: 100%;
}
#quote .quote-progress .quote-progress-fill.empty {
  border: none;
}
#quote .quote-progress .quote-buttons {
  padding: 12px !important;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#quote .javascript-required {
  display: none;
}
#quote form {
  display: block;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  float: none !important;
  width: 100% !important;
  /*
	.spacer-full
	{
		width: 100%;
		display: block;
		min-height: @spacer-height;
	}

	.spacer-half
	{
		width: 50%;
		display: block;
		min-height: @spacer-height;
	}

	.spacer
	{
		.spacer-full;
	}
	*/
}
#quote form:before,
#quote form:after {
  content: " ";
  display: table;
  line-height: 0;
}
#quote form:after {
  clear: both;
}
#quote form #quote-message {
  padding: 30px;
}
#quote form #quote-pages {
  min-height: 340px;
}
#quote form #quote-pages .quote-groups {
  float: left;
  width: 60%;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
#quote form #quote-pages .quote-side {
  float: right;
  width: 40%;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
#quote form #quote-pages .quote-page-header {
  padding: 20px;
  margin: 0;
  *zoom: 1;
}
#quote form #quote-pages .quote-page-header:before,
#quote form #quote-pages .quote-page-header:after {
  content: " ";
  display: table;
  line-height: 0;
}
#quote form #quote-pages .quote-page-header:after {
  clear: both;
}
#quote form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
#quote form label label,
#quote form label.inline {
  display: inline-block;
  font-weight: normal;
}
#quote form h1 label,
#quote form h2 label,
#quote form h3 label,
#quote form h4 label,
#quote form h5 label,
#quote form h6 label {
  font-weight: 500;
  margin-bottom: 0;
}
#quote form .quote-control.radio {
  margin: 0;
  padding: 0;
}
#quote form .quote-control.radio label {
  display: block;
}
#quote form .quote-control.radio label input {
  margin-right: 4px;
  margin-top: 4px;
}
#quote form input#delivery_address_additional,
#quote form input#moving_address_additional {
  display: block;
}
#quote form .quote-group {
  width: 50%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 45px;
}
#quote form .quote-group.full {
  width: 100%;
  float: none;
}
#quote form .quote-group.full label,
#quote form .quote-group.full textarea {
  display: block;
  width: 100%;
}
#quote form select,
#quote form input,
#quote form textarea {
  margin-bottom: 4px;
  height: auto !important;
}
#quote form .estimated-value {
  float: right;
}
#quote form .estimated-value input {
  padding: 4px 3px;
}
#quote form textarea {
  width: 100%;
  min-height: 180px;
  max-height: 280px;
  resize: vertical;
}
#quote form input[type="checkbox"],
#quote form select {
  cursor: hand;
  cursor: pointer;
}
#quote form .quote-buttons {
  padding: 30px 15px;
}
#quote button {
  font-size: 100%;
  padding: 7px 9px;
  margin-bottom: 20px;
  outline: none;
}
#quote button.quote-button {
  font-size: 120%;
  padding: 10px 14px;
}
#quote button.quote-button.next {
  float: right;
}
#quote button.quote-button.previous {
  float: left;
}
#quote button.quote-button.submit,
#quote button.quote-button.finish {
  float: right;
}
#quote #quote-pages .quote-page .quote-side {
  float: right;
  /*
	h1,h2,h3,h4,h5,h6,
	p
	{
		padding: 0;
		margin: 0 0 @grid-column-padding 0;
	}
	*/
}
#quote .side-image {
  width: 100%;
}
#quote.quote-small form#quote-wizard .quote-groups,
#quote.quote-small form#quote-wizard .quote-group,
#quote.quote-small form#quote-wizard .quote-header,
#quote.quote-small form#quote-wizard .quote-side {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  width: 100% !important;
  float: none !important;
  display: block;
}
#quote.quote-small form#quote-wizard .quote-groups:before,
#quote.quote-small form#quote-wizard .quote-group:before,
#quote.quote-small form#quote-wizard .quote-header:before,
#quote.quote-small form#quote-wizard .quote-side:before,
#quote.quote-small form#quote-wizard .quote-groups:after,
#quote.quote-small form#quote-wizard .quote-group:after,
#quote.quote-small form#quote-wizard .quote-header:after,
#quote.quote-small form#quote-wizard .quote-side:after {
  content: " ";
  display: table;
  line-height: 0;
}
#quote.quote-small form#quote-wizard .quote-groups:after,
#quote.quote-small form#quote-wizard .quote-group:after,
#quote.quote-small form#quote-wizard .quote-header:after,
#quote.quote-small form#quote-wizard .quote-side:after {
  clear: both;
}
#quote.quote-small form#quote-wizard .quote-group {
  padding: 0 !important;
  min-height: 0;
}
#quote.quote-small form#quote-wizard .quote-label {
  margin-bottom: 0;
}
#quote.quote-small form#quote-wizard .spacer-half,
#quote.quote-small form#quote-wizard .spacer-half,
#quote.quote-small form#quote-wizard .spacer {
  display: none !important;
}
#quote.quote-small form#quote-wizard .quote-inventory-type p {
  display: none;
}
#quote.quote-small form#quote-wizard .quote-inventory-type h1,
#quote.quote-small form#quote-wizard .quote-inventory-type h2,
#quote.quote-small form#quote-wizard .quote-inventory-type h3,
#quote.quote-small form#quote-wizard .quote-inventory-type h4,
#quote.quote-small form#quote-wizard .quote-inventory-type h5,
#quote.quote-small form#quote-wizard .quote-inventory-type h6 {
  text-align: center;
}
#quote.quote-small form#quote-wizard .quote-inventory-type button {
  width: 100% !important;
  margin: 0;
  margin-bottom: 20px;
}
#quote.quote-small form#quote-wizard .quote-inventory-type-description p {
  display: none;
}
#quote h1,
#quote h2,
#quote h3,
#quote h4,
#quote h5,
#quote h6 {
  padding: 15px 0 15px 0 !important;
  margin: 0 !important;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.4;
}
#quote form label {
  font-weight: normal;
}
#quote form label label,
#quote form label.inline {
  font-size: 11.9px !important;
}
#quote .quote-control input,
#quote .quote-control textarea {
  font-weight: normal;
  font-size: 14px;
}
#quote p {
  padding: 0 0 15px 0 !important;
  margin: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}
#quote .terms-of-service {
  margin: 25px 0 20px 0;
}
#quote .terms-of-service,
#quote .terms-of-service p.conditions {
  font-size: 10.5px !important;
  text-align: center !important;
}
#quote .quote-services .quote-service-description {
  display: inline-block;
  font-weight: normal;
}
#quote .quote-services .quote-category-header {
  width: 100%;
}
#quote .quote-services .quote-category-header h1,
#quote .quote-services .quote-category-header h2,
#quote .quote-services .quote-category-header h3,
#quote .quote-services .quote-category-header h4,
#quote .quote-services .quote-category-header h5,
#quote .quote-services .quote-category-header h6 {
  width: 100%;
  text-align: left !important;
}
#quote .quote-services .quote-group {
  border-radius: 0;
  min-height: 0;
  padding: 5px;
}
#quote .quote-services .quote-group .quote-service-item {
  cursor: hand;
  cursor: pointer;
}
#quote .quote-services .quote-group .quote-service-item label.quote-label {
  width: 90% !important;
  float: right;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: hand;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#quote .quote-services .quote-group .quote-service-item .quote-control {
  width: 10%;
  margin-top: 0;
  float: left;
  padding-left: 2.5%;
  padding-right: 3%;
  padding-top: 3px;
}
#quote .quote-services .quote-group .quote-service-item .quote-control input {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#quote .quote-furniture .quote-category-header h1,
#quote .quote-furniture .quote-category-header h2,
#quote .quote-furniture .quote-category-header h3,
#quote .quote-furniture .quote-category-header h4,
#quote .quote-furniture .quote-category-header h5 {
  cursor: hand;
  cursor: pointer;
  text-align: left !important;
}
#quote .quote-furniture .quote-furniture-item:first-child .quote-furniture-item {
  display: block !important;
}
#quote .quote-furniture .quote-furniture-item {
  min-height: auto;
  padding: 0;
  margin: 0;
}
#quote .quote-furniture .quote-furniture-item .quote-label {
  width: 80% !important;
  float: right !important;
  padding-top: 1px;
  margin-bottom: 0;
  cursor: hand;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#quote .quote-furniture .quote-furniture-item .quote-control {
  width: 20% !important;
  margin-top: 0;
  float: left !important;
}
#quote .quote-furniture .quote-furniture-item .quote-control input {
  text-align: right;
  width: 100%;
}
#quote .quote-furniture .quote-furniture-item .quote-label,
#quote .quote-furniture .quote-furniture-item .quote-control input {
  line-height: 20px;
}
#quote .quote-services .quote-category,
#quote .quote-furniture .quote-category {
  *zoom: 1;
}
#quote .quote-services .quote-category:before,
#quote .quote-furniture .quote-category:before,
#quote .quote-services .quote-category:after,
#quote .quote-furniture .quote-category:after {
  content: " ";
  display: table;
  line-height: 0;
}
#quote .quote-services .quote-category:after,
#quote .quote-furniture .quote-category:after {
  clear: both;
}
#quote .quote-services .quote-category .quote-category-header,
#quote .quote-furniture .quote-category .quote-category-header {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
#quote .quote-services .quote-category .quote-group,
#quote .quote-furniture .quote-category .quote-group {
  min-height: 0;
}
#quote .quote-inventory-type {
  display: block;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  float: none !important;
  width: 100% !important;
}
#quote .quote-inventory-type:before,
#quote .quote-inventory-type:after {
  content: " ";
  display: table;
  line-height: 0;
}
#quote .quote-inventory-type:after {
  clear: both;
}
#quote .quote-inventory-type .quote-control {
  margin-top: 20px;
  padding: 0 20px;
  cursor: hand;
  cursor: pointer;
}
#quote .quote-inventory-type .quote-control button {
  min-width: 140px;
}
#quote.quote-responsive .quote-groups {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #quote.quote-responsive .quote-groups {
    float: left;
    width: 66.66666667%;
  }
}
#quote.quote-responsive .quote-side {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #quote.quote-responsive .quote-side {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 768px) {
  #quote.quote-responsive form#quote-wizard .quote-groups {
    clear: both;
    width: 100%;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #quote.quote-responsive form#quote-wizard .quote-group {
    display: block;
    width: 100%;
    min-height: auto;
  }
  #quote.quote-responsive form#quote-wizard .quote-group.spacer,
  #quote.quote-responsive form#quote-wizard .quote-group.spacer-full,
  #quote.quote-responsive form#quote-wizard .quote-group.spacer-half {
    display: none;
  }
  #quote.quote-responsive form#quote-wizard .quote-group label {
    width: 100%;
  }
  #quote.quote-responsive form#quote-wizard .quote-group label.inline,
  #quote.quote-responsive form#quote-wizard .quote-group label label {
    float: right;
    width: auto;
  }
  #quote.quote-responsive form#quote-wizard .quote-group input,
  #quote.quote-responsive form#quote-wizard .quote-group select,
  #quote.quote-responsive form#quote-wizard .quote-group textarea {
    width: 100%;
  }
  #quote.quote-responsive form#quote-wizard .quote-group input.checkbox,
  #quote.quote-responsive form#quote-wizard .quote-group select.checkbox,
  #quote.quote-responsive form#quote-wizard .quote-group textarea.checkbox,
  #quote.quote-responsive form#quote-wizard .quote-group input[type="checkbox"],
  #quote.quote-responsive form#quote-wizard .quote-group select[type="checkbox"],
  #quote.quote-responsive form#quote-wizard .quote-group textarea[type="checkbox"] {
    width: auto;
  }
  #quote.quote-responsive .quote-side {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    width: 100% !important;
    padding: 20px;
    margin: 0;
    *zoom: 1;
    padding-left: 15px;
    padding-right: 15px;
  }
  #quote.quote-responsive .quote-side:before,
  #quote.quote-responsive .quote-side:after {
    content: " ";
    display: table;
    line-height: 0;
  }
  #quote.quote-responsive .quote-side:after {
    clear: both;
  }
  #quote.quote-responsive .quote-side:before,
  #quote.quote-responsive .quote-side:after {
    content: " ";
    display: table;
    line-height: 0;
  }
  #quote.quote-responsive .quote-side:after {
    clear: both;
  }
  #quote.quote-responsive .quote-side .side-header,
  #quote.quote-responsive .quote-side .side-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #quote.quote-responsive .quote-inventory-type .quote-controls {
    width: 50%;
    margin-left: 25%;
  }
  #quote.quote-responsive .quote-inventory-type .quote-control {
    margin-top: 20px;
    text-align: center;
  }
  #quote.quote-responsive .quote-inventory-type .quote-control h1,
  #quote.quote-responsive .quote-inventory-type .quote-control h2,
  #quote.quote-responsive .quote-inventory-type .quote-control h3,
  #quote.quote-responsive .quote-inventory-type .quote-control h4,
  #quote.quote-responsive .quote-inventory-type .quote-control h5,
  #quote.quote-responsive .quote-inventory-type .quote-control h6,
  #quote.quote-responsive .quote-inventory-type .quote-control p {
    text-align: center;
    font-size: 17.5px;
  }
  #quote.quote-responsive .quote-inventory-type .quote-control p {
    font-size: 11.9px;
  }
  #quote.quote-responsive .quote-inventory-type .quote-control button {
    width: 100% !important;
    margin: 0;
    width: 80%;
    margin-bottom: 20px;
  }
  #quote.quote-responsive .quote-inventory-type .quote-control .icon {
    display: none;
  }
}
@media (max-width: 540px) {
  #quote.quote-responsive h1,
  #quote.quote-responsive h2,
  #quote.quote-responsive h3,
  #quote.quote-responsive h4,
  #quote.quote-responsive h5,
  #quote.quote-responsive h6,
  #quote.quote-responsive p {
    text-align: center !important;
  }
  #quote.quote-responsive .estimated-value {
    float: none !important;
  }
  #quote.quote-responsive .quote-buttons .quote-button {
    display: inline-block;
    width: 47%;
  }
  #quote.quote-responsive .quote-inventory-type .quote-controls {
    width: 100%;
    margin-left: 0;
  }
  #quote.quote-responsive .quote-inventory-type .quote-control {
    padding: 15px;
    width: 100%;
  }
  #quote.quote-responsive .quote-inventory-type .quote-control h1,
  #quote.quote-responsive .quote-inventory-type .quote-control h2,
  #quote.quote-responsive .quote-inventory-type .quote-control h3,
  #quote.quote-responsive .quote-inventory-type .quote-control h4,
  #quote.quote-responsive .quote-inventory-type .quote-control h5,
  #quote.quote-responsive .quote-inventory-type .quote-control h6 {
    padding: 0 0 15px 0 !important;
  }
  #quote.quote-responsive .quote-inventory-type .quote-control p,
  #quote.quote-responsive .quote-inventory-type .quote-control label small {
    display: none;
  }
  #quote.quote-responsive .quote-inventory-type .quote-control button {
    width: 100% !important;
    margin: 0;
  }
}
#quote .quote-furniture .quote-furniture-item {
  font-size: 11.9px;
}
#quote form .quote-group.required .quote-label:after {
  content: '*';
  font-weight: bold;
  margin-left: 4px;
  color: red;
}
#quote form .quote-group .quote-control input,
#quote form .quote-group .quote-control textarea,
#quote form .quote-group .quote-control select {
  display: block;
  padding: 7px 8px;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0;
  /* Firefox 1-3.6 */
  border-radius: 0;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border: 1px solid #e2e2e2;
  background: #fafafa;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#quote form .quote-group .quote-control input:active,
#quote form .quote-group .quote-control textarea:active,
#quote form .quote-group .quote-control select:active,
#quote form .quote-group .quote-control input:focus,
#quote form .quote-group .quote-control textarea:focus,
#quote form .quote-group .quote-control select:focus {
  outline: 0;
  border: 1px solid #ffa04a;
  border-radius: 1px;
  box-shadow: 0px 0px 3px 0px #facf97;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#quote form .quote-group .quote-control input.invalid,
#quote form .quote-group .quote-control textarea.invalid,
#quote form .quote-group .quote-control select.invalid {
  border: 1px solid #ff7272 !important;
  border-radius: 1px !important;
  box-shadow: 0px 0px 3px 0px #d2aaaa !important;
  background: #ffffff !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#quote form .quote-group .quote-control label,
#quote form .quote-group .quote-control input,
#quote form .quote-group .quote-control select {
  width: 100%;
}
#quote form .quote-group .quote-control select {
  height: 34px;
}
#quote form .quote-group .quote-control select option:first-child {
  color: #a0a0a0;
}
#quote form .quote-group .quote-control input[type="checkbox"],
#quote form .quote-group .quote-control input.checkbox {
  width: auto;
  display: inline-block;
  margin-left: 6px;
  box-shadow: none;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
#quote form .quote-group label {
  padding-left: 3px;
  padding-bottom: 3px;
  padding-right: 3px;
}
#quote form .quote-group label label,
#quote form .quote-group label label.inline {
  padding-left: 3px;
  padding-bottom: 0;
}
#quote form .quote-group label label input,
#quote form .quote-group label label.inline input {
  margin-right: 3px;
}
#quote button {
  border-radius: 3px;
  background: #f4f4f4;
  border: 1px solid #dadada;
  box-shadow: none;
  color: #000000;
  text-shadow: none;
}
#quote button.quote-button.next {
  border-radius: 3px;
  background: #f4f4f4;
  border: 1px solid #dadada;
  color: #000000;
  box-shadow: none;
}
#quote button.quote-button.previous {
  border-radius: 3px;
  background: #f4f4f4;
  border: 1px solid #dadada;
  color: #000000;
  box-shadow: none;
}
#quote button.quote-button.submit,
#quote button.quote-button.complete {
  border-radius: 3px;
  background: #ff843d;
  border: 1px solid #be3c0f;
  border-top-color: #d64411;
  border-left-color: #d64411;
  border-right-color: #d64411;
  box-shadow: none;
  color: #f3f3f3 !important;
  text-shadow: 1px 1px #687967;
  background-color: #ee5e2c;
  background-image: -moz-linear-gradient(top, #ff843d, #ee5e2c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff843d), to(#ee5e2c));
  background-image: -webkit-linear-gradient(top, #ff843d, #ee5e2c);
  background-image: -o-linear-gradient(top, #ff843d, #ee5e2c);
  background-image: linear-gradient(to bottom, #ff843d, #ee5e2c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff843d', endColorstr='#ffee5e2c', GradientType=0);
}
#quote button.hover,
#quote button:hover {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.025);
  color: #000000;
  border-color: #c3c3c3;
}
#quote button.active {
  font-weight: bold;
  background: #fdfdfd;
  box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #c3c3c3;
}
#quote button:active {
  background: #f7f7f7;
  border: 1px solid #b7b7b7;
  box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.125);
}
#quote .quote-progress .quote-progress-fill {
  border: 1px solid #d64411;
  border-radius: 1px;
  background: #ee5e2c;
  box-shadow: 0px 0px 2px 0px #f07044;
  background-color: #ec4c14;
  background-image: -moz-linear-gradient(left, #ee7146, #ec4c14);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ee7146), to(#ec4c14));
  background-image: -webkit-linear-gradient(left, #ee7146, #ec4c14);
  background-image: -o-linear-gradient(left, #ee7146, #ec4c14);
  background-image: linear-gradient(to right, #ee7146, #ec4c14);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee7146', endColorstr='#ffec4c14', GradientType=1);
}
#quote .quote-services .quote-group,
#quote .quote-services .quote-category-header {
  border-bottom: 1px solid #e9e9e9;
}
#quote .quote-services .quote-group {
  background: #f8f8f8;
  border-radius: 0;
}
#quote .quote-services .quote-category-header h1,
#quote .quote-services .quote-category-header h2,
#quote .quote-services .quote-category-header h3,
#quote .quote-services .quote-category-header h4,
#quote .quote-services .quote-category-header h5,
#quote .quote-services .quote-category-header h6 {
  padding-top: 15px;
  padding-bottom: 7.5px;
}
#quote .quote-services .quote-category-header .quote-label {
  padding-bottom: 10px;
  margin-bottom: 0;
}
#quote .quote-furniture .additional-furniture {
  padding-top: 0;
}
#quote .quote-furniture .quote-furniture-item {
  border-bottom: 1px solid #e9e9e9;
}
#quote .quote-furniture .quote-furniture-item .quote-control input {
  padding: 2px;
  margin: 0;
}
#quote .quote-furniture .quote-furniture-item .quote-control input,
#quote .quote-furniture .quote-furniture-item .quote-control input:active,
#quote .quote-furniture .quote-furniture-item .quote-control input.active,
#quote .quote-furniture .quote-furniture-item .quote-control input:focus {
  border: none;
  background: none;
  box-shadow: none;
}
#quote .quote-furniture .quote-furniture-item .quote-label:before {
  content: 'x';
  color: #e0e0e0;
  padding-right: 7px;
  padding-left: 2px;
}
#quote .quote-inventory-type .quote-control {
  background: #f8f8f8;
  box-shadow: none;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
}
#quote .quote-inventory-type .quote-control.active {
  background: #f8f8f8;
  box-shadow: 0px 0px 3px 0px #facf97;
  border: 1px solid #ff8a87;
  border-radius: 1px;
}
@media (max-width: 768px) {
  #quote.quote-responsive .quote-side {
    border-bottom: 1px solid #e9e9e9;
    background-color: transparent;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(0deg, #f8f8f8, transparent);
    background-image: -webkit-linear-gradient(0deg, #f8f8f8, transparent);
    background-image: -o-linear-gradient(0deg, #f8f8f8, transparent);
    background-image: linear-gradient(0deg, #f8f8f8, transparent);
  }
  #quote.quote-responsive form .quote-buttons {
    border-top: 1px solid #e9e9e9;
    background-color: transparent;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(180deg, #f8f8f8, transparent);
    background-image: -webkit-linear-gradient(180deg, #f8f8f8, transparent);
    background-image: -o-linear-gradient(180deg, #f8f8f8, transparent);
    background-image: linear-gradient(180deg, #f8f8f8, transparent);
  }
}
