input[type="submit"] {
    background: #015981;
    color: #ffffff;    
    border: none;
    border-radius: 0;
}

input[type="submit"]:hover {
    background: #015981;
    border: none;
    color: #ffffff;
}

input:checked + .toggleswitch {
    background-color: #015981;
}

span.response_subheader {
    font-weight: bold;
    margin: 5px 0px;
    display: block;
}

.questionlabel > label,
input.drg-field-address-normal,
div#submitbtn > input,
.cc-paragraph
{
font-family: 'Roboto', sans-serif;
}

a{
color: #015981;
}
