.event-card:hover .cta--tertiary{color:var(--primary-1)}
.pagination-controls #page-numbers button{
    text-decoration: underline;
}
.pagination-controls .pagination-btn{color:var(--primary-1)}
.pagination-controls .pagination-btn:disabled{    color: var(--base-1);}
.pagination-controls #page-numbers button.active{
font-weight: 700;
    text-decoration: none;
}
.pagination-controls button{
border: none;
    background: transparent;
    color: var(--base-2);
}
.pagination button:focus {
  outline: 1px solid var(--primary-1);
  outline-offset:4px;
}
.financial-calendar .event-card__date{
	letter-spacing: normal;
    font-size: 15px;
    text-transform: uppercase;
    
} 
.financial-calendar__wrapper .past{    overflow: visible;}
.financial-calendar__wrapper .calendar__load-more button{border:none;background: transparent;color:var(--base-2); text-decoration: underline;}
.financial-calendar__wrapper .calendar__load-more button i{color:var(--primary-1)}
.financial-calendar__wrapper .calendar__load-more button:disabled i{color:var(--base-1)}
.financial-calendar__wrapper .calendar__load-more button.prev-button, .financial-calendar__wrapper .calendar__load-more button.next-button{text-decoration: none;}
.financial-calendar__wrapper .calendar__load-more button:hover{color: var(--base-1)}
.financial-calendar__wrapper .calendar__load-more button.active{font-weight: 700; text-decoration: none;}
.financial-calendar .tabs__content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.financial-calendar .event-card {
/*   width: 100%; */ 
  border: 1px solid var(--tint-dark-25,rgba(0,0,0,.25));
  min-height: 39.5rem;
  height:auto;
}
.financial-calendar .event-card:hover .cta {
  margin-top: var(--sm-1)
}
.financial-calendar .event-card:hover .event-card__content {
  margin-bottom: var(--sm-1)
}
.financial-calendar .event-card:hover .cta_wrapper {
  max-height: 100%;
}
.financial-calendar .event-card:focus-within {
  background-color: var(--primary-1);
  color: var(--base-5)
}
.financial-calendar .event-card:focus-within .cta {
  max-height: 100rem;
  color: var(--base-5);
  margin-top: var(--sm-2)
}
.financial-calendar .event-card:focus-within .cta_wrapper {
  max-height: 100%
}
.financial-calendar .event-card .cta_wrapper {
  max-height: 0;
  -webkit-transition: max-height 5s ease;
  transition: max-height 5s ease;
  overflow: hidden;
  -webkit-transition: none;
  transition: none
}
.financial-calendar .tabs__content .swiper-initialized .swiper-wrapper {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.financial-calendar .tabs__content .swiper-initialized .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width:100% !important;
}
.financial-calendar .swiper-slide {
  -ms-flex-negative: 1; 
  flex-shrink: 1
}
.financial-calendar__wrapper .tabs .tabs__item{
flex-grow: 1;
}
.past-events__wrapper .accordion__header.expanded {
  background-color: var(--base-4)
}
.past-events__wrapper .accordion__image {
  min-height: 43.7rem;
  min-width: 50.8rem
}
.past-events__wrapper .pagination__list-item .action-button {
  font-weight:normal;
}
.past-events__wrapper .pagination__list-item .pagination__number {
  background: 0 0;
  border: none;
  text-decoration: underline;
  color: var(--base-2)
}
.past-events__wrapper .pagination__list-item .pagination__number.active {
  font-weight: 700;
  color: var(--base-1);
  text-decoration: none
}
.past-events__wrapper .accordion:nth-last-of-type(2) {
  border-bottom: 1px solid var(--base-1)
}
.past-events__wrapper .accordion:has(.accordion__collapse.show) {
    background-color: var(--base-4);
}
@media only screen and (min-width:769px){
.pagination-controls{display:none !important;}
}
@media (max-width:767.98px) {
.financial-calendar .financial-calendar__wrapper .tabs__content-wrapper{
    overflow-x: hidden;
}
  .past-events__wrapper .accordion__image {
    min-height: 23.7rem;
    min-width: 20.8rem
  }
  .past-events__wrapper .accordion__header .text-base-2 {
    display: none
  }
  .financial-calendar .event-card {
    /*background-color: var(--base-1);
    color: var(--base-5);*/
    min-height: 30.5rem
  }
  /*.financial-calendar .event-card .cta_wrapper {
    max-height: 100rem;
    color: var(--base-5);
    margin-top: var(--sm-2);
    max-height: 100%;
    border-top: 1px solid var(--tint-light-25,rgba(255,255,255,.25))
  }*/
  .financial-calendar .event-card .cta {
    max-height: 100rem;
    color: var(--base-5)
  }
  .financial-calendar .event-card:hover .event-card__content {
    margin-bottom: 0
  }
}
@media only screen and (max-width:768px){
/* .financial-calendar .tabs__content-wrapper .tabs__content .swiper-container .swiper-wrapper{
        flex-wrap: nowrap !important;

}
.financial-calendar .tabs__content-wrapper .tabs__content .swiper-container .swiper-wrapper .swiper-slide{
 flex-shrink: 0;
}  */

.financial-calendar__wrapper .tabs__content-wrapper .swiper-container .swiper-wrapper{
/* height:100% !important; */
height:auto !important;
width:100% !important;
}
.financial-calendar .financial-calendar__wrapper .tabs__content-wrapper .upcoming .event-card{width:100%;flex-shrink: 0;}
}