@font-face {
    font-family: 'SageHeadlineBlack';
    src: url('/assets/fonts/Sage_Headline-Black.woff');
}

@font-face {
    font-family: 'SageTextMedium';
    src: url('/assets/fonts/Sage_Text-Medium.woff');
}

@font-face {
    font-family: 'SageTextRegular';
    src: url('/assets/fonts/Sage_Text-Regular.woff');
}


/* MAIN HEADER */
#mainHeader {
    /*background-color: #ffffff;*/
    background-color: #000000;
    border-bottom: 2px solid #d8dfe2;
    display: flex;
    height: 48px;
    justify-content: space-between;
    line-height: 48px;
    overflow: hidden;
    padding: 0 48px 0 14px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#sageLogo {
    color: #00DC00;
    font-size: 16px;
}

.sage-logo {
    margin: 0 14px;
    vertical-align: middle;
    width: 70px;
}

#sageProduct {
    border-left: 1px solid #d8d8d8;
    /*color: #737373;*/
    color: #ffffff;
    font-family: SageHeadlineBlack, sageAdelle, sans-serif;
    font-size: 20px;
    padding-left: 14px;
}

#header-icons {
    margin: 0 32px 0 0;
    padding: 0;
    align-self: flex-end;
}

#header-icons li {
    display: inline-block;
    line-height: 48px;
}

#header-icons li img {
    vertical-align: middle;
    width: 24px;
}

.header-photo {
    height: 24px;
    margin-left: 12px;
    vertical-align: middle;
    width: 24px;
}


#companySelector {
    text-align: right;
}

#companySelector::after {
    content: "▼";
}

#mainSearch {
    background: transparent url();
}

.item-header {
    width: 100%;
}