/*
 * University of Houston
 * Style sheet for the UH Template Suite in Cascade Server
 * Created Summer 2014 by the UH Marketing Web Team
 * Contact Rainer Schuhsler for more information.
 *
 * This style sheet is for all pages using the UH Suite template in the CMS
 *
 * Table of Contents:
 * ------------------
 * Bootstrap (custom-generated Bootstrap with additional custom styles)
 * Global styles (base, header, footer, and primary navigation styles)
 *
 */

/* ========================================================================
   Bootstrap (custom-generated bootstrap with additional custom styles)
   ======================================================================== */

@import url('uh-bootstrap.css?v=20150903');

/* ========================================================================
   Global styles (base, header, footer, and primary navigation styles)
   ======================================================================== */

@import url('uh-global.css?v=20150820');


body {
    font-size: 18px;
    line-height: 1.5;
}

blockquote {
    font-family: 'Crimson', georgia, serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
    margin: 1.5em 0;
}

.breadcrumb {
    box-shadow: 0 -1px 0 #e5e5e5;
}

h1, h2, h3 {
    font-weight: normal;
    margin: 30px 0 15px;
}

.feature {
    margin-bottom: 15px;
}

.feature img {
    width: 100%;
}

.lead {
    font-size: 1.5em;
    font-weight: 200;
    line-height: 1.25;
    -webkit-text-stroke: 0.25px;
}

[href^="tel"] {
    display: inline-block;
}

.nav-secondary .related-links a[href$=".pdf"]:before,
#main a[href$=".pdf"]:before{
    content: "";
    display: inline-block;
    margin-right: .2em;
    background: url('/images/icons/pdf-icon-small.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}


/* ========================================================================
   Embedded Content
   ======================================================================== */

iframe.youtube {
    margin-top:    15px;
    margin-bottom: 15px;
}

.addthis_toolbox:empty {
    display: none;
}

.addthis_toolbox {
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 18px;
    padding: 10px 0 0 10px;
}

.addthis_toolbox .addthis_button_facebook_like iframe {
    width: 85px !important;
}

.addthis_toolbox .twitter-share-button {
    width: 90px !important;
}

.addthis_toolbox iframe {
    margin: 0;
}

.addthis_toolbox *,
#at20mc * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
        -ms-box-sizing: content-box;
            box-sizing: content-box;
}

/* ========================================================================
   Secondary Navigation
   ======================================================================== */

.nav-secondary {
    font-size: 16px;
    margin: 30px 0;
}

@media screen and (min-width: 992px) {
    .nav-secondary {
        float: left;
        padding: 0 15px;
        width: 25%;
    }
}

.nav-secondary > nav,
.nav-secondary > div,
#sidebar > nav,
#sidebar > div,
#sidebar > article {
    margin: 30px 0;
}

.nav-secondary > h2 + nav,
.nav-secondary > h2 + div,
#sidebar > h2 + nav,
#sidebar > h2 + div,
#sidebar > h2 + article,
.nav-secondary > div:first-child {
    margin-top: 0;
}

.site-title,
.nav-secondary > * h4,
#sidebar > * h4 {
    border-bottom: 1px dotted #CBCBCB;
    border-bottom: 1px dotted rgba(0,0,0,.2);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.125em;
    line-height: 21px;
    margin: 0 0 12px;
    padding: 0 0 12px;
    text-transform: uppercase;
}

.site-title {
}

.site-title a,
.nav-secondary > * h4 a,
#sidebar > * h4 a {
    color: #54585a;
}

.related-links {
    font-size: 16px;
    margin: 30px 0;
}

.related-links ul {
    list-style: none;
    list-style-image: none;
    margin: 6px 0 0;
    padding: 0;
}

.nav-secondary li,
.related-links li {
    margin: 0;
    padding: 0;
}

.nav-secondary li a,
.related-links li a {
    display: block;
    line-height: 21px;
    padding: 7px 10px 7px;
    background: white;
    margin-left: -10px;
}

.nav-secondary .selected ul,
.nav-secondary .opened ul {
    /*border-top: 1px solid #ccc;*/
    padding-left: 10px;
}

.nav-secondary .selected a,
.nav-secondary .opened a {
    background: #f2f2f2;
    padding-left: 10px;
}

