@media (max-width: 800px) {
    h1#mc {
        width: 100%;
    }
    #bread-crumbs {
        display: none;
    }
}
#content_legacy h1 {
    margin-top: 0;
}

.ws-clear {
    clear:both;
}
#ws-calendar-container * {
    box-sizing: border-box;
}
#ws-calendar-container:after {
    clear: both;
    display: table;
    content: '';
}
/* ==================================
Search FIeld
=================================== */
.search-button {
    float: left;
    font-size: 0.75em;
    margin-left: 6px;
}
.search-bar {
    margin-top: 18px;
    margin-right: 48px;
    float: left;
}
#search-controls:after {
    content: '';
    clear: both;
    display: table;
}
#search-controls {
    margin-bottom: 36px;
    padding-bottom: 18px;
}
.search-field {
    float: left;
    width: 320px;
}
@media (max-width: 600px) {
    .search-field{
        width: 242px;
    }
}
#search-options {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
    justify-content: space-between;
}
.search-field .user-entry {
    border-radius: 4px;
}
.search-field input {
    width: 100%;
}
input.small-btn {
    /*   background-color: #777; */
    border: 0 solid #d9dde1;
    border-radius: 4px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    font-weight: 600;
    height: 45px;
    padding: 3px 10px;
    position: relative;
    text-align: center;
    transition: background-color 0.1s ease 0s;
    width: 100%;
}
input#search-button {
    -webkit-appearance: none;
    border-radius: 0;
    border-radius: 4px !important;
    background-color: #777;
}
#search-results-info {
    margin-bottom: 1.5em;
}
#search-results-info span {
    font-weight: bold;
}
/* ====================================
Toggle View
==================================== */
.toggle-view {
    float: right;
    width: 153px;
    margin-top: 18px;
    margin-right: 18px;
}
.toggle-view button, .toggle-search button {
    background: #e4e4e0;
    color: #aaa;
    border: 0px solid #aaa;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 4px !important;
    background-clip: padding-box;
}
.toggle-view button {
    margin-right: 6px;
    float: left;
    display: block;
}
.toggle-view button#btn-grid {
    margin-right: 0;
}
.toggle-search {
    /*    float: left;
    border-left: 1px solid #ccc;
    padding-left: 4%;
    margin-left:4%;*/
    padding-top: 21px;
}
.toggle-view button:active {
    padding: 0;
}
.toggle-view button.selected, .toggle-view button.selected:hover {
    /*  background: #777; */
    color: #fff;
    border: 0px solid #555;
    height: 45px;
    width: 45px;
    /*    margin-right: 3%;
*/
    border-radius: 7px;
}
.toggle-view button:hover {
    /*    background-color: #F4F4F2;
*/ color: #555;
    cursor: pointer;
}
.toggle-view button#btn-list:before, .toggle-view button#btn-summary:before, .toggle-view button#btn-grid:before, .toggle-search button#btn-search:before {
    font-family: 'FontAwesome';
    font-size: 19px;
}
.toggle-view button#btn-summary:before, .toggle-view button#btn-grid:before {
    font-size: 18px;
}
.toggle-view button#btn-list:before {
    content: '\f03a';
}
.toggle-search button#btn-search:before, .toggle-search button#btn-list:before {
    content: '\f002';
}
.toggle-view button#btn-summary:before {
    content: '\f00b';
}
.toggle-view button#btn-grid:before {
    content: '\f009';
}
.toggle-view button span, .toggle-search button span {
    position: absolute;
    left: -999999px;
    top: -999999px;
}
.toggle-view button:last-child {
    margin-right: 0 !important;
}
#content_legacy{
    min-height:20vh;
}
#content_legacy h1 {
    /*    margin-bottom: 34px !important;
*/
    margin-bottom: 16px !important;
}
/* ====================================
Recurring-Events-Toggle
==================================== */
.recurring-events-toggle {
    border-left: 1px solid #ccc;
    float: left;
    padding-left: 4%;
    padding-right: 4%;
    width: 20%;
    text-align: center;
}
.recurring-events-toggle button {
    display: inline;
    font-size: 10px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
}
.recurring-events-toggle button {
    transition: background-color 0.5s ease !important;
}
.recurring-events-toggle #button-toggle-left.toggle-on {
    text-transform: uppercase;
    padding: 3px 8px 3px 10px;
    -webkit-border-top-left-radius: .5em;
    -webkit-border-bottom-left-radius: .5em;
    -moz-border-radius-topleft: .5em;
    -moz-border-radius-bottomleft: .5em;
    border-top-left-radius: .5em;
    border-bottom-left-radius: .5em;
    border: 0;
    border-right: 3px solid #666;
    -moz-border-right-colors: #666;
    background-color: #777;
    color: #fff;
}
.recurring-events-toggle #button-toggle-left.toggle-off {
    text-transform: uppercase;
    padding: 3px 8px 3px 10px;
    -webkit-border-top-left-radius: .5em;
    -webkit-border-bottom-left-radius: .5em;
    -moz-border-radius-topleft: .5em;
    -moz-border-radius-bottomleft: .5em;
    border-top-left-radius: .5em;
    border-bottom-left-radius: .5em;
    background-color: #F4F4F2;
    border: 0;
    color: #666;
}
.recurring-events-toggle #button-toggle-right.toggle-on {
    text-transform: uppercase;
    padding: 3px 10px 3px 8px;
    -webkit-border-top-right-radius: .5em;
    -webkit-border-bottom-right-radius: .5em;
    -moz-border-radius-topright: .5em;
    -moz-border-radius-bottomright: .5em;
    border-top-right-radius: .5em;
    border-bottom-right-radius: .5em;
    border: 0;
    border-left: 3px solid #666;
    -moz-border-left-colors: #666;
    background-color: #777;
    color: #fff;
}
.recurring-events-toggle #button-toggle-right.toggle-off {
    text-transform: uppercase;
    padding: 3px 10px 3px 8px;
    -webkit-border-top-right-radius: .5em;
    -webkit-border-bottom-right-radius: .5em;
    -moz-border-radius-topright: .5em;
    -moz-border-radius-bottomright: .5em;
    border-top-right-radius: .5em;
    border-bottom-right-radius: .5em;
    border: 0;
    background-color: #F4F4F2;
    color: #666;
}
/* ====================================
Filter by date
==================================== */
.search-time {
    width: 100%;
    margin: auto;
    margin-top: 0%;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
    justify-content: space-between;
}
/*.search-time:after {content: '';
    clear: both;
    display: table;}*/
