
/* events.css */

/* ... Events ...
-----------------------------------------------*/
.mod_eventlist .empty {
  /* display: none; */
}
.home-eventlists .event {
	display: flex;
  flex-direction: column;
}
.home-eventlists .h2,
.archive-list .calendar,
.reader-program .calendar {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(0,0,0,.5);
  border: 1px solid rgba(0,0,0,.5);
  border-radius: calc(1.5em / 2 + 1px);
  padding: 0 1em;
}
.home-eventlists .h2 {
  align-self: flex-start;
  display: inline-block;
  margin-right: .5em;
}
.archive-list .calendar {
	margin-bottom: .5em;
	display: inline-block;
}
.event_cat_wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.reader-program .calendar {
	margin-bottom: 0;
}
.archive-list .calendar + .calendar,
.reader-program .calendar + .calendar {
	margin-left: .5em;
}
.home-eventlists .image_container a {
  position: relative;
  overflow: hidden;
}
.event-link {
	font-size: 2rem;
	margin-bottom: 0;
	position: relative;
}
.event-link a {
	border: 0 none;
}
.event-link a span {
	position: relative;
	color: transparent;
}
.event-link a span::after {
	content: "";
	position: absolute;
	width: 36px;
	height: 36px;
	left: .25em;
	background-image: url(img/arrow-r.svg);
	background-repeat: no-repeat;
	background-size: 75%;
	background-position: center;
	border: 2px solid #111;
	border-radius: 50%;
}
.event-link a:hover span::after {
	border-color: #28a0e6;
}
.event-info {
  font-weight: 400;
}
.home-eventlists .h2,
.event-link,
.event-info {
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
}

.archive-list h1 {
	font-size: 2rem;
	background-color: #eaeaea;
	margin-bottom: 2rem;
}

.list-program-1 {
/* *
	position: relative;
	overflow: hidden;
	margin-left: 56px;
	margin-right: 56px;
	padding: 0;
/* */
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 2px solid #111;
}
.list-program-1:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0 none;
}
.event.list-program-1.css-cols {
	grid-template-columns: 20% 1fr 20%;
}
/* *
.list-program-1::after {
	content: '';
	position: absolute;
	width: calc(100% - 2 * 80px);
	height: 2px;
	bottom: 0;
	background-color: #888;
	visibility: visible;
}
.list-program-1::nth-last-child(2)::after {
  display: none;
}
/* */
.list-program-1 > div {
  /* padding: 2rem 0; */
}
.list-program-1 > div:nth-child(2) {
  /* padding-left: 2rem; */
  /* padding-right: 2rem; */
}
.list-program-1 div > a {
  text-align: center;
  color: inherit;
  display: block;
  border: 0 none;
}
.list-program-1 div > a:focus,
.list-program-1 div > a:hover {
  color: #a061cf;
}
.list-program-1 .year {
	font-size: 2rem;
	padding-top: 35px;
}
.list-program-1 .location {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.reader-program-1 .cal-title,
.reader-program-1 .headline {
  text-align: center;
}
.list-program-1 .image_container {
	margin: 0;
}
.list-program-1 .image_container a {
	/* height: 153px; */
	/* overflow: hidden; */
	/* position: relative; */
}
.list-program-1 .image_container img {
	/* position: absolute; */
	/* top: 0; */
	/* bottom: 0; */
	/* margin: auto; */
}
/* ... Events ... END
-----------------------------------------------*/



/* ... Events Reader ... 
-----------------------------------------------*/
.event_details.css-full {
  max-width: none;
}
.details #container .article_wrapper {
  background-color: transparent;
}
.reader-header,
.reader-video,
.reader-details > *,
.reader-details > .sponsors {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.reader-details > .sponsors {
	max-width: 1280px;
}
.reader-program h2 {
	border-top: 2px solid #111;
	padding-top: 3rem;
	margin-top: 2rem;
	margin-bottom: .5em;
}
.reader-details > .rsts-type-slide {
  max-width: none;
  background-color: #eaeaea;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.reader-details > .rsts-type-slide > * {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.reader-program .rsts-type-slide h2 {
	border: 0 none;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: .25em;
}
.reader-program .event_year {
	font-size: 2rem;
	text-align: center;
	margin: 0;
}
.reader-program .location {
	font-size: 1.5rem;
  text-align: center;
}
.reader-program .speakers a {
  color: inherit;
  border: 0 none;
}
.reader-program .speakers a:focus,
.reader-program .speakers a:hover {
  color: #a061cf;
}
/* ... Events Reader ... END
-----------------------------------------------*/



/* ... Events Misc ... 
-----------------------------------------------*/
.cal-title {
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}
.ce_rsce_course {
  margin-bottom: 2.5rem;
}
.ce_rsce_course p {
  margin-bottom: 0;
}
.ce_rsce_course .speaker p {
  font-size: 1rem;
}
.ce_rsce_course .speaker strong {
  font-size: 1.375rem;
  font-weight: normal;
}
.publications .event p:last-child {
	position: relative;
}
.publications .event p:last-child:after {
	content: "";
	display: inline-block;
	height: calc(1em - .1875em);
	width: calc(1em + .25em);
	/*background-image: url(img/arrow-r.svg);*/
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: .5em;
	vertical-align: baseline;
}
/* ... Events Misc ... END
-----------------------------------------------*/



/* ... Events per year ...
-----------------------------------------------*/
/* *
.events_per_year .archive-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 56px;
}
.events_per_year .archive-list h1 {
  grid-column: 1/-1;
}
.events_per_year .archive-list .event {
	width: calc(50% - 80px);
	margin: 0 0 2rem;
}
/* */
/* ... Events per year ... END
-----------------------------------------------*/



/* ... Video page ...
-----------------------------------------------*/
.videos {
	max-width: none;
}
.speaker-list-videos .yt_year_wrapper {
	background-color: #eaeaea;
	margin-bottom: 2rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.speaker-list-videos .yt_year_wrapper > * {
	max-width: 1392px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 56px;
	padding-right: 56px;
}
.speaker-list-videos .event_year {
	font-size: 2rem;
	text-align: center;
}
.speaker-list-videos .yt_event_wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-start;
	padding-bottom: 3rem;
}
.speaker-list-videos .yt_event_wrapper ~ .yt_event_wrapper {
  padding-top: 3rem;
  border-top: 2px solid #111;
}
.speaker-list-videos .yt_event_wrapper:last-child {
  padding-bottom: 0;
}
.speaker-list-videos .event_title {
	width: 100%;
	font-size: 3rem;
	text-align: center;
  margin-bottom: 1em;
}
.speaker-list-videos .event_calendarTitle,
.speaker-list-videos .event_location {
  padding-right: .25em;
  font-size: 2rem;
  margin-bottom: .5em;
  position: relative;
}
.yt_video_wrapper {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	grid-column-gap: 1.5rem;
}
/* ... Video page ... END
-----------------------------------------------*/
