﻿ .Header-container {
    display: flex;
    justify-content: space-between;
    background: #333333;
    padding-right: 0.5em;
    /*padding-bottom: 10px;*/
    width: 100%;
}

.Header-right {
    display: flex;
    align-items: center;
}

.Header-user-section {
    color: #fff;
    font-weight: bold;
    text-align: right;
}

.Header-user-actions {
    position: absolute;
    right: 8px;
    color: #333333;
    font-weight: normal;
    z-index: 2;
    min-width: 10.5em;
}

.headerLogoATag{
    height: 55px;
}

.Header-logo {
    height: 55px;
    object-fit: cover;
    margin: 0px 0px 4px 8px;
}

.Header-user-icon {
    height: 18px;
    margin-right: 8px;
}

.Header-home-icon {
    display: flex;
    /*margin-bottom: -3px;*/
    margin-right: 12px;
}

.Header-home-icon img {
    height: 28px;
}

.Header-user-action {
    text-align: center;
    margin: 0.5em 0;
}

    .Header-user-action a {
        color: #333333;
        text-decoration: none;
    }

    .Header-user-action hr {
        border: 0;
        width: 90%;
        margin: 0.5em auto;
    }

.Header-dropdown-hide {
    display: none;
}

.Header-cursor-pointer {
    cursor: pointer;
}

.Header-login-user {
    display: flex;
    align-items: center;
}

.Header-link-button {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

.Header-guide-icon {
    display: flex;
    margin-bottom: -3px;
    margin-right: 12px;
}

    .Header-guide-icon img {
        height: 24px;
    }


/*body.open, body:after {
    overflow: hidden
}*/

.b-brand, .b-link {
    font-family: Helvetica-Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-50px,0,0);
        transform: translate3d(-50px,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-50px,0,0);
        transform: translate3d(-50px,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-50px,0,0);
        transform: translate3d(-50px,0,0);
        visibility: hidden
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-50px,0,0);
        transform: translate3d(-50px,0,0);
        visibility: hidden
    }
}

* {
    box-sizing: border-box
}

body:after {
    background: #2196f3;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%
}

body.open:after {
    opacity: 1;
    visibility: visible
}

.b-nav {
    z-index: 11
}

    .b-nav:not(.open) {
        visibility: hidden
    }

    .b-nav li {
        color: #333333;
        list-style-type: none;
        padding: 10px;
        text-align: left;
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px)
    }

        .b-nav li:not(.open) {
            animation-duration: .4s;
            animation-fill-mode: both;
            -webkit-animation-name: slideOutLeft;
            animation-name: slideOutLeft
        }

        .b-nav li:not(.open), .b-nav.open li {
            -webkit-animation-duration: .4s;
            -webkit-animation-fill-mode: both
        }

    .b-nav.open {
        visibility: visible;
        background-color: #fafafa;
        border: 1px solid #333333 !important
    }

        .b-nav.open li {
            animation-duration: .4s;
            animation-fill-mode: both;
            -webkit-animation-name: slideInLeft;
            animation-name: slideInLeft
        }

.b-link {
    background: 0 0;
    border-left: rgba(255,255,255,0)solid 2px;
    color: #333333;
    transition: all .4s ease;
    width: auto
}

.b-link, .b-menu {
    -webkit-transition: all .2s ease /*For controlling fade out effect when closing menu*/
}

    .b-link--active, .b-link:hover {
        border-left: #0a7dff solid 2px;
        padding-left: 10px
    }

.b-menu {
    background: #808080;
    border: 2px solid #808080;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    padding-left: 4.6px;
    padding-top: 2.2px;
    position: relative;
    transition: all .4s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 30px;
    z-index: 12
}

.b-bun--bottom, .b-bun--mid, .b-bun--top {
    height: 2px;
    width: 15px
}

.b-container.open .b-main, .b-menu:hover {
    border: 2px solid #fff
}

.b-bun {
    background: #fff;
    transition: all .4s ease
}

.b-brand, .b-bun {
    position: relative;
    -webkit-transition: all .4s ease
}

.b-bun--top {
    top: 3px
}

.b-bun--mid {
    top: 8px
}

.b-bun--bottom {
    top: 13px
}

.b-brand {
    color: #2196f3;
    top: -21.43px;
    transition: all .4s ease;
    z-index: 13
}

.b-container {
    height: 32px;
    margin-bottom: 4px;
}

    .b-container:hover:not(.open) .bun-bottom, .b-container:hover:not(.open) .bun-mid, .b-container:hover:not(.open) .bun-top {
        background: #2196f3
    }

    .b-container.open .b-bun--top {
        background: #fff;
        top: 9px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .b-container.open .b-bun--mid {
        opacity: 0
    }

    .b-container.open .b-bun--bottom {
        background: #fff;
        top: 5px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .b-container.open .b-brand {
        color: #fff
    }
/*# sourceMappingURL=burger.min.css.map */
