/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - https://cssreset.com/ */
html {
  color: #000;
  background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
  font-size: .5em;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  font-size: 100%;
}
legend {
  color: #000;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}

html {
  font-size: 62.5% !important;
}

body {
  background-color: #ede6e6;
  font-family: 'Roboto', sans-serif;
}

i {
  font-size: 100%;
}

a {
  text-decoration: none;
  color: #545454;
}

.flex {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-column {
  flex-direction: column;
}

.flex-logos {
  justify-content: center;
  margin-bottom: 78px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.banner {
  background-color: #00853e;
  width: 100%;
  height: auto;
  color: #fff;
  justify-content: space-around;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 300;
  padding: 15px;
}
.banner-inside {
  background-color: #00853e;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.banner img {
  margin-right: 10px;
}
.partner-logo {
  width: 160px;
  margin: 0 12px;
}
.banner span {
  text-align: center;
}

.site-container {
  max-width: 1466px;
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
}

.logo-container {
  background-color: #ffffff;
  padding-left: 70px;
  padding-right: 50px;
  height: 160px;
  align-items: center;
  justify-content: space-between;
}
.logo-container .phone-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border: #00853e 2px solid;
  border-radius: 4px;
  color: #00853e;
}
.logo-container .phone-number h2 {
  font-size: 30px;
  font-weight: 600;
}
.logo-container .phone-number h3 {
  font-size: 40px;
}
.logo-container .phone-number a {
  text-decoration: none;
  color: #00853e;
}

.logo img {
  width: 200px;
}

#top-promo {
  background-image: url('/beforeafternew.jpg');
  height: 680px;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

#top-promo .bar {
  background-color: #00853e;
  width: 275px;
  height: 5px;
  margin-bottom: 30px;
}

.special-offer-container .mobile {
  display: none;
}

#clear-gutters {
  padding-top: 124px;
  width: 60%;
  align-items: center;
}

#clear-gutters h1 {
  color: #fff;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
/* form */

#CustomerRegisterForm {
  background: #ffffffc4;
  border: 0 none;
  width: 600px;
  border-radius: 10px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  font-size: 1.2em;
  /*stacking fieldsets above each other*/
  position: relative;
  text-align: center;
  z-index: 1;
}
#CustomerRegisterForm h5 {
  font-size: 2.9em;
  padding: 15px 10px;
  font-weight: 900;
  margin-bottom: 1rem;
  color: #00853e;
  border-radius: 6px 6px 0 0;
}
.form-offer {
  background: rgba(0, 0, 0, 0.473);
  border-radius: 0 0 6px 6px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0 0 15px 1px rgb(0 0 0 / 32%);
  padding: 20px 0;
}

.offer-four {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.offer-interior {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px 0 0;
}
.left-align {
  text-align: left;
  text-wrap: balance;
}

.form-offer img {
  width: 30%;
}
.form-offer p {
  width: 54%;
  font-size: 2.3em;
  color: white;
}
.offer-right {
  color: white;
  width: 54%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offer-right h3 {
  color: #8fd9b3;
  font-size: 3.2em;
  font-weight: 700;
  text-shadow: 1px 1px 11px #00000031;
  margin-bottom: 5px;
}
.offer-right h4 {
  font-size: 1.7em;
  font-weight: 400;
}
.form-offer .offer-img-full {
  width: 50%;
}
.form-banner {
  background-color: #00853e;
  width: 100%;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 6px 0;
  margin-top: -20px;
  text-transform: uppercase;
}
.form-footer {
  display: none;
  font-size: 0.9em;
}
.form-footer a {
  font-weight: bold;
  color: #00853e;
  text-decoration: underline;
}

.complylink{
  text-decoration: underline;
}

#CustomerRegisterForm fieldset:not(:first-of-type) {
  display: none;
}

#CustomerRegisterForm input,
#CustomerRegisterForm textarea {
  padding: 9px;
  border: 1px solid #00853e;
  border-radius: 3px;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 18px;
  box-shadow: inset 1px 1px 15px 0px #00000036;
}
/* #zip-step input {
  margin: 30px 0;
}
#CustomerRegisterForm  #iform_firstname {
  margin: 20px 0 14px;
}
#CustomerRegisterForm  #iform_email {
  margin: 20px 0 14px;
} */

.button,
#form-container input[type='submit'],
.estimate a {
  background-color: #ef643d;
  width: 366px;
  height: 70px;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 1px;
}

