:root {
	--base-font: "Open Sans", sans-serif;
	/* Note: Bump font size if switching away from Open Sans. */
	/*
	--base-font: "Source Sans 3", sans-serif;
	--base-font: "Outfit", sans-serif;
	*/
	--uk-blue: hsl(218, 80%, 28%);
	--light-bg: hsl(225, 100%, 97%); /* #F2F5FF */
	--light-bg-hl: hsl(225, 50%, 92%);
	--light-fg: hsl(225, 27%, 62%); /* #8390B7 */
	--light-hl: hsl(225, 68%, 26%); /* #152C70 */
}

body {
	font: 11pt/1.5 var(--base-font);
	color: black;
	background: white;
	overflow-y: scroll; /* consistent layout with scrollbar always shown */
}

a:link, a:visited {
	color: var(--uk-blue);
}

abbr[title] {
	text-decoration: none;
	border-bottom: 1px dotted gray;
}

.h2 {
	font-weight: 700;
	margin: 40px 0 30px 0;
}

/* Events (front.event.show) */
.pt-1 { padding-top: 15px; }
.mb-1 { margin-bottom: 15px; }
.mb-2 { margin-bottom: 30px; }
.mb-3 { margin-bottom: 60px; }


/* Misc */
.container {
	position: relative;
	padding: 0 15px;
	width: 1230px;
	max-width: 100%;
	margin: 0 auto;
}

/* Content
------------------------------------------------------------------------------*/


.home-intro {
	background: #FFF;
	position: relative;
	padding: 24px 0;
}

.home-intro .container {
	border: 2px solid #152C70;
	padding: 20px 50px;
}

.home-intro .container h3 {
	color: #152C70;
	font-size: 1.2rem;
	font-weight: 700;
}

.home-intro .container h4 {
	color: #152C70;
	font-size: 1.8rem;
	text-transform: uppercase;
	padding-top: 45px;
}

.home-intro .container a.more_info {
	font-weight: 700;
}

.home-intro .info {
	font-size: 13px;
}

.home-intro select {
	border: 0;
	border-bottom: 1px solid #152C70;
	padding: 15px 15px 15px 0;
	font-weight: 700;
	color: #152C70;
	width: 100%;
}

.home-intro option {
	color: #152C70;
}

.home-intro .container img {
	float: left;
}

.home-intro:after {
	content: "";
	display: block;
	clear: both;
}

/*.home-intro:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1250px;
	max-width: 100%;
	background: url(/assets/front/images/bg_home.jpg) no-repeat 100% 100%;
}*/

.home-intro h3 {
	overflow: hidden;
	color: #868580;
	font: 500 15px/23px var(--base-font);
	margin: 16px 0;
}

.home-intro h3 span {
	position: relative;
}

.home-intro h3 span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	margin: 9px 0 0 25px;
	width: 42800px;
	height: 1px;
	opacity: 0.2;
	background-color: #999891;
}

.btn-event {
	float: right;
	font-size: 14px;
}



a.btn-primary {
	background: #e3e2d8;
	font-size: 13px;
	color: #1a4e8e;
	line-height: 20px;
	padding: 5px 8px;
	border: 0;
	margin: 0 4px;
	color: #1a4e8e;
	font: 500 italic 15px/21px var(--base-font);
}

a.btn-primary:hover {
	background: #1a4e8e;
	color: #e3e2d8;
}

.btn-secondary {
	height: 46px;
	background: #d4b124;
	padding: 10px;
	border: 0;
	color: white;
	font: 700 15px/26px var(--base-font);
	border-radius: 0;
}

.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open>.btn-secondary.dropdown-toggle.focus, .open>.btn-secondary.dropdown-toggle:focus, .open>.btn-secondary.dropdown-toggle:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover {
	outline: none;
	box-shadow: none;
	background: #d4b124;
	color: white;
}

.c-select:disabled,
.form-control:disabled, .form-control[readonly] {
	background-color: transparent;
	border-color: #d2d1c8;
	color: #d1d0c7;
}

.c-select
/*.form-control:not(#form_study)*/ {
	border-radius: 0;
	width: 100%;
	color: #999892;
	font: 400 15px/26px "Open Sans", sans-serif;
	background-color: transparent;
	padding: 10px 20px;
	height: 46px;
	border: 1px solid #d1d0c7;
}

.c-select {
	padding-right: 30px;
	background: url(/assets/front/images/bg_select.png) no-repeat right 13px center;
}

.home-intro {
	position: relative;
	z-index: 100;
}


