.reports-table-wrapper table{margin-top: 32px;}
.event-table-wrapper table thead tr th{background: var(--white-light);border-bottom: 2px solid var(--cobalt-light);color:var(--cobalt-prime);font-family: var(--neuzeit-grotesk);font-style: normal;font-weight: 700;font-size: 20px;line-height: 28px;padding: 8px 0px 8px 0px;}}
.upcoming.event-table-wrapper table th:first-child{width:15%;text-align:left;padding-left:24px;}
.upcoming.event-table-wrapper table th:nth-child(2){width: 58%;text-align:left;}
.upcoming.event-table-wrapper table th:nth-child(3){width: 14%;}
.past.event-table-wrapper table th:first-child{width:15%;text-align:left;}
.past.event-table-wrapper table th:nth-child(2){width: 58%;}
.past.event-table-wrapper table th:nth-child(3){width: 14%;}
.events{display:none;}
.events.event-active{display:Block;}
.reports-table-wrapper table th:first-child{width:15%;text-align:left;padding-left:24px;}
.reports-table-wrapper table tbody tr:nth-child(2n-2) td{background:var(--white-dark);}
.reports-table-wrapper table tbody tr td{padding: 18px 0px 18px 0px;}
.reports-table-wrapper table tbody tr td:first-child{padding-left:24px;}
.upcoming.event-table-wrapper table td a.outlookLink{color: var(--cobalt-prime);font-family: var(--neuzeit-grotesk);font-size: 1.6rem;line-height: 2.4rem;font-weight: 700;background-color: transparent;transition:0.5s;}
.upcoming.event-table-wrapper table td a.outlookLink:hover{background: var(--argon-gradient);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.event-table-wrapper span.icon.icon-plus {font-size: 12px;margin-right: 12px;}
.calender-main-wrapper .past-events .no-rows{text-align: center;padding-top: 30px;}
.calender-main-wrapper .tab-list ul li.slick-current a{background-color:var(--cobalt-prime);}

@media all and (max-width: 767.98px){
.reports-table-wrapper.upcoming.event-table-wrapper {width: 100%;}
.reports-table-wrapper table thead{display:none;}
.reports-table-wrapper table {margin-top:0px;}
.reports-table-wrapper table tbody tr td{display:flex;flex-direction:row; width:100%!important;}
.reports-table-wrapper table th:first-child{width:0%;}
.reports-table-wrapper table tbody tr td:first-child{padding:16px 0px 12px 12px;margin-bottom: 0px;}
.reports-table-wrapper table tbody tr td {padding: 8px 0px 8px 12px;padding-bottom: 12px;margin-bottom: 0px;}
.reports-table-wrapper table tbody tr:nth-child(2n-2) td{padding-left:16px;}
.reports-table-wrapper table tbody tr:nth-child(3) td{padding-left:16px;}
.event-table-wrapper span.icon.icon-plus {font-size:10px;}
}
@media all and (min-width: 768px) and (max-width:991.98px){
.upcoming.event-table-wrapper table th:first-child{width:15%;padding-left: 24px;}
.upcoming.event-table-wrapper table th:nth-child(2){width: 48%;}
.upcoming.event-table-wrapper table th:nth-child(3){width: 21%;}
.past.event-table-wrapper table th:first-child{width:15%;}
.past.event-table-wrapper table th:nth-child(2){width: 48%;}
.past.event-table-wrapper table th:nth-child(3){width: 21%;}
.reports-table-wrapper table tbody tr td {padding:20px 0px 20px 0px;}

}