@charset "UTF-8";
/*
Theme Name: Linx
Theme URI: https://linx.com
Description: Custom theme for Linx MVP
Version: 1.0.0
Author: Linx Team
Text Domain: linx
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-image: url("images/background-texture.svg");
  background-repeat: repeat;
  background-size: 800px 800px;
  background-position: 0 0;
  background-attachment: fixed;
  color: #00160B;
  font-family: "Aleo", serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  position: relative;
  color: #007439;
  font-family: "Aleo", serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0.5rem 0;
}

button {
  position: relative;
  background: none;
  border: 0;
  font-family: "Aleo", serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
  cursor: pointer;
}

input, select, textarea {
  background: #FFFFFF;
  font-family: "Aleo", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

fieldset {
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}
fieldset legend {
  width: auto;
  float: none;
}

.required {
  position: relative;
  top: -0.1rem;
  display: inline-flex;
  width: 6px;
  height: 6px;
  color: #9a1515;
}
.required span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.required span:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  position: static !important;
}

.container-small {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .container {
    padding: 0 1rem;
  }
}

.screen-reader-text,
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus,
.sr-only:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  position: static !important;
}

a:focus,
button:focus {
  outline: 2px solid #007439;
  outline-offset: 2px;
}

.form-input-search.segmented-input select:focus {
  outline: 0 !important;
}

.empty-state {
  text-align: center;
  padding: 3rem 1rem;
  color: #555555;
}
.empty-state h2 {
  color: #00160B;
}

hr, .divider-line {
  height: 2px;
  margin: 1rem 0 0.5rem;
  background: #f0f0f0;
  border: 0;
}
@media screen and (min-width: 968px) {
  hr, .divider-line {
    margin: 2rem 0;
  }
}
hr.bold, .divider-line.bold {
  background: #555555;
}

.heading-1 {
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  padding: 2rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .heading-1 {
    font-size: 4rem;
  }
}

.heading-2 {
  padding: 0.5rem 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  .heading-2 {
    font-size: 2.25rem;
    line-height: 1;
    padding: 0.5rem 0 1.5rem;
  }
}

.heading-3 {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  padding: 0.5rem 0 1rem;
}

.heading-4 {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  padding: 0.5rem 0 1rem;
}

.heading-5 {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  padding: 0.25rem 0 0.5rem;
}

.heading-6 {
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Aleo", serif;
}
p.large {
  font-size: 1.1rem;
}
p.small {
  font-size: 0.9rem;
}

.heading-2-alt {
  text-align: center;
  font-family: "Aleo", serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: #00160B;
  margin-bottom: 3rem;
  padding-top: 3px;
  letter-spacing: 0;
  line-height: 1;
}

.proposals-list {
  padding: 2rem 0 4rem;
}
.proposals-list .proposal-item {
  margin-bottom: 2rem;
  padding: 1.5rem 1.5rem;
  background: #f8f9fa;
  border: 1px solid #94B3A4;
  border-radius: 40px;
}
@media screen and (min-width: 968px) {
  .proposals-list .proposal-item {
    padding: 2rem 3rem 2rem;
  }
}
.proposals-list .proposal-item .course-header-proposal {
  flex-direction: column;
}
@media screen and (min-width: 968px) {
  .proposals-list .proposal-item .course-header-proposal {
    flex-direction: row;
  }
}
.proposals-list .proposal-item .proposal-number-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.proposals-list .proposal-item .proposal-number-header .heading-3 {
  padding: 0;
}
.proposals-list .proposal-item .proposal-number-header .proposal-header-meta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-left: auto;
  min-width: 0;
}
.proposals-list .proposal-item .proposal-details-section {
  padding: 0.5rem 0;
}
@media screen and (min-width: 968px) {
  .proposals-list .proposal-item .proposal-details-section {
    padding: 0.5rem 0 0.5rem;
  }
}
.proposals-list .proposal-item .proposal-details-section .heading-2 {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .proposals-list .proposal-item .proposal-details-section .proposal-info {
    flex: 1 1 auto;
    padding-right: 1.5rem;
  }
}
.proposals-list .proposal-item .proposal-details-section .proposal-status-form {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .proposals-list .proposal-item .proposal-details-section .proposal-status-form {
    flex: 0 0 auto;
  }
}
.proposals-list .proposal-item .proposal-details-section .proposal-details-accordion .accordion-toggle {
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0;
}
.proposals-list .proposal-item .proposal-details-section .proposal-details-accordion .proposal-details-accordion-title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
.proposals-list .proposal-item .proposal-details-section .proposal-details-accordion .proposal-details-total {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0.25rem;
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}
.proposals-list .proposal-item .proposal-details-section .proposal-details-accordion .proposal-details-total .label {
  color: #555555;
  font-family: "Aleo", serif;
  font-size: 1rem;
  font-weight: 400;
}
.proposals-list .proposal-item .proposal-details-section .proposal-details-accordion .proposal-details-total .value {
  color: #00160B;
  font-family: "Aleo", serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.proposals-list .proposal-item .proposal-details-section .proposal-field {
  padding: 0.25rem 0;
}
.proposals-list .proposal-item .proposal-details-section .proposal-field h3 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0;
}
@media screen and (min-width: 968px) {
  .proposals-list .proposal-item .proposal-details-section .proposal-field h3 {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.proposals-list .proposal-item .proposal-details-section .proposal-field h3 .label {
  flex: 0 0 auto;
  color: #555555;
  font-family: "Aleo", serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 968px) {
  .proposals-list .proposal-item .proposal-details-section .proposal-field h3 .label {
    flex: 0 0 7rem;
    padding: 0.25rem 0 0;
  }
}
.proposals-list .proposal-item .proposal-details-section .proposal-field h3 .value {
  font-family: "Aleo", serif;
}
.proposals-list .proposal-item .proposal-details-section .proposal-field h3 .proposal-email {
  font-size: 1rem;
}
.proposals-list .proposal-item .proposal-details-section .proposal-field.proposal-message .proposal-message {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.proposals-list .proposal-item .button-container {
  padding: 1rem 1.5rem;
}
.proposals-list .course-header-proposal .heading-1 {
  padding: 0;
}
.proposals-list .course-header-proposal .heading-tab {
  gap: 1rem;
}
.proposals-list .proposal-actions-row {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 968px) {
  .proposals-list .proposal-actions-row {
    gap: 0.5rem;
  }
}
.proposals-list .proposal-actions-row .proposal-action-btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  flex-shrink: 0;
}
.proposals-list .proposal-actions-row .proposal-action-btn.is-shortlisted svg path {
  fill: currentColor;
}
@media screen and (max-width: 767px) {
  .proposals-list .proposal-actions-row {
    gap: 0.5rem;
  }
  .proposals-list .proposal-actions-row .proposal-action-btn {
    position: relative;
    justify-content: center;
    gap: 0;
    padding: 0.65rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
  }
  .proposals-list .proposal-actions-row .proposal-action-btn span {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
}
.proposals-list .proposal-signature-status {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.95rem 0.4rem;
  border-radius: 40px;
  border: 1px solid #94B3A4;
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}
.proposals-list .proposal-signature-status--pending {
  background: #009944;
  border-color: #007439;
  color: #005a87;
}
.proposals-list .proposal-signature-status--signed {
  background: #e8f8ef;
  border-color: #66b57b;
  color: #1f6f35;
}

.proposal-upvote-count {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  flex: 0 0 auto;
  color: #007439;
  font-family: "Aleo", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  padding-top: 2px;
}
.proposal-upvote-count svg {
  width: 2rem;
  height: 2rem;
  fill: currentColor;
  flex-shrink: 0;
}

.tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.5rem 3rem;
  background: #FFFFFF;
  box-shadow: 0 -10px 8px 0 rgba(0, 0, 0, 0.5);
  --tabGirth: 28px;
  clip-path: shape(from bottom left, curve to var(--tabGirth) calc(100% - var(--tabGirth)) with var(--tabGirth) 100%, vline to var(--tabGirth), curve to calc(var(--tabGirth) * 2) 0 with var(--tabGirth) 0, hline to calc(100% - var(--tabGirth) * 2), curve to calc(100% - var(--tabGirth)) var(--tabGirth) with calc(100% - var(--tabGirth)) 0, vline to calc(100% - var(--tabGirth)), curve to 100% 100% with calc(100% - var(--tabGirth)) 100%);
}
.tab .heading-2 {
  display: inline-flex;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  min-width: auto;
}
.tab.inverted {
  box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.5);
  --tabGirth: 28px;
  clip-path: shape(from top left, curve to var(--tabGirth) var(--tabGirth) with var(--tabGirth) 0, vline to calc(100% - var(--tabGirth)), curve to calc(var(--tabGirth) * 2) 100% with var(--tabGirth) 100%, hline to calc(100% - var(--tabGirth) * 2), curve to calc(100% - var(--tabGirth)) calc(100% - var(--tabGirth)) with calc(100% - var(--tabGirth)) 100%, vline to calc(100% - var(--tabGirth)), curve to 100% 0 with calc(100% - var(--tabGirth)) 0);
}

.stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.stepper .step {
  flex: 1 1 auto;
  height: 0.25rem;
  background: #94B3A4;
  border-radius: 30px;
}
.stepper .step.active {
  height: 0.5rem;
  background: #007439;
}

.steps {
  position: relative;
  min-height: 400px;
}
.steps .step {
  display: none;
}
.steps .step.active {
  display: block;
}

.stepper-navigation {
  display: flex;
  justify-content: space-between;
}
.stepper-navigation.first {
  justify-content: flex-end;
}
.stepper-navigation .button-primary {
  min-width: 120px;
}

.back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  padding: 0;
  background: transparent;
  border: none;
  color: #00160B;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .back-button {
    width: 3rem;
    height: 3rem;
  }
}
.back-button:hover {
  opacity: 0.7;
}
.back-button svg {
  width: 100%;
  height: 100%;
}

.heading-tab {
  flex: 1;
  display: flex;
  align-items: center;
}
.heading-tab h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .heading-tab h2 {
    gap: 0.25rem;
  }
}
.heading-tab h2 .courses-count {
  font-size: 1.25rem;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .heading-tab h2 .courses-count {
    font-size: 1.5rem;
  }
}
.heading-tab h2 .course-search-location {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .heading-tab h2 .course-search-location {
    font-size: 2.25rem;
  }
}

.view-toggle {
  display: flex;
  gap: 0.5rem;
  background: #FFFFFF;
  border: 2px solid #94B3A4;
  border-radius: 40px;
  padding: 5px;
  flex-shrink: 0;
}
.view-toggle .view-toggle-button {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem 0.5rem;
  background: transparent;
  border: 0;
  border-radius: 40px;
  color: #555555;
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.view-toggle .view-toggle-button.active {
  background: #007439;
  color: #FFFFFF;
}
.view-toggle .view-toggle-button.active:hover {
  color: #FFFFFF;
}
.view-toggle .view-toggle-button:hover {
  color: #00160B;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 3rem 0;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 3rem;
  padding: 0.3rem 0 0;
  background: #FFFFFF;
  border: 1px solid #62977C;
  border-radius: 50%;
  color: #555555;
  text-decoration: none;
  transition: all 0.2s;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus {
  background: #007439;
  color: #FFFFFF;
  border-color: #007439;
  outline: none;
}
.pagination .page-numbers.current {
  background: #007439;
  color: #FFFFFF;
  border-color: #007439;
  font-weight: 600;
}
.pagination .page-numbers.dots {
  border: none;
  background: transparent;
}
.pagination .page-numbers.dots:hover {
  background: transparent;
  color: #00160B;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 20px;
}

.page-header {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
  padding: 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .page-header {
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 0 0;
  }
}

.subtitle {
  padding: 0;
  color: #555555;
  font-size: 0.9rem;
}

.detail {
  font-size: 1.25rem;
  text-transform: capitalize;
}

.currency-value {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  font-weight: 700;
  font-size: 1rem;
}

.linx-progress {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin: 8px 0 12px;
}

.linx-progress__bar {
  height: 100%;
  width: 0%;
  background: #007439;
  border-radius: 999px;
  transition: width 200ms ease;
}

.accordion {
  margin-top: 1.5rem;
  overflow: hidden;
}
.accordion .accordion-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
}
.accordion .accordion-toggle:focus {
  outline: none;
}
.accordion .accordion-toggle .accordion-icon {
  width: 1.5rem;
  height: 1.5rem;
  stroke: #007439;
  flex-shrink: 0;
  transform: rotate(-90deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.accordion .accordion-toggle[aria-expanded=true] .accordion-icon {
  transform: rotate(0deg);
}
.accordion .accordion-toggle .accordion-title {
  padding: 0 0 0.5rem;
}
.accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.2s ease, visibility 0.2s ease;
  padding: 0 1.5rem;
}
.accordion .accordion-content[aria-hidden=false], .accordion .accordion-content.is-open {
  max-height: 10000px;
  padding: 1.5rem;
  opacity: 1;
  visibility: visible;
}
.accordion .course-link-section {
  margin-top: 2rem;
  padding-top: 1.5rem;
  text-align: center;
}
.accordion .course-link-section a {
  display: inline-block;
}

.or-divider {
  position: relative;
}
.or-divider .center-text {
  position: absolute;
  top: -0.8rem;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.or-divider .center-text small {
  padding: 0.5rem 1rem 0.5rem;
  background: #FFFFFF;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  font-family: "Aleo", serif;
  font-size: 1.1rem;
}

.alert-container {
  margin: 0;
  padding: 1rem 2rem;
  background: #FFFFFF;
  border-radius: 40px;
}
.alert-container.error {
  background: #ffeeee;
  border: 1px solid #9a1515;
}
.alert-container.success {
  background: #d4edda;
}
.alert-container.info {
  background: #e7f3ff;
}
.alert-container p {
  padding: 0.2rem 0 0;
  line-height: normal;
}
.alert-container ul {
  margin: 0;
  padding: 0;
}
.alert-container ul li {
  padding: 0.25rem 0 0;
  list-style: none;
  line-height: 1;
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem 0.5rem;
  color: #FFFFFF;
  border: 2px solid transparent;
  border-radius: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.21) 0%, rgba(255, 255, 255, 0.06) 22%, transparent 48%) padding-box, linear-gradient(168deg, #009944 0%, #007439 32%, #007439 100%) padding-box, linear-gradient(125deg, #94B3A4 0%, #009944 36%, #94B3A4 52%, #009944 72%, #94B3A4 100%) border-box;
  letter-spacing: 1px;
  text-decoration: none;
}
.button-primary:hover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.275) 0%, rgba(255, 255, 255, 0.1) 26%, transparent 52%) padding-box, linear-gradient(168deg, #009944 0%, #009944 42%, #007439 100%) padding-box, linear-gradient(125deg, #94B3A4 0%, #009944 36%, #94B3A4 52%, #009944 72%, #94B3A4 100%) border-box;
}
.button-primary:active {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.09) 0%, transparent 40%) padding-box, linear-gradient(168deg, #007439 0%, #005a87 55%, #005a87 100%) padding-box, linear-gradient(125deg, #94B3A4 0%, #009944 36%, #94B3A4 52%, #009944 72%, #94B3A4 100%) border-box;
}
.button-primary.large {
  font-size: 1.25rem;
  padding: 1rem 1.5rem 0.8rem;
}
.button-primary.with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.button-primary.with-icon svg {
  position: relative;
  top: -3px;
  width: 2rem;
  height: 2rem;
  fill: #FFFFFF;
}
.button-primary:disabled, .button-primary[aria-disabled=true] {
  color: #555555;
  background: #FFFFFF;
  border: 1px solid #999;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}

.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.5rem 0.5rem;
  color: #00160B;
  background: #FFFFFF;
  border: 1px solid #007439;
  border-radius: 40px;
  letter-spacing: 1px;
  text-decoration: none;
}
.button-secondary.large {
  font-size: 1.25rem;
  padding: 1rem 1.5rem 0.8rem;
}
.button-secondary.with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.button-secondary.with-icon svg {
  position: relative;
  top: 0;
  width: 2rem;
  height: 2rem;
  fill: #FFFFFF;
}

@keyframes button-spin {
  to {
    transform: rotate(360deg);
  }
}
.is-loading {
  position: relative;
  color: transparent !important;
  cursor: progress;
}
.is-loading > * {
  visibility: hidden;
}
.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1rem;
  height: 1.1rem;
  margin: -0.55rem 0 0 -0.55rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #FFFFFF;
  border-radius: 50%;
  opacity: 0.95;
  animation: button-spin 0.6s linear infinite;
}

.button-secondary.is-loading::after {
  border-color: rgba(0, 116, 57, 0.25);
  border-top-color: #007439;
}

.button-disabled {
  display: inline-block;
  padding: 0.7rem 1.5rem 0.3rem;
  color: #555555;
  background: #FFFFFF;
  border: 1px solid #999;
  border-radius: 40px;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0.7rem;
  border-radius: 50%;
  background: #FFFFFF;
  border: 3px solid #007439;
}
.button-icon svg {
  position: relative;
  fill: #00160B;
}

.stats {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1rem 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .stats {
    flex-direction: row;
    gap: 2rem;
  }
}
.stats .stat-item {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .stats .stat-item {
    flex: 0 0 auto;
    padding: 1rem 4rem 1rem 0;
  }
}
.stats .stat-item:last-child {
  padding-right: 0;
}
.stats .stat-value {
  padding: 0;
  font-family: "Aleo", serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: #00160B;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .stats .stat-value {
    font-size: 2.25rem;
  }
}
.stats .stat-label {
  padding: 0;
  font-family: "Aleo", serif;
  font-size: 1rem;
  font-weight: 800;
  color: #555555;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .stats .stat-label {
    font-size: 1.1rem;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal .modal-scrim {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}
.modal .modal-dialog {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 40rem;
  margin: 2rem;
  transform: scale(0.95);
  transition: transform 0.2s ease;
}
.modal.is-open .modal-dialog {
  transform: scale(1);
}
.modal .modal-content {
  background: #FFFFFF;
  border: 1px solid #94B3A4;
  border-radius: 40px;
  padding: 3rem;
  box-shadow: 0 4px 8px 1px rgba(0, 48, 14, 0.5);
}
.modal .modal-content .modal-description {
  font-size: 1.1rem;
}
.modal .modal-content .modal-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(358px, 1fr));
    gap: 1.5rem;
  }
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #94B3A4;
  border-bottom: 3 px solid #94B3A4;
  border-radius: 30px;
  padding: 1rem;
  gap: 10px;
  overflow: hidden;
  transform: scale(0.99);
  transition: 0.2s;
}
.card:hover {
  transform: scale(1);
}
.card .card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 1rem;
  width: 100%;
}
.card .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.card .card-icon-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.card .card-icon-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #94B3A4;
}
.card .card-title-group {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  justify-content: center;
  min-width: 0;
}
.card .card-title {
  font-family: "Aleo", serif;
  font-size: 18px;
  font-weight: 700;
  color: #00160B;
  margin: 0;
  padding: 0;
  width: 100%;
}
.card .card-location {
  font-family: "Aleo", serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #555555;
  margin: 0;
  padding: 0;
  width: 100%;
}
.card .card-image {
  width: 100%;
  height: 195.75px;
  flex-shrink: 0;
  border-radius: 30px;
  overflow: hidden;
}
.card .card-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s;
}
.card .card-image-placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  border-radius: 20px;
}
.card .card-description {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 0 1rem;
  width: 100%;
  min-height: 40px;
}
.card .card-description p {
  display: -webkit-box;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #555555;
  font-family: "Aleo", serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card .card-description p.card-status-chip {
  margin-bottom: 0.5rem;
}
.card .card-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px 1rem;
  width: 100%;
  flex-shrink: 0;
}
.card .card-actions .button-primary,
.card .card-actions .button-secondary,
.card .card-actions .button-disabled {
  flex: 1 1 auto;
  padding: 13px 10px 9px;
  font-family: "Aleo", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}
.card .card-actions .button-secondary {
  background: #FFFFFF;
  color: #00160B;
  border: 1px solid #007439;
}
.card .card-actions .button-disabled {
  background: transparent;
  color: #555555;
  border: 1px solid #999;
  cursor: not-allowed;
}
.card.selectable {
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  overflow: visible;
}
.card.selectable:focus {
  outline: 2px solid #007439;
  outline-offset: 4px;
}
.card.selectable.is-selected {
  outline: 4px solid #007439;
  outline-offset: 0;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 1rem 0.2rem;
  border-radius: 40px;
  font-family: "Aleo", serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: 1px solid transparent;
  white-space: nowrap;
}
.status-chip--closed {
  background: rgba(0, 116, 57, 0.12);
  color: #007439;
  border-color: rgba(0, 116, 57, 0.25);
}
.status-chip--declined {
  background: #dc3232;
  color: #FFFFFF;
  border-color: #dc3232;
}
.status-chip--submitted {
  background: #0073aa;
  color: #FFFFFF;
  border-color: #0073aa;
}
.status-chip--accepted {
  background: #46b450;
  color: #FFFFFF;
  border-color: #46b450;
}
.status-chip--paid {
  background: rgba(0, 116, 57, 0.2);
  color: #007439;
  border-color: rgba(0, 116, 57, 0.4);
}
.status-chip--open {
  background: rgba(85, 85, 85, 0.12);
  color: #555555;
  border-color: rgba(85, 85, 85, 0.25);
}
.status-chip--recommended {
  background: #0073aa;
  color: #FFFFFF;
  border-color: #0073aa;
}
.status-chip--selected {
  background: #00160B;
  color: #FFFFFF;
  border-color: #00160B;
}

.form-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 750px;
  margin: 2rem auto;
  padding: 1.5rem 1.5rem;
  background: #f8f9fa;
  border: 1px solid #94B3A4;
  border-radius: 40px;
  box-shadow: 0 2px 0 0 #94B3A4;
}
@media screen and (min-width: 768px) {
  .form-container {
    padding: 3rem 2rem 2rem;
  }
}
.form-container.wide {
  max-width: 1000px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form-group.inset-1-5 {
  padding: 0 0 0 1.5rem;
}

label, legend {
  display: block;
  padding: 0 0 0 1.5rem;
  color: #555555;
  font-size: 1.1rem;
  line-height: normal;
}

.group-label {
  display: block;
  color: #555555;
  font-size: 1.1rem;
  line-height: normal;
  padding-left: 0;
}

.form-input {
  display: inline-block;
  padding: 0.8rem 1.5rem 0.5rem;
  border: 2px solid #62977C;
  border-radius: 40px;
  outline: 2px dotted transparent;
  outline-offset: 0;
  transition: 0.05s;
}
.form-input:focus {
  outline: 2px dotted #007439;
  outline-offset: 2px;
}
.form-input.form-input-textarea {
  border-radius: 20px;
}

select.form-input.form-select-pill {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
  font-family: "Aleo", serif;
  font-size: inherit;
  font-weight: inherit;
  color: #00160B;
  line-height: 1.25;
  cursor: pointer;
  white-space: nowrap;
  border: 2px solid #62977c;
  border-radius: 9999px;
  background-color: #FFFFFF;
  padding: 0.8rem 1.5rem 0.5rem;
  min-height: 2.75rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: linear-gradient(#94b3a4, #94b3a4), url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath d='M1 0.999999L7 7L13 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: right 2.375rem center, right 0.75rem center;
  background-size: 1px 65%, 0.875rem 0.5rem;
}
select.form-input.form-select-pill::-ms-expand {
  display: none;
}
select.form-input.form-select-pill:hover {
  border-color: #62977C;
}
select.form-input.form-select-pill:focus-visible {
  outline: 2px dotted #007439;
  outline-offset: 3px;
}

.money-input {
  position: relative;
  display: block;
}
.money-input .money-input-prefix {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-41%);
  color: #555555;
  font-weight: 500;
  pointer-events: none;
  opacity: 0.7;
  z-index: 2;
}
.money-input .money-input-field {
  width: 100%;
  padding-left: 3.1rem;
  position: relative;
  z-index: 1;
}

.form-input-segmented {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.4rem 1.5rem 0.4rem 1.5rem;
  background: #FFFFFF;
  border: 2px solid #62977C;
  border-radius: 40px;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .form-input-segmented {
    gap: 1rem;
  }
}
.form-input-segmented:focus-within {
  border-color: #007439;
  outline: 2px dotted #007439;
  outline-offset: 2px;
}
.form-input-segmented input {
  width: 100%;
  padding: 0.1rem 0.5rem 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  outline: 0;
  box-shadow: none;
}
.form-input-segmented input:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .form-input-segmented input {
    flex: 1 1 auto;
    border: 0;
    margin: 0;
    border-radius: 0;
    background: transparent;
    outline: 0;
  }
  .form-input-segmented input:focus {
    border: 0;
    outline: 0;
  }
}
.form-input-segmented span {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .form-input-segmented span {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
.form-input-segmented span.search-segmented-controls {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .form-input-segmented span.search-segmented-controls {
    flex: 1 0 auto;
  }
}
.form-input-segmented span.search-segmented-controls .radius-control {
  display: flex;
  flex-direction: column;
  padding: 0.1rem 0.35rem 0;
  border-left: 1px solid #94B3A4;
}
@media screen and (min-width: 768px) {
  .form-input-segmented span.search-segmented-controls .radius-control {
    flex-shrink: 0;
    min-width: max-content;
    padding: 0.2rem 0.5rem 0;
  }
}
.form-input-segmented span.search-segmented-controls .radius-control .radius-within-label,
.form-input-segmented span.search-segmented-controls .radius-control label {
  padding: 0 0 0 0.4rem;
  font-size: 0.7rem;
  line-height: 1.2;
  white-space: nowrap;
  display: block;
}
.form-input-segmented span.search-segmented-controls .radius-control .radius-within-label .radius-label-prefix,
.form-input-segmented span.search-segmented-controls .radius-control .radius-within-label .radius-label-suffix,
.form-input-segmented span.search-segmented-controls .radius-control label .radius-label-prefix,
.form-input-segmented span.search-segmented-controls .radius-control label .radius-label-suffix {
  display: inline;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .form-input-segmented span.search-segmented-controls .radius-control .radius-within-label .radius-label-prefix,
  .form-input-segmented span.search-segmented-controls .radius-control label .radius-label-prefix {
    display: none;
  }
  .form-input-segmented span.search-segmented-controls .radius-control .radius-within-label .radius-label-suffix,
  .form-input-segmented span.search-segmented-controls .radius-control label .radius-label-suffix {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .form-input-segmented span.search-segmented-controls .radius-control .radius-within-label,
  .form-input-segmented span.search-segmented-controls .radius-control label {
    padding: 0 0 0 0.5rem;
    font-size: 0.9rem;
  }
}
.form-input-segmented span.search-segmented-controls .radius-control select {
  display: inline-block;
  margin: 0;
  padding: 0.2rem 1.4rem 0 0.4rem;
  max-width: 6rem;
  font-size: 0.9rem;
  background-color: transparent;
  border: 0;
  outline: 0;
  appearance: auto;
}
.form-input-segmented span.search-segmented-controls .radius-control select:focus:not(:focus-visible) {
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
}
@media screen and (min-width: 768px) {
  .form-input-segmented span.search-segmented-controls .radius-control select {
    max-width: none;
    padding: 0.2rem 0.5rem 0;
    font-size: inherit;
  }
}
.form-input-segmented select {
  width: 100%;
  padding: 1.2rem 1.5rem 0.8rem;
  border: 2px solid #62977C;
  border-radius: 40px;
  background: #FFFFFF;
  outline: 2px dotted transparent;
  outline-offset: 0;
  transition: 0.05s;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 3.5rem;
}
.form-input-segmented select:focus {
  outline: 2px dotted #007439;
  outline-offset: 2px;
}
@media screen and (min-width: 768px) {
  .form-input-segmented select {
    width: auto;
    margin: 0;
    padding: 0.2rem 0.5rem 0;
    padding-right: 2rem;
    border: 0;
    border-left: 1px solid #94B3A4;
    border-right: 1px solid #94B3A4;
    border-radius: 0;
  }
  .form-input-segmented select:focus:not(:focus-visible) {
    border: 0;
    border-left: 1px solid #94B3A4;
    border-right: 1px solid #94B3A4;
    outline: 0 !important;
    outline-offset: 0 !important;
  }
  .form-input-segmented select:focus-visible {
    border: 0;
    border-left: 1px solid #94B3A4;
    border-right: 1px solid #94B3A4;
    outline: 1px dotted #007439 !important;
    outline-offset: 0.5rem;
  }
}
.form-input-segmented button {
  width: 100%;
  padding: 1.2rem 1.5rem 0.8rem;
  border: 2px solid #62977C;
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .form-input-segmented button {
    width: auto;
    padding: 0.8rem 1.5rem;
    border: 0;
    border-radius: 0 40px 40px 0;
    margin: -0.9rem -1.5rem -0.8rem 0;
  }
}

.form-input-search {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.4rem 0.6rem 0.4rem 0.75rem;
  background: #FFFFFF;
  border: 2px solid #62977C;
  border-radius: 40px;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .form-input-search {
    gap: 1rem;
    padding: 0.4rem 0.6rem 0.4rem 1rem;
  }
}
.form-input-search .search-button,
.form-input-search .hero-search-button {
  position: relative;
}
.form-input-search input {
  flex: 1 1 auto;
  border: 0;
  padding: 0.3rem 0.5rem 0 0.5rem;
  margin: 0;
  min-width: 0;
}
.form-input-search input:focus {
  border: 0;
  outline: 0;
}
.form-input-search.segmented-input span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .form-input-search.segmented-input span {
    gap: 1rem;
  }
}
.form-input-search.segmented-input span.search-segmented-controls {
  flex: 0 1 auto;
}
@media screen and (min-width: 768px) {
  .form-input-search.segmented-input span.search-segmented-controls {
    flex: 1 0 auto;
  }
}
.form-input-search.segmented-input span.search-segmented-controls .radius-control {
  display: flex;
  flex-direction: column;
  padding: 0.1rem 0.1rem 0;
  border-left: 1px solid #94B3A4;
  border-right: 1px solid #94B3A4;
}
@media screen and (min-width: 768px) {
  .form-input-search.segmented-input span.search-segmented-controls .radius-control {
    flex-shrink: 0;
    min-width: max-content;
    padding: 0.2rem 0.5rem 0;
  }
}
.form-input-search.segmented-input span.search-segmented-controls .radius-control .radius-within-label,
.form-input-search.segmented-input span.search-segmented-controls .radius-control label {
  padding: 0 0 0 0.4rem;
  font-size: 0.7rem;
  line-height: 1.2;
  white-space: nowrap;
  display: block;
}
.form-input-search.segmented-input span.search-segmented-controls .radius-control .radius-within-label .radius-label-prefix,
.form-input-search.segmented-input span.search-segmented-controls .radius-control .radius-within-label .radius-label-suffix,
.form-input-search.segmented-input span.search-segmented-controls .radius-control label .radius-label-prefix,
.form-input-search.segmented-input span.search-segmented-controls .radius-control label .radius-label-suffix {
  display: inline;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .form-input-search.segmented-input span.search-segmented-controls .radius-control .radius-within-label .radius-label-prefix,
  .form-input-search.segmented-input span.search-segmented-controls .radius-control label .radius-label-prefix {
    display: none;
  }
  .form-input-search.segmented-input span.search-segmented-controls .radius-control .radius-within-label .radius-label-suffix,
  .form-input-search.segmented-input span.search-segmented-controls .radius-control label .radius-label-suffix {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .form-input-search.segmented-input span.search-segmented-controls .radius-control .radius-within-label,
  .form-input-search.segmented-input span.search-segmented-controls .radius-control label {
    padding: 0 0 0 0.5rem;
    font-size: 0.9rem;
  }
}
.form-input-search.segmented-input span.search-segmented-controls .radius-control select {
  display: inline-block;
  margin: 0;
  padding: 0rem 1rem 0 0.2rem;
  max-width: 5rem;
  font-size: 0.75rem;
  background-color: transparent;
  border: 0;
  outline: 0;
  appearance: auto;
}
.form-input-search.segmented-input span.search-segmented-controls .radius-control select:focus:not(:focus-visible) {
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
}
@media screen and (min-width: 768px) {
  .form-input-search.segmented-input span.search-segmented-controls .radius-control select {
    max-width: none;
    padding: 0.2rem 0.5rem 0;
    font-size: inherit;
  }
}

.form-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px 1rem;
  width: 100%;
  flex-shrink: 0;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.checkbox input[type=checkbox] {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  margin: 0;
  border: 2px solid currentColor;
  border-radius: 0.25rem;
  background: #FFFFFF;
  color: #007439;
  accent-color: #007439;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.checkbox input[type=checkbox]:checked {
  position: relative;
  background-color: #007439;
}
.checkbox input[type=checkbox]:checked::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1.9rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  transform: translate(-50%, -50%);
}
.checkbox label {
  position: relative;
  top: 0.1rem;
  flex: 1 1 auto;
  padding: 0;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.radio legend {
  margin: 0 0 0.5rem;
  padding: 0 0 0 1.5rem;
  font-size: 1.1rem;
}
.radio .radio-options {
  display: flex;
  gap: 2rem;
  padding: 0 0 0 1.5rem;
}
.radio .radio-options .radio-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.radio .radio-options .radio-option input[type=radio] {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  margin: 0;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: #FFFFFF;
  color: #007439;
  accent-color: #007439;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.radio .radio-options .radio-option input[type=radio]:checked {
  position: relative;
  background-color: #007439;
}
.radio .radio-options .radio-option input[type=radio]:checked::before {
  content: "●";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2.1rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  transform: translate(-50%, -50%);
}
.radio .radio-options .radio-option label {
  margin: 0;
  padding: 0;
}

.select-dropdown {
  display: inline-block;
  padding: 1.2rem 1.5rem 0.8rem;
  border: 2px solid #62977C;
  border-radius: 40px;
  outline: 2px dotted transparent;
  outline-offset: 0;
  transition: 0.05s;
}
.select-dropdown:focus {
  outline: 2px dotted #007439;
  outline-offset: 2px;
}

.twitter-typeahead {
  width: 100%;
  position: relative;
}
.twitter-typeahead .tt-input {
  width: 100%;
}
.twitter-typeahead .tt-hint {
  width: 100%;
  color: #999;
}
.twitter-typeahead .tt-menu {
  width: calc(100vw - 1rem);
  max-height: 300px;
  margin: 1rem 0 0 0;
  background: #FFFFFF;
  border: 1px solid #94B3A4;
  border-radius: 40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  z-index: 1000;
  transform: translateX(-1.5rem);
}
@media screen and (min-width: 768px) {
  .twitter-typeahead .tt-menu {
    width: 100%;
  }
}
.twitter-typeahead .tt-suggestion {
  display: flex;
  flex-direction: column;
  padding: 0.8rem 0.6rem 0.5rem 2rem;
  border-bottom: 1px solid #94B3A4;
  font-size: 0.9rem;
  line-height: 1.25;
  cursor: pointer;
}
.twitter-typeahead .tt-suggestion:last-child {
  border-bottom: none;
}
.twitter-typeahead .tt-suggestion:hover, .twitter-typeahead .tt-suggestion.tt-cursor {
  background-color: rgba(0, 116, 57, 0.08);
  color: #007439;
}
.twitter-typeahead .typeahead-suggestion.tt-suggestion.tt-selectable .typeahead-location {
  display: inline-block;
  font-family: "Aleo", serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #555555;
}
.twitter-typeahead .typeahead-suggestion.tt-suggestion.tt-selectable:hover .typeahead-location, .twitter-typeahead .typeahead-suggestion.tt-suggestion.tt-selectable.tt-cursor .typeahead-location {
  color: #007439;
}
.twitter-typeahead .typeahead-suggestion--place {
  position: relative;
}
.twitter-typeahead .typeahead-suggestion--place .typeahead-badge {
  display: inline-block;
  margin-bottom: 0.2rem;
  padding: 0.1rem 0.35rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #555555;
  background: rgba(0, 116, 57, 0.12);
  border-radius: 20px;
}
.twitter-typeahead .typeahead-suggestion--place strong {
  display: block;
}
.twitter-typeahead .typeahead-empty {
  padding: 12px 16px;
  color: #555555;
  font-style: italic;
}

body.teelink-dtp-open {
  overflow: hidden;
}

.teelink-dtp-field {
  position: relative;
  width: 100%;
}

.teelink-dtp-trigger {
  width: 100%;
  text-align: left;
  cursor: pointer;
  color: #00160B;
}
.teelink-dtp-trigger:empty::before {
  content: attr(data-placeholder);
  color: rgba(0, 22, 11, 0.45);
}

.teelink-dtp-panel-wrap {
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.teelink-dtp-panel-wrap[hidden] {
  display: none !important;
}

.teelink-dtp-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 22, 11, 0.45);
}

.teelink-datetime-picker {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border-radius: 40px;
  font-family: "Aleo", serif;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  transition: background 0.15s ease;
  box-shadow: 0 4px 8px 1px rgba(0, 48, 14, 0.5);
  background: #FFFFFF;
}
.teelink-datetime-picker.is-date-only {
  max-width: 400px;
}
.teelink-datetime-picker.is-date-only .teelink-dtp-header {
  display: flex;
  flex-direction: column;
}
.teelink-datetime-picker.is-date-only .teelink-dtp-title,
.teelink-datetime-picker.is-date-only .teelink-dtp-subheader {
  float: none;
  width: 100%;
  height: auto;
  min-height: 0;
  text-align: center;
  justify-content: center;
}
.teelink-datetime-picker.is-date-only .teelink-dtp-title {
  line-height: 1.35;
  padding: 14px 15px 10px;
}
.teelink-datetime-picker.is-date-only .teelink-dtp-subheader {
  line-height: 1.35;
  padding: 0 15px 14px;
  font-size: 0.8125rem;
}
.teelink-datetime-picker.is-date-only .teelink-dtp-body {
  display: block;
}
.teelink-datetime-picker.is-date-only .teelink-dtp-calendar {
  width: 100%;
  max-width: none;
  float: none;
  padding: 16px 20px 8px;
}
.teelink-datetime-picker.is-compact .teelink-dtp-title,
.teelink-datetime-picker.is-compact .teelink-dtp-subheader {
  width: 100%;
  text-align: center;
  float: none;
}
.teelink-datetime-picker.is-compact .teelink-dtp-title {
  height: 50px;
  line-height: 50px;
}
.teelink-datetime-picker.is-compact .teelink-dtp-subheader {
  height: auto;
  min-height: 30px;
  line-height: 1.35;
  padding-bottom: 0.5rem;
}
.teelink-datetime-picker.is-compact .teelink-dtp-calendar,
.teelink-datetime-picker.is-compact .teelink-dtp-timepicker {
  width: 100%;
  max-width: none;
  float: none;
}
.teelink-datetime-picker.is-compact .teelink-dtp-timepicker {
  top: 0;
  padding-top: 1.5rem;
}
.teelink-datetime-picker.is-compact .teelink-dtp-actions {
  position: relative;
  width: 100%;
  justify-content: flex-end;
}

.teelink-dtp-header {
  width: 100%;
  overflow: hidden;
  color: #FFFFFF;
  background: #007439;
}
@media screen and (max-width: 767px) {
  .teelink-dtp-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.teelink-dtp-title {
  float: left;
  width: 50%;
  height: 60px;
  line-height: 60px;
  padding: 0 0 0 2rem;
  font-size: 1.15rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .teelink-dtp-title {
    float: none;
    width: 100%;
    height: auto;
    min-height: 0;
    line-height: 1.35;
    padding: 14px 1rem 10px;
    text-align: center;
  }
}

.teelink-dtp-subheader {
  float: right;
  width: 50%;
  height: 60px;
  line-height: 1.3;
  padding: 0.5rem 2rem 0.5rem 0;
  font-size: 0.875rem;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .teelink-dtp-subheader {
    float: none;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0 1rem 14px;
    font-size: 0.8125rem;
    text-align: center;
    justify-content: center;
  }
}

.teelink-dtp-body {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}

.teelink-dtp-calendar {
  width: 50%;
  max-width: 400px;
  padding: 20px 15px 15px;
}

.teelink-dtp-cal-header {
  color: #00160B;
  font-weight: 700;
  text-align: center;
  font-size: 1.05rem;
  padding: 10px 0;
  position: relative;
}

.teelink-dtp-month-label {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}

.teelink-dtp-nav {
  height: 30px;
  width: 30px;
  border: 0;
  background: transparent;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  top: -4px;
  padding: 0;
  color: #007439;
}
.teelink-dtp-nav svg path {
  transition: stroke 0.15s ease;
}
.teelink-dtp-nav.teelink-dtp-prev {
  float: left;
  margin-left: 3.8%;
}
.teelink-dtp-nav.teelink-dtp-next {
  float: right;
  margin-right: 3.8%;
}

.teelink-dtp-day-labels {
  width: 100%;
}

.teelink-dtp-day-label {
  color: #555555;
  padding: 5px 0;
  width: 14.2857142%;
  display: inline-block;
  text-align: center;
  font-size: 0.8rem;
}

.teelink-dtp-grid {
  width: 100%;
}

.teelink-dtp-datecontainer {
  width: 14.2857142%;
  display: inline-block;
  text-align: center;
  padding: 4px 0;
}

.teelink-dtp-datenumber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  line-height: 1;
  margin: 0 auto;
  color: #555555;
  position: relative;
  cursor: pointer;
  z-index: 1;
  border: 0;
  background: transparent;
  font: inherit;
  padding: 0;
  transition: color 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}
.teelink-dtp-datenumber::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: -1;
  background: transparent;
  transform: translate(-50%, -50%) scale(0.75);
  transition: background 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12), transform 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}
.teelink-dtp-datenumber:hover:not(:disabled):not(.is-selected) {
  color: #FFFFFF;
}
.teelink-dtp-datenumber:hover:not(:disabled):not(.is-selected)::before {
  background: #009944;
  transform: translate(-50%, -50%) scale(1);
}
.teelink-dtp-datenumber.is-disabled, .teelink-dtp-datenumber.is-disabled:hover {
  cursor: default;
  opacity: 0.45;
  color: #555555;
  background: transparent;
}
.teelink-dtp-datenumber.is-disabled::before, .teelink-dtp-datenumber.is-disabled:hover::before {
  background: transparent;
  transform: translate(-50%, -50%) scale(0.75);
}
.teelink-dtp-datenumber.is-selected {
  color: #FFFFFF;
  font-weight: 600;
}
.teelink-dtp-datenumber.is-selected::before {
  background: #007439;
  transform: translate(-50%, -50%) scale(1);
}

.teelink-dtp-timepicker {
  width: 50%;
  max-width: 360px;
  padding: 40px 24px 24px;
  position: relative;
}

.teelink-dtp-timepicker-inner {
  max-width: 320px;
  margin: 0 auto;
}

.teelink-dtp-timeline-container {
  position: relative;
  width: 100%;
  height: 36px;
  cursor: pointer;
  touch-action: none;
}

.teelink-dtp-current-time {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  top: -25px;
  left: -20px;
  cursor: grab;
}
.teelink-dtp-current-time::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  background: #007439;
  transition: background 0.15s ease;
  transform: rotate(45deg);
  border-radius: 20px 20px 3px 20px;
  z-index: -1;
  top: 0;
}

.teelink-dtp-actual-time {
  color: #FFFFFF;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
}

.teelink-dtp-timeline {
  display: block;
  z-index: 1;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 116, 57, 0.25);
}
.teelink-dtp-timeline::before, .teelink-dtp-timeline::after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  top: -6px;
  position: absolute;
  background: #007439;
}
.teelink-dtp-timeline::before {
  left: -1px;
}
.teelink-dtp-timeline::after {
  right: -1px;
  left: auto;
}

.teelink-dtp-hours-container {
  position: absolute;
  top: 31px;
  left: 1px;
  width: 100%;
  height: 10px;
}

.teelink-dtp-hour-mark {
  width: 2px;
  float: left;
  height: 4px;
  background: #007439;
  margin-left: calc(8.3333333333% - 2px);
}
.teelink-dtp-hour-mark:nth-child(3n) {
  height: 6px;
  margin-top: -1px;
}

.teelink-dtp-display-time {
  margin-top: 30px;
  height: 36px;
  line-height: 36px;
  float: left;
  position: relative;
  font-size: 1.15rem;
  text-align: center;
  color: #00160B;
}

.teelink-dtp-adjust-time {
  width: 24px;
  height: 24px;
  border: 0;
  background: #f0f0f0;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  color: #00160B;
}

.teelink-dtp-time {
  margin: 0 auto;
  position: relative;
}

.teelink-dtp-time-input {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}

.teelink-dtp-formatted-time {
  cursor: default;
  color: #00160B;
}

.teelink-dtp-am-pm {
  padding-left: 15px;
  float: right;
  margin-top: 30px;
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}
.teelink-dtp-am-pm .button-primary,
.teelink-dtp-am-pm .button-secondary {
  padding: 0.35rem 0.75rem 0.45rem;
}

.teelink-dtp-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  clear: both;
  width: 100%;
  background: #FFFFFF;
}
.teelink-dtp-actions .button-primary,
.teelink-dtp-actions .button-secondary {
  cursor: pointer;
  margin: 0;
}

.create-event-date-time-row .teelink-dtp-field {
  flex: 1;
  min-width: 0;
}

.sr-only.teelink-dtp-hidden-inputs {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.single-event-page-header,
.page-vendor-proposal .page-header,
.page-proposals .page-header {
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .single-event-page-header,
  .page-vendor-proposal .page-header,
  .page-proposals .page-header {
    gap: 1.5rem;
    padding: 1rem 0 0;
  }
}
.single-event-page-header .back-button,
.page-vendor-proposal .page-header .back-button,
.page-proposals .page-header .back-button {
  flex-shrink: 0;
}

.event-eyebrow {
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  color: #00160B;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .event-eyebrow {
    font-size: 1.25rem;
  }
}

.event-title-heading {
  margin: 0;
  padding: 0;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.08;
  color: #00160B;
  flex: 1 1 auto;
  min-width: 0;
}

.event-title-stacked {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.event-title-line {
  display: block;
  letter-spacing: -0.01em;
}

.event-title-line--type {
  font-size: clamp(1.65rem, 4.5vw, 2rem);
}

.event-title-line--location {
  font-size: clamp(2rem, 6vw, 4rem);
}

.event-title-line--dates {
  font-family: "Aleo", serif;
  font-size: clamp(1.35rem, 3.5vw, 1.5rem);
  color: rgba(0, 22, 11, 0.92);
}

.event-title-line--time {
  padding: 0.5rem 0 0;
  font-family: "Aleo", serif;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 400;
}

.center {
  text-align: center;
}

.padding-sm {
  padding: 0.5rem;
}

.padding-md {
  padding: 1rem;
}

.padding-lg {
  padding: 1.5rem;
}

.padding-xl {
  padding: 2rem;
}

.padding-xxl {
  padding: 3rem;
}

.padding-xxxl {
  padding: 4rem;
}

.padding-x-sm {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.padding-x-md {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-x-lg {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding-x-xl {
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-x-xxl {
  padding-left: 3rem;
  padding-right: 3rem;
}

.padding-x-xxxl {
  padding-left: 4rem;
  padding-right: 4rem;
}

.padding-y-sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.padding-y-md {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-y-lg {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.padding-y-xl {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-y-xxl {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-y-xxxl {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-top-sm {
  padding-top: 0.5rem;
}

.padding-top-md {
  padding-top: 1rem;
}

.padding-top-lg {
  padding-top: 1.5rem;
}

.padding-top-xl {
  padding-top: 2rem;
}

.padding-top-xxl {
  padding-top: 3rem;
}

.padding-top-xxxl {
  padding-top: 4rem;
}

.padding-bottom-sm {
  padding-bottom: 0.5rem;
}

.padding-bottom-md {
  padding-bottom: 1rem;
}

.padding-bottom-lg {
  padding-bottom: 1.5rem;
}

.padding-bottom-xl {
  padding-bottom: 2rem;
}

.padding-bottom-xxl {
  padding-bottom: 3rem;
}

.padding-bottom-xxxl {
  padding-bottom: 4rem;
}

.flex {
  display: flex;
}
.flex.column {
  flex-direction: column;
}
.flex.row {
  flex-direction: row;
}
.flex.gap-xs {
  gap: 0.25rem;
}
.flex.gap-sm {
  gap: 0.5rem;
}
.flex.gap-md {
  gap: 1rem;
}
.flex.gap-lg {
  gap: 1.5rem;
}
.flex.gap-xl {
  gap: 2rem;
}
.flex.gap-xxl {
  gap: 3rem;
}
.flex.gap-xxxl {
  gap: 4rem;
}
.flex.align-start {
  align-items: flex-start;
}
.flex.align-center {
  align-items: center;
}
.flex.align-end {
  align-items: flex-end;
}
.flex.align-stretch {
  align-items: stretch;
}
.flex.justify-start {
  justify-content: flex-start;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-end {
  justify-content: flex-end;
}
.flex.justify-between {
  justify-content: space-between;
}
.flex.justify-around {
  justify-content: space-around;
}
.flex.justify-evenly {
  justify-content: space-evenly;
}
.flex .flex-0 {
  flex: 0 0 auto;
}
.flex .flex-1 {
  flex: 1 1 auto;
}
.flex .flex-1-50 {
  flex: 1 1 50%;
}

.flex-responsive {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .flex-responsive {
    flex-direction: row;
  }
}
.flex-responsive.gap-sm {
  gap: 0.5rem;
}
.flex-responsive.gap-md {
  gap: 1rem;
}
.flex-responsive.gap-lg {
  gap: 1.5rem;
}
.flex-responsive.gap-xl {
  gap: 2rem;
}
.flex-responsive.gap-xxl {
  gap: 3rem;
}
.flex-responsive.gap-xxxl {
  gap: 4rem;
}
.flex-responsive.align-start {
  align-items: flex-start;
}
.flex-responsive.align-center {
  align-items: center;
}
.flex-responsive.align-end {
  align-items: flex-end;
}
.flex-responsive.align-stretch {
  align-items: stretch;
}
.flex-responsive.justify-start {
  justify-content: flex-start;
}
.flex-responsive.justify-center {
  justify-content: center;
}
.flex-responsive.justify-end {
  justify-content: flex-end;
}
.flex-responsive.justify-between {
  justify-content: space-between;
}
.flex-responsive.justify-around {
  justify-content: space-around;
}
.flex-responsive.justify-evenly {
  justify-content: space-evenly;
}
.flex-responsive .flex-0 {
  flex: 0 0 auto;
}
.flex-responsive .flex-1 {
  flex: 1 1 auto;
}
.flex-responsive .flex-1-50 {
  flex: 1 1 50%;
}
.flex-responsive.wrap {
  flex-wrap: wrap;
}
.flex-responsive.nowrap {
  flex-wrap: nowrap;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1003;
  min-height: 3.5rem;
  background: transparent;
  transition: background-color 0.3s ease, border-bottom 0.3s ease, backdrop-filter 0.3s ease;
  background: linear-gradient(to bottom, #FFFFFF 0, #FFFFFF 50%, #94B3A4 50%, #94B3A4) no-repeat;
  background-size: 100% 4px;
}
@media screen and (min-width: 968px) {
  .site-header {
    min-height: 4rem;
  }
}
.site-header .tab {
  margin-top: 2px;
  padding: 0;
  background: transparent;
  clip-path: none;
  box-shadow: none;
  transition: 0.3s;
}
@media screen and (min-width: 968px) {
  .site-header .tab {
    padding: 0 4px;
    background: #94B3A4;
    --tabGirth: 39px;
    clip-path: shape(from top left, curve to var(--tabGirth) var(--tabGirth) with var(--tabGirth) 0, vline to calc(100% - var(--tabGirth)), curve to calc(var(--tabGirth) * 2) 100% with var(--tabGirth) 100%, hline to calc(100% - var(--tabGirth) * 2), curve to calc(100% - var(--tabGirth)) calc(100% - var(--tabGirth)) with calc(100% - var(--tabGirth)) 100%, vline to calc(100% - var(--tabGirth)), curve to 100% 0 with calc(100% - var(--tabGirth)) 0);
  }
}
.site-header .tab .tab {
  padding: 0.4rem 0.5rem 0;
  background: transparent;
  transition: 0.3s;
  clip-path: none;
}
@media screen and (min-width: 968px) {
  .site-header .tab .tab {
    display: flex;
    gap: 1rem;
    padding: 0.5rem 3rem;
    background: #FFFFFF;
    transform: translate(0, -2px);
    --tabGirth: 37px;
    clip-path: shape(from top left, curve to var(--tabGirth) var(--tabGirth) with var(--tabGirth) 0, vline to calc(100% - var(--tabGirth)), curve to calc(var(--tabGirth) * 2) 100% with var(--tabGirth) 100%, hline to calc(100% - var(--tabGirth) * 2), curve to calc(100% - var(--tabGirth)) calc(100% - var(--tabGirth)) with calc(100% - var(--tabGirth)) 100%, vline to calc(100% - var(--tabGirth)), curve to 100% 0 with calc(100% - var(--tabGirth)) 0);
  }
}

@media screen and (min-width: 968px) {
  .logged-in.has-utility-current-event .site-header .tab .tab {
    padding: 0.5rem 3rem;
  }
}
@media screen and (min-width: 968px) {
  .logged-in.has-utility-current-event .site-header .utility-container .tab .tab {
    padding: 0.5rem 5rem;
  }
}

.site-header .site-header-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 0;
}
@media screen and (min-width: 968px) {
  .site-header .site-header-container {
    gap: 1rem;
    flex-wrap: nowrap;
  }
}

.current-event-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.5rem 0.5rem;
  padding-bottom: calc(0.5rem + env(safe-area-inset-bottom, 0));
  max-width: none;
  width: 100%;
  flex: none;
  isolation: isolate;
}
.current-event-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #62977c 1px, transparent 1px);
  background-size: 5px 5px;
  background-position: 0 1px;
}
@media screen and (min-width: 968px) {
  .current-event-wrapper {
    position: relative;
    flex: 1 0 auto;
    max-width: 600px;
    z-index: 1001;
    padding: 0;
  }
  .current-event-wrapper::before {
    display: none;
  }
}
@media screen and (min-width: 968px) {
  .current-event-wrapper.expanded .current-event-toggle svg {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .current-event-wrapper.expanded .current-event-toggle svg {
    transform: rotate(0deg);
  }
}

.current-event-info {
  position: relative;
  background: #FFFFFF;
  border: 3px solid #007439;
  border-radius: 81px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
@media screen and (min-width: 968px) {
  .current-event-info {
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .current-event-info {
    position: relative;
    z-index: 2;
    margin: 0 0 0.5rem;
    border-radius: 40px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  }
}
.current-event-info .current-event-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
.current-event-info .current-event-info-header {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.current-event-info .current-event-label {
  color: #555555;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.current-event-info .current-event-title {
  min-width: 0;
  color: #00160B;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 968px) {
  .current-event-info .current-event-title {
    font-size: 16px;
  }
}
.current-event-info .current-event-badges {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
  align-items: center;
}
@media screen and (min-width: 968px) {
  .current-event-info .current-event-badges {
    gap: 1.5rem;
  }
}
.current-event-info .current-event-status-chip-wrap {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.current-event-info .current-event-status-chip-wrap .status-chip {
  max-width: 11rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.current-event-info .event-badge-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.current-event-info .event-badge-label {
  font-size: 12px;
  color: #555555;
  font-weight: 400;
  line-height: 1;
}
.current-event-info .event-badge-value {
  font-size: 16px;
  color: #00160B;
  font-weight: 800;
  line-height: 1;
}
.current-event-info .current-event-toggle {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #00160B;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  transition: transform 0.2s ease;
}
.current-event-info .current-event-toggle svg {
  width: 2rem;
  height: 2rem;
  transition: transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .current-event-info .current-event-toggle svg {
    transform: rotate(180deg);
  }
}
.current-event-info .current-event-toggle:hover {
  opacity: 0.7;
}

.current-event-details {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1003;
  margin: 0 0.5rem;
  max-width: none;
  min-width: 0;
  border: 3px solid #94B3A4;
  border-radius: 40px;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
@media screen and (max-width: 967px) {
  .current-event-details {
    top: auto;
    bottom: 0;
    max-height: min(85vh, 600px);
    padding: 1.5rem 2rem;
    overflow: hidden;
    transform: translateY(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.4s ease, visibility 0s linear 0.4s;
  }
  .current-event-details.expanded {
    bottom: calc(4.75rem + env(safe-area-inset-bottom, 0));
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    overflow-y: auto;
    transition: transform 0.4s ease, visibility 0s linear 0s;
  }
}
@media screen and (min-width: 968px) {
  .current-event-details {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 1002;
    min-width: 500px;
    max-width: 600px;
    margin: 0;
    padding: 1.5rem 2rem;
    border-radius: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translate(0, calc(-100% - 5.25rem));
    transition: 0.5s;
    visibility: visible;
    overflow: hidden;
    pointer-events: none;
  }
  .current-event-details.expanded {
    transform: translate3d(0, 0, 0);
    max-height: min(85vh, 600px);
    overflow-y: auto;
    pointer-events: auto;
  }
}
.current-event-details .current-event-column {
  min-width: 100%;
  width: fit-content;
}
.current-event-details .event-details-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.current-event-details .event-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding-top: 1rem;
  border-top: 1px solid #94B3A4;
}
.current-event-details .event-feature-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 13px;
  color: #00160B;
  font-weight: 500;
}
.current-event-details .event-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #007439;
}
.current-event-details .event-feature-label {
  position: relative;
  top: 3px;
  white-space: nowrap;
}
.current-event-details .event-details-columns {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  min-width: 0;
}
.current-event-details .event-details-column {
  display: flex;
  justify-content: space-between;
  flex: 1 1 auto;
  gap: 0;
  min-width: 0;
  width: 100%;
}
.current-event-details .event-detail-row {
  display: flex;
  flex-direction: column;
  flex: 1 1 33%;
  padding: 0 0.5rem;
  border-right: 1px solid #f0f0f0;
}
.current-event-details .event-detail-row:last-child {
  border-right: none;
}
.current-event-details .event-detail-row:first-child {
  padding-left: 0;
}
.current-event-details .event-detail-row .event-detail-label {
  font-size: 0.9rem;
  color: #555555;
  font-weight: 400;
}
.current-event-details .event-detail-row .event-detail-value {
  font-size: 1rem;
  color: #00160B;
  font-weight: 700;
}
.current-event-details .event-details-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #94B3A4;
}
@media screen and (min-width: 968px) {
  .current-event-details .event-details-actions {
    flex-direction: row;
  }
}
.current-event-details .event-details-actions .button-primary, .current-event-details .event-details-actions .button-secondary {
  font-size: 0.9rem;
}
@media screen and (min-width: 968px) {
  .current-event-details .event-details-actions .button-primary, .current-event-details .event-details-actions .button-secondary {
    font-size: 1rem;
  }
}

body.current-event-details-open {
  overflow: hidden;
}

.site-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0;
}
@media screen and (min-width: 968px) {
  .site-title {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .site-title {
    padding: 0;
  }
}
@media screen and (min-width: 1600px) {
  .site-title {
    padding: 0;
  }
}
.site-title a {
  display: block;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border-radius: 40px;
}
.site-title a:focus-visible, .site-title a:focus {
  outline-offset: 4px;
}
@media screen and (min-width: 968px) {
  .site-title a {
    width: auto;
    height: auto;
  }
}
.site-title a svg {
  display: block;
  width: 10rem;
  fill: #009944;
  transition: fill 0.45s ease;
  object-fit: contain;
}
@media screen and (min-width: 968px) {
  .site-title a svg {
    fill: #007439;
    width: 14rem;
  }
}
.site-title a svg .type {
  display: none;
}
@media screen and (min-width: 968px) {
  .site-title a svg .type {
    display: inline;
  }
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  flex: 1 1 auto;
}
.site-nav .button-primary {
  padding: 0.4rem 1rem 0.3rem;
}
@media screen and (min-width: 968px) {
  .site-nav .button-primary {
    padding: 0.6rem 1.5rem 0.5rem;
  }
}
@media screen and (min-width: 968px) {
  .site-nav {
    flex-direction: row;
    gap: 1rem;
  }
}
.site-nav .nav-button-create-event {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: auto;
  min-height: 2.5rem;
  padding: 0.4rem 1rem 0.3rem;
  border-radius: 40px;
  line-height: 1;
  white-space: nowrap;
}
.site-nav .nav-button-create-event .nav-button-text {
  display: inline;
  font-size: 0.9rem;
  line-height: 1;
}
.site-nav .nav-button-create-event .nav-button-icon {
  position: relative;
  top: 0;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: block;
}
@media screen and (min-width: 968px) {
  .site-nav .nav-button-create-event {
    gap: 0.5rem;
    padding: 0.8rem 1.5rem 0.7rem;
  }
  .site-nav .nav-button-create-event .nav-button-text {
    font-size: inherit;
  }
  .site-nav .nav-button-create-event .nav-button-icon {
    width: 20px;
    height: 20px;
  }
}
.site-nav .nav-button-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #007439;
  border-radius: 50%;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 968px) {
  .site-nav .nav-button-login {
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 3px solid #007439;
    border-radius: 50%;
  }
}
.site-nav .nav-button-login .nav-button-icon {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  top: 0;
}
@media screen and (min-width: 968px) {
  .site-nav .nav-button-login .nav-button-icon {
    top: 0;
  }
}
.site-nav .nav-button-login .nav-button-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.site-nav .nav-button-login .nav-button-avatar-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding-top: 2px;
  background: #007439;
  color: #FFFFFF;
  font-family: "Aleo", serif;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  user-select: none;
}
@media screen and (min-width: 968px) {
  .site-nav .nav-button-login .nav-button-avatar-initials {
    font-size: 0.85rem;
  }
}
.site-nav .nav-button-login .nav-button-avatar-initials.nav-button-avatar-fallback {
  display: none;
  position: absolute;
  inset: 0;
}
.site-nav .nav-button-login .notification-dot {
  display: none;
  position: absolute;
  top: -2px;
  right: -4px;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #9a1515;
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.site-nav .nav-button-login.has-notifications .notification-dot {
  display: block;
}
.site-nav .nav-button-login .nav-button-text {
  display: none;
}
@media screen and (min-width: 968px) {
  .site-nav .nav-button-login .nav-button-text {
    display: none;
  }
}

.utility-container {
  position: relative;
}

.profile-menu {
  position: absolute;
  top: 3.5rem;
  left: auto;
  right: 1rem;
  z-index: 1002;
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 300px;
  padding: 1.5rem 1.5rem 1rem;
  background: #FFFFFF;
  border: 1px solid #94B3A4;
  border-radius: 30px;
  box-shadow: 0 4px 8px 1px rgba(0, 48, 14, 0.5);
}
@media screen and (min-width: 968px) {
  .profile-menu {
    top: 5rem;
    right: 3rem;
  }
}
.profile-menu[open] {
  display: flex;
}
.profile-menu::backdrop {
  display: none;
}
.profile-menu .heading-4 {
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #94B3A4;
}
.profile-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.8rem 1rem 0.5rem;
  border-radius: 20px;
  color: #00160B;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s;
}
.profile-menu a:hover {
  background-color: #f0f0f0;
}
.profile-menu .profile-menu-new-chip {
  position: relative;
  top: -2px;
  margin-left: auto;
  flex-shrink: 0;
}

.page-template-page-login {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.page-template-page-login header {
  flex: 0 0 auto;
}
.page-template-page-login main {
  flex: 1 0 auto;
}
.page-template-page-login footer {
  flex: 0 0 auto;
}
.page-template-page-login .site-header.login {
  position: fixed;
  background: transparent;
}
.page-template-page-login .site-header.login .site-header-container {
  justify-content: center;
}
.page-template-page-login .site-header.login .site-title {
  padding: 1.5rem 0.5rem 1rem;
}
@media screen and (min-width: 968px) {
  .page-template-page-login .site-header.login .site-title {
    padding: 1.5rem 1rem 0;
  }
}
.page-template-page-login .site-header.login .site-title a {
  width: auto;
  height: auto;
}
.page-template-page-login .site-header.login .site-title a svg {
  width: 12rem;
}
.page-template-page-login .site-header.login .site-title a svg .type {
  display: inline;
}

.popular-courses-section {
  position: relative;
  background: #FFFFFF;
}
.popular-courses-section .tab {
  padding: 0.5rem 1rem 2.2rem 1rem;
  clip-path: none;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .popular-courses-section .tab {
    position: absolute;
    top: -4.9rem;
    left: 3rem;
    z-index: 1;
    padding: 0.5rem 4rem 2.2rem 4rem;
    --tabGirth: 28px;
    clip-path: shape(from bottom left, curve to var(--tabGirth) calc(100% - var(--tabGirth)) with var(--tabGirth) 100%, vline to var(--tabGirth), curve to calc(var(--tabGirth) * 2) 0 with var(--tabGirth) 0, hline to calc(100% - var(--tabGirth) * 2), curve to calc(100% - var(--tabGirth)) var(--tabGirth) with calc(100% - var(--tabGirth)) 0, vline to calc(100% - var(--tabGirth)), curve to 100% 100% with calc(100% - var(--tabGirth)) 100%);
    box-shadow: 0 -10px 8px 0 rgba(0, 0, 0, 0.5);
  }
}

.popular-courses-wrapper {
  transform: translateY(-1.6rem);
}

.plan-section {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .plan-section {
    padding: 2rem;
  }
}
.plan-section .heading-1 {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .plan-section .heading-1 {
    padding: 2rem 0 3rem;
  }
}
.plan-section .flex {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .plan-section .flex {
    flex-direction: row;
  }
}

.latest-events-section {
  position: relative;
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .latest-events-section {
    padding: 0;
  }
}
@media screen and (min-width: 968px) {
  .latest-events-section {
    padding: 3rem 0;
  }
}
.latest-events-section h2 {
  margin: 0 0 0 3rem;
}
@media screen and (min-width: 968px) {
  .latest-events-section h2 {
    margin: 0 0 0 8rem;
  }
}
.latest-events-section a.event-card--latest {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: inherit;
}
.latest-events-section a.event-card--latest:focus-visible {
  outline: 2px solid #007439;
  outline-offset: 3px;
}
.latest-events-section a.event-card--latest:hover .event-card--latest__image img {
  opacity: 0.92;
}
.latest-events-section .event-card--latest__image {
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 16/10;
}
.latest-events-section .event-card--latest__image img {
  transition: opacity 0.2s ease;
}
.latest-events-section .event-card--latest__image img,
.latest-events-section .event-card--latest__image .card-image-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.latest-events-section .event-card--latest__meta {
  padding-top: 0.5rem;
  flex: 1 1 auto;
}
.latest-events-section .event-card--latest__meta p {
  margin: 0 0 0.25rem;
}
.latest-events-section .event-card--latest__meta p:last-child {
  margin-bottom: 0;
}
.latest-events-section .event-card--latest__location {
  color: #555555;
  font-size: 0.9rem;
}

.locations-section {
  position: relative;
  margin: 4rem 0 0;
  z-index: 0;
}
.locations-section .location-header {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  width: 100%;
}

.locations-scroll {
  gap: 0;
}
.locations-scroll .location-card {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  min-width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (min-width: 968px) {
  .locations-scroll .location-card {
    aspect-ratio: 16/6;
  }
}
.locations-scroll .location-card:nth-child(1) {
  margin-left: 0;
}
.locations-scroll .location-card .image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.locations-scroll .location-card .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.locations-scroll .location-card .image-container .image-placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
}
.locations-scroll .location-card .location-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .locations-scroll .location-card .location-footer {
    flex-direction: row;
    padding: 1rem 4rem;
  }
}
.locations-scroll .location-card .location-footer .location-name {
  flex: 1;
  padding: 0 0 0;
  color: #FFFFFF;
  font-family: "Aleo", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 4px 8px rgba(0, 48, 14, 0.5);
}
@media screen and (min-width: 968px) {
  .locations-scroll .location-card .location-footer .location-name {
    padding: 0 4rem;
    font-size: 10rem;
  }
}
.locations-scroll .location-card .location-footer .button-secondary {
  flex-shrink: 0;
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: url("images/istockphoto-1067593330-1024x1024.jpg") repeat center center #007439;
  background-blend-mode: overlay;
  color: #FFFFFF;
  padding: 2rem 1rem 10rem;
  border-top: 0.5rem solid #007439;
  font-size: 0.9rem;
  text-align: center;
}
@media screen and (min-width: 968px) {
  .site-footer {
    padding: 2rem 1rem 0.5rem;
  }
}
.site-footer .footer-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 968px) {
  .site-footer .footer-nav {
    width: auto;
    justify-content: flex-end;
  }
}
.site-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-links {
    padding: 1rem 0 0;
  }
}
.site-footer .footer-links li {
  margin: 0;
  padding: 0;
}
.site-footer > p {
  text-align: center;
  width: 100%;
  margin: 0;
  padding-top: 1rem;
}
.site-footer p {
  font-size: 0.9rem;
}
.site-footer a {
  color: #FFFFFF;
  font-size: 0.9rem;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .site-footer a {
    font-size: 1rem;
  }
}
.site-footer .site-footer-content {
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  padding: 1.5rem 0;
  text-align: center;
}
@media screen and (min-width: 968px) {
  .site-footer .site-footer-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
}
.site-footer .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  max-width: 12rem;
  height: auto;
  background: transparent;
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-logo {
    flex: 0 0 14rem;
    width: auto;
  }
}
.site-footer .footer-logo a {
  display: block;
  text-decoration: none;
  line-height: 0;
}
.site-footer .footer-logo svg {
  width: 100%;
  height: auto;
  fill: #FFFFFF;
}
.site-footer .footer-logo svg .type {
  display: inline;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 768px;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-bottom: 0.5rem solid #94B3A4;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00160B;
  opacity: 0.5;
  z-index: 2;
}

.hero-video-control {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 3;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  color: #FFFFFF;
}
.hero-video-control:hover {
  transform: scale(1.05);
}
.hero-video-control:focus {
  outline: 2px solid #007439;
  outline-offset: 2px;
}
.hero-video-control svg {
  width: 20px;
  height: 20px;
}
.hero-video-control .play-icon {
  display: none !important;
}
.hero-video-control .pause-icon {
  display: block;
}
.hero-video-control .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.hero-video[data-paused=true] ~ .hero-video-control .pause-icon {
  display: none !important;
}
.hero-video[data-paused=true] ~ .hero-video-control .play-icon {
  display: block !important;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .hero-content {
    padding: 3rem 1rem;
  }
}
.hero-content .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .hero-content .container {
    gap: 2rem;
  }
}

.hero-heading {
  max-width: 1200px;
  margin: 0 0 0 0;
  padding: 0;
  color: #FFFFFF;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  text-align: center;
  font-size: 3rem;
  line-height: 3.25rem;
}
@media screen and (min-width: 768px) {
  .hero-heading {
    font-size: 4rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1200px) {
  .hero-heading {
    font-size: 6rem;
  }
}

.hero-search-form {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.hero-search-form .hero-search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .hero-search-form .hero-search-button {
    width: auto;
    height: auto;
    padding: 0.5rem 1.5rem;
  }
}
.hero-search-form .hero-search-button .hero-search-icon {
  position: relative;
  top: -1px;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
.hero-search-form .hero-search-button .hero-search-text {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero-search-form .hero-search-button .hero-search-text {
    display: inline;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: 600px;
    min-height: 500px;
  }
  .hero-video-control {
    bottom: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
  }
  .hero-video-control svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .hero-section {
    height: 500px;
    min-height: 400px;
  }
}
.search .site-main {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}

.courses-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .courses-header {
    gap: 1.5rem;
    padding: 0 0 0.5rem;
  }
}
@media screen and (min-width: 968px) {
  .courses-header {
    padding: 0 0 2rem;
  }
}
.courses-header h1 {
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
  color: #00160B;
}
.courses-header .page-heading {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00160B;
  margin: 0;
  line-height: 1;
  letter-spacing: 0.4px;
}

.courses-subtitle {
  font-size: 1.1rem;
  color: #555555;
  margin: 0;
}

.search-input-wrapper {
  display: flex;
  gap: 0.5rem;
  max-width: 600px;
  margin: 0 auto;
}

.courses-search-input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 2px solid #62977C;
  border-radius: 20px;
  font-size: 1rem;
}
.courses-search-input:focus {
  border-color: #007439;
  outline: none;
}

.courses-search-form .search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: 968px) {
  .courses-search-form .search-button {
    width: auto;
    height: auto;
  }
}
.courses-search-form .search-button .courses-search-icon {
  position: relative;
  top: 0px;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
.courses-search-form .search-button .courses-search-text {
  display: none;
}
@media screen and (min-width: 968px) {
  .courses-search-form .search-button .courses-search-text {
    display: inline;
  }
}

.state-filters {
  margin-top: 2rem;
}
.state-filters h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #00160B;
  text-align: center;
}

.state-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.state-link {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #FFFFFF;
  border: 1px solid #62977C;
  border-radius: 20px;
  color: #00160B;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 0.9rem;
}
.state-link:hover, .state-link:focus {
  background: #007439;
  color: #FFFFFF;
  border-color: #007439;
  outline: none;
}
.state-link.active {
  background: #007439;
  color: #FFFFFF;
  border-color: #007439;
  font-weight: 600;
}
.state-link .count {
  color: #999;
  font-size: 0.85em;
}
.state-link.active .count, .state-link:hover .count {
  color: rgba(255, 255, 255, 0.9);
}

.results-info {
  margin-bottom: 2rem;
  padding: 1rem;
  background: #e7f3ff;
  border-left: 4px solid #007439;
  border-radius: 20px;
}
.results-info p {
  margin: 0.25rem 0;
  color: #00160B;
}

.search-term,
.filter-term {
  font-weight: 600;
  color: #005a87;
}

.course-card {
  background: #FFFFFF;
  border: 1px solid #62977C;
  border-radius: 30px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.course-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.course-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f0f0f0;
}
.course-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #FFFFFF;
}
.course-image-placeholder .dashicons {
  font-size: 4rem;
  width: 4rem;
  height: 4rem;
}

.course-rating {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  padding: 0.5rem 0.75rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.9rem;
}

.rating-stars {
  color: #ffc107;
}

.rating-value {
  font-weight: 600;
}

.course-content {
  padding: 1.5rem;
}

.course-title {
  font-size: 1.25rem;
  margin: 0 0 0.5rem 0;
  color: #00160B;
  font-weight: 600;
}

.course-subtitle {
  font-size: 0.9rem;
  color: #555555;
  margin: 0 0 0.75rem 0;
  font-style: italic;
}

.course-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #555555;
  font-size: 1rem;
  margin: 0.5rem 0;
}
.course-location .dashicons {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  color: #999;
}

.course-price {
  font-size: 1.1rem;
  font-weight: 600;
  color: #007439;
  margin: 0.75rem 0;
}

.course-excerpt {
  font-size: 0.9rem;
  color: #555555;
  margin: 0.75rem 0 0 0;
  line-height: 1.25;
}

.no-courses {
  text-align: center;
  padding: 4rem 2rem;
  background: #f8f9fa;
  border-radius: 30px;
}
.no-courses h2 {
  color: #00160B;
  margin-bottom: 1rem;
}
.no-courses p {
  color: #555555;
  margin-bottom: 2rem;
}

.course-detail {
  max-width: 1500px;
  margin: 0 auto;
}

.course-detail-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #62977C;
}
.course-detail-header h1 {
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
  color: #00160B;
}

.course-rating-large {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background: #f8f9fa;
  border-radius: 30px;
}

.rating-stars {
  color: #ffc107;
  font-size: 1.5rem;
}

.rating-value {
  font-size: 1.25rem;
  font-weight: 600;
  color: #00160B;
}

.course-detail-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  margin-top: 2rem;
}

.course-featured-image {
  margin-bottom: 2rem;
  border-radius: 30px;
  overflow: hidden;
}
.course-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

.course-sidebar {
  position: sticky;
  top: 2rem;
  align-self: start;
}

.course-info-card {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 30px;
  margin-bottom: 1.5rem;
}
.course-info-card h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #00160B;
  border-bottom: 2px solid #007439;
  padding-bottom: 0.5rem;
}

.info-row {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid #62977C;
}
.info-row:last-child {
  border-bottom: none;
}
.info-row strong {
  color: #00160B;
}
.info-row .price-value {
  font-size: 1.25rem;
  font-weight: 600;
  color: #007439;
}

.price-row {
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 2px solid #007439;
}

.amenities-list,
.facilities-list {
  margin-bottom: 1.5rem;
}
.amenities-list strong,
.facilities-list strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #00160B;
}
.amenities-list ul,
.facilities-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.amenities-list li,
.facilities-list li {
  padding: 0.5rem 0;
  color: #555555;
  border-bottom: 1px solid #94B3A4;
}
.amenities-list li:last-child,
.facilities-list li:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .search-input-wrapper {
    flex-direction: column;
  }
  .state-links {
    gap: 0.25rem;
  }
  .state-link {
    font-size: 0.85rem;
    padding: 0.4rem 0.75rem;
  }
  .courses-header h1 {
    font-size: 2rem;
  }
}
.courses-archive {
  padding: 0 0 0;
}
@media screen and (min-width: 968px) {
  .courses-archive {
    padding: 2rem 1rem;
  }
}
.courses-archive.list-shown {
  padding: 0 1rem;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .courses-archive.list-shown {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 968px) {
  .courses-archive.list-shown .courses-header {
    padding: 3rem 0.5rem 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .courses-archive.list-shown .courses-header {
    padding: 3rem 5.8rem 1rem;
  }
}
.courses-archive.list-shown .courses-filters {
  padding: 0.5rem 0 1.5rem;
}
.courses-archive.list-shown .courses-filters .view-toggle {
  position: fixed;
  bottom: 5rem;
  left: 0;
  right: 0;
  z-index: 1002;
  max-width: 8.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 968px) {
  .courses-archive.list-shown .courses-filters .view-toggle {
    position: static;
  }
}
@media screen and (min-width: 1200px) {
  .courses-archive.list-shown .courses-filters {
    padding: 0.5rem 5.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .courses-archive.list-shown .courses-filters + .courses-grid {
    padding: 0.5rem 5.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .courses-archive.list-shown .courses-grid {
    padding: 1.5rem 5.8rem;
  }
}
.courses-archive.list-shown .courses-section {
  padding: 0 0.5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
  .courses-archive.list-shown .courses-section {
    padding: 1rem 6rem;
  }
}
.courses-archive.list-shown .courses-section.recommended-courses-section {
  border-bottom: 1px solid #94B3A4;
}
.courses-archive.list-shown .courses-section.recommended-courses-section + .all-courses-section {
  margin-top: 3rem;
}
@media screen and (min-width: 1600px) {
  .courses-archive.list-shown .courses-section.recommended-courses-section + .all-courses-section .courses-grid {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1600px) {
  .courses-archive.list-shown .courses-section.recommended-courses-section .courses-grid {
    padding: 1.5rem 0;
  }
}
.courses-archive.list-shown .courses-section .section-heading {
  margin: 0 0 0.5rem;
}
.courses-archive.list-shown .courses-section .section-description {
  margin: 0 0 1.5rem;
  color: #555555;
  font-size: 1rem;
}
.courses-archive.list-shown .courses-section .courses-grid {
  margin-top: 1rem;
}

.courses-filters {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  padding: 2rem 0.5rem;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .courses-filters {
    flex-direction: row;
    padding: 2rem 0;
  }
}
.courses-filters .courses-search-form {
  flex: 1 1 auto;
  width: 100%;
  min-width: 300px;
}
.courses-filters .search-input-wrapper {
  border: 2px solid #62977C;
  border-radius: 40px;
  padding: 0.5rem 1rem;
  gap: 2rem;
}
.courses-filters .search-input-wrapper .courses-search-input {
  flex: 1 1 auto;
  border: 0;
  background: transparent;
  font-family: "Aleo", serif;
  font-size: 1rem;
  font-weight: 500;
  color: #00160B;
  padding: 0;
  min-width: 0;
}
.courses-filters .search-input-wrapper .courses-search-input::placeholder {
  color: #555555;
}
.courses-filters .search-input-wrapper .courses-search-input:focus {
  outline: none;
}
.courses-filters .search-input-wrapper .search-segmented-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.courses-filters .search-input-wrapper .search-segmented-controls .distance-select {
  border-left: 1px solid #94B3A4;
  border-right: 1px solid #94B3A4;
  border-top: 0;
  border-bottom: 0;
  background: transparent;
  padding: 0.5rem 1rem;
  font-family: "Aleo", serif;
  font-size: 1rem;
  font-weight: 500;
  color: #00160B;
  cursor: pointer;
}
.courses-filters .search-input-wrapper .search-segmented-controls .distance-select:focus {
  outline: none;
}
.courses-filters .search-input-wrapper .search-segmented-controls .search-button {
  flex-shrink: 0;
}

.state-filters {
  margin-bottom: 2rem;
}
.state-filters h3 {
  font-family: "Aleo", serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #00160B;
  margin-bottom: 1rem;
}
.state-filters .state-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.state-filters .state-links .state-link {
  padding: 0.25rem 1rem;
  background: #FFFFFF;
  border: 1px solid #94B3A4;
  border-radius: 20px;
  font-family: "Aleo", serif;
  font-size: 1rem;
  color: #00160B;
  text-decoration: none;
  transition: all 0.2s ease;
}
.state-filters .state-links .state-link.active {
  background: #007439;
  color: #FFFFFF;
  border-color: #007439;
}
.state-filters .state-links .state-link:hover {
  border-color: #007439;
}
.state-filters .state-links .state-link .count {
  color: #555555;
  font-weight: normal;
}

.results-info {
  margin-bottom: 1.5rem;
}
.results-info p {
  margin: 0.25rem 0;
  font-family: "Aleo", serif;
  font-size: 1rem;
  color: #00160B;
}

.no-courses {
  text-align: center;
  padding: 3rem;
}
.no-courses h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  color: #00160B;
  margin-bottom: 1rem;
}
.no-courses p {
  font-family: "Aleo", serif;
  font-size: 1rem;
  color: #555555;
  margin-bottom: 1.5rem;
}

.courses-map-container {
  flex: 1 1 100%;
  width: 100%;
  height: 100%;
  border: 1px solid #94B3A4;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .courses-map-container {
    border-radius: 40px 40px 0 0;
  }
}
.courses-map-container #courses-map {
  width: 100%;
  height: 100%;
}
.courses-map-container .map-loading-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: opacity 0.3s ease;
}
.courses-map-container .map-loading-screen .map-loading-content {
  text-align: center;
}
.courses-map-container .map-loading-screen .map-loading-content p {
  margin-top: 1rem;
  font-size: 1rem;
  color: #00160B;
}
.courses-map-container .map-loading-screen .map-loading-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #94B3A4;
  border-top-color: #007439;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.course-marker {
  background: transparent;
  border: 0;
}
.course-marker .course-pin {
  width: 28px;
  height: 37px;
  line-height: 0;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.28));
}
.course-marker .course-pin__svg,
.course-marker .course-pin > svg {
  display: block;
  width: 28px;
  height: 37px;
}
.course-marker .course-pin__pole {
  fill: #00160B;
}
.course-marker .course-pin__flag {
  fill: #007439;
}

.course-marker--recommended .course-pin__flag {
  fill: #0073aa;
}

.course-marker--selected .course-pin__flag {
  fill: #00160B;
}

.course-marker--selected .course-pin {
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.45));
}

.search-marker {
  background: transparent;
  border: 0;
}
.search-marker .search-pin {
  width: 20px;
  height: 20px;
  background: #00160B;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.leaflet-container a.leaflet-popup-close-button {
  top: 0.7rem !important;
  right: -0.3rem !important;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 1.25rem/1 system-ui, sans-serif;
  color: #00160B !important;
  background: transparent;
  border: 0;
  border-radius: 50%;
  text-decoration: none !important;
  z-index: 2;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.leaflet-container a.leaflet-popup-close-button:hover, .leaflet-container a.leaflet-popup-close-button:focus {
  background: rgba(0, 22, 11, 0.08);
  color: #00160B !important;
  outline: none;
}

.leaflet-container a.button-primary {
  color: #FFFFFF;
}
.leaflet-container a.button-primary:hover, .leaflet-container a.button-primary:focus, .leaflet-container a.button-primary:active {
  color: #FFFFFF;
}

.leaflet-popup-content-wrapper {
  background: transparent !important;
  border-radius: 30px !important;
  box-shadow: none !important;
}

.leaflet-popup-content {
  margin: 0 !important;
}

.map-popup {
  min-width: 320px;
  max-width: 600px;
  padding: 1rem;
}
.map-popup.card {
  transform: none;
}
.map-popup .card-header {
  padding: 0;
}
.map-popup .card-title-group .status-chip--recommended {
  align-self: flex-start;
  margin-bottom: 0.25rem;
}
.map-popup .card-image {
  height: 160px;
  border-radius: 20px;
}
.map-popup .card-description {
  padding: 0 1rem;
}
.map-popup .card-actions {
  padding: 0;
}

.courses-archive.map-shown {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  margin: 0;
}
@media screen and (min-width: 968px) {
  .courses-archive.map-shown {
    position: static;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0.5rem 1rem;
  }
}
.courses-archive.map-shown .courses-header {
  position: absolute;
  top: 3.75rem;
  left: 0.75rem;
  right: 0.75rem;
  z-index: 1002;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .courses-archive.map-shown .courses-header {
    top: 3rem;
    left: 1.5rem;
    right: auto;
  }
}
@media screen and (min-width: 968px) {
  .courses-archive.map-shown .courses-header {
    position: static;
    max-width: 1500px;
    padding: 2rem 5.8rem 0;
  }
}
.courses-archive.map-shown .courses-header .back-button {
  flex: 0 0 auto;
}
.courses-archive.map-shown .courses-header .back-button svg {
  width: 2rem;
  height: 2.25rem;
}
@media screen and (min-width: 768px) {
  .courses-archive.map-shown .courses-header .back-button svg {
    width: 50px;
    height: 56px;
  }
}
.courses-archive.map-shown .courses-header .heading-tab {
  flex: 1 1 auto;
  min-width: 0;
}
.courses-archive.map-shown .courses-header .heading-tab .heading-2 {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .courses-archive.map-shown .courses-header .heading-tab .heading-2 {
    font-size: inherit;
    white-space: normal;
  }
}
.courses-archive.map-shown .courses-header .course-search-location {
  display: none;
}
.courses-archive.map-shown .courses-filters {
  position: absolute;
  top: 6.5rem;
  left: 0;
  z-index: 1002;
  flex-direction: row;
  width: 100%;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .courses-archive.map-shown .courses-filters {
    top: 6rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 968px) {
  .courses-archive.map-shown .courses-filters {
    position: static;
    max-width: 1500px;
    padding: 0.5rem 5.8rem;
  }
}
.courses-archive.map-shown .courses-filters .view-toggle {
  position: fixed;
  bottom: 5rem;
  left: 0;
  right: 0;
  z-index: 1002;
  max-width: 8.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 968px) {
  .courses-archive.map-shown .courses-filters .view-toggle {
    position: static;
  }
}
.courses-archive.map-shown .courses-filters .courses-search-form .search-button {
  width: 2rem;
  height: 2rem;
  padding: 0;
}
@media screen and (min-width: 968px) {
  .courses-archive.map-shown .courses-filters .courses-search-form .search-button {
    width: auto;
    height: auto;
    padding: 0.5rem 1.5rem 0.3rem;
  }
}
.courses-archive.map-shown .courses-filters .courses-search-form .search-button .courses-search-icon {
  top: 0;
}
@media screen and (min-width: 968px) {
  .courses-archive.map-shown .courses-filters .courses-search-form .search-button .courses-search-icon {
    top: -2px;
    width: 24px;
    height: 24px;
  }
}
.courses-archive.map-shown .courses-map-container {
  position: absolute;
  width: 100vw;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  .courses-archive.map-shown .courses-map-container {
    width: calc(100vw - 2rem);
    margin: 1.4rem 1rem 0;
  }
}
@media screen and (min-width: 968px) {
  .courses-archive.map-shown .courses-map-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    margin: 0;
    border-radius: 0;
  }
}
.courses-archive.map-shown .leaflet-popup-pane {
  overflow: visible !important;
}
.courses-archive.map-shown .leaflet-popup-pane .leaflet-popup {
  opacity: 1 !important;
}

.search .site-main:has(.courses-archive.map-shown) + .site-footer {
  display: none;
}
@media screen and (min-width: 1200px) {
  .search .site-main:has(.courses-archive.map-shown) + .site-footer {
    position: relative;
    display: block;
  }
}

.image-callout {
  position: relative;
}
.image-callout .image-container {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  border: 0.5rem solid #62977C;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .image-callout .image-container {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 968px) {
  .image-callout .image-container {
    width: 90%;
    height: 100%;
  }
}
.image-callout .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-callout .image-callout-card {
  position: relative;
  z-index: 2;
  width: 95%;
  padding: 0.5rem;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #94B3A4;
  border-radius: 40px;
  transform: translateY(-2rem);
}
@media screen and (min-width: 968px) {
  .image-callout .image-callout-card {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    width: 40%;
    height: auto;
    margin: 0;
    padding: 1rem;
    overflow: hidden;
    transform: translateY(-50%);
    box-shadow: 0 4px 8px 1px rgba(0, 48, 14, 0.5);
  }
}
.image-callout .image-callout-card .image-callout-card-inset {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  border: 1px dotted #94B3A4;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .image-callout .image-callout-card .image-callout-card-inset {
    padding: 3rem;
  }
}
.image-callout .image-callout-card .image-callout-card-inset .image-callout-card-header {
  padding: 0;
}

.card-scroller-wrapper {
  position: relative;
  z-index: 2;
}
.card-scroller-wrapper .card-scroller-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.card-scroller-wrapper .card-scroller-scroll.no-gap {
  gap: 0;
}
.card-scroller-wrapper .card-scroller-scroll::-webkit-scrollbar {
  display: none;
}
.card-scroller-wrapper .card-scroller-scroll .card {
  flex: 0 0 auto;
  width: 358px;
  max-width: 100%;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .card-scroller-wrapper .card-scroller-scroll .card:nth-child(1) {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 968px) {
  .card-scroller-wrapper .card-scroller-scroll .card:nth-child(1) {
    margin-left: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .card-scroller-wrapper .card-scroller-scroll .card {
    width: 358px;
  }
}
.card-scroller-wrapper .card-scroller-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #007439;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  padding: 0;
}
.card-scroller-wrapper .card-scroller-nav svg {
  width: 24px;
  height: 24px;
  stroke: #007439;
  fill: none;
}
.card-scroller-wrapper .card-scroller-nav:hover {
  background: #007439;
  border-color: #007439;
}
.card-scroller-wrapper .card-scroller-nav:hover svg {
  stroke: #FFFFFF;
}
.card-scroller-wrapper .card-scroller-nav:active {
  transform: translateY(-50%) scale(0.95);
}
.card-scroller-wrapper .card-scroller-nav:disabled {
  opacity: 0;
  cursor: not-allowed;
}
.card-scroller-wrapper .card-scroller-nav:disabled:hover {
  background: #FFFFFF;
  border-color: #007439;
}
.card-scroller-wrapper .card-scroller-nav:disabled:hover svg {
  stroke: #007439;
}
.card-scroller-wrapper .card-scroller-nav.card-scroller-nav-prev {
  left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .card-scroller-wrapper .card-scroller-nav.card-scroller-nav-prev {
    left: 2rem;
  }
}
.card-scroller-wrapper .card-scroller-nav.card-scroller-nav-next {
  right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .card-scroller-wrapper .card-scroller-nav.card-scroller-nav-next {
    right: 2rem;
  }
}

@media (max-width: 968px) {
  .card-scroller-nav {
    width: 40px;
    height: 40px;
  }
  .card-scroller-nav svg {
    width: 20px;
    height: 20px;
  }
  .card-scroller-nav-prev {
    left: -20px;
  }
  .card-scroller-nav-next {
    right: -20px;
  }
}
@media (max-width: 768px) {
  .card-scroller-nav {
    width: 36px;
    height: 36px;
  }
  .card-scroller-nav svg {
    width: 18px;
    height: 18px;
  }
  .card-scroller-nav-prev {
    left: 0.5rem;
  }
  .card-scroller-nav-next {
    right: 0.5rem;
  }
}
@media (max-width: 968px) {
  .card-scroller-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }
  .popular-course-actions {
    flex-direction: column;
  }
  .popular-course-actions .button-primary,
  .popular-course-actions .button-secondary {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .card-scroller-heading {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .card-scroller-grid {
    grid-template-columns: 1fr;
  }
  .popular-course-image {
    height: 200px;
  }
}
.form-container.login-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-container.login-form form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.form-container.create-account-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-container.create-account-form form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

body.create-event-submit-loading {
  overflow: hidden;
}

.create-event-submit-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(5px);
}
.create-event-submit-overlay.is-active {
  display: flex;
}

.create-event-submit-overlay__inner {
  max-width: 22rem;
  text-align: center;
}

.create-event-submit-overlay__spinner {
  display: block;
  margin: 0 auto 1.5rem;
  color: #007439;
  animation: teelink-ea-spin 0.65s linear infinite;
}

.create-event-submit-overlay__title {
  margin: 0 0 0.5rem;
  font-family: "Aleo", serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: #00160B;
}

.create-event-submit-overlay__hint {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(0, 22, 11, 0.72);
}

.create-event-optional {
  font-size: 0.85em;
  font-weight: 400;
  color: rgba(0, 22, 11, 0.55);
}

.create-event {
  padding: 1rem 0.5rem;
  max-width: 1200px;
}
@media screen and (min-width: 968px) {
  .create-event {
    padding: 2rem 4rem;
  }
}
.create-event .event-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  flex: 0 0 auto;
}

.location-options .checkbox {
  padding: 1rem 0.5rem;
}

@media screen and (min-width: 768px) {
  .create-event-play-date-row > .flex-1,
  .create-event-play-date-row > fieldset.flex-1 {
    flex: 1 1 0;
    min-width: 0;
  }
}
.create-event-play-date-row fieldset.create-event-radio-group {
  margin-bottom: 0;
}

.create-event-type-lead {
  margin: 0 0 1.5rem;
  font-size: 1.05rem;
  line-height: 1.45;
  color: rgba(0, 22, 11, 0.85);
}

.create-event-type-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .create-event-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.create-event-type-grid .create-event-type-card {
  width: 100%;
  margin: 0;
  cursor: pointer;
  font: inherit;
}
.create-event-type-grid .create-event-type-card .card-description p {
  line-clamp: unset;
  -webkit-line-clamp: unset;
  overflow: visible;
  display: block;
}

.create-event-form-wrapper.create-event--golf-trip .create-event-fields--hosted {
  display: none !important;
}

.create-event-form-wrapper.create-event--hosted-golf-outing .create-event-fields--trip {
  display: none !important;
}

.create-event-form-wrapper.create-event--buddy-golf .create-event-fields--hosted {
  display: none !important;
}

.create-event-location-field .create-event-location-search {
  width: 100%;
}

.create-event-header {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
}

.teelink-event-assistant {
  margin: 0 auto 2rem;
  text-align: center;
}

.teelink-event-assistant--primary {
  display: flex;
  flex-direction: column;
  margin: 0 auto 2rem;
  text-align: left;
  padding: 0;
}
@media screen and (min-width: 968px) {
  .teelink-event-assistant--primary {
    padding: 0 4rem;
  }
}

#create-event-ai-panel[hidden] {
  display: none !important;
}

.container.create-event > .create-event-form.create-event-shell--ai-review .create-event-manual-chrome .create-event-ai-entry,
.container.create-event > .create-event-form.create-event-shell--ai-review .create-event-manual-chrome .or-divider {
  display: none !important;
}

.create-event-ai-entry {
  text-align: center;
  margin-bottom: 3rem;
}

.teelink-event-assistant-intro {
  padding: 0 1.5rem 1.5rem;
}

.teelink-event-assistant-log {
  flex-shrink: 0;
  border-radius: 4px;
}

.teelink-ea-chat-user {
  width: fit-content;
  padding: 1rem 2rem;
  margin: 1rem 0 1rem auto;
  background: rgb(177.96, 225.04, 182.24);
  border-radius: 20px;
  text-align: right;
}

.teelink-ea-chat-assistant {
  width: fit-content;
  max-width: 100%;
  padding: 1rem 2rem;
  margin: 1rem auto 1rem 0;
  background: #e7f3ff;
  border-radius: 20px;
}

.teelink-ea-chat-text--formatted {
  white-space: normal;
  text-align: left;
}
.teelink-ea-chat-text--formatted .teelink-ea-chat-p {
  margin: 0 0 0.5rem;
}
.teelink-ea-chat-text--formatted .teelink-ea-chat-p:last-child {
  margin-bottom: 0;
}
.teelink-ea-chat-text--formatted .teelink-ea-chat-list {
  margin: 0.5rem 0 0;
  padding-left: 1.15rem;
  list-style-type: disc;
}
.teelink-ea-chat-text--formatted .teelink-ea-chat-list li {
  margin-bottom: 0.35rem;
  padding-left: 0.15rem;
}
.teelink-ea-chat-text--formatted .teelink-ea-chat-list li:last-child {
  margin-bottom: 0;
}

.prompt-container {
  padding: 0.8rem 0.6rem 0.5rem;
  background: #FFFFFF;
  border-radius: 30px;
}
.prompt-container:focus-within {
  outline: 2px dotted #007439;
  outline-offset: 2px;
}
.prompt-container textarea {
  width: calc(100% - 2rem);
  margin: 0.5rem 1rem;
  border: 0;
  font-size: 1.1rem;
}
.prompt-container textarea:focus {
  outline: 0;
}

.teelink-event-assistant-compose-region {
  flex-shrink: 0;
  padding-top: 0.5rem;
  padding-bottom: 2px;
  background: #FFFFFF;
}

.teelink-event-assistant-compose textarea {
  resize: vertical;
  min-height: 5rem;
}

.teelink-event-assistant-actions {
  flex-shrink: 0;
}

.teelink-ea-spinner {
  flex-shrink: 0;
  animation: teelink-ea-spin 0.65s linear infinite;
  color: inherit;
}

@keyframes teelink-ea-spin {
  to {
    transform: rotate(360deg);
  }
}
.teelink-ea-status-thinking {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.teelink-ea-status-thinking[hidden] {
  display: none !important;
}

.teelink-ea-thinking-text {
  display: inline-flex;
  align-items: baseline;
}

.teelink-ea-thinking-dots .teelink-ea-dot {
  display: inline-block;
  animation: teelink-ea-dot-chase 1.05s infinite ease-in-out;
}

.teelink-ea-thinking-dots .teelink-ea-dot:nth-child(2) {
  animation-delay: 0.18s;
}

.teelink-ea-thinking-dots .teelink-ea-dot:nth-child(3) {
  animation-delay: 0.36s;
}

@keyframes teelink-ea-dot-chase {
  0%, 65%, 100% {
    opacity: 0.2;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(-0.14em);
  }
}
.teelink-event-assistant-send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.teelink-event-assistant-send .teelink-event-assistant-send__spinner {
  color: inherit;
}
.teelink-event-assistant-send .teelink-event-assistant-send__spinner[hidden] {
  display: none !important;
}
.teelink-event-assistant-send .teelink-event-assistant-send__icon {
  display: block;
  flex-shrink: 0;
  width: 1.05rem;
  height: auto;
}
.teelink-event-assistant-send.teelink-event-assistant-send--loading .teelink-event-assistant-send__label {
  opacity: 0.92;
}

.teelink-event-assistant-mic.teelink-event-assistant-mic--listening {
  opacity: 0.85;
}

.teelink-event-assistant-chat-row {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.45;
}

.teelink-ea-chat-label {
  display: block;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.15rem;
  color: rgba(0, 22, 11, 0.65);
}

.teelink-ea-chat-user .teelink-ea-chat-label {
  color: #007439;
}

.teelink-event-assistant-status {
  flex-shrink: 0;
  font-size: 0.875rem;
  color: rgba(0, 22, 11, 0.7);
  background: #FFFFFF;
}
.teelink-event-assistant-status .teelink-ea-spinner {
  color: rgba(0, 116, 57, 0.95);
}

.teelink-event-assistant-apply-wrap {
  margin-top: 1rem;
  text-align: center;
}

.teelink-event-assistant-ready-panel {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 22, 11, 0.1);
  text-align: center;
}
.teelink-event-assistant-ready-panel .teelink-event-assistant-ready-hint {
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0 0 1rem;
  color: #00160B;
}
.teelink-event-assistant-ready-panel .teelink-event-assistant-apply-wrap {
  margin-top: 0;
}

.teelink-event-assistant--ready .teelink-event-assistant-log {
  margin-bottom: 0;
}

.create-event-subtitle {
  text-align: center;
  font-family: "Aleo", serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #00160B;
  margin-bottom: 3rem;
  padding-top: 2rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 968px) {
  .create-event-subtitle {
    font-size: 2.5rem;
    padding-top: 3px;
  }
}

#contributor-emails-wrap .contributor-emails-heading {
  padding: 1rem 0 0.25rem 1.5rem;
  color: #00160B;
  font-weight: 700;
}
#contributor-emails-wrap .subtitle {
  margin-top: 0;
  padding: 0 0 0 1.5rem;
}
#contributor-emails-wrap .contributor-emails-textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 30px;
}

.contributor-email-container {
  position: relative;
}
.contributor-email-container .contributor-emails-textarea {
  padding-bottom: 3.75rem;
}
.contributor-email-container .contributor-emails-upload {
  position: absolute;
  bottom: 1rem;
  right: 0.4rem;
  z-index: 1;
}
.contributor-email-container .contributor-emails-upload .contributor_emails_file.sr-only:focus,
.contributor-email-container .contributor-emails-upload .contributor_emails_file.sr-only:focus-visible {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
}
.contributor-email-container .contributor-emails-upload .contributor-emails-upload-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #007439;
  border: 2px solid #007439;
  color: #FFFFFF;
  cursor: pointer;
}
.contributor-email-container .contributor-emails-upload .contributor-emails-upload-trigger:hover {
  background: #009944;
}
.contributor-email-container .contributor-emails-upload .contributor_emails_file_icon {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
.contributor-email-container .contributor-emails-upload .contributor_emails_file:focus-visible + .contributor-emails-upload-trigger {
  outline: 2px solid #007439;
  outline-offset: 2px;
}
.contributor-email-container .contributor-upload-status {
  margin-left: 6px;
  color: #00160B;
  font-weight: 600;
}

#validation-alert {
  scroll-margin-top: 4rem;
}

.create-event-form-wrapper.create-event-review-mode .steps .step {
  display: block !important;
  margin-bottom: 3rem;
}
.create-event-form-wrapper.create-event-review-mode .steps .step[hidden] {
  display: block !important;
}

.create-event-form-wrapper.create-event-review-mode .step[data-step="1"] .stepper-navigation {
  display: none !important;
}

.create-event-form-wrapper.create-event-review-mode .step[data-step="2"] .stepper-navigation {
  justify-content: center;
}

.create-event-form-wrapper.create-event-review-mode .step[data-step="2"] .stepper-navigation .button-secondary {
  display: none !important;
}

.stepper.create-event-stepper-review .step {
  height: 0.5rem;
  background: #007439;
}

.single-course-page .heading-tab {
  gap: 1rem;
}

.course-sections {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .course-sections {
    gap: 2rem;
  }
}

.course-header {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
}

.course-icon {
  display: none;
  position: relative;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}
.course-icon.has-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.course-icon-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #007439;
}

.course-icon-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #94B3A4;
  border: 2px solid #007439;
}

.course-title-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .course-title-group {
    gap: 0.5rem;
  }
}

.course-location {
  margin: 0;
  padding: 0;
  color: #555555;
}

.course-slideshow {
  position: relative;
  width: min(100%, 90vmin);
  margin-inline: auto;
  aspect-ratio: 1/1;
  height: auto;
  border: 1px solid #94B3A4;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .course-slideshow {
    width: min(100%, 100vmin);
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 968px) {
  .course-slideshow {
    width: 100%;
    aspect-ratio: 18/8;
  }
}

.slideshow-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.slide.active {
  opacity: 1;
  pointer-events: auto;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.slide-placeholder {
  width: 100%;
  height: 100%;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-placeholder::after {
  content: "No image available";
  color: #555555;
  font-size: 18px;
}

.slideshow-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #94B3A4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .slideshow-nav {
    width: 60px;
    height: 60px;
  }
}
.slideshow-nav:hover {
  background: rgb(255, 255, 255);
}
.slideshow-nav:focus {
  outline: 2px solid #007439;
  outline-offset: 2px;
}
.slideshow-nav svg {
  width: 30px;
  height: 30px;
  stroke: #00160B;
}

.slideshow-prev {
  left: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .slideshow-prev {
    left: 32px;
  }
}

.slideshow-next {
  right: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .slideshow-next {
    right: 32px;
  }
}

.course-description {
  padding: 0 1rem;
  width: 100%;
}
@media screen and (min-width: 968px) {
  .course-description {
    padding: 0 2rem;
  }
}
.course-description p {
  font-size: 1rem;
}
@media screen and (min-width: 968px) {
  .course-description p {
    padding: 0;
    font-size: 1.25rem;
  }
}

.course-details-section {
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 968px) {
  .course-details-section {
    padding: 0 20px;
  }
}

.amenities-section {
  width: 100%;
  padding: 1rem;
}
@media (max-width: 968px) {
  .amenities-section {
    padding: 0 20px;
  }
}

.amenities-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .amenities-grid {
    flex-direction: row;
    padding: 1rem;
    gap: 1rem;
  }
}

.amenity-category {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.category-title {
  font-family: "Aleo", serif;
  font-size: 20px;
  font-weight: 700;
  color: #555555;
  margin: 0 0 0.25rem;
}
@media screen and (min-width: 768px) {
  .category-title {
    margin: 0 0 1rem;
  }
}

.amenity-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.amenity-item .check-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #007439;
}
.amenity-item span {
  font-family: "Aleo", serif;
  font-size: 14px;
  font-weight: 500;
  color: #00160B;
}

.course-action {
  position: sticky;
  bottom: 4.5rem;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 968px) {
  .course-action {
    bottom: 0;
  }
}
@media (max-width: 968px) {
  .course-action {
    left: 0;
    right: 0;
    border-radius: 0;
    padding: 0.5rem 0;
  }
}
.course-action .tab {
  background: transparent;
}
@media screen and (min-width: 968px) {
  .course-action .tab {
    padding: 0 4px;
    background: #007439;
    --tabGirth: 48px;
  }
}
.course-action .tab .tab {
  background: transparent;
}
@media screen and (min-width: 968px) {
  .course-action .tab .tab {
    padding: 0.5rem 3rem;
    background: #007439;
    --tabGirth: 47px;
    transform: translate(0, 3px);
  }
}
@media screen and (min-width: 968px) {
  .course-action .tab .tab .button-container {
    padding: 0.5rem 1rem;
  }
}
.course-action .tab .tab .button-container .button-secondary {
  color: #FFFFFF;
  background: #007439;
  border: 0;
}
@media screen and (min-width: 968px) {
  .course-action .tab .tab .button-container .button-secondary {
    color: #00160B;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 4px 8px 1px rgba(0, 48, 14, 0.5);
  }
}

.proposal-action {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 2rem 0 2rem 0.5rem;
  transform: translateX(3.3rem);
}
@media (max-width: 968px) {
  .proposal-action {
    justify-content: flex-start;
    padding: 1rem 0;
    transform: translateX(-1.8rem);
  }
}
.proposal-action .button-container {
  padding: 1rem 2rem;
  background: #FFFFFF;
  border: 2px solid #94B3A4;
  border-radius: 5rem 0 0 5rem;
}
@media (max-width: 968px) {
  .proposal-action .button-container {
    border-radius: 0 5rem 5rem 0;
  }
}
.proposal-action .button-container button, .proposal-action .button-container a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.single-event-page .event-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 0 2rem;
}
@media screen and (min-width: 1200px) {
  .single-event-page .event-header {
    padding: 0 0 1rem 4rem;
  }
}
.single-event-page .event-title-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 968px) {
  .single-event-page .event-title-row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
  }
}
.single-event-page .event-status-chip-container {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.5rem;
}
.single-event-page .event-meta-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
  margin: 0;
}
.single-event-page .event-meta-details .detail {
  margin: 0;
  padding: 0;
  font-family: "Aleo", serif;
  font-size: 1rem;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .single-event-page .event-meta-details .detail {
    font-size: 1.1rem;
  }
}
.single-event-page .event-meta-details .detail strong {
  font-weight: 700;
  color: #00160B;
}
@media screen and (min-width: 1200px) {
  .single-event-page .event-details-section,
  .single-event-page .event-contributors-section,
  .single-event-page .requests-and-proposals-section,
  .single-event-page .event-transaction-section {
    padding: 0 4rem;
  }
}
.single-event-page .event-contributors-section .pay-my-share-container {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #94B3A4;
}
.single-event-page .event-contributors-section ul {
  padding: 0;
}
.single-event-page .event-contributors-section .contributors-table th:first-child,
.single-event-page .event-contributors-section .contributors-table td:first-child {
  width: 2.5rem;
  text-align: center;
}
.single-event-page .event-contributors-section .contributors-edit-section {
  padding-top: 1rem;
}
.single-event-page .event-contributors-section .contributors-edit-form {
  padding-top: 1rem;
}
.single-event-page .event-contributors-section .contributors-edit-form label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
.single-event-page .event-contributors-section .contributors-edit-form textarea {
  width: 100%;
  font-family: "Aleo", serif;
  font-size: 0.9rem;
}
.single-event-page .event-contributors-section .contributors-edit-actions {
  display: flex;
  gap: 0.5rem;
  padding-top: 0.5rem;
}

.event-accommodations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: flex-start;
  padding: 20px 0 10px;
}
@media screen and (min-width: 968px) {
  .event-accommodations {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
}

.accommodation-item {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-shrink: 0;
}

.accommodation-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.accommodation-icon.check-icon {
  color: #007439;
}
.accommodation-icon.x-icon {
  color: #dc3232;
}

.accommodation-label {
  font-family: "Aleo", serif;
  font-size: 14px;
  font-weight: 500;
  color: #00160B;
  line-height: normal;
}

.chosen-course-section {
  margin-top: 2rem;
}
.chosen-course-section .course-header-section {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0 40px;
}
@media (max-width: 968px) {
  .chosen-course-section .course-header-section {
    padding: 0 1rem;
  }
}
.chosen-course-section .course-icon {
  width: 57px;
  height: 57px;
  flex-shrink: 0;
}
.chosen-course-section .course-icon-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #007439;
}
.chosen-course-section .course-title-group {
  flex: 1;
  min-width: 0;
}
.chosen-course-section .course-title-group .heading-2 {
  padding: 0;
}
.chosen-course-section .course-location {
  font-family: "Aleo", serif;
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  margin: 0;
  padding: 0;
}
.chosen-course-section .course-slideshow {
  border: 1px solid #94B3A4;
  border-radius: 30px;
  margin-bottom: 2rem;
}
.chosen-course-section .course-description {
  padding: 0 40px 2rem;
  margin-bottom: 0;
}
.chosen-course-section .course-description p {
  font-family: "Aleo", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  color: #00160B;
  margin: 0;
}
@media (max-width: 968px) {
  .chosen-course-section .course-description {
    padding: 0 1rem 2rem;
  }
}
.chosen-course-section .divider-line {
  height: 1px;
  background: #94B3A4;
  margin: 2rem 0;
}
.chosen-course-section .course-stats {
  padding: 0 40px 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 968px) {
  .chosen-course-section .course-stats {
    padding: 0 1rem 2rem;
  }
}
.chosen-course-section .amenities-section {
  padding: 0 40px 3rem;
}
.chosen-course-section .amenities-section .amenities-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.chosen-course-section .amenities-section .amenity-category {
  flex: 1;
  min-width: 200px;
}
.chosen-course-section .amenities-section .category-title {
  font-family: "Aleo", serif;
  font-weight: 700;
  font-size: 20px;
  color: #555555;
  margin: 0 0 0.5rem;
}
.chosen-course-section .amenities-section .amenity-item {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 0.5rem;
}
.chosen-course-section .amenities-section .amenity-item .check-icon {
  color: #007439;
  flex-shrink: 0;
}
.chosen-course-section .amenities-section .amenity-item span {
  font-family: "Aleo", serif;
  font-size: 14px;
  font-weight: 500;
  color: #00160B;
}
@media (max-width: 968px) {
  .chosen-course-section .amenities-section {
    padding: 0 1rem 3rem;
  }
}

.heading-tab {
  gap: 1rem;
}

.requests-and-proposals-section .card .proposal-card-header {
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.requests-and-proposals-section .card .proposal-card-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  flex: 0 0 auto;
}

.page-events .section-heading {
  margin: 0 0 0;
  padding: 2rem 0.25rem;
}
@media screen and (min-width: 768px) {
  .page-events .section-heading {
    padding: 3rem 1rem 2rem;
  }
}
@media screen and (min-width: 968px) {
  .page-events .section-heading {
    margin: 3rem 0 0;
    padding: 2rem 3rem;
  }
}
.page-events .pending-events-section {
  margin-bottom: 3rem;
}
.page-events .pending-events-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 0.25rem;
}
@media screen and (min-width: 968px) {
  .page-events .pending-events-list {
    padding: 0 3rem;
  }
}
.page-events .pending-event-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  padding: 1rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid #62977C;
  border-radius: 30px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-events .pending-event-card {
    flex-direction: row;
    align-items: center;
    padding: 1rem 2rem;
  }
}
.page-events .pending-event-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.page-events .pending-event-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.page-events .pending-event-title {
  font-family: "Aleo", serif;
  font-size: 1.1rem;
  color: #00160B;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 968px) {
  .page-events .pending-event-title {
    font-size: 1.5rem;
  }
}
.page-events .pending-event-title .event-title-stacked {
  display: flex;
  flex-direction: column;
  gap: 0.15em;
}
.page-events .pending-event-title .event-title-line {
  display: block;
  line-height: 1.25;
}
.page-events .pending-event-title .event-title-line--type {
  font-weight: 700;
}
.page-events .pending-event-title .event-title-line--location {
  font-weight: 600;
  font-size: 0.95em;
}
.page-events .pending-event-title .event-title-line--dates {
  font-size: 0.9em;
  color: #555555;
}
.page-events .pending-event-date {
  font-family: "Aleo", serif;
  font-size: 1rem;
  font-weight: 500;
  color: #555555;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 968px) {
  .page-events .pending-event-date {
    font-size: 1rem;
  }
}
.page-events .pending-event-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.page-events .pending-event-meta {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .page-events .pending-event-meta {
    width: auto;
    justify-content: flex-end;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-events .pending-event-meta .pending-event-chips {
    justify-content: flex-end;
  }
}
.page-events .pending-event-stats {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-around;
  flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-events .pending-event-stats {
    width: auto;
    gap: 2rem;
  }
}
.page-events .pending-event-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  height: 100%;
}
@media screen and (min-width: 968px) {
  .page-events .pending-event-stat {
    padding: 0 2rem;
  }
}
.page-events .pending-event-stat .stat-number {
  font-family: "Aleo", serif;
  font-size: 1rem;
  font-weight: 900;
  color: #00160B;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 968px) {
  .page-events .pending-event-stat .stat-number {
    font-size: 1.25rem;
  }
}
.page-events .pending-event-stat .stat-label {
  font-family: "Aleo", serif;
  font-size: 1rem;
  font-weight: 800;
  color: #555555;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 968px) {
  .page-events .pending-event-stat .stat-label {
    font-size: 1.1rem;
  }
}
.page-events .upcoming-events-section {
  margin-bottom: 3rem;
}
.page-events .empty-state {
  text-align: center;
  padding: 3rem;
  margin: 3rem 0;
}
.page-events .empty-state h2 {
  margin-bottom: 1rem;
}
.page-events .empty-state p {
  margin-bottom: 1.5rem;
  color: #555555;
}

.page-profile {
  padding: 0 0.5rem 3rem;
  max-width: 1390px;
  margin: 0 auto;
}
.page-profile .page-header {
  align-items: center;
}
.page-profile .profile-content {
  display: flex;
  flex-direction: column;
}
.page-profile .profile-header {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: flex-end;
  padding: 0 0.25rem;
}
@media screen and (min-width: 768px) {
  .page-profile .profile-header {
    padding: 0 4rem;
  }
}
.page-profile .profile-avatar-block {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.page-profile .profile-avatar-form {
  position: relative;
  width: fit-content;
}
.page-profile .profile-avatar-input {
  display: none;
}
.page-profile .profile-avatar-trigger {
  position: relative;
  width: 6rem;
  height: 6rem;
  border: none;
  background: transparent;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
}
.page-profile .profile-avatar-preview {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #62977C;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  color: #00160B;
}
.page-profile .profile-avatar-preview svg {
  width: 2rem;
  height: 2rem;
}
.page-profile .profile-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-profile .profile-avatar-edit-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #007439;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
}
.page-profile .profile-avatar-message {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 400;
}
.page-profile .profile-avatar-message--success {
  color: #007439;
}
.page-profile .profile-avatar-message--error {
  color: #dc3232;
}
.page-profile .profile-name {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 700;
  color: #00160B;
  margin: 0;
  line-height: 1;
  letter-spacing: 0.4px;
}
.page-profile .profile-section {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.page-profile .profile-section-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .page-profile .profile-section-header {
    padding: 0 4rem;
  }
}
.page-profile .profile-section-header .heading-2 {
  padding: 0;
}
.page-profile .section-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  color: #00160B;
  transition: opacity 0.2s;
}
.page-profile .section-toggle svg {
  width: 30px;
  height: 30px;
  transition: transform 0.2s;
}
.page-profile .section-toggle:hover {
  opacity: 0.7;
}
.page-profile .section-toggle[aria-expanded=false] svg {
  transform: rotate(180deg);
}
.page-profile .section-content {
  padding: 1rem 3rem;
}
@media screen and (min-width: 768px) {
  .page-profile .section-content {
    padding: 1.5rem 7rem;
  }
}
@media screen and (min-width: 968px) {
  .page-profile .section-content {
    padding: 2rem 5rem;
  }
}
.page-profile .profile-fields-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.page-profile .profile-field {
  display: flex;
  flex-direction: column;
}
.page-profile .profile-field p {
  padding: 0;
  font-size: 1.1rem;
}
.page-profile .profile-field p:first-child {
  color: #555555;
  font-size: 1rem;
}
.page-profile .profile-field-full {
  grid-column: 1/-1;
}
@media (max-width: 968px) {
  .page-profile .profile-fields-grid {
    grid-template-columns: 1fr;
  }
  .page-profile .profile-name {
    font-size: 32px;
  }
  .page-profile .section-heading {
    font-size: 32px;
  }
  .page-profile .profile-header {
    flex-wrap: wrap;
  }
}

.page-vendor-proposal {
  container-type: inline-size;
  container-name: vendor-proposal-container;
}
.page-vendor-proposal .event-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 0 2rem;
}
@media screen and (min-width: 1200px) {
  .page-vendor-proposal .event-header {
    padding: 0 0 1rem 4rem;
  }
}
.page-vendor-proposal .event-title-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 968px) {
  .page-vendor-proposal .event-title-row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
  }
}
.page-vendor-proposal .event-status-chip-container {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.5rem;
}
.page-vendor-proposal .event-meta-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
  margin: 0.5rem 0 0;
}
.page-vendor-proposal .event-meta-details .detail {
  margin: 0;
  padding: 0;
  font-family: "Aleo", serif;
  font-size: 1rem;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .page-vendor-proposal .event-meta-details .detail {
    font-size: 1.1rem;
  }
}
.page-vendor-proposal .event-meta-details .detail strong {
  font-weight: 700;
  color: #00160B;
}
.page-vendor-proposal .proposal-form-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 968px) {
  .page-vendor-proposal .proposal-form-container .proposal-form-section {
    padding: 0 0 1rem 4rem;
  }
}
.page-vendor-proposal .proposal-form-container .proposal-form-section .stats-accommodations-container {
  padding: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .page-vendor-proposal .proposal-form-container .proposal-form-section .stats-accommodations-container {
    gap: 4rem;
    padding: 0;
  }
}
.page-vendor-proposal .proposal-form-container .proposal-form-section .stats-accommodations-container .event-accommodations {
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .page-vendor-proposal .proposal-form-container .proposal-form-section .stats-accommodations-container .event-accommodations {
    padding: 1rem;
    border-left: 1px solid #94B3A4;
  }
}
.page-vendor-proposal .proposal-form-container .proposal-line-items-total {
  padding: 1.5rem 0 0;
  border-top: 1px solid #62977C;
}
.page-vendor-proposal .proposal-form-container .proposal-line-items-total .proposal-line-num {
  font-family: "Aleo", serif;
}
.page-vendor-proposal .proposal-form-container .message-to-customer {
  padding: 3rem 0 1.5rem;
}

.proposal-line-items-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.proposal-line-items-table th,
.proposal-line-items-table td {
  padding: 0.5rem 0.25rem;
  text-align: left;
  border-bottom: 1px solid #94B3A4;
  vertical-align: middle;
}
.proposal-line-items-table th {
  font-weight: 600;
  color: #00160B;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.proposal-line-items-table tfoot td {
  border-bottom: none;
  padding-top: 1rem;
}
.proposal-line-items-table .proposal-line-num {
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
.proposal-line-items-table .proposal-line-actions {
  width: 2rem;
  text-align: center;
}

.proposal-line-items-table--edit .form-input {
  width: 100%;
  min-width: 0;
  font-size: 0.9rem;
}
@media screen and (min-width: 1200px) {
  .proposal-line-items-table--edit .line-qty,
  .proposal-line-items-table--edit .line-unit {
    max-width: 10rem;
  }
}
.proposal-line-items-table--edit .proposal-line-index {
  white-space: nowrap;
  font-size: 0.75rem;
}
.proposal-line-items-table--edit .proposal-line-index .line-label {
  display: inline;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.proposal-line-items-toolbar {
  margin: 0.5rem 0;
}

.vendor-proposal-remove-line {
  background: none;
  border: none;
  color: #555555;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem;
}
.vendor-proposal-remove-line:hover {
  color: #00160B;
}

.margin-bottom-md {
  margin-bottom: 1rem;
}

.page-proposals .event-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 0 2rem;
}
@media screen and (min-width: 1200px) {
  .page-proposals .event-header {
    padding: 0 0 1rem 4rem;
  }
}
.page-proposals .event-title-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 968px) {
  .page-proposals .event-title-row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.page-proposals .proposal-line-items-display .proposal-line-items-table {
  margin-top: 0.5rem;
}
.page-proposals .proposal-line-items-display .proposal-line-items-table .proposal-line-items-total {
  font-size: 1.25rem;
}
.page-proposals .proposal-line-items-display .proposal-line-items-table .proposal-line-items-total .proposal-line-num {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .proposal-line-items-table--edit .proposal-line-index .line-label {
    display: none;
  }
  .proposal-line-items-table--edit {
    table-layout: fixed;
  }
  .proposal-line-items-table--edit th {
    padding-left: 1.5rem;
  }
  .proposal-line-items-table--edit th:nth-child(1) {
    padding-left: 0.25rem;
  }
  .proposal-line-items-table--edit td {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .proposal-line-items-table--edit th:nth-child(1),
  .proposal-line-items-table--edit td:nth-child(1) {
    width: 2.75rem;
    text-align: center;
  }
  .proposal-line-items-table--edit th:nth-child(2),
  .proposal-line-items-table--edit td:nth-child(2) {
    min-width: 0;
  }
  .proposal-line-items-table--edit th:nth-child(3),
  .proposal-line-items-table--edit td:nth-child(3) {
    width: 7rem;
  }
  .proposal-line-items-table--edit th:nth-child(4),
  .proposal-line-items-table--edit td:nth-child(4) {
    width: 10rem;
  }
  .proposal-line-items-table--edit th:nth-child(5),
  .proposal-line-items-table--edit td:nth-child(5) {
    width: 11.5rem;
  }
  .proposal-line-items-table--edit th:nth-child(6),
  .proposal-line-items-table--edit td:nth-child(6) {
    width: 6.5rem;
  }
  .proposal-line-items-table--edit th:nth-child(7),
  .proposal-line-items-table--edit td:nth-child(7) {
    width: 3.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .proposal-line-items-table {
    margin-top: 1.5rem;
    font-size: 0.9rem;
  }
  .proposal-line-items-table thead,
  .proposal-line-items-table tfoot {
    display: none;
  }
  .proposal-line-items-table tbody,
  .proposal-line-items-table tr,
  .proposal-line-items-table td {
    display: block;
    width: 100%;
  }
  .proposal-line-items-table tr {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #94B3A4;
    border-radius: 20px;
    padding: 0.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  }
  .proposal-line-items-table td {
    position: relative;
    border-bottom: none;
    padding: 1.5rem 1.5rem 0.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    text-align: left;
  }
  .proposal-line-items-table td .form-input {
    padding-top: 1.5rem;
  }
  .proposal-line-items-table td::before {
    position: absolute;
    top: 0.5rem;
    left: 1.5rem;
    content: attr(data-label);
    font-size: 0.75rem;
    color: #555555;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
  }
  .proposal-line-items-table td.proposal-line-num {
    padding: 1.5rem 1.5rem 0;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .proposal-line-items-table td.proposal-line-num::before {
    content: attr(data-label);
  }
  .proposal-line-items-table td.proposal-line-actions {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0;
    justify-content: flex-end;
  }
  .proposal-line-items-table td.proposal-line-actions::before {
    content: "";
    display: none;
  }
  .proposal-line-items-table td.proposal-line-index {
    justify-content: flex-start;
    padding: 0 0.5rem;
    color: #555555;
  }
  .proposal-line-items-table td.proposal-line-index::before {
    content: none;
  }
  .proposal-line-items-table--edit tr {
    padding: 0.5rem;
  }
}
.site-main {
  flex: 1 1 auto;
  min-height: 60vh;
  padding: 3.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .site-main {
    padding: 4rem 0 0;
  }
}

.home .site-main {
  padding: 0 0 4rem;
}

.events-grid {
  padding: 1.5rem 0.5rem;
}
@media screen and (min-width: 968px) {
  .events-grid {
    padding: 3rem 3rem;
  }
}
.events-grid.past-events-grid, .events-grid.upcoming-events-grid {
  padding: 0 3rem;
}

.card-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.heading-tab-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.form-input:disabled,
.form-input[readonly] {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.7;
}

.checkout-content {
  margin: 3rem 0 0;
  padding: 2rem 3rem;
}

.page-template-wrapper {
  padding: 1rem 0.5rem;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 968px) {
  .page-template-wrapper {
    padding: 2rem 4rem;
  }
}

/*# sourceMappingURL=style.css.map */
