@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: "Overpass", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  position: relative;
  color: #007439;
  font-family: "Overpass", sans-serif;
  font-size: 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: "Overpass", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  cursor: pointer;
}

input, select, textarea {
  background: #FFFFFF;
  font-family: "Overpass", sans-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.5rem;
  display: inline-flex;
  width: 6px;
  height: 6px;
  background: #ffeeee;
  border-radius: 50%;
}
.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 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text: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: 2rem 0;
  background: #f0f0f0;
  border: 0;
}
hr.bold, .divider-line.bold {
  background: #555555;
}

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

.heading-2 {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  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: "Overpass", sans-serif;
}
p.large {
  font-size: 1.1rem;
}
p.small {
  font-size: 0.9rem;
}

.proposals-list {
  padding: 2rem 0 4rem;
}
.proposals-list .proposal-item {
  margin-bottom: 2rem;
  padding: 0.5rem 3rem;
}
.proposals-list .proposal-item .proposal-number-header .heading-3 {
  padding: 0;
}
.proposals-list .proposal-item .proposal-details-section {
  padding: 2rem 0;
}
@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-info {
  border-right: 1px solid #94B3A4;
}
.proposals-list .proposal-item .proposal-details-section .proposal-field h3 {
  display: flex;
  gap: 1.5rem;
  padding: 0;
}
.proposals-list .proposal-item .proposal-details-section .proposal-field h3 .label {
  flex: 0 0 8rem;
  color: #555555;
  font-family: "Overpass", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: right;
}
.proposals-list .proposal-item .proposal-details-section .proposal-field h3 .value {
  font-family: "Overpass", sans-serif;
  font-size: 1.25rem;
}
.proposals-list .proposal-item .proposal-details-section .proposal-field h3 .value.proposal-vendor, .proposals-list .proposal-item .proposal-details-section .proposal-field h3 .value.proposal-amount {
  font-size: 1.75rem;
}
.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 .course-header-proposal .heading-1 {
  padding: 0;
}
.proposals-list .proposal-actions-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.proposals-list .proposal-actions-row .proposal-action-btn {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.6rem 1rem 0.4rem;
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.proposals-list .proposal-actions-row .proposal-action-btn:last-child {
  border-right: 0;
}
.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 span {
  padding-top: 0.2rem;
  white-space: nowrap;
}
.proposals-list .proposal-actions-row .proposal-action-btn:hover {
  background: #009944;
  color: #FFFFFF;
  border-color: #007439;
}
.proposals-list .proposal-actions-row .proposal-action-btn:active {
  background: #005a87;
  border-color: #005a87;
}
.proposals-list .proposal-actions-row .proposal-action-btn.is-shortlisted svg path {
  fill: currentColor;
}
.proposals-list .proposal-actions-row .proposal-action-btn-separator {
  padding: 0.8rem 0 0.1rem;
  color: #009944;
}

.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: 50px;
  height: 55px;
  flex-shrink: 0;
  padding: 0;
  background: transparent;
  border: none;
  color: #00160B;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.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: 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: 20px;
  align-items: center;
  width: 100%;
  padding: 2rem 0 0;
}

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

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

.currency-value {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

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

.alert-container {
  margin: 0 auto;
  padding: 1.5rem 3rem;
  background: #FFFFFF;
  border-radius: 40px;
}
.alert-container.wide {
  max-width: 1000px;
}
.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 1.5rem;
}
.alert-container ul li {
  padding: 0.25rem 0;
}

.button-primary {
  display: inline-block;
  padding: 0.7rem 1.5rem 0.3rem;
  color: #FFFFFF;
  background: #007439;
  border: 0;
  border-radius: 40px;
  letter-spacing: 1px;
  text-decoration: none;
}
.button-primary:hover {
  background: #009944;
}
.button-primary:active {
  background: #005a87;
}
.button-primary.large {
  font-size: 1.25rem;
  padding: 1rem 1.5rem 0.8rem;
}

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

.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;
  width: 100%;
  padding: 1rem;
  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: "Overpass", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #00160B;
  line-height: 1;
}
@media (max-width: 968px) {
  .stats .stat-value {
    font-size: 32px;
  }
}
.stats .stat-label {
  padding: 0;
  font-family: "Overpass", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #555555;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 968px) {
  .stats .stat-label {
    font-size: 16px;
  }
}

