:root {
  --brighton-brick: #943737;
  --blue: #1372a1;
}

body {
  color: #333;
  font-family: Lato v2, sans-serif;
  font-size: 1.33333vw;
  line-height: 1.25;
}

h1 {
  margin-top: .25em;
  margin-bottom: .25em;
  font-size: 3.33333em;
  font-weight: 700;
  line-height: 1.25;
}

h2 {
  margin-top: .25em;
  margin-bottom: .277778em;
  font-size: 2.77778em;
  font-weight: 700;
  line-height: 1.25;
}

h3 {
  margin-top: .25em;
  margin-bottom: .25em;
  font-size: 2.22222em;
  font-weight: 700;
  line-height: 1.25;
}

h4 {
  margin-top: .25em;
  margin-bottom: .25em;
  font-size: 1.94444em;
  font-weight: 700;
  line-height: 1.25;
}

h5 {
  margin-top: .25em;
  margin-bottom: .25em;
  font-size: 1.66667em;
  font-weight: 700;
  line-height: 1.25;
}

h6 {
  margin-top: .25em;
  margin-bottom: .25em;
  font-size: 1.38889em;
  font-weight: 700;
  line-height: 1.25;
}

p {
  margin-bottom: .625em;
  font-size: 1.11111em;
  line-height: 1.38;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5em;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.22222em;
}

label {
  margin-bottom: .25em;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  margin-bottom: .625rem;
  padding: .625rem 1.25rem;
  font-size: 1.125em;
}

.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;
}

.footer {
  position: relative;
}

.section.style-example {
  background-color: #fafafa;
  border: .01em solid #0000001a;
  margin-bottom: 2.5em;
  padding: 2.5em;
  font-weight: 700;
  transition: background-color .125s;
  position: relative;
}

.section.style-example:hover {
  background-color: #fff5bf;
}

.section.hidden {
  display: none;
}

.section.about {
  background-color: #fff;
}

.section.become-a-sponsor {
  color: #fff;
  text-align: center;
  background-color: #7a2d2d;
}

.section.newsbar {
  grid-column-gap: 1em;
  grid-row-gap: .75em;
  color: #fff;
  text-align: center;
  background-color: #ad3737;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.section.powered-by {
  color: #fff;
  background-color: #191717;
  padding-top: .5em;
  padding-bottom: .5em;
}

.cookie-prefs_form {
  background-color: #fff;
  border-radius: .75rem;
  width: 100%;
  max-width: 35em;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cookie-consent_banner {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: .0625rem solid #4353ff29;
  padding: 1.25em 10vw;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.cookie-prefs_title {
  color: #021a69;
  margin-bottom: .25em;
  font-size: 1.5em;
  font-weight: 700;
}

.cookie-banner_close-icon {
  width: 1.25em;
  height: 1.25em;
}

.cookie-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 62.4375rem;
  width: 1.25rem;
  height: 1.25rem;
}

.cookie-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.cookie-prefs_button {
  background-color: #4353ff;
  border: .125rem solid #4353ff;
  border-radius: 31.25rem;
  padding: .5em 1em;
  font-size: .9375em;
  font-weight: 700;
}

.cookie-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.cookie-banner_wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cookie-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5em;
  font-size: 1.25rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px .75rem #3333331a;
}

.cookie-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 31.25rem;
  padding: .5em;
  box-shadow: 1px 1px .75rem #0000001a;
}

.cookie-manager_icon {
  width: 2em;
  height: 2em;
}

.cookie-banner_grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.cookie-prefs_wrap {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1em;
  height: 1em;
}

.cookie-prefs_toggle-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.cookie-manager {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.cookie-banner_link {
  color: #4353ff;
  border-bottom: .125rem solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.cookie-prefs_submit-hide {
  display: none;
}

.cookie-prefs_buttons {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  margin-bottom: 2em;
  display: grid;
}

.cookie-prefs_option {
  border-bottom: .0625rem solid #33333326;
  padding-top: .5em;
  padding-bottom: .5em;
}

.cookie-prefs_content {
  height: 100%;
  padding: 2em;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.cookie-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2em;
  font-size: 1em;
  font-weight: 700;
}

.cookie-prefs_text {
  color: #021a69;
  margin-bottom: 1.25em;
  font-size: .875em;
}

.cookie-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.cookie-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 31.25rem;
  flex-direction: column;
  padding: .5em;
  transition: color .2s;
  display: flex;
}

.cookie-manager_button:hover {
  color: #4353ff;
}

.cookie-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 62.4375rem;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.cookie-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: .125rem solid #4353ff;
  border-radius: 31.25rem;
  min-width: 7em;
  padding: .5em 1em;
  font-size: 1rem;
}

