/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* container list */
.fields-container {
  margin-left: 0;
  padding: 0;
  list-style: none;
  /* remove bullets */
}
/* each row */
.fields-container > li.field-entry {
  display: flex;
  flex-direction: row;
  /* keep label + value on one line */
  align-items: flex-start;
  /* prevents “bottom/baseline” alignment */
  gap: 0.5rem;
}
/* label column */
.fields-container > li.field-entry > .field-label, .rsblog-field-label {
  flex: 0 0 90px;
  /* fixed label width */
  display: block;
  /* override inline/inline-block */
  font-weight: bold;
}
/* value column */
.fields-container > li.field-entry > .field-value, .rsblog-field-value {
  flex: 1 1 auto;
  min-width: 0;
  /* IMPORTANT: lets long text wrap */
  display: block;
  overflow-wrap: anywhere;
  /* wrap long strings nicely */
}
/* line height adjustment */
.field-entry {
  line-height: 1.3rem !important;
  margin-bottom: 4px;
}
/*  reduce h2 on ruling pages */
div.page-header > h2 {
  font-size: 1.7rem;
}
/*  wrap ruling body with rules, adjust spacing on bottom */
.com-content-article__body {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-bottom: 12px;
}
.rsblog-field-label {
  width: 110px;
  display: inline-block;
  vertical-align: top;
}
.rsblog-field-value {
  vertical-align: top;
  display: inline-block;
}
.rsblog-field-entry {
  margin-bottom: 0rem !important;
}
ul.rsblog-fields-container {
  margin-left: 0;
}
h3.rsblog-fields-title {
  display: none;
}
footer.rsblog-entry-meta {
  border-top: 1px solid #999 !important;
  border-bottom: 2px solid #a28c15 !important;
}
.rsblog-entry-more {
  margin-top: 12px;
}
div.rsblog-main-container.rsblog-columns > div.card {
  background-color: #a28c1550 !important;
}
li.list-inline-item > span > a, li.list-inline-item > a {
  color: #a28c15;
}
.rsblog-tag-cloud .rsblog-tag {
  background-color: #a28c1560;
}
/* colour link highlights on Joomla article category pages */
div.item-content > div.page-header > h2 > a, dd.category-name > a, div.item-content > p.single-blog-post > a.button.read-more, div.item-content > p > a, div.com-content-article__body > p > a, div.com-content-article__body > p > joomla-hidden-mail > a, div.com-content > p > joomla-hidden-mail > a {
  color: #b89841 !important;
}
div.item-content > div.page-header > h2 > a:hover, dd.category-name > a:hover, div.item-content > p.single-blog-post > a:hover.button.read-more {
  color: #a08436 !important;
}
/* gap spacing on 2-up Joomla article category pages */
.blog-items {
  grid-gap: 3rem !important;
}
/* caption title under image on Joomla article pages */
figcaption.caption {
  color: #999;
  float: left;
  display: block;
  font-style: italic;
  font-size: 12px;
}
div.item-content p {
  margin: 0.8rem 0 !important;
  color: #444 !important;
  line-height: 1.7 !important;
}
.hra-logo-white {
  filter: brightness(0) invert(1);
  display: block;
  margin: 5px auto;
  max-width: 400px;
}
a.g-logo-hra > img {
  max-width: 170px;
  display: block;
  margin: 5px auto;
}
section#g-navigation.section-horizontal-paddings > div.g-grid > div.g-block.size-65 {
  flex: 0 65%;
  width: 65%;
  margin: 0 0 0 auto;
}
.g-social.hra-social {
  margin: 0px -8px;
}
h3.mod-articles-title {
  line-height: 1.85rem;
  margin-bottom: 0.5rem;
}
a.mod-articles-link {
  color: #b89841;
}
a.mod-articles-link:hover {
  color: #9b8036;
}
.article-info-term {
  display: none;
}
dl.list-unstyled {
  margin-left: -36px;
}
figure.mod-articles-image.item-image {
  margin: 12px 0 0 0;
}
div.mod-articles-item-content > p {
  line-height: 1.8rem;
}
.g-title.decor-line {
  padding: 8px;
  border-radius: 0.25rem;
}
.aside.moduletable {
  border-bottom: 1px solid #666;
}
ul.rsblog-tags-module.list-unstyled {
  margin-left: 0;
}
.rsblog-tags-module .rsblog-tag {
  background-color: #b8984140;
}
/*# sourceMappingURL=custom_88.css.map */