#toggle-menu {
    background: center center no-repeat transparent;
    display: block;
    width: 40px;
    height: 40px;
}
.cbnav__arrow {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #fff;
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 0;
    margin-bottom: 6px;
    transform: rotate(-90deg);
    margin-right: 20px;
}
.cbnav__arrow--sub {
    border-top: 5px solid #3f495d;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 0;
}
@media (min-width: 888px) {
    .cbnav__arrow--sub {
    border-right: none;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #3f495d;
}
}.cbnav__lvl--first {
    background-color: #3f495d;
}
.cbnav__lvl--first::after {
    clear: both;
    content: "";
    display: table;
}
.cbnav__lvl--first, .cbnav__lvl--sub {
    margin: 0;
    padding: 0;
}
.cbnav__lvl--first, .cbnav input[type="checkbox"] {
    display: none;
}
#toggle:checked+.cbnav__lvl--first{
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 87px;
    padding-top: 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#toggle:checked+.cbnav__lvl--first, .cbnav input[type="checkbox"]:checked+.cbnav__lvl--sub {
    display: block;
    background: #0d3a69;
    padding-bottom: 12px;
}

.cbnav__lvl--sub .cbnav__item >a{
    font-size: 14px;
    display: block;
    margin-bottom: 7px !important;
}




    .bodyisScroll #toggle:checked+.cbnav__lvl--first, .bodyisScroll .cbnav input[type="checkbox"]:checked+.cbnav__lvl--sub {
        top: 65px;
    }


.cbnav__item {
    color: #fff;
    display: block;
    position: relative;
    text-align: left;
}
.cbnav__item a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}
.cbnav__item a:hover, .cbnav__item a:focus {
    text-decoration: none;
    color: #0085FE;
}
.cbnav__link--first {
    background-color: #0d3a69;
    color: #fff;
    padding: 5px 10px;
    padding-right: 35px;
}
.cbnav__link--first:hover,
.cbnav__link--first:focus {
    color: #0085fe;
}
.cbnav__lvl--sub {
    display: none;
    padding-left: 1em;
}
.cbnav__link--sub {
    color: #0085FE;
    padding: 0.75em 1em;
    padding-right: 35px;
}
.cbnav__link--sub:hover {
    color: #0085FE;
}
.cbnav__link--active {
    color: #0085FE;
    padding: 0.75em 1em;
    padding-right: 35px;
}
ul span.cbnav__label {
    display: none;
}
@media only screen and (min-width: 888px) {
    .cbnav {
    }
    
    
    #toggle-menu, .cbnav input[type="checkbox"]:checked+.cbnav__lvl--sub {
        display: none;
    }
    .cbnav__lvl--first, .cbnav__item:hover>input[type="checkbox"]+.cbnav__lvl--sub {
        display: block;
    }
    .cbnav__item {
        float: left;
    }
    .cbnav__link--first {
        background-color: #3f495d;
        color: #fff;
        padding: 0.75em 1em;
        padding-right: 35px;
    }
.cbnav__link--first:hover {
    color: #0085FE;
}
.cbnav__link--active {
    color: #0085FE;
}
.cbnav__lvl--sub {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000;
}
.cbnav__lvl--sub .cbnav__item {
    float: none;
}
.cbnav__lvl--sub .cbnav__lvl--sub {
    top: 0;
    left: 100%}
}.cbnav__label:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.cbnav__label {
    background-color: transparent;
    border-radius: 50%;
    height: 100%;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 2px;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 0;
}
.cbnav__label .cbnav__arrow{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.cbnav__label.openLabel .cbnav__arrow{
    transform: rotate(0deg);
}
.c-hamburger {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    height: 32px;
    line-height: 100%;
    margin-bottom: 5px;
    position: relative;
    top: 5px;
    -webkit-tap-highlight-color: transparent;
    width: 32px;
    z-index: 10;
}
.c-hamburger:focus {
    outline: 0;
}
.c-hamburger__icon, .c-hamburger__icon:after, .c-hamburger__icon:before {
    background: #fff;
    height: 3px;
    position: absolute;
    top: 42%;
    right: 0;
    transition: all .25s;
    width: 32px;
}
.c-hamburger__icon:before {
    content: "";
    top: -10px;
    left: 0;
}
.c-hamburger__icon:after {
    content: "";
    top: 10px;
    left: 0;
}
.cbnav__lvl--sub {
    -webkit-box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.3);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=6, OffY=6, Color=#4d000000, Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=6,  OffY=6,  Color=#4d000000,  Positive=true);
}
.cbnav__item a {
    font-family: "Montserrat",sans-serif;
    font-size: 17px;
    text-align: left;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.cbnav__link--active {
    font-weight: 700;
}
.cbnav {
    font: 1em/1 Lato;
    margin-bottom: .5rem;
    position: relative;
}
.logo {
    position: absolute;
    right: .5rem;
    top: 5px;
}
@media only screen and (min-width:888px) {
    .cbnav {
    background-color: transparent;
    margin-bottom: 1.25rem;
}
.cbnav__link--first {
    border-radius: 5px;
    margin-right: 5px;
}
.c-hamburger {
    display: none;
}
}
