/*
 * University of Houston
 * UH Bootstrap Style Sheet
 * Created Spring 2013 by the UH Marketing & Communication Web Team
 *
 * This style sheet imports a customized version of Twitter Bootstrap
 * (http://getbootstrap.com/customize/) followed by additional custom styles.
 *
 * Table of Contents:
 * ------------------
 * Import Twitter Bootstrap
 * Base
 * Typography
 * Jumbotron
 * Code
 * Labels and badges
 * Tables
 * Forms
 * Buttons
 * Button groups
 * Navs
 * Navbar
 * Dropdowns
 * Breadcrumbs
 * Pagination
 * Thumbnails
 * Miscellaneous
 * Helper classes
 *
 */


/* ========================================================================
   Import Twitter Bootstrap (generated with custom variables)
   http://twitter.github.com/bootstrap/customize.html
   ======================================================================== */

@import url('bootstrap.css');

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

html,
body {
    overflow-x: hidden;
}

body {
    /*font-family: sans-serif;*/
    font-size: 15px;
    /*font-weight: 300;*/
    line-height: 21px;

    /* new stuff */
    /*font-family: 'Crimson Text', serif;*/
    font-family: 'Milo', sans-serif;
    font-size: 18px;
    line-height: 1.428571429;

}

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

a:hover {
    color: #c8102e;
    text-decoration: underline;
}

img {
    vertical-align: top;
}

/*
 * Correct overflow not hidden in IE9
 */

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

figure {
    margin: 0;
}

iframe,
object {
    /*height: auto; */
    margin: 0 0 18px;
    max-width: 100%;
}


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

dfn {
    font-style: italic;
}

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

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

p {
    /*line-height: 24px;*/
    margin: 0 0 1.5em 0;
}

time {
    /*line-height: 24px;*/
    /*margin: 0 0 18px;*/
}

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

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

q {
    quotes: none;
}

.lead,
.entry-summary {
/*    font-family: 'ff-milo-web-1', sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
    margin-bottom: 24px;*/
}

.entry-summary {
    margin-top: 6px;
    margin-bottom: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    /*color: #333;*/
    color: #c8102e;
    font-family: 'Milo', sans-serif;
    /*font-weight: bold;*/
    /*line-height: 1.25;*/
    /*margin: 1em 0 12px;*/
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 80%;
    padding-left: 1px;
    text-transform: none;
}

header > h1,
header > h2,
header > h3,
header > h4,
header > h5,
header > h6 {
    margin-top: 0;
}

h1 {
    font-size: 3em;
    /*font-size: 33px;*/
    /*line-height: 36px;*/
    /*margin-top: 0;*/
}

h2 {
    /*font-size: 27px;*/
}

h3 {
    /*font-size: 21px;*/
}

h4 {
    /*font-size: 18px;*/
    /*line-height: 24px;*/
}

h5 {
    /*font-size: 15px;*/
    /*line-height: 24px;*/
    /*margin-top: 18px;*/
}

h6 {
    /*font-family: sans-serif;*/
    /*font-size: 15px;*/
    /*line-height: 24px;*/
    margin: 0;
}

h6 + p {
    margin-top: 0;
}

h1 small {
    font-size: 24px;
}

h2 small {
    font-size: 18px;
}

.page-header {
    margin: 24px 0 36px;
    padding-bottom: 12px;
}

.page-header h1 {
    margin-top: 0;
}

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

li {
    /*margin-bottom: 6px;*/
}

li > ul,
li > ol,
li > dl {
    margin-top: 9px;
}

dl {
    margin: 18px 0;
    overflow-x: auto;
}

dt,
dd {
    line-height: inherit;
}

dt {
    margin-top: 18px;
}

dl dt:first-child {
    margin-top: 0;
}

.lt-ie9 dl dt.first-child {
    margin-top: 0;
}

dd {
    margin-left: 0;
}

.dl-horizontal dt {
    /*color: #999;*/
    /*font-size: 80%;*/
    /*font-weight: normal;*/
    margin-top: 0;
    width: 20%;
}

