@charset "UTF-8";

/* ../rtw/node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .slides > .slide > .slide-content > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .slides > .slide > .slide-content > img {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  padding-bottom: 56.25%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -ms-touch-action: pan-y pinch-zoom;
  touch-action: pan-y pinch-zoom;
  display: block;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  visibility: hidden;
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery > .slides > .slide-prev,
.blueimp-gallery > .slides > .slide-active,
.blueimp-gallery > .slides > .slide-next {
  visibility: visible;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery-smil > .slides > .slide-loading {
  background-image: url(../img/loading.svg);
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(../img/error.png) center no-repeat;
}
.blueimp-gallery-svgasimg > .slides > .slide-error {
  background-image: url(../img/error.svg);
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery-display > .prev,
.blueimp-gallery-display > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 20px;
  padding: 10px 14px 10px 18px;
  margin-top: -23px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #222 url(../img/prev.png) center no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  border: 3px solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery-display > .next {
  right: 15px;
  left: auto;
  background-image: url(../img/next.png);
}
.blueimp-gallery-svgasimg > .prev {
  background-image: url(../img/prev.svg);
}
.blueimp-gallery-svgasimg > .next {
  background-image: url(../img/next.svg);
}
.blueimp-gallery-display > .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) center no-repeat;
  opacity: 0.8;
  cursor: pointer;
  display: none;
}
.blueimp-gallery-svgasimg > .close {
  background-image: url(../img/close.svg);
}
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 60px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery-display > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 30px;
  height: 30px;
  background: url(../img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-svgasimg > .play-pause {
  background-image: url(../img/play-pause.svg);
}
.blueimp-gallery-playing > .play-pause {
  background-position: -30px 0;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content > img {
  position: relative;
}
@supports (object-fit: contain) {
  .blueimp-gallery-contain > .slides > .slide > .slide-content,
  .blueimp-gallery-contain > .slides > .slide > .slide-content > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (prefers-color-scheme: light) {
  .blueimp-gallery-carousel {
    background: #fff;
  }
}

/* ../rtw/node_modules/blueimp-gallery/css/blueimp-gallery-indicator.css */
.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blueimp-gallery > .indicator > li {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}
* + html .blueimp-gallery > .indicator > li {
  display: inline;
}
.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}
.blueimp-gallery > .indicator > li:after {
  opacity: 0;
  display: block;
  position: absolute;
  content: "";
  top: -5em;
  left: 4px;
  width: 75px;
  height: 75px;
  transition: transform 600ms ease-out, opacity 400ms ease-out;
  transform: translateX(-50%) translateY(0) translateZ(0px);
  pointer-events: none;
}
.blueimp-gallery > .indicator > li:hover:after {
  opacity: 1;
  border-radius: 50%;
  background: inherit;
  transform: translateX(-50%) translateY(-5px) translateZ(0px);
}
.blueimp-gallery > .indicator > .active:after {
  display: none;
}
.blueimp-gallery-controls > .indicator {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .indicator {
  display: none;
}

/* ../rtw/js/libs/jquery-powertip/dist/css/jquery.powertip-light.css */
#powerTip {
  cursor: default;
  background-color: #f2f2f2;
  -webkit-box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 2px 1px rgba(255, 255, 255, 0.5) inset,
    0 -2px 2px #dcdcdc inset;
  -moz-box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 2px 1px rgba(255, 255, 255, 0.5) inset,
    0 -2px 2px #dcdcdc inset;
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 2px 1px rgba(255, 255, 255, 0.5) inset,
    0 -2px 2px #dcdcdc inset;
  border: 1px solid #acacac;
  border-radius: 6px;
  color: #000000;
  display: none;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 2147483647;
}
#powerTip:before {
  content: attr(class) " ";
  position: absolute;
  height: 0;
  width: 0;
  text-indent: 100%;
  overflow: hidden;
}
#powerTip.n:before,
#powerTip.s:before {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  margin-left: -5px;
}
#powerTip.e:before,
#powerTip.w:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%;
}
#powerTip.n:before,
#powerTip.ne:before,
#powerTip.nw:before {
  bottom: -10px;
}
#powerTip.n:before,
#powerTip.ne:before,
#powerTip.nw:before,
#powerTip.nw-alt:before,
#powerTip.ne-alt:before {
  border-top-color: inherit;
  border-top-style: solid;
  border-top-width: 10px;
}
#powerTip.e:before {
  border-right-color: inherit;
  border-right-style: solid;
  border-right-width: 10px;
  left: -10px;
}
#powerTip.s:before,
#powerTip.se:before,
#powerTip.sw:before {
  top: -10px;
}
#powerTip.s:before,
#powerTip.se:before,
#powerTip.sw:before,
#powerTip.sw-alt:before,
#powerTip.se-alt:before {
  border-bottom-color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 10px;
}
#powerTip.w:before {
  border-left-color: inherit;
  border-left-style: solid;
  border-left-width: 10px;
  right: -10px;
}
#powerTip.ne:before,
#powerTip.se:before {
  border-right: 10px solid transparent;
  border-left: 0;
  left: 10px;
}
#powerTip.nw:before,
#powerTip.sw:before {
  border-left: 10px solid transparent;
  border-right: 0;
  right: 10px;
}
#powerTip.nw-alt:before,
#powerTip.ne-alt:before,
#powerTip.sw-alt:before,
#powerTip.se-alt:before {
  bottom: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 10px;
}
#powerTip.ne-alt:before {
  left: auto;
  right: 10px;
}
#powerTip.sw-alt:before,
#powerTip.se-alt:before {
  border-top: none;
  bottom: auto;
  top: -10px;
}
#powerTip.se-alt:before {
  left: auto;
  right: 10px;
}

