/* 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
 */

.g-video-feature {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
  text-align: center;
}
@media only all and (max-width: 47.99rem) {
  .g-video-feature .g-video-feature-left {
    margin-bottom: 30px;
  }
}
.g-video-feature .g-video-feature-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-video-feature .g-video-feature-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
.g-video-feature .g-video-feature-right.align-right {
  text-align: right;
}
.g-video-feature .g-video-feature-title {
  margin-top: -5px;
}
.g-video-feature .g-video-feature-link {
  margin-top: 5px;
}
.g-video-feature .g-video-feature-link i {
  margin-right: 10px;
}
.g-video-feature .g-video-feature-desc {
  margin: 1.5rem 0;
}
.g-video-feature .g-video-feature-desc i {
  margin-right: 8px;
}
.g-gallery-feature {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
  text-align: center;
}
@media only all and (max-width: 47.99rem) {
  .g-gallery-feature .g-gallery-feature-left {
    margin-bottom: 35px;
  }
}
.g-gallery-feature .g-gallery-feature-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-gallery-feature .g-gallery-feature-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
.g-gallery-feature .g-gallery-feature-right.align-right {
  text-align: right;
}
.g-gallery-feature .g-gallery-feature-title {
  margin-top: -5px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
.g-gallery-feature .g-gallery-feature-title:after {
  display: block;
  content: "";
  height: 4px;
  border-radius: 4px;
  background: #b2ab3b;
  position: relative;
  width: 50px;
  margin: 25px auto;
}
.g-gallery-feature .image-bottom {
  margin-bottom: -4.563rem;
}
.g-gallery-feature .g-gallery-feature-link {
  margin-top: 5px;
}
.g-gallery-feature .g-gallery-feature-link i {
  margin-right: 10px;
}
.g-gallery-feature .g-gallery-feature-desc i {
  margin-right: 8px;
}
.g-gallery-feature .g-gallery-feature-item > a {
  position: relative;
  display: block;
  border-radius: 3px;
}
.g-gallery-feature .g-gallery-feature-item > a:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.g-gallery-feature .g-gallery-feature-item img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
}
.g-gallery-feature .g-gallery-feature-item .uk-overlay-panel {
  z-index: 4;
  border-radius: 3px;
}
.g-gallery-feature .uk-overlay-area:empty::before, .g-gallery-feature .uk-overlay-icon::before {
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.g-gallery .g-gallery-item > a {
  position: relative;
  display: block;
}
.g-gallery .g-gallery-filter {
  margin-bottom: 30px;
}
.g-gallery .g-gallery-filter.uk-subnav > * > * {
  color: #223230;
}
.g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
  padding: 3px 8px;
  border: 1px solid #dddddd;
  background: #ffffff;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
.g-gallery .g-gallery-filter.uk-subnav-pill > * > *:focus, .g-gallery .g-gallery-filter.uk-subnav-pill > * > *:hover {
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #b2ab3b;
  color: #b2ab3b;
}
.g-gallery .g-gallery-filter .uk-active > a {
  background: #ffffff;
  border: 1px solid #b2ab3b;
  color: #b2ab3b;
  box-shadow: none;
}
.g-gallery.style2 .gallery-item-buttons {
  width: 100%;
  text-align: center;
  top: 50%;
  position: relative;
  margin-top: -20px;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-gallery.style2 .gallery-item-buttons {
    margin-top: -17.5px;
  }
}
.g-gallery.style2 .gallery-item-buttons > a {
  border: 2px solid #ffffff;
  height: 40px;
  width: 40px;
  line-height: 35px;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-gallery.style2 .gallery-item-buttons > a:hover {
  background: #b2ab3b;
  border-color: #b2ab3b;
}
.g-gallery.style2 .gallery-item-buttons > a.info-button {
  margin-left: 25px;
}
.g-gallery.style2 .gallery-item-buttons > a.magnifier-button {
  margin-right: 20px;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-gallery.style2 .gallery-item-buttons > a {
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 0.9rem;
  }
  .g-gallery.style2 .gallery-item-buttons > a.info-button {
    margin-left: 5px;
  }
  .g-gallery.style2 .gallery-item-buttons > a.magnifier-button {
    margin-right: 0;
  }
}
.g-gallery.style2 .uk-overlay-hover:hover .gallery-item-buttons .info-button {
  margin-left: 5px;
}
.g-gallery.style2 .uk-overlay-hover:hover .gallery-item-buttons .magnifier-button {
  margin-right: 0;
}
.g-gallery.style2 .uk-overlay-panel {
  height: 100%;
  padding: 0;
}
.g-gallery .uk-modal-dialog h1, .g-gallery .uk-modal-dialog h2, .g-gallery .uk-modal-dialog h3, .g-gallery .uk-modal-dialog h4, .g-gallery .uk-modal-dialog h5 {
  margin-bottom: 15px !important;
}
.uk-modal-caption {
  bottom: -30px;
}
.gallery-special .g-gallery-filter {
  text-align: center;
  position: relative;
  top: -50px;
  margin-bottom: 0;
  justify-content: center;
}
#g-fullwidth .g-gallery.gutter-enabled, .g-flushed .g-gallery.gutter-enabled {
  padding: 30px;
}
#g-fullwidth .g-gallery.filters-enabled.gutter-enabled, .g-flushed .g-gallery.filters-enabled.gutter-enabled {
  padding-top: 0;
}
#g-fullwidth .g-gallery .g-gallery-filter, .g-flushed .g-gallery .g-gallery-filter {
  border-bottom: 1px solid #f0f0f0;
}
#g-fullwidth .g-gallery .g-gallery-filter.uk-subnav-pill > * > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
  padding: 0;
  border: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 0;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #g-fullwidth .g-gallery .g-gallery-filter.uk-subnav-pill > * > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-fullwidth .g-gallery .g-gallery-filter.uk-subnav-pill > * > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-fullwidth .g-gallery .g-gallery-filter.uk-subnav-pill > * > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