.nav-secondary .selected > a {
    background: #c8102e;
    color: white;
}

.nav-secondary .opened > a {
    background: #E6E6E6;
}

.nav-secondary .contact h4,
.nav-secondary .contact h6 {
    /*line-height: 21px;*/
    margin: 0 0 9px;
}

.nav-secondary .contact p,
.nav-secondary .contact address {
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 9px;
}

.nav-secondary .social-media {
    list-style: none;
    margin: 15px 0 30px;
    padding: 0;
}

.nav-secondary .social-media li {
    border: none;
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.nav-secondary .social-media li a {
    display: block;
    height: 32px;
    margin-left: 0;
    width: 32px;
}

.nav-secondary h2 a:hover,
.nav-secondary nav[role="navigation"] a:hover {
    text-decoration: none;
}

.lt-ie10 .nav-secondary h2 a:hover,
.lt-ie10 .nav-secondary nav[role="navigation"] a:hover {
    text-decoration: underline;
}

/*
 * Secondary navigation hover effects
 */

.nav-secondary nav[role="navigation"] a {
    -webkit-transition: background .1s linear .1s, padding .3s ease .1s;
            transition: background .1s linear .1s, padding .3s ease .1s;
}

.nav-secondary nav[role="navigation"] a:hover {
    background: #f2f2f2;
    padding-left: 10px;
}

.nav-secondary nav[role="navigation"] > ul > li > a:hover {
    padding-right: 0;
}

.lt-ie10 .nav-secondary nav[role="navigation"] a:hover {
    background: none;
    padding-left: 0;
}

.lt-ie10 .nav-secondary nav[role="navigation"] > ul > li > a:hover {
    padding-right: 0;
}

.lt-ie10 .nav-secondary nav[role="navigation"] .selected a:hover,
.lt-ie10 .nav-secondary nav[role="navigation"] .opened a:hover {
    padding-left: 10px !important;
}

.nav-secondary nav[role="navigation"] .opened > a:hover {
    background: #d9d9d9 !important;
}

.nav-secondary nav[role="navigation"] .selected > a:hover {
    background: #c8102e !important;
}

.nav-secondary nav[role="navigation"] .opened > ul a:hover,
.nav-secondary nav[role="navigation"] .selected > ul a:hover {
    background: #e5e5e5;
}

.lt-ie10 .nav-secondary nav[role="navigation"] .opened > ul a:hover,
.lt-ie10 .nav-secondary nav[role="navigation"] .selected > ul a:hover {
    background: #f2f2f2;
}

.lt-ie10 .nav-secondary nav[role="navigation"] .opened > a:hover {
    background: #e6e6e6 !important;
}

@media screen and (max-width: 767px) {
    .nav-secondary {
        float: none;
        width: 100%;
        -webkit-box-ordinal-group: 99;
           -moz-box-ordinal-group: 99;
                    -webkit-order: 99;
                   -ms-flex-order: 99;
                            order: 99;
    }
}


/* ========================================================================
   Main Content
   ======================================================================== */

#page {
    /*padding-bottom: 15px;*/
}

#page:first-child {
    margin-top: 15px;
}

#main header h1 {
    border-bottom: 1px dotted #CBCBCB;
    border-bottom: 1px dotted rgba(0,0,0,.2);
    padding: 10px 0;
    margin-bottom: -1px;
    line-height: 1;
}

#main header h1 small {
    display: block;
    margin: 0;
    position: relative;
    top: 4px;
}

#announcement {
    margin: 0 0 1em;
}

#content-well {
    padding-bottom: 15px;
}

#content-well > h2:first-child {
    margin-top: 18px;
}

/*#content-well > p:first-child,
#content-well > ul:first-child,
#content-well > ol:first-child,
#content-well > dl:first-child {
    margin-top: 9px;
}*/

#content-well > table:first-child {
    margin-top: 9px;
}

.feature {
    margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
    #page {
        display:  -webkit-box;
        display:     -moz-box;
        display:  -ms-flexbox;
        display: -webkit-flex;
        display:         flex;
        -webkit-box-direction: normal;
           -moz-box-direction: normal;
        -webkit-box-orient: vertical;
           -moz-box-orient: vertical;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
    }
    #main {
        float: none;
        width: 100%;
    }
    #announcement [class*="span"] {
        width: 100%;
    }
}

