/* Registration Surf and Turf CSS */
body.fall-activation-registration-page {
  margin: 0;
  padding: 0;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
  background-color: #f4f0ee;
}

body.fall-activation-registration-page image,
video {
  max-width: 100%;
}

body.fall-activation-registration-page header {
  background: #1c1b19;
  padding: 20px 0;
}

body.fall-activation-registration-page .logo-new {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.member-regestration .fall-activation-wrapper {
  padding: 0 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #f4f0ee;
}

.logged-in.admin-bar .fall-activation-image-desktop,
.logged-in.admin-bar .fall-activation-image-mobile {
  margin-top: 8px;
}

section.member-regestration .form-right {
  max-width: 1000px;
  position: relative;
}

section.member-regestration .bg-video {
  position: relative;
  text-align: center;
  padding: 64px 0px 64px 0px;
  background-color: #1c1b19;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.member-regestration .fall-activation-wrapper video,
.fall-activation-image-desktop,
.fall-activation-image-mobile {
  position: absolute;
  left: 0;
  top: 1px;
  z-index: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  margin-top: 40px;
}

section.member-regestration .registration-heading {
  padding-bottom: 32px;
  position: relative;
  z-index: 1;
  max-width: 554px;
}

.fall-activation-content {
  position: relative;
  z-index: 1;
  margin: 0px 64px;
}

section.member-regestration span.code {
  position: relative;
  left: 16px;
  color: #535353;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
}

section.member-regestration .iti__selected-flag:before {
  content: "";
  position: absolute;
  left: 54px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #c6aa76;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1px 6px 0 8px;
}

section.member-regestration .registration-heading h2 {
  color: #ffffff;
  font-size: 56px;
  font-weight: 500;
  line-height: 70.4px;
  letter-spacing: -0.64px;
  margin-bottom: 16px;
  font-family: "AvenirNextLTPro-BoldCn";
  margin-top: 40px;
  text-transform: uppercase;
}

section.member-regestration .registration-heading p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  font-family: "AvenirNextLT-Pro-Regular";
}

section.member-regestration .registration-heading p a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  font-family: "AvenirNextLTPro-Bold";
  text-decoration: underline;
  display: inline-block;
}

section.member-regestration form {
  padding: 140px 48px 48px;
  background-color: #f4f0ee;
  height: 100%;
  box-sizing: border-box;
}

section.member-regestration form ::-webkit-input-placeholder {
  color: #535353;
  font-size: 16px;
  line-height: 24px;
  font-family: "AvenirNextLT-Pro-Regular";
}

section.member-regestration input#registration-phone {
  padding-left: 94px;
}

section.member-regestration input#registration-phone div#placeholder {
  display: none !important;
}

section.member-regestration input#submit-register {
  display: inline-block;
  width: 244px;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  pointer-events: none;
  text-transform: uppercase;
  color: #ffffff;
  padding: 14px 32px;
  font-family: "AvenirNextLTPro-Bold";
  letter-spacing: 1.12px;
  background: #d5250a;
  border: none !important;
  -webkit-font-smoothing: auto;
  opacity: 0.3;
  transition: background-color 0.3s, transform 0.3s;
}

/* Override pointer-events when form is valid */
section.member-regestration input#submit-register.form-valid {
  pointer-events: auto;
  opacity: 1;
}

section.member-regestration input#submit-register[disabled] {
  background: #d5250a;
  pointer-events: none;
  opacity: 0.3;
}

section.member-regestration input#submit-register:hover {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    #d5250a;
  transform: scale(1);
}

section.member-regestration input#submit-register:active {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    #d5250a;
  transform: scale(1);
  border: none;
}

section.member-regestration input#submit-register:focus-visible {
  outline: 4px solid #c6aa76 !important;
  background: #d5250a;
  outline-offset: -4px;
  transform: scale(1);
}

.rewards-logo img.main-logo {
  display: block;
  margin: 9px auto;
  max-width: 184px;
}

section.member-regestration .flex-inputs {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

section.member-regestration input[type="checkbox"] {
  visibility: hidden;
}

section.member-regestration input[type="checkbox"] + label {
  border: 1px solid #0c0c0c;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  margin: 0 !important;
}

section.member-regestration input[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #101010;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
}

section.member-regestration .flex-inputs p {
  margin: 0;
}

section.member-regestration input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 24px;
  height: 24px;
  margin: 0 !important;
  padding: 0;
  flex: none;
}

section.member-regestration label {
  font-size: 14px;
  line-height: 19.6px;
  font-family: "AvenirNextLT-Pro-Regular" !important;
  color: #1c1b19;
  -webkit-font-smoothing: auto;
}

