@font-face { font-family: linux-libertine; src: url('/fonts/LinLibertine_R.woff'); }
@font-face { font-family: linux-libertine; src: url('/fonts/LinLibertine_RI.woff'); font-style: italic; }
@font-face { font-family: linux-libertine; src: url('/fonts/LinLibertine_RB.woff'); font-weight: bold; }
@font-face { font-family: linux-libertine; src: url('/fonts/LinLibertine_RBI.woff'); font-weight: bold; font-style: italic; }

body {
  font-family: "linux-libertine", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "linux-libertine", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 14px;
}

h1 small,
.h1 small {
  font-size: 28px;
}

h2 small,
.h2 small {
  font-size: 22px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 18px;
}


.panel-h1 {
  border-color: #455ca1;
}

.panel-h1 > .panel-heading {
  color: #ffffff;
  background-color: #455ca1;
  border-color: #455ca1;
}

.panel-h1 > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #455ca1;
}

.panel-h1 > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #455ca1;
}

.popover {
  font-size: 14px;
  color: #333;
}

h1,h2 {
  padding-top: 70px;
  margin-top: -70px;
}

.jajoffset {
  padding-top: 50px;
  margin-top: -50px;
}

.jajnewsimg {
  display: inline-block;
  text-align: center;
}

.jajnewsthumb {
  background-color:#222;
  display: inline-block;
  text-align: center;
}

.jajimgcontainer {
  text-align: center;
}

.jajtiny {
  font-size: 13px;
  line-height: 21px;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .bs-sidebar .nav > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 170px;
  }
  .bs-sidebar.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 80px;
    offset: 1000px;
  }
  .bs-sidebar.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
  .bs-sidebar.affix-bottom .bs-sidenav,
  .bs-sidebar.affix .bs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media print {
  img.hidden-print {
    display: none !important;
  }
  header.hidden-print {
    display: none !important;
  }
  ul.hidden-print {
    display: none !important;
  }
  li.hidden-print {
    display: none !important;
  }
  h1.hidden-print {
    display: none !important;
  }
  h2.hidden-print {
    display: none !important;
  }
  dl.hidden-print {
    display: none !important;
  }
  a.hidden-print {
    display: none !important;
  }
}