@import url("https://use.typekit.net/jpi2npa.css");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #ff861b;
  --bs-yellow: #ffc107;
  --bs-green: #0d6b55;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6b55;
  --bs-secondary: #ff861b;
  --bs-success: #0d6b55;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 107, 85;
  --bs-secondary-rgb: 255, 134, 27;
  --bs-success-rgb: 13, 107, 85;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff ;
}

*, *::before, *::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol, ul {
  padding-left: 2rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

b, strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: #0d6b55;
  text-decoration: underline;
}

a:hover {
  color: #0a5644;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 568px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 107, 85, 0.25);
}

.btn-primary {
  color: #fff;
  background-color: #0d6b55;
  border-color: #0d6b55;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5b48;
  border-color: #0a5644;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5b48;
  border-color: #0a5644;
  box-shadow: 0 0 0 0.25rem rgba(49, 129, 111, 0.5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a5644;
  border-color: #0a5040;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 129, 111, 0.5);
}

.btn-secondary {
  color: #000;
  background-color: #ff861b;
  border-color: #ff861b;
}

.btn-secondary:hover {
  color: #000;
  background-color: #ff983d;
  border-color: #ff9232;
}

.btn-secondary.white:hover, .btn-secondary.white:focus {
  color: #212529;
  background-color: #fff;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 107, 85, 0.25);
  opacity: 1;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

@media (min-width: 568px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.text-center {
  text-align: center !important;
}

body.logged-out .hide-logged-out, body.logged-out .hide-logged-out + .divider {
  display: none !important;
}

.module-padding {
  padding: 1rem;
}

@media (min-width: 992px) {
  .module-padding {
    padding: 3rem;
  }
}
#offcanvasMenu {
  background-color: #0d6b55;
}

#offcanvasMenu.show {
  z-index: 99999999;
}

#offcanvasMenu .mobile-list {
  padding: 0px;
  list-style-type: none;
}

#offcanvasMenu .mobile-list hr {
  color: #fff;
  opacity: 1;
}

#offcanvasMenu .mobile-list a {
  color: #fff;
  margin: 1rem 0px;
  display: table;
  text-decoration: none;
}

#offcanvasMenu .mobile-list ul {
  list-style-type: none;
  padding-left: 15px;
}

#offcanvasMenu .nav-header {
  color: #fff;
  position: relative;
  transition: color 0.3s;
}

#main-header-sticky-wrapper {
  height: 58px !important;
  z-index: 999 !important;
}

#main-header-sticky-wrapper img.logo-green, #main-header-sticky-wrapper img.logo-white {
  height: auto;
  width: 220px;
}

@media (max-width: 430px) {
  #main-header-sticky-wrapper img.logo-green, #main-header-sticky-wrapper img.logo-white {
    width: 170px;
  }
}
#main-header-sticky-wrapper .logo-white {
  display: initial;
}

#main-header-sticky-wrapper .logo-green {
  display: none;
}

#main-header-sticky-wrapper.is-sticky .logo-green {
  display: initial;
}

#main-header-sticky-wrapper.is-sticky .logo-white {
  display: none;
}

#main-header-sticky-wrapper.is-sticky #main-header {
  background-color: #fff;
}

#main-header-sticky-wrapper.is-sticky button.menu-toggle .line {
  background-color: #0d6b55;
}

body:not(.page-home) #main-header {
  background-color: #0d6b55;
}

#main-header {
  height: 58px;
  position: relative;
  z-index: 99;
}

#main-header > .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

button.menu-toggle {
  background-color: transparent;
  border-radius: 3px;
  display: flex;
  width: 32px;
  height: 28px;
  flex-direction: column;
  justify-content: space-around;
  padding: 3px;
  border: none;
  margin-right: 1rem;
}

button.menu-toggle .line:nth-child(1) {
  width: 100%;
}

button.menu-toggle .line:nth-child(2) {
  width: 75%;
}

button.menu-toggle .line:nth-child(3) {
  width: 50%;
}

button.menu-toggle .line {
  background-color: #fff;
  height: 2px;
  transition: width 0.3s ease;
}

#memberloginModal {
  z-index: 999999;
}

#main-footer {
  background-color: #f6f4f0;
  padding: 1rem;
  text-align: center;
}

@media (min-width: 568px) {
  #main-footer {
    text-align: left;
  }
}
@media (min-width: 992px) {
  #main-footer {
    padding: 3rem;
  }
}
#main-footer h3, #main-footer .h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0d6b55;
}

#main-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main-footer ul li {
  margin-bottom: 1em;
}

