/*
 * University of Houston
 * Style Sheet for the UH Template Suite in Cascade Server
 * Created Spring 2013 by the UH Marketing & Communication Web Team
 * 
 * Table of Contents:
 * ------------------
 * UH Bootstrap (custom-generated bootstrap with additional custom styles)
 * UH Global (base, header, footer, and primary navigation styles)
 * Chrome Frame Prompt
 * Embedded Content
 * Secondary Navigation
 * Social Media Icons and Glyphicons
 * UH Main Navigation
 * Main Content
 * Sidebar
 * Articles
 * Cascade Server WYSIWYG Generated Classes
 * Home Page
 * Home Page Emergency
 * Home Page Feature
 * Gallery
 * Small Feature
 * Modules
 * RSS Module
 * News Module
 * Events Module
 * Twitter Module
 * SPIFF Module
 * Table of Contents
 * Links List
 * Page-Specific Styles
 * Media Queries
 * Print Styles
 * 
 */


/* ========================================================================
   UH Bootstrap (custom-generated bootstrap with additional custom styles)
   ======================================================================== */

@import url('uh-bootstrap.css');


/* ========================================================================
   UH Global (base, header, footer, and primary navigation styles)
   ======================================================================== */

@import url('uh-global.css');

/* 
 * Changes to UH Global Styles for the fixed width grid
 */

.top-bar nav > ul,
footer .bottom-bar .copyright {
    margin-right: 0;
    margin-left: 0;
}

.top-bar .search,
header[role="banner"] .logo a,
header[role="banner"] button,
.nav-primary,
footer[role="contentinfo"] figure,
footer[role="contentinfo"] dl,
footer .bottom-bar ul {
    margin-right: 0;
    margin-left: 24px;
}

/* 
 * Changes to UH Global Styles for the fluid grid
 */

@media all and (min-width: 0px) {

    header[role="banner"] .top-bar nav > ul {
        margin-right: 0;
        margin-left: 0;
        /*width: auto;*/
    }

    header[role="banner"] .top-bar .search {
        margin-right: 0;
        margin-left: 2.564102564102564%;
        width: 23.076923076923077%;
    }

    .top-bar .search input[type="text"] {
        width: 100%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
                box-sizing: border-box;
    }

    header[role="banner"] .logo a {
        margin-right: 0;
        /*width: 456px;*/
    }

    header[role="banner"] button[class*="span"] {
        float: right;
        left: 0;
        margin-right: 0;
    }

    footer[role="contentinfo"] .footer-links figure,
    footer[role="contentinfo"] .footer-links dl {
        margin-right: 0;
    }

    footer[role="contentinfo"] .row [class*="span"]:first-child.social-media {
        margin-right: 0;
        margin-left: 2.564102564102564%;
    }

    footer[role="contentinfo"] .copyright {
        margin-right: 0;
        margin-left: 0;
        width: 456px;
    }

    .container {
        /*margin: 0 2.4389%;*/
        margin: 0 auto;
        padding: 0;
        /*width: auto;*/
        width: 936px;
    }

}

/* 
 * Apply a natural box layout model to all elements:
 * http://paulirish.com/2012/box-sizing-border-box-ftw/ 
 */

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 */

::-moz-selection {
    background: #c00;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #c00;
    color: #fff;
    text-shadow: none;
}


/* ========================================================================
   Chrome Frame Prompt
   ======================================================================== */

.chromeframe {
    background: #ccc;
    color: #000;
    margin: 0.2em 0;
    padding: 0.2em 0;
}


/* ========================================================================
   Embedded Content
   ======================================================================== */

iframe.youtube {
    margin-top:    12px;
    margin-bottom: 12px;
}

.addthis_toolbox:empty {
    display: none;
}

.addthis_toolbox {
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 18px;
    padding: 10px 0 0 10px;
}

.addthis_toolbox .addthis_button_facebook_like iframe {
    width: 85px !important;
}

.addthis_toolbox .twitter-share-button {
    width: 90px !important;
}

.addthis_toolbox iframe {
    margin: 0;
}

.addthis_toolbox *,
#at20mc * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
        -ms-box-sizing: content-box;
            box-sizing: content-box;
}


/* ========================================================================
   Secondary Navigation
   ======================================================================== */

.nav-secondary {
    margin-top: 6px;
}

.nav-secondary > nav,
.nav-secondary > div,
#sidebar > nav,
#sidebar > div,
#sidebar > article {
    margin-bottom: 36px;
}

.site-title,
.nav-secondary > * h4,
#sidebar > * h4 {
    border-bottom: 1px solid #999;
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    padding: 7px 0;
}

.site-title a,
.nav-secondary > * h4 a,
#sidebar > * h4 a {
    color: #333;
}

.related-links {
    margin-bottom: 36px;
}

.related-links ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.nav-secondary li,
.related-links li {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
}

.nav-secondary li a,
.related-links li a {
    display: block;
    line-height: 21px;
    padding: 7px 6px 7px 0;
    background: white;
    padding-right: 9px;
    padding-left: 0;
}

.nav-secondary .selected ul,
.nav-secondary .opened ul {
    border-top: 1px solid #ccc;
    padding-left: 9px;
}

.nav-secondary .selected a,
.nav-secondary .opened a {
    background: #f2f2f2;
    padding-left: 9px;
}

.nav-secondary .selected > a {
    background: #c00;
    color: white;
}

.nav-secondary .opened > a {
    background: #E6E6E6;
}

.nav-secondary .selected li:last-child,
.nav-secondary .opened li:last-child {
    border-bottom: none;
}

.lt-ie9 .nav-secondary .selected li.last-child,
.lt-ie9 .nav-secondary .opened li.last-child {
    border-bottom: none;
}

.nav-secondary .contact h4,
.nav-secondary .contact h6 {
    line-height: 21px;
    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: 12px 0 36px;
    padding: 0;
}

.nav-secondary .social-media li {
    border: none;
    display: block;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}

.nav-secondary .social-media li a {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 3px;
}

.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;
}

/*
 * Secondary navigation hover effects
 */

.nav-secondary nav[role="navigation"] a {
    -webkit-transition: background .1s linear .1s, padding .3s ease .1s;
       -moz-transition: background .1s linear .1s, padding .3s ease .1s;
        -ms-transition: background .1s linear .1s, padding .3s ease .1s;
         -o-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: 9px;
}

