:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.navbar {
  background-color: #fff0;
  padding-top: 5px;
  padding-bottom: 10px;
  position: static;
  top: 0;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-toggle {
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  background-color: #ffffffde;
}

.container {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: baseline;
  display: block;
  position: relative;
}

.nav-menu {
  float: right;
  flex-direction: row;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-section {
  background-image: linear-gradient(#00000012, #00000012), url('../images/Pioneer-Fire-Lighting.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 60vh;
  max-height: 60vh;
  display: block;
  position: relative;
  overflow: visible;
}

.hero-section.pages {
  height: 20vh;
}

.age-group-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-age-groups {
  text-align: center;
  background-color: #fff0;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.age-group-heading {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: block;
}

.section-heading {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.hero-overlay {
  background-image: linear-gradient(#00000030, #00000030);
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-text-wrapper {
  background-color: #0c76bc;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 400px;
  padding: 15px 20px;
  display: flex;
  position: absolute;
  inset: auto auto -10% 11%;
}

.heading-2 {
  color: #fff;
  text-align: left;
  font-size: 33px;
}

.hero-paragraph {
  color: #fff;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.body {
  background-image: url('../images/Contour-Lines-Background.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: Montserrat, sans-serif;
}

.section-text {
  text-align: left;
  margin-left: 25px;
  font-size: 16px;
  display: block;
  position: static;
}

.section-text img {
  float: left;
  margin-left: 15px;
  display: inline-block;
  box-shadow: 42px -42px #0c76bc91;
}

.section-text p {
  float: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.welcome-section {
  margin-top: 63px;
  font-family: Montserrat, sans-serif;
}

.hero-button {
  text-align: center;
  background-color: #f58126;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.hero-button.border {
  background-color: #f5812600;
  border: 3px solid #f58126;
}

.hero-button.border.black-text {
  color: #000;
}

.hero-button.side-bar {
  background-color: #f5812600;
  border: 3px solid #f58126;
}

.section-container {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
  inset: auto 0% 0%;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.join-button-wrapper {
  flex: 0 auto;
  display: none;
  position: static;
  inset: 0% 0% 0% auto;
}

.content-container {
  flex-direction: row;
  display: flex;
}

.rich-text-block {
  padding-left: 10px;
}

.side-bar-gutter {
  max-width: 30%;
  position: relative;
}

.main-content-wrapper {
  max-width: 70%;
}

.side-bar-wrapper {
  margin-top: -80px;
  position: sticky;
  top: 30px;
}

.side-bar-text-wrapper {
  background-color: #0c76bc;
  padding: 15px 30px;
}

.side-bar-key-info {
  background-color: #25aae1;
  flex-direction: column;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.side-bar-key-info.lower {
  background-color: #9b9b9b;
  margin-top: 10px;
}

.side-bar-key-info.lower.dofe {
  background-color: #dad9d9;
}

.side-bar-key-info-heading {
  color: #fff;
  margin-top: 1px;
  margin-bottom: 1px;
  font-size: 16px;
  font-weight: 400;
}

.side-bar-button-wrapper {
  margin-top: 10px;
}

.dropdown-link {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.hero-news-bar {
  background-color: #35be25c7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.news-bar-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.age-groups-wrapper {
  flex-flow: row;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.footer-social-media-wrapper {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.social-media-icon {
  min-height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.social-media-link {
  justify-content: center;
  align-items: center;
  max-width: 80px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.age-group-text {
  padding-left: 20px;
  padding-right: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 70vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.accordian-wrapper {
  padding: 5px 20px 5px 10px;
}

.accordian-item.sub {
  padding-left: 20px;
  padding-right: 20px;
}

.accordian-item-trigger {
  cursor: pointer;
  align-items: center;
  display: flex;
  position: relative;
}

.accordian-item-trigger:hover {
  color: #0043e0;
}

.faq-title:hover {
  color: #0c76bc;
}

.faq-arrow {
  position: absolute;
  inset: 12% 4% 0% auto;
}

.accordian-item-content {
  overflow: hidden;
}

.side-bar-text {
  color: #fff;
}

.highlight-wrapper {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.highlight-wrapper.middle {
  align-items: center;
}

.highlight-photo-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 40%;
  padding: 10px;
  display: flex;
}

.highlight-text-wrapper {
  width: 60%;
  padding: 10px;
}

.highlight-photo {
  box-shadow: -1px -1px 7px -4px #000;
}

.highlight-photo.no-shadow {
  box-shadow: none;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-field {
  margin-right: 10px;
}

.form-input-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.html-embed {
  padding-left: 10px;
  padding-right: 10px;
}

.form-label {
  align-items: center;
  display: flex;
}

.radio-button-wrapper {
  margin-left: 10px;
}

.form-button-wrapper {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.form-block {
  justify-content: center;
  width: 75%;
  padding: 10px;
  display: flex;
}

.success-message {
  justify-content: center;
  padding: 20px;
  display: flex;
}

.div-block-3 {
  text-align: center;
  background-color: #dddddd9c;
  width: 50%;
}

.text-block {
  padding: 20px;
}

.join-button {
  text-align: center;
  background-color: #f58126;
  min-width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.join-button.group-page {
  display: none;
}

.contact-form-block {
  justify-content: flex-start;
  width: 50%;
  margin-right: 10px;
  padding: 10px;
  display: none;
}

.contact-details-wrapper {
  display: flex;
}

.contact-details {
  width: 50%;
  margin-left: 10px;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-block-2 {
  padding-right: 10px;
}

.link {
  color: #2f00ff;
}

.form-button {
  text-align: center;
  background-color: #f58126;
  min-width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.background-image {
  display: none;
}

.highlight-heading {
  color: #af5400b8;
  max-width: 60px;
  position: relative;
  top: -43px;
  left: 140px;
  transform: rotate(-29deg);
}

.heading-3 {
  color: #af5400b8;
}

.button-wrapper {
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.recaptcha {
  margin-bottom: 10px;
}

.html-embed-2 {
  min-width: 100%;
  min-height: 100%;
  margin-top: 10px;
}

.div-block-5 {
  max-width: 150px;
  max-height: 50px;
}

.html-embed-3 {
  max-width: 100%;
  max-height: 100%;
}

.text-block-2 {
  position: relative;
}

.success-message-2 {
  align-self: center;
}

.error-message {
  z-index: 1;
  flex: 0 auto;
  order: 1;
  align-self: flex-end;
  position: absolute;
}

.js-clock {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  font-size: 20px;
  line-height: 20px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-family: Lato, sans-serif;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.dofe-logo-wrapper {
  margin-bottom: 10px;
}

.dofe-logo-image {
  height: 80px;
  max-height: 100%;
}

.div-block-6 {
  background-image: url('../images/DofE-logo-Background-Outright-Adventure.png');
  background-position: 50%;
  background-size: cover;
  min-width: 100%;
  min-height: 200px;
}

.paragraph, .paragraph-2, .dofe-paragraph {
  flex: 1;
}

@media screen and (max-width: 991px) {
  .navbar {
    position: relative;
    inset: 0% 0% auto;
  }

  .nav-menu {
    z-index: 1;
    display: block;
    position: static;
    inset: 0% 0% auto auto;
  }

  .div-age-groups {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .body {
    background-image: url('../images/Contour-Lines-Background.gif');
    background-repeat: repeat-y;
    background-size: 2750px;
    background-attachment: scroll;
  }

  .hero-button.border.black-text {
    width: 10%;
  }

  .join-button-wrapper {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .content-container {
    flex-direction: column;
  }

  .side-bar-gutter {
    flex: 0 auto;
    display: none;
  }

  .main-content-wrapper {
    max-width: 100%;
  }

  .age-groups-wrapper {
    flex-direction: column;
    justify-content: space-around;
  }

  .form-input-wrapper.vertical {
    flex-direction: column;
  }

  .join-button, .form-button {
    display: block;
  }

  .background-image {
    z-index: -1;
    background-image: url('../images/Contour-Lines-Background.gif');
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .highlight-heading {
    max-width: 60px;
    top: 32px;
    left: 265px;
  }

  .js-clock {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-section.pages {
    background-image: linear-gradient(#0000, #0000), url('../images/Pioneer-Fire-Lighting.JPG');
  }

  .age-group-section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-text-wrapper {
    background-color: #0c76bc9e;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    inset: auto;
  }

  .activities-section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-text img {
    display: none;
  }

  .welcome-section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-button {
    margin-top: 10px;
  }

  .footer {
    padding-left: 5px;
    padding-right: 5px;
  }

  .age-groups-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .faq-title {
    font-size: 20px;
  }

  .faq-arrow {
    margin-left: 20px;
    position: static;
    left: 2px;
  }

  .form-input-wrapper {
    flex-direction: column;
  }

  .contact-form-block {
    width: 100%;
  }

  .contact-details-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .contact-details {
    width: 100%;
  }

  .rich-text-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-image {
    z-index: -1;
    background-image: url('../images/Contour-Lines-Background.gif');
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .highlight-heading {
    left: -70px;
  }
}

@media screen and (max-width: 479px) {
  .hero-text-wrapper {
    background-color: #0c76bc9e;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .social-media-link {
    min-width: 40px;
  }

  .faq-title {
    font-size: 14px;
  }

  .highlight-wrapper {
    flex-direction: column;
  }

  .highlight-text-wrapper {
    width: 95%;
  }

  .form-input-wrapper, .form-button-wrapper {
    flex-direction: column;
  }

  .form-block {
    flex-direction: row;
    width: 100%;
    display: flex;
  }

  .div-block-4 {
    flex-direction: column;
  }
}

#w-node-ed24aef3-5669-b9e1-3003-42485baa6b10-e059f8ca {
  align-self: center;
}

#w-node-_7dff8db1-cd4f-216d-7e7e-28ae0e0f75a2-e059f8ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


