.survey-data {
	background: #002b7f;
	border-radius: var(--ow-input-radius);
	color: #fff;
	margin-top: 2rem;
	padding: 2.5rem 3rem;
        text-align: left;
}
.survey-data  .form-check-input, .survey-data  .form-check-label{
	color: #fff !important;
       border-color: #fff !important;
      font-size: larger;
}
.form-label--checkboxes{
       color: var(--ow-bg-vars) !important;
       font-size: 1.7rem;
       font-weight: bold;
      margin-top: 1rem;
      line-height: 2rem;
}
.form-text--helper p{
     text-align: left !important;
}
 #participationFormV1 .row{
	text-align: left !important;
 }
.footer__top{
    width: 70%;
    margin-left: auto;
    margin-right: auto;	
}

@media screen and (max-width: 600px) {
.heading__shoutout {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
#participationFormV1 div:has(.heading__shoutout){
	margin-top: 0 !important;
}
}