/***
 * START agenda.css
 */

#agenda-section header {
    position: relative;
    z-index: 9;
}

#agenda-section .agenda-container > nav {
    width: 100%;
    z-index: 9;
}

#agenda-section .share svg.icon {
    max-width: 30px;
    height: 20px;
    fill: #242424;
    vertical-align: middle;
    transition: all 250ms ease-in-out;
}

#agenda-section .share .link:hover svg.icon {
    fill: #c30000;
}

#agenda-section .share *:first-child svg.icon {
    max-width: 12px;
    margin-right: 8px;
}

#agenda-section .share .stroke svg.icon {
    stroke: #242424;
}

#agenda-section .share .link.stroke:hover svg.icon {
    stroke: #c30000;
}

#agenda-section .agenda-event-item .share-links-container {
    margin-bottom: 20px;
}

#agenda-section .agenda-event-item .canceled-tag {
    font-size: 25px;
    font-weight: 600;
    color: #c30000;
    text-transform: uppercase;
}

#agenda-section .agenda-event-item .canceled-item {
    opacity: .5;
}

#agenda-section .agenda-event-item .canceled-match {
    text-decoration: line-through;
}

#agenda-section .agenda-container > nav,
#agenda-section .agenda-container > nav.fixed-nav {
    position: fixed;
    top: 56px;
    max-width: 1600px;
}

#agenda-section .agenda-container > .nav-top.fixed-nav {
    z-index: 7;
}

#agenda-section .agenda-container > .nav-left.fixed-nav {
    top: 140px;
}

#agenda-section .agenda-container > nav .main-nav-row {
    border-top: none;
}

#agenda-section .agenda-container .agenda-content-wrapper,
#agenda-section .agenda-container nav.fixed-nav ~ .agenda-content-wrapper {
    margin-top: 170px;
}

#agenda-section .agenda-view-picker-buttons {
    padding-left: 24px;
}

    #agenda-section .agenda-view-picker-buttons .item {
        padding: 0px 15px !important;
        width: 80px;
    }

        #agenda-section .agenda-view-picker-buttons .item p {
            height: 22px;
            width: 22px;
        }

            #agenda-section .agenda-view-picker-buttons .item p svg {
                height: 100%;
                width: 100%;
            }

#agenda-section .agenda-container .nav-top {
    width: 100%;
    background-color: rgb(244,244,244);
}

#agenda-section .agenda-container .nav-left {
    width: 100%;
    min-height: 66px;
    border-bottom: solid 1px rgb(221,221,221);
    background-color: rgb(244,244,244);
}

#agenda-section .agenda-container .agenda-content-wrapper {
    position: relative;
    width: 100%;
}

#agenda-section .agenda-content-wrapper .agenda-day-item {
    position: relative;
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-month-item {
    background-color: rgb(244,244,244);
}

    #agenda-section .agenda-content-wrapper.agenda-list .agenda-month-item.active {
        background-color: white;
    }

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item {
    position: relative;
    width: 100%;
    border-bottom: solid 1px rgb(221,221,221);
    padding: 28px 0 20px 10px;
    transition: background-color 200ms;
}

    #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item.active-day .day-wrapper {
        color: #c30000;
    }

    #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item > * {
        display: inline-block;
    }

#agenda-section .agenda-content-wrapper .agenda-day-item.current-day .day-wrapper p {
    color: #c30000;
}

