.redText {
  color: #BC3F1D;
}

.greenText {
  color: #b4ddc2;
}

.btn {
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.btn:hover {
  opacity: 0.75;
}

.btn-gray {
  background: #3c3c3c;
  color: #ffffff;
}

.btn-gray-outline {
  background: transparent;
  color: #3c3c3c;
  border: solid 1px #3c3c3c;
}
.btn-gray-outline:hover {
  background: #e1e1e1;
}

.btn-gray-light {
  background: #afafaf;
  color: white;
}

.btn-blue {
  background: #0c3b5e;
  color: white;
  border: none;
}

.btn-blue-outline {
  background: transparent;
  color: #3c3c3c;
  border: solid 1px #0c3b5e;
}
.btn-blue-outline:hover {
  background: #e1e1e1;
}

.btn-green {
  background: #b4ddc2;
  border: none;
}

.btn-green-outline {
  background: transparent;
  color: #3c3c3c;
  border: solid 1px #b4ddc2;
}
.btn-green-outline:hover {
  background: #e1e1e1;
}

.btn-red {
  background: #BC3F1D;
  color: white;
}

.btn-white {
  background: white;
  color: #3c3c3c;
}

.btn-white-outline {
  background: transparent;
  border: solid 1px white;
  color: white;
}

.btn-stripe {
  background: rgb(99, 91, 255);
  color: white;
}

#mobileReqNav {
  display: none;
}

@media (max-width: 500px) {
  #rhLeft {
    margin: auto;
  }
  #rhRight {
    display: none;
  }
  #requestForm {
    padding: 10px !important;
  }
  #requestForm > #requestNav {
    display: none !important;
  }
  #requestForm #mobileReqNav {
    display: block;
  }
  #requestForm #mobileReqNav #requestNav {
    display: block;
    position: unset;
    width: unset;
    margin-top: 50px;
    padding-top: 15px;
    border-top: solid 1px #e1e1e1;
  }
  #requestForm #selectionsContainer .serviceActivate {
    width: 100%;
  }
  #requestForm .inputsRow .form-group {
    width: 100%;
  }
  #requestForm #review #reviewContainer {
    flex-direction: column;
  }
  #requestForm #review #reviewContainer > div {
    width: 100%;
  }
  #requestForm #review #reviewContainer li {
    width: 225px;
    font-size: 80%;
  }
  #requestForm .dayHeaders {
    display: none !important;
  }
  #requestForm #calendarDays .day {
    width: 100%;
  }
  #requestForm .dayDate span {
    display: inline !important;
  }
  #requestForm .confirmationContainer {
    max-width: 100vw;
  }
  #requestForm .confirmationContainer #confirmation {
    margin-top: 40vh !important;
  }
}
#ducts-intro {
  border: solid 1px #3c3c3c;
  border-radius: 15px;
  padding: 15px;
}
#ducts-intro .form-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
#ducts-intro .form-group input {
  height: 20px;
  width: 20px;
  margin-right: auto;
}
#ducts-intro .form-group span {
  font-weight: bold;
  display: block;
  flex-basis: 75%;
}

.paymentDetails {
  max-width: 600px;
  margin: auto;
}
.paymentDetails > * {
  margin: auto;
}
.paymentDetails .payment-group {
  display: flex;
}
.paymentDetails .payment-group .half {
  flex-basis: 50%;
  width: 50%;
  padding: 5px 0;
  box-sizing: border-box;
}
.paymentDetails .payment-group .half input {
  width: 90%;
}
.paymentDetails .payment-group .third {
  flex-basis: 33.333%;
  width: 33.333%;
  padding: 5px 0;
  box-sizing: border-box;
}

.payment-title {
  width: 100%;
  text-align: center;
}

.form-container .field-container:first-of-type {
  grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
  grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
  grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
  grid-area: security;
}

.field-container input {
  box-sizing: border-box;
}

.field-container {
  position: relative;
}

.form-container {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: auto auto;
  grid-template-rows: 90px 90px 90px;
  grid-template-areas: "name name" "number number" "expiration security";
  max-width: 400px;
  padding: 20px;
  color: #707070;
}

