/*
 * 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.
 */

@media (min-width: 0px) {


  .t-header-logo-divide {
    height: 25%;
  }
}
@media (min-width: 1360px) {


  .t-header-logo-divide {
    height: 50%;
  }
}
