* {
	box-sizing: border-box;
}

html,body {
	height: 100%;
	margin: 0;
	padding: 0
}

.wrapper {
	margin: 0 auto;
	width: 1142px;
}

/* Google */
.gsc-adBlock {
	display: none !important;
}

.gsc-webResult.gsc-result {
	border: none !important;
	padding: 20px 0 !important;
}

.gs-title,
.gs-title b {
	font: 18px/26px 'Open Sans', sans-serif !important;
	font-weight: 600 !important;
}

.gs-title b {
	font-weight: 700 !important;
}

.gs-title:hover {
	text-decoration: underline !important;
}

.gsc-thumbnail-inside {
	font: 16px/24px 'Open Sans', sans-serif !important;
}

.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-breadcrumb {
	font-weight: 600 !important;
}

.gsc-url-top {
	font: 13px/20px 'Open Sans', sans-serif !important;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width:100%;
}

img.director {
	border-radius: 6px;
}

/* RWD Menu */
body .content-rwd {
	margin: 0 auto;
	padding: 2rem 0 3rem;
	position: relative;
	width: 90vw;
}

body .content-rwd #close-rwd {
	font-size: 24px;
	position: fixed;
	top: 8px;
	right: 8px;
}

body .content-rwd nav {
	text-align: center;
}

body .content-rwd nav h3 {
	margin-bottom: 1.5rem;
}

body .content-rwd nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body .content-rwd nav ul li a {
	display: block;
	font-weight: 600;
	padding: 1rem 0;
}

body .content-rwd nav ul ul li a {
	font-weight: 400;
}

body .content-rwd nav ul li a:hover {
	text-decoration: none;
}

body .content-rwd nav ul ul li a:before {
	content: "\000B7";
	margin-right: 4px;
}
body .content-rwd nav ul ul li a:after {
	content: "\000B7";
	margin-left: 4px;
}

/* WCAG */
div.wcag {
	font: 16px/24px sans-serif !important;
	text-align: right;
}

div.wcag .flex {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
}

div.wcag ul.wcag_colors {
	padding-left: 10px;
}

div.wcag ul {
	display: inline-block;
	line-height: 40px !important;
	margin: 0;
	padding-left: 0px;
}

div.wcag ul li {
	display: inline-block;
	margin: 0 .2rem;
}

div.wcag ul li a {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 6px 3px;
	text-decoration: none;
}

div.wcag ul.wcag_colors li a {
	border: 1px solid #999;
}

div.wcag ul.wcag_colors li a#wb {
	background-color: #fff;
	color: #000;
}

div.wcag ul.wcag_colors li a#bw {
	background-color: #000;
	color: #fff;
}

div.wcag ul.wcag_colors li a#yb {
	background-color: #ff0;
	color: #000;
}

div.wcag ul.wcag_colors li a#by {
	background-color: #000;
	color: #ff0;
}

div.wcag ul.wcag_sizes li a#s1 {
	font-size: 10px;
}

div.wcag ul.wcag_sizes li a#s2 {
	font-size: 12px;
}

div.wcag ul.wcag_sizes li a#s3 {
	font-size: 16px;
}

/* Project and organization */
body>div>header .project-title {
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: .25em;
}

body>div>header .organization {
	font-size: 1.25rem;
	line-height: 1.3em;
}


/* Search field */
body>div>header div.search .logo a {
	display: inline-block;
}
body>div>header div.search .logo img {
	vertical-align: middle;
}

/* Menu Top */
body>div>header div.menu-top {
	line-height: 60px;
}

body>div>header div.menu-top ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 1;
}

body>div>header div.menu-top ul li {
	display: inline-block;
	list-style-type: none;
}

body > div > header div.menu-top ul li.active.deeper.parent::after,
body > div > header div.menu-top ul li:hover::after,
body>div>header div.menu-top ul li:last-of-type::after {
	border-right: 1px solid rgba(0,0,0,0);
}

body>div>header div.menu-top ul li a {
	padding: 24px 22px;
	text-decoration: none;
}

/* menuDropDown */
body>div>header ul.nav-child {
	background: #fff;
	box-shadow: 0 4px 10px rgba(10, 20, 30, .4);
	display: none;
	position: absolute;
}

