:root {
  --gbc-main-green: #324e3e;
  --gbc-btn-green: #5b7165;
  --gbc-hover-green: #84958b;
  --gbc-main-tan: #c49a6c;
  --gbc-hover-tan: #dcc2a7;
  --gbc-light-tan: #ede1d3;
  --gbc-main-background: #f4f7f9;
  --gbc-light: #ffffff;
  --gbc-light-80: rgb(255,255,255,.8);
  --gbc-dark: #000000;
  --gbc-box-shadow: 0px 0px 20px rgb(0,0,0,.5);
  --gbc-text-shadow: 0 0 10px #000000;
  --gbc-text-shadow-dark: 0 0 10px #000000, 0 0 10px #000000;
}

.floater {
  width: 40dvw;
  height: auto;
  margin: 0 auto;
  position: relative;
  animation: floats 8s infinite;
}
.floater img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
@keyframes floats {
  0% {top: -20px;}
  50% {top: 40px;}
  100% {top: -20px;}
}



body,
#sp-main-body {
  background: var(--gbc-main-background);
}
body,
#sp-main-body,
a,
a:hover,
a:focus,
a:active {
  color: var(--gbc-dark);
}
/* Web Site Wide standard font sizes (unless overridden in SP Page Builder*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
p,
a,
span,
div {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-style: normal;
  
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 1.1em;
  text-wrap: balance;
}


p,
a,
span,
div,
ul,
li {
  line-height: 1.2em;
  text-wrap: pretty;
  font-weight: 300;
}


h1, .h1 {
  font-weight: 600;
}

b, strong {
  font-weight: 500;
}

h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 400;
}

h2, .h2 {font-size: clamp(1.5rem, 1.8vw + .5rem, 2rem);}

h4, .h4 {font-size: clamp(1.1rem, 1.12vw + .5rem, 1.9rem);}

p, a, span, div, ul, li {font-size: clamp(1.2rem, 1.3vw + .5rem, 1.4rem);}

.gbc-body-text p:last-child {
  margin-bottom: 0px;
}

.gbc-highlight-bold-text p {
  font-weight: 400;
}

/* Start White Animate Text Links */
.gbc-home-page-link-text {
  margin-bottom: 0px;
}
.gbc-home-page-text-links {
  color: var(--gbc-light);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.gbc-home-page-text-links:hover,
.gbc-home-page-text-links:focus,
.gbc-home-page-text-links:focus-within {
  color: var(--gbc-light);
}
/* End White Animate Text Links */

/* Start Black Animate Text Links */
.gbc-dark-link-text {
  margin-bottom: 0px;
}
.gbc-dark-link-text-links {
  color: var(--gbc-dark);
  margin-bottom: 5px;
}
.gbc-dark-link-text-links:hover,
.gbc-dark-link-text-links:focus,
.gbc-dark-link-text-links:focus-within {
  color: var(--gbc-dark);
}
/* End Green Animate Text Links */

/* Start Black Animate Text Links */
.gbc-green-link-text {
  margin-bottom: 0px;
}
.gbc-green-link-text-links a {
  color: var(--gbc-main-green);
}
.gbc-green-link-text-links a:hover,
.gbc-green-link-text-links a:focus,
.gbc-green-link-text-links a:focus-within {
  color: var(--gbc-main-green);
}
/* End Green Animate Text Links */


/* Header, Menu & Top Bar Settings */
#sp-top1 {
  background: var(--gbc-main-green);
}
#sp-top-bar .sp-module {
  margin: 0px;
}
#sp-header {
  height: 100px;
  box-shadow: none;
  background: transparent;
}
#sp-header .logo {
  height: 100px;
}
#sp-header a,
.sp-megamenu-parent > li  > span {
  font-size: 1vw!important;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
  padding: 0 10px;
  color: var(--gbc-light);
  opacity: .7;
  transition: .35s;
}
@media (max-width:1800px){
  #sp-header a,
  .sp-megamenu-parent > li  > span {
    font-size: 1.4vw!important;
  }
  .sp-megamenu-parent > li > a,
  .sp-megamenu-parent > li > span {
    padding: 0 10px;
  }
}
@media (max-width:1400px){
  #sp-header a,
  .sp-megamenu-parent > li  > span {
    font-size: 1.6vw!important;
  }
  .sp-megamenu-parent > li > a,
  .sp-megamenu-parent > li > span {
    padding: 0 8px;
  }
}
.sp-megamenu-parent > li > span {
  padding: 0 10px;
}
.logo-image {
  height: auto!important;
  max-height: 80px;
}
@media (max-width: 767px) {
  .logo-image {
    height: auto!important;
    max-height: 45px;
  }
}
.sp-megamenu-parent .sp-dropdown {
  width: max-content !important;
}
#sp-top-bar {
  height: auto;
}
#sp-top-bar .sp-module {
  display: inline;
}
#sp-header {
  position: absolute;
  top: auto;
  border: none;
  background-image: url("/images/2025/04/30/gbc-green-gradient.webp");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position-y: center;
  box-shadow: none !important;
}
#sp-header.header-sticky {
  top: 0px;
  border-bottom: none;
  box-shadow: none;
  background: linear-gradient(180deg, rgb(0, 0, 0, 0.4) 0%, rgb(0, 0, 0, .02) 100%) transparent;
}
@media (max-width:991px) {
  #sp-header,
  #sp-header .logo {
  height: 100px!important;
  }
}
@media (max-width:768px) {
  #sp-header,
  #sp-header .logo {
  height: 60px!important;
  }
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after,
body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
  content: "";
}
/*
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after,
body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f345";
  float: right;
  margin-left: 5px;
  font-weight: 300;
}
*/
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a,
.sp-megamenu-parent > li > span:hover {
  color: var(--gbc-light)!important;
  opacity: 1;
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: .5em;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: var(--gbc-main-background);
  border-top: 1px solid var(--gbc-light);
  box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: var(--gbc-dark);
  text-decoration: underline;
  text-underline-offset: .25em;
}
.offcanvas-menu,
.offcanvas-menu .offcanvas-inner ul.menu > li span {
  background-color: var(--gbc-main-background);
  color: var(--gbc-dark);
}
.offcanvas-menu .offcanvas-inner ul.menu > li {
  font-weight: 400;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: var(--gbc-dark);
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: .5em;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a,
.offcanvas-menu .offcanvas-inner ul.menu > li span {
  color: var(--gbc-dark)!important;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu > li span:hover {
  color: var(--gbc-dark)!important;
}
.burger-icon > span {
  background-color: var(--gbc-light);
}
.burger-icon {
  opacity: .7;
  transition: .35s;
}
.burger-icon:hover,
.burger-icon:focus,
.burger-icon:focus-within {
  opacity: 1;
}
.offcanvas-menu .pt-4 {
  background: var(--gbc-main-green);
}

.offcanvas-active .burger-icon > span,
#modal-menu-toggler.active .burger-icon > span {
  background-color: var(--gbc-light);
}

/* Universal Website Styling */
@media screen (max-width: 976px)  {
  .mobile-break {display: none;}
}

.com-sppagebuilder #sp-main-body {
  padding: 80px 0px 0px 0px;
}
/*
@media (max-width: 767px) {
  .com-sppagebuilder #sp-main-body {
    padding: 60px 0px 0px;
  }
}
*/
.gbc-highlight-text-shadow {
  font-weight: 500;
  color: var(--gbc-light);
  text-shadow: var(--gbc-text-shadow-dark);
}

