/* Style the header links */

.subheaderTop10Mainstream p {
    /*float: left;*/
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-family: gilroyFont;
    font-size: 24px;
    line-height: 24px;
    align-self: center;
    margin: auto;
    
}

.subheaderTop10Mainstream {
    overflow: hidden;
    background-color: #15A043;
    display: flex;
    flex-direction: row;

    /* UNIVERSAL PADDING */
    padding-left: calc(5% + 4px);
    padding-right: calc(5% + 4px);
   /* max-width: 1600px !important; */
    margin: auto;
    /*PADDING END*/

    justify-content: center;
    min-height: 80px;

    margin-top: 10px;
}

.chevron-reverse {
    color: white;
    justify-self: flex-start;
    align-self: center;
    height: 20px;
    cursor: pointer;
}