/*  Event Filtering */
#event-searchform {
    background: #FFD557;
}

.event_filter_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    margin: auto;
    max-width: 1240px;
    background: #FFD557;
}
.event_filter_wrapper .filter-text {
    color: var(--secondary-black-text, #2C2F34);
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    margin-bottom: 0;
    margin-right: 16px;
    white-space: nowrap;
}
.event_filter_wrapper .search-input-wrapper {
    position: relative;
    margin-right: 12px;
    width: 40%;
}
.event_filter_wrapper .search-input-wrapper .search-input {
    width: 100%;
}
.event_filter_wrapper .search-input-wrapper svg {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.event_filter_wrapper .search-input {
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.07);
    padding: 14px 60px;
    color: var(--Secondary-Black-Text, #2C2F34);
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    text-align: center;
    height: 60px;
}
.event_filter_wrapper .search-input::placeholder {
    text-align: center;
}
.event_filter_wrapper input[type="button"]:hover {    
    background: #FFF;
}
.event_filter_wrapper .filters-btn {
    color: #2C2F34;
    text-align: center;
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
    transition: color .2s;
    margin-right: 17px;
    padding: 14px;
    width: 40%;
}
.event_filter_wrapper .filters-btn.active {
    color: #664690;
    transition: color .2s;
}
.event_filter_wrapper .filters-btn span.dashicons {    
    vertical-align: middle;
    line-height: 18px;
    transition: color .2s;
}
.event_filter_wrapper .filters-btn .count-checkboxes-checked {
    border-radius: 15px;
    background: #664690;
    width: 30px;
    height: 30px;
    color: #FFF;
    display: inline-block;
    margin-left: 8px;
}
.event_filter_wrapper .filters-btn .count-checkboxes-checked.hide {
    display: none;
}
.event_filter_wrapper .filters-btn.active span.dashicons {
    color: #664690;
    transition: color .2s;    
}
.event_filter_checkboxes {
    padding: 24px 80px;
    background: #FAF6E2;
}
#event-searchform .event_filter_checkboxes {
    display: none;
}
.event_filter_checkboxes .filter-title,
.stories-filter-checkboxes .filter-title {
    color: var(--secondary-black-text, #2C2F34);
    font-family: 'Helvetica Neue', Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    max-width: 1240px;
    margin: 12px auto;
}
.event_filter_checkboxes .filter-checkboxes {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 1240px;
    margin: auto;
    row-gap: 20px;
}
.event_filter_checkboxes .filter-checkboxes .col-checkbox,
.stories-filter-checkboxes .filter-checkboxes .col-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    width: 16%;
}
.event_filter_checkboxes .filter-checkboxes .event-checkbox {    
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.event_filter_checkboxes .filter-checkboxes .event-checkbox:checked {
    border: 1px solid #D4A525;
    accent-color: rgba(221, 180, 40, 1);
    background-color: rgba(221, 180, 40, 1);
    position: relative;
}
.event_filter_checkboxes .filter-checkboxes .event-checkbox:checked::before {
    content: "\2714";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
.event_filter_checkboxes .filter-checkboxes input[type="checkbox"] {
    border-radius: 3px;
    border: 1px solid var(--secondary-black-text, #2C2F34);
    margin-right: 8px;
    min-width: 20px;
    min-height: 20px;
}
.event_filter_checkboxes .filter-checkboxes label {
    color: var(--secondary-black-text, #2C2F34);
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 24px */
    margin-right: 5px;
    transition: 0.3s;
}
.event_filter_checkboxes .filter-checkboxes .col-checkbox:hover label {
    color: #7851A9;
}
.clear-form-filter {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    max-width: 1240px;
    margin: auto;
}
.clear-form-filter .clear-form-filter-btn {
    margin: 24px 0 28px;
    background: none;
    color: var(--neutral-neutral-06, #98A2B3);
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.clear-form-filter .clear-form-filter-btn.active,
.clear-form-filter .clear-form-filter-btn.active .icon-clear-search-form:before {
    color: #7851A9;
    transition: 0.2s;
}
.clear-form-filter .clear-form-filter-btn.active:hover {
    color: #D4A525;
}
.clear-form-filter .clear-form-filter-btn .icon-clear-search-form:before {    
    display: inline-block;
    height: 20px;
    line-height: 19px;
    font-size: 25px;
}
.clear-form-filter .clear-form-filter-btn.active:hover .icon-clear-search-form:before {    
    transform: scale(1.5);
    color: #D4A525;
}
/*  End Event Filtering */

/*  Events & Stories Mobile Filtering */
#event-searchform-mobile-wrapper,
#story-searchform-mobile-wrapper,
#event-searchform-mobile,
#story-searchform-mobile,
#btn-event-filter {
	display: none;
}

#event-searchform-mobile,
#story-searchform-mobile {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFD557;
    z-index: 1000;
}

#story-searchform-mobile {
	background: #FAF6E2;
}

#btn-event-filter,
#btn-story-filter {
	align-items: center;
	gap: 16.5px;
	padding: 22px;
	width: 100%;
	justify-content: center;
	margin: 30px 0;
	background: white;
	border-radius: 32px;
	font-size: 16px;
	color: #004B99;
	font-weight: bold;
	display: none;
}

#event-searchform-mobile .event_filter_wrapper,
#story-searchform-mobile .story_filter_wrapper {
	padding: 36px 20px 12px 20px;
	flex-direction: column;
}

#event-searchform-mobile .event_filter_wrapper .filters-btn,
#event-searchform-mobile .event_filter_wrapper .search-input-wrapper,
#story-searchform-mobile .story_filter_wrapper .filters-btn,
#story-searchform-mobile .story_filter_wrapper .search-input-wrapper {
	margin-right: 0;
}

#event-searchform-mobile .event_filter_wrapper .filter-text,
#story-searchform-mobile .story_filter_wrapper .filter-text {
	margin-bottom: 18px;
}