body>div>header ul.nav-child li {
	clear: both;
	display: block !important;
	float: none;
	transition: all .3s ease-in-out;
}

body>div>header ul.nav-child li:hover {
	background-color: rgba(0, 0, 0, .1);
}

body>div>header ul.nav-child a {
	background: transparent;
	font-family:'Daxline W02 Medium',sans-serif !important;
	width: 100%;
}

/** 
body>div>header div.menu-top ul li.item-109 a,
body>div>header div.menu-top ul li.item-1160 a,
body>div>header div.menu-top ul li.item-134 a {
	position: relative;
	top: -10px;
}

body>div>header div.menu-top ul li a div.sub {
	font-size: 14px;
	left: 50%;
	position: absolute;
	top: 26px;
}

body>div>header div.menu-top ul li a div.caption {
	font-weight: 400;
    position: relative;
    left: -50%;
    white-space: nowrap;
}
**/

body>div>header div.menu-top ul li.alias-parent-active a,
body>div>header div.menu-top ul li.current.active a {
	font-weight: bold;
}

body>div>header div.menu-top ul li a:hover {
	text-decoration: none;
}

body>div>main .wrapper-partners {
	margin: 0 auto;
	width: 80vw;
}

body>div>main .breadcrumbs {
	padding: 1rem;
	font-size: 0.85rem;
	line-height: 1.2rem;
}

body>div>main .breadcrumbs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body>div>main .breadcrumbs ul li {
	display: inline-block;
}

body>div>main .breadcrumbs ul li:first-of-type {
	font-weight: bold;
	margin-right: .25rem;
}

body>div>main .breadcrumbs li.active span {
	font-weight: 600;
}

div.bip-social {
	align-content: space-between;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 2rem;
}

div.social-logotype {
	border: 1px solid #D1D4D6;
	border-radius: 3px;
}

div.social-logotype img {
	display: block;
}

