/*
 * The handful of rules whose markup is rendered by BOTH Header.cshtml and
 * Footer.cshtml: the menu-list icon (header menu, and the login modal's help
 * links) and the logo divider (header brand, and SponsorLogosPartial, which the
 * footer renders). Both views link this file so either half stands alone.
 */

.t-menu-list-icon {
    margin-right: 5px;
    width: 32px;
    height: 32px;
    fill: #002e6c;
}



.t-header-logo-divide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2px;
    flex: 0 0 2px;
    margin: 0 5%;
    display: block;
    height: 80%;
    background-color: #ffffff;
}