/* ========================================================================
   Sidebar
   ======================================================================== */

#sidebar {
    line-height: 21px;
    position: relative;
}

#sidebar > img {
    width: 100%;
}

#sidebar .featured-image {
    margin-bottom: 30px;
}

#sidebar .featured-image + * {
    margin-top: 0;
}

#sidebar .featured-image + .module.affix {
    margin-top: 30px;
}

/* ========================================================================
   Articles
   ======================================================================== */

.hentry header {

}

.hentry h2 a {
    text-decoration: none;
}

.hentry time {
    display: block;
    margin-bottom: 15px;
}

.hentry .byline {

}

.hentry footer {
    clear: both;
}

time + .author {
    margin-top: 0;
}

.author {
    margin-top: 15px;
    margin-bottom: 0;
}

.date {
    font-weight: bold;
    margin: 0;
}

.date + h3 {
    margin-top: 6px;
}

/* ========================================================================
   Cascade Server WYSIWYG Generated Classes
   ======================================================================== */

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 0 30px 30px 0;
}

.alignright {
    float: right;
    margin: 0 0 30px 30px;
}

/* ========================================================================
   Home Page Feature
   ======================================================================== */

.flexslider {
    display: block;
    position: relative;
    width: 100%;
}

.flexslider li {
    margin: 0;
}

.flexslider figcaption {
    background-color: black;
    background-color: rgba(0,0,0,.75);
    bottom: 0;
    color: white;
    left: 0;
    margin: 0;
    padding: 15px 15px 10px;
    position: absolute;
    width: 100%;
}

.no-rgba .flexslider figcaption {
    background: transparent url('https://ssl.uh.edu/css/backgrounds/feature-caption-bg.png') repeat;
}

.flexslider p,
.flexslider h4 {
    margin: 0 0 5px;
    padding: 0;
}

.flexslider h4 {
    color: white;
    font-family: 'Milo', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
}

.flexslider p {
    color: white;
    font-size: 15px;
    font-weight: normal;
    line-height: 21px;
}

.flexslider a,
.flexslider a:visited {
    color: white;
    display: block;
    text-decoration: none;
}

/* Browser Resets */
.flex-container a,
.flexslider a,
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* FlexSlider Necessary Styles */
.flexslider {
    padding: 0;
}

.flexslider .slides > li {
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    display: none;
}

.flexslider .slides img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    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;
}

/* Suggested container for "Slide" animation setups. */
.flex-container {
    position: relative;
}

.flexslider {
    margin: 0 0 30px;
    max-height: none;
    position: relative;
    z-index: 0;
}

.flexslider .slides {
}

.flexslider .slides > li {
    position: relative;
}

.flex-direction-nav {
    height: 0;
}

.flex-direction-nav a {
    background: url('https://ssl.uh.edu/css/backgrounds/feature-arrows.png') no-repeat 0 center;
    cursor: pointer;
    display: block;
    height: 100%;
    margin: -30px 0 0;
    opacity: 0; filter:alpha(opacity=0);
    position: absolute;
    text-indent: -999em;
    top: 30px;
    width: 48px;
    -webkit-transition: opacity .2s ease-in-out;
            transition: opacity .2s ease-in-out;
}

.flexslider:hover .flex-direction-nav a {
    opacity: 0.75; filter:alpha(opacity=75);
}

.flex-direction-nav .flex-next {
    background-position: -48px center;
    border-radius: 5px 0 0 5px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    border-radius: 0 5px 5px 0;
    left: 0;
}

.flex-direction-nav .flex-disabled {
    cursor: default;
    opacity: 0.3; filter:alpha(opacity=30);
}

.lt-ie9 .home-page .flexslider li {
    height: 288px;
}


@media screen and (max-width: 767px) {
    .flexslider figcaption {
        background: none;
        color: #333;
        margin: 0.8em 0;
        padding: 0;
        position: relative;
    }
    .flexslider figcaption p {
        color: #333;
    }
    .flexslider h4 {
        color: #c8102e;
        font-weight: normal;
    }
}

/* ========================================================================
   Gallery
   ======================================================================== */

#gallery {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 5px;
}

#carousel {
    margin-top: -13px;
}

