/*
 * University of Houston
 * CMS Style Overrides
 * 
 * Table of Contents:
 * ------------------
 * Base
 * Backgrounds
 * Breadcrumbs
 * Left Column
 * Left Navigation
 * Main Column
 * Right Column
 * Tactical Navigation
 * Feature
 * Grid
 * Spiffs
 * 
 */

/* Standard */
/* Clean */
/* Bright */


/* ========================================================================
   Base
   ======================================================================== */

html * {
    color: #333;
    font-family: inherit;
    line-height: inherit;
    margin: 0px;
    padding: 0px;
}
body {
    font: inherit;
    line-height: 21px;
}
a {
    font-weight: normal;
}
a * {
    color: inherit;
}
dt {
    font-weight: normal;
}
hr {
    /*visibility: hidden;*/
}
br {
    /*display: none !important;*/
}
br + br {
    /*display: none !important;*/
}
a {
    font-weight: inherit;
}


/* ========================================================================
   Backgrounds
   ======================================================================== */

#side-content,
#main-content,
#main-content .three-one-grid,
#spiff-bank .spiff,
#side-menu ul,
#side-menu ul.menu2,
.layer {
    background: none;
}

#grid .highlight {
    background: none;
}

#side-nav {
    background: none;
}

#side-nav li a:hover {
    background: none;
}

.department-content-well,
#page-bottom,
.Standard,
.Standard #page-bottom,
.one-column #page-bottom,
.one-column,
#page .highlight,
#grid .highlight,
#side-nav li.opened a,
#side-nav li.opened li.selected a,
#side-nav li.selected li a,
#side-nav li.opened li a,
#side-nav li a:hover, 
#side-nav li.selected a:hover, 
#side-nav li.opened li a:hover, 
#side-nav li.opened li.selected a:hover, 
#side-nav li.opened li.opened li a:hover, 
#side-nav li.opened li.opened li.selected a:hover,
#side-nav li.selected a {
    background: none;
}


/* ========================================================================
   Breadcrumbs
   ======================================================================== */

#breadcrumb {
    width: 936px;
}

.uh-main #breadcrumb {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 12px;
    padding-top: 1px;
    text-transform: none;
}

.uh-college #breadcrumb {
    display: none;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
}

.no-primary + .uh-college #breadcrumb { /* Clean */
    border-top: 1px solid #999;
    display: block;
    padding-top: 12px;
    margin-top: 0;
    margin-bottom: 12px;
}

.no-primary + .uh-college #breadcrumb a,
.uh-main #breadcrumb a { /* Clean */
    color: #c00;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
}

.no-primary + .uh-college #breadcrumb a:hover {
    text-decoration: none;
}

.no-primary + .uh-college #breadcrumb a:before,
.uh-main #breadcrumb a:before {
    color: #999;
    content: '/';
    font-weight: normal;
    padding: 0 8px 0 2px;
}

.uh-main #breadcrumb a:only-of-type:after {
    color: #999;
    content: '/';
    font-weight: normal;
    padding: 0 4px 0 8px;
}
/* IE */
.uh-main #breadcrumb a.only-child {
    *zoom: expression( 
        this.runtimeStyle.zoom="1",
        this.appendChild( document.createElement("small") ).className="after"
    );
}
.uh-main #breadcrumb a.only-child .after {
    color: #999;
    content: '/';
    font-weight: normal;
    padding: 0 4px 0 8px;
}


.no-primary + .uh-college #breadcrumb a:first-of-type:before,
.uh-main #breadcrumb a:first-of-type:before {
    content: none;
}
/* IE */
.no-primary + .uh-college #breadcrumb a.first-child:before,
.uh-main #breadcrumb a.first-child {
    *zoom: expression( 
        this.runtimeStyle.zoom="1",
        this.appendChild( document.createElement("small") ).className="after"
    );
}
.no-primary + .uh-college #breadcrumb a.first-child .before,
.uh-main #breadcrumb a.first-child .before {
    content: none;
}

.no-primary + .uh-college #breadcrumb a:last-of-type { /* Clean */
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
/* IE */
.no-primary + .uh-college #breadcrumb a.last-child { /* Clean */
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.no-primary + .uh-college #breadcrumb a:first-of-type { /* Clean */
    color: #c00;
    font-weight: normal;
    text-decoration: none;
}
/* IE */
.no-primary + .uh-college #breadcrumb a.first-child { /* Clean */
    color: #c00;
    font-weight: normal;
    text-decoration: none;
}

.no-primary + .uh-college #breadcrumb img,
.uh-main #breadcrumb img { /* Clean */
    display: none;
}

.no-primary + .uh-college #breadcrumb .current,
.uh-main #breadcrumb .current {
    font-weight: bold;
}

.no-primary + .uh-college #breadcrumb .current:before,
.uh-main #breadcrumb .current:before {
    color: #999;
    content: '/';
    font-weight: normal;
    padding: 0 8px 0 2px;
}

.uh-main #breadcrumb a:only-of-type ~ .current:before {
    display: none;
}

/* RS 9/21: Red hover underline is gone until the slashes are fixed */
#breadcrumb a:hover,
#breadcrumbs a:hover {
    text-decoration: none !important;
}


.lt-ie8 .no-primary + .uh-college #breadcrumb a,
.lt-ie8 .uh-main #breadcrumb a {
    *zoom: expression( 
        this.runtimeStyle.zoom="1",
        this.appendChild( document.createElement("small") ).className="ie7-slash"
    );
}
.lt-ie8 .no-primary + .uh-college #breadcrumb a .ie7-slash,
.lt-ie8 .uh-main #breadcrumb a .ie7-slash {
    background: url('https://ssl.uh.edu/css/backgrounds/ie7-slash.png') no-repeat 6px 0;
    content: '';
    display: inline;
    padding: 0;
    width: 14px;
    zoom: 1;
}
.lt-ie8 .no-primary + .uh-college #breadcrumb a.last-of-type .ie7-slash {
    /*display: none;*/
}




/* ========================================================================
   Left Column
   ======================================================================== */

#left-column { /* Standard */
    border: none;
    margin-top: 0;
    padding-top: 0;
    width: 216px;
}

#left-column-fade { /* Standard */
    background: #f2f2f2;
    padding: 0;
    width: 216px;
}

.left-column-list { /* Standard */
    margin: 0 0 36px;
    padding: 0;
    width: 216px;
}

.left-column-list h4 { /* Standard */
    border-bottom: 1px solid white;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    margin: 0;
    padding: 6px 9px;
    text-transform: none;
}

.left-column-list p { /* Standard */
    padding: 0 9px;
}

.left-column-list ul { /* Standard */
    border: none;
    margin: 0;
    padding: 0;
}

.left-column-list ul li { /* Standard */
    background: none;
    border: none;
    border-bottom: 1px solid white;
    margin: 0;
    padding: 0;
}

.left-column-list ul li a { /* Standard */
    display: block;
    font-size: 15px;
    line-height: 21px;
    padding: 7px 12px;
}

#print-tools { /* Standard */
    font-weight: normal;
    padding: 0;
}

#get-printable img {
    vertical-align: -2px;
}

#contacts,
#contacts-home,
#side-content #contacts,
#side-content .columnCopy,
#contacts > div { /* Clean */
    padding: 0;
    width: 216px !important;
}

#contacts,
#contacts-home,
#side-content .columnCopy { /* Clean */
    margin-bottom: 36px;
    padding-bottom: 0 !important;
}

#contacts-home > div { /* Clean */
    margin: 0 !important;
    width: 216px !important;
}

#contacts * {
    line-height: 21px;
}

#contacts form {
    margin-top: 12px;
}

#contacts form,
#contacts form * {
    max-width: 216px;
}


#left-column form input[type="submit"],
#side-content form input[type="submit"] {
    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: 6px 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;
}


/* ========================================================================
   Left Navigation
   ======================================================================== */

