button, [type='button'], [type='reset'], [type='submit'] {
    appearance: none;
    background-color: #1565c0;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: .85em 1.7em;
    text-align: center;
    text-decoration: none;
    transition: background-color 150ms ease;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff
}

button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: none;
    outline-offset: none
}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5
}

button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
    background-color: #1565c0
}

fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    font-weight: 600;
    margin-bottom: .425em;
    padding: 0
}

label {
    display: block;
    font-weight: 600;
    margin-bottom: .425em
}

input, select, textarea {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    font-size: 14px
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea, select {
    appearance: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    margin-bottom: 1.35em;
    padding: .56667em;
    transition: border-color 150ms ease;
    width: 100%
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover, select:hover {
    border-color: #b1b1b1
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus, select:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled, select:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover, select:disabled:hover {
    border: 1px solid #ddd
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder, select::placeholder {
    color: #154162
}

textarea {
    resize: vertical
}

[type="checkbox"], [type="radio"] {
    display: inline;
    margin-right: .425em
}

[type="file"] {
    margin-bottom: .85em;
    width: 100%
}

select {
    margin-bottom: .85em;
    width: 100%
}

[type="checkbox"]:focus, [type="radio"]:focus, [type="file"]:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px
}

html {
    background-color: #fff;
    box-sizing: border-box
}

*, *::before, *::after {
    box-sizing: inherit
}

html, body {
    height: 100%
}

body {
    margin: 0
}

ul, ol {
    list-style-type: none;
    margin: 0;
    padding: 0
}

dl {
    margin: 0
}

dt {
    font-weight: 600;
    margin: 0
}

dd {
    margin: 0
}

figure {
    margin: 0
}

img, picture {
    margin: 0;
    max-width: 100%
}

table {
    border-collapse: collapse;
    margin: 1.7em 0;
    table-layout: fixed;
    text-align: left;
    width: 100%
}

thead {
    line-height: 1.2;
    vertical-align: bottom
}

tbody {
    vertical-align: top
}

tr {
    border-bottom: 1px solid #ddd
}

th {
    font-weight: 600
}

th, td {
    padding: .85em .85em .85em 0
}

html {
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    font-size: 100%;
    line-height: 1.6
}

h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    font-size: 1.25em;
    line-height: 1.2;
    margin: 0 0 .85em;
    font-weight: 700
}

p {
    margin: 0 0 .85em
}

a {
    color: #1565c0;
    text-decoration-skip: ink;
    transition: color 150ms ease
}

a:hover {
    color: #104c90
}

a:focus {
    outline: none;
    outline-offset: 2px
}

hr {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.7em 0
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

*, *::after, *::before {
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    line-height: 1.6
}

body {
    font-size: 1.4rem;
    font-family: "Lato", sans-serif;
    color: #154162;
    background-color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #e2f1fd;
    background: -moz-linear-gradient(top, #e2f1fd 0%, #fff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e2f1fd), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #e2f1fd 0%, #fff 100%);
    background: -o-linear-gradient(top, #e2f1fd 0%, #fff 100%);
    background: -ms-linear-gradient(top, #e2f1fd 0%, #fff 100%);
    background: linear-gradient(to bottom, #e2f1fd 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2f1fd', endColorstr='#ffffff', GradientType=0);
    line-height: 1.6
}

small {
    font-size: .9em
}

b {
    font-weight: 700
}

a {
    color: #60BBFF;
    text-decoration: none
}

.pdng-0 {
    padding: 0 !important
}

.margin-0 {
    margin: 0 !important
}

img {
    max-width: 100%
}

.pdng-10-left {
    padding: 0 0 0 15px
}

.pdng-10 {
    padding: 0 15px 0 0
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

.cd-img-replace {
    color: transparent;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden
}

hr {
    border-bottom: 1px solid #154162;
    margin: 10px 0
}

select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-image: url(../img/select-arow.png);
    background-position: center right;
    background-size: 30px
}

[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    color: #154162;
    font-weight: 500
}

[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #707070;
    border-radius: 100%;
    background: #fff
}

[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #154162;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.inline-radio p {
    display: inline-block;
    padding: 8px 20px 10px 0
}

.chk-container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin: 12px 30px 12px 0;
    cursor: pointer;
    line-height: 25px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid #154162;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.chk-container:hover input ~ .checkmark {
    background-color: #eee
}

.chk-container input:checked ~ .checkmark {
    background-color: #154162
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.chk-container input:checked ~ .checkmark:after {
    display: block
}

.chk-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px
}

.custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
    margin-top: 30px
}

.custom-file-upload label {
    display: block;
    margin-bottom: 5px
}

.file-upload-wrapper {
    position: relative;
    margin-bottom: 5px
}

.file-upload-input {
    max-width: 350px;
    color: #154162;
    font-size: 16px;
    padding: 10px 17px;
    border: none;
    border: 1px solid #ddd;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    float: left
}

.file-upload-input:hover, .file-upload-input:focus {
    background-color: #ffffff;
    outline: none
}

.file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 20px;
    border: none;
    margin-left: 10px;
    background-color: #94C852;
    float: left;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.file-upload-button:hover {
    background-color: #7baf38
}

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 18px;
    margin: 0 5px -4px 0
}

.switch input {
    display: none
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 1px 2px 0 #D4D4D4;
    border-radius: 50%
}

.switch input:checked + .slider {
    background-color: #94C852
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #94C852
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px)
}

.ex-wrap p {
    margin-bottom: 0
}

.ex-wrap .switch-wrap p {
    display: inline-block;
    padding-right: 5px
}

.no-margin {
    margin: 0;
    padding: 0
}

h3.title {
    font-weight: 700;
    margin: 20px 0 0 0
}

h3.title span {
    color: #94C852
}

h5.sb-h5 {
    font-size: 14px;
    border-bottom: solid 1px #154162;
    padding: 5px 0;
    margin-bottom: 15px;
    font-weight: 600
}

.header {
    background-color: #60BBFF;
    position: relative;
    height: 100%;
    max-height: 100%
}

.header::after {
    clear: both;
    content: "";
    display: block
}

.header h1 {
    margin: 0;
    padding: 10px 0;
    width: 150px;
    float: left
}

.header .right-nav {
    float: right;
    padding: 10px 20px;
    border: solid;
    border-width: 0 1px;
    height: 100%;
    max-height: 100%;
    color: #4cb2ff;
    min-height: 58px
}

.header .right-nav a {
    color: #ffffff;
    line-height: 38px;
    font-weight: 700
}

.header .right-title {
    float: right;
    padding: 2px 0;
    font-size: 32px;
    font-weight: 200
}

.header .container::after {
    clear: both;
    content: "";
    display: block
}

.sb-header {
    padding: 5px 0 0 0;
    background: #154162;
    margin-bottom: 20px
}

.sb-header::after {
    clear: both;
    content: "";
    display: block
}

.sb-header h2 {
    color: white;
    margin: 0 0 10px 0;
    font-size: 2em;
    font-weight: 300
}

.sb-header .container {
    background: url(../img/sky.png) #154162 no-repeat right center;
    background-size: 330px;
    height: 100%;
    padding: 1.2em 15px 0 15px;
    overflow: hidden
}

.sb-header .container::after {
    clear: both;
    content: "";
    display: block
}

@media only screen and (min-width: 1170px) {
    .xtra-margin {
        margin-left: 60px
    }
}

.logo-list {
    background-color: #fff;
    border: solid #ebeff2;
    border-width: 1px 0;
    padding: 20px 0;
    margin: 40px 0 0 0;
    -webkit-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.1)
}

.logo-list ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
    list-style: none;
    padding: 0 0;
    text-align: center
}

.logo-list ul li {
    display: inline-block
}

.logo-list ul li img {
    max-width: 80%
}

footer {
    padding: 40px 0 10px 0;
    font-size: 14px;
    color: #6D6E71;
    margin-top: -1px;
    background-color: #F7F7F7
}

footer .ftr-menu {
    border-bottom: solid 1px #95989A;
    margin-bottom: 10px
}

footer .ftr-menu ul.menu {
    padding-top: 10px;
    list-style: none;
    margin: 0
}

footer .ftr-menu ul.menu li {
    display: inline-block
}

footer .ftr-menu ul.menu li a {
    color: #6D6E71;
    margin: 10px 20px 0 0
}

footer ul.social {
    list-style: none;
    margin: 0 0 10px 0;
    float: right
}

footer ul.social li {
    margin-left: 5px;
    display: inline-block;
    width: 30px;
    height: 30px
}

footer .ftr-down {
    text-align: right
}

footer .powered {
    color: #000000
}

footer .powered img {
    width: 12px
}

.btn {
    margin-right: 10px
}

.btn-primary {
    background-color: #B5B5B5
}

.btn-primary:hover {
    background-color: #8f8f8f
}

.btn-secondary {
    background-color: #94C852
}

.btn-secondary:hover {
    background-color: #6d9c32
}

.btn-blue {
    background-color: #154162;
    font-size: 14px
}

.btn-blue:hover {
    background-color: #081723
}

.label-1 {
    color: #FF0093
}

.box {
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 #D4D4D4;
    margin-bottom: 10px
}

.box::after {
    clear: both;
    content: "";
    display: block
}

.box .bx-inner {
    padding: 15px
}

.box h3 {
    padding: 10px;
    background-color: #154162;
    color: white;
    font-weight: 700;
    font-size: 1.1em
}

.box h3 small {
    font-size: .7em;
    text-align: right;
    float: right;
    padding-top: 4px
}

.box h3.green {
    background-color: #3CAA70
}

.box h3.ylo {
    background-color: #F4A952;
    margin: 0
}

ul.list li {
    display: flex;
    font-weight: 700
}

ul.list li span.fst-hlf, ul.list li span.scnd-hlf {
    width: 50%;
    display: inline-flex;
    padding-bottom: 15px
}

ul.list li span.fst-hlf.fst-hlf, ul.list li span.scnd-hlf.fst-hlf {
    color: #60BBFF
}

ul.list li span.fst-hlf.scnd-hlf, ul.list li span.scnd-hlf.scnd-hlf {
    color: #154162
}

ul.ef-list {
    font-size: 1.1em;
    padding: 0 0 10px 0;
    font-weight: 700
}

ul.ef-list::after {
    clear: both;
    content: "";
    display: block
}

ul.ef-list li {
    margin-bottom: 0
}

ul.ef-list li span {
    display: inline-block
}

ul.ef-list li span:first-child {
    min-width: 70px
}

ul.ef-list li.grn {
    color: #3CAA70
}

ul.ef-list li.ylo {
    color: #F4A952
}

ul.ef-list li.red {
    color: #ED5157
}

.dot-list {
    line-height: 24px;
    font-size: .9em;
    color: #6D6E71;
    list-style: disc;
    margin-left: 15px
}

.dot-list a {
    color: #6D6E71;
    text-decoration: underline
}

.dot-list li {
    padding-bottom: 10px
}

a.link {
    color: #154162;
    text-decoration: underline
}

a.link:hover {
    color: #60BBFF
}

.table {
    border: 1px solid #DDD
}

.table td {
    padding: 0.85em
}

.table-no-border {
    margin: 0
}

.table-no-border tr {
    border: none
}

.table-no-border tr td {
    padding: 0.35em 0.35em 0.35em 0
}

.rt-border {
    border-right: 1px solid #DDD
}

.tp-email {
    text-align: right;
    margin-top: 20px
}

.tp-email h3 {
    margin-bottom: 2px
}

.ht-index {
    text-align: center;
    max-width: 375px;
    margin: 0 auto
}

.form-signin {
    width: 100%;
    max-width: 430px;
    padding: 15px;
    margin: 10% auto;
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 #c6c6c6;
    padding: 30px;
    text-align: center
}

.form-signin .btn {
    width: 100%;
    margin-bottom: 15px
}

.form-signin a.link {
    color: #154162;
    text-decoration: none
}

.form-signin a.link:hover {
    color: #60BBFF
}

.form-signin p {
    font-weight: 600
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    padding-bottom: .85em
}

.input-group label {
    display: block;
    width: 100%
}

.input-group label::after {
    clear: both;
    content: "";
    display: block
}

.input-group .form-control {
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 2px;
    bottom: 13px
}

.input-group .input-group-prepend {
    display: flex;
    margin-right: -1px;
}

.input-group>.input-group-prepend>button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .input-group-append .input-group-text, .input-group .input-group-prepend .input-group-text {
    border: none;
    background-color: none !important;
    padding: 4px 6px;
    cursor: pointer
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    color: #495057;
    background-color: #fff;
    text-align: center;
    padding: 5px 10px;
    white-space: nowrap;
    border: 1px solid #ddd;
    border-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.input-group-text img {
    width: 22px;
    padding-top: 5px
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.fl-border {
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 #D4D4D4;
    font-size: .8em;
    text-align: center;
    vertical-align: middle;
    font-weight: 700
}

.fl-border th {
    background-color: #154162;
    color: #fff
}

.fl-border th, .fl-border td {
    padding: .85em;
    vertical-align: middle
}

.cons-dtls {
    margin-left: 0;
    margin-right: 0
}

.cons-dtls .box {
    padding: 12px;
    position: relative
}

.cons-dtls .box .btn {
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 14px;
    float: right;
    margin: 0;
    padding: 14px 11px;
    font-weight: 600
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .cons-dtls .box .btn {
        padding: 12px 11px
    }
}

.cons-dtls .search-wrap {
    margin-right: 80px
}

.cons-dtls .search-wrap .cs-cl {
    padding: 0 5px
}

.cons-dtls .search-wrap input, .cons-dtls .search-wrap select {
    font-size: .9em;
    padding: 10px 5px;
    margin: 0
}

.cons-dtls .search-wrap input {
    padding: 11px 5px
}

.cons-dtls .search-wrap .search-box {
    padding-left: 15px
}

.ex-wrap h5 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600
}

.pagination {
    text-align: center
}

.pagination ul {
    display: inline;
    margin: 0;
    padding: 0;
    text-align: center
}

.pagination ul li {
    display: inline;
    list-style: none;
    padding: 5px
}

.pagination ul li a {
    outline: none;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-weight: 700;
    color: #154162
}

.pagination ul li a:hover, .pagination ul li a.active {
    color: #60BBFF
}

.has-hyphen {
    position: relative
}

.has-hyphen:after {
    position: absolute;
    content: "-";
    right: -2px;
    top: 6px;
    font-size: 16px
}

.accordion-tabs-minimal, .accordion-tabs-minimal-sub {
    line-height: 1.5;
    padding: 0
}

.accordion-tabs-minimal::after, .accordion-tabs-minimal-sub::after {
    clear: both;
    content: "";
    display: block
}

.accordion-tabs-minimal .tab-header-and-content, .accordion-tabs-minimal-sub .tab-header-and-content {
    list-style: none;
    display: inline
}

.accordion-tabs-minimal .tab-header-and-content:first-child, .accordion-tabs-minimal-sub .tab-header-and-content:first-child {
    padding-left: 10px
}

.accordion-tabs-minimal .tab-link, .accordion-tabs-minimal-sub .tab-link {
    background-color: none;
    border: 1px solid #154162;
    color: #333;
    display: block;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    padding: 8px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 4px
}

.accordion-tabs-minimal .tab-link:hover, .accordion-tabs-minimal-sub .tab-link:hover {
    color: #1565c0
}

.accordion-tabs-minimal .tab-link:focus, .accordion-tabs-minimal-sub .tab-link:focus {
    outline: none
}

.accordion-tabs-minimal .tab-link.is-active, .accordion-tabs-minimal-sub .tab-link.is-active {
    background-color: #154162;
    color: #ffffff;
    border-bottom: 0;
    border-bottom-color: #fff;
    margin-bottom: -1px
}

.accordion-tabs-minimal .tab-content, .accordion-tabs-minimal-sub .tab-content {
    display: none;
    width: 100%;
    float: left;
    border-top: 1px solid #154162;
    margin-top: -1px;
    padding: 15px 0 0 0
}

.qual-wrap input {
    max-width: 60px
}

.action-wrap {
    padding-right: 40px;
    position: relative
}

.action-wrap .act-btn {
    position: absolute;
    top: 10px;
    width: 15px;
    height: 17px;
    display: block;
    text-indent: -9999px
}

.action-wrap .act-btn.btn-delete {
    background-image: url(../img/icn_delete.png);
    background-size: 100%;
    right: 20px
}

.action-wrap .act-btn.btn-add {
    background-image: url(../img/icn_add.png);
    background-size: 100%;
    right: 0px
}

.action-wrap-big {
    padding-right: 80px
}

.action-wrap-big .act-btn.btn-delete {
    right: 40px
}

.action-wrap-big .act-btn.btn-add {
    right: 20px
}

.eel {
    padding-left: 15px;
    position: relative;
    margin-top: 10px
}

.eel:before {
    content: ".";
    position: absolute;
    left: -4px;
    top: -14px;
    font-size: 80px;
    line-height: 0
}

.eel.en-eff:before {
    color: #3CAA70
}

.eel.ne-impr:before {
    color: #F4A952
}

.eel.ineff:before {
    color: #ED5157
}

.auditors-list {
    border-bottom: 1px solid #154162;
    padding: 22px 0 10px 0
}

.auditors-list .chk-wrap {
    position: absolute;
    right: 25px;
    top: 7px
}

.auditors-list .chk-wrap .chk-container {
    margin: 0;
    height: 30px
}

.auditors-list:last-child {
    border: none
}

.btn-right {
    text-align: right
}

.dropdown {
    line-height: 1.6;
    float: right;
    color: #fff;
    border: solid;
    border-width: 0 1px;
    border-color: #4cb2ff
}

.dropdown .dropdown-container {
    display: inline-block;
    position: relative;
    text-align: center
}

.dropdown .dropdown-button {
    cursor: pointer;
    float: right;
    line-height: 57px;
    margin: 0;
    padding: 0 2.25em 0 .9em;
    position: relative
}

.dropdown .dropdown-button::after {
    color: #ffffff;
    content: "\25BE";
    display: block;
    position: absolute;
    right: .9em;
    top: 0;
    font-size: 18px
}

.dropdown .dropdown-menu {
    background: #60BBFF;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    display: none;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    top: 62px;
    transition: all 0.2s ease-in-out;
    z-index: 99999;
    text-align: left
}

.dropdown .dropdown-menu li {
    border-bottom: 1px solid #4cb2ff;
    color: #fff;
    list-style: none
}

.dropdown .dropdown-menu li a {
    color: #fff;
    display: block;
    padding: .9em
}

.dropdown .dropdown-menu li:hover {
    background: #51b4ff
}

.dropdown .dropdown-menu li:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.dropdown .dropdown-menu li:last-child {
    border: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.dropdown .show-menu {
    display: block
}

.sb-lbl {
    color: #60BBFF
}

.accordion-tabs-minimal-sub .tab-link.is-actived {
    background-color: #154162;
    color: #ffffff;
    border-bottom: 0;
    border-bottom-color: currentcolor;
    border-bottom-color: #fff;
    margin-bottom: -1px
}

.clearfix::after {
    clear: both;
    content: "";
    display: block
}

.modal label {
    cursor: pointer;
    margin-bottom: 0;
    display: inline
}

.modal label img {
    border-radius: 150px;
    display: block;
    max-width: 300px
}

.modal .modal-state {
    display: none
}

.modal .modal-trigger:hover {
    color: #60BBFF
}

.modal .modal-fade-screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    padding-top: 0.6em;
    text-align: left;
    transition: opacity 0.25s ease;
    visibility: hidden;
    z-index: 99999999999
}

@media only screen and (min-width: 1170px) {
    .modal .modal-fade-screen {
        padding-top: 10em
    }
}

.modal .modal-fade-screen .modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer
}

.modal .modal-close {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    width: 1.5em;
    height: 1.5em;
    background: #fff;
    cursor: pointer
}

.modal .modal-close::after, .modal .modal-close::before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    width: .15em;
    height: 1.5em;
    background: #ddd;
    content: "";
    display: block;
    margin: -3px 0 0 -1px;
    transform: rotate(45deg)
}

