#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) .header-menu-container > ul > li > a {
    color: #fff !important;
}
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) .header-menu-container > ul > li > a:hover {
    color: #f69a4c !important;
}
.session-table{
    border-spacing: 0px;
}
.session-table th {
    background-color: #0e2341;
    color: #fff;
}
.session-table tr td, .session-table th {
    border: 1px solid #ddd;
    text-align: center;
    padding: .2em;
}
.session-table tbody tr:nth-child(2n+1){
    background-color: #f0f0f0;
}