/* Error Pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}
.error-page:before {
  color: #f3f6f9;
  content: attr(data-error);
  font-size: 40vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.page-404 .spotdev_404_hero,
.page-404 .two_column_image_text_with_cards,
.page-404 .spotdev-featured-resources-blog {
  background-color: rgba(0, 29, 77, 1);
}

.page-404 .spotdev_404_hero {
  padding-bottom: 69px;
}
.page-404 .two_column_image_text_with_cards {
  padding: 0;
  margin: 0;
  width: 100%;
}
.page-404 .spotdev-featured-resources-blog {
  padding-bottom: 120px;
}
.page-404 .spotdev-get-in-touch-cta {
}

/* System Pages */

.systems-page {
  margin: 0 auto;
  max-width: 725px;
  padding: 3rem 20px;
}

.systems-page--search-results {
  max-width: 100%;
}

.systems-page .success {
  background: rgba(69, 172, 52, 0.20);
  border: 1.5px solid #45AC34;
  border-radius: 6px;
  color: #4f7d24;
  display: inline-block;
  margin: 2rem 0;
  min-width: 512px;
  padding: 0.1rem 0.75rem;
}

.systems-page form input {
  max-width: 100%;
}
.subscriptions_confirmation,.backup_unsubscribe {

  border-radius: 50px 6px;
  background: #F3F3F3;
  padding: 32px 40px;

}

form#email-prefs-form {
  border-radius: 50px 6px;
  background: #F3F3F3;
  padding: 58px 60px;

}
.subscriptions_confirmation,form#email-prefs-form .page-header {
  text-align:center;
}
form#email-prefs-form .page-header h1 {
  margin-bottom:10px;
}
form#email-prefs-form .page-header h2 {
  margin-bottom:0px;
}
form#email-prefs-form .header {
  background-color: transparent;

}
form#email-prefs-form p.header {
  font-size:16px;
}
form#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

form#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

form#email-prefs-form input#submitbutton {
  line-height: 1.25rem;
  max-width: fit-content;
  white-space: unset;
  margin: auto;
}
form#email-prefs-form .item-inner p {
  margin-left: 24px;
  font-size: 14px;
}

form#email-prefs-form .subscribe-options {
  border-top: 1px solid;
}



/* Search Pages */

.search-hero {
  align-items: center;
  background: #001D4D;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  gap: 48px;
  height: 192px;
  padding: 250px 0px 40px 0px;
  width: 100%;
}
.search-hero__inner {
  max-width: 1077px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  padding: 0 20px;
}
.search-hero__subtitle {
  color: #F3960D;
  font-family: "Work Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  text-transform: uppercase;
}
.search-hero__title {
  color: #FFF;
  font-family: "Work Sans";
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 59.4px */
  margin: 0;
}

.search-results-blog-posts .search-cta-button {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
}
.search-results-blog-posts .search-cta-button a {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #F3960D;
  color: #000;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  line-height: 1;
}

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #fff;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 0rem;
}

.hs-search-results__listing li {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #F3960D;
  height: fit-content;
}
.hs-search-results__listing li h2 {
  color: #F3960D;
  font-family: "Work Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 44.8px */
}
.hs-search-results__listing li h2:hover {
  font-weight: 300;
}
.hs-search-results__listing li p {
  color: #FFF;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.hs-search-results__message {
  display: none;
}
.hs-search-results__pagination {
  padding: 50px 20px;
}
.hs-search-results__pagination a {
  color: #f49600;
}
.hs-search-results__pagination a.hs-search-results__pagination__link--active {
  color: #ffffff;
}
.hs-search-results__pagination .hs-search-results__pagination__link--ellipsis {
  color: #f49600;
}

