body {
  margin: 0;
  color: black;
}

.orange{
  color: #fda727;
}

.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.hero-image {
  height: 50vh;
  background-image: url('https://a.cdnlead.com/campaign_sites_assets/PSBI/PSE0002/PSE0002-LP3.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: center;
}

.sub-header{
  font-size: 20px;
}

p{
  margin-bottom: 10px;
}

.complete{
  color: #fda727;
  font-size: 30px;
}

.sub-complete{
  font-size: 20px;
}

a{
  color: black;
  text-decoration: none;
}
/* 
.content-container {
  padding-left: 7%;
  padding-right: 7%;
} */

.footer {
  margin-top: auto;
  font-size: 12px;
}

.footer p{
  font-size: 12px;
}

.phone a{
  color:#164068;
}

.submit-button {
  background-color: #164068 ;
  border: #164068;
}

.submit-button:hover {
  background-color: #31608b;
  border: #31608b;
}

.form-control,.form-select{
  border: #126aae solid 2px;
}

.gray-box{
  background-color: #e9e9e9;
}

.mobile-only{
  display: none;
}

.quote-img {
  height: 160px;
  width: auto;
}

@media only screen and (max-width: 1025px) {
  .hero-image {
    height: 25vh;
    background-size: 100% 100%;
    background-position: center;
  }
  .quote-img {
    height: 200px;
    width: auto;
  }
}

@media only screen and (max-width: 600px) {
  .hero-image {
    background-image: url('https://a.cdnlead.com/campaign_sites_assets/PSBI/PSE0002/pse0002-lp-banner2.png');
    height: 25vh;
    background-size: cover;
  }
  .mobile-only{
    display: block;
  }
  .desktop-only{
    display: none !important;
  }
  .quote-img {
    height: auto;
    width: auto;
  }
  p, ul li, .copy{
    font-size: 12px;
  }
  .complete, .phone a{
    font-size: 20px;
  }
  
  .sub-complete{
    font-size: 18px;
  }
  .header {
    font-size: 16px;
  }
  .sub-header {
    font-size: 11px;
  }
  .mobile-logo {
    height: 80px;
  }
  .desktop-logo{
    display: none;
  }

  .copy, .header,.sub-header{
    font-weight: 400 !important;
  }
  .quote-img {
    height: 120px;
    width: auto;
  }
}
