:root {
  --gg-dark-blue: #161b4e;
  --gg-mid-blue: #007bc4;
  --gg-light-blue: #00a7e5;
  --gg-rainbows-light-blue: #96d3f5;
  --gg-rainbows-red: #e1120e;
  --gg-rainbows-accent-purple: #79348b;
  --gg-brownies-yellow: #ffc80a;
  --gg-guides-mid-blue: #8cb5e2;
  --gg-guides-green: #00a469;
  --gg-rangers-purple: #54184a;
  --gg-light-gray: #f2f2f2;
  --gg-gray: #d8d7d7;
  --gg-mid-gray: #817777;
  --gg-dark-gray: #3a3535;
  --bs-primary:var(--gg-dark-blue);
  --bs-link-color: var(--gg-mid-blue);
  --bs-link-hover-color: var(--gg-dark-blue);
  --bs-primary-rgb: 22,27,78;
  --bs-secondary-rgb: 0,123,196;
  --bs-nav-link-hover-color: #00a7e5;
  --bs-nav-link-font-size: 1rem;
  --bs-body-font-family: "Poppins","open sans",sans-serif;
  --bs-body-color: var(--gg-dark-blue);
}

.bg-rainbows {
  background-color: #96d3f5;
}

.bg-rainbows-accent-purple {
  background-color: #79348b;
}

.bg-brownies {
  background-color: #ffc80a;
}

.bg-guides {
  background-color: #173a86;
}

.bg-guides-green {
  background-color: #00a469;
}

.bg-rangers {
  background-color: #54184a;
}

.bg-secondary {
  background-color: #007bc4 !important;
}

.bg-light-blue {
  background-color: #00a7e5 !important;
}

.border-light-blue {
  border-color: #00a7e5 !important;
}

.border-thick {
  border-width: 3px;
}

.rounded-none {
  border-radius: 0;
}

.alert-rainbows {
  --bs-alert-bg: var(--gg-rainbows-light-blue);
  --bs-alert-border-color: var(--gg-rainbows-red);
}
.alert-rainbows h2 {
  color: var(--gg-rainbows-red);
}
.alert-rainbows .alert-link {
  color: var(--gg-rainbows-accent-purple);
}

.header {
  padding: 6px 0;
}

h1, h2, h3 {
  font-weight: 600;
}

.gg-blockquote {
  background-color: rgb(76, 206.5371179039, 255);
  border-left: 10px solid #007bc4;
  margin: 1.5rem 10px;
  padding: 1rem 10px 0.1rem;
}

.text-rainbows {
  color: #e1120e;
}

.text-brownies {
  color: #603d33;
}

.text-guides {
  color: #173a86;
}

.text-rangers {
  color: #54184a;
}

.gg-viewport {
  position: relative;
}

.gg-logo {
  max-width: 150px;
}

.gg-menu-toggler {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  color: white;
}

.gg-menu-toggler-text {
  font-size: 0.7rem;
}

.gg-main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gg-main-nav ul > li {
  display: block;
  position: relative;
  padding: 0 8px;
}
.gg-main-nav ul > li.has-children > a::after {
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome, sans-serif;
  color: #00a7e5;
  padding-left: 5px;
  vertical-align: middle;
}
.gg-main-nav ul > li a {
  color: #fff;
  background-color: #161b4e;
  font-size: 1.0625rem;
  padding: 5px 0;
  display: block;
  line-height: normal;
  text-decoration: none;
}
.gg-main-nav ul ul {
  display: none;
  width: auto;
}

.get-involved #getinvolved,
.what-we-do #whatwedo,
.for-volunteers #forvolunteers,
.events #events,
.training #training,
.news #news,
.about-us #aboutus {
  color: var(--gg-light-blue);
}

.gg-search-form {
  padding: 0.5rem 0;
}
.gg-search-form .btn {
  --bs-btn-color: var(--gg-dark-blue);
  --bs-btn-padding-y: 0;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #ced4da;
  --bs-btn-border-width: 1px;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--gg-light-blue);
  --bs-btn-hover-border-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-active-border-color: #fff;
  font-size: 1.2rem;
  margin: 0 0.5rem;
  border-left-width: 0;
}
.gg-search-form .unibox-sr-only {
  color: white;
  background-color: #161b4e;
}

