#fw-section-image-a0d2898f-0609-4850-8f6d-89d2a1934b7d {

img {
  width: 450px;
  height: 550px;
  object-fit: cover;
  display: block;
}

}

#fw-section-custom-html-31849e00-0da0-4ba8-8e84-268e82d782ad {

/* Applies to all <p> tags inside this HTML block */
.custom-html p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0;
}


@media (max-width: 400px) {
  .custom-html p {
    font-size: 1.10rem;
  }
}

@media (max-width: 480px) {
  .custom-html {
    overflow-x: hidden;
    box-sizing: border-box;
    width: 100%;
    max-width: 100vw;
    padding: 0 10px;
  }

  .custom-html p {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 1.2em 0;
    word-break: break-word;
  }
}

@media (max-width: 480px) {
  .custom-html p {
    white-space: normal !important; /* allow wrapping */
    word-wrap: break-word !important; /* force break if needed */
    overflow-wrap: break-word !important; /* modern wrap */
  }

  .custom-html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }
}

}


#fw-section-custom-html-558bf70e-22f6-4810-b13f-16ae5c9ddd2a {

.event-container {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #eee;
  text-align: left;
}

.event-section-title {
  color: #c39f57; /* match your event title color */
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
}

.event-item {
  margin-bottom: 1.5rem;
}

.event-title {
  color: #b48629; 
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.event-details {
  list-style-type: disc;
  padding-left: 1.2em;
  margin: 0;
}

.event-details li {
  margin-bottom: 0.4rem;
  line-height: 1.4;
}

.event-label {
  color: #b48629;
  font-weight: 600;
  margin-right: 0.4em;
  text-transform: uppercase;
}

.fw-section.custom-html {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Target the title specifically to reduce bottom spacing */
.event-section-title {
  margin-bottom: 10px; /* or smaller */
  padding-bottom: 0;
}

/* If the next container has margin-top, remove it */
.event-container {
  margin-top: 0;
  padding-top: 0;
}

section.custom-html {
  padding: 0 !important;
  margin: 0 !important;
}

}
#fw-section-rich-text-640b3c26-4b24-4264-b6bf-1f5d6eef529f {

.custom-text-block {
  color: white;
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}

.custom-text-block a {
  color: #ffffff;
  text-decoration: underline;
}

.custom-text-block a:hover {
  color: #cccccc;
}
.text-section {
  color: white;
  text-align: left;
  white-space: normal !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}

}
#fw-section-custom-html-123ade21-4be5-413b-b33f-677bef687237 {

.accordion-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #eee;
}

.accordion-item {
  border-bottom: 1px solid #444;
}

.accordion-header {
  background-color: #222;
  color: #c39f57;
  cursor: pointer;
  padding: 12px 20px;
  font-weight: bold;
  user-select: none;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
  display: block;
  text-align: center; /* centered header text */
}

.accordion-header:hover {
  background-color: #333;
}

/* New wrapper for the title + blurb above accordion */
.accordion-header-top {
  max-width: 800px;
  margin: 0 auto 20px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  color: #eee;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.accordion-header-top h2 {
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.accordion-note {
  font-size: 0.9rem;
  color: #ccc;
  line-height: 1.4;
}

.accordion-content {
  background-color: #111;
  color: #ccc;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.4s ease, padding 0.4s ease;
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: left; /* keep content left aligned */
}

.accordion-content ul {
  padding-left: 1.2em;
  margin: 10px 0;
  list-style-position: inside;
  list-style-type: disc;
  color: #eee;
}

.accordion-content ul li {
  margin-bottom: 8px;
}

/* CSS-only accordion toggle with checkbox */
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + label.accordion-header + .accordion-content {
  max-height: 3000px; /* large enough to show content */
  padding: 15px 20px;
}

.accordion-title {
  font-size: 1.8rem;    /* resize font as you want */
  font-weight: bold;
  color: #c39f57;       /* soft readable light red */
  margin-bottom: 6px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

section.custom-html {
  padding: 0 !important;
  margin: 0 !important;
}

}


#fw-section-image-03d36a55-1fb2-4206-b59e-6b65cdbb74b3 {

img {
  width: 700px;
  height: auto;
  opacity: 0.6; /* Adjust between 0 (invisible) and 1 (fully visible) */
}


}

#fw-section-custom-html-8ed0bbad-e99e-4ae1-aa09-b09e70908ff9 {