#topic-name { /* Standard */
    background: none;
    border: none;
    color: #333;
    display: block;
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    padding: 7px 0;
    position: relative;
    text-transform: none;
}

#topic-name a { /* Standard */
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
}

#topic-name a:hover { /* Standard */
    text-decoration: none;
}

#topical-submenu { /* Standard */
    border: none;
    /*border-top: 1px solid #999;*/
    margin-bottom: 36px;
    width: 216px;
}

#topical-submenu ul { /* Standard */
    margin: 0;
    padding: 0;
}

#topical-submenu li { /* Standard */
    border: none;
    border-top: 1px solid #ccc;
    font-weight: normal;
    line-height: 24px;
    padding: 0;
}

#topical-submenu li:first-of-type { /* Standard */
    border-top: 1px solid #999;
}
/* IE */
#topical-submenu li.first-child { /* Standard */
    border-top: 1px solid #999;
}

#topical-submenu > li:last-of-type { /* Standard */
    border-bottom: 1px solid #ccc;
}
/* IE */
#topical-submenu > li.last-child { /* Standard */
    border-bottom: 1px solid #ccc;
}

#topical-submenu > li:last-of-type.opened { /* Standard */
    border-bottom: none;
}
/* IE */
#topical-submenu > li.last-child.opened { /* Standard */
    border-bottom: none;
}

#topical-submenu > li:last-of-type.opened li:last-of-type { /* Standard */
    border-bottom: 1px solid #ccc;
}
/* IE */
#topical-submenu > li.last-child.opened li.last-child { /* Standard */
    border-bottom: 1px solid #ccc;
}

#side-nav,
.home-content-well #menu,
#side-content #menu { /* Clean */
    border: none;
    margin-bottom: 36px;
    text-transform: none;
    width: 216px;
}

#side-nav ul { /* Clean */
    margin: 0;
    padding: 0;
}

#side-nav li,
#topical-submenu li,
.home-content-well #menu li,
#side-content #menu li { /* Clean */
    border: none;
    border-top: 1px solid #ccc;
    line-height: 24px;
    padding: 0;
}

.home-content-well #menu li:first-of-type,
#side-nav li:first-of-type,
#topical-submenu li:first-of-type,
#side-content #menu li:first-of-type { /* Clean */
    border-top: 1px solid #999;
}
/* IE */
.home-content-well #menu li.first-child,
#side-nav li.first-child,
#side-content #menu li.first-child { /* Clean */
    border-top: 1px solid #999;
}

#side-nav > li:last-of-type,
.home-content-well #menu > li:last-of-type,
#side-content #menu > li:last-of-type { /* Clean */
    border-bottom: 1px solid #ccc;
}
/* IE */
#side-nav > li.last-child,
.home-content-well #menu > li.last-child >,
#side-content #menu li.last-child { /* Clean */
    border-bottom: 1px solid #ccc;
}

#side-nav > li:last-of-type.opened { /* Clean */
    border-bottom: none;
}

#side-nav > li:last-of-type.opened li:last-of-type { /* Clean */
    border-bottom: 1px solid #ccc;
}

#topical-submenu li a, 
#topical-submenu li a:hover, 
#topical-submenu li.selected a, 
#topical-submenu li.selected a:hover, 
#topical-submenu li.opened a,
#topical-submenu li.opened a:hover,
#topical-submenu li.opened li a, 
#topical-submenu li.opened li a:hover, 
#topical-submenu li.opened li.selected a, 
#topical-submenu li.opened li.selected a:hover, 
#topical-submenu li.opened li.opened li a, 
#topical-submenu li.opened li.opened li a:hover, 
#topical-submenu li.opened li.opened li.selected a, 
#topical-submenu li.opened li.opened li.selected a:hover,
#topical-submenu li.selected li a,
#topical-submenu li.selected li a:hover, 
#topical-submenu li.opened li a,
#topical-submenu li.opened li a:hover { /* Standard */
    background: none;
}

#side-nav li a, 
#side-nav li a:hover, 
#side-nav li.selected a, 
#side-nav li.selected a:hover, 
#side-nav li.opened a,
#side-nav li.opened a:hover,
#side-nav li.opened li a, 
#side-nav li.opened li a:hover, 
#side-nav li.opened li.selected a, 
#side-nav li.opened li.selected a:hover, 
#side-nav li.opened li.opened li a, 
#side-nav li.opened li.opened li a:hover, 
#side-nav li.opened li.opened li.selected a, 
#side-nav li.opened li.opened li.selected a:hover,
#side-nav li.selected li a,
#side-nav li.selected li a:hover, 
#side-nav li.opened li a,
#side-nav li.opened li a:hover { /* Clean */
    background: none;
}

#topical-submenu a { /* Standard */
    line-height: 21px;
    padding: 7px 3px 7px 0;
}

#topical-submenu a:hover { /* Standard */
    text-decoration: underline;
}

#side-nav a,
#topical-submenu a,
.home-content-well #menu a,
#side-content #menu a { /* Clean */
    display: block;
    line-height: 21px;
    padding: 7px 3px 7px 0;
}

#side-nav a:hover { /* Clean */
    text-decoration: underline;
}

#topical-submenu li.selected > a,
#topical-submenu li.selected > a:hover,
#topical-submenu li.opened li.opened li.selected > a,
#topical-submenu li.opened li.opened li.selected > a:hover,
#topical-submenu li.opened li.opened li.opened li.selected > a,
#topical-submenu li.opened li.opened li.opened li.selected > a:hover { /* Standard */
    background: #ccc;
    border-left: 3px solid #c00;
    color: #222;
    padding-left: 9px;
}

#side-nav li.selected > a,
#side-nav li.selected > a:hover,
#side-nav li.opened li.opened li.selected > a,
#side-nav li.opened li.opened li.selected > a:hover,
#side-nav li.opened li.opened li.opened li.selected > a,
#side-nav li.opened li.opened li.opened li.selected > a:hover { /* Clean */
    background: #ccc;
    border-left: 3px solid #c00;
    color: #222;
    padding-left: 9px;
}

#topical-submenu li.selected ul,
#topical-submenu li.opened ul { /* Standard */
    border-top: 1px solid #ccc;
    list-style: none;
    padding-left: 12px;
}

#topical-submenu li.selected ul li:first-of-type,
#topical-submenu li.opened ul li:first-of-type { /* Standard */
    border-top: none;
}

#side-nav li.selected ul,
#side-nav li.opened ul { /* Clean */
    border-top: 1px solid #ccc;
    padding-left: 12px;
}

#side-nav li.selected ul li:first-of-type,
#side-nav li.opened ul li:first-of-type { /* Clean */
    border-top: none;
}

#topical-submenu li.selected ul li a,
#topical-submenu li.selected ul li a:hover,
#topical-submenu li.opened a,
#topical-submenu li.opened a:hover,
#topical-submenu li.opened li a,
#topical-submenu li.opened li a:hover,
#topical-submenu li.opened li.selected li a,
#topical-submenu li.opened li.selected li a:hover,
#topical-submenu li.opened li.opened a,
#topical-submenu li.opened li.opened a:hover,
#topical-submenu li.opened li.opened li.selected li a,
#topical-submenu li.opened li.opened li.selected li a:hover,
#topical-submenu li.opened li.opened li a,
#topical-submenu li.opened li.opened li a:hover,
#topical-submenu li.opened li.opened li.opened a,
#topical-submenu li.opened li.opened li.opened a:hover { /* Standard */
    background: #f2f2f2;
    padding-left: 12px;
    padding-right: 6px;
}

