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;
    }


body {
    font-family: "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;
}

.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;
    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: #FFFFFF;
        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: #000000;
    margin-left: 130px;
    line-height: 2.25rem;
}

    #banner h1 a {
        color: #000000;
    }

@media only screen and (max-width: 40em) {
    #banner h1 a {
        color: #385c91;
    }
}

@media only screen and (max-width: 64.0625em) {
    #banner h1 {
        font-size: 2rem;
        margin-left: 130px;
        line-height: 2rem;
    }
}

@media only screen and (max-width: 40em) {
    #banner h1 {
        color: #385c91;
        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: white !important;
    text-align: left;
    background-color: #09183c !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;
    background-repeat: no-repeat;
}

    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    }


    .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='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    }


.validation-summary-valid {
    display: none;
}