#carousel .slides {
    height: 140px;
    overflow: hidden;
}

#carousel li {
    margin-right: 5px;
}

#carousel img {
    border: none;
    cursor: pointer;
    display: block;
    max-height: none;
    opacity: 0.5; filter:alpha(opacity=50);
}

#carousel img:hover {
    opacity: 1; filter:alpha(opacity=100);
}

#carousel .flex-active-slide img {
    cursor: default;
    opacity: 1; filter:alpha(opacity=100);
}

#gallery .flexslider figcaption {
    bottom: 0;
    left: 0;
    padding: 15px 15px 10px;
    position: absolute;
    width: 100%;
}

/* ========================================================================
   Modules
   ======================================================================== */

.modules {
    margin-left: -15px;
    margin-right: -15px;
}

.module {
    border: 1px solid #ccc;
    /*border-bottom-color: #b3b3b3;*/
    /*border-radius: 3px;*/
    /*box-shadow: 0 1px 3px rgba(0,0,0,.25);*/
    font-size: 16px;
    line-height: 21px;
    margin: 30px 0;
    /*padding-bottom: 10px;*/
    position: relative;
    width: 100%;
}

.module.affix {
    position: fixed;
}

.module.affix-bottom {
    position: absolute;
}

.module {
    line-height: 21px;
}

.module a {
    text-decoration: none;
}

.module a:hover {
    text-decoration: underline;
}

.module a.btn:hover {
    text-decoration: none;
}

.module img {
    height: auto;
    max-width: 100%;
}

.module p {
    margin: 10px 0;
}

.module ul,
.module ol,
.module dl {
    list-style: none;
    /*margin: 0 0 -10px;*/
    margin: 0;
    padding: 0;
}

.module li {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 10px 15px;
}

.module li > p:last-child,
.module dd > p:last-child {
    margin-bottom: 0;
}

.module li a {
}

.module ol {
    counter-reset: li; /* Initiate a counter */
}

.module ol > li {
    list-style: none; /* Disable the normal item numbering */
    padding-left: 35px;
    position: relative;
}
.module ol > li:before {
    content: counter(li)'.'; /* Use the counter as content */
    counter-increment: li; /* Increment the counter by 1 */
    left: 15px;
    /*margin-right: 15px;*/
    position: absolute;
    /*width: 2em;*/
}

.module ul li:last-child,
.module ol li:last-child,
.module dl dd:last-child {
    border-bottom: none;
    margin-bottom: 0;
    /*padding-bottom: 0;*/
}

.module p + ol li:first-child {
    border-top: 1px solid #ccc;
}

.module dt {
    margin: 0;
    padding: 9px 15px 0;
}

.module dt:first-of-type {
    border-top: none;
}
/* IE */
.module dt.jquery {
    border-top: none;
}

.module dd {
    margin: 0;
    padding: 0 15px 9px;
}

.module iframe {
    border: none;
    margin-bottom: -5px;
}

.module header {
    background-color: #f5f5f5;
    /*border-bottom: 1px solid #ccc;*/
    /*border-radius: 3px 3px 0 0;*/
    /*box-shadow: inset 0 1px 0 rgba(255,255,255,.2);*/
    padding: 10px 15px;
    position: relative;
}

.module header h4 {
    color: #333;
    font-family: 'Milo', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding-bottom: 0;
    text-transform: none;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    vertical-align: middle;
}

.module footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
    /*border-radius: 0 0 2px 2px;*/
    bottom: 0;
    /*box-shadow: inset 0 1px 0 rgba(255,255,255,.2);*/
    color: #333;
    font-size: 15px;
    /*margin-bottom: -10px;*/
    padding: 10px 15px;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    vertical-align: middle;
    width: 100%;
}

.uh-home .module footer {
    box-shadow: 0 -1px 6px #ddd;
    position: absolute;
}

.module h5 {
    font-weight: normal;
    margin: 0 0 -2px;
}

.module h5 + p {
    margin-top: 0;
}

@media screen and (max-width: 486px) {
    .module.affix {
        position: static;
    }
}

/* ========================================================================
   RSS Module
   ======================================================================== */

.module-rss {
    font-size: 16px;
    overflow: hidden;
}

.rss-feed {
    overflow-y: scroll;
}

