body {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
	font-size: 16px;
	width: 100%;
	min-height: 100vh;
	z-index: 0;
}

a {
	color: #2A6496;
}

/* Use these in combination with panel class to color panels */
.white {
	background-color: white;
}

.primary-blue {
	background-color: #2A6496;
}

.panel-blue {
	background-color: #DCECF4;
}

.dark-blue {
	background-color: #0D1B2A;
}

/* keep content limited to 1440px on pages wider than 1440 */
.ccg-panel {
	overflow: hidden;
	width: 100%;
}

@media (min-width: 1440px) {
	.ccg-panel {
		padding-left: calc(50vw - 720px);
		padding-right: calc(50vw - 720px);
	}
}

.ccg-panel > h2:first-child {
	margin-left: 100px;
}

.panel-padding {
	padding: 30px 104px;
}

.header_fix {
	position: fixed;
	top: 0;
	z-index: 2;
	width: 100%;
}

.header {
	width: 100%;
	height: 75px;
	background-color: white;
	overflow: hidden;
}

.header svg {
	display: inline-block;
	cursor: pointer;
	margin-left: 18px;
	margin-right: 18px;
	vertical-align: middle;
}

.header svg:hover>*{
	fill: #9DB8DB;
}

.header a {
	display: inline-block;
}

.header img{
	height: 75px;
	width: 75px;
	vertical-align: middle;
}

.header span {
	font-size: 22px;
	vertical-align: middle;
}

#sidenav {
	height: 100vh;
	width: 0;
	position: fixed;
	top: 0;
	z-index: 1;
	background-color: #2A6496;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 105px;
}

#sidenav > svg {
	cursor: pointer;
	float: right;
	width: 30px;
	height: 30px;
	margin: 15px;
}

#sidenav > svg > * {
	fill: lightgray;
}

#sidenav a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding-left: 15px;
	width: max-content;
}

#sidenav a:hover {
	cursor: pointer;
	background-color: transparent;
	text-decoration: none;
}

#sidenav > ul {
	list-style-type: none;
	padding-inline-start: 0px;
	padding-top: 15px;
	line-height: 33px;
}

#sidenav .dropdown-menu {
	cursor: pointer;
	position: relative;
	border: unset;
	border-radius: unset;
	width: 100%;
	background-color: #778DA9;
	box-shadow: none;
}

.breadcrumb {
	padding-left: 15px;
	height: 30px;
	background-color: transparent;
	line-height: 30px; /* Must be same as height */
	border: unset;
	border-radius: unset;
	margin-bottom: 0px;
	padding-top: unset;
	padding-bottom: unset;
}

.breadcrumb > li > a{
	color: #c4c4c4;
}

.breadcrumb li.active {
	color: #fff;
}

.content {
	position: relative;
	padding-top: 105px;
	min-height: 100vh;
}

#footer-panel {
	position: absolute;
	bottom: 0;
}

.footer {
	padding-left: 45px;
	font-size: 16px;
	width: 100%;
	color: white;
}

.footer .footer-title{
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold;
}

.footer td {
	padding-right: 50px;
	width: max-content;
	vertical-align: top;
}

.footer td:last-of-type {
	padding-right: 0px;
}

.page-top {
	position: relative;
}

.page-top img {
	margin-left: 50%;
	transform: translateX(-50%);
}

.page-top h1 {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	font-size: 24px;
	font-weight: normal;
	color: #2A6496;
}

.page-top small {
	position: absolute;
	top: 68px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	font-size: 20px;
	font-weight: normal;
	color: #757B86;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #2A6496;
}

.gateway-card {
	margin-top: 140px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 300px;
	background: white;
	text-align: center;
	transition: 0.3s;
}

.gateway-card:hover {
	box-shadow: rgba(10, 41, 57, 0.3) 0px 10px 20px;
	transform: translate3d(0px, -3px, 0px);
}

.gateway-card a {
	padding-top: 110px;
	padding-bottom: 45px;
	display:inline-block;
	width:100%;
	height:100%;
	min-height: 250px;
}

.gateway-card a:hover {
	text-decoration: none;
}

.gateway-card img {
	position: absolute;
	top: -100px;
	left: calc(50% - 100px);
	width: 202px;
	height: 202px;
	border-radius: 100px;
	border: 2px solid white;
	background-color: #DCECF4;
}

.gateway-card h2 {
	margin-top: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #2A6496;
}

.gateway-card p {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 250px;
	color: #757B86;
}

.gateway-card span {
	color: white;
	background-color: #778DA9;
	padding: 5px 10px 5px 10px;
	border-radius: 18px;
}

.gateway-card span:hover {
	text-decoration: underline;
}

.page-text {
	font-size: 16px;
	font-weight: normal;
	color: #757B86;
}

