div.center-wrapper-quote{
    width: 960px;
    margin: 0 auto;
    padding-top: 60px;
}

div.center-wrapper-quote:after{
    content: '';
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 50px;
}

div.col-md-6{
    float: left;
    width: 50%;
}

@media only screen and (max-width: 720px){
    div.col-sm-12{
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    form, div.row>div.col-sm-12:first-of-type>div{
        max-width: 405px;
        margin: 0 auto;
    }

    legend{
        font-size: 18px;
    }
}

@media only screen and (max-width: 990px){
    legend{
        font-size: 18px;
    }
}

h1{
    font-size: 24px;
}

h2{
    margin-top: 0px;
    font-size: 28px;
}

legend{
    border-bottom: none;
    margin-top: 25px;
    margin-bottom: 5px;
}

label{
    display: inline-block;
    min-width: 150px;
}

input, select{
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-image: none;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
}

span.required{
    display: inline;
    font-size: 18px;
    line-height: 2px;
}

li:hover i{
    border-bottom: none;
}

button{
    border: none;
    color: white;
    padding: 5px 15px;
    background-color: #2f3192;
    border-color: #2f3192;
}

button:hover{
    background-color: #47a5ae;
}

.thank-section{
    margin-top: 150px;
    text-align:center;
}

.request{
    margin-top: 25px;
}
