@import url("/FormBuilder/_Resource/_module/plugin/base/styles.min.css");
@import url("https://use.typekit.net/ila4brp.css");
body {
    font-family: effra, sans-serif;
    word-break: break-word;
    color: #636466;
    font-size: 20px;
    font-weight: 400;
}
.page__content {
    min-height: inherit !important;
}
.container {
    max-width: 1170px;
}
a {
    color: #002855;
    text-decoration: none !important;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
}
a:hover,
a:focus,
a:active {
    color: #000;
    text-decoration: underline !important;
}
.btn,
.btn-return,
button,
input[type="button"],
input[type="submit"] {
    background: #FFF !important;
    border: 2px solid #0071ce !important;
    display: inline-block;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 25px;
    text-align: center;
    height: auto;
    text-decoration: none;
    outline: 0 !important;
    color: #0071ce !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    letter-spacing: 0.24px;
    width: auto !important;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn-return:hover,
.btn-return:active,
.btn-return:focus,
button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
    background: #0071ce !important;
    color: #FFF !important;
}
.btn-return::after,
.btn::after,
button::after {
    display: none;
}
.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    line-height: 1.1;
    font-family: inherit;
    font-weight: 700;
    color: #002855;
}
h1,
.h1 {
    font-size: 64px;
    font-family: inherit;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.1;
}
h2,
.h2 {
    font-size: 42px;
    margin-bottom: 2rem;
}
h3,
.h3 {
    font-size: 30px;
    margin-bottom: 1rem;
}
.h4,
h4 {
    font-size: 30px;
}

.page__header .container .navbar {
    padding: 0;
}
.page__header .container .navbar .navbar-brand {
    border: none;
    width: inherit;
    padding: 15px 0;
}
.page__header .container .navbar .navbar-brand a {
    text-decoration: none;
    border: none;
}
.page__header .container .navbar .navbar-brand a img {
    width: 100%;
    max-width: 69px;
}
.page__banner {
    position: relative;
    background: url('/FormBuilder/_Resource/_module/l81YrmyUJ0-F-EFRis1QKQ/image/banner.jpg') top center/cover no-repeat;
    padding: 180px 0;
}
.page__banner .page__banner-title h1 {
    color: #FFF !important;
}
.page__footer {
    border: none;
    padding: 60px 0;
    position: relative;
    background: #f7f7f5;
    color: #747678;
    font-size: 13px;
}
.page__footer a {
    color: #747678;
    border: none;
    text-decoration: none !important;
}
.page__footer a:hover,
.page__footer a:focus,
.page__footer a:active {
    color: #000;
}
.iconLink a {
    background: #002855 !important;
    border: none !important;
    color: #fff !important;
    padding: 15px 15px 15px 55px !important;
    text-decoration: none;
    -webkit-transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.iconLink a:hover {
    background: #004088 !important;
    color: #fff !important;
    text-decoration: none !important;
}
.confirmation td:first-child {
    vertical-align: top;
}
.formNav .back {
    float: left;
}
.formNav .next {
    float: right;
}
.error h6 {
    font-size: 1rem;
    margin-bottom: 1rem;
}
.identification .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.identification .row label {
    display: block;
    max-width: 250px;
    width: 100%;
    margin-right: 1rem;
    padding-top: 0.5rem;
    font-size: 1em;
}
.identification .row .inputFields {
    display: block;
    width: 100%;
    max-width: 350px;
    margin-bottom: 1rem;
}
.identification .row .inputFields input {
    max-width: 350px;
}
.identification .row .error {
    background: #c00;
    border-radius: 0;
    padding: 8px 15px;
    display: inline-block;
    color: #fff;
    margin-top: 1rem;
}
.survey:not(.multiAnwser) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.survey:not(.multiAnwser) .question {
    display: block;
    max-width: 250px;
    width: 100%;
    margin-right: 1rem;
    padding-top: 0.5rem;
}
.survey:not(.multiAnwser) .answers {
    display: block;
    width: 100%;
    max-width: 350px;
    margin-bottom: 1rem;
}
table.matrix {
    padding-top: 0.5rem;
}
.survey:not(.singleAnwser):not(.multiAnwser) .answers input {
    width: 100%;
}
.survey:not(.singleAnwser):not(.multiAnwser) .answers .error {
    margin-top: 1rem;
}
.survey .error {
    background: #f2dede;
    border-radius: 0;
    padding: 8px 15px;
    display: inline-block;
    color: #a94442;
    margin-top: 10px;
}
.survey table tr {
    background: none !important;
    padding: 0 !important;
}
.survey table tr td {
    padding: 0 !important;
}
.survey table tr td label {
    display: inline-block;
    max-width: inherit;
    margin: 0;
    width: auto;
    cursor: pointer;
}
.survey table tr td label input {
    height: auto;
    margin-right: 0.5rem;
}
.survey table tr td label input[type="radio"],
.survey table tr td label input[type="checkbox"] {
    cursor: pointer;
    display: inherit !important;
}
@media (min-width: 578px) {
    label {
        display: inline-block;
        max-width: 250px;
        margin: 0 1rem 0 0;
    }
    .inputFields {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0;
        max-width: 350px;
        width: 100%;
    }
    .inputFields input[type="text"] {
        width: 100%;
    }
}
@media (min-width: 768px) {
    body {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 42px;
    }
    h2, .h2 {
        font-size: 32px;
    }
    .survey:not(.multiAnwser) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .page__banner {
        padding: 90px 0;
    }
    .btn, .btn-return, button, input[type="button"], input[type="submit"] {
        width: 100% !important;
        max-width: none !important;
    }
    .formNav .next {
        float: none;
    }
}
@media (max-width: 575px) {
    h1,
    .h1 {
        font-size: 36px;
    }
}