.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: 500px;
  margin: 2rem;
  transform: scale(0.95);
  transition: transform 0.2s ease;
}
.proposal-modal.is-open .modal .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: flex-end;
  margin-top: 2rem;
}

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

.card {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  background: #FFFFFF;
  border: 1px 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: none;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.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: "Overpass", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #00160B;
  margin: 0;
  padding: 0;
  width: 100%;
}
.card .card-location {
  font-family: "Overpass", sans-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;
  justify-content: center;
  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: "Overpass", sans-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: "Overpass", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}
.card .card-actions .button-primary {
  background: #007439;
  color: #FFFFFF;
  border: 1px solid #62977C;
}
.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;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 1rem 0.1rem;
  border-radius: 40px;
  font-family: "Overpass", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  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);
}

.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;
}

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

.form-input {
  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;
}
.form-input:focus {
  outline: 2px dotted #007439;
  outline-offset: 2px;
}
.form-input.form-input-textarea {
  border-radius: 20px;
}

.form-input-segmented {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-input-segmented {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1.5rem 0.8rem;
    background: #FFFFFF;
    border: 2px solid #62977C;
    border-radius: 40px;
    outline: 2px dotted transparent;
    outline-offset: 0;
    transition: 0.05s;
  }
  .form-input-segmented:focus-within {
    outline: 2px dotted #007439;
    outline-offset: 2px;
  }
}
.form-input-segmented input {
  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;
}
.form-input-segmented input:focus {
  outline: 2px dotted #007439;
  outline-offset: 2px;
}
@media screen and (min-width: 768px) {
  .form-input-segmented input {
    flex: 1 1 auto;
    border: 0;
    padding: 0.3rem 0.5rem 0 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;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-input-segmented span {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: auto;
  }
}
.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;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%2300160B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 20px;
  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;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%2300160B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 0.5rem center;
    background-size: 16px;
  }
  .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: 1rem;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  background: #FFFFFF;
  border: 2px solid #62977C;
  border-radius: 40px;
}
.form-input-search input {
  flex: 1 1 auto;
  border: 0;
  padding: 0.3rem 0.5rem 0 0.5rem;
  margin: 0;
}
.form-input-search input:focus {
  border: 0;
  outline: 0;
}
.form-input-search.segmented-input span {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.form-input-search.segmented-input select {
  margin: 0;
  padding: 0.2rem 0.5rem 0;
  border: 0;
  border-left: 1px solid #94B3A4;
  border-right: 1px solid #94B3A4;
}
.form-input-search.segmented-input select:focus:not(:focus-visible) {
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
}
.form-input-search.segmented-input 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-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;
  font-size: 1.1rem;
}
.radio .radio-options {
  display: flex;
  gap: 2rem;
}
.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;
}