#agenda-section .agenda-content-wrapper .agenda-day-item .day-wrapper .week-day {
    text-transform: uppercase;
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .day-wrapper {
    position: absolute;
    text-align: center;
}

    #agenda-section .fixed-nav ~ .agenda-content-wrapper.agenda-list .agenda-day-item .day-wrapper.fixed-date {
        position: fixed;
        top: 240px;
    }

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .day-wrapper.absolute-date {
    position: absolute;
    bottom: 80px;
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .day-wrapper p {
    line-height: 100%;
    font-weight: 300;
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .day-wrapper .day {
    font-size: 63px;
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .day-wrapper .week-day {
    font-size: 32px;
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-events-wrapper {
    width: calc(100% - 70px);
    margin-left: 70px;
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-event-item {
    width: 100%;
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info {
    width: 100%;
    padding: 0px 8px;
}

    #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .hour {
        color: #c30000;
        vertical-align: top;
    }

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .match-short-name {
    display: none;
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-event-item:not(:last-child) .agenda-item-info .agenda-item-content {
    border-bottom: solid 1px rgb(221,221,221);
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-events-wrapper .agenda-event-item:not(:first-child) {
    padding-top: 20px;
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-content .location,
#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-content .match,
#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-content .sport {
    text-transform: uppercase;
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-content .location,
#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-content .competition {
    font-size: 16px;
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-content .match {
    font-weight: 300;
    font-size: 26px;
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-content .sport {
    font-size: 14px;
    margin: 20px 0 8px 0;
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-content .location {
    display: inline-block;
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-content .channels {
    display: inline-block;
    float: right;
}

    #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-content .channels svg {
        max-width: 50px;
    }

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-content > * {
    width: 100%;
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .agenda-item-actions {
    margin-bottom: 20px;
}

    #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .agenda-item-actions .inner-item {
        display: inline-flex;
        align-items: center;
    }

        #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .agenda-item-actions .inner-item .calendar-icon {
            margin-left: 10px;
        }

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .view-more-events {
    display: none;
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item.empty {
    display: none;
}

#agenda-section .agenda-content-wrapper.grid-list {
    padding: 0 1.33%;
}

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item {
        width: 14.28571428571429%;
        height: 170px;
        border-bottom: solid 1px rgb(228,228,228);
        float: left;
        padding: 12px 0 15px 0;
    }

        #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .day-wrapper p {
            display: inline-block;
            line-height: 100%;
        }

        #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .day-wrapper .day {
            font-size: 28px;
        }

        #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item.weekend .day-wrapper .day {
            font-weight: bold;
        }

        #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .day-wrapper .week-day {
            font-size: 14px;
        }

        #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .agenda-item-info > *:not(.match-short-name) {
            display: none;
        }

        #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .agenda-item-info:first-child {
            margin-top: 5px;
        }

        #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .agenda-item-info .match-short-name .tooltip-button {
            width: 100%;
            padding: 0px 0px;
        }

        #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .agenda-item-info .match-short-name .tooltip-button,
        #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .agenda-item-info .match-short-name {
            position: relative;
            display: flex;
            display: -ms-flexbox;
            align-items: center;
        }

            #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .agenda-item-info .match-short-name .match {
                font-size: 11px;
            }

            #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .agenda-item-info .match-short-name img {
                height: 21px;
                margin: 0px 5px 0px -13px;
                background-color: #333;
            }

            #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .agenda-item-info .match-short-name .modality-icon {
                height: 16px;
                max-width: 18px;
                margin-right: 3px;
                stroke: #333;
                fill: #333;
            }

            #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .agenda-item-info .match-short-name.selected .modality-icon {
                stroke: white;
                fill: white;
            }

            #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .agenda-item-info .match-short-name.highlight-event > .match {
                color: #c30000;
                font-weight: 600;
            }

            #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .agenda-item-info .match-short-name.highlight-event > svg {
                stroke: #c30000;
                fill: #c30000;
            }

        #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .view-more-events {
            text-transform: uppercase;
            font-size: 10px;
            margin-top: 20px;
        }

            #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .view-more-events:hover {
                cursor: pointer;
            }

            #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .view-more-events .arrow {
                max-width: 8px;
                height: 8px;
                fill: none;
                stroke: #333;
                stroke-width: 4px;
                display: inline-block;
            }

            #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .view-more-events:hover .arrow {
                stroke: #c30000;
            }

    #agenda-section.filtered .agenda-content-wrapper.grid-list .agenda-month-item .agenda-day-item:not(.filtered ),
    #agenda-section .agenda-content-wrapper.grid-list .agenda-month-item:not(.active) .agenda-day-item:not(.filtered ) .agenda-item-info .match-short-name.highlight-event .match,
    #agenda-section .agenda-content-wrapper.grid-list .agenda-month-item:not(.active) .agenda-day-item:not(.filtered ) {
        color: rgb(167,167,167);
    }

        #agenda-section.filtered .agenda-content-wrapper.grid-list .agenda-month-item .agenda-day-item:not(.filtered ) .agenda-item-info .match-short-name .tooltip-button > .modality-icon,
        #agenda-section .agenda-content-wrapper.grid-list .agenda-month-item:not(.active) .agenda-day-item:not(.filtered ) .agenda-item-info .match-short-name .tooltip-button > .modality-icon {
            stroke: rgb(167,167,167);
            fill: rgb(167,167,167);
        }

        #agenda-section.filtered .agenda-content-wrapper.grid-list .agenda-month-item .agenda-day-item:not(.filtered ) .view-more-events .arrow,
        #agenda-section .agenda-content-wrapper.grid-list .agenda-month-item:not(.active) .agenda-day-item:not(.filtered ) .view-more-events .arrow {
            stroke: rgb(167,167,167);
        }

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .agenda-item-info .match-short-name .tooltip-button:hover {
        cursor: pointer;
    }

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .agenda-item-info .match-short-name.selected {
        background-color: rgb(195,32,38);
        border-radius: 3px;
    }

        #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .agenda-item-info .match-short-name.selected .tooltip-button p {
            color: white !important;
        }

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip {
        position: absolute;
        width: 365px;
        left: 20px;
        bottom: calc(100% + 20px);
        background-color: white;
        border: solid 1px rgb(221,221,221);
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        z-index: -1;
        padding: 25px;
        opacity: 0;
        transition: opacity 0.5s, z-index 1s;
    }

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name.selected .my-tooltip {
        z-index: 20;
        opacity: 1;
        transition: opacity 0.5s;
    }

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip:after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 10px;
        width: 0px;
        height: 0px;
        border-bottom: 12px solid transparent;
        border-left: 12px solid white;
    }

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item.weekend .match-short-name .my-tooltip:after {
        right: 10px;
        left: auto;
        border-right: 12px solid white;
        border-left: none;
    }

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item.weekend .match-short-name .my-tooltip {
        left: auto;
        right: 20px;
    }

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name.selected .my-tooltip p {
        color: #333;
    }

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name.selected .my-tooltip .hour {
        color: #c30000;
    }

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .location,
    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .match,
    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .sport {
        text-transform: uppercase;
    }

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .location,
    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .competition {
        font-size: 16px;
    }

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .match {
        font-weight: 300;
        font-size: 26px;
    }

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .sport {
        font-size: 14px;
        margin: 20px 0 8px 0;
    }

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .tooltip-item-actions {
        margin-top: 15px;
    }

        #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .tooltip-item-actions .inner-item {
            display: inline-flex;
            align-items: center;
        }

            #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .tooltip-item-actions .inner-item > *:not(:first-child) {
                margin-left: 10px;
            }

        #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .tooltip-item-actions .button {
            height: 32px;
            padding: 7px 24px;
        }

        #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .tooltip-item-actions svg {
            max-width: 50px;
            transition: all 250ms ease-in-out;
        }

        #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .tooltip-item-actions .btv-icon {
            height: 10px;
        }

        #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .tooltip-item-actions .calendar-icon {
            height: 24px;
        }

            #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .tooltip-item-actions .calendar-icon svg {
                height: 100%;
                max-width: 30px;
                transition: all 250ms ease-in-out;
            }

                #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .tooltip-item-actions .calendar-icon svg.hover {
                    fill: #c30000;
                    stroke: #c30000;
                }

            #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .tooltip-item-actions .calendar-icon:hover {
                cursor: pointer;
            }

                #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .tooltip-item-actions .calendar-icon:hover svg.hover,
                #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .tooltip-item-actions .calendar-icon svg:first-child {
                    display: inline-block;
                }

                #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .tooltip-item-actions .calendar-icon svg.hover,
                #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .tooltip-item-actions .calendar-icon:hover svg:first-child {
                    display: none;
                }

