
body {
  font-family: 'Poppins', sans-serif;
  background-color: rgba(252,252,252,1);
  font-size: 18px;
  letter-spacing: 0.5px;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
h1 {
  line-height: 1.2;
  text-align: left;
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  color: rgba(29,29,29,1);
  letter-spacing: 0.25px;
  margin-top: 80px;
}
h2 {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: rgba(78,78,78,1);
  letter-spacing: 2px;
  text-transform: uppercase;        
}
h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: rgba(0,0,0,1);
  letter-spacing: 2px;
  line-height: 1.5;
}
h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: rgba(0,0,0,1);
  letter-spacing: 2px;
}      
h5 {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  color: rgba(23,92,203,1);
  margin-top: 20px;
}
hr {
  width: 93px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}   
.main-header {
  padding-top: 30px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../img/hero.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: top center;
  padding: 30px 50px;
  min-height: 450px;   
}
.first-row {
  margin-top: 50px;
}
#Wage_Garnishment_End_Penalties {
  line-height: 40px;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  color: rgba(103,103,103,1);
  letter-spacing: 0.5px;
  margin-top: 2.8rem;
  padding-left: 2.8rem;
}    
.trust-img {
  margin-top: 3rem;
}
.bullet {
  line-height: 40px;
  font-size: 22px;
  color: rgba(80,155,67,1);
  letter-spacing: 0.35px;      
  padding-right: 15px;  
}    
#How_it_works {
  line-height: 72px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: rgba(29,29,29,1);
  letter-spacing: 0.5px;     
  margin-top: 2.8rem;
  padding-left: 1rem;           
}
.boxed {
  background-color: rgba(255,255,255,1);
  border: 1px solid rgba(234,234,234,1);      
  border-radius: 2px;
  padding: 0 30px;
  /*max-width: 400px; */
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.102));
  display: flex;
  align-items: center;
}
.numbered {
  line-height: 72px;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  color: #b4b4b4;
  letter-spacing: 0.5px;
  padding-right: 15px;
}

.item-desc {
  line-height: 1.5;
  padding: 0;
}
.col-right {
  background-image: url(../img/Slanted_Lines.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  margin-top: -200px;
}
.form-wrapper {
  background-color: rgba(247,251,255,1);
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.102));
  border-radius: 15px;
  padding: 0;
}
.form-header {
  background-color: rgba(255,255,255,1);
  border-bottom: 1px solid rgba(234,234,234,1);
  padding: 30px 30px 40px;
}
.form-title {
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: rgba(78,78,78,1);
  letter-spacing: 2px;
  font-size: 20px;
}
.form-container {
  padding: 30px 30px;
}
.form-divider{
   width: 200px;
   margin: 20px auto;
}
.debt-btn {
  background-color: rgba(255,255,255,1);
  border: 1px solid rgba(234,234,234,1);      
  border-radius: 2px;
  padding: 15px 30px;
  max-width: 300px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.102));
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  color: rgba(25,118,177,1);
  text-transform: uppercase;     
  margin: 10px 5px;       
  cursor: pointer;
  display: inline-block;
}
.debt-btn.active {
  border: 1px solid rgba(25,118,177,1);
}
.debt-invalid {
  display: none;
}
label {
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: rgba(78,78,78,1);
  letter-spacing: 0.5px;
  text-transform: uppercase;  
  margin-bottom: 8px; 
  margin-top: 30px;     
}
input[type=email], 
input[type=text] {
  border: 1px solid rgba(234,234,234,1);
  padding: 12px 15px;

}
input[type=checkbox] {
  height: 26px;
  width: 26px;
}
.form-check {
  position: relative;
}
.btn-atc {
  background-color: rgba(62,77,137,1);
  width: 100%;
  line-height: 75px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  color: rgba(255,255,255,1);
  letter-spacing: 0.5px;   
  border: 1px solid rgba(62,77,137,1);
  border-radius: 8px;
  margin-top: 50px;
  margin-bottom: 30px;   
}
#i-agree {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: rgba(78,78,78,1);
}
.form-info-txt {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: rgba(154,154,154,1);
}
#footer{
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: rgba(137,137,137,1);
  letter-spacing: 0.5px;
  margin-top: 80px;
  margin-bottom: 50px;        
}
.thin {
  font-weight: 200;
}
strong {
  font-weight: 500;
}
.upppercase {
  text-transform: uppercase;
}
.text-right {
  text-align: right;
}
.no-mt {
  margin-top: 0;
}
.ml-1 {
  margin-left: 10px;
}
.normal-case {
  text-transform: unset;
}
a {
  color: rgba(47,126,217,1);
  text-decoration: none;
}
#pop-up {
    display: none;
}

@media screen and (max-width: 480px) {
  html, body {
    overflow-x: hidden;
  }  
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .main-header {
    background-position: 95% top;
  }
  h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-top: 50px;
  }
  hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .first-row {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .trust-img {
    margin-top: 1.5rem;
  }
  .col-right {
    background-image: unset;
  }
  #Wage_Garnishment_End_Penalties {
    margin-top: 1.5rem;
  } 
  #Wage_Garnishment_End_Penalties p{
    margin-bottom: .2rem;
  }
  .mobile-footer {
    background-color: rgba(255,255,255,1);
    position: fixed;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.22));
    bottom: 0;
    width: 100vw;
    left: 0;
    padding: 20px 0 30px;          
  }
  .mobile-footer h2 {
    font-size: 18px;
  }
  .mobile-footer h5 {
    font-size: 38px;
    color: #032965;
  }
  .mobile-footer .thin {
    font-size: 14px;
    margin-bottom: 25px;
  }      
  .form-container {
    padding: 0 30px 50px;
  }        
  #pop-up {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(247,251,255,1);
  }  
  #pop-up .desktop {
    display: block;
    background-color: rgba(247,251,255,1);
  }  
  #pop-up .close-popup {
    padding-top: 8px;
    padding-right: 15px;
    cursor: pointer;
  }    
  #pop-up .close-popup span {
    font-size: 48px;
    color: rgba(208,208,208,1);
  }
}