.code-status {
  font-family: "AvenirNextLT-Pro-Regular" !important;
}

section.member-regestration .flex-inputs label {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

section.member-regestration .form-column {
  width: 100%;
  position: relative;
}

.form-single-column p.birthday-message {
  margin: 0px;
  padding-top: 6px;
}

section.member-regestration .form-column {
  width: 100%;
  position: relative;
}

section.member-regestration .form-single-column {
  position: relative;
}

section.member-regestration span.error-message,
section.member-regestration .date-error-phone,
section.member-regestration .date-error {
  color: #d5250a;
  position: absolute;
  bottom: -30px;
  left: 0;
  font-size: 14px;
  height: fit-content;
  height: 26px;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
}

section.member-regestration div#date-error {
  color: #d5250a;
  position: absolute;
  bottom: -16px;
  left: 0;
  font-size: 14px;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
}

.surf-and-turf-list .custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fall-activation-content-wrapper {
  margin: 48px 64px 0px;
  padding: 24px 32px;
  border-top: 1px solid #c6aa76;
  border-bottom: 1px solid #c6aa76;
  z-index: 1;
  position: relative;
}

.fall-activation-content-wrapper h1 {
  font-family: "AvenirNextCondenced";
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  color: #ffffff;
  text-align: left;
  margin: 0px;
}

.fall-activation-content-wrapper p a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
  font-family: "AvenirNext-Medium";
}

.surf-and-turf-list .custom-list li {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  font-family: "AvenirNextCondenced";
  margin: 0px;
  color: #f4f0ee;
  padding: 0px 0px 0px 10px;
  border-left: 3px solid #44a93c;
  margin: 0px 0px 16px;
  text-align: left;
}

.surf-and-turf-list .custom-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0px;
}

.surf-and-turf-list .custom-list li:last-child::before {
  padding-bottom: 0;
}

.fall-activation-image-desktop,
.fogorewards-logo-desktop {
  display: block;
}

.fall-activation-image-mobile,
.fogorewards-logo-mobile {
  display: none;
}

.fall-activation-content-p {
  padding: 0;
  color: #fff;
  font-family: "AvenirNextLT-Pro-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

span.spacing-12 {
  display: inline-block;
  padding-bottom: 12px;
}

.fall-activation-content-h1 {
  color: #ffffff;
  text-align: center;
  font-family: "AvenirNextCondenced";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 12px;
  margin: 0;
}

.logo-container {
  padding-bottom: 48px;
}

.logo-container .fogorewards-logo-desktop {
  width: 580px;
  height: auto;
}

.logo-container .fogorewards-logo-mobile {
  width: 335px;
  height: auto;
}

.logo-champions-content .champions-logo {
  width: 328px;
  height: auto;
}

@media (max-width: 900px) {
  section.member-regestration div#date-error {
    position: static;
    margin-top: 4px;
    margin-bottom: -16px;
  }

  .form-single-column .birthday-mesage {
    margin-bottom: 0px;
  }
}

section.member-regestration input,
section.member-regestration select,
section.member-regestration textarea {
  border: 1px solid #c6aa76;
  background: #ffffff;
  padding: 14px 12px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  color: #535353;
  font-weight: 400;
  font-family: "AvenirNextLT-Pro-Regular";
  height: 48px !important;
  margin: 0 !important;
  -webkit-font-smoothing: auto;
}

section.member-regestration input::placeholder,
section.member-regestration select::placeholder,
section.member-regestration textarea::placeholder {
  color: #535353 !important;
  opacity: 1 !important;
  transition: none !important;
  font-family: "AvenirNextLT-Pro-Regular" !important;
  font-weight: 400 !important;
}

section.member-regestration p.birthday-mesage {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #535353;
  margin-top: 6px;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
}

section.member-regestration .form-two-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-column.register-media-css-lastname {
  margin-left: 30px;
}

.form-single-column.form-submit-button {
  display: inline-block;
}

section.member-regestration .form-single-column select {
  width: 100%;
  padding: 10px 14px;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #c6aa76;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M5 7.5L10 12.5L15 7.5" stroke="%23C6AA76" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 24px;
  cursor: pointer;
  font-family: "AvenirNextLT-Pro-Regular";
}

section.member-regestration .form-single-column .iti__arrow {
  margin-left: 6px;
  width: 14px;
  height: 14px;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0px solid #555;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M5 7.5L10 12.5L15 7.5" stroke="%23C6AA76" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-position: 67% 5%;
  font-family: "AvenirNextLT-Pro-Regular";
  margin-bottom: 8px;
}

