.ticker-name {
    font-size: 48px;
    color: #001641!important;
    font-family: "Futura-PT", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
}

.ticker-nav {
    font-size: 34px;
    color: #7d8990;
    text-align: left;
    font-weight: bold!important;
    font-family: "Futura-PT","Helvetica Neue",Helvetica,Arial,sans-serif;
    max-height: 43px;
}

.ticker-nav-date, .empty-response-message {
    font-family: "Futura-PT","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500!important;
    font-size: 16px;
    margin-top: 5px;
}

.ticker-wrapper > h2::after {
    content: "";
    height: 0.25rem;
    margin-top: 1rem;
    width: 5rem;
    background-color: #0366FF;
    display: block;
}

.ticker-wrapper > h3 {
    text-transform: uppercase;
    font-size: 28px;
    color: #4890FF!important;
    line-height: 1.2em;
    text-align: left;
    font-weight: 700;
    margin-bottom: 0px;
}


@media only screen and (max-width: 767px){

    .ticker-name {
        font-size: 32px;
    }

}

@media (max-width: 414px) {

    .ticker-wrapper > h3 {
        margin-bottom: 10px;
    }

    .ticker-nav {
        font-size: 16px !important;
        line-height: 1.3em; 
    }
}