#side-nav li.selected ul li a,
#side-nav li.selected ul li a:hover,
#side-nav li.opened a,
#side-nav li.opened a:hover,
#side-nav li.opened li a,
#side-nav li.opened li a:hover,
#side-nav li.opened li.selected li a,
#side-nav li.opened li.selected li a:hover,
#side-nav li.opened li.opened a,
#side-nav li.opened li.opened a:hover,
#side-nav li.opened li.opened li.selected li a,
#side-nav li.opened li.opened li.selected li a:hover,
#side-nav li.opened li.opened li a,
#side-nav li.opened li.opened li a:hover,
#side-nav li.opened li.opened li.opened a,
#side-nav li.opened li.opened li.opened a:hover,
#side-nav li.opened li.opened li.opened li.selected li a,
#side-nav li.opened li.opened li.opened li.selected li a:hover { /* Clean */
    background: #f2f2f2;
    padding-left: 12px;
}

#side-nav li.opened li.opened li.opened li.selected li a,
#side-nav li.opened li.opened li.opened li.selected li a:hover { /* Clean */
    color: #c00;
}

#topical-submenu li.opened ul { /* Standard */
    padding-left: 12px;
}

#side-nav li.opened ul { /* Clean */
    padding-left: 12px;
}

#topical-submenu li.opened li.selected > a,
#topical-submenu li.opened li.selected > a:hover { /* Standard */
    background: #ccc;
    border-left: 3px solid #c00;
    color: #222;
    padding-left: 9px;
}

#side-nav li.opened li.selected > a,
#side-nav li.opened li.selected > a:hover { /* Clean */
    background: #ccc;
    border-left: 3px solid #c00;
    color: #222;
    padding-left: 9px;
}

.uh-college #topic-name {
    display: none;
}

.uh-college .home-content-well #menu:before,
.uh-college #side-nav:before,
.uh-college #topical-submenu:before /* some class */ {
    /*border-bottom: 1px solid #999;*/
    /*content: 'College Navigation';
    display: block;
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 6px 0;
    position: relative;
    width: 216px;*/
}

.uh-college .home-content-well #menu,
.uh-college #side-nav,
.uh-college #topical-submenu {
    padding-top: 36px;
} 

/* IE */
/*.lt-ie8 .uh-college .home-content-well h2.gone {
    border: none;
    display: none;
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 6px 0;
    position: relative;
    width: 216px;
}*/
.lt-ie8 #menu + #feature {
    top: 4px;
}

.uh-department .home-content-well #menu:before,
.uh-department #side-nav:before,
.uh-department #topical-submenu:before {
    /*content: 'Department Navigation';
    display: block;
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 6px 0;
    position: relative;
    width: 216px;*/
    display: none;
}

.uh-department #subhead #unit {
    display: block !important;
}

.uh-department #side-content {
    padding-top: 36px;
}

.no-primary + .uh-college #side-nav,
.no-primary + .uh-college #topical-submenu {
    display: block;
    list-style: none;
    padding: 0;
}

.lt-ie8 #side-nav {
    padding-top: 0;
}

/*#side-nav li {
    border-bottom: none;
    line-height: 24px;
    padding: 6px 0;
}
#side-nav a {
    display: inline;
    padding: 0;
}*/

.home-content-well #menu { 
    margin: 0 0 36px;
    text-transform: none;
    width: 216px;
}

.home-content-well #menu li { 
    line-height: 21px;
}

.home-content-well #menu li a { 
    padding: 7px 0;
}

#deptNav {
    background: #333;
    border: none;
    height: 36px;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-border-radius: 5px 0 0 0;
       -moz-border-radius: 5px 0 0 0;
            border-radius: 5px 0 0 0;
}

#deptNav li {
    background: none;
    border: none;
    margin-left: 20px;
}

#deptNav li:first-child {
    margin-left: 14px;
}

#deptNav li a {
    color: #eee;
    font-family: sans-serif;
    line-height: 21px;
    font-size: 12px;
    padding: 8px 0;
}

#deptNav li a:hover {
    background: none;
    text-decoration: underline;
}


/* ========================================================================
   Main Column
   ======================================================================== */

.home-content-well ul { /* Clean */
    padding: 0;
}

#content-well li { /* Clean */
    color: #333;
}

#content-well h1#audience { /* Admissions */
    display: none;
    padding-bottom: 0;
}

#content-well #content-well {
    margin: 0;
    padding: 0;
}

.home-content-well,
#grid .layer { /* Clean */
    width: 936px;
}

.home-content-well,
.department-content-well { /* Clean */
    margin-top: 34px;
}

body #center-column-items p,
body #center-column-items li,
body #center-column-items dd {
    line-height: 24px;
}

.link-list li a {
    color: #c00;
}

#center-column-items dt {
    font-weight: bold;
    margin-top: 18px;
}

#center-column-items dt a {
    font-weight: bold;
}

#center-column-items dd {
    margin-left: 0;
}

/*#center-column-items br {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
} what does this fix */


#center-column-items br + br {
    /*margin-bottom: -12px;*/
}

/*#center-column-items br + a {
    clear: left;
    display: block;
}*/

#center-column-items .subtitle {
    font-size: 21px;
    line-height: 24px;
    text-transform: none;
}

#badge-shadow { /* Standard */
    display: none;
}

#right-column { /* Standard */
    height: auto;
    margin-top: 35px;
    width: 696px;
}

#content-well {
    overflow: visible;
    clear: both;
    *zoom: 1;
}

#content-well:before,
#content-well:after {
    content: "";
    display: table;
}

#content-well:after {
    clear: both;
}

#topStoriesDiv{
    overflow: visible;
    clear: both;
    *zoom: 1;
}

#topStoriesDiv:before,
#topStoriesDiv:after {
    content: "";
    display: table;
}

#topStoriesDiv:after {
    clear: both;
}

#photo-wrapper { /* Standard */
    background-color: transparent;
    /*background-position-x: inherit;*/
    background-repeat: no-repeat;
    background-position-y: -8px;
    border-top: 1px solid #999;
}

#right-column #photo-wrapper { /* Standard */
    /*experimental*/
    height: 199px;
    margin-top: 0;
    overflow: visible;
    width: 696px;
}

.lt-ie8 #right-column #photo-wrapper {
    height: auto;
}

#page #photo-wrapper {
    border-top: none;
    margin-top: 0;
}

.uh-nsm #page #photo-wrapper {
    margin-bottom: 18px;
}

#inset-box-wrapper { /* Standard */
    background: none !important;
    float: left;
    /*padding-right: 24px;*/
    width: 696px;
}

#inset-box-columns { /* Standard */
    background: #fff url('https://ssl.uh.edu/css/backgrounds/body-bg.png') repeat;
    background: none;
    float: left;
    overflow: visible;
    padding: 0;
    /*width: auto;*/
    /*width: 480px;*/
    width: inherit;
}

.lt-ie8 #center-column-items,
.lt-ie8 #right-column-items { /* Standard */
    background: #fff url('https://ssl.uh.edu/css/backgrounds/body-bg.png') repeat;
    top: 0;
}

#inset-box-header { /* Standard */
    background: none;
    height: 20px;
    margin: 0;
    padding: 0;
    /*display: none;*/
}

#inset-box-footer { /* Standard */
    display: none;
}

#inset-box-items { /* Search */
    background: none;
    overflow: visible;
    padding: 0;
    width: auto;
}

#inset-box-items p {
    line-height: inherit;
}

#center-column-items { /* Standard */
    color: #333;
    padding: 18px 0 24px;
    width: auto;
}

#center-column-items .container {
    clear: none;
    width: inherit;
}

#center-column-items h1 { /* Standard */
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 24px;
    padding-bottom: 0;
}

#center-column-items p { /* Standard */
    line-height: 24px;
    margin: 0 0 18px;
}

#center-column-items p img[align="left"] {
    margin-right: 12px;
}

#center-column-items p img[align="right"] {
    margin-left: 12px;
}

#center-column-items li > p {
    margin: 0;
}

#center-column-items .feed {
    margin-left: 24px;
    padding: 0;
    width: 216px;
}

#center-column-items .feed:first-of-type,
#center-column-items .feed.first-of-type {
    margin-left: 0;
}

span.date {
    font-family: serif;
}

br + span.date,
p + span.date,
p span.date {
    display: block;
    margin: 6px 0 36px;
}

