html {
    font-size: 10px;
}


.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.75rem;
}

body {
    font-family: "Aptos,Arial", Helvetica Neue, Helvetica, sans-serif;
    background: #c0def8;
    font-size: 0.75rem;

}

    body p {
        font-size: 0.75rem;
        margin-bottom: 0.8em;
        text-align: center;
    }

body a:hover {
    color: #01517c;
}

    body h1 {
        border-bottom: 1px solid #ddd;
        font-size: 1.40rem;
        font-weight: bold;
        text-align: center;
    }

    body h2 {
        font-size: 1.2rem;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 4px;
        text-align: center;
    }

body h3 {
    font-size: .90rem;
}

body h4 {
    font-size: .85rem;
}

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;
    text-align:center;
}

#head {
    height: auto;
    background-color: #09183c;
    background-repeat: repeat-y;
    background-position: left top;
}


header {
    padding: 0px;
    background-color: #08173F;
}


header h1 {
    font-family: "Arial", Helvetica Neue, Helvetica, sans-serif !important;
    font-size: 1.6rem;
    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;
    font-family: "Aptos,Arial", Helvetica Neue, Helvetica, sans-serif;
    font-size: 0.90rem;
}

#titlebanner {
    align-items: center;
    text-align: center;
    height: auto;
}

    #titlebannerh3 {
        align-items: center;
        text-align: center;
        height: auto;
        color: white;
        background-color: #0070BE;
    }

#banner {
    height: auto;
    border-bottom: 3px solid #56BDFF;
    background-repeat: repeat-y;
    background-position: left top;

}

    #banner .adhBkgr {
        background: #09183c;
        padding: 5px;
        color: white;
        text-align: center;
    }


#banner h1 {
    font-family: Arial Black, Arial Bold, sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    border-bottom: none;
    color: white;
    line-height: 2.25rem;
}

#banner h1 a {
    color: #000000;
}





.logo {
    z-index: 200;
    background-color: transparent;
    margin-left: 5px;
    margin-top: 5px;
    position: absolute;
    max-width: 50px;
    max-height: 50px;
    
}

.navbar {
    text-align: start;
    display: flex;
    justify-content: center;
}


.navbar .container-fluid,
.navbar-expand-lg .navbar-collapse,
.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
}






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;
}

.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;
}

.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;
}