﻿.hNavCx {
    background-color: #fafafa;
    border-top: 2px solid #f0f0f0;
}

.hNavList div {
    height: 50px;
    /*    display: inline-block;
    vertical-align: middle;	*/
    position: relative;
}

    .hNavList div:not(:last-child):after {
        content: "";
        position: absolute;
        top: 30%;
        right: 0;
        width: 1px;
        height: 40%;
        background: #828282;
    }

a.lnkDarkGrey, a.lnkDarkGrey:link, a.lnkDarkGrey:visited {
    color: #6a6a6a;
    text-decoration: none;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.hNavList .slick-prev {
    top: 5px;
}

.hNavList .slick-next {
    top: 14px;
}

.hTitle {
    font-size: 1.4em;
    color: #373b3d;
    text-transform: uppercase;
    margin-bottom: .25em;
}

.hSelected {
    color: #000;
    font-weight: 500;
}
button:focus {
    outline: 0;
}
a:focus {
    outline: none;
}

.font-dw {
    font-size: 100%;
    line-height: 1.45em;