label {
  padding-bottom: 5px;
  font-size: 13px;
}

input {
  margin-top: 3px;
  padding: 15px;
  font-size: 16px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
}

.ccicon {
  height: 38px;
  position: absolute;
  right: 6px;
  top: calc(50% - 17px);
  width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.container {
  width: 100%;
  max-width: 400px;
  max-height: 251px;
  height: 54vw;
  padding: 20px;
}

#ccsingle {
  position: absolute;
  right: 15px;
  top: 20px;
}

#ccsingle svg {
  width: 100px;
  max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
  width: 100%;
  box-shadow: 1px 5px 6px 0px black;
  border-radius: 22px;
}

#generatecard {
  cursor: pointer;
  float: right;
  font-size: 12px;
  color: #fff;
  padding: 2px 4px;
  background-color: #909090;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
  transition: fill 0.5s;
}

.creditcard .lightblue {
  fill: #03A9F4;
}

.creditcard .lightbluedark {
  fill: #0288D1;
}

.creditcard .red {
  fill: #ef5350;
}

.creditcard .reddark {
  fill: #d32f2f;
}

.creditcard .purple {
  fill: #ab47bc;
}

.creditcard .purpledark {
  fill: #7b1fa2;
}

.creditcard .cyan {
  fill: #26c6da;
}

.creditcard .cyandark {
  fill: #0097a7;
}

.creditcard .green {
  fill: #66bb6a;
}

.creditcard .greendark {
  fill: #388e3c;
}

.creditcard .lime {
  fill: #d4e157;
}

.creditcard .limedark {
  fill: #afb42b;
}

.creditcard .yellow {
  fill: #ffeb3b;
}

.creditcard .yellowdark {
  fill: #f9a825;
}

.creditcard .orange {
  fill: #ff9800;
}

.creditcard .orangedark {
  fill: #ef6c00;
}

.creditcard .grey {
  fill: #bdbdbd;
}

.creditcard .greydark {
  fill: #616161;
}

/* FRONT OF CARD */
#svgname {
  text-transform: uppercase;
}

#cardfront .st2 {
  fill: #FFFFFF;
}

#cardfront .st3 {
  font-family: "Source Code Pro", monospace;
  font-weight: 600;
}

#cardfront .st4 {
  font-size: 54.7817px;
}

#cardfront .st5 {
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
}

#cardfront .st6 {
  font-size: 33.1112px;
}

#cardfront .st7 {
  opacity: 0.6;
  fill: #FFFFFF;
}

#cardfront .st8 {
  font-size: 24px;
}

#cardfront .st9 {
  font-size: 36.5498px;
}

#cardfront .st10 {
  font-family: "Source Code Pro", monospace;
  font-weight: 300;
}

#cardfront .st11 {
  font-size: 16.1716px;
}

#cardfront .st12 {
  fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
  fill: none;
  stroke: #0F0F0F;
  stroke-miterlimit: 10;
}

#cardback .st2 {
  fill: #111111;
}

#cardback .st3 {
  fill: #F2F2F2;
}

#cardback .st4 {
  fill: #D8D2DB;
}

#cardback .st5 {
  fill: #C4C4C4;
}

#cardback .st6 {
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
}

#cardback .st7 {
  font-size: 27px;
}

#cardback .st8 {
  opacity: 0.6;
}

#cardback .st9 {
  fill: #FFFFFF;
}

#cardback .st10 {
  font-size: 24px;
}

#cardback .st11 {
  fill: #EAEAEA;
}

#cardback .st12 {
  font-family: "Rock Salt", cursive;
}

#cardback .st13 {
  font-size: 37.769px;
}

/* FLIP ANIMATION */
.container {
  perspective: 1000px;
}

.creditcard {
  width: 100%;
  max-width: 400px;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  cursor: pointer;
}

.creditcard .front,
.creditcard .back {
  position: absolute;
  width: 100%;
  max-width: 400px;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  color: #47525d;
}

