/* ****************************** */
/*              HTML              */
/* ****************************** */
body {
    margin: 0;
    /*background-color: #e8e3da;*/
    color: #122842;
}

header {
    /*margin-top:40px;*/
    text-align: center;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    transition: background-color 0.4s ease;
    width: 100%;
    z-index: 1;
}

header .navbar {
    display: flex;
    justify-content: center;
    float: none;
    width: auto;
    margin: 0 auto;
}

.nav-main {
    font-weight:bolder;
}

.mainmenu > li {
    font-weight: bolder;
}

.mainmenu > li > ul > li {
    font-weight: 400;
}

.contentContainer {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
}

.nostylelist {
    list-style-type: none;
    /*margin-left: 25px;
    padding-left: 0;
    list-style-position: outside;*/
}

.donateListItem{
    margin-bottom: 5px;
}

.blueText {
    font-weight: bold;
    color: #135f9e; /*#3970aa;*/
}

.stickyHeader {
    position: sticky;
    top: 0;
    z-index: 999;
}

/* ****************************** */
/*              Header            */
/* ****************************** */
#yellowbackgrnd {
    background-image: url('../images/yellowlogbackgrndltr-adj.jpg');
    background-position: 50% bottom;
    height: auto;
}

.msl-logo {
    display: block;
    padding-top: 5px;
}



/* **************************** */
/* DOS Banner                   */
/* **************************** */
.navbar {
    padding: 0px;
}

.dosNavBar {
    height:40px;
}

.navbar-brand img {
    transition: width 0.5s;
    padding-right: 0px;
    background: white;
}

.dosNavBar {
    background: black;
    border-bottom: 4px solid #ab2123;
}

.dos-banner-height {
    height: 520px;
    max-width: 100%;
    object-fit: fill;
}

@media (max-width:768px) {
    .dos-banner-height {
        height: 208px;
        max-width: 100%;
        object-fit: fill;
    }
}

.navbar-brand img {
    margin-left:12px;
}



/* **************************** */
/*            Search            */
/* **************************** */
.input-group {
    position: relative;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

#demo-2 {
    z-index:99;
    display:block;
    /*border: 1px solid red;*/
}

#demo-2 input {
    border-radius: 40px;
    border: 0;
    padding: 0;
    width: 0;
    height: 15px;
    transition: padding 0.6s ease-in-out, width 0.6s ease-in-out;
    justify-content: flex-end !important;
}

#demo-2 input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

#demo-2 input::-webkit-search-decoration,
#demo-2 input::-webkit-search-cancel-button {
    display: none;
}

    #demo-2 input[type=search] {
        background: #ededed url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/%3E%3C/svg%3E") no-repeat 3px center;
        border: solid 1px #ccc;
        padding: 3px 3px 3px 3px;
        width: 15px;
        height: 15px;
        -webkit-border-radius: 10em;
        -moz-border-radius: 10em;
        border-radius: 10em;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        justify-content: flex-end !important;
        color: transparent;
        cursor: pointer;
        /*position: absolute;*/
        right: -175px;
        font-size: medium;
    }

#demo-2 input[type=search]:focus {
    width: 165px;
    background-color: #fff;
    border-color: #ededed;
    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
    padding-left: 25px;
    color: #000;
    cursor: auto;
    justify-content: flex-end !important;
}

#demo-2 input:-moz-placeholder {
    color: #999;
}

#demo-2 input::-webkit-input-placeholder {
    color: #999;
    padding-left: 15px;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    text-align: left;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5;
    font-size: medium;
}