#agenda-section.filtered .agenda-content-wrapper.agenda-list .agenda-day-item:not(.filtered) .agenda-event-item:not(.filtered),
#agenda-section.filtered .agenda-content-wrapper.agenda-list .agenda-day-item:not(.filtered) {
    display: none;
}

#agenda-section.filtered .agenda-content-wrapper.grid-list .agenda-day-item.filtered {
    background: white;
}

    #agenda-section.filtered .agenda-content-wrapper.grid-list .agenda-day-item.filtered.left-content:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -50px;
        width: 50px;
        height: 100%;
        background: white;
    }

    #agenda-section.filtered .agenda-content-wrapper.grid-list .agenda-day-item.filtered.right-content:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: -50px;
        width: 50px;
        height: 100%;
        background: white;
    }

#agenda-section.filtered .agenda-content-wrapper.grid-list {
    background: url("/images/calendar-pattern.png") repeat;
}

#agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .agenda-event-item.unscheduled .match-short-name.selected .my-tooltip .hour,
#agenda-section .agenda-content-wrapper .agenda-day-item .agenda-event-item.unscheduled .hour {
    color: #333;
    white-space: nowrap;
}

#agenda-section nav .main-nav-row {
    position: relative;
    z-index: 7;
    background-color: rgb(244,244,244);
    border-top: solid 1px rgb(221,221,221);
    border-bottom: solid 1px rgb(221,221,221);
}

    #agenda-section nav .main-nav-row .item {
        white-space: normal;
        height: 83px;
        line-height: 83px;
        text-align: center;
        display: inline-block;
        position: relative;
    }

    #agenda-section nav .main-nav-row .main-nav-row-container .item {
        padding: 0px 40px;
        float: left;
        border-left: solid 1px;
        border-right: solid 1px;
        border-color: transparent;
    }

#agenda-section .main-nav-row .main-nav-row-container .item.date-picker-button.filtered {
    color: #c30000;
}