ul + span.date,
ul + br + span.date,
p + br + span.date,
p + span.date {
    margin-top: -12px;
}

.article-list + br,
span.date:empty {
    display: none;
}

.story {
    margin-bottom: 36px;
}

.wildart {
    border: none;
    margin-bottom: 36px;
    padding: 0;
    position: relative;
}

.wildart-caption {
    bottom: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 372px;
}

.wildart-right {
    width: 300px;
}
.wildart-right img {
    height: auto;
    max-width: 300px;
}

#main table,
#center-column-items table {
}

table th {
    background: none;
}

table td {
    border-bottom: none;
    padding: 6px 12px 6px 0;
    vertical-align: top;
}

/*#main table td,
#center-column-items table td {
    padding: 4px 6px;
}

#main table td:first-of-type,
#center-column-items table td:first-of-type {
    padding-left: 0;
}

#main table td:last-of-type,
#center-column-items table td:last-of-type {
    padding-right: 0;
}*/

#anchors {
    margin-bottom: 36px;
}

#content-well #center-column-items h2 {
    border-color: #999;
    font-size: 21px;
    font-weight: bold;
    line-height: 24px;
    margin: 24px 0 18px;
    padding-top: 24px;
}

#content-well #center-column-items span.hd {
    display: block;
}

#content-well #center-column-items span.hd + br {
    display: none;
}

#content-well #center-column-items h3,
#content-well #center-column-items h3 a,
#content-well #center-column-items h4,
#content-well #center-column-items h4 a,
#content-well #center-column-items span.hd,
#content-well #center-column-items span.hd a {
    /*font-size: 16px;*/
    /*font-weight: bold;*/
    /*line-height: 24px;*/
    /*margin: 0 0 18px;*/
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 18px;
    font-weight: bold !important;
    line-height: 24px;
    margin-bottom: 6px;
}

#content-well #center-column-items h2 + h2,
#content-well #center-column-items h2 + h3,
#content-well #center-column-items h3 + h3,
#content-well #center-column-items h3 + h4,
#content-well #center-column-items h4 + h4 {
    /*margin-top: 15px;*/
}

#content-well #center-column-items br + p {
    margin-top: 0;
}

#applyNow,
#applyNow ul { /* Clean */
    width: 159px;
}

#page.page h1 {
    border-top: 0;
    border-bottom: 1px solid #999;
    margin-bottom: 0px;
    top: 0px;
}

#page h1,
#page.Standard h1 { /* Clean */
    background: none;
    border: none;
    border-bottom: 1px solid #999;
    color: #333;
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 0px;
    padding: 6px 0;
    position: relative;
    text-transform: none;
}

.uh-nsm #page.page h1 {
    margin-top: -36px;
}

#page.Standard #sidebar h1,
#page.Standard #main h1 {
    margin-top: 12px;
}

#main h3 {
    background: none;
    border: none;
    font-style: normal;
    padding: 0;
}

#page { /* Clean */
    background: none;
    border: none;
    height: auto !important;
    margin-top: 0px;
    margin-left: 24px;
    width: 696px;
}

#page #page {
    margin: 0;
    /*margin: 9px 0 0 9px;*/
}

#main-content #page {
    margin-left: 0;
}

.page .main {
    float: none;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 0;
    width: auto;
}

.page .main form {
    width: 456px;
}

.page p, 
.page h2, 
.page h3, 
.page h4,
.page ul{
    margin-left: 0;
    margin-right: 0;
}
.page ol {
    margin-left: 10;
    margin-right: 0;
}
.Wide { /* Clean */
    background: none;
}

.Wide #main { /* Clean */
    padding: 0;
    width: 696px;
}

.Wide #main section-text > div { /* Bad Education inline styles */
    height: auto !important;
}

.Wide #main section-text > div > div {
    float: none !important;
    /*height: auto !important;*/
    margin: 0 !important;
    width: auto !important;
}

.uh-college #page #page {
    margin: 0 0 18px 0;
    overflow: hidden;
    width: 696px;
}

.uh-college #page #page section-text > div > div {
    height: 290px !important;
}

.Wide #main section-text > div > div > img {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}

.two-column #page-bottom,
.Wide #page-bottom { /* Clean */
    display: none;
}

#page .box { /* Clean */
    border: none;
    margin-top: 36px;
    margin-left: 0;
    padding: 0;
    width: inherit;
}

#page .box.announcements {
    margin-top: 0;
}

.uh-oaas #page .box { 
    margin-top: 0;
}

#page-bottom { /* Clean */
    width: 696px;
}

#main table,
#grid table { /* Clean */
    /* border: none;
    width: 100%;*/ /* commented out for http://uh.edu/tieronescholars/benefits/tier-one-scholarship/ */
}

#main th { /* Clean */
    /*background: none;
    color: #333;
    font-weight: normal;
    padding: 0;*/ /* commented out for http://uh.edu/tieronescholars/benefits/tier-one-scholarship/ */
}


/* ========================================================================
   Right Column
   ======================================================================== */

#right-column-items { /* Standard */
    /*background: white url('https://ssl.uh.edu/css/backgrounds/body-bg.png') repeat;*/
    /*padding: 36px 0 0 24px;*/
    padding-left: 24px;
    padding-right: 0;
    /*margin-top: 180px;*/
    position: relative;
    right: 0;
    min-width: 240px;
    overflow: visible;
    top: -8px;
    width: auto;
}

.right-column-list { /* Standard */
    margin: 0 0 36px;
    padding: 0;
    width: 216px;
}

.right-column-list h4 { /* Standard */
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 7px 0;
    text-transform: none;
}

.right-column-list h4:first-letter { /* Standard */
    /*text-transform: capitalize;*/
}

.right-column-list ul { /* Standard */
    background: none;
    margin: 0;
}

.right-column-list ul li { /* Standard */
    background: none;
    border-color: #ccc;
    padding: 0;
}

#right-column-items .right-column-list ul {
    background: none;
}

#right-column-items .right-column-list ul li { /* Catalog */
    background: none;
}

#right-column-items .right-column-list ul li a {
    color: #c00;
}

.right-column-list ul li a { /* Standard */
    color: #c00;
    display: block;
    font-size: 15px;
    line-height: 21px;
    padding: 7px 0;
}

.Standard #sidebar,
.two-column #sidebar { /* Clean */
    line-height: 21px;
    margin-left: 24px;
    width: 216px;
}

.Standard #sidebar * {
    line-height: 21px;
    text-align: left !important;
}

.Standard #sidebar address,
.Standard #sidebar div,
.Standard #sidebar p,
.Standard #sidebar h3 {
    padding-left: 0 !important;
}

.Standard #sidebar h2,
.two-column #sidebar h2,
.page #sidebar h2 { /* Clean */
    border-bottom: none;
    margin-bottom: 0;
    padding: 7px 0;
    text-transform: none;
}

.Standard #sidebar h3 { /* Clean */
    font-size: 16px;
    /*font-weight: normal;*/
    margin: 12px 0;
    padding: 0;
}

.Standard #sidebar p { /* Clean */
    padding: 0;
}

.Standard #sidebar img,
.two-column #sidebar img { /* Clean */
    max-width: 216px;
}

.two-column #sidebar .related-links { /* Clean */
    padding: 0;
    width: 216px;
}

.Standard #sidebar .links > * { /* Clean */
    margin-left: 0;
    margin-right: 0;
}

.two-column #sidebar .related-links ul,
.Standard #sidebar .links ul,
.page #sidebar ul {
    list-style: none;
    margin: 0 0 36px;
}

.two-column #sidebar .related-links ul li,
.Standard #sidebar .links ul li,
.page #sidebar ul li {
    background: none;
    border-top: 1px solid #ccc;
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.two-column #sidebar .related-links ul li:first-of-type,
.Standard #sidebar .links ul li,
.page #sidebar ul li {
    border-top: 1px solid #999;
}