/*target only IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #demo-2 input[type=search] {
        width: 35px;
        height: 30px;
        padding-left: 10px;
        color: transparent;
        cursor: pointer;
        right: 255px;
    }

    .alert {
        margin-bottom: 0 !important;
    }

    .alert-notice {
        position: relative;
        min-height: 150px;
    }

    .alert-notice .clock {
        position: absolute;
        right: 108px;
        top: 58px;
    }
}

@media (max-width:768px) {
    #demo-2 input[type=search] {
        /*background: #ededed url(/images/search-icon.png) no-repeat 9px center;*/
        background: #ededed url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/%3E%3C/svg%3E") no-repeat 3px center;
        border: solid 1px #ccc;
        padding: 3px 3px 3px 3px;
        width: 15px;
        height: 15px;
        -webkit-border-radius: 10em;
        -moz-border-radius: 10em;
        border-radius: 10em;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        justify-content: flex-end !important;
        color: transparent;
        cursor: pointer;
        /*position: absolute;*/
        right: 145px;
        font-size: medium;
    }

    .alert {
        margin-bottom: 0 !important;
    }

    .alert-notice {
        position: relative;
        min-height: 150px;
    }

    .alert-notice .clock {
        position: absolute;
        right: 108px;
        top: 58px;
    }
}


#demo-2 input[type=search]:hover {
    background-color: #fff;
}


.mslsearch {
}


/* ********************************************* */
/* Footer - Added to format footer correctly     */
/* ********************************************* */
.footer-bar {
    border-top: 4px solid #ab2123;
}

.footer-logo {
    float: left;
}

    .footer-logo img {
        width: 120px;
        margin-right: 1em;
    }

.footer-officials {
    margin-top: 7px;
    font-size: 20px;
    font-weight: bold;
}

.footer a {
    text-decoration: underline;
    color: #fff;
    padding-left: 0 !important;
}

.footer p {
    margin-bottom: 0 !important;
}

.footer ul {
    margin-top: 0.5rem !important;
}

.footer-contact-block .footer-address, .footer-copyright {
    font-size: 14px;
    font-weight: normal;
}

.footer-row {
    justify-content: center;
}

.footer-text-right {
    text-align: right !important;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    display: table-cell;
    font-size: 18px;
    height: 100%;
    letter-spacing: 0.05em;
    padding: 2em;
    text-align: center;
    text-shadow: 0 1px 5px rgb(0, 0, 0);
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

.home-jumbotron {
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
    background-repeat: no-repeat;
    background-size: 100% 700px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
    display: table;
    font-family: Garamond, Georgia, 'Times New Roman', Times, serif;
    height: 400px;
    margin: 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.home-jumbotron-img {
    width: 100%;
    max-height: 455px;
}

.home-jumbotron h1 {
    font-size: 380%;
    font-weight: bold;
    margin-top: 0;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.home-jumbotron p {
    font-weight: bold;
}

.home-jumbotron .call-to-action {
    margin-top: 1.5em;
}

.home-jumbotron .call-to-action a {
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
}

.home-jumbotron .call-to-action a:hover {
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    background-color: white;
    color: #00704A;
    text-shadow: none;
    transition: all 0.2s ease 0s;
}

.subpagejumbotron {
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
    display: table;
    height: 400px;
    margin: 0 0 40px 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}


/* ******* */
/* Notices */
/* ******* */
.alert {
    margin-bottom: 0 !important;
}

.alert-notice {
    position: relative;
  /*  min-height: 150px;*/
}

.alert-notice .clock {
    position: absolute;
    right: 108px;
    top: 58px;
}


/* **** */
/* Card */
/* **** */

.card {
    text-align:center;
    padding-top:12px;
}

.card h5 {
    color:white;
}

/* *************** */
/* Page Navigation */
/* *************** */

.pageNavParent {
    background-color: #6b2b0e !important;
    text-align: center;
}

.pageNav .list-group-flush {
    --bs-list-group-bg: transparent;
}

.pageNavParent a {
    text-decoration:none;
    font-weight:500;
}

.pageNav .list-group-item {
    padding: 0;
    border-width: 0;
}

.pageNav .list-group-item a {
    display: block;
    padding: 8px;
    color: white;
}

.pageNav ul li.selected > a {
    background-color: #135f9e !important;
    color: white !important;
    box-shadow: none;
}

.pageNav .text-dark {
    --bs-text-opacity: 1;
    color: #2168a9 !important;
}

/**Mobile code**/

@media (max-width:992px) {
    header {
        position:relative;
    }

    .stickyHeader {
        position: relative;
    }
}