#search-options.toggle-on {
    padding-left: 20px;
    padding-right: 20px;
}
/*.search-bar:after,
.search-time:after {
    content: '';
    clear: both;
    display: table;
    overflow: visible;
}*/
.filters {
    position: relative;
    width: 242px;
    min-width: inherit;
    padding-top: 0;
    float: left;
    margin-right: 6px;
    margin-top: 18px;
}
.custom-time {
    /*    width: 30%;
*/
    /*float: left;*/
    overflow: hidden;
    width: 189px;
    margin-top: 21px;
    /*    padding-right: 4%;*/
}
.date-entry {
    width: 170px;
    font-size: 13px;
    font-weight: 600;
}
.date-entry input {
    width: 95%;
}
.duration {
    width: 6%;
    float: left;
    text-align: center;
    line-height: 40px;
}
.filters-button {
    height: 45px;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #13294B;
    background-color: #fff;
    transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 45px;
    cursor: pointer;
}
#filters-button:hover {
    /*   background: #7B7B7B !important; */
    color: #fff !important;
}
.filters-button:after {
    font-family: "FontAwesome";
    content: '\f0d7';
    padding-left: 11px;
}
#time-options {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    border: 0;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: rgba(6, 14, 29, 31%) 0px 7.7671px 27.7671px -6px;
}
#time-options li {}
#time-options li a {
    background-color: #999;
    color: #fff !important;
    padding: 10px 30px;
    width: 100%;
    display: block;
    clear: left;
    font-size: 13px;
    border-bottom: 1px dotted #aaa;
    text-decoration: none;
}
#time-options #event-types {
    margin-bottom:8px;
}
#time-options #event-types li {
    font-size: 13px;
    margin-bottom:2px;
}
#time-options #event-types li a {
    padding: 4px 0; 
    border:0;
    font-weight: 400;
}
#filter-event-types{
    border-top: 1px dotted #aaa;
}
.event-type-label{
    font-weight:600;
    font-size:13px;
    margin-bottom:6px;
}
.event-type-checkbox{
    margin-right:8px;
    position: relative;
    top: 2px;
}
#time-options #months-options li:last-child a {
    border-bottom: 1px solid #aaa;
}
#time-options li:last-child a {
    border-bottom: 0;
    border-radius: 4px;
}
#time-options li:first-child a {
    border-radius: 4px;
}
.filters #time-options li a {
    color: #444d56 !important;
    font-weight: 600;
}
#time-options #months-options, #time-options #months-options.closed {
    display: none;
}
#time-options #months-options.open {
    display: block;
}
#time-options #months-options li a {
    background-color: #fff;
    color: #333 !important;
    font-size: 13px;
}
#time-options li a:hover {
    background-color: #f6f6f6;
    text-decoration: underline;
}
#time-options li a {
    position: relative;
}
#time-options #months-trigger.open:after {
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 19px;
    font-weight: 400;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#time-options #months-trigger.closed:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 19px;
    font-weight: 400;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#ws-modal-menu h4.closed::after {
    content: "";
    font-family: "FontAwesome";
    font-size: 26px;
    font-weight: 400;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#paging-controls {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}
