/*
 * University of Houston
 * UH Bootstrap Style Sheet
 * Created Summer 2014 by the UH Marketing Web Team
 * Contact Rainer Schuhsler for more information.
 *
 * This style sheet imports the stock distro version of Bootstrap
 * (http://getbootstrap.com) and adds 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
   ======================================================================== */

@import url('bootstrap-3.3.1.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;
}

a:active {
    outline: 0;
}

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: 1.5;
    margin: 1em 0;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #54585A;
    font-family: 'Milo', sans-serif;
    font-weight: bold;
    line-height: 1.5;
    /*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 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
    margin-top: 0;
}

h1 {
    font-size: 43px;
    letter-spacing: -0.015625em;
    line-height: 54px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 27px;
}

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

h5 {
    font-size: 16px;
    line-height: 27px;
}

h6 {
    font-size: 16px;
    line-height: 27px;
    margin: 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: 1em 0;
    padding-left: 24px;
}

li {
    margin-bottom: 9px;
}

nav li {
    margin-bottom: 0;
}

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;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 60px;
}

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

.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);
        -ms-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 {
    border-radius: 12px;
    padding: 3px 7px 3px;
}

.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: 15px;
    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 {
    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 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, {
    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 {
    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 {
    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 {
          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 {
    border-bottom-right-radius: 4px;
}

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

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    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 {
    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 {
    border-top-right-radius: 4px;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table > thead > tr > th {
    border-bottom-width: 1px;
}

@media screen and (max-width: 767px) {
    table {
        display: block;
        overflow-x: scroll;
    }
    .table-responsive table {
        display: table;
        overflow-x: auto;
    }
}

/* ========================================================================
   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 {
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,.125);
    color: #333;
    font-size: 18px;
    height: 44px;
    line-height: 1.77777777778;
    padding: 6px 12px;
    -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;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    outline: 0;
}

.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;
    font-size: 16px;
}

.btn,
.btn-default {
    color: #333;
    background-color: #E5E5E5;
    border-color: #CBCBCB;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #CBCBCB;
    border-color: #B2B2B2;
}

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

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-warning {
    color: #fff;
    background-color: #F6BE00;
    border-color: #D89B00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #D89B00;
    border-color: #B97800;
}

.btn-danger {
    color: #fff;
    background-color: #C8102E;
    border-color: #960C22;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #960C22;
    border-color: #640817;
}


/* ========================================================================
   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;
    border-radius: 4px;
    padding-right: 15px;
    padding-left: 15px;
}

.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;
    border-radius: 0;
    font-size: 14px;
    margin: 0 0 15px;
    padding: 15px 0 0;
}

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

.breadcrumb > li > .divider {
    color: #CBCBCB;
    color: rgba(0,0,0,.2);
    padding: 0 9px;
}

.breadcrumb .active {
    color: #54585A;
    font-weight: normal;
}

.breadcrumb > li + li:before {
    display: none;
}

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

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

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

.thumbnails {
    padding: 0;
}

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

.thumbnail {
    border-radius: 4px;
}

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

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

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

[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 {
    border-radius: 4px;
}

.well-large {
    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;
}

/* ========================================================================
   Legacy grid system
   ======================================================================== */

[class*="span"] {
    float: left;
    padding: 0 15px;
}

.span16 {
    width: 100.00%;
}
.span15 {
    width: 93.75%;
}
.span14 {
    width: 87.50%;
}
.span13 {
    width: 81.25%;
}
.span12 {
    width: 75.00%;
}
.span11 {
    width: 68.75%;
}
.span10 {
    width: 62.50%;
}
.span9 {
    width: 56.25%;
}
.span8 {
    width: 50.00%;
}
.span7 {
    width: 43.75%;
}
.span6 {
    width: 37.50%;
}
.span5 {
    width: 31.25%;
}
.span4 {
    width: 25.00%;
}
.span3 {
    width: 18.75%;
}
.span2 {
    width: 12.50%;
}
.span1 {
    width: 6.25%;
}

/* Fluid column widths for nested columns */