#agenda-section .main-nav-row .main-nav-row-container .item.active.date-picker-button,
#agenda-section .main-nav-row .main-nav-row-container .item.active.modality-picker-button {
    border-color: rgb(221,221,221);
    background-color: white;
}

    #agenda-section .main-nav-row .main-nav-row-container .item.active.date-picker-button:before,
    #agenda-section .main-nav-row .main-nav-row-container .item.active.modality-picker-button:before {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: white;
    }

#agenda-section nav .main-nav-row-container .width {
    min-width: 600px;
}

#agenda-section nav .main-nav-row-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

#agenda-section nav .main-nav-row .item.active {
    color: #c30000;
}

#agenda-section nav .main-nav-row .main-nav-row-container .item:hover,
#agenda-section nav .main-nav-row .main-nav-row-container .item.active {
    color: #c30000;
}

    #agenda-section nav .main-nav-row .main-nav-row-container .item:hover .arrow,
    #agenda-section nav .main-nav-row .main-nav-row-container .item.active .arrow {
        stroke: #c30000;
    }

#agenda-section nav .main-nav-row .item:hover {
    cursor: pointer;
}

#agenda-section nav .main-nav-row .item:not(.active):hover {
    color: #c30000;
}

#agenda-section nav .main-nav-row .item p {
    font-size: 16px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-transform: uppercase;
}

#agenda-section nav .main-nav-row .agenda-view-picker-buttons .item svg {
    fill: #333;
    transition: fill 200ms;
    image-rendering: auto;
    image-rendering: optimizeQuality;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#agenda-section nav .main-nav-row .agenda-view-picker-buttons .item.active svg,
#agenda-section nav .main-nav-row .agenda-view-picker-buttons .item:hover svg {
    fill: #c30000;
}

#agenda-section nav .arrow {
    fill: none;
    stroke: #333;
    stroke-width: 4px;
}

#agenda-section nav .main-nav-row .item:hover svg,
#agenda-section nav .main-nav-row .item.active svg,
#agenda-section nav .main-nav-row .item.selected svg {
    stroke: #c30000;
}

#agenda-section nav .main-nav-row .item .active-modality svg {
    vertical-align: middle;
}

#agenda-section nav .main-nav-row .item .active-modality img {
    max-width: 50px;
    height: 30px;
    display: inline-block !important;
    background-color: #c30000;
}

#agenda-section nav .arrow {
    max-width: 15px;
    height: 10px;
    display: inline-block !important;
    margin-left: 5px;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    transition: transform 0.75s;
}

#agenda-section nav .active .arrow {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

#agenda-section nav .main-nav-row .item .arrow.arrow-img {
    margin-top: 8px;
    margin-bottom: 8px;
}

#agenda-section nav .main-nav-row .item .image-icon.calendar {
    width: 29px;
    height: 24px;
    stroke-width: 3px;
}

#agenda-section nav .main-nav-row .item:hover .calendar-icon svg.hover,
#agenda-section nav .main-nav-row .item .calendar-icon svg:first-child {
    display: inline-block;
}

#agenda-section nav .main-nav-row .item .calendar-icon svg.hover,
#agenda-section nav .main-nav-row .item:hover .calendar-icon svg:first-child {
    display: none;
}

#agenda-section nav .main-nav-row .item:hover .calendar-icon .hover {
    fill: #c30000;
    stroke: #c30000;
}

#agenda-section nav .main-nav-row .item .image-icon {
    max-width: 50px;
    height: 30px;
}

/*   Dropdowns   */

#agenda-section nav .my-dropdown {
    background-color: white;
    position: absolute;
    min-height: 80px;
    width: 100%;
    padding: 3.5%;
    border-bottom: 1px solid rgb(221,221,221);
    border-left: 1px solid rgb(221,221,221);
    border-right: 1px solid rgb(221,221,221);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
    z-index: 6;
    transform: translate(0,-100%);
    -moz-transition: -moz-transform 0.75s ease-in-out, opacity 0s 0.75s ease-in-out;
    -o-transition: transform 0.75s ease-in-out, opacity 0s 0.75s ease-in-out;
    -webkit-transition: -webkit-transform 0.75s ease-in-out, opacity 0s 0.75s ease-in-out;
    transition: transform 0.75s ease-in-out, opacity 0s 0.75s ease-in-out;
    opacity: 0;
}

    #agenda-section nav .my-dropdown.open {
        transform: translate(0, 0%);
        opacity: 1;
        -moz-transition: -moz-transform 0.75s ease-in-out, opacity 0s ease-in-out;
        -o-transition: transform 0.75s ease-in-out, opacity 0s ease-in-out;
        -webkit-transition: -webkit-transform 0.75s ease-in-out, opacity 0s ease-in-out;
        transition: transform 0.75s ease-in-out, opacity 0s ease-in-out;
    }