.creditcard .back {
  transform: rotateY(180deg);
}

.creditcard.flipped {
  transform: rotateY(180deg);
}

.redText {
  color: #BC3F1D;
}

.greenText {
  color: #b4ddc2;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #3c3c3c;
}

#calendar {
  max-width: 1200px;
  display: block;
  margin: auto;
}

#calendarDays {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#calendarDays .week {
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  position: relative;
  text-align: center;
}
#calendarDays .week .weekViewPrepend {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#calendarDays .day {
  width: 14.25%;
  padding: 5px;
  box-sizing: border-box;
}
#calendarDays .day .dayInner {
  border: solid 1px #afafaf;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  padding-bottom: 5px;
}
#calendarDays .day .dayInner .dayDate {
  margin: 5px;
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 3px;
}
#calendarDays .day .dayInner .dayDate span {
  display: none;
}
#calendarDays .day .dayInner .blocks .block {
  display: block;
  margin: auto;
  width: 90%;
  background: #afafaf;
  text-align: center;
  padding: 3px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 80%;
  border-radius: 5px;
}
#calendarDays .day .dayInner .blocks .block:hover {
  opacity: 0.5;
  cursor: pointer;
}
#calendarDays [data-dayname=Sunday] .blocks {
  display: none;
}
#calendarDays .day-blank .dayInner {
  background: #e1e1e1;
}

#monthDisplays {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  line-height: 36px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
#monthDisplays i {
  margin-left: 10px;
  margin-right: 10px;
}
#monthDisplays .monthNav {
  cursor: pointer;
}
#monthDisplays .monthNav:hover {
  opacity: 0.75;
}
#monthDisplays .currentMonth {
  font-size: 24px;
  font-weight: bold;
}

.monthView .dayHeaders {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
}
.monthView .dayHeaders .dayHeader {
  flex: 1 1 0px;
  border: solid 1px #afafaf;
  border-radius: 10px;
  margin: 2px;
  padding: 5px;
}

.confirmationContainer {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.confirmationContainer #confirmation {
  max-width: 500px;
  margin: auto;
  margin-top: 25px;
  background: white;
  text-align: center;
  padding: 25px;
  display: block;
  border-radius: 10px;
}
.confirmationContainer .done {
  display: none;
}

body {
  color: #3c3c3c;
  font-family: "Raleway";
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-image: url(/img/bg.jpg);
}

.admin-only {
  display: none;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.disclaimer {
  font-size: 80%;
  font-style: italic;
}

li {
  list-style: none;
}

button:focus {
  outline: 0px !important;
}

input, select, textarea {
  min-height: 30px;
  border-radius: 5px;
  border-width: 1px;
  padding: 5px 10px;
}

input, select {
  max-height: 30px;
}

label {
  font-weight: bold;
  padding: 5px;
}

#loginForm {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  margin: 15px auto;
}
#loginForm button {
  height: 50px;
  margin-top: 15px;
}
#loginForm input {
  margin-top: 10px;
}

#intro {
  flex-grow: 1;
  display: block;
}
#intro .introInner {
  max-width: 800px;
  margin: auto;
  margin-top: 75px;
}

.dsLogo {
  width: 250px;
  display: block;
  margin: auto;
}

