.calendar {
    margin-top: -15px;
    overflow: hidden;
}

.calendar__image {

    padding-right: 15px;
    padding-bottom: 15px;
}

.calendar__link {
    clear: both;
    display: block;
    font-weight: bold;
    text-decoration: underline;

}

.calendar__item {
    font-size: 16.69922vw;
    line-height: 16.69922vw;
    border-bottom: 1px #1c1c1c solid;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.05);
    display: block;
    float: left;
    font-family: "TGCondensed", "Avenir", Arial, Helvetica, Sans-Serif;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 20%
}

@media (min-width:1024px) {
    .calendar__item {
        font-size: 171px
    }
}

@media (max-width:766px) {
    .calendar__item {
        font-size: 114px
    }
}

@media (min-width:1024px) {
    .calendar__item {
        line-height: 171px
    }
}

@media (max-width:766px) {
    .calendar__item {
        line-height: 114px
    }
}

.calendar__item.calendar__item--strange {
    line-height: 10.83984vw;
    padding: 50px 0 0 0
}

@media (min-width:1024px) {
    .calendar__item.calendar__item--strange {
        line-height: 111px
    }
}

@media (max-width:766px) {
    .calendar__item.calendar__item--strange {
        line-height: 74px
    }
}

@media (max-width:1022px) {
    .calendar__item.calendar__item--strange {
        line-height: 8.30078vw;
        padding: 33px 0 0 0
    }
}

@media (max-width:1022px) and (min-width:1024px) {
    .calendar__item.calendar__item--strange {
        line-height: 85px
    }
}

@media (max-width:1022px) and (max-width:766px) {
    .calendar__item.calendar__item--strange {
        line-height: 56.66667px
    }
}

@media (max-width:766px) {
    .calendar__item.calendar__item--strange {
        line-height: 5.37109vw;
        padding: 20px 0 0 0
    }
}

@media (max-width:766px) and (min-width:1024px) {
    .calendar__item.calendar__item--strange {
        line-height: 55px
    }
}

@media (max-width:766px) and (max-width:766px) {
    .calendar__item.calendar__item--strange {
        line-height: 36.66667px
    }
}

.calendar__item.calendar__item--strange .event__titles {
    top: 52%
}

.calendar__item:nth-child(5n+1),
.calendar__item:nth-child(5n - 2) {
    color: rgba(0, 0, 0, 0.1)
}

.calendar__item:nth-child(5n) {
    color: rgba(0, 0, 0, 0.1);
    margin-right: 0
}

.calendar__item:nth-child(-n+6) {
    border-top: none
}

.calendar__item:nth-last-child(-n+5) {
    border-bottom: none
}

.calendar__item.calendar__item--active {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #8E8B89;
    cursor: pointer
}

.calendar__item.calendar__item--active:hover {
    color: #000
}

.calendar__item.calendar__item--active:hover .event__titles {
    color: #8E8B89 !important
}

.calendar__month {
    position: absolute;
    top: 0
}

.current-month {
    left: 0;
    position: absolute;
    top: 0
}

.event__titles {
    font-size: 2.24609vw;
    line-height: 2.24609vw;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #000;
    letter-spacing: 0;
    position: absolute;
    text-align: center;
    top: 49%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.event__titles h4 {
    padding: 5px 0;
    height: 3.75em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 23px;
}

.event__titles,
.connected .event-title {
    color: #472146;
    line-height: 100%;
}

.event__copy {
    padding: 15px !important;
    background: #472146;
}

.event__copy strong,
.event__copy a {
    color: #fff;
}

.event__hide {
    font-size: 3.51563vw;
    line-height: 4.29688vw;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    font-family: "TGBold", "Avenir", Arial, Helvetica, Sans-Serif;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 50;
}

.event__info-wrapper {
    box-sizing: border-box;
    color: #fff;
    display: none;
    margin: 20px 0 0 0;
    position: relative;
    width: 100%;
    z-index: 50;
}

@media (min-width: 1024px) {
    .event__hide {
        line-height: 44px;
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .event__titles h4 {
        font-size: 12px;
    }

    .event__image {
        display: none;
    }

    .event__copy {
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    .event__titles {
        font-size: 23px;
    }
}

.calendar__item.calendar__item--active {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #8E8B89;
    cursor: pointer;
}

@media (max-width:1022px) {
    .calendar__item {
        font-size: 13.18359vw;
        line-height: 13.18359vw
    }
}

@media (max-width:1022px) and (min-width:1024px) {
    .calendar__item {
        font-size: 135px
    }
}

@media (max-width:1022px) and (max-width:766px) {
    .calendar__item {
        font-size: 90px
    }
}

@media (max-width:1022px) and (min-width:1024px) {
    .calendar__item {
        line-height: 135px
    }
}

@media (max-width:1022px) and (max-width:766px) {
    .calendar__item {
        line-height: 90px
    }
}

@media (max-width:766px) {
    .calendar__item {
        font-size: 8.78906vw;
        line-height: 8.78906vw
    }
}

@media (max-width:766px) and (min-width:1024px) {
    .calendar__item {
        font-size: 90px
    }
}

@media (max-width:766px) and (max-width:766px) {
    .calendar__item {
        font-size: 60px
    }
}

@media (max-width:766px) and (min-width:1024px) {
    .calendar__item {
        line-height: 90px
    }
}

@media (max-width:766px) and (max-width:766px) {
    .calendar__item {
        line-height: 60px
    }
}

@media (min-width: 1024px) {
    .calendar__item {
        line-height: 171px;
    }
}

.month_navigation {
    color: inherit;
    text-decoration: none;
    font-size: 15px;
}

.month_navigation:hover {
    color: #86754E;
}

.calendar-download a {
    color: #86754E;
}

.calendar-download a:hover {
    color: #000;
}

.toggleCalendarView {
    width: 100%;
    border: 0px;
    background: #86754E;
    color: #fff;
    padding: 16px;
    text-align: start;
    transition: 0.3s;
}

.toggleCalendarView:hover {
    background: var(--gray);
}

.toggleCalendarView h2 {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 4px;
    padding: 0px;
}

.toggleCalendarView p {
    padding: 0px;
}

#listView tr th {
    color: var(--gray);
    font-weight: normal;
    font-size: 15px;
}

tr.connected,
#listView thead {
    border: 0px #fff;
}

.connected_date {
    font-size: 15px;
    color: var(--gray) !important;
}

.connected .event-title {
    font-size: 23px;
    font-family: "TGBold", "trade-gothic-next", "Avenir", Arial, Helvetica, Sans-Serif;
    text-transform: uppercase;
}

.calendar__image {
    width: 50%;
}

.event-description_list {
    color: #86754E;
}

.calendar__link {
    color: var(--gray);
    font-size: 15px;
}

.calendar__link:hover {
    color: #86754E;
}


.connected td {
    padding: 20px 0px !important;
}

/* CALENDAR MAC FIX */

.mac .calendar__item {
    line-height: 121px;
  	margin-top: 40px;
}