.subscribe {
	text-align: right;
}

.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 h1 {
	margin: 0;
}

.list-events .event .series {
	margin: 0 0 0.25rem 0;
/* 	font-size: 1.125rem; color: #231F20; line-height: 1.4; letter-spacing: 0.125rem; */
	font-size: 0.9375rem; font-style: italic; color: #333; text-transform: uppercase; letter-spacing: 0.0625rem;
}

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

.list-events .event .time {
	margin: 1rem 0 0 0;
}
.list-events .event .time .ref {
	margin-left: 0.75rem;
	font-style: italic; color: #777;
}
.list-events.view .event .time {
	margin-top: 1rem;
}
.list-events .event .access {
	margin: 0.375rem 0 0 0;
	font-size: 1rem;
}
.list-events .event .access img {
	width: auto; height: 0.8125rem; margin-right: 0.375rem;
	vertical-align: baseline;
}
.list-events .event .description {
}

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

.list-events.view .event .functions {
	margin: 1rem 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 .resources .disabled {
	color: #999;
}

.sponsors {
	margin-top: 1rem;
}
.sponsors p.callout {
	margin: 0;
	text-transform: none;
}
.sponsors .orgs {
	display: block;
}
.sponsors .orgs .group {
	display: flex;
	flex-flow: wrap; justify-content: center;
	margin: 0 -0.5rem;
}
.sponsors .orgs .group.list {
	justify-content: flex-start;
}
.sponsors .orgs .orgwrap {
	display: block;
	flex: 0 0 auto;
	padding: 0.5rem;
}
.sponsors .orgs .group.t1 .orgwrap { flex-basis: 100%; }
.sponsors .orgs .group.t2 .orgwrap { flex-basis: 50%; }
.sponsors .orgs .group.t3 .orgwrap { flex-basis: 33.3333%; }
.sponsors .orgs .group.t4 .orgwrap { flex-basis: 25%; }
.sponsors .orgs .group.t5 .orgwrap { flex-basis: 20%; }
.sponsors .orgs .org {
	padding: 1rem;
	box-shadow: 0 0 1px #777;
}
.sponsors .orgs .logo {
	display: block; position: relative;
	padding-bottom: 35%;
}
.sponsors .orgs .logo img {
	display: block; position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	-o-object-fit: contain; object-fit: contain;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .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;
  }
}
