.mHeaderTable {
    display: table;
    width: 100%;
    background: #fff;
}
.mHeaderTableRow {
    display: table-row;
    
}
.mHeaderTableCell {
    display: table-cell;
    vertical-align: middle;
    padding:2% 0;
}


.mHeaderTableCell.searchCell {
    width: auto;
    text-align: center;
    padding-left: 2%;
}
.searchIconWrap {
    font-size: 28px;
    cursor: pointer;
}
.searchWrap {
    display: none;
    position: absolute;
}
.mHeaderTableCell.logoCell {
    text-align: left;
    padding: 5px 0;
}
.mHeaderTableCell.logoCell img {
    max-width: 80px;
    
}
.mHeaderTableCell.navCell {
    width: 20%;
    text-align: right;
    padding-right: 2%;
}
#mobileSearchBox {
    width: 100%;
    padding: 10px 5%;
    display: none;
    text-align: left;
}
#mobileSearchBox input {
    width: 100%;
}
.mNavWrap {
    position: absolute;
    z-index: 1001;
    width: 90%;
}
.mNav li {
    position: relative;
    text-align: left;
}
.mNav a {
    width: 100% !important;
    z-index: 1;
    color: #ccc;
}
.mNav li div.dropArrow {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #999;
    cursor: pointer;
    z-index: 9999;
}
.dropArrowUp {
    border-top: 0 !important;
    border-bottom: 10px solid #999 !important;
}
.mNav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mNav ul li {
    color: #ccc;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #666;
}
.mNav ul li .topNavWrap {
    position: relative;
}
.mNav ul li a {
    display: block;
    color: #ccc;
    padding: 15px 0 15px 10px;
    text-decoration: none;
}
.mNav ul li ul {
    background: #333;
    text-transform: none;
    width: 100%;
    display: none;
}
.mNav ul li ul li:last-child {
    border: 0;
}
.mNav ul.mNavHide {
    display: none;
}
.mNav ul li ul li a {
    color: #ccc;
    font-size: 12px;
    padding: 8px 0 8px 20px;
}
.mNav ul li ul li ul li {
    background: #fff !important;
}
.mNav ul li ul li ul li a {
    color: #000 !important;
    padding: 5px 0 5px 10px !important;
}
.mNavPhone {
    background: #edecec;
    color: #036f98;
    border: 0;
    padding: 5px;
}
.mNavPhone h2 {
    font-size: 20px;
    margin: 0;
    padding: 0;
}
@media only screen and (min-width: 1224px) {
    ul.subNav {
        display: none !important;
    }
    .mainNavBG {
        background: #fff;
    }
    .logoWrap {
        float: left;
        max-width: 230px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .utilNavWrap {
        float: right;
        padding-top: 25px;
    }
    .utilNavWidthPadded {
        padding: 0 0 0 40px;
    }
    ul.utilNav {
        margin-right: 10px;
        padding-top: 1px;
        display: table;
    }
    ul.utilNav li {
        display: table-cell;
        font-size: 16px;
        padding: 0 12px;
        border-right: 1px solid #55575b;
        font-weight: 500;
        line-height: 12px;
    }
    ul.utilNav li:last-child {
        border-right: 0;
    }
    ul.utilNav li a {
        text-decoration: none;
        color: #55575b;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        border-bottom: 3px solid #fff;
    }
    ul.utilNav li.utilActive a {
        border-bottom: 3px solid #386092;
    }
    .searchWrap {
        float: right;
        margin-right: 32px;
        padding-top: 18px;
        position: relative;
        display: inline-block;
    }
    .searchIconWrap {
        display: inline-block;
        font-size: 17px;
        margin-right: 5px;
    }
    .searchTextBox {
        display: inline-block;
        width: 95px;
        height: 20px;
    }
    .utilBtnWrap {
        float: right;
    }
    .utilBtnWrap a {
        color: #fff;
        text-decoration: none;
    }
    .utilCartBtn,
    .utilRfqBtn {
        background: #386092;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        color: #fff;
        display: inline-block;
        padding: 17px 0 10px 0;
        width: 55px;
        margin-right: 5px;
        cursor: pointer;
    }
    .utilRfqBtn {
        background: #388f92;
        margin-right: 0;
    }
    .utilCartIconWrap,
    .utilRfqIconWrap {
        color: #fff;
        font-size: 18px;
    }
    .mainNav {
        background: #525c67;
        position: relative;
    }
    .mainNav ul {
        display: table;
        width: 100%;
    }
    .mainNav ul li {
        display: table-cell;
        width: calc(100% / 3);
    }
    .mainNav ul li.divider {
        content: " ";
        width: 1px;
        position: relative;
    }
    .mainNav ul li.divider:after {
        content: " ";
        position: absolute;
        top: 12px;
        left: 0;
        background: #fff;
        width: 1px;
        height: 25px;
    }
    .mainNav > ul > li > a {
        text-decoration: none;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        border-bottom: 4px solid #525c67;
        padding-bottom: 6px;
        padding-top: 15px;
        display: inline-block;
    }
    .mainNav > ul > li > a.On {
        border-bottom: 4px solid #fff;
    }
    .mainNav > ul > li > a.mOver {
        border-bottom: 4px solid #fff;
    }
    .dropWrap {
        width: 100%;
        background: #386092;
        padding: 0;
        text-align: center;
        position: absolute;
        left: 0;
        top: 48px;
        display: none;
        z-index: 9999;
    }
    .dropWrap#applications {
        background: #386092;
    }
    .dropWrapRow {
        width: 100%;
        white-space: nowrap;
    }
    .dropWrap .item {
        width: calc(100% / 3);
        text-align: center;
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        padding: 15px 5% 2% 5%;
    }
    .dropWrap#applications .item {
        padding: 15px 0 2% 0;
        width: calc(100% / 5);
    }
    .dropWrap#applications .item img {
        display: inline-block;
        width: 60%;
        max-width: 177px;
        margin: 0 auto;
    }
    .dropWrap .item a img {
        margin: 0 auto;
        line-height: 0;
        width: 70%;
        opacity: 0.8;
    }
    .dropWrap .item a {
        color: #a2b7d1;
        text-decoration: none;
        font-size: 16px;
    }
    .dropWrap .item a h3 {
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
    }
    .dropWrap .item a p {
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        color: #a2b7d1;
    }
}