@media (max-width: 991px) {
  .gg-viewport {
    width: 100%;
    overflow-x: hidden;
    max-height: 100%;
    background-color: #161b4e;
  }
  .gg-sliding-frame {
    margin-right: -250px;
    position: relative;
  }
  .gg-content-wrapper {
    margin-left: -250px;
    float: left;
    width: 100%;
  }
  .gg-content {
    margin-left: 250px;
    background: #fff;
    min-height: 100%;
    position: relative;
  }
  .gg-menu {
    width: 250px;
    float: right;
    position: relative;
  }
  .gg-menu .container-md {
    padding-right: 0;
    padding-left: 0;
  }
  .gg-menu .container-md .row {
    margin: 0;
  }
  .gg-menu .container-md .row .col {
    padding: 0;
  }
  .gg-menu-fixed {
    position: fixed;
    width: 250px;
    padding-top: 20px;
    overflow-y: scroll;
  }
  .gg-main-nav ul > li.has-children a::after {
    position: absolute;
    right: 0;
    padding: 0 5px;
    color: #fff;
  }
  .gg-main-nav ul > li a {
    border-top: #a5a5a5 1px solid;
  }
  .gg-main-nav ul > li.open > ul {
    display: block;
  }
  .gg-main-nav ul > li.open > ul > li a {
    font-size: 0.9rem;
    padding: 10px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .gg-menu-toggler {
    display: none;
  }
  .gg-menu {
    position: absolute;
    top: 9px;
    right: 20px;
  }
  .gg-main-nav ul {
    width: 100%;
  }
  .gg-main-nav ul ul {
    display: block;
  }
  .gg-main-nav ul > li {
    display: inline-block;
  }
  .gg-main-nav ul > li ul {
    display: none;
  }
  .gg-main-nav ul > li.has-children:hover .gg-blue-menu, .gg-main-nav ul > li.has-children:focus .gg-blue-menu {
    display: block;
    background: var(--bs-white);
    position: absolute;
    padding: 5px;
    border-radius: 0.25rem;
    border: 1px solid #3a3535;
    z-index: 10;
  }
  .gg-main-nav ul > li.has-children:hover .gg-blue-menu li, .gg-main-nav ul > li.has-children:focus .gg-blue-menu li {
    display: block;
    padding: 0;
  }
  .gg-main-nav ul > li.has-children:hover .gg-blue-menu li a, .gg-main-nav ul > li.has-children:focus .gg-blue-menu li a {
    color: var(--bs-black);
    background-color: #fff;
    font-size: 0.9rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 4px;
  }
  .gg-main-nav ul > li.has-children:hover .gg-blue-menu li a:focus, .gg-main-nav ul > li.has-children:hover .gg-blue-menu li a:hover, .gg-main-nav ul > li.has-children:focus .gg-blue-menu li a:focus, .gg-main-nav ul > li.has-children:focus .gg-blue-menu li a:hover {
    background-color: var(--gg-light-blue);
  }
  .gg-main-nav ul > li.has-children:last-child:hover .gg-blue-menu, .gg-main-nav ul > li.has-children:last-child:focus .gg-blue-menu {
    right: 0;
  }
  .gg-search-form {
    margin-top: 60px;
  }
}
@media (min-width: 576px) {
  .gg-logo {
    max-width: 100%;
  }
}
.top-footer {
  background-color: #161b4e;
  margin-top: 2rem;
}
.top-footer .social-media {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 15px 0 10px;
}
.top-footer .social-media label {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 400;
}
.top-footer .social-media .widget-text {
  display: inline-block;
  vertical-align: middle;
}
.top-footer h3 {
  font-size: 24px;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 23px 0 50px;
  border-top: 1px solid #00a7e5;
  display: inline-block;
  font-weight: 400;
}
.top-footer address {
  color: #fff;
  line-height: 22px;
  margin-bottom: 40px;
}
.top-footer .link-list h4 {
  font-size: 20px;
  color: var(--gg-light-blue);
  margin: 0 0 20px;
  font-weight: 400;
}
.top-footer .link-list ul {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
.top-footer .link-list ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 30px;
}
.top-footer .link-list ul li a:hover, .top-footer .link-list ul li a:focus {
  text-decoration: underline;
}
.top-footer .tweet-list > a {
  color: #fff;
}

.bottom-footer {
  background-color: var(--gg-dark-blue);
  border-top: var(--gg-light-blue) solid 1px;
  width: 100%;
  float: left;
  padding: 10px 0;
}
.bottom-footer a {
  font-size: 12px;
  color: #fff;
}
.bottom-footer p {
  color: var(--gg-light-blue);
  font-size: 12px;
  margin: 0;
}

@media (max-width: 1200px) {
  .top-footer {
    padding-bottom: 40px;
  }
}
.gg-left-menu {
  position: sticky;
  top: 20px;
  margin-top: 10px;
}
.gg-left-menu a {
  text-decoration: none;
}
.gg-left-menu a:hover, .gg-left-menu a:focus {
  text-decoration: underline;
  color: rgb(56.95, 61.2, 104.55);
}
.gg-left-menu .nav-item > a {
  padding-left: 0;
  font-weight: 700;
}
.gg-left-menu .nav-item > ul > li {
  font-size: 0.9rem;
}
.gg-left-menu h2 {
  border-bottom: 1px solid #007bc4;
  padding-bottom: 10px;
  font-size: calc(0.75rem + 0.9vw);
  font-weight: 700;
}

.external-link:after {
  content: " \f08e";
  font-family: "FontAwesome";
}

.download-link::after {
  content: " \f019";
  font-family: "FontAwesome";
}

.word-link::after {
  content: " \f1c2";
  font-family: "FontAwesome";
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: fontawesome, sans-serif;
  color: #00a7e5;
}

.gallery-banner {
  overflow: hidden;
  padding-bottom: 5px;
}
.gallery-banner img {
  width: 100%;
}

.btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-border-radius: calc((var(--bs-btn-line-height)*var(--bs-btn-font-size)));
  --bs-btn-border-width:3px;
  --bs-btn-font-weight: 700;
  margin: 0.3rem 0.5rem;
}