#g-fullwidth .g-gallery .g-gallery-filter.uk-subnav, .g-flushed .g-gallery .g-gallery-filter.uk-subnav {
  margin-left: -30px;
  margin-right: -30px;
}
#g-fullwidth .g-gallery .g-gallery-filter.uk-subnav > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav > * {
  padding-left: 0;
  border-right: 1px solid #f0f0f0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
#g-fullwidth .g-gallery.gutter-disabled .g-gallery-filter, .g-flushed .g-gallery.gutter-disabled .g-gallery-filter {
  margin-bottom: 0;
}
#g-fullwidth .g-gallery.gutter-disabled .g-gallery-filter.uk-subnav, .g-flushed .g-gallery.gutter-disabled .g-gallery-filter.uk-subnav {
  padding: 0 30px;
}
.uk-tooltip.g-gallery-tooltip {
  padding: 6px 12px;
  font-size: 13px;
}
.content-links {
  width: 100%;
  margin: 1rem 0;
}
.content-links .nav-tabs.nav-stacked {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.content-links .nav-tabs.nav-stacked li {
  display: block;
  width: 100%;
  margin: 0;
}
.content-links .nav-tabs.nav-stacked li a {
  display: block;
  width: 100%;
  color: #959595;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(34, 50, 48, 0.5);
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: #fff;
}
.content-links .nav-tabs.nav-stacked li a:hover, .content-links .nav-tabs.nav-stacked li a:focus {
  background-color: #b2ab3b;
  color: #fff;
  border-color: #b2ab3b;
}
.content-links .nav-tabs.nav-stacked li.active a {
  background-color: #b2ab3b;
  color: #fff;
  border-color: #b2ab3b;
}
.list-group-item {
  min-height: 100px;
  display: flex;
  align-items: center;
}
.list-group-item:nth-child(odd) {
  background-color: #f8f9fa;
}
.list-group-item:hover {
  background-color: #e9ecef;
  cursor: pointer;
}
.list-group-item h4 {
  margin: 0;
  padding: 10px 0;
}
.alert.alert-primary {
  background-color: #b2ab3b;
  border-color: #8c862e;
  color: #fff;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-main-feature .image-block {
    display: block;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-main-feature .image-block {
    display: block;
  }
}
.g-main-feature .image-bottom {
  padding: 15px 18px 0 0;
}
.g-cta-button.style1 .g-cta-inner .g-cta-title, .g-cta-button.style2 .g-cta-inner .g-cta-title {
  font-size: 2rem;
  margin-bottom: 0;
  padding-bottom: 26px;
}
.g-cta-button.style1 .g-cta-inner .g-cta-left, .g-cta-button.style2 .g-cta-inner .g-cta-left {
  font-size: 1.5rem;
  text-align: center;
  float: none;
}
.g-cta-button.style1 .g-cta-inner .g-cta-right, .g-cta-button.style2 .g-cta-inner .g-cta-right {
  float: none;
  text-align: center;
  display: block;
  margin: 40px 0 26px;
}
.g-cta-button.style2 .g-cta-inner {
  background: rgba(34, 50, 48, 0.5);
  border: none !important;
}
.g-cta-button.style2 .g-cta-inner {
  background: rgba(34, 50, 48, 0.5);
  border: none !important;
}
.g-cta-button.vertical-layout .g-cta-inner .g-cta-title {
  font-size: 2rem;
  margin-bottom: 0;
  padding-bottom: 26px;
}
.g-cta-button.vertical-layout .g-cta-inner .g-cta-left {
  font-size: 1.5rem;
  float: none;
  text-align: center;
}
.g-cta-button.vertical-layout .g-cta-inner .g-cta-right {
  float: none;
  text-align: center;
  display: block;
  margin: 40px 0 26px 0;
}
.component-content .contact label, .component-content .contact input, .component-content .contact select, .component-content .contact textarea {
  max-width: 100%;
}
fieldset {
  width: fit-content;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
  width: 10px !important;
}
.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
@media screen and (max-height: 575px) {
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.fields-container {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fields-container > li {
  margin-bottom: 0.1rem;
  padding: 0.5rem;
}
.field-entry {
  margin-bottom: 0.5rem;
}
.field-entry .field-label {
  font-weight: bold;
  color: #282828;
  margin-bottom: 0.25rem;
  display: block;
}
.field-entry .field-value {
  color: #959595;
  font-size: 1rem;
}
.field-entry .field-value a {
  color: #b2ab3b;
  text-decoration: none;
}
.field-entry .field-value a:hover {
  text-decoration: underline;
}
.card.mb-3 {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
}
.card.mb-3 .card-body {
  padding: 1.25rem;
}
.card.mb-3 .field-entry {
  margin-bottom: 0.75rem;
}
.card.mb-3 .field-entry .field-label {
  font-weight: 600;
  color: #282828;
  display: block;
  margin-bottom: 0.2rem;
}
.card.mb-3 .field-entry .field-value {
  color: #959595;
  font-size: 1rem;
  display: block;
}
.card.mb-3 .field-entry .field-value a {
  color: #b2ab3b;
  text-decoration: none;
}
.card.mb-3 .field-entry .field-value a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=custom_9.css.map */