/*!
main styles 
 */ @import"https://uh.edu/css/uh-fonts.css";
.dropcap {
    text-transform: uppercase;
    float: left;
    font-size: 4em;
    line-height: .5;
    margin: .205em .153em .153em 0;
    font-weight: bold
}
.dropcap-red {
    text-transform: uppercase;
    float: left;
    font-size: 4em;
    line-height: .5;
    margin: .205em .153em .153em 0;
    font-weight: bold;
    color: #c8102e
}
.dropcap-gold {
    text-transform: uppercase;
    float: left;
    font-size: 4em;
    line-height: .5;
    margin: .2em .1em .1em 0;
    font-weight: bold;
    color: #f6be00
}
.dropcap-lg {
    font-size: 9em
}
::-moz-selection {
    background: #fff9d9;
    color: #54585a;
    text-shadow: none
}
::selection {
    background: #fff9d9;
    color: #54585a;
    text-shadow: none
}
form#cu-search {
    background-color: #fff9d9;
    color: #54585a;
    position: relative;
    width: 100%;
    z-index: 10;
    height: 60px;
    width: 100%
}
.icon-search:before, .icon-search-big:before, form.search-form:before {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}
input#search-query {
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #54585a;
    font-size: 28px;
    outline: none;
    padding: 0;
    position: relative;
    height: 52px;
    width: 100%;
    z-index: 1000
}
.lt-ie9 input#search-query {
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    height: 84px
}
input#search-query.placeholder {
    color: #54585a
}
input::placeholder {
    color: #54585a
}
.hidden {
    display: none !important
}
body {
    background: #fff
}
body {
    font-family: "Source Sans Pro", sans-serif, Arial, sans-serif
}
hr {
    border-color: #f6be00;
    border-width: 1px
}
hr.light {
    border-color: #fff
}
a {
    color: #c8102e;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s
}
a:hover, a:focus {
    color: #960c22
}
h1, h2, h3 {
    font-family: "League Gothic", Arial, sans-serif
}
h4, h5, h6 {
    font-family: "Source Sans Pro", sans-serif, Arial, sans-serif;
    font-weight: bold
}
p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5
}
blockquote {
    border-left: 5px solid #c8102e;
    padding: 1em;
    background-color: #eee
}
blockquote p {
    font-size: 25px
}
blockquote footer {
    font-size: 95%;
    color: #c8102e
}
.bg-primary {
    background-color: #c8102e
}
.bg-red {
    color: #fff;
    background-color: #c8102e
}
.bg-brick {
    color: #fff;
    background-color: #960c22
}
.bg-slate {
    color: #fff;
    background-color: #54585a
}
.bg-teal {
    background-color: #00b388
}
.bg-teal-30-percent {
    background-color: #b3e8db
}
.bg-green {
    background-color: #00866c
}
.bg-gold {
    background-color: #f6be00
}
.bg-cream {
    background-color: #fff9d9
}
.bg-lighter-gray {
    background-color: #f4f4f4
}
.bg-light-gray {
    background-color: #eee
}
.bg-white {
    background-color: #fff
}
.text-faded {
    color: rgba(255, 255, 255, .7)
}
section {
    padding: 1em 0
}
aside {
    padding: 1em 0
}
.no-padding {
    padding: 0
}
.color-red {
    color: #c8102e
}
.color-slate {
    color: #54585a
}
.color-teal {
    color: #00b388
}
.color-cream {
    color: #fff9d9
}
.color-white {
    color: #fff
}
.color-light-gray {
    color: #eee
}
.navbar-nav .nav-item:hover > .dropdown-menu {
    display: block
}
.navbar-header img {
    width: 275px;
    height: auto;
    padding-top: 10px;
    transition: all .4s ease-in-out 0s
}
.sm-logo img {
    width: 175px !important;
    transition: all .4s ease-in-out 0s
}
.navbar-red .navbar-nav .nav-link {
    color: #fff
}
.navbar-red .navbar-nav .nav-link:hover {
    color: #fff9d9
}
.custom-toggler.navbar-toggler {
    border-color: #fff
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.91)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}
#search-trigger {
    color: #fff9d9
}
#search-trigger:hover {
    color: #fff
}
#utility-nav a {
    color: #fff9d9;
    font-size: .95rem
}
#utility-nav a:hover {
    color: #fff
}
#primary-nav a {
    text-transform: uppercase;
    font-weight: 700
}
#main-content {
    background-color: #fff
}
#main-content h1 {
    font-size: 3rem;
    margin: 1rem 0 .5rem 0
}
#main-content h2 {
    font-size: 3rem
}
#main-content h3 {
    font-size: 2rem
}
#main-content h4 {
    font-size: 1.25rem
}
#main-content h5 {
    font-size: 1rem
}
#main-content h6 {
    font-size: .75rem
}
#main-content ul > li {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5
}
#main-content ol > li {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5
}
#main-content p a {
    text-decoration: underline
}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}
.nav-secondary {
    font-size: 16px;
    margin: 0 0 30px 0
}
.nav-secondary > nav, .nav-secondary > div, #sidebar > nav, #sidebar > div, #sidebar > article {
    margin: 30px 0
}
.nav-secondary > h2 + nav, .nav-secondary > h2 + div, #sidebar > h2 + nav, #sidebar > h2 + div, #sidebar > h2 + article, .nav-secondary > div:first-child {
    margin-top: 0
}
.site-title, .nav-secondary > * h4, #sidebar > * h4 {
    font-family: "Source Sans Pro", sans-serif;
    border-bottom: 1px dotted #cbcbcb;
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .125em;
    line-height: 21px;
    margin: 15px 0 12px 0;
    padding: 0 0 12px;
    text-transform: uppercase
}
.site-title a {
    text-decoration: none
}
.related-links {
    font-size: 16px;
    margin: 30px 0
}
.related-links ul {
    list-style: none;
    list-style-image: none;
    margin: 6px 0 0;
    padding: 0
}
.nav-secondary li, .related-links li {
    margin: 0;
    padding: 0
}
.nav-secondary li a, .related-links li a {
    text-decoration: none;
    display: block;
    line-height: 21px;
    padding: 7px 10px 7px;
    background: #fff;
    margin-left: -10px
}
.nav-secondary .selected ul, .nav-secondary .opened ul {
    padding-left: 10px
}
.nav-secondary .selected a, .nav-secondary .opened a {
    background: #f2f2f2;
    padding-left: 10px
}
.nav-secondary .selected > a {
    background: #c8102e;
    color: #fff
}
.nav-secondary .opened > a {
    background: #e6e6e6
}
.nav-secondary .contact h4, .nav-secondary .contact h6 {
    margin: 0 0 9px
}
.nav-secondary .contact p, .nav-secondary .contact address {
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 9px
}
.nav-secondary .social-media {
    list-style: none;
    margin: 15px 0 30px;
    padding: 0
}
.nav-secondary .social-media li {
    border: none;
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}
.nav-secondary .social-media li a {
    display: block;
    height: 32px;
    margin-left: 0;
    width: 32px
}
.nav-secondary h2 a:hover, .nav-secondary nav[role=navigation] a:hover {
    text-decoration: none
}
.lt-ie10 .nav-secondary h2 a:hover, .lt-ie10 .nav-secondary nav[role=navigation] a:hover {
    text-decoration: underline
}
.nav-secondary nav[role=navigation] a {
    -webkit-transition: background .1s linear .1s, padding .3s ease .1s;
    transition: background .1s linear .1s, padding .3s ease .1s
}
.nav-secondary nav[role=navigation] a:hover {
    background: #f2f2f2;
    padding-left: 10px
}
.nav-secondary nav[role=navigation] > ul > li > a:hover {
    padding-right: 0
}
.nav-secondary li.current_page_item > a {
    background: #c8102e;
    color: #fff
}
.nav-secondary li.current_page_item > a:hover {
    background: #960c22;
    color: #fff
}
.lt-ie10 .nav-secondary nav[role=navigation] a:hover {
    background: none;
    padding-left: 0
}
.lt-ie10 .nav-secondary nav[role=navigation] > ul > li > a:hover {
    padding-right: 0
}
.lt-ie10 .nav-secondary nav[role=navigation] .selected a:hover, .lt-ie10 .nav-secondary nav[role=navigation] .opened a:hover {
    padding-left: 10px !important
}
.nav-secondary nav[role=navigation] .opened > a:hover {
    background: #d9d9d9 !important
}
.nav-secondary nav[role=navigation] .selected > a:hover {
    background: #c8102e !important
}
.nav-secondary nav[role=navigation] .opened > ul a:hover, .nav-secondary nav[role=navigation] .selected > ul a:hover {
    background: #e5e5e5
}
.lt-ie10 .nav-secondary nav[role=navigation] .opened > ul a:hover, .lt-ie10 .nav-secondary nav[role=navigation] .selected > ul a:hover {
    background: #f2f2f2
}
.lt-ie10 .nav-secondary nav[role=navigation] .opened > a:hover {
    background: #e6e6e6 !important
}
.section-heading {
    margin-top: 0
}
.section-heading hr {
    width: 100px;
    border-color: #c8102e;
    border-width: 2px
}
h2.section-heading {
    font-size: 4em;
    color: #54585a
}
h2.featured-news {
    color: #54585a;
    text-transform: uppercase;
    font-size: 3.375rem;
    display: inline-block;
    margin: 0 1.5rem 0 0
}
.two-column {
    column-count: 2
}
.three-column {
    column-count: 3
}
.four-column {
    column-count: 4
}
.breadcrumb ul {
    display: inline-block;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    color: #c8102e;
    background-color: unset;
    border-radius: 0
}
.breadcrumb li a {
    text-decoration: none;
    color: unset;
    display: inline-block
}
.pagination .active .page-link {
    background-color: #c8102e;
    border-color: #c8102e
}
.pagination a.page-link {
    color: #c8102e
}
.pagination a.page-link:hover {
    color: #fff9d9;
    background-color: #960c22;
    border-color: #960c22
}
.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    border-color: #fff9d9;
    color: #000;
    background-color: #fff9d9
}
.btn-primary {
    color: #fff;
    background-color: #c8102e;
    border-color: #c8102e;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    border-color: #c8102e;
    color: #fff;
    background-color: #960c22
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}
.btn-teal {
    color: #fff;
    background-color: #00b388;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s
}
.btn-teal:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    border-color: #00866c;
    color: #fff;
    background-color: #00866c
}
.btn-gold {
    color: #000;
    background-color: #f6be00;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s
}
.btn-gold:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    border-color: #b97800;
    color: #fff;
    background-color: #b97800
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    border-color: #c8102e;
    background-color: #c8102e
}
.btn-primary .badge {
    color: #c8102e;
    background-color: #fff
}
.btn {
    text-transform: uppercase;
    font-family: "Milo", "Helvetica Neue", Arial, sans-serif
}
.btn-xl {
    padding: 15px 30px
}
a.btn-uh {
    color: #fff;
    background-color: #c8102e
}
a.btn.btn-primary {
    text-decoration: none !important
}
.modal-backdrop {
    z-index: 2000 !important
}
ul.main-footer-links {
    padding-left: 0
}
ul.main-footer-links li {
    list-style-type: none;
    margin: 0;
    padding: 0
}
ul.main-footer-links li a {
    color: #fff9d9;
    text-decoration: none
}
ul.main-footer-links li a:hover {
    color: #fff
}
.tech-footer h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.1rem;
    font-weight: bold
}
.tech-footer .btn-outline-light {
    border-color: #fff9d9;
    color: #fff9d9;
    transition: background .25s ease
}
.tech-footer .btn-outline-light:hover {
    background: #fff9d9;
    color: #c8102e
}
.tech-footer .social-media-list {
    list-style: none;
    margin-top: 0;
    padding: 9px 0 0;
    width: 100%;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}