.home-intro .link-more span {
	border-bottom: 2px solid #d4b124;
	display: inline-block;
	margin-bottom: 2px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.home-intro .link-more:hover span {
	border-color: transparent;
}

.home-intro .link-more {
	max-width: 200px;
	text-align: right;
	position: absolute;
	bottom: 0;
	margin: 30px;
	right: 0;
	color: white;
	font: 500 italic 15px/21px var(--base-font);
}

.home-intro .text h2 {
	color: #1a4e8e;
	font: 500 34px/60px var(--base-font);
	padding-bottom: 36px;
}

.home-intro .text {
	position: absolute;
	top: 50%;
	padding: 0 80px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
}


.news-box {
	padding: 50px 0;
	clear: both;
	text-align: left;
}

h1 {
	font: bold 18pt var(--base-font);
	letter-spacing: .01rem;
}

h1, .widget h3 {
	margin: 0 0 50px;
	padding: 0 8px 0 12px;
	vertical-align: top;
	display: inline-block;
	color: #152C70;
	/* TODO maybe: text-wrap-style: balance; */
	position: relative;
	margin-bottom: 10px !important;
	padding-left: 0 !important;
	/* todo: slide block in https://www.utenos-kolegija.lt/en */
	/* it has like 5 different <h1> styles overlapping */
	/* try to find a way for them all to make sense */
}

.home-slider {
	background-size: cover;*/
	clear: both;
	margin: -5px 0 0;
	position: relative;
	height: 70vh;
}


.home-slider .item {
	overflow: hidden;
	padding: 50px 0;
}

.home-slider .text a,
.home-slider p,
.home-slider a,
.home-slider h1 {
	color: #FFF;
}

.home-slider h1 {
	font-weight: 700;
	margin-bottom: 30px;
}

.home-slider .text h3 {
	color: #fffef3;
	font: 400 italic 36px/50px var(--base-font);
	letter-spacing: -.5px;
	padding-bottom: 4px;
}

.home-slider .text {
	float: left;
	padding: 38px;
	color: #fff;
	padding-left: 100px;
	padding-right: 50px;
	padding-bottom: 100px;
	width: 50%;
	color: white;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
}

.home-slider .image {
	float: left;
	width: 50%;
	padding-right: 50px;
}

.home-slider .image img {
	width: 100%;
	height: auto;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15), inset 0 0 118.5px 39.5px rgba(0, 0, 0, 0.25);
}

.slider-info {
	width: 500px;
	max-width: 500px;
	position: absolute;
	top: 150px;
	left: 15%;
	z-index: 1;
	background-color: rgb(21, 44, 112, 0.75);
	padding: 60px 40px;
}

.slider-text {
	font-size: 24px;
}


main {
	overflow: hidden;
	margin-bottom: -50px;
	clear: both;
}

.content {
	float: left;
	width: 100%;
	/*padding-right: 300px;
	margin-right: -300px;*/
}

.tab-content {
	display: none;
	border: 0;
	border-top: 0;
	margin-bottom: 40px;
	margin-top: 15px;
}

.tab-content.active {
	display: block;
}

.entry ul.nav-tabs,
ul.nav-tabs {
	font-size: 0;
	border: 0;
}

ul.nav-tabs .nav-item:before {
	display: none;
}

ul.nav-tabs .nav-link {
	padding: 16px 21px 20px;
	border: 0;
	margin-bottom: -10px;
	border-radius: 0;
	margin-left: -1px;
	font: 700 14px/28px var(--base-font);
	height: 63px;
	color: #9c9c9c;
	font-size: 1.6rem;
}

ul.nav-tabs a.nav-link.active {
	color: #000;
}

ul.nav-tabs li.nav-item {
	padding: 0;
	margin: 0;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.nav-tabs .nav-link.active {
	border-bottom: 2px solid #000!important;
}

ul.nav-tabs li.nav-item:last-child {
	border: 0;
}

ul.nav-tabs li.nav-item {
	padding: 0 10px 0 0;
	margin-bottom: 10px;
}

ul.nav-tabs .nav-item+.nav-item {
	margin: 0;
}

ul.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
	color: #000;
	background: #fff;
	position: relative;
	z-index: 9;
}

/* Heading above page content */
.intro {
	overflow: hidden;
	/* Make page body overlap the background */
}
.intro .container {
	padding: 40px 0 0;
	width: 1200px;
}
.intro h1 {
	letter-spacing: 2.6px;
	color: #152C70;
	font-family: var(--base-font);
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	letter-spacing: .04rem;
}
.intro p {
	padding: 4px 0;
	line-height: 20px;
	font-size: 13px;
	color: #95948e;
	margin: 0;
}

