.header{
    background-color: #EDEDED;
    min-height: 120px;
    padding: 4px;
}
.content{
    background-color: #fff;
    min-height: 600px;
    background-image: url('./../img/bg_derf.jpg');
    background-size: cover;
    background-position: center center;
    height: 500px;
    position: relative;
}
#logo_dv{
    margin: 35px 0 10px 50px;
    padding: 4px;
}
#logo_dv img{
    width: 100%;
    max-width: 387px;
    height: auto;
    display: block;
}
#sm_h1{
    font-family: 'Playfair Display', serif;
    margin: 50px 0 0;
    color: #475396;
    font-size: 26px;
    text-align: center;
    max-width: 600px;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 1px;
}
#dv_1{
    padding-top: 60px;
}
#dv_1 h1{
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 1.4;
}
#dv_1 h1 span{
    padding: 3px;
    background: rgba(17,29,39,0.5);
    box-shadow: 5px 0 0 rgba(17,29,39,0.5), -5px 0 0 rgba(17,29,39,0.5);
}
#dv_q_1{
    width: 380px;    
    margin: 0 auto;
    background-color: #59B8F7;
    padding: 6px;
    border-radius: 4px;
}
#dv_q_1 div.inner{
    background-color: #fff;
    height: 240px;
    border-radius: 4px;
    padding: 10px;
}
#dv_q_1 h3{
    text-align: center;
    color: #17446B;
    font-size: 20px;
    font-weight: 600;
}
#dv_q_1 p{
    font-size: 12px;
    font-weight: 600;
    text-align: center;    
}
#dv_q_1 .form-group{
    margin-top: 20px;
    margin-left: 50px;
    padding-top: 10px;
}
#dv_q_1 input{
    border-color: #BAB4B4;
    height: 48px;
}
#dv_q_1  .input-group-addon{
    background-color: #59B8F7;
    color: #fff;
    font-weight: 700;
    padding-left: 25px;
    padding-right: 25px;
}
#Form_se_modal h4.label-title{
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #17446B;
}
.st_1 div.radio,.st_1 div.checkbox{
    padding: 8px 4px;
    border-top: 1px solid #DBDBDB;
}
.st_1 div.radio label,.st_1 div.checkbox label,.st_1 div.radio input.form-control,.st_1 div.checkbox input.form-control{
    color: #919191;
    font-size: 18px;
}
#form-modal{
    color: #666666;
}
#form-modal p{
    text-align: center;
    padding: 0;
    margin: 4px 0;
}
.footer{
    background-color: #EDEDED;
    min-height: 240px;
    padding: 20px 0;
}
.footer h1{
    text-align: center;
    color: #5E5E5E;
    font-size: 48px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 14px;
}
.footer ul{
    max-width: 800px;
    margin: 0 auto;
    padding: 0 0 0 40px;
}
.footer ul li{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    text-align: left;
    list-style: none;
    margin-bottom: 10px;
    line-height: 1.1em;
    padding: 2px 0;
}
.footer ul li img{    
    height: 28px;
    width: auto;
    margin-right: 6px;
    margin-top: -4px;
}
.footer_w{
    height: 40px;
    background: grey;
    border: none;
    border-top: 4px solid #2994b2;
}
label sup{
    color: #FC3737;
}