/* Hide anything from general USC/Chan identity that we don't want. */

#identity #social-identity { display: none; }
#identity #search-form { display: none; }


/* Adjust identity to allow for absence of social-media links. */

#chan-identity-3line { padding-top: 40px; }


/* Adjust content for absence of side-menu. */

@media (min-width: 768px)
   { #content { flex-basis: 100%; margin: 0 30px; } }


/* Use black for headers, including sub-headers. */

#content h1, #content h2, #content h3, #content h4 { color: black; }
#content .subheader { color: black; }


/* Specific tweaks for flexbox alignment. */

#content div.flexbox { align-items: center; }


/* Specific tweaks for list styles. */

#content ul { list-style-type: square; }
#content li { line-height: 125%; }