.sppb-panel-title {
  font-size:18px;
  font-weight: 400;
  color: var(--gbc-dark);
}
.sppb-panel-default {
  border-color: var(--gbc-light);
}
.sppb-panel-default > .sppb-panel-heading {
  background: var(--gbc-light-tan);
}
.sppb-panel-default > .sppb-panel-heading .sppb-toggle-direction {
  color: var(--gbc-dark);
  opacity:50%;
}
.sppb-toggle-direction .fa-chevron-right {
  font-weight: 300;
}

.gbc-info-box {
  padding-block: 30px;
  text-align: center;
  transition: .35s;
}
.gbc-info-box:hover,
.gbc-info-box:focus,
.gbc-info-box:focus-within {
  background: var(--gbc-hover-green);
}
.gbc-info-box-title,
.gbc-info-box-ministry {
  color: var(--gbc-light);
}
.gbc-info-box-title {
  font-size: 110%;
  font-weight: 100;
  margin-bottom: .15rem;
}
.gbc-info-box-ministry {
  font-weight: 500;
  font-size: 120%;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .gbc-info-box-title {
    font-size: 90%;
    font-weight: 100;
    margin-bottom: .15rem;
  }
  .gbc-info-box-ministry {
    font-weight: 500;
    font-size: 100%;
    margin-bottom: 0px;
  }
}

