/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_hvac/cartridge/client/default/scss/quote.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Effra Medium";
  src: url("../fonts/Effra-Medium.ttf") format("truetype");
}
/* fonts */
/* stylelint-disable  scss/no-global-function-names */
#main {
  position: relative;
  background: #eeeff0;
  padding: 40px 0;
  z-index: 0;
}
@media (min-width: 1024px) {
  #main {
    padding: 80px 0;
  }
}
@media (min-width: 1440px) {
  #main {
    padding: 80px 220px;
  }
}

.form-error-container {
  display: none;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  color: #c20012;
  text-align: center;
}

form > .row,
.address-container .custom-form-field {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  form > .row,
  .address-container .custom-form-field {
    margin-bottom: 24px;
  }
}

.form-group {
  margin-bottom: 0px;
}

.solutions-label {
  color: #000;
  font-size: 1rem;
  font-family: "Arial";
  line-height: 24px;
  padding-bottom: 16px;
}

.data-sharing-privacy {
  background: #f7f7f7;
  padding: 24px;
}

.checkboxes {
  background: #f7f7f7;
  padding: 16px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 24px;
}
.checkboxes .custom-form-field {
  padding-bottom: 12px;
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  .checkboxes {
    padding: 24px;
    padding-bottom: 0px;
    margin-bottom: 30px;
  }
}

.row.solutions {
  margin-bottom: 16px;
}

.get-quote-wrapper .custom-form-field .invalid-feedback {
  line-height: 1.3;
}
.get-quote-wrapper .get-quote-title,
.get-quote-wrapper .get-quote-desc {
  margin-bottom: 32px;
}
.get-quote-wrapper .btn-link {
  padding: 8px 0 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .get-quote-wrapper .get-quote-title,
  .get-quote-wrapper .get-quote-desc {
    margin-bottom: 56px;
  }
}

.quote-confirmation-page .page-title {
  text-align: center;
}
.quote-confirmation-page .page-title h2 {
  margin-bottom: 0;
}
.quote-confirmation-page .confirmation-body {
  background: #fff;
  margin: 32px 0;
}
.quote-confirmation-page .confirmation-body .messages {
  white-space: pre-wrap;
  padding: 24px;
  font-size: 1rem;
  font-family: "Arial";
  line-height: 24px;
}
@media (min-width: 1024px) {
  .quote-confirmation-page .confirmation-body {
    margin: 56px 0;
  }
  .quote-confirmation-page .confirmation-body .messages {
    padding: 64px;
  }
}
.quote-confirmation-page .action-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
