#section-activities {
	/*background-color: var(--main-highlight-color);*/
	/*border-radius: 5px;*/
	/*color: #fff;*/
	width: 30%;
	height: auto !important;
	/*padding: 1rem;*/
	box-sizing: border-box;
}

#section-activities .major{
	/*color: #fff;*/
}

#section-activities .title-activities {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
	color: var(--alt-font-color) !important;
	background-color: rgba(76,92,150, .5);
	font-weight: 600;
	line-height: 3rem;
	border-radius: 0 0 5px 5px;
	padding:  0 1rem;
}

#section-activities .item-activities {
	height:  10em;
	background-color:  var(--main-highlight-color);
  	background-repeat: no-repeat;
  	background-size: cover;
  	position:  relative;
  	margin-bottom:  1rem;
  	border-radius: 5px;
  	overflow:  hidden;
}

.table {width: 100%; box-sizing: border-box;}
.custom-row {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: flex-start;
	position: relative;
	padding: 0 .3rem;
	box-sizing: border-box;
	text-align: left;
}

.custom-row_header {
	background-color: transparent; /*var(--def-bg-color);*/
	font-weight: bold;
	color: var(--dark-color);
}

.table > div {
	padding: .3rem;
	box-sizing: border-box;
  line-height: 1.5rem;
}

.table .custom-row > div {flex: 1 1 0;}

.publication-table.custom-row_header > div {
	align-items: center !important;
}

.cv-table .custom-row {
	align-items: center;
}

.cv-table .custom-row:not(.custom-row_header) > div:first-child {
	max-width: 50px;
	display: block;
	position: relative;
}

.cv-table .custom-row:not(.custom-row_header) > div:first-child::before {
	content: "";
	display: block;
	position: absolute;
	background-color: var(--alt-font-color);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 10px;
	width: 10px;
	border-radius: 50%;
	border: 2px solid black;
	z-index: 10;
}

.cv-table .custom-row:not(.custom-row_header):not(:last-child) > div:first-child::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0);
	height: 2rem;
	width: 1px;
	border: 1px solid black;
}


.cv-table .custom-row:not(.custom-row_header) > div:nth-child(2) {
	max-width: 150px;
	color: var(--main-highlight-color);
}

@media screen and (max-width: 480px) {
	.cv-table .custom-row{
		display: block;
	}
	.cv-table .custom-row:not(.custom-row_header) > div:first-child {
		display: none;
	}

	.cv-table .custom-row:not(.custom-row_header) > div:first-child::before {
	}

	.cv-table .custom-row:not(.custom-row_header):not(:last-child) > div:first-child::after {
	}

	.cv-table .custom-row:not(.custom-row_header) > div:nth-child(2) {
		flex: auto;
		width: 100%;
		display: block;
	}
	.cv-table .custom-row:not(.custom-row_header) > div:nth-child(3) {
		flex: auto;
		width: 100%;
		display: block;
	}
}

.publications-list {
	text-align: left !important;
}

.publications-list a {font-weight: 600;}
.publications-list a.inline {font-weight: 400;}

.contact-table .custom-row {
	align-items: center;
}

.contact-table .custom-row:not(.custom-row_header) > div:first-child {
	max-width: 200px;
	text-align: center;
	font-size: 2rem;
}

.contact-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.contact-list li {
	padding: 0;
}

#people-grid, #internal-grid {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.grid-item {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 1rem;
	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	border-radius: 5px;
}

.grid-item-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: var(--alt-font-color);
	background-color: rgba(76,92,150, .5);
	font-weight: 600;
	line-height: 3rem;
	border-radius: 0 0 5px 5px;
}

.grid-item-title a {color: var(--alt-font-color);}

#internal-grid .grid-item, #internal-grid .grid-item-title {
	background-color: rgba(76,92,150, 1);
}

#internal-grid i {
	position: absolute;
  top: 50%;
  left: 50%;
	transform: translate(-50%,-50%);
	font-size: 3em;
}

.site-path {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000;
	color: #fff !important;
	padding: 1rem;
	overflow: hidden;
	white-space: nowrap;
	max-width: 90%;
	text-overflow: ellipsis;
	vertical-align: bottom;
}

.site-path a {
	color: var(--alt-font-color);
	border: 0;
}

.career-list {
	width: 100%;
}

.career-list-header {
	font-size: 1.5rem;
	color: var(--main-highlight-color);
	font-weight: 600;
	padding: 0.5rem 0;
}

.career-list-text {
	width: 100%;
}

.career-list-date {
	font-size: 1rem;
	padding: 0.5rem 0 0 0;
	font-style: italic;
}

#contact-connect-grid {
	display:  flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:  center;
	width: auto !important;
}

#contact-connect-grid img {
	height: 30px;
	margin: .5rem 1rem;
	/*border-radius:  5px;*/
	box-sizing: border-box;
}

/*#contact-connect-grid img:hover {
	box-shadow:0 0 5px 2px rgba(53,56,73,.3);
}*/
.profile_research_link {
	font-weight: 600;
	color: var(--dark-color);
	margin: .5rem 1rem;

}

.profile_research_link:hover {
	color: var(--main-highlight-color);
}

.contact-grid {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.contact-grid-item {
	width: 250px;
	position: relative;
	display: inline-block;
	margin: 0 5rem;
	text-align: left;
}

.contact-grid-item-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 4rem;
	color: var(--main-highlight-color);
	opacity: 0.2;
}
