html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

body.background {
        background-image: url("/static/images/bg_001.066d887cf389.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

dt {
  break-after: avoid;
  break-after: avoid-column;
  -webkit-column-break-after: avoid;
}

h3, h4 {
  break-after: avoid;
  break-after: avoid-column;
  -webkit-column-break-after: avoid;
}

/* prevent horizontal content resizing with varying image widths */
.carousel {
    max-width: 100%;
    max-height: 800px;
}

/* provide more room for captions */
.carousel-caption {
    left: 5%;
    right: 5%;
}

.col-center{
    float: none;
    margin: 0 auto;
}

.hanging {
    padding-left: 2em;
    text-indent: -2em;
}

.list-no-markers {
    list-style-type: none;
}

.mcol {
    -webkit-column-width: 350px;
    -moz-column-width: 350px;
    column-width: 350px;
}

a.navbar-brand.logo {
    padding: 2px 5px 2px 5px;
}

img.navbar-left.logo {
    height: 100%;
}

.page-header {
  margin: 0px 0 20px;
}

.page-heading {
    margin-top: 0;
    text-align: center;
}

p.hanging > a {
    word-break: break-all;
}


/* toc hierarchical ordered list numbering */
ol.toc {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol.toc > li {
  display: table;
  counter-increment: item;
}

ol.toc > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

li ol.toc > li {
  margin: 0;
}

li ol.toc > li:before {
  content: counters(item, ".") " ";
}

.pref-line {
  display: inline-block;
}

.transparent-dark {
    background-color: #7f7f7f;
    background-color: rgba(0,0,0,0.5);
}

.transparent-light {
    background-color: #7f7f7f;
    background-color: rgba(255,255,255,0.75);
}

.ie9 img[src$=".svg"] {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

@media print {
    .collapse {
        display: block !important;
        height: auto !important;
    }
}

#return-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
}
