@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --border: .25rem;
  --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;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Julius Sans One, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

a {
  text-decoration: underline;
}

li {
  font-family: Crimson Text, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

.brand {
  border-right: 1px solid #fff;
  flex: 0 auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 0;
  display: block;
}

.navbar {
  background-color: #000c;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar.bignavbar {
  background-color: #0003;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.logoimg {
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.logoimg.bignavlogo {
  margin-left: 40px;
}

.nav-menu {
  margin-top: 50px;
  margin-bottom: 0;
}

.nav-menu.big-nav-menu {
  margin-top: 107px;
}

.container {
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navlink {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Julius Sans One, sans-serif;
  font-weight: 400;
  transition: all .267s;
}

.navlink:hover {
  background-image: linear-gradient(to top, #a0a0a021, #fff0);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transform: scale(1.02);
}

.navlink.w--current {
  color: #fff;
  background-image: linear-gradient(#0000, #ffffff21);
}

.navlink.applynownav {
  background-image: linear-gradient(#0d009ec2, #0d009ec2);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.navlink.applynownav:hover {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navlink.insta {
  color: #f66161;
  font-family: "Fa brands 400", sans-serif;
  font-size: 25px;
}

.slider {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 32px -7px #0000002b, 0 8px 18px -9px #00000080;
}

.slide {
  background-image: url('../images/PloverLake-23.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  transition: transform .3s;
}

.slide-2 {
  background-image: url('../images/PloverLake-65.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-3 {
  background-image: url('../images/PloverLake-52.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.arrowicon {
  z-index: 100;
  color: #ffffff80;
}

.slide-nav {
  font-size: 8px;
}

.footer {
  background-image: url('../images/texturebackground.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.copyright {
  background-image: linear-gradient(#000, #000);
  justify-content: space-between;
  padding: 10px 3%;
  display: flex;
  overflow: hidden;
}

.text-block {
  color: #4b4b4b;
  font-family: Crimson Text, sans-serif;
  font-weight: 400;
  line-height: 14px;
  display: inline-block;
}

.link {
  color: #909090;
}

.applynowsection {
  border-top: 10px solid #000;
  border-bottom: 10px solid #000;
}

.applynowsection.hide {
  display: none;
}

.applynowcolumnstaff {
  background-image: linear-gradient(#0006, #0006), url('../images/PloverLake-57.webp');
  background-position: 0 0, 50% -36px;
  background-size: auto, cover;
  border-left: 5px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.h2white {
  background-image: linear-gradient(#00000080, #00000080), url('../images/PloverLake-66.webp');
  background-position: 0 0, 50% 75%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-right: 5px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  line-height: 30px;
}

.heading.highlight-small {
  color: #03eeff;
}

.h3white {
  color: #fff;
  margin-top: 10px;
}

.button {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#0d009ec2, #0d009ec2);
  border-radius: 5px;
  width: 40%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-family: Julius Sans One, sans-serif;
  transition: all .333s;
}

.button:hover {
  background-image: linear-gradient(#00000069, #00000069), linear-gradient(28deg, #a0000087, #5f52ff8a 68%);
}

.button.campsbutt {
  background-image: linear-gradient(#1a19bb, #1a19bb);
  width: auto;
  margin-bottom: 35px;
  padding: 12px 40px;
}

.button.campsbutt.hide {
  display: none;
}

.button.formbutton {
  background-image: linear-gradient(#0d009ec2, #0d009ec2);
  margin-top: 0;
}

.button.apply {
  text-align: center;
  align-self: stretch;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  font-size: 24px;
  display: block;
}

.button.apply.staff {
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.apply.hide {
  display: none;
}

.button.apply.active {
  background-image: linear-gradient(#1a9e00c2, #1a9e00c2);
}

.button.apply.active:hover {
  background-image: linear-gradient(28deg, #a00000b5, #5f52ffb5 68%);
}

.button.pit-home {
  margin-top: 0;
  margin-bottom: 25px;
  padding: 25px 40px;
  font-size: 30px;
  box-shadow: 1px 1px 3px #000;
}

.button.camperapply {
  text-align: center;
  background-image: linear-gradient(#1a9e00c2, #1a9e00c2);
  width: 66%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
  font-size: 40px;
  display: block;
}

.button.camperapply:hover {
  background-image: linear-gradient(28deg, #a00000b5, #5f52ffb5 68%);
}

.button.camperapply.hide {
  display: none;
}

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

.button.wide {
  width: 100%;
  margin-top: 10px;
}

.button.wide.hide {
  display: none;
}

.button.wide.home-apply {
  background-image: linear-gradient(#1a9e00c2, #1a9e00c2);
}

.button.wide.home-apply:hover {
  background-image: linear-gradient(28deg, #a00000b5, #5f52ffb5 68%);
}

.button.wide.home-apply.hide {
  display: none;
}

.button.registration {
  text-align: center;
  background-image: linear-gradient(#1a9e00c2, #1a9e00c2);
  width: 66%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
  font-size: 40px;
  display: block;
}

.button.registration:hover {
  background-image: linear-gradient(28deg, #a00000b5, #5f52ffb5 68%);
}

.button.registration.hide {
  display: none;
}

.schedh2 {
  color: #000;
  text-align: center;
  text-shadow: 0 0 #000, 1px 0 #000, 2px -1px #000, 3px -1px #00e0ff, 4px -1px #00e0ff, 5px -2px #00e0ff, -1px 0 #dbdbdb;
  border-bottom: 2px solid #00e0ff;
  width: 75%;
  margin: 0 auto 60px;
  font-size: 40px;
}

.campcolumn {
  padding-left: 10px;
}

.campscheddiv {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  padding: 10px 8% 50px;
  display: flex;
  box-shadow: 1px 1px 8px -1px #04111324, inset 0 0 50px 7px #00849600;
}

.campscheddiv.is-hidden {
  display: none;
}

.campinfosection {
  background-image: linear-gradient(#ffffff45, #ffffff45);
  height: auto;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding: 80px 4% 50px;
  overflow: hidden;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Julius Sans One, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-3 {
  color: #000;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 0;
  font-family: Julius Sans One, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.list-item {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.2;
}

.unordered-list {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-left: 25px;
}

.unordered-list.hide {
  display: none;
}

.everythingsectionhead {
  background-image: linear-gradient(#252525, #252525);
}

.everythingheader {
  direction: ltr;
  color: #fff;
  text-align: center;
  background-image: none;
  border: 1px #fff;
  border-radius: 20px;
  margin: 45px auto;
  padding: 20px 0;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
}

.everythingheader:hover {
  background-image: none;
}

.everything {
  background-image: linear-gradient(#ffffffa1, #ffffffa1), url('../images/PloverLake-46.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 20px;
  overflow: hidden;
}

.programsection {
  padding-top: 10px;
  padding-bottom: 40px;
}

.paragraph {
  margin-top: 30px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.x {
  color: #00000082;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 400;
  display: inline-block;
  position: static;
  top: 15px;
  left: 94%;
  right: 0;
}

.xdivclose {
  display: inline-block;
  position: relative;
  top: 15px;
  left: 91%;
  right: 0;
}

.link-block {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.link-block:hover {
  transform: scale(1.01);
}

.images {
  grid-row-gap: 2.5rem;
  flex-wrap: wrap;
  place-content: center space-around;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.div-block {
  background-image: url('../images/PloverLake-67.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 95%;
  height: 250px;
  padding-right: 13px;
}

.image-1 {
  border-radius: 5px;
  width: 50%;
  margin-top: 0%;
}

.image-2 {
  width: 30%;
  margin-top: 0;
  margin-left: 0%;
}

.image-3 {
  width: 30%;
  margin-left: 0%;
  position: relative;
  bottom: 2.5rem;
}

.image-4 {
  width: 50%;
  margin-top: 0%;
  margin-left: 0%;
}

.image-5 {
  margin-top: 0%;
  margin-bottom: 0;
  position: static;
  top: -49%;
  left: 1%;
  box-shadow: 1px 1px 3px #0000002b;
}

.contactrow {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/EndWood.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 15px;
  box-shadow: 7px 0 20px -18px #000;
}

.contactrow.no-overlay {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/EndWood.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.map {
  width: 400px;
  height: 400px;
  margin-top: 25px;
  box-shadow: 0 0 14px -2px #0000006e;
}

.contactformcolumn {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
}

.text-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #0000001f;
  border-radius: 8px;
  font-family: Crimson Text, sans-serif;
  box-shadow: 1px 1px 3px #00000038;
}

.text-field.half {
  border: 1px solid #0000001f;
  width: 49%;
  display: inline-block;
}

.text-field._70 {
  width: 69%;
  display: inline-block;
}

.text-field._30 {
  width: 29%;
  display: inline-block;
}

.text-field._33 {
  width: 33%;
  display: inline-block;
}

.text-field.hide {
  display: none;
}

.text-field-2 {
  border-style: none;
}

.select-field {
  background-color: #c7c7c7b3;
  border-style: none;
  font-family: Crimson Text, sans-serif;
  box-shadow: 1px 1px 3px #00000036;
}

.select-field.half {
  width: 48%;
}

.textarea {
  background-color: #fff;
  border-radius: 8px;
  font-family: Crimson Text, sans-serif;
  box-shadow: 1px 1px 3px #00000036;
}

.contactformh2 {
  border: 1px #000;
  border-bottom-style: solid;
  width: auto;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: Julius Sans One, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.contactformh2.text-title {
  font-size: 24px;
}

.contactformtext {
  width: auto;
  font-family: Crimson Text, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.contactformtext.bold {
  font-weight: 700;
}

.form {
  width: 400px;
  margin-top: 40px;
}

.locationcolumn {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.staff-applysection {
  margin-top: 90px;
  margin-bottom: 60px;
  padding-top: 0;
  display: block;
}

.camperapplywrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body {
  overflow: scroll;
}

.staffapplywrapper {
  width: 50%;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.applyselect {
  border-top: 10px solid #000;
  border-bottom: 10px solid #000;
  margin-top: 91px;
}

.applyselectstaff {
  text-align: center;
  background-image: linear-gradient(#0006, #0006), url('../images/PloverLake-45.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-left: 5px solid #000;
  border-right: 5px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.applyselectcamper {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/PloverLake-28.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-left: 5px solid #000;
  border-right: 5px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.apply-form {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.campapplysection {
  margin-top: 92px;
  margin-bottom: 60px;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.heading-4 {
  font-size: 24px;
  line-height: 1.2;
}

.heading-5 {
  font-size: 20px;
}

.heading-5.sml {
  font-size: 16px;
}

.contactformtextdiv {
  width: 80%;
}

.camperapplyabout {
  position: relative;
}

.campaboutopen {
  background-image: linear-gradient(#000, #000);
}

.xdivclosecamp, .xdivclosestaff {
  display: inline-block;
  position: relative;
  top: 15px;
  left: 91%;
  right: 0;
}

.campaboutlink {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.campaboutlink:hover {
  transform: scale(1.01);
}

.pitaboutlink {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.pitaboutlink:hover {
  transform: scale(1.01);
}

.staffapplyabout {
  position: relative;
}

.applyaboutinfo {
  border-bottom: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 40px;
}

.camperapplyclose {
  background-image: linear-gradient(#ff000087, #ff000087);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.applicationclose {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.staffapplyclose {
  background-image: linear-gradient(#ff000087, #ff000087);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.contact-marker {
  width: 100%;
  height: 0;
  overflow: hidden;
}

.campinfosectionmobile {
  background-image: linear-gradient(#6d6d6d45, #6d6d6d45);
  height: 100vh;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding: 80px 4% 50px;
}

.sof-heading {
  text-align: center;
  font-size: 30px;
}

.sof-heading.sml {
  font-size: 16px;
}

.staff-apply-btn-wrapper {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.staff-reapplysection {
  margin-top: 90px;
  margin-bottom: 60px;
  padding-top: 0;
  display: block;
}

.label {
  color: #333;
  font-family: Crimson Text, sans-serif;
  font-size: 16px;
}

.checkbox-field {
  width: 100%;
  margin-top: 10px;
  padding-left: 60px;
}

.donate-section {
  color: #1e2bb3;
  background-color: #0000;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.donate-header {
  color: #1e2bb3;
  text-align: center;
  width: 66%;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  line-height: 40px;
  text-decoration: none;
}

.paragraph-2 {
  text-align: center;
}

.atbcares-wrapper {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.atbcares {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.givenow-text {
  text-align: center;
  margin-top: 0;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.underline {
  background-color: #1c23b7;
  height: 1px;
  margin-bottom: 20px;
}

.form-block {
  display: none;
}

.pit-apply-section {
  margin-top: 90px;
  margin-bottom: 60px;
  padding-top: 0;
  display: block;
  overflow: scroll;
}

.pit-rt {
  margin-top: 35px;
}

.pit-rt li {
  font-size: 16px;
}

.pit-rt h4 {
  margin-bottom: 0;
}

.pitapplyclose {
  background-image: linear-gradient(#ff000087, #ff000087);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.pitapplyabout {
  position: relative;
}

.campaboutopen-copy {
  background-image: linear-gradient(#000, #000);
}

.html-embed {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.applyselectpit {
  text-align: center;
  background-image: linear-gradient(#0006, #0006), url('../images/PloverLake-56.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-left: 5px solid #000;
  border-right: 5px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.form-label {
  width: 100%;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 16px;
}

.sliderwrap {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsdiv {
  z-index: 800;
  background-color: #ffffffd4;
  background-image: linear-gradient(#ffffff73, #ffffff73), url('../images/corkboard.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-wrap: wrap;
  width: 40%;
  padding: .5% 5% 2%;
  display: flex;
  position: absolute;
  bottom: 10%;
  left: 0;
  box-shadow: 4px 4px 18px -3px #00000070;
}

.newsdiv.hide {
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  padding: 80px 10% 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.newsdiv-h1 {
  color: #000;
  text-align: center;
  border-bottom: 1px solid #000;
  width: 100%;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

.home-pit-section {
  background-image: url('../images/PloverLake-40.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  box-shadow: inset 0 0 8px #0000004d;
}

.home-pit-rt {
  color: #fff;
  background-color: #0000;
  padding: 0;
}

.container-2 {
  text-align: center;
  background-color: #000c;
  padding: 30px;
  box-shadow: 1px 1px 16px #00000040;
}

.body-2 {
  overflow: scroll;
}

.section {
  margin-top: 92px;
  display: block;
}

.campsched__wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
}

.campsched__card-title-wrap {
  width: 100%;
}

.bulletin-div {
  background-color: #ff8787;
  width: 70%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 20px 15px;
  box-shadow: 0 4px 8px 1px #00000047;
}

.bulletin-div.rd {
  background-color: #1a9e00c2;
}

.bulletin-div.yellow {
  color: #415233;
  background-color: #fff47e;
  width: 20%;
  margin-bottom: 20px;
  font-style: italic;
}

.bulletin-text {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
}

.bulletin-text.white {
  color: #fff;
}

.camp-description__text {
  margin-top: 30px;
  font-family: Crimson Text, sans-serif;
  font-size: 16px;
}

.container-3 {
  flex-direction: column;
  display: flex;
}

.footer__insta {
  color: #f66161;
  border-left: 1px solid #414141;
  margin-left: 20px;
  padding-left: 20px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}

.footer__div {
  align-items: center;
  display: flex;
}

.donate__div-wrap {
  color: #141c75;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 11px -3px #6c93d680;
}

.donate__div-wrap.wide {
  padding-bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
}

.donate__h3 {
  font-size: 30px;
}

.donate__p {
  font-size: 18px;
  line-height: 1.2;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.donate__canadahelps {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-2 {
  line-height: 0;
}

.page-title {
  direction: ltr;
  color: #fff;
  text-align: center;
  background-image: none;
  border: 1px #fff;
  border-radius: 20px;
  margin: 45px auto 0;
  padding: 20px 0;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
}

.page-title:hover {
  background-image: none;
}

.page-subtitle {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Julius Sans One, sans-serif;
  font-weight: 400;
}

.update__rt {
  margin-top: 40px;
  line-height: 1.5em;
}

.update__rt p {
  margin-bottom: 18px;
}

.announcements-bar-home {
  z-index: 5;
  border-radius: var(--border);
  background-image: linear-gradient(#46a8bbcc, #46a8bbcc);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.announcements__rt {
  color: #fff;
  text-align: center;
  width: 85%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.announcements__rt h5 {
  margin-bottom: 0;
  font-family: Julius Sans One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.announcements__rt h3 {
  color: #fff;
  margin-top: 10px;
}

.announcements__rt a {
  color: #fff;
}

.announcements__rt.is-hidden {
  display: none;
}

.announcement-small {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Julius Sans One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: underline;
}

.announcement-small.is-hidden {
  display: none;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: 90px;
  padding: 70px;
  display: flex;
}

.camp-embed_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: 90px;
  padding: 50px;
  display: flex;
}

.announcements-wrap {
  grid-row-gap: 20px;
  color: #000;
  flex-direction: column;
  align-items: center;
  width: 900px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.html-embed-2 {
  width: 100%;
  height: 400px;
}

.bold-paragraph-heading {
  font-size: 1.5rem;
}

.is---hidden {
  display: none;
}

.old-link-wrap {
  color: #141c75;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 11px -3px #6c93d680;
}

.old-link-wrap.wide {
  padding-bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
}

.old-link-wrap.wide.is---hidden {
  display: none;
}

.overlay-div {
  pointer-events: none;
  background-image: linear-gradient(#0009, #0009);
  display: none;
  position: absolute;
  inset: 0%;
}

.heading_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.camp-embed_wrap {
  margin-bottom: 5rem;
}

html.w-mod-js [data-ix="section-2-initial"], html.w-mod-js [data-ix="camper-about-initial"], html.w-mod-js [data-ix="staffaboutinitial"], html.w-mod-js [data-ix="camperapplicationinitial"], html.w-mod-js [data-ix="stafferapplicationinitial"] {
  opacity: 0;
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="image-1"] {
  opacity: 0;
  transform: translate(-400px);
}

html.w-mod-js [data-ix="image-4"] {
  transform: scale(.05);
}

html.w-mod-js [data-ix="image-2"] {
  transform: scale(.1)rotate(-20deg)skewX(-37deg)skewY(0);
}

html.w-mod-js [data-ix="image-3"] {
  opacity: .01;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    float: none;
    text-align: left;
    margin-top: 0;
  }

  .navlink {
    text-align: center;
    background-color: #000000ad;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .slider {
    width: 100vw;
  }

  .button {
    width: 60%;
  }

  .button.apply {
    width: 66%;
  }

  .button.apply.staff {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.camperapply, .button.registration {
    font-size: 30px;
    line-height: 1.3px;
  }

  .schedh2 {
    width: 100%;
  }

  .campscheddiv {
    width: 100%;
    margin: 0 .5%;
  }

  .everythingheader {
    margin: 30px 0;
  }

  .link-block {
    justify-content: space-around;
  }

  .image-1 {
    max-width: 50%;
  }

  .image-2 {
    max-width: 40%;
  }

  .image-3 {
    max-width: 30%;
  }

  .image-4 {
    max-width: 50%;
  }

  .map {
    width: 100%;
  }

  .contactformcolumn {
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-field, .text-field.half, .text-field._70, .text-field._30, .text-field._33 {
    border: 1px solid #0000001f;
  }

  .contactformh2 {
    width: auto;
    font-size: 25px;
    line-height: 1.2;
  }

  .contactformtext {
    width: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .form {
    width: 100%;
  }

  .locationcolumn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .staff-applysection {
    margin-top: 85px;
  }

  .camperapplywrapper, .staffapplywrapper {
    width: 80%;
  }

  .applyselect {
    margin-top: 86px;
  }

  .applyselectstaff, .applyselectcamper {
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    padding-left: 0%;
    padding-right: 0%;
  }

  .campapplysection {
    margin-top: 86px;
    margin-bottom: 0;
  }

  .heading-5.sml {
    margin-top: 10px;
  }

  .contactform {
    width: 100%;
  }

  .menu-button {
    color: #fff;
    top: 13px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .campaboutlink, .pitaboutlink {
    justify-content: space-around;
  }

  .sof-heading {
    margin-top: 30px;
  }

  .staff-apply-btn-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .staff-reapplysection {
    margin-top: 85px;
  }

  .donate-header {
    font-size: 30px;
  }

  .pit-apply-section {
    margin-top: 85px;
  }

  .applyselectpit {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/PloverLake-56.webp');
    background-position: 0 0, 50% -218px;
    background-size: auto, cover;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
  }

  .newsdiv {
    width: 75%;
  }

  .newsdiv.hide {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-pit-section {
    background-image: url('../images/PloverLake-40.webp');
    background-position: 0;
    background-size: cover;
    background-attachment: fixed;
  }

  .campsched__wrap {
    flex-wrap: wrap;
    place-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .donate__div-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .donate__p {
    font-size: 16px;
  }

  .page-title {
    margin: 30px 0;
  }

  .announcements-wrap {
    width: auto;
  }

  .old-link-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading_wrap {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    margin-top: 0;
  }

  .applynowcolumnstaff {
    background-image: linear-gradient(#0006, #0006), url('../images/PloverLake-57.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .heading {
    font-size: 24px;
    line-height: 24px;
  }

  .h3white {
    text-align: center;
  }

  .button {
    width: 80%;
  }

  .button.apply.staff {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.camperapply, .button.registration {
    margin-bottom: 0;
    font-size: 24px;
  }

  .campscheddiv {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .campinfosection {
    height: auto;
  }

  .heading-3 {
    cursor: pointer;
  }

  .everythingheader {
    margin: 10px 0;
    font-size: 20px;
  }

  .everything {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-block {
    justify-content: space-around;
  }

  .images {
    height: auto;
  }

  .contactformcolumn {
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .locationcolumn {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .arrow {
    max-width: 30%;
  }

  .camperapplywrapper, .staffapplywrapper {
    width: 95%;
  }

  .applyselectstaff, .applyselectcamper {
    border-style: solid;
    border-width: 5px;
  }

  .campapplysection {
    margin-bottom: 0;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 22px;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 20px;
  }

  .contactformtextdiv {
    width: 100%;
  }

  .campaboutlink, .pitaboutlink {
    justify-content: space-around;
  }

  .applyaboutinfo {
    padding-left: 15px;
    padding-right: 15px;
  }

  .campinfosectionmobile {
    height: auto;
  }

  .jrboysinfodiv-mobile, .teeninfodiv-mobile, .jrgirlsinfodiv-mobile {
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    display: flex;
  }

  .teencampheaderlink, .girlscampheaderlink, .boyscampheaderlink-copy {
    cursor: pointer;
    width: 100%;
    text-decoration: none;
  }

  .sof-heading {
    font-size: 20px;
    line-height: 20px;
  }

  .staff-apply-btn-wrapper {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .donate-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .donate-header {
    font-size: 26px;
  }

  .applyselectpit {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/PloverLake-56.webp');
    background-position: 0 0, 50% 37%;
    border-style: solid;
    border-width: 5px;
  }

  .sliderwrap {
    height: auto;
    min-height: 100vh;
  }

  .newsdiv {
    width: 100%;
    padding-bottom: 5%;
    bottom: 0%;
  }

  .campsched__wrap {
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: stretch;
  }

  .bulletin-div {
    width: 90%;
  }

  .bulletin-div.yellow {
    width: 90%;
    margin-bottom: 30px;
  }

  .bulletin-text {
    font-size: 14px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .page-title {
    margin: 10px 0;
    font-size: 20px;
  }

  .announcements-bar-home {
    width: 90%;
  }

  .announcements__rt h3 {
    font-size: 20px;
    line-height: 1.3em;
  }

  .heading_wrap {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 16px;
  }

  .nav-menu {
    margin-top: 0;
  }

  .applynowsection {
    border-top-style: none;
    border-bottom-style: none;
  }

  .applynowcolumnstaff, .h2white {
    border: 5px solid #000;
  }

  .heading.highlight-small {
    font-size: 18px;
  }

  .button.apply, .button.apply.staff {
    width: 100%;
  }

  .button.pit-home {
    font-size: 25px;
  }

  .button.camperapply, .button.registration {
    width: 95%;
    margin-bottom: 0;
    font-size: 24px;
  }

  .schedh2 {
    font-size: 30px;
  }

  .campscheddiv {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-2 {
    font-size: 14px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .list-item {
    font-size: 12px;
  }

  .everythingheader {
    max-width: 50%;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .xdivclose {
    left: 85%;
  }

  .link-block {
    justify-content: space-around;
  }

  .images {
    flex-flow: column;
  }

  .image-1 {
    width: 80%;
    max-width: 80%;
    margin-top: 10px;
  }

  .image-2 {
    width: 50%;
    max-width: 60%;
    margin-top: 10px;
  }

  .image-4 {
    width: 80%;
    max-width: 80%;
    margin-top: 10px;
  }

  .contactformcolumn {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-field.half, .text-field._70, .text-field._30, .text-field._33 {
    width: 100%;
  }

  .contactformh2 {
    font-size: 18px;
    line-height: 20px;
  }

  .contactformh2.text-title {
    font-size: 16px;
    line-height: 1.2;
  }

  .contactformtext {
    font-size: 16px;
    line-height: 18px;
  }

  .locationcolumn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .arrow {
    max-width: 10%;
  }

  .staffapplywrapper {
    width: 95%;
  }

  .applyselectstaff, .applyselectcamper {
    padding-left: 7%;
    padding-right: 7%;
  }

  .campapplysection {
    margin-bottom: 0;
  }

  .image-6 {
    max-width: 80%;
  }

  .contactformtextdiv {
    width: 100%;
  }

  .xdivclosecamp, .xdivclosestaff {
    left: 85%;
  }

  .campaboutlink, .pitaboutlink {
    justify-content: space-around;
  }

  .staff-apply-btn-wrapper {
    display: none;
  }

  .donate-header {
    font-size: 24px;
    line-height: 24px;
  }

  .bold-text {
    line-height: 10px;
  }

  .newsdiv.hide {
    width: 100%;
  }

  .newsdiv-h1 {
    font-size: 16px;
    line-height: 20px;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .campsched__wrap {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .bulletin-div, .bulletin-div.yellow {
    width: 100%;
  }

  .bulletin-text {
    font-size: 12px;
    line-height: 1.3em;
  }

  .grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .page-title {
    max-width: 50%;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .announcements-bar-home {
    width: 90%;
  }
}

#w-node-_5115e41c-a536-66f4-66bb-5770887aae35-0e53176d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_750c34c2-a849-ce98-7f47-0177b50dc346-0e53176d {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_7084b771-23c9-0a70-16b3-f899a26afcd3-0e53176d {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_72768ecf-052d-52ca-e677-e75ca416607e-0e53176d {
  grid-area: 1 / 1 / 2 / 7;
}

@media screen and (max-width: 991px) {
  #w-node-_5115e41c-a536-66f4-66bb-5770887aae35-0e53176d {
    grid-column-start: 1;
  }

  #w-node-_750c34c2-a849-ce98-7f47-0177b50dc346-0e53176d {
    grid-column-end: 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5115e41c-a536-66f4-66bb-5770887aae35-0e53176d, #w-node-_750c34c2-a849-ce98-7f47-0177b50dc346-0e53176d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7084b771-23c9-0a70-16b3-f899a26afcd3-0e53176d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_72768ecf-052d-52ca-e677-e75ca416607e-0e53176d {
    grid-area: 1 / 1 / 2 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5115e41c-a536-66f4-66bb-5770887aae35-0e53176d, #w-node-_750c34c2-a849-ce98-7f47-0177b50dc346-0e53176d, #w-node-_7084b771-23c9-0a70-16b3-f899a26afcd3-0e53176d, #w-node-_72768ecf-052d-52ca-e677-e75ca416607e-0e53176d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}