.btn-primary {
  --bs-btn-hover-color: var(--gg-mid-blue);
  --bs-btn-hover-bg: var(--bs-white);
  --bs-btn-hover-border-color: var(--gg-mid-blue);
  --bs-btn-active-color: rgb(17.6, 21.6, 62.4);
  --bs-btn-active-bg: var(--bs-white);
  --bs-btn-active-border-color: rgb(16.5, 20.25, 58.5);
  --bs-btn-color: #fff;
  --bs-btn-bg: #007bc4;
  --bs-btn-border-color: #007bc4;
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-disabled-color: var(--bs-white);
  --bs-btn-disabled-bg: #161b4e;
  --bs-btn-disabled-border-color: #161b4e;
}
.btn-primary:focus, .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-outline-primary {
  color: #161b4e;
  border-color: #161b4e;
}
.btn-outline-primary:active, .btn-outline-primary:hover {
  color: #fff;
  background-color: #161b4e;
  border-color: #161b4e;
}
.btn-outline-primary:focus, .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(22, 27, 78, 0.5);
}

.btn-outline-white {
  color: white;
  border-color: white;
}
.btn-outline-white:active, .btn-outline-white:hover {
  color: #161b4e;
  background-color: white;
  border-color: white;
}
.btn-outline-white:focus, .btn-outline-white:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00a7e5;
  --bs-btn-border-color: #00a7e5;
  --bs-btn-hover-color: #00a7e5;
  --bs-btn-hover-bg: var(--bs-white);
  --bs-btn-hover-border-color: #007bc4;
  --bs-btn-active-color: rgb(17.6, 21.6, 62.4);
  --bs-btn-active-bg: var(--bs-white);
  --bs-btn-active-border-color: rgb(0, 92.25, 147);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-disabled-color: var(--bs-white);
  --bs-btn-disabled-bg: #00a7e5;
  --bs-btn-disabled-border-color: #00a7e5;
}
.btn-secondary:focus {
  background-color: rgb(56.95, 61.2, 104.55);
  border-color: rgb(68.6, 72.6, 113.4);
}
.btn-secondary:focus, .btn-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 114, 188, 0.5);
}

.post-section {
  clear: both;
  padding: 40px 0 65px;
}
.post-section h3 {
  font-size: 1.1rem;
  margin: 20px 0 25px;
  display: block;
}
.post-section .card {
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius:0;
  --bs-card-border-width: 0;
  box-shadow: inset 0 -9px 0 0 var(--gg-mid-blue);
  background: var(--bs-white);
}
.post-section .card:hover {
  background-color: var(--gg-mid-blue);
  color: white;
}