.hs-search-results__title {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

.hs-search-results__description {
  padding-top: 0.5rem;
}

.hs-search-highlight {
  font-weight: bold;
}


.search-content-section {
  align-items: center;
  background: #001D4D;
  display: flex;
  justify-content: center;
  padding: 80px 0 !important;
}

.search-content-container {
  max-width: 1077px;
  padding: 0 20px;
  width: 100%;
}

.search-cta-wrapper {
  background-color: rgba(243, 150, 13, 1) !important;
  padding: 30px 0rem;
}

.search-featured-resources-blog-wrapper {
  background-color: rgba(0, 29, 77, 1);
  padding: 80px 20px;
}

.search-content-inner {
  display: flex;
}
.search-featured-results {
  flex: 1 1 77%;
  padding-right: 40px;
}
.search-featured-blogs {
  flex: 1 1 33%;
}
.search-featured-blogs h4 {
  color: var(--orange, #F3960D);
  font-family: "Work Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 26.4px */
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .search-content-inner {
    flex-direction: column;
  }
  .search-featured-results {
    flex: 1 1 100%;
    padding-right: 0px;
  }
  .search-featured-blogs {
    flex: 1 1 100%;
  }
}
/* @media (max-width: 767px) {
.search-content-inner {
flex-direction: column;
}
} */

/* Password Prompt */

.password-prompt input[type='password'] {
  height: auto !important;
}

/* Backup Unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

/* Membership Pages */

#hs-membership-password-requirements ul {
  margin-bottom: 20px;
  padding-left: 0;
}

#hs-membership-password-requirements ul li {
  margin: 0;
  line-height: 1.5;
}

.systems-page .hs-login-widget-show-password,
.systems-page .hs-register-widget-show-password,
.systems-page .hs-reset-widget-show-password {
  display: block;
  margin-bottom: 0.5rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 3px;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.625rem;
}

/* Remove header offset on membership pages (no fixed header) */
.body-wrapper:has(.login-page-wrapper),
.body-wrapper:has(.register-page-wrapper),
.body-wrapper:has(.reset-page-wrapper) {
  padding-top: 0;
}

/* ========================================
   LOGIN PAGE STYLES
======================================== */

.login-page-wrapper {
  display: flex;
  flex-direction: row-reverse;
}

.hs-form-field:has(input[name="remember_me"]) {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

#hs_login_reset {
  white-space: nowrap;
}

/* Right Side - Form Section */
.login-page__form-section {
  flex: 0 0 48%;
  background: #FFFFFF;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  padding: 119px 80px 46px;
  overflow-y: auto;
  min-height: 60vh;
}

.login-page__form-container {
  max-width: 560px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.login-page__form-container .widget-type-logo {
  margin: 0;
}

.login-page__form-container .widget-type-logo img {
  width: 136px !important;
  height: auto;
}

.login-page__heading {
  font-family: "Work Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  color: #001D4D;
  margin: 0;
}

.login-page__divider {
  width: 100%;
  height: 1px;
  background: #E7E7E7;
  margin: 0;
}

.login-page__help-text {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #001D4D;
  margin: 0;
  text-align: left;
}

.login-page__help-link {
  color: #001D4D;
  text-decoration: underline;
  text-underline-position: from-font;
}

.login-page__help-link:hover {
  color: #F49600;
}

/* Left Side - Hero Section */
.login-page__hero-section {
  flex: 0 0 52%;
  background: #001D4D;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 83px 40px 40px;
  min-height: max(100vh, 1100px);
  overflow: hidden;
}

.login-page__hero-content {
  position: relative;
  z-index: 10;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.login-page__hero-title {
  font-family: "Work Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  color: #FFFFFF;
  margin: 0;
}

.login-page__hero-description {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #FFFFFF;
  margin: 0;
}

.login-page__hero-button {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  background: #F49600;
  color: #000000;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.3s ease;
  cursor: pointer;
}

.login-page__hero-button:hover {
  background: #d87f00;
}

.login-page__hero-image {
  position: absolute;
  top: 254px;
  left: 0;
  right: 0;
  height: 672px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}

.login-page__hero-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.login-page__hero-image--slide-2 {
  top: 249px;
  height: 676px;
}

.login-page__carousel-pagination {
  position: absolute;
  bottom: 54px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0;
  z-index: 10;
}

.carousel-pagination__btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  padding: 8px;
  transition: all 0.3s ease;
}

.carousel-pagination__btn--active {
  background: #F3960D;
  border: 2px solid #F3960D;
  border-radius: 4px;
}

.carousel-pagination__btn:hover:not(.carousel-pagination__btn--active) {
  opacity: 0.7;
}

.carousel-pagination__btn svg {
  width: 24px;
  height: 24px;
}

/* Login Form Styles */
.form-wrapper--membership-login {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  background: none;
  margin: 0;
}

.form-wrapper--membership-login form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 0;
  background: none;
  margin: 0;
}

.form-wrapper--membership-login .hs-form-field {
  margin: 0;
  width: 100%;
  position: relative;
}

.form-wrapper--membership-login label {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 8px;
}

