.btn-nav{
    text-align: left;
    width: 200px;
    display: block;
    font-size: 16px;
    line-height: 21px;
    padding: 8px 16px;                                                                                   box-sizing: border-box;
    margin: 0;
    color: black;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #EEEFF1;
    border: none;
    background-image: url(/static/images/iconDropDown.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px;
    word-spacing: 100px;
}

.btn-split {
    width: 20px;
}

.active {
    font-weight: bold;
}


.product-subcategory>li.current {
    /* color: #00040e; */
    color: #000;
    font-weight: 900;
    /* pointer-events: none */
}

.product-subcategory>li.current a {
    /* color: #00040e; */
    color: #000;
    font-weight: 900;
    /* pointer-events: none */
}



.current {
    font-weight: bold;
}

.dropdown-item {
    width: 160px;
    font-size: 16px;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #EEEFF1;
  text-decoration: none;
  background-color: #484848;
}

.textarea.cke_source {
    color: #000;
}

.hidden {
    display: none;
}

.link-no-decorate {
    text-decoration: none;
}

.bold-text {
    text-weight: bold;
}

.plugin-blog h3 {
    font-weight: bold;
    margin-bottom: 15px;
}

.blog-archive a {
    text-decoration: none;
    color: black;
}

.blog-archive a:hover {
    text-decoration: none;
    color: blue;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.leftMenuColumnNMU{
    display: inline-block;
    float: left;
    width: 16%;
    padding: 32px 0;
    background: #fff;
}

.description ul{
padding-left: 8px;
-webkit-box-shadow: inset 4px 0 0 #EEEFF1;
-moz-box-shadow: inset 4px 0 0 #EEEFF1;
box-shadow: inset 4px 0 0 #EEEFF1;
}

.description ul li a{
display: inline-block;
margin: 0;
}

.description ul a{
text-decoration: none;
color: #15285B;
display: block;
padding: 8px;
margin: -8px;
}

.description ul a:hover{
background: #EEEFF1;
color: #00040E;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.description ul a.active{
font-weight: 900;
}

.description ul a.active:hover{
background: none;
color: #15285B;
}

:root{
    --bs-link-color: #15285b;
}

.cover {
    height: 288px;
}

.blackborder {
    border: 1px solid #000;
}


/* .column-2 ul { */
/*   list-style-position: inside; */
/*   -moz-column-count: 2; /\* Firefox *\/ */
/*   -webkit-column-count: 2; /\* Safari and Chrome *\/ */
/*   column-count: 2; */
/*   list-style-type: decimal; */
/*   height: 900px; */
/*   width: 120%; */
/*   columns: 2; */
/* } */

/* .column-2 li:nth-child(2) { */
/*   -webkit-column-break-before: always; */
/* } */
