#LegacyQuoteDiv .vfb-horizontal label.vfb-tick {
  background-color: white;
}

#LegacyQuoteDiv .vfb-horizontal label.vfb-tick:hover {
  background-color: #e4e4e4;
}
.p-l-8{
  padding-left: 8px !important;
}
.m-b-20{
  margin-bottom: 20px;

}

/* text was getting way spread out and thin */
@media (min-width: 769px)
{
    .raq-p2-section-hdr
    {
        max-width: 80%;
    }
}

@media (max-width: 425px)
{
    .p-l-0
    {
        padding-left:0 !important;
    }
}