.latest-events {
  padding: 35px 0 35px;
}
.latest-events .event-list {
  width: 100%;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.latest-events .event-list > a {
  width: 180px;
  scroll-snap-align: start;
  padding-left: 12px;
  padding-right: 12px;
  flex-shrink: 0;
}
.latest-events .event-list > a:hover .event-block {
  background-color: var(--gg-mid-blue);
}
.latest-events .event-list > a:hover .event-block h3 {
  color: #fff;
}
.latest-events .event-list > a:hover .event-block time {
  color: #fff;
}
.latest-events .event-block {
  position: relative;
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 -9px 0 0 var(--gg-mid-blue);
}
.latest-events .event-block figure {
  max-height: 176px;
  margin-bottom: 0;
  background-size: cover;
}
.latest-events .event-block figure img {
  opacity: 0;
  max-width: 100%;
}
.latest-events .event-block .event-detail {
  float: left;
  min-height: 124px;
  width: 100%;
}
.latest-events .event-block .event-detail h3 {
  --event-title-font-size: 1rem;
  margin: 0 0 10px;
  min-height: 4.5rem;
  font-size: var(--event-title-font-size);
}

@media (max-width: 767px) {
  .latest-events .event-block {
    margin-bottom: 30px;
  }
  .latest-events .event-list {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .latest-events .event-detail {
    padding: 20px 20px 30px;
  }
}
@media (min-width: 768px) {
  .latest-events .event-block {
    margin-bottom: 60px;
  }
  .latest-events .event-block .event-detail {
    padding: 35px 20px;
  }
  .latest-events .event-block .event-detail h3 {
    --event-title-font-size: 1.25rem;
  }
  .latest-events .event-list {
    margin-bottom: 45px;
    margin-top: 20px;
  }
  .latest-events .event-list > a {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .latest-events .event-list > a {
    width: 25%;
  }
  .latest-events .event-block .event-detail h3 {
    font-weight: 700;
    min-height: 6rem;
  }
}
.latest-news-footer {
  padding: 35px 0 60px;
  border-top: 1px solid #00a7e5;
  background-color: #f2f2f2;
}
.latest-news-footer h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.latest-news-footer .news-post .line {
  background-color: #007bc4;
  border-radius: 40px 80px 0 40px;
  height: 10px;
  left: 0;
  position: relative;
  top: 0;
  width: 98%;
  margin-bottom: 25px;
}
.latest-news-footer .news-post .line:before {
  background-color: #007bc4;
  border-radius: 20px 40px 0 30px;
  content: "";
  height: 8px;
  position: absolute;
  right: -1px;
  top: 3px;
  -webkit-transform: skew(10deg, 1deg);
  transform: skew(10deg, 1deg);
  width: 80%;
}
.latest-news-footer .news-post h3 {
  font-size: 24px;
  margin-bottom: 3px;
}
.latest-news-footer .news-post h3 a {
  text-decoration: none;
}
.latest-news-footer .news-post h3 a:hover {
  text-decoration: underline;
}
.latest-news-footer .news-post time {
  color: #817777;
  font-size: 1rem;
}
.latest-news-footer .news-post .image-block {
  position: relative;
  margin: 30px 0;
}
.latest-news-footer .news-post .image-block img {
  max-width: 100%;
  border-radius: 20px;
  margin: 0;
}
.latest-news-footer .news-post .post-block {
  margin-bottom: 50px;
}

.gg-news-footer {
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius:0;
  --bs-card-border-width: 0;
  box-shadow: inset 0 -9px 0 0 var(--gg-mid-blue);
}
.gg-news-footer:hover {
  background-color: var(--gg-mid-blue);
  color: white;
}
.gg-news-footer h3 {
  --header-font-size: 0.9rem;
  --header-line-height:1.2;
  --lines: 2;
  font-size: var(--header-font-size);
  height: calc(var(--header-font-size) * var(--header-line-height) * var(--lines));
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gg-news-footer .card-text {
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .gg-news-footer h3 {
    --header-font-size: 1.1rem;
  }
}

.promo-block {
  background: var(--gg-light-blue);
  padding: 0 0 30px;
  margin-bottom: 48px;
  border-radius: 5px;
}

.promo-description {
  margin: 0;
  padding: 10px 20px 0;
  display: inline-block;
  text-align: center;
  color: #000;
}
.promo-description h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.gg-table th {
  background-color: var(--gg-dark-blue);
  color: white;
}

.gg-table-col1 tr td:first-child, .gg-table-col1 tr th:first-child {
  background-color: var(--gg-mid-blue);
  color: white;
}

.line {
  background-color: var(--gg-light-blue);
  height: 10px;
  left: 0;
  position: relative;
  top: 0;
  width: 98%;
  margin-bottom: 25px;
}

.team-line {
  margin-bottom: 30px;
  margin-top: 66px;
}

.carousel {
  max-width: 100%;
  clear: both;
  margin: 0.5rem auto;
}

@media (min-width: 768px) {
  .carousel.w-md-50 {
    width: 50%;
  }
  .carousel.w-md-75 {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .carousel.w-lg-33 {
    width: 33%;
  }
  .carousel.w-lg-50 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .carousel.w-xl-33 {
    width: 33%;
  }
  .carousel.w-xl-50 {
    width: 50%;
  }
}
.alert-info {
  --bs-alert-bg: var(--gg-mid-blue);
  --bs-alert-border-color: var(--gg-mid-blue);
  --bs-alert-color: var(--bs-white);
}
.alert-info .alert-link {
  color: var(--bs-white);
}

.home-banner figure {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.home-banner figure img {
  opacity: 0;
  max-width: 100%;
}
.home-banner .image-block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home-banner .image-block .desc {
  height: 100%;
  left: 0;
  padding-left: 35px;
  padding-top: 20%;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 5;
  background-color: rgba(var(--gg-light-blue), 0.85);
}
.home-banner .image-block .desc img {
  opacity: 1;
  width: auto;
}
.home-banner .image-block .desc h2 {
  margin-top: 20px;
  font-weight: 400;
}
.home-banner .image-block .desc h2 a {
  font-size: 20px;
  text-decoration: none;
  color: #fff;
}
.home-banner .image-block h3 a {
  bottom: 10px;
  color: #fff;
  font-size: 16px;
  left: 40px;
  min-width: 100px;
  position: absolute;
  width: 100%;
  z-index: 5;
  font-weight: 400;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  background-color: var(--gg-mid-blue);
  padding: 0.5rem;
}
.home-banner .image-block h3 a:after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  color: #fff;
  padding-left: 7px;
}
.home-banner figure:hover h3 {
  display: none;
  transition: all 0.5s ease 0s;
}
.home-banner figure:hover .image-block .desc {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.home-banner .equal-height figure {
  height: 240px;
}

.gg-event-card figure {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  margin-bottom: 0;
  max-height: 200px;
}
.gg-event-card figure img {
  opacity: 0;
  max-width: 100%;
}
.gg-event-card .icon {
  display: inline-block;
  margin-bottom: 20px;
}
.gg-event-card .icon img {
  width: 20px;
  height: auto;
}
.gg-event-card h2 {
  font-size: 1.5rem;
}
.gg-event-card h2 a {
  color: var(--gg-dark-gray);
  text-decoration: none;
}
.gg-event-card h2 a:hover, .gg-event-card h2 a:focus {
  color: var(--gg-dark-blue);
  text-decoration: underline;
}
.gg-event-card .card-text time {
  color: #817777;
  margin-bottom: 20px;
  display: block;
}
.gg-event-card .card-text p {
  color: var(--gg-mid-blue);
}

.filter-result {
  margin-top: 2.5rem;
}
.filter-result h4 {
  padding: 8px 0;
}
.filter-result h5 {
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gg-gray);
  margin: 10px 0 35px;
}
.filter-result .division {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
.filter-result .division li {
  margin: 7px 0;
}
.filter-result .division li label {
  padding-left: 10px;
  font-size: 0.9rem;
  color: var(--gg-dark-gray);
}
.filter-result .division li label .icon img {
  width: 15px;
  height: auto;
}
.filter-result .division ul {
  list-style: none;
}

.gg-event-card-header {
  display: flex;
}
.gg-event-card-header .card-title {
  flex-grow: 1;
}

.gg-card-footer a .fa {
  padding: 0 10px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .filter-result {
    border: 1px solid var(--gg-dark-blue);
    margin: 0 -12px 12px;
  }
  .filter-result .filter-summary {
    padding: 12px;
    background: var(--gg-dark-blue);
    color: white;
  }
  .filter-result .filter-summary h4 {
    padding: 0;
    margin-bottom: 0;
  }
  .filter-result .filter-summary h4::after {
    content: "\f1de";
    font-family: "FontAwesome", sans-serif;
    float: right;
    padding-right: 10px;
  }
  .filter-result .filter-options {
    display: none;
    margin: 0 12px;
  }
  .filter-result .filter-options h5 {
    margin: 10px 0;
  }
}
.icon .event-activity {
  color: var(--gg-blue);
}
.icon .event-residential {
  color: #ff8087;
}
.icon .event-walking {
  color: darkgray;
}
.icon .event-social {
  color: var(--gg-dark-blue);
}
.icon .event-dofe {
  color: black;
}
.icon .event-skills-development {
  color: #f3a1c6;
}
.icon .event-1st-response {
  color: #007844;
}
.icon .event-first-aid {
  color: #00a469;
}
.icon .event-finance {
  color: black;
}
.icon .event-gift-aid {
  color: #ef7b00;
}
.icon .event-celebration {
  color: #54184a;
}
.icon .event-trefoil {
  color: rgb(215, 22, 53);
}
.icon .event-great-patrol-hunt {
  color: #173a86;
}

.badges .content h2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: var(--gg-dark-blue);
  color: white;
  text-align: center;
  clear: both;
}
.badges .content h2#external-charity-badges {
  background-color: var(--gg-light-blue);
}
.badges .content img {
  max-width: 100%;
}

.scrollspy li > a + ul {
  display: none;
}
.scrollspy li > a.active + ul {
  display: block;
}

.gg-jubilee-nav .page-item .page-link {
  font-size: 0.7rem;
  padding: 0.375rem 0.5rem;
  color: var(--gg-dark-blue);
}
.gg-jubilee-nav .page-item.active .page-link {
  background-color: var(--gg-dark-blue);
  border-color: var(--gg-dark-blue);
  color: white;
}

#videos.nav-tabs .nav-link {
  font-size: 0.7rem;
  padding: 0.4rem;
  color: var(--gg-dark-blue);
  border-color: var(--gg-light-blue);
  border-bottom-color: white;
}
#videos.nav-tabs .nav-link.active {
  background-color: var(--gg-light-blue);
  border-color: var(--gg-dark-blue);
  border-bottom-color: var(--gg-light-blue);
}

@media (min-width: 768px) {
  .gg-jubilee-nav .page-item .page-link {
    font-size: 0.9rem;
  }
  #videos.nav-tabs .nav-link {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .gg-jubilee-nav .page-item .page-link {
    font-size: 0.9rem;
    padding: 0.375rem 0.75rem;
  }
  #videos.nav-tabs .nav-link {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .gg-jubilee-nav .page-item .page-link {
    font-size: 1rem;
  }
}
.location-map {
  height: 430px;
  width: 100%;
  max-height: 80%;
}

