<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#left-col-events-wrapper-outer h2 {
    font-family: 'Poppins Bold', "Arial Black", sans-serif;
    font-weight: normal;
    font-size: 2rem;
	text-transform: none;
}

#calendar-sidebar .events-instructions {
    color: #777777;
    font-size: 0.9rem;
    line-height: 1.35rem;
}

#left-col-events-wrapper-outer a {
    border: none !important;
    *zoom: 1;
    *display: inline;
    display: inline-block;
}

#left-col-events-wrapper-outer .events-mobile-filters-toggle-link {
    font-family: 'Poppins Light', Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.2rem;
    padding: 0.6rem 0.8rem 0.5rem 0.8rem;
    margin: 0;
    display: block;
    position: relative;
    z-index: 3;
}

#left-col-events-wrapper-outer .events-mobile-filters-toggle-link.close {
    background-color: #ffffff;
    border: 1px solid #4E2A84 !important;
}

#left-col-events-wrapper-outer .events-mobile-filters-toggle-link.open {
    background-color: #f4f4f4;
    border: 1px solid #cccccc !important;
    border-bottom: none !important;
}

#left-col-events-wrapper-outer .events-mobile-filters-toggle-link::after {
    background-repeat: no-repeat;
    font-size: 0;
    width: 12px;
    height: 7px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    *zoom: 1;
    *display: inline;
    display: inline-block;
}

#left-col-events-wrapper-outer .events-mobile-filters-toggle-link.close::after {
    background-image: url("../images/structure/events-ico-arrow-down-sm.svg");
}

#left-col-events-wrapper-outer .events-mobile-filters-toggle-link.open::after {
    background-image: url("../images/structure/events-ico-arrow-up-sm.svg");
}

/*#left-col-events a.button-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    padding: 5px 13px 7px 13px;
    *zoom: 1;
    *display: inline;
    display: inline-block;
}*/

#left-col-events hr {
    margin: 0;
}

#left-col-events #search-bar input[type="search"] {
    background: #ece9f3 none repeat scroll 0 0;
    color: #4e2a84;
    font-size: 0.95rem;
    width: 100%;
    height: 2.5rem;
    padding-top: 0.75rem;
    padding-left: 0.75rem;
    border: none;
    display: block;
    -webkit-appearance: none;
}

input#search-box::-webkit-input-placeholder {
    color: #2f174c;
    opacity: 0.5;
}

input#search-box::-moz-placeholder {
    color: #2f174c;
    opacity: 0.5;
}

input#search-box::-ms-input-placeholder {
    color: #2f174c;
    opacity: 0.5;
}


#left-col-events #search-bar label {
    color: #342f2e;
    font-size: 11px;
    font-style: italic;
    padding-left: 2px;
}

#left-col-events .left-col-row {
    margin-bottom: 20px;
}

#event-calendar-wrapper {
    /*max-width: 275px;*/
    position: relative;
}

#colorbox,
#colorbox * {
    box-sizing: content-box;
}

#colorbox #loading-box-image-placeholder {
    background-image: url("../images/structure/icon-loading_64x64_000.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}

#event-calendar-wrapper .calendar-loading-overlay-container {
    width: 100% !important;
    height: 100% !important;
}

#event-calendar-wrapper .calendar-loading-overlay-container,
#event-calendar-wrapper .calendar-loading-overlay-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#event-calendar-wrapper .calendar-loading-overlay-background {
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
}

#event-calendar-wrapper .calendar-loading-overlay-icon-wrapper-outer {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 3;
}

#event-calendar-wrapper .calendar-loading-overlay-icon-wrapper-inner {
    text-align: center;
    display: table-cell;
	vertical-align: middle;
}

#event-calendar-wrapper .calendar-loading-overlay-icon {
    background-color: #ffffff;
	padding: 32px;
	border: 5px solid #666666;
	*zoom: 1;
	*display: inline;
	display: inline-block;
}

#event-calendar {
    max-width: 275px;
}

#event-calendar table {
    border: none;
    border-collapse: separate;
    border-spacing: 6px;
    margin-top: 15px;
}

#event-calendar tr {
    background: none !important;
}

#event-calendar th,
#event-calendar td {
    padding: 0;
}

#event-calendar th,
#event-calendar th a,
#event-calendar td,
#event-calendar td a {
    text-align: center;
}

#event-calendar th a,
#event-calendar td a {
    cursor: pointer;
    border: none !important;
    display: inline;
}