#paging-controls .back {
    display: block;
    float: left;
}
#paging-controls .next {
    display: block;
    float: right;
}
#expand-events, #expand-sponsors, #expand-topics, #expand-locations, #more-topics {
    background-color: #131F33;
    border: 0;
    color: #b7bcc4;
    height: 28px;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 12px;
    margin-top: 8px;
}
#expand-events:hover, #expand-sponsors:hover, #expand-topics:hover, #expand-locations:hover, #more-topics:hover {
    color: #fff;
}
.user-entry {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    padding: 6px 12px;
    box-sizing: border-box;
    font-size: 13px;
    width: 95%;
}
.user-entry:focus {
    border: 1px solid #444;
    background-color: #fff;
}
#calendar-actions {
    display: block;
    float: right;
    margin-top: -3.75em;
    margin-top: -54px;
}
@media (max-width: 800px) {
    #calendar-actions {
        background-color: #fff;
        float: left;
        margin-top: 0;
        padding-bottom: 21px;
        width: 100%;
    }
}
/*
#ws-calendar-container.detail-view #calendar-actions {
    margin-top: 8px;
	width:auto;
} */
.submit-event:after {
    content: '\f0fe';
    font-family: 'FontAwesome';
    color: #666;
    margin-left: 5px;
}
#menu-items {
    float: left;
    /* margin-right: 20px;*/
}
#menu-items li {
    float: left;
    margin-left: 7px;
}
#menu-items li:first-child  {
    margin-left: 0;
}
#ws-download:first-child {
    margin-left: 0;
}
.calendar-share-facebook a:after {
    content: '\f09a';
    font-family: 'FontAwesome';
}
.calendar-share-twitter a:after {
    content: '\f099';
    font-family: 'FontAwesome';
}
.calendar-share-email a:after {
    content: '\f0e0';
    font-family: 'FontAwesome';
}
#ws-home a:after {
    content: '\f015';
    font-family: 'FontAwesome';
}
#ws-search a:after {
    content: '\f002';
    font-family: 'FontAwesome';
}
#ws-download a:after {
    content: '\f019';
    font-family: 'FontAwesome';
}
#ws-share a:after {
    content: '\f064';
    font-family: 'FontAwesome';
}
#ws-included a:after {
    content: '\f12e';
    font-family: 'FontAwesome';
}
#ws-contact a:after {
    content: '\f007';
    font-family: 'FontAwesome';
}
#ws-add a:after {
    content: '\f067';
    font-family: 'FontAwesome';
}
#menu-items li a {
    /*  background-color: #777; */
    border-radius: 4px;
    box-sizing: border-box;
    color: #13294B;
    display: block;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 20px;
    padding: 4px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #aaa;
    background-color: #fff;
}
#menu-items li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #13294B;
}
#menu-items li span {
    position: absolute;
    top: -999999px;
    left: -999999px;
}
.label-small {
    font-size: .75em;
    text-align: center;
    display: block;
}
.separate-line {
    display: block;
    clear: both;
}
.adjacent {
    float: left;
    position: relative;
}
#cal-closing {
    margin-top: 2em;
    margin-bottom: 1em;
}
/* =============================
Detail Screen
============================= */
#ws-calendar-container.detail-view {
    /* overflow: hidden;*/
    margin: auto;
    padding-top: 0px;
}
#ws-calendar-container.detail-view:after {
    content: '';
    display: table;
    clear: both;
}
#ws-calendar-container.detail-view .back-btn {
    /*   background-color: #7B7B7B; */
    color: #f4f4f2;
    float: left;
    font-size: 0.83em;
    border-radius: 50px;
    padding: 0.5em 1.1em;
    margin-bottom: 30px;
}
#ws-calendar-container.detail-view .back-btn:hover {
    text-decoration: none;
}
#ws-calendar-container.detail-view .back-btn:before {
    content: '\f112';
    font-family: "FontAwesome";
    margin-right: 5px;
    font-size: .95em !important;
}
.section::after, .container::after {
    clear: both;
}
#ws-calendar-container.detail-view img {
    width: 100%;
    max-width: 600px;
    margin-top: 36px;
    border-radius: 4px;
}
#ws-calendar-container.detail-view .detail-content {
    overflow: hidden;
}
#ws-calendar-container.detail-view .ws-description {
    clear: both;
    margin-top: 1.8em;
    float: left;
}
#cal-intro {
    margin-bottom: 2em;
    margin-right: 180px;
    /* float: left; */
    display: block;
    clear: both;
}
@media (max-width: 600px) {
    #cal-intro {
        margin-right: 0 !important;
    }
}
.main-content-container {
    display: inline;
    float: left;
    width: 100%;
}
.container-limit {
    margin-left: auto;
    margin-right: auto;
    /* max-width: 605px;
    width: 92%;*/
}
#ws-calendar-container.detail-view #ws-title {
    margin-bottom: 1em;
    margin-top: 1em;
    line-height: 1.2;
}
#ws-calendar-container.detail-view dt {
    clear: both;
    float: left;
    font-weight: 700;
    margin-bottom: 0.5em;
    width: 100px;
}
#ws-calendar-container.detail-view dd {
    float: right;
    /*    font-size: 0.9em; */
    margin-left: 0;
    margin-right: 1em;
    width: calc(100% - 120px);
    margin-bottom: .7em;
}
#ws-calendar-container.detail-view dd.ws-description {
    width: 100%;
}
/*
#ws-calendar-container.detail-view dd:last-child {
    margin-top: 1em;
}
*/
.place-off-screen {
    position: absolute;
    top: -999999px;
    left: -999999px;
}
/* =================================
Updated search Controls 
================================== */
#filter-events {
    display: none;
}
#recurring-events button, #filter-events button {
    height: 45px;
    border: 0;
    border-radius: 4px;
    padding: 0 24px;
    font-size: 14px;
    cursor: pointer;
}
#recurring-events button.toggle-on:hover {
    color: #555;
}
#btn-show-recurring.toggle-on, #btn-show-recurring.toggle-on:hover, #btn-filter {
    /* background-color: #f4f4f2;*/
    background-color: #E4E4E0;
    color: #777;
}
#btn-show-recurring.toggle-off {
    /*   background-color: #777; */
    color: #f4f4f2;
}
#btn-show-recurring:before {
    margin-right: 5px;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 45px;
}
#btn-show-recurring.toggle-on:before {
    content: '\f021';
    color: #13294B;
}
#btn-show-recurring.toggle-off:before {
    content: '\f021';
    /* f00c*/
}
.filters {
    border: 0;
}
#search-options.toggle-on {
    height: auto;
    overflow: hidden;
    position: relative;
}
#search-options.toggle-off {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: -999999px;
    left: -999999px;
}
#btn-search:hover {
    /*    background-color: #f4f4f2;
*/ color: #555;
    cursor: pointer;
}
#btn-search.selected, #btn-search.selected:hover {
    /*   background: #777; */
    color: #fff;
    border: 0px solid #555;
    height: 45px;
    width: 45px;
    /*    margin-right: 3%;
*/
    border-radius: 7px;
}
#search-controls {
    background-color: #f6f6f6;
    padding-bottom: 18px;
    padding-left: 18px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    clear: both;
}
/* Sticky Controls */
#search-controls.stick {
    border-bottom: 2px solid #777;
    left: 50%;
    padding-bottom: 25px;
    position: fixed;
    top: 0;
    transform: translate(-50%, 0px);
    width: 100%;
    z-index: 100;
}
#search-controls.stick #search-time, #search-controls.stick #search-options.toggle-on {
    width: 100%;
    margin: auto;
    border: 0;
    padding: 0 40px;
}
#recurring-events {
    float: left;
    margin-top: 18px;
    margin-right: 18px;
}
#contDiv #ws-calendar-container.list-view .entry.recurring-event .title a:before {
    background-clip: padding-box;
    background-color: #f6f6f6 !important;
    border-radius: 4px;
    border: 1px solid #eee;
    box-sizing: border-box;
    color: #666 !important;
    content: "Recurring";
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 500 !important;
    line-height: 21px;
    margin-right: 14px;
    padding: 1px 5px;
    position: relative;
    top: 2px;
}
.main-content-container ul, .main-content-container ol, .main-content-container p {
    margin-bottom: 1.8em;
}
.main-content-container ul li {
    list-style: disc;
    margin-left: 3em;
    padding-left: .5em;
}
.main-content-container ol li {
    list-style: decimal;
    margin-left: 3em;
    padding-left: .5em;
}
#cal-intro ul, #cal-intro ol, #cal-intro p {
    margin-bottom: 1.8em;
}
#cal-intro ul li {
    list-style: disc;
    margin-left: 3em;
    padding-left: .5em;
}
#cal-intro ol li {
    list-style: decimal;
    margin-left: 3em;
    padding-left: .5em;
}
#cal-closing ul, #cal-closing ol, #cal-closing p {
    margin-bottom: 1.8em;
}
#cal-closing ul li {
    list-style: disc;
    margin-left: 3em;
    padding-left: .5em;
}
#cal-closing ol li {
    list-style: decimal;
    margin-left: 3em;
    padding-left: .5em;
}
section .ws-description ol, section .ws-description ul {
    list-style: disc;
    margin: 0;
    padding-left: 0;
}
.ws-description .ws-description {
    margin: 0 !important;
}
.toggle-view button, .toggle-search button, #btn-show-recurring.toggle-on {
    background: #ffffff;
    border: 1px solid #ccc;
    color: #13294B;
    font-family: 'open sans';
}
.toggle-view button:hover, .toggle-view button.selected:hover, .toggle-search #btn-search:hover, #btn-show-recurring.toggle-on:hover, #recurring-events button.toggle-on:hover {
    background: #13294B;
    color: #ffffff;
}
#btn-show-recurring.toggle-on:hover::before {
    color: #ffffff;
}
#ws-calendar-container.list-view .location::after, #ws-calendar-container.summary-view .location::after {
    color: #13294B;
}
a.map-link{
    padding: 4px;
    margin-left:8px;
}
a.map-link:hover{
    text-decoration: underline !important;
}