.two-column #sidebar .related-links ul li:last-of-type,
.Standard #sidebar .links ul li:last-of-type,
.page #sidebar ul li:last-of-type {
    border-bottom: 1px solid #ccc;
}

.two-column #sidebar .related-links ul li a,
.Standard #sidebar .links ul li a,
.page #sidebar ul li a {
    color: #c00;
    display: block;
    padding: 6px 0;
}

.page #sidebar { /* Clean */
    border: none;
    float: right;
    height: auto !important;
    padding-left: 24px;
    width: 240px;
}

.page #sidebar img {
    max-width: 216px;
}


/* ========================================================================
   Tactical Navigation
   ======================================================================== */

#main-content ul#services span,
#main-content ul#tactical span {
    background: none;
}

.uh-college #subhead { /* Clean */
    width: 936px;
    /*margin-bottom: 16px;*/
}

.uh-college #subhead #unit { /* Clean */
    /*display: none;*/
}

#tactical { /* Clean */
    margin-bottom: -12px;
    overflow: visible;
    width: 936px;
}

#services {
    position: relative;
    /*top: -1px;*/
}

#services + #tactical {
    position: relative;
    /*top: -1px;*/
    width: auto;
}

#tactical ul { /* Clean */
    background: #ccc;
    /* border-bottom: 1px solid #999;*/ /* removed border for infotech */
    height: 35px;
    margin-top: 0;
    position: relative;
    top: 36px; /* infotech */
    z-index: 60;
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
}

.uh-class #tactical ul {
    border-bottom: none;
    top: 35px; /* /class */
}

.lt-ie8 #tactical ul {
    /*margin-bottom: -100px;*/
    /*top: 24px;*/
    /*margin-bottom: ;*/
    margin-bottom: -26px;
}

#tactical ul li,
#tactical ul li.first,
#tactical ul li.last { /* Clean */
    background: none;
    line-height: 24px;
    padding: 7px 12px 5px;
}

#tactical ul li,
ul#tactical li,
ul#services li { /* Clean */
    line-height: 24px;
    padding: 7px 12px 5px;
}

#tactical ul li a,
ul#tactical li a,
ul#services li a { /* Clean */
    font-family: sans-serif;
    font-size: 13px;
    line-height: 24px;
    padding: 0;
}

ul#services li a {
    color: #333;
}

#main-content ul#services,
#main-content ul#tactical {
    height: 36px;
    margin-right: 0;
    z-index: 1;
}

#main-content ul#services {
    background: #ccc;
    padding-left: 6px;
    -webkit-border-radius: 0 5px 0 0;
       -moz-border-radius: 0 5px 0 0;
            border-radius: 0 5px 0 0;
}

#main-content ul#tactical {
    background: #666;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px 5px 0 0;
       -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
}

#main-content ul#services + ul#tactical {
    right: -6px;
}

#main-content ul#services li,
#main-content ul#tactical li {
    margin-top: 0 !important;
    line-height: 24px;
    padding: 6px 12px;
}

#comm100_ChatButton {
    margin-top: 1px;
}

#comm100_ChatButton img {
    max-width: 20px;
}

ul.tactical li.selected a {
    color: #c00;
}

.lt-ie8 /*.uh-nsm*/ #main-content ul#services {
    /*float: right;*/
    /*position: relative;*/
    width: 376px;
}

.lt-ie8 /*.uh-nsm */#main-content ul#tactical {
    /*float: left;*/
    /*position: relative;*/
    width: 231px;
}

.lt-ie8 /*.uh-nsm*/ #feature {
    overflow-x: hidden;
    /*width: 694px;*/
}

.lt-ie8 .uh-nsm #feature #slideShow {
    border-top: none;
}


/* ========================================================================
   Feature
   ======================================================================== */

#menu + #feature { /* Clean */
    /*margin-bottom: 35px;*/
    margin-bottom: 0;
    top: 35px;
}

#feature { /* Clean, uh.edu/class */
    background: none;
    /*float: right;*/
    float: none;
    height: auto;
    margin-left: 240px;
    min-height: 384px;
    overflow: visible;
    position: relative;
    width: 696px;
    top: -1px;
    z-index: 77;
}

#page #feature { /* Clean, uh.edu/class/economics */
    background: none;
    /*float: right;*/
    float: right;
    height: auto;
    min-height: 384px;
    overflow: visible;
    position: relative;
    width: 696px;
    top: -1px;
    z-index: 77;
}

.uh-nsm #feature {
    min-height: 408px;
}
.uh-department #feature {
    min-height: 368px;
}
.lt-ie8 /*.uh-nsm*/ #feature #slideShow .slide .slideCaption {
    width: 694px;
}

#feature iframe {
    width: 696px;
}

#feature #slideShow { /* Clean */
    border-top: 1px solid #999;
    margin: 0;
    min-height: 341px;
    width: 696px;
    /*width: 100%;*/
}

#feature #slideShow * { /* Clean */
    /*max-width: 100%;*/
}

#feature #slideShow .slide {
    width: 696px;
}

#feature #slideShow .slide img,
#feature #slideShow .slide a img,
#page #feature #slideShow .slide a img { /* Clean */
    border: 1px solid #999;
    border-top: none;
    margin-bottom: 0;
    margin-left: 0;
    max-width: 100%;
}

.lt-ie8 #feature #slideShow .slide img,
.lt-ie8 #feature #slideShow .slide a img,
.lt-ie8 #page #feature #slideShow .slide a img { /* Clean */
    border: 1px solid #999;
    border-top: none;
    margin-bottom: 0;
    margin-left: 0;
    max-width: 694px;
}

#feature #slideShow .slide p { /* Clean */
    background: white;
    border: 1px solid #999;
    border-width: 0 1px 1px 1px;
    margin: 0;
    padding: 6px 12px;
}

#feature #slideShow .slide p span { /* Clean */
    text-decoration: none !important;
}

#feature #slideShow .slide .slideCaption,
#page #feature #slideShow .slide .slideCaption { /* Clean */
    border: 1px solid #999;
    border-top: none;
    margin: 0 !important;
    width: 696px;
}

.lt-ie8 #feature #slideShow .slide .slideCaption,
.lt-ie8 #page #feature #slideShow .slide .slideCaption { /* Clean */
    width: 694px;
}

#feature #slideShow .slide .slideCaption h2 { /* Clean */
    font-size: 21px;
    line-height: 24px;
    margin: 0;
    padding: 6px 12px;
}

#feature #slideShow .slide .slideCaption h2 + p { /* Clean */
    margin-top: -3px;
    padding-top: 0;
}

#feature #slideShow .slide .slideCaption p { /* Clean */
    margin: 0;
    border: none;
}

#feature #slideShow .slide p a { /* Clean */
    font-size: 15px;
    line-height: 21px;
}

#slideShowNav {
    position: absolute;
}

#touchTip {
    height: 39px;
    position: absolute;
    top: 139px;
    width: 390px;
}


/* ========================================================================
   Grid
   ======================================================================== */

#box-top { /* Clean */
    margin: 36px 0 0;
    width: 936px;
    z-index: 1;
}

.uh-college #box-top {
    clear: left;
    margin: 0;
    width: 216px;
}

.lt-ie8 .uh-college #box-top {
    margin-bottom: 24px;
}

#box-top > div { /* Clean */
    /*float: left !important;*/
    margin: 0 0 36px !important;
}

#box-top div p {
    margin: 0 !important;
}

#box-top,
#grid .highlight { /* Clean */
    background-image: none !important;
}

#grid { /* Clean */
    margin-top: 12px;
}

#grid div { /* Clean */
    background: none !important;
    border: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#grid > .layer { /* Clean */
    margin: 18px 0 0;
    padding: 0;
}

#grid .layer .box { /* Clean */
    padding: 0;
}

#grid .layer .one { /* Clean */
    margin-left: 24px;
    width: 216px;
}

#grid .layer #news-headlines { /* Plantops */
    margin-left: 0;
}