/* less/temp_combined.css */
#contact-form-wrap {
  background-color: #FEFFFA;
  padding: 40px;
  margin: 0 auto;
}
#contact-form-wrap h1 {
  margin-top: 0;
}
#contact-form-wrap fieldset {
  border: none;
  padding: 0;
}
#contact-form-wrap label {
  display: block;
  width: 150px;
  padding-bottom: 5px;
  font-weight: bold;
}
#contact-form-wrap input[type=text],
#contact-form-wrap textarea {
  display: block;
  width: 100%;
  max-width: 600px;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
#contact-form-wrap textarea {
  height: 150px;
  resize: vertical;
}
#contact-form-wrap .submit {
  padding: 10px 20px;
  background-color: #2d4202;
  color: #dd4a08;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}
#contact-form-wrap .submit:hover {
  opacity: 0.9;
}
#contact-form-wrap #pot {
  display: none;
}
@media (max-width: 992px) {
  #contact-form-wrap {
    padding: 20px;
  }
  #contact-form-wrap input[type=text],
  #contact-form-wrap textarea {
    width: 100%;
  }
}
.item-summary {
  background-color: #FEFFFA;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
.item-summary:hover {
  background-color: #eeeeee;
  box-shadow: 0 0 10px #2d4202;
}
.item-summary .entry .header {
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 5px;
}
.item-summary .entry .header h3 {
  margin: 0 0 5px 0;
  color: #42422F;
  font-size: 1.2rem;
}
.item-summary .entry .header span {
  font-size: 0.85rem;
  color: #777;
  font-weight: bold;
}
.item-summary .entry .body {
  font-size: 0.95rem;
  line-height: 1.5;
}
.item-summary .entry .body img {
  float: left;
  max-width: 150px;
  height: auto;
  margin: 0 15px 10px 0;
  border: 1px solid #ddd;
  padding: 3px;
  background: #fff;
}
.item-summary .entry .body .item-link {
  display: inline-block;
  margin-top: 10px;
  color: #637521;
  font-weight: bold;
  text-decoration: none;
}
.item-summary .entry .body .item-link:hover {
  text-decoration: underline;
}
.item-summary .body::after {
  content: "";
  display: table;
  clear: both;
}
#entry-detail,
#entry-list,
#post-detail,
#post-list {
  background-color: #FEFFFA;
  padding: 10px 50px 40px 50px;
  margin: 0;
}
#entry-detail .nav-grid,
#entry-list .nav-grid,
#post-detail .nav-grid,
#post-list .nav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
#entry-detail .nav-grid .prev-container,
#entry-list .nav-grid .prev-container,
#post-detail .nav-grid .prev-container,
#post-list .nav-grid .prev-container {
  text-align: left;
}
#entry-detail .nav-grid .next-container,
#entry-list .nav-grid .next-container,
#post-detail .nav-grid .next-container,
#post-list .nav-grid .next-container {
  text-align: right;
}
#entry-detail #header #title,
#entry-list #header #title,
#post-detail #header #title,
#post-list #header #title {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
#entry-detail #header #title h1,
#entry-list #header #title h1,
#post-detail #header #title h1,
#post-list #header #title h1 {
  margin: 0;
  padding: 10px 0;
}
#entry-detail #header .info-grid,
#entry-list #header .info-grid,
#post-detail #header .info-grid,
#post-list #header .info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 20px;
  width: 100%;
}
#entry-detail #header .info-grid .info-left,
#entry-list #header .info-grid .info-left,
#post-detail #header .info-grid .info-left,
#post-list #header .info-grid .info-left {
  text-align: left;
}
#entry-detail #header .info-grid .info-right,
#entry-list #header .info-grid .info-right,
#post-detail #header .info-grid .info-right,
#post-list #header .info-grid .info-right {
  text-align: right;
}
#entry-detail #body,
#entry-list #body,
#post-detail #body,
#post-list #body {
  margin-top: 20px;
  display: block;
  width: 100%;
}
#entry-detail #body::after,
#entry-list #body::after,
#post-detail #body::after,
#post-list #body::after {
  content: "";
  clear: both;
  display: table;
}
#post-detail #title {
  text-align: left;
}
@media (max-width: 992px) {
  #entry-detail,
  #post-detail {
    padding: 10px 20px;
  }
  #entry-detail .info-grid,
  #post-detail .info-grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  #entry-detail .info-grid .info-right,
  #post-detail .info-grid .info-right {
    text-align: left;
  }
  #entry-detail .info-grid .info-empty,
  #post-detail .info-grid .info-empty {
    display: none;
  }
}
.post-image {
  float: left;
  padding: 0 10px 0 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-color: #93a57c;
}
#page-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}
#page-wrapper.non-sticky {
  height: auto;
  min-height: 100vh;
  overflow: visible;
}
#page-wrapper.non-sticky #scroll-container {
  overflow-y: visible;
  flex: none;
}
.central-column {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 992px) {
  .central-column {
    padding: 0;
  }
}
#site-header {
  background-color: transparent;
  border-bottom: none;
  flex-shrink: 0;
}
#site-header .central-column {
  background-color: #2d4202;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 992px) {
  #site-header .central-column {
    padding: 0;
  }
}
.wa-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.wa-banner img {
  width: 100%;
  height: auto;
}
#wa-top-bar {
  width: 100%;
}
#wa-top-nav {
  display: flex;
  width: 100%;
  align-items: center;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0 20px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  #wa-top-nav {
    padding: 0 10px;
  }
}
#wa-top-nav .navbar-header {
  display: flex;
  align-items: center;
}
#wa-top-nav .navbar-brand {
  padding: 8px 0;
}
#wa-top-nav .navbar-brand img {
  height: 55px;
  width: auto;
}
#wa-top-nav .nav-collapse-wrapper {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  position: relative;
}
#wa-top-nav #navbarToCollapse {
  display: flex !important;
  flex-basis: auto;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  #wa-top-nav #navbarToCollapse {
    display: none !important;
    flex-direction: column;
    width: auto;
    min-width: 250px;
    position: absolute;
    top: 100%;
    right: 0;
    background: #2d4202;
    z-index: 2000;
    padding: 10px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
  #wa-top-nav #navbarToCollapse.open {
    display: flex !important;
  }
}
#wa-top-nav #navbar {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 20px;
}
@media (max-width: 992px) {
  #wa-top-nav #navbar {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  #wa-top-nav #navbar li {
    width: 100%;
  }
  #wa-top-nav #navbar li a {
    padding: 10px 0;
    border-bottom: 1px solid #4f7404;
  }
  #wa-top-nav #navbar li:last-child a {
    border-bottom: none;
  }
  #wa-top-nav #navbar li.dropdown .dropdown-menu {
    position: static;
    display: block;
    box-shadow: none;
    border: none;
    padding-left: 20px;
    background: #1c2901;
  }
}
#wa-top-nav #navbar li {
  position: relative;
}
#wa-top-nav #navbar li a {
  text-decoration: none;
  color: #dd4a08;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 17px 0;
  display: block;
}
#wa-top-nav #navbar li a:hover {
  color: #f98652;
}
#wa-top-nav #navbar li.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #2d4202;
  border: 1px solid #4f7404;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  min-width: 200px;
  padding: 10px 0;
  list-style: none;
}
#wa-top-nav #navbar li.dropdown .dropdown-menu li {
  padding: 0;
}
#wa-top-nav #navbar li.dropdown .dropdown-menu li a {
  padding: 8px 20px;
  font-weight: normal;
  white-space: nowrap;
  color: #dd4a08;
}
#wa-top-nav #navbar li.dropdown .dropdown-menu li a:hover {
  background: #3e5b03;
  color: #f76321;
}
#wa-top-nav #navbar li.dropdown.open .dropdown-menu {
  display: block;
}
#wa-top-nav .navbar-toggle {
  display: none;
}
@media (max-width: 992px) {
  #wa-top-nav .navbar-toggle {
    display: flex;
    align-items: flex-end;
    background: #000000;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
    gap: 10px;
    line-height: 1;
  }
  #wa-top-nav .navbar-toggle #button-icon {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    width: auto;
  }
  #wa-top-nav .navbar-toggle #button-icon #button-label {
    display: block;
    color: #dd4a08;
    font-weight: bold;
    font-size: 0.9rem;
    margin: 0;
    margin-bottom: -2px;
  }
  #wa-top-nav .navbar-toggle #button-icon span.icon-bar-unit {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  #wa-top-nav .navbar-toggle #button-icon span.icon-bar-unit span.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #dd4a08;
  }
  #wa-top-nav .navbar-toggle:hover + #navbarToCollapse,
  #wa-top-nav .navbar-toggle:active + #navbarToCollapse {
    display: flex !important;
  }
}
@media (max-width: 992px) {
  #wa-top-nav .nav-collapse-wrapper:hover #navbarToCollapse,
  #wa-top-nav #navbarToCollapse:hover {
    display: flex !important;
  }
}
#banner-area {
  width: 100%;
  background: transparent;
  flex-shrink: 0;
  padding-bottom: 10px;
}
#banner-area .central-column {
  background: #93a57c;
  padding: 0;
}
#about-area {
  padding: 0 0 20px 0;
}
#scroll-container {
  flex: 1;
  overflow-y: auto;
  min-height: 200px;
  scrollbar-gutter: stable both-edges;
  display: flex;
  flex-direction: column;
}
#main-content {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  background: #FEFFFA;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
@media (max-width: 992px) {
  .content-grid {
    grid-template-columns: 1fr;
  }
}
body.home .content-grid {
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 992px) {
  body.home .content-grid {
    grid-template-columns: 1fr;
  }
}
body.trip_home .content-grid {
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 992px) {
  body.trip_home .content-grid {
    grid-template-columns: 1fr;
  }
}
#adv-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-content: start;
}
#adv-column .horizontal-bar {
  grid-column: 1 / -1;
  margin-bottom: 0;
}
#site-footer {
  background-color: transparent;
  color: #dd4a08;
  text-align: center;
  flex-shrink: 0;
  z-index: 1000;
}
#site-footer .central-column {
  background-color: #2d4202;
  padding: 20px;
}
@media (max-width: 992px) {
  #site-footer .central-column {
    padding: 10px;
  }
}
#editorial-head img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 1rem auto;
}
.content-box {
  background: #FEFFFA;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.text-center {
  text-align: center;
}
.horizontal-bar {
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}
.horizontal-bar h3 {
  margin: 10px 0;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
#albums {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
  padding: 20px 0;
}
#albums .album-wrap {
  padding-bottom: 15px;
}
#albums .album-wrap > div {
  margin: auto;
}
#albums .album-wrap > div > a {
  margin: auto;
  background-color: #fafafa;
  border: 1px solid #111111;
  border-radius: 5px;
  display: block;
  padding: 10px;
  width: 300px;
  text-decoration: none;
  transition: box-shadow 0.3s ease;
}
#albums .album-wrap > div > a:hover {
  box-shadow: 0 0 35px #e0e000;
}
#albums .album-wrap > div > a .galleryItem {
  width: fit-content;
  margin: auto;
}
#albums .album-wrap > div > a .galleryItem img {
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 210px;
  object-fit: cover;
  border-radius: 2px;
}
#albums .album-wrap > div > a .galleryItem .galleryHeading {
  padding-top: 10px;
  margin: 0 auto;
}
#albums .album-wrap > div > a .galleryItem .galleryHeading span {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  font-size: 0.9rem;
}
.thumbnails-title {
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd;
  text-align: center;
}
.thumbnails-title h3 {
  margin: 0 0 10px 0;
  display: inline-block;
}
.gallery.thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 20px;
  justify-items: center;
}
.gallery.thumbnails .thumbnail-box {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  line-height: 0;
  transition: box-shadow 0.2s;
}
.gallery.thumbnails .thumbnail-box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.gallery.thumbnails img {
  cursor: pointer;
  transition: opacity 0.2s;
  border-radius: 2px;
  display: block;
}
.gallery.thumbnails img:hover {
  opacity: 0.8;
}
.map #w_map_content {
  position: relative;
  width: 100%;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.map #w_map_canvas {
  width: 100%;
  height: 500px;
}
.map .map_status {
  padding: 5px 10px;
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  font-size: 0.8rem;
  color: #666;
}
.map.map-big #page-wrapper {
  height: 100vh;
}
.map.map-big #scroll-container {
  overflow: hidden;
}
.map.map-big .central-column {
  max-width: none;
  height: 100%;
}
.map.map-big #main-content {
  height: 100%;
  padding-bottom: 0;
}
.map.map-big #w_map_content {
  height: 100%;
  border: none;
  border-radius: 0;
}
.map.map-big #w_map_canvas {
  height: 100%;
}
#about-page-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 200px);
  text-align: center;
  background-color: #FEFFFA;
  color: #333333;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 20px auto;
  max-width: 1200px;
}
#about-page-wrapper h1 {
  margin-bottom: 20px;
  color: #000000;
}
#about-page-wrapper .about-content p {
  margin: 10px 0;
  font-size: 1.1rem;
}