.span15 .span15 {
    width: 100.00%;
}
.span15 .span14 {
    width: 93.33%;
}
.span15 .span13 {
    width: 86.67%;
}
.span15 .span12 {
    width: 80.00%;
}
.span15 .span11 {
    width: 73.33%;
}
.span15 .span10 {
    width: 66.67%;
}
.span15 .span9 {
    width: 60.00%;
}
.span15 .span8 {
    width: 53.33%;
}
.span15 .span7 {
    width: 46.67%;
}
.span15 .span6 {
    width: 40.00%;
}
.span15 .span5 {
    width: 33.33%;
}
.span15 .span4 {
    width: 26.67%;
}
.span15 .span3 {
    width: 20.00%;
}
.span15 .span2 {
    width: 13.33%;
}
.span15 .span1 {
    width: 6.67%;
}
.span14 .span14 {
    width: 100.00%;
}
.span14 .span13 {
    width: 92.86%;
}
.span14 .span12 {
    width: 85.71%;
}
.span14 .span11 {
    width: 78.57%;
}
.span14 .span10 {
    width: 71.43%;
}
.span14 .span9 {
    width: 64.29%;
}
.span14 .span8 {
    width: 57.14%;
}
.span14 .span7 {
    width: 50.00%;
}
.span14 .span6 {
    width: 42.86%;
}
.span14 .span5 {
    width: 35.71%;
}
.span14 .span4 {
    width: 28.57%;
}
.span14 .span3 {
    width: 21.43%;
}
.span14 .span2 {
    width: 14.29%;
}
.span14 .span1 {
    width: 7.14%;
}
.span13 .span13 {
    width: 100.00%;
}
.span13 .span12 {
    width: 92.31%;
}
.span13 .span11 {
    width: 84.62%;
}
.span13 .span10 {
    width: 76.92%;
}
.span13 .span9 {
    width: 69.23%;
}
.span13 .span8 {
    width: 61.54%;
}
.span13 .span7 {
    width: 53.85%;
}
.span13 .span6 {
    width: 46.15%;
}
.span13 .span5 {
    width: 38.46%;
}
.span13 .span4 {
    width: 30.77%;
}
.span13 .span3 {
    width: 23.08%;
}
.span13 .span2 {
    width: 15.38%;
}
.span13 .span1 {
    width: 7.69%;
}
.span12 .span12 {
    width: 100.00%;
}
.span12 .span11 {
    width: 91.67%;
}
.span12 .span10 {
    width: 83.33%;
}
.span12 .span9 {
    width: 75.00%;
}
.span12 .span8 {
    width: 66.67%;
}
.span12 .span7 {
    width: 58.33%;
}
.span12 .span6 {
    width: 50.00%;
}
.span12 .span5 {
    width: 41.67%;
}
.span12 .span4 {
    width: 33.33%;
}
.span12 .span3 {
    width: 25.00%;
}
.span12 .span2 {
    width: 16.67%;
}
.span12 .span1 {
    width: 8.33%;
}
.span11 .span11 {
    width: 100.00%;
}
.span11 .span10 {
    width: 90.91%;
}
.span11 .span9 {
    width: 81.82%;
}
.span11 .span8 {
    width: 72.73%;
}
.span11 .span7 {
    width: 63.64%;
}
.span11 .span6 {
    width: 54.55%;
}
.span11 .span5 {
    width: 45.45%;
}
.span11 .span4 {
    width: 36.36%;
}
.span11 .span3 {
    width: 27.27%;
}
.span11 .span2 {
    width: 18.18%;
}
.span11 .span1 {
    width: 9.09%;
}
.span10 .span10 {
    width: 100.00%;
}
.span10 .span9 {
    width: 90.00%;
}
.span10 .span8 {
    width: 80.00%;
}
.span10 .span7 {
    width: 70.00%;
}
.span10 .span6 {
    width: 60.00%;
}
.span10 .span5 {
    width: 50.00%;
}
.span10 .span4 {
    width: 40.00%;
}
.span10 .span3 {
    width: 30.00%;
}
.span10 .span2 {
    width: 20.00%;
}
.span10 .span1 {
    width: 10.00%;
}
.span9 .span9 {
    width: 100.00%;
}
.span9 .span8 {
    width: 88.89%;
}
.span9 .span7 {
    width: 77.78%;
}
.span9 .span6 {
    width: 66.67%;
}
.span9 .span5 {
    width: 55.56%;
}
.span9 .span4 {
    width: 44.44%;
}
.span9 .span3 {
    width: 33.33%;
}
.span9 .span2 {
    width: 22.22%;
}
.span9 .span1 {
    width: 11.11%;
}
.span8 .span8 {
    width: 100.00%;
}
.span8 .span7 {
    width: 87.50%;
}
.span8 .span6 {
    width: 75.00%;
}
.span8 .span5 {
    width: 62.50%;
}
.span8 .span4 {
    width: 50.00%;
}
.span8 .span3 {
    width: 37.50%;
}
.span8 .span2 {
    width: 25.00%;
}
.span8 .span1 {
    width: 12.50%;
}
.span7 .span7 {
    width: 100.00%;
}
.span7 .span6 {
    width: 85.71%;
}
.span7 .span5 {
    width: 71.43%;
}
.span7 .span4 {
    width: 57.14%;
}
.span7 .span3 {
    width: 42.86%;
}
.span7 .span2 {
    width: 28.57%;
}
.span7 .span1 {
    width: 14.29%;
}
.span6 .span6 {
    width: 100.00%;
}
.span6 .span5 {
    width: 83.33%;
}
.span6 .span4 {
    width: 66.67%;
}
.span6 .span3 {
    width: 50.00%;
}
.span6 .span2 {
    width: 33.33%;
}
.span6 .span1 {
    width: 16.67%;
}
.span5 .span5 {
    width: 100.00%;
}
.span5 .span4 {
    width: 80.00%;
}
.span5 .span3 {
    width: 60.00%;
}
.span5 .span2 {
    width: 40.00%;
}
.span5 .span1 {
    width: 20.00%;
}
.span4 .span4 {
    width: 100.00%;
}
.span4 .span3 {
    width: 75.00%;
}
.span4 .span2 {
    width: 50.00%;
}
.span4 .span1 {
    width: 25.00%;
}
.span3 .span3 {
    width: 100.00%;
}
.span3 .span2 {
    width: 66.67%;
}
.span3 .span1 {
    width: 33.33%;
}
.span2 .span2 {
    width: 100.00%;
}
.span2 .span1 {
    width: 50.00%;
}
.span1 .span1 {
    width: 100.00%;
}