/* Breadcrumbs below page heading */
.breadcrumb {
	background: none;
	padding: 4px 0;
	font-size: 10pt;
	font-family: var(--base-font);
	line-height: 20px;
	color: #95948e;
}
.breadcrumb a {
	color: inherit;
	text-decoration: none;
}
.breadcrumb > li + li::before {
	content: "";
	margin: 7px 10px 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	background: url(/assets/front/images/bg_bread.png) no-repeat;
	width: 4px;
	height: 7px;
}

/* Main page body */

.entry form {
	margin-bottom: 25px;
	width: calc(100% + 11px);
	display: table;
}

.entry .date-format {
	color: #000;
	font-size: 12px;
	margin: 2rem 0;
}

.entry form.eq > div {
	width: 145px;
}

.entry form > div:last-child {
	width: 99px;
}

.entry form > div {
	padding-right: 11px;
	vertical-align: top;
	display: table-cell;
	margin-bottom: 15px;
}

.entry .table {
	margin-bottom: 40px;
}

.table td, .table th {
	line-height: 26px;
	border: 1px solid #e5e5e4;
	padding: 13px 18px;
}

.table th {
	background: #f7f7f7;
	font-weight: bold;
	padding-top: 11px;
	padding-bottom: 12px;
}

.entry .file {
	background: #f8fafc;
	display: inline-block;
	margin: 1px 0 0;
	line-height: 24px;
	vertical-align: top;
	padding: 0 6px;
	height: auto;
	color: #5084b9;
	box-shadow: 0 1px 0 #d9e8f6;
}

.entry .file:hover {
	background: #0e3881;
	color: #fff;
}

.alert {
	border-radius: 0;
	margin: 30px 0 42px;
	background: #f8fafc;
	padding: 41px 50px 28px;
}
.alert-info {
	color: #447cb4;
	background: #f8fafc;
	border: 0;
	border-bottom: 1px solid #5e92c5;
	border-top: 1px solid #5e92c5;
}

.entry .red {
	color: #d61212;
}

.sidebar {
	width: 300px;
	float: right;
}

.widget {
	padding: 35px 40px 0;
	color: #7e7d78;
}
.widget-text h3 {
	padding-bottom: 0;
}
.widget-text p {
	font: 13px/25px var(--base-font);
	padding-bottom: 8px;
	color: #95948e;
}
.widget-calendar h3 {
	margin-left: -55px;
}

a.more {
	color: #000;
	font: 500 13px/25px var(--base-font);
	display: inline-block;
	border: 1px solid #000;
	padding: 4px 20px;
}

.event-card {
	margin-bottom: 80px;
	height: 420px;
}

.event-image {
	margin-bottom: 20px;
}

a.more:hover {

}

.widget ul,
.widget li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget li a {
	display: block;
	padding: 5px 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	color: inherit;
}

.widget li.current > a,
.widget li a:hover {
	color: #0e3881;
}

.widget li li.current > a,
.widget li li a:hover {
	color: #d4b124;
}

.widget li li a {
	padding-left: 41px;
	position: relative;
}

.widget li li a:before {
	width: 6px;
	height: 6px;
	border-left: 1px solid #fff;
	position: absolute;
	left: 15px;
	top: 15px;
	opacity: .4;
	content: "";
	border-bottom: 1px solid #fff;
}

.widget ul ul {
	border-bottom: 0;
	padding-bottom: 0;
}

.widget ul {
	border-bottom: 1px solid #dcdbd1;
}

.widget li {
	color: #7e7d78;
	font: 500 13px/29px var(--base-font);
	border-top: 1px solid #dcdbd1;
}

.widget-calendar {
	background: #FFF;
	padding-bottom: 40px;
	color: #000;
}

.widget-calendar .prev {
	position: absolute;
	cursor: pointer;
	top: 4px;
	right: 15px;
	display: block;
	background: url(/assets/front/images/ico_arrows.png) no-repeat;
	width: 7px;
	height: 11px;
}

.widget-calendar .next {
	position: absolute;
	cursor: pointer;
	top: 4px;
	right: 0;
	display: block;
	background: url(/assets/front/images/ico_arrows.png) no-repeat 100% 0;
	width: 7px;
	height: 11px;
}

.widget-calendar .days {
	font-size: 0;
}

.widget-calendar .day-header {
	font: bold 13px/34px var(--base-font);
	width: 14.28%;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 2px;
	color: #000;
}