#search-options.toggle-off {
    height: auto;
    position: static;
    top: auto;
    left: auto;
    display: none;
}
#time-options li a {
    background-color: #ffffff;
}
#search-list-screen:hover {
    cursor: pointer;
    background-color: #13294B;
    color: #fff;
    transition: background-color 0.1s ease 0s;
}
#search-list-screen {
    width: 46px;
    background-color: #fff;
    color: #13294B;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: 400;
}
.filter-chooser {
    height: 45px;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #13294B;
    background-color: #fff;
    transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 45px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease;
    margin-top: 18px;
}
#filters-button:hover, .filter-chooser:hover {
    cursor: pointer;
    background-color: #13294B;
    color: #fff;
    transition: background-color 0.1s ease 0s;
}
#filter-apply{
    padding: 18px;
    padding-top: 0;
    padding-bottom: 24px;
}

.filter-option { 
    padding:18px 24px;
}
.filter-button{
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: #fff;
    padding: 6px 24px;
    
}
.filter-button:hover {
    border: 1px solid #aaa;
    color: #fff;
    background-color: #13294B;
    cursor: pointer;
}
#btn-show-recurring {
    border: 0;
    border-radius: 4px;
    padding: 0 12px;
}
#months-trigger:hover {
    cursor: pointer !important;
    text-decoration: underline !important;
}
#months-options li a {
    padding-left: 48px !important;
}
#KEYWORDS{
    width: 100%;
    box-sizing: border-box;
    background-image: url('https://webtools.illinois.edu/webservices/images/webtools/searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
}
.filter-month{
    text-transform: capitalize;
}
@media (max-width: 1128px) {
    .toggle-view {
       float: left;
    }
}

/*  Beginning of toggleview.css */