#main-footer ul li a {
  text-decoration: none;
  color: #000;
}

#main-footer .col {
  flex: auto;
}

@media (min-width: 568px) {
  #main-footer .col {
    flex: 1;
  }
}
#main-footer .privacy-policy a {
  color: #000;
  text-decoration: none;
}

.social-icons {
  display: grid;
  gap: 1em;
  max-width: 290px;
  grid-template-columns: repeat(6, 1fr);
  margin: 0 auto;
  padding: 0;
}

@media (min-width: 568px) {
  .social-icons {
    margin: 1em 0 2em;
  }
}
@media (min-width: 768px) {
  .social-icons {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .social-icons {
    grid-template-columns: repeat(6, 1fr);
  }
}
.social-icons li {
  display: flex;
}

.social-icons li a {
  max-width: 39px;
}

.social-icons li a img {
  filter: invert(47%) sepia(41%) saturate(598%) hue-rotate(116deg) brightness(99%) contrast(94%);
  max-width: 32px;
}

@media (min-width: 992px) {
  .social-icons li a img {
    max-width: 39px;
  }
}
html {
  font-size: 17px;
}

body {
  font-family: "ReadexPro", sans-serif;
}

html, body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "rockwell", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1, .h1 {
  font-size: 46px;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: bold;
}

h2, .h2 {
  font-size: 38px;
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: bold;
}

h3, .h3 {
  font-size: 32px;
  font-size: clamp(28px, 3.5vw, 32px);
  font-weight: bold;
}

h4, .h4 {
  font-size: 32px;
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: bold;
}

.upper {
  text-transform: uppercase;
}

.orange {
  color: #ff861b;
}

.offcanvas {
  display: flex !important;
}

.btn {
  font-family: "rockwell", serif;
  font-weight: bold;
  border-radius: 0.75rem;
}

.btn:not(.btn-lg) {
  padding-top: 0.55em;
  padding-bottom: 0.55em;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 20px;
}

.btn-secondary {
  color: #fff;
  line-height: 1;
}

.btn-secondary:hover, .btn-secondary:focus {
  color: #fff;
}

.btn-white-o {
  color: #fff;
  border-color: #fff;
  border-width: 2px;
}

.white {
  color: #fff;
}

.green {
  color: #0d6b55;
}

#main-footer {
  background-color: #f6f4f0;
}

#main-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main-footer ul li {
  margin-bottom: 1em;
}

#main-footer ul li a {
  text-decoration: none;
}

.footer-bottom .disclaimer {
  font-size: 0.75rem;
}

.usermenu-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas.show {
  transform: none;
}

.btn-white-o:focus, .btn-white-o:hover {
  color: #000;
  background-color: #fff;
}

.justify-content-center {
  justify-content: center !important;
}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2.75s;
  animation-duration: 2.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2.75);
  animation-duration: calc(var(--animate-duration) * 2.75);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-duration: calc(var(--animate-duration) * 5);
  animation-duration: calc(var(--animate-duration) * 5);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  3% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  17% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  24% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30%, 50%, 70%, 80%, 90%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.5);
  animation-duration: calc(var(--animate-duration) * 1.5);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.text-left {
  text-align: left;
}

#main-header-sticky-wrapper ~ .main {
  margin-top: 0;
}

.btn-secondary {
  border-width: 2px;
}

button.menu-toggle {
  height: 41px;
  width: 36px;
  text-align: center;
  margin: 0 0 0 1rem;
}
button.menu-toggle .text {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

button.menu-toggle .line {
  height: 3px;
  width: 100% !important;
}

.header-right {
  display: flex;
}

#main-header-sticky-wrapper {
  height: 80px !important;
}

#main-header {
  height: 80px;
}
@media (min-width: 992px) {
  #main-header .button-container.md-down {
    display: none;
  }
}
#main-header .button-container.md-down a {
  display: block;
  padding: 7px;
}
#main-header .button-container.md-down svg {
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  fill: #fff;
}
@media (max-width: 991.98px) {
  #main-header .button-container.lg-up {
    display: none;
  }
}
#main-header .button-container.lg-up {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
}
#main-header .button-container.lg-up span {
  display: block;
  width: 100%;
  color: #fff;
  text-align: right;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
}
#main-header .button-container.lg-up a.btn {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 0;
  min-width: 220px;
  transition: background-color, color 0.15s ease-in-out;
}
#main-header .button-container.lg-up a.btn:first-of-type {
  margin-right: 1rem;
}
#main-header .logo {
  text-decoration: none;
}
#main-header .logo span {
  display: block;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 6px;
  letter-spacing: 4px;
  text-align: center;
}

