<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Standard Page CSS*/
 li &gt; ul, li &gt; ol, li &gt; dl {
	 margin-top: 0px;
}
 #content-well h2, #content-well h3, #content-well h4, #content-well h5 {
	 max-width:740px;
}
 #content-well h2 {
	 font: 3rem 'League Gothic', sans-serif;
	 line-height: 1;
	 margin-top: 40px;
}
 .highlight, .navTactical, #content-well p, #content-well ol, #content-well ul:not(.section-grid), #content-well blockquote, nav.row, dl, hr, .bs-example, .bs-callout, .table-bordered, nav.section-list, .panel-group, div.gold, .step-container{
	 max-width: 740px;
}
 #sm-directory-table {
     max-width: 100%;
}

/*
 #content-well p a, #content-well ol a {
	 text-decoration:underline;
}
 #content-well ul a {
	 text-decoration:underline;
}
*/

#content-well figure {
    margin: 1.25rem 0;
    border: 1px solid #f5f5f5;
    padding: 1.25rem;
}

#content-well figure figcaption {
    margin-top: 1.25rem;
    font-size: .85rem;
}

#content-well figure.small {
    max-width:740px;
}



/***** END *****/
 .links-list {
	 padding-left: 1em;
}
 .cta-link, .links-list a {
	 font-weight: normal;
}
.cta-link::after,
.section-links a::after {
    content: '\00a0&gt;';
    display: inline;
}
 .teaser .links-list {
	/* font: inherit;
	 */
	/* margin: 0.5rem 0 0;
	 */
}
 .teaser &gt; *:first-child {
	 margin-top: 0;
}
 .teaser .links-list &gt; li {
	 padding: 0 0 0.5rem;
}
 .teaser .links-list a {
	/* font-weight: bold;
	 */
}


blockquote p {
    font-size: 1.125rem;
    line-height: 1.5;
}

blockquote span.editorial {
    padding-left: 30px;
    margin: 1em 0;
    display: block;
}

blockquote span.editorial:first-child {
    margin-top:0;
}

blockquote span.editorial:last-child {
    margin-bottom:0;
}
 .btn {
	 transition: all 150ms ease;
}
 .btn-default {
	 box-shadow: inset 0 0 0 1px #e9e9e9;
}
 .red-btn {
	 border-radius: 50px;
	 padding: 12px;
	 font-size: 18px;
	 position: relative;
	 border: none;
	 padding-top: 10px;
	 padding-left: 24px;
}
 .red-btn span:after {
	 content: "";
	 background-size: contain;
	 display: inline-block;
	 height: 18px;
	 width: 22px;
	 margin-left: 8px;
	 margin-right: 5px;
	 margin-bottom: -3px;
	 transition: all 300ms ease;
}
 .red-btn.btn-primary span:after {
	 background: url(https://www.uh.edu/news-events/_images/arrow-right-solid.svg) center center no-repeat;
}
 .red-btn.btn-success span:after {
	 background: url(https://www.uh.edu/news-events/_images/arrow-right-solid.svg) center center no-repeat;
}
 .red-btn.btn-danger span:after {
	 background: url(https://www.uh.edu/news-events/_images/arrow-right-solid.svg) center center no-repeat;
}
 .red-btn.btn-default span:after {
	 background: url(https://www.uh.edu/news-events/_images/arrow-right-solid-black.svg) center center no-repeat;
}
 .red-btn.btn-warning span:after {
	 background: url(https://www.uh.edu/news-events/_images/arrow-right-solid-black.svg) center center no-repeat;
}
 .red-btn.btn-info span:after {
	 background: url(https://www.uh.edu/news-events/_images/arrow-right-solid-chocolate.svg) center center no-repeat;
}
 .red-btn:hover span:after {
	 margin-left: 13px;
	 margin-right: 0;
}

 .red-btn.btn-download span:after {
     transform: rotate(90deg);
}

 .red-btn.btn-download:hover span:after {
	 margin-top: 8px;
	 margin-bottom: -8px;
     margin-left: 8px;
	 margin-right: 5px;
}

img.np-social-icon {
    width: 32px;
    height: auto;
    display: inline-block;
    fill: #c8102e;
    vertical-align: middle;
    margin-right: 24px;
	margin-bottom: 24px;
    transition: all 0.25s ease;
}

img.np-social-icon:hover {
  filter: brightness(0.75);
  cursor: pointer;
  transition: all 0.25s ease;
}</pre></body></html>