.nav-secondary nav[role="navigation"] > ul > li > a:hover {
    padding-right: 0;
}

.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: 9px !important;
}

.nav-secondary nav[role="navigation"] .opened > a:hover {
    background: #d9d9d9 !important;
}

.nav-secondary nav[role="navigation"] .selected > a:hover {
    background: #c00 !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;
}


/* ========================================================================
   Social Media Icons and Glyphicons
   ======================================================================== */

.social-media .email {
    background: transparent url('https://uh.edu/images/social/email.png') no-repeat;
}

.social-media .twitter {
    background: transparent url('https://uh.edu/images/social/twitter-2.png') no-repeat;
}

.social-media .facebook {
    background: transparent url('https://uh.edu/images/social/facebook.png') no-repeat;
}

.social-media .youtube {
    background: transparent url('https://uh.edu/images/social/youtube.png') no-repeat;
}

.social-media .google-plus {
    background: transparent url('https://uh.edu/images/social/google-plus.png') no-repeat;
}

.social-media .instagram {
    background: transparent url('https://uh.edu/images/social/instagram-new.png') no-repeat;
}

.social-media .linkedin {
    background: transparent url('https://uh.edu/images/social/linkedin.png') no-repeat;
}

.glyphicon-giving {
    background: transparent url('https://uh.edu/css/backgrounds/icon-giving.svg') no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 24px;
    margin: -4px 2.5% 0 -2.5%;
    position: relative;
    padding: 0;
    vertical-align: middle;
    width: 24px;
}

.lt-ie8 .glyphicon-giving {
    margin-top: 7px;
}

.no-inlinesvg .glyphicon-giving {
    background: transparent url('https://uh.edu/css/backgrounds/icon-giving.png') no-repeat;
}


/* ========================================================================
   Main Content
   ======================================================================== */

#wrap {
    min-height: 480px;
}

#main {
    padding-bottom: 24px;
}

#main > header h1 {
    border-bottom: 1px solid #999;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
}

#announcement {
    float: left;
    margin-top: 12px;
}

#announcement > *:last-child {
    margin-bottom: 0;
}

.lt-ie9 #announcement > *.last-child {
    margin-bottom: 0;
}

#content-well {
    margin-top: 9px;
}

#content-well > h2:first-child {
    margin-top: 18px;
}

.feature + #content-well {
    /*padding-top: 18px;*/
}

.lt-ie9 .feature + #content-well > p.first-child {
    /*margin-top: 9px;*/
}

#content-well > p:first-child,
#content-well > ul:first-child,
#content-well > ol:first-child,
#content-well > dl:first-child {
    /*margin-top: 9px;*/
}

#content-well > table:first-child {
    margin-top: 9px;
}

.feature {
    margin-bottom: 18px;
}


/* ========================================================================
   Sidebar
   ======================================================================== */

#sidebar {
    line-height: 21px;
    position: relative;
}

#sidebar p {
    line-height: 21px;
}

#sidebar .featured-image {
    margin-bottom: 24px;
}

#sidebar .featured-image + * {
    margin-top: 0;
}

#sidebar .featured-image + .module.affix {
    margin-top: 24px;
}


/* ========================================================================
   Articles
   ======================================================================== */

.hentry header {

}

.hentry h2 a {
    text-decoration: none;
}

.hentry time {
    display: block;
    margin-bottom: 12px;
}

.hentry .byline {

}

.hentry footer {
    clear: both;
}

time + .author {
    margin-top: 0;
}

.author {
    margin-top: 12px;
    margin-bottom: 0;
}

.date {
    font-weight: bold;
    margin: 0;
}

.date + h3 {
    margin-top: 6px;
}


/* ========================================================================
   Cascade Server WYSIWYG Generated Classes
   ======================================================================== */

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 0 24px 24px 0;
}

.alignright {
    float: right;
    margin: 0 0 24px 24px;
}


/* ========================================================================
   Home Page
   ======================================================================== */

.uh-home {

}


/* ========================================================================
   Home Page Emergency
   ======================================================================== */

.emergency {
    background: #ffffbf;
    background: rgba(255,255,0,.25);
    color: #000;
    display: block;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
    padding: 18px 24px;
    width: 936px;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    -webkit-box-shadow: inset 1px 1px 12px rgba(0,0,0,.5);
       -moz-box-shadow: inset 1px 1px 12px rgba(0,0,0,.5); 
            box-shadow: inset 1px 1px 12px rgba(0,0,0,.5);
}

.lt-ie9 .emergency {
    padding: 18px 0;
    position: relative;
    text-indent: 24px;
}

.emergency h1 {
    color: #c00;
    font-family: 'TexGyreAdventor', sans-serif;
    font-weight: bold;
    margin: 6px 0 6px;
    padding: 0;
}

.fontface .emergency h1:before {
    color: #c00;
    content: "!";
    font-family: Pictos;
    font-size: 32px;
    font-weight: normal;
    line-height: 1px;
    padding-right: 8px;
    text-transform: none;
}

.emergency p {
    margin: 6px 0 0;
    padding: 0;
}


/* ========================================================================
   Home Page Feature
   ======================================================================== */

.flexslider {
    display: block;
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
}

.flexslider li {
    margin: 0;
}

.flexslider figcaption {
    background-color: black;
    background-color: rgba(0,0,0,.75);
    bottom: 24px;
    color: white;
    left: 24px;
    padding: 6px 18px 9px;
    position: absolute;
}

.home-page .flexslider figcaption {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 6px 12px 6px;
    position: absolute;
    width: 100%;
}

.no-rgba .flexslider figcaption {
    background: transparent url('https://uh.edu/css/backgrounds/feature-caption-bg.png') repeat;
}

.flexslider p,
.flexslider h4 {
    margin: 0;
    padding: 0;
}

.flexslider h4 {
    color: #fff;
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 6px;
    text-decoration: none;
}

.flexslider p {
    color: white;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 21px;
}

.flexslider a,
.flexslider a:visited {
    color: #fff;
    display: block;
    text-decoration: none;
}

/* Browser Resets */
.flex-container a,
.flexslider a,
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* FlexSlider Necessary Styles */
.flexslider {
    padding: 0;
}

.flexslider .slides > li {
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    display: none;
    /*-webkit-backface-visibility: hidden;*/
}

.flexslider .slides img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    /*max-height: 100%;*/
    position: relative;
}

