header.header {
	position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    padding: 25px 0 18px 0;
    background-color: #FFF;
    transition: .3s;
}

.header-container {
    width: 1280px;
    margin: 0 auto;
}

.logo-container {
    float: left;
    width: 240px;
    height: 100%;
}

.header .logo {
	width: 240px;
}


/* NAVIGATION */
.primary {
    float: right;
    height: 100%;
    display: block;
    /*overflow: hidden;*/
    padding: 18px 0 0 0;
}

.primary a {
    display: inline-block;
}

.primary .primary-element, .language-switcher-item {
    float: left;
    height: 100%;
    transition: .2s;
    margin: 0px 14px;
    padding-bottom: 4px;
    margin-bottom: 8px;
    text-align: center;
}


.language-switcher-item img {
    width: 20px;
        display: inherit;
}

a.language-flag {
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
}

.primary a .primary-element {
    font-size: 15px;
    color:  #333333;
    border-bottom: 1px solid transparent;
}

.primary a .primary-element:hover {
    color:  #006AB1;
}

.primary a .primary-element.current {
    font-weight: 400;
    color: #006AB1;
    border-bottom: 1px solid #006ab1;
}

.header.clear {
    background-color: #FFF; 
    transition: .3s;
    -webkit-box-shadow: 0px -3px 18px 0px rgba(110, 111, 113,0.75);
    -moz-box-shadow: 0px -3px 18px 0px rgba(110, 111, 113,0.75);
    box-shadow: 0px -3px 18px 0px rgba(110, 111, 113,0.75);


}


a.slide-menu-open {
    float: right;
    color: #333;
    font-size: 25px;  
    padding: 7px 0;   
    display: none;  
}

.side-menu-wrapper { /* style menu wrapper */
    overflow: hidden;
    background: rgba(0,0,0,.95);
    padding: 40px 0 0 40px;
    position: fixed; /* Fixed position */
    top: 0;
    right: -290px; /* Sidebar initial position. "right" for right positioned menu */
    height: 100%;
    z-index: 2;
    transition: 0.5s; /* CSS transition speed */
    width: 250px;
    font: 20px;
}

.side-menu-wrapper > ul > li {
    list-style-type: none;
}

.side-menu-wrapper > ul{ /* css ul list style */
    list-style:none;
    padding:0;
    margin:0;
    overflow-y: auto; /* enable scroll for menu items */
    width:500px; /* this width will hide scroll bar */
    height:95%;
    padding-top: 25px;
}
.side-menu-wrapper > ul > li > a { /* links */
    display: block;
    border-bottom: 1px solid #333;
    padding: 6px 4px 6px 4px;
    color: #FFF;
    transition: 0.3s;
    text-decoration: none;
    font-size: 18px;
}
.side-menu-wrapper > a.menu-close { /* close button */
    padding: 8px 0 4px 23px;
    color: #6B6B6B;
    display: block;
    margin: -30px 0 -10px -20px;
    font-size: 35px;
    text-decoration: none;
}

.side-menu-overlay { /* overlay */
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}

.language-flag.last .language-switcher-item {
    padding-left: 0;
    opacity: .5;
    transition: .3s;    
}

.language-flag.last .language-switcher-item:hover {
    opacity: 1;
}


/* DROPDOWN MENU */
.dropbtn {
    float: left;
    height: 100%;
    transition: .2s;
    margin: 0px 14px 8px;
    padding-bottom: 13px;
    text-align: center;
    font-size: 15px;
    color: #333333;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
}

.dropbtn.current {
    font-weight: 400;
    color: #006AB1;
    border-bottom: 1px solid #006ab1;
}

.dropbtn a {
        color: #333333;
        transition: .2s;
}

.dropbtn.current a {
        color: #006AB1;
        transition: .2s;
}

.dropbtn a:hover {
    color:  #006AB1;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown.language:before {
    content: '';
    border-left: 1px solid #000;
    position: absolute;
    height: 50%;
    left: 0;
    top: 10%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #EAEAEA;
    min-width: 200px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
    top: 32px;
    left: 13px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 10px 0px 10px 16px;
    text-decoration: none;
    display: block;
    font-size: 13px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}




/* SIDEBAR */

nav ul li {
    list-style-type: none;
    font-size: 12px;
}

nav > ul > li {
    padding-bottom: 30px;
}

.category-nav {
    margin-bottom: 10px;
}

.category-nav .highlight-text:first-child {
    background-color: #006AB1;
    line-height: 14px;
    padding: 5px 8px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 12px;
}

.category-nav .highlight-text {
    background-color: #006AB1;
    line-height: 12px;
    padding: 5px 8px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 12px;
    padding-top: 20px;
}

.sidebar-download {
    padding-bottom: 10px;
}

.sidebar-download .highlight-text{
    background-color: #006AB1;
    line-height: 14px;
    padding: 9.5px 8px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 12px;
}

#area-download nav > ul > li {
    padding-bottom: 0;
}

.section:first-child > .subcategory-nav, .links:first-child > .subcategory-nav {
    border-top: 0px solid #006AB1;
        margin-top: 0;
    padding-top: 0;
}

.link:first-child > .subcategory-nav {
    border-top: 0px solid #006AB1;
    margin-top: 0;
    padding-top: 0;
}

li.section .subcategory-nav, li.link .subcategory-nav {
    border-top: 1px solid #006AB1;
    padding-top: 16px;
    margin-top: 16px; 
}

li.current span.text{
    font-weight: 600;
}

li span.text {
    font-weight: 400;
}

li span.text:hover {
    font-weight: 600;
}

.subcategory-nav span {
    font-size: 12px;
    text-transform: uppercase;
    color: #006AB1;
    font-weight: 600;
}


.optional-nav span {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.optional-nav {
    border-top: 1px solid #000;
    padding-top: 8px;
    margin-top: 8px; 
    padding-left: 15px;
}
 



@media screen and (max-width: 1280px) {
   
    .header-container {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;    
    }

}

@media screen and (max-width: 1024px) {
   
    a.slide-menu-open {
        display: block;  
    }
    .col-group {
        padding: 0 10px;
    }

    .primary {
        display: none;
    }

    .logo-container {
        width: 160px;
        height: 100%;
    }

    .header .logo {
        width: 160px;
    }


    .primary .primary-element, .language-switcher-item {
            float: none;
            height: 100%;
            transition: .2s;
            padding: 0px 0px;
            text-align: center;
    }


}


@media screen and (max-width: 768px) {



}