.widget-calendar .day {
	font: 400 13px/34px var(--base-font);
	text-transform: uppercase;
	color: #000;
	margin: 0 0.5%;
	margin-bottom: 3px;
	display: block;
	width: 13.28%;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	height: 31px;
	line-height: 31px;
}

.widget-calendar .day.adjacent-month  {
	color: #aaa;
	font-weight: 400;
}

.widget-calendar .month {
	text-align: left;
	text-transform: capitalize;
	padding-left: 20px;
}

.event-date {
	color: #000;
	font-size: 12px;
	margin-bottom: 5px;
}

.event-title {
	margin-bottom: 0px;
}

.event-short-description {
	margin-bottom: 20px;
}

.home-event {
	margin-bottom: 15px;
}

.event-title a {
	color: #000;
	font-size: 18px;
	font-weight: 700;
}

.widget-calendar .day.event {
	cursor: pointer;
	border: 1px solid #152C70;
}

.widget-calendar .head {
	position: relative;
	text-align: center;
	padding-bottom: 17px;
	letter-spacing: 2.5px;
	margin-top: -7px;
	color: #000;
	font: bold 13px/20px var(--base-font);
	text-transform: uppercase;
}

.btn.btn-all {
	display: block;
	height: 51px;
	clear: both;
	padding: 0 19px;
	padding-right: 60px;
	position: relative;
	text-align: left;
	color: #7e7d78;
	font: bold 13px/45px var(--base-font);
	text-transform: uppercase;
	border: 3px solid #e2e1d8;
}

.btn.btn-all:before {
	content: "";
	position: absolute;
	top: 0;
	margin: 17px 19px;
	right: 0;
	background: url(/assets/front/images/ico_next.png) no-repeat;
	width: 20px;
	height: 11px;
}

.widget-links {
	background: #0e3881;
	padding-bottom: 40px;
	color: #fff;
}