#main-header-sticky-wrapper.is-sticky #main-header .logo span {
  color: #0d6b55;
}
#main-header-sticky-wrapper.is-sticky #main-header .button-container span {
  color: #0d6b55;
}
#main-header-sticky-wrapper.is-sticky .button-container.lg-up .btn-secondary {
  color: #0d6b55;
  border-color: #0d6b55;
}
#main-header-sticky-wrapper.is-sticky .button-container.lg-up .btn-secondary svg {
  fill: #0d6b55;
}
#main-header-sticky-wrapper.is-sticky .button-container.md-down svg {
  fill: #0d6b55;
}
#main-header-sticky-wrapper.is-sticky button.menu-toggle .text {
  color: #0d6b55;
}

body {
  font-family: "brandon-grotesque", sans-serif;
}

.btn,
.btn:not(.btn-lg) {
  font-family: "brandon-grotesque", sans-serif;
  border-radius: 6px;
  line-height: 1;
  padding: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .btn,
  .btn:not(.btn-lg) {
    font-size: 24px;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em 0;
  }
}
@media (min-width: 768px) {
  .btn,
  .btn:not(.btn-lg) {
    font-size: 16px;
  }
}

.btn-primary {
  background-color: #ff8000;
  border-color: #ff8000;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  border-color: rgb(178.5, 89.6, 0);
  background-color: rgb(178.5, 89.6, 0);
}

.btn-secondary {
  background-color: transparent;
  border-color: #fff;
}
@media (max-width: 767.98px) {
  .btn-secondary.black-md-down {
    border-color: #212529;
    color: #212529;
  }
  .btn-secondary.black-md-down:hover, .btn-secondary.black-md-down:focus {
    color: #fff;
    background-color: #212529;
  }
}
.btn-secondary.black {
  border-color: #212529;
  color: #212529;
}
.btn-secondary.black:hover, .btn-secondary.black:focus {
  color: #fff;
  background-color: #212529;
}
.btn-secondary.white {
  border-color: #fff;
  color: #fff;
}
.btn-secondary.white:hover, .btn-secondary.white:focus {
  color: #212529;
  background-color: #fff;
}
@media (min-width: 768px) {
  .btn-secondary.white-md-up {
    border-color: #fff;
    color: #fff;
  }
  .btn-secondary.white-md-up:hover, .btn-secondary.white-md-up:focus {
    color: #212529;
    background-color: #fff;
  }
}

.btn-phone svg {
  transform: rotate(95deg);
  margin-right: 5px;
  transition: fill 0.15s ease-in-out;
}

.btn-phone.black svg {
  fill: #000;
}
.btn-phone.black:hover svg, .btn-phone.black:focus svg {
  fill: #fff;
}

.btn-phone.white svg {
  fill: #fff;
}
.btn-phone.white:hover svg, .btn-phone.white:focus svg {
  fill: #000;
}

.underline {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .button-container {
    display: flex;
    gap: 1rem;
    justify-content: center;
  }
}

.cp-header {
  color: #fff;
}
@media (min-width: 768px) {
  .cp-header {
    padding-bottom: 4rem;
  }
}
.cp-header h1 {
  line-height: 1;
  font-size: 45px;
  text-align: center;
  padding-top: 3rem;
  margin: 0 0 0.25em;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.75);
}
@media (min-width: 768px) {
  .cp-header h1 {
    font-size: 32px;
  }
}
.cp-header h2 {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.75);
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .cp-header h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .cp-header .button-container > * {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  .cp-header .button-container form.register button {
    width: 100%;
  }
}