.form-wrapper--membership-login input[type="email"],
.form-wrapper--membership-login input[type="password"],
.form-wrapper--membership-login input[type="text"] {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  background: #E7E7E7;
  border: 1px solid #E7E7E7;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.form-wrapper--membership-login input[type="email"]::placeholder,
.form-wrapper--membership-login input[type="password"]::placeholder,
.form-wrapper--membership-login input[type="text"]::placeholder {
  color: #7C7B7B;
}

.form-wrapper--membership-login input[type="email"]:focus,
.form-wrapper--membership-login input[type="password"]:focus,
.form-wrapper--membership-login input[type="text"]:focus {
  outline: none;
  border-color: #F49600;
  background: #FFFFFF;
}

.form-wrapper--membership-login .hs-login-widget-show-password {
  position: absolute;
  right: 16px;
  bottom: 12px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #001D4D;
  text-decoration: none;
  cursor: pointer;
}

.form-wrapper--membership-login .hs-form-booleancheckbox {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 !important;
}

.form-wrapper--membership-login .hs-form-booleancheckbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #001D4D;
  cursor: pointer;
}

.form-wrapper--membership-login input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  accent-color: #F49600;
}

.form-wrapper--membership-login #hs_login_reset {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #F49600;
  text-decoration: none;
  margin-left: auto;
}

.form-wrapper--membership-login #hs_login_reset:hover {
  text-decoration: underline;
}

.form-wrapper--membership-login .hs-submit {
  margin: 0;
  width: 100%;
}

.form-wrapper--membership-login input[type="submit"],
.form-wrapper--membership-login .hs-button {
  width: 100%;
  height: auto;
  padding: 12px 18px;
  background: #F49600;
  color: #000000;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.form-wrapper--membership-login input[type="submit"]:hover,
.form-wrapper--membership-login .hs-button:hover {
  background: #d87f00;
}

.form-wrapper--membership-login .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
}

.form-wrapper--membership-login .hs-error-msg {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #697077;
}

/* Logout - Sign Back In Button */
.login-page__form-container > .hs-button {
  display: block;
  width: 100%;
  padding: 12px 18px;
  background: #F49600;
  color: #000000;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s ease;
  box-sizing: border-box;
}

.login-page__form-container > .hs-button:hover {
  background: #d87f00;
}

/* Login Footer */
.login-page__footer {
  width: 100%;
  background: #001D4D;
  padding: 24px 0;
}

.login-page__footer-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.login-page__footer-logo {
  flex-shrink: 0;
}

.login-page__footer-logo img {
  width: 118px !important;
  height: auto;
}

.login-page__footer-links {
  display: flex;
  align-items: center;
  gap: 77px;
  flex-wrap: wrap;
}

.login-page__footer-link {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.login-page__footer-link:hover {
  color: #F49600;
}

/* ========================================
   REGISTER PAGE STYLES
======================================== */

.register-page-wrapper {
  min-height: 100vh;
  background: #001D4D;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.register-page__container {
  max-width: 680px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DDE1E6;
  border-radius: 4px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.register-page__container .widget-type-logo {
  margin: 0;
}

.register-page__container .widget-type-logo img {
  width: 136px !important;
  height: auto;
}

.register-page__heading {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.1;
  color: #001D4D;
  margin: 0;
  text-align: center;
  width: 603px;
}

.register-page__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  margin: 0;
  text-align: center;
  max-width: 520px;
}

.register-page__help-text {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #001D4D;
  margin: 0;
  text-align: center;
}

.register-page__help-link {
  color: #001D4D;
  text-decoration: underline;
  text-underline-position: from-font;
}

.register-page__help-link:hover {
  color: #F49600;
}

/* Register Form Styles */
.form-wrapper--membership-registration {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  background: none;
  margin: 0;
}

.form-wrapper--membership-registration form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 0;
  background: none;
  margin: 0;
}

.form-wrapper--membership-registration .hs-form-field {
  margin: 0;
  width: 100%;
  position: relative;
}

.form-wrapper--membership-registration label {
  display: block;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 8px;
}

