.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.customActive {
    color: blue !important;
}

.hoverMainNav a:hover {
    background-color: #17a2b8!important;
}

.hoverSecondNav a:hover {
    background-color: #17a2b8!important;
    color: white;
}

.customLabelForm {
    color: blue !important;
}

.verticalMiddle {
    vertical-align: middle !important;
}

.mainPaddingBottom {
    padding-bottom: 4.5rem !important;
}

.siteMenuActive {
    color: orange !important;
}