/*--------------------------------------------------------------------------------------------------------------------
    Main colours
    
    Light blue: #428bca
    Dark Grey: #333
    
--------------------------------------------------------------------------------------------------------------------*/


/* Base */

@import url('/FormBuilder/_Resource/_module/plugin/bs4/bootstrap.min.css');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('/FormBuilder/_Resource/_module/plugin/FontAwesome5.min.css');
@import url('/FormBuilder/_Resource/_module/plugin/base/styles.min.css');

/* Utility
-------------------------------------------------------*/

body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    font-weight: normal;
    background: #fefefe;
}

.page__content {
    min-height: inherit !important;
}

.icons i:first-child {
    color: #081D4D;
}


/* Typography Styles
-------------------------------------------------------*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
}

.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
    letter-spacing: 0;
}

h1,
.h1 {
    font-size: 1.75rem;
}

.h2,
.h3,
.h4,
h2,
h3,
h4 {
    font-size: 1.42857rem;
    line-height: 1.5;
    font-weight: 700;
    color: #081D4D
}

a {
    color: #081D4D;
    text-decoration: underline !important;
    border: none;
    font-weight: normal;
}

a:hover,
a:focus,
a:active {
    color: #081D4D;
}

label,
select,
input[type="checkbox"]+label,
input:not([type="button"]):not([type="submit"]) {
    font-size: 14px;
}


/* Button Styles
-------------------------------------------------------*/

.btn,
.btn-return,
button,
input[type="button"],
input[type="submit"] {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: #FFF;
    border: 2px solid #081D4D !important;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0;
    padding: 17px 24px !important;
    text-align: center;
    height: auto;
    text-decoration: none;
    outline: 0 !important;
    color: #081D4D !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    width: 100%;
    text-transform: uppercase;
}

.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: #081D4D !important;
    color: #fff !important;
}

.btn-return::after,
.btn::after,
button::after {
    display: none;
}

main {
    min-height: 425px;
}
/* Header
-------------------------------------------------------*/

.page__header {
    padding: 0;
    position: relative;
    display: block;
    z-index: 99;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%;
}

.page__banner {
    background: url(/FormBuilder/_Resource/_module/wA66tqC6eEK8KPfiHdRsgg/image/banner.jpg) no-repeat center/cover;
    height: 400px;
    padding-top: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.page__banner h1 {
    color: #081D4D;
    font-size: 50px;
    font-weight: 700;
    margin-top: 65px;
    margin-bottom: 0;
}


/* Navigation 
-------------------------------------------------------*/

.page__header .navbar {
    padding: 0;
    align-items: center;
}

.page__header .navbar .navbar-brand {
    border: none;
    width: inherit;
}

.page__header .navbar .navbar-brand img {
    max-width: 200px;
    height: auto;
    margin: 20px auto;
}

.navbar-nav .nav-item {
    padding: 0 10px;
}

.page__header .navbar .navbar-nav .nav-item .nav-link {
    color: #081D4D;
    padding: 0.7rem 0;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 3px solid #081D4D;
    line-height: 1;
    text-decoration: none !important;
}

.page__header .navbar-toggler,
.page__header .navbar-toggler:hover,
.page__header .navbar-toggler:active {
    width: auto;
    color: #081D4D !important;
    background: none !important;
}

.page__footer {
    border: none;
    padding: 10px 0;
    position: relative;
    background: #CCC;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.page__footer p {
    margin: 0;
    line-height: 2.4;
}

.page__footer a {
    color: #333;
    border: none;
    text-decoration: none !important;
    font-weight: normal;
}

.page__footer a:hover,
.page__footer a:focus,
.page__footer a:active {
    color: #fff;
}

.copyright-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.card-body ol li {
    text-align: left;
}

.iconLink a {
    background: #081D4D !important;
    border: 1px solid #081D4D !important;
    color: #fff !important;
    padding: 15px 15px 15px 55px !important;
    text-decoration: none;
    letter-spacing: 0;
    border-radius: 3px;
}

.iconLink a:hover {
    background: #5d2575 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.card-header {
    background: #ccc;
    padding: .75rem 1.25rem !important;
}

.step .row>label,
.step .row>.inputFields {
    padding-left: 15px;
    padding-right: 15px;
}

.step .row>input {
    margin-left: 15px;
    margin-right: 15px;
}

@media (min-width: 578px) {
    .page__banner .page__banner-buttons {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding-top: 1.5rem;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 768px) {
    body {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    body,
    label,
    select,
    input[type="checkbox"]+label,
    input:not([type="button"]):not([type="submit"]),
    .btn,
    .btn-return,
    button,
    input[type="button"],
    input[type="submit"] {
        font-size: 16px;
    }
    .page__header {
        padding: 20px 0;
    }
    .page__banner h1 {
        font-size: 32px;
        line-height: 34px;
        margin-top: 115px;
    }
    .page__banner .page__banner-buttons p .btn {
        font-size: 16px;
    }
    .h2,
    h2 {
        font-size: 26px;
        line-height: 32px;
    }
    h3,
    .h3 {
        font-size: 21px;
        line-height: 25px;
        font-weight: 500;
    }
    .btn,
    .btn-return,
    button,
    input[type="button"],
    input[type="submit"] {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .page__banner .page__banner-title p {
        font-size: 1.25rem;
    }
    h1,
    .h1 {
        font-size: 42px;
    }
    #sidebar .btn {
        width: 100%;
    }
    .form-button {
        width: 100%;
    }
}

@media (max-width: 575px) {
	.page__banner h1 {
    margin-top: 15px;
}
    .page__header {
        background: rgba(255, 255, 255, 0.8);
        padding: 0;
    }
    .page__header .navbar-toggler {
        border: none !important;
        color: #081D4D !important;
    }
    .page__header .navbar .navbar-brand img {
        width: auto;
        margin: 0;
        height: 34px;
    }
    .page__banner {
        min-height: 205px;
        height: auto;
    }
    .page__banner .page__banner-buttons {
        display: block !important;
        text-align: center;
    }
    h1,
    .h1 {
        font-size: 36px;
    }
    .copyright-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    #sidebar .btn {
        width: 100%;
    }
    .form-button {
        width: 100%;
    }
    .page__header .navbar .navbar-nav .nav-item .nav-link {
        border-bottom: none;
    }
    .page__header #navbarToggler {
        background: transparent;
    }
    textarea {
        width: 100%;
    }
}