.cp-explainer-container {
  padding: 10px;
}
@media (max-width: 767.98px) {
  .cp-explainer-container {
    max-width: 100%;
    width: 100%;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cp-explainer-container {
    padding: 15px 25px;
  }
}
.cp-explainer-container figure {
  display: inline-block;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
}

.vid-col {
  display: flex;
  justify-content: center;
  padding: 0 25px;
}
.vid-col figure {
  margin: 0 auto 1rem;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 25px;
  border-radius: 6px;
}
.vid-col figcaption {
  line-height: 1.1;
  margin-bottom: 0.5em;
  font-size: 22px;
  text-align: center;
}
@media (min-width: 768px) {
  .vid-col figcaption {
    font-size: 17px;
  }
}

@media (max-width: 767.98px) {
  html.webp .text-col {
    background: url(../images/bg-topo-sm.webp) center top repeat #fff;
  }
}

@media (max-width: 767.98px) {
  html.no-webp .text-col {
    background: url(../images/bg-topo-sm.jpg) center top repeat #fff;
  }
}

.text-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.text-col p:last-of-type {
  margin-bottom: 0.5em;
}
@media (max-width: 767.98px) {
  .text-col .button-container {
    width: 100%;
  }
}
.text-col p {
  font-size: 23px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .text-col p {
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .text-col p, .text-col ul {
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.75);
  }
}
@media (max-width: 767.98px) {
  .text-col {
    color: #212529;
    font-weight: bold;
    padding: 1.75rem 1.5rem;
  }
  .text-col * {
    max-width: 500px;
    margin-inline: auto;
  }
  .text-col p {
    line-height: 1.15;
    font-size: 28px;
  }
}
.text-col ul {
  font-size: 24px;
  line-height: 1;
  list-style: url("../images/campingpass/ul-arrow-green.png");
}
@media (min-width: 768px) {
  .text-col ul {
    font-size: 20px;
    margin: 0.5em 0;
    font-weight: bold;
  }
}
.text-col ul li {
  margin-bottom: 0.35em;
}

.cp-video-wrapper {
  margin-inline: auto;
}
.cp-video-wrapper iframe {
  max-width: 100%;
}

.trust-badges {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .trust-badges {
    padding-top: 1rem;
  }
}

.badge-wrapper {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .badge-wrapper {
    justify-content: space-evenly;
    align-items: center;
  }
}

.badge-item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cp-benefits {
  background-color: #3f6c57;
  color: #fff;
  padding: 4rem 0;
  text-align: center;
}
.cp-benefits h2 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .cp-benefits h2 {
    font-size: 32px;
  }
}
.cp-benefits .promo-description {
  font-size: 28px;
  line-height: 1.15;
}
.cp-benefits h4 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .cp-benefits h4 {
    font-size: 20px;
  }
}
.cp-benefits h4 + p {
  font-size: 18px;
}
@media (min-width: 768px) {
  .cp-benefits h4 + p {
    font-size: 19px;
  }
}
.cp-benefits .button-container {
  justify-content: center;
}
.cp-benefits:not(.benefit-box) a {
  color: #fff;
}
.cp-benefits:not(.benefit-box) a:hover, .cp-benefits:not(.benefit-box) a:focus {
  text-decoration: none;
}

.benefits-wrapper {
  margin: 2rem 0;
}
@media (max-width: 991.98px) {
  .benefits-wrapper > div {
    margin-bottom: 2rem;
  }
}

.benefit-box {
  background-color: #fff;
  border-radius: 6px;
  color: #000;
  padding: 1rem 2rem;
  height: 100%;
}
.benefit-box h3 {
  font-size: 36px;
  color: #00b600;
  line-height: 1;
  text-transform: uppercase;
}
.benefit-box h3 br {
  display: none;
}
@media (min-width: 768px) {
  .benefit-box h3 br {
    display: initial;
  }
}
.benefit-box p {
  font-size: 24px;
}
@media (min-width: 768px) {
  .benefit-box p {
    font-size: 19px;
  }
}

.cp-regions-map {
  padding: 4rem 0;
}
.cp-regions-map h2 {
  font-size: 40px;
  text-align: center;
  margin: 0;
}
.cp-regions-map h2 + p {
  font-size: 26px;
  color: #212529;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .cp-regions-map h2 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .cp-regions-map > div > div > div:nth-child(2) > div:nth-child(1) > .legend-title {
    margin-top: 1rem;
  }
}

.cp-map-container {
  height: 100%;
  min-height: 250px;
}

.map-legend {
  display: flex;
  align-items: center;
}
.map-legend .legend-image {
  margin-right: 15px;
}
.map-legend .legend-image.small {
  margin-right: 20px;
  margin-left: 6px;
}

.legend-title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0.25em;
  font-weight: bold;
  display: block;
}

.legend-item {
  line-height: 1;
}

.legend-text {
  font-size: 20px;
}

.resort-legend {
  text-align: center;
  column-span: all;
  padding: 0 2rem 2rem;
}

.tc-fee,
.icon-dollarsign {
  color: #0d6b55;
  font-weight: bold;
  font-family: sans-serif;
}

.tc-fee {
  font-size: 80%;
  vertical-align: top;
}

.icon-dollarsign {
  font-size: 1.3rem;
}

