:root {
  --Secondary_drk-blue: #22345B;
  --Secondary_lgt-blue: #DAEBF6;
  --NC_Grey10: #EAEAEA;
  --Secondary_med-blue: #006FC8;
  --SC_Blue: #0257A4;
  --SC_Red: #D80D00;
}


@font-face {
  font-family: 'Avenir LT Pro';
  src: url("//20686953.fs1.hubspotusercontent-na1.net/hubfs/20686953/raw_assets/public/everbright-new/assets/fonts/AvenirLTPro-Roman.woff2")format('woff2'),
    url("")format('woff'),
    url("")format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
/*   height: 90.9vh; */
/*   height: 700px; */
  min-height: 660px;
}

.page-content>section {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  background: linear-gradient(to bottom, #f8f8f8 0%, #f6f3e9 50%, black 50%, black 100%);
}



.page-content>section>img{
  width: 50%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  align-self: center;
   mask-image: linear-gradient(to bottom, transparent 0%, #f6f3e9 20%, #f6f3e9 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #f6f3e9 20%, #f6f3e9 100%);
}
@media screen and (max-width: 1000px) {
  .page-content>section {
    background: none;
    align-items: center;
  }
}

.page-content>section>div.form-container {
  width: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  background: white;
}

.page-content>section>div>div.inner-form-container {
  margin: 173px 99px;
  min-width: 522px;
}

/* .page-content .hs-form {
  display: none;
} */

.page-content .progress-indicator {
  height: 3px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-left: 24px;
  width: 474px;
}

.page-content .progress-step {
  width: 100%;
  background: var(--NC_Grey10);
  transition: all 0.5s ease-in;
}

.page-content .progress-step.active {
  background: var(--Secondary_med-blue);
}

.page-content h1 {
  color: var(--Secondary_drk-blue);

  /* h1_orig */
  font-family: "Avenir LT Pro";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  /* 129.412% */
  padding: 32px 0 24px 0;
}

.page-content .inner-form-container #prev-button {
  display: none;
  color: var(--SC_Blue);
  font-family: "Avenir LT Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #fff;
  border: none;
  cursor: pointer;
  margin: 0;
  margin-left: 24px;
}

.page-content .inner-form-container #next-button {
  display: inline;
  padding: 12px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: var(--Secondary_med-blue);
  color: #FFF;
  text-align: center;
  border: none;
  /* button_style-01 */
  font-family: "Avenir LT Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  cursor: pointer;
  margin-left: 24px;
}

form.hs-form {
  padding-bottom: 30px;
}

