.eventTopSection{
  display:flex; 
  gap:3rem; 
  margin-bottom:4rem
}
.eventIntro{
  flex: 1 1;
}
.featuredImage{
  flex: 1 1;
}
.featuredImage img{
 
}



.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.event-list {
    padding: 0 2rem;
}

.event-list .view_period_range {
    display: flex;
    border-top: 5px solid #212529;
    padding-top: 1rem;
    padding-bottom: 0;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 20px;
}

.event-list .view_period_range > span {
    font-size: 1.75rem;
    font-weight: 700;
    align-self: center;
    margin: 0 0.5rem;
}

.event-list .view_period_range .start-date,
.event-list .view_period_range .end-date {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.event-list .view_period_range .start-date span:first-child,
.event-list .view_period_range .end-date span:first-child {
    font-size: 1.75rem;
    font-weight: 700;
}

.event-list .view_period_range .start-date span:last-child,
.event-list .view_period_range .end-date span:last-child {
    font-size: 1.5rem;
    font-weight: 600;
}

.event-list .view_period_switchers {
    display: flex;
    justify-content: end;
    padding-bottom: 3rem;
}

.event-list .view_period_switchers a svg {
    display: flex;
}

.event-list .view_period_switchers a.next {
    align-items: end;
    display: flex;
    flex-direction: column;
}

.event-list .view_period_switchers a:hover svg {
    fill: black;
}

.event-list .view_period_switchers a:first-child {
    margin-right: 0.5rem;
    text-align: left;
}

@media (max-width: 767px) {
    .event-list .view_period_switchers {
        flex-direction: column;
    }

    .event-list .view_period_switchers a {
        margin-bottom: 1rem;
    }

    .event-list .view_period_switchers a:first-child {
        margin-right: 0;
    }
}

.event-list .view-switchers {
    margin-bottom: 1rem;
    text-align: center;
}

.event-list .view-switchers a,
.event-list .view-switchers span {
    color: #c2500c;
    font-weight: 700;
    position: relative;
}

.event-list .view-switchers a:not(:last-child)::after,
.event-list .view-switchers span:not(:last-child)::after {
    content: "|";
    margin: 0 0.25rem;
}

.event-list .view-switchers a {
    text-decoration: underline;
}

.event-list .no-found {
    margin-bottom: 3rem;
}

.event-list .container {
    display: flex;
}

.event-list .right-column {
    flex: 1 1 73%;
    padding-left: 2rem;
    order: 1;
    box-sizing: border-box;
}

.event-list .left-column {
    flex: 1 1 27%;
    padding-right: 2rem;
    box-sizing: border-box;
    border-right: 1px solid #355458;
    order: 0;
}

@media (max-width: 992px) {
    .event-list .container {
        flex-direction: column;
    }

    .event-list .right-column {
        flex: 1 1 100%;
        padding-left: 0;
    }

    .event-list .left-column {
        order: 2;
        flex: 1 1 100%;
        padding-right: 0;
        border-right: none;
    }
}

.event-list .view_period_range > span,
.event-list .view_period_range .start-date span:first-child,
.event-list .view_period_range .end-date span:first-child,
.event-list .event-item .event-date-box .month,
.event-list .event-item .event-date-box .day,
.event-list .event-item .title a,
.event-list .alternative-event-item .title a {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.5;
    word-break: break-word;
    text-decoration: none;
}

.event-list .pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.event-list .pagination li {
    display: inline-block;
}

.event-list .pagination a {
    display: inline-block;
    padding: 8px 14px;
    width: 20px;
    text-align: center;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    text-decoration: none;
    transition: all 0.25s ease;
}

.event-list .pagination a:hover {
    background-color: #148389;
    color: #fff;
    border-color: #148389;
}

.event-list .pagination a.current,
.event-list .pagination a.current.page {
    background-color: #148389;
    color: #fff;
    font-weight: bold;
    border-color: #148389;
    cursor: default;
}

.event-list .pagination a.first,
.event-list .pagination a.last,
.event-list .pagination a.prev,
.event-list .pagination a.next {
    font-weight: bold;
    padding: 8px 12px;
}

.event-list .pagination a.first:hover,
.event-list .pagination a.last:hover,
.event-list .pagination a.prev:hover,
.event-list .pagination a.next:hover {
    background-color: #148389;
}

.event-item {
    display: flex;
    margin-bottom: 3rem;
    border-bottom: 1px solid #ececec;
    padding-bottom: 2rem;
}

.event-item:last-child {
    border-bottom: none;
}

.event-item .event-date-box {
    width: 30%;
    height: 30%;
    padding: 1rem 0 0 1rem;
    display: flex;
    aspect-ratio: 1 / 1;
    background-color: #02292e;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
    background-size: cover;
    transition: all .2s ease;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
}

.event-item .event-date-box .month,
.event-item .event-date-box .day {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.5;
    word-break: break-word;
    margin-bottom: 0;
}

.event-item .event-date-box .date-separator {
    margin: 0 1rem;
    line-height: 5rem;
    font-weight: bold;
}

.event-item .event-info-box .title a {
    color: #148389;
    text-transform: uppercase;
    line-height: 2rem;
    display: block;
}

.event-item .event-info-box .title a:hover {
    color: black;
    text-decoration: underline;
}

.event-item .event-info-box .title a:focus {
    outline-width: 4px;
    outline-style: dotted;
    outline-offset: 8px;
    outline-color: #148389;
}

.event-item .event-info-box {
    padding-left: 2rem;
}

.event-item .event-info-box .event-info .date {
    margin-bottom: 0.5rem;
}

.event-item .event-info-box .event-info .date span {
    font-weight: 700;
}

.event-info .item {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.event-info svg {
    fill: #148389;
    margin-right: 10px;
}

.event-info .tag {
    background-color: #eee;
    padding: 2px 6px;
    display: inline-block;
    margin-right: 4px;
}

@media (max-width: 767px) {
    .event-item {
        flex-direction: column;
    }

    .event-item .event-date-box {
        width: 100%;
        max-height: 200px;
        margin-bottom: 2rem;
    }

    .event-item .event-info-box {
        padding-left: 0;
        width: 100%;
    }
}

/* EVENT PAGE LAYOUT */
.event-fulltext {
    padding: 0 ;
}

.event-fulltext img {
    position: relative;
    margin-bottom: 3rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  min-height:300px;
    max-height:400px
}

.event-fulltext h1 {
    font-size: var(--h3-max);
    font-weight: normal;
    line-height: 0.9;
    word-break: break-word;
    margin-bottom: 1rem;
    color: var(--highlight-1);
}

.event-fulltext h2 {
    font-size: var(--h4-max);
      color: var(--highlight-1);
}


.event-fulltext .event-container {
    padding: 0;
}

.event-fulltext .event-container .inline-tag {
    display: inline-block;
    font-size: .75rem;
    letter-spacing: .05rem;
    font-weight: 600;
    padding: .15rem .35rem;
    background-color: #eee;
    color: #000;
    margin-right: 2px;
}

.event-fulltext .calendar-button {
    position: relative;
    font-size: 1.6rem;
}

.calendarBtn {
    color: #000;
    text-decoration: none;
    border: 2px solid #000;
    padding: 14px 10px 10px;
    font-family: var(--heading-font);
}

.calendarBtn:hover {
    color: var(--highlight-1);
    border: 2px solid var(--highlight-1);
}

.event-fulltext .intro {
    font-size: 1.5rem;
    line-height: normal;
    margin-bottom: 2rem;
}

.event-fulltext .meta {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.event-fulltext .meta .event__details svg {
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
}

.event-fulltext .meta .event__time, .event-fulltext .meta .event__location {
    display: flex;
    align-items: center;
}

.event-fulltext .location-map {
    margin-top: 3rem;
    font-size: 3rem;
}

.event-fulltext .event-buttons {
    margin: 2rem 0 4rem;
}

@media (max-width: 992px) {
    .event-fulltext .event-container {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .event__header {
        flex-direction: row;
        align-items: center;
    }
}

.event__title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.5;
    word-break: break-word;
    margin-bottom: 1rem;
}

.event__date {
    color: var(--highlight-1);
    text-transform: uppercase;
    font-family: var(--heading-font);
    font-size: 2.2rem;
}

.event__txt {
    color: #637174;
}

.event__details,
.event__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .event__details {
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width: 576px) {
    .event__meta {
        flex-direction: row;
        align-items: center;
    }
}

.event__time,
.event__location {
    margin: 0 1rem 1rem 0;
}

@media (min-width: 768px) {
    .event__time,
    .event__location {
        margin-bottom: 0;
    }
}

.event img {
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
    object-fit: cover;
}

@media (min-width: 992px) {
    .event img {
        height: 600px;
    }
}

.event hr {
    background-color: #02292e;
    border: none;
    height: 5px;
}

/* EVENT CALENDAR */
table .calendar-dayrow:nth-child(2n) {
    background-color: #f3f3f3;
}

#calendar_box table tr th.hasEvents a, #calendar_box table tr td.hasEvents a {
    color: #fff;
    background-color: #000;
}

#calendar_box table tr td.today span {
    color: #fff;
    background-color: #148389;
}

.event-list .pcb-mini-cal {
    margin-bottom: 1.5rem;
}

.cal-table th {
    padding: 0;
}

@media (min-width: 767px) {
    .cal-table th {
        padding: 1rem 0.5rem;
    }
}

table tr {
    border-bottom: 2px solid #e9ecef;
}

table tr.calendar-dayhead {
    text-align: center;
    background-color: #f3f3f3;
    border-bottom: none;
}

table tr.calendar-box-header {
    border-bottom: none;
}

table tr.calendar-box-header #mini_cal_header {
    padding: 0;
}

