#preheader,
#headerSub,
#lobWrapper,
.footerTableStyle,
.pageBody #postheader {
  display: none;
}
.pageBody #bodyTable {
  margin-top: 0px;
}
.pageBody .primaryTextCell {
  padding: 0px;
}
.primaryTable {
  width: 100%;
}
input,
select {
  width: 100%;
  margin: .25em 0 !important;
  border-radius: 20px !important;
  padding: 1em !important;
}
input[type="text"], 
input[type="password"],
input[type="date"],
input[type="tel"],
input[type="email"]
{
  box-shadow: inset 0px 0px 10px #e0e0e0;
  border: 1px silver solid;
}
input[type="date"]::before{
 color: #ffffff;
}
input[type="date"]:focus::before {
 content: "" !important;
}
.formField {
  height: 75px;
}
#preheader-Lp {
  width: 100%;
  height: 150px;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-top: -20px;
}
.lpButtons a.preheaderBtn-Lp,
#qcfSubmitLP, #qcfSubmitLP2 {
  background-color: #2ea3f2;
  color: #ffffff;
  font-size: 12px;
  border-radius: 20px;
  padding: 12px 12px;
  letter-spacing: 1px;
  margin-right: 10px;
  height: 37px;
  text-align: center;
  width: 45%;
  display: inline-block;
  line-height: 1em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
#qcfSubmitLP {
  width: 100%;
}
.lpButtons a.preheaderBtn-Lp:hover,
#qcfSubmitLP:hover {
  background-color: #00b0c4;
}
.lpLogo,
.lpButtons {
  display: flex;
  justify-content: center;
}
.buttonBox {
  padding-top: 10px;
  width: 100%;
  justify-content: center;
  display: flex;
}
.lpLogo img {
  max-width: 280px;
  padding: 10px 0 10px 0;
}
#heroImage {
  background-image: url(/img/~www.jcampisano.com/lp/pageBack.jpg);
  background-size: auto 550px;
  background-repeat: no-repeat;
  background-position: 50% top;
}
.heroHeading {
  margin-top: 10%;
  color: #fff;
}
.mobileForm h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.heroHeading h1 {
  color: #fff;
}
.rowCta {
  margin-top: 1em;
}
.heroIcons h3 {
  color: #fff;
}
.heroList {
  padding-left: 0px;
  list-style: none;
  margin-top: 1em;
}
.heroList li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1em 0;
  color: #fff;
  font-size: 1.2em;
}
.heroList li img {
  margin-right: 1em;
}
.heroList li p {
  margin-top: 8px;
}
#lpForm {
  background: rgba(255, 255, 255, 1);
}
#homeForm {
  padding: 25px;
}
.buttonSub {
  display: flex;
  justify-content: flex-end;
}

#lpCarriers {
  padding: 25px 0px;
  background-color: #fff;
}
#lpFooter {
  padding: 50px 0px;
  background: #00b0c4;
  color: #dddddd;
}
.lpFootPower,
.lpFootLinks {
  display: flex;
  justify-content: center;
}
.lpFootLinks {
  margin-bottom: 10px;
}
.lpFootLinks a {
  margin-right: 10px;
  color: #ddd;
}
@media (min-width: 374px) {
}
@media (min-width: 600px) {
}
@media (min-width: 768px) {
  .hiddenDesktop {
    display: none;
  }
  #preheader-Lp {
    height: 10vh;
    min-height: 100px;
  }
  .lpLogo {
    justify-content: flex-start;
  }
  .lpButtons {
    justify-content: flex-end;
  }
  #heroImage {
    background-image: url(/img/~www.jcampisano.com/lp/pageBack.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 70vh;
    min-height: 750px;
  }
  .heroHeading {
    margin-top: 10%;
  }
  .rowCta {
    margin-top: 2em;
  }
  #lpForm {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 20px;
  }
  #qcfSubmitLP {
    width: 45%;
  }
  #lpCarriers {
    padding: 25px 0px;
    height: 11vh;
  }
  #lpFooter {
    color: #dddddd;
    height: 10vh;
  }
}
@media (min-width: 992px) {
  .lpButtons a.preheaderBtn-Lp,
  #qcfSubmitLP {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .buttonBox {
    padding-top: 20px;
  }
  .lpLogo img {
    max-width: 350px;
  }
  .lpFootLinks {
    margin-bottom: 0px;
  }
}
