:root {
    --color-blue: #0762bb;
    --primary-color: #6E7E1B;
    --primary-hover-color: #939F54;
    --secondary-color: #426DA9;
    --secondary-hover-color: #7191BE;
    --success-color: #939F54;
    --success-hover-color: #B0B882;
    --danger-color: #C91A13;
    --danger-hover-color: #C67D30;
    --warning-color: #FFD100;
    --warning-hover-color: #FFE8A6;
    --info-color: #00857D;
    --info-hover-color: #00857D;
    --light-color: #B0B882;
    --light-hover-color: #FFD100;
    --dark-color: #939F54;
    --dark-hover-color: #939F54;
    --emphasis-color: #00857D;
    --emphasis-hover-color: #00857D;
    /*more*/
    --bs-body-color: #fff;
    --bs-body-bg: #fff !important;
    --bs-secondary-color: #555555;
    --bs-secondary-bg: #f6f6f5;
    --bs-tertiary-color: #00857d;
    --bs-tertiary-bg: #fff;
    --bs-emphasis-bg: #330000;
    --bs-border-bg: #5f5754;
    --bs-primary: #0762bb;
    --bs-primary-bg-subtle: #538cc4;
    --bs-success: #0762bb;
    --bs-success-bg-subtle: #538cc4;
    --bs-danger: #e5004d;
    --bs-danger-bg-subtle: #ec407a;
    --bs-warning: #ffdb73;
    --bs-warning-bg-subtle: #ffe8a6;
    --bs-info: #00857d;
    --bs-info-bg-subtle: #40a39d;
    --bs-light: #f2f2f2;
    --bs-light-bg-subtle: #f9f8f8;
    --bs-dark: #033000;
    --bs-dark-bg-subtle: #a35c2e;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #797979;
    --bs-accordion-btn-color: #330000 !important;
}

.btn > .badge {
    margin-left: 10px;
    font-size: 1rem;
}



.bs-body-color {
    background-color: var(--bs-body-color);
}

.bs-body-bg {
    background-color: var(--bs-body-bg);
}

.bs-secondary-color {
    background-color: var(--bs-secondary-color);
}

.bs-secondary-bg {
    background-color: var(--bs-secondary-bg);
}

.bs-tertiary-color {
    background-color: var(--bs-tertiary-color);
}

.bs-tertiary-bg {
    background-color: var(--bs-tertiary-bg);
    border: 2px solid var(--bs-tertiary-color) !important;
}

.bs-emphasis-bg {
    background-color: var(--bs-emphasis-bg);
}

.bs-border-color {
    background-color: var(--bs-border-bg);
}

.bs-primary {
    background-color: var(--bs-primary);
}

.bs-primary-bg-subtle {
    background-color: var(--bs-primary-bg-subtle);
}

.bs-primary-border-subtle {
    border: 2px solid var(--bs-primary) !important;
}

.bs-primary-text {
    color: var(--bs-primary) !important;
}

.bs-success {
    background-color: var(--bs-success);
}

.bs-success-bg-subtle {
    background-color: var(--bs-success-bg-subtle);
}

.bs-success-border-subtle {
    border: 2px solid var(--bs-success) !important;
}

.bs-danger {
    background-color: var(--bs-danger);
}

.bs-danger-bg-subtle {
    background-color: var(--bs-danger-bg-subtle);
}

.bs-danger-border-subtle {
    border: 2px solid var(--bs-danger) !important;
}

.bs-danger-text {
    color: var(--bs-danger) !important;
}

.bs-warning {
    background-color: var(--bs-warning);
}

.bs-warning-bg-subtle {
    background-color: var(--bs-warning-bg-subtle);
}

.bs-warning-border-subtle {
    border: 2px solid var(--bs-warning) !important;
}

.bs-warning-text {
    color: var(--bs-warning) !important;
}

.bs-info {
    background-color: var(--bs-info) !important;
}

.bs-info-bg-subtle {
    background-color: var(--bs-info-bg-subtle);
}

.bs-info-border-subtle {
    border: 2px solid var(--bs-info) !important;
}

.bs-info-text {
    color: var(--bs-info) !important;
}

.bs-light {
    background-color: var(--bs-light) !important;
}

.bs-light-bg-subtle {
    background-color: var(--bs-light-bg-subtle);
}

.bs-light-border-subtle {
    border: 2px solid var(--bs-light) !important;
}

.bs-light-text {
    color: var(--bs-light) !important;
}

.bs-dark {
    background-color: var(--bs-dark) !important;
}