.cookie-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.cookie-banner_text {
  color: #616161;
}

.cookie-prefs_trigger {
  display: none;
}

.wrapper.style-example {
  z-index: 1;
  background-color: #fcfcfc;
  border: .01em solid #0000001a;
  padding: 2.5em;
  transition: background-color .125s;
  position: relative;
}

.wrapper.style-example:hover {
  background-color: #e9ffa8;
}

.wrapper.president_image {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 20em;
  display: flex;
}

.wrapper.past-president {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 20em;
  margin-bottom: 1.11111em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper.arrow {
  width: 1.25em;
  font-size: 2em;
}

.wrapper.powered-by {
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1.page-name {
  margin-top: 0;
  margin-bottom: 0;
}

.h1.application {
  max-width: 10em;
  margin: 0 auto;
}

.h1.cms-item {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.22222em;
  display: inline-block;
}

.h1.cms-item.margin-right {
  margin-right: .25em;
}

.h1.memory-lane, .h1.page-name {
  margin-top: 0;
  margin-bottom: 0;
}

.auto-row-grid {
  grid-column-gap: 1.38889em;
  grid-row-gap: 1.38889em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.auto-row-grid.paragraphs {
  margin-bottom: 2.5em;
}

.auto-row-grid.copyright {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-items: center;
}

.site_logo {
  object-fit: scale-down;
  width: 12.2222em;
  height: 9.16667em;
  padding: .277778em;
}

.breadcrumb {
  grid-column-gap: .375em;
  background-color: #f3f3f3;
  flex-wrap: wrap;
  font-weight: 400;
  line-height: 1;
}

.breadcrumb_link {
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: .972222em;
  font-weight: 700;
  text-decoration: underline;
}

.breadcrumb_link:hover {
  text-decoration: underline;
}

.breadcrumb_link.last {
  color: #333;
}

.breadcrumb_link.last:hover {
  text-decoration: none;
}

.breadcrumb_separator {
  font-size: .972222em;
}

.newsbar {
  position: relative;
}

.close_button {
  color: #000;
  cursor: pointer;
  background-color: #fb0;
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  padding: .5em;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: .375em .375em auto auto;
}

.close_button:hover {
  color: #fff;
  background-color: #ff4c4c;
}

.button {
  color: #000;
  text-align: center;
  background-color: #e6e6e6;
  padding: .5em;
  font-size: 1.11111em;
  font-weight: 700;
  text-decoration: none;
}

.button.news {
  font-size: 1.11111em;
}

.button.text-element_large {
  text-shadow: none;
}

.button_wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  justify-items: start;
  display: flex;
}

.button_wrap.application {
  place-content: center;
  place-items: center;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
}

.button_wrap.teaser {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  place-content: center;
  place-items: center;
}

.dropdown_link {
  color: #000;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: .75em;
  font-size: .972222em;
  line-height: 1.25;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown_link:hover {
  color: #fff;
  background-color: #747474;
}

.dropdown_link:active {
  background-color: #4d4d4d;
}

.nav-menu_grid {
  grid-column-gap: .416667em;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  max-width: 61em;
  height: 100%;
  display: flex;
}

.dropdown_content {
  z-index: 5;
  background-color: #f2f2f2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 180%;
  position: absolute;
  overflow: hidden;
}

.dropdown_content.handicap {
  width: 100%;
  display: none;
}

.dropdown_content.champions, .dropdown_content.handicap {
  width: 100%;
  display: none;
}

.dropdown_content.about {
  width: 200%;
  display: none;
}

.dropdown_content.champions {
  width: 100%;
  display: none;
}

.nav_link {
  color: #000;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .694444em;
  font-size: .972222em;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.nav_link:hover {
  color: #fff;
  background-color: #747474;
}

.nav_link:active {
  background-color: #4d4d4d;
}

.nav_link.button {
  background-color: var(--brighton-brick);
  color: #fff;
  border-radius: 1em;
  height: auto;
  padding-top: .5em;
  padding-bottom: .5em;
}

.nav_link.button:hover {
  background-color: #a13c3c;
}

.nav_link.button:active {
  background-color: #7a2d2d;
}

.nav_link.min-height {
  height: auto;
  min-height: 3.75em;
}

.hamburger_wrap {
  width: 3em;
  height: 3em;
  padding: .5em;
  display: none;
}

.dropdown {
  position: relative;
}

.nav_menu {
  height: 100%;
}

.nav_main-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  place-content: center;
  place-items: center;
  padding-top: .5em;
  display: flex;
}

.nav_text {
  position: relative;
}

.dropdown_arrow {
  width: .75em;
  height: .75em;
  margin-left: .375em;
  position: static;
}

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

.logo_link.w--current {
  height: 100%;
}

.logo_link.footer {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown_trigger {
  color: #000;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: .694444em;
  padding-right: .694444em;
  font-size: .972222em;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown_trigger:hover {
  color: #fff;
  background-color: #747474;
}

.dropdown_trigger:active {
  background-color: #4d4d4d;
}

.navigation {
  font-weight: 700;
  position: relative;
}

.footer-links_h2 {
  margin-top: .416667em;
  margin-bottom: .416667em;
  font-size: 1.04167em;
  font-weight: 700;
}

.social_grid {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: center;
  display: grid;
}

.social_grid.sponsor {
  align-items: center;
}

.social_grid.organizations {
  grid-column-gap: 1.66667em;
  grid-row-gap: 1.66667em;
  align-items: center;
}

.footer-main_grid {
  grid-column-gap: 2.77778em;
  grid-row-gap: 2.77778em;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  place-content: center space-around;
  display: grid;
}

.copyright_embed {
  margin-bottom: 0;
}

.br-logo {
  width: 6.76em;
  height: 1.88em;
}

.footer_link {
  color: #333;
  padding-top: .416667em;
  padding-bottom: .416667em;
  font-size: 1.04167em;
  text-decoration: none;
  display: block;
}

.footer_link:hover {
  text-decoration: underline;
}

.footer_link.privacy-terms {
  font-weight: 700;
  display: none;
}

.footer_link.sub-link {
  font-size: .972222em;
}

.powered-by_text {
  text-transform: uppercase;
  margin-right: .5em;
  font-size: .75em;
}

.social_link {
  color: #000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.footer-list_item {
  margin-top: 0;
  margin-bottom: 0;
}

.footer_list {
  grid-column-gap: .277778em;
  grid-row-gap: .277778em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

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

.social-icon {
  width: 2em;
  height: 2em;
}

.footer-links_grid {
  grid-column-gap: 2.77778em;
  grid-row-gap: 2.77778em;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
  align-items: start;
  display: grid;
}

.page-header_auto {
  background-color: var(--brighton-brick);
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-element {
  font-size: 1.11111em;
}

.text-element.facebook {
  margin-right: .375em;
}

.text-element.organizations {
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: 700;
}

.text-element_large {
  font-size: 1.18056em;
}

.text-element_large.application {
  text-align: center;
  max-width: 23em;
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 80%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.22222em;
  padding-bottom: 2.22222em;
}

.container.padding_x-small {
  padding-top: .694444em;
  padding-bottom: .694444em;
}

.container.breadcrumb {
  grid-column-gap: .375em;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
  padding-top: .416667em;
  padding-bottom: .416667em;
  font-weight: 500;
  display: flex;
}

.container.newsbar {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.container.nav {
  width: 90%;
  padding-top: 0;
  padding-bottom: 0;
}

.container.padding-small {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.hidden {
  display: none;
}

.usga_logo {
  width: 7.5em;
  height: 2.08333em;
}

.wnyplga_logo {
  width: 7.5em;
}

.bdga_logo {
  width: 6.25em;
  height: 6.25em;
}

.nysga_logo {
  width: 6.4em;
  height: 3.2em;
}

.collection-list_wrap {
  margin-bottom: 1.11111em;
}

.collection-list_wrap.news {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
}

.first-tee_logo {
  width: 6.4em;
  height: 3.2em;
}

.counter {
  position: absolute;
  inset: auto auto 7.5% 2.5%;
}

.sponsor_top {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
}

.sponsor_head-wrap {
  grid-column-gap: 1.11111em;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: .555556em;
  line-height: 1;
  display: flex;
}

.sponsor_head-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.66667em;
}

.sotm_link {
  color: #000;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  width: 17em;
  height: 100%;
  padding: .833333em;
  font-weight: 700;
  display: flex;
}

.sotm_list {
  grid-column-gap: 1.11111em;
  grid-row-gap: 1.11111em;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1.11111em;
  display: flex;
}

.sotm_logo {
  object-fit: scale-down;
  width: 100%;
  max-height: 11.25em;
}

.sotm_text {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.11111em;
}

.champion_h2 {
  text-align: center;
  font-size: 1.66667em;
}

.champions_main-wrap {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
}

.champions_photo-wrap {
  grid-column-gap: 2.77778em;
  grid-row-gap: 2.77778em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 2.77778em;
  display: flex;
}

.champion {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.champion_image {
  object-fit: cover;
  object-position: 40% 50%;
  width: 12em;
  height: 12em;
}

.champion_name {
  margin-top: .416667em;
  margin-bottom: 0;
  font-size: 1.11111em;
  font-weight: 700;
  line-height: 1;
}

.champions_wrap {
  grid-column-gap: 2.77778em;
  grid-row-gap: 2.77778em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.champion_content {
  color: #fff;
  text-align: center;
  background-color: #ba4545;
  flex-direction: column;
  align-items: center;
  width: 14em;
  padding: .833333em .555556em;
  line-height: 1;
  transition: background-color .2s;
}

.champion_content:hover {
  background-color: #d44e4e;
}

.sotm_contact-link {
  font-weight: 700;
  text-decoration: underline;
}

.sponsor_empty {
  color: #000;
  text-align: center;
  background-color: #e6e6e6;
  padding: .555556em;
  font-size: 1.38889em;
  font-weight: 700;
  line-height: 1;
}

.tee-time_top {
  color: var(--blue);
  text-align: center;
  background-color: #fff;
}

.tee-time_home {
  margin-top: 0;
  margin-bottom: .138889em;
  line-height: 1.125;
}

.invitational_application {
  color: var(--blue);
  text-align: center;
  background-color: #fff;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 1.11111vw;
  }

  .director_image {
    max-height: 18em;
  }

  .member_image {
    min-height: 14em;
    max-height: 14em;
  }

  .intro_image {
    object-position: 50% 50%;
    width: 32.4375em;
    height: auto;
  }

  .champion_image {
    max-height: 18em;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: .833333vw;
  }

  .director_image {
    max-height: 23em;
  }

  .member_image {
    min-height: 20em;
    max-height: 20em;
  }

  .intro_content {
    flex: 1;
  }

  .intro_image {
    width: 43.25em;
  }

  .champion_image {
    max-height: 23em;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.77778vw;
  }

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

  .four-col-grid.graphics {
    grid-template-columns: auto auto;
  }

  .h2.director {
    width: auto;
  }

  .grid_image.president {
    width: 24em;
  }

  .dropdown_link {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.5em;
  }

  .nav-menu_grid {
    z-index: 1;
    flex-flow: column;
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
    width: 100vw;
    max-width: none;
    height: auto;
    position: relative;
  }

  .dropdown_content {
    z-index: 1;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
    position: static;
  }

  .dropdown_content.about {
    width: auto;
  }

  .hamburger {
    object-fit: cover;
    width: 1.66667em;
    height: 1.66667em;
    display: flex;
  }

  .nav_link {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.5em;
  }

  .nav_link.button {
    border-radius: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .nav_link.min-height {
    min-height: 0;
  }

  .hamburger_wrap {
    z-index: 2;
    cursor: pointer;
    width: auto;
    height: auto;
    display: block;
    position: relative;
  }

  .dropdown {
    position: static;
  }

  .nav_menu {
    z-index: 5;
    background-color: #ccc;
    height: auto;
    display: none;
    position: absolute;
    inset: 100% 0% auto;
  }

  .nav_main-wrap {
    flex-direction: row;
    grid-template-columns: auto auto;
    justify-content: space-around;
    padding-bottom: .5em;
  }

  .dropdown_trigger {
    text-align: center;
    justify-content: center;
    width: 100vw;
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.5em;
    position: static;
  }

  .navigation {
    position: relative;
  }

  .footer-main_grid {
    grid-template-columns: auto;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
  }

  .director_image {
    max-height: 19em;
  }

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

  .five-col-grid.directors {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .counter {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
    display: flex;
    position: static;
  }

  .member_image {
    min-height: 14em;
    max-height: 14em;
  }

  .sponsor_head-wrap {
    flex-direction: column;
  }

  .events_main-wrap {
    max-width: 40em;
  }

  .event-buttons {
    flex-direction: column;
  }

  .button-event {
    width: 100%;
    padding-left: 3.33333em;
  }

  .intro_image-wrap {
    display: none;
  }

  .directors_main-wrap, .hall-of-famers_wrap, .champions_photo-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .champion_image {
    max-height: 19em;
  }

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

  .gerlach_content {
    width: 18em;
  }

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

  .invitational_application {
    background-color: var(--blue);
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.66667vw;
  }

  .two-col-grid, .three-col-grid, .four-col-grid {
    grid-template-columns: 1fr;
  }

  .four-col-grid.graphics {
    grid-template-columns: auto;
  }

  .auto-col-grid {
    grid-auto-flow: row;
  }

  .auto-col-grid.headings {
    grid-template-columns: auto auto auto;
  }

  .cookie-prefs_title {
    font-size: 1.25rem;
  }

  .cookie-banner_wrap {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .cookie-banner_grid {
    margin-top: .75rem;
  }

  .cookie-banner_link {
    margin-right: .5rem;
  }

  .cookie-banner_button {
    margin-left: 0;
    margin-right: .5rem;
  }

  .h1.application {
    max-width: 13em;
  }

  .auto-row-grid {
    grid-auto-flow: row;
  }

  .site_logo {
    object-position: 50% 45%;
  }

  .grid-content {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .button_wrap.teaser {
    grid-template-columns: auto auto;
    grid-auto-flow: row;
  }

  .dropdown_link {
    font-size: 1.5em;
  }

  .nav-menu_grid {
    flex-direction: column;
    grid-auto-columns: auto;
    justify-content: space-between;
  }

  .dropdown_content {
    flex-direction: column;
    grid-auto-flow: row;
  }

  .nav_link {
    width: 100vw;
    font-size: 1.5em;
  }

  .nav_link.button {
    border-radius: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .nav_menu {
    overflow: hidden;
  }

  .dropdown_trigger {
    position: static;
  }

  .social_grid.organizations {
    flex-flow: wrap;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    display: flex;
  }

  .footer-main_grid {
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .copyright_text {
    max-width: none;
  }

  .footer-links_grid {
    grid-template-columns: auto;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

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

  .director {
    width: auto;
  }

  .director_image {
    max-height: 18em;
  }

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

  .five-col-grid.directors {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .event-title {
    max-width: none;
    font-size: 1.66667em;
  }

  .bpgc_sponsor-image {
    max-width: 17em;
  }

  .counter {
    position: static;
  }

  .text-element_xl {
    max-width: 11em;
  }

  .news_image {
    max-height: 12.1528em;
  }

  .events_main-wrap {
    display: block;
  }

  .events_month-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .event-item-content {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .president_content {
    flex-direction: column;
    grid-template-columns: auto;
  }

  .intro_content {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .intro_image-wrap {
    width: auto;
    display: block;
  }

  .intro_image {
    height: 40.5469em;
  }

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

  .directors_main-wrap {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .sotm_list {
    flex-direction: column;
    align-items: center;
  }

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

  .champions_photo-wrap {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .champion {
    width: auto;
  }

  .champion_image {
    max-height: 18em;
  }

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

  .event-page_name {
    max-width: none;
    font-size: 1.66667em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 4vw;
  }

  .section.newsbar {
    flex-direction: column;
  }

  .cookie-banner_close {
    position: absolute;
    inset: -1.375rem .625rem auto auto;
  }

  .cookie-banner_grid {
    text-align: center;
    flex-direction: column-reverse;
    grid-template-columns: auto;
    grid-auto-flow: row;
    align-items: center;
    width: 100%;
  }

  .cookie-prefs_wrap {
    padding: 1.5rem;
  }

  .cookie-prefs_buttons {
    grid-template-columns: auto;
  }

  .cookie-prefs_content {
    padding: 1.5rem;
  }

  .cookie-banner_button {
    width: 100%;
  }

  .cookie-banner_text {
    margin-right: 0;
  }

  .wrapper.form-field {
    width: 100%;
  }

  .wrapper.form-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .h1.page-name.seniors {
    font-size: 2.77778em;
  }

  .h1.application {
    font-size: 2.5em;
  }

  .h1.memory-lane {
    font-size: 3.05556em;
  }

  .page-header {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .site_logo {
    object-position: 50% 45%;
  }

  .button.text-element_large {
    width: 100%;
  }

  .button_wrap.teaser {
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .button_wrap.application, .nav-menu_grid {
    grid-auto-flow: row;
  }

  .nav_main-wrap {
    justify-content: space-between;
  }

  .social_grid.organizations {
    grid-template-columns: auto auto;
    grid-auto-flow: row;
  }

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

  .copyright_text {
    text-align: center;
    line-height: 1.25;
  }

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

  .utility-page_wrap {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .container.newsbar {
    width: 75%;
  }

  .container.nav {
    width: 80%;
  }

  .contact-form {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .five-col-grid.directors {
    grid-template-columns: 1fr;
  }

  .rich-text-element.introduction h1 {
    font-size: 1.80556em;
  }

  .bpgc_sponsor-name {
    font-size: 1.11111em;
  }

  .sponsors_h2 {
    font-size: 2.22222em;
  }

  .news_image {
    max-height: 10.4167em;
  }

  .button-event {
    padding-left: 3.75em;
  }

  .events_home-h2 {
    font-size: 2.5em;
  }

  .intro_content {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .intro_image {
    height: auto;
  }

  .empty_state {
    font-size: 2.22222em;
  }

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

  .application_home-heading {
    font-size: 2.08333em;
  }

  .hall-of-famers_wrap, .champions_photo-wrap, .champions_wrap, .gerlach_wrap {
    grid-template-columns: 1fr;
  }

  .sponsor_empty {
    font-size: 2.22222em;
  }

  .tee-time_home {
    font-size: 2.08333em;
  }
}

#w-node-b414101f-e2f2-00d3-1290-da9461a1b829-1f49d731, #w-node-b414101f-e2f2-00d3-1290-da9461a1b82b-1f49d731 {
  place-self: center;
}

#w-node-_2ce46547-0d2a-9459-182f-9c6043f1166e-1f49d731 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-b414101f-e2f2-00d3-1290-da9461a1b845-1f49d731 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b0dfe175-2fc5-5e5c-dd1f-7005d75398f6-1f49d731 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_86edf064-d89b-a42a-c4a3-aa62f813e328-ac7d1a5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbc322b9-3330-9c21-7106-cd38fbb43db1-ac7d1a5d {
  justify-self: end;
}

#w-node-_78c0af38-a015-b92a-af6b-d27dba587548-ac7d1a5d {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_2ce46547-0d2a-9459-182f-9c6043f1166e-1f49d731 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_30f8678c-e8ec-db9d-c4e6-72333bd6e494-1f49d731, #w-node-b414101f-e2f2-00d3-1290-da9461a1b845-1f49d731 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cbc322b9-3330-9c21-7106-cd38fbb43dce-ac7d1a5d {
    place-self: center end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b414101f-e2f2-00d3-1290-da9461a1b829-1f49d731, #w-node-_2ce46547-0d2a-9459-182f-9c6043f1166e-1f49d731 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_30f8678c-e8ec-db9d-c4e6-72333bd6e494-1f49d731 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b414101f-e2f2-00d3-1290-da9461a1b845-1f49d731, #w-node-aba720eb-2f61-35ad-6b85-894c0bfc17af-ac7d1a5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e29faa5d-24a6-0d73-5751-ecbf76fe6f1f-76fe6f13 {
    order: 9999;
    place-self: center;
  }

  #w-node-e29faa5d-24a6-0d73-5751-ecbf76fe6f23-76fe6f13, #w-node-e29faa5d-24a6-0d73-5751-ecbf76fe6f38-76fe6f13 {
    order: -9999;
  }

  #w-node-b414101f-e2f2-00d3-1290-da9461a1b829-1f49d731 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-b414101f-e2f2-00d3-1290-da9461a1b82c-1f49d731, #w-node-b414101f-e2f2-00d3-1290-da9461a1b837-1f49d731, #w-node-cc490219-e343-97b4-a2aa-977f2025d6f5-1f49d731 {
    place-self: center;
  }

  #w-node-b0dfe175-2fc5-5e5c-dd1f-7005d75398f6-1f49d731 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-aba720eb-2f61-35ad-6b85-894c0bfc17af-ac7d1a5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
