.themeLayoutStarterWrapper {
}

.footer .siteforceDesignTimeComponent {
}

.forceCommunityThemeHeaderCompact .themeNavOverlay {
  @media only screen and (max-width: 47.9375em) {
    top: calc(49px + 98px) !important;
  }
}

.forceCommunityThemeHeaderCompact .themeNav {
  @media only screen and (max-width: 47.9375em) {
    top: calc(49px + 98px) !important;
  }
}


.wp-header {
  
  .wp-header__secondary {
    background: #a5b4e0;
    border-bottom: 1px solid #e8e8e9;
  }

  .wp-header__secondary-container {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    @media (min-width: 768px) {
      padding-left: 45px;
      padding-right: 45px;
    }
  }

  .wp-header__welcome {
    display: none;
    @media (min-width: 1200px) {
      display: block;
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-size: 13px;
      font-weight: 700;
      margin-right: auto;
    }
  }

  .wp-header__utility-nav {}

  .wp-header__utility-nav-list {
    display: flex;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    @media (min-width: 768px) {
      gap: 24px;
    }
  }

  .wp-header__utility-nav-list-item {
    padding-left: 0;

    &:before {
      content: normal;
    }
  }

  .wp-header__utility-nav-list-item-link {
    align-items: center;
    color: #00529f;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    gap: 10px;
    text-decoration: none;
    @media (min-width: 768px) {
      font-size: 13px;
    }

    &:hover {
      color: #518dd6;
    }
  }

  .wp-header__utility-nav-list-item-icon {
    display: none;
    @media (min-width: 768px) {
      display: inline-block;
      height: 13px;
      margin-top: -2px;
    }
  }

  .wp-header__utility-nav-list-item-title {
    display: block;
  }

  .wp-header__cta {

  }

  .wp-header__cta-link {
    background: #6f003a;
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 26.5px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    @media (min-width: 768px) {
      font-size: 12px;
      line-height: 40.5px;
    }
  }

  .wp-header__main {}

  .wp-header__main-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    @media (min-width: 768px) {
      padding-left: 45px;
      padding-right: 45px;
    }
  }

  .wp-header__branding {}

  .wp-header__branding-link {
    display: block;
  }

  .wp-header__branding-img {
    display: block;
    height: 70px;
    @media (min-width: 768px) {
      height: 120px;
    }
  }

  .wp-header__branding-img-small {
    @media (min-width: 768px) {
      display: none;
    }
  }

  .wp-header__branding-img-large {
    display: none;
    @media (min-width: 768px) {
      display: block;
      position: relative;
      left: -39px;
    }
  }

  .wp-header__nav {
    display: none;
    @media (min-width: 1200px) {
      display: block;
    }
  }

  .wp-header__nav-list {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .wp-header__nav-list-item {
    margin-left: 17px;
    padding-left: 0;

    @media (min-width: 1400px) {
      margin-left: 34px;
    }

    &:before {
      content: normal;
    }

    &:first-child {
      margin-left: 0;
    }

    &:last-child {
      @media (min-width: 1400px) {
        margin-left: 24px;
      }
    }
  }

  .wp-header__nav-list-item-link {
    color: #001659;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.1px;
    text-decoration: none;
    outline-offset: 10px;
    white-space: nowrap;

    &:hover {
      color: #00529f;
      text-decoration: underline;
      text-decoration-thickness: 2px;
      text-decoration-color: #6f003a;
      text-underline-offset: 20px;
    }
  }

  .wp-header__nav-list-item-with-icon .wp-header__nav-list-item-link {
    color: #70324f;

    &:hover {
      color: #70324f;
    }
  }

  .wp-header__nav-list-item-icon {
    height: 30px;
  }

  .wp-header__nav-list-item-with-icon-play {
    height: 32px;
  }
}

.wp-footer {
  background: #001659;

  .wp-footer__container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px;
    width: 1456px;
  }

  .wp-footer__row-1 {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 110px 0;
    @media (min-width: 768px) {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 25px;
    }
  }

  .wp-footer__col {
    @media (min-width: 768px) {
      flex-basis: calc((100% - 50px) / 3);
    }
  }

  .wp-footer__title {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .wp-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .wp-footer__list-item {
    align-items: flex-start;
    color: #fff;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    gap: 20px;
    line-height: 26px;
    margin-bottom: 16px;
    padding: 0;

    &:last-child {
      margin-bottom: 0;
    }

    &:before {
      content: normal;
    }
  }

  .wp-footer__list-item-link {
    color: #fff;
    text-decoration: none;
    transition: color .2s ease-out;

    &:hover {
      color: #e8e8e8;
      text-decoration: none;
    }
  }

  .wp-footer__list-item-icon {
    margin-top: 5px;
    width: 18px;
  }

  .wp-footer__list-item-icon-caret {
    display: none;
  }

  .wp-footer__address:has(.wp-footer__details[open]) .wp-footer__list-item-icon-email {
    display: none;
  }

  .wp-footer__address:has(.wp-footer__details[open]) .wp-footer__list-item-icon-caret {
    display: block;
  }

  .wp-footer__cta {
    margin-top: 30px;
  }

  .wp-footer__cta-link {
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    outline: none;
    padding: 5px 20px;
    text-decoration: none;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;

    &:hover {
      background: rgba(115,114,114,0);
      border-color: rgba(255,255,255,0.54);
      color: #fff;
      text-decoration: none;
    }
  }

  .wp-footer__details {
  }

  .wp-footer__summary {
    list-style: none;
  }

  .wp-footer__row-2 {
    border-top: 2px solid #00127c;
    padding-top: 23px;
  }

  .wp-card {
    .wp-card__link {
      color: #fff;
      display: flex;
      flex-direction: row;
      gap: 20px;
      text-decoration: none;
    }

    .wp-card__media {
      flex-basis: 105px;
      flex-shrink: 0;
    }

    .wp-card__img {
      width: 100%;
    }

    .wp-card__content {}

    .wp-card__title {
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      font-weight: 400;
      transition: color .2s ease-out;
      word-wrap: break-word;
    }

    .wp-card__link:hover .wp-card__title {
      color: #e8e8e8;
    }

    .wp-card__cta {
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      font-weight: 700;
    }
  }

  .wp-footer__row-2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: center;

    a {
      color: #fff;
      text-decoration: none;
      transition: color .2s ease-out;

      &:hover {
        color: #e8e8e8;
        text-decoration: none;
      }
    }
  }
}

.list-view[lwc-53abatsrfvn] > .tile-item {
  min-height: 148px;
}

.list-view[lwc-53abatsrfvn] > .tile-item__image-container[lwc-53abatsrfvn] {
  padding: 0 var(--lwc-varSpacingMedium,1rem);
}

.tile-item.list-view .tile-item__image-container img {
  object-fit: cover;
}


.event-type.Local[lwc-6s7ha4omirc] {
  color: #58585B !important;
  background: #f2f2f2 !important;
  white-space: nowrap;
}

.slds-card {
  border-color: #f2f2f2 !important;
}

.event-item__date[lwc-53abatsrfvn] span:last-child {
  display: none;
}