.widget-links > ul > li > a:hover:before,
.widget-links > ul > li.current > a:before {
	content: "";
	height: 50%;
	top: 50%;
	left: -10px;
	width: 10px;
	background: linear-gradient(to left bottom, #d4b124 50%, transparent 50%);
	position: absolute;
}

.widget-links > ul > li > a:hover:after,
.widget-links > ul > li.current > a:after {
	content: "";
	height: 50%;
	top: 0;
	left: -10px;
	width: 10px;
	background: linear-gradient(to left top, #d4b124 50%, transparent 50%);
	position: absolute;
}

.widget-links > ul > li > a:hover,
.widget-links > ul > li.current > a {
	position: relative;
	background: #d4b124;
	padding: 6px 40px;
	margin: -1px -40px;
}

.widget-links li {
	color: #fff;
	border-top: 1px solid #3e609a;
}

.widget-links li li a:hover {
	color: #d4b124;
}

.widget-links ul {
	border-bottom: 1px solid #3e609a;
}

/* Footer */

footer {
	margin-top: 140px;
	color: var(--light-fg);
	padding-bottom: 30px;
	background: var(--light-bg);

}

.footer-columns {
	font-family: var(--base-font);
	color: var(--light-hl);
	display: flex;
	justify-content: space-between;
	row-gap: 10px;
	padding-top: 20px;
	flex-flow: column wrap;
}

.footer-column {
	list-style-type: none!important;
}

.footer-column p,
.footer-column a {
	font-size: 15px;
}

.footer-menu img {
	margin-right: 15px;
}

.footer-columns h4 {
	font-weight: 800;
	margin-bottom: 1.3rem;
	font-size: 21px;
}

.footer-column-1 p {
	font-weight: 400;
}

.footer-column-5 a {
	color: #8390B7!important;
	text-decoration: underline;
}

.footer .center {
	text-align: center;
	position: absolute;
	padding: 0 200px;
	top: 0;
	left: 0;
	right: 0;
}

.footer .left {
	position: relative;
	float: left;
}

.footer .right {
	position: relative;
	float: right;
}

.footer a {
	color: #1a4e8e;
}

.footer a:hover {
	text-decoration: underline;
}


/* Media
------------------------------------------------------------------------------*/

@media screen and (min-width: 768px) {
	.home-slider{
		margin-bottom:30px;
	}
	.entry-img {
		position: relative;
		display: block;
		margin: 0 0 20px 40px;
		float: right;
		width: 500px;
		max-width: 100%;
	}
	.footer-column-1 {
		width: 300px;
	}
	.footer-columns {
		flex-direction: row;
	}
	.padding-l-0 {
		padding-left: 0!important;
	}
}

@media screen and (max-width: 1250px) {
	.footer-columns {
		flex-direction: row;
		gap: 5px;
		padding: 30px 30px;
	}
	.home-intro .text h2 {
		font-size: 29px;
		padding-right: 46px;
	}
	.slick-dots,
	.home-slider .text {
		padding-left: 40px;
	}

	.news-box article {
		padding-left: 20px;
	}

	.news-box section {
		margin-left: -20px;
		padding-right: 20px;
	}

	.home-intro .text {
		padding: 0 40px
	}

	ul.nav-tabs .nav-link {
		height: auto;
		padding: 10px 15px;
		margin: 0;
	}

	ul.nav-tabs li.nav-item {
		padding: 0;
		margin-bottom: 0;
	}

	.entry ul.nav-tabs, ul.nav-tabs {
		padding: 10px;
	}

	.container {
		width: auto;
		max-width: 100%;
	}

	.intro .container {
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer .banners {
		margin-left: 10px;
		margin-right: 10px;
	}

	.entry {
		padding: 26px 30px 40px;
	}


}

@media screen and (max-width: 1023px) {

	.entry form.eq {
		display: block;
		overflow: hidden;
	}

	.entry form.eq > div {
		width: 33.3%;
		float: left;
		display: block;
	}

	.news-box {
		padding-bottom: 0;
	}

	.home-slider .text {
		padding: 15px 30px 30px;
	}

	.home-slider .text h3 {
		font-size: 26px;
		line-height: 30px;
	}

	.home-slider .item {
		padding: 15px 0;
	}

	.slick-dots {
		bottom: 20px;
		padding: 0 30px;
	}

	.news-box article {
		width: 100%;
	}

	.home-slider:before {
		right: -150px;
	}

	.home-intro .text {
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		padding: 20px;
		transform: none;
	}

	.home-intro .text h2 {
		font-size: 26px;
		line-height: 50px;
	}

	.widget {
		padding: 15px;
		margin-bottom: 10px;
	}

	.sidebar {
		width: 250px;
	}

	.tab-content {
		padding: 20px;
	}

	.widget-links > ul > li > a:hover, .widget-links > ul > li.current > a {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	ul.nav-tabs li.nav-item {
		width: 50%;
		text-align: center;
	}

	.widget h3 {
		margin: 0 0 30px 0;
		padding: 0 0 14px;
	}

	.widget-calendar h3 {
		margin-left: -15px;
	}

	.footer .banners {
		padding: 20px;
	}

	.footer .center {
		padding: 0 150px;
	}

	.footer {
		font-size: 19px;
	}

	.head-bar {
		margin: 0 -15px 10px;
	}

	.head-bar .label1 {
		display: none;
	}

	.head-bar .lists li {
		padding-left: 9px;
	}
}

@media screen and (max-width: 767px) {
	.entry form > div:last-child,
	.entry form > div {
		width: auto;
		display: block;
	}

	.entry form.eq > div {
		width: 50%;
	}

	.entry form {
		display: block;
	}

	.home-slider .text {
		width: auto;
		float: none;
		padding-bottom: 15px;
	}

	.home-slider .image {
		float: none;
		padding: 0 0 60px;
		width: auto;
	}

	.slider-info {
		top: 20%;
		left: 0;
		max-width: 100%;
	}

	.home-intro .text h2 {
		font-size: 7vw;
		line-height: 13vw;
		padding-right: 40px;
	}

	.widget-links {
		display: none;
	}

	.news-box .date {
		float: none;
		margin-bottom: 15px;
	}

	.breadcrumb {
		display: none;
	}

	.home-intro .link-more {
		margin: 0;
	}

	.footer {
		padding-bottom: 5px;
	}

	.footer .banners {
		top: -50px;
		margin-bottom: -30px;
	}

	.footer .center,
	.footer .left,
	.footer .right {
		position: static;
		font-size: 12px;
		float: none;
		padding: 0;
		text-align: center;
	}

	.footer {
		margin-top: 50px;
	}

	ul.nav-tabs li.nav-item {
		width: 100%;
		border: 0;
	}

	.table td, .table th {
		padding: 8px;
	}

	.entry {
		padding: 20px 15px;
		margin: 0 -15px;
	}

	.content {
		float: none;
		width: auto;
		padding: 0;
		margin: 0;
	}

	.sidebar {
		width: auto;
		float: none;
	}

	.alert {
		padding: 15px;
	}

}

.hide {
	position: absolute;
	left: -999em;
	opacity: 0;
}

.pagination {
	display: flex;
	justify-content: center;
}

.page-item {
	margin: 0 5px!important;
}


.entry ul.pagination li:before {
	display: none;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border: unset!important;
}


.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #152C70;
	border-color: #152C70;
}

.page-link {
	position: relative;
	float: left;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.5;
	color: #152C70;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #152C70;
}

.entry ul li.page-item {
	padding: 0;
}

/*------------------------------------------------------------------------------*/
/* Cookie dialog */
#gdpr-cookie-message {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100vw;
	background-color: #F2F5FF;
	padding: 20px 40px;
	border-radius: 5px;
	font-family: var(--base-font);
	z-index: 990;
}
#gdpr-cookie-message h4 {
	color: #8da7c7;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
	color: #8da7c7;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
#gdpr-cookie-message label {
	display: inline-block;
	max-width: 90%;
	margin-bottom: 0;
}
#gdpr-cookie-message p,
#gdpr-cookie-message ul {
	margin-bottom: 20px;
	line-height: 1.75em;
}
#gdpr-cookie-message li {
	list-style: none;
	margin-bottom: 10px;
}
#gdpr-cookie-message li:last-child {
	margin-bottom: 0;
}
#gdpr-cookie-message p,
#gdpr-cookie-message ul {
	padding-left: 0;
	color: #152C70;
	font-size: 13px;
	line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: right;
}
#gdpr-cookie-message #gdpr-cookie-types li p {
	padding-top: 5px;
	font-size: 11px;
	text-align: left;
}
#gdpr-cookie-message a {
	color: #8da7c7;
	text-decoration: none;
}
#gdpr-cookie-message a:hover {
	color: white;
	border-bottom-color: #8da7c7;
}
#gdpr-cookie-message button {
	border: none;
	background: #152C70;
	color: white;
	font-size: 15px;
	padding: 7px;
	border-radius: 3px;
	margin-left: 15px;
	cursor: pointer;
}
#gdpr-cookie-message button:hover {
	background: white;
	color: #8da7c7;
}
#gdpr-cookie-message button#gdpr-cookie-advanced {
	background: white;
	color: #8da7c7;
}
#gdpr-cookie-message button:disabled {
	opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
	float: none;
	margin-top: 0;
	margin-right: 5px;
}