.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: 100%;
  max-height: 300px;
  margin-top: 1.2rem;
  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);
}
.twitter-typeahead .tt-suggestion {
  padding: 0.8rem 0.6rem 0.5rem 2rem;
  cursor: pointer;
  border-bottom: 1px solid #94B3A4;
}
.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 {
  font-family: "Overpass", sans-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-empty {
  padding: 12px 16px;
  color: #555555;
  font-style: italic;
}

.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-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-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 .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.wrap {
  flex-wrap: wrap;
}
.flex-responsive.nowrap {
  flex-wrap: nowrap;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  min-height: 100px;
  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;
}
.site-header .tab {
  margin-top: 2px;
  padding: 0;
  background: #94B3A4;
  clip-path: shape(from top left, curve to 44px 32px with 47px 0, vline to calc(100% - 50px), curve to 76px 100% with 37px 100%, hline to calc(100% - 0px), curve to calc(100% - 0px) calc(100% - 0px) with calc(100% - 0px) 100%, vline to calc(100% - 0px), curve to 100% 0 with calc(100% - 0px) 0);
  box-shadow: none;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .site-header .tab {
    padding: 0 4px;
    --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.5rem 0.5rem 0.5rem 3rem;
  background: #FFFFFF;
  transform: translate(3px, -2px);
  transition: 0.3s;
  clip-path: shape(from top left, curve to 42px 28px with 43px 0, vline to calc(100% - 43px), curve to 74px 100% with 37px 100%, hline to calc(100% - 0px), curve to calc(100% - 0px) calc(100% - 0px) with calc(100% - 0px) 100%, vline to calc(100% - 0px), curve to 100% 0 with calc(100% - 0px) 0);
}
@media screen and (min-width: 768px) {
  .site-header .tab .tab {
    transform: translate(0, -2px);
    padding: 0.5rem 3rem;
    --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);
  }
}

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

.current-event-wrapper {
  position: relative;
  flex: 1 1 auto;
  max-width: 600px;
  z-index: 1001;
  margin: 0.8rem 0 0;
}
.current-event-wrapper.expanded .current-event-toggle svg {
  transform: rotate(180deg);
}

.current-event-info {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #62977C;
  border-radius: 81px;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}
.current-event-info .current-event-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  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: 14px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.current-event-info .current-event-title {
  min-width: 0;
  color: #00160B;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.current-event-info .current-event-badges {
  display: flex;
  gap: 1.5rem;
  flex-shrink: 0;
  align-items: center;
}
.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: 30px;
  height: 30px;
  transition: transform 0.2s ease;
}
.current-event-info .current-event-toggle svg {
  width: 30px;
  height: 30px;
  transition: transform 0.2s ease;
}
.current-event-info .current-event-toggle:hover {
  opacity: 0.7;
}

.current-event-details {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  right: 0;
  padding: 1.5rem 2rem;
  background: #FFFFFF;
  border: 1px solid #94B3A4;
  border-radius: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1002;
  min-width: 500px;
  max-width: 600px;
}
.current-event-details .event-details-content {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.current-event-details .event-details-content .heading-4 {
  padding: 0;
}
.current-event-details .event-details-column {
  flex: 1 0 50%;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-right: 1rem;
  border-right: 1px solid #94B3A4;
  min-width: 0;
}
.current-event-details .event-detail-row {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.current-event-details .event-detail-row:last-child {
  border-bottom: none;
}
.current-event-details .event-detail-row .event-detail-label {
  font-size: 14px;
  color: #555555;
  font-weight: 500;
  flex-shrink: 0;
  min-width: 100px;
}
.current-event-details .event-detail-row .event-detail-value {
  font-size: 16px;
  color: #00160B;
  font-weight: 700;
  text-align: right;
  flex: 1 0 0;
}
.current-event-details .event-accommodations-column {
  flex: 1 0 50%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.current-event-details .accommodations-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.current-event-details .accommodation-row {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.current-event-details .accommodation-row:last-child {
  border-bottom: none;
}
.current-event-details .accommodation-row .accommodation-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.current-event-details .accommodation-row .accommodation-label {
  font-size: 14px;
  color: #00160B;
  font-weight: 500;
  line-height: 1;
}
.current-event-details .event-details-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #94B3A4;
}

.site-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  margin: 1rem 0.5rem;
  background: #FFFFFF;
  border: 1px solid #62977C;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .site-title {
    margin: 1rem 7rem;
  }
}
.site-title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  flex: 1 1 auto;
}
.site-nav .button-primary {
  border: 2px solid #FFFFFF;
}
@media screen and (min-width: 768px) {
  .site-nav {
    gap: 1rem;
  }
}
.site-nav .nav-button-create-event,
.site-nav .nav-button-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .site-nav .nav-button-create-event,
  .site-nav .nav-button-login {
    width: auto;
    height: auto;
    padding: 0.7rem 1.5rem 0.3rem;
    border-radius: 40px;
  }
}
.site-nav .nav-button-create-event .nav-button-icon,
.site-nav .nav-button-login .nav-button-icon {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.site-nav .nav-button-create-event .nav-button-text,
.site-nav .nav-button-login .nav-button-text {
  display: none;
}
@media screen and (min-width: 768px) {
  .site-nav .nav-button-create-event .nav-button-text,
  .site-nav .nav-button-login .nav-button-text {
    display: inline;
  }
}

.utility-container {
  position: relative;
}

.profile-menu {
  position: absolute;
  top: calc(100px - 2rem);
  left: auto;
  right: 0;
  z-index: 1002;
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 300px;
  padding: 1rem 2rem 2rem;
  background: #FFFFFF;
  border: 1px solid #94B3A4;
  border-radius: 30px;
  box-shadow: 0 4px 8px 1px rgba(0, 48, 14, 0.5);
}
.profile-menu[open] {
  display: flex;
}
.profile-menu::backdrop {
  display: none;
}
.profile-menu a {
  display: block;
  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;
}

.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;
}