.dl-horizontal dd {
    margin-bottom: 6px;
    margin-left: 22.5%;
}

hr {
    margin: 2em 0;
}

hr:before,
hr:after {
    content: "";
    display: table;
}

hr:after {
    clear: both;
}

hr {
    clear: both;
    *zoom: 1;
}

abbr[title],
abbr[data-original-title] {
    border-bottom: none;
    cursor: help;
}

blockquote {
    border-left: 6px solid #eeeeee;
    padding: 0 0 0 18px;
}

blockquote p {
    font-size: 18px;
    line-height: 27px;
}

blockquote.pull-right {
    border-right: 6px solid #eeeeee;
    padding-right: 18px;
}

address {
    line-height: 24px;
    margin-bottom: 12px;
}

.hero-unit {
    background-color: #eeeeee;
    margin-bottom: 30px;
    padding: 60px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}

.hero-unit h1 {
    color: inherit;
    font-size: 60px;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 6px;
}

.hero-unit p {
    color: inherit;
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
}


/* ========================================================================
   Jumbotron
   ======================================================================== */

.jumbotron {
    background: #c8102e;
    color: white;
    margin: 0 auto;
    text-align: center;

}

.jumbotron h1 {
    font-family: 'League Gothic', sans-serif;
    font-size: 7em;
    font-weight: normal;
    letter-spacing: 4px;
    margin: .125em 0;
    position: relative;
    text-shadow: -0.09em 0.075em 0 rgba(0,0,0,0.25);
    text-transform: uppercase;
    top: -0.125em;
    -webkit-transform: skew(0deg, -6deg);
       -moz-transform: skew(0deg, -6deg);
        -ms-transform: skew(0deg, -6deg);
         -o-transform: skew(0deg, -6deg);
            transform: skew(0deg, -6deg);
}

.jumbotron h1 small {
    color: #f1e6b2;
    display: block;
    font-family: sans-serif;
    text-shadow: -0.18em 0.12em 0 rgba(0,0,0,0.25);
    text-transform: uppercase;
}

.jumbotron p {
    font-size: 18px;
    line-height: 24px;
}

.jumbotron h1 + p {
    font-size: 24px;
}


/* ========================================================================
   Code
   ======================================================================== */

code {
    color: #c00;
}

pre {
    font-size: 14px;
    margin: 0 0 24px;
    padding: 12px;
}


/* ========================================================================
   Labels and badges
   ======================================================================== */

.label,
.badge {
    display: inline;
    font-size: 13px;
}

.label {
    padding: 3px 4px 3px;
}

.badge {
    padding: 3px 7px 3px;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
}

.label-important,
.badge-important {
    background-color: #c00;
}


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

table {
    border: none;
    margin: 0 0 24px;
}

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

table caption {
    /*font-family: TexGyreAdventor, sans-serif;*/
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 9px;
    text-align: center;
}

.table th,
.table td {
    background: none;
    color: #333;
    font-size: 15px;
    line-height: 21px;
    padding: 6px 9px;
}

.table-small th,
.table-small td {
    font-size: 13px;
    line-height: 18px !important;
}

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

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

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

.table-condensed th,
.table-condensed td {
    padding: 3px 6px;
}

.table-bordered {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
      -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
}

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

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


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

label {
    color: #666;
    font-weight: normal;
}

.form-horizontal .control-label {
    padding-right: 5px;
    padding-top: 9px;
    text-transform: lowercase;
}

.radio,
.checkbox {
    padding-left: 25px;
    text-align: left;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: -25px;
}

.radio input,
.checkbox input {
    cursor: pointer;
}

