
body *{
    font-family: 'Source Sans Pro'
}

.navbar .nav-logo-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.nav-button[data-v-2a4a5c58] {
    background-color: #fff;
    padding: 7px 10px;
    border: 0px;
}


.navbar[data-v-04434f28] {
    padding: 0 5px;
    background-color: #fff;
}

.prg-bar-whole-process{
    height: 6px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 9px;
}

.dialog_title{
    /*font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;

    text-transform: uppercase;*/
    font-weight: bold;
    font-size: 48px;
    line-height: 117.7%;
    /* or 56px */

    text-align: center;
    text-transform: uppercase;
    color: #FF0000;
}

.dialog_title img{
    width: 50px;
    margin-right: 15px;
    height: 56px;
    margin-bottom: 5px;
}

.tab_sub_title{

    font-weight: 600;
    font-size: 14px;
    line-height: 117.7%;
    /* or 16px */

    text-align: center;

    color: #000000;
}

.dialog_section_title{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;

    color: #000000;
}


.dialog_title_paging_text{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;

    text-transform: uppercase;

    color: #CC2E4F;
    float: right;
}

.dialog_section_input_title{
    font-size: 14px;
    line-height: 18px;
}


.dialog_section_row_span{
    clear: both;
    height: 10px;
}

.dialog_section_title_section_span{
    clear: both;
    height: 20px;
}

.dialog_section_confirm_row_span{
    clear: both;
    height: 35px;
}

.red_text{
    color: #dd0000 !important;
}

.checked_green{
    color: #9BCC06;
}

.aim_calc_pro_common .modal{
    background: rgba(255,255,255,0.8)
}

.aim_calc_pro_common .modal-content{
    width: 550px;
    color: #333;
    padding: 30px 15px 20px;;
    background: #fff;
    border: 1px solid #ddd;
    height: auto;
    bottom: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    position: relative;
    margin: 30px auto;
}


.full_width{
    width: 100%;
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}



.font-weight-bold {
    font-weight: 700!important;
}

.text-uppercase {
    text-transform: uppercase!important;
}



.aim-lead-text {
    font-size: 20px;
    font-weight: 400;
    color: #19222b;
}

h2.aim-larger-title {
    font-size: 24px;
    font-weight: 700;
}

/*
.row {
    margin-right: 0;
    margin-left: 0;
}*/
input.form-control,
select.form-control{
    /*background: #F7F7F7;*/
}

.birth_picker_box{
    /*padding-right: 0px;*/
}
.birth_picker_left_align{
    padding-right: 3px;
}

button.btn-danger{
    color: white;
    background: #FF0000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

button.btn-danger.btn-continue{
    width: 176px;
}

button.btn-back{
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    color: #FF0000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;

    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.aim_powered_by{
    margin-top: 40px;
}

.aim_powered_by img{
    opacity: 0.5;height: 22px;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../../images/select_down.svg') no-repeat scroll right center transparent;
    background-origin: content-box;
    background-position: right;
    padding-right: 8px;
}

.aim_input_form .row{
    margin-top: 10px;
}

.aim_input_form .aim_input_form_no_line_span{
    margin-top: 0px !important;
}

.aim_input_form_disclaimer{
    font-size: 10px;
    text-align: center;
    padding: 0 15px;
}

@media (min-width: 660px){
    .aim_input_form{
        padding: 0 150px;
    }
}