#agenda-section nav .my-dropdown {
    max-height: calc(100vh - 158px);
    overflow-y: auto;
}

    #agenda-section nav .my-dropdown h2 {
        margin-left: 4%;
        font-size: 18px;
        text-transform: uppercase;
    }

    #agenda-section nav .my-dropdown .button-container {
        text-align: right;
        padding-right: 9%;
    }

        #agenda-section nav .my-dropdown .button-container .clear-filters {
            cursor: pointer;
            padding-right: 15px;
            text-transform: uppercase;
            display: none;
        }

#agenda-section.filtered nav .my-dropdown .button-container .clear-filters {
    display: inline;
}

/* MODALITIES SECTION */

#agenda-section .modality .edge-button-path {
    stroke: white;
}

#agenda-section .modality .edge-button {
    top: 45px;
}

#agenda-section .modality {
    overflow: hidden;
    margin-bottom: 26px;
    text-align: center;
}

    #agenda-section .modality .item {
        min-width: 120px;
    }

.newslist .medium-l {
    font-size: 20px;
}

#agenda-section .modality .inner-item {
    border-left: 1px solid #fff;
    text-align: center;
}

    #agenda-section .modality .inner-item .content {
        padding: 0 7px;
        max-width: 245px;
    }

#agenda-section .modality-slick-wrapper {
    overflow: hidden
}

#agenda-section .modality-list .item:nth-child(2) {
    margin-left: 25px;
}

#agenda-section .modality .inner-item .content .text.red {
    margin: 16px 0;
}

#agenda-section .modality .inner-item .content .text.medium-l {
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
}

#agenda-section .img-wrapper {
    position: relative;
    height: 75px;
    display: inline-block;
    overflow: hidden;
    background-color: rgb(167,167,167);
    vertical-align: middle;
    z-index: 0;
}

#agenda-section .modality .img-wrapper img {
    max-width: 75px;
    height: 75px;
    position: relative;
    z-index: 2;
    display: block;
}

#agenda-section .modality p {
    vertical-align: middle;
    margin: 0;
    font-size: 18px;
    padding: 0 12px;
    font-weight: 400;
    color: rgb(145,145,145);
    transition: color 0.75s ease-in-out;
    min-height: 50px;
}

#agenda-section .modality:hover {
    cursor: pointer;
}

#agenda-section .modality .img-wrapper .hover {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 0%;
    background-color: #c30000;
    z-index: 1;
    -moz-transition: -moz-transform 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    -webkit-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
}

#agenda-section .modality:not(.active):hover .img-wrapper .hover, 
#agenda-section .modality.active .img-wrapper .hover {
    height: 100%;
}

/* Nav Left  */

#agenda-section .nav-left {
    float: left;
    z-index: 5;
}

    #agenda-section .nav-left.fixed-nav {
        z-index: 5;
    }

    #agenda-section .nav-left .years-container {
        height: calc(100vh - 217px);
        overflow-y: scroll;
        position: absolute;
        background-color: rgb(244,244,244);
        border-bottom: solid 1px rgb(221,221,221);
        z-index: 4;
        transform: translate(0, calc(-100% + 75px));
        -moz-transition: -moz-transform 0.75s ease-in-out;
        -o-transition: transform 0.75s ease-in-out;
        -webkit-transition: -webkit-transform 0.75s ease-in-out;
        transition: transform 0.75s ease-in-out;
    }

        #agenda-section .nav-left .years-container.open {
            transform: translate(0,calc(0% + 75px));
        }

    #agenda-section .nav-left .year {
        position: relative;
        width: 100%;
        float: left;
        display: flex;
        align-items: stretch;
    }

        #agenda-section .nav-left .year:not(:last-child) {
            border-bottom: solid 1px rgb(221,221,221)
        }

        #agenda-section .nav-left .year .year-name {
            position: relative;
            width: 74px;
            display: flex;
            justify-content: center;
            padding: 18px 0px;
            float: left;
        }

        #agenda-section .nav-left .year.active .year-name {
            background-color: white;
        }

        #agenda-section .nav-left .year p {
            font-size: 24px;
            text-transform: uppercase;
        }

        #agenda-section .nav-left .year .year-name p {
            display: inline-block;
            line-height: 30px;
            height: 30px;
            -ms-transform: rotate(-90deg); /* IE 9 */
            -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
            transform: rotate(-90deg);
        }

        #agenda-section .nav-left .year .months {
            position: relative;
            display: inline-block;
            width: 91%;
            border-left: solid 1px rgb(221,221,221);
            float: left;
        }

            #agenda-section .nav-left .year .months .month {
                position: relative;
                padding: 20px 25px;
                background: rgb(244,244,244);
            }

        #agenda-section .nav-left .year .month {
            border-right: solid 1px rgb(221,221,221);
            border-bottom: solid 1px transparent;
            border-top: solid 1px transparent;
        }

            #agenda-section .nav-left .year .month.active {
                border-bottom-color: rgb(221,221,221);
                display: none;
            }

                #agenda-section .nav-left .year .month.active:not(:first-child) {
                    border-top-color: rgb(221,221,221);
                }

        #agenda-section .nav-left .year .months .month:hover {
            cursor: pointer;
            background-color: white;
        }

            #agenda-section .nav-left .year .months .month:hover p {
                color: #c30000;
                transition: color 200ms;
            }

        #agenda-section .nav-left .year.active .month.active {
            background-color: white;
        }

            #agenda-section .nav-left .year.active .month.active p {
                color: #c30000;
            }

    #agenda-section .nav-left .active-date {
        background: white;
        z-index: 5;
        border-bottom: solid 1px rgb(221,221,221);
        margin-bottom: -1px;
    }

        #agenda-section .nav-left .active-date:hover {
            cursor: pointer;
        }

        #agenda-section .nav-left .active-date .month {
            background: white !important;
            display: flex;
            align-items: center;
        }

            #agenda-section .nav-left .active-date .month p {
                color: #c30000;
            }

            #agenda-section .nav-left .active-date .month .arrow {
                stroke: #c30000;
            }

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .agenda-item-actions svg {
    max-width: 50px;
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .btv-icon {
    height: 10px;
}

#agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .agenda-item-actions .calendar-icon {
    height: 42px;
}

    #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .agenda-item-actions .calendar-icon svg {
        height: 100%;
        max-width: 52px;
    }

        #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .agenda-item-actions .calendar-icon svg.hover {
            fill: #c30000;
            stroke: #c30000;
        }

    #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .agenda-item-actions .calendar-icon:hover {
        cursor: pointer;
    }

        #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .agenda-item-actions .calendar-icon:hover svg.hover,
        #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .agenda-item-actions .calendar-icon svg:first-child {
            display: inline-block;
        }

        #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .agenda-item-actions .calendar-icon svg.hover,
        #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .agenda-item-actions .calendar-icon:hover svg:first-child {
            display: none;
        }

