.checklistRow {
  background-color: #f3f3f3; }

.bold-text {
  font-weight: 600; }

.greenText, .bannerText.greenText {
  color: #76BE43; }

.greenBg {
  background-color: #76BE43; }

.whiteText, .bannerText.whiteText {
  color: #ffffff !important; }

table tr.checklistRow td {
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 1px;
  text-align: left;
  color: #8c8c8c; }

table tr.checklistRow td .bold-text {
  line-height: 100%; }

table tr.checklistRow td {
  padding: 6em 5em; }

.checklistRow h2 {
  font-size: 2em; }

.checklistRow p {
  line-height: 2.3em;
  letter-spacing: 0.8px;
  text-align: left;
  font-size: 16px; }

.checklistRow ol li {
  margin-top: 30px; }

.checklistRow ol li ul li {
  list-style-type: disc;
  margin-top: 0px;
  line-height: 200%;
  color: #8c8c8c; }

.checklistRow ol li ul li:before {
  display: none; }

.whiteBtn {
  display: inline-block;
  background-color: white;
  padding: 1rem 1.5rem;
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 20px; }

.checklistCtaRow td {
  padding-top: 40px;
  padding-bottom: 40px; }

@media (max-width: 1200px) {
  table tr.checklistRow td {
    padding-top: 0px;
    padding-bottom: 0px; }
  table tr.checklistRow td:first-child {
    padding-top: 4em; }
  table tr.checklistRow td:last-child {
    padding-bottom: 4em; } }