.resort-item-container {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.cp-explore-accordion {
  background-color: #009f81;
  padding: 4rem 0 0;
}
.cp-explore-accordion h2 {
  font-size: 40px;
  text-align: center;
  line-height: 1;
  color: #fff;
  margin-bottom: 1.5rem;
}
.cp-explore-accordion .button-container {
  gap: 1rem;
}
@media (min-width: 992px) {
  .cp-explore-accordion .button-container {
    gap: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cp-explore-accordion .button-container {
    align-items: end;
    margin-inline: auto;
    max-width: 75%;
  }
  .cp-explore-accordion .button-container > * {
    width: 50%;
  }
}
.cp-explore-accordion .button-container > div {
  display: flex;
  flex-direction: column;
}
.cp-explore-accordion .button-container a.btn-secondary {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.cp-explore-accordion .button-container .phone-caption {
  font-size: 22px;
  display: block;
  text-align: center;
  color: #fff;
  margin-bottom: -10px;
}
@media (min-width: 992px) {
  .cp-explore-accordion .button-container .phone-caption {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cp-explore-accordion .button-container {
    width: min(40%, 400px);
    flex-direction: column;
    padding: 0 2rem;
  }
}

.cp-explore-explainer {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
}
@media (min-width: 768px) {
  .cp-explore-explainer {
    display: none;
  }
}

.zones {
  display: flex;
  flex-direction: column;
}

#region-southwest {
  order: 1;
}

#region-southeast {
  order: 2;
}

#region-northwest {
  order: 3;
}

#region-northeast {
  order: 4;
}

#region-midwest {
  order: 5;
}

#region-trails_collection {
  order: 6;
}

details summary::-webkit-details-marker,
details summary::marker {
  display: none;
  content: "";
}

@media (min-width: 992px) {
  details.zone-panel[open],
  details.zone-panel[open] > summary {
    pointer-events: none;
  }
  details.zone-panel[open] .indicator,
  details.zone-panel[open] > summary .indicator {
    visibility: hidden;
  }
}