main {
  flex-grow: 1;
  width: 100%;
  margin: auto;
  max-width: 1000px;
  display: none;
}
main #requestNav {
  position: absolute;
  top: 25px;
  right: 25px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 15px;
}
main #requestNav .btn {
  color: white;
  font-size: 18px;
  font-weight: bold;
}
main #requestNav .btn:hover {
  background: #b4ddc2 !important;
  opacity: 1;
}
main #requestNav .reqNavPrev {
  background: #3c3c3c;
}
main #requestNav .reqNavNext {
  background: #0c3b5e;
}
main #requestHeader {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
main #requestHeader #rhRight {
  text-align: right;
}
main #requestHeader #rhRight .breadcrumb {
  margin-bottom: 15px;
  display: flex;
}
main #requestHeader #rhRight .breadcrumb .crumb {
  margin: 0px 8px;
}
main #requestHeader #rhRight .breadcrumb .liveCrumb {
  color: #0c3b5e;
  font-weight: bold;
}
main #requestHeader #rhRight .headerDisplay {
  border-bottom: solid 1px #e1e1e1;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 10px 0px;
  font-size: 80%;
}
main #requestHeader #rhRight .headerDisplay > span {
  display: inline-block;
  width: 125px;
  font-size: 18px;
  font-weight: bold;
}
main #requestForm {
  max-width: 1000px;
  display: block;
  margin: auto;
  padding: 25px;
  border: solid 2px #e1e1e1;
  border-radius: 10px;
  position: relative;
}
main #contact .form-group {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  max-width: 500px;
  margin: 15px auto;
}
main #contact .form-group label {
  width: 150px;
  text-align: right;
  margin-right: 10px;
}
main #contact .form-group input, main #contact .form-group select, main #contact .form-group textarea {
  order: 2;
  width: 225px;
}
main #contact .form-group textarea {
  width: 80%;
  max-width: 300px;
  height: 100px;
}

footer {
  background: #3c3c3c;
  color: white;
  margin-top: 25px;
  padding: 15px;
}

.form-section {
  width: 40%;
  display: block;
  margin: auto;
  border: solid 1px #e1e1e1;
  padding: 25px;
  margin: 2.5%;
  float: left;
}

.inputsRow {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.inputsRow h1, .inputsRow h2, .inputsRow h3 {
  flex-basis: 100%;
}
.inputsRow .form-group {
  padding: 10px;
  padding-left: 25px;
  width: 25%;
  display: flex;
  flex-grow: 1;
}
.inputsRow .form-group input {
  text-align: center;
  height: 30px;
  width: 25px;
  padding: 3px;
  border-radius: 3px;
  border: solid 1px #3c3c3c;
  margin-right: 10px;
}
.inputsRow .form-group input[type=number] {
  width: 50px;
}

#ductsMain .form-group {
  display: inline-block;
  width: 45%;
  flex-grow: 0;
}

#ductExplainPopup img {
  max-width: 300px;
}

.dsCheck {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  display: flex;
  border-bottom: solid 1px #e1e1e1;
}
.dsCheck .dsCheckBox {
  text-align: center;
  display: inline-block;
  min-width: 20px;
  height: 20px;
  border: solid 1px #afafaf;
  border-radius: 5px;
  margin-right: 10px;
}
.dsCheck .dsCheckBox i {
  opacity: 0;
}

.dsCheck.checked .dsCheckBox {
  background: #b4ddc2;
  color: white;
  border-color: transparent;
}
.dsCheck.checked .dsCheckBox i {
  opacity: 1;
}

#requestForm > * {
  display: none;
}

#requestForm .live {
  display: block !important;
}

.requestViewHeader {
  text-align: left;
  font-size: 24px;
}
.requestViewHeader .stepTrack {
  font-weight: bold;
}

.requestViewDesc {
  text-align: left;
  max-width: 650px;
  padding: 10px;
}

hr.separator {
  opacity: 0.25;
  margin: 25px;
}

.refCardsDiv, .giftCertsDiv, .adminDiscountDiv {
  display: flex;
  text-align: left;
  justify-content: space-between;
  padding: 10px;
}
.refCardsDiv label, .giftCertsDiv label, .adminDiscountDiv label {
  padding-right: 25px;
}
.refCardsDiv span, .giftCertsDiv span, .adminDiscountDiv span {
  padding: 10px;
  margin-left: auto;
}
.refCardsDiv input, .giftCertsDiv input, .adminDiscountDiv input {
  width: 50px;
}