body > div > main div.leading-0,
body > div > main div.span4 {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

/*
	body > div > main .items-row div.intro > div:first-child,
	body > div > main .items-leading div.intro > div:first-child {
		border-top: 1px solid #D1D4D6;
		border-right: 1px solid #D1D4D6;
		border-left: 1px solid #D1D4D6;
	}
	
	body > div > main .items-row div.intro > div:nth-child(2),
	body > div > main .items-leading div.intro > div:nth-child(2) {
		border-bottom: 1px solid #D1D4D6;
		border-right: 1px solid #D1D4D6;
		border-left: 1px solid #D1D4D6;
		
	}
*/

body > div > main .items-row div.intro > div:nth-child(2) {
	padding: 16px 20px 20px;
}

body > div > main .items-leading div.intro > div:nth-child(2) {
	padding: 24px 40px 30px;
}

body > div > main .items-row h2,
body > div > main .items-leading h2 {
	color: #113140;
	margin-bottom: 0;
}

body>div>main article .date {
	font-size: .875rem;
	/*margin-top: -1.25rem;*/
	margin-bottom: 3rem;
	opacity: .6;
}

body>div>main .blog .date {
	font-size: .875rem;
	margin-top: 0.25rem;
	opacity: .6;
}

.page-header h1 {
	line-height: 1.25em;
	text-align: center;
}

.page-header h1:before,
body .content-rwd nav h3:before,
.fields-header h3:before,
.our-actions h3:before {
	margin-left: auto;
	right: 2rem;
}

.page-header h1:after, .page-header h1:before,
body .content-rwd nav h3:before, body .content-rwd nav h3:after,
.fields-header h3:before, .fields-header h3:after,
.our-actions h3:before, .our-actions h3:after {
	content: "";
	display: inline-block;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	width: 5%;
}

article h1:after,
body .content-rwd nav h3:after,
.our-actions h3:after,
.fields-header h3:after {
	left: 2rem;
	margin-right: auto;
}

body>div>footer {
	min-height: 148px;
	padding: 3rem 0;
}

body>div>footer .moduletable_menu {
	margin-bottom: 2rem;
}

body>div>footer div.menu {
	align-items: baseline;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

body>div>footer div.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body>div>footer div.menu ul li {
	margin-bottom: .25rem;
}

body>div>footer div.menu ul li a {
	text-decoration: none;
}

body>div>footer div.menu ul li a:hover {
	text-decoration: underline;
}

body>div>footer div.menu ul li a{
	font-weight: 500;
}
body>div>footer div.menu ul li.current.active a {
	font-weight: 700;
}

body>div>footer .copyrights {
	margin-top: 3rem;
}

body>div>footer .copyrights p {
	text-align: center;
}

body>div>footer .copyrights p {
	font-size: .75rem;
	line-height: 1em;
	margin: 0;
}

.cookie {
	display: none;
}

.cookie {
	font: .75rem/1.5em sans-serif;
	padding-bottom: 1rem;
	text-align: center;
}

.cookie a {
	text-decoration: none;
}

.cookie a:hover {
	cursor: pointer;
	text-decoration: underline;
}

/* Tempolate globals */
.flex {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.partners-logotypes {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 48px;
}

.grid21 {
	align-items: center;
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 48px;
}

.content-rwd,.bars-rwd {
	display: none;
}

.menu-rwd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-rwd ul li {
	text-align: center;
}

.menu-rwd ul li a {
	display: block;
	margin: 2rem;
	text-decoration: none;
}

.menu-rwd ul li a:hover {
	text-decoration: underline;
}

.menu-rwd h3 {
	margin: 2rem 0 1rem;
	text-align: center;
}

/* Joomla */
.icons,
.article-info.muted {
	display: none;
}

.blog .items-leading,
.blog .items-row .span4,
.blog-featured {
	margin-bottom: 32px;
}

.blog .items-leading  {
	display: grid;
	grid-template-columns: 752px 360px;
	grid-gap: 32px;
}

.blog .cols-3 {
	display: grid;
	grid-template-columns: 360px 360px 360px;
	grid-gap: 32px;
}

.blog .cols-2 {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 48px;
}

.blog h2 a,.readmore a {
	text-decoration: none;
}

.blog h2 a:hover,.readmore a:hover {
	text-decoration: underline;
}

.blog .items-row .readmore:after {
	content: "\000BB";
}

/* ePSU Module */
form div.epsu-form-row {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

form div.epsu-form-row {
	border-radius: 3px;
	padding: 1rem;
}

form div.epsu-form-row fieldset {
	border: none;
	padding: 0;
}

form div.epsu-form-row fieldset label {
	margin-right: 8px;
}

form div.epsu-form-row input {
	font-size: .875rem;
	padding: .25rem;
}

.btn {
	border-radius: 3px;
	padding: .35rem .75rem .45rem;
}

.btn:hover {
	text-decoration: none;
}

img.adviser-photo,
img.adv-photo {
	border-radius: 3px;
	float: left;
	margin-right: 1rem;
	height: 154px;
	width: 120px;
}

/* Advert */
.advert-grid,
.cover-grid {
	display: grid;
	grid-template-columns: 752px 360px;
	grid-gap: 32px;
}

.advert-image,
.cover-image {
	border: 1px solid #e6e6e6;
	display: flex;
	justify-content: space-between;
	margin: 0 0 2rem;
	text-align: center;
}

.advert-image img,
.cover-image img {
	display: block;
}

/* Pagination */
.pagination {
	text-align: center;
}
.pagination p.counter {
	margin-bottom: 0;
}

.pagination ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pagination ul li {
	display: inline-block;
	padding: 0 .25rem;
}

.panel {
	margin: 2rem auto 0;
	width: 65%;
}

.download-panel {
	position: relative;
	background-color: #efefef;
	display: flex;
	justify-content: center;
	gap: 2rem;
	flex-wrap: wrap;
	margin-top: 2rem;
	padding: 1rem 0;
	border-radius: 8px;
	border: 1px solid #ddd;
	filter: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
}

.download-link {
	position: absolute;
	inset: 0;
	text-decoration: none;
}

.download-panel:hover {
	background-color: #e9e9e9;
	border: 1px solid #c5c5c5;
}

.download-link:hover {
	text-decoration: none;
}

.link-panel {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.svg-ico {
	height: 1.5rem;
	width: 1.5rem;
}

@media (max-width: 1024px) {
	.panel {
		width: 100%;
	}

	.download-panel {
		gap: 0.15rem;
		flex-direction: column;
		align-items: center;
	}
}