section.member-regestration input#registration-date-picker {
  margin-bottom: 0;
}

section.member-regestration .iti__arrow--up {
  border-bottom: 0;
}

section.member-regestration .form-single-column select option[disabled] {
  color: #aaa;
}

section.member-regestration .iti__flag {
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  font-size: 16px;
  color: #535353;
  margin-bottom: 6px;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #ffffff !important;
}

/* WebKit-based browsers (Chrome, Safari) */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #ffffff !important;
  color: #535353 !important;
  box-shadow: 0 0 0px 1000px #ffffff inset !important;
  -webkit-text-fill-color: #535353 !important;
  /* Controls font color */
}

/* Firefox */
input:autofill,
textarea:autofill,
select:autofill {
  background-color: #ffffff !important;
  color: #535353 !important;
  /* Controls font color */
}

.iti__country.iti__highlight {
  background-color: #ffffff;
}

.iti__flag-container {
  padding: 2px;
}

section.member-regestration .iti.iti--allow-dropdown {
  display: inline-block;
  width: 100%;
}

.form-heading p {
  color: #1c1b19;
  font-family: "Libre Caslon Text", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 24px;
  letter-spacing: -0.2px;
  margin: 0 0 24px;
}

.fall-activation-content-wrapper .faq-body {
  padding-top: 16px;
  padding-bottom: 16px;
}

.fall-activation-content-wrapper .faq-container {
  padding: 20px;
}

.fall-activation-content-wrapper .heading {
  position: relative;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: "AvenirNextCondenced";
  text-transform: uppercase;
  font-weight: 600;
  margin: 16px 0 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  text-align: left;
}

.fall-activation-content-wrapper .content {
  margin: 0;
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 28px;
  color: #ffffff;
  max-width: 592px;
  font-weight: 400;
  font-family: "AvenirNextLT-Pro-Regular";
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  text-align: left;
  width: 80%;
}

.fall-activation-content-wrapper .heading.active + .content {
  opacity: 1;
}

.fall-activation-content-wrapper .heading.active:after {
  content: "\2212";
}

.fall-activation-content-wrapper .heading:after {
  content: "\002B";
  font-size: 20px;
  color: #d5250a;
  align-self: flex-start;
  margin-top: 0;
  position: relative;
}

.fall-activation-content-wrapper .ul-list {
  list-style-type: disc;
  padding-left: 20px;
  padding-top: 8px;
}

.fall-activation-content-wrapper .li-list {
  list-style-type: inherit;
  padding-bottom: 8px;
}

.fall-activation-content-wrapper .li-list:last-child {
  padding-bottom: 0px;
}

.fall-activation-content-wrapper .list-disclaimer {
  color: #ffffff;
  font-family: "AvenirNextLT-Pro-Regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding-top: 24px;
}

.fall-activation-content,
.fall-activation-content-wrapper {
  max-width: 580px;
}

.disclaimer-sweepstakes {
  padding-top: 24px;
}

.disclaimer-sweepstakes p {
  color: #535353;
  font-family: "AvenirNextLT-Pro-Regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  -webkit-font-smoothing: auto;
}

.disclaimer-sweepstakes .bold-text {
  font-weight: 800;
  font-family: "AvenirNextLTPro-Bold";
}

.disclaimer-sweepstakes p a {
  font-weight: 800;
  font-family: "AvenirNextLTPro-Bold";
  text-decoration: underline;
  color: #535353;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  display: inline;
  max-width: 100%;
}

@media (max-width: 991px) {
  section.member-regestration .form-two-column {
    display: block;
  }

  .form-column.register-media-css-lastname {
    margin-left: 0px;
  }

  section.member-regestration .fall-activation-wrapper video,
  .fall-activation-image-desktop,
  .fall-activation-image-mobile {
    margin-top: 55px;
  }

  section.member-regestration .bg-video {
    padding: 112px 0px 64px 0px;
  }

  section.member-regestration form {
    padding: 90px 24px 24px;
  }
}

@media (max-width: 1024px) {
  .fall-activation-content-wrapper {
    margin: 48px 32px 0px;
  }
  .fall-activation-content {
    margin: 0px 32px;
  }
}

