@charset "UTF-8";

form {
    background: #fff;
}

.topBluebar {
    min-height: 45px;
    background-color: #053A6D;
}

#titlebar {
    background: #053A6D;
}

    #titlebar p {
        margin: 0;
        padding: 15px 0;
        color: #fff;
        font-family: Arial, Helvetica, "sans-serif";
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: normal
    }

i {
    color: #118AC6;
    font-size: 16px;
    cursor: pointer
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.p-30 {
    padding: 30px 30px 60px 30px;
}

section h1 {
    margin: 0;
    padding: 0 0 20px 0;
    color: #00396F;
    font-family: museo-sans, Helvetica, Arial, sans-serif;
    font-size: 2.8125em;
    font-weight: 700;
    font-style: normal;
    line-height: 55px;
    text-align: center;
}

.box {
    position: relative;
    margin: 20px auto 0 auto;
    padding: 80px 25px 30px 25px;
    max-width: 430px;
    min-width: 430px;
    background: #fff;
    border: 1px solid #CED4DA;
    border-radius: 25px;
    box-shadow: #CED4DA 0px 2px 8px 0px;
}

.tab {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box h2 {
    color: #000;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 24px;
    font-weight: 700;
}

.box label {
    position: relative;
    display: block;
    padding-bottom: 8px;
    color: #000;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 20px;
    font-weight: 700;
}

    .box label span {
        display: inline-block;
    }

.box em {
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
}

.message {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 0;
    padding: 0;
    width: 100%;
    color: #f00;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: normal;
    text-align: left;
    background-color: #fff
}

.radio-toolbar {
    display: flex;
    margin: 10px 0 10px -5px;
    padding-left: 0;
    list-style: none;
}

    .radio-toolbar li {
        margin-right: 10px;
        width: 120px;
    }

        .radio-toolbar li:nth-child(3) {
            margin-right: 0;
        }

    .radio-toolbar input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

    .radio-toolbar label {
        display: inline-block;
        background-color: #fff;
        padding: 12px;
        width: 100%;
        color: #666;
        font-family: Arial, Helvetica, "sans-serif";
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        border: 2px solid #CED4DA;
        border-radius: 10px;
        box-shadow: #CED4DA 0px 2px 8px 0px;
    }

        .radio-toolbar label:hover {
            background-color: #DBEDF6;
            border-color: #118AC6;
            cursor: pointer;
        }

            .radio-toolbar label:hover i {
                color: #666;
            }

    .radio-toolbar input[type="radio"]:focus + label {
        border: 2px solid #118AC6;
    }

    .radio-toolbar input[type="radio"]:checked + label {
        font-weight: 600;
        background-color: #DBEDF6;
        border-color: #118AC6;
    }

.tip {
    margin-top: 15px;
    margin-left: 25px;
    color: #666;
    font-size: 15px;
    line-height: normal;
}

    .tip .fa-li {
        margin-top: 4px;
    }

.fa-ul > li {
    position: relative;
    padding-left: 4px;
}

#region {
    margin-left: -15px;
    padding: 10px 0 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 200;
}

    #region li {
        padding-left: 17px;
        padding-right: 17px;
        background: url(../img/region-li-bg2.png) no-repeat 0 50%;
    }

        #region li:nth-child(1) {
            background: 0 0
        }

        #region li span {
            display: block;
            color: #000;
            font-size: 18px;
            font-weight: 600;
        }

.form-group {
    display: block !important;
    margin-bottom: 25px !important;
}

.form-control {
    display: block;
    padding: 12px;
    width: 100% !important;
    height: 60px;
    color: #666;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    border: 1px solid #CED4DA;
    border-radius: 10px;
    box-shadow: #CED4DA 0px 2px 8px 0px;
}

.form-select {
    height: 60px;
}

.btn-secondary {
    margin: 0 auto;
    padding: 5px 50px;
    height: 60px;
    min-width: 200px;
    color: #fff;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 1.5em;
    font-weight: normal;
    background-color: #053a6d;
    border-color: #053a6d;
    border-radius: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 3px 6px -3px inset;
}

    .btn-secondary.active, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
        color: #fff !important;
        background-color: #05325D !important;
        border-color: #05325D !important
    }

.disTxt {
    font-size: 0.9em;
    line-height: 20px;
}

    .disTxt a {
        font-weight: 700;
    }

#TrustedSiteBadge {
    display: block;
    margin: 35px auto 15px auto;
    text-align: center;
}

@media (min-width:280px) and (max-width:767px) {
    form {
        background: #fff;
    }

    .p-30 {
        padding: 30px 15px;
    }

    section h1 {
        font-size: 2em;
        line-height: 1.125em;
    }

    .box {
        padding: 80px 15px 30px 15px;
    }

        .box label {
            font-size: 18px;
        }

    .radio-toolbar label {
        padding: 10px 2px;
        font-size: 16px;
    }

    .btn-secondary {
        padding: 5px 30px;
        font-size: 1.25em;
    }
}

@media screen and (max-width: 469px) {
    .box {
        width: auto;
        min-width: inherit;
    }

        .box h2 {
            font-size: 21px;
        }
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 320px) {
    .p-30 {
        padding: 30px 15px;
    }

    .box h2 {
        font-size: 19px;
    }
}