/* Clearfix for the .slides element */
.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {
    display: block;
}


.flex-container {
    /* Suggested container for "Slide" animation setups. */
    position: relative;
    zoom: 1;
}

.flexslider {
    max-height: none;
    position: relative;
    z-index: 0;
    zoom: 1;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides > li {
    position: relative;
}

.flex-direction-nav {
    height: 0;
}

.flex-direction-nav a {
    background: url('https://uh.edu/css/backgrounds/feature-arrows.png') no-repeat 0 center;
    cursor: pointer;
    display: block;
    height: 100%;
    margin: -24px 0 0;
    opacity: 0;
    position: absolute;
    text-indent: -999em;
    top: 24px;
    width: 48px; filter:alpha(opacity=0);
    -webkit-transition: opacity .2s ease-in-out;
       -moz-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
         -o-transition: opacity .2s ease-in-out;
            transition: opacity .2s ease-in-out;
}

.flexslider:hover .flex-direction-nav a {
    opacity: 0.75; filter:alpha(opacity=75);
}

.flex-direction-nav .flex-next {
    background-position: -48px center;
    right: 0;
    -webkit-border-radius: 5px 0 0 5px;
       -moz-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px;
}

.flex-direction-nav .flex-prev {
    left: 0;
    -webkit-border-radius: 0 5px 5px 0;
       -moz-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0;
}

.flex-direction-nav .flex-disabled {
    cursor: default;
    opacity: 0.3; filter:alpha(opacity=30);
}

.lt-ie9 .home-page .flexslider li {
    height: 288px;
}


/* ========================================================================
   Gallery
   ======================================================================== */

#gallery {
    border: 1px solid #ccc;
    margin-bottom: 24px;
    padding: 5px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

#carousel {
    margin-top: 5px;
}

#carousel .slides {
    height: 140px;
    overflow: hidden;
}

#carousel li {
    margin-right: 5px;
}

#carousel img {
    border: none;
    cursor: pointer;
    display: block;
    max-height: none;
    opacity: 0.5; filter:alpha(opacity=50);
}

#carousel img:hover {
    opacity: 1; filter:alpha(opacity=100);
}

#carousel .flex-active-slide img {
    cursor: default;
    opacity: 1; filter:alpha(opacity=100);
}

#gallery .flexslider figcaption {
    bottom: 0;
    left: 0;
    padding: 6px 12px 6px;
    position: absolute;
    width: 100%;
}


/* ========================================================================
   Small Feature
   ======================================================================== */

.small-feature {
    height: 360px;
    margin-bottom: 36px;
    overflow: hidden;
    position: relative;
}

.small-feature figcaption {
    background-color: #c00;
    background-color: rgba(204,0,0,.75);
    border: 1px solid #fff;
    bottom: 24px;
    color: #fff;
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 30px;
    font-weight: bold;
    left: 24px;
    line-height: 45px;
    padding: 6px 18px;
    position: absolute;
    text-transform: uppercase;
}

.small-feature figcaption {
    background-color: #c00;
    background-color: rgba(204,0,0,.75);
    border: 1px solid #fff;
    bottom: 24px;
    color: #fff;
    left: 24px;
    padding: 6px 18px;
    position: absolute;
}
.small-feature figcaption h4 {
    color: #fff !important;
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 0 !important ;
    text-transform: uppercase;
}
.small-feature figcaption p{
    color: #fff !important;
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    text-transform: capitalize;
}


/* ========================================================================
   Modules
   ======================================================================== */

.module {
    /*background: #fcfcfc;*/
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    line-height: 21px;
    margin: 24px 0;
    position: relative;
    width: 100%;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
            box-shadow: 0 1px 3px rgba(0,0,0,.25);
    *border: 0;
}

.module.affix {
    position: fixed;
}

.module * {
    line-height: 21px;
}

.home-page .module {
    /*height: 318px;*/
}

.gateway .left-column,
.gateway .right-column {
    width: 50%;
}

.gateway .left-column {
    float: left;
}

.gateway .right-column {
    float: right;
}

.gateway .module {
    width: 454px;
}

.gateway .module dt {
    border-top: 1px dotted #999;
}

.gateway .module-events dt {
    border-top: none;
    padding-right: 0;
    text-align: left;
    width: 72px;
}

.gateway .module-events dd {
    min-height: 0;
}

.gateway .module-events .day:after {
    content: ': ';
}

.gateway .module-events header h1:before {
    display: none;
}

.module a {
    text-decoration: none;
}

.module a:hover {
    text-decoration: underline;
}

.module img {
    height: auto;
    max-width: 100%;
}

.module p {
    margin: 9px 0 0;
}

.module ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.module li {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 6px 12px 9px;
}

.module li a {
}

.module ol {
    counter-reset: li; /* Initiate a counter */
    margin: 0;
    padding: 0;
}

.module ol > li {
    list-style: none; /* Disable the normal item numbering */
    padding-left: 36px;
    position: relative;
}
.module ol > li:before {
    content: counter(li)'.'; /* Use the counter as content */
    counter-increment: li; /* Increment the counter by 1 */
    left: 12px;
    margin-right: 8px;
    position: absolute;
    width: 2em;
}

.module li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}
/* IE */
.module li.jquery {
    border-bottom: none;
    margin-bottom: 0;
}

.module p + ol li:first-of-type {
    border-top: 1px dotted #999;
    padding-top: 9px;
}
/* IE */
.module p + ol li.jquery {
    border-top: 1px dotted #999;
    padding-top: 9px;
}

.module dt {
    margin: 0;
    padding: 9px 12px 0;
}

.module dt:first-of-type {
    border-top: none;
}
/* IE */
.module dt.jquery {
    border-top: none;
}

.module dd {
    margin: 0;
    padding: 0 12px 9px;
}

.module iframe {
    border: none;
    margin-bottom: -5px;
}

.home-page .module ul,
.home-page .module dl {
    /*height: 243px;*/
    /*overflow-x: hidden;*/
    /*overflow-y: scroll;*/
    /*width: 234px;*/
}

.no-touch .home-page .module ul::-webkit-scrollbar,
.no-touch .home-page .module dl::-webkit-scrollbar {
    /*height: 20px;*/
    /*width: 20px;*/
    /*-webkit-appearance: none;*/
}

.touch .home-page .module ul,
.touch .home-page .module dl {
    /*width: 214px;*/
}