#event-calendar .calendar-month-row .previous-month,
#event-calendar .calendar-month-row .current-month,
#event-calendar .calendar-month-row .next-month {
    vertical-align: top;
    *zoom: 1;
    *display: inline;
    display: inline-block;
}

#event-calendar .calendar-month-row .previous-month a,
#event-calendar .calendar-month-row .current-month a,
#event-calendar .calendar-month-row .next-month a {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    height: 36px;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
    display: inline-block;
}

#event-calendar .calendar-month-row .previous-month,
#event-calendar .calendar-month-row .next-month {
    background-color: #d0d0d0;
    width: 8%; /* this small to fit at smallest width for department filtered events (EECS) */
    min-width: 16px;
}

#event-calendar .calendar-month-row .previous-month a,
#event-calendar .calendar-month-row .next-month a {
    width: 100%;
    /*min-width: 26px;*/
}

#event-calendar .calendar-month-row .previous-month a::after,
#event-calendar .calendar-month-row .next-month a::after {
    content: "";
    background-image: url("../images/structure/sprites/arrows-nav-docs.svg");
    background-repeat: no-repeat;
    width: 12px;
    height: 20px;
    margin: 8px auto;
    display: block;
}

#event-calendar .calendar-month-row .previous-month a::after {
    background-position: -82px -8px;
}

#event-calendar .calendar-month-row .next-month a::after {
    background-position: -117px -8px;
}

#event-calendar .calendar-month-row .previous-month {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-right: 2px;
}

#event-calendar .calendar-month-row .next-month {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: 2px;
}

#event-calendar .calendar-month-row .current-month {
    background-color: #757575;
    font-family: "Poppins Light", Arial, sans-serif;
    font-weight: normal;
    width: 80%;
    min-width: 158px;
}

#event-calendar .calendar-month-row .current-month a {
    font-size: 1.15rem;
    font-weight: normal;
    line-height: 36px;
    width: 100%;
    padding-top: 0.1rem;
}

#event-calendar .calendar-weekdays-row td {
    color: #342f2e;
    font-size: 12px;
    font-family: georgia, serif;      /* not sure why we are referencing Georgia here -- CB */
    font-weight: normal;
    font-style: italic;
}

#event-calendar .calendar-days-row td {
    width: 32px;
    height: 32px;
}

#event-calendar .calendar-days-row td.inactive {
    color: #505050;
}

#event-calendar .calendar-days-row td span,
#event-calendar .calendar-days-row td a {
    *zoom: 1;
    *display: inline;
    display: inline-block;
    vertical-align: top;
}

#event-calendar .calendar-days-row td a {
    line-height: 32px;
    width: 100%;
    height: 32px;
}

#event-calendar .calendar-days-row td.active a {
    color: #4E2A84;
    font-weight: normal;
    text-decoration: none;
}

#event-calendar .calendar-days-row td span {
    font-family: "Akurrat Pro Regular", Arial, Sans-serif;
    font-size: 18px;
    line-height: 21px;
    margin: 5px 0 6px 0;
}

#event-calendar .calendar-days-row td a span {
    margin: 5px 0;
    border-bottom: 1px dotted #a694c1;
}

#event-calendar .calendar-days-row td.today a span {
    margin: 4px 0;
}

#event-calendar .calendar-days-row td a:hover span {
    border-bottom: 1px solid #4E2A84;
}

#event-calendar .calendar-days-row td.selected a:hover span {
    border-bottom: 1px solid #a694c1;
}

#event-calendar .calendar-days-row td.today a {
    border: solid 1px #4E2A84 !important;
}

#event-calendar .calendar-month-row .current-month.selected,
#event-calendar .calendar-days-row td.selected {
    background-color: #4E2A84;
}

#event-calendar .calendar-month-row .current-month.selected a,
#event-calendar .calendar-days-row td.selected span,
#event-calendar .calendar-days-row td.selected a {
    color: #ffffff;
}

#event-calendar .calendar-days-row td.empty {
    color: #b1b1b1;
}

#event-calendar .calendar-days-row td:hover {
}

#left-col-events-wrapper-outer .calendar-list-wrapper-outer .collapsible-link {
    color: #4E2A84;
    background-color: #ffffff;
    text-decoration: none;
    font-family: "Poppins Light", Arial, sans-serif;
    font-size: .95rem;
    font-weight: normal;
    text-transform: uppercase;
    padding: 9px 36px 8px 10px;
    border: 1px solid #4E2A84 !important;
    display: block;
    position: relative;
}

