  
.events-filters-show-less,
.events-filters-show-more {
  margin-left: .5em;
}
.event-audience-line:nth(1n+6):after
{
  display: none;

}
.event-long-desc
{
  margin-bottom: 1em;
}

a.events-more-info-link {
   font-family: 'NationalBold',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

a.events-more-info-link:after {
	content: "»";
    padding-left: 6px;
}

.events-sidebar-group
{
  color: #6f6f6f;
  font-size: 80%;
  padding-top: 1.75em;
  padding-bottom: .75em;
  border-bottom: thin #f8f8f8 solid;
}

/*.events-flashperks-hidden-checkbox, .events-audience-hidden-checkbox, .events-dept-hidden-checkbox, .events-campus-hidden-checkbox, .events-category-hidden-checkbo
{
  display: none;
}*/

.event-icon-flashperks-tiny
{
  height: 18px;
  width: 18px;
  background-image: url('/sites/all/themes/custom/ksu_base_zurb/images/ajax_loader/flashperks_logo_tiny.png');
  display: inline-block;
}
.event-item-icon
{
  width: 100%;
  max-width: 250px;
}

.event-icon-sunburst
{
  background-image: url('/sites/all/themes/custom/ksu_base_zurb/images/ajax_loader/sunburst.png');
}

.event-icon-flashperks
{
  background-image: url('/sites/all/themes/custom/ksu_base_zurb/images/ajax_loader/flashperks_logo.png');
}

#events-daterange-container
{
  margin-bottom: -2em;
  margin-top: 1em;
}

/*#eventcal-time-range-container {
    text-align: right;
    width: 100%;
}*/

#eventcal-time-range-container .select2 {
  text-align: left;
}

.eventcal-no-results {
  margin-top: 1em;
  border-radius: 3px;
  border: thin #999 solid;
  box-shadow: 3px 3px 3px #ddd;
  margin-bottom: 1em;
  text-align: center;
  padding: 2em;
  font-size: 150%;
  color: #999;
  display: hidden;

}



.event-item
{
  color: #000000;
}

.events-mini-date
{
  background-color: #f0d060;
  border-radius: 3px;
  color: white;
  display: inline-block;
  float: left;
  font-weight: bold;
  margin-right: 1em;
  padding-top: .5em;
  padding-bottom: .25em;
  padding-left: .5em;
  padding-right: .5em;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .events-mini-date{
    padding:0px;
    margin-right: 1em;
    padding-top: .5em;
    padding-bottom: .25em;
    padding-left: .5em;
    padding-right: .5em;
  }
}


.events-mini-date-day
{
  line-height: 70%;
  font-size: 200%;
}

.events-mini-multi-date-day
{
  line-height: 70%;
  font-size: 95%;
}


.events-sidebar-container
{
  /* nothing to see here */
}


.events-flashperks-hidden-checkbox:checked + .event-category-label,
.events-audience-hidden-checkbox:checked + .event-category-label,
.events-dept-hidden-checkbox:checked + .event-category-label,
.events-campus-hidden-checkbox:checked + .event-category-label,
.events-category-hidden-checkbox:checked + .event-category-label {
  font-weight: bold;
}

.event-category-label
{
  /* font-weight: bold; */
  padding-bottom: .5em;
  padding-top: .25em;
}


.event-category-line
{
  font-size: 80%;
  padding-bottom: .1em;
  padding-top: .1em;
}



.event-category-label, .event-category-label > *
{
  color: #000000;
}

#events-sidebar
{
  padding: 1em;
}

#campus-calendar-list
{
  list-style-type: none;
  font-family: Roboto Slab,Georgia,Times New Roman,Times,serif;
  color: #0073bd ;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
#campus-calendar-list a:hover
{
  text-decoration: underline;
}
/*#event-location-string
{
  color: #003976;
  font-weight:bold;
}
#event-location-string a:hover
{
  text-decoration: underline;
}*/

#events-category-list, #events-audience-list, #events-department-list, #events-flashperks-list  {
  width: max-content;
  width: -moz-max-content;
}

.events-sidebar-group {
  color: #111111;
  font-weight: bold;
  font-size: 80%;
  padding-top: 1.75em;
  padding-bottom: .5em;
  border-bottom: thin #f8f8f8 solid;
}
.event-category-label {
  padding-bottom: .05em;
  padding-top: .05em;
}
.row.events-header-row {
  background-color: #f0f0f0;
}
.category-category-show-more.events-filters-show-more, .category-category-show-less.events-filters-show-less, .category-audience-show-more.events-filters-show-more, .category-audience-show-less.events-filters-show-less, .category-dept-show-more.events-filters-show-more, .category-dept-show-less.events-filters-show-less {
  font-weight: bold;
  font-size: 80%;
  text-transform: capitalize;
}

.events-mini-date-month {
  font-size: 150%;
}

.events-mini-multi-date-month {
  font-size: 135%;
}

.event-category-line, .event-audience-line, .event-dept-line, .events-flashperks-list, .event-studentorg-line {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}

input[type="checkbox"]
{
  margin: 0 !important;
}