.bs-dark-bg-subtle {
    background-color: var(--bs-dark-bg-subtle);
}

.bs-dark-border-subtle {
    border: 2px solid var(--bs-dark) !important;
}

.bs-dark-text {
    color: var(--bs-dark) !important;
}

.bg-primary {
    background-color: #ffffff !important;
    color: #330000;
}

.bg-primary-subtle {
    background-color: #f2f2f2 !important;
    color: #330000;
}

.bg-secondary {
    background-color: #e4e7e1 !important;
    color: #330000;
}

.bg-secondary-subtle {
    background-color: #f2f1e1 !important;
    color: #330000;
}

.bg-success {
    background-color: #ffc303 !important;
    color: #330000;
}

.bg-success-subtle {
    background-color: #ffdf70 !important;
    color: #330000;
}

.bg-danger {
    background-color: #ca1a13 !important;
    color: #ffffff;
}

.bg-danger-subtle {
    background-color: #ec6961 !important;
    color: #ffffff;
}

.bg-warning {
    background-color: #ffc303 !important;
    color: #330000;
}

.bg-warning-subtle {
    background-color: #ffdf70 !important;
    color: #330000;
}

.bg-info {
    background-color: #0762bb !important;
    color: #ffffff;
}

.bg-info-subtle {
    background-color: #02c90e !important;
    color: #ffffff;
}

.bg-light {
    background-color: #e4e7e1 !important;
    color: #330000;
}

.bg-light-subtle {
    background-color: #f2f1e1 !important;
    color: #330000;
}

.bg-dark {
    background-color: #69422d !important;
    color: #ffffff !important;
}

.bg-dark-subtle {
    background-color: #7e5844 !important;
    color: #ffffff;
}

.bg-body-secondary {
    background-color: #f2f2f2 !important;
    color: #330000;
}

.bg-body-tertiary {
    background-color: #f2f1e1 !important;
    color: #330000;
}

.bg-body {
    background-color: #ffffff !important;
    color: #330000;
}

.bg-black {
    background-color: #69422d !important;
    color: #ffffff;
}

.bg-white {
    background-color: #ffffff !important;
    color: #330000;
}

.bg-transparent {
    background-color: transparent !important;
    color: #330000;
}

.underline {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 5px;
}

.left {
    display: flex;
    text-align: left !important;
    align-self: flex-start;
}

.right {
    display: flex;
    text-align: right !important;
    align-self: flex-end;
    margin-right: 50px;
}

@media (max-width: 767px) {
    .left {
        text-align: center !important;
        align-self: center;
    }

    .right {
        text-align: center !important;
        align-self: center;
        margin-right: 0;
    }
}

/* Left aligned underline */
.left.underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 75px;
    height: 6px;
    background-color: #ffc303;
}

/* Left aligned underline */
.right.underline::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 75px;
    height: 6px;
    background-color: #ffc303;
}

/* Center aligned underline */
.center.underline::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 75px;
    height: 6px;
    background-color: #ffc303;
    transform: translateX(-50%);
}

.icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-img {
    width: 75px;
    height: 75px;
    cursor: pointer;
    display: inline-block;
    background-repeat: no-repeat;
}

