.app-banner {
    padding: 15px 0;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 2px 4px 2px rgba(0,0,0,0.06);
    -moz-box-shadow: inset 0 2px 4px 2px rgba(0,0,0,0.06);
    box-shadow: inset 0 2px 4px 2px rgba(0,0,0,0.06);
    display: none;
    justify-content: flex-start;
    align-items: center;
}
.app-banner .close {
    padding: 0 15px;
    color: #343a40;
    font-size: 25px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.app-banner .close hover {
    color: #0badff;
    transform: rotate(90deg);
}
.app-banner .close_banner{
    background-image: url('../../images/close-icon.png');
    margin-left: 5px;
}
.app-banner > a {
    flex: 1 1 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.app-banner > a .logo {
    height: 80px;
    width: auto;
}
.app-banner > a .info_banner {
    flex: 1 1 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.app-banner > a .info_banner .title {
    color: #02293e;
    font-weight: 600;
    line-height: 1;
}
.app-banner > a .info_banner .stars {
    margin: 4px 0 3px -3px;
    display: flex;
    align-items: center;
}
.app-banner > a .info_banner .stars .star, .app-banner > a .info_banner .stars .half-star{
    width: 21px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.app-banner .close_banner{
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.app-banner > a .info_banner .stars .star{
    background-image: url('../../images/star-3x.png');
}
.app-banner > a .info_banner .stars .half-star {
    background-image: url('../../images/half-star-3x.png');
}
.app-banner > a .action {
    padding: 0 15px;
    padding-bottom: 2px;
    color: #0066cc;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.app-banner > a:hover .action {
    border-color: #0badff;
}
.app-banner.show_banner {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    display: flex;
}
.margin-banner-style{
    top:111px !important;
}
@media (max-width: 480px) {
    .app-banner .close {
        padding: 0 10px;
    }
    .app-banner > a .logo {
        height: 60px;
        width: auto;
    }
    .app-banner > a .info_banner {
        font-size: 0.8em;
    }
    .app-banner > a .info_banner .stars .star, .app-banner > a .info_banner .stars .half-star {
        width: 16px;
        height: 15px;
    }
    .app-banner > a .action {
        padding: 0 10px;
    }
}

#trinavegate{
    font-size: 2em;
    line-height: 36px;
    color: #004165;
    /* position: absolute;
    top: 0px;
    left: 15px;
    margin-top: 16px; */
    border-radius: 3px;
}

#aNavigate:hover {
    color: white;
    background-color: #004165;
}

#aNavigate {
    padding: 0 3px 8px 3px;
    border-radius: 3px;
    color: #004165;
}

#glifNav {
    line-height: 36px;
    font-size: .8em;
    color: #004165;
    padding: 0px 10px;
    border-radius: 3px;
    margin-top: 4px;
}

#glifNav:hover {
    color: white;
}

.wrap-logo-fix {
    transition: all .2s ease-in-out;
    padding-top: 7px;
}

@media (max-width: 768px) {

    .logo{
        max-width: 140px;
        transition: all .2s ease-in-out;
    }

    .container-fix{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #div-logo{
        text-align: center;
    }

    .reducedView > .wrapperHeader > #div-logo > .wrap-logo-fix > #myA > .logo{
        max-width: 155px;
        transition: all .2s ease-in-out;
    }

    .reducedView > .wrapperHeader > #div-logo > .wrap-logo-fix{
        padding-top: 8px;
        transition: all .2s ease-in-out;
    }

}

@media (min-width: 768px) {
    #div-logo{
        padding-top: 15px;
    }

    .reducedView > .wrapperHeader > #div-logo > .wrap-logo-fix > #myA > .logo{
        max-width: 140px;
        transition: all .2s ease-in-out;
    }

    .reducedView > .wrapperHeader > #div-logo > .wrap-logo-fix{
        padding-top: 0px;
        transition: all .2s ease-in-out;
    }
}

@media (max-width: 393px) {
    #ul-icons li{
        padding-right: 0px !important;
        float: none !important;
    }
    .logo{
        max-width: 140px;
    }

    .notifications{
        text-align: center !important;
    }
}