:root {
  --blue: #a2daf0;
  --bot: #60a9f7;
  --63: #a1a1a1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.section {
  background-color: #83bd46;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  margin-top: -60px;
  display: flex;
  position: static;
}

.div-block {
  background-color: var(--blue);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 80vh;
  display: flex;
}

.golfer {
  width: 260px;
  margin-top: 26px;
  margin-bottom: -18px;
  position: relative;
}

.heading {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 100px;
}

.heading-2 {
  color: #fff;
  font-size: 125px;
  line-height: 100px;
}

.paragraph {
  font-size: 24px;
  font-weight: 700;
}

.section-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-3 {
  background-color: #64aeaf;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image {
  width: 60px;
}

.paragraph-2 {
  margin-bottom: 0;
}

.button {
  text-align: center;
  background-color: #7197b8;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
  transition: all .45s;
  display: flex;
}

.button:hover {
  background-color: #71b882;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 800px;
  max-width: none;
  height: 500px;
  margin-top: 26px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  display: flex;
}

.quick-stack {
  height: 500px;
}

.button-n {
  background-color: var(--bot);
  color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 100px;
  margin-top: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: all .4s;
  display: flex;
}

.button-n:hover {
  background-color: var(--blue);
}

.image-2 {
  opacity: .52;
  width: 800px;
  position: relative;
  inset: auto 0;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 20vh;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 20px;
  display: none;
  overflow: clip;
}

.image-3 {
  width: 200px;
}

.paragraph-3 {
  text-align: center;
  width: 800px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.horizonral_photo {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.ho_photo {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.h_1 {
  background-color: #0000;
  width: 800px;
  height: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  overflow: visible;
}

.image-scc {
  width: 80px;
  margin-bottom: 10px;
}

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

.paragraph-4 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.foo {
  color: #fff;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 700;
}

.foo2 {
  color: #fff;
  margin-bottom: 0;
}

.paragraph-5 {
  text-align: center;
  margin-top: 60px;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  margin-top: 26px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: underline;
}

.menu {
  z-index: 50;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-text-fill-color: inherit;
  background-color: #ffffff82;
  background-clip: border-box;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 80%;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: sticky;
}

.link-block {
  z-index: 10;
  flex-flow: column;
  justify-content: space-around;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  display: flex;
  position: sticky;
}

.m_1, .m_2 {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 2px;
  display: flex;
}

.link-3-copy {
  color: #c93353;
  -webkit-text-stroke-color: #c93353;
  border: 1px dotted #e2459c;
  border-radius: 19px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 6px;
  font-size: 16px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.link-3-copy:hover {
  color: #fff;
  background-color: #c93353;
}

.hello_oc-table {
  z-index: auto;
  background-color: #fff0;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  display: flex;
  position: static;
}

.table_stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 0;
}

.cell-76 {
  flex-flow: row;
}

.school {
  color: #9e8c8c;
  text-align: center;
  border: 1px dotted #9c8585;
  border-radius: 5px;
  width: 300px;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .575s;
}

.school:hover {
  color: #fff;
  background-color: #aab186;
}

.link {
  color: #647b81;
  text-align: center;
  -webkit-text-stroke-color: #213a3d;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  border-bottom: 1px dotted #647b81;
  border-radius: 0;
  width: 300px;
  margin-bottom: 9px;
  padding: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .45s;
}

.link:hover {
  color: #fff;
  background-color: #647b81;
}

.link.w--current {
  transition: all .575s;
}

.link-6 {
  color: #c93353;
  text-align: center;
  border-bottom: 1px dotted #b25a5a;
  width: 300px;
  padding-top: 10px;
  padding-bottom: 9px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: all .325s;
  position: relative;
}

.link-6:hover {
  color: #fff;
  background-color: #c93353;
}

.link-6.w--current {
  color: #e45b5b;
  text-align: center;
  border-bottom: 1px dotted #b25a5a;
  width: 300px;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: all .475s;
}

.link-6.w--current:hover {
  color: #fff;
  background-color: #b25a5a;
}

.q_a {
  color: #b25a5a;
  text-align: center;
  border: 1px dotted #b25a5a;
  border-radius: 5px;
  width: 300px;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .45s;
}

.q_a:hover {
  color: #fff;
  background-color: #b25a5a;
}

.div-block-72 {
  width: 500px;
  height: auto;
  margin-top: -46px;
  display: flex;
}

.manu_001 {
  flex-flow: column;
  align-items: center;
  width: 300px;
  height: auto;
  display: flex;
}

.school_q-a {
  padding-top: 0;
}

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

.manu_002 {
  flex-flow: column;
  align-items: center;
  width: 300px;
  height: auto;
  display: flex;
}

.image-27 {
  margin-top: -4px;
}

.heading-5 {
  text-shadow: 0 2px 2px #0003;
  font-size: 16px;
  font-weight: 100;
}

.link-_02-copy {
  color: #5a8f66;
  text-align: center;
  -webkit-text-stroke-color: #213a3d;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  border-bottom: 1px dotted #5a8f66;
  border-radius: 0;
  width: 300px;
  margin-bottom: 9px;
  padding: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .4s;
}

.link-_02-copy:hover {
  color: #fff;
  background-color: #5a8f66;
}

.paragraph-13 {
  color: #a5a73f;
  margin-top: 93px;
  font-size: 50px;
  transform: rotate(-4deg);
}

.students-stack {
  margin-top: 0;
  position: relative;
}

.menu_table {
  z-index: 5;
  background-color: #ffffffd6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 500%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% -100%;
  overflow: visible;
}

.menu_1 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: sticky;
  inset: 0;
}

.bylaws_1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 100px;
  display: flex;
}

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

.heading-7 {
  border: 1px #000;
  padding-top: 10px;
  font-size: 22px;
}

.container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-14 {
  line-height: 26px;
}

.paragraph-15 {
  margin-top: 40px;
  line-height: 27px;
}

.section-4 {
  height: auto;
  margin-top: 0;
  padding-bottom: 60px;
}

.div-block-73 {
  border: 1px #a3a3a3;
  width: 100%;
  height: 100%;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.paragraph-16 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 20px;
  display: flex;
}

.cell-77 {
  border: 1px solid var(--63);
  justify-content: center;
  align-items: center;
}

.cell-78 {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--63);
  justify-content: center;
  align-items: center;
}

