.list-view #calendar .fc-toolbar {
  padding-bottom: 0;
}

.meeting-copy {
  display: none;
}

.meeting-copy.active {
  display: block;
}

.list-events .list-header {
  padding: 0 0 15px 0;
  border-bottom: 10px solid #E7A512;
}

/*
.list-events .list-header h2 {
  text-align: center;
}
*/

.list-events .list-header .col-xs-8 p {
  padding-left: 15px;
}

.list-events .event {
  display: block;
/*   padding: 30px 15px; */
  border-bottom: 1px solid #D3DFE8;
	padding: 30px 0;
}
.list-events.view .event {
	padding: 0;
	border-bottom: none;
}
/*
.list-events.view .event:first-child {
	padding-top: 0;
}
*/

.list-events .event .h a {
	text-decoration: none;
}
.list-events .event .h a:hover {
	text-decoration: underline;
}

.list-events .event .title {
  margin: 0 0 15px 0;
}

.list-events .event .title a {
/*   font-family: "TradeGothic"; */
  font-size: 30px;
/*   color: #231F20; */
  letter-spacing: 0;
  line-height: 36px;
  text-decoration: none;
}
.list-events .event .title a:hover {
	text-decoration: underline;
}

.list-events .event .subtitle {
/*   font-family: "Avenir LT Pro Book"; */
  font-size: 20px;
  color: #231F20;
  letter-spacing: 0;
/*   line-height: 36px; */
	line-height: 1.4;
  margin: 0 0 10px 0;
}

.list-events .event .location {
/*   font-family: "Avenir LT Pro Book"; */
/*   font-size: 14px; */
  color: #231F20;
  letter-spacing: 0;
  margin: 0;
	font-size: 0.9375rem;
}
.list-events.view .event .location {
	font-size: 1rem;
}
.list-events .event .url {
	margin: 0.75rem 0 0 0;
}

.list-events .event .functions {
	margin-top: 1rem;
}

.list-events.view .event .functions {
	margin: 0;
}
.list-events.view .event .functions a {
	display: block;
	margin-top: 0.5rem;
}
.list-events.view .event .functions a:first-child {
	margin-top: 0;
}
.list-events.view .event .functions button {
	display: block;
	width: 100%;
	text-align: left;
}

.list-events .event .date {
/*   font-family: "TradeGothic"; */
	font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 24px;
  color: #231F20;
  letter-spacing: 0;
  line-height: 40px;
/* 	text-align: right; */
}

.list-events .event .date span {
  font-size: 15px;
  line-height: 28px;
}

.list-events .event .embedded {
	margin: 1rem 0 0 0; padding: 0;
}
.list-events .event .embeddeds {
	margin: 0;
}
.list-events .event .embeddeds li {
	margin: 0.5rem 0 0 0;
}
/*
.list-events .event .embeddeds {
	list-style: none;
	margin: 1rem 0 0 0; padding: 0;
}
.list-events .event .embeddeds li {
	margin: 1rem 0 0 0; padding: 0 0 0 1rem;
	border-left: 3px solid #ccc;
	font-size: 1.125rem;
}
.list-events .event .embedded li:first-child {
	margin-top: 0;
}
*/

.list-events .event .chairs {
	margin-top: 1.25rem;
}
.list-events .event .chairs .row {
	margin-top: 0.75rem;
}
.list-events .event .chairs .row:first-child {
	margin-top: 0;
}
.list-events .event .chairs .person {
	margin-top: 0;
}
.list-events .event .chairs .title {
	color: #777;
}

.list-events .event .resources i {
	margin-right: 0.5rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .fc-toolbar .fc-left,
  .fc-toolbar .fc-right,
  .fc .fc-toolbar > * > * {
    float: none;
  }

  .fc-toolbar .fc-left {
    margin-bottom: 30px;
  }

  .list-events .list-header .col-xs-8,
  .list-events .list-header .col-xs-4 {
    display: none;
  }

  aside nav > ul > li.active > a,
  aside nav > ul > li > ul > li.active > a {
    color: #231F20;
  }

  aside nav > ul > li.on > a,
  aside nav > ul > li > ul > li.on > a {
    color: #00539B;
  }
}