#event-searchform-mobile .event_filter_wrapper .search-input-wrapper,
#story-searchform-mobile .story_filter_wrapper .search-input-wrapper,
#story-searchform-mobile .story_filter_wrapper .stories-month-year-filter {
	margin-bottom: 8px;
	margin-right: 0;
}

#event-searchform-mobile .event_filter_wrapper .btn-filter,
#story-searchform-mobile .story_filter_wrapper .btn-filter {
	position: absolute;
	bottom: 20px;
	width: calc(100% - 40px);
}

#event-searchform-mobile .event_filter_checkboxes,
#story-searchform-mobile .stories-filter-checkboxes {
	padding: 20px 20px 0 20px;
    height: calc(100% - 315px);
}

#event-searchform-mobile .event_filter_checkboxes .filter-title,
#story-searchform-mobile .stories-filter-checkboxes .filter-title {
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: 0;
}

#event-searchform-mobile .event_filter_checkboxes .event-filter-checkboxes-content,
#story-searchform-mobile .stories-filter-checkboxes .story-filter-checkboxes-content {
	display: flex;
    gap: 16px;
    flex-direction: column;
	height: 100%;
	overflow: scroll;
}

#event-searchform-mobile .event_filter_checkboxes .filter-title span.dashicons,
#story-searchform-mobile .stories-filter-checkboxes .filter-title span.dashicons {
	color: #004B99;
}

#event-searchform-mobile .event_filter_checkboxes .filter-title.active span.dashicons,
#story-searchform-mobile .stories-filter-checkboxes .filter-title.active span.dashicons {
	transform: rotate(180deg);
}

#event-searchform-mobile .event_filter_checkboxes .event_filter_checkboxes-wrapper,
#story-searchform-mobile .stories-filter-checkboxes .stories-filter-checkboxes-wrapper {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	height: 100%;
}

#event-searchform-mobile .event_filter_checkboxes .filter-checkboxes-wrapper {
	display: none;
}