.modal .modal-close:hover::after, .modal .modal-close:hover::before {
    background: #c4c4c4
}

.modal .modal-close::before {
    transform: rotate(-45deg)
}

.modal .modal-inner {
    background: #fff;
    border-radius: 6px;
    margin: auto;
    margin-top: 0;
    max-height: 95%;
    overflow: auto;
    padding: 1.5em;
    position: relative;
    transition: opacity 0.25s ease;
    width: 95%
}

@media only screen and (min-width: 768px) {
    .modal .modal-inner {
        max-height: 70%;
        padding: 3em;
        width: 50%
    }
}

@media only screen and (min-width: 1170px) {
    .modal .modal-inner {
        width: 30%
    }
}

.modal .modal-inner h1 {
    color: #333;
    text-align: left;
    text-transform: capitalize
}

.modal .modal-state:checked + .modal-fade-screen {
    opacity: 1;
    visibility: visible
}

.modal .modal-state:checked + .modal-fade-screen .modal-inner {
    top: 0.5em
}

.modal-open {
    overflow: hidden
}

.link-2 {
    color: #154162
}

.link-2:hover {
    color: #60BBFF
}

.r-mrg {
    margin-top: -6px;
    display: block
}

hr.ftr {
    margin-bottom: 35px
}

i {
    font-style: italic
}

.lft-pd-30 {
    padding-left: 30px
}

input.min-txt {
    text-align: center
}

input.min-wid {
    max-width: 50px;
    text-align: center
}

.dropzone {
    margin-bottom: 20px;
    border-radius: 6px;
    text-align: center
}

.signature-pad--body {
    border-radius: 6px;
    border: 1px solid #ddd;
    min-height: 200px;
    overflow: hidden;
}

.inset-shadow-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    z-index: -1;
}

.fixed-container {
    width: 1140px;
    margin: 0 auto
}

/*# sourceMappingURL=style.css.map */
