.marketing-content {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #ffffff;
}
.marketing-content .marketing-hero {
  text-align: left;
  max-width: 60%;
  background: url("/images/golf-hero.jpg") no-repeat;
  background-size: contain;
  height: 812px;
  color: #ffffff;
}

.pricing-card-header {
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
  background-color: #0050a8;
  color: #ffffff;
}

.wc-action-button {
  --bs-btn-color:#0050a8;
  --bs-btn-border-color:#0050a8;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0050a8;
  --bs-btn-hover-border-color:#0050a8;
  --bs-btn-focus-shadow-rgb:13,110,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0050a8;
  --bs-btn-active-border-color:#0050a8;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0050a8;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0050a8;
  --bs-gradient:none;
}

.signup-form {
  width: 20%;
}
@media screen and (max-width: 1200px) {
  .signup-form {
    width: 35%;
  }
}
@media screen and (max-width: 800px) {
  .signup-form {
    width: 60%;
  }
}
@media screen and (max-width: 500px) {
  .signup-form {
    width: 100%;
  }
}
.signup-form label {
  text-align: left;
  font-size: 0.8em;
  font-weight: 100;
}
.signup-form input {
  width: 100%;
}

.alert ul {
  margin-bottom: 0;
  padding-left: 1rem;
}
.alert ul li {
  text-align: left;
  list-style: none;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

footer {
  background-color: #0050a8;
}
footer div {
  color: #e5e5e5;
}
footer div a:-moz-any-link {
  color: #e5e5e5;
  text-decoration: none;
}
footer div a:any-link {
  color: #e5e5e5;
  text-decoration: none;
}
footer .copyright {
  background-color: #cccccc;
  color: #000000;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