.card {
    min-width: 200px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.card-img-top {
    height: 50%;
    object-fit: cover;
}

.card-title {
    margin-bottom: 0.4rem;
    line-height: 2;
    display: flex;
    font-weight: bold;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.card .card-body {
    padding: 20px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

    .card .card-body .btn {
        margin: 1rem;
    }

    .card .card-body p {
        line-height: 1.2;
        color: #330000;
        font-size: 1rem;
        margin: 5px 0;
    }

h3.card-title {
    font-weight: 500;
}

.card .card-body h3.card-title {
    font-size: 1.25rem;
}

.card-body img:not(.icon):not(.icon-img) {
    width: 100%;
    max-height: 200px;
}

.card-hover:hover {
    cursor: pointer;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-weight: 300;
}

p {
    margin-top: 1.5rem;
    font-size: 1.25rem;
}

ol.disc-list {
    list-style-type: disc;
}

    ol.disc-list li {
        margin-bottom: 0.5rem;
    }

.lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: #330000;
}


.app-body a:not(.breadcrumb-item a):not(.pagination .page-link):not(.btn):not(.menu-item a) {
    color: #0762bb;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.25;
    margin-top: 1.25rem;
    font-size: 1.2rem;
    font-weight: normal;
}

.app-body a:hover {
    text-decoration: underline;
}

.app-body a:not(.pagination .page-link):not(.btn, .btn-primary):not(.breadcrumb-item a):not(.menu-item a):after {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('../images/chevron-down-link.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transform: rotate(-90deg);
    transition: margin-left 0.3s ease-in-out;
    line-height: inherit;
    margin-top: -4px;
}

.app-body > a:hover:after {
    margin-left: 5px;
}


.vertical-scrollable {
    margin-top: 35px;
    overflow-y: auto;
    position: relative;
    height: 150px;
    margin-bottom: 20px;
    min-width: 250px;
}

pre {
    text-align: left;
    white-space: pre-line;
}

    pre code {
        font-size: 14px;
        color: #d63384;
        word-wrap: break-word;
    }


img {
    border: none;
    display: block;
    max-width: 100%;
    height: auto;
}

.banner-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-top: 204px;
    border-top: 3px solid #fff;
}

.ups-banner {
    background: linear-gradient(to left, #DFDBD7 -11.42%, #F2F1EF 58.01%);
    width: 100%;
    z-index: 499;
    overflow: hidden;
    padding: 0;
    height: auto;
    padding-bottom: 0px;
    
}

    .ups-banner.swoop::after {
        content: '';
        display: block;
        width: 100%;
        height: 100px;
        background: url('../newimages/cropped-swoop.svg') no-repeat center;
        background-size: cover;
        z-index: 1;
        margin-top: -100px;
        padding-top: 60px;
    }

    .ups-banner .underline {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 98%;
        font-size: clamp(1.4rem, 4vw, 2.5rem);
    }

    .ups-banner .container {
        position: relative;
    }

.swoop-spacer {
    padding: 60px;
}

img.med {
    width: 185px;
    height: auto;
}

img.float-img-right {
    position: absolute;
    top: 20px;
    right: 10px;
    height: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .ups-banner .banner-right {
        display: flex;
        justify-content: center;
        text-align: center;
    }
}


.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: 0 0 0 0 !important;
}

.btn.btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffc400;
    border-color: transparent;
    border-radius: 22px;
    padding: 8px 10px 8px 25px;
    width: auto;
    color: #121212;
    text-decoration: none;
    transition: all .35s ease-in-out;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin-right: 10px;
    position: relative;
    padding-right: 40px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

    .btn.btn-primary:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        width: 30px;
        height: 30px;
        background-image: url('../images/chevron-down.svg');
        background-size: cover;
        background-repeat: no-repeat;
        vertical-align: middle;
        transition: margin-left 0.3s ease-in-out;
        line-height: 1.25;
    }

    .btn.btn-primary:disabled {
        background-color: #e4e7e1;
    }

    .btn.btn-primary:hover, .btn.btn-primary.btn-hovered {
        background-color: #ffd64c;
        box-shadow: 0 4px 10px rgba(128, 128, 128, 0.5);
    }

    .btn.btn-primary:focus, .btn.btn-primary.btn-focused {
        outline: 1px auto #121212 !important;
        box-shadow: 0 4px 10px rgba(128, 128, 128, 0.5);
        outline-offset: 6px;
    }

/*secondary*/
.btn.btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 3px solid #ffc400;
    border-radius: 22px;
    padding: 8px 10px 8px 25px;
    width: auto;
    color: #121212;
    text-decoration: none;
    transition: all .35s ease-in-out;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin-right: 10px;
    position: relative;
    padding-right: 40px;
    text-align: center;
    text-transform: uppercase;
}

    .btn.btn-secondary:hover, .btn.btn-secondary.btn-hovered {
        background-color: #fff9e2;
        box-shadow: 0 4px 10px rgba(128, 128, 128, 0.5);
    }

    .btn.btn-secondary:focus, .btn.btn-secondary.btn-focused {
        background-color: #fff9e2;
        outline: 1px auto #121212 !important;
        box-shadow: 0 4px 10px rgba(128, 128, 128, 0.5);
        outline-offset: 6px;
    }

/*tertiary*/
.btn.btn-tertiary {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 3px solid #0762bb;
    border-radius: 22px;
    padding: 8px 10px 8px 25px;
    width: auto;
    color: #0762bb;
    text-decoration: none;
    transition: all .35s ease-in-out;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin-right: 10px;
    position: relative;
    padding-right: 40px;
    text-align: center;
    text-transform: uppercase;
}

    .btn.btn-tertiary:hover, .btn.btn-tertiary.btn-hovered {
        background-color: #e4eef9;
        box-shadow: 0 4px 10px rgba(128, 128, 128, 0.5);
    }

    .btn.btn-tertiary:focus, .btn.btn-tertiary.btn-focused {
        background-color: #e4eef9;
        outline: 1px auto #121212 !important;
        box-shadow: 0 4px 10px rgba(128, 128, 128, 0.5);
        outline-offset: 6px;
    }

