#eventList {
	width: 100%;
}

.ProgramevHead {
	float: left;
	width: 12%;
	margin-right: 2%;
}

.Programev {
	float: left;
	width: 10%;
	margin: 6px 2%;
}

.Titleev, .TitleevHead {
	width: 50%;
	float: left;
	margin-right: 2%;
}

.Locationev, .LocationevHead {
	width: 13%;
	float: left;
	margin-right: 2%;
}

.Dateev, .DateevHead {
	width: 16%;
	float: left;
}

.Dateev {
	margin-right: 2%;
}

.FIREev {
  border-left: solid 1px #a8531e;  
  border-right: solid 1px #a8531e;  
}

.FRIDAev {
  border-left: solid 1px #c89019;  
  border-right: solid 1px #c89019;  
}

.ISIFev {
  border-left: solid 1px #b73030;  
  border-right: solid 1px #b73030;  
}

.eventHead {
	width: 100%;
	display: block;
	padding: 6px 0;
	font-size: 0.9em;
  	line-height: 1em;
	cursor: pointer;
}

.eventRow {
	width: 100%;
	display: block;
	padding: 0;
	margin-top: 0.6em;
}

.eventRow p {
	font-size: 0.9em;
  	line-height: 1em;
}

.eventTop {
	width: 100%;
}

.detailsev {
 	height: 14px;
    max-height: 14px;
    transition: max-height 0.8s ease-out;
    overflow: hidden;
	cursor: pointer;
}

.detailsev p {
 	margin: 0;
}

.fullHeight {
	height: auto !important;
    max-height: 2000px;
    transition: max-height 0.8s ease-in;
}

.FIREdet, .FRIDAdet, .ISIFdet {
	padding: 6px;
	color: #fff;
}

.FIREdet {
  background: #a8531e url(https://seedalliance.net/wp-content/themes/seedalliance/img/eventDownArrow_off.png) no-repeat right 8px;  
}

.FRIDAdet {
  background: #c89019 url(https://seedalliance.net/wp-content/themes/seedalliance/img/eventDownArrow_off.png) no-repeat right 8px; 
}

.ISIFdet {
  background: #b73030 url(https://seedalliance.net/wp-content/themes/seedalliance/img/eventDownArrow_off.png) no-repeat right 8px; 
}

.FIREdet:hover {
  background: #a8531e url(https://seedalliance.net/wp-content/themes/seedalliance/img/eventDownArrow_on.png) no-repeat right 8px; 
}

.FRIDAdet:hover {
  background: #c89019 url(https://seedalliance.net/wp-content/themes/seedalliance/img/eventDownArrow_on.png) no-repeat right 8px; 
}

.ISIFdet:hover {
  background: #b73030 url(https://seedalliance.net/wp-content/themes/seedalliance/img/eventDownArrow_on.png) no-repeat right 8px; 
}

.FIREdet.fullHeight {
  background: #a8531e url(https://seedalliance.net/wp-content/themes/seedalliance/img/eventUpArrow_off.png) no-repeat right 8px;  
}

.FRIDAdet.fullHeight {
  background: #c89019 url(https://seedalliance.net/wp-content/themes/seedalliance/img/eventUpArrow_off.png) no-repeat right 8px; 
}

.ISIFdet.fullHeight {
  background: #b73030 url(https://seedalliance.net/wp-content/themes/seedalliance/img/eventUpArrow_off.png) no-repeat right 8px; 
}

.FIREdet.fullHeight:hover {
  background: #a8531e url(https://seedalliance.net/wp-content/themes/seedalliance/img/eventUpArrow_on.png) no-repeat right 8px; 
}

.FRIDAdet.fullHeight:hover {
  background: #c89019 url(https://seedalliance.net/wp-content/themes/seedalliance/img/eventUpArrow_on.png) no-repeat right 8px; 
}

.ISIFdet.fullHeight:hover {
  background: #b73030 url(https://seedalliance.net/wp-content/themes/seedalliance/img/eventUpArrow_on.png) no-repeat right 8px; 
}

.engage, .eventDuration, .eventLocation, .eventSites, .eventParticipants, .eventContent {
	margin-top: 1em;
	display: block;
}

.eventDuration, .eventLocation, .eventSites, .eventParticipants {
	width:60%;
	margin-right: 4%;
	float: left;
}

.engage {
	width:30%;
	float: right;
}

.eventContent {
	clear: both;
	width: 100%;
	padding-top: 12px;
}

.eventSites a {
	color: #fff;
}

.hidden {
	display: none;
}