.entry-img img,
.event-image img {
	max-width: 100%;
	width: 500px;
}

.entry-img {
	max-width: 100%!important;
	margin-bottom: 25px;
}

.entry-img .article-footnote {
	float: right;
	font-size: 11px;
}

.live-event {
	float: left;
	margin: 0 15px 15px 0;
}

.event-info {
	color: #152C70;
}

.event-info-line {
	background: rgb(255,203,0);
	background: linear-gradient(90deg, rgba(255,203,0,1) 48%, rgba(3,21,76,1) 48%);
	height: 2px;
	width: 100%;
}

#event-page .entry-img img {
	object-fit: cover;
	height: 200px;
}

#event-page h3 {
	font-weight: 700;
	margin: 25px 0 20px 0;
}

.home-event .event-thumb-image {
	display: inline-block;
	vertical-align: top;
}
.home-event .event-thumb-image img {
	width: 50px;
	border-radius: 50%;
	margin-right: 10px;
}
.home-event .event-data {
	display: inline-block;
}

.home-slider .slide {
	background-size: cover !important;
	height: 70vh;
	position: relative;
}

.program-field {
	margin-top: 5px;
}

.page_photo {
	height: 200px;
}

.page_photo img {
	width: 100%;
}

.studies_groups h3 {
	font-weight: 700;
	font-size: 1.4rem;
	color: #152C70;
	margin-bottom: 30px;
}

.legal-info li {
	text-align: center;
}

.legal-info.nav-tabs .nav-link {
	border-bottom: 0!important;
	border-top: 2px solid #03154C;
	color: #939dba;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.legal-info.nav-tabs a.nav-link {
	font-size: 1.3rem!important;
}

.legal-info.nav-tabs .nav-link.active {
	color: #152C70;
	border-bottom: 0!important;
	border-top: 2px solid #FFCB00;
}

ul.nav-tabs.legal-info	li.nav-item {
	padding: 10px 0 0 0;
	min-width: 25%;
}

#study_form .intro {
	box-shadow: 0px 0px 8px 3px rgb(21 44 112 / 44%);
	padding-bottom: 15px;
	margin-bottom: 30px;
}

#study_form li {
	display:inline-block;
	margin-left: 10px;
	color: #152C70;
	font-size: .9rem;
}

#study_form ul {
	padding-left: 0;
}

#study_form h2 {
	margin-bottom: 10px;
}

.form-section {
	margin: 40px 0 30px 0;
}