.module header {
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:    -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:     -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:      -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:         linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-bottom: 1px solid #b3b3b3;
    padding: 6px 12px;
    position: relative;
    -webkit-border-top-right-radius: 3px;
     -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topright: 3px;
         -moz-border-radius-topleft: 3px;
            border-top-right-radius: 3px;
             border-top-left-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    *background-color: #e6e6e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
}

.module header h4 {
    color: #333;
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding-bottom: 0;
    text-transform: none;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    vertical-align: middle;
}

.module footer {
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:    -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:     -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:      -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:         linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-top: 1px solid #ccc;
    bottom: 0;
    color: #333;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 12px;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    vertical-align: middle;
    width: 100%;
    -webkit-border-radius: 0 0 2px 2px;
       -moz-border-radius: 0 0 2px 2px;
            border-radius: 0 0 2px 2px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    *background-color: #e6e6e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
}

.uh-home .module footer {
    position: absolute;
    -webkit-box-shadow: 0 -1px 6px #ddd;
       -moz-box-shadow: 0 -1px 6px #ddd;
            box-shadow: 0 -1px 6px #ddd;
}

.module h5 {
    font-family: sans-serif;
    font-weight: normal;
    margin: 0 0 -2px;
}

.module h5 + p {
    margin-top: 0;
}


/* ========================================================================
   RSS Module
   ======================================================================== */

.module-rss {
    overflow: hidden;
}

.rss-feed {
    overflow-y: scroll;
}

.lt-ie8 .module-rss {
    border: 1px solid #ccc;
}


/* ========================================================================
   News Module
   ======================================================================== */

.module-news {
    overflow: hidden;
}

.lt-ie8 .module-news {
    border: 1px solid #ccc;
    /*width: 212px;*/
}

.home-page .module-news {
    /*height: 360px;*/
    /*margin-top: 12px;*/
}

.home-page .module-news ul {
    /*height: 284px;*/
}

.uh-home .module-news header {
    position: relative;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 6px #ddd;
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 6px #ddd;
            box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 6px #ddd;
}

.fontface .module-news header h1:before {
    color: #333;
    content: "N";
    font-family: Pictos;
    font-size: 17px;
    font-weight: normal;
    line-height: 9px;
    padding-right: 6px;
    position: relative;
    text-transform: none;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    top: 0;
    width: 21px;
}


/* ========================================================================
   Events Module
   ======================================================================== */

.module-events {
    overflow: hidden;
}

.lt-ie8 .module-events {
    border: 1px solid #ccc;
    /*width: 212px;*/
}

.uh-home .module-events header {
    position: relative;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 6px #ddd;
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 6px #ddd;
            box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 6px #ddd;
}

.fontface .module-events header h1:before {
    color: #333;
    content: "\\";
    font-family: Pictos;
    font-size: 17px;
    font-weight: normal;
    line-height: 9px;
    padding-right: 6px;
    position: relative;
    text-transform: none;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    top: -1px;
}

.module-events dl {
    margin: 0;
}

.module-events dt {
    clear: left;
    display: block;
    float: left;
    font-weight: normal;
    padding: 6px 12px 9px;
    text-align: center;
    width: 54px;
}

.lt-ie8 .module-events dt {
    border-bottom: 1px solid #ccc;
    width: 30px;
}

.module-events dd {
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 0;
    min-height: 42px;
    padding: 6px 12px 9px 54px;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
        -ms-box-sizing: content-box;
            box-sizing: content-box;
}

.lt-ie8 .module-events dd {
    margin-left: 54px;
    padding: 9px 12px 9px 0;
    width: 148px;
}

.module-events dd:last-of-type {
    border-bottom: none;
}
/* IE */
.module-events dd.jquery {
    border-bottom: none;
}

.module-events h5 {
    margin-bottom: -2px;
}


/* ========================================================================
   Twitter Module
   ======================================================================== */

.lt-ie8 .module-twitter {
    border: 1px solid #ccc;
}

.module-twitter img {
    display: block;
    float: left;
    height: 36px;
    margin-top: 5px;
    width: 36px;
    border-radius: 4px;
}

.module-twitter h5 {
    margin-bottom: -2px;
    padding: 0 0 0 48px;
}

.module-twitter p {
    padding: 0 0 0 48px;
}

.lt-ie8 .module-twitter h5 {
    /*margin-top: -21px;*/
}


/* ========================================================================
   SPIFF Module
   ======================================================================== */

.module-spiff,
.module-spiff header,
.module-spiff footer {
    background: none;
    border: none;
    padding: 6px 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.module-spiff {
    overflow: visible;
    padding: 3px 0;
}

.module-spiff header {
    border-bottom: 1px solid #b3b3b3;
}

.module-spiff footer {
    padding: 0;
    position: relative;
}

.module-spiff footer a.btn {
    color: #333;
}

.module-spiff footer a.btn:hover {
    border-bottom: 1px solid #ccc;
    color: #333;
}

.module-spiff h4 {
    border-bottom: 1px solid #999;
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    padding: 7px 0;
}

.module-spiff h6 {
    font-weight: normal;
    line-height: 21px;
    margin: 9px 0 6px;
    padding: 0;
}

.module-spiff p {
    line-height: 21px;
    margin: 6px 0 0;
    padding: 0;
}

.module-spiff p + p {
    line-height: 21px;
    margin: 12px 0 0;
    padding: 0;
}

.module-spiff h6 + p {
    /*margin-top: 0;*/
}

.module-spiff figure img,
.module-spiff img {
    border: none;
}

.module-spiff img {
    width: 100%;
}

.module-spiff figure figcaption {
    margin: 12px 0;
    padding: 0;
}

.spiff-bank {
    background: #f2f2f2;
    background: rgba(0,0,0,.05);
    display: block;
    float: left;
    margin: 0;
    padding: 12px 0 36px;
    position: relative;
}

.spiff-bank:before,
.spiff-bank:after {
   background: #f2f2f2;
   background: rgba(0,0,0,.05);
   bottom: 0;
   content: "";
   display: block;
   position: absolute;
   top: 0;
   width: 9999px;
}

.spiff-bank:before {
   right: 100%; 
}

.spiff-bank:after {
   left: 100%;
}

.spiff-bank .module-spiff {
    margin-top: 24px;
}


/* ========================================================================
   Table of Contents
   ======================================================================== */

/*
 * New table of contents styles
 */

.table-of-contents {
    top: 0;
}

.lt-ie8 .table-of-contents {
    border: 1px solid #ccc;
}

.table-of-contents li {
    padding: 0;
}

.table-of-contents li a {
    display: block;
    padding: 7px 3px 7px 12px;
}

.table-of-contents .active a,
.table-of-contents .active a:hover {
    background: #c00;
    color: white;
}

.table-of-contents ul li:first-child a {
    border-radius: 3px 3px 0 0;
}

.table-of-contents ul li:last-child a {
    border-radius: 0 0 3px 3px;
}

.table-of-contents .top-link {
    color: #999;
    display: none;
    font-size: 13px;
    margin-top: 7px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.table-of-contents.affix .top-link {
    display: block;
}

.table-of-contents.affix a {
    display: block !important;
}

/*
 * Old anchors list styles
 * To be deprecated soon
 */

#anchors {

}

#anchors ul {
    margin-top: 18px;
}