#grid .layer .one:first-of-type {
    margin-left: 0;
}
/* IE */
#grid .layer .one.first-of-type {
    margin-left: 0;
}

#grid .layer .one .spiff {
    width: 216px;
}

#grid .layer .four { /* Clean */
    width: auto;
}

#grid .layer .four.box.highlight { /* Clean */
    /*width: 936px;*/
}

#grid .announcements-container {
    left: 240px;
    position: relative;
    width: 696px;
}

#grid .announcements-container > div,
#grid .announcements-container > div > div {
    width: 696px;
}

#grid .announcements-container {
    margin-top: -120px;
}

.uh-architecture #grid .announcements-container {
    margin-top: -156px;
    margin-bottom: 24px;
}

.uh-architecture #grid .announcements-container p {
    margin: 0;
}

.uh-college div.announcement {
    margin: 0;
}


/* ========================================================================
   Spiffs
   ======================================================================== */

.spiff h2 {
    font-family: 'TexGyreAdventor', sans-serif;
    font-weight: normal;
    padding: 6px 10px;
    text-transform: none;
}

.spiff img {
    margin: 0;
}

.spiff * {
    line-height: 21px;
}

.spiff p,
.spiff h1,
.spiff h2,
.spiff h3,
.spiff h4 {
    color: #333;
    padding-left: 0;
    padding-right: 0;
}

.spiff h1,
.spiff h2,
.spiff h3,
.spiff h4 {
    margin: 0 0 12px;
}

.spiff p {
    margin: 0 0 12px;
    padding: 0;
}

.spiff ul li {
    margin: 0;
}

.spiff ul.links-list {
    /*margin-top: 12px;*/
}

.spiff ul.links-list li {
    margin: 6px 0;
}

#sidebar .spiff,
#right-column-items .spiff,
#left-column .spiff { /* Standard */
    background: white url('https://ssl.uh.edu/css/backgrounds/body-bg.png') repeat;
    border: none;
    margin: 0 0 36px;
    width: 216px;
}

#sidebar .spiff img,
#right-column-items .spiff img,
#left-column .spiff img,
#side-content .spiff img,
.Standard #sidebar .spiff img,
#grid .layer .one .spiff img { /* Standard */
    border: none;
    height: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

#side-content .spiff h2,
#sidebar .spiff h2,
#right-column-items .spiff h2,
#left-column .spiff h2 { /* Standard */
    background: none;
    border-bottom: 1px solid #999;
    color: #333 !important;
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 0;
}

#sidebar .spiff h4,
#sidebar .spiff p,
#sidebar .spiff a,
#right-column-items .spiff h4,
#left-column .spiff h4,
#right-column-items .spiff p,
#left-column .spiff p,
#right-column-items .spiff a,
#left-column .spiff a,
#side-content .spiff h4,
#side-content .spiff p,
.Standard #sidebar .spiff h4,
.Standard #sidebar .spiff p { /* Standard */
    font-family: sans-serif;
    line-height: 21px;
    padding: 0;
}

#right-column-items .spiff h4,
#left-column .spiff h4,
#side-content .spiff h4,
.Standard #sidebar .spiff h4 { /* Standard */
    font-weight: normal;
    margin: 12px 0 0;
}

.Standard #sidebar .spiff {
    margin: 24px 0;
}

#spiff-bank {
    margin-top: 0;
}

#spiff-bank .spiff,
#spiff-bank .spiff > * {
    width: 216px;
}

#spiff-bank .spiff {
    margin-top: 12px;
    margin-bottom: 18px;
    margin-left: 24px;
}

#spiff-bank .spiff + .spiff + .spiff {
    display: none;
}

#spiff-bank .spiff:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
}
/* IE */
#spiff-bank .spiff.jquery {
    clear: left;
    margin-left: 0;
}

.spiff-bank .spiff *,
#spiff-bank .spiff *,
.three-one-grid .box p {
    padding: 0;
}

#spiff-bank .spiff img,
.spiff-bank .spiff img {
    border: none;
    width: 100%;
}

.spiff-bank .spiff h4,
#spiff-bank .spiff h4,
#grid .spiff h4 {
    font-family: sans-serif;
    font-weight: normal;
    margin: 12px 0 0;
    padding: 0;
}

.one-column .column .spiff-bank {
    background: none;
    margin-top: 36px;
    border: none;
    width: 696px;
}

.one-column .column .spiff-bank:empty {
    display: none;
    margin-top: 0;
}

.spiff-bank .spiff {
    margin-left: 24px;
    padding: 0;
    width: 216px;
}

.spiff-bank .two-spiffs {
    padding: 0;
    margin-left: 24px;
    width: 336px;
}

.spiff-bank .two-spiffs:first-of-type,
.spiff-bank .spiff:first-of-type,
.spiff-bank .spiff.first-of-type {
    margin-left: 0;
}
/*IE*/
.spiff-bank .two-spiffs.first-of-type,
.spiff-bank .spiff.first-of-type {
    margin-left: 0;
}

.spiff-bank .two-spiffs img {
    border: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.spiff-bank .two-spiffs h4 {
    font-family: sans-serif;
    font-weight: normal;
    margin-top: 12px;
}

.two-spiffs h2,
.four h4 {
    border-top: none;
    border-bottom: 1px solid #999;
    display: block;
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 16px;
    font-weight: normal;
    /*margin-bottom: 12px;*/
    padding: 7px 0;
    position: relative;
}

.four p + h4 {
    margin-top: 24px;
}

.two-spiffs h2 {
    font-weight: bold;
}

#side-content *,
.Standard #sidebar {
    line-height: 21px;
}

#side-content h3 {
    font-size: 16px;
    margin: 0;
    padding: 6px 0;
}

#side-content h3 + form {
    /*border-top: 1px solid #999;*/
    padding: 0 !important;
}

#side-content form {
    width: 216px;
}

#side-content form * {
    max-width: 216px;
}

#side-content .spiff,
.Standard #sidebar .spiff {
    background: none;
    border: none;
    margin: 0 0 36px;
    width: 216px;
}

#side-content .spiff *,
.Standard #sidebar .spiff * {
    padding-left: 0;
    padding-right: 0;
}

#side-content .spiff h2,
.Standard #sidebar .spiff h2 {
    font-size: 16px;
    margin: 0;
    padding: 6px 0;
}

.Standard #sidebar img + extrasidecontent-section-text .spiff {
    margin-top: 24px;
}

.department-content .spiff,
.department-content ~ .four.highlight.box .spiff  {
    background: none;
}

.department-content .spiff h2,
.department-content ~ .four.highlight.box .spiff h2 {
    border-bottom: 1px solid #ccc;
    color: #333;
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 9px;
    padding: 6px 0;
    text-transform: none;
}


/* ========================================================================
   Other
   ======================================================================== */

h4 + p {
    margin-top: 0;
}

#content-well #main h4 + p {
    margin-top: 18px;
}

span.subtitle:empty {
    display: none;
}

.navbar .nav > li {
    line-height: 19px;
    padding-top: 8px;
    padding-bottom: 9px;
}

.PageTitles {
    font-family: 'TexGyreAdventor', sans-serif !important;
    font-size: 24px !important;
    line-height: 36px !important;
}
/*.uh-college #side-nav {
    display: none;
}*/
.Standard #banner-image,
.Wide #banner-image {
    margin: 0 0 24px;
    max-width: 696px;
}
#showBanner {
    margin-top: 0;
    margin-bottom: 24px;
    overflow: hidden;
    width: 696px;
}
.Standard #main,
.Wide #main,
.two-column #main {
    line-height: 24px;
    margin-top: 6px;
    padding: 0;
}
.Standard #main,
.two-column #main {
    width: 456px;
}
.Wide #main {
    width: 696px;
}
#main div.photo {
    overflow: hidden;
}
#side-content h2.gone {
    display: none;
}

