:root {
  --cove-green: #094e09;
  --cove-yellow: #dfa907;
  --forest-green: #032203;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.nav-menu {
  position: static;
}

.navbar {
  background-color: var(--cove-green);
  color: #aa991c;
  width: 100%;
  position: static;
}

.body {
  background-color: #fff;
}

.heading {
  color: var(--cove-yellow);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.section {
  background-image: url('../images/covecreekpark-logo.png');
  background-position: 0 0;
  background-size: auto;
}

.section-2 {
  background-color: var(--cove-green);
}

.section-3 {
  background-color: #105210;
}

.div-top {
  background-color: #fff;
}

.nav-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.navbar-2 {
  background-color: var(--cove-green);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.navbar-2.phone {
  display: none;
}

.container {
  background-color: var(--cove-green);
  width: 100%;
}

.nav-link {
  color: var(--forest-green);
  text-align: left;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.nav-link.w--current {
  color: var(--forest-green);
  font-size: 24px;
}

.nav-link-2, .nav-link-3 {
  color: var(--cove-yellow);
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-4 {
  background-color: var(--forest-green);
  padding-top: 40px;
  padding-bottom: 40px;
}

.slide {
  background-image: url('../images/drone.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 720px;
}

.slide-2 {
  background-image: url('../images/rainbow.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
}

.image {
  text-align: left;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-3 {
  background-color: var(--forest-green);
  background-image: url('../images/jesses-slide4-600x400.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 0;
}

.slide-nav {
  display: none;
}

.slide-4 {
  background-color: var(--forest-green);
  background-image: url('../images/rangers-600x400.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
}

.slide-5 {
  background-color: var(--forest-green);
  background-image: url('../images/jake-hitting-600x400.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
}

.slide-6 {
  background-color: var(--forest-green);
  background-image: url('../images/coaching-4-600x400.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
}

.slide-7 {
  background-color: var(--forest-green);
  background-image: url('../images/statue-3-533x400.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
}

.slide-8 {
  background-color: var(--forest-green);
  background-image: url('../images/on-the-fence-444x400.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
}

.slide-9 {
  background-color: var(--forest-green);
  background-image: url('../images/jake-and-jesse2-600x400.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
}

.mask, .slider {
  background-color: #fff;
  width: 100%;
}

.icon, .icon-2 {
  color: var(--cove-yellow);
}

.section-5 {
  opacity: 1;
  color: var(--forest-green);
  background-color: #0000;
  height: 600px;
}

.paragraph {
  color: #000;
  text-align: left;
  white-space: pre-wrap;
  word-break: normal;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.flex-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.bold-text {
  color: var(--forest-green);
  padding-left: 0;
  font-size: 16px;
}

.footer-light {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-2 {
  background-color: #fff;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  color: var(--forest-green);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  font-size: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/.');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  color: #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #000;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 78px;
}

.heading-2 {
  text-align: center;
  padding-top: 275px;
  font-family: Varela, sans-serif;
  font-size: 54px;
}

.div-block-3 {
  filter: blur(2px);
  background-image: url('../images/463742624_2874448199375349_3445974042717525922_n.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  height: 600px;
}

.div-block-3.under-nav2 {
  background-image: url('../images/parking-lot.jpg');
}

.div-block-3.under-nav3 {
  background-image: url('../images/90332851_1554986071321575_3711971196904931328_n.jpg');
  background-position: 50% 100%;
  background-attachment: fixed;
}

.div-block-3.under-nav-4 {
  filter: blur(3px);
  background-image: url('../images/jubilation2-1024x682.jpg');
  background-position: 50% 100%;
  background-attachment: fixed;
}

.div-block-3.under-nav5 {
  background-image: url('../images/jake-hitting-600x400.jpg');
  background-position: 50% 100%;
  background-attachment: fixed;
}

.div-block-3.under-nav6 {
  background-image: url('../images/463742624_2874448199375349_3445974042717525922_n.jpg');
  background-position: 50%;
  background-attachment: scroll;
}

.div-block-3.under-nav7 {
  filter: blur(2px);
  background-image: url('../images/fields-2-600x400.jpg');
  background-position: 50%;
}

.heading-3 {
  color: var(--cove-yellow);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 74px;
  font-weight: 500;
  position: relative;
  top: -375px;
}

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

.section-6 {
  background-color: var(--forest-green);
}

.section-6.section-31 {
  background-color: var(--cove-yellow);
}

.heading-4 {
  color: var(--cove-yellow);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.heading-5 {
  color: var(--cove-yellow);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 34px;
  font-weight: 500;
  text-decoration: none;
}

.heading-5.heading {
  color: var(--forest-green);
  padding-bottom: 10px;
  font-size: 38px;
}

.button {
  border: 2px solid var(--cove-yellow);
  background-color: var(--cove-yellow);
  color: var(--forest-green);
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.button:hover, .button.new {
  background-color: var(--forest-green);
  color: var(--cove-yellow);
}

.button.new:hover {
  border-color: var(--forest-green);
  background-color: var(--cove-yellow);
  color: var(--forest-green);
}

.div-block-4 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
}

.div-block-5 {
  padding-bottom: 10px;
  padding-left: 140px;
  padding-right: 108px;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-7 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-7.phone {
  display: none;
}

.section-8 {
  background-color: var(--forest-green);
}

.text-block {
  color: var(--forest-green);
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.icon-3 {
  color: var(--forest-green);
  font-size: 18px;
}

.dropdown-list {
  font-family: Georgia, Times, Times New Roman, serif;
}

.dropdown-list.w--open {
  color: var(--cove-yellow);
  font-family: Oswald, sans-serif;
  font-size: 16px;
}

.dropdown-link {
  border: 2px none var(--cove-green);
  box-shadow: 0 2px 5px 3px var(--forest-green);
  color: var(--forest-green);
  background-color: #fff;
  border-radius: 0;
  font-weight: 400;
}

.dropdown-link-2, .dropdown-link-3 {
  color: var(--forest-green);
}

.grid-3 {
  grid-template-rows: auto;
}

.link {
  flex-flow: column;
  display: flex;
}

.div-block-7 {
  flex-flow: column;
  padding-left: 10px;
  display: flex;
}

.div-block-8 {
  display: flex;
}

.link-2 {
  color: var(--forest-green);
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link-2:hover {
  color: var(--cove-yellow);
}

.heading-6 {
  color: var(--forest-green);
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.heading-7 {
  font-family: PT Sans, sans-serif;
}

.heading-8 {
  color: var(--forest-green);
  font-family: Oswald, sans-serif;
  display: block;
}

.heading-8.phone {
  display: none;
}

.bold-text-2 {
  color: var(--forest-green);
  font-family: PT Sans, sans-serif;
  font-size: 22px;
}

.bold-text-3 {
  color: var(--forest-green);
  font-size: 22px;
}

.link-3 {
  color: var(--forest-green);
}

.link-3:hover {
  color: var(--cove-yellow);
}

.link-4 {
  color: var(--forest-green);
  font-family: PT Sans, sans-serif;
  font-size: 18px;
}

.link-4:hover {
  color: var(--forest-green);
}

.div-block-9 {
  padding-left: 10px;
}

.bold-text-4 {
  text-decoration: none;
}

.bold-text-4:hover {
  color: var(--cove-yellow);
}

.section-9 {
  background-color: var(--cove-yellow);
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
}

.list {
  color: var(--forest-green);
  padding-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  padding-bottom: 10px;
}

.list-2 {
  color: var(--forest-green);
  padding-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15 {
  padding-bottom: 10px;
}

.div-block-10 {
  width: 100%;
  height: 75px;
}

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

.heading-9 {
  color: var(--forest-green);
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: PT Sans, sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-decoration: underline;
}

.heading-9.heading-10 {
  background-color: var(--cove-yellow);
  text-align: left;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 0;
  font-size: 24px;
  text-decoration: none;
}

.bold-text-5 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.div-block-11 {
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-5 {
  color: var(--cove-yellow);
  background-color: #0000;
  padding-left: 5px;
  padding-right: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.link-5 {
  background-color: var(--forest-green);
  color: var(--cove-yellow);
  text-align: center;
  border-radius: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.link-5:hover {
  background-color: var(--cove-yellow);
  color: var(--forest-green);
}

.section-11 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.italic-text, .italic-text-2 {
  font-size: 28px;
}

.div-block-12 {
  display: none;
}

.form-block {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field, .text-field-2, .text-field-3 {
  width: 33%;
}

.form {
  flex-flow: column;
  display: flex;
}

.field-label {
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.div-block-13 {
  display: flex;
}

.select-field {
  width: 10%;
}

.field-label-2 {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.field-label-3 {
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.div-block-14 {
  display: flex;
}

.text-field-4 {
  width: 20%;
}

.div-block-15 {
  display: flex;
}

.field-label-4 {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.field-label-5 {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.text-field-5, .text-field-6, .text-field-7, .text-field-8, .text-field-9 {
  width: auto;
}

.div-block-16 {
  display: flex;
}

.field-label-6 {
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.div-block-17 {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-label-7 {
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  display: block;
}

.div-block-18 {
  display: flex;
}

.field-label-8 {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10px;
  display: grid;
}

.text-block-2, .checkbox-field {
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox-label {
  padding-left: 5px;
}

.heading-11 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.submit-button {
  display: none;
}

.code-embed {
  width: 100%;
  height: 600px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.link-6 {
  color: var(--forest-green);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.div-block-20 {
  background-color: var(--cove-yellow);
  justify-content: center;
  align-items: center;
  height: 80px;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.div-block-20:hover {
  background-color: #9e8128;
}

.heading-13, .heading-14 {
  display: none;
}

.heading-16 {
  color: var(--cove-yellow);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 0;
  font-family: PT Sans, sans-serif;
  font-size: 44px;
  display: flex;
}

.section-23 {
  background-color: var(--forest-green);
}

.hide, .image-3 {
  display: none;
}

.dropdown-toggle-2 {
  font-size: 24px;
  display: block;
  position: relative;
}

.dropdown-toggle-3, .dropdown-toggle-4 {
  display: block;
}

.heading-17 {
  color: var(--forest-green);
  text-align: center;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.heading-18 {
  color: var(--cove-yellow);
  text-align: center;
  margin-top: 10px;
  font-family: PT Sans, sans-serif;
}

.div-block-21 {
  background-color: var(--forest-green);
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .section-2, .nav-menu-2, .navbar-2 {
    background-color: var(--forest-green);
  }

  .section-5 {
    display: none;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .div-block-3.under-nav2 {
    display: none;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .icon-4 {
    color: var(--cove-yellow);
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .section-2 {
    background-color: var(--forest-green);
    height: 100%;
  }

  .nav-menu-2 {
    background-color: #fff;
    height: 100%;
    position: static;
  }

  .navbar-2 {
    background-color: var(--forest-green);
    display: block;
  }

  .navbar-2.phone {
    display: block;
  }

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

  .section-4 {
    font-size: 18px;
  }

  .icon, .icon-2 {
    font-size: 24px;
  }

  .section-5 {
    display: none;
  }

  .paragraph {
    text-align: center;
    padding-top: 20px;
  }

  .flex-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .flex-block.phone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .bold-text {
    text-align: left;
    font-size: 14px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .image-2 {
    padding-left: 0;
  }

  .div-block-3.under-nav2 {
    display: flex;
  }

  .heading-4 {
    text-align: center;
  }

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

  .button {
    font-size: 19px;
  }

  .grid-2 {
    flex-flow: column;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-5 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .section-7.phone {
    padding-top: 10px;
    display: block;
  }

  .section-8 {
    display: none;
  }

  .dropdown-list {
    position: relative;
  }

  .dropdown-list.w--open {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: block;
    position: relative;
  }

  .dropdown-link {
    border-color: var(--forest-green);
    box-shadow: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .grid-3 {
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-8 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: none;
  }

  .heading-8.phone {
    display: flex;
  }

  .heading-8.phone.heading-15 {
    background-color: var(--cove-yellow);
    color: var(--forest-green);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-9 {
    flex-flow: column;
  }

  .grid-4 {
    flex-flow: column;
    display: flex;
  }

  .list {
    padding-top: 10px;
    padding-right: 10px;
  }

  .list-2 {
    padding-right: 10px;
  }

  .section-10 {
    padding-top: 0;
  }

  .heading-9 {
    background-color: var(--cove-yellow);
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 38px;
    text-decoration: none;
  }

  .heading-9.heading-10 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  .bold-text-5 {
    font-size: 15px;
  }

  .bold-text-5.num {
    font-size: 24px;
  }

  .div-block-11 {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-5 {
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .section-11 {
    padding-top: 0;
  }

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

  .link-6 {
    text-align: center;
    padding: 5px 10px;
  }

  .div-block-20.hide {
    display: none;
  }

  .icon-4:hover {
    color: var(--cove-yellow);
  }

  .section-12 {
    display: none;
  }

  .heading-12 {
    color: var(--cove-yellow);
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    font-family: PT Sans, sans-serif;
    display: flex;
  }

  .section-13 {
    display: none;
  }

  .heading-13 {
    color: var(--forest-green);
    text-transform: uppercase;
    flex-flow: column;
    margin-top: 10px;
    font-family: PT Sans, sans-serif;
    display: flex;
  }

  .section-14 {
    display: none;
  }

  .section-15 {
    flex-flow: column;
    display: flex;
  }

  .heading-14 {
    color: var(--cove-yellow);
    text-align: center;
    font-family: PT Sans, sans-serif;
    display: block;
  }

  .heading-14.heading-15 {
    background-color: var(--cove-yellow);
    color: var(--forest-green);
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-16, .section-17, .section-18, .section-19, .section-20, .section-21 {
    display: none;
  }

  .heading-15 {
    color: var(--cove-yellow);
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .section-22 {
    padding-right: 0;
  }

  .dropdown, .dropdown-2, .dropdown-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .menu-button {
    background-color: var(--forest-green);
  }

  .menu-button:hover {
    color: var(--forest-green);
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--forest-green);
  }

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

  .hide {
    display: none;
  }

  .image-3 {
    display: block;
  }

  .menu-button-2 {
    background-color: var(--forest-green);
  }

  .menu-button-2.w--open {
    background-color: #042b04;
  }

  .heading-18 {
    color: var(--forest-green);
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
  }

  #w-node-_04687f45-5a7a-75ee-e66a-523d646645a1-8c880977 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


