@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;500&family=Raleway:wght@300;500;700;900&display=swap");
.grecaptcha-badge {
  visibility: hidden; }

.loader {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  display: block;
  margin: 20px auto;
  position: relative;
  box-sizing: border-box;
  animation: rotationBack 2s ease-in-out infinite reverse; }

.loader::before {
  content: '';
  box-sizing: border-box;
  left: 0;
  top: 0;
  transform: rotate(45deg);
  position: absolute;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }

.loader::after {
  content: '';
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #38B054;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }

@keyframes rotationBack {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }

.hidden {
  display: none; }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  color: #2D332E;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 1.6; }

header, footer {
  display: flex;
  justify-content: space-between;
  align-items: center; }

@media screen and (max-width: 1000px) {
  header {
    align-items: center; } }

@media screen and (min-width: 1000px) {
  header {
    padding-left: 2rem; } }

header a, header a:visited {
  color: #2D332E; }

header #header-home-link {
  display: flex;
  align-items: center; }
  header #header-home-link img {
    width: 60px;
    margin: 0 0.5rem; }
  header #header-home-link #header-title {
    color: #2D332E;
    font-size: 22px;
    font-family: Raleway;
    width: 100%; }
  @media screen and (max-width: 1000px) {
    header #header-home-link {
      justify-content: space-around; } }
header nav {
  padding: 1.5rem; }
  header nav #header-links {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media screen and (max-width: 1000px) {
      header nav #header-links {
        flex-direction: column;
        align-items: flex-end; } }
    header nav #header-links #header-social-icons {
      display: flex; }
    header nav #header-links .header-social-icon {
      position: relative;
      height: 20px;
      width: 20px; }
      @media screen and (min-width: 1000px) {
        header nav #header-links .header-social-icon {
          margin: 0 0.5rem; } }
  header nav img {
    height: 60px; }
    @media screen and (max-width: 1000px) {
      header nav img {
        margin: 0.2rem 0 0 0.6rem; } }
  header nav .nav-link {
    font-size: 0.8rem;
    padding: 0.2rem 0; }
    @media screen and (min-width: 1000px) {
      header nav .nav-link {
        margin-left: 1rem;
        padding: 0 0.5rem;
        top: 5px; } }
button, input[type="submit"] {
  border-radius: 4px;
  padding: 0.8rem 1rem;
  margin: 1.5rem 0;
  font-size: 1rem !important;
  font-family: Inter;
  border: 1px solid black;
  background-color: white; }
  button:hover, input[type="submit"]:hover {
    transform: scale(1.02); }
  button:active, input[type="submit"]:active {
    transform: scale(0.98); }

a {
  text-decoration: none; }

.responsive-image {
  max-width: 100%;
  height: auto; }

#video-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem; }
  #video-row div {
    flex-basis: 45%; }
    #video-row div .video-container {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden; }
      #video-row div .video-container iframe, #video-row div .video-container object, #video-row div .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

@media screen and (max-width: 1000px) {
  .reverse {
    flex-direction: column-reverse !important; } }

@media screen and (max-width: 1000px) {
  .small-hide {
    display: none; } }

.three-tile {
  display: flex;
  justify-content: center;
  color: white;
  overflow: hidden; }
  .three-tile .three-tile-tile {
    position: relative;
    flex-basis: 33.3333%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center; }

.two-tile {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 1000px) {
    .two-tile {
      flex-direction: column; } }
  .two-tile .two-tile-tile {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3rem;
    aspect-ratio: 1/0.75; }
    .two-tile .two-tile-tile ul {
      position: relative;
      padding: 0 4rem;
      text-align: left;
      left: -1rem; }
    .two-tile .two-tile-tile ol {
      text-align: left; }
    .two-tile .two-tile-tile li {
      margin: 1rem 0; }
    @media screen and (max-width: 1000px) {
      .two-tile .two-tile-tile {
        aspect-ratio: auto; } }
.tile-blur-layer {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%; }
  .tile-blur-layer:hover {
    background-color: #417D4F;
    opacity: 0.5; }

.index-tile-label {
  z-index: 10;
  font-size: 2rem;
  font-weight: 300; }

a {
  text-decoration: none; }

#redirect-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 80vh;
  padding: 12%; }

footer {
  padding: 2rem;
  display: flex;
  justify-content: space-between; }
  footer a {
    padding-left: 2rem;
    color: #2D332E; }
  @media screen and (max-width: 1000px) {
    footer div {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap; }
    footer a {
      text-align: right; } }
#index-hero {
  background-image: url("/images/index-hero.webp");
  display: flex;
  align-items: center;
  justify-content: center; }
  #index-hero img {
    height: 24rem;
    margin: 8rem;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3); }

#events-hero {
  width: 100%;
  vertical-align: bottom; }

#index-about-us {
  display: flex; }
  @media screen and (max-width: 1000px) {
    #index-about-us {
      flex-direction: column-reverse; } }
#index-infographics {
  height: 50vh;
  padding: 3rem;
  position: relative;
  background-color: #8ddb9f;
  background-image: url("/images/index-pine-silhouette.png");
  background-position: bottom center;
  background-size: cover;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center; }
  #index-infographics p {
    margin: 0; }
  @media screen and (max-width: 1000px) {
    #index-infographics img {
      width: 100%; } }
  @media screen and (min-width: 1000px) {
    #index-infographics img {
      max-height: 70%;
      width: 85%; } }