#anchors li {
    margin: 0;
}

#anchors.inline ul {
    list-style: none;
    padding: 0;
}

#anchors.inline li {
    border-right: 1px solid #ccc;
    display: inline;
    margin-right: 1px;
    padding-right: 5px;
}

#anchors.inline ul li:last-child {
    border-right: none;
    display: inline;
    margin-right: 0;
    padding-right: 0;
}



/* ========================================================================
   Links List
   ======================================================================== */

.links-list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 36px;
}

.links-list dt {
    border-bottom: 1px solid #b3b3b3;
    color: #333;
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    padding: 6px 0;
}

.links-list dd,
.links-list li {
    display: block;
    margin: 12px 0;
}

.links-list a {
    text-decoration: none;
}

.links-list a:hover {
    border-bottom: 1px dotted #c00;
}

.gateway .links-list:nth-of-type(4n+1) {
    clear: left;
}
/* IE */
.gateway .links-list.jquery {
    clear: left;
    float: left;
}


/* ========================================================================
   Page-Specific Styles
   ======================================================================== */

.apply-to-uh .container > h1 {
    margin-bottom: 18px;
    position: relative;
    top: -1px;
}

.apply-to-uh .container > h1 + nav {
    position: relative;
    top: -12px;
}

.apply-to-uh .container > h1 + nav .btn {
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 31px;
    margin-bottom: 12px;
    padding: 0;
}

.apply-to-uh .container > h1 + nav .btn .caret {
    margin-top: 14px;
    margin-left: 9px;
}

.apply-to-uh .apply-now .btn {
    width: 100%;
}

.apply-to-uh #uhslideshow {
    float: left;
}

.apply-to-uh .module:nth-child(odd) {
    clear: left;
}
/* IE */
.lt-ie8 .apply-to-uh .module.clearleft {
    background: white !important;
    clear: left;
    position: relative;
}


/* ========================================================================
   Media Queries
   ======================================================================== */

@media all and (min-width: 0px) {
    .container {
        margin: 0 2.4389%;
        padding: 0;
        width: auto;
    }
}

@media only screen and (min-width: 984px) {
    .container {
        margin: 0 auto;
        max-width: 936px;
    }
    .nav-primary .parents > li:first-child > a {
        padding-left: 12px;
    }
}
@media only screen and (max-width: 984px) {
    footer .social-media li:last-child {
        margin-right: 0;
    }
    .nav-primary .parents > li {
        -webkit-transition: .1s border-width linear .1s;
           -moz-transition: .1s border-width linear .1s;
            -ms-transition: .1s border-width linear .1s;
             -o-transition: .1s border-width linear .1s;
                transition: .1s border-width linear .1s;
    }
    .nav-primary .parents > li > a {
        padding: 0 10px;
    }
    .nav-primary .parents > li > a .caret {
        margin-left: 6px;
    }
}
@media only screen and (max-width: 960px) {
    .nav-primary .parents > li > a {
        padding: 0 9px;
    }
    .nav-primary .parents > li > a .caret {
        margin-left: 6px;
    }
}
@media only screen and (max-width: 936px) {
    .nav-primary .parents > li > a {
        padding: 0 8px;
    }
    .nav-primary .parents > li > a .caret {
        margin-left: 5px;
    }
}
@media only screen and (max-width: 912px) {
    .nav-primary .parents > li > a {
        padding: 0 7px;
    }
    .nav-primary .parents > li > a .caret {
        margin-left: 4px;
    }
}
@media only screen and (max-width: 888px) {
    .nav-primary .parents > li > a {
        padding: 0 12px;
    }
    .nav-primary .parents > li > a .caret {
        display: none;
    }
}
@media only screen and (max-width: 872px) {
    .nav-primary .parents > li > a {
        padding: 0 11px;
    }
}
@media only screen and (max-width: 856px) {
    .nav-primary .parents > li > a {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 840px) {
    .nav-primary .parents > li > a {
        padding: 0 9px;
    }
}
@media only screen and (max-width: 824px) {
    .nav-primary .parents > li > a {
        padding: 0 8px;
    }
}
@media only screen and (max-width: 808px) {
    .nav-primary .parents > li > a {
        padding: 0 7px;
    }
}
@media only screen and (max-width: 792px) {
    .nav-primary .parents > li > a {
        padding: 0 6px;
    }
}
@media only screen and (max-width: 778px) {
    .nav-primary .parents > li:first-child > a {
        padding-left: 12px;
    }
    .nav-primary .parents > li,
    .nav-primary .parents > li:hover {
        border: none;
    }
}
/*@media only screen and (max-width: 760px) {
    .nav-primary .parents > li:first-child > a {
        padding-left: 10px;
    }
    .nav-primary .parents > li > a {
        padding: 0 5px;
    }
}*/

@media only screen and (min-width: 768px) {
    #mobile-header {
        display: none;
    }
}

/* Mobile layout */

@media only screen and (max-width: 767px) {
    .no-touch.no-overflowscrolling html {
        overflow-y: scroll !important;
    }
}
@media only screen and (max-width: 747px) {
    .no-touch.no-overflowscrolling html {
        overflow-y: hidden !important;
    }
}

