html {
    font-size: 14px;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}




a {
    color: #0172AF;
}

    a:hover {
        color: #01517c;
    }

header {
    font-family: "Aptos,Arial", Helvetica Neue, Helvetica, sans-serif;
    background: #c0def8;
    font-size: 0.85rem;
}

body {
    font-family: "Aptos,Arial", Helvetica Neue, Helvetica, sans-serif;
    background: #c0def8;
    font-size: 0.85rem;
}

    body p {
        font-size: 0.85rem;
        margin-bottom: 0.8em;
    }

@media only screen and (max-width: 40em) {
    body p {
        font-size: 0.85rem;
    }
}

body a:hover {
    color: #01517c;
}

body h1 {
    border-bottom: 1px solid #ddd;
    font-size: 1.5rem;
}

body h2 {
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 4px;
}

body h3 {
    font-size: 1.15rem;
}

body h4 {
    font-size: 1rem;
}

body table {
    width: 100%;
    border: none;
}

    body table tr.even, body table tr.alt, body table tr:nth-of-type(2n) {
        background: #fff;
    }

body td {
    border-bottom: 1px solid #ddd;
}

body th {
    border-bottom: 1px solid #E1E1E1;
}

.hidden {
    display: none;
}

.pdmmenu {
    background-color: #0070BE;
    color: white;
}

#head {
    height: auto;
    background-color: #09183c;
    background-repeat: repeat-y;
    background-position: left top;
}


header {
    padding: 0px;
    background-color: #08173F;
}

@media only screen and (max-width: 40em) {
    header {
        padding: 0px;
    }
}

header h1 {
    font-family: "Arial", Helvetica Neue, Helvetica, sans-serif !important;
    font-size: 1.5rem;
    border-bottom: none;
}

    header h1 a {
        color: #ffffff;
    }

        header h1 a:hover {
            color: #ddd;
        }

.bluenwhite {
    background-color: #0070BE;
    color: white;
}

.bluenwhitebtn {
    background-color: #0070BE;
    color: white;
}

    .bluenwhitebtn:hover {
        background-color: #09183c;
        color: white;
    }

.blueonwhite {
    color: #0070BE;
    background-color: white;
}

.footerlink {
    color: yellow;
    margin-inline-start: 5rem;
}

    .footerlink:hover {
        color: goldenrod;
        margin-inline-start: 5rem;
    }

.footer {
    color: whitesmoke;
}

#titlebanner {
    height: auto;
    color: white;
    background-color: #0070BE;
}

#titlebannerh3 {
    margin-left: 130px;
    height: auto;
    color: white;
    background-color: #0070BE;
}

#banner {
    height: auto;
    background-color: #FFFFFF;
    border-bottom: 3px solid #56BDFF;
    background-repeat: repeat-y;
    background-position: left top;
}

    #banner .adhBkgr {
        background: #09183c;
        color: white;
        padding: 10px;
    }

@media only screen and (max-width: 40em) {
    #banner .adhBkgr {
        padding: 0px;
    }
}

#banner h1 {
    font-family: Arial Black, Arial Bold, sans-serif;
    font-size: 2.6rem;
    text-transform: uppercase;
    border-bottom: none;
    color: white;
    margin-left: 130px;
    line-height: 2.25rem;
}

    #banner h1 a {
        color: white;
    }

@media only screen and (max-width: 40em) {
    #banner h1 a {
        color: white;
    }
}

@media only screen and (max-width: 64.0625em) {
    #banner h1 {
        color: white;
        font-size: 2rem;
        margin-left: 130px;
        line-height: 2rem;
    }
}

@media only screen and (max-width: 40em) {
    #banner h1 {
        color: white;
        font-size: 1.3rem;
        line-height: 1.5rem;
        margin-left: 130px;
        text-shadow: none;
    }
}

.logo {
    z-index: 200;
    background-color: transparent;
    margin-left: 10px;
    margin-top: 8px;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width: 64.0625em) {
    .logo {
        margin-left: 3px;
        margin-top: 5px;
        z-index: 6000;
    }
}

footer {
    background: #09183c;
    margin: 10px 0 10px 0;
    color: #000000;
    font-size: 14px
}

.redplace::placeholder {
    color: red;
    opacity: 1; /* Firefox */
    font-size: large;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: whitesmoke !important;
    text-align: left;
    background-color: #091830 !important;
    border: 1px;
    border-color: black;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease !important;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: white !important;
    background-color: #091830 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

/*    .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='%230c63e4'%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");
        transform: rotate(-180deg);
    }*/

.accordion-button.collapsed::after {
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    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='M3.204 5h9.592L8 10.481zm-.753.659 4.796 5.48a1 1 0 0 0 1.506 0l4.796-5.48c.566-.647.106-1.659-.753-1.659H3.204a1 1 0 0 0-.753 1.659'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: green;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .accordion-item:first-of-type {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px);
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0;
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px);
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
        }

.accordion-body {
    padding: 1rem 1.25rem;
    background-color: whitesmoke;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0;
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0;
    }

    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0;
    }
select {
    color: black;
}

    select:has(option[value=""]:checked) {
        color: silver;
    }