<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero-section {
    min-height: max-content; 
}
.hero-section .rating-card {
    background: #e7f7eb !important;
    opacity: 0.8;
}
.hero-section #banner-enrollment-form .step-one-banner {
    width: 25px;
    height: 25px;
    background-color: #27B24D;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    display: inline-block;
}
.hero-section .container.banner-enrollment-form { 
  padding: 0 !important;
}
.hero-section .banner-enrollment-form #propertysearch-input {
    border: 1px solid #27b24d !important;
}
.hero-section .banner-enrollment-form .list-group {
    max-width: 100% !important;
}
.hero-section .item-list {
    width: 100% !important;
    max-height: 285px;
}
.hero-section .banner-enrollment-form .gform_legacy_markup_wrapper {
    margin-top: 0 !important;
}
.hero-section .banner-enrollment-form .gform_legacy_markup_wrapper form {
   padding-left: 15px;
}
.hero-section .banner-enrollment-form #exp-enrollment #gform_7 input, #gform_7 input {
    font-size: 14px !important;
    font-weight: 600;
    background-color: #efefef !important;
    border: 1px solid #d3d3d3 !important;
}
.hero-section .banner-enrollment-form #exp-enrollment #gform_7 input, .hero-section .banner-enrollment-form #gform_7 input:focus {
    box-shadow: 0 0 0 .25rem rgb(39 178 77 / 42%);
    border-color: #27b24d !important;
}
.hero-section .banner-enrollment-form .gform_legacy_markup_wrapper .top_label .gfield_label {
    font-size: 14px !important;
    font-weight: 500 !important;
}
.hero-section .banner-enrollment-form .gform_legacy_markup_wrapper .gfield_radio li label {
    margin: 2px 0 0 8px !important;
    font-size: 15px !important;
}
.hero-section .banner-enrollment-form .gform_legacy_markup_wrapper .gfield_required {
    font-weight: 600 !important;
}  
.hero-section .banner-enrollment-form .btn-additional-properties {
    margin-right: 15px;
    color: #217cd1;
    font-weight: 600;
    background: #e7ffec;
    border: 1px solid #27b24d;
    padding: 3px 10px 5px 10px;
    border-radius: 7px;
}
.hero-section .banner-enrollment-form .col-res-enroll {
    width: 100% !important;
}
#clientportal-iframe {
    background: transparent !important;
}
.gform7-terms {
    display: none !important;
}

/* Desktop Stepper Header */
.step-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  position: relative;
}

.step {
  text-align: center;
  position: relative;
  flex: 1;
}

.step.active .step-content {
   font-weight: 600;
}

.step::before, .step::after {
  content: "";
  position: absolute;
  top: 16px;
  width: 50%;
  height: 2px;
  background-color: #dee2e6;
  z-index: 0;
}

.step::before {
  left: 0;
}

.step::after {
  right: 0;
}

.step:first-child::before,
.step:last-child::after {
  display: none;
}

.step.active::after,
.step.completed::after,
.step.active::before,
.step.completed::before {
  background-color: #198754;
}

.circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #27b24d;
  color: #6c757d;
  line-height: 45px;
  margin: -10px auto 8px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.step.active .circle,
.step.completed .circle {
  background-color: #0b9330;
  border: 3px solid #27b24d;
  color: #fff;
}

.step.completed .circle span {
  display: none;
}

/* Add checkmark to completed steps on desktop */
.step.completed .circle::after {
  content: "âœ“";
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  bottom: 0;
  line-height: 32px;
  color: white;
  font-weight: bold;
  font-size: 1rem;
}
.step-content {
  font-weight: 500;
  font-size: 20px;
  color: #606060;
}
.step.completed .step-content {
  color: #27b24d;
  font-weight: 600;
}
.step-screen .btn-next-steeper {
    /* position: absolute; */
    width: 120px;
    margin-right: 15px;
    margin-bottom: 15px;
    bottom: 15px;
    right: 15px;
    font-weight: 600;
    background: #27b24d;
    border-color: #27b24d;
}
#step-1 .btn-next-steeper { 
    position: absolute;
}
.step-screen .btn-prev-steeper {
    /* position: absolute; */
    width: 120px;
    margin-left: 15px;
    margin-bottom: 15px;
    bottom: 15px;
    right: 145px;
    color: #444;
    font-weight: 600;
    background: #c5c5c5;
    border-color: #c5c5c5;
}

/* Mobile Stepper */
.stepper-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.stepper-item {
  text-align: center;
  position: relative;
  flex: 1;
  cursor: pointer;
}

.stepper-item::before,
.stepper-item::after {
  content: "";
  position: absolute;
  top: 16px;
  width: 50%;
  height: 2px;
  background-color: #dee2e6;
  z-index: 1;
}

.stepper-item::before {
  left: 0;
}

.stepper-item::after {
  right: 0;
}

.stepper-item:first-child::before,
.stepper-item:last-child::after {
  display: none;
}

.stepper-item.active::after,
.stepper-item.completed::after,
.stepper-item.active::before,
.stepper-item.completed::before {
  background-color: #198754;
}

.stepper-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #27b24d;
    color: #6c757d;
    line-height: 34px;
    margin: -5px auto 4px;
    z-index: 2;
    position: relative;
    font-weight: bold;
}

.stepper-item.active .stepper-circle,
.stepper-item.completed .stepper-circle {
  background-color: #0b9330;
  border: 3px solid #27b24d;
  color: #fff;
}

.stepper-item.completed .stepper-circle span {
   display: none;
}

.stepper-item.completed .stepper-label {
   color: #27b24d !important;
}

.stepper-item.completed .stepper-circle::after {
  content: "âœ“";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 34px;
  color: white;
  font-weight: bold;
  font-size: 1rem;
}

/* Step titles on mobile */
.stepper-item .stepper-label {
    font-size: 14px;
    color: #606060;
    font-weight: 500;
    user-select: none;
}

.stepper-item.active .stepper-label,
.stepper-item.completed .stepper-label {
  color: #606060;
  font-weight: 600;
}

.step-screen {
  display: none;
  /* min-height: 60vh; */
  height: max-content;
  background: #f3f3f3bd;
  padding: 0 15px !important;
  border-radius: 0.5rem;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.step-screen.active {
  display: block;
  opacity: 1;
}

@media (max-width: 576px) {
  .stepper-wrapper {
    flex-direction: row;
  }

  /* Keep lines visible on mobile */
  .stepper-item::before, .stepper-item::after {
    display: block;
  }
  .hero-section .main-heading {
    font-size: 13px !important;
  }
  .hero-section .ul-help-reduce .list-group-item {
    font-size: 14px !important;
  }
  .hero-section .ti-widget[data-layout-id='55'][data-set-id='soft'][data-pid='29662693304f7634be066fc0040'] .ti-text {
    color: #000 !important;
  }
  .hero-section .banner-enrollment-form .gform_legacy_markup_wrapper form {
    padding-left: 0 !important;
  }
  .hero-section #field_7_2, .hero-section #field_7_9 {
    padding-left: 0 !important;
  }
  .hero-section .banner-enrollment-form .btn-additional-properties {
    margin: 0 auto !important;
  }
  .step-screen .btn-next-steeper {
    margin-bottom: 15px !important;
    margin-right: 0;
  }
  .step-screen .btn-prev-steeper {
    margin-bottom: 15px !important;
    margin-left: 0;
  }
  #banner-enrollment-form .img-res-sm { 
    margin-bottom: 0 !important;
  }
  .confirm-box {
    width: 95% !important;
  }
}


</pre></body></html>