@charset "utf-8";

/* *** Testimonial widget *** */
.testimonial-container {
	margin-bottom: -10px;
	float: left;
	display: grid;
}

.testimonial-overview {
	/* display: flex; */
	flex-direction: row;
	align-items: stretch;
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
	float: none;
	clear: both;
}

.testimonial-overview .image-container {
	position: relative;
	float: left;
	width: 25%;
	padding: 10px 0 10px 25px;
}

.testimonial-overview .image-container.pic-left {
	float: left;
}

.testimonial-overview .image-container.pic-right {
	float: right;
}

.testimonial-overview .image-container img {
	border-radius: 50%;
}

.testimonial-overview .image-container .image-info {
	position: absolute;
	bottom: 0;
	left: 1.4em;
	margin: 0;
	padding: .2em .4em;
	-moz-transform: translateX(100%) rotate(270deg);
	-ms-transform: translateX(100%) rotate(270deg);
	-webkit-transform: translateX(100%) rotate(270deg);
	transform: rotate(-90deg);
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	font-size: .7em;
	line-height: 1;
}

.testimonial-overview .title-box {
	float: left;
	width: 70%;
	padding: 0 30px;
	margin-bottom: 30px;
}

.testimonial-overview .title-box.no-picture {
	width: 90%;
	padding: 10px;
	margin-bottom: 10px;
}

.testimonial-overview .title-box p {
	margin: 0;
}

.testimonial-overview h2 {
	padding: 0 0 5px;
	margin-bottom: 0;
	/* border-bottom: solid 4px #7fc1cb; */
}

.testimonial-overview .title-box blockquote {
	line-height: 1.4;
	position: relative;
	padding: 0;
	border: none;
	font-size: 17px;
	margin: 0 45px;
}