.btn-outline-primary {
    color: var(--color-blue) !important;
    border-color: var(--color-blue) !important;
}

    .btn-outline-primary:hover, .btn-outline-primary.show:focus, .btn-outline-primary.show:active {
        color: #fff !important;
        background-color: var(--color-blue) !important;
        border-color: var(--color-blue) !important;
    }

.search-button:hover {
    text-decoration: underline;
    background-color: #ffd64c;
}

.search-button:focus {
    outline: 1px auto #121212 !important;
    box-shadow: 0 0 6px #c67d30;
    outline-offset: 6px;
}

.btn-with-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    padding-left: 8px;
}

.btn-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.btn-wide {
    width: 250px;
}

.row .btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto
}

    .row .btn-group > .btn {
        position: relative;
        flex: 1 1 auto;
    }

    .row .btn-group .btn, .btn-wide {
        padding: .5rem 1rem;
        font-size: 1.25rem;
        border-radius: .3rem;
    }

        .btn-wide > .ddcarrot.primary, .lg > .ddcarrot.primary {
            background-image: url('../images/chevron-down-primary.svg');
            background-size: contain;
            background-repeat: no-repeat;
            display: inline-block;
            width: 30px;
            height: 30px;
            vertical-align: middle;
            transition: transform 0.3s ease;
        }

.blu-banner {
    background-image: linear-gradient(90deg, #397ab7 1.8992568125516105%, #326a9f 98.51362510322046%);
    color: white;
}

.accordion {
    --bs-accordion-border-color: none;
}

.accordion-collapse {
    transition: height 0.4s ease;
}

.accordion-item {
    margin-bottom: 10px;
    box-shadow: 0px 4px 12px -3px rgba(0, 0, 0, .051), 0px 2px 5px 0px rgba(0, 0, 0, .141);
    border-radius: 4px;
    color: #330000 !important;
}

button.accordion-button {
    color: #330000 !important;
}


.accordion-button:not(.collapsed) {
    background-color: white;
    color: #333 !important;
    font-weight: bold;
}

.accordion-collapse.show {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: -1px;
    z-index: 0;
}

.accordion-button:not(.collapsed):hover,
.accordion-button:not(.collapsed):focus {
    background-color: white;
    color: #333;
}

.accordion-button.collapsed {
    color: #333 !important;
}

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

.accordion-button::after {
    transition: transform 0.4s ease;
}

.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='%23212529'%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");
}


.form-control:focus, .form-control:focus-visible {
    border-color: #939F54;
    box-shadow: none;
    outline: none;
}

.form-control:disabled, .form-control[readonly] {
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: not-allowed !important;
    color: #AAAAAA;
    background-color: #D6D6D6;
}

.form-control.is-invalid, .form-control.is-invalid:focus, .form-control.is-invalid:focus-visible {
    border: 2px solid #991c00;
    box-shadow: none;
    outline: none;
}

.form-control {
    height: auto !important;
}

input[type="file"]:not(:disabled):hover::file-selector-button {
    background-color: #3a85c7 !important;
}

/* WebKit-based browsers (Chrome, Safari, Edge Chromium) */
input[type="file"]:not(:disabled):hover::-webkit-file-upload-button {
    background-color: #3a85c7 !important;
}

input[type="file"]::file-selector-button {
    background-color: #0762bb;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    text-transform: uppercase
}

.input-group > input[type="file"]::file-selector-button {
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto !important;
}

.invalid-feedback {
    color: #991c00 !important;
    display: none;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    padding: 11px 14px;
    width: 100%;
}

    .invalid-feedback::before {
        content: "\26A0";
        font-size: 1.5rem;
        font-style: normal;
        margin-right: 8px;
    }

/* Dropdown container */
.dropdown {
    position: relative;
}

/* Caret positioning and styling */
input.form-control.dropdown-toggle {
    cursor: pointer;
}

.form-control {
    margin-bottom: 20px;
}

.form-floating input.form-control.dropdown-toggle {
    height: calc(3.5rem + 2px);
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}

