/* 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-hero-slider {
  position: relative;
}
@media only all and (max-width: 59.99rem) {
  .g-hero-slider {
    height: auto !important;
  }
}
.g-hero-slider .uk-slidenav-position {
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.g-hero-slider .uk-slidenav-position .uk-slider-container {
  height: 100%;
}
.g-hero-slider .uk-slidenav-position .uk-slideset, .g-hero-slider .uk-slidenav-position .uk-slider {
  height: 100%;
}
.g-hero-slider .uk-dotnav {
  margin: 0 0 0 -15px;
  position: relative;
  bottom: 50px;
}
@media only all and (max-width: 59.99rem) {
  .g-hero-slider .uk-dotnav {
    bottom: 35px;
  }
}
.g-hero-slider .uk-dotnav > * > * {
  width: 15px;
  height: 15px;
}
.g-hero-slider .g-hero-slider-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  width: 100%;
}
@media only all and (max-width: 59.99rem) {
  .g-hero-slider .g-hero-slider-item {
    height: auto;
  }
}
.g-hero-slider .g-hero-slider-item-container {
  width: 100%;
  padding: 0 80px;
  text-align: center;
  margin-top: -7px;
}
@media only all and (max-width: 59.99rem) {
  .g-hero-slider .g-hero-slider-item-container {
    padding: 70px 50px;
  }
}
.g-hero-slider .g-hero-title {
  margin: 0;
}
.g-hero-slider .g-hero-desc {
  margin: 35px 0 0;
  font-size: 1.3rem;
}
.g-hero-slider .g-hero-buttons {
  margin: 40px 0 0;
}
.g-hero-slider .g-hero-buttons .button {
  padding: 0.8rem 1.3rem;
  font-size: 1.2rem;
  margin-right: 15px;
  min-width: 180px;
  border: 2px solid #415526;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-hero-slider .g-hero-buttons .button:hover {
  background: #577133;
  border-color: #577133;
}
.g-hero-slider .g-hero-buttons .button:last-child {
  margin-right: 0;
}
.g-hero-slider .g-hero-buttons .button > span {
  margin-right: 10px;
}
@media only all and (max-width: 59.99rem) {
  .g-hero-slider .g-hero-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .g-hero-slider .g-hero-buttons .button:last-child {
    margin-bottom: 0;
  }
}
.g-hero-slider .g-hero-buttons .button.empty {
  background: none;
  border: 2px solid;
}
.g-hero-slider .g-hero-buttons .button.empty:hover {
  background: #415526;
  border-color: #415526;
  color: #ffffff;
}
.g-hero-slider .particles-js-canvas-el {
  position: absolute;
  top: 0;
  bottom: 0;
}
#g-top .g-touch-toggle a {
  padding: 9.125px 15px;
  border-right: 1px solid white;
  border-left: 1px solid white;
  color: #666666;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#g-top .g-touch-toggle a span {
  margin-right: 8px;
}
#g-top .g-touch-toggle a:hover {
  background: white;
}
#g-touch .uk-modal-dialog {
  padding: 0;
  border-radius: 0;
  color: #3c3c3c;
}
#g-touch .uk-modal-dialog [id*="g-map-"] {
  max-width: 100% !important;
}
#g-touch .uk-modal-dialog .uk-close {
  position: absolute;
  right: -15px;
  top: -15px;
  opacity: 1;
  font-size: 1.2rem;
  color: #ffffff;
}
#g-touch .uk-modal-dialog .uk-close:hover {
  color: #415526;
}
#g-touch .g-block:last-child .g-touch-item {
  border: none;
}
#g-touch .g-touch-item {
  text-align: center;
  padding: 25px 10px;
  border-right: 1px solid #dddddd;
  font-weight: bold;
  color: #3c3c3c;
  font-size: 1rem;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media only all and (max-width: 59.99rem) {
  #g-touch .g-touch-item {
    border-right: none;
    border-bottom: 1px solid #dddddd;
    padding: 15px 10px;
  }
}
#g-touch .g-touch-item a {
  color: #3c3c3c;
}
#g-touch .g-touch-item .g-touch-item-icon {
  margin-right: 9px;
}
.g-main-feature {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-main-feature .g-main-feature-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-main-feature .g-main-feature-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
.g-main-feature .g-main-feature-right.align-right {
  text-align: right;
}
.g-main-feature .g-main-feature-title {
  margin-top: -5px;
}
.g-main-feature .image-bottom {
  margin-bottom: -3.063rem;
}
.g-main-feature .g-main-feature-link {
  margin-top: 5px;
}
.g-main-feature .g-main-feature-link i {
  margin-right: 10px;
}
.g-main-feature .g-main-feature-link.g-button2 {
  margin-left: 25px;
}
@media only all and (max-width: 30rem) {
  .g-main-feature .g-main-feature-link.g-button2 {
    margin-left: 0;
  }
}
@media only all and (max-width: 30rem) {
  .g-main-feature .g-main-feature-link {
    display: block;
  }
}
.g-main-feature .g-main-feature-desc i {
  margin-right: 8px;
}
@media only all and (min-width: 60rem) and (max-width: 61.99rem) {
  .g-main-feature .image-block {
    display: none;
  }
}
@media only all and (max-width: 59.99rem) {
  .g-main-feature .image-block {
    display: none;
  }
}
.g-contacts .g-grid {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-contacts .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-contacts .g-contacts-item {
  text-align: left;
}
@media only all and (max-width: 59.99rem) {
  .g-contacts .g-contacts-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
  }
  .g-contacts .g-contacts-item:last-child {
    margin-bottom: 0 !important;
  }
}
.g-contacts.vertical .g-contacts-item {
  display: block;
}
.g-contacts.horizontal .g-contacts-item:not(.g-block) {
  display: inline-block;
  margin-right: 35px;
}
.g-contacts.horizontal .g-contacts-item:not(.g-block):last-child {
  margin-right: 0;
}
@media only all and (max-width: 59.99rem) {
  .g-contacts.style1 .g-contacts-item {
    margin-bottom: 7px;
  }
}
.g-contacts.style1 .g-contacts-icon {
  margin-right: 5px;
}
.g-contacts.style1.vertical .g-contacts-item {
  margin-bottom: 7px;
}
.g-contacts.style1.vertical .g-contacts-item:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 59.99rem) {
  .g-contacts.style2 .g-contacts-item {
    margin-bottom: 25px;
  }
  .g-contacts.style2 .g-contacts-item:not(.g-block) .g-contacts-icon {
    margin-top: 0 !important;
  }
}
.g-contacts.style2 .g-contacts-item.g-block {
  align-self: center;
}
.g-contacts.style2.horizontal .g-contacts-item:not(.g-block) .g-contacts-icon {
  margin-top: -5px;
}
.g-contacts.style2 .g-contacts-icon {
  float: left;
  border: 2px solid #dddddd;
  border-radius: 50%;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
  color: #415526;
}
.g-contacts.style2 .g-contacts-icon > span {
  position: relative;
  top: -1px;
}
.g-contacts.style2 .g-title-value-container {
  margin-left: 60px;
}
.g-contacts.style2 .g-contact-title {
  margin-top: -5px;
  margin-bottom: 0;
}
.g-contacts.style2.vertical .g-contacts-item {
  margin-bottom: 25px;
}
.g-contacts.style2.vertical .g-contacts-item:last-child {
  margin-bottom: 0;
}
#g-top .g-contacts .g-contacts-item {
  display: inline-block;
  padding: 11px 15px;
  border-right: 1px solid white;
  margin-left: -4px;
  margin-bottom: 0;
}
#g-top .g-contacts .g-contacts-item:first-child {
  border-left: 1px solid white;
  margin-left: 0;
}
#g-top .g-contacts .g-contacts-item:last-child {
  margin-right: 0;
}
#g-top .g-contacts .g-contacts-item > a {
  color: #666666;
}
#g-offcanvas .g-contacts .g-contacts-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block !important;
}
#g-offcanvas .g-contacts .g-contacts-item:last-child {
  margin-bottom: 0 !important;
}
#g-offcanvas .g-contacts.style1 .g-contacts-item {
  margin-bottom: 7px;
}
#g-offcanvas .g-contacts.style2 .g-contacts-item {
  margin-bottom: 25px;
}
#g-offcanvas .g-contacts.style2 .g-contacts-item:not(.g-block) .g-contacts-icon {
  margin-top: 0 !important;
}
#g-offcanvas .g-contacts .g-block {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}
[dir="rtl"] #g-top .g-contacts .g-contacts-item {
  border-right: none;
  border-left: 1px solid white;
}
[dir="rtl"] #g-top .g-contacts .g-contacts-item:first-child {
  border-right: 1px solid white;
}
[dir="rtl"] .g-contacts .g-contacts-item {
  text-align: right;
}
[dir="rtl"] .g-contacts.horizontal .g-contacts-item:not(.g-block) {
  display: inline-block;
  margin-left: 35px;
  margin-right: 0;
}
[dir="rtl"] .g-contacts.horizontal .g-contacts-item:not(.g-block):last-child {
  margin-left: 0;
}
[dir="rtl"] .g-contacts.style1 .g-contacts-icon {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .g-contacts.style2 .g-contacts-icon {
  float: right;
}
[dir="rtl"] .g-contacts.style2 .g-title-value-container {
  margin-right: 60px;
  margin-left: 0;
}
.g-paypaldonate {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
  text-align: center;
}
.g-paypaldonate .g-paypaldonate-form form {
  margin: 0;
}
.g-paypaldonate .g-paypaldonate-form .g-paypaldonate-button .g-paypaldonate-icon {
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.2);
}
.g-paypaldonate .g-paypaldonate-form .g-paypaldonate-button input[type="submit"] {
  background: transparent;
  padding: 1.25rem;
  margin-top: -3px;
}
.g-paypaldonate .g-paypaldonate-form .g-paypaldonate-button.button {
  padding: 0;
  border: 0;
}
.eb-container * {
  border-radius: 0px;
}
.eb-container .eb-event-date-container, .eb-container .eb-event-date {
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.eb-container .eb-event-date {
  width: 70px;
  height: 70px;
}
.eb-container a.btn, .eb-container button.btn {
  background: transparent;
  color: #415526;
  box-shadow: none;
  border: solid 1px #415526;
  border-radius: 0px;
}
.eb-container a.btn .caret, .eb-container button.btn .caret {
  border-top: 4px solid #415526;
}
.eb-container a.btn i:before, .eb-container button.btn i:before {
  color: #415526;
}
.eb-container .dropdown-menu > li a:hover {
  background: transparent;
  opacity: 0.8;
}
.eb-container .dropdown-menu .google, .eb-container .dropdown-menu .yahoo {
  background-image: none !important;
}
.eb-container .dropdown-menu .download {
  display: none;
}
.eb-container a.btn-primary {
  color: #ffffff !important;
  background: #415526;
}
.eb-container .eb-btn-pinterest, .eb-container .eb-btn-digg, .eb-container .eb-btn-delicious {
  display: none;
}
@media (max-width: 60rem) {
  .g-offcanvas-toggle, .g-offcanvas-hide {
    display: block !important;
    z-index: 1000;
    font-size: 2.5rem;
  }
}
.customContent img {
  padding: 10px;
}
a:hover {
  text-decoration: none !important;
}
#g-topper {
  background: #ffffff;
}
#g-topper .nav-logo img {
  width: 100%;
  max-width: 175px;
}
#g-header .g-content {
  padding-top: 5px;
  margin-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#g-header .g-content h1, #g-header .g-content h2, #g-header .g-content h3, #g-header .g-content h4, #g-header .g-content h5, #g-header .g-content h6, #g-header .g-content p, #g-header .g-content span, #g-header .g-content a {
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#g-navigation {
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.45);
}
#g-navigation .nav-logo img {
  width: 100%;
  max-width: 175px;
}
#g-main {
  margin-top: 0px;
  padding-top: 0px;
}
.popup-all {
  opacity: 0;
  color: #3c3c3c;
}
.popup-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  z-index: 4999999999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.popup-particle {
  position: fixed;
  top: 75px;
  z-index: 5000000000;
  width: 80%;
  left: 10%;
}
@media (max-width: 500px) {
  .popup-particle {
    top: 0px;
    width: 90%;
    left: 5%;
  }
}
.popup-particle .popup-exit {
  position: relative;
  width: 500px;
  max-width: 90%;
  display: block;
  margin: auto;
  top: 22px;
  right: 10;
  text-align: right;
}
.popup-particle .popup-exit .btn {
  background: rgba(0, 0, 0, 0.9);
  color: white;
  border-radius: 50%;
  box-shadow: none;
  padding: 10px;
  height: 40px;
  width: 40px;
  margin-right: -16px;
}
.popup-particle .popup-inner {
  min-height: 250px;
  border: solid 4px;
  border-radius: 10px;
  overflow: hidden;
  width: 500px;
  max-width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
}
.popup-particle .popup-inner .popup-imagebox {
  min-height: 150px;
}
@media (max-width: 500px) {
  .popup-particle .popup-inner .popup-imagebox {
    min-height: 0px;
  }
}
.popup-particle .popup-inner .popup-content {
  padding: 15px;
  padding-bottom: 35px;
}
@media (max-width: 500px) {
  .popup-particle .popup-inner .popup-content {
    padding: 0px;
    margin-top: -18px;
    padding-top: 20px;
  }
}
.split-container {
  margin-left: 15px;
  margin-right: 15px;
}
.split-feature.col-md-6, .split-feature.col-md-4 {
  padding: 15px;
  outline-offset: -15px;
  outline-color: transparent;
}
@media (max-width: 768px) {
  .split-feature.col-md-6, .split-feature.col-md-4 {
    padding: 0px;
    outline-offset: 0px;
  }
}
.split-feature {
  margin-bottom: 25px;
}
.split-feature .split-image {
  background-position: center center;
  background-size: cover;
}
.split-feature .split-content {
  padding: 15px;
}
.g-accordion-item {
  border: solid 1px #e1e1e1;
  padding: 10px;
  margin-bottom: 10px;
}
.g-accordion-item .accordTitle {
  display: inline-block;
  margin: 0px;
  margin-left: 15px;
}
.g-accordion-item .accordTitle i {
  display: inline-block;
  margin-right: 15px;
}
.g-accordion-item .imgSquareContainer {
  max-width: 450px;
  display: block;
  margin: auto;
}
.g-accordion-item .accordSubTitle {
  margin-left: 15px;
}
.g-accordion-item .uk-accordion-title {
  background: transparent !important;
  border: none !important;
  padding: 0px !important;
}
.g-accordion-item .desc {
  margin-top: -15px;
}
.g-accordion-item .desc p {
  font-size: 14px;
}
@media (max-width: 960px) {
  .g-accordion-item .desc {
    margin-top: 0px;
  }
}
.g-accordion-item .dropDiv {
  text-align: right;
}
.g-accordion-item .dropNote {
  padding: 10px;
  background: #415526;
  color: #ffffff;
}
.uk-active .dropNote {
  display: none;
}
.text-shadow-slide button {
  text-shadow: 1.5px 1px 1px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
}
.slideshowBlock {
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.g-slideshow-contentBlock {
  display: block;
  margin: auto;
  width: auto;
  max-width: 1100px;
}
.g-slideshow-desc {
  display: inline-block;
  max-width: 600px;
}
.g-slideshow-button {
  display: block;
  margin: auto;
  width: auto;
  max-width: 1100px;
}
.g-slideshow-button button:hover {
  opacity: 0.75;
}
.entireParticleLink .image-box {
  margin-bottom: 5px;
}
.entireParticleLink:hover .image-box {
  margin-bottom: 0px;
}
.entireParticleLink:hover .image-box .imgSquareContainer {
  margin-top: 5px;
}
/* #### BORDER WIDTHS */
.bw0 {
  border-width: 0px;
}
.bw1 {
  border-width: 1px;
}
.bw2 {
  border-width: 2px;
}
.bw3 {
  border-width: 3px;
}
.bw4 {
  border-width: 4px;
}
.bw5 {
  border-width: 5px;
}
.bw6 {
  border-width: 6px;
}
.bw8 {
  border-width: 8px;
}
.bw10 {
  border-width: 10px;
}
/* #### BORDER RADIUS' */
.br5 {
  border-radius: 5px;
}
.br10 {
  border-radius: 10px;
}
.br20 {
  border-radius: 20px;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
/* #### FONT SIZE */
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f28 {
  font-size: 28px;
}
.f36 {
  font-size: 36px;
}
.f48 {
  font-size: 48px;
}
.f60 {
  font-size: 60px;
}
.f72 {
  font-size: 72px;
}
.f80 {
  font-size: 80px;
}
.f90 {
  font-size: 90px;
}
@media (max-width: 768px) {
  .f48 {
    font-size: 38px;
  }
  .f60 {
    font-size: 48px;
  }
  .f72 {
    font-size: 52px;
  }
  .f80 {
    font-size: 58px;
  }
  .f90 {
    font-size: 62px;
  }
}
/*max width 768*/
@media (max-width: 480px) {
  .f24 {
    font-size: 18px;
  }
  .f28 {
    font-size: 22px;
  }
  .f36 {
    font-size: 30px;
  }
  .f48 {
    font-size: 34px;
  }
  .f60 {
    font-size: 36px;
  }
  .f72 {
    font-size: 38px;
  }
  .f80 {
    font-size: 40px;
  }
  .f90 {
    font-size: 44px;
  }
}
/*max width 480*/
.padSmall {
  padding: 5px 10px 5px 10px !important;
}
.padMedium {
  padding: 10px 20px 10px 20px !important;
}
.padLarge {
  padding: 15px 40px 15px 40px !important;
}
#g-topper a {
  color: #79953c;
}
#g-header a {
  color: #79953c;
}
#g-showcase a {
  color: #79953c;
}
#g-feature a {
  color: #79953c;
}
#g-main a {
  color: #79953c;
}
#g-subfeature a {
  color: #79953c;
}
#g-prefooter a {
  color: #79953c;
}
#g-footer a {
  color: #79953c;
}
.force-accent-1, .mce-force-accent-1 .mce-text {
  color: #415526 !important;
}
.force-accent-2, .mce-force-accent-2 .mce-text {
  color: #79953c !important;
}
.force-accent-3, .mce-force-accent-3 .mce-text {
  color: #b1d461 !important;
}
.force-accent-4, .mce-force-accent-4 .mce-text {
  color: #415526 !important;
}
.mce-bs-icon-btn.mce-first {
  display: none;
}
#tinymce .button-white-block {
  background: transparent;
  color: #ffffff;
  text-shadow: 1px 1px #afafaf;
  padding: 15px 20px 15px 20px;
  border: solid 1px #ffffff;
  box-shadow: 1px 1px 1px #3c3c3c;
}
.tmce-button:hover {
  opacity: 0.85;
}
.button-v1 {
  background: #415526;
  color: #ffffff;
  padding: 15px 20px 15px 20px;
}
.button-v1 a {
  color: #ffffff !important;
}
.button-v2 {
  background: #79953c;
  color: #ffffff;
  padding: 15px 20px 15px 20px;
}
.button-v2 a {
  color: #ffffff !important;
}
.button-v3 {
  background: transparent;
  color: #415526;
  padding: 15px 20px 15px 20px;
  border: solid 1px #415526;
}
.button-v3 a {
  color: #415526 !important;
}
.button-v4 {
  background: transparent;
  color: #79953c;
  padding: 15px 20px 15px 20px;
  border: solid 1px #79953c;
}
.button-v4 a {
  color: #79953c !important;
}
.button-dark-block {
  background: transparent;
  color: #3c3c3c;
  padding: 15px 20px 15px 20px;
  border: solid 1px #3c3c3c;
}
.button-dark-block a {
  color: #3c3c3c !important;
}
.button-white-block {
  background: transparent;
  color: #ffffff;
  padding: 15px 20px 15px 20px;
  border: solid 1px #ffffff;
}
.button-white-block a {
  color: #ffffff !important;
}
.g-home #g-showcase * {
  background-attachment: fixed;
}
.g-home #g-feature {
  position: relative;
  margin-top: -100px;
  background: linear-gradient(to bottom, rgba(179, 212, 96, 0) 0%, #b3d460 50px);
}
.g-home #g-feature .g-container {
  margin-top: -150px;
}
@media (max-width: 60rem) {
  .g-home #g-showcase * {
    background-attachment: unset !important;
  }
}
body {
  font-size: 16px;
}
.g-container {
  width: 80%;
}
/*# sourceMappingURL=custom_84.css.map */