.form-section h3 {
	font-weight: 700;
	font-size: 1.1rem;
	color: #152C70;
	border-bottom: 2px solid #152C70;
	padding-bottom: 10px;

}

input[type=submit] {
	background-color: #152C70;
	border: none;
	border-radius: 4px;
	font-weight: 700;
	color: #FFF;
	padding: 16px 100px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 4px 2px;
	cursor: pointer;
}

#study_form input[type=text],
#study_form input[type=tel],
#study_form input[type=email],
#study_form input[type=number] {
	border: none;
	padding: 16px 0;
	text-decoration: none;
	margin: 4px -5px;
	cursor: pointer;
	border-bottom: 1px solid rgba(14, 56, 129, 0.3);
}


#study_form label {
	padding: 16px 27px;
	margin: 0;
	border-bottom: 1px;
	font-size: .9rem;
}

.form-check-input {
	margin-top: 1.3rem;
}

.docs {
	border: 1px solid #D2DAE8;
	background-color: rgba(192, 203, 222, 0.11);
	margin-bottom: 25px;
	padding: 20px 0;
	text-align: center;
}

.docs label {
	font-weight: 700;
	color: #152C70;
	font-size: 1.1rem!important;
}

.docs input[type="file"] {
	display: none;
}

.docs i {
	padding-right: 10px;
}

.home-intro option:first-child {
	opacity:.6;
}

.disabled-text {
	color: #9A9A9A!important;
}

.working-hours {
	line-height: normal;
}
.view-article .entry h1 {
	display: block;
	height: unset!important;
}

/* Generic elements */
span.chip.error {
	/* Error chip used when an {include} fails */
	color: white;
	background: crimson;
	font-weight: bold;
	border-radius: 5px;
	padding: 0.2em 0.4em;
}


/* Toplevel navigation bar */
header {
	background: white;
	min-height: 110px;
	position: relative;
	z-index: 9999;
}
header #navbar-logo {
	float: left;

	/* Layer above the nav links, so that it remains clickable */
	position: relative;
	z-index: 9;
}
header #navbar-logo img {
	width: 230px;
	padding-top: 7px;
}

/* Toplevel -- menu items */
header #navbar-header {
	position: relative;
	padding-top: 10px;
	margin-top: 23px;
}
header #navbar-header:after {
	content: "";
	clear: both;
	display: block;
}
header nav {
	padding: 0;
}
header nav ul.toplevel {
	float: right;
	padding: 0;
}
header nav ul.toplevel > li {
	display: inline;
	list-style: none;
	position: relative; /* Makes dropdown menus work */
}
header nav ul.toplevel > li.toplevel {
	margin: 0 3pt;
}
header nav ul.toplevel > li.separator {
	/* Note: This is meant for an empty tag (no &nbsp). */
	margin: 0 3pt;
	margin-left: 2px;
	border-right: 2px solid #FFCB00;
}
header nav ul.toplevel > li.narrow {
	margin: 0 3pt;
}
header nav ul.toplevel > li > a {
	font-size: 13pt;
	text-decoration: none;
	white-space: nowrap;
	color: hsl(225, 68%, 26%);
	border-bottom: 2px none;
}
header nav ul.toplevel > li.dim > a {
	color: hsl(225, 35%, 55%);
}
header nav ul.toplevel > li > a:hover {
	border-bottom: 2px solid hsl(225, 68%, 26%);
}
header nav ul.toplevel > li.with-sub > a:hover {
	border-bottom: 2px none;
}
header nav ul.toplevel > li.icon img {
	vertical-align: sub;
}

/* Second and 3rd level menu items */
header nav ul.sub {
	position: absolute;
	padding: 15px 0;
	min-height: 100%;
	z-index: 999;
	/* Hide by default */
	opacity: 0;
	pointer-events: none;
	transition: all .2s ease;
}
header nav li:hover > ul.sub {
	/* Show up when the parent item is hovered */
	opacity: 1;
	pointer-events: auto;
}
header nav ul.sub.second {
	width: 300px;
	background: #fbfbfb;
	border: 1px solid #152C70;
	box-shadow: 10px 10px 0 rgba(0, 0, 0, .05);
}
header nav ul.sub.third {
	width: 300px;
	top: 0;
	background: white;
	border: 1px solid #152C70;
	/* This goes to the right */
	left: 100%;
}
header nav li.toplevel:nth-child(4) ul.sub.third /* Visu */,
header nav li.toplevel:nth-child(5) ul.sub.third /* Kont */,
header nav li.toplevel:nth-child(6) ul.sub.third /* ---- */ {
	/* ...and these go to the left. */
	left: auto;
	right: 100%;
	box-shadow: 10px 10px 0 rgba(0, 0, 0, .05);
}
header nav ul.sub > li {
	list-style: none;
}
header nav ul.sub > li > a {
	display: block;
	font-size: 12pt;
	text-decoration: none;
	padding: 10px 30px;
}
header nav ul.sub > li > a:hover {
	background: white;
	color: #d4b124; /* XXX: this is the old UK gold */
}