.testimonial-overview .title-box blockquote:before,
.testimonial-overview .title-box blockquote:after {
	position: absolute;
	color: #f1efe6;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

.testimonial-overview .title-box blockquote:before {
	content: '“';
	left: -5rem;
	top: -2rem;
}

.testimonial-overview .title-box blockquote:after {
	content: '”';
	right: -5rem;
	bottom: 1rem;
}

.testimonial-overview .title-box p.testimonial-position {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: solid 4px rgb(0 93 117 / 20%);
}

.testimonial-overview .title-box p a {
	font-weight: bold;
}

/* RGLs, Service & Facilities, Alumni, Fellow/Partner groups */
.rg-sfl-overview.grid {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.rg-sfl-overview:not(:first-child) {
	margin-top: 15px;
}

.rg-sfl-overview.grid>div {
	position: relative;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	/* (-vendor-)flex is a short-hand for flex-grow, flex-shrink and flex-basis */
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	/* items will be stretched horizontally to fill the container */
}

.rg-sfl-overview.grid .title-box.long {
	min-width: 250px;
	max-width: 350px;
}

.RGL_overview.grid .title-box,
.SFL_overview.grid .title-box {
	padding-bottom: 35px;
}

.rg-sfl-overview.grid.no-description .title-box {
	background-color: transparent;
	color: #000;
}

.RGL_overview .title-box h3,
.SFL_overview .title-box h3 {
	color: #000;
}

.rg-sfl-overview.grid .title-box h3 {
	white-space: nowrap;
}

.rg-sfl-overview .title-box>a {
	display: block;
	height: 100%;
	padding: 15px;
	text-decoration: none;
	color: #000;
}

.FPG_overview .title-box>a {
	color: #000;
}

.rg-sfl-overview .title-box.not-linked>h3 {
	margin: 0;
	padding: 15px 15px 5px 15px;
}

.rg-sfl-overview .title-box.not-linked>p {
	margin: 0;
	padding: 0 15px;
}

.rg-sfl-overview .title-box.not-linked>p:last-child {
	margin-bottom: 15px;
}

.rg-sfl-overview .title-box a:hover {
	text-decoration: none;
}

.rg-sfl-overview .title-box a p {
	margin: 0;
}


.RGL_overview.grid,
.SFL_overview.grid,
.people_overview {
	position: relative;
	margin-bottom: 1em;
}

/* round staff images */
.people_overview.round {
	padding-bottom: 1em;
	margin-bottom: 0;
	/* border-right: solid 1px black; */
}

.people_overview.round:nth-child(4n of .people_overview) {
	border-right: none;
}

.people_overview.round>div {
	margin-bottom: 4em;
}

.people_overview.default-width {
	width: 305px;
	float: left;
	padding-right: calc(var(--bs-gutter-x)/ 2);
	padding-left: calc(var(--bs-gutter-x)/ 2);
}

.RGL_overview.grid .title-box,
.SFL_overview.grid .title-box,
.people_overview .title-box {
	position: absolute;
	bottom: 0;
	max-width: 250px;
	background: rgb(34 36 41 / 70%);
	padding: 0.8em 1em 0.6em;
	line-height: initial;
}

.people_overview.round .title-box {
	bottom: 3em;
}

.RGL_overview.grid .title-box {
	width: 250px;
	min-height: 83px;
}

.RGL_overview .title-box h3,
.SFL_overview .title-box h3,
.people_overview .title-box h3 {
	color: #fff;
	margin: 0;
}

.RGL_overview .title-box span,
.people_overview .title-box span {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.RGL_overview .description-box,
.SFL_overview .description-box,
.people_overview .description-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f5f5f5;
	box-sizing: border-box;
	opacity: 0;
	transition: 0.6s;
	padding: 1em;
	margin: 0 calc(var(--bs-gutter-x)/ 2);
}

.people_overview.round .description-box {
	margin-bottom: 2em;
}

.service_contact {
	display: grid;
	margin-bottom: 1em;
	min-height: 300px;
}

.service_contact div {
	background: #f5f5f5;
	padding: 1em 1em 0;
}

.RGL_overview:hover .description-box,
.SFL_overview:hover .description-box,
.people_overview:hover .description-box {
	opacity: 1;
}

.RGL_overview .description-box .link-list {
	position: absolute;
	left: 15px;
	bottom: 5px;
	margin: 0;
}

.RGL_overview .description-box .link-list a {
	display: inline-block;
	padding: 10px 10px 0 0;
}

.RGL_overview .description-box .collapsible-container {
	padding: 5px 0 10px 32%;
}

.RGL_overview .description-box .open-abstract,
.RGL_overview .description-box .collapsible-container {
	display: none;
}

.SFL_overview .title-box .link-list a,
.FPG_overview .title-box p a {
	padding: 0 10px;
	background-repeat: no-repeat;
	background-position: left center;
}

.SFL_overview .title-box .link-list a {
	background-image: url('../img/link_arrowW.png');
}

.FPG_overview .title-box p a {
	background-image: url('../img/link_arrow.png');
}

.RGL_overview.title-box .link-list a span:first-child {
	display: none;
}

/* .picture-box: either a div with a background picture or an img tag */
.SFL_overview .picture-box,
.RGL_overview .picture-box,
.people_overview .picture-box {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.RGL_overview.grid .picture-box,
.SFL_overview.grid .picture-box {
	min-height: 300px;
}

.people_overview .picture-box {
	height: 300px;
}

.people_overview.round .picture-box {
	position: relative;
	height: 220px;
	width: 220px;
	border-radius: 50%;
	overflow: hidden;
	border: solid 2px #eeeeee;
	margin: auto;
}

.RGL_overview.grid .image-info,
.people_overview .image-info {
	position: absolute;
	bottom: 0.5em;
	right: 1.5em;
	margin: 0;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	font-size: .7em;
	line-height: 1;
	color: #fff;
	text-shadow: 0 0 3px #000, 0 0 3px #000;
}

.rg-sfl-overview .description-box a,
.rg-sfl-overview .description-box a:hover {
	color: black;
	text-decoration: none;
}

.rg-sfl-overview .description-box h3 {
	width: fit-content;
	background: white;
	padding: 5px;
	margin-left: -100px;
	font-size: 21px;
	margin-top: 15px;
	margin-bottom: 8px;
}

.groups-list:not(:first-child) {
	margin-top: 60px;
}


/* ***** Buttons ***** */
#button-sidebar {
	position: relative;
}

#button-sidebar div {
	position: absolute;
	bottom: 0;
	right: 0;
}

div.bntOverview.sfl a {
	white-space: nowrap;
}

div.bntOverview a {
	font-weight: bold;
	line-height: 2em;
	text-decoration: none;
	padding: 0 5px;
}

div.bntOverview a:visited,
div.bntOverview a:hover {
	color: #333;
	text-decoration: none;
}

button#toggleView,
button#toggleViewSF,
button#alph,
button#alphSF,
button#exploreView {
	padding: 15px 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	background-color: rgb(0 93 117 / 30%);
	border: none;
}

button#alph,
button#alphSF {
	border-left: none;
}

button#toggleView:focus,
button#toggleViewSF:focus,
button#alph:focus,
button#alphSF:focus {
	outline: 0;
}

#explore-view {
	display: none;
}

/* ***** List and Explore View ***** */
.RGL_overview.list,
.SFL_overview.list {
	position: relative;
	width: 100%;
	padding: 0;
}

.RGL_overview.list .picture-box,
.SFL_overview.list .picture-box,
.RGL_overview.list .title-box,
.SFL_overview.list .title-box,
.RGL_overview.explore .title-box,
.RGL_overview.list .description-box .link-list,
.RGL_overview.explore .description-box .link-list {
	display: none;
}

.RGL_overview.list .description-box,
.RGL_overview.explore .description-box,
.SFL_overview.list .description-box {
	position: relative;
	background: transparent;
	opacity: 1;
	padding: 0.5em 1em 0;
	margin: 0;
}

.RGL_overview.list .description-box h3,
.SFL_overview.list .description-box h3 {
	float: left;
	width: 30%;
}

.RGL_overview.explore .description-box {
	padding: 0.4em 0;
}

.RGL_overview.explore .description-box h3,
.RGL_overview.explore .description-box p {
	margin: 0;
}