.form-wrapper--membership-registration input[type="email"],
.form-wrapper--membership-registration input[type="password"],
.form-wrapper--membership-registration input[type="text"] {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  background: #E7E7E7;
  border: 1px solid #E7E7E7;
  border-bottom: 1px solid #C1C7CD;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.form-wrapper--membership-registration input[type="email"]::placeholder,
.form-wrapper--membership-registration input[type="password"]::placeholder,
.form-wrapper--membership-registration input[type="text"]::placeholder {
  color: #7C7B7B;
}

.form-wrapper--membership-registration input[type="email"]:focus,
.form-wrapper--membership-registration input[type="password"]:focus,
.form-wrapper--membership-registration input[type="text"]:focus {
  outline: none;
  border-color: #F49600;
  background: #FFFFFF;
}

.form-wrapper--membership-registration input[type="email"]:disabled {
  background: #E7E7E7;
  cursor: not-allowed;
  opacity: 0.6;
}

.form-wrapper--membership-registration .hs-register-widget-show-password {
  position: absolute;
  right: 16px;
  bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #001D4D;
  text-decoration: none;
  cursor: pointer;
}

.form-wrapper--membership-registration .hs-submit,
.form-wrapper--membership-registration .hs-membership-loader {
  margin: 8px 0 0 0;
  width: 100%;
}

.form-wrapper--membership-registration input[type="submit"],
.form-wrapper--membership-registration .hs-button {
  width: 100%;
  height: 44px;
  padding: 12px 18px;
  background: #F49600 !important;
  color: #000000 !important;
  font-family: "Work Sans", sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
  box-sizing: border-box !important;
}

.form-wrapper--membership-registration input[type="submit"]:hover,
.form-wrapper--membership-registration .hs-button:hover {
  background: #d87f00 !important;
}

.form-wrapper--membership-registration .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
}

.form-wrapper--membership-registration .hs-error-msg {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #697077;
}

.form-wrapper--membership-registration .hs-membership-global-error {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #d32f2f;
  text-align: center;
}

/* Register Footer */
.register-page__footer {
  width: 100%;
  background: #001D4D;
  padding: 24px 0;
}

.register-page__footer-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.register-page__footer-logo {
  flex-shrink: 0;
}

.register-page__footer-logo img {
  width: 118px !important;
  height: auto;
}

.register-page__footer-links {
  display: flex;
  align-items: center;
  gap: 77px;
  flex-wrap: wrap;
}

.register-page__footer-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.register-page__footer-link:hover {
  color: #F49600;
}

/* ========================================
   RESET PASSWORD PAGE STYLES
======================================== */

.reset-page-wrapper {
  min-height: 100vh;
  background: #001D4D;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.reset-page__container {
  max-width: 680px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DDE1E6;
  border-radius: 4px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.reset-page__container .widget-type-logo {
  margin: 0;
}

.reset-page__container .widget-type-logo img {
  width: 136px !important;
  height: auto;
}

.reset-page__heading {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.1;
  color: #001D4D;
  margin: 0;
  text-align: center;
  width: 600px;
}

.reset-page__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  margin: 0;
  text-align: center;
  max-width: 520px;
  width: 460px;
}

.reset-page__help-text {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #001D4D;
  margin: 0;
  text-align: center;
}

.reset-page__help-link {
  color: #001D4D;
  text-decoration: underline;
  text-underline-position: from-font;
}

.reset-page__help-link:hover {
  color: #F49600;
}

/* Reset Password Form Styles */
.form-wrapper--reset-password-request,
.form-wrapper--reset-password {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: none;
  margin: 0;
}

.form-wrapper--reset-password-request form,
.form-wrapper--reset-password form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 0;
  background: none;
  margin: 0;
}

.form-wrapper--reset-password-request .hs-form-field,
.form-wrapper--reset-password .hs-form-field {
  margin: 0;
  width: 100%;
  position: relative;
}

.form-wrapper--reset-password-request label,
.form-wrapper--reset-password label {
  display: block;
  color: #001D4D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 8px;
}