@media (max-width: 768px) {
  section.member-regestration .fall-activation-wrapper {
    display: block;
  }

  section.member-regestration .bg-video {
    padding: 183px 0px 48px 0px;
  }

  .fall-activation-content-wrapper {
    margin: 32px 20px 0px !important;
    padding: 24px 0px;
  }

  .form-heading p {
    margin: 0 0 32px;
  }

  .fall-activation-image-desktop,
  .fogorewards-logo-desktop {
    display: none;
  }

  .fall-activation-image-mobile,
  .fogorewards-logo-mobile {
    display: block;
  }

  .fall-activation-content {
    margin: 0px 20px !important;
  }

  .logo-champions-content .champions-logo {
    width: 182px;
    height: auto;
  }

  .logo-container {
    padding-bottom: 32px;
  }

  section.member-regestration .fall-activation-wrapper video,
  .fall-activation-image-desktop,
  .fall-activation-image-mobile {
    margin-top: 55px;
  }

  section.member-regestration .registration-heading h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 52.8px;
    letter-spacing: -0.48px;
    margin-top: 24px;
  }

  .fall-activation-registration-page header {
    background: #1c1b19;
    padding: 9px 0;
  }

  section.member-regestration form {
    padding: 64px 20px 64px;
  }

  footer.registration-footer .two-clumn {
    display: block;
  }

  footer.registration-footer .copyright p {
    margin: 8px 0 0;
    text-align: center;
  }

  section.member-regestration .registration-heading p {
    margin-bottom: 0;
  }

  section.member-regestration .registration-heading {
    padding-bottom: 0;
  }

  .fall-activation-content,
  .fall-activation-content-wrapper {
    max-width: 100%;
  }
}

.input-error {
  border: 1px solid #d5250a !important;
}

input:focus,
select:focus {
  border: 2px solid #1c1b19 !important;
  outline: none;
}

#api-error-message {
  color: #d5250a;
  font-family: "AvenirNextLT-Pro-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.registration-checkbox-disclaimer {
  color: #535353;
  font-family: "AvenirNextLT-Pro-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -webkit-font-smoothing: auto;
}

.form-single-column {
  margin-top: 20px;
  margin-bottom: 0px;
}

.form-submit-button {
  margin-top: 24px !important;
  font-family: "AvenirNextLT-Pro-Regular";
}

.code {
  color: #535353;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.date-error-phone {
  margin-top: -6px;
}

.input-error {
  border: 1px solid #d5250a !important;
}

input:focus,
select:focus {
  border: 2px solid #1c1b19 !important;
  outline: none;
}

/* Apply margin-top: 20px to .form-single-column when .error-message is not empty */
.form-single-column {
  margin-top: 28px;
  margin-bottom: 0px;
}

.form-submit-button {
  margin-top: 24px !important;
}

section.member-regestration .date-error-phone {
  bottom: -30px;
}

section.member-regestration input#submit-register {
  margin-top: -4px;
}

section.member-regestration .form-right input:hover,
section.member-regestration select:hover {
  border: 1px solid var(--border-border-darkgold, #805606);
}

/* Adjust margin-top for smaller screens */
@media (max-width: 991px) {
  .member-regestration .form-two-column .register-media-css-lastname {
    margin-top: 20px;
    /* Adjust the value as needed */
    background-color: #f4f0ee;
  }
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
  display: none !important;
}

section.member-regestration .form-single-column .phone-select {
  width: 100%;
  padding: 12px 0px 12px 10px;
  font-size: 16px;
  color: #1c1b19;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M5 7.5L10 12.5L15 7.5" stroke="%23C6AA76" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') !important;
  background-repeat: no-repeat !important;
  background-position: right 0px center !important;
  background-size: 24px;
  cursor: pointer;
  font-family: "AvenirNextLT-Pro-Regular";
}

section.member-regestration .form-single-column .box-container {
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.form-single-column .static-label {
  width: 30px;
  text-align: center;
  margin-left: 5px;
  font-size: 16px;
  position: absolute;
  left: 58px;
  padding-left: 4px;
  color: #535353;
  font-weight: 400;
  font-family: "AvenirNextLT-Pro-Regular";
}

.flex-inputs.registration-fogo-checkbox {
  padding-top: 12px;
}

.flex-inputs.checkbox-sms-optin {
  padding-top: 20px;
}

section.member-regestration .phone-select {
  position: absolute;
  left: 3px;
  bottom: 5px;
  width: 55px !important;
  height: 37px !important;
  border: 0 !important;
}

section.member-regestration .static-label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -15px;
  width: 1px;
  height: 47px;
  background: #c6aa76;
}

select#display-dropdown-1 {
  z-index: 1;
}

.member-regestration .registration-checkbox-disclaimer a {
  font-size: 14px;
  line-height: 18px;
  font-family: "AvenirNextLTPro-Bold";
  font-weight: 800;
  text-decoration: underline;
  color: #535353;
  display: inline-block;
}

select#select-dropdown-1 {
  z-index: 2;
  opacity: 0;
}