.gbc-middle-box {
  border-left: 1px solid rgb(255,255,255,.6);
  border-right: 1px solid rgb(255,255,255,.6);
}

/* Begin Button Styling */
.btn-info,
.sppb-btn-info {
  border: 2px solid var(--gbc-light);
  background-color: var(--gbc-light);
  font-size: clamp(1.33rem, 1.43vw + .5rem, 1.53rem);
  padding: 8px 24px;
  color: var(--gbc-main-green);
  text-transform: uppercase;
  transition: .35s;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:focus-within,
.sppb-btn-info:hover,
.sppb-btn-info:focus,
.sppb-btn-info:focus-within {
  border-color: var(--gbc-light);
  background-color: var(--gbc-main-green);
  color: var(--gbc-light);
}
.btn-primary,
.sppb-btn-primary {
  border-color: var(--gbc-btn-green);
  background-color: var(--gbc-btn-green);
  box-shadow: var(--gbc-box-shadow)!important;
  font-size: clamp(1.33rem, 1.43vw + .5rem, 1.53rem);
  padding: 8px 24px;
  color: var(--gbc-light);
  text-transform: uppercase;
  transition: .35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-within,
.sppb-btn-primary:hover,
.sppb-btn-primary:focus,
.sppb-btn-primary:focus-within {
  border-color: var(--gbc-hover-green);
  background-color: var(--gbc-hover-green);
  color: var(--gbc-light);
}
.btn-custom,
.sppb-btn-custom,
.gbc-video-archives .sppb-btn-custom {
  border-color: var(--gbc-btn-green);
  background-color: var(--gbc-btn-green);
  box-shadow: none!important;
  font-size: clamp(1.33rem, 1.43vw + .5rem, 1.53rem);
  padding: 8px 24px;
  color: var(--gbc-light);
  text-transform: uppercase;
  transition: .35s;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:focus-within,
.sppb-btn-custom:hover,
.sppb-btn-custom:focus,
.sppb-btn-custom:focus-within,
.gbc-video-archives .sppb-btn-custom:hover,
.gbc-video-archives .sppb-btn-custom:focus,
.gbc-video-archives .sppb-btn-custom:focus-within {
  border-color: var(--gbc-hover-green);
  background-color: var(--gbc-hover-green);
  color: var(--gbc-light);
}

.gbc-video-archives-alt .sppb-btn-custom {
  border-color: var(--gbc-main-tan);
  background-color: var(--gbc-main-tan);
  box-shadow: none!important;
  font-size: clamp(1.33rem, 1.43vw + .5rem, 1.53rem);
  padding: 8px 24px;
  color: var(--gbc-dark);
  text-transform: uppercase;
  transition: .35s;
}
.gbc-video-archives-alt .sppb-btn-custom:hover,
.gbc-video-archives-alt .sppb-btn-custom:focus,
.gbc-video-archives-alt .sppb-btn-custom:focus-within {
  border-color: var(--gbc-hover-tan);
  background-color: var(--gbc-hover-tan);
  color: var(--gbc-dark);
}




.gbc-accordion-heading {
  font-weight: 400;
  width: 100%;
  display: inline-block;
}

.gbc-video-archives .sppb-btn-custom {
  font-size: calc(clamp(1.33rem, 1.43vw + .5rem, 1.53rem) * .9);
  display: block;
}

.gbc-video-archives .sppb-nav-tabs > li > a {
  font-size: calc(clamp(1.33rem, 1.43vw + .5rem, 1.53rem) * .9);;
  font-weight: 400;
  line-height: 1.4;
  color: 1px solid var(--gbc-box-shadow);
  padding: 12px 24px;
  background: var(--gbc-light-tan);
  border: 1px solid var(--gbc-box-shadow);
  border-right-width: 0;
}

.gbc-video-archives .sppb-nav-tabs > li > a:hover,
.gbc-video-archives .sppb-nav-tabs > li > a:focus,
.gbc-video-archives .sppb-nav-tabs > li > a:focus-within,
.gbc-video-archives .sppb-nav-tabs > li > a:active,
.gbc-video-archives .active .sppb-nav-tabs > li > a,
.gbc-video-archives .sppb-nav-tabs > li.active > a:hover,
.gbc-video-archives .sppb-nav-tabs > li.active > a:focus,
.gbc-video-archives .sppb-nav-tabs > li.active > a:focus-within {
  background: var(--gbc-main-tan);
  border: 1px solid var(--gbc-dark);
  border-bottom: transparent;
}



@media (max-width: 991px) {
  .btn-primary,
  .sppb-btn-primary,
  .btn-custom,
  .sppb-btn-custom {
    font-size: calc(clamp(1.33rem, 1.43vw + .5rem, 1.53rem) * .8);
    padding: 8px 18px;
  }
}

@media (max-width: 767px) {
  .btn-primary,
  .sppb-btn-primary,
  .btn-custom,
  .sppb-btn-custom {
    font-size: calc(clamp(1.33rem, 1.43vw + .5rem, 1.53rem) * .6);
  padding: 8px 12px;
  }
}

/*  Begin Animated Button  */
div.gbc-animated-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gbc-animated-btn,
.gbc-animated-white-btn {
  text-transform: uppercase;
  transition: all 0.3s;
  position: relative;
}
.gbc-animated-btn span,
.gbc-animated-white-btn span {
  transition: all 0.3s;
}
.gbc-animated-btn span {
  color: var(--gbc-dark);
}
.gbc-animated-white-btn span {
  color: var(-gbc-light);
}
.gbc-animated-green-btn span {
  color: var(-gbc-main-green);
}
/* start universal animated underline styling */
.gbc-animated-btn::before,
.gbc-animated-green-btn::before,
.gbc-animated-white-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-bottom-style: solid;
  transform: scale(0.1, 1);
}
/* end universal animated underline styling */

.gbc-animated-btn::before {
  border-top-color: rgb(0,0,0,0.5);
  border-bottom-color: rgb(0,0,0,0.5);
}
.gbc-animated-white-btn::before {
  border-top-color: rgb(255,255,255,0.9);
  border-bottom-color: rgb(255,255,255,0.9);
}
.gbc-animated-green-btn::before {
  border-top-color: rgb(50,78,62,0.7);
  border-bottom-color: rgb(50,78,62,0.7);
}

.gbc-animated-btn:hover span,
.gbc-animated-green-btn:hover a,
.gbc-animated-white-btn:hover span {
  letter-spacing: 2px;
}
.gbc-animated-btn:hover::before,
.gbc-animated-green-btn:hover::before,
.gbc-animated-white-btn:hover::before {
  opacity: 1; 
  transform: scale(1, 1); 
}
.gbc-animated-btn::after,
.gbc-animated-green-btn::after,
.gbc-animated-white-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
}
.gbc-animated-btn::after {
  background-color: rgba(0,0,0,0.1);
}
.gbc-animated-green-btn::after {
  background-color: rgba(50,78,62,0.1);
}
.gbc-animated-white-btn::after {
  background-color: rgba(255,255,255,0.1);
}

.gbc-animated-btn:hover::after,
.gbc-animated-green-btn:hover::after,
.gbc-animated-white-btn:hover::after {
  content: '>>';
  opacity: 0; 
  transform: scale(0.1, 1);
}
/*  End Animated Button  */

/*  Begin Animated Info Box
.gbc-youth-column {
  background-color: transparent;
  transition: background-color .5s ease-in-out;
}
.gbc-youth-column:hover,
.gbc-youth-column:focus-within {
  background-color: #ffffff;
}
.gbc-youth-infobox {
  padding: .5dvw;
  opacity: .7;
  transition: all 500ms ease;
}
.gbc-youth-infobox:hover,
.gbc-youth-infobox:focus-within {
  opacity: 1;
}
.gbc-youth-heading {
  font-size: 2.5rem;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  margin: 0px 0px 10px 0px;
}
.gbc-youth-text {
  font-size: 1.4rem;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
  margin: 0px 0px 5px 0px;
}
.gbc-youth-subtext {
  font-size: .8rem;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  font-style: italic;
  margin: 0px 0px 10px 0px;
}
.gbc-youth-image,
.gbc-youth-image img {
  margin: 0px auto;
}
/*  End Animated Info Box  */
.sppb-nav-lines,
.sppb-nav-lines > li.active > a,
.sppb-nav-lines > li.active > a:hover,
.sppb-nav-lines > li.active > a:focus {
  color: inherit;
  border-bottom: none;
}
.sppb-nav-lines > li > a,
.sppb-nav-lines > li > a:hover,
.sppb-nav-lines > li > a:focus,
.sppb-nav-lines > li.active > a,
.sppb-nav-lines > li.active > a:hover,
.sppb-nav-lines > li.active > a:focus {
  padding-block: 20px;
}
.sppb-nav-lines > li.active > a,
.sppb-nav-lines > li.active > a:hover,
.sppb-nav-lines > li.active > a:focus,
.gbc-3btn-tabs .sppb-addon-text-block {
  background: var(--gbc-hover-green);
  padding: 20px;
}
.gbc-3btn-tabs li {
  width: 33.333333%;
  text-align: center;
  color: var(--gbc-light);
  font-weight: 100;
  text-transform: uppercase;
}
.gbc-3btn-tabs span {
  font-size: calc(clamp(1.2rem, 1.3vw + .5rem, 1.4rem) * 1.1);
  line-height: 1.2em;
}
.gbc-tabs-info-text p {
  margin-bottom: 0px;
}
.homepage-2col-menu .sppb-panel-group {
  display: flex;
}
.homepage-2col-menu .sppb-panel.sppb-panel-custom {
  flex-basis: 50%;
  text-align: center;
}
.homepage-2col-menu .sppb-panel-title {
  font-size: inherit;
  font-weight: inherit;
  color: var(--gbc-light);
  text-transform: uppercase;
}
.homepage-2col-menu .sppb-panel-body {
  color: var(--gbc-light);
  text-align: left;
}
.homepage-2col-menu .sp-page-builder .page-content {
  background-color: #334f3f;
  background-image: url("/images/2025/04/30/gbc-green-gradient.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: 0 0;
}
.gbc-submenu {
  width: fit-content;
  margin: 0 auto;
}
.gbc-submenu.sppb-link-list-wrap ul li a,
.gbc-submenu-text p {
  font-size: 90%;
  color: var(--gbc-light);
  font-weight: 300;
}

@media (max-width:768px) {
  .com-sppagebuilder #sp-main-body {
    padding: 40px 0px 0px 0px;
  }
  .homepage-2col-menu .sppb-panel-group {
    display: grid;
  }
  .sppb-panel-group .sppb-panel.sppb-panel-custom:not(:last-child) {
    margin-bottom: 10px!important;
  }
  .gbc-submenu {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
}

/* Start Animated Underline Settings */
.gbc-home-page-text-links,
.gbc-submenu.sppb-link-list-wrap ul li a {
  background-image: linear-gradient(90deg, var(--gbc-light), rgb(255,255,255,.1));
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: bottom left;
  opacity: .7;
  transition: background-size 350ms ease, opacity 350ms ease;
  padding-inline: 0px!important;
}
.gbc-home-page-text-links:hover,
.gbc-home-page-text-links:focus,
.gbc-home-page-text-links:focus-within,
.gbc-submenu.sppb-link-list-wrap ul li a:hover,
.gbc-submenu.sppb-link-list-wrap ul li a:focus,
.gbc-submenu.sppb-link-list-wrap ul li a:focus-within {
  background-size: 100% 2px;
  opacity: 1;
}

.gbc-dark-text-links {
  background-image: linear-gradient(90deg, var(--gbc-dark), rgb(0,0,0,.1));
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: bottom left;
  opacity: .7;
  transition: background-size 350ms ease, opacity 350ms ease;
  padding-inline: 0px!important;
}
.gbc-dark-text-links:hover,
.gbc-dark-text-links:focus,
.gbc-dark-text-links:focus-within {
  background-size: 100% 2px;
  opacity: 1;
}
.gbc-green-text-links a {
  background-image: linear-gradient(90deg, var(--gbc-main-green), rgb(50,78,62,.1));
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: background-size 350ms ease, opacity 350ms ease;
  padding-inline: 0px!important;
  font-size: clamp(1.2rem, 1.3vw + .5rem, 1.4rem);
  text-transform: uppercase;
}
.gbc-green-text-links a:hover,
.gbc-green-text-links a:focus,
.gbc-green-text-links a:focus-within {
  background-size: 100% 2px;
  opacity: 1;
}
/* End Animated Underline Settings */

.gbc-map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.gbc-map-responsive iframe {
  left: 0;
  top: 0;
  /* height: 100%; */
  width: 100%;
  position: relative;
  border: 0;
}