#selectionsContainer {
  display: flex;
  flex-wrap: wrap;
}
#selectionsContainer .serviceActivate {
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  border: solid 2px white;
}
#selectionsContainer .serviceActivate .activateInner {
  height: 150px;
  line-height: 150px;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  color: white;
  font-size: 24px;
  font-weight: bold;
}
#selectionsContainer .serviceActivate .activateInner i {
  width: 40px;
  opacity: 0;
  margin-left: -40px;
}
#selectionsContainer #addCarpet {
  background-image: url("/img/carpet2.jpg");
  width: 100%;
}
#selectionsContainer #addRugs {
  background-image: url("/img/rug2.png");
}
#selectionsContainer #addUpholstery {
  background-image: url("/img/upholstery2.jpg");
}
#selectionsContainer #addTile {
  background-image: url("/img/tile2.jpg");
}
#selectionsContainer #addDucts {
  background-image: url("/img/ducts2.jpg");
}
#selectionsContainer .serviceActivate.active .activateInner {
  background: rgba(180, 221, 194, 0.8) !important;
}
#selectionsContainer .serviceActivate.active .activateInner i {
  opacity: 1;
}

.additional-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.additional-group > div {
  display: flex;
  justify-content: space-between;
  flex-basis: 50%;
}
@media (max-width: 60rem) {
  .additional-group > div {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}

#review #reviewContainer {
  display: flex;
}
#review #reviewContainer > div {
  width: 50%;
  padding: 25px 0px 0px 0px;
}
#review #reviewContainer .reviewTitle {
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
  margin: auto;
}
#review #reviewContainer li {
  display: block;
  width: 300px;
  padding: 10px 15px;
  margin: 10px auto;
  text-align: left;
  font-weight: bold;
  border-bottom: solid 1px #afafaf;
}
#review #reviewContainer li span {
  text-align: right;
  float: right;
  font-weight: 400;
  width: 100px;
}
#review #reviewContainer li span:before {
  content: "$";
  padding-right: 2px;
}
#review #reviewContainer li.discountDisplay span:before {
  content: "-$";
}
#review #reviewContainer #extractReview {
  background: white;
}
#review #reviewContainer #extractReview #extractReviewSecondary {
  padding: 15px;
  background: white;
}
#review #reviewContainer #extractReview #reviewExtractAdjust {
  background: #b4ddc2;
}
#review #reviewContainer #extractReview #reviewExtractFinal {
  font-size: 125%;
  background: #8acaa0;
  color: white;
}
#review #reviewContainer #ductReview {
  background: #ffffff;
}
#review #reviewContainer #ductReview #ductReviewSecondary {
  padding: 15px;
}
#review #reviewContainer #ductReview #reviewDuctAdjust {
  background: #a8d4f4;
}
#review #reviewContainer #ductReview #reviewDuctFinal {
  font-size: 125%;
  background: #03101a;
  color: white;
}
#review #overallReview {
  font-size: 125%;
  line-height: 175%;
  font-weight: bold;
  padding-top: 25px;
}
#review #overallReview li {
  border-bottom: solid 1px #e1e1e1;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
}
#review #overallReview li span {
  font-weight: 400;
}
#review #overallReview li span:before {
  content: "$";
  padding-right: 2px;
}
#review #overallReview li.paymentsTotal span:before {
  content: "-$";
  padding-right: 2px;
}

#finish #finish-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
  color: white;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
}
#finish .terms {
  text-align: left;
  overflow-y: scroll;
  height: 350px;
  padding: 15px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  background: white;
}

#popupContainer, .customPopupContainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
}
#popupContainer #popup, .customPopupContainer #popup {
  width: 80%;
  max-width: 600px;
  display: block;
  margin: auto;
  margin-top: 10%;
  padding: 25px;
  background: white;
  border-radius: 15px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}
#popupContainer #popup input, #popupContainer #popup select, .customPopupContainer #popup input, .customPopupContainer #popup select {
  padding: 5px 10px;
  border-radius: 5px;
}
#popupContainer #popup .disclaimer, .customPopupContainer #popup .disclaimer {
  font-size: 80%;
  font-style: italic;
  font-weight: bold;
}

footer a {
  color: white;
  opacity: 0.25;
  text-decoration: none;
}
footer a:hover {
  opacity: 0.5;
}/*# sourceMappingURL=style.css.map */


#addDuct { display: none; }
.addDuctOverride { display: block !important; }