/* 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";
.gp_flipboxes .gp_heading {
  margin-bottom: 40px;
}
.gp_flipboxes .gp_content {
  margin: 0 -12px;
}
.gp_flipboxes .gp_flipbox {
  background-color: transparent;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  margin: 12px;
}
.gp_flipboxes .gp_inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.75s;
  -webkit-transition: transform 0.75s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.gp_flipboxes .gp_inner > a {
  display: block;
}
.gp_flipboxes .gp_inner h2 {
  font-size: 20px;
  margin: 0 0 20px;
}
.gp_flipboxes .gp_inner .gp_desc {
  margin-bottom: 20px;
}
.gp_flipboxes .gp_inner .gp_readmore {
  display: inline-block;
  text-decoration: underline;
}
.gp_flipboxes .gp_front i {
  font-size: 46px;
  margin-bottom: 20px;
}
.gp_flipboxes .gp_front img {
  margin-bottom: 20px;
}
.gp_flipboxes .gp_front h2 {
  margin: 0;
}
.gp_flipboxes .gp_front.gp_bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gp_flipboxes .gp_content_inner.style_img {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.gp_flipboxes .gp_content_inner.style_img > h2 {
  margin: auto 0 20px !important;
}
.gp_flipboxes .gp_front, .gp_flipboxes .gp_back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 20px;
  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-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gp_flipboxes .gp_front {
  z-index: 900;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}
.gp_flipboxes .gp_back {
  z-index: 1000;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.gp_flipboxes .gp_flipbox.gp_flip .gp_front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.gp_flipboxes .gp_flipbox.gp_flip .gp_back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}
.gp_content3 {
  position: relative;
}
.gp_content3 h3, .gp_content3 h4 {
  margin: 0 0 8px;
}
.gp_content3 > .g-grid.gp_center {
  -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;
}
.gp_content3 .gp_content {
  position: relative;
}
.gp_content3 .gp_buttons {
  margin-top: 1rem;
}
.gp_content3 .gp_buttons a {
  margin-bottom: 10px;
}
.gp_content3 .gp_text > div {
  padding: 1.563rem;
}
.gp_content3 .gp_text > div > div {
  margin-bottom: 1.5rem;
}
.gp_content3 .gp_text.gp_img_right {
  margin-left: auto;
}
@media only all and (min-width: 75rem) {
  .gp_content3 .gp_text {
    max-width: 37.5rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .gp_content3 .gp_text {
    width: 30rem;
  }
}
@media only all and (min-width: 60rem) {
  .gp_content3 .gp_text_left {
    margin-right: 2rem;
  }
  .gp_content3 .gp_text_right {
    margin-left: 2rem;
  }
}
@media only all and (max-width: 59.99rem) {
  .gp_content3 .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%;
    max-width: 100%;
  }
}
#g-top a:hover {
  color: #FFF09B;
}
.g-logo img {
  padding: 10pxo;
}
.g-main-nav .g-toplevel {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.g-our-team-slideset .g-our-team-desc {
  margin-top: 0.4rem;
  font-size: 1.5rem;
}
.g-feedback-slideset.style1 .g-feedback-text {
  background: #000;
}
#g-top .g-article-header {
  display: none;
}
#g-top p {
  margin: 0.5rem 0;
}
body .g-page-title span {
  font-size: 1.2rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}
#g-afterbottom {
  padding-bottom: 0;
}
#g-top {
  background: linear-gradient(to bottom, #7FBF35, #6B9E28);
  /* fade from lighter to brand green */
  color: #ffffff;
  z-index: 1003;
  font-size: 0.95rem;
  padding: 0.5rem 0;
  letter-spacing: 0.5px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.8);
  /* soft drop shadow at bottom */
}
/* Breadcrumb Bar */
#g-breadcrumb {
  /* slim padding so it doesn’t crowd the header */
  padding: 0.25rem 0;
  /* gentle left-to-right fade (white → light grey → white) */
  background: linear-gradient(90deg, #ffffff 0%, #f8f8f8 50%, #ffffff 100%);
  /* tiny inset line for depth (instead of a hard border) */
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
  /* breadcrumb text */
  color: #06030e;
  font-size: 0.85rem;
  letter-spacing: 0.2px;
}
/* Links inside the breadcrumb */
#g-breadcrumb a {
  color: #06030e;
  text-decoration: none;
  opacity: 0.8;
  /* keeps links subtle */
  transition: color 0.2s ease;
}
#g-breadcrumb a:hover {
  color: #F27E03;
  /* on-brand orange for a soft highlight */
}
/* Separator ( > or / ) spacing if you need it */
#g-breadcrumb .separator {
  margin: 0 0.35rem;
  opacity: 0.6;
}
#g-header {
  background-color: transparent;
  color: #06030e;
  position: relative;
  z-index: 1002;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