#picker {
    position: relative;
    text-align: center;
}

    #picker .nav {
        position: absolute;
        top: 26px;
        width: 30px;
        cursor: pointer;
    }

        #picker .nav .arrow {
            width: 6px;
            stroke-width: 3px;
            fill: none;
            stroke: #2a2a2a;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }

        #picker .nav.next {
            right: 45px;
        }

        #picker .nav.prev {
            left: 65px;
        }

            #picker .nav.prev .arrow {
                transform: rotate(180deg);
            }

        #picker .nav.next .arrow {
            transform: rotate(0deg);
        }

    #picker .today {
        background-color: #c30000;
        color: white;
        border-radius: 100%;
        width: 27px;
        margin: auto;
        height: 26px;
        line-height: 25px;
    }

        #picker .today.active,
        #picker .today:hover {
            color: #fff;
            border-radius: 30px;
            width: auto;
            margin: auto;
            height: auto;
            line-height: 30px;
        }

.date-picker > .months > .month:nth-last-child(-n+2) {
    display: none;
}

@media (max-width: 425px) {
    #picker .nav {
        top: 20px;
    }

    #agenda-section .modality p {
        font-size: 13px;
    }
}

@media (min-width: 768px) {

    #agenda-section .agenda-container > nav {
        width: 100%;
        height: 85px;
    }

        #agenda-section .agenda-container > nav,
        #agenda-section .agenda-container > nav.fixed-nav {
            position: static;
            top: 0px;
        }

    #agenda-section .agenda-container .agenda-content-wrapper,
    #agenda-section .agenda-container nav.fixed-nav ~ .agenda-content-wrapper {
        margin-top: 0px;
    }

    #agenda-section .agenda-container .agenda-content-wrapper {
        min-height: calc(100vh - 169px);
    }

    #agenda-section .agenda-container > nav nav {
        position: fixed;
        top: 55px;
        z-index: 8;
    }

    #agenda-section .agenda-container > nav .nav-top {
        top: 55px;
        max-width: 1600px;
    }

    #agenda-section .agenda-content-wrapper.agenda-list .agenda-events-wrapper {
        width: 87%;
        margin-left: 13%;
    }

    #agenda-section .fixed-nav ~ .agenda-content-wrapper.agenda-list .agenda-day-item .day-wrapper.fixed-date {
        position: fixed;
        top: 170px;
    }

    #agenda-section nav:not(.fixed-nav) ~ .agenda-content-wrapper.agenda-list .agenda-day-item .day-wrapper.fixed-date {
        position: fixed;
        top: 170px;
    }

    #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .day-wrapper.absolute-date {
        bottom: 75px;
    }

    #agenda-section .agenda-container .nav-left {
        position: fixed;
        width: 160px;
        height: calc(100vh - 138px);
        background-color: rgb(244,244,244);
        overflow: hidden;
    }

    #agenda-section .agenda-container > nav .nav-left {
        top: 139px;
        z-index: 7;
    }

    #agenda-section .agenda-container > nav.fixed-nav .nav-left.absolute-left-nav {
        position: absolute;
        top: auto;
        bottom: 0px;
        z-index: 6;
    }

    #agenda-section nav .my-dropdown {
        max-height: calc(100vh - 140px);
    }

    #agenda-section .nav-left .active-date {
        display: none;
    }

    #agenda-section .nav-left .years-container .year:last-child .year-name {
        min-height: 100vh;
    }

    #agenda-section .nav-left .years-container .year:last-child .months .month:last-child:after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 1px;
        width: 100%;
        height: 100vh;
        border-right: 1px solid rgb(221,221,221);
    }

    #agenda-section .nav-left .year .month.active {
        display: block;
        border-right-color: white;
        border-bottom-color: rgb(221,221,221);
    }

    #agenda-section .nav-left .years-container .year:not(:last-child) .months .month.active:last-child {
        border-bottom-color: white;
    }

    #agenda-section .nav-left .years-container {
        position: relative;
        height: 100%;
        transform: none;
        overflow: visible;
    }

    #agenda-section .nav-left .year .months .month {
        text-align: center;
        padding: 15px 25px;
    }

    #agenda-section .nav-left .years-container {
        border-bottom: none;
    }

    #agenda-section .nav-left .year .months {
        border-right: 1px solid rgb(221,221,221);
    }

    #agenda-section .nav-left .year .months {
        border-right: 1px solid rgb(221,221,221);
    }

        #agenda-section .nav-left .year .months .month {
            margin-right: -1px;
        }

    #agenda-section .nav-left .year:not(.active),
    #agenda-section .nav-left .year .month:not(.active) {
        height: 0;
        padding: 0;
        border: none;
        overflow: hidden;
    }

    #agenda-section .nav-left .year.active ~ .year {
        height: auto;
    }

        #agenda-section .nav-left .year.active ~ .year .month,
        #agenda-section .nav-left .year .month.active ~ .month,
        #agenda-section .nav-left .year .month.active {
            height: auto;
            padding: 15px 25px;
        }

            #agenda-section .nav-left .year.active ~ .year .month,
            #agenda-section .nav-left .year .month.active ~ .month {
                border-right: solid 1px rgb(221,221,221);
            }

    #agenda-section .agenda-container > nav .main-nav-row {
        border-top: solid 1px rgb(221,221,221);
    }

    #agenda-section nav .main-nav-row-container .width {
        min-width: 1px;
        float: right;
    }

    #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-event-item {
        position: relative;
    }

    #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-content .sport {
        margin: 20px 0 20px 0;
    }

    #agenda-section .agenda-event-item .share-links-container {
        position: absolute;
        right: 30px;
        bottom: 26px;
        margin-bottom: 0;
    }

    #agenda-section .tooltip-event-item .share-links-container {
        position: static;
        margin-bottom: 20px;
    }

    #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .agenda-item-actions .calendar-icon {
        height: 24px;
    }

        #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .agenda-item-actions .calendar-icon svg {
            max-width: 40px;
        }

    #agenda-section nav .my-dropdown.open {
        transform: translate(0, 0% );
    }

    #agenda-section nav .my-dropdown {
        z-index: 6;
    }

    #agenda-section .agenda-container .agenda-content-wrapper {
        left: 160px;
        width: calc(100% - 160px);
    }

    #agenda-section nav .my-dropdown#modalities-picker .section-title {
        padding-left: 10px;
    }

    #agenda-section nav .my-dropdown {
        padding: 25px 50px;
    }

    #agenda-section nav .main-nav-row {
        border-bottom: 1px solid rgb(221,221,221);
    }

    #agenda-section nav .main-nav-row-container {
        overflow: inherit;
        border: none;
    }

    #agenda-section nav .main-nav-row .item,
    #agenda-section nav .main-nav-row .main-nav-row-container .item {
        float: left;
        padding: 0 30px;
    }

    #agenda-section nav .main-nav-row .pull-right-sm {
        position: relative;
        width: auto;
        float: right;
        border: none;
    }

        #agenda-section nav .main-nav-row .pull-right-sm > * {
            text-align: right;
        }

        #agenda-section nav .main-nav-row .pull-right-sm .item {
            width: auto;
        }

    #agenda-section nav .section-title {
        font-weight: 400;
        font-size: 18px;
        color: #333;
    }

    #agenda-section .main-nav-row .pull-right-sm .item {
        border-top: none;
        border-bottom: none;
    }

        #agenda-section .main-nav-row .pull-right-sm .item.active {
            border-color: rgb(221,221,221);
        }

    #agenda-section nav .accordion .accordion-body form {
        display: block;
        width: 100%;
    }

        #agenda-section nav .accordion .accordion-body form:not(:last-child) {
            border-bottom: 1px solid rgb(238,238,238);
        }

    /* MODALITY */

    #agenda-section .modality-list .item:nth-child(2) {
        margin-left: 0;
    }

    #agenda-section .modality .inner-item .content {
        padding: 0 16px;
    }

    #agenda-section .modality-list .blank {
        display: block;
    }

    #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item {
        padding: 28px 0 20px 28px;
    }

        #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info {
            display: inline-flex;
            width: 100%;
            padding: 0;
        }

        #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-content {
            display: flex;
            width: 100%;
            margin-left: 5px;
            margin-right: 30px;
        }

            #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-content > * {
                width: auto;
            }

            #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-content > *,
            #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .hour {
                display: inline-block;
            }

        #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .agenda-item-actions .inner-item > *:not(:first-child) {
            margin-left: 10px;
        }

        #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .agenda-item-actions {
            vertical-align: top;
            margin-left: auto;
        }

            #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .agenda-item-info .agenda-item-actions .button {
                height: 32px;
                padding: 6px 24px;
            }

    #picker .nav {
        height: 100%;
        top: 0;
    }

        #picker .nav.next {
            right: 0;
        }

        #picker .nav.prev {
            left: 0;
        }

        #picker .nav .arrow {
            margin: auto;
        }

    #agenda-section nav .my-dropdown .button-container {
        padding-right: 0;
    }
}