.form-control {
    height: 44px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.77777777778;
    color: #333;
    border: 1px solid #999;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,.125);
            box-shadow: inset 0px 1px 2px rgba(0,0,0,.125);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.form-control:-moz-placeholder {
    color: #999999;
    text-transform: lowercase;
}

.form-control::-moz-placeholder {
    color: #999999;
    text-transform: lowercase;
}

.form-control:-ms-input-placeholder {
    color: #999999;
    text-transform: lowercase;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
    text-transform: lowercase;
}



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

.btn {
    border-width: 0 0 2px 0;
    font-family: 'Milo', sans-serif;
}

.btn-primary {
    color: white;
    background-color: #00B388;
    border-color: #00866C;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: white;
    background-color: #00866C;
    border-color: #005950;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

/* ========================================================================
   Button groups
   ======================================================================== */

.btn-group > .btn + .dropdown-toggle .caret {
    margin-right: 0;
    margin-left: -1px;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #ae010d;
}

.btn .caret {
    margin: 0;
    margin-left: 2px;
}

.btn-large .caret {
    margin-left: 3px;
}

.btn-mini .caret {
    margin: 0;
}

.btn-group-vertical > .btn {
    min-width: 36px;
}


/* ========================================================================
   Navs
   ======================================================================== */

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

.nav {
    padding: 0;
}

.nav-list > li,
.nav-pills > li {
    margin-bottom: 0;
}

.nav-list {
    padding-right: 15px;
    padding-left: 15px;
}

.nav-tabs.nav-stacked > .active > a,
.nav-tabs.nav-stacked > .active > a:hover {
    background-color: #c00;
    color: white;
}


/* ========================================================================
   Navbar
   ======================================================================== */

.navbar {
    font-family: 'Milo', sans-serif;
}

.navbar-inner {
    border: 1px solid #ccc;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.navbar .nav > li {
    margin-bottom: 0;
}

.navbar .brand {
    padding: 7px 20px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox,
.navbar-form .btn {
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 0;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn,
.navbar-search .search-query {
    height: 28px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn,
.navbar-search .search-query {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-search .search-query {
    font-family: sans-serif;
}


/* ========================================================================
   Dropdowns
   ======================================================================== */

.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-menu li {
    margin-bottom: 0;
}

.dropdown-menu .divider {
    border-bottom: none;
    margin: 5px 1px;
}


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

.breadcrumb {
    background: none;
    font-size: 12px;
    margin: 0 0 30px;
    padding: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.breadcrumb > li {
    margin: 0;
    line-height: 24px;
}

.breadcrumb > li > .divider {
    padding: 0 8px;
}

.breadcrumb .active {
    color: #333;
    font-weight: bold;
}

.breadcrumb > li + li:before {
    font-weight: normal;
}


/* ========================================================================
   Pagination
   ======================================================================== */

.pagination ul,
.pager {
    padding: 0;
}


/* ========================================================================
   Thumbnails
   ======================================================================== */

.thumbnails {
    padding: 0;
}

* + .thumbnails {
    margin-top: 24px;
}

.thumbnail {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.thumbnail figcaption {
    font-size: 13px;
    line-height: 18px;
    margin: 5px 0 1px;
}


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

.figure {
    border: 1px solid #ddd;
    margin: 0 0 12px;
    padding: 6px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
       -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}

[class*="span"].figure {
    float: none;
    margin: 0 0 12px;
}

.figure figcaption {
    font-size: 13px;
    line-height: 18px;
    margin: 5px 0 1px;
    padding: 0;
}


/* ========================================================================
   Miscellaneous
   ======================================================================== */

.caret {
    position: relative;
    vertical-align: middle;
}

.well {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.well-large {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}


/* ========================================================================
   Helper classes
   ======================================================================== */

.pull-right {
    float: right !important;
    margin-left: 24px !important;
}

.pull-left {
    float: left !important;
    margin-right: 24px !important;
}

img.pull-right,
img.pull-left,
figure.pull-right,
figure.pull-left {
    margin-bottom: 24px;
}

span.hidden-xs {
    display: inline !important;
}

@media (max-width: 767px) {
    span.hidden-xs {
        display: none !important;
    }
}


/* ========================================================================
   Colors
   ======================================================================== */

.progress-bar-primary {
    background-color: #00B388;
}