@charset 'UTF-8';
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
a:link,
a:visited {
  color: #E64415;
}
a:hover {
  color: #637A85;
}
.link {
  color: #E64415;
}
p {
  font-family: 'Droid Serif', serif;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: 'Droid Sans', sans-serif;
}
table .number,
.table .number {
  text-align: right;
}
.link-like {
  color: #E64415;
}
.link-like:hover {
  color: #637A85;
}
.text-em {
  font-weight: bold;
}
.custom-select:hover {
  cursor: pointer;
}
.trigger:hover {
  cursor: pointer;
}
.site-title {
  font-weight: 500;
  font-size: 2.5rem;
}
.site-title a {
  color: #666;
}
.site-title a:hover {
  text-decoration: none;
  color: #999;
}
.layout .header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0.5rem 0 1rem 0;
}
.layout .header > .banner {
  min-height: 8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.layout .footer {
  min-height: 10rem;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #aaa;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  color: #666;
  margin-bottom: 1rem;
}
article h1 a:link,
article h2 a:link,
article h3 a:link,
article h4 a:link,
article h5 a:link,
article h6 a:link,
article h1 a:visited,
article h2 a:visited,
article h3 a:visited,
article h4 a:visited,
article h5 a:visited,
article h6 a:visited,
article h1 a:hover,
article h2 a:hover,
article h3 a:hover,
article h4 a:hover,
article h5 a:hover,
article h6 a:hover {
  color: inherit;
}
article h1 a:hover,
article h2 a:hover,
article h3 a:hover,
article h4 a:hover,
article h5 a:hover,
article h6 a:hover {
  text-decoration: none;
  color: #999;
}
article h1,
article h2 {
  font-weight: 600;
}
article h2:not(:first-child),
article h3:not(:first-child) {
  margin-top: 3rem;
}
article h4:not(:first-child),
article h5:not(:first-child) {
  margin-top: 2rem;
}
article section + section {
  margin-top: 2rem;
}
article table {
  width: 100%;
}
.fullscreen {
  display: flex;
  flex-direction: column;
}
.fullscreen main {
  flex-grow: 1;
  position: relative;
}
.fullscreen #map {
  width: 100%;
  height: 100%;
  background-color: #EBF2FF;
}
.hr-separated + .hr-separated {
  border-top: 1px solid #dee2e6;
}
.slide-window {
  position: relative;
  overflow: hidden;
  max-height: 5rem;
  transition: height 500ms ease;
}
.slide-window:hover {
  cursor: pointer;
}
.slide-window > .shutter {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.slide-window.full {
  max-height: initial;
}
.slide-window.full > .shutter {
  background-image: none;
  display: none;
}
.nav-wrap {
  padding-top: 0.125rem;
  border-top: 1px solid #aaa;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #aaa;
}
.navbar-main {
  font-family: 'Droid Sans', sans-serif;
  background-color: #E64415;
}
.navbar-main .navbar-nav .nav-link {
  color: #fff;
}
.navbar-main .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: #637A85;
}
.navbar-main .navbar-nav .active .nav-link:link {
  background-color: #B83611;
}
.nav-years a {
  font-weight: bold;
  color: #637A85;
}
.nav-years .active {
  color: #E64415;
}
@media (min-width: 992px) {
  .navbar-main {
    padding: 0;
  }
  .navbar-main .navbar-nav {
    width: 100%;
  }
  .navbar-main .navbar-nav .nav-item {
    flex-grow: 1;
    text-align: center;
  }
}
.nav-page {
  font-weight: bold;
}
.nav-page .caret {
  font-size: 1.5rem;
}
.map-pane {
  width: 100%;
  min-height: 500px;
  background-color: #CCE3F3;
  flex-grow: 1;
}
.legend .box {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #666;
  background-color: white;
}
.layer.rank .c1 {
  background-color: #ffffb2;
}
.layer.rank .c2 {
  background-color: #fecc5c;
}
.layer.rank .c3 {
  background-color: #fd8d3c;
}
.layer.rank .c4 {
  background-color: #f03b20;
}
.layer.rank .c5 {
  background-color: #bd0026;
}
.layer.milex .c1 {
  background-color: #edf8fb;
}
.layer.milex .c2 {
  background-color: #b2e2e2;
}
.layer.milex .c3 {
  background-color: #66c2a4;
}
.layer.milex .c4 {
  background-color: #2ca25f;
}
.layer.milex .c5 {
  background-color: #006d2c;
}
.layer.personnel .c1 {
  background-color: #edf8fb;
}
.layer.personnel .c2 {
  background-color: #b3cde3;
}
.layer.personnel .c3 {
  background-color: #8c96c6;
}
.layer.personnel .c4 {
  background-color: #8856a7;
}
.layer.personnel .c5 {
  background-color: #810f7c;
}
.layer.weapons .c1 {
  background-color: #f1eef6;
}
.layer.weapons .c2 {
  background-color: #bdc9e1;
}
.layer.weapons .c3 {
  background-color: #74a9cf;
}
.layer.weapons .c4 {
  background-color: #2b8cbe;
}
.layer.weapons .c5 {
  background-color: #045a8d;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #E64415;
  background-color: #E64415;
}
.custom-range::-moz-range-thumb {
  background-color: #E64415;
}
.table-data thead th {
  vertical-align: middle;
  text-align: center;
  padding: 0;
}
.table-data thead th:hover {
  background-color: #637A85;
}
.table-data thead th:hover > a {
  color: #fff;
  text-decoration: none;
}
.table-data thead th > a {
  display: block;
}
.table-data .numeric {
  text-align: center;
}
.table-data .sortable {
  /*        display: flex;
        flex-direction: row;*/
}
.table-popup th[role="row"] {
  color: #444;
}
/*# sourceMappingURL=gmi.css.map */