details.zone-panel {
  background-color: #3a856f;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1rem;
  transition: all 250ms ease;
}
@media (min-width: 992px) {
  details.zone-panel {
    width: min(40%, 400px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
details.zone-panel > summary {
  padding-bottom: 0.5rem;
  list-style: none;
}
details.zone-panel > summary .zone-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  padding: 0 1.75rem;
}
@media (min-width: 992px) {
  details.zone-panel > summary .zone-title {
    font-size: 26px;
  }
}
details.zone-panel > summary .indicator .txt {
  color: #d5e5e2;
}
@media (min-width: 992px) {
  details.zone-panel > summary .indicator .txt {
    font-size: 18px;
  }
}
details.zone-panel > summary .indicator .triangle {
  filter: invert(93%) sepia(21%) saturate(98%) hue-rotate(119deg) brightness(98%) contrast(85%);
}
@media (min-width: 992px) {
  details.zone-panel > summary .indicator .triangle {
    width: 15px;
    height: 13px;
  }
}
details.zone-panel[open] {
  background-color: #fff;
}
details.zone-panel[open] > summary .zone-title {
  color: #000;
}
details.zone-panel[open] > summary .indicator .txt {
  color: #999;
}
details.zone-panel[open] > summary .indicator .triangle {
  filter: invert(52%) sepia(59%) saturate(233%) hue-rotate(106deg) brightness(94%) contrast(90%);
}
details.zone-panel p {
  color: #222528;
  font-size: 20px;
  margin: 0 0 0.5em;
  line-height: 1.15;
  padding: 0 1.25rem;
}
@media (min-width: 992px) {
  details.zone-panel p {
    font-size: 16px;
    padding-bottom: 1rem;
  }
}

.zone-title,
.state-title {
  pointer-events: none;
}

.zone-panel-heading,
.zone-panel-footer {
  display: none;
}
@media (min-width: 992px) {
  .zone-panel-heading,
  .zone-panel-footer {
    display: block;
    text-align: center;
    line-height: 1.1;
    font-size: 22px;
    font-family: "rockwell", serif;
    column-span: all;
    margin-bottom: 1em;
    margin-inline: auto;
    max-width: 70%;
  }
}

.zone-panel-heading {
  margin-bottom: 0;
}
.zone-panel-heading + p {
  column-span: all;
  text-align: center;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .zone-panel-footer {
    margin-bottom: 0;
    margin-top: 1em;
  }
}

details.zone-state {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  details.zone-state {
    break-inside: avoid;
  }
}
details.zone-state[open] summary {
  background-color: #fff;
}
details.zone-state[open] summary .triangle {
  filter: invert(55%) sepia(21%) saturate(583%) hue-rotate(106deg) brightness(94%) contrast(96%);
}
@media (min-width: 992px) {
  details.zone-state summary {
    pointer-events: none;
    background-color: #fff;
  }
}
details.zone-state summary {
  list-style: none;
  background-color: #f6f4ef;
  transition: background-color 250ms ease;
}
details.zone-state .state-title {
  font-size: 28px;
  color: #50b034;
  font-weight: bold;
  display: block;
  padding: 0 1.25rem 0 2rem;
}
@media (min-width: 992px) {
  details.zone-state .state-title {
    font-size: 20px;
  }
}
details.zone-state .indicator .triangle {
  filter: invert(60%) sepia(0%) saturate(8%) hue-rotate(142deg) brightness(103%) contrast(85%);
}
@media (min-width: 992px) {
  details.zone-state .indicator {
    display: none;
  }
}

details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
details[open] > summary .triangle {
  transform: rotate(0deg);
  -webkit-filter: brightness(110%) saturate(0%);
  filter: brightness(110%) saturate(0%);
}
.indicator {
  display: flex;
  margin-right: 1rem;
  align-items: center;
}
.indicator .txt {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #989898;
  margin-right: 0.5rem;
}
.indicator .triangle {
  transform: rotate(180deg);
  background-image: url("../images/campingpass/triangle.svg");
  background-size: cover;
  width: 24px;
  height: 20px;
  display: block;
  transition: transform 250ms ease;
}

.state-resorts {
  list-style: none;
  padding: 0 2rem 1rem;
  margin: 0;
  font-size: 24px;
}
@media (min-width: 992px) {
  .state-resorts {
    font-size: 18px;
  }
}
.state-resorts li {
  margin-bottom: 0.5em;
  display: flex;
}
.state-resorts .resort-title {
  color: #222529;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}
.state-resorts .resort-title svg {
  margin-right: 3px;
}
.state-resorts .resort-title:hover, .state-resorts .resort-title:focus {
  text-decoration: underline;
}
.state-resorts .location {
  color: #999;
  display: block;
  line-height: 1;
}

.resort-icon {
  padding: 3px 8px 0 0;
}

.zone-wrapper {
  position: relative;
}
@media (max-width: 991.98px) {
  .zone-wrapper {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .zone-wrapper {
    padding-top: 2rem;
  }
}

@media (min-width: 992px) {
  .state-details-container {
    padding: 1rem 0;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - min(40%, 400px));
    background: white;
    columns: 2;
    border-radius: 6px;
    overflow: hidden;
    pointer-events: all;
  }
}

.sherer-family {
  padding: 4rem 0;
}
.sherer-family figure {
  display: inline-block;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}
.sherer-family figcaption {
  color: #fff;
  font-weight: bold;
}
.sherer-family h2 {
  font-size: 32px;
  color: #212529;
}
.sherer-family h2 + h3 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 24px;
}
@media (min-width: 992px) {
  .sherer-family h2 + h3 {
    display: none;
  }
}
.sherer-family .row h3 {
  display: none;
}
@media (min-width: 992px) {
  .sherer-family .row h3 {
    display: block;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 24px;
  }
}

.purchase-pass-form {
  max-width: 650px;
  margin: 0 auto;
}
.purchase-pass-form .input {
  margin-top: 1rem;
  padding: 1em;
  line-height: 1;
  width: 100%;
  border: 2px solid #ff8000;
  border-radius: 6px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 18px;
}
.purchase-pass-form .input::placeholder {
  color: #ff8000;
  font-weight: bold;
}

.purchase-section {
  padding: 4rem 0;
}
.purchase-section .cta-buttons {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 1rem;
  margin-inline: auto;
  flex-direction: column;
}
.purchase-section .cta-buttons a.btn {
  margin: 0;
}
@media (min-width: 768px) {
  .purchase-section .cta-buttons {
    flex-direction: row;
  }
  .purchase-section .cta-buttons .btn {
    width: 50%;
    margin: 0;
  }
}

.purchase-section .promo-title {
  color: #212529;
  font-size: 32px;
  text-align: center;
  line-height: 1.1;
  margin: 0;
}

.purchase-section .promo-description {
  color: #212529;
  font-size: 32px;
  text-align: center;
  line-height: 1.1;
}

.cp-benefits-list {
  list-style: none;
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .cp-benefits-list {
    display: flex;
    gap: 1.5rem;
  }
  .cp-benefits-list li {
    width: 33%;
  }
}
.cp-benefits-list li {
  margin-bottom: 1.5rem;
  background: url("../images/campingpass/marker-circle-check.png") no-repeat 0 0 transparent;
  padding-left: 60px;
  padding-top: 10px;
}
.cp-benefits-list h3 {
  color: #69ac41;
  font-size: 28px;
  text-transform: uppercase;
  font-family: "rockwell", serif;
  line-height: 1;
  margin: 0;
}
.cp-benefits-list p {
  font-size: 22px;
}

.guarantee-callout {
  max-width: 460px;
  margin-inline: auto;
  text-align: center;
}
@media (min-width: 992px) {
  .guarantee-callout {
    max-width: 350px;
    display: flex;
    flex-direction: column;
    margin-left: 46%;
    margin-bottom: -110px;
    line-height: 1.3;
    text-align: left;
  }
}
.guarantee-callout h4 {
  font-size: 20px;
  margin: 0;
  color: #00b611;
}
.guarantee-callout p {
  color: #666;
  font-size: 18px;
}
@media (min-width: 992px) {
  .guarantee-callout p {
    font-size: 16px;
  }
}

.camping-pass-cta {
  background-color: #f5f4f0;
  position: relative;
  padding: 1rem 1rem 1rem 0;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 7rem;
  min-height: 160px;
  max-width: 700px;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .camping-pass-cta {
    max-width: min(800px, 80%);
    padding: 1rem 5rem 1rem 0;
  }
}
.camping-pass-cta .cta-text {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.camping-pass-cta .old-price {
  color: #999;
  font-size: 18px;
}
@media (min-width: 600px) {
  .camping-pass-cta .old-price {
    font-size: 24px;
  }
}
.camping-pass-cta .old-price {
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5em;
}
.camping-pass-cta .old-price span[data-pass-price-old] {
  font-weight: bold;
  text-decoration: line-through;
}
.camping-pass-cta .current-price {
  display: block;
  font-family: "rockwell", serif;
  line-height: 1;
  margin-bottom: -1rem;
}
.camping-pass-cta .current-price .green {
  color: #89d366;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
}
@media (min-width: 992px) {
  .camping-pass-cta .current-price .green {
    font-size: 40px;
  }
}
.camping-pass-cta .current-price .price {
  font-size: 40px;
}
@media (min-width: 600px) {
  .camping-pass-cta .current-price .price {
    font-size: 80px;
  }
}
.camping-pass-cta .current-price .price {
  color: #e38a4c;
  display: inline-block;
  font-weight: bold;
}
.camping-pass-cta .current-price .price::first-letter {
  font-size: 25px;
}
@media (min-width: 600px) {
  .camping-pass-cta .current-price .price::first-letter {
    font-size: 40px;
  }
}
.camping-pass-cta .current-price .price::first-letter {
  vertical-align: super;
}
.camping-pass-cta .current-price .per-year {
  color: #e38a4c;
  font-size: 25px;
}
@media (min-width: 600px) {
  .camping-pass-cta .current-price .per-year {
    font-size: 32px;
  }
}

.cta-subtext {
  display: none;
}
@media (min-width: 992px) {
  .cta-subtext {
    text-transform: uppercase;
    color: #999;
    font-size: 16px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-end;
    max-width: 670px;
    margin-top: 5px;
  }
}

.hand-card-image {
  position: absolute;
  left: -115px;
  bottom: 25px;
  display: block;
  max-width: 100%;
  height: auto;
  z-index: 0;
}
@media (min-width: 568px) {
  .hand-card-image {
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .hand-card-image {
    left: -6rem;
  }
}

.disclaimer-text {
  margin-top: 2rem;
  color: #999;
  font-size: 12px;
}

#guaranteeModal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#guaranteeModal .modal-content {
  font-size: 20px;
}
#guaranteeModal .modal-body {
  padding: 2rem;
}
#guaranteeModal h6 {
  color: #00b611;
  text-align: center;
  font-size: 26px;
}

.guarantee-image {
  display: block;
  margin: 0 auto 1rem;
  max-width: 100%;
  height: auto;
}

.resortModal #resort-amenities .amenities-heading {
  font-size: 18px;
  color: #6fd554;
  margin-top: 20px;
  text-align: left;
}
.resortModal #resort-amenities .amenity-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  font-size: 13px;
}
@media (min-width: 400px) {
  .resortModal #resort-amenities .amenity-list li {
    float: left !important;
    width: 50% !important;
    padding-right: 5px !important;
  }
}
.resortModal #resort-amenities .amenity-list li {
  padding-left: 40px !important;
  padding-top: 0;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
  display: block;
  height: auto !important;
  min-height: 30px !important;
  line-height: 1;
}
.resortModal #resort-amenities .amenity-list li:nth-child(odd) {
  clear: both;
}
.resortModal #resort-amenities .amenity-list li > div {
  display: table;
}
.resortModal #resort-amenities .amenity-list li .amenityName {
  display: table-cell;
  vertical-align: middle;
  word-break: break-word;
  word-break: keep-all;
}

