/* 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";
#g-navigation > .g-grid, #g-footer > .g-grid {
  width: 100%;
}
#g-navigation > .g-grid > .g-block:only-child, #g-footer > .g-grid > .g-block:only-child {
  max-width: 75rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
#g-navigation > .g-grid:has(:nth-child(2):last-child) > .g-block, #g-footer > .g-grid:has(:nth-child(2):last-child) > .g-block {
  /* Perfect for dividing 100% width into 4 parts */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
}
#g-navigation > .g-grid:has(:nth-child(2):last-child) > .g-block:first-child, #g-footer > .g-grid:has(:nth-child(2):last-child) > .g-block:first-child {
  margin-right: 0rem;
}
#g-navigation > .g-grid:has(:nth-child(2):last-child) > .g-block:last-child, #g-footer > .g-grid:has(:nth-child(2):last-child) > .g-block:last-child {
  margin-left: 0rem;
}
#g-navigation > .g-grid:has(:nth-child(3):last-child) > .g-block, #g-footer > .g-grid:has(:nth-child(3):last-child) > .g-block {
  /* Perfect for dividing 100% width into 4 parts */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
#g-navigation > .g-grid:has(:nth-child(3):last-child) > .g-block:first-child, #g-footer > .g-grid:has(:nth-child(3):last-child) > .g-block:first-child {
  margin-right: 0rem;
}
#g-navigation > .g-grid:has(:nth-child(3):last-child) > .g-block:nth-child(2), #g-footer > .g-grid:has(:nth-child(3):last-child) > .g-block:nth-child(2) {
  display: inline-block;
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
#g-navigation > .g-grid:has(:nth-child(3):last-child) > .g-block:last-child, #g-footer > .g-grid:has(:nth-child(3):last-child) > .g-block:last-child {
  margin-left: 0rem;
}
#g-navigation > .g-grid:has(:nth-child(4):last-child) > .g-block, #g-footer > .g-grid:has(:nth-child(4):last-child) > .g-block {
  align-items: flex-start !important;
  max-width: 18.75rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