@media only screen and (max-width: 767px) {

    html {
        background: #333;
    }

    html,
    body {
        margin: 0;
        position: relative;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    a:hover {
        text-decoration: none !important;
    }

    #mobile-header {
        background: #c00 url('https://uh.edu/css/backgrounds/uh-logo-mobile.svg') no-repeat 60px center;
        background-size: 200px;
        display: block;
        height: 48px;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 99;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.2), 0 3px 3px rgba(0,0,0,.2);
           -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.2), 0 3px 3px rgba(0,0,0,.2);
                box-shadow: inset 0 -1px 0 rgba(0,0,0,.2), 0 3px 3px rgba(0,0,0,.2);
    }

    .no-inlinesvg #mobile-header {
        background: #c00 url('https://uh.edu/css/backgrounds/uh-logo-mobile.png') no-repeat 60px center;
    }

    #mobile-header .menu-button {
        background: #333 url('https://uh.edu/css/backgrounds/menu-icon.svg') no-repeat center center;
        display: block;
        float: left;
        height: 48px;
        text-indent: -999em;
        width: 48px;
        -webkit-box-shadow: inset -1px 0 0 rgba(0,0,0,.25), 1px 0 0 rgba(255,255,255,.15);
           -moz-box-shadow: inset -1px 0 0 rgba(0,0,0,.25), 1px 0 0 rgba(255,255,255,.15);
                box-shadow: inset -1px 0 0 rgba(0,0,0,.25), 1px 0 0 rgba(255,255,255,.15);
    }

    .no-inlinesvg #mobile-header .menu-button {
        background: #333 url('https://uh.edu/css/backgrounds/menu-icon.png') no-repeat center center;
    }

    #mobile-header .accessuh-button {
        background: transparent url('https://uh.edu/css/backgrounds/accessuh-icon.svg') no-repeat center center;
        background-size: 67%;
        display: block;
        float: right;
        height: 48px;
        text-indent: -999em;
        width: 48px;
        -webkit-box-shadow: -1px 0 0 rgba(0,0,0,.25), inset 1px 0 0 rgba(255,255,255,.15);
           -moz-box-shadow: -1px 0 0 rgba(0,0,0,.25), inset 1px 0 0 rgba(255,255,255,.15);
                box-shadow: -1px 0 0 rgba(0,0,0,.25), inset 1px 0 0 rgba(255,255,255,.15);
    }

    .no-inlinesvg #mobile-header .accessuh-button {
        background: transparent url('https://uh.edu/css/backgrounds/accessuh-icon.png') no-repeat center center;
    }

    #mobile-header form {
        background: #333;
        height: 48px;
        left: -272px;
        margin: 0;
        position: absolute;
        top: 0;
        width: 272px;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.2), -6px 6px 6px rgba(0,0,0,.2);
           -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.2), -6px 6px 6px rgba(0,0,0,.2);
                box-shadow: inset 0 -1px 0 rgba(0,0,0,.2), -6px 6px 6px rgba(0,0,0,.2);
    }

    #mobile-header fieldset {
        border: 0;
        margin: 0;
        padding: 0;
    }

    #mobile-header .search input[type="text"] {
        background: #fff;
        border: none;
        color: #333;
        font-family: 'TexGyreAdventor', sans-serif;
        font-size: 16px;
        font-weight: normal;
        height: 36px;
        margin: 6px 0 0 6px;
        padding: 0 30px 0 9px;
        text-shadow: 0 0 1px #ddd;
        width: 260px;
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
        -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.25);
           -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,.25);
                box-shadow: inset 1px 1px 3px rgba(0,0,0,.25);
    }

    .no-boxsizing #mobile-header .search input[type="text"] {
        width: 192px;    
    }

    #mobile-header .search ::-webkit-input-placeholder {
       color: #333;
    }

    #mobile-header .search :-moz-placeholder {
       color: #333;
    }

    #mobile-header .search input[type="submit"] {
        background: #c00 url('https://uh.edu/css/backgrounds/search.svg') no-repeat center center;
        border: 1px solid rgba(0,0,0,.125);
        color: transparent !important;
        cursor: pointer;
        font: 0/0 a;
        height: 30px;
        padding: 0;
        position: absolute;
        right: 9px;
        text-shadow: none;
        top: 9px;
        width: 30px;
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
    }

    .no-inlinesvg #mobile-header .search input[type="submit"] {
        background: #c00 url('https://uh.edu/css/backgrounds/search.png') no-repeat center center;
    }

    #banner,
    #wrap,
    #page,
    #mobile-header {
        display: block;
        position: relative;
        width: 100%;
        -webkit-transition: .2s margin ease, .2s left ease;
           -moz-transition: .2s margin ease, .2s left ease;
            -ms-transition: .2s margin ease, .2s left ease;
             -o-transition: .2s margin ease, .2s left ease;
                transition: .2s margin ease, .2s left ease;
    }

    #banner {
        background: #333;
        bottom: 0;
        float: left;
        left: 0;
        margin-left: -272px;
        overflow: auto;
        position: absolute;
        top: 47px;
        width: 272px;
        z-index: 1;
        -webkit-box-shadow: inset -6px 0 6px rgba(0,0,0,.2);
           -moz-box-shadow: inset -6px 0 6px rgba(0,0,0,.2);
                box-shadow: inset -6px 0 6px rgba(0,0,0,.2);
        -webkit-overflow-scrolling: touch;
    }

    #banner ul {
        display: block;
        height: 100% ;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #banner li {
        position: relative;
    }

    #banner li a,
    #content-info .footer-links dt,
    #content-info .footer-links dd {
        border-bottom: 1px solid rgba(0,0,0,.2);
        color: #fff;
        display: block;
        font-family: 'TexGyreAdventor', sans-serif;
        font-size: 16px;
        line-height: 21px;
        padding: 12px 15px 10px;
        position: relative;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(0,0,0,.5);
        box-shadow: 0 1px 0 rgba(255,255,255,.2) inset;
    }

    #banner .logo,
    #banner form {
        display: none;
    }

    #banner .top-bar {
        /*background: #333;*/
        background: transparent;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
    }

    #banner .top-bar nav > ul:after {
        display: none !important;
    }

    #banner div,
    #banner nav,
    #banner ul,
    #banner li {
        display: block;
        height: auto;
        left: 0;
        margin: 0;
        top: 0;
        width: 100%;
        border-radius: 0;
    }

    #banner li:hover,
    #banner a:hover {
        background: none;
    }

    #banner .top-bar li:first-of-type a {
        /*padding-top: 11px;*/
    }

    #banner .nav-primary {
        background: #c00;
        box-shadow: inset -6px 0 6px rgba(0,0,0,.2);
    }

    #banner .nav-primary.alt {
        background: #7d7d7d;
    }

    #banner .nav-uh-home,
    #banner .nav-uh-home:hover {
        background: #c00;
        box-shadow: inset -6px 0 6px rgba(0, 0, 0, .1);
    }

    #banner .nav-uh-home > a {
        height: auto;
    }

    #banner .nav-primary ul ul {
        display: none;
    }

    #banner .nav-primary li {
        border-right: none;
        border-left: none;
    }

    #banner .top-bar li a {
        box-shadow: 0 1px 0 rgba(255,255,255,.1) inset;
    }

    #banner .top-bar .children,
    #banner .nav-primary .children {
        background: rgba(0,0,0,.2);
        display: block;
        font-weight: normal;
        height: auto;
        max-height: 0;
        overflow: hidden;
        position: relative;
        box-shadow: inset 0 6px 6px rgba(0, 0, 0, .2), inset -6px 0 6px rgba(0, 0, 0, .1), inset 0 -3px 3px rgba(0,0,0,.1);
        -webkit-transition: .5s max-height ease;
           -moz-transition: .5s max-height ease;
            -ms-transition: .5s max-height ease;
             -o-transition: .5s max-height ease;
                transition: .5s max-height ease;
    }

    .nav-primary .children,
    .apply-now .children,
    .nav-uh-home .children,
    .nav-primary .grandchildren,
    .nav-uh-home .grandchildren,
    .nav-primary .children li .grandchildren {
        opacity: 1;
    }

    #banner .top-bar .opened + .children,
    #banner .top-bar .opened .grandchildren,
    #banner .nav-primary .opened + .children,
    #banner .nav-primary .opened .grandchildren {
        max-height: 125em;
    }

    #banner .top-bar .opened + .children li:first-child a,
    #banner .nav-primary .opened + .children li:first-child a {
        box-shadow: none;
    }

    #banner .caret {
        background: transparent url('https://uh.edu/css/backgrounds/caret.svg') no-repeat center center;
        border: 0;
        border-left: 1px solid rgba(0,0,0,.2);
        cursor: pointer;
        display: block;
        height: 44px;
        margin: 0;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 0;
        width: 44px;
        box-shadow: 1px 0 0 rgba(255,255,255,.2) inset;
        -webkit-transition: .2s all ease;
           -moz-transition: .2s all ease;
            -ms-transition: .2s all ease;
             -o-transition: .2s all ease;
                transition: .2s all ease;
    }

    .no-inlinesvg #banner .caret {
        background: transparent url('https://uh.edu/css/backgrounds/caret.png') no-repeat center center;
    }

    #banner .opened .caret {
        background-color: rgba(0,0,0,.1);
        box-shadow: 2px 2px 2px rgba(0,0,0,.1) inset;
    }

    #wrap {
        background: white;
        float: left;
        height: 100%;
        margin: 0;
        max-width: none;
        /*overflow-y: scroll;*/
        overflow: visible;
        position: relative;
        z-index: 2;
        box-shadow: 0 0 3px #000;
        -webkit-overflow-scrolling: touch;
    }

    .breadcrumb,
    #main,
    .nav-secondary {
        max-width: 726px;
    }

    .breadcrumb,
    #page .nav-secondary {
        display: none;
    }

    .no-js .breadcrumb,
    .no-js #page .nav-secondary {
        display: block;
    }

    .breadcrumb {
        margin: 0;
        padding: 12px 15px;
    }

    #page {
        background: white;
        bottom: 0;
        color: #333;
        left: 0;
        overflow-x: hidden;
        padding-top: 44px;
        position: relative;
        right: 0;
        top: 0;
        -webkit-overflow-scrolling: touch;
    }

    #main {
        margin: 0;
        padding: 0 15px;
        width: 100%;
    }

    #content-well .table {
        /*display: block;*/
        min-width: 100%;
        overflow: auto;
        width: auto;
    }

    #page .nav-secondary {
        clear: both;
        float: none;
        margin: 0;
        padding: 0 15px; 
        width: 100%;
    }

    #page .nav-secondary nav[role="navigation"] {
        /*border-right: 1px solid #ccc;
        border-left:  1px solid #ccc;*/
    }

    #page .nav-secondary h2 {
        padding: 0;
    }

    #page .nav-secondary h2 a {
        /*background: #333;
        border-radius: 3px 3px 0 0;
        color: white;
        font-size: 16px;*/
    }

    #page .nav-secondary h2 a,
    #page .nav-secondary nav[role="navigation"] a {
        display: block;
        line-height: 24px;
        /*padding: 10px 15px;*/
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .site-title {
        margin-top: 48px;
    }

    .related-links {
        margin: 24px 0;
    }

    .contact {
        margin: 36px 0 24px;
    }

    .related-links li a,
    .related-links h4 {
        line-height: 24px;
        padding: 10px 0;
    }

    .nav-secondary .social-media {
        margin-bottom: 0;
    }

    #content-info {
        background: #c00;
        margin-top: 24px;
    }

    #content-info .bottom-bar {
        padding: 0 15px;
    }

    #content-info [class*="span"],
    #content-info div {
        margin: 0;
        width: 100%;
    }

    #content-info .footer-links figure {
        display: none;
    }

    #content-info .footer-links dl {
        max-height: 44px;
        overflow: hidden;
        -webkit-transition: .5s max-height ease;
           -moz-transition: .5s max-height ease;
            -ms-transition: .5s max-height ease;
             -o-transition: .5s max-height ease;
                transition: .5s max-height ease;
    }

    #content-info .footer-links dt {
        background: rgba(0,0,0,0);
        cursor: pointer;
        padding: 11px 15px;
        -webkit-transition: .2s all ease;
           -moz-transition: .2s all ease;
            -ms-transition: .2s all ease;
             -o-transition: .2s all ease;
                transition: .2s all ease;
    }


    #content-info .footer-links dt:after {
        background: transparent url('https://uh.edu/css/backgrounds/caret.svg') no-repeat center center;
        content: '';
        height: 44px;
        position: absolute;
        right: 0;
        top: 0;
        width: 44px;
    }

    .no-inlinesvg #content-info .footer-links dt:after {
        background: transparent url('https://uh.edu/css/backgrounds/caret.png') no-repeat center center;
    }

    #content-info .footer-links dd {
        background: rgba(0,0,0,.2);
    }

    #content-info .footer-links dt + dd {
        box-shadow: inset 0 6px 6px rgba(0, 0, 0, .2);
    }

    #content-info .footer-links dl.opened {
        max-height: 999px;
    }

    #content-info .footer-links dl.opened dt {
        background: rgba(0,0,0,.1);
        box-shadow: 2px 2px 2px rgba(0,0,0,.1) inset;
    }

    #content-info .footer-links dl.opened dd:last-child {
        box-shadow: inset 0 -3px 3px rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.2);
    }

    #content-info .bottom-bar {
        background: #333;
    }

    #content-info .social-media {
        float: left !important;
        margin: 12px 0 9px;
    }

    #content-info .copyright {
        font-size: 12px;
        line-height: 21px;
        margin: 0 0 9px;
    }

    #content-info .copyright a {
        clear: left;
        display: inline-block;
    }

    #content-info .adr {
        display: block;
    }

    #content-well > p:first-child,
    #content-well > ul:first-child,
    #content-well > ol:first-child,
    #content-well > dl:first-child {
        margin-top: 18px;
    }
    
    .flexslider .flex-direction-nav a {
        height: 48px;
        top: 36%;
    }
    
    .flexslider figcaption {
        background: transparent;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
    
    .flexslider h4 {
        font-size: 21px;
        line-height; 27px;
        margin-top: 6px;
    }
    
    .flexslider a,
    .flexslider a:visited {
        color: #c00;
    }
    
    .flexslider p {
        color: #333;
    }

    .related-links {
        margin-top: 7px;
    }

    img + .related-links {
        margin-top: 0;
    }

    .spiff-bank {
        margin: 0 0 24px;
        max-width: 726px;
        padding: 0 15px 36px;
    }

    .spiff-bank .span8:nth-child(3) {
        clear: left;
        margin-left: 0;
    }

    .vcard .org,
    .vcard .adr,
    .vcard .tel,
    .problem-link {
        display: inline-block;
    }

    .active-nav #banner {
        margin-left: 0;
    }

    .active-nav #wrap {
        left: 272px;
    }

    .active-nav {
         /*overflow: hidden; */
    }

    .overflowscrolling,
    .overflowscrolling body,
    .no-touch.no-overflowscrolling,
    .no-touch.no-overflowscrolling body {
        height: 100%;
        overflow: hidden;
    }

    .overflowscrolling .active-nav #page,
    .no-touch.no-overflowscrolling .active-nav #page {
        margin-left: 272px;
    }

    .overflowscrolling #banner,
    .no-touch.no-overflowscrolling #banner {
        position: fixed;
    }

    .overflowscrolling #wrap,
    .no-touch.no-overflowscrolling #wrap {
        height: 100%;
    }

    .overflowscrolling #page,
    .no-touch.no-overflowscrolling #page {
        overflow-y: scroll;
        position: fixed;
        top: 48px;
    }

}