.map-form {
  padding: 1rem 0 0.5rem;
  border-bottom: 1px solid #d8d7d7;
}

/* styles specific to the badge form page */
@media (max-width: 1400px) {
  #awardRecipients .form-label,
  #awardRecipients .form-check-label {
    margin-bottom: 0.1rem;
    font-weight: bold;
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  #awardRecipients .row:not(:first-child) .form-label {
    position: absolute;
    left: -2000px;
  }
  #awardRecipients .form-check-label {
    display: block;
    margin-top: 0.3rem;
  }
  #awardRecipients .form-check {
    padding-left: 0;
    text-align: center;
  }
  #awardRecipients .form-check .form-check-input {
    float: none;
    margin: 0;
  }
}
.gg-news-card .card-header {
  --lines: 2;
  --font-size: 1.25rem;
  font-size: var(--font-size);
  height: calc(var(--font-size) * var(--bs-body-line-height) * var(--lines));
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gg-news-card .card-header a:link,
.gg-news-card .card-header a:visited {
  text-decoration: none;
}
.gg-news-card .card-img, .gg-news-card .card-img-top {
  max-height: 163px;
  object-fit: contain;
}
@media (min-width: 321px) {
  .gg-news-card .card-img, .gg-news-card .card-img-top {
    max-height: 194px;
  }
}
@media (min-width: 386px) {
  .gg-news-card .card-img, .gg-news-card .card-img-top {
    max-height: 200px;
  }
}
@media (min-width: 576px) {
  .gg-news-card .card-img, .gg-news-card .card-img-top {
    max-height: 136px;
  }
}
@media (min-width: 768px) {
  .gg-news-card .card-img, .gg-news-card .card-img-top {
    max-height: 186px;
  }
}
@media (min-width: 992px) {
  .gg-news-card .card-img, .gg-news-card .card-img-top {
    max-height: 163px;
  }
}
@media (min-width: 1200px) {
  .gg-news-card .card-img, .gg-news-card .card-img-top {
    max-height: 197px;
  }
}
@media (min-width: 1400px) {
  .gg-news-card .card-img, .gg-news-card .card-img-top {
    max-height: 189px;
  }
}

.post-list ol ol {
  list-style-type: lower-alpha;
}

.filter-block {
  background-color: var(--gg-light-blue);
  padding: 0.8rem 0.5rem 0.1rem;
  margin-bottom: 0.5rem;
}
.filter-block label {
  padding-right: 1em;
}
.filter-block input {
  margin-right: 0.5em;
}

#map {
  height: 50vh;
  margin: 2rem 0;
}

