.page-template-template-victorian-nurse-practitioner-forum {
  width: 100%;
}
.page-template-template-victorian-nurse-practitioner-forum .section-content {
  padding-top: 0;
}
.page-template-template-victorian-nurse-practitioner-forum h2 {
  font-size: 36px;
  margin-bottom: 50px;
  font-weight: 500;
}
@media (max-width: 960px) {
  .page-template-template-victorian-nurse-practitioner-forum h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.nurse-forum-header .primary-container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}
@media (max-width: 960px) {
  .nurse-forum-header .primary-container {
    display: flex;
  }
  .nurse-forum-header .primary-container .logo {
    order: 1;
  }
  .nurse-forum-header .primary-container .nurse-register-btn {
    order: 2;
    margin-left: auto;
  }
  .nurse-forum-header .primary-container .navigation {
    order: 3;
    margin-left: 16px;
  }
}
.nurse-forum-header .primary-container .navigation {
  display: flex;
  justify-content: center;
}
.nurse-forum-header.active .navigation a:hover {
  color: #9E86AB !important;
}
.nurse-forum-header .nurse-register-btn {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #9E86AB;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  padding: 0 32px;
  line-height: 1;
}
.nurse-forum-header .nurse-register-btn:hover {
  background-color: #8B709A;
}
@media (max-width: 960px) {
  .nurse-forum-header .nurse-register-btn {
    height: 40px;
    padding: 0 16px;
    font-size: 16px;
  }
}
html {
  scroll-behavior: smooth;
}
.section-about,
.section-program,
.section-speakers,
.section-location {
  scroll-margin-top: 100px;
}
.nurse-page {
  overflow-x: hidden;
}
.section-hero {
  height: 740px;
  background-size: cover;
  background-position: 75% top;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.section-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../../img/overlay.png') left center / cover no-repeat;
  pointer-events: none;
}
.section-hero .primary-container {
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .section-hero {
    height: 660px;
    background-position: 55% center;
  }
}
.section-hero .primary-container {
  padding-bottom: 40px;
  width: 100%;
}
.section-hero .hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  color: #fff;
}
.section-hero .hero-logo {
  width: 173px;
  margin-bottom: 25px;
}
@media (max-width: 960px) {
  .section-hero .hero-logo {
    width: 131px;
    margin-bottom: 18px;
  }
}
@media (max-width: 480px) {
  .section-hero .hero-logo {
    width: 104px;
  }
}
.section-hero h1 {
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: 300;
  max-width: 837px;
}
@media (max-width: 960px) {
  .section-hero h1 {
    font-size: 30px;
    max-width: 360px;
  }
}
@media (max-width: 480px) {
  .section-hero h1 {
    font-size: 26px;
    max-width: 280px;
  }
}
.section-hero h1::after {
  content: '';
  display: block;
  width: 100%;
  border-top: 2px solid #fff;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .section-hero h1::after {
    width: 265px;
  }
}
@media (max-width: 480px) {
  .section-hero h1::after {
    width: 230px;
  }
}
.section-hero .hero-description,
.section-hero .hero-date,
.section-hero .hero-location {
  margin: 0;
  color: #fff;
}
.section-hero .hero-description {
  font-size: 40px;
  font-weight: 600;
  max-width: 860px;
  line-height: 1.15;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .section-hero .hero-description {
    font-size: 30px;
    margin-top: 15px;
    max-width: 440px;
  }
}
@media (max-width: 480px) {
  .section-hero .hero-description {
    font-size: 26px;
    max-width: 310px;
  }
}
.section-hero .hero-date {
  margin-top: 30px;
}
@media (max-width: 960px) {
  .section-hero .hero-date {
    margin-top: 25px;
  }
}
.section-hero .hero-location {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .section-hero .hero-location {
    max-width: 280px;
  }
}
.section-hero .hero-date,
.section-hero .hero-location {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 24px;
}
@media (max-width: 960px) {
  .section-hero .hero-date,
  .section-hero .hero-location {
    font-size: 18px;
  }
}
.section-hero .hero-icon {
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.section-hero .hero-register-btn {
  margin-top: 36px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
  border-radius: 9999px;
  border: 1px solid #fff;
  padding: 10px 40px;
  line-height: 1.3;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  transition: background-color 0.2s;
}
.section-hero .hero-register-btn span {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 960px) {
  .section-hero .hero-register-btn {
    font-size: 18px;
    padding: 10px 30px;
  }
  .section-hero .hero-register-btn span {
    font-size: 14px;
  }
}
.section-hero .hero-register-btn:hover {
  background-color: #9E86AB;
  border-color: #9E86AB;
}
.section-about {
  background-color: rgba(0, 0, 0, 0.04);
  padding: 95px 0 60px 0;
}
@media (max-width: 960px) {
  .section-about {
    padding: 55px 0 65px;
  }
}
.section-about .about-left {
  color: #3E4765;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
@media (max-width: 960px) {
  .section-about .about-left {
    font-size: 24px;
  }
}
.section-about .about-right {
  color: #3E4765;
}
.section-about .about-right .name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .section-about .about-right .name {
    font-size: 20px;
  }
}
.section-about .about-right ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  font-size: 22px;
}
@media (max-width: 960px) {
  .section-about .about-right ul {
    font-size: 18px;
  }
}
.section-about .about-right li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 300;
}
.section-about .about-right li img {
  display: block;
  flex-shrink: 0;
}
.section-about .about-items-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 60px;
}
@media (max-width: 960px) {
  .section-about .about-items-grid {
    gap: 20px;
  }
}
@media (max-width: 1280px) {
  .section-about .about-items-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .section-about .about-items-grid {
    grid-template-columns: 1fr;
  }
  .section-about .about-items-grid .about-item {
    height: var(--about-item-height);
  }
}
.section-about .about-item {
  border-radius: 30px;
  background-color: #9E86AB;
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
}
@media (max-width: 768px) {
  .section-about .about-item {
    justify-content: center;
  }
}
.section-about .about-item img {
  display: block;
  width: fit-content;
}
.section-about .about-item p {
  margin: 0;
}
@media (max-width: 960px) {
  .section-about .about-item {
    padding: 25px;
    border-radius: 15px;
    font-size: 20px;
  }
}
.section-about .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 960px) {
  .section-about .about-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.section-info {
  background-color: #8DC7C4;
  padding: 50px 0;
  position: relative;
  font-size: 32px;
  text-align: center;
  color: white;
  letter-spacing: -0.02em;
  line-height: 1.6;
}
@media (max-width: 960px) {
  .section-info {
    font-size: 22px;
    padding: 40px 0;
  }
}
.section-program {
  padding: 95px 0 0;
}
@media (max-width: 960px) {
  .section-program {
    padding-top: 55px;
  }
}
.section-program .program-table-wrap {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .section-program .program-table-wrap {
    border-radius: 0;
    width: var(--body-width, 100vw);
    position: relative;
    left: 50%;
    margin-left: calc(var(--body-width, 100vw) / -2);
  }
}
.section-program .program-table {
  width: 100%;
  border-collapse: collapse;
  color: #3E4765;
  font-size: 22px;
}
@media (max-width: 960px) {
  .section-program .program-table {
    font-size: 20px;
  }
}
.section-program .program-table th,
.section-program .program-table td {
  padding: 15px 20px;
  text-align: left;
  line-height: 1.4;
}
.section-program .program-table th:first-child,
.section-program .program-table td:first-child {
  white-space: nowrap;
}
.section-program .program-table thead tr {
  background-color: #B8DEF7;
}
.section-program .program-table thead tr th {
  color: #3E4765;
  font-weight: 600;
}
.section-program .program-table tbody tr {
  background-color: rgba(184, 222, 247, 0.1);
}
.section-program .program-table tbody tr.is-primary {
  background-color: rgba(184, 222, 247, 0.2);
}
.section-program .program-table tbody tr.is-primary td {
  font-weight: 600;
}
@media (max-width: 480px) {
  .section-program .program-table th:last-child,
  .section-program .program-table td:last-child {
    display: none;
  }
}
.section-speakers {
  padding: 95px 0 0 0;
}
@media (max-width: 960px) {
  .section-speakers {
    padding-top: 55px;
  }
}
.section-speakers .speakers-list {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ddd;
}
.section-speakers .speaker-card {
  border-top: 1px solid #ddd;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 768px) {
  .section-speakers .speaker-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}
.section-speakers .speaker-image-wrap {
  width: 220px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .section-speakers .speaker-image-wrap {
    width: 200px;
  }
}
.section-speakers .speaker-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 9999px;
  display: block;
}
.section-speakers .speaker-info {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.section-speakers .speaker-name {
  font-weight: 300;
  font-size: 28px;
  color: #3E4765;
  margin-bottom: 20px;
  line-height: 1;
}
.section-speakers .speaker-job,
.section-speakers .speaker-company {
  font-size: 16px;
  font-weight: 500;
  color: #3E4765;
  line-height: 1.3;
}
.section-speakers .speaker-job {
  margin-bottom: 4px;
}
.section-speakers .speaker-company {
  margin-bottom: 15px;
}
.section-speakers .speaker-bio {
  font-size: 14px;
  text-align: left;
}
.section-speakers .speaker-bio p,
.section-speakers .speaker-bio li,
.section-speakers .speaker-bio span,
.section-speakers .speaker-bio a {
  color: #3E4765;
}
.section-speakers .speaker-bio.is-open .speaker-bio-inner {
  display: block;
  -webkit-line-clamp: unset;
  max-height: none;
}
.section-speakers .speaker-bio-inner {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 18px;
  color: #4e515e;
  line-height: 1.7;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  .section-speakers .speaker-bio-inner {
    max-height: 0;
  }
}
.section-speakers .speaker-bio-inner p {
  margin-bottom: 0.8em;
  font-size: 18px;
}
.section-speakers .speaker-bio-inner p:last-child {
  margin-bottom: 0;
}
.section-speakers .speaker-bio-inner ul,
.section-speakers .speaker-bio-inner ol {
  margin: 0 0 0.8em;
  padding-left: 0;
}
.section-speakers .speaker-bio-inner ul:last-child,
.section-speakers .speaker-bio-inner ol:last-child {
  margin-bottom: 0;
}
.section-speakers .speaker-bio-inner ul li,
.section-speakers .speaker-bio-inner ol li {
  display: list-item;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0.8em;
}
.section-speakers .speaker-bio-inner ul li:last-child,
.section-speakers .speaker-bio-inner ol li:last-child {
  margin-bottom: 0;
}
.section-speakers .speaker-bio-inner ul {
  padding-left: 1.2em;
}
.section-speakers .speaker-bio-inner ul li {
  list-style-type: disc;
  list-style-position: outside;
}
.section-speakers .speaker-bio-inner ol {
  padding-left: 1.5em;
}
.section-speakers .speaker-bio-inner ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
.section-speakers .speaker-bio-toggle {
  margin-top: 25px;
  background: none;
  border: 1px solid #9E86AB;
  border-radius: 9999px;
  padding: 8px 20px;
  color: #9E86AB;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  align-self: flex-start;
}
.section-speakers .speaker-bio-toggle:hover {
  background-color: #9E86AB;
  color: #fff;
}
@media (max-width: 768px) {
  .section-speakers .speaker-bio-toggle {
    align-self: center;
  }
}
.section-speakers .speaker-bio-toggle:hover {
  opacity: 0.7;
}
.section-location {
  padding-top: 95px;
  margin-bottom: 140px;
}
@media (max-width: 960px) {
  .section-location {
    padding-top: 55px;
    margin-bottom: 115px;
  }
}
.section-location .location-card {
  border-radius: 30px;
  padding: 40px 30px 30px;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.02);
}
@media (max-width: 960px) {
  .section-location .location-card {
    padding: 30px 20px 20px;
  }
}
.section-location .location-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
}
.section-location .location-detail {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #3E4765;
  font-size: 18px;
}
.section-location .location-detail img {
  width: 32px;
  flex-shrink: 0;
  object-fit: contain;
}
.section-location .location-map-wrapper {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.section-location .location-map {
  display: block;
  width: 100%;
  height: 600px;
  border: none;
}
@media (max-width: 960px) {
  .section-location .location-map {
    height: 420px;
  }
}
.section-questions {
  background-color: rgba(141, 199, 196, 0.1);
  border-top: 1px solid #8DC7C4;
  border-bottom: 1px solid #8DC7C4;
  padding: 75px 0;
  position: relative;
  text-align: center;
}
.section-questions .questions-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #8DC7C4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-questions .questions-icon img {
  width: 50px;
  height: 50px;
}
.section-questions h2 {
  font-size: 36px;
  margin-bottom: 40px;
}
.section-questions p {
  font-size: 20px;
  color: #3E4765;
}
.section-questions .questions-contact {
  margin-top: 40px;
}
.section-questions .questions-contact div {
  line-height: 1.6;
  font-weight: 500;
  font-size: 20px;
  color: #3E4765;
}
.section-questions .questions-contact a[href^="mailto:"] {
  text-decoration: none;
}
.section-questions .questions-contact a[href^="mailto:"]:hover {
  text-decoration: underline;
}
@media (max-width: 960px) {
  .section-questions {
    padding: 70px 0 50px;
  }
  .section-questions h2 {
    font-size: 30px;
  }
  .section-questions p {
    font-size: 18px;
  }
  .section-questions .questions-contact {
    margin-top: 20px;
  }
  .section-questions .questions-contact div {
    font-size: 18px;
  }
}
.notice {
  color: #3E4765;
  line-height: 1.6;
  padding: 60px 0;
}