#CustomerRegisterForm .action-button {
  background: #ef643d;
  width: 100%;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 15px 0 7px 0;
  box-shadow: 0 0 15px 1px rgb(0 0 0 / 32%);
  -webkit-appearance: none;
  font-size: 1.7em;
  text-shadow: 0 0 8px #00000047;
}

#CustomerRegisterForm .action-button:hover,
#CustomerRegisterForm .action-button:focus {
  box-shadow:
    0 0 0 2px white,
    0 0 0 3px #1aba9c;
}
form {
  width: 100%;
}
.info-fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#CustomerRegisterForm .cta {
  background: #ef643d;
  width: 100%;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 15px 0 7px 0;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  font-size: 1.8em;
  -webkit-appearance: none;
}
/*headings*/
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
  margin: auto 0;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  position: relative;
  padding: 5px 0;
}
fieldset {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 15px 0 26px;
}
label {
  margin: 10px 0 10px 0;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.4;
}
.switch-field {
  display: flex;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: white;
  color: #00853e;
  font-weight: 700;
  font-size: 1.65em;
  line-height: 1;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border: 2px solid #00853e;
  box-shadow:
    inset 0 1px 3px rgba(0, 0, 0, 0.3),
    0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
  margin-top: 1rem;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #00853e;
  box-shadow: none;
  color: white;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
}
#progressbar .threestep {
  width: 33%;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  line-height: 30px;
  display: block;
  font-size: 15px;
  color: #333;
  background: #8fd9b3;
  border-radius: 50%;
  margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #8fd9b3;
  position: absolute;
  left: -50%;
  top: 14px;
  z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #00853e;
  color: white;
}
select {
  width: 100%;
  border: 2px solid #1aba9c;
  border-radius: 4px;
  padding: 7px;
  margin: 0.8rem 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 1em;
}
.invalid-input {
  background-color: #ffdddd;
}
.invalid-radio {
  color: red;
}
#CustomerRegisterForm .footer-text {
  font-size: 0.6em;
  margin-top: 0.5rem;
  font-weight: 400;
}

#callouts {
  background-color: #fff;
  height: 220px;
  justify-content: space-around;
  align-items: center;
}

#callouts .callout {
  align-items: center;
  font-size: 2.6rem;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000;
  width: 400px;
}

#callouts .callout .callout-image-container {
  /*width: 92px;*/
  margin-right: 20px;
}

#callouts .callout img {
  width: 78px;
}

#professional {
  align-items: center;
  padding-top: 75px;
  padding-bottom: 60px;
}

#professional h2 {
  font-size: 5rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 70px;
  letter-spacing: 1.7px;
}

#cards {
  /*  justify-content: center;*/

  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 28px;
}

.offerBackground {
  background-color: #00853e;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border-radius: 10px;
  height: auto;
  width: 350px;
  margin-left: -2px;
  margin-right: 2px;
  margin-top: 15px;
  color: #fff;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 20px;
}
.offerBackground img {
  display: inline-block;
  margin-top: 4px;
  width: 54px;
  height: 38px;
}
.offerBackground div {
  margin-top: 35px;
  margin-bottom: 40px;
  display: inline-block;
  width: 60%;
  font-size: 20px;
  margin-right: -10px;
  line-height: 24px !important;
}

@media screen and (max-width: 1466px) {
  #cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 1080px) {
  .flex-logos {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  #cards {
    grid-template-columns: 1fr;
  }
}

.card {
  /*margin-right: 28px;*/
  width: 328px;
}

.card:last-child {
  margin-right: 0px;
}

.card header {
  background-color: #339d66;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 85px;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.card header span {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

.card header .number-container {
  font-size: 4rem;
  font-weight: 300;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

.card header .number {
  font-size: 3.4rem;
}

.card img {
  margin-bottom: 24px;
}

.card .content {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 60px;
  padding-left: 34px;
  padding-right: 34px;
  width: 328px;
  height: 334px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.card .content .copy {
  text-align: center;
  font-size: 1.5rem;
}

#accolades {
  background-color: #fff;
  padding-top: 88px;
  padding-bottom: 100px;
}

#accolades .reviews {
  justify-content: space-around;
  margin-bottom: 78px;
}

#accolades .review {
  align-items: center;
}

#accolades .review img {
  margin-bottom: 15px;
}

#accolades .review .copy {
  max-width: 300px;
  width: 100%;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