@media only screen and (max-width: 486px) {

    .row [class*="span"] {
        margin-left: 0 !important;
        width: 100% !important;
    }

    p {
        margin-bottom: 18px;        
    }

    /*.breadcrumb li,
    .breadcrumb .divider {
        display: none;
    }

    .breadcrumb li:nth-last-child(2) {
        display: block;
    }

    .breadcrumb li:nth-last-child(2) a:before {
        content: 'â† ';
    }*/

    .breadcrumb .active,
    .breadcrumb li:nth-last-child(2) .divider {
        /*display: none;*/
    }

    .thumbnails {
        margin-left: 0 !important;
    }

    #content-well,
    #sidebar {
        margin: 0;
        width: 100%;
    }

    #sidebar .featured-image {
        display: none;
    }

    .related-links {
        margin-top: 0;
    }

    .table-of-contents {
        margin: 12px 0;
    }

    .table-of-contents .nav > li > a,
    .table-of-contents .nav > li > a:hover {
        background: #f7f7f7;
        color: #c00;
        padding: 10px 15px;
    }

    .module + .module {
        margin-top: 12px;
    }

    .addthis_toolbox {
        padding: 10px 0 0 6px;
    }

    img.pull-left,
    img.pull-right,
    figure.pull-left,
    figure.pull-right {
        display: block;
        float: none !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

}