#event-searchform-mobile .event_filter_checkboxes .clear-form-filter,
#story-searchform-mobile .stories-filter-checkboxes .clear-form-filter {
	text-align: center;
	justify-content: center;
}

#event-searchform-mobile .event_filter_checkboxes .clear-form-filter .clear-form-filter-btn,
#story-searchform-mobile .stories-filter-checkboxes .clear-form-filter .clear-form-filter-btn {
	margin: 15px auto;
}

#event-searchform-mobile .event_filter_checkboxes .clear-form-filter #event-clear-btn-mobile.active .clear-form-filter-btn-text,
#story-searchform-mobile .stories-filter-checkboxes .clear-form-filter #story-clear-btn-mobile.active .clear-form-filter-btn-text {
	color: #004B99
}

#event-searchform-mobile .close-event-filter-mobile,
#story-searchform-mobile .close-story-filter-mobile {
	background: none;
    padding: 0;
    top: 22px;
    right: 23px;
    position: absolute;
}
/*  End Events & Stories Mobile Filtering */

/*  Stories Featured */
.stories-featured {
    display: flex;
}
.stories-featured .left-stories-featured {
    width: 70%;
    display: flex;
    padding-right: 15px;
}
.stories-featured .left-stories-featured .left-stories-featured-image {
    width: 50%;
    margin-right: 40px;
}
.stories-featured .left-stories-featured .left-stories-featured-image-wrapper {    
    border-radius: 4px 4px 88px 4px;
    overflow: hidden;
    box-shadow: 0px 0px 6px -2px #7851A908, 0px 2px 16px -4px #7851A940;
    aspect-ratio: 459 / 344;
}
.stories-featured .left-stories-featured .left-stories-featured-image img {
    transition: 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stories-featured .left-stories-featured .left-stories-featured-content {
    width: 50%;
}
.stories-featured .left-stories-featured .left-stories-featured-content .left-stories-featured-title {
    color: #664690;
    font-family: 'Helvetica Neue', Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    transition: 0.5;
}
.stories-featured .left-stories-featured .left-stories-featured-content .left-stories-featured-date {
    color: var(--neutral-neutral-04, #656C77);
    font-family: 'Helvetica Neue', Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin: 20px 0 8px;
}
.stories-featured .left-stories-featured .left-stories-featured-content .left-stories-featured-description {
    color: var(--secondary-black-text, #2C2F34);
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    margin-bottom: 18px;
}
.stories-featured .left-stories-featured .left-stories-featured-content .left-stories-featured-categories .left-stories-featured-categories-text {
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
}
.stories-featured .left-stories-featured .left-stories-featured-content .left-stories-featured-categories .left-stories-featured-categories-text a {
    color: #664690;
    text-align: center;
    font-family: 'Helvetica Neue', Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin-left: 5px;
    outline: none;
}
.stories-featured .left-stories-featured .left-stories-featured-content .left-stories-featured-categories .left-stories-featured-categories-text a:hover {
    color: #DDB428;
}
.stories-featured .left-stories-featured:hover .left-stories-featured-image img {
    transform: scale(1.1);
}
.stories-featured .left-stories-featured:hover .left-stories-featured-content .left-stories-featured-title {
    color: #D4A525;
}
.stories-featured .right-stories-featured {
    width: 30%;
    padding-left: 15px;
}
.stories-featured .right-stories-featured .header-content {
    border-top: 1px solid #E1E5EB;
}
.stories-featured .right-stories-featured .header-content .header-content-text {
    color: #FFFFFF;
    font-family: 'Helvetica Neue', Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 16.8px */
    border-radius: 2px 2px 12px 2px;
    background: #7851A9;
    padding: 5px 11px 6px 10px;
    display: table;
}
.stories-featured .right-stories-featured .right-stories-featured-wrapper {
    display: flex;
    margin-top: 20px;
}
.stories-featured .right-stories-featured .right-stories-featured-wrapper .right-stories-featured-image {
    max-width: 126px;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 14px;
    box-shadow: 0px 0px 6px -2px #7851A908, 0px 2px 16px -4px #7851A940;
}
.stories-featured .right-stories-featured .right-stories-featured-wrapper .right-stories-featured-image img {
    transition: 0.3s;
}
.stories-featured .right-stories-featured .right-stories-featured-wrapper:hover .right-stories-featured-image img {
    transform: scale(1.1);
}
.stories-featured .right-stories-featured .right-stories-featured-wrapper .right-stories-featured-content .right-stories-featured-title {
    color: #664690;
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    display: inline-block;
    transition: 0.5s;
}
.stories-featured .right-stories-featured .right-stories-featured-wrapper .right-stories-featured-content .right-stories-featured-date {
    color: var(--neutral-neutral-04, #656C77);
    font-family: 'Helvetica Neue', Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.stories-featured .right-stories-featured .right-stories-featured-wrapper:hover .right-stories-featured-content .right-stories-featured-title {
    color: #D4A525;
}
/*  End Stories Featured */

/*  Stories Filtering */
#stories-searchform {
    background-color: #D4A525;
}
.stories-filter-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    margin: auto;
    max-width: 1240px;
    background: #D4A525;
}
.stories-filter-wrapper .filter-text {
    color: var(--secondary-black-text, #2C2F34);
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    margin-bottom: 0;
    margin-right: 16px;
    white-space: nowrap;
}
.stories-filter-wrapper .btn-filter,
.event_filter_wrapper .btn-filter {
    border-radius: 2px;
    background: linear-gradient(181.62deg, #972FCD -43.88%, #382C74 184.21%);
    box-shadow: 0px 0px 6px -2px #10182808, 0px 2px 16px -4px #10182824;
    color: var(--secondary-white, #FFF);
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 16px 24px 18px 24px;
    position: relative;
}
.stories-filter-wrapper .btn-filter .btn-filter-text, 
.event_filter_wrapper .btn-filter  .btn-filter-text {    
    position: relative;
}
.stories-filter-wrapper .btn-filter::before,
.event_filter_wrapper .btn-filter::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(174.87deg, #854DCB 13.18%, #382C74 80.97%);
    opacity: 0;
    transition: 0.3s;
}
.stories-filter-wrapper .btn-filter:hover::before,
.event_filter_wrapper .btn-filter:hover::before {
    opacity: 1;
}
.stories-filter-wrapper .search-input-wrapper {
    position: relative;
    margin-right: 12px;
    width: 30%;
}
.stories-filter-wrapper .search-input-wrapper svg path {
    fill: #2C2F34;
}
.stories-filter-wrapper .search-input-wrapper .search-input {
    width: 100%;
}
.stories-filter-wrapper .search-input-wrapper svg {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.stories-filter-wrapper .search-input {
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.07);
    padding: 14px 60px;
    color: var(--Secondary-Black-Text, #2C2F34);
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    text-align: center;
    height: 60px;
}
.stories-filter-wrapper .search-input::placeholder {
    text-align: center;
}
.stories-filter-wrapper input[type="button"]:hover {    
    background: #FFF;
}
.stories-filter-wrapper .filters-btn {
    color: #2C2F34;
    text-align: center;
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
    transition: color .2s;
    margin-right: 12px;
    padding: 14px 14px 14px 14px;
    width: 30%;
}
.stories-filter-wrapper .filters-btn:hover,
.stories-filter-wrapper .filters-btn:hover span.dashicons {
    color: #664690; 
}
.stories-filter-wrapper .stories-month-year-filter {
    width: 30%;
    margin-right: 17px;
}
.stories-filter-wrapper .stories-month-year-filter input#month-year-filter-input,
.stories-filter-wrapper .stories-month-year-filter input#month-year-filter-mobile-input {
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.07);
    padding: 14px;
    color: var(--Secondary-Black-Text, #2C2F34);
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    height: 60px;
    width: 100%;
}
.stories-filter-wrapper .filters-btn.active {
    color: #664690;
    transition: color .2s;
}
.stories-filter-wrapper .filters-btn span.dashicons {    
    vertical-align: middle;
    line-height: 18px;
    transition: color .2s;
}
.stories-filter-wrapper .filters-btn .count-checkboxes-checked {
    border-radius: 15px;
    background: var(--primary-orange-brand, #7851A9);
    width: 30px;
    height: 30px;
    color: #FFF;
    display: inline-block;
    margin-left: 8px;
}
.stories-filter-wrapper .filters-btn .count-checkboxes-checked.hide {
    display: none;
}
.stories-filter-wrapper .filters-btn.active span.dashicons {
    color: #664690;
    transition: color .2s;    
}
.stories-filter-checkboxes {
    padding: 24px 80px;
    background: #FAF6E2;
}
#stories-searchform .stories-filter-checkboxes {
    display: none;
}
.stories-filter-checkboxes .filter-title {
    margin-bottom: 12px;
    color: var(--secondary-black-text, #2C2F34);
    font-family: 'Helvetica Neue', Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    margin-top: 12px;
}
.stories-filter-checkboxes .filter-checkboxes {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 1240px;
    margin: auto;
    row-gap: 20px;
}
.stories-filter-checkboxes .filter-checkboxes .col-checkbox:hover {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.stories-filter-checkboxes .filter-checkboxes input[type="checkbox"] {
    border-radius: 3px;
    border: 1px solid var(--secondary-black-text, #2C2F34);
    margin-right: 8px;
    min-width: 20px;
    min-height: 20px;
}
.stories-filter-checkboxes .filter-checkboxes .story-checkbox {    
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.stories-filter-checkboxes .filter-checkboxes .story-checkbox:checked {
    border: 1px solid #D4A525;
    accent-color: rgba(221, 180, 40, 1);
    background-color: rgba(221, 180, 40, 1);
    position: relative;
}
.stories-filter-checkboxes .filter-checkboxes .story-checkbox:checked::before {
    content: "\2714";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    line-height: 0;
}
.stories-filter-checkboxes .filter-checkboxes label {
    color: var(--secondary-black-text, #2C2F34);
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 24px */
    transition: 0.3s;
}
.stories-filter-checkboxes .filter-checkboxes .col-checkbox:hover label {
    color: #7851A9;
}
.ui-datepicker-calendar, 
.ui-datepicker-current {
    display: none;
}
/*  End Stories Filtering */

/*  Events & Stories Search Result Page */
.result-matched {
    color: #2C2F34;
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1240px;
    margin: auto;
    padding-top: 35px;
}

.result-matched .result-matched-title {
    margin-right: 8px;
    margin-bottom: 10px;
}

.result-matched-empty {
    justify-content: center;
    padding-bottom: 60px;
    font-size: 25px;
}
/*  End Events & Stories Search Result Page */

/* Event Result Page */
#primary .header-title-top {
    background: radial-gradient(51.94% 277.24% at 100% 23.33%, #972FCD 0%, #382C74 100%);
}
#primary .header-title-top .title-top {
    color: #FFF;
    text-align: center;
    font-family: 'Helvetica Neue', Arial;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%; /* 64.4px */
    padding: 87px 0 44px;
}
#event-searchform {
    background: #FFD557;
}
.result-matched {
    color: var(--Secondary-Black-Text, #2C2F34);
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1240px;
    margin: auto;
    padding-top: 35px;
}
.result-matched .result-matched-title {
    margin-right: 8px;
    margin-bottom: 10px;
}
.result-matched ul.selected-filter {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
}
.result-matched ul.selected-filter li.selected-filter-item {
    box-sizing: border-box;
    display: inline-block;
    padding: 4px 32px 4px 12px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid var(--Neutral-Neutral-09, #CBD0D9);
    background: var(--Secondary-Light-gray-2, #F5F6F8);
    margin-bottom: 10px;
}
.result-matched ul.selected-filter li.selected-filter-item button.btn-remove-selected-filter-event,
.result-matched ul.selected-filter li.selected-filter-item button.btn-remove-selected-filter-story {
    background-color: transparent;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    transform: translateY(-50%);
}
.result-matched ul.selected-filter li.selected-filter-item span.selected-filter-title {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
    color: var(--Secondary-Black-Text, #2C2F34);
    text-align: center;
    font-family: 'Helvetica Neue', Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
}
.result-matched ul.selected-filter li.clear-selected-filter-item {
    box-sizing: border-box;
    display: inline-block;
    padding: 4px 32px 4px 12px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    border-radius: 4px;
    margin-bottom: 10px;
}
.result-matched ul.selected-filter li.clear-selected-filter-item button.btn-remove-all-selected-filter-event,
.result-matched ul.selected-filter li.clear-selected-filter-item button.btn-remove-all-selected-filter-story {
    background-color: transparent;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    transform: translateY(-50%);
}
.result-matched ul.selected-filter li.clear-selected-filter-item span.selected-filter-title {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
    color: #7851A9;
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    cursor: pointer;
}
.result-matched-empty {
    justify-content: center;
    padding-bottom: 60px;
    font-size: 25px;
}
.post-result-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 42px;
}
.post-result-wrapper div:first-child.on-going-events-title,
.post-result-wrapper div:first-child.past-events-title {
    padding: 0 0 40px;
}
.post-result-wrapper .on-going-events-title,
.post-result-wrapper .past-events-title {
    display: inline-block;
    width: 100%;
    padding: 16px 0 40px;
}
.post-result-wrapper .on-going-events-title .on-going-events-text,
.post-result-wrapper .past-events-title .past-events-text {
    font-family: 'Helvetica Neue', Arial;
    font-size: 36px;
    font-weight: 700;
    line-height: 47.52px;
    text-align: left;
}
.post-result-wrapper .post-result {
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px -2px rgba(16, 24, 40, 0.03), 0px 2px 16px -4px rgba(16, 24, 40, 0.14);
    margin-bottom: 40px;    
    position: relative;
    min-height: 604px;
    margin-right: 30px;
    width: 30%;
}
.post-result-wrapper .post-result .post-result-image {
    /*border-radius: 4px 4px 72px 0px;*/
    overflow: hidden;
    aspect-ratio: 3 / 2;
}
.post-result-wrapper .post-result .post-result-image img {
    width: 100%;
    height: 100%;
}
.post-result-wrapper .post-result .post-result-text {
    padding: 24px 28px;
}
.post-result-wrapper .post-result .post-result-text .post-result-title {
    overflow: hidden;
    color: #664690;
    text-overflow: ellipsis;
    font-family: 'Helvetica Neue', Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 3lh; 
}

.post-result-wrapper .post-result .post-result-text .post-result-meta {
    margin-top: 18px;
    color: #664690;
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    display: flex;
    align-items: center;
}

.post-result-wrapper .post-result .post-result-text .post-result-meta svg {
    margin-right: 6px;
    overflow: visible;
}

.post-result-wrapper .post-result .post-result-text .post-result-description {
    margin-top: 6px;
    overflow: hidden;
    color: var(--neutral-neutral-04, #656C77);
    text-overflow: ellipsis;
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */    
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 3lh;
}
.post-result-wrapper .post-result .post-result-categories {
    position: absolute;
    bottom: 20px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 0 28px;
    justify-content: flex-start;
    height: 64px;
}
.post-result-wrapper .post-result .post-result-categories .post-result-categories-text {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.post-result-wrapper .post-result .post-result-categories .post-result-categories-text svg {
    margin-right: 5px;
}
.post-result-wrapper .post-result .post-result-categories .post-result-categories-text a {
    color: #664690;
    text-align: center;
    font-family: 'Helvetica Neue', Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    transition: 0.3s;
}
.post-result-wrapper .post-result .post-result-categories .post-result-categories-text a:hover {
    color: #D4A525;
}
.post-result-wrapper .post-result .post-result-image img,
.post-result-wrapper .post-result .post-result-text .post-result-title,
.post-result-wrapper .post-result .post-result-text .post-result-meta,
.post-result-wrapper .post-result .post-result-text .post-result-description,
.post-result-wrapper .post-result .post-result-text .post-result-meta svg path {
    transition: 0.5s;
}

.post-result-wrapper .post-result:hover .post-result-image img {
    transform: scale(1.1);
}
.post-result-wrapper .post-result:hover .post-result-text .post-result-title,
.post-result-wrapper .post-result:hover .post-result-text .post-result-meta {
    color: #D4A525;
}
.post-result-wrapper .post-result:hover .post-result-text .post-result-description {
    color: #2C2F34;
}
.post-result-wrapper .post-result:hover .post-result-text .post-result-meta svg path {
    color: #D4A525;
    stroke: #D4A525;
}

/* Events Pagination */
.event-page .post-result-navigation {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    justify-content: center;
	padding: 0;
    margin-bottom: 80px;
}

.event-page .post-result-navigation .page-numbers {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 90px;
}

#primary.event-page .post-result-navigation .page-numbers:not(.disabled):not(.current):hover {
	background: #7851A94D;
}

.event-page .post-result-navigation .page-numbers.current {
    font-weight: 700;
    background: #EAECF0;
}

.event-page .post-result-navigation .page-numbers {
	color: #664690;
	font-family: 'Helvetica Neue', Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 100;
    line-height: 0;
    background: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-page .post-result-navigation .page-numbers.disabled {
	color: #CBD0D9;
}
/* End Event Result Page */

/* Stories Search Result Page */
.stories-result-wrapper .post-result .post-result-text .post-result-meta {
    color: var(--neutral-neutral-04, #656C77);
    font-family: 'Helvetica Neue', Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.stories-result-wrapper .post-result:hover .post-result-text .post-result-meta {
    color: var(--neutral-neutral-04, #656C77);
}
/* Stories Pagination */
.story-page .post-result-navigation {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    justify-content: center;
	padding: 0;
    margin-bottom: 80px;
}

.story-page .post-result-navigation .page-numbers {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 90px;
}

#primary.story-page .post-result-navigation .page-numbers:not(.disabled):not(.current):hover {
	background: #7851A94D;
}

.story-page .post-result-navigation .page-numbers.current {
    font-weight: 700;
    background: #EAECF0;
}

.story-page .post-result-navigation .page-numbers {
	color: #664690;
	font-family: 'Helvetica Neue', Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 100;
    line-height: 0;
    background: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-page .post-result-navigation .page-numbers.disabled {
	color: #CBD0D9;
}
/* End Stories Search Result Page */

/* General Search Result Page */
.general-search-result-page .post-result-wrapper .post-item {
    width: 100%;
    padding: 40px 0;
    font-size: 25px;
}

.general-search-result-page .post-result-wrapper .post-item:not(:last-child) {
    border-bottom: 1px solid #00000026;
}

.general-search-result-page .post-result-wrapper .post-item .post-title {
    font-size: 25px;
    color: #664690;
    transition: 0.3s;
    outline: none;
}

.general-search-result-page .post-result-wrapper .post-item .post-title:hover {
    color: #D4A525;
}
/* End General Search Result Page */

/* Global Pagination */
.post-result-navigation {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    justify-content: center;
    padding: 0;
    margin-bottom: 80px;
}

.post-result-navigation .page-numbers {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 90px;
}

#primary .post-result-navigation .page-numbers:not(.disabled):not(.current):hover {
    background: #7851A94D;
}

.post-result-navigation .page-numbers.current {
    font-weight: 700;
    background: #EAECF0;
}

.post-result-navigation .page-numbers {
    color: #664690;
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: 0;
    background: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-result-navigation .page-numbers.disabled {
    color: #CBD0D9;
}

/* End Global Pagination */