.RGL_overview.list .description-box .open-abstract {
	display: block;
	position: absolute;
	top: 1em;
	right: 1em;
	width: 20px;
	height: 20px;
	background-color: #222429;
	-webkit-mask-image: url('../Icons/Page/icon_down.svg');
	mask-image: url('../Icons/Page/icon_down.svg');
}

.RGL_overview.list .description-box .open-abstract:hover {
	background: rgb(0 93 117 / 50%);
}

.RGL_overview.list .description-box .open-abstract.open {
	-webkit-mask-image: url('../Icons/Page/icon_up.svg');
	mask-image: url('../Icons/Page/icon_up.svg');
}

.SFL_overview.list::after,
.RGL_overview.list::after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 1px solid #222429;
}

.RGL_overview.list:hover .description-box {
	background-color: rgb(0 93 117 / 30%);
}

.RGL_overview.list .description-box a.cover-all {
	width: 90%;
}

/*
.rg-sfl-overview.list .title-box a h3, .overviewHead > h3:first-child {
	float: left;
	width: 30%;
	margin: 0;
	padding: 0.5em 0.8em;
}
.rg-sfl-overview.list .title-box a h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
} */
.rg-sfl-overview.list .title-box a>p,
.overviewHead>h3:nth-child(2),
.RGL_overview.list .description-box>p,
.SFL_overview.list .description-box>p {
	margin: 0;
	padding: 0 0 5px 32%;
}

.rg-sfl-overview.list .title-box a,
.SFL_overview.list .SFLinfo a {
	color: black;
	display: block;
	padding: 0;
	height: 100%;
}

.rg-sfl-overview.list.title-left>.image-info {
	display: none;
}

.overviewHead {
	border-bottom: 1px solid #000;
}

.overviewHead::after {
	content: "";
	display: block;
	clear: both;
}

.rg-sfl-overview.list:nth-child(2) div.title-box {
	margin-top: 2px;
	border-top: 1px solid black;
}

/* *** RGL explore view *** */
#rglGroups.info-panel {
	border: 1px solid #212429;
	padding: 1.5em;
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}

.RGL_overview.explore {
	position: relative;
	display: none;
}

.RGL_overview.explore.show {
	display: block;
}


@media (min-width:481px) {
	.rg-sfl-overview.title-middle .title-box {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.rg-sfl-overview.title-middle .picture-box {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.rg-sfl-overview.title-middle .description-box {
		-webkit-box-ordinal-group: 4;
		-moz-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.rg-sfl-overview.title-right .title-box {
		-webkit-box-ordinal-group: 4;
		-moz-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.rg-sfl-overview.title-right .picture-box {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.rg-sfl-overview.title-right .description-box {
		-webkit-box-ordinal-group: 4;
		-moz-box-ordinal-group: 4;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.FPG_overview.grid .picture-box,
	.Alumni_overview.grid .picture-box {
		max-height: 220px;
		width: auto;
	}
}

@media (max-width: 1200px) {
	.alum-fellow-container {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.rg-sfl-overview>div {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.rg-sfl-overview .description-box {
		display: none;
	}

	.SFL_overview .title-box .link-list {
		background: url('../img/link_arrow.png') 1px center no-repeat;
	}
}

@media (max-width: 960px) {
	.rg-sfl-overview.title-right.SFL_overview .description-box {
		-webkit-box-ordinal-group: 5;
		-moz-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}

	.rg-sfl-overview.grid .title-box h3 {
		white-space: normal;
	}
}

@media (max-width: 600px) {
	.rg-sfl-overview.grid>.title-box {
		width: 50%;
	}

	.rg-sfl-overview.grid>.picture-box {
		width: 50%;
		max-width: none;
		min-width: 0;
		max-height: none;
	}

	.rg-sfl-overview.grid .image-container>a {
		width: 50%;
	}

	.rg-sfl-overview.grid .image-container>a>.picture-box {
		width: 100%;
	}
}

/* ******* extra small devices - Phones – (max-width: 460px) ******* */
@media (max-width: 460px) {
	#button-sidebar div {
		position: initial;
	}

}

/*
@media (max-width: 480px) {
  	.rg-sfl-overview.grid {
		-webkit-box-direction: reverse;
		-moz-box-direction: reverse;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.rg-sfl-overview.grid .title-box {
		width: 100%;
	}
	.rg-sfl-overview.grid > .picture-box {
		width: 100%;
		height: 280px;
	}
	.rg-sfl-overview.grid .image-container > a {
		width: 100%;
	}
	.rg-sfl-overview.grid > .image-info {
		top: 0;
		bottom: auto;
	}
	.rg-sfl-overview.grid.title-left > .image-info {
		transform: translateX(-1.4em) rotate(270deg);
		transform-origin: top right;
	}
	.rg-sfl-overview.grid.title-right > .image-info {
		transform: translateX(-100%) rotate(270deg);
		transform-origin: top right;
	}
}*/
@media (max-width: 380px) {

	.RGL_overview.grid .picture-box,
	.SFL_overview.grid .picture-box {
		height: 220px;
	}
}