/****************************************/
/* ELEMENTS
/****************************************/


.intro-message {
	max-width: 960px;
	margin: 40px auto;
	text-align: center;
}



/* Common lists */
.text-list,
.fancy-ul,
.lecture-list {
	line-height: 1.5em;
}
.lecture-list {
	padding-left: 1.5em;
}

.text-list li,
.fancy-ul li {
	padding-left: 20px;
	margin-bottom: 0.25em;
}
.lecture-list > li {
	margin-bottom: 0.5em;
}

.text-list li:before,
.fancy-ul li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 15px;
	margin: -3px 0 0 -20px;
	background: url('../img/lidot.png') 0 0 no-repeat;
}


.col2-list {
}
@media ( min-width : 1200px ) {
	.col2-list {
		column-count: 2;
	}
}
/***/



/*
.list,
.lectures-list {
	line-height: 1.5em;
	padding-left: 30px;
}
.list li,
.lectures-list li {
	margin-bottom: 1em;
	padding-left: 8px;
}
.list li span,
.lectures-list li span {
	font-style: italic;
}
.list li h3,
.lectures-list li h3 {
	margin: 0;
	font-size: 1.05em;
	font-style: italic;
	line-height: inherit;
}
.lectures-sub-list {
	margin-top: 1em;
	padding-left: 30px;
	list-style-type: lower-alpha;
}
*/


/*
.people-table {
}
.people-table th {
	padding: 4px 12px;
	text-align: left;
	font-weight: 400;
}
.people-table td {
	padding: 4px 12px;
}
*/


/* Students list */

.students-list {
	margin: 0 -0.5em;
	padding: 0 0 0 2em;
}
.students-list li {
	margin-bottom: 0.25em;
	padding: 0.25em 0.5em;
}
.students-list li:hover {
	background: #f3f2f1;
}
/*
.students-list li span {
	display: inline-block;
	vertical-align: top;
}
.students-list li span:nth-child(1) { width: 95%; font-weight: 700;}
.students-list li span:nth-child(2) { width: 50%; }
.students-list li span:nth-child(3) { width: 19%; }
.students-list li span:nth-child(4) { width: 29%; }
@media ( min-width : 992px ) {
	.students-list li span:nth-child(1) { width: 25%; font-weight: 400;}
	.students-list li span:nth-child(2) { width: 35%; }
	.students-list li span:nth-child(3) { width: 15%; }
	.students-list li span:nth-child(4) { width: 20%; }	
}
*/
/***/



/* Map */
.map-container {
	border: 1px solid #ddd;
	box-shadow: 0 2px 8px -4px rgba(0,0,0,0.5);
}
.map-container iframe {
	display: block;
}
/***/




/* Forms */

/***/



/* Buttons */

/***/



/* Spacers */
.spacer {
	clear: both;
	height: 30px;
}
/***/



/* Lines */
.hr {
	clear: both;
	max-width: 100%;
	height: 10px;
}

.hr-down {
	margin: 50px 0 40px 0;
	background: url('../img/section-arrow-down.png') 50% 50% no-repeat;
}
.hr-up {
	margin: 40px 0 50px 0;
	background: url('../img/section-arrow-up.png') 50% 50% no-repeat;
}

/*
.hr-down {
	display: flex;
    align-items: center;
	margin: 50px 0 40px 0;
}
.hr-down:before,
.hr-down:after {
	content: '';
	display: block;
	width: 50%;
	border-top: 2px solid #ddd;
}
.hr-down > div {
	width: 16px;
	height: 16px;
	margin: 0 2px;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	transform: rotateZ(45deg);
}
*/

/***/


.grid-list {
	display: flex;
	flex-wrap: wrap;
}

.grid-list-item {
	max-width: 300px;
}

.sponsors-list,
.collaborators-list {
	justify-content: space-evenly;
}



/****************************************/

