.f-8 {
    font-size: 8px;
    line-height: 12px;
}

.f-10 {
    font-size: 10px;
    line-height: 14px;
}

.f-12 {
    font-size: 12px;
    line-height: 16px;
}

.f-14 {
    font-size: 14px;
    line-height: 18px;
}

.f-16 {
    font-size: 16px;
    line-height: 20px;
}

.f-18 {
    font-size: 18px;
    line-height: 22px;
}

.f-20 {
    font-size: 20px;
    line-height: 24px;
}

.f-22 {
    font-size: 22px;
    line-height: 26px;
}

.f-24 {
    font-size: 24px;
    line-height: 28px;
}

.f-26 {
    font-size: 26px;
    line-height: 30px;
}

.f-28 {
    font-size: 28px;
    line-height: 32px;
}

.f-30 {
    font-size: 30px;
    line-height: 34px;
}

.f-32 {
    font-size: 32px;
    line-height: 36px;
}

.f-34 {
    font-size: 34px;
    line-height: 38px;
}

.f-36 {
    font-size: 36px;
    line-height: 40px;
}

.f-38 {
    font-size: 38px;
    line-height: 42px;
}

.f-40 {
    font-size: 40px;
    line-height: 44px;
}

.lh-8 {
    line-height: 8px;
}

.lh-10 {
    line-height: 10px;
}

.lh-12 {
    line-height: 12px;
}

.lh-14 {
    line-height: 14px;
}

.lh-16 {
    line-height: 16px;
}

.lh-18 {
    line-height: 18px;
}

.lh-20 {
    line-height: 20px;
}

.lh-22 {
    line-height: 22px;
}

.lh-24 {
    line-height: 24px;
}

.lh-26 {
    line-height: 26px;
}

.lh-28 {
    line-height: 28px;
}

.lh-30 {
    line-height: 30px;
}

.lh-32 {
    line-height: 32px;
}

.lh-34 {
    line-height: 34px;
}

.lh-36 {
    line-height: 36px;
}

.lh-38 {
    line-height: 38px;
}

.fw-600 {
    font-weight: 600 !important;
}

.bg-black {
    background-color: #082733;
}

.bg-gray {
    background-color: #575757;
}

.bg-light-gray {
    background-color: #e0e3e7;
}

.bg-orange {
    background-color: #0b3a4a !important;
}

.bg-orange th,
.bg-orange td {
    color: #f5f7fa !important;
}

.bg-secondary {
    background-color: #0d4c61 !important;
}

.bg-secondary th,
.bg-secondary td {
    color: #f5f7fa !important;
}

.box-dark {
    background-color: #e0e0e0;
}

.text-orange {
    color: #1a7fb3 !important;
}

.trace-orange {
    border-bottom: 2px solid #1a7fb3;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.text-gray {
    color: #7e7e7e !important;
}

.text-light-gray {
    color: #cdcdcd !important;
}

.text-bold {
    font-weight: 600 !important;
}

.border-light-gray {
    border: 1px solid #cdcdcd !important;
}


* {
    outline: none;
}

body {
    color: #383838;
    font-family: 'Fira Sans', sans-serif;
}

p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

body.no-scroll {
    overflow: hidden !important;
}

input,
select,
textarea,
p {
    font-family: 'Roboto', sans-serif;
    color: #383838;
}

strong {
    font-weight: 700;
}

#alertBanner h4 {
    font-weight: 600 !important;
    font-size: 20px !important;
    margin-bottom: 5px !important;
}

.my-loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999;
}

.my-loading>.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #0b3a4a;
    /* primary */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: Calc(50vw - 60px);
    top: Calc(50vh - 60px);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
    border-color: #002159 !important;
}

.table.v-middle td {
    vertical-align: middle;
}

.accordion-button {
    background-color: #082733;
    border-color: #16485b;
    color: #f5f7fa;
    padding: 0.75rem 1rem;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
    background-color: #0b3a4a;
    opacity: 1;
    color: #f5f7fa;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
    box-shadow: none;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    border-color: inherit;
    box-shadow: none;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus,
.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #1e2125;
    background-color: #e9ecef;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    text-align: left;
}

.input-group .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group .form-floating:is(:first-child) input,
.input-group .form-floating:is(:first-child) select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group .form-floating:is(:nth-child(2)) input,
.input-group .form-floating:is(:nth-child(2)) select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-text.is-invalid {
    border-color: #d64545;
}

.form-floating>label {
    color: #898989;
    opacity: 1 !important;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

body {
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 55px;
}

a,
.nav-link {
    color: #1a7fb3;
}

a:hover {
    color: #14648f;
}

.btn {
    border-radius: 0;
    font-style: italic;
    text-transform: uppercase;
}

.btn-lg {
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.btn-primary {
    background-color: #0b3a4a;
    border-color: #0d4c61;
}

.btn-primary:hover,
.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background-color: #0d4c61;
    border-color: #0d4c61;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #0d4c61;
    border-color: #0d4c61;
}


.btn-outline-primary {
    color: #1a7fb3;
    border-color: #1a7fb3;
}

.btn-outline-primary:hover,
.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #ffffff;
    background-color: #1a7fb3;
    border-color: #1a7fb3;
}

.form-check {
    display: block;
    min-height: 1.71rem;
    padding-left: 2em;
    margin-bottom: 0.3rem;
}

.form-check .form-check-input {
    width: 25px;
    height: 25px;
    margin-left: -2em;
    margin-top: 0px;
}

.form-check-input:checked {
    background-color: #0b3a4a;
    border-color: #0b3a4a;
}

.dropdown-toggle::after {
    color: #1a7fb3;
}

.navbar .dropdown img {
    border: 2px solid #0b3a4a;
    height: 45px;
    width: 45px;
}

.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
    color: #14648f !important;
}

header .nav-link {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.54px;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    font-style: italic;
    line-height: normal;
    text-transform: uppercase;
}

h2 {
    font-size: 54px;
    font-weight: 700;
    font-style: italic;
    line-height: normal;
    text-transform: uppercase;
}

h3 {
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    line-height: normal;
    text-transform: uppercase;
}

h4 {
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    line-height: normal;
    text-transform: uppercase;
}

h5 {
    font-size: 30px;
    font-weight: 400;
    font-style: italic;
    line-height: normal;
    text-transform: uppercase;
}

.banner {
    background-position: center;
    background-size: cover;
    background-color: #082733;
    position: relative;
    padding-top: 60px;
    padding-bottom: 75px;
    margin-bottom: 20px;
}

.banner::before {
    background-color: rgba(0, 0, 0, 1) !important;
    opacity: 0.5 !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    content: ' ' !important;
    border-radius: inherit;
}

.banner h1 {
    position: relative;
    font-family: 'nasalizationregular', 'Fira Sans', sans-serif;
    color: #f5f7fa;
    font-size: 72px;
    line-height: 72px;
    text-transform: uppercase;
    margin: 0;
}

footer .copyright {
    font-size: 12px;
    font-weight: 300;
}

form .info {
    font-size: 16px;
    line-height: 20px;
}

.table-naked tr,
.table-naked tr td {
    background-color: transparent !important;
    border: none !important;
}

@media (max-width: 767px) {
    .banner {
        padding-top: 40px;
        padding-bottom: 55px;
    }

    .banner h1 {
        font-size: 42px;
        line-height: 42px;
    }
}

@media (max-width: 1199px) {
    header .nav-link {
        font-size: 14px;
    }
}