 /*
 * University of Houston
 * Standard Content Style Sheet
 * 
 * Created Summer 2012 by the University Relations Web Team
 * Based on the HTML5 Boilerplate CSS: h5bp.com/css
 * 
 * Table of Contents:
 * ------------------
 * CMS Overrides
 * HTML5 Display Definitions
 * Base
 * Links
 * Typography
 * Lists
 * Embedded Content
 * Figures
 * Forms
 * Buttons
 * Tables
 * Chrome Frame Prompt
 * Grid
 * Header
 * Primary Navigation
 * UH Home Navigation
 * Breadcrumbs
 * Footer
 * Content Wrapper
 * Primary Content
 * Sidebar
 * Articles
 * Cascade Server WYSIWYG Generated Classes
 * Home Page
 * Home Page Emergency
 * Home Page Feature
 * Small Feature
 * Modules
 * News Module
 * Events Module
 * SPIFF Module
 * Links List
 * Page-Specific Styles
 * Media Queries
 * Non-Semantic Helper Classes
 * Internet Explorer Styles
 * Print Styles
 * 
 */


/* ========================================================================
   CMS Overrides
   ======================================================================== */

@import url('https://uh.edu/css/overrides.css'); 


/* ========================================================================
   HTML5 Display Definitions
   ======================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}


/* ========================================================================
   Base
   ======================================================================== */

/* 
 * 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;
}

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
    background: white url('https://uh.edu/css/backgrounds/topbar-bg.png');
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    color: #222;
    font-family: sans-serif;
}

body {
    background: white url('https://uh.edu/css/backgrounds/body-bg.png');
    font-size: 15px;
    line-height: 21px;
    margin: 0;
}

.red {
    color: #c00;
}

/*
 * 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;
}


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

a {
    color: #c00;
    font-weight: inherit;
}

a:visited {
    /*color: #a00;*/
    color: #c00;
}

a:hover {
    color: #c00;
}

a:focus {
    outline: thin dotted;
}

/*
 * Improve readability when focused and hovered in all browsers: h5bp.com/h
 */

a:hover,
a:active {
    outline: 0;
}