.form-wrapper--reset-password-request input[type="email"],
.form-wrapper--reset-password-request input[type="text"],
.form-wrapper--reset-password input[type="password"],
.form-wrapper--reset-password input[type="text"] {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  background: #E7E7E7;
  border: 1px solid #E7E7E7;
  border-bottom: 1px solid #C1C7CD;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.form-wrapper--reset-password-request input[type="email"]::placeholder,
.form-wrapper--reset-password-request input[type="text"]::placeholder,
.form-wrapper--reset-password input[type="password"]::placeholder,
.form-wrapper--reset-password input[type="text"]::placeholder {
  color: #7C7B7B;
}

.form-wrapper--reset-password-request input[type="email"]:focus,
.form-wrapper--reset-password-request input[type="text"]:focus,
.form-wrapper--reset-password input[type="password"]:focus,
.form-wrapper--reset-password input[type="text"]:focus {
  outline: none;
  border-color: #F49600;
  background: #FFFFFF;
}

.form-wrapper--reset-password .hs-reset-widget-show-password {
  position: absolute;
  right: 16px;
  bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #001D4D;
  text-decoration: none;
  cursor: pointer;
}

.form-wrapper--reset-password-request .hs-submit,
.form-wrapper--reset-password-request .hs-membership-loader,
.form-wrapper--reset-password .hs-submit,
.form-wrapper--reset-password .hs-membership-loader {
  margin: 8px 0 0 0;
  width: 100%;
}

.form-wrapper--reset-password-request input[type="submit"],
.form-wrapper--reset-password-request .hs-button,
.form-wrapper--reset-password input[type="submit"],
.form-wrapper--reset-password .hs-button {
  width: 100%;
  height: 44px;
  padding: 12px 18px;
  background: #F49600 !important;
  color: #000000 !important;
  font-family: "Work Sans", sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
  box-sizing: border-box !important;
}

.form-wrapper--reset-password-request input[type="submit"]:hover,
.form-wrapper--reset-password-request .hs-button:hover,
.form-wrapper--reset-password input[type="submit"]:hover,
.form-wrapper--reset-password .hs-button:hover {
  background: #d87f00 !important;
}

.form-wrapper--reset-password-request .hs-error-msgs,
.form-wrapper--reset-password .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
}

.form-wrapper--reset-password-request .hs-error-msg,
.form-wrapper--reset-password .hs-error-msg {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #697077;
}