.div-block-74 {
  border: 2px dashed var(--63);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.button-2 {
  text-align: center;
  width: 180px;
}

.b_1 {
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-8 {
  text-align: center;
  font-size: 22px;
}

.div-block-75 {
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.div-block-76 {
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-9 {
  z-index: 10;
  color: #f05454;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 265.398px;
  transform: rotate(-9deg);
  box-shadow: 0 2px 11px 3px #0000005e;
}

@media screen and (min-width: 1280px) {
  .horizonral_photo {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .container, .button-n {
    width: 80%;
  }

  .ho_photo, .h_1 {
    margin-left: 0;
  }

  .link-3-copy {
    margin-top: 7px;
  }

  .hello_oc-table {
    background-color: #fff0;
    width: 100vw;
    height: auto;
  }

  .table_stack {
    margin-top: 0;
  }

  .school, .link, .q_a {
    font-size: 16px;
  }

  .div-block-72 {
    margin-top: 0;
  }

  .manu_001 {
    width: auto;
  }

  .school_q-a {
    padding-top: 0;
  }

  .cell-12 {
    flex-flow: wrap;
  }

  .manu_002 {
    width: auto;
  }

  .image-27 {
    margin-top: -8px;
  }

  .cell-14 {
    flex-flow: row;
  }

  .link-_02-copy {
    font-size: 16px;
  }

  .paragraph-13 {
    margin-top: 89px;
  }

  .students-stack {
    margin-top: -37px;
    position: relative;
  }

  .menu_table {
    margin-left: 0%;
  }
}

@media screen and (max-width: 767px) {
  .button {
    text-align: center;
    line-height: 30px;
  }

  .container {
    width: 500px;
  }

  .quick-stack {
    width: 100%;
  }

  .button-n {
    width: 500px;
  }

  .ho_photo {
    height: auto;
  }

  .slider {
    width: 100%;
  }

  .h_1 {
    width: 700px;
    height: auto;
  }

  .menu {
    height: 50px;
  }

  .link-3-copy {
    margin-top: 0;
  }

  .hello_oc-table {
    box-shadow: none;
    background-color: #fff0;
    width: 100vw;
    height: auto;
  }

  .table_stack {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .school {
    justify-content: center;
    align-items: center;
    width: 200px;
    font-size: 14px;
    display: flex;
  }

  .link {
    width: 200px;
    font-size: 16px;
    line-height: 18px;
  }

  .link-6 {
    width: 200px;
    margin-top: -19px;
    font-size: 18px;
    line-height: 18px;
  }

  .q_a {
    justify-content: center;
    align-items: center;
    width: 200px;
    font-size: 14px;
    display: flex;
  }

  .div-block-72 {
    margin-top: -48px;
  }

  .manu_001 {
    width: auto;
  }

  .cell-12 {
    justify-content: flex-end;
    align-items: center;
  }

  .manu_002 {
    width: auto;
  }

  .image-27 {
    margin-top: -5px;
    margin-bottom: 5px;
  }

  .cell-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-_02-copy {
    width: 200px;
    font-size: 16px;
    line-height: 18px;
  }

  .paragraph-13 {
    margin-top: 65px;
    font-size: 30px;
  }

  .students-stack {
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
  }

  .cell-63 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .menu_1 {
    height: 50px;
  }

  .b_1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-76 {
    width: 60%;
  }
}

@media screen and (max-width: 479px) {
  .golfer {
    width: 220px;
    position: static;
  }

  .heading {
    font-size: 65px;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 90px;
    line-height: 90px;
  }

  .button {
    height: 80px;
    font-size: 18px;
  }

  .container {
    width: 90%;
  }

  .quick-stack {
    width: 100%;
  }

  .button-n {
    background-color: var(--bot);
    color: #fff;
    width: 90%;
    height: 80px;
    font-size: 18px;
  }

  .image-2 {
    aspect-ratio: 4;
    object-fit: cover;
    width: auto;
    left: 0%;
  }

  .div-block-2 {
    margin-left: 10px;
    margin-right: 10px;
    display: none;
    overflow: clip;
  }

  .paragraph-3 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .horizonral_photo {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
    display: flex;
  }

  .ho_photo {
    height: auto;
    margin-bottom: -31px;
  }

  .slider {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 120px;
    margin-bottom: 0;
  }

  .h_1 {
    width: 350px;
    height: 120px;
  }

  .paragraph-5 {
    font-size: 11px;
  }

  .paragraph-6 {
    margin-top: 26px;
    font-size: 16px;
    line-height: 24px;
  }

  .menu {
    width: 90%;
    height: 50px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-4 {
    width: 210px;
  }

  .link-block {
    width: 40px;
    margin-top: 7px;
  }

  .link-3-copy {
    border-radius: 12px;
    width: 260px;
    margin-top: 0;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 14px;
  }

  .link-3-copy.w--current {
    width: 200px;
  }

  .hello_oc-table {
    box-shadow: none;
    background-color: #fff0;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 320px;
    height: auto;
    margin-top: 14px;
    padding-top: 0;
  }

  .table_stack {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 90%;
    margin-top: 0;
    padding: 0 0 10px;
  }

  .school {
    border-radius: 12px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 200px;
    padding: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .link {
    width: 150px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 16px;
  }

  .link-6 {
    width: 200px;
    margin-top: -20px;
    font-size: 16px;
    line-height: 16px;
  }

  .link-6.w--current {
    width: 200px;
    margin-top: 18px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .q_a {
    border-radius: 12px;
    width: 100px;
    padding: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-72 {
    width: 320px;
    height: auto;
    margin-top: 0;
  }

  .manu_001 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 10px;
  }

  .school_q-a {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .manu_002 {
    width: auto;
    margin-top: 0;
  }

  .image-27 {
    width: 80%;
    height: 35%;
    margin-top: 0;
    padding-top: 0;
  }

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

  .heading-5 {
    text-shadow: 4px 4px 2px #0003;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 15px;
  }

  .link-_02-copy {
    width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .paragraph-13 {
    text-align: center;
    margin-top: 65px;
    font-size: 20px;
    line-height: 30px;
  }

  .students-stack {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    height: auto;
    margin-top: -58px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu_table {
    margin-left: 0%;
    padding-top: 40px;
  }

  .cell-63 {
    justify-content: flex-start;
    align-items: flex-end;
  }

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

  .menu_1 {
    width: 100%;
    height: 50px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-15 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-16 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .cell-78 {
    border-top-style: none;
    border-left-style: solid;
  }

  .div-block-74 {
    flex-flow: column;
    height: 100px;
    padding-top: 0;
  }

  .b_1 {
    margin-bottom: 0;
    padding: 5px 40px;
  }

  .div-block-75 {
    height: auto;
  }

  .div-block-76 {
    width: 90%;
  }

  .heading-9 {
    transform: rotate(-9deg);
  }
}

#w-node-_39932500-f7b1-b6bc-153f-566d9767771e-765f4d19, #w-node-_8cc168e2-9543-9dd8-d545-abbdec54dde8-765f4d19, #w-node-_6e92b55d-fa9a-dcd9-c53d-344fb6b84532-4a4f073a, #w-node-_23d4c86d-57ee-fb97-71e9-e7d44a3169af-4a337e69 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_39932500-f7b1-b6bc-153f-566d9767771e-765f4d19, #w-node-_8cc168e2-9543-9dd8-d545-abbdec54dde8-765f4d19, #w-node-_6e92b55d-fa9a-dcd9-c53d-344fb6b84532-4a4f073a, #w-node-_23d4c86d-57ee-fb97-71e9-e7d44a3169af-4a337e69 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}


