:root {
	--color-footer: #f7f7f7;
}

#navbar {
	background-color: #ffffff;
	border-bottom: none;
	padding: 0;
}

#navbar .item {
	padding-block: 0;
	display: flex !important;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
	color: #68659a !important;
	transition: all 0.2s;
}

.navbar-right {
	padding-right: 10px;
}

.home .title {
	font-family: 'Muli';
	color: #606060;
}

.user-menu .header strong {
	margin-left: 1ex;
}

#mainNav #signUpPageLink {
	color: #142c52;
	background: #c3ee1b;
	font-size: 13px;
	padding: 6px 15px;
	border-radius: 3px;
	transition: .2s;
	text-decoration: none;
	text-transform: uppercase;
}

.signin .primary.button {
	padding: .8em 1.5em;
}

#mainNav #signUpPageLink:hover,
#mainNav #signUpPageLink:focus-visible {
	background: #1c62a4 !important;
	color: #fff !important;
	opacity: 1;
}


/* SECOND HEADER */

#portal_navigation_header {
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid var(--color-secondary);
}

#portal_navigation_header .item {
	transition: all 0.15s;
}

#portal_navigation_header #usercontent_menu {
	text-align: right;
	padding-right: 0;
	display: inline-block;
	float: right;
}

#portal_navigation_header #nav_bar {
	border: none;
	padding: 0 20px;
}

#portal_navigation_header #nav_bar #menu {
	padding-left: 0px;
	display: flex;
	align-items: center;
}

#portal_navigation_header #nav_bar .nav-item.disabled {
	color: #7e7e7e !important;
	cursor: not-allowed;
}

#portal_navigation_header #nav_bar .nav-item a:hover,
#portal_navigation_header #nav_bar .nav-item a:focus {
	text-decoration: none;
}

#portal_navigation_header #nav_bar a {
	text-decoration: none;
	padding-bottom: 14px;
	padding-top: 14px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.2;
	color: #434968;
	display: inline-block;
	margin-right: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
}

#portal_navigation_header #nav_bar a:hover {
	color: #82ba00;
}

#portal_navigation_header #nav_bar .item.active {
	border-bottom-color: #82ba00;
}


/* from common_header.css */

#common_header .header {
	display: flex;
	width: 100%;
	align-items: center;
}

#common_header .navbar-brand {
	background: url("https://episodesplatform.eu/insilicolab/images/logo.png") no-repeat center;
	background-size: 100%;
	margin-inline: 10px 15px;
	width: 120px;
	height: 42px;
	font-weight: 700;
	text-transform: uppercase;
	color: #f4f4f4;
	font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
}

#common_header .navbar-brand:focus,
#common_header .navbar-brand:hover {
	color: #f3f3f3;
}

#mainNav {
	background-color: #f4f4f4;
	min-height: unset;
	font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
	transition: all 0.2s;
	flex-grow: 1;
	margin-bottom: 0px;
	border-radius: 0;
	border-bottom-left-radius: 10px;
	border-width: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 10px;
}

#mainNav .navbar-nav {
	display: flex;
	margin-right: auto;
	justify-content: flex-start !important;
	padding-inline: 0 !important;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
}

#mainNav .navbar-nav .item:hover,
#mainNav .navbar-nav .item:focus .language .dropdown:focus-within,
.ui.menu .ui.dropdown .menu > .item:hover,
.ui.menu .ui.dropdown .menu > .selected.item {
	text-decoration-line: underline !important;
	text-decoration-thickness: 2px;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
	background-color: transparent !important;
	text-decoration-color: #999999;
}

.ui.menu .item::before,
.ui.menu .ui.dropdown .menu > .item:hover {
	background: none;
}

.ui.menu .ui.dropdown .menu > .selected.item {
	text-decoration-color: #82ba00;
}

#mainNav .navbar-nav li > a.nav-link {
	font-size: 12px;
	color: #68659a;
	font-weight: 200;
}

/* #mainNav  .language-menu::before,
	#mainNav  .language-menu::after {
	content: "|";
	opacity: 0.3;
	} */

.navbar-nav > li {
	float: left;
	display: flex;
	align-items: center;
}

.navbar-nav li .item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	white-space: nowrap;
	padding: 5px 12px;
	font-size: 11px;
	color: #68659a;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 2px;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
	transition: all 0.2s;
}

#mainNav .navbar-nav li a.active {
	text-decoration-color: #82ba00;
}

@media (min-width: 1200px) {

	.navbar-nav > li a {
		font-size: 12px;
	}

}

/* Page footer */

.page-footer {
	font-size: 12px;
	overflow: hidden;
	padding: 0;
	flex-shrink: 0;
	margin-top: auto !important;
	border-top: 0;
	margin: 0 !important;
	display: block;
	background-color: var(--color-footer);
	border-top: 1px solid var(--color-secondary);
}

.page-footer .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	gap: 1rem;
}

.page-footer .copyright-info p {
	color: #2a3258;
	font-size: 12px;
	margin: 0;
	text-align: center;
	max-width: 700px;
}

.page-footer .copyright-info p a {
	text-decoration: underline;
	color: #2a3258;
}

.page-footer .copyright-info p a:hover {
	color: #0068c0;
}

.page-footer .social-icons {
	display: block;
	text-align: center;
	margin: 0;
}

.page-footer .social-icons ul li {
	padding: 0 7px;
	list-style-type: none;
	display: inline-block;
}

.page-footer ul li a {
	color: #b4b4b4;
}

.page-footer .social-icons .fa {
	background: none;
	color: #b4b4b4;
	font-size: 15px;
	height: auto;
	line-height: 23px;
	margin: 0;
	width: auto;
}

/* Temp social icons */

.fa.fa-twitter::before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='1200' height='1227' viewBox='0 0 1200 1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z' fill='black'/%3E%3C/svg%3E%0A");
	background-size: contain;
	display: block;
	height: 1em;
	width: 1em;
	background-repeat: no-repeat;
	transform: translateY(.05em);
	opacity: .5;
}

.fa.fa-bluesky::before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='600' height='530' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m135.72 44.03c66.496 49.921 138.02 151.14 164.28 205.46 26.262-54.316 97.782-155.54 164.28-205.46 47.98-36.021 125.72-63.892 125.72 24.795 0 17.712-10.155 148.79-16.111 170.07-20.703 73.984-96.144 92.854-163.25 81.433 117.3 19.964 147.14 86.092 82.697 152.22-122.39 125.59-175.91-31.511-189.63-71.766-2.514-7.3797-3.6904-10.832-3.7077-7.8964-0.0174-2.9357-1.1937 0.51669-3.7077 7.8964-13.714 40.255-67.233 197.36-189.63 71.766-64.444-66.128-34.605-132.26 82.697-152.22-67.108 11.421-142.55-7.4491-163.25-81.433-5.9562-21.282-16.111-152.36-16.111-170.07 0-88.687 77.742-60.816 125.72-24.795z' fill='black'/%3E%3C/svg%3E");
	background-size: contain;
	display: block;
	height: 1em;
	width: 1em;
	background-repeat: no-repeat;
	transform: translateY(.15em);
	opacity: .35;
}