.lt-ie8 .module-rss {
    border: 1px solid #ccc;
}

/* ========================================================================
   News Module
   ======================================================================== */

.module-news {
    font-size: 16px;
    overflow: hidden;
}

.lt-ie8 .module-news {
    border: 1px solid #ccc;
}

/* ========================================================================
   Events Module
   ======================================================================== */

.module-events {
    font-size: 16px;
    overflow: hidden;
}

.lt-ie8 .module-events {
    border: 1px solid #ccc;
}

.module-events dl {
    margin: 0;
}

.module-events dt {
    clear: left;
    display: block;
    float: left;
    font-weight: normal;
    padding: 6px 15px 9px;
    text-align: center;
    width: 54px;
}

.lt-ie8 .module-events dt {
    border-bottom: 1px solid #ccc;
    width: 30px;
}

.module-events dd {
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 0;
    min-height: 42px;
    padding: 6px 15px 9px 54px;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
        -ms-box-sizing: content-box;
            box-sizing: content-box;
}

.lt-ie8 .module-events dd {
    margin-left: 54px;
    padding: 9px 15px 9px 0;
    width: 148px;
}

.module-events dd:last-of-type {
    border-bottom: none;
}
/* IE */
.module-events dd.jquery {
    border-bottom: none;
}

.module-events h5 {
    margin-bottom: -2px;
}

/* ========================================================================
   Twitter Module
   ======================================================================== */

.module-twitter {
    font-size: 16px;
}

.lt-ie8 .module-twitter {
    border: 1px solid #ccc;
}

.module-twitter img {
    display: block;
    float: left;
    height: 36px;
    margin-top: 5px;
    width: 36px;
    border-radius: 4px;
}

.module-twitter h5 {
    margin-bottom: -2px;
    padding: 0 0 0 48px;
}

.module-twitter p {
    padding: 0 0 0 48px;
}

/* ========================================================================
   SPIFF Module
   ======================================================================== */

.module-spiff,
.module-spiff header,
.module-spiff footer {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 6px 0;
}

.module-spiff {
    font-size: 16px;
    overflow: visible;
    padding: 0 15px;
}

[class*="span"] .module-spiff {
    padding: 0;
    width: 100%;
}

.nav-secondary .module-spiff,
#sidebar .module-spiff {
    padding: 0;
}

.module-spiff header {
    border-bottom: 1px solid #ccc;
}

.module-spiff footer {
    padding: 0;
    position: relative;
}

.module-spiff footer a.btn {
    color: #333;
}

.module-spiff footer a.btn:hover {
    border-bottom: 1px solid #ccc;
    color: #333;
}

.module-spiff h4 {
    border-bottom: 1px dotted #CBCBCB;
    border-bottom: 1px dotted rgba(0,0,0,.2);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.125em;
    line-height: 21px;
    margin: 0 0 12px;
    padding: 0 0 12px;
    text-transform: uppercase;
}

.module-spiff h3,
.module-spiff h6 {
    font-size: 18px;
    font-weight: normal;
    line-height: 21px;
    margin: 12px 0 3px;
}

.module-spiff p {
    line-height: 21px;
    padding: 0;
}

.module-spiff p + p {
    margin: 15px 0 0;
}

.module-spiff figure img,
.module-spiff img {
    border: none;
}

.module-spiff img {
    margin-top: -13px;
    width: 100%;
}

.module-spiff figure figcaption {
    margin: 15px 0;
    padding: 0;
}

.spiff-bank {
    background: #FFF9D9;
    display: block;
    margin: 0 -100%;
    padding: 0 100%;
    position: relative;
}

.spiff-bank .module-spiff {
    margin: 30px 0;
}

@media screen and (max-width: 767px) {
    .spiff-bank {
        background: none;
    }
    .module-spiff {
        width: 50%;
    }
    .module-spiff:nth-child(2n+1) {
        clear: left;
    }
}

/* ========================================================================
   Table of Contents
   ======================================================================== */

.table-of-contents {
    font-size: 16px;
    top: 0;
}

.lt-ie8 .table-of-contents {
    border: 1px solid #ccc;
}

.table-of-contents li {
    padding: 0;
}

.table-of-contents li a {
    display: block;
    padding: 7px 15px 7px 15px;
}