#accolades .review .name {
  color: #9cc774;
  font-size: 2rem;
}

#accolades .schedule {
  justify-content: center;
  /*margin-bottom: 50px;*/
}

#accolades .schedule a {
  width: 500px;
}
#accolades .phone-number {
  flex-direction: row;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}
#accolades .phone-number-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 496px;
  border: #00853e 3px solid;
  border-radius: 10px;
  height: 66px;
  color: #00853e;
}
#accolades .phone-number-div h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 10px;
}
#accolades .phone-number-div h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0 10px;
}
#accolades .phone-number-div a {
  text-decoration: none;
  color: #00853e;
}

#accolades .reviews-image img {
  width: 100%;
}

#warranty {
  background-color: #e8f3dd;
  padding-bottom: 90px;
  justify-content: center;
  align-items: center;
  color: #333333;
}

#warranty img {
  margin-top: -78px;
  margin-bottom: 50px;
}

#warranty h2 {
  font-size: 5rem;
  font-weight: bold;
  margin: 35px;
  letter-spacing: 3px;
}

#warranty h3 {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 40px 0 0 0;
  letter-spacing: 3px;
}

#warranty .copy {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.2px;
}

#legalCopy {
  background-color: #ffffff;
  padding: 90px;
  justify-content: center;
  align-items: center;
  color: #333333;
}

#legalCopy h2 {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 35px;
  letter-spacing: 3px;
}

#legalCopy .copy {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.2px;
}

#footer {
  background-color: #2f2f2f;
  font-size: 1.6rem;
}

#footer .site-container {
  border: none;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 50px;
}

#footer .made-in-usa {
  color: #fff;
  width: 240px;
  align-items: center;
}

#footer .made-in-usa img {
  width: 90px;
  margin-right: 25px;
}

#footer .copyright {
  color: #77867b;
  flex: 1;
}

#footer .social-misc {
  width: 266px;
}

#footer .privacy-terms {
  color: #77867b;
  margin-bottom: 20px;
}

#footer .privacy-terms .break {
  padding-left: 8px;
  padding-right: 8px;
}

#footer .copyright {
  padding-left: 50px;
  padding-right: 50px;
}

#footer .copyright p {
  margin-bottom: 20px;
}

#footer .copyright p:last-child {
  margin-bottom: 0px;
}

#footer .follow-us {
  text-transform: uppercase;
  color: #c3c3c3;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

#footer .social li {
  background-color: #888888;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 6px;
  justify-content: center;
  align-items: center;
}

#footer .social li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  .estimate {
    display: none;
  }
  .flex-logos {
    margin-bottom: 30px;
  }
  .logo img {
    width: 150px;
  }
  .banner {
    flex-direction: column;
  }
  .partner-logo {
    margin-bottom: 10px;
  }

  .logo-container {
    justify-content: space-around;
    padding: 0px;
  }
  .logo-container .phone-number {
  }
  .logo-container .phone-number h2 {
    font-size: 2em;
    margin: 0 6px;
  }
  .logo-container .phone-number h3 {
    font-size: 2em;
    margin: 0 6px;
  }

  #top-promo {
    flex-direction: column;
    height: auto;
    background-size: cover;
  }

  #clear-gutters {
    width: 100%;
    padding-top: 32px;
  }

  #clear-gutters h1 {
    font-size: 4.5rem;
    margin-bottom: 20px;
  }

  #form-container {
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
  }

  .special-offer-container .desktop {
    display: none;
  }

  .special-offer-container .mobile {
    display: block;
  }
  #CustomerRegisterForm {
    width: 90%;
    margin: 40px 0;
    padding: 20px 15px;
  }
  #CustomerRegisterForm h5 {
    font-size: 2.4em;
    padding: 0;
  }
  .form-offer img {
    width: 40%;
  }
  .form-offer .offer-img-full {
    width: 50%;
  }
  .form-offer p {
    font-size: 1.6em;
  }

  .offer-right h3 {
    font-size: 2.1em;
    margin-bottom: 1px;
  }
  .offer-right h4 {
    font-size: 1.3em;
  }

  #CustomerRegisterForm .cta {
    font-size: 1.4em;
  }
  .special-offer-container .desktop {
    display: none;
  }

  .special-offer-container .mobile {
    display: block;
  }

  #top-promo .bar {
    display: none;
  }

  #callouts {
    flex-direction: column;
    height: auto;
    padding-top: 64px;
  }

  #callouts .callout {
    margin-bottom: 64px;
  }

  #cards {
    flex-direction: column;
    align-items: center;
  }

  .card {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  #professional h2 {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  #accolades .reviews {
    flex-direction: column;
    align-items: center;
  }

  #accolades .review {
    margin-bottom: 40px;
  }

  #accolades .video {
    margin-bottom: 20px;
  }

  .reviews-image {
    display: none;
  }

  #warranty .copy {
    padding-left: 70px;
    padding-right: 70px;
  }

  #footer .site-container {
    flex-direction: column;
  }

  .offerBackground {
    background-color: rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border-radius: 10px;
    height: auto;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    color: #fff;
    font-size: 4rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .offerBackground img {
    display: inline-block;
    margin-top: 4px;
    width: 54px;
    height: 38px;
  }
  .offerBackground div {
    margin-top: 35px;
    margin-bottom: 40px;
    display: inline-block;
    width: 60%;
    font-size: 20px;
    margin-right: -10px;
    line-height: 24px !important;
  }
}