@media screen and (min-width: 1025px) {

    #agenda-section .agenda-container > nav .nav-left {
        position: absolute;
        top: 85px;
    }

    #agenda-section .agenda-container > nav .nav-top {
        position: absolute;
        top: 0;
    }

    #agenda-section nav:not(.fixed-nav) ~ .agenda-content-wrapper.agenda-list .agenda-day-item .day-wrapper.fixed-date {
        position: absolute;
        top: auto;
    }

    #agenda-section .agenda-container > nav.fixed-nav .nav-top {
        top: 86px;
        position: fixed;
    }

    #agenda-section .agenda-container > nav.fixed-nav .nav-left {
        position: fixed;
        top: 170px;
    }

    #agenda-section .agenda-content-wrapper.agenda-list .agenda-events-wrapper {
        width: 87%;
        margin-left: 13%;
    }

    #agenda-section .fixed-nav ~ .agenda-content-wrapper.agenda-list .agenda-day-item .day-wrapper.fixed-date {
        position: fixed;
        top: 200px;
    }

    #agenda-section .agenda-container .nav-left {
        position: absolute;
        width: 160px;
        height: calc(100vh - 143px);
        background-color: rgb(244,244,244);
        overflow: hidden;
    }
}

@media screen and (min-width: 800px) {
    #agenda-section .modality p {
        display: inline-block;
        min-height: 0px;
    }
}