.hs-form input {
  border-radius: 4px;
  border: 1px solid var(--NC_Grey20, #DBDBDB);
  background: var(--NC_White, #FFF) !important;
}

.hs-form {
  margin: 0 24px;
}

.hs-form fieldset {
  padding-bottom: 18px;
}

.hs-form label {
  color: var(--Secondary_drk-blue);
  font-family: "Avenir LT Pro";
  font-size: 34px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 44px;
  padding: 32px 0 24px 0;
  display: block;
}

.hs-form .hs-error-msg, .hs-form .hs-error-msgs .hs-main-font-element {
  font-size: 16px !important;
}

.hs-form-radio label {
  font-size: 16px !important;
  font-weight: 400;
}
.hs-form-radio input::before {
  border: none !important;
}

.hs-form-checkbox-display {
  color: var(--Secondary_drk-blue, #22345B) !important;
  font-family: Avenir LT Pro !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.hs-form input[type=radio] {
  display: inline-block;
}

.hs-form label.hs-form-radio-display {
  display: flex;
  align-items: center;
}

.hs-form .hs-rent_or_own ul,
.hs-form .hs_battery_backup ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
}

.hs-form .hs-rent_or_own li,
.hs-form .hs_battery_backup li:nth-child(3) {
  width: 74px;
  padding-top: 0px;
}

.hs-form .hs_battery_backup li {
  width: 60px;
  padding-top: 0px;
}

.hs-form .hs-rent_or_own li label,
.hs-form .hs_battery_backup li label {
  font-weight: 400 !important;
  padding: 0;
}

.hs-form .hs_reasons_for_solar_interest li label {
  padding: 0 0 18px 0;
  color: var(--Secondary_drk-blue, #22345B);
  font-family: Avenir LT Pro;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.hs-form label,
.hs-form legend {
  font-family: "Avenir LT Pro" !important;
}

.first-input-label-text {
  color: var(--Secondary_drk-blue, #22345B);
  font-family: Avenir LT Pro;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  padding: 24px 0 12px 0;
}

.hs-form fieldset:first-child legend {
  padding: 0;
}

.form-warning {
  color: var(--SC_Red);
  font-family: "Avenir LT Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  display: none;
}

input[type=range] {
  width: 100%;
  margin: 5px 0;
  background-color: transparent;
  -webkit-appearance: none;
  border: none;
  margin: 0;
  padding: 0 !important;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  background: #a2d43f;
  border: 0.2px solid #010101;
  border-radius: 3px;
  width: 100%;
  height: 6px;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  margin-top: -5.2px;
  width: 16px;
  height: 16px;
  background: #a2d43f;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #acd954;
}

input[type=range]::-moz-range-track {
  background: #d9d9d9;
  border: none;
  border-radius: 3px;
  width: 100%;
  height: 6px;
  cursor: pointer;
}

input[type=range]::-moz-range-progress {
  background: #a2d43f;
  height: 6px;
  border-radius: 6px
}

input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #a2d43f;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}

input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
  width: 100%;
  height: 6px;
  cursor: pointer;
}

input[type=range]::-ms-fill-lower {
  background: #97cc2e;
  border: 0.2px solid #010101;
  border-radius: 6px;
}

input[type=range]::-ms-fill-upper {
  background: #d9d9d9;
  border: 0.2px solid #010101;
  border-radius: 6px;
}

input[type=range]::-ms-thumb {
  width: 16px;
  height: 16px;
  background: #a2d43f;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}

input[type=range]:focus::-ms-fill-lower {
  background: #a2d43f;
}

input[type=range]:focus::-ms-fill-upper {
  background: #d9d9d9;
}


#range-slider-bubble {
  background: var(--Secondary_drk-blue);
  color: white;
  padding: 4px 12px;
  position: relative;
  border-radius: 4px;
  left: 50%;
  top: -6px;
  transform: translateX(-50%);
  font-family: "Avenir LT Pro";
}

#range-slider-bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 43%;
  border: 5px solid;
  border-color: var(--Secondary_drk-blue) transparent transparent transparent;
}

#slider-labels {
  font-family: "Avenir LT Pro";
  display: flex;
  justify-content: space-between;
}

fieldset:nth-child(4) legend.hs-field-desc {
  padding: 0;
}

.hs_utility_upload .input {
  padding: 24px 0 32px 0;
}

.hs_utility_upload legend {
  font-size: 16px !important;
  color: var(--NC_Grey80, #6A6A6A);

}

.hs_utility_upload .input label {
  background-color: #fff;
  color: var(--Secondary_drk-blue, #22345B);
  text-align: center;
  font-family: Avenir LT Pro;
  font-size: 14px !important;
  width: 138px;
  display: inline;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 13px 21px;
  font-family: sans-serif;
  border-radius: 4px;
  cursor: pointer;
  /*   margin-top: 1rem; */
  border: 1px solid var(--Secondary_lgt-blue, #DAEBF6);
  box-shadow: 5px 10px 10px rgba(112, 144, 176, 0.06);

}


.hs_utility_upload .input label svg {
  padding-right: 8px;
}

#file-chosen {
  margin-left: 16px;
  font-family: "Avenir LT Pro";
  font-size: 14px;
}


.hs_roof_age__cloned_ legend,
.hs_battery_backup legend,
.hs_reasons_for_solar_interest legend {
  color: var(--NC_Grey80, #6A6A6A);
  font-family: Avenir LT Pro;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-bottom: 24px;
}

.hs_roof_age__cloned_ select {
  width: 335px !important;
  background: #fff !important;
  border-radius: 4px;
border: 1px solid var(--NC_Grey20, #DBDBDB);
background: var(--NC_White, #FFF);
  display: flex;
height: 40px;
padding: 8px 16px;
justify-content: space-between;
align-items: center;
flex-shrink: 0;
}

#label-solar_interest_other-e277bb23-1d13-46eb-9b6e-2577ea6a7345 {
  padding: 0;
}

.hs_solar_process_stage ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  padding-left: 0;
}


.hs_solar_process_stage ul::after {
  position: absolute;
  top: 42px;
  height: 2px;
  background: var(--Secondary_lgt-blue, #DAEBF6);
  width: 80%;
  content: "";
  z-index: -1;
  left: 40px;
}

.hs_solar_process_stage li {
  width: unset;
}

.hs_solar_process_stage li label {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 92px;
}

.hs_solar_process_stage li label span {
  color: var(--Secondary_drk-blue, #22345B);
  text-align: center;
  font-family: Avenir LT Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.hs_firstname label,
.hs_city label,
.hs_us_state_select label,
.hs_zip_code label,
.hs_lastname label,
.hs_email label,
.hs_phone label,
.hs_form_agreement label {
  color: var(--Secondary_drk-blue, #22345B);
  font-family: Avenir LT Pro;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px;
  /* 171.429% */
  padding: 0;
}

.hs_form_agreement label,.hs_installer_disclaimer_1 label,.hs_installer_disclaimer_2 label {
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
}

#last-stage-header {
  color: var(--Secondary_drk-blue, #22345B);
  padding: 32px 0 24px 0;


  /* h1_orig */
  font-family: Avenir LT Pro;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  /* 129.412% */
}

.hs-form input[type="submit"] {
  background: var(--Secondary_med-blue) !important;
  position: relative;
  left: 88px;
  color: #FFF;
  text-align: center;

  /* button_style-01 */
  font-family: Avenir LT Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  padding: 12px 24px
}

.submitted-message {
  color: var(--Secondary_drk-blue, #22345B);
  text-align: center;
  font-family: Avenir LT Pro;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.message-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 378px;
  background: #fff;
}

.message-header h3{
  color: var(--Secondary_drk-blue, #22345B);
  text-align: center;
  font-family: Avenir LT Pro;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  /* 129.412% */
}
.message-header p {
  color: var(--Secondary_drk-blue, #22345B);
text-align: center;
font-family: Avenir LT Pro;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

.message-header img {
  height: auto;
  width: 100px;
  
}
/* @keyframes submenu_animation {
  from {
    opacity: 0;
  }

  1% {
    opacity: 0;
  }

  99% {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

fieldset {
  opacity: 0;
  display: none;
  animation-name: submenu_animation;
  animation-duration: 1.8s;
}

fieldset.active {
  display: block;
  opacity: 1;


} */

input[type="radio"] {
  appearance: none !important;
  height: 16px !important;
  width: 16px !important;
  border-radius: 4px !important;
  border: 1.5px solid #22345B !important;
}

input[type="radio"]:checked {
  border: 4px solid #22345B !important;
}

.input li {
list-style: none;
}

@media screen and (max-width: 1000px) {
  .page-content section {
    flex-direction: column;
  }
  .page-content section img {
    width: 100%; 
    height: auto;
  }
  .page-content {
    height: auto !important;
  }
}

@media screen and (max-width: 500px) {
  .form-container .inner-form-container {
    min-width: unset !important;
    width: 360px;
  }
  .page-content .progress-indicator {
    width: 300px;
  }
  #file-chosen {
    display: block;
    margin-top: 24px;
  }
  .hs-form input[type="submit"] {
    left: 0px;
    top: 64px;
  }
}

.page-content .form-container .submitted-message {
  display: none !important;
}
.hs_zip_code label, .hs_us_state_select label, .hs_city label {
    color:#22345b;
    font-family: Avenir LT Pro;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
}
.hs_zip_code input::-webkit-outer-spin-button,
.hs_zip_code input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hs_us_state_select select {
  background: white;
  min-height: 28px;
  padding: 1px 10px;
}

/* Firefox */
.hs_zip_code input[type=number] {
  -moz-appearance: textfield;
}
}
.hs_zip_code label {
    color: var(--Secondary_drk-blue, #22345B);
    font-family: Avenir LT Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 24px 0 12px 0;
}
.installer-descr {
  font-wieght:bold;
}

.hs_installer {
  display: none;
}