.division {
  border-bottom: var(--gg-light-blue) 1px solid;
  padding: 0.5rem;
}
.division .division-name,
.division a {
  display: block;
}
.division .division-name {
  font-weight: bold;
}
.division .highlight-polygon {
  cursor: pointer;
}
.division.selected {
  background-color: var(--gg-dark-blue);
  color: white;
}
.division.selected a {
  color: white;
}

.section-badge {
  background: var(--top-left-img) top left no-repeat, var(--top-right-img) top right no-repeat, var(--bottom-left-img) bottom left no-repeat, var(--bottom-right-img) bottom right no-repeat var(--section-color);
  background-size: contain;
}
.section-badge.rainbows {
  --section-color: var(--gg-rainbows-light-blue);
  --top-left-img: url(/assets/images/core/rainbows-bg-icons-top-left.webp);
  --top-right-img: url(/assets/images/core/rainbows-bg-icons-top-right.webp);
  --bottom-left-img: url(/assets/images/core/rainbows-bg-icons-bottom-left.webp);
  --bottom-right-img: url(/assets/images/core/rainbows-bg-icons-bottom-right.webp) ;
}
.section-badge.brownies {
  --section-color: var(--gg-brownies-yellow);
  --top-left-img: url(/assets/images/core/brownies-bg-icons-top-left.webp);
  --top-right-img: url(/assets/images/core/brownies-bg-icons-top-right.webp);
  --bottom-left-img: url(/assets/images/core/brownies-bg-icons-bottom-left.webp);
  --bottom-right-img: url(/assets/images/core/brownies-bg-icons-bottom-right.webp) ;
}
.section-badge.guides {
  --section-color: var(--gg-guides-dark-blue);
  --top-left-img: url(/assets/images/core/guides-bg-icons-top-left.webp);
  --top-right-img: url(/assets/images/core/guides-bg-icons-top-right.webp);
  --bottom-left-img: url(/assets/images/core/guides-bg-icons-bottom-left.webp);
  --bottom-right-img: url(/assets/images/core/guides-bg-icons-bottom-right.webp) ;
}
.section-badge.rangers {
  --section-color: var(--gg-rangers-purple);
  --top-left-img: url(/assets/images/core/rangers-bg-icons-top-left.webp);
  --top-right-img: url(/assets/images/core/rangers-bg-icons-top-right.webp);
  --bottom-left-img: url(/assets/images/core/rangers-bg-icons-bottom-left.webp);
  --bottom-right-img: url(/assets/images/core/rangers-bg-icons-bottom-right.webp) ;
}
.section-badge > div {
  width: 250px;
}

.accordion {
  --bs-accordion-btn-padding-x: 0.8rem;
  --bs-accordion-btn-padding-y: 0.8rem;
  --bs-accordion-border-radius: 0;
  --bs-accordion-color: black;
}

.accordion-item {
  border: none;
}
.accordion-item .accordion-header {
  border-top: var(--gg-mid-blue) 4px solid;
}
.accordion-item .accordion-header .accordion-button {
  color: var(--gg-mid-blue);
  font-size: 1.2rem;
  font-weight: 700;
}
.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: none;
}
.accordion-item .accordion-collapse {
  border-top: var(--gg-mid-blue) 4px solid;
}

.camp-key-dates {
  display: grid;
  grid-template-columns: 33% 1% 66%;
  border-collapse: separate;
  width: 100%;
}
.camp-key-dates dd,
.camp-key-dates dt {
  border: solid 1px var(--gg-dark-blue);
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.camp-key-dates dt {
  background-color: var(--gg-dark-blue);
  color: white;
  grid-column: 1;
}
.camp-key-dates dd {
  grid-column: 3;
}

/*# sourceMappingURL=site.css.map */