.columnTopLink {
    height: 140px;
}

.topLink {
    text-decoration: none;
    color: #808080 !important;
    word-wrap: normal;
}

    .topLink:hover {
        text-decoration: underline;
    }

.shipLink {
    text-decoration: none;
    word-wrap: normal;
}

    .shipLink:hover {
        text-decoration: underline;
    }

.bdLeft {
    border-left: solid #E0E0E0 1px;
}

.bdTop {
    border-top: solid #E0E0E0 1px;
}

.bdRight {
    border-right: solid #E0E0E0 1px;
}

.bdBottom {
    border-bottom: solid #E0E0E0 1px;
}

.centerElement {
    display: table-cell;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

.divHover {
    cursor: pointer;
}

.colorTopLink {
    color: #444444 !important;
}

.top-link-container {
    padding: 0px;
    background-color: #444444;
}

.top-link {
    width: 100%;
    max-width: 929px;
    height: 123px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.top-link-logo-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 24px;
}

.top-link-staples-logo {
    padding-right: 16px;
    border-right: 1px solid #ffffff;
}

    .top-link-staples-logo img {
        width: 170px;
    }

.top-link-solution-logo {
    padding-left: 16px;
}

    .top-link-solution-logo img {
        width: 170px;
        margin-top: 21px;
    }

.top-link-search-input {
    flex-grow: 1;
    max-width: 400px;
    padding-right: 16px;
    font-family: TT Norms Regular;
}