.form-wrapper--reset-password-request .hs-membership-global-error,
.form-wrapper--reset-password-request .hs-membership-global-message,
.form-wrapper--reset-password .hs-membership-global-error,
.form-wrapper--reset-password .hs-membership-global-message {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.form-wrapper--reset-password-request .hs-membership-global-error,
.form-wrapper--reset-password .hs-membership-global-error {
  color: #d32f2f;
}

.form-wrapper--reset-password-request .hs-membership-global-message,
.form-wrapper--reset-password .hs-membership-global-message {
  color: #2e7d32;
}

/* Hide empty error/message containers generated by HubSpot membership forms */
.form-wrapper--reset-password-request > .hs-form-field:has(.hs-error-msgs),
.form-wrapper--reset-password-request > .hs-form-field:has(.hs-membership-global-message),
.form-wrapper--reset-password > .hs-form-field:has(.hs-error-msgs),
.form-wrapper--reset-password > .hs-form-field:has(.hs-membership-global-message),
.form-wrapper--membership-registration > .hs-form-field:has(.hs-error-msgs),
.form-wrapper--membership-registration > .hs-form-field:has(.hs-membership-global-message) {
  display: none;
}

.form-wrapper--reset-password-request > .hs-form-field:has(.hs-membership-global-error:not(:empty)),
.form-wrapper--reset-password-request > .hs-form-field:has(.hs-membership-global-message:not(:empty)),
.form-wrapper--reset-password > .hs-form-field:has(.hs-membership-global-error:not(:empty)),
.form-wrapper--reset-password > .hs-form-field:has(.hs-membership-global-message:not(:empty)),
.form-wrapper--membership-registration > .hs-form-field:has(.hs-membership-global-error:not(:empty)),
.form-wrapper--membership-registration > .hs-form-field:has(.hs-membership-global-message:not(:empty)) {
  display: block;
}

.form-wrapper--reset-password-request .no-list,
.form-wrapper--reset-password .no-list,
.form-wrapper--membership-registration .no-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Reset Footer */
.reset-page__footer {
  width: 100%;
  background: #001D4D;
  padding: 24px 0;
}

.reset-page__footer-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.reset-page__footer-logo {
  flex-shrink: 0;
}

.reset-page__footer-logo img {
  width: 118px !important;
  height: auto;
}

.reset-page__footer-links {
  display: flex;
  align-items: center;
  gap: 77px;
  flex-wrap: wrap;
}

.reset-page__footer-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.reset-page__footer-link:hover {
  color: #F49600;
}

/* ========================================
   MEMBERSHIP RESPONSIVE STYLES
======================================== */

@media (max-width: 1024px) {
  /* Login Page - Tablet */
  .login-page-wrapper {
    flex-direction: column;
  }

  .login-page__form-container .widget-type-logo {
    display: flex;
    justify-content: center;
  }

  .login-page__form-section {
    flex: none;
    width: 100%;
    padding: 52px 120px 60px;
    align-items: center;
    justify-content: center;
  }

  .login-page__form-container {
    max-width: 560px;
    gap: 24px;
  }

  .login-page__heading {
    font-size: 45px;
    text-align: center;
  }

  .login-page__hero-section {
    position: relative;
    flex: none;
    width: 100%;
    padding: 0 20px 52px 0;
    min-height: auto;
    display: grid;
    grid-template-columns: 500px 1fr;
    grid-template-rows: auto auto;
    column-gap: 20px;
    row-gap: 33px;
    align-items: center;
  }

  .login-page__hero-image {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    height: 338px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
  }

  .login-page__hero-image--slide-2 {
    height: 338px;
    top: auto;
  }

  .login-page__hero-content {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    max-width: 339px;
  }

  .login-page__hero-title {
    font-size: 38px;
  }

  .login-page__carousel-pagination {
    position: relative;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    left: auto;
    bottom: auto;
    transform: none;
    display: flex;
    justify-content: center;
    margin-top: 0;
  }

  .login-page__footer-container {
    padding: 0 20px;
    gap: 30px;
  }

  .login-page__footer-links {
    gap: 40px !important;
  }

  /* Register/Reset Page - Tablet */
  .register-page__container,
  .reset-page__container {
    padding: 60px 40px;
  }

  .register-page__heading,
  .reset-page__heading {
    font-size: 42px;
  }

  .register-page__footer-links,
  .reset-page__footer-links {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  /* Login Page - Mobile */
  .login-page__form-section {
    padding: 67px 17px 60px;
  }

  .login-page__form-container {
    gap: 48px;
  }

  .login-page__form-container .widget-type-logo img {
    width: 136px !important;
  }

  .login-page__heading {
    font-size: 40px;
  }

  .login-page__hero-section {
    position: relative;
    padding: 60px 17px 60px;
    min-height: auto;
    display: flex;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 33px;
  }

  .login-page__hero-content {
    position: relative;
    grid-row: 1;
    width: 100%;
    max-width: 379px;
  }

  .login-page__hero-title {
    font-size: 32px;
  }

  .login-page__hero-image {
    position: relative;
    grid-row: 2;
    width: 100%;
    height: 338px;
    max-width: 379px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

  .login-page__hero-image--slide-2 {
    height: 338px;
    top: auto;
  }

  .login-page__carousel-pagination {
    position: relative;
    grid-row: 3;
    width: 100%;
    left: auto;
    bottom: auto;
    transform: none;
    display: flex;
    justify-content: center;
    margin-top: 0;
  }

  .login-page__footer {
    padding: 32px 0;
  }

  .login-page__footer-container {
    flex-direction: column;
    align-items: center;
    padding: 0 17px;
    gap: 24px;
  }

  .login-page__footer-logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .login-page__footer-links {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
  }

  /* Register/Reset Page - Mobile */
  .register-page-wrapper,
  .reset-page-wrapper {
    padding: 40px 16px;
  }

  .register-page__container,
  .reset-page__container {
    padding: 40px 24px;
    gap: 20px;
  }

  .register-page__container .widget-type-logo img,
  .reset-page__container .widget-type-logo img {
    width: 100px !important;
  }

  .register-page__heading,
  .reset-page__heading {
    font-size: 32px;
    width: auto;
  }

  .reset-page__description {
    width: 300px;
  }

  .form-wrapper--membership-registration input[type="submit"],
  .form-wrapper--membership-registration .hs-button,
  .form-wrapper--reset-password-request input[type="submit"],
  .form-wrapper--reset-password-request .hs-button,
  .form-wrapper--reset-password input[type="submit"],
  .form-wrapper--reset-password .hs-button {
    font-size: 18px !important;
  }

  .register-page__footer,
  .reset-page__footer {
    padding: 32px 0;
  }

  .register-page__footer-container,
  .reset-page__footer-container {
    flex-direction: column;
    align-items: center;
    padding: 0 17px;
    gap: 24px;
  }

  .register-page__footer-logo,
  .reset-page__footer-logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .register-page__footer-links,
  .reset-page__footer-links {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .login-page__form-section {
    padding: 32px 16px;
  }

  .login-page__form-container {
    gap: 24px;
  }

  .login-page__heading {
    font-size: 28px;
  }

  .login-page__hero-section {
    gap: 24px;
  }

  .login-page__hero-image {
    height: 250px;
  }

  .login-page__hero-image--slide-2 {
    height: 250px;
  }

  .carousel-pagination__btn {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .register-page__container,
  .reset-page__container {
    padding: 32px 20px;
  }

  .register-page__heading,
  .reset-page__heading {
    font-size: 28px;
  }
}