/* Retina social media icons */

@media only screen and (-webkit-min-device-pixel-ratio : 1.25), only screen and (min-device-pixel-ratio : 1.25) {
    .backgroundsize .social-media .email {
        background: transparent url('https://uh.edu/images/social-64/email.png') no-repeat;
        background-size: 100%
    }
    .backgroundsize .social-media .twitter {
        background: transparent url('https://uh.edu/images/social-64/twitter.png') no-repeat;
        background-size: 100%
    }
    .backgroundsize .social-media .facebook {
        background: transparent url('https://uh.edu/images/social-64/facebook.png') no-repeat;
        background-size: 100%
    }
    .backgroundsize .social-media .youtube {
        background: transparent url('https://uh.edu/images/social-64/youtube.png') no-repeat;
        background-size: 100%
    }
    .backgroundsize .social-media .google-plus {
        background: transparent url('https://uh.edu/images/social-64/google-plus.png') no-repeat;
        background-size: 100%
    }
    .backgroundsize .social-media .instagram {
        background: transparent url('https://uh.edu/images/social-64/instagram.png') no-repeat;
        background-size: 100%
    }
}


/* ========================================================================
   Print Styles
   ======================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        text-shadow: none !important;
        box-shadow: none !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5in;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /* Hide header, footer, navigation, etc */
    #mobile-header,
    #banner .top-bar,
    #banner button,
    #banner .nav-primary,
    .breadcrumb,
    .nav-secondary,
    #sidebar,
    #content-info,
    .module {
        display: none !important;
    }

    #banner .logo {
        padding-top: 0;
        padding-bottom: 0.25in;
    }

    /* Make main column width 100% */
    #main,
    #content-well {
        margin-left: 0;
        width: 100% !important;
    }

    a[href]:after {
        content: '';
    }

    /* Show link URLs in content well */
    #content-well a[href]:after {
        content: " (" attr(href) ")";
    }

    /* Links inside of table cells make table widths too wide to fit on a page */
    #content-well table a[href]:after {
        content: '';
    }
}