#g-header .g-main-nav {
  display: flex;
  justify-content: left;
  gap: 1rem;
  margin-top: 20px;
  /* This brings the menu down slightly */
}
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  background-color: #F27E03;
  color: #fff;
  padding: 0.9rem 0.4rem;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  letter-spacing: 1px;
}
#g-header .g-main-nav > .g-menu-item:hover > .g-menu-item-container {
  background-color: #6B9E28;
  color: #fff;
}
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  background-color: #69C6BE;
  color: #fff;
}
/* DROPDOWN MENU FIX */
#g-header .g-main-nav .g-dropdown {
  background: #69C6BE;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  padding: 0;
  margin: 0;
  list-style: none;
}
#g-header .g-main-nav .g-dropdown .g-sublevel > li > .g-menu-item-container {
  color: #FFFFFF;
  padding: 0.75rem 1.25rem;
  transition: background 0.3s ease, color 0.3s ease;
  display: block;
}
#g-header .g-main-nav .g-dropdown .g-sublevel > li.active > .g-menu-item-container {
  color: #FFF09B;
  background: #06030E;
}
#g-header .g-main-nav .g-dropdown .g-sublevel > li:hover > .g-menu-item-container {
  color: #FFFFFF;
  background: #F27E03;
}
/* Title */
#g-navigation .g-page-title h3 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 4.5rem;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding: 0.5rem 1rem;
  background: linear-gradient(to bottom, rgba(107, 158, 40, 0.95), rgba(107, 158, 40, 0.6));
  display: inline-block;
  /* ensures the background hugs the text */
  border: 2px solid rgba(255, 255, 255, 0.6);
  /* subtle white border */
}
/* headings */
/* about */
body.itemid-577 #g-navigation {
  background-image: url('../../../../images/library-top-4.jpg?68782497');
}
body.itemid-576 #g-navigation {
  background-image: url('../../../../images/library-top-4.jpg?68782497');
}
body.itemid-578 #g-navigation {
  background-image: url('../../../../images/library-top-4.jpg?68782497');
}
body.itemid-588 #g-navigation {
  background-image: url('../../../../images/library-top-4.jpg?68782497');
}
body.itemid-591 #g-navigation {
  background-image: url('../../../../images/library-top-4.jpg?68782497');
}
/* Programs */
body.itemid-582 #g-navigation {
  background-image: url('../../../../images/library-top-3.jpg?68782497');
}
body.itemid-583 #g-navigation {
  background-image: url('../../../../images/library-top-3.jpg?68782497');
}
body.itemid-584 #g-navigation {
  background-image: url('../../../../images/library-top-3.jpg?68782497');
}
body.itemid-585 #g-navigation {
  background-image: url('../../../../images/library-top-3.jpg?68782497');
}
/* Services */
body.itemid-580 #g-navigation {
  background-image: url('../../../../images/library-top-5.jpg?68782497');
}
body.itemid-581 #g-navigation {
  background-image: url('../../../../images/library-top-5.jpg?68782497');
}
body.itemid-579 #g-navigation {
  background-image: url('../../../../images/library-top-5.jpg?68782497');
}
/* Friends */
body.itemid-587 #g-navigation {
  background-image: url('../../../../images/library-top-6.jpg?68782497');
}
/* News */
body.itemid-162 #g-navigation {
  background-image: url('../../../../images/library-top-7.jpg?68782497');
}
#g-navigation {
  padding: 3rem 0;
  background-color: #ffffff;
  background-image: url('../../../../images/library-top-3.jpg?68782497');
  background-repeat: no-repeat;
  background-size: cover;
  /* or use 100% if needed */
  background-position: bottom;
  /* aligns image to bottom */
  background-attachment: fixed;
  color: #ffffff;
  position: relative;
  z-index: 2;
  text-align: center;
}
body .g-page-title span {
  font-size: 1.2rem;
  text-shadow: 0 2px 2px black;
  background-color: rgba(0, 0, 0, 0.4);
  /* semi-transparent black */
  padding: 0.4rem 0.8rem;
  display: inline-block;
  border-radius: 4px;
}
#g-mainbottom {
  position: relative;
  padding: 3rem 0;
  color: #ffffff;
  /* Background Image */
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url('../../../../images/library-back-2.jpg?68781926');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  /* Drop Shadow Around Section */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
blockquote p {
  font-size: 1rem;
  line-height: 1.3rem;
  color: #5b0c0c;
  background-color: #f6f3f3;
  font-style: italic;
  padding: 1rem;
  font-weight: 900;
}
.blog-items .blog-item {
  padding-right: 40px;
  padding-left: 40px;
}
#g-navigation {
  padding: 6rem 0;
}
.gp_flipboxes .gp_heading {
  font-size: 2.6rem;
}
#g-footer a {
  color: #FFF;
}
#g-footer a:hover {
  color: #69C6BE;
}
#g-footer {
  padding: 3rem 0;
  background: linear-gradient(to bottom, #F27E03 0%, #f89c3a 100%);
  text-align: center;
  color: #ffffff;
}
#g-last {
  padding: 1.5rem 0;
  background: linear-gradient(to bottom, #6B9E28 0%, #8FBC4C 100%);
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  border-bottom: 4px solid #5A8F21;
  /* darker green border */
}
.link-new-window::after {
  content: " ↗";
  font-size: 0.85em;
  vertical-align: super;
  opacity: 0.7;
}
@media only all and (max-width: 47.99rem) {
  #g-top .g-title {
    white-space: inherit;
  }
  .eb-container h1 {
    font-weight: 500;
    font-size: 2.2rem;
  }
  .g-logo img {
    width: 80%;
  }
  .g-offcanvas-toggle {
    font-size: 1.9rem;
    color: #000;
    top: 34px;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-top: 10px;
  }
  .blog-items .blog-item {
    padding-right: 10px;
    padding-left: 10px;
  }
  #g-mainbody h3 {
    font-size: 1.5rem;
  }
  #eb-event-page h1.eb-page-heading {
    margin: 0 0 10px !important;
    line-height: 2.3rem;
  }
}
/*# sourceMappingURL=custom__body_only.css.map */