#index-resources {
  display: flex;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url("/images/index-resources-squirrel.png");
  padding: 2rem; }
  @media screen and (max-width: 1000px) {
    #index-resources {
      display: none; } }
  #index-resources h2 {
    text-align: center; }
  #index-resources a:link {
    color: #38B054; }
  #index-resources #index-resources-text {
    color: white;
    flex-basis: 70%;
    padding: 2rem; }

.index-about-us-image {
  flex-basis: 50%;
  max-width: 50%; }
  @media screen and (max-width: 1000px) {
    .index-about-us-image {
      flex-basis: 100%;
      max-width: 100%; } }
.index-about-us-text-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 3rem;
  min-height: 30vh; }

h2.index-heading {
  text-align: center;
  font-size: 2rem;
  color: #2D332E;
  font-weight: 300;
  padding: 4rem 0;
  margin: 0; }

#index-events {
  display: flex; }
  @media screen and (max-width: 1000px) {
    #index-events {
      flex-direction: column; } }
#index-event-one {
  background-image: url("/images/index-events-1.webp");
  background-position: center;
  background-size: cover; }

#index-event-two {
  background-image: url("/images/index-events-2.jpg");
  background-position: center;
  background-size: cover; }

@media screen and (max-width: 1000px) {
  #index-event-three {
    aspect-ratio: unset !important; } }

#index-resources {
  background-color: #354A3A;
  height: 50vh; }
  #index-resources p {
    margin: 0;
    color: white; }

.partial-signup {
  color: white;
  background-color: #2D332E;
  display: flex;
  padding: 3rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-around; }
  .partial-signup .partial-signup-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    text-align: center; }
  .partial-signup h2 {
    margin: 0; }
  .partial-signup p {
    margin: 2rem 0 0 0;
    color: white; }
  .partial-signup a:link, .partial-signup a:visited {
    color: #38B054; }

.partial-signup-form {
  display: flex; }
  @media screen and (min-width: 1000px) {
    .partial-signup-form {
      width: 80%;
      justify-content: space-around; } }
  @media screen and (max-width: 1000px) {
    .partial-signup-form {
      align-items: center;
      flex-direction: column;
      width: 100%; } }
  .partial-signup-form input[type="text-area"], .partial-signup-form input[type="email"] {
    flex-basis: 40%;
    border: none;
    border-bottom: 2px solid #38B054;
    background-color: #2D332E;
    height: 2rem;
    margin: 2rem;
    color: white;
    width: 30em; }
    @media screen and (min-width: 1000px) {
      .partial-signup-form input[type="text-area"], .partial-signup-form input[type="email"] {
        padding: 0 1rem; } }
    @media screen and (max-width: 1000px) {
      .partial-signup-form input[type="text-area"], .partial-signup-form input[type="email"] {
        width: 100%;
        padding: 0; } }
  .partial-signup-form button, .partial-signup-form input[type="submit"] {
    width: 7em;
    background-color: #2D332E;
    border: 1px solid #38B054;
    color: white;
    box-sizing: content-box;
    height: 1rem;
    margin-left: 3rem; }
    @media screen and (max-width: 1000px) {
      .partial-signup-form button, .partial-signup-form input[type="submit"] {
        margin-left: 0; } }
#index-sponsor-one {
  background-image: url("/images/index-sponsor-1.webp");
  background-position: center;
  background-size: cover;
  min-height: 400px; }

.event-tile p {
  width: 70%;
  text-align: justify; }

#events-savage-park {
  background-image: url("/images/events-savage-park.webp");
  background-position: top 40%  center;
  background-size: cover;
  min-height: 400px; }

#events-riggin-park {
  background-image: url("/images/events-riggin-park.webp");
  background-position: top 40%  center;
  background-size: cover;
  min-height: 400px; }

#events-alps-park {
  background-image: url("/images/events-alps-park.webp");
  background-position: top 30% center;
  background-size: cover;
  min-height: 400px; }

#support-donation {
  background-image: url("/images/index-sponsor-1.webp");
  background-position: center;
  background-size: cover;
  min-height: 400px; }
  @media screen and (max-width: 1000px) {
    #support-donation {
      flex-direction: column-reverse; } }
#support-sponsor {
  background-image: url("/images/support-supporters.webp");
  background-position: center;
  background-size: cover;
  min-height: 400px; }

#support-supporter-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  #support-supporter-table div {
    flex-basis: 30%;
    padding: 1rem;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center; }

#volunteer-donation {
  background-image: url("/images/volunteer-info.webp");
  background-position: center;
  background-size: cover;
  min-height: 400px; }

#volunteer-terms {
  background-image: url("/images/volunteer-terms.webp");
  background-position: center;
  background-size: cover;
  min-height: 400px; }

#privacy-wrapper {
  padding: 0 4rem; }

#contact-wrapper {
  padding: 0 4rem;
  min-height: 70dvh; }
  #contact-wrapper form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #contact-wrapper div {
    width: 100%; }
  @media screen and (min-width: 1000px) {
    #contact-wrapper {
      padding: 0 20%; }
      #contact-wrapper .contact-50 {
        width: 49%; } }
  #contact-wrapper input, #contact-wrapper textarea {
    border-radius: 4px;
    padding: 0.8rem 1rem;
    margin: 0.5rem 0;
    font-family: Inter;
    border: 1px solid black;
    background-color: white;
    width: 100%; }
