.fas, .fa {
    font-family: 'Font Awesome 6 Free' !important;
}

.cd-accordion-menu label, .cd-accordion-menu a, .cd-accordion-menu ul label, .cd-accordion-menu ul a {
    background: #214b61;
    box-shadow: inset 0 -1px #275c77;
}

.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
    background: #14384a !important;
}

#header nav ul ul {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.latest_articles_index_title:hover {
    color: #2c6584 !important;
    background-color: transparent !important;
    text-decoration: underline !important;
}

.latest_articles li {
    border-bottom: 2px dotted #d4d4d4 !important;
}

#slider {
    padding-top: 300px;
    background: url(../images/header.jpg) center top no-repeat;
    background-size: cover;
    border-bottom: 5px solid #df0f16 !important;
}

.outer_container {
     background: none;
}

ul.dropdown-vertical ul {
    top: 70%;
    left: 70%;
}

#osx-container{
    z-index: 10002 !important;
}

.more {
    color: white !important;
    border-radius: 0 !important;
    float: right;
    text-decoration: none !important;
    font-size: 12px;
    margin-top: 5px;
}

.more_blue {
    background: #212162;
}

.more_red {
    background: #df0f16;
    text-shadow: 1px 1px 1px black;
}

.more_red:hover {
    background: #b9080e;
}

#header {
    border-bottom: 5px solid #df0f16 !important;
    background-image: url('../images/top_bg.png');
    box-shadow: 10px 10px 3px #a1a1a1 !important;
}

#header_bg img {
    max-width: 400px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#users {
    padding: 10px 5px 10px 5px;
    background-color: #e1e1e1;
    max-width: none !important;
    box-shadow: inset 2px 5px 5px -5px rgb(0, 0, 0);
    border-bottom: 2px solid #bebebe;
}

#user_links {
    max-width: 960px;
    margin: auto;
}

.container {
    width: 100%;
    max-width: 1260px;
}