.contact-form-container {
  max-width: 700px;
  margin: 0 auto;
}
label {
  color: #EDE6D6; /* changed to white */
  font-weight: 400;
  display: block;
  margin-top: 15px;
}
.name-row {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}
.name-row input {
  flex: 1;
  padding: 12px;
  background-color: #EDE6D6;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}
input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 12px;
  margin-top: 5px;
  background-color: #EDE6D6;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}
input::placeholder,
textarea::placeholder {
  color: #aaa;
}
textarea {
  resize: vertical;
  min-height: 120px;
}
button[type="submit"] {
  display: block;
  margin: 30px auto 0;
  padding: 12px 30px;
  font-size: 16px;
  background-color: #666666; /* Medium gray */
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
button[type="submit"]:hover {
  background-color: #8A1C1C; /* Dark red */
  color: white; /* Text back to white */
}
small {
  display: block;
  font-size: 13px;
  color: #888;
  margin-top: 10px;
}
}
#fw-section-image-d99353b1-f132-490e-9570-4efe3b0b94cb {

img {
  width: 700px;
  height: auto;
  opacity: 0.6; /* Adjust between 0 (invisible) and 1 (fully visible) */
}


}



#fw-section-custom-html-b9e70144-c3a6-43d1-8b6d-2baf780f87dc {

.event-container {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #EDE6D6;
  text-align: left;
}
.event-section-title {
  color: #B49A73;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
}
.event-item {
  margin-bottom: 1.5rem;
}
.event-title {
  color: #B49A73;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.event-details {
  list-style-type: disc;
  padding-left: 1.2em;
  margin: 0;
}
.event-details li {
  margin-bottom: 0.4rem;
  line-height: 1.4;
}
.event-label {
  color: #EDE6D6;
  opacity: 0.6;
  font-weight: 600;
  margin-right: 0.4em;
  text-transform: uppercase;
}
.fw-section.custom-html {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.event-container {
  margin-top: 0;
  padding-top: 0;
}
section.custom-html {
  padding: 0 !important;
  margin: 0 !important;
}
.events-wrapper {
  max-width: 730px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.custom-line {
  width: 100%;
  max-width: 730px;
  height: 1px;
  background-color: #B49A73;
  opacity: 0.3;
  margin: 20px auto;
}
.top-line {
}
.bottom-line {
}
}
#fw-section-custom-html-f40b73cd-ac86-45c0-8e6b-cec467787303 {

/* Applies to all <p> tags inside this HTML block */
.custom-html p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0;
}
@media (max-width: 400px) {
  .custom-html p {
    font-size: 1.10rem;
  }
}
@media (max-width: 480px) {
  .custom-html {
    overflow-x: hidden;
    box-sizing: border-box;
    width: 100%;
    max-width: 100vw;
    padding: 0 10px;
  }
  .custom-html p {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 1.2em 0;
    word-break: break-word;
  }
}
@media (max-width: 480px) {
  .custom-html p {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
  .custom-html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }
}
.bio-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.bio-image-wrapper {
  flex-basis: 320px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}
.bio-image {
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: cover;
  display: block;
}
.bio-text {
  flex: 1;
  min-width: 320px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .bio-container {
    flex-direction: column;
    gap: 20px;
  }
  .bio-image-wrapper {
    flex-basis: auto;
    width: 100%;
  }
  .bio-image {
    max-width: 85vw;
    height: auto;
  }
  .bio-text {
    flex: 1 1 100%;
    min-width: 0;
    max-width: 100%;
  }
}
.bio-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #B49A73;
  margin: 0px 0 20px 0;
  font-family: sans-serif;
}
@media (max-width: 480px) {
  .bio-title {
    font-size: 2rem;
  }
}
.bio-line {
  width: 100%;
  max-width: 700px;
  height: 1px;
  background-color: #B49A73;
  opacity: 0.3;
  margin: 20px auto;
}
.bio-line-bottom {
  margin-top: 40px;
}


.custom-html--fw-section-custom-html-f40b73cd-ac86-45c0-8e6b-cec467787303 {
  padding-top: 0 !important;
}
.custom-html--fw-section-custom-html-f40b73cd-ac86-45c0-8e6b-cec467787303 .container.wrapper {
  padding-top: 0 !important;
}
}

#fw-section-header {
--font-heading-scale: 1.21;
--font-body-scale: 1.45;
}
#fw-section-header {

.header__icons {
  display: none !important;
}
.header__link {
  color: #B49A73 !important;
  transition: color 0.2s ease;
}
.header__link:hover {
  color: #EDE6D6 !important;
}
}