﻿.tell_us_widget {
    background-color: #DFE3EC;
    padding: 10px 10px 20px 10px;
}

    .tell_us_widget h1,
    .tell_us_widget h2,
    .tell_us_widget h3 {
        margin-top: 30px;
        margin-bottom: 15px;
        font-weight: normal;
    }

    .tell_us_widget h1 {
        font-size: 30px;
        margin-top: 0;
    }

    .tell_us_widget h2 {
        font-size: 24px;
    }

    .tell_us_widget h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .tell_us_widget .tell_us_options_box {
        border: 2px solid white;
    }

        .tell_us_widget .tell_us_options_box .tell_us_options_inner {
            border: 1px solid transparent;
            padding: 4px 8px 0 8px;
        }

            .tell_us_widget .tell_us_options_box .tell_us_options_inner.validation_error {
                border-color: red;
            }

    .tell_us_widget .radio_button_label span{
        padding-left: 2px;
    }

    .tell_us_widget .form-group.label_aligned label {
        margin: auto 0;
    }

    .tell_us_widget .form-group.label_top label {
        margin: 0.5rem 0 0 0;
    }

    .tell_us_widget .form-group.required label::after {
        content: " *";
    }

    .tell_us_widget a {
        font-weight: bold;
        color: #0A1C5C;
        text-decoration: none;
    }

        .tell_us_widget a:hover {
            text-decoration: underline;
        }

    .tell_us_widget .tell_us_agreement {
        margin-bottom: 1rem;
    }

        .tell_us_widget .tell_us_agreement .tell_us_check {
            display: inline-block;
            height: 1rem;
            margin-left: 0.25rem;
        }

            .tell_us_widget .tell_us_agreement .tell_us_check input {
                width: 1.4rem;
                height: 1.4rem;
            }

        .tell_us_widget .tell_us_submit {
            width: 150px;
            height: 30px;
            color: #FFF;
            border: 1px solid #0A1C5C;
            font-size: 14px;
            font-weight: 500;
            background-color: #0A1C5C;
            cursor: pointer;
            outline: none;
        }

            .tell_us_widget .tell_us_submit:hover {
                background-color: #6F7AA0;
                color: #000000;
            }

            .tell_us_widget .tell_us_submit:disabled {
                color: #808080;
                background-color: #CCC;
                border-color: #808080;
                cursor: default;
            }

    .tell_us_widget .tell_us_messages {
        margin-top: 15px;
        margin-bottom: 0;
        list-style-type: none;
        font-size: 25px;
        font-weight: 600;
    }

        .tell_us_widget .tell_us_messages li.success {
            color: green;
        }

        .tell_us_widget .tell_us_messages li.error {
            color: red;
        }