#left-col-events-wrapper-outer .calendar-list-wrapper-outer-toggle-link.close:after {
    content: "click to expand menu";
    background-image: url("../images/structure/events-ico-arrow-down-sm.svg");
    background-repeat: no-repeat;
    font-size: 0;
    width: 12px;
    height: 7px;
    position: absolute;
    top: 0.85rem;
    right: 12px;
    *zoom: 1;
    *display: inline;
    display: inline-block;
}

#left-col-events-wrapper-outer .calendar-list-wrapper-outer-toggle-link.open:after {
    content: "click to collapse menu";
    background-image: url("../images/structure/events-ico-arrow-up-sm.svg");
    background-repeat: no-repeat;
    font-size: 0;
    width: 12px;
    height: 7px;
    position: absolute;
    top: 0.75rem;
    right: 12px;
    *zoom: 1;
    *display: inline;
    display: inline-block;
}

#left-col-events-wrapper-outer .calendar-list-wrapper-outer-close-link {
    background-color: #ffffff;
    background-image: url("../images/structure/events-ico-arrow-up-lg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 55px;
    border: 1px solid #cccccc !important;
    /*border-top: none;*/
}

#left-col-events-wrapper-outer .calendar-list-wrapper-inner {
    border-right: 1px solid #cccccc;
    position: relative;
}

#left-col-events-wrapper-outer .calendar-list {
    max-height: 400px;
    margin: 0;
    overflow-y: auto;
}
/*
#left-col-events-wrapper-outer .calendar-list::before,
#left-col-events-wrapper-outer .calendar-list::after {
    content: "";
    height: 9px;
    position: absolute;
    left: 0;
    right: 0;
}

#left-col-events-wrapper-outer .calendar-list::before {
    -webkit-box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.4) inset;
    top: 0;
}

#left-col-events-wrapper-outer .calendar-list::after {
    -webkit-box-shadow: 0 -8px 8px -4px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 -8px 8px -4px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 -8px 8px -4px rgba(0, 0, 0, 0.4) inset;
    bottom: 0;
}
*/
#left-col-events-wrapper-outer .calendar-list li {
    color: #666666;
    background-color: #fafafa;
    line-height: 1.2em;
    border: 1px solid #cccccc;
    border-top: none;
    border-right: none;
}

#left-col-events-wrapper-outer .calendar-list li:hover {
    background-color: #ece9f3;
}

#left-col-events-wrapper-outer .calendar-list li:last-child {
    border-bottom: none;
}

#left-col-events-wrapper-outer .calendar-list .category-filter-label {
    cursor: pointer;
    padding: 16px;
    display: block;
}

#left-col-events-wrapper-outer .calendar-list .category-filter {
    margin: 2px;
    vertical-align: middle;
}

#left-col-events-wrapper-outer .calendar-list .category-filter-label-text {
    width: 100%;
    padding-left: 38px;
    margin-left: -26px;
    vertical-align: middle;
    *zoom: 1;
    *display: inline;
    display: inline-block;
}

#left-col-events-wrapper-outer .calendar-list li:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

#left-col-events-wrapper-outer .calendar-list li .apply-filters-link {
    background-color: #4E2A84;
    margin: 16px;
}

#left-col-events-wrapper-outer .calendar-list-wrapper-outer &gt; div.open {
    line-height: 0;
}

#left-col-events-wrapper-outer .calendar-list-wrapper-outer.opened &gt; .close,
#left-col-events-wrapper-outer .calendar-list-wrapper-outer.closed &gt; .open {
    display: none;
}

#current-tagged-filters-container-wrapper h3 {
    margin-bottom: 0;
    text-transform: uppercase;
}

#current-tagged-filters-container {
    margin-top: 7px;
}

.filter-tag,
.filter-tag a,
.filter-tag p {
    vertical-align: top;
    *zoom: 1;
    *display: inline;
    display: inline-block;
}

.filter-tag {
    background-color: #c3c3c3;
    line-height: 1em;
    border: 1px solid #c3c3c3;
    margin-top: 13px;
    margin-right: 13px;
}

.filter-tag a {
    background-color: #e1e1e1;
    background-image: url("../images/structure/icon-x.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
}

#main-content .filter-tag p,
.filter-tag p {
    color: #ffffff;
    font-family: "Akkurat Pro Bold","Arial Black",sans-serif;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    max-width: 239px;
    padding: 4px 9px 3px 9px;
    margin: 0;
}

a.upcoming-only-link,
a.clear-filters-link {
    background-color: #757575;
}

.search-link {
    background-color: #4E2A84;
}

#used-tagged-filters-container {
    margin-bottom: 42px;
}</pre></body></html>