@import url("/FormBuilder/_Resource/_module/plugin/bs4/bootstrap.min.css");
@import url("/FormBuilder/_Resource/_module/plugin/FontAwesome5.min.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
html {
    position: relative;
    min-height: 100%
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #222;
    letter-spacing: 0.06em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #0d1e3c
}

h2 {
    font-size: 1.8em;
    margin-bottom: 1em;
    text-transform: uppercase
}

h3 {
    font-size: 1.25em
}

h4 {
    border-bottom: 1px solid;
    padding: 0.5em 0;
    font-size: 1.25em;
    margin: 0
}

a {
    color: #33bbb3;
    outline: none;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

a:hover {
    color: #1abc9c
}

a span {
    display: none
}

.banner {
    background: url(/FormBuilder/_Resource/_module/dEn3RPzMqU-w6TJXUrTgXA/image/banner/Our-Team.jpg);
    background-size: cover;
    background-position: 50%;
    height: 250px;
}

.banner img {
    height: 60px
}

.banner .row h1 {
    font-size: 2em;
    color: #fff;
    text-transform: uppercase
}

.banner-bg {
    height: 350px;
    padding-top: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0)
}

.navbar-dark .navbar-brand {
    padding: 15px 0
}

.navbar-dark .navbar-brand img {
    height: 60px
}

.navbar-dark .navbar-nav .nav-link {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #00bfd6
}

.step .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 0
}

main {
    padding: 2.5em 0
}

main h1 {
    margin: 0.5em 0 1em 0;
    font-size: 1.5em;
    border-left: 5px solid;
    padding: 7px 20px
}

.page-content {
    background: #FFF;
    width: 100%
}

.table-dark {
    background-color: #1a719b;
    font-size: 14px
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #fff
}

.table thead th {
    border-bottom: none
}

.footer {
    font-size: 14px;
    color: #999;
    background: #0e244b
}

.footer a {
    color: #33bbb3
}

.footer a:hover {
    text-decoration: underline
}

.row label {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 495px;
    padding: 5px 10px 0 0;
    font-weight: 700;
    vertical-align: top
}

.row .inputFields {
    display: inline-block;
    *display: inline;
    zoom: 1
}

input.checkbox+label {
    cursor: pointer
}

.inputFields label {
    display: inline;
    float: none;
    padding: 0 20px 0 0;
    text-align: left;
    width: auto
}

.row select {
    padding: 5px;
    margin: 0;
    width: 250px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #DDDDDD;
    border-radius: 3px
}

.row input.text {
    padding: 5px;
    margin: 0;
    width: 250px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #DDDDDD;
    border-radius: 3px
}

.row input.text.tiny {
    width: 150px
}

.row strong {
    font-weight: 700
}

.row .hint {
    display: block;
    color: #666;
    clear: both;
    font-size: 0.85em
}

.row .text {
    display: inline-block;
    *display: inline;
    zoom: 1
}

.row .inputFields input.checkbox {
    margin: 0px 7px 0 0;
    padding: 0;
    cursor: pointer
}

.row .SelectApplicationType2,
.row .SelectApplicationType3 {
    *display: inline
}

.row.checkboxFullWidth {
    padding: 2%;
    background: #DDDDDD;
    border: 0px
}

.row.checkboxFullWidth .inputFields {
    width: 100%
}

.row.checkboxFullWidth label {
    width: auto
}

.row select:focus,
.row input:focus {
    outline: none;
    border-color: #33bbb3
}

.formNav {
    padding: 20px 0;
    clear: both
}

input[type=submit] {
    cursor: pointer
}

input.next {
    float: right;
    margin-left: 10px
}

.btn,
input.back,
input.next {
    position: relative;
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    outline: none;
    border: none;
    background: #33bbb3;
    border-radius: 0;
    text-transform: uppercase
}

.btn:hover,
.btn:focus,
input.back:hover,
input.back:focus,
input.next:hover,
input.next:focus {
    background: #0f4b73;
    color: #FFFFFF;
    text-decoration: none
}

.btn:focus,
input.back:focus,
input.next:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.home-btn {
    padding: 20px;
    display: block;
    margin-bottom: 1em;
    white-space: initial
}

.errorContainer {
    border: 1px solid #FF4F4F
}

.error {
    clear: both;
    color: #FF4F4F;
    padding: 15px 0 5px 70px;
    position: relative;
    margin: 10px 0;
    font-size: 12px;
    display: block
}

.error h6 {
    font-weight: 700;
    color: #FF4F4F
}

div.error:before {
    content: "\f06a";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-size: 35px;
    top: 6px;
    left: 20px
}

div.error ul {
    margin: 0;
    font-family: Arial, sans-serif;
    padding: 0
}

div.error li {
    list-style-type: none;
    padding: 0px;
    margin: 10px 0px
}