#side-menu ul {
    margin: 0;
}
#side-content,
#side-nav,
#side-menu {
    font-size: 15px;
    margin-bottom: 36px;
    padding: 0;
    width: 216px;
}
#content-well h2, /* Standard, Clean */
#side-menu h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 12px 0 0;
    /*padding-top: 12px;*/
    text-align: left !important;
}

#content-well #main h2 {
    font-size: 1.5em;
    border: none;
    margin: .75em 0;
}

#side-menu h2,
#sidebar h2,
#right-column-items h2 {
    margin: 0;    
}
#main-content {
    margin-left: 24px;
    width: 696px;
}
#side-menu h2,
#main-content .triple h2,
#main-content .single h2,
#grid .spiff h2,
#main-content .double h2 {
    background: none;
    border-bottom: 1px solid #999;
    color: #333 !important;
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 0;
}

#side-menu h2 {
    border-bottom: none;
}

#side-menu li {
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 0;
}
#side-menu li:first-of-type {
    border-top: 1px solid #999;
}
#side-menu li a,
#side-menu li a.last {
    border-bottom: none;
    color: #c00;
    display: block;
    line-height: 21px;
    padding: 7px 0;
}
#side-menu li a:hover,
#side-menu li a:focus {
    text-decoration: underline;
}

#content-well {  /* Standard */
    background: none;
    margin-top: 34px;
    width: 936px;
}
#main-content {
    padding: 0;
}
#side-content{
    /*padding: 36px 0 0;*/
}
#main-content #feature,
#main-content .layer {
    margin: 0;
    width: 696px;
}

#main-content #feature {
    float: left;
}

.lt-ie8 .uh-nsm #feature + div {
    clear: both;
    float: none;
    position: relative;
    top: 24px;
}

#main-content .layer .double.box {
    margin: 0;
    width: 456px;
}
#main-content .layer .double.box + .double.box {
    margin-left: 24px;
    width: 216px;    
}
.double h3, .double h4, .double p {
    width: auto;
}
.box p {
    padding: 0;
}
.box h2 {
    margin-bottom: 0;
    top: 0;
}
#main-content .triple {
    margin: 0;
    width: 456px;
}
.article-list,
#main-content .article-list {
    float: left;
    margin-top: 12px;
}
.article-list h4,
#main-content .article-list h4 {
    font-family: sans-serif;
    font-weight: normal;
    margin-top: 12px
}
.article-list p,
#main-content .article-list p {
    border: none;
    /*display: none;*/
    line-height: 21px;
    margin: 0 0 12px 0;
    /*padding-bottom: 12px;*/
}
/*.uh-nsm #main-content .article-list p {
    display: none;
}*/
.uh-nsm #main-content .article-list p:nth-of-type(1),
.uh-nsm #main-content .article-list p:nth-of-type(2),
.uh-nsm #main-content .article-list p:nth-of-type(3),
.uh-nsm #main-content .article-list p:nth-of-type(4) {
    display: block;
}
/* IE */
.uh-nsm #main-content .article-list p.jquery {
    display: block;
}
#main-content .triple + .single {
    margin: 0 0 0 24px;
}
#main-content .triple + .single,
#main-content .triple + .single p {
    padding-left: 0;
    width: 216px;
}
#side-content #quicklinksform {
    clear: both;
    margin-bottom: 24px;
    width: 100%;
}
#side-content .contacts {
    margin-top: 0;
    width: auto;
}

.department-content-well {
    width: 936px;
}
.department-content {
    padding: 0;
}

.formlet {
    background: none;
    clear: both;
    width: 216px;
}

.formlet h2,
.formlet h3,
.formlet h4,
.formlet p {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.formlet h3 {
    background: none;
}

#admissions-wrapper {
    background-color: #000;
    width: 696px;
}

#admissions-wrapper #inset-box-wrapper {
    padding-top: 0;
}

#admissions-trifold {
    background: transparent url('https://ssl.uh.edu/css/backgrounds/admissions-bg.png') repeat-y;
    width: 696px;
}

#admissions-trifold .three-column {
    /*border-right: 24px solid white;*/
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
        -ms-box-sizing: content-box;
            box-sizing: content-box;
    margin-left: 24px;
    padding: 240px 8px 12px;
    width: 200px;
}

#admissions-trifold .three-column:first-of-type {
    margin-left: 0;
}
/* IE */
#admissions-trifold .three-column.first-of-type {
    margin-left: 0;
}

#admissions-trifold .three-column h3 a,
#admissions-trifold .three-column h3 a:visited {
    color: #ccc;
    line-height: 1;
}

#admissions-columns {
    background: #fff url('https://ssl.uh.edu/css/backgrounds/body-bg.png') repeat;
    width: 696px;
}

#admissions-columns #intro-copy-wrapper {
    border: none;
    line-height: 24px;
    margin: 24px 0 0;
    padding: 0;
    width: 696px;
}

.two-column p.blurb {
    margin-left: 0;
}

.three-column .blurb,
.three-column .blurb * {
    line-height: 21px;
}

.three-column .blurb a,
.three-column .blurb a:visited {
    color: #ccc;
}

/* President */

#yellow {
    margin-top: 0;
    right: 0;
    top: 234px;
    width: 696px;
}

#center-column-items #title,
#center-column-items #name {
    line-height: 1;
    text-indent: 12px;
}

#center-column-items #title {
    font-size: 1em;
    margin: 18px 0 3px;
}

#center-column-items #name {
    /*font-size: 3.5em;*/ /* Commented out because of https://ssl.uh.edu/secc/request/index.php */
    /*margin: 0 0 36px;    */
}

#po-ss-box {
    margin: 0 0 0 12px;
}

/* Clean template on main site, i.e. Tier One Scholars */

#subhead {
    margin: 0 auto;
    width: 936px;
}

#subhead #unit {
    /*margin-bottom: -48px;*/
    position: relative;
    /*bottom: -22px;*/
    width: 216px;
    margin: 34px 0 -70px;
}

.lt-ie8 #subhead #unit {
    /*bottom: -34px;*/
}

#subhead #unit a {
    background: none;
    border: none;
    /*border-bottom: 1px solid #999;*/
    color: #333;
    display: block;
    font-family: 'TexGyreAdventor', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    /*margin-top: -36px;*/
    padding: 7px 0;
    position: relative;
    text-transform: none;
    z-index: 1;
}

#side-content,
#side-nav,
#menu {
    margin-top: 0;
    padding-top: 36px;
}

#side-content #side-nav,
#side-content #menu {
    padding: 0;
}

.lt-ie8 .uh-main #side-content {
    /*padding-top: 0;*/
}

.lt-ie8 .uh-college #side-content {
    padding-top: 36px;
}

.uh-college #menu {
    padding-top: 0;
}

/* UIT */

#uit-menu,
#uit-menu-display,
#link-sections,
#more-about-it {
    background: none;
    border: none;
    height: auto;
    width: 696px;
}

#uit-menu {
    background: #ccc;
    border-top: 1px solid #999;
    font-size: 13px;
    height: 49px;
    line-height: 18px;
    position: relative;
    z-index: 89;
}

#uit-menu ul {
    margin: 0;
}

#uit-menu li {
    border-radius: 4px 4px 0 0;
    height: 45px;
    margin-top: 3px;
    width: 110px;
}

#uit-menu a,
#uit-menu a:visited {
    color: #333;
}

#uit-menu-display {
    border: 1px solid #ccc;
    border-top: none;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 0;
}

#uit-menu-display ul {
    margin: 0;
    padding: 0;
}

#uit-menu-display li {
    height: auto;
    margin: 10px;
    padding: 0;
}

#uit-menu-display li img {
    margin-bottom: 6px;
}

#today-events {
    border: 1px solid #ccc;
    border-top: none;
    border-right: none;
    line-height: 21px;
    width: 459px;
}

#today-events ul {
    margin-top: 9px;
    padding: 0;
}

#today-events p {
    line-height: 21px;
    margin-bottom: 9px;
}

#featured-content {
    border: 1px solid #ccc;
    border-top: none;
}