/* Separator line between 2nd-level menu items */
header nav ul.sub > li > a::before {
	content: "";
	display: block;
	border-top: 1px solid #eeeeee;
	margin-top: -10px;
	margin-bottom: 10px;
}
header nav ul.sub > li:first-child > a::before {
	display: none;
}

/* Pointer triangle above menus */
header nav ul.toplevel > li.with-sub > a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	margin-left: -8px;
	opacity: 0;
	border-style: solid;
	border-width: 0 7.5px 8px 7.5px;
	border-color: transparent;
	border-bottom-color: #152C70;
}
header nav ul.toplevel > li.with-sub:hover > a::before {
	opacity: 1;
}

/* News items (used in home page, as well as in individual article pages) */

a.read-more {
	display: inline-block;
	color: var(--light-hl);
	background: var(--light-bg);
	border-radius: 5px;
	padding: 1pt 3pt;
}
a.read-more:hover {
	background: var(--light-bg-hl);
	text-decoration: none;
}
/* TODO: Make those class="chip read-more" and then we can get rid
 * of half the properties above, just inherit them from .chip */

.news-grid {
	display: grid;
	gap: 2.5em 2em;
	grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1023px) {
	.news-grid { grid-template-columns: repeat(3, 1fr); }
}
@media screen and (max-width: 767px) {
	.news-grid { grid-template-columns: repeat(2, 1fr); }
}
.news-grid article {
}
.news-grid article .date {
}
.news-grid article .image {
	height: 160px;
	overflow: hidden;
	margin-bottom: 0.5em;
}
.news article .image img {
	width: 100%;
}
.news-grid article .image .placeholder {
	width: 100%;
	height: 100%;
	background: hsl(225, 30%, 97%);
}
.news .news-grid article .text {
}
.news article h3 {
	font-size: 15pt;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.news article h3 a {
	color: inherit;
}
.news-grid a.read-more {
	font-size: smaller;
}

.news article.large {
	display: grid;
	grid: auto / 2fr 3fr;
	gap: 1em;
	max-width: 800px;
	margin: 1em auto;
	margin-bottom: 2em;
}
.news article.large .image {
	height: 200px;
	overflow: hidden;
}
.news article.large img {
	width: 100%;
}
.news article.large h3 {
	font-size: 19pt;
}

/* Navbar stuff */

@media screen and (min-width: 768px) {
	.xnavbar {
		justify-content: flex-end !important;
	}
	.xnavbar .toplevel {
		margin-top: 12px;
	}
	.xnavbar .toplevel {
		display: inline-block;
	}
	.xnavbar .with-sub:hover > ul {
		margin-left: -120px;
	}
}

@media screen and (max-width: 767px) {
	#navbar-header {
		/* Force the navbar below the logo */
		clear: both;
	}
	.navbar-brand {
		float: left;
		display: block;
		width: 240px;
		height: 65px;
		margin: 2px 0 0;
		background-size: contain;
	}
	#navbar-header {
		padding-top: 2px;
		position: relative;
		margin-top: 0;
	}
	.xnavbar {
		position: relative;
		justify-content: center;
	}
	.xnavbar .with-sub > ul {
		display: block;
		float: none;
		position: static;
		width: auto;
	}
	.xnavbar > ul {
		padding-bottom: 45px;
		padding-top: 0;
	}
	.xnavbar > ul > li,
	.xnavbar > ul > li + li {
		display: block;
		padding: 0;
		margin: 15px 0;
	}
	.xnavbar .with-sub:hover > a:before {
		display: none;
	}
	.xnavbar ul ul,
	.xnavbar ul ul ul {
		position: static !important;
		min-height: 0;
		float: none;
		clear: both;
		width: auto;
		display: none !important;
		opacity: 1 !important;
		pointer-events: auto !important;
	}
	.xnavbar ul ul.active,
	.xnavbar ul ul ul.active {
		display: block !important;
	}
}

@media screen and (max-width: 1023px) {
	.xnavbar > ul > li {
		line-height: 1.8;
	}
	.xnavbar > ul > li + li {
		padding-left: 10px;
	}
}

@media screen and (max-width: 1200px) {
}
