@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
html, body {
    height: 100% !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*********************************** MONTANA.GOV Template  ***********************************/
#template-header, #template-footer, #template-header-nav .dropdown-menu, #template-header-nav .dropdown .dropdown-item {
    z-index: 999;
    background-color: #112f60;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#template-header-nav .nav-link {
    height:40px;
}
#template-header-nav a, #template-footer-nav a, #template-search-dropdown .dropdown-item {
    color: white;
}
#template-header-nav .dropdown-menu a, #template-footer-nav li.nav-item a, #template-search-dropdown .dropdown-item {
    font-size: 14px;
}
    #template-header-nav ul.dropdown-menu li a:hover, #template-header-nav ul.dropdown-menu li a:focus, #template-search-dropdown .dropdown-item:focus, #template-search-dropdown .dropdown-item:hover, #template-search-dropdown .dropdown-item.active, #template-search-dropdown .dropdown-item:active {
        background: #2662a2;
        color: white;
    }
#template-header-nav .dropdown-menu {
    border: 1px solid #0E2852;
    border-top: 0;
    transform: translate(0px, 40px) !important;
}
#template-search-item {
    margin: 3px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    font-size: .75rem;
    color: white;
}
input#template-search-item::placeholder {
    color: #fff;
    opacity: 1;
}
input#template-search-item::-ms-input-placeholder {
    color: #fff;
}
#template-search-button, #template-search-advancedbt {
    color: white;
}
#template-search-item .form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(0,123,255,0.25);
}
#template-search-item .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaa;
    opacity: 1; /* Firefox */
}
#template-search-item .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
}
#template-search-item .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaa;
}
#template-header-nav .dropdown .dropdown-item {

}

/*TEMPLATE PAGE WRAPPER*/
#template-page-wrapper {
    padding: 38px 0 0 0;
}

/*TEMPLATE FOOTER*/
#template-footer-nav li.nav-item a.nav-link {
    padding: 0.2rem 1rem;
}
#template-footer-nav li a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 576px) {
    #template-header-wrapper.fixed-top {
        position: initial;
    }
    #template-search-item {
        width: 90px;
    }
    #template-header .nav-link {
        padding: 0.5rem;
    }
    #template-page-wrapper {
        padding: 0;
    }
}