/* ==================================
Summary-View
=================================== */
    /* Fonts */
    /*#ws-calendar-container.summary-view * {
        transition: all .3s ease;
    }*/
    #content_legacy h3 {
      line-height: 1.4;
      font-family: 'Source Sans', Arial, sans-serif;
    }
    #contDiv #ws-calendar-container.summary-view h2 {
      margin-bottom: 2.25em;
      font-size: 19px !important;
      font-weight: normal;
      padding-top: 0.4em;
      color: #f4f4f2;
      padding-bottom: .4em;
      padding-top: .4em;
      /* background-color: #7b7b7b;*/
      text-align: center;
      border-radius: 4px;
    }
    #ws-calendar-container.summary-view .entry .title {
      margin-bottom: .5em;
    }
    #ws-calendar-container.summary-view .entry .title h3 {
      line-height: 1.3;
      margin-bottom: 12px
    }
    #ws-calendar-container.summary-view .entry .title h3 a {
      text-decoration: none;
    }
    #ws-calendar-container.summary-view .entry .summary {
      margin-bottom: .5em;
    }
    #ws-calendar-container.summary-view .entry .event-meta {
      margin-bottom: .5em;
      overflow: auto;
    }
    #ws-calendar-container.summary-view .entry .event-meta.info {
      margin-bottom: 0;
      overflow: auto;
    }
    /* General */
    #ws-calendar-container.summary-view .entry .event-meta {
      font-size: 14px;
    }
    #ws-calendar-container.summary-view .event-entries .entry {
      margin-bottom: 2em;
      padding-bottom: 2em;
      position: relative;
      border-bottom: 1px solid #ddd;
    }
    #ws-calendar-container.summary-view .event-entries .entry .date {
      margin-bottom: 6px;
      float: right;
      width: calc(100% - 330px);
    }
    #ws-calendar-container.summary-view .event-entries .entry .location-new {
      margin-bottom: 18px;
      float: right;
      width: calc(100% - 330px);
    }
    #ws-calendar-container.summary-view .event-entries .entry:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }
    #ws-calendar-container.summary-view .event-entries .entry:after {
      content: '';
      display: table;
      clear: both;
    }
    #ws-calendar-container.summary-view .entry.with-image .entry-image {
      width: 300px;
      overflow: hidden;
      padding: 0;
      float: left;
      border-radius: 4px;
      aspect-ratio: 16 / 9;
      text-align: -webkit-center;
      background-color: #F8F8F8;
    }
    #ws-calendar-container.summary-view .entry.with-image .event-meta, #ws-calendar-container.summary-view .entry.with-image .title, #ws-calendar-container.summary-view .entry.with-image .summary, #ws-calendar-container.summary-view .entry.with-image .event-meta.info {
      float: right;
      width: calc(100% - 330px);
    }
    #ws-calendar-container.summary-view .type {
      float: left;
      margin-right: 15px;
    }
    #ws-calendar-container.summary-view .tags {
      /*        float: left;
*/
    }
    #ws-calendar-container.summary-view .tags:before {
      content: '\f054';
      font-family: 'FontAwesome';
      margin-right: 5px;
      font-size: 10px;
      color: #999;
    }
    #ws-calendar-container.summary-view .tags span {
      margin-left: 10px;
    }
    xxx#ws-calendar-container.summary-view .location:after {
      font-family: 'FontAwesome';
      content: '\f0f7';
      margin-left: 5px;
      margin-right: 1px;
      position: absolute;
      right: 0;
    }
    #ws-calendar-container.summary-view .event-meta .date {
      float: left;
    }
    #ws-calendar-container.summary-view .event-meta .location {
      display: block;
      float: right;
      margin-right: 20px;
      max-width: 160px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    /* begin jrw */
    #ws-calendar-container.summary-view .virtual:after {
      content: '\f1eb';
    }
    /* end jrw */
    #ws-calendar-container.summary-view .entry-pod img, #ws-calendar-container.summary-view .entry-image img {
      display: block;
      height: 100%;
      transition: opacity 300ms ease 0s;
    }
    /* ==================================
List-View
=================================== */
    /* 
    #ws-calendar-container.list-view * {
        transition: all .3s ease;
    }*/
    /* Fonts */
    #ws-calendar-container.list-view h2 {
      margin-bottom: 1.25em;
      font-size: 19px;
      font-weight: normal;
      padding-top: 0.4em;
      color: #fff;
      padding-bottom: .4em;
      padding-top: .4em;
      /*  background-color: #7b7b7b;*/
      text-align: center;
      border-radius: 4px;
    }
    #ws-calendar-container.list-view .entry .title {
      /*        margin-bottom: .5em;
*/
      font-size: 85%;
      margin-bottom: 0;
    }
    #ws-calendar-container.list-view .entry .summary {
      display: none;
    }
    #ws-calendar-container.list-view .entry .event-meta {
      /*        margin-bottom: .5em;
*/
      overflow: auto;
      margin-bottom: 0;
    }
    #ws-calendar-container.list-view .entry .event-meta.info {
      display: none;
    }
    /* General */
    #ws-calendar-container.list-view .event-entries {
      margin-bottom: 1.25em;
    }
    #ws-calendar-container.list-view .event-entries .entry {
      margin-bottom: 12px;
      padding-bottom: 12px;
      position: relative;
      border-bottom: 1px dotted #ccc;
    }
    #ws-calendar-container.list-view .event-entries .entry:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }
    #ws-calendar-container.list-view .event-entries .entry:after {
      content: '';
      display: table;
      clear: both;
    }
    #ws-calendar-container.list-view .entry.with-image .entry-image {
      display: none;
    }
    #ws-calendar-container.list-view .entry .event-meta .date {
      float: left;
    }
    #ws-calendar-container.list-view .entry .title {
      position: absolute;
      left: 160px;
      top: 0;
      width: calc(100% - 350px);
    }
    #ws-calendar-container.list-view .entry .title h3 {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      position: relative;
      top: -4px;
      font-weight: 400;
      font-size: 18px;
    }
    #ws-calendar-container.list-view .entry .title h3 a {
      text-decoration: none;
    }
    #ws-calendar-container.list-view .type {
      float: left;
      margin-right: 10px;
    }
    #ws-calendar-container.list-view .tags {
      float: left;
      margin-left: 5px;
    }
    #ws-calendar-container.list-view .tags:before {
      content: '\f054';
      font-family: 'FontAwesome';
      margin-right: 5px;
      font-size: 10px;
      color: #999;
    }
    #ws-calendar-container.list-view .tags span {
      margin-left: 10px;
    }
    #ws-calendar-container.list-view .location:after {
      font-family: 'FontAwesome';
      content: '\f0f7';
      margin-left: 5px;
      margin-right: 1px;
      position: absolute;
      right: 0;
    }
    /* begin jrw */
    #ws-calendar-container.list-view .virtual:after {
      xxxcontent: '\f0c2';
      content: '\f1eb';
    }
    /* stop jrw */
    #ws-calendar-container.list-view .event-meta .date {
      float: left;
      width: 150px;
    }
    #ws-calendar-container.list-view .event-meta .location {
      /*display: none;*/
      display: block;
      float: right;
      margin-right: 16px;
      max-width: 150px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding-right: 10px;
    }
    #ws-calendar-container.list-view .entry-pod img, #ws-calendar-container.list-view .entry-image img {
      display: block;
      width: 100%;
      transition: opacity 300ms ease 0s;
    }
    /* ==================================
Grid-View
=================================== */
    /* Fonts */
    /*#ws-calendar-container.grid-view * {
        transition: all .3s ease;
    }*/
    #ws-calendar-container.grid-view h2 {
      margin-bottom: 1em;
      font-size: 19px;
      font-weight: normal;
      padding-top: 0.4em;
      color: #f4f4f2;
      padding-bottom: .4em;
      padding-top: .4em;
      /*  background-color: #7b7b7b;*/
      text-align: center;
      margin-top: 1em;
      border-radius: 4px;
    }
    #ws-calendar-container.grid-view .entry .title h3 {
      margin-bottom: 12px;
      font-size: 18px;
    }
    #ws-calendar-container.grid-view .entry .title h3 a {
      text-decoration: none;
    }
    #ws-calendar-container.grid-view .entry .title {
      margin-bottom: .5em;
      display: block;
      line-height: 1.4;
      margin-top: 2.5em;
      padding: 0 5%;
      width: 100%;
      float: left;
    }
    #ws-calendar-container.grid-view .entry .title .event-type-new, #ws-calendar-container.summary-view .entry .title .event-type-new {
      border-radius: 4px;
      /* border: 1px solid #666; */
      background-color: #f8f8f8;
      display: inline;
      padding: 2px 6px;
      font-size: 12px;
      margin-left: 12px;
      color: #666;
      border: 1px solid #eee;
      position: relative;
      top: -1px;
    }
    #ws-calendar-container.grid-view .entry .location-icon {
      border-radius: 4px;
      /* border: 1px solid #666; */
      font-family: 'FontAwesome';
      content: '\f0f7';
      display: inline;
      padding: 2px 6px;
      font-size: 13px;
      color: #666;
    }
    #ws-calendar-container.grid-view .entry .date {
      display: block;
      margin-bottom: 0.5em;
      padding: 0 5%;
      width: 100%;
      float: left;
      color: #666;
      font-size: 14px;
    }
    #ws-calendar-container.grid-view .entry .location-new {
      display: block;
      margin-bottom: 12px;
      padding: 0 5%;
      width: 100%;
      float: left;
      color: #666;
      font-size: 14px;
    }
    #ws-calendar-container.grid-view .entry.with-image .title {
      margin-top: 18px;
      ;
    }
    #ws-calendar-container.grid-view .entry .summary {
      margin-bottom: .5em;
      font-size: 14px;
      padding: 0 5%;
    }
    #ws-calendar-container.grid-view .entry .event-meta {
      position: absolute;
      top: 0;
      right: 0;
      /*    width:100%;
*/
      overflow: auto;
    }
    #ws-calendar-container.grid-view .entry .event-meta.info {
      position: absolute;
      bottom: 2px;
      right: 12px;
      top: auto;
      left: auto;
      overflow: auto;
      z-index: 5;
    }
    /* General */
    #ws-calendar-container.grid-view .event-entries:after {
      content: '';
      clear: both;
      display: table;
    }
    #ws-calendar-container.grid-view .event-entries .entry {
      background-color: #fff;
      border: 1px solid #eee;
      float: left;
      height: 364px;
      margin: 1.5%;
      overflow: hidden;
      position: relative;
      width: 22.7%;
      border-radius: 4px;
      position: relative;
      transition: all 0.2s ease-in;
      box-shadow: 0 10px 20px -6px rgba(6, 14, 58, 0.1);
    }
    #ws-calendar-container.grid-view .event-entries .entry:hover {
      box-shadow: 0 20px 30px -6px rgba(6, 14, 58, 0.16);
      transform: translateY(-10px);
    }
    @media screen and (min-width: 960px) {
      #ws-calendar-container.grid-view .event-entries .entry:nth-child(4n+1) {
        margin-left: 0;
      }
      #ws-calendar-container.grid-view .event-entries .entry:nth-child(4n) {
        margin-right: 0;
      }
    }
    @media screen and (min-width: 800px) and (max-width: 960px) {
      #ws-calendar-container.grid-view .event-entries .entry:nth-child(3n+1) {
        margin-left: 0;
      }
      #ws-calendar-container.grid-view .event-entries .entry:nth-child(3n) {
        margin-right: 0;
      }
      #ws-calendar-container.grid-view .event-entries .entry {
        width: 31.3%;
        height: 360px;
      }
    }
    @media screen and (min-width: 660px) and (max-width: 800px) {
      #ws-calendar-container.grid-view .event-entries .entry:nth-child(2n+1) {
        margin-left: 0;
      }
      #ws-calendar-container.grid-view .event-entries .entry:nth-child(2n) {
        margin-right: 0;
      }
      #ws-calendar-container.grid-view .event-entries .entry {
        width: 48.5%;
        height: 392px;
      }
    }
    @media screen and (max-width: 660px) {
      #ws-calendar-container.grid-view .event-entries .entry:nth-child(1n+1) {
        margin-left: 0;
      }
      #ws-calendar-container.grid-view .event-entries .entry:nth-child(1n) {
        margin-right: 0;
      }
      #ws-calendar-container.grid-view .event-entries .entry {
        width: 100%;
        xxxheight: 428px;
      }
    }
    #ws-calendar-container.grid-view .event-entries .entry:after {
      background: rgba(0, 0, 0, 0) url("https://webservices.illinois.edu/webservices/images/elipses-gradient-vertical-70.png") repeat-x scroll 0 0;
      bottom: 0;
      content: "";
      height: 48px;
      position: absolute;
      right: 0;
      width: 100%;
    }
    #ws-calendar-container.grid-view .event-entries .entry:after {
      content: '';
      display: table;
      clear: both;
    }
    #ws-calendar-container.grid-view .entry.with-image .entry-image {
      width: 100%;
      overflow: hidden;
      padding: 0;
      float: left;
      aspect-ratio: 16 / 9;
      text-align: -webkit-center;
        background-color: #F6F6F6;
    }
    #content_legacy .title h3 a {
      line-height: 26px;
    }
    #ws-calendar-container.grid-view .entry.with-image .event-meta, #ws-calendar-container.grid-view .entry.with-image .title, #ws-calendar-container.grid-view .entry.with-image .summary, #ws-calendar-container.grid-view .entry.with-image .event-meta.info {}
    #ws-calendar-container.grid-view .type {}
    #ws-calendar-container.grid-view .type a {
      text-transform: uppercase;
      color: #666;
      text-decoration: none;
      display: block;
      padding-bottom: 6px;
      padding-right: 8px;
      font-size: 0.65em;
      letter-spacing: 0.05em;
    }
    #ws-calendar-container.grid-view .type a:hover {
      color: #ff6600;
    }
    #ws-calendar-container.grid-view .tags {
      float: left;
      margin-left: 5px;
      display: none;
    }
    #ws-calendar-container.grid-view .tags:before {
      content: '\f054';
      font-family: 'FontAwesome';
      margin-right: 5px;
      font-size: 10px;
      color: #999;
    }
    #ws-calendar-container.grid-view .tags span {
      margin-left: 10px;
    }
    xxx#ws-calendar-container.grid-view .location:after {
      font-family: 'FontAwesome';
      content: '\f0f7';
      margin-left: 5px;
      margin-right: 1px;
    }
    #ws-calendar-container.grid-view .event-meta .date {
      float: left;
      color: #666;
      padding: 3px 8px;
      font-size: .9em;
      border-radius: 4px;
      margin: 10px;
      background-color: #e9e9e9;
      /* background-color: #666;*/
    }
    #ws-calendar-container.grid-view .event-meta .event-type {
      float: left;
      color: #444;
      padding: 1px 8px;
      font-size: .9em;
      border-radius: 4px;
      margin: 10px;
      background-color: #f6f6f6;
      border: 1px solid #ddd;
      /* background-color: #666;*/
    }
    #ws-calendar-container.grid-view .event-meta .event-type a {
      text-decoration: none;
      color: #666;
      text-transform: uppercase;
      font-size: 11px;
    }
    #ws-calendar-container.grid-view .event-meta .location {
      float: right;
      display: none;
    }
    #ws-calendar-container.grid-view .entry-pod {
      display: table;
    }
    #ws-calendar-container.grid-view .entry-pod img, #ws-calendar-container.grid-view .entry-image img {
      display: block;
      width: 100%;
      transition: opacity 300ms ease 0s;
    }
    #ws-calendar-container.grid-view .entry-image img.thumb-image {
        height: 100%;
        width: auto;
    }