/*
 * IE8 and below
 */

.lt-ie9 .col-sm-1, .lt-ie9 .col-sm-2, .lt-ie9 .col-sm-3, .lt-ie9 .col-sm-4, .lt-ie9 .col-sm-5, .lt-ie9 .col-sm-6, .lt-ie9 .col-sm-7, .lt-ie9 .col-sm-8, .lt-ie9 .col-sm-9, .lt-ie9 .col-sm-10, .lt-ie9 .col-sm-11, .lt-ie9 .col-sm-12, .lt-ie9 .col-md-1, .lt-ie9 .col-md-2, .lt-ie9 .col-md-3, .lt-ie9 .col-md-4, .lt-ie9 .col-md-5, .lt-ie9 .col-md-6, .lt-ie9 .col-md-7, .lt-ie9 .col-md-8, .lt-ie9 .col-md-9, .lt-ie9 .col-md-10, .lt-ie9 .col-md-11, .lt-ie9 .col-md-12, .lt-ie9 .col-lg-1, .lt-ie9 .col-lg-2, .lt-ie9 .col-lg-3, .lt-ie9 .col-lg-4, .lt-ie9 .col-lg-5, .lt-ie9 .col-lg-6, .lt-ie9 .col-lg-7, .lt-ie9 .col-lg-8, .lt-ie9 .col-lg-9, .lt-ie9 .col-lg-10, .lt-ie9 .col-lg-11, .lt-ie9 .col-lg-12 {
    float: left;
}

.lt-ie9 .col-sm-12,
.lt-ie9 .col-md-12,
.lt-ie9 .col-lg-12 {
    width: 100%;
}

.lt-ie9 .col-sm-11,
.lt-ie9 .col-md-11,
.lt-ie9 .col-lg-11 {
    width: 91.66666667%;
}

.lt-ie9 .col-sm-10,
.lt-ie9 .col-md-10,
.lt-ie9 .col-lg-10 {
    width: 83.33333333%;
}

.lt-ie9 .col-sm-9,
.lt-ie9 .col-md-9,
.lt-ie9 .col-lg-9 {
    width: 75%;
}

.lt-ie9 .col-sm-8,
.lt-ie9 .col-md-8,
.lt-ie9 .col-lg-8 {
    width: 66.66666667%;
}

.lt-ie9 .col-sm-7,
.lt-ie9 .col-md-7,
.lt-ie9 .col-lg-7 {
    width: 58.33333333%;
}

.lt-ie9 .col-sm-6,
.lt-ie9 .col-md-6,
.lt-ie9 .col-lg-6 {
    width: 50%;
}

.lt-ie9 .col-sm-5,
.lt-ie9 .col-md-5,
.lt-ie9 .col-lg-5 {
    width: 41.66666667%;
}

.lt-ie9 .col-sm-4,
.lt-ie9 .col-md-4,
.lt-ie9 .col-lg-4 {
    width: 33.33333333%;
}

.lt-ie9 .col-sm-3,
.lt-ie9 .col-md-3,
.lt-ie9 .col-lg-3 {
    width: 25%;
}

.lt-ie9 .col-sm-2,
.lt-ie9 .col-md-2,
.lt-ie9 .col-lg-2 {
    width: 16.66666667%;
}

.lt-ie9 .col-sm-1,
.lt-ie9 .col-md-1,
.lt-ie9 .col-lg-1 {
    width: 8.33333333%;
}

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

    [class*="span"] {
        float: none;
        width: 100% !important;
    }