html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%
}

body {
    font-family: sans-serif;
    background-color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    overflow-y: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    margin: 0 0 10px 0;
}

h1,
.h1 {
    font-size: 34px
}

h2,
.h2 {
    font-size: 28px
}

h3,
.h3 {
    font-size: 20px
}

h4,
.h4 {
    font-size: 16px
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-control {
    height: 45px;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #66afe9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.svy-form-body {
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

/*---------------------------
	Header Styling
----------------------------*/

.brand-logo {
    display: inline-block;
}

.brand-logo img {
    display: inline-block;
    max-width: 180px;
}

/*---------------------------
	Page Styling
----------------------------*/

.survey-page-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.survey-page-wrapper .row,
.survey-page-wrapper .row [class^="col-"] {
    height: 100%;
    background: none !important;
}

.survey-form-inner iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.survey-form-inner .smcx-embed,
.survey-form-inner .smcx-embed > .smcx-iframe-container {
    width: 100%;
    max-width: 100%;
    border: none;
    height: 100%;
}

.smcx-embed.smcx-hide-branding > .smcx-iframe-container,
.smcx-embed.smcx-hide-branding > .smcx-iframe-container iframe {
    height: 100% !important;
}

.survey-page {
    margin-top: 30px !important;
}

.col-a {
    position: fixed;
    top: 0;
    left: 0;
    right: 50%;
}

.col-b {
    left: 50%;
}

.lead-wrap {
    width: calc(100% - 60px);
    margin: 30px auto 20px;
}

.lead-wrap h1 {
    font-weight: 600;
}

.lead-wrap p {
    margin-top: 30px;
    line-height: 1.8;
}

.svy-form-body {
    background-repeat: no-repeat !important;
    -webkit-background-size: contain !important;
    background-size: contain !important;
    background-attachment: fixed !important;
    background-position: 0 0 !important;
}

.brand-logo {
    max-width: 350px;
}

.svy__form--head {
    text-align: center;
    padding: 60px 60px 0;
}

.svy__form--head h1 {
    color: #004080;
    font-weight: 600;
    font-size: 32px;
}

.svy__form--head h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.svy__form--head p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    line-height: 1.75;
}

.svy__form--head hr {
    border-color: #ddd;
    margin: 50px auto 0;
    max-width: 300px;
}

.survey-form-inner {
    position: relative;
    /*min-height: 100vh;*/
    padding: 60px 8vw;
}

.form-loader {
    background-color: rgba(0, 0, 0, 0.75);
    width: 50% !important;
    height: 100% !important;
    text-align: center;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-loader .fa-circle-o-notch {
    color: #ffffff;
    width: auto;
}

.finish {
    width: 50% !important;
    height: 100% !important;
    text-align: center;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
}

.finish h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.steps ul li span.current-info {
    display: none;
}

.step.title {
    display: none;
}

.form-title {
    text-align: center;
    background: none !important;
    display: none !important;
}

.form-title h1 {
    font-weight: 800;
}

.form-sub-title {
    text-align: center;
    background: none !important;
    margin-bottom: 40px;
    display: none !important;
}

.form-sub-title h3 {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.steps {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: #ddd 1px solid;
}

#form-steps label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: 0.02em;
}

.help-block {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.05em;
}

.steps ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.steps ul li {
    display: inline-block;
    list-style: none;
}

.steps ul li + li {
    margin-left: 15px;
}

.steps ul li a {
    display: inline-block;
    text-transform: initial;
    text-decoration: none !important;
    background: none;
    padding: 0;
    font-size: 2rem;
    font-weight: 600;
    pointer-events: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 1.5;
    color: #000000;
}

.survey-form-inner .btn-group .btn {
    float: none;
    border-radius: 0;
    padding: 8px 24px;
    outline: none !important;
}

.survey-form-inner .btn-group .btn + .btn {
    margin-left: 8px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.survey-form-inner .btn-group .btn-primary {
    background: #dddddd;
    border-color: #dddddd;
    color: #333333;
}

.survey-form-inner .btn-group .btn-primary:hover {
    background: #cccccc;
}

.footer_text-wrap {
    text-align: center;
    padding: 20px 8vw 40px;
    font-size: 13px;
}

.footer_text-wrap hr {
    margin: 0 0 20px 0;
    border-color: #ddd;
}

.footer_text-wrap p {

}

.footer_text-wrap ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.footer_text-wrap ul li {
    list-style: none;
    padding: 0 10px;
}

.footer_text-wrap ul li a {
    color: #000000;
}

/*---------------------------
	Plugins Styling
----------------------------*/

.va-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.va-middle {
    display: table-cell;
    vertical-align: middle;
}

.m0 {
    margin: 0 !important;
}

.m0 [class^="col-"] {
    padding: 0 !important;
}

.steps.clearfix > ul > li {
    display: none;
}

.steps.clearfix > ul > li.current .number {
    display: none;
}

.steps.clearfix > ul > li.current {
    display: block;
}

.step_id {
    display: none;
}

/*---------------------------
	Media Queries
----------------------------*/

@media (max-width: 991px) {

    .svy-form-body {
        background-image: none;
    }

    .survey-page-wrapper {
        position: static;
        background: rgba(255, 255, 255, 0.9);
    }

    .survey-page-wrapper .row, .survey-page-wrapper .row [class^="col-"] {
        height: auto;
    }

    .col-a {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }

    .col-b {
        left: auto;
    }

    .svy-form-body {
        background-image: none !important;
    }

    .form-loader {
        width: 100% !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .form-finish {
        width: 100% !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .lead-wrap {
        margin: 0;
        width: 100%;
        padding: 30px;
        text-align: center;
    }

    .svy__form--head {
        padding: 0 60px 0;
    }

    .survey-form-inner {
        padding: 60px 12vw;
    }
}

@media (max-width: 575px) {
    .lead-wrap, .survey-form-inner {
        padding: 60px 30px 40px;
    }

    .svy__form--head {
        padding: 0 20px 0;
    }

    .svy__form--head p {
        width: 100%;
    }

    .footer_text-wrap {
        padding: 20px 20px 30px;
        font-size: 12px;
    }
}