span.error {
    padding-left: 5px;
    clear: none;
    color: #FF4F4F;
    display: inline;
    top: -5px;
    position: relative
}

.iconLink {
    margin: 15px 0
}

.iconLink a {
    background-image: none !important;
    padding: 20px 20px 20px 60px !important;
    display: block;
    position: relative;
    text-decoration: none;
    border: 2px solid #33bbb3
}

.iconLink a:hover {
    color: #ffffff;
    background-color: #33bbb3
}

.iconLink a:before {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    top: 10px;
    left: 20px;
    font-size: 29px;
    font-weight: 300
}

.iconLink a[href*="/DocumentDownload"]:before {
    content: "\f1c1"
}

.iconLink a[href*="print"]:before {
    content: "\f02f"
}

#bpayBox {
    margin: 2em 0;
    letter-spacing: 0
}

#bpayBox div {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important
}

#bpayBox label {
    padding: 0;
    margin: 0;
    line-height: 1
}

#bpayBox h4 {
    padding-bottom: 5px
}

.text {
    padding: 5px 0
}

.tablestyle {
    width: 100%;
    margin: 0 0 1em 0
}

.tablestyle th {
    background: #00235D;
    font-weight: 700;
    color: #FFF;
    padding: 10px;
    text-align: left
}

.tablestyle td {
    padding: 10px;
    border-bottom: 1px solid #DDDDDD
}

.confirmation {
    padding: 0 0 30px 0
}

.confirmation table {
    width: 100%;
    border: 1px solid #DDDDDD
}

.confirmation table td {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px
}

.confirmation td.label {
    font-weight: 700;
    width: 50%;
    vertical-align: top;
    border-right: 1px solid #DDDDDD
}

.QAViewer {
    margin-bottom: 1em;
    background: #f8f8f8;
    border-radius: 3px
}

.QAViewer .QALink {
    position: relative;
    padding: 10px 15px 10px 40px !important;
    display: block;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase
}

.QAViewer .QALink:before {
    content: "\f067";
    position: absolute;
    font-family: "" Font Awesome 5 Pro "";
    top: 10px;
    left: 10px;
    font-size: 18px;
    font-weight: 300
}

.open .QALink:before {
    content: "\f068";
    position: absolute;
    font-family: "" Font Awesome 5 Pro "";
    top: 10px;
    left: 10px;
    font-size: 18px
}

.QAViewer .QALink:hover {
    -webkit-transition: color 0.175s ease-in-out;
    transition: color 0.175s ease-in-out
}

.QAViewer .answer {
    padding: 10px 10px 10px 40px
}

.QAViewer .answer p {
    margin: 0 0 10px 0
}

@media print {
    .header,
    .footer {
        -webkit-print-color-adjust: exact !important
    }
    #main-nav,
    .iconLink,
    .returnhome,
    a.btn,
    .top-ban {
        display: none
    }
    .branding {
        height: auto !important;
        float: none;
        width: 100%;
        background: none
    }
    .confirmation table {
        width: 100%
    }
    .page-content {
        padding: 0;
        margin-left: 0
    }
    .confirmation,
    #bpayBox {
        page-break-inside: avoid;
        margin: 0 0 20px
    }
}

@media (max-width: 991px) {
    .bg-mobile {
        background-color: #020307 !important
    }
}

@media (max-width: 767px) {
    #wrapper {
        width: 100%;
        margin: 0 auto
    }
    .container {
        clear: both;
        display: block;
        margin: 0;
        width: 100%;
        max-width: 100%;
        padding: 0 4%
    }
    .column,
    .columns {
        float: none;
        width: 100% !important;
        display: block;
        margin: 0
    }
    .page-content {
        margin: 20px 0
    }
    h1 {
        font-size: 1.8em
    }
    h2 {
        font-size: 1.5em
    }
    h3 {
        font-size: 1.3em
    }
    h4 {
        font-size: 1.2em
    }
    h1.top-title {
        display: none
    }
    #mobileMenuBtn {
        display: block
    }
    .navigation {
        width: 100%;
        margin: 0;
        display: none
    }
    .nav {
        position: relative;
        width: 100%;
        text-align: center;
        top: 0px;
        margin: 0;
        padding: 1em 0px
    }
    .nav>li {
        display: block
    }
    .nav>li>a {
        color: #FFFFFF
    }
    .nav>li>a:hover {
        color: #8a94b0
    }
    .inputFields {
        width: 100% !important
    }
    .home-btn {
        text-align: center
    }
}

@media (min-width: 768px) {
    body {
        margin-bottom: 150px
    }
    .navbar-dark .navbar-nav .nav-link {
        padding: 10px 20px
    }
    .footer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%
    }
}

/*# sourceMappingURL=style.min.css.map */