body {
    font-family: Arial Bold, Arial, SansSerif, Verdana;
    color: #000000;
}

.hide {
    display: none;
}

.field-error-message {
    color: #ff0000;
    font-size: 13px;
    margin-top: 3px;
    display: block;
}

a {
    color: #0f76bb;
}

#questions-page .progress {
    height: 10px;
    margin-top: 20px;
    width: 100%;
}

.progress-bar-info {
    background-color: #edcd20;
}

#wizard .steps {
     display: none;
 }
#wizard > .content {
    background: #fff;
    min-height: inherit;
}

.wizard > .content > .body {
    position: relative !important;
}

.wizard > .actions {
    text-align: center;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
    background: #0f76bb;
    padding-left: 40px;
    padding-right: 40px;
}

.navbar-brand {
    height: auto;
}

.navbar-brand > img {
    width: 100%;
}


.navbar-default {
    background-color: #ffffff;
}

.navbar-header {
    width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #0f76bb;
    border-color: #0f76bb;
}

#header_title {
    color: #4a7ebb;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
}

.header-title-container {
    margin-top: 50px;
    text-align: center;
}

#home-page .description {
    font-size: 15px;
}

#home-page-form {
    margin-top: 40px;
}

.phone-prefix {
    position: absolute;
    margin-top: 7px;
    margin-left: 10px;
}

#home-page-form #phone {
    padding-left: 35px;
}

#home-page-form .information-block {
    text-align: center;
}

#home-page-form .information-block > h3 {
    color: #0f76bb;
    font-size: 18px;
    font-weight: 600;
}

#home-page-form .information-block > h4 {
    color: #6d6d6d;
    font-size: 15px;
}

#home-page-form.form-horizontal .control-label {
    font-weight: normal;
    margin-bottom: 10px;
}

#home-page-form .btn-primary {
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
}

* {
    border-radius: 0 !important;
}

#questions-page {
    margin-bottom: 100px;
}

.form-header {
    margin-bottom: 10px;
    display: inline-block;
}

.question-title {
    color: #0f76bb;
    font-weight: bold;
    margin-bottom: 30px;
}

.question-comment {
    color: #6d6d6d;
}

.logo-block {
    overflow: hidden;
    padding: 20px;
    height: 200px;
}

.logo-block {
    overflow: hidden;
    padding: 20px;
}

.logo-block label {
    text-align: center;
}

.logo-block label {
    text-align: center;
}

.logo-block input {
    float: left;
}

.logo-block img {
    width: 100%;
}

.sector-title {
    font-weight: bold;
    text-transform: uppercase;
}

.disabled-label {
    color: #ccc;
}

#footer {
    padding: 20px;
}

@media (min-width: 768px) {
    #home-page-form.form-horizontal .control-label {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    #header_title {
        font-size: 20px;
    }

    .header-title-container {
        margin-top: 0;
    }

    #header_title {
        font-size: 20px;
    }

    #header_title {
        font-size: 13px;
        line-height: 21px;
    }
}