.header-main {
    background-color: #4A4A4A;
    text-align: center;

    .auth0-dropdown-menu {
        margin-top: 20px;

        .subaccount-dropdown-item {
            display: flex;
            flex-direction: column;
            line-height: 24px;
        }
        .subaccount-parent-name {
            color: $timberwolf;
            font-size: 11px;
            font-weight: $font-weight-bold;
        }
    }

    .container {
        padding: 0 15px;
        min-width: auto;
        max-width: none;
    }

    .checkmark-success {
        border-bottom: 3px solid $turtle;
        border-right: 3px solid $turtle;
        height: 12px;
        margin-bottom: 7px;
        margin-left: 10px;
        transform: rotate(45deg);
        width: 8px;
    }

    .current-vendor {
        align-items: center;
        display: flex;
    }

    .linked-vendor-dropown-item {
        border-bottom: 1px solid $mouse;
        margin-left: 10px;
        margin-right: 10px;
    }

    @media only screen and (min-width: 1024px) {

        .container {
            padding: 0;
        }

    }

    a {
        @include transition(background 0.2s ease-in-out);

        background: rgba(40, 40, 40, 0);
        color: #fff;
        display: inline-block;
        font-size: 14px;
        padding: 0 20px;
        text-decoration: none;
        line-height: 54px;

        &.active:not(.logo),
        &:hover:not(.logo) {
            background: rgba(40, 40, 40, 1);
            cursor: pointer;
        }

    }

    b {
        font-weight: 500;
    }

    .dropdown-menu a:hover {
        background: #e8e8e8;
    }

    .dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 12px;
        padding-left: 20px;
        padding-right: 10px;
    }

    .dropdown-toggle:hover {
        background: rgba(40, 40, 40, 1);
    }

    .dropdown {

        &.open {

            button {
                background: rgba(40, 40, 40, 1);
            }

        }

    }
    .right-arrow {
        margin-top: 20px;
        margin-right: 75px;
    }

    .right-space {
        padding-right: 20px;
    }

    .help {
        margin-left: 10px;
    }

    a.logo {
        float: left;
        line-height: 1;
        margin: 10px 36px 0 0;
        padding: 0;
    }

    .icon {
        width: 35px;
        height: 35px;
     }

    nav {
        float: left;
        font-size: 0px;
    }

    .account {
        float: right;
    }

    button {
        background: transparent;
        border: 0;
        color: #fff;
    }
}

.block-icon {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}

#logoLink {
    display: inline-block;
    margin: 0;

    a:link,
    a:visited,
    a:hover,
    a:active {
        background:url(/images/orchardlogo-optim.png) 0 no-repeat;
        display: block;
        height: 50px;
        padding-top: 20px;
        width: 134px;
    }

}

#subaccount_impersonation_banner {
    background-color: #026ead;
    color: white;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    padding-top: 12px;
    a {
        color: white;
        text-decoration: underline;
    }
}

.Header-insights {
	&-external-link {
		fill: #fff;
		height: 16px;
		position: relative;
		top: 4px;
		width: 16px;
	}
    &-beta {
		bottom: .5rem;
		color: #d9d2d0;
		font-size: 1rem;
		position: relative;
    }
}
