.navbar-mainnavigation .navbar-brand-image img {
  max-height: 100%;
}


h1, .h1 {
  font-size: 4rem;
  color: #ff8700;
}
h2, .h2 {
  font-size: 2.5rem;
  color: #5c8a3e;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 1.5em;
  margin-bottom: 0.2em;
}
.frame-header > :last-child {
  margin-bottom: .75em;
}
.lead {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 0em;
}
p {
  position: relative;
}
ol, ul, dl {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
span.text-info {
  display: inline-block;
  visibility: hidden;
  background-color: rgba(92, 138, 62, 0);
  font-weight: 700;
  position: relative;
  z-index: 0;
  width: 1.5em;
  height: 1em;
  line-height: .9em;
  overflow: hidden;
  cursor: pointer;
  transition: all 0s;
}
span.text-info:before {
  display: inline-block;
  content: "?";
  width: 1em;
  height: 1em;
  margin: 0 0 0 4px;
  padding: 0;
  color: rgb(92, 138, 62);
  visibility: visible;
  position: relative;
  top: 0px;
  left: 0;
  text-align: center;
  z-index: 0;
  border: 1px solid #ff8700;
  border-radius: .5em;
}
span.text-info:hover {
  color: #fff !important;
  background-color: rgba(92, 138, 62, 1);
  display: inline-block;
  visibility: visible;
  position: absolute;
  z-index: 1;
  width: 20em;
  height: auto;
  overflow: inherit;
  padding: 1em;
  line-height: 1.3em;
  transition: all .3s;
}
span.text-info:hover:before {
  position: absolute;
  border: none;
}
figcaption.image-caption {
  color: #8bab7a;
  text-align: right;
  padding-right: 1em;
  padding-top: .5em;
}
.gallery-item {
  border: 1px dotted #999;
}
.gallery-item:hover {
  border: 1px solid #555;
}
.xBlogItem {
  margin-bottom: 1.945rem;
  border-top: 1px solid #999;
  padding-top: 1.945rem;
}
.xBlogItems .columns {
  position: relative;
}
.list .row.publish_iconbar {
  float: none;
  padding-top: 1rem;
  padding-right: 1rem;
  position: absolute;
  top: 0;
}
.xBlogItems .columns h2 {
  margin-top: .5em;
}

@media(min-width: 1600px) {
  p, li {
    font-size: 1.2rem;
}
}