@font-face {
    font-family: 'Rubik Bold';
    src: url('../assets/font/Rubik-Bold.ttf');
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../assets/font/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('../assets/font/OpenSans-Bold.ttf');
}

.row {
    max-width: 62.5rem;
}

body.survey {
    font-family: 'Rubik', sans-serif;
}

body.survey p {
    color: #7c7c7c;
    margin-bottom: .5rem;
}

.survey .page-container {
    height: 100%;
    min-height: 0;
}

.survey-header {
    background: url('../assets/img/bg-images/survey-header.png') no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 50px 0;
}

.survey-header h1 {
    color: #fff;
    font-family: 'Rubik Bold', sans-serif;
    line-height: 2.5rem;
}

.survey-header h4 {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.survey-content {
    background: #f6f6f6;
}

.e-fip-step .survey-content {
    margin-top: 50px;
}

.survey-content-title {
    padding: 20px 0;
    text-align: center;
    font-family: 'Rubik', sans-serif;
}

.survey-content-title h4 {
    color: #004281;
    font-family: 'Rubik Bold', sans-serif;
    text-transform: uppercase;
}

.fieldset-form {
    margin: 50px 0 30px;
}

.fieldset-step-info {
    background: url('../assets/img/bubble.png') no-repeat center;
    background-size: contain;
    padding: 100px 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.fieldset-title h4 {
    color: #fff;
    font-family: 'Montserrat Bold', sans-serif;
    text-transform: uppercase;
}

.progress-bar {
    list-style-type: none;
    display: flex;
    width: 100%;
    margin: 10px 0;
}

.progress-bar li {
    flex: 1 1 25%;
    border-top: 3px solid #fff;
    margin-right: 5px;
}

.progress-bar li.active {
    border-color: #57a1e6;
}

.progress-bar li:last-of-type {
    margin-right: 0;
}

.e-fip-survey-form input, .e-fip-survey-form select {
    border-radius: 25px;
    border-color: #d5d5d5;
    padding: 10px 20px;
    height: auto;
    background-position: right 0 center;
    color: #535353;
    box-shadow: none !important;
}

.e-fip-survey-form select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%280, 66, 129%29'></polygon></svg>");
}

.e-fip-survey-form select option:disabled {
    color: #d5d5d5;
}

.e-fip-survey-form .button {
    width: 100%;
    text-transform: uppercase;
    background: #004281;
    color: #fff;
    padding: 10px 20px;
    font-size: 1rem;
    line-height: 1.5;
}

.survey-step-container {
    margin-bottom: 50px;
    margin-top: -73px;
    text-align: center;
}

.survey-step {
    list-style-type: none;
    margin: 0;
    padding: 2px;
    display: inline-flex;
    justify-content: space-between;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #d5d5d5;
    /* -webkit-box-shadow: 0px 0px 5px 2px rgba(214,214,214,1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(214,214,214,1);
    box-shadow: 0px 0px 5px 2px rgba(214,214,214,1); */
}

.survey-step li {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 8px 40px;
    font-size: .8rem;
    text-transform: uppercase;
    color: #6084a5;
    font-family: 'Montserrat Bold', sans-serif;
}

.survey-step li:first-of-type {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.survey-step li.active {
    background: rgb(248,162,61);
    background: -moz-linear-gradient(top, rgba(248,162,61,1) 0%, rgba(229,121,24,1) 100%);
    background: -webkit-linear-gradient(top, rgba(248,162,61,1) 0%,rgba(229,121,24,1) 100%);
    background: linear-gradient(to bottom, rgba(248,162,61,1) 0%,rgba(229,121,24,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8a23d', endColorstr='#e57918',GradientType=0 );
    color: #fff;
}

.survey-step li.active:not(.last) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.finishing-step ul.survey-step {
    display: flex;
}

.finishing-step .survey-step li {
    flex: 1;
}

.finishing-step .survey-step-container p {
    font-size: .8rem;
    text-transform: uppercase;
    color: #eb8724;
    font-family: 'Montserrat Bold', sans-serif;
    margin-top: .5rem;
    margin-bottom: 0;
}

.fieldset-title .step-number {
    font-family: 'Open Sans Bold', sans-serif;
}

.fieldset-form .e-fip-question p, .fieldset-form label {
    color: #000000;
}

.fieldset-form label:hover {
    cursor: pointer;
}

.e-fip-question {
    padding: 20px 50px;
}

.radio-buttons-container {
    margin: 25px 0;
}

.nav-buttons {
    display: flex;
    justify-content: space-between;
}

.nav-buttons .button {
    width: auto;
    min-width: 140px;
}

.e-fip-step .survey-content {
    background: url('../assets/img/bg-images/form-bg.png') no-repeat bottom;
    background-size: cover;
}

.e-fip-step .fieldset-form {
    padding-bottom: 100px;
}

/***** STEPS SLIDER CSS *****/

.e-fip-survey-form fieldset:not(:first-of-type) {
    display: none;
}

.e-fip-survey-form fieldset {
    position: absolute;
    width: 100%;
}

/***** END STEPS SLIDER CSS *****/


input.error, select.error {
    border-color: #c60f13;
    background-color: #f8e6e7;
}

label.error {
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700;
    color: #c60f13;
}

.success-message h4, .success-message p {
    color: #0390d8 !important;
    font-family: 'Rubik Medium', sans-serif !important;
}

@media (max-width: 767px) {
    .survey-step li:not(.active), .survey-step li:not(.last) {
        display: none;
    }

    .fieldset-step-info {
        margin-bottom: 30px;
    }

    .e-fip-question {
        padding: 20px 0;
    }

    .survey-step li {
        border-radius: 25px;
    }

    .nav-button-submit {
        justify-content: center;
    }
}

@media (max-width: 320px) {
    .employee-survey-info-form-container .columns {
        padding: 0;
    }
}