.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 .flex {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .plan-section .flex {
    flex-direction: row;
  }
}

.latest-events-section {
  position: relative;
  padding: 3rem 0;
}
.latest-events-section h2 {
  margin: 0 0 0 8rem;
}

.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: 768px) {
  .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: 768px) {
  .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 0.5rem;
  border-top: 0.5rem solid #62977C;
  text-align: center;
}
.site-footer a {
  color: #FFFFFF;
  text-decoration: underline;
}
.site-footer .site-footer-content {
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  padding: 1.5rem 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .site-footer .site-footer-content {
    flex-direction: row;
  }
}
.site-footer .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border: 1px solid #62977C;
  border-radius: 50%;
}
.site-footer .footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-footer .footer-links {
  display: flex;
  gap: 1rem;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 768px;
  min-height: 600px;
  overflow: hidden;
  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: 3rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-content .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  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;
  font-size: 90px;
  line-height: 110px;
  text-align: center;
}

.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;
}
@media screen and (min-width: 768px) {
  .hero-search-form .hero-search-button {
    width: auto;
    height: auto;
  }
}
.hero-search-form .hero-search-button .hero-search-icon {
  position: relative;
  top: -3px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.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: 1200px) {
  .hero-heading {
    font-size: 70px;
    line-height: 85px;
  }
}
@media (max-width: 768px) {
  .hero-section {
    height: 600px;
    min-height: 500px;
  }
  .hero-heading {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 2rem;
  }
  .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;
  }
  .hero-heading {
    font-size: 36px;
    line-height: 48px;
  }
  .hero-content {
    padding: 2rem 1rem;
  }
}
.courses-header {
  text-align: center;
  margin-bottom: 3rem;
}
.courses-header h1 {
  font-size: 4rem;
  margin-bottom: 0.5rem;
  color: #00160B;
}

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

.courses-filters {
  padding: 2rem 0;
  border-radius: 30px;
  margin-bottom: 2rem;
}

.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;
}

.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: 0.9rem;
  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: 4rem;
  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;
  }
}
.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: 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: 90%;
  padding: 0.5rem;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #94B3A4;
  border-radius: 40px;
  transform: translateY(-2rem);
}
@media screen and (min-width: 768px) {
  .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: 400px;
  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: 6rem;
  }
}
.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-scroll .card {
    width: calc(100vw - 4rem);
    min-width: calc(100vw - 4rem);
  }
  .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: 2.25rem;
    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;
}

.create-event {
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .create-event {
    padding: 2rem 0;
  }
}

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

.create-event-subtitle {
  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;
}

#validation-alert {
  scroll-margin-top: 100px;
}

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

.courses-archive {
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .courses-archive {
    padding: 2rem 0;
  }
}

.courses-filters {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .courses-filters {
    flex-direction: row;
  }
}
.courses-filters .courses-search-form {
  flex: 1 1 auto;
  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: "Overpass", sans-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: "Overpass", sans-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: "Overpass", sans-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: "Overpass", sans-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: "Overpass", sans-serif;
  font-size: 1rem;
  color: #00160B;
}

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

.courses-map-container {
  width: 100%;
  height: 803px;
  border: 1px solid #94B3A4;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
.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: 30px;
  height: 30px;
  background: #007439;
  border: 2px solid #FFFFFF;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}
.course-marker .course-pin::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 50%;
}

.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: 1rem !important;
  right: 1rem !important;
}

.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: 200px;
  max-width: 320px;
  padding: 1rem;
}
.map-popup.card {
  transform: none;
}
.map-popup .card-header {
  padding: 0 1rem 0.5rem;
}
.map-popup .card-image {
  height: 160px;
  border-radius: 20px;
}
.map-popup .card-description {
  padding: 0 1rem;
}
.map-popup .card-actions {
  padding: 0.5rem 1rem;
}

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