.resortModal {
  text-align: center;
  font-size: 16px;
}
.resortModal .modal-content {
  border: none;
  position: relative;
}
@media (max-width: 567.98px) {
  .resortModal .modal-dialog {
    margin: 20px;
    border-radius: 0;
    box-shadow: none;
  }
}
.resortModal .close {
  height: 36px;
  width: 36px;
  display: block;
  float: none;
  position: absolute;
  top: -10px;
  right: -10px;
  opacity: 0.9;
  z-index: 999;
  border: none;
}
.resortModal .resort-image {
  max-width: 100%;
  height: auto;
  display: block;
}
.resortModal h4.resort-name {
  color: #6fd554;
  font-size: 24px;
  margin: 15px 0 0;
  font-weight: 700;
  line-height: 1;
}
.resortModal h5.resort-location {
  color: #6fd554;
  font-size: 21px;
  margin: 5px 0 15px;
}
.resortModal .visit-resort {
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  margin: 10px 0;
  font-size: 17px;
  font-weight: 700;
  color: #6fd554;
}
.resortModal .btn.purchase-pass {
  font-size: 17px;
  padding: 0.75em 1em;
  margin: 15px;
}
.resortModal .resort-modal-content {
  line-height: 1.3;
  font-size: 15px;
  text-align: left;
}
.resortModal .resort-modal-content a {
  display: block;
  text-align: center;
  font-weight: bold;
}