.card-deck {
	text-align: center;
}

.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	box-shadow: rgba(10, 41, 57, 0.3) 0px 10px 20px;
	transform: translate3d(0px, -3px, 0px);
}

.theme-card {
	position: relative;
	display: inline-block;
	text-align: center;
	max-width: 340px;
	min-height: 338px;
	margin: 115px 15px 15px 15px;
	padding-top: 110px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

.theme-card > a > img{
	position: absolute;
	top: -100px;
	left: calc(50% - 100px);
	width: 202px;
	height: 202px;
	border-radius: 100px;
	border: 2px solid white;
	background-color: #DCECF4;
	cursor: pointer;
}

.theme-card h3 {
	font-size: unset;
	font-weight: unset;
	margin-top: 0px;
}

.theme-card-small {
	position: relative;
	display: inline-block;
	text-align: left;
	max-width: 340px;
	min-height: 270px;
	margin: 15px 15px 15px 15px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
}

.theme-card-small h3 {
	font-size: unset;
	font-weight: unset;
	padding-bottom: 8px;
	margin-top: 0px;
}

.project-card {
	display: inline-block;
	text-align: left;
	width: 340px;
	min-height: 270px;
	margin: 15px 15px 15px 15px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
}

.project-card h3 {
	font-size: unset;
	font-weight: unset;
	margin-top: 0px;
	padding-bottom: 3px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.project-card hr {
	border-color: lightgray;
	margin: 0px;
	margin-bottom: 5px;
}

.fund-card {
	position: static;
	display: inline-block;
	text-align: left;
	width: 340px;
	min-height: 301.8px;
	margin: 15px 15px 15px 15px;
	padding: 20px 30px;
	vertical-align: top;
}

.fund-card h3 {
	font-size: 16px;
	font-weight: unset;
	margin-top: 0px;
	padding-bottom: 3px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.fund-card hr {
	border-color: lightgray;
	margin: 0px;
	margin-bottom: 5px;
}

.fund-card span {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 15px;
}

.publication-card {
	display: inline-block;
	width: 600px;
	text-align: left;
	vertical-align: top;
	padding: 20px 30px;
	margin: 15px 15px 15px 15px;
}

.publication-card h3 {
	font-size: 16px;
	margin: 8px 0px;
}

.publication-card p {
	margin-bottom: 0px;
}

.list-card {
	display: inline-block;
	width: 290px;
	text-align: left;
	vertical-align: top;
	padding: 20px 30px;
	margin: 15px 15px 15px 15px;
}

.list-card h3 {
	margin: 0px 0px 8px 0px;
	font-size: 16px;
}

.list-card ul {
	list-style: none;
	padding: 0px;
}

.truncate > p {
	display: -webkit-box;
	-webkit-line-clamp: var(--num-lines);
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0px;
}

.truncate > input:checked + p {
	-webkit-line-clamp: unset;
}

.truncate > input {
	opacity: 0;
	position: absolute;
	pointer-events: none;
}

.truncate > input:focus ~ label {
	outline: -webkit-focus-ring-color auto 5px;
}

.truncate > label { 
	display: none;
	margin-bottom: 0px;
}

.truncate > p.truncated + label {
	cursor: pointer;
	display: block;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
}

.HTML-truncate > p {
	max-height: var(--height);
	overflow: hidden;
	margin-bottom: 0px;
}

.HTML-truncate > input:checked + p {
	max-height: unset;
}

.HTML-truncate > input {
	opacity: 0;
	position: absolute;
	pointer-events: none;
}

.HTML-truncate > input:focus ~ label {
	outline: -webkit-focus-ring-color auto 5px;
}

.HTML-truncate > label {
	display: none;
	margin-bottom: 0px;
}

.HTML-truncate > p.truncated + label {
	cursor: pointer;
	display: block;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
}

.filter-radio {
	margin-left: 380px;
	color: #757B86;
	margin-top: 20px;
	padding-right: 10px;
}

.filter-radio li {
	display: inline-block;
}

.filter-radio li input {
	display: none;
}

.filter-radio li label {
	margin-right: 30px;
	font-size: 20px;
	font-weight: normal;
}

.filter-radio li input:checked + label {
	color: black;
	text-decoration: underline #428BCA;
}

.side-list {
	float: left;
	min-width: 320px;
	max-width: 380px;
	padding: 20px 20px;
}

.side-list h4 {
	cursor: pointer;
	margin: 0px;
}

.side-list h4:hover {
	text-decoration: underline;
}

.side-list h4 svg {
	vertical-align: middle;
	height: 14px;
	width: 10px;
}

.side-list h4 span {
	vertical-align: middle;
}

.side-list ul {
	margin: 0px;
}

.side-list li a {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}