.course-sections {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 1rem;
}

.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-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.5rem;
  flex: 1;
}

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

.course-slideshow {
  position: relative;
  width: 100%;
  height: 654px;
  border: 1px solid #94B3A4;
  border-radius: 30px;
  overflow: hidden;
}

.slideshow-container {
  position: relative;
  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: 60px;
  height: 60px;
  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;
}
.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: 32px;
}

.slideshow-next {
  right: 32px;
}

.course-description {
  padding: 0 40px;
  width: 100%;
}
.course-description p {
  font-size: 1.25rem;
}
@media (max-width: 968px) {
  .course-description {
    padding: 0 20px;
  }
}

.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;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
}
@media (max-width: 968px) {
  .amenities-grid {
    flex-direction: column;
    padding: 0.5rem;
  }
}

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

.category-title {
  font-family: "Overpass", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #555555;
  margin: 0 0 10px;
}

.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: "Overpass", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #00160B;
}

.course-action {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.course-action .button-container {
  padding: 1rem 1.5rem;
  background: #FFFFFF;
  border: 2px solid #94B3A4;
  border-radius: 5rem;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}
.course-action .button-container .button-primary {
  padding: 1rem 2rem;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .course-action .button-container .button-primary {
    font-size: 1.1rem;
  }
}
@media (max-width: 968px) {
  .course-action {
    left: 0;
    right: 0;
    border-radius: 0;
    padding: 0.5rem 0;
  }
}

.proposal-action {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.proposal-action .button-container {
  padding: 1rem 2rem;
  background: #007439;
  border: 2px solid #94B3A4;
  border-radius: 5rem;
  box-shadow: none;
}
.proposal-action .button-container button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 968px) {
  .proposal-action {
    left: 0;
    right: 0;
    border-radius: 0;
    padding: 0.5rem 0;
  }
}

.event-header .heading-1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}

.event-accommodations {
  display: flex;
  gap: 60px;
  align-items: center;
  padding: 20px 0 10px;
  flex-wrap: wrap;
}
@media (max-width: 968px) {
  .event-accommodations {
    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: "Overpass", sans-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: "Overpass", sans-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: "Overpass", sans-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: "Overpass", sans-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: "Overpass", sans-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;
}

.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 3rem;
}
.page-events .pending-event-card {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 1rem 2rem;
  background: #FFFFFF;
  border: 1px solid #62977C;
  border-radius: 30px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  overflow: hidden;
}
.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: "Overpass", sans-serif;
  font-size: 1.5rem;
  color: #00160B;
  margin: 0;
  padding: 0;
}
.page-events .pending-event-date {
  font-family: "Overpass", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #555555;
  margin: 0;
  padding: 0;
  width: 100%;
}
.page-events .pending-event-stats {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-shrink: 0;
}
.page-events .pending-event-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  text-align: center;
  height: 100%;
}
.page-events .pending-event-stat .stat-number {
  font-family: "Overpass", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #00160B;
  margin: 0;
  padding: 0;
  width: 100%;
}
.page-events .pending-event-stat .stat-label {
  font-family: "Overpass", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #555555;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.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: 2rem 0 3rem;
  max-width: 1162px;
  margin: 0 auto;
}
.page-profile .profile-content {
  display: flex;
  flex-direction: column;
}
.page-profile .profile-header {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 0 2rem;
}
.page-profile .profile-name {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  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 2rem;
}
.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: 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;
  gap: 0.5rem;
}
.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;
}

.proposal-form-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@container vendor-proposal-container (min-width: 1200px) {
  .proposal-form-container {
    flex-direction: row;
  }
  .proposal-form-container .event-details-section {
    flex: 1 1 50%;
  }
  .proposal-form-container .proposal-form-section {
    flex: 1 1 50%;
  }
}

.site-main {
  flex: 1 1 auto;
  min-height: 60vh;
  padding: 100px 0 0;
}

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

.events-grid {
  padding: 3rem 3rem;
}
.events-grid.past-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;
}

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