.text-orange{
    color: #f6501d !important;
}

.text-blue{
    color: #003672 !important;
}

.text-white{
    color: #ffffff !important;
}

.background-lightblue{
    background-color: #3f9cc8;
}

.gform_footer {
    justify-content: center;
}

#gform_submit_button_5 {
    border-radius: 12px;
    background-color: #003672;
    padding: 0 20px;
    font-family: Mulish;
    font-weight: 900;
    text-transform: uppercase;
}