#link-sections .section-column {
    margin: 36px 0 0;
    width: 50%;
}

#link-sections .section-column * {
    line-height: 21px;
}

#link-sections .section-column > div {
    float: none !important;
    margin-left: 72px;
}

#link-sections .section-column img {
    margin-right: 12px;
    padding: 0;
}

#link-sections-wrapper,
#more-about-it-wrapper {
    margin: 0 0 36px;
    padding: 0;
}

/* Campus Map */

/*div.panel,*/
#alert,
#map-box,
#map-facilities-menu {
    width: 936px !important;
}

#map-facilities-menu {
    position: relative;
}

#map_canvas {
    max-width: 936px;
}

#building_container {
    width: 936px;
}

#map_canvas_container_small {
    margin-right: 24px;
}

#boxes,
.amen_labels_div,
#boxed > div {
    width: auto !important;
}

#alert {
    margin: 0 0 12px;
}

#map-box {
    height: 72px;
    padding: 0;
}

#map-box + #tabs {
    float: right;
    margin: auto 12px 0 0;
    position: relative;
    top: -24px;
}

#map-box + #tabs li {
    border-radius: 4px 4px 0 0;
    margin: 0 0 0 6px;
}

#map-box + #tabs li a,
#map-box + #tabs li a.active {
    display: block;
    font-size: 13px;
    line-height: 24px;
    padding: 0 18px;
}

#map-box + #tabs + br {
    display: none;
}

#map-box #print-send {
    margin: 6px 12px;
}

#map-box #map_title {
    font-family: 'TexGyreAdventor', sans-serif;
    line-height: 72px;
    margin: 0;
    text-transform: uppercase;
}

#map-box #map-icon {
    margin: 9px 12px;
}

#boxes {
    background: url('/wtsc_apps/uh_maps/images/map_subtitle_bg.jpg') top;
    margin: 0;
    padding: 12px 12px 18px;
}

#boxes * {
}

#boxes div {
    background: none;
    border: none;
    padding: 0px;
}

#map-search {
    padding: 0 12px;
}

#map-amen div {
    background: none;
}

#map-amen .amen_labels_div {
    margin: 0;
}

#map-amen .amen_labels_div h4 {
    margin: 0;
}

.parking_labels_div {
    margin: 0;
}

#map-parking-routes > div {
    margin: 6px 0;
}

/* Search Results */

div#searchBoxArea {
    background: none;
    border: none;
    height: auto;
    margin: -57px 0 0;
    position: absolute;
    width: 616px;
}

table#searchBoxArea {
    background: none;

}

div#searchBoxArea td:first-of-type {
    display: none;
}

div#searchBoxArea tr:last-of-type {
    display: none;
}

div#searchBoxArea h1 {
    display: none;
}

div#searchBoxArea input,
div#searchBoxArea button {
    color: #333;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 21px;
    padding: 6px 12px;
}

div#searchBoxArea input.textbox {
    background-color: #fff;
    border: 1px solid #999;
    /*height: 20px;*/
    /*margin-bottom: 9px;*/
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

div#searchBoxArea input.textbox.focus {
    border: 1px solid rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9; /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

div#searchBoxArea button {
    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 #999;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    -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; 
    height: auto !important;
    width: auto !important;
    color: #333 !important;

}

div#searchBoxArea button:hover,
div#searchBoxArea button:active,
div#searchBoxArea button.active,
div#searchBoxArea button.disabled,
div#searchBoxArea button[disabled] {
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

div#searchBoxArea button:active,
div#searchBoxArea button.active {
    background-color: #cccccc \9;
}

div#searchBoxArea button:first-child {
    *margin-left: 0;
}

div#searchBoxArea button: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 */
}

div#searchBoxArea button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

div#searchBoxArea button.active,
div#searchBoxArea button: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);
}

#searchArea {
    background: none;
    color: inherit;
    font: inherit;
    margin: 36px 0 0;
    overflow: auto;
    padding: 0;
    /*width: 456px;*/
    width: 616px;
}

#searchArea p.results {
    background: none;
    line-height: 21px;
    font-size: 14px;
    margin: 24px 0;
    padding: 0;
    width: auto;
}

#searchArea p.results a,
#searchArea p.results .majorURL {
    color: #c00;
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
    padding: 0;
    text-decoration: none;
}

#searchArea p.results a:hover,
#searchArea p.results a:hover .majorURL {
    text-decoration: underline;
}

#searchArea p.results a b,
#searchArea p.results .majorURL b,
#searchArea p.results .text b {
    color: inherit;
    font-size: inherit;
    font-weight: bold !important;
}

#searchArea p.results a {
    /*display: block;*/
}

#searchArea p.results a + br {
    /*display: none;*/
}

#searchArea p.results .text {
    color: #333;
}

#searchArea p.results .text b {
    color: #000;
}

#searchArea p.results .text br {
    display: none;
}

#searchArea p.results img {
    vertical-align: top;
}

#searchArea p.results span.text:empty,
#searchArea p.results span.text:empty + br {
    display: none;
}

#searchBoxArea form {
    background: none;
}

#personmatchTable {
    margin: 6px 0 0;
    width: 100%;
}

#personmatchTable td {
    line-height: 21px;
    padding: 0;
}

#personmatchTable tr td {
    padding: 6px;
}

#personmatchTable tr:nth-child(odd) td {
    padding-top: 0;
}

#personmatchTable tr:nth-child(even) td {
    padding-bottom: 0;
}
/* IE */
#personmatchTable tr.jquery-odd td {
    padding-top: 0;
}
/* IE */
#personmatchTable tr.jquery-even td {
    padding-bottom: 0;
}

#personmatchTable tr:first-of-type td {
    padding: 6px;
}

#personmatchTable tr:last-of-type td {
    padding: 6px;
}

#personmatchTable tr:last-of-type td a {
    font-size: 15px;
}

#personmatchTable .personMatchTitle {
    display: block;
    font-weight: normal;
}

#personmatchTable .personMatchText {
    font-size: 14px;
    line-height: 21px;
}

#personmatchTable .personMatchText a,
#personmatchTable .personmatchTDalt a {
    font-size: 16px;
    line-height: 21px;
}

#exactMatchTable td {
    padding: 6px;
}

#exactMatchTable a {
    font-size: 16px;
    line-height: 21px;
}

#exactMatchTable .minorURL {
    font-size: 14px;
    line-height: 21px;
}

/* Directory */

#app-banner {
    height: 72px;
}

#app-banner h1 {
    color: #fff;
    font-size: 30px;
    line-height: 72px;
    padding-left: 12px;
    width: 100%;
}

.lt-ie9 #app-banner h1 {
    width: 924px;
}

#app-banner + ul#tabs {
    float: right;
    margin: auto 12px 0 0;
    position: relative;
    top: -24px;
}

#app-banner + ul#tabs li {
    margin: 0 0 0 6px;
}

#app-banner + ul#tabs li a,
#app-banner + ul#tabs li a.selected {
    display: block;
    font-size: 13px;
    height: auto;
    line-height: 24px;
    padding: 0 18px;
}

#main-box .layer {
    width: 936px;
}

#uhspn_search_results h2,
#uhspn_search_results dl {
    margin: 0;
}

#app-footer .box {
    background: none;
}

#app-banner + #tabs + .layer .column.half {
    padding: 12px;
}

.lt-ie9 #app-banner + #tabs + .layer .column.half {
    width: 444px;
}

/* Misc. */

div.formlet-bottom:empty,
div.four:empty,
div.layer:empty,
p:empty,
h2:empty,
ul:empty,
li:empty {
    display: none !important;
}

ul#slides a:empty { /* UH-Arts */
    display: block !important;
}

a[name]:empty {
    display: inline !important;
}

p:last-of-type {
    margin-bottom: 0;
}

p:last-of-type + * {
    margin-top: 3px;
}

.newsArticleDiv .author {
    float: none;
}
.newsArticleDiv h1 {
    clear: none;
}