#resort-iframe body.modal {
  display: block;
}

#resortModal .modal-body {
  background: url("https://d3udkwbcxxvp11.cloudfront.net/TTCP_images/loading.gif") no-repeat center center #fff;
}

.resortModal .close {
  background: url("https://d3udkwbcxxvp11.cloudfront.net/TTCP_images/sprite001.png") no-repeat -2px -654px transparent;
}

.infowindow {
  text-decoration: none;
  text-align: center;
  position: relative;
  color: #000;
  display: block;
}
.infowindow:hover {
  color: #000;
}

.info-img-top {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.info-title {
  font-size: 14px;
  line-height: 1.1;
  margin: 0;
}

.info-text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.infowindow-meta {
  padding: 5px;
}

.video-image {
  width: 100%;
}

.video-modal .modal-body {
  display: block;
}
.video-modal .btn-close {
  align-self: flex-end;
}
.video-modal iframe {
  width: 100%;
  display: block;
}

.video-modal-link {
  display: block;
  cursor: pointer;
}

.dealer-program .cp-header h1 {
  font-size: 41px;
  font-size: clamp(32px, 3vw, 41px);
}
.dealer-program .cp-header h2 {
  margin-bottom: 0;
  font-size: 32px;
  font-size: clamp(24px, 3vw, 32px);
}
.dealer-program .cp-header h3 {
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.75);
  font-family: "brandon-grotesque", sans-serif;
  font-size: 26px;
  font-weight: 500;
}
.dealer-program .button-container:not(.inline) form button {
  width: 100%;
}
.dealer-program .header-right,
.dealer-program #main-header .btn-primary,
.dealer-program .menu-toggle {
  display: none;
}
.dealer-program .dpa-regions h3 {
  font-size: 22px;
}
.dealer-program .button-container.inline form.register {
  width: 60%;
}
.dealer-program .button-container.inline form.register button {
  width: 100%;
}
@media (max-width: 767.98px) {
  .dealer-program .button-container.inline {
    display: flex;
    flex-direction: column;
  }
  .dealer-program .button-container.inline > * {
    width: 100% !important;
    margin-block: 0.5em !important;
  }
}

@media (min-width: 768px) {
  .text-over-buttons {
    display: flex;
    gap: 1rem;
    font-size: 0.85rem;
  }
}
.text-over-buttons > :first-child {
  width: 50%;
  text-align: center;
}

.text-over-buttons.inline {
  font-size: 0.85rem;
}
@media (min-width: 768px) {
  .text-over-buttons.inline > :first-child {
    width: 60%;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .text-over-buttons.inline {
    text-align: center;
  }
}

#sf-challenge-modal {
  background-color: rgba(0, 0, 0, 0.5);
  display: grid;
  position: fixed;
  inset: 0;
  place-items: center;
  z-index: 9999;
}

.sf-challenge-content {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.sf-challenge-content h3 {
  font-size: 22px;
  margin: 0;
}
.sf-challenge-content p {
  margin: 0;
}

#sf-challenge-answer {
  padding: 0.25em 1em;
}

.sf-challenge-actions {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}