#bread-crumbs{
    margin-bottom: 12px;
}
#bread-crumbs a {
    text-decoration: none;
    color: #13294B;
    font-weight: 600;
}
#bread-crumbs a:hover {
    text-decoration: underline;
}
.bread-crumb-seperator{
    padding: 0 12px;
}
.bread-crumb-seperator i{
    font-size:18px;
    font-weight: 600;
}
#search-controls.search-results, #search-controls.detail {
    margin-bottom: 12px;
}
#results-info {
    text-align: center;
    padding-bottom: 24px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}
.search-term{
    font-weight: 600;
}
.mobile-search-label{
    display: none;
}


    /* ================================
Media Query
================================ */
    @media only screen and (min-width: 689px) {
        .desktop-hide {
            display: none;
        }
    }
    @media only screen and (max-width: 688px) {
        #content_legacy > #app {
            padding-top: 18px;
        }
        #results-info{
            text-align: left;
            margin-top: 12px;
        }
        .mobile-hide {
            display:none;
        }
        .desktop-hide {
            display: block;
        }
        #menu-items li a {
            height: 36px;
            width: 36px;
            line-height: 27px;
            font-size: 23px;
        }
        #menu-items li {
            margin-left: 8px;   
        }
        
      #wizard .profile-wrapper .profile-photo img {
        width: 200px;
        height: auto;
      }
      .summary {
        display: none;
      }
        .mobile-search-label {
            display:inline;
            font-weight: 600;
            padding-right: 4px;
        }        
      #ws-calendar-container.summary-view .entry.with-image .entry-image {
        width: 100%;
      }
      #ws-calendar-container.summary-view .entry.with-image .title {
        width: 100%;
        float: left;
        padding: 0 5%;
        margin-top: 18px;
      }
      #ws-calendar-container.summary-view .event-entries .entry .date {
        float: left;
        width: 100%;
        padding: 0 5%;
        font-size: 14px;
      }
      #ws-calendar-container.summary-view .event-entries .entry .location-new {
        float: left;
        width: 100%;
        padding: 0 5%;
        margin-bottom: 1px;
        font-size: 14px;
      }
      #ws-calendar-container.summary-view .entry.with-image .event-meta {
        position: absolute;
        width: auto !important;
        bottom: 2px !important;
        right: 12px !important;
        top: auto !important;
        left: auto !important;
        overflow: auto;
        z-index: 5;
      }
      #ws-calendar-container.summary-view .entry .title h3 {
        font-size: 18px;
      }
      #ws-calendar-container.summary-view .entry.with-image .event-meta a {
        text-decoration: none;
      }
      #ws-calendar-container.summary-view .entry.with-image .entry-image {
        aspect-ratio: 16 / 9;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
      }
      #ws-calendar-container.summary-view .event-entries .entry {
        border: 1px solid #ddd;
        border-radius: 4px;
        position: relative;
        transition: all 0.2s ease-in;
        box-shadow: 0 10px 20px -6px rgba(6, 14, 58, 0.1);
      }
      #ws-calendar-container.summary-view .entry .title {
        margin-bottom: .5em;
      }
      #ws-calendar-container.summary-view .type a {
        text-transform: uppercase;
        color: #666;
        text-decoration: none;
        display: block;
        padding-bottom: 6px;
        padding-right: 8px;
        font-size: 0.65em;
        letter-spacing: 0.05em;
      }
      #contDiv #ws-calendar-container.summary-view h2 {
        margin-bottom: 1em;
      }
      xxx#btn-list {
        display: none;
      }
      #btn-show-recurring.toggle-on, #btn-show-recurring.toggle-on:hover, #btn-filter{
        padding-right: 10px;
      }
    }
    #ws-calendar-container.summary-view .summary{
        display:none;
    }
    @media only screen and (max-width: 520px) {
      #wizard .profile-wrapper .profile-photo img {
        width: 200px;
        height: auto;
      }
      .summary {
        display: none;
      }
      #ws-calendar-container.summary-view .entry.with-image .entry-image {
        width: 100%;
      }
      #ws-calendar-container.summary-view .entry.with-image .title {
        width: 100%;
        float: left;
        padding: 0 5%;
        margin-top: 18px;
      }
      #ws-calendar-container.summary-view .event-entries .entry .date {
        float: left;
        width: 100%;
        padding: 0 5%;
        font-size: 14px;
      }
      #ws-calendar-container.summary-view .event-entries .entry .location-new {
        float: left;
        width: 100%;
        padding: 0 5%;
        margin-bottom: 1px;
        font-size: 14px;
      }
      #ws-calendar-container.summary-view .entry.with-image .event-meta {
        position: absolute;
        width: auto !important;
        bottom: 2px !important;
        right: 12px !important;
        top: auto !important;
        left: auto !important;
        overflow: auto;
        z-index: 5;
      }
      #ws-calendar-container.summary-view .entry .title h3 {
        font-size: 18px;
      }
      #ws-calendar-container.summary-view .entry.with-image .event-meta a {
        text-decoration: none;
      }
      #ws-calendar-container.summary-view .entry.with-image .entry-image {
        aspect-ratio: 16 / 9;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
      }
      #ws-calendar-container.summary-view .event-entries .entry {
        border: 1px solid #ddd;
        border-radius: 4px;
        position: relative;
        transition: all 0.2s ease-in;
        box-shadow: 0 10px 20px -6px rgba(6, 14, 58, 0.1);
      }
      #ws-calendar-container.summary-view .entry .title {
        margin-bottom: .5em;
      }
      #ws-calendar-container.summary-view .type a {
        text-transform: uppercase;
        color: #666;
        text-decoration: none;
        display: block;
        padding-bottom: 6px;
        padding-right: 8px;
        font-size: 0.65em;
        letter-spacing: 0.05em;
      }
      #contDiv #ws-calendar-container.summary-view h2 {
        margin-bottom: 1em;
      }
      #btn-show-recurring.toggle-on, #btn-show-recurring.toggle-on:hover, #btn-filter{
            padding-right: 10px;
      }
    }

    @media only screen and (max-width: 700px) {
      #list-desktop {
            display: none;
        }
      #list-mobile {
            display: block !important;
        }
        #ws-calendar-container.list-view .entry .title{
            position: static;
            width: 100%;
        }
        #ws-calendar-container.list-view .entry .date{
            margin-bottom: 4px;
        }
        #ws-calendar-container.list-view .entry .title h3 {
            margin-bottom: 0;
            white-space: normal;
            font-weight: 600;
        }
        #ws-calendar-container.list-view .event-entries .entry {
            xxxborder: 0;
        }
        #contDiv #ws-calendar-container.list-view .entry.recurring-event .title a:before {
            display:none;
        }
        #contDiv #ws-calendar-container.list-view .entry.recurring-event .title a:after {
            background-clip: padding-box;
            background-color: #f6f6f6 !important;
            border-radius: 4px;
            border: 1px solid #eee;
            box-sizing: border-box;
            color: #666 !important;
            content: "Recurring";
            font-size: 13px;
            font-weight: 500 !important;
            line-height: 21px;
            margin-left: 14px;
            padding: 1px 5px;
            position: relative;
            top: -1px;
        }
    }

/*  Application wizard skins only */
#wizard .search-field {
    width: 192px;
}

 @media only screen and (max-width: 1200px) {
 
     #wizard .toggle-view {
       float: left;
    }
     
     
}