#g-navigation > .g-grid:has(:nth-child(4):last-child) > .g-block:first-child, #g-footer > .g-grid:has(:nth-child(4):last-child) > .g-block:first-child {
  margin-right: 0rem;
}
#g-navigation > .g-grid:has(:nth-child(4):last-child) > .g-block:not(:first-child):not(:last-child), #g-footer > .g-grid:has(:nth-child(4):last-child) > .g-block:not(:first-child):not(:last-child) {
  margin-left: 0rem;
  margin-right: 0rem;
}
#g-navigation > .g-grid:has(:nth-child(4):last-child) > .g-block:last-child, #g-footer > .g-grid:has(:nth-child(4):last-child) > .g-block:last-child {
  margin-left: 0rem;
}
#g-navigation > .g-grid:first-child {
  background-color: #489b45;
  background-image: url('../images/header/top-a-transparent-bg.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  /* NEEDS ATTENTION */
}
#g-navigation > .g-grid:first-child .moduletable > .jmodedit {
  display: none !important;
}
#g-navigation > .g-grid:first-child search > .form-search {
  overflow: hidden;
}
#g-navigation > .g-grid:first-child search > .form-search > label {
  float: right;
  width: 2rem;
  padding: 0rem;
  margin: 0.5rem 0.5rem 1.25rem 0.5rem;
  height: 1.5rem;
}
#g-navigation > .g-grid:first-child search > .form-search > label:after {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
}
#g-navigation > .g-grid:first-child search > .form-search > input.js-finder-search-query.form-control {
  float: right;
  background: none;
  border: none;
  border-radius: 0px;
  border-bottom: 0px solid white;
  color: white;
  padding: 0rem;
  margin: 0.75rem 0.5rem;
  height: 1.5rem;
  width: 40%;
  opacity: 1;
  transition: width 0.25s, opacity 0.125s, border-bottom-width 125s;
}
#g-navigation > .g-grid:first-child search > .form-search > input.js-finder-search-query.form-control::placeholder {
  color: #CCC;
}
#g-navigation > .g-grid:first-child search > .form-search > input.js-finder-search-query.form-control:focus {
  width: calc(100% - 4rem);
  opacity: 1;
  border-bottom-width: 1px;
}
#g-navigation > .g-grid:first-child search > .form-search > .mod-finder__advanced-link {
  display: none;
}
#g-navigation > .g-grid:nth-child(2) {
  background-color: white;
}
#g-navigation > .g-grid:nth-child(2) > .g-block {
  padding: 0 30px;
}
@media (min-width: 1220px) {
  #g-navigation > .g-grid:nth-child(2) > .g-block {
    max-width: 520px;
  }
}
#g-navigation > .g-grid:nth-child(2) .g-logo img, #g-navigation > .g-grid:nth-child(2) .g-logo svg {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#g-navigation > .g-grid:last-child > .g-fixed-container {
  max-height: 5.625rem;
  height: 5.625rem !important;
  width: 100%;
}
#g-navigation > .g-grid:last-child > .g-fixed-container > #sticky-menu {
  background-color: #489b45;
  background-image: url('../images/header/cubes-overlay-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  max-height: 5.625rem;
}
#g-navigation > .g-grid:last-child > .g-fixed-container > #sticky-menu > .g-particle {
  margin: 0rem;
  padding: 0rem;
}
#g-navigation > .g-grid:last-child > .g-fixed-container > #sticky-menu > .g-particle > .g-main-nav {
  padding: 0rem 1rem;
}
#g-navigation > .g-grid:last-child > .g-fixed-container > #sticky-menu .fa.fa-home {
  font-size: 1.5rem;
}
#g-navigation > .g-grid:last-child > .g-fixed-container > #sticky-menu.g-fixed-element {
  height: auto;
  max-height: 4rem;
}
#g-navigation > .g-grid:last-child > .g-fixed-container > #sticky-menu.g-fixed-element > .g-particle {
  padding: 0rem;
  margin: -1rem 0 0 0;
}
#g-navigation > .g-grid:last-child > .g-fixed-container > #sticky-menu.g-fixed-element > .g-particle .g-main-nav > .g-toplevel > li.g-menu-item {
  padding: 1.4rem 0.5rem;
  height: 4rem;
}
#g-navigation > .g-grid:last-child > .g-fixed-container > #sticky-menu.g-fixed-element > .g-particle .g-main-nav > .g-toplevel > li.g-menu-item .fa.fa-home:before {
  animation: coat-of-arms-sticky 1s;
  content: url('../images/header/coa-full-white.svg');
}
#g-navigation > .g-grid:last-child .g-main-nav {
  padding: 1rem;
}
#g-navigation > .g-grid:last-child .g-main-nav .g-menu-item-content {
  box-shadow: none !important;
}
#g-navigation > .g-grid:last-child .g-main-nav > .g-toplevel {
  line-height: 0;
}
#g-navigation > .g-grid:last-child .g-main-nav > .g-toplevel > li.g-menu-item {
  padding: 2.25rem 0.5rem;
  height: 5.625rem;
}
#g-navigation > .g-grid:last-child .g-main-nav > .g-toplevel > li.g-menu-item:not(:first-child).g-selected, #g-navigation > .g-grid:last-child .g-main-nav > .g-toplevel > li.g-menu-item:not(:first-child).active {
  background-color: rgba(249, 206, 10, 0.75);
}
#g-navigation > .g-grid:last-child .g-main-nav > .g-toplevel > li.g-menu-item:not(:first-child).g-selected > .g-menu-item-container, #g-navigation > .g-grid:last-child .g-main-nav > .g-toplevel > li.g-menu-item:not(:first-child).active > .g-menu-item-container {
  color: black !important;
}
#g-navigation > .g-grid:last-child .g-main-nav > .g-toplevel > li.g-menu-item .g-sublevel > li.g-menu-item {
  padding: 0.25rem 0.75rem;
  margin: 0rem;
}
#g-navigation > .g-grid:last-child .g-main-nav > .g-toplevel > li.g-menu-item .g-sublevel > li.g-menu-item .g-dropdown {
  margin-left: 0.125rem !important;
}
#g-navigation > .g-grid:last-child .g-main-nav > .g-toplevel > li.g-menu-item .g-sublevel > li.g-menu-item .g-menu-item-container {
  border-width: 0rem;
}
#g-navigation > .g-grid:last-child .g-main-nav > .g-toplevel > li.g-menu-item .g-sublevel > li.g-menu-item:nth-child(2) {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#g-navigation > .g-grid:last-child .g-main-nav > .g-toplevel > li.g-menu-item .g-sublevel > li.g-menu-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
#g-navigation > .g-grid:last-child .g-main-nav ul > li.g-menu-item:not(:first-child).active, #g-navigation > .g-grid:last-child .g-main-nav ul > li.g-menu-item:not(:first-child):hover {
  background-color: rgba(249, 206, 10, 0.5);
}
#g-navigation > .g-grid:last-child .g-main-nav ul > li.g-menu-item:not(:first-child).active > .g-menu-item-container, #g-navigation > .g-grid:last-child .g-main-nav ul > li.g-menu-item:not(:first-child):hover > .g-menu-item-container {
  color: black !important;
}
#g-header .breadcrumbs .mod-breadcrumbs {
  margin-top: 0rem;
}
#g-header .breadcrumbs .mod-breadcrumbs .breadcrumb-item.active {
  color: #f9ce0a;
}
#g-header .g-owlcarousel {
  max-height: 25rem;
}
#g-header .g-owlcarousel .owl-stage-outer .owl-item.active > .g-owlcarousel-item > .g-owlcarousel-item-wrapper {
  max-height: 25rem;
}
#g-header .g-owlcarousel .owl-stage-outer .owl-item.active > .g-owlcarousel-item > .g-owlcarousel-item-wrapper > .g-owlcarousel-item-img, #g-header .g-owlcarousel .owl-stage-outer .owl-item.active > .g-owlcarousel-item > .g-owlcarousel-item-wrapper > .g-owlcarousel-item-content-container {
  max-height: 25rem;
  overflow: hidden;
}
#g-header .g-owlcarousel .owl-stage-outer .owl-item.active > .g-owlcarousel-item > .g-owlcarousel-item-wrapper > .g-owlcarousel-item-img > img {
  vertical-align: bottom;
}
#g-mainbar .item-page.com-content-article > .page-header {
  color: #489b45;
}
#g-mainbar .item-page.com-content-article > .com-content-article__body .pull-left {
  margin-right: 1rem;
}
#g-mainbar .item-page.com-content-article > .com-content-article__body h1, #g-mainbar .item-page.com-content-article > .com-content-article__body h2, #g-mainbar .item-page.com-content-article > .com-content-article__body h3, #g-mainbar .item-page.com-content-article > .com-content-article__body h4, #g-mainbar .item-page.com-content-article > .com-content-article__body h5 {
  color: #489b45;
}
#g-mainbar .item-page.com-content-article > .article-info {
  border-top: 1px solid #489b45;
  border-bottom: 1px solid #489b45;
  padding: 0.5rem 0;
}
#g-sidebar > .g-grid {
  background-color: #e3e3e3;
}
#g-footer {
  font-size: 0.75rem !important;
  font-weight: normal !important;
  color: white !important;
  padding: 2rem 0;
}
#g-footer a {
  color: white !important;
  font-size: 0.75rem !important;
  font-weight: bold !important;
}
#g-footer a:hover, #g-footer a:active {
  text-decoration: underline !important;
}
#g-footer .g-block:not(#bottom) .g-main-nav > .g-toplevel > li {
  margin: 0rem 0.75rem;
  display: block;
}
@keyframes coat-of-arms-standard {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes coat-of-arms-sticky {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=custom_17.css.map */