 /* For revised pilot offer page */

/* color backgrounds */


            ul.check {
                list-style-image: url('../images/check-mark-red on-transparency.png');
                vertical-align: bottom;
            }

            li.survey {

                font-family: 'Open-sans', sans-serif;
                font-size: 1.2em;
                font-weight: normal;
            }

            ul.prob {
                list-style-type: disc;
                font-size: 1.2em;
                font-weight: normal;
                font-family: 'Open-sans', sans-serif;
                color: #0c37ac;
            }

.endli{
  padding-bottom: 0.5em;
}

.regis {
     color: #0c37ac;
}

.lineout {
  text-decoration: line-through;
}

.prob-text {
    font-weight: 700; font-size: 1.65em; letter-spacing: 0.010em;
}

.bg-blue-grad {
    background-image: linear-gradient(#5F9FEC, #D6E6FA);
}

.bg-gold-grad {
    background-image: linear-gradient(#BCA02F, #E8D9A1);
}

.bg-red-grad {
    background-image: linear-gradient(#CC0000, #FF8A8A);
}

@media all and (min-width: 320px){

            ul.check {
                list-style-image: url('../images/check-mark-red on-transparency-xs.png');
                vertical-align: bottom;
            }

            li.survey {

                font-family: 'Open-sans', sans-serif;
                font-size: 0.8em;
                font-weight: bold;
            }

            ul.prob {
                list-style-type: disc;
                font-size: 0.8em;
                font-weight: normal;
                font-family: 'Open-sans', sans-serif;
            }

.prob-text {
    font-weight: 700; font-size: 1.25em; letter-spacing: 0.010em;
}

.regis {
     color: ##0c37ac;
}

}

@media all and (min-width:568px) {

            ul.check {
                list-style-image: url('../images/check-mark-red on-transparency-sm.png');
                vertical-align: bottom;
            }

            li.survey {

                font-family: 'Open-sans', sans-serif;
                font-size: 1em;
                font-weight: bold;
            }

            ul.prob {
                list-style-type: disc;
                font-size: 1em;
                font-weight: normal;
                font-family: 'Open-sans', sans-serif;
            }

.regis {
     color: ##0c37ac;
}

  }

@media all and (min-width: 768px){

            ul.check {
                list-style-image: url('../images/check-mark-red on-transparency-md.png');
                vertical-align: bottom;
            }

            li.survey {

                font-family: 'Open-sans', sans-serif;
                font-size: 1.15em;
                font-weight: bold;
            }

            ul.prob {
                list-style-type: disc;
                font-size: 1.15em;
                font-weight: normal;
                font-family: 'Open-sans', sans-serif;
            }


.regis {
     color: ##0c37ac;
}

}

@media all and (min-width: 992px){

}
@media all and (min-width: 1200px){

            ul.check {
                list-style-image: url('../images/check-mark-red on-transparency.png');
                vertical-align: bottom;
            }

            li.survey {

                font-family: 'Open-sans', sans-serif;
                font-size: 1.2em;
                font-weight: normal;
            }

            ul.prob {
                list-style-type: disc;
                font-size: 1.2em;
                font-weight: normal;
                font-family: 'Open-sans', sans-serif; 
            }

.regis {
     color: ##0c37ac;
}

}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #007A00;
  border: none;
  border-radius: 25%;
  color: white;
  padding: 4px 45px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}