@media (min-width: 992px) {

    #agenda-section .agenda-content-wrapper.agenda-list .agenda-events-wrapper {
        margin-left: 10%;
        width: 90%;
    }

    .date-picker > .months > .month:nth-child(2) {
        display: inline-block;
    }
}

@media (min-width: 1200px) {

    #agenda-section .agenda-content-wrapper.agenda-list .agenda-day-item .day-wrapper {
        margin-left: 30px;
    }

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .view-more-events {
        font-size: 14px;
    }

        #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .view-more-events .arrow {
            max-width: 10px;
            height: 10px;
        }

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .agenda-item-info .match-short-name .match {
        font-size: 15px;
    }

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .location,
    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .competition {
        font-size: 16px;
    }

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .match {
        font-size: 26px;
    }

    #agenda-section .agenda-content-wrapper.grid-list .agenda-day-item .match-short-name .my-tooltip .sport {
        font-size: 14px;
    }

    #agenda-section .my-dropdown#modalities-picker .modality .img-wrapper {
        position: relative;
        height: 42px;
        display: inline-block;
        overflow: hidden;
        background-color: rgb(167,167,167);
        vertical-align: middle;
        z-index: 2;
    }

        #agenda-section .my-dropdown#modalities-picker .modality .img-wrapper img {
            max-width: 42px;
            height: 42px;
        }

    #agenda-section .my-dropdown#modalities-picker .modality p {
        text-align: left;
    }

    #agenda-section .my-dropdown#modalities-picker .modality .inner-item {
        border: none;
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 42px;
        max-height: 42px;
    }
}

@media (min-width: 1366px) {
    .date-picker > .months > .month:nth-child(3) {
        display: inline-block;
    }
}

/*
 * END agenda.css
 ***/