@media screen and (max-width: 500px) {
  .banner {
    font-size: 1.8rem;
  }

  #clear-gutters h1 {
    font-size: 2.4rem;
  }

  .special-offer-container .mobile {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  #form-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #form-container input[type='submit'] {
    font-size: 1.6rem;
  }

  #callouts {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  #callouts .callout {
    width: 100%;
    font-size: 1.8rem;
  }

  #professional h2 {
    font-size: 3rem;
  }

  #accolades .review img,
  #accolades .video img {
    width: 100%;
  }

  #accolades .reviews {
    margin-bottom: 30px;
  }

  #accolades {
    padding: 40px 20px;
    padding-bottom: 120px;
  }

  .button {
    font-size: 2rem;
  }
  #accolades .phone-number-div h2 {
    font-size: 2em;
  }
  #accolades .phone-number-div h3 {
    font-size: 2em;
  }

  #warranty h2 {
    text-align: center;
    font-size: 3rem;
  }

  #warranty h3 {
    text-align: center;
    font-size: 1.8rem;
  }

  #warranty .copy {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.8rem;
  }

  #legalCopy h2 {
    text-align: center;
    font-size: 3rem;
  }

  #legalCopy .copy {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.8rem;
  }

  #footer .site-container {
    align-items: center;
  }

  #footer .made-in-usa {
    flex-direction: column;
    margin-bottom: 20px;
  }

  #footer .made-in-usa img {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  #footer .copyright {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  #footer .copyright p {
    text-align: center;
    color: #fff;
  }

  #footer .privacy-terms {
    justify-content: center;
    color: #fff;
  }

  #footer .follow-us {
    text-align: center;
  }
}
#popup_dialog {
	display:block;
	/* background-color:#0f2350 !important; */
	background-color:#222222 !important;
	border:none !important;
	padding:1px 30px 30px 30px;
	
}

.justify-company-logos{
	justify-content: center;
	padding: 4rem;
}

.ui-widget-overlay {
   background: #000000 !important;
   opacity: 0.75 !important;
}

#popup_content {
	text-align: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-top: 50px;
	/*border: 4px solid white;*/
}

.notinzip_content {
	padding-bottom: 128px;
}

.congrats_content {
	padding-bottom: 60px;
}

.mnoffer {
	color:#ffffff;
	margin-bottom:20px;
	font-size:38px;
	font-weight:600;
	
}
#popup_content h1 {
	color:#ffffff;
	margin-bottom:10px;
	font-size:35px;
	font-weight:600;
	/* font-family:'Caveat', cursive; */
}

.notinzip_content h1 {
	margin-top:120px;
}

.congrats_content h1 {
	margin-top:60px;
}

#popup_content .not-zip-p {
	margin: 10px 0px;
	font-size:17px;
}

#popup_content .congrats-p {
	margin:0 5px;
	font-size:12px;
	padding: 0 20px;
	font-weight: 600;
}

#popup_content .congrats-img {
	padding:10px;
	width:155px;
}

#popup_button{
	-webkit-appearance:none;
	opacity: 1;
	width: 140px;
	height: 35px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.5px;
  border-radius: 5px;
	color: white;
	background: #00853e !important; /* background color of GET STARTED NOW CTA */
	border: 1px solid #00853e; /* border color for the form input fileds */
}

.notinzip_button {
	margin-top:15px;
}