.form-floating .dropdown label {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    padding: 1rem .75rem;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    opacity: .65;
}
/* Ensure caret is properly aligned to the input */
input.form-control.dropdown-toggle + .caret {
    display: block;
    position: absolute;
    right: -10px;
    top: 55%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url('../images/chevron-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    transition: transform 0.3s ease, background-image 0.3s ease;
}

.form-floating input.form-control.dropdown-toggle + .caret {
    top: 50%;
    margin-right: 20px;
}

input.form-control.dropdown-toggle[aria-expanded="true"] + .caret {
    transform: translateY(-50%) rotate(180deg);
}

/* Dropdown menu */
.form-floating .dropdown .dropdown-menu {
    width: 100%;
    max-width: inherit;
    cursor: pointer;
}

/* Hide the default caret */
.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle > .ddcarrot {
    transition: transform 0.3s;
    transition-delay: 0.2s;
}

.ddcarrot.primary {
    background-image: url('../images/chevron-down-primary.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

button.dropdown-toggle.show {
    color: #fff !important;
    background-color: var(--color-blue) !important;
}

.dropdown-toggle.show > .ddcarrot.primary {
    background-image: url('../images/chevron-down-white.svg');
    transform: rotate(180deg);
}

.dropdown-toggle:hover > .ddcarrot.primary {
    background-image: url('../images/chevron-down-white.svg');
}

.dropdown .dropdown-menu {
    max-width: inherit;
    cursor: pointer;
    padding: 0;
}

.dropdown-menu {
    width: fit-content;
    border: 1px solid var(--color-blue);
}

.dropdown-item {
    padding: 8px 8px;
    color: #333 !important;
    border-radius: 8px;
}

a.dropdown-item {
    font-weight: normal;
    font-size: inherit;
}

.dropdown-item:hover {
    font-weight: normal;
    text-decoration: none;
    background-color: #f2f1ef !important;
}

.dropdown-menu.lg a.dropdown-item {
    font-size: 1.25rem;
}



/* Dropdown item with selected state */
.dropdown .dropdown-menu .dropdown-item[selected]:after {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    background-image: url('../images/check-mark-icon.svg') !important;
    background-size: contain;
    background-position: center center;
    right: .75rem;
    background-color: #c2e3e2;
    border-radius: 50%;
    transform: scale(.8);
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #f2f1ef;
    font-weight: bold;
    border: 2px solid #330000;
}

.dropdown-menu li .dropdown-item {
    margin-top: 0;
}

.form-label {
    text-transform: uppercase;
}


.form-check {
    display: block;
    padding-left: 1.5em;
}

.form-check-label {
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 8px;
}

.form-check-input {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    line-height: 1;
    padding: 0;
    box-sizing: border-box;
}

    .form-check-input[type="checkbox"] {
        border: 1px solid #5f5753;
        background-color: inherit;
    }

    .form-check-input:checked[type="checkbox"] {
        background-color: rgb(10, 128, 128);
        border-color: rgb(10, 128, 128);
        color: rgb(255, 255, 255);
        font-family: upsicons;
        line-height: 24px;
    }

    .form-check-input:checked[type="radio"] {
        background-color: rgb(10, 128, 128);
        background-size: 24px 24px;
        border-color: transparent;
        outline: none;
    }

.form-switch {
    margin-left: 15px;
}

    .form-switch .form-check-input[type=checkbox] {
        background-position: right center;
        background-color: transparent;
        background-image: var(--bs-form-switch-bg);
        --bs-form-switch-bg: url(../images/icon-switch-off.svg) !important;
        border-color: transparent;
    }

    .form-switch .form-check-input:checked {
        background-position: right center;
        background-color: transparent;
        background-image: var(--bs-form-switch-bg);
        --bs-form-switch-bg: url(../images/icon-switch-on.svg) !important;
        border-color: transparent;
    }

.form-check-input[type="checkbox"]:focus,
.form-check-input[type="checkbox"]:active,
.form-check-input[type="radio"]:focus,
.form-check-input[type="radio"]:active {
    outline: none;
    box-shadow: none;
}

/* Range Slider*/

input[type="range"] {
    --c: #0762bb; /* active color */
    --g: 0px; /* the gap */
    --l: 10px; /* line thickness*/
    --s: 25px; /* thumb size*/
    border-radius: 10px;
    width: 100%;
    height: var(--s); /* needed for Firefox*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    cursor: pointer;
    overflow: hidden;
}

input:focus-visible,
input:hover {
    --p: 99%;
}

input:active,
input:focus-visible {
    --_b: var(--s);
    outline: none;
}
/* chromium */
input[type="range" i]::-webkit-slider-thumb {
    height: 20px;
    aspect-ratio: 1;
    border-radius: 30%;
    box-shadow: 0 0 0 var(--_b,var(--l)) inset var(--_c);
    border-image: linear-gradient(90deg,var(--_c) 50%,#D7D7D7 0) 0 1/calc(50% - var(--l)/2) 100vw/0 calc(100vw + var(--g));
    -webkit-appearance: none;
    appearance: none;
}
/* Firefox */
input[type="range"]::-moz-range-thumb {
    height: var(--s);
    width: var(--s);
    background: none;
    border-radius: 30%;
    box-shadow: 0 0 0 var(--_b,var(--l)) inset var(--_c);
    border-image: linear-gradient(90deg,var(--_c) 50%,#D7D7D7 0) 0 1/calc(50% - var(--l)/2) 100vw/0 calc(100vw + var(--g));
    -moz-appearance: none;
    appearance: none;
    transition: .3s;
}

input[type="range"]:not(:disabled)::-webkit-slider-thumb:hover {
    background: #0762bb;
    box-shadow: none;
}

input[type="range"]:active:not(:disabled)::-webkit-slider-thumb, input[type="range"]:focus:not(:disabled)::-webkit-slider-thumb {
    background: #0762bb;
    box-shadow: none;
}

input[type="range"]::-moz-range-thumb:hover {
    background: #0762bb;
    box-shadow: none;
}

input[type="range"]::-ms-thumb:hover {
    background: #0762bb;
    box-shadow: none;
}

@supports not (color: color-mix(in rgb,#0762bb,#0762bb)) {
    input {
        --_c: var(--c);
    }
}

input[type="range" i]:disabled {
    --c: #D7D7D7;
}

/* End Range Slider*/

.input-group span, .input-group .input-group-text, .input-group button {
    height: fit-content;
    align-items: center;
}


.input-group > span,
.input-group > label {
    text-transform: uppercase;
}

.input-group-text {
    color: #FFFFFF;
    background-color: #5E554B;
}

.input-group .form-check-input[type="checkbox"] {
    border: 1px solid #fff;
}


.card-bg-grey {
    background-color: rgba(242, 242, 242, 0.9921568627450981);
}

.is-invalid {
    border-color: #198754;
}

    .is-invalid ~ .invalid-feedback {
        display: block;
    }

.tab-content {
    padding: 15px;
}

.tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

    .tab-pane.fade.show {
        display: block;
        opacity: 1;
    }

.nav-link {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: normal;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    position: relative;
    text-transform: uppercase;
    min-width: 160px;
}

/* Active state for the link */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: transparent;
    padding: 4px;   
    border-bottom: 1px solid;
    color:#5f5753;
    font-size: 1rem !important;
    font-weight: 200 !important;
    position: relative;
    transition: width 0.3s ease-in-out;
    font-weight: 400;
     position: relative;
}

.nav-tabs .nav-link.active {   
    border-bottom: 4px solid #0a8080;   
}

.nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;               
  width: 0;
  border-bottom: 4px solid #0a8080;
  transition: width 0.3s ease, left 0.3s ease;
  transform: translateX(-50%);
}

.nav-tabs .nav-link:not(.active):hover::after {
  width: 40%;              
  left: 50%;               
  transform: translateX(-50%);
}

.nav-tabs .nav-link:hover {
    color: #000;
}

a.link-primary {
    color: var(--primary-color) !important;
    text-decoration-color: var(--primary-color) !important;
    font-weight: normal;
}

.link-primary:focus, .link-primary:hover {
    color: var(--primary-hover-color) !important;
    text-decoration-color: var(--primary-hover-color) !important;
}

.link-secondary {
    color: var(--secondary-color) !important;
    text-decoration-color: var(--secondary-color) !important;
}

    .link-secondary:focus, .link-secondary:hover {
        color: var(--secondary-hover-color) !important;
        text-decoration-color: var(--secondary-hover-color) !important;
    }

.link-success {
    color: var(--success-color) !important;
    text-decoration-color: var(--success-color) !important;
}

    .link-success:focus, .link-success:hover {
        color: var(--success-hover-color) !important;
        text-decoration-color: var(--success-hover-color) !important;
    }

.link-danger {
    color: var(--danger-color) !important;
    text-decoration-color: var(--danger-color) !important;
}

    .link-danger:focus, .link-danger:hover {
        color: var(--danger-hover-color) !important;
        text-decoration-color: var(--danger-hover-color) !important;
    }

.link-warning {
    color: var(--warning-color) !important;
    text-decoration-color: var(--warning-color) !important;
}

    .link-warning:focus, .link-warning:hover {
        color: var(--warning-hover-color) !important;
        text-decoration-color: var(--warning-hover-color) !important;
    }

.link-info {
    color: var(--info-color) !important;
    text-decoration-color: var(--info-color) !important;
}

    .link-info:focus, .link-info:hover {
        color: var(-info-hover-color) !important;
        text-decoration-color: var(-info-hover-color) !important;
    }

.link-light {
    color: var(--light-color) !important;
    text-decoration-color: var(--light-color) !important;
}

    .link-light:focus, .link-light:hover {
        color: var(--light-hover-color) !important;
        text-decoration-color: var(--light-hover-color) !important;
    }

.link-dark {
    color: var(--dark-color) !important;
    text-decoration-color: var(--dark-color) !important;
}

    .link-dark:focus, .link-dark:hover {
        color: var(--dark-hover-color) !important;
        text-decoration-color: var(--dark-hover-color) !important;
    }

.link-body-emphasis {
    color: var(--emphasis-color) !important;
    text-decoration-color: var(--emphasis-color) !important;
}

    .link-body-emphasis:focus, .link-body-emphasis:hover {
        color: var(--emphasis-hover-color) !important;
        text-decoration-color: var(--emphasis-hover-color) !important;
    }

.table td {
    font-size: 0.875rem;
}

.custom-list-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0;
    border-color: #000 !important;
}

    .custom-list-group .list-group-item {
        width: 80%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        transition: transform 0.2s;
        padding: 20px 27px;
        font-size: 18px;
        font-weight: 500;
        color: #330000 !important;
        border-top-width: 1px !important;
    }

.pagination .page-link {
    background-color: #ffc400;
    border-color: transparent;
    border-radius: 22px;
    padding: 10px 18px;
    color: #121212;
    margin-right: 18px;
    transition: all .10s ease-in-out;
}

    .pagination .page-link.disabled,
    .pagination .page-link[disabled],
    .pagination.sm .page-link.disabled,
    .pagination.sm .page-link[disabled] {
        background-color: #AAAAAA;
        cursor: not-allowed;
        opacity: 0.6;
    }

    .pagination .page-link:not([disabled]):not(.disabled):hover {
        text-decoration: none;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    }

    .pagination .page-link:not([disabled]):not(.disabled):focus,
    .pagination .page-link:not([disabled]):not(.disabled):active,
    .pagination .page-link.active,
    .pagination.sm .page-link:not([disabled]):not(.disabled):focus,
    .pagination.sm .page-link:not([disabled]):not(.disabled):active,
    .pagination.sm .page-link.active {
        outline: 2px solid #121212 !important;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
        outline-offset: 5px;
    }

.pagination.sm .page-item:first-child .page-link, .pagination.sm .page-item:last-child .page-link,
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    border-radius: 22px !important;
}

.pagination.sm .page-link {
    background-color: #ffc400;
    border-color: transparent;
    border-radius: 22px;
    padding: 4px 8px;
    color: #121212;
    margin-right: 12px;
    transition: all .10s ease-in-out;
}

    .pagination.sm .page-link:not([disabled]):not(.disabled):hover {
        text-decoration: none;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

.tooltip {
    opacity: 1 !important;
}

.tooltip-inner {
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    border: 1px solid #797979;
    box-shadow: 0px 0px 4px white;
}

.progress {
    max-width: 480px;
    margin: 8px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #D1CAC2;
    background-color: #fff;
    font-family: inherit;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
}

.progress-bar {
    background-image: linear-gradient(304.78deg, #326a9f 0%, #397ab7 61%);
    position: relative;
}

.striped-progress {
    background-color: #397ab7;
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent );
    background-size: 1rem 1rem;
}

.progress-bar-striped {
    background-size: 1rem 1rem;
}

.progress-bar-percent {
    position: absolute;
    right: 10px; /* Adjust the right offset as needed */
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    font-style: italic;
}

@keyframes progress {
    from {
        background-position: 0px;
    }

    to {
        background-position: 40px;
    }
}

.progress-bar-animated {
    animation: progress 1s linear infinite;
}

@-webkit-keyframes progress {
    from {
        background-position: 0px;
    }

    to {
        background-position: 40px;
    }
}


.modal-footer {
    border-top: 0 !important;
}

.modal-header {
    border-bottom: 0 !important;
}

h2.modal-title {
    font-size: 40px;
    font-weight: 300;
}

.modal-dialog .btn-close {
    position: absolute;
    right: 14px;
    width: 1.8rem;
    height: 1.8rem;
    background-image: url('../images/close-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

.modal-dialog .btn-close-white {
    position: absolute;
    right: 14px;
    width: 1.8rem;
    height: 1.8rem;
    background-image: url('../images/close-icon.svg');
    filter: invert(100%) sepia(0%) saturate(617%) hue-rotate(135deg) brightness(105%) contrast(101%) !important;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
    border: none;
}

.modal-dialog .modal-footer button[data-bs-dismiss="modal"] {
    margin-right: auto;
}

.modal-dialog {
    max-width: 700px !important;
}

.modal {
    z-index: 9991 !important;
}

.modal-xl {
    max-width: 1140px !important;
}

.modal-lg {
    max-width: 800px !important;
}

.modal-sm {
    max-width: 500px !important;
}

.alert-update {
    height: 40px;
    width: 100%;
    overflow: hidden;
    background-color: #FFE8A6;
    color: var(--bs-emphasis-bg);
    padding: 4px 0;
    display: flex;
    align-items: center;
    position: relative;
    border: none;
    border-radius: 0rem;
}

/* Adjust the container to leave space for the close button */
.alert-container {
    width: calc(100% - 45px);
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

/* Marquee text */
.marquee {
    animation: moveSlideshow 50s linear infinite;
    white-space: nowrap;
    height: inherit;
    line-height: inherit;
    display: flex;
    justify-content: space-around;
}

/* Marquee heading and paragraph */
.alert-container h3, .alert-container p {
    display: inline;
    align-items: center;
    margin: 0;
    vertical-align: middle;
    line-height: 40px;
}

.alert-container p {
    font-size: 1rem;
    padding-left: 10px;
}

/* Close button styles */
.alert-update .btn-close {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.alert-icon {
    width: 1em;
    height: 1em;
    vertical-align: -.125em;
    fill: currentcolor;
}

/* Animation for the marquee */
@keyframes moveSlideshow {
    0% {
        transform: translateX(100%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.indent-stack div {
    display: grid;
    grid-template-columns: 200px auto;
    align-items: center;
}

.indent-span {
    text-align: left;
}

.border-dotted {
    border: 2px dashed #aaaaaa !important;
}

.border {
    border: 1px solid #aaaaaa;
}

.bd-example-border-utils [class^="border"] {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: 0.25rem;
    background-color: var(--bs-light);
}

.bd-example-rounded-utils > svg {
    display: inline-block;
    margin: 0.25rem;
}

.bd-example-overflow > div {
    max-width: 270px;
    max-height: 100px;
}

.bd-example-overflow-x > div {
    max-width: 270px;
    max-height: 100px;
    white-space: nowrap;
}

.bd-example > .form-control + .form-control {
    margin-top: 0.5rem;
}

.bd-example-ratios .ratio {
    display: inline-block;
    width: 10rem;
    color: var(--bs-secondary-color);
    background-color: #F2F2F2;
    border: var(--bs-border-width) solid var(--bs-border-color);
    margin-right: 20px;
}

    .bd-example-ratios .ratio > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.bd-example-row-flex-cols .row {
    min-height: 10rem;
}

.bd-example-row [class^="col"], .bd-example-cols [class^="col"] > *, .bd-example-cssgrid [class*="grid"] > * {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border: 1px solid #797979;
}

.bd-example-row .row + .row, .bd-example-cssgrid .grid + .grid {
    margin-top: 1rem;
}

.bd-example-breadcrumb > nav,
.bd-example-videos > div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    flex-direction: column;
}

.ico-ti {
    width: 60px !important;
    height: 60px !important;
}

.videomodal {
    background-color: var(--bs-emphasis-bg) !important;
    border: 0px solid var(--bs-emphasis-bg) !important;
}

.tagline {
    font-size: .90rem;
    margin-top: -7px;
}

.videoboxContainer {
    position: relative;
    display: inline-block;
}

.videobox, video {
    width: 200px;
    transition: all .3s ease-in-out;
}

.videoboxContainer:after {
    content: url(../images/icon-arrow-triangle-right-white_64x64.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    opacity: 0.8;
}

.form-select, .form-control {
    color: #000 !important;
}

em.disclosure {
    font-size: 10px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.breadcrumb {
    --bs-breadcrumb-item-padding-x: 4px !important;
    margin-top: 20px;
}

.breadcrumb-item {
    font-size: 14px;
}

    .breadcrumb-item a {
        color: #0762bb;
        font-size: 14px;
    }