/* ========================================================================
   Typography
   ======================================================================== */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 20, 2012 */

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('https://uh.edu/css/webfonts/texgyreadventor-regular-webfont.eot');
    src: url('https://uh.edu/css/webfonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://uh.edu/css/webfonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('https://uh.edu/css/webfonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('https://uh.edu/css/webfonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventor') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TexGyreAdventor';
    src: url('https://uh.edu/css/webfonts/texgyreadventor-bold-webfont.eot');
    src: url('https://uh.edu/css/webfonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://uh.edu/css/webfonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('https://uh.edu/css/webfonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('https://uh.edu/css/webfonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Pictos';
    src: url('https://uh.edu/css/webfonts/pictos-web.eot');
    src: url('https://uh.edu/css/webfonts/pictos-web.eot?#iefix') format('embedded-opentype'),
         url('https://uh.edu/css/webfonts/pictos-web.woff') format('woff'),
         url('https://uh.edu/css/webfonts/pictos-web.ttf') format('truetype'),
         url('https://uh.edu/css/webfonts/pictos-web.svg#Pictos') format('svg');
    font-weight: normal;
    font-style: normal;
}

abbr[title] {
    /*border-bottom: 1px dotted;*/
}

b,
strong,
b a,
strong a {
    font-weight: bold;
}

blockquote {
    /*margin: 1em 40px;*/
}

dfn {
    font-style: italic;
}

hr {
    border: 0;
    border-top: 1px dashed #999;
    display: block;
    height: 1px;
    margin: 24px 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

p {
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 18px;
}

/*
 * Redeclare monospace font family: h5bp.com/j
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improve readability of pre-formatted text
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

/*
 * Position subscript and superscript content without affecting line-height: h5bp.com/k
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    /*font-family: 'AvantGardeGothicITCW01B 731069';*/
    font-family: 'TexGyreAdventor', sans-serif;
    font-weight: bold;
    margin-top: 12px;
    text-transform: none;
}

h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + * {
    margin-top: 18px;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5 {
    margin-top: 24px;
}

h1 {
    color: #333;
    font-size: 33px;
    font-weight: normal;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 11px;
    text-transform: uppercase;
}


/* ========================================================================
   Lists
   ======================================================================== */

ul,
ol {
    margin: 0 0 18px;
    padding: 0 0 0 24px;
}

ul ul,
ol ol,
ol ul,
ul ol {
    margin: 0;
}

dt {
    font-weight: bold;
}

dd + dt {
    margin-top: 18px;
}

dd {
    margin: 0;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}


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

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img {
    border: 0;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
    overflow: hidden;
}

iframe,
object {
    /*height: auto;*/ /* commented out because of http://www.coe.uh.edu/directory/department-listing */
    margin: 0 0 18px;
    max-width: 100%;
}

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


/* ========================================================================
   Figures
   ======================================================================== */

figure {
    margin: 0;
}


/* ========================================================================
   Forms
   ======================================================================== */

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Indicate that 'label' will shift focus to the associated form element
 */

label {
    cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}


/* ========================================================================
   Buttons
   ======================================================================== */

.btn {
    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;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px 4px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 3px rgba(0,0,0,0.25);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 3px rgba(0,0,0,0.25);
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 3px rgba(0,0,0,0.25);
    *background-color: #e6e6e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    *border: 0;
    *display: inline; /* IE7 inline-block hack */
    *line-height: 20px;
    /**margin-left: .3em;*/
    *zoom: 1; 
}

.btn:visited {
    color: #333333;
}

.lt-ie9 .btn {
    box-shadow: 0 1px 3px #bfbfbf;
    /*behavior: url('https://uh.edu/css/htc/PIE.php');*/ /* Breaks print in IE, looking into solution -Rainer */
    position: relative;
}

.lt-ie8 .btn {
    border: 1px solid #ccc;
    line-height: 24px;
    padding-top: 0;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
    background-color: #cccccc \9;
}

.btn:first-child {
    *margin-left: 0;
}

.btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
       -moz-transition: background-position 0.1s linear;
        -ms-transition: background-position 0.1s linear;
         -o-transition: background-position 0.1s linear;
            transition: background-position 0.1s linear;
    *background-color: #d9d9d9; /* Buttons in IE7 don't get borders, so darken on hover */
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
       -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
            box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
}

.btn.disabled,
.btn[disabled] {
    background-color: #e6e6e6;
    background-image: none;
    cursor: default;
    opacity: 0.65; filter: alpha(opacity=65);
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.lt-ie9 .btn.active,
.lt-ie9 .btn:active,
.lt-ie9 .btn.disabled,
.lt-ie9 .btn[disabled] {
    box-shadow: 0 1px 2px #f2f2f2;
    /*behavior: url('https://uh.edu/css/htc/PIE.php');*/ /* Breaks print in IE, looking into solution -Rainer */
    position: relative;
}

.btn-large {
    font-size: 15px;
    line-height: normal;
    padding: 9px 14px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.btn-large [class^="icon-"] {
    margin-top: 1px;
}

.btn-small {
    font-size: 11px;
    line-height: 16px;
    padding: 5px 9px;
}

.btn-small [class^="icon-"] {
    margin-top: -1px;
}

.btn-mini {
    font-size: 11px;
    line-height: 14px;
    padding: 2px 6px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:visited,
.btn-inverse,
.btn-inverse:hover,
.btn-inverse:visited {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.btn-primary.active,
.btn-inverse.active {
    color: rgba(255,255,255,0.75);
}

.btn {
    border-color: #ccc;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.btn-primary {
    background-color: #c00;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#df0215), to(#ae010d));
    background-image: -webkit-linear-gradient(top, #df0215, #ae010d);
    background-image:    -moz-linear-gradient(top, #df0215, #ae010d);
    background-image:     -ms-linear-gradient(top, #df0215, #ae010d);
    background-image:      -o-linear-gradient(top, #df0215, #ae010d);
    background-image:         linear-gradient(top, #df0215, #ae010d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df0215', endColorstr='#ae010d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-color: #a0010b;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #c00; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
}

.lt-ie9 .btn-primary {
    /*behavior: url('https://uh.edu/css/htc/PIE.php');*/ /* Breaks print in IE, looking into solution -Rainer */
    position: relative;
}

.lt-ie8 .btn-primary {
    border: 1px solid #ae010d;
}

.btn-inverse {
    background-color: #414141;
    background-image: -moz-linear-gradient(top, #555555, #222222);
    background-image: -ms-linear-gradient(top, #555555, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
    background-image: -webkit-linear-gradient(top, #555555, #222222);
    background-image: -o-linear-gradient(top, #555555, #222222);
    background-image: linear-gradient(top, #555555, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222222;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.lt-ie9 .btn-inverse {
    /*behavior: url('https://uh.edu/css/htc/PIE.php');*/ /* Breaks print in IE, looking into solution -Rainer */
    position: relative;
}

.lt-ie8 .btn-inverse {
    border: 1px solid #222;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #ae010d;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #942a25 \9;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
    *padding-top: 2px;
    *padding-bottom: 2px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}

button span.slash,
.btn span.slash {
    color: white;
    padding: 0 2px;
}


/* ========================================================================
   Tables
   ======================================================================== */

/*!
 * The following is based on Bootstrap v2.1.1
 */

table {
    background: none;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 21px 0;
    max-width: 100%;
}

table th,
table td,
table caption {
    line-height: 24px;
}

.table {
    width: 100%;
}

.table th,
.table td {
    background: none;
    border-bottom: 1px solid #ccc;
    color: #333;
    line-height: 21px !important;
    padding: 6px;
    text-align: left;
    vertical-align: top;
}

.table th[align="center"],
.table td[align="center"] {
    text-align: center;
}

.table th {
    font-weight: bold;
}

.table thead th {
    vertical-align: bottom;
}

.table tbody + tbody {
    border-top: 2px solid #ccc;
}

.table tbody + thead tr:first-child th {
    padding-top: 27px;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border: 1px solid #ccc;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    border-bottom: 0;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.table-bordered thead th {
    background: #eee;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #ccc;
    text-align: left;
}

.table-bordered tr th:first-child,
.table-bordered tr td:first-child {
    text-align: left;
}

.table-bordered tr td:first-child[scope="row"] {
    text-align: center;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
            border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
            border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
       -moz-border-radius: 0 0 0 4px;
            border-radius: 0 0 0 4px;
    -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
            border-bottom-right-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
            border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
         -moz-border-radius-topleft: 4px;
            border-top-right-radius: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #f5f5f5;
}

table [class*=span] {
    display: table-cell;
    float: none;
    margin-left: 0;
}

.table .span1 {
    float: none;
    margin-left: 0;
    width: 38px;
}

.table .span2 {
    float: none;
    margin-left: 0;
    width: 116px;
}

.table .span3 {
    float: none;
    margin-left: 0;
    width: 194px;
}

.table .span4 {
    float: none;
    margin-left: 0;
    width: 272px;
}

.table .span5 {
    float: none;
    margin-left: 0;
    width: 350px;
}

.table .span6 {
    float: none;
    margin-left: 0;
    width: 428px;
}

.table .span7 {
    float: none;
    margin-left: 0;
    width: 506px;
}

.table .span8 {
    float: none;
    margin-left: 0;
    width: 584px;
}

.table .span9 {
    float: none;
    margin-left: 0;
    width: 662px;
}

.table .span10 {
    float: none;
    margin-left: 0;
    width: 740px;
}

.table .span11 {
    float: none;
    margin-left: 0;
    width: 818px;
}

.table .span12 {
    float: none;
    margin-left: 0;
    width: 896px;
}

.table tbody tr.success td {
    background-color: #dff0d8;
}

.table tbody tr.error td {
    background-color: #f2dede;
}

.table tbody tr.warning td {
    background-color: #fcf8e3;
}

.table tbody tr.info td {
    background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
    background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
    background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
    background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
    background-color: #c4e3f3;
}


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

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


/* ========================================================================
   Grid
   Based on 960 Grid System - http://960.gs/
   ======================================================================== */

body {
    min-width: 984px;
}

.container {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    *zoom: 1;
}

.container:before,
.container:after {
    content: "";
    display: table;
}

.container:after {
    clear: both;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display: inline;
    float: left;
    margin-left: 12px;
    margin-right: 12px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
    position: relative;
}

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

.container .grid_1 {
    width: 56px;
}

.container .grid_2 {
    width: 136px;
}

.container .grid_3 {
    width: 216px;
}

.container .grid_4 {
    width: 296px;
}

.container .grid_5 {
    width: 376px;
}

.container .grid_6 {
    width: 456px;
}

.container .grid_7 {
    width: 536px;
}

.container .grid_8 {
    width: 616px;
}

.container .grid_9 {
    width: 696px;
}

.container .grid_10 {
    width: 776px;
}

.container .grid_11 {
    width: 856px;
}

.container .grid_12 {
    width: 936px;
}

.container .prefix_1 {
    padding-left: 80px;
}

.container .prefix_2 {
    padding-left: 160px;
}

.container .prefix_3 {
    padding-left: 240px;
}

.container .prefix_4 {
    padding-left: 320px;
}

.container .prefix_5 {
    padding-left: 400px;
}

.container .prefix_6 {
    padding-left: 480px;
}

.container .prefix_7 {
    padding-left: 560px;
}

.container .prefix_8 {
    padding-left: 640px;
}

.container .prefix_9 {
    padding-left: 720px;
}

.container .prefix_10 {
    padding-left: 800px;
}

.container .prefix_11 {
    padding-left: 880px;
}

.container .suffix_1 {
    padding-right: 80px;
}

.container .suffix_2 {
    padding-right: 160px;
}

.container .suffix_3 {
    padding-right: 240px;
}

.container .suffix_4 {
    padding-right: 320px;
}

.container .suffix_5 {
    padding-right: 400px;
}

.container .suffix_6 {
    padding-right: 480px;
}

.container .suffix_7 {
    padding-right: 560px;
}

.container .suffix_8 {
    padding-right: 640px;
}

.container .suffix_9 {
    padding-right: 720px;
}

.container .suffix_10 {
    padding-right: 800px;
}

.container .suffix_11 {
    padding-right: 880px;
}

.container .push_1 {
    left: 80px;
}

.container .push_2 {
    left: 160px;
}

.container .push_3 {
    left: 240px;
}

.container .push_4 {
    left: 320px;
}

.container .push_5 {
    left: 400px;
}

.container .push_6 {
    left: 480px;
}

.container .push_7 {
    left: 560px;
}

.container .push_8 {
    left: 640px;
}

.container .push_9 {
    left: 720px;
}

.container .push_10 {
    left: 800px;
}

.container .push_11 {
    left: 880px;
}

.container .pull_1 {
    left: -80px;
}

.container .pull_2 {
    left: -160px;
}

.container .pull_3 {
    left: -240px;
}

.container .pull_4 {
    left: -320px;
}

.container .pull_5 {
    left: -400px;
}

.container .pull_6 {
    left: -480px;
}

.container .pull_7 {
    left: -560px;
}

.container .pull_8 {
    left: -640px;
}

.container .pull_9 {
    left: -720px;
}

.container .pull_10 {
    left: -800px;
}

.container .pull_11 {
    left: -880px;
}


/* ========================================================================
   Header
   ======================================================================== */

header[role="banner"] {
    background: white url('https://uh.edu/css/backgrounds/body-bg.png') repeat;
    clear: both;
    *zoom: 1;
}

header[role="banner"]:before,
header[role="banner"]:after {
    content: "";
    display: table;
}

header[role="banner"]:after {
    clear: both;
}

.lt-ie8 header[role="banner"] {
    padding-bottom: 24px;
}

.lt-ie8 header.no-primary {
    padding-bottom: 0;
}

header[role="banner"] h1 {
    display: block;
    height: 48px;
    line-height: 48px;
    margin: 0;
    padding-bottom: 0;
    text-transform: none;
}

header[role="banner"] .logo {
    clear: both;
    padding: 36px 0;
    *zoom: 1;
}

header[role="banner"] .logo:before,
header[role="banner"] .logo:after {
    content: "";
    display: table;
}

header[role="banner"] .logo:after {
    clear: both;
}

header[role="banner"] .logo a {
    display: inline;
    float: left;
    height: 48px;
    margin-left: 12px;
    margin-right: 12px;
    width: 456px;
}

header[role="banner"] .logo a img {
    width: 456px;
}

header[role="banner"] .logo.college-logo a,
header[role="banner"] .logo.college-logo a img {
    max-width: 100%;
    width: auto;
}

.no-inlinesvg header[role="banner"] .logo a img {
    visibility: hidden;
}

.no-inlinesvg header[role="banner"] .logo a {
    background: transparent url('https://uh.edu/css/backgrounds/logo1x.png') no-repeat 0 10px;
}

.no-inlinesvg header[role="banner"] .college-logo a img {
    visibility: visible;
}

.no-inlinesvg header[role="banner"] .college-logo a {
    background: none;
}

header[role="banner"] button {
    color: #fff;
    display: inline;
    float: left;
    /*font-family: 'AvantGardeGothicITCW01M 731087';*/
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 15px;
    font-weight: normal;
    /*font-weight: bold;*/
    height: 48px;
    left: 240px;
    line-height: 24px;
    margin-left: 12px;
    margin-right: 12px;
    overflow: visible;
    position: relative;
    width: 216px;
}

header[role="banner"] button:hover span,
.gateway header[role="banner"] button span,
.home header[role="banner"] button span {
    bottom: -21px;
    color: black;
    display: block !important;
    font-size: 12px;
    left: 12px;
    line-height: 12px;
    position: absolute;
    text-shadow: none;
    width: 192px;
}

header[role="banner"] a {
    text-decoration: none;
}

header[role="banner"] li {
    display: inline;
}

.top-bar {
    background: #333 url('https://uh.edu/css/backgrounds/topbar-bg.png');
    clear: both;
    color: #ddd;
    /*font-family: 'AvantGardeGothicITCW01B 731069';*/
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    text-shadow: 0 1px black;
    *zoom: 1;
    -webkit-box-shadow: 0 12px 0 rgba(0,0,0,0.05);
       -moz-box-shadow: 0 12px 0 rgba(0,0,0,0.05);
            box-shadow: 0 12px 0 rgba(0,0,0,0.05);
}

.top-bar * {
    line-height: 18px;
}

header.no-primary .top-bar {
    position: relative;
    z-index: 999;
}

.top-bar:before,
.top-bar:after {
    content: "";
    display: table;
}

.top-bar:after {
    clear: both;
}

.lt-ie9 .top-bar {
    box-shadow: 0 12px 0 #f2f2f2;
    /*behavior: url('https://uh.edu/css/htc/PIE.php');*/ /* Breaks print in IE, looking into solution -Rainer */
    position: relative;
}

.top-bar nav > ul {
    display: inline;
    float: left;
    margin: 9px 12px;
    width: 696px;
}

.top-bar nav > ul > li {
    margin-left: 24px;
}

.top-bar nav > ul > li:first-of-type {
    margin-left: 0;
    text-shadow:
}
/* IE */
.top-bar nav > ul > li.jquery {
    margin-left: 0;
    text-shadow:
}

.top-bar nav > ul > li > a {
    color: #ddd;
    position: relative;
}

.top-bar nav > ul > li > a:hover {
    border-bottom: 1px dotted #ddd;
    color: #fff;
    padding: 1px 0;
}

.top-bar .search {
    background: none;
    display: inline;
    float: left;
    margin: 0 12px;
    position: relative;
    width: 216px;
}

.top-bar .search input[type="text"] {
    background: #fff url('https://uh.edu/css/backgrounds/noise.png');
    background: rgba(255,255,255,0.95) url('https://uh.edu/css/backgrounds/noise.png');
    border: none;
    color: #333;
    /*font-family: 'AvantGardeGothicITCW01M 731087';*/
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    margin: 3px 0;
    padding: 0 12px;
    text-shadow: 0 0 1px #ddd;
    width: 100%;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.25);
       -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.25);
            box-shadow: inset 1px 1px 3px rgba(0,0,0,0.25);
}

.lt-ie9 .top-bar .search input[type="text"] {
    /*behavior: url('https://uh.edu/css/htc/PIE.php');*/ /* Breaks print in IE, looking into solution -Rainer */
    line-height: 30px;
    position: relative;
}

.no-boxsizing .top-bar .search input[type="text"] {
    width: 192px;    
}

.top-bar .search ::-webkit-input-placeholder {
   color: #333;
}

.top-bar .search :-moz-placeholder {
   color: #333;
}

.top-bar .search input[type="submit"] {
    background: #c00 url('https://uh.edu/css/backgrounds/search.svg');
    border: 1px solid #b00;
    border: 1px solid rgba(0,0,0,0.125);
    color: transparent !important;
    font: 0/0 a;
    height: 26px;
    padding: 0;
    position: absolute;
    right: 2px;
    text-shadow: none;
    top: 5px;
    width: 26px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}

.lt-ie9 .top-bar .search fieldset {
    position: relative;
}

.lt-ie9 .top-bar .search input[type="submit"] {
    /*behavior: url('https://uh.edu/css/htc/PIE.php');*/ /* Breaks print in IE, looking into solution -Rainer */
}

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

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

.lt-ie8 .top-bar .search input[type="submit"] {
    text-indent: -9999em;
    top: 6px;
}


/* ========================================================================
   Primary Navigation
   ======================================================================== */

.nav-primary {
    background-color: #c00;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#df0215), to(#ae010d));
    background-image: -webkit-linear-gradient(top, #df0215, #ae010d);
    background-image:    -moz-linear-gradient(top, #df0215, #ae010d);
    background-image:     -ms-linear-gradient(top, #df0215, #ae010d);
    background-image:      -o-linear-gradient(top, #df0215, #ae010d);
    background-image:         linear-gradient(top, #df0215, #ae010d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df0215', endColorstr='#ae010d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-color: #a0010b;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    color: #fff;
    display: inline;
    float: left;
    /*font-family: 'AvantGardeGothicITCW01M 731087';*/
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 15px;
    font-weight: normal;
    /*font-weight: bold;*/
    height: 36px;
    line-height: 36px;
    margin-right: 12px;
    margin-bottom: 24px;
    margin-left: 12px;
    min-height: 36px;
    overflow: visible;
    width: 936px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25), inset 0 -1px 0 rgba(0,0,0,0.1);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25), inset 0 -1px 0 rgba(0,0,0,0.1);
            box-shadow: 0 1px 3px rgba(0,0,0,0.25), inset 0 -1px 0 rgba(0,0,0,0.1);
    *position: relative;
    *z-index: 2;
}

.lt-ie9 .nav-primary {
    box-shadow: 0 1px 3px #bfbfbf;
    /*behavior: url('https://uh.edu/css/htc/PIE.php');*/ /* Breaks print in IE, looking into solution -Rainer */
    position: relative;
}

.nav-primary .parents {
    display: block;
    left: 0;
    margin: 0;
    position: relative;
    width: 960px; /* This is wider than the parent container so that if the last menu item is too long, it'll still display inline but the overflow will be hidden */
}

.nav-primary li,
.apply-now li {
    position: relative;
}

.nav-primary .parents > li {
    border-left: 1px solid #df0215;
    border-right: 1px solid #ae010d;
    display: block;
    float: left;
    line-height: 36px;
    margin: 0;
    -webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
}

.apply-now .parents > li {
    width: 214px;
}

.nav-primary .parents > li:hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    background-color: #ae010d;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#df0215), to(#ae010d));
    background-image: -webkit-linear-gradient(top, #df0215, #ae010d);
    background-image:    -moz-linear-gradient(top, #df0215, #ae010d);
    background-image:     -ms-linear-gradient(top, #df0215, #ae010d);
    background-image:      -o-linear-gradient(top, #df0215, #ae010d);
    background-image:         linear-gradient(top, #df0215, #ae010d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df0215', endColorstr='#ae010d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-left: 1px solid transparent;
}

.nav-primary .parents > li:first-of-type {
    border-left: none;
    -webkit-border-radius: 3px 0 0 3px;
       -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
}

.lt-ie9 .nav-primary .parents > li:first-of-type {
    /*behavior: url('https://uh.edu/css/htc/PIE.php');*/ /* Breaks print in IE, looking into solution -Rainer */
    position: relative;
}

.nav-primary .parents > li:last-of-type {
    border-right: 1px solid transparent;
}

.nav-primary .parents > li:last-of-type:hover {
    border-right: 1px solid #ae010d;
}

.nav-primary .parents > li > a {
    float: none;
    padding: 0 11px 0 11px;
    line-height: 36px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.nav-primary .parents > li:first-of-type > a {
    padding-left: 12px;
}

.nav-primary .parents > li > a:hover {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}

.nav-primary .children,
.apply-now .children,
.uh-home-nav .children {
    background-color: #fff;
    left: -999em;
    position: absolute;
    top: 36px;
    width: 216px;
    z-index: 99;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
            box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.apply-now .children {
    top: 33px;
}

.apply-now .children {
    width: 216px;
}

.lt-ie9 .nav-primary .children,
.lt-ie9 .apply-now .children,
.lt-ie9 .uh-home-nav .children {
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px #7f7f7f;
    /*behavior: url('https://uh.edu/css/htc/PIE.php');*/ /* Breaks print in IE, looking into solution -Rainer */
    width: 218px;
}

.lt-ie8 .nav-primary .children,
.lt-ie8 .apply-now .children,
.lt-ie8 .uh-home-nav .children {
    margin: 0;
    padding: 0;
    width: 216px;
}

.nav-primary .children li,
.apply-now .children li,
.uh-home-nav .children li {
    display: block;
    float: none;
    line-height: 21px;
    margin: 0;
    padding: 0;
    width: 216px;
}

.lt-ie8 .nav-primary .children li,
.lt-ie8 .apply-now .children li,
.lt-ie8 .uh-home-nav .children li {
    border: 0;
    margin: 0;
    padding: 0;
    /*width: 167px*/
}

.nav-primary .children a,
.apply-now .children a,
.uh-home-nav .children a {
    color: #333;
    display: block;
    float: none;
    font-family: sans-serif;
    line-height: 21px;
    padding: 6px 24px 6px 12px;
    text-decoration: none;
}

.nav-primary .grandchildren,
.uh-home-nav .grandchildren {
    top: 0;
    margin-left: 216px;
}

.nav-primary li:hover .children,
.nav-primary li a:focus + .children,
.apply-now li:hover .children,
.apply-now li a:focus + .children,
.uh-home-nav li:hover .children,
.uh-home-nav li a:focus .children {
    left: 0;
}

.lt-ie8 .nav-primary .parents > li:first-of-type:hover .children,
.lt-ie8 .nav-primary .parents > li:first-of-type a:focus .children {
    left: 1px;
}

.nav-primary li:hover .grandchildren,
.nav-primary li:focus .grandchildren,
.uh-home-nav li:hover .grandchildren,
.uh-home-nav li:focus .grandchildren {
    left: -999em;
}

.nav-primary .children li:hover .grandchildren,
.nav-primary .children li:focus .grandchildren,
.uh-home-nav .children li:hover .grandchildren,
.uh-home-nav .children li:focus .grandchildren {
    left: 0;
}

.lt-ie8 .nav-primary .children li:hover .grandchildren,
.lt-ie8 .nav-primary .children li:focus .grandchildren,
.lt-ie8 .uh-home-nav .children li:hover .grandchildren,
.lt-ie8 .uh-home-nav .children li:focus .grandchildren {
    /*left: 216px;*/
    /*top: 216px;*/
    margin-left: 216px;
    margin-top: 0;
}

.nav-primary li:hover .children li:hover,
.apply-now .children li:hover,
.uh-home-nav .children li:hover {
    background-color: #eee;
}

.lt-ie9 .nav-primary li:hover .children li:hover,
.lt-ie9 .apply-now .children li:hover,
.lt-ie9 .uh-home-nav .children li:hover {
    
}

.nav-primary .parents > li:last-of-type:hover .children,
.nav-primary .parents > li:last-of-type:focus .children {
    left: auto;
    right: 0px;
}
/* IE */
.nav-primary .parents > li.jquery:hover .children,
.nav-primary .parents > li.jquery:focus .children {
    left: auto;
    right: 0px;
}

.caret {
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: none;
    border-left: 4px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin-top: 16px;
    margin-right: -1px;
    margin-left: 7px;
    opacity: 0.5; filter: alpha(opacity=50);
    vertical-align: top;
    width: 0;
}

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

li:hover .caret {
    opacity: 1; filter: alpha(opacity=100);
}

.children .caret {
    border-top: 4px solid transparent;
    border-right: none;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #333;
    position: absolute;
    right: 12px;
    top: -4px;
}

.lt-ie8 .children .caret {
    top: 3px;
}


/* ========================================================================
   UH Home Navigation
   ======================================================================== */

header a.uh-home {
    border: none !important;
    color: white !important;
    /*border-bottom: 1px solid rgba(0,0,0,0.25);*/
    /*font-family: 'AvantGardeGothicITCW01M 731087';*/
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 14px;
    /*font-weight: normal;*/
    font-weight: normal;
    height: 36px;
    margin-right: -12px;
    margin-bottom: -22px;
    padding: 8px 12px;
    position: relative;
    top: -12px;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.lt-ie9 header a.uh-home {
    /*height: 20px;*/
    /*padding: 8px 12px !important;*/
}

.lt-ie8 header a.uh-home {
    height: 20px;
    padding: 8px 12px 11px !important;
}

header a.uh-home:hover {
    border: none !important;
    /*border-bottom: 1px solid rgba(0,0,0,0.25) !important;*/
    padding: 8px 12px !important;
}

.lt-ie9 header a.uh-home:hover {

}

.lt-ie8 header a.uh-home:hover {
    padding: 8px 12px 11px !important;
}

header a.uh-home .caret {
    margin: 7px 0 0 4px;
    /*opacity: .75;*/
}

header a.uh-home:hover .caret {
    opacity: 1;
}

header .uh-home-nav {
    background: white;
    display: none;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 21px;
    position: absolute;
    width: 216px;
    top: 36px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
            box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.lt-ie9 header .uh-home-nav {
    border: 1px solid #ccc;
    width: 218px;
}

.lt-ie8 header .uh-home-nav {
    margin-left: -100px;
    margin-top: 1px;
    padding: 0;
}

header a:hover + .uh-home-nav,
header .uh-home-nav:hover {
    display: block;
}

header .uh-home-nav a,
header .uh-home-nav a:visited,
header .uh-home-nav a:hover {
    border-bottom: none;
    color: #333;
    display: block;
    font-size: 15px;
    line-height: 21px;
    padding: 6px 24px 6px 12px;
    text-shadow: none;
}

header .uh-home-nav li {
    display: block;
    padding: 0;
    position: relative;
}

.lt-ie8 header .uh-home-nav li {
    border: 0;
    margin: 0;
    padding: 0;
}

header .uh-home-nav li:hover {
    background: #eee;
}

header .uh-home-nav .caret {
    border-top: 4px solid transparent;
    border-right: none;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #333;
    margin-top: 10px;
    position: absolute;
    right: 12px;
    top: 1px;
}

header .uh-home-nav .children {
    margin-left: 216px;
    top: -1px;
}

.lt-ie8 header .uh-home-nav .children {
    margin-left: 218px;
    margin-top: -2px;
}

.lt-ie8 header .uh-home-nav .grandchildren {
    /*margin-left: 0;*/
    /*left: 0;*/
    /*margin-top: -216px;*/
    /*left: -2px;*/
    margin-top: 0px;
    margin-left: 216px;
}


/* ========================================================================
   Breadcrumbs
   ======================================================================== */

.breadcrumbs {
    color: #999;
    font-size: 12px;
    margin-bottom: 24px;
}

.breadcrumbs a {
    color: #c00;
    margin: 0 5px;
    text-decoration: none;
}

.breadcrumbs a:first-child {
    margin-left: 0;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
    border-bottom: 1px dotted #c00;
    color: #c00;
}

.breadcrumbs a:active {
    color: #333;
}

.breadcrumbs strong {
    color: #333;
    font-weight: bold;
    margin-left: 5px;
}   


/* ========================================================================
   Footer
   ======================================================================== */

footer[role="contentinfo"] {
    background: #c00 url('https://uh.edu/css/backgrounds/footer-bg.png') repeat center bottom;
    clear: both;
    *zoom: 1;
    /*-webkit-box-shadow: inset 0 -250px 250px -125px rgba(0,0,0,0.2);
       -moz-box-shadow: inset 0 -250px 250px -125px rgba(0,0,0,0.2);
            box-shadow: inset 0 -250px 250px -125px rgba(0,0,0,0.2);*/
}

footer[role="contentinfo"]:before,
footer[role="contentinfo"]:after {
    content: "";
    display: table;
}

footer[role="contentinfo"]:after {
    clear: both;
}

.lt-ie9 footer[role="contentinfo"] {
    /*behavior: url('https://uh.edu/css/htc/PIE.php');*/ /* Breaks print in IE, looking into solution -Rainer */
    position: relative;
}

.lt-ie8 footer[role="contentinfo"] .container {
    padding-bottom: 36px;
}

.lt-ie8 footer[role="contentinfo"] .bottom-bar .container {
    padding-bottom: 0;
}

footer[role="contentinfo"] .footer-links figure,
footer[role="contentinfo"] .footer-links dl {
    display: inline;
    float: left;
    margin-left: 12px;
    margin-right: 12px;
    width: 216px;
}

footer[role="contentinfo"] .footer-links figure a,
footer[role="contentinfo"] .footer-links figure a:hover {
    border: none;
}

footer[role="contentinfo"] .footer-links figure img {
    /*margin-top: 40px;*/
    margin-top: 52px;
    width: 144px;
}

footer[role="contentinfo"] .footer-links dl {
    line-height: 24px;
    margin-bottom: 36px;
    margin-top: 36px;
}

footer[role="contentinfo"] .footer-links dt {
    color: #fff;
    /*font-family: 'AvantGardeGothicITCW01M 731087';*/
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 16px;
    /*font-weight: normal;*/
    font-weight: bold;
    padding-bottom: 2px;
}

footer[role="contentinfo"] .footer-links dd {
    color: #fff;
    display: block;
    margin: 0;
}

footer[role="contentinfo"] .footer-links a {
    font-size: 15px;
    line-height: 24px;
}

footer[role="contentinfo"] a,
footer[role="contentinfo"] a:visited {
    color: #fff;
    font-weight: 100;
    text-decoration: none;
}

footer[role="contentinfo"] a:hover {
    border-bottom: 1px dotted #ddd;
    color: white;
    padding: 1px 0;
}

footer .social-media {
    display: inline;
    float: right;
    list-style: none;
    margin: 0 12px;
    padding: 0;
    width: auto;
}

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

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

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

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

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

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

footer .social-media li {
    display: inline;
    float: left;
    margin: 0 12px 0 0;
}

footer .social-media li:last-of-type {
    margin-right: 8px;
}
/* IE */
footer .social-media li.jquery {
    margin-right: 8px;
}

footer .social-media a {
    background: #c00;
    display: block;
    height: 32px;
    width: 32px;
}

footer .bottom-bar {
    background: #333 url('https://uh.edu/css/backgrounds/topbar-bg.png');
    color: #ddd;
}

footer .bottom-bar * {
    line-height: 18px;
}

footer .bottom-bar p {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

footer .bottom-bar ul {
    margin-top: 12px;
    margin-bottom: 12px;
}

footer .bottom-bar .social-media a:hover {
    border-bottom: none;
    color: #fff;
    padding: 0;
}

footer .bottom-bar p a,
footer .bottom-bar p a:visited {
    color: #ddd;
    font-weight: normal;
    margin-left: 2px;
    text-decoration: none;
}

footer .bottom-bar p a.problem-link {
    border-bottom: 1px dotted #bbb;
}

footer .bottom-bar p a:hover {
    border-bottom: 1px dotted #ddd;
    color: #fff;
    padding-bottom: 0;
}

footer .bottom-bar .copyright, 
footer .bottom-bar .copyright * {
    color: #ddd;
}

footer .bottom-bar .copyright {
    display: inline;
    float: left;
    margin-left: 12px;
    margin-right: 12px;
    width: 456px;
}


/* ========================================================================
   Content Wrapper
   ======================================================================== */

div[role="main"] {
    background: white url('https://uh.edu/css/backgrounds/body-bg.png') repeat;
    clear: both;
    min-height: 300px;
    margin-bottom: -3px;
    padding-top: 3px;
    padding-bottom: 24px;
    position: relative;
    top: -3px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 -12px 0 rgba(0,0,0,0.05);
       -moz-box-shadow: inset 0 -12px 0 rgba(0,0,0,0.05);
            box-shadow: inset 0 -12px 0 rgba(0,0,0,0.05);
}

div[role="main"]:before,
div[role="main"]:after {
    content: "";
    display: table;
}

div[role="main"]:after {
    clear: both;
}

.lt-ie9 div[role="main"] {
    border-bottom: 12px solid #f2f2f2;
}

div[role="main"] .container {
}

.lt-ie8 div[role="main"] .container {
    padding-bottom: 36px;
}


/* ========================================================================
   Primary Content
   ======================================================================== */

.main {

}


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

.sidebar {

}


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

.hentry header {

}

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

.hentry time {
    display: block;
}

.hentry p.byline {

}

.hentry footer {
    clear: both;
}


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

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

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

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


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

.uh-home {

}


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

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

.lt-ie9 .emergency {
    /*behavior: url('https://uh.edu/css/htc/PIE.php');*/ /* Breaks print in IE, looking into solution -Rainer */
    padding: 18px 0;
    position: relative;
    text-indent: 24px;
}

.emergency h1 {
    color: #c00;
    /*font-family: 'AvantGardeGothicITCW01M 731087';*/
    font-family: 'TexGyreAdventor', sans-serif;
    /*font-weight: normal;*/
    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
   ======================================================================== */

div[role="main"] .flexslider {
    display: inline;
    float: left;
    margin: 12px 12px 36px;
    width: 696px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
            box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

.lt-ie9 div[role="main"] .flexslider {
    box-shadow: 0 1px 3px #bfbfbf;
    /*behavior: url('https://uh.edu/css/htc/PIE.php');*/ /* Breaks print in IE, looking into solution -Rainer */
    position: relative;
}

div[role="main"] .feature figcaption {
    background-color: rgba(0,0,0,0.75);
    bottom: 24px;
    color: white;
    left: 24px;
    margin-right: 24px;
    padding: 6px 18px 9px;
    position: absolute;
}

.no-rgba div[role="main"] .feature figcaption {
    background: transparent url('https://uh.edu/css/backgrounds/feature-caption-bg.png') repeat;
}

div[role="main"] .feature p,
div[role="main"] .feature h4 {
    line-height: 21px;
    margin: 0;
}

div[role="main"] .feature h4 {
    color: #fff;
    /*font-family: 'AvantGardeGothicITCW01M 731087';*/
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 24px;
    /*font-weight: normal;*/
    font-weight: bold;
    line-height: 30px;
    margin-top: 3px;
    margin-bottom: 3px;
    text-decoration: none;
}

div[role="main"] .feature p {
    color: white;
    /*font-family: 'AvantGardeGothicITCW01B 731069';*/
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
}

div[role="main"] .feature a,
div[role="main"] .feature a:visited {
    color: #fff;
    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 {
    height: 360px;
    padding: 0;
    width: 936px;
}

.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;
    max-width: 100%;
}

/* 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 {
    position: relative;
    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;
    cursor: pointer;
    display: block;
    height: 48px;
    margin: -24px 0 0;
    opacity: 0; filter:alpha(opacity=0);
    position: absolute;
    text-indent: -999em;
    top: 50%;
    width: 48px;
    -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 0;
    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);
}


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

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

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

.small-feature figcaption {
    background-color: rgba(204,0,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;
    text-transform: uppercase;
    margin-top: 0px !important ;
}
.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;
    display: inline;
    float: left;
    line-height: 21px;
    margin: 0 12px 24px;
    position: relative;
    width: 216px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
            box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    *border: 0;
}

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

.lt-ie9 .module {
    box-shadow: 0 1px 3px #bfbfbf;
    /*behavior: url('https://uh.edu/css/htc/PIE.php');*/ /* Breaks print in IE, looking into solution -Rainer */
    position: relative;
}

.home .module {
    height: 318px;
    /*overflow: hidden;*/
}

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

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

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

.gateway .module {
    /*float: right;*/
    width: 454px;
}

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

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

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

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

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

.module a {
    text-decoration: none;
}

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

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

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

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

.module li {
    border-bottom: 1px dotted #999;
    margin: 9px 0;
    padding: 0 12px 9px;
}

.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 */
    position: absolute;
    left: 12px;
    width: 2em;
    margin-right: 8px;
}

.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 {
    /*border-top: 1px dotted #999;*/
    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 .module ul,
.home .module dl {
    height: 243px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 234px;
}

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

.touch .home .module ul,
.touch .home .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;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    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,0.2);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    *background-color: #e6e6e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
}

.lt-ie9 .module header {
    /*behavior: url('https://uh.edu/css/htc/PIE.php');*/ /* Breaks print in IE, looking into solution -Rainer */
    position: relative;
}

.module header h1 {
    color: #333;
    /*font-family: 'AvantGardeGothicITCW01M 731087';*/
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 16px;
    /*font-weight: normal;*/
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding-bottom: 0;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    text-transform: none;
    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;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-top: 1px solid #ccc;
    bottom: 0;
    color: #333;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 12px;
    position: absolute;
    text-shadow: 0 1px 1px rgba(255,255,255,0.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,0.2), 0 -1px 6px #ddd;
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 -1px 6px #ddd;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 -1px 6px #ddd;
    *background-color: #e6e6e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
}

.lt-ie9 .module footer {
    box-shadow: 0 -1px 6px #ddd;
    /*behavior: url('https://uh.edu/css/htc/PIE.php');*/ /* Breaks print in IE, looking into solution -Rainer */
}


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

.news-module {
    overflow: hidden;
}

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

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

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

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

.lt-ie9 .news-module header {
    box-shadow: 0 1px 6px #ddd;
    /*behavior: url('https://uh.edu/css/htc/PIE.php');*/ /* Breaks print in IE, looking into solution -Rainer */
    position: relative;
}

.fontface .news-module 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-shadow: 0 1px 1px rgba(255,255,255,0.75);
    text-transform: none;
    top: 0;
    width: 21px;
}


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

.events-module {
    overflow: hidden;
}

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

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

.lt-ie9 .events-module header {
    box-shadow: 0 1px 6px #ddd;
    /*behavior: url('https://uh.edu/css/htc/PIE.php');*/ /* Breaks print in IE, looking into solution -Rainer */
    position: relative;
}

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

.events-module dl {
    margin: 0;
}

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

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

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

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

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


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

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

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

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

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

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

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

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

.spiff-module figure figcaption {
    padding: 0;
    margin: 12px 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: 'AvantGardeGothicITCW01M 731087';*/
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 16px;
    /*font-weight: normal;*/
    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 {
    position: relative;
    top: -1px;
    margin-bottom: 18px;
}

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

.apply-to-uh .container > h1 + nav .btn {
    /*font-family: 'AvantGardeGothicITCW01M 731087';*/
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 15px;
    font-weight: normal;
    /*height: 33px;*/
    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 only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}


/* ========================================================================
   Non-Semantic Helper Classes
   ======================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    color: transparent !important;
    font: 0/0 a;
    text-shadow: none;
    text-indent: -999em;
    /* still needed for older android devices */
    /*text-indent: -999em;*/
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Contain floats: h5bp.com/q
 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    clear: both;
    *zoom: 1;
}

.pull-left {
    float: left;
    margin: 0 24px 24px 0;
}

.pull-right {
    float: right;
    margin: 0 0 24px 24px;
}


/* ========================================================================
   Internet Explorer Styles
   ======================================================================== */

/* See ie6.css */


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

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

  /*  a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

   /* .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }*/

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

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

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