.congrats_button {
	margin-top:65px;
}

.afterformsubmit{
  color:#fff;
  text-align: center;
  font-size: 30px;
  padding-top: 50%;
}

.afterformsubmitsmall{
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
}
.ui-dialog {
	position: absolute !important; 
    height: auto !important;
    width: 300px !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

@media (max-width:1366px) {
  .afterformsubmit{
    padding-top: 0;
  }
} /* end of @media max-width: 768px  */

@media (min-device-width:415px) and (max-device-width:768px) {
  .ui-dialog{
    /* top: -3507.53px !important;
    left: 29px !important; */
  }

  #popup_content .not-zip-p {
    margin: 10px 70px;
  }




} /* end of @media max-width: 768px  */

@media (min-device-width:376px) and (max-device-width:414px) {
  .ui-dialog{
    position: relative;
    height: auto;
    /* top: -4118.88px !important;
    left: 31px !important; */
    display: block;
  }

  .afterformsubmit{
    font-size: 22px;
  }

  .afterformsubmitsmall{
    font-size: 14px;
  }


/* 	#popup_dialog {
		width:352px !important;
	} */

	#popup_content .not-zip-p {
			margin: 50px 38px;
	}

	/* remove breakpoints in not zip dialog */
	.mobile_view {
		display:none;
	}

	#popup_content h1 {
			font-size: 50px;
	}

.get-a-quote{
  font-size:20px;
}

}/* end of @media max-width: 414px  */

@media (min-device-width:361px) and (max-device-width:375px) {
.ui-dialog{
  top: -4144.25px !important;
  left: 28px !important;
}

.afterformsubmit{
  font-size: 20px;
}

.afterformsubmitsmall{
  font-size: 14px;
}
/* 	#popup_dialog {
		width:315px !important;
	} */

	#popup_content .not-zip-p {
		margin: 50px 20px;
    font-size: 15px;
	}

	/* remove breakpoints in not zip dialog */
	.mobile_view {
		display:none;
	}

	#popup_content h1 {
			font-size: 40px;
	}

  .btn{
    font-size: 20px;
  }
  .get-a-quote{
    font-size:15px;
  }

}/* end of @media max-width: 375px  */

@media screen and (max-width:360px){

  .ui-dialog{
    top: -4144.25px !important;
    left: 28px !important;
  }

  .afterformsubmit{
    font-size: 20px;
  }

  .afterformsubmitsmall{
    font-size: 14px;
  }

/* 	#popup_dialog {
		width:302px !important;
	}
 */
  #popup_content .not-zip-p {
    margin: 10px;
    font-size: 14px;
  }

  .btn{
    font-size: 20px;
  }

  .get-a-quote{
    font-size:15px;
  }

}/* end of @media max-width: 360px  */

/* Additional line-height specificity for Next.js compatibility */
#CustomerRegisterForm label {
  line-height: 1.4 !important;
}

#progressbar li:before {
  line-height: 30px !important;
}

.card .copy {
  line-height: 24px !important;
}

.reviews .copy {
  line-height: 1.4 !important;
}

.copyright p {
  line-height: 1.4 !important;
}

.form-footer {
  line-height: 1.4 !important;
}

#CustomerRegisterForm h5 {
  line-height: 1.2 !important;
}

.banner span {
  line-height: 1.3 !important;
}

/* Ensure proper line-height for content sections */
#professional .copy,
#accolades .copy,
#warranty .copy {
  line-height: 1.4 !important;
}

/* Headers line-height override */
#professional h2,
#accolades h2, 
#warranty h2,
.logo-container h2,
.logo-container h3 {
  line-height: 1.2 !important;
}

/* Form elements line-height */
input, textarea, select {
  line-height: 1.4 !important;
}

/* Text content line-height */
.callout span {
  line-height: 1.3 !important;
}

/* Ensure form fits within top-promo container */
#CustomerRegisterForm {
  max-height: 600px !important;
  overflow-y: auto !important;
}

#CustomerRegisterForm .form-footer {
  font-size: 0.9em !important;
  line-height: 1.2 !important;
  margin-top: 10px !important;
  padding: 10px 0 !important;
}

/* Make fieldsets more compact */
#CustomerRegisterForm fieldset {
  min-height: auto !important;
  padding: 10px 0 !important;
}

/* Reduce spacing in final step */
#CustomerRegisterForm #contact-step {
  max-height: 500px !important;
  overflow-y: auto !important;
}
