.small__header {
    height: 31px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding-top: 0.4em !important;
    padding-right: 1.5em !important;
    padding-bottom: 0.4em !important;
    padding-left: 3.5em !important;
    z-index: 30 !important;
    background-color: #FA6E36 !important;
}
.small__header a:hover, .small__header a:visited, .small__header a:link, .small__header a:active {
    text-decoration: none;
}
.header__switch {
    height: 35px !important;
    color: #ffffff !important;
    font-size: 12px !important;
    display: inline-block !important;
    background-size: cover !important;
    cursor: pointer !important;
    position: relative !important;
    left: -38px !important;
    z-index: 0 !important;
    float: left !important;
}
.header__account {
    float: right;
    position: relative;
}
.header__switch__mobile {
    display: none;
}
.smallnav__title a {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    padding-left: 15px;
    /* max-width: 85px; */
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* Quickteller Image Navigation */
.header {
    height: 71px;
    position: fixed;
    top: 28px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #EEE;
    padding: 1em 4em;
    z-index: 30;
    background-color: #fff;
    webkit-backface-visibility: hidden;
}
.header__hamburger {
    display: none;
}
svg:not(:root) {
    overflow: hidden;
}
.header__logo {
    height: 67px;
    width: 145px;
    display: inline-block;
    background-size: cover;
    cursor: pointer;
    position: relative;
    /* left: -16px; */
    z-index: 0;
    float: left;
    margin-top: -7px;
}
.header__logo a {
    left: -20px;
}
.header__account {
    float: right;
    position: relative;
}
.header__account__buttons {
    z-index: 20;
}
.btn__login {
    color: #1cab60;
    background-color: rgba(0, 0, 0, 0);
    border-color: #1cab60;
    margin-right: 10px;
}
.btn__signup {
    color: #FFF;
    background-color: #1cab60;
    border-color: transparent;
}

@media only screen and (min-width: 992px) {
    .btn {
        line-height: 35px;
    }
}