.tech-footer .social-media-list li {
    margin: 0 10px 10px 0;
    padding: 0
}
.tech-footer .social-media-list a {
    background: #fff9d9;
    border-radius: 50%;
    display: block;
    height: 40px;
    padding: 8px;
    transition: background .25s ease;
    width: 40px
}
.tech-footer .social-media-list a:hover, .tech-footer .social-media-list a:focus {
    background: #fff
}
.social-media-list svg {
    fill: #c8102e
}
.uh-footer .global-footer {
    background-color: #54585a;
    color: #fff;
    padding: 1em 0
}
.uh-footer .global-footer a, .uh-footer .global-footer a:visited {
    color: #fff9d9;
    text-decoration: none
}
.uh-footer .global-footer a:hover, .uh-footer .global-footer a:focus, .uh-footer .global-footer a:visited:hover {
    color: #fff;
    text-decoration: none
}
.uh-footer .global-footer .copyright {
    display: inline;
    margin: 0 .5em 0 0;
    font-size: 14px
}
.uh-footer .global-footer .nav-required {
    display: inline
}
.uh-footer .global-footer .nav-required li {
    display: inline-block;
    margin-right: .5em
}
.uh-footer .global-footer .nav-item-highlighted a, .uh-footer .global-footer .nav-item-highlighted a:visited {
    color: #f6be00;
    text-decoration: none
}
.uh-footer .global-footer .nav-item-highlighted a:hover, .uh-footer .global-footer .nav-item-highlighted a:focus, .uh-footer .global-footer .nav-item-highlighted a:visited:hover {
    color: #fff
}
.global-footer ul.nav-required {
    padding-left: none !important
}
.home-3-title {
    font-family: "Source Sans Pro", sans-serif;
    color: #c8102e;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}
.home-2-title-container {
    display: flex;
    align-items: center;
    justify-content: center
}
#parallax-homepage-image {
    min-height: 350px;
    background-attachment: fixed;
    background-position: center
}
#video-homepage-image {
    min-height: 350px
}
.icon {
    height: 150px;
    width: 150px;
    background-color: #c8102e;
    border-radius: 50%;
    padding: 1rem
}
.featured-item:hover .icon {
    background-color: #00b388;
    transition: all .3s ease
}
.featured-item:hover h3 {
    color: #00b388;
    transition: all .3s ease
}
.featured-item:hover a {
    color: #00b388;
    transition: all .3s ease
}
.featured-item a {
    text-decoration: none
}
.article {
    border-bottom: 1px dotted #8d9599
}
#main-content p a[href$=".pdf"]:before {
    content: "";
    display: inline-block;
    margin-right: .2em;
    background: url(../img/pdf-icon-small.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px
}
ul.children {
    padding-left: 10px
}
ul.children a {
    background: #f4f4f4
}
ul.children a :hover {
    background: #8d9599
}
ul.sub-menu {
    padding-left: 10px
}
ul.sub-menu a {
    background: #f4f4f4
}
ul.sub-menu a :hover {
    background: #8d9599
}
#sticky-item {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0px;
    z-index: 1000
}
.grid figure {
    position: relative;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer
}
.grid figure img {
    position: relative;
    display: block;
    opacity: .8
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}
.grid figure h2 span {
    font-weight: 800;
    font-family: "Source Sans Pro", sans-serif
}
.grid figure h2, .grid figure p {
    margin: 0
}
.grid figure p {
    font-size: 68.5%
}
figure.effect-bubba {
    background: #d00000;
    margin-bottom: 24px
}
figure.effect-bubba img {
    opacity: .7;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}
figure.effect-bubba:hover img {
    opacity: .2
}
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: "";
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}
figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}
figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}
figure.effect-bubba h2 {
    padding-top: 10%;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    color: #fff
}
figure.effect-bubba p {
    padding: 10px 2.5em;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}
figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}
figure.effect-bubba:hover h2, figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, -20, 0);
    transform: translate3d(0, -20, 0)
}
#pofNav a.nav-link {
    color: #fff
}
#pofNav a.nav-link:hover {
    color: #fff9d9
} /*# sourceMappingURL=main.css.map */

/* Albert Styles */
.pt-title {
	color: #640817;
	margin-bottom: .3rem;
}
.spk-name {
	color: #960c22;
}