/* Internal resources menu bar. */

#internal { display: none; }


/* USC and Chan identity. */

#identity { width: 100%; position: relative; margin: 1.5vw 0; }


/* Social media identity. */

#social-identity { display: none; }


/* Chan identity. */

#chan-identity-2line { display: block; margin: 0; }
#chan-identity-2line img { width: 60%; height: auto; }
#chan-identity-3line { display: none; }


/* USC identity. */

#usc-identity { display: block; position: absolute; width: 18%; right: 0px; top: 0px; }
#usc-identity img { width: 100%; height: auto; }
#usc-identity-mobile { display: none; }


/* Search form. */

#search-form { display: none; }