.table-of-contents .active a,
.table-of-contents .active a:hover {
    background: #c8102e;
    color: white;
}

.table-of-contents ul li:first-child a {
    /*border-radius: 3px 3px 0 0;*/
}

.table-of-contents ul li:last-child a {
    /*border-radius: 0 0 3px 3px;*/
}

.table-of-contents .top-link {
    color: #999;
    display: none;
    font-size: 13px;
    margin-top: 7px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.table-of-contents.affix .top-link,
.table-of-contents.affix-bottom .top-link {
    display: block;
}

.table-of-contents.affix a {
    display: block !important;
}

/*
 * Old anchors list styles
 */

#anchors {

}

#anchors ul {
    margin-top: 18px;
}

#anchors li {
    margin: 0;
}

#anchors.inline ul {
    list-style: none;
    padding: 0;
}

#anchors.inline li {
    border-right: 1px solid #ccc;
    display: inline;
    margin-right: 1px;
    padding-right: 5px;
}

#anchors.inline ul li:last-child {
    border-right: none;
    display: inline;
    margin-right: 0;
    padding-right: 0;
}

/* ========================================================================
   Tactical Nav Horizontal
   ======================================================================== */

#content-well .navTactical {
    margin: 0;
}

#content-well .navTactical ul {
    list-style-type: none;
    margin: 1em 0;
    padding: 0;
}

#content-well .navTactical ul li {
    border: #666 1px;
    border-style: none none none solid;
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0 5px 0 6px;
}

/* ========================================================================
   Links List
   ======================================================================== */

.links-list {
    font-size: 16px;
    list-style: none;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 30px;
}

.links-list dt {
    border-bottom: 1px dotted #CBCBCB;
    border-bottom: 1px dotted rgba(0,0,0,.2);
    color: #54585A;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.125em;
    line-height: 21px;
    margin-bottom:  12px;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.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 #c8102e;
}*/

/* ========================================================================
   Social Media Icons and Glyphicons
   ======================================================================== */

.social-media .email {
    background: transparent url('https://ssl.uh.edu/images/social/email.png') no-repeat;
}

.social-media .twitter {
    background: transparent url('https://ssl.uh.edu/images/social/twitter-2.png') no-repeat;
}

.social-media .facebook {
    background: transparent url('https://ssl.uh.edu/images/social/facebook.png') no-repeat;
}

.social-media .youtube {
    background: transparent url('https://ssl.uh.edu/images/social/youtube.png') no-repeat;
}

.social-media .google-plus {
    background: transparent url('https://ssl.uh.edu/images/social/google-plus.png') no-repeat;
}

.social-media .instagram {
    background: transparent url('https://ssl.uh.edu/images/social/instagram-new.png') no-repeat;
}

.social-media .linkedin {
    background: transparent url('https://ssl.uh.edu/images/social/linkedin.png') no-repeat;
}

.glyphicon-giving {
    background: transparent url('https://ssl.uh.edu/css/backgrounds/icon-giving.svg') no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 24px;
    margin: -4px 2.5% 0 -2.5%;
    position: relative;
    padding: 0;
    vertical-align: middle;
    width: 24px;
}

.lt-ie8 .glyphicon-giving {
    margin-top: 7px;
}

.no-inlinesvg .glyphicon-giving {
    background: transparent url('https://ssl.uh.edu/css/backgrounds/icon-giving.png') no-repeat;
}

/* ========================================================================
   Print Styles
   ======================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        text-shadow: none !important;
        box-shadow: none !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5in;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /* Hide header, footer, navigation, etc */
    #mobile-header,
    #banner .top-bar,
    #banner button,
    #banner .nav-primary,
    .breadcrumb,
    .nav-secondary,
    #sidebar,
    #content-info,
    .module {
        display: none !important;
    }

    #banner .logo {
        padding-top: 0;
        padding-bottom: 0.25in;
    }

    /* Make main column width 100% */
    #main,
    #content-well {
        margin-left: 0;
        width: 100% !important;
    }

    a[href]:after {
        content: '';
    }

    /* Show link URLs in content well */
    #content-well a[href]:after {
        content: " (" attr(href) ")";
    }

    /* Links inside of table cells make table widths too wide to fit on a page */
    #content-well table a[href]:after {
        content: '';
    }
}