table tr.calendar-box-header #mini_cal_header_inner {
    display: flex;
    align-items: center;
}

@media (max-width: 500px), (min-width: 1200px) and (max-width: 1400px) {
    table tr.calendar-box-header #mini_cal_header_inner {
        flex-direction: column;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    table tr.calendar-box-header #mini_cal_header_inner {
        align-items: flex-start;
    }
}

table tr.calendar-box-header .month_switchers {
    display: flex;
    align-items: center;
}

table tr.calendar-box-header #prev_month a,
table tr.calendar-box-header #next_month a {
    margin-right: 20px;
    display: flex;
}

table tr.calendar-box-header #current_month {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: -1rem;
    text-align: left;
}

table tr.calendar-box-header .month-switchers {
    display: flex;
}

table td.thismonth span,
table td.thismonth a {
    display: block;
    font-weight: 700;
    width: 100%;
    text-decoration: none;
    padding: 9px 0;
    height: 100%;
}

table td.fillday span,
table td.fillday a {
    color: #6c757d !important;
    display: block;
    font-weight: 700;
    width: 100%;
    text-decoration: none;
}

.search-filter .search-form-container {
    position: relative;
    margin-bottom: 3rem;
  	padding: 0;
}

.search-filter .search-form-container .form-label {
    display: inline;
}

.search-filter .search-form-container__input-search {
    width: 100%;
    background-color: transparent;
    position: relative;
}

.search-filter .search-form-container__input-search::placeholder {
    color: #888;
    opacity: 1;
}

.search-filter .search-form-container__button {
    position: absolute;
    top: 8px;
    right: 10px!important;
    pointer-events: none;
}

.search-filter .search-form-container__button > svg {
    transform: scale(0.8);
    width: 48px;
    height: 48px;
}

.search-filter .search-form-container .autocomplete-results {
    display: none;
    position: absolute;
    left: 0;
    background-color: #ededed;
    padding: 1rem;
    margin-bottom: 0;
    z-index: 800;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.search-filter .search-form-container .autocomplete-results .search-info {
    margin-bottom: 1rem;
}

.search-filter .search-form-container .autocomplete-results .search-info:last-child {
    margin-bottom: 0;
}

.search-filter .search-form-container .autocomplete-results .search-info > a {
    font-size: 0.9rem;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
}

.search-filter .search-form-container .autocomplete-results .search-info > a:hover {
    text-decoration: none;
}

.search-filter .search-form-container .autocomplete-results .search-info > a:hover .title {
    text-decoration: underline;
}

.search-filter .search-form-container .autocomplete-results .search-info .desc {
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    color: #333;
}

.search-filter .search-form-container .autocomplete-results .search-info .desc .term {
    padding: 0 0.25rem;
    background-color: #212529;
    color: #fff;
}

@media (max-width: 767px) {
    .search-filter .search-form-container__input-search {
        font-size: 1.125rem;
    }
  
  .eventTopSection{
  display:block; 
  gap:0; 
}
}

.event-list .navbar {
  margin-bottom: 3rem;
}

.event-list .navbar h3 {
  margin: 3rem 0 0;
  padding: 0;
  font-size: 2.5rem;
}

.event-list .navbar-title {
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
    display: block;
    font-weight: bold;
}

.event-list .form-check {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}

.event-list .form-check label {
    margin-left: 10px;
}

.event-list .clear-link {
    display: inline;
    margin-left: 20px;
}

.event-list .form-select {
    width: 100%;
}


/* Grid view results */
.grid-view > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.grid-view > ul:before, .grid-view > ul:after {
	display: none;
}

.grid-view .event-item {
  flex-direction: column;
  border: solid 1px #acacac;
  display: flex;
  padding-bottom: 0;
  margin-bottom: 0;
  height: max-content;
}

.grid-view .event-item:last-child {
	margin-bottom: 2rem;  
}

.grid-view .event-item .event-info-box {
  padding: 1.5rem;
  width: 100%;
  box-sizing: border-box;
}

.grid-view .event-item .event-date-box {
  width: 100%;
  box-sizing: border-box;
  max-height:190px;
}

.grid-view .event-item .event-info-box .title a {
  font-size: 1.5rem;
}

.grid-view .event-item .event-info-box .item .tag {
  width: auto;
}


/*Recent Events Content Type*/
.listings-container {
    display: flex;
    gap: 2rem;
}

.listings-container .event-date-box {
    aspect-ratio: 1.5 / 1;
    background-size: cover;
    background-position: center;
}

.listings-container .event-item {
    border: solid 1px #acacac;
    flex: 1;
}

.event-item .event-info-box .title {
    margin-bottom: 0;
}

.event-item .event-info-box .title a {
    color: #148389;
    text-transform: uppercase;
    display: block;
    font-size: 2.5rem;
    text-decoration: none;
}

.event-item .event-info-box .date {
     font-weight: bold;
     margin-bottom: 1rem;
}

.event-item .event-info-box .item {
    margin-bottom: 0.3rem;
    align-items: baseline;
    display: flex;
    gap: 0.5rem;
}

.event-item .event-info-box .item .tag {
    width: 100%;
}













