html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

* {
	font-size: 16px;
	line-height: 26.17px;
}

h1 {
	font-size: 48px;
	line-height: 62px;
	font-weight: 500;
}

h2 {
	font-size: 36px;
	line-height: 47px;
	font-weight: 500;
}

h3 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
}

h4 {
	font-size: 24px;
	line-height: 37px;
	font-weight: 100;
}

h5 {
	font-size: 21px;
	line-height: 32px;
	font-weight: 100;
}

h6 {
	font-size: 19px;
	line-height: 27px;
	font-weight: 100;
}

p {
	font-size: 16px;
	line-height: 26.17px;
}

span {
	font-size: 1.2rem;
}


ol, ul {
    list-style: none;
}

fieldset {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-font-smoothing: antialiased !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#modal_extra_content h1 {
  margin-bottom:30px;
}

#modal_extra_content a {
    color: #ffffff;
    cursor: pointer;
	text-decoration: underline;
}

#modal_extra_content a:hover {
	font-weight:500;
}

#modal_extra_content .limit {
	padding:30px;
}

.news-text p {
    margin-bottom: 26px;
}
@font-face {
    font-family: 'Graphik Medium';
    src: url('/assets/font/Graphik-Medium-Web.woff2') format('woff2'),
    url('/assets/font/Graphik-Medium-Web.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('/assets/font/Graphik-Medium-Web.woff2') format('woff2'),
    url('/assets/font/Graphik-Medium-Web.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('/assets/font/Graphik-Regular-Web.woff2') format('woff2'),
    url('/assets/font/Graphik-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

.close {
	opacity: 1;
}

body {
    color: #000;
    background-color: #fff;
    font-family: 'Graphik Web', Arial, serif;
    overflow-x: hidden;
}

.mGraphik {
	font-family: 'Graphik Medium', Arial, serif;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none !important;
    outline: 0 !important;
}


.btn-epp {
	border: white solid 2px;
    border-radius: 39px;
	width: 200px;
    text-align: center;
	font-weight: 500;
}

.rotterdam {
	background: #2FAC66;
}
/*
.container.jobs ul {
    padding-top: 20px;
    padding-bottom: 20px;
}
*/
.news-text ul,ol {
    list-style: disc;
    padding-left: 25px;
    white-space: normal;
}

.news-text ol {
    list-style: decimal;
    margin-top:15px;
}

html, body {
    height: 100%;
    width: 100%;
}

.w,
.container
{
    width: 1200px;
    max-width: 100%;
    margin: auto;
}
/*
.read-more {
	position: absolute;
	bottom:0px;
}*/

#header-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}

#header-container .dropdown-menu {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
	margin: 0;
	width: 420px;
}

/*#header-container li.has-submenu:hover > .dropdown-menu {
    display: block;
}
#header-container li.has-submenu > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    /*pointer-events: none;*/
/*}*/

#header-container .dropdown-menu .dropdown-item {
	padding: .25rem 0;
	color: #fff;
}

#header-container .dropdown-menu:before {
	content: "●";
	color: #fff;
	text-align: center;
	font-size: .8rem;
}

#header-container li:nth-of-type(1) .dropdown-menu:before {
	margin-left: 56px;
}

#header-container li:nth-of-type(2) .dropdown-menu:before {
	margin-left: 90px;
}

#header-container li:nth-of-type(5) .dropdown-menu:before {
	margin-left: 40px;
}

#header-container .dropdown-menu .dropdown-item:hover,
#header-container .dropdown-menu .dropdown-item:focus {
	background-color: transparent;
	font-weight: 400;
	text-decoration: underline;
}

header {
    height: auto;
    padding-top: 40px;
    align-items: flex-end;
    justify-content: space-between;
}

header ul {
    /*padding-bottom: 15px;*/
	margin-top: auto;
    margin-bottom: auto;
}

header ul li {
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle;
	margin-top: 10px;
}

header ul.list-inline li {
    margin-left: 0;
	margin-right: 25px;
}

header ul li a {
    letter-spacing: 0;
    color: #fff;
    display: flex;
    align-items: center;
}

header ul li.has-submenu img {
    height: 14px;
    margin-left: 14px;
    position: relative;
    top: 1px;
}

#homepage header ul li a {
    color: #ffffff;
}

#header-search-btn img {
    height: 30px;
    width: 30px;
    display: block;
}

.np-t {
    padding-top: 0 !important;
}

.first-el, .subpage {
    padding-top: 200px;
}

.flx {
    display: flex;
}

#hp-intro {
    position: relative;
    max-height: 100vh;
    /*height: 1180px;*/
    background-color: #222;
    background-size: cover;
    background-position: 50%;
    /*display: flex;*/
    align-items: center;
    overflow: hidden;
}

.hp-intro-video-height-popup {
	height: calc((var(--vh, 1vh) * 85));
}

.hp-intro-video-height-nopopup {
	height: 100vh;
}

#hp-intro-msg-2025-desktop {
	background-color: #0155A0;
	z-index: 10;
	position: absolute;
	align-items: center;
	flex-shrink: 0;
	bottom: 0px;
	right: 0px;
	width: calc(100vw - 15px - (100vw - 1200px) / 2);
	height: 180px;
}

.valencia-2025-mobile {
	display:none;
}

#mainVideo {
	/*position: absolute;
	right: 0;*/
	/*bottom: 0;*/
	/*height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index:1;*/
	position: absolute;
    left: 50%;
	//height:100%;
    top: 50%;
  //  transform: translateX(-50%);
    transform: translate(-50%,-50%);
	z-index:1;
	
}

#hp-intro > .row {
	height: calc(var(--vh, 1vh) * 100);
}

#hp-intro h1 {
    color: #FFFFFF;
	font-size: 62px;
	letter-spacing: 0;
	line-height: 76.82px;
}

#hp-intro-title {
    flex: 1;
    align-items: center;
	z-index: 2;
	padding: 15px;
	/*margin-bottom: 100px;*/
}

#hp-intro > .w {
    height: 100%;
    flex-flow: column;
}

#hp-intro-msg h3 {
    color: #FFFFFF;
    font-weight: 400;
}

/*#hp-intro-msg:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100vw;
    left: 0;
    top: 0;
    background-color: #0155A0;
    z-index: -1;
}*/

#hp-intro-msg {
	background-color: #0155A0;
    z-index: 3;
    position: relative;
    align-items: center;
    flex-shrink: 0;
	/*padding: 45px 45px;*/
	padding: 45px 0;
	/*width: 81%;*/
	/*margin-left: auto;*/
}

#hp-intro-msg a {
    color: #FFFFFF;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 32.33px;
    /*position: absolute;*/
    /*right: 45px;*/
    /*bottom: 45px;*/
    display: inline-block;
    /*border-bottom: solid 1px #fff;*/
	text-decoration: underline;
}

#hp-intro-msg-close {
    border: 0;
    outline: 0;
    background: 0;
    /*position: absolute;*/
    /*right: 45px;*/
    /*top: 45px;*/
    z-index: 3;
    padding: 0;
}

#hp-intro-msg-close img {
    height: 28px;
    width: 28px;
    display: block;
}

#logo {
}

#logo img {
    height: 80px;
}

p.lrg {
    color: #000000;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

#footer-container {
    background-color: #EFF3F6;
    position: relative;
}

#hp-last-img {
    margin-bottom: 118px;
}

#footer {
    padding-top: 60px;
    padding-bottom: 85px;
    justify-content: space-between;
    position: relative;
}

#footer a {
    cursor: pointer;
}

#footer-left ul li {
    letter-spacing: 0;
    display: block;
}

#footer-left ul li a {
    font-weight: 500;
    color: #000;
}

body.no-btt #btt {
    display: none !important;
}
/*
#btt {
    position: absolute;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 0;
    outline: 0;
    background-color: #F6B83A;
    right: -100px;
    top: -60px;
}
*/
#btt img {
    width: 28px;
    transform: rotate(180deg);
}

#footer-right ul li {
    width: 49%;
    display: inline-block;
}

#footer-right ul li a {
    color: #000000;
    font-size: 14px;
	letter-spacing: 0;
	line-height: 28.96px;
}


#footer-cp {
	margin-top: 53px;
	color: #000000;
	letter-spacing: 0;
	font-size: 13px;	
	font-size: 13px;
	line-height: 24px;
}
#footer-cp strong {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 21.72px;
}

.subpage-tbl {
    margin-top: 80px;
}

table th, table td {
    text-align: left;
    vertical-align: top;
}

#header-hamburger {
    position: fixed;
    right: 0;
	left: 0;
	bottom: 0;
	top: 0;
    /*height: 100%;*/
    /*width: 440px;*/
    /*max-width: 90%;*/
    background-color: #0155A0;
    /*display: flex;*/
    /*align-items: center;*/
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.14);
    transform: translateX(30%);
    -webkit-transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
    -o-transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
    transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
    opacity: 0;
    visibility: hidden;
	padding: 60px 26px;
}

#header-hamburger .bottom {
	bottom: 0px;
    position: absolute;
}

#header-hamburger .bottom a {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 28.96px;
}

#header-hamburger-container {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 995;
    left: 0;
    top: 0;
    visibility: hidden;
}

body.hamburger-open #header-hamburger-container {
    visibility: visible;
}

body.hamburger-open #header-hamburger {
    transform: none;
    opacity: 1;
    visibility: visible;
}

#header-hamburger ul {
    width: 100%;
}

#header-hamburger li a {
    display: block;
    /*padding: 20px 30px;*/
    color: #fff;
    /*text-align: center;*/
	display: inline;
}

#header-hamburger li a {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 38px;
}

#header-hamburger li a .custom-icon-nav-dropdown {
	height: 10px;
    width: 22px;
    margin-bottom: 3px;
}

#header-hamburger .submenu-mobile li a.dropdown-item {
	font-size: 19px;
	letter-spacing: 0;
	line-height: 28.96px;
	font-weight: 100;
}

#header-hamburger .submenu-mobile li a.dropdown-item:hover {
	background-color: #0155A0;
}

#header-hamburger-btn {
    display: none;
    position: relative;
	left: calc(100% - 50px);
	top: 30px;
    z-index: 999;
}

body.hamburger-open {
    height: 100%;
    overflow: hidden;
}

#header-hamburger-btn span {
    display: block;
    height: 2px;
    background-color: #FFFFFF;
    width: 32px;
    margin: 6px 0;
    -webkit-transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
    -o-transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
    transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
}

#homepage #header-hamburger-btn span {
    background-color: #fff;
}

body.hamburger-open #header-hamburger-btn span:nth-child(2) {
    opacity: 0;
    max-height: 0;
}

body.hamburger-open #header-hamburger-btn span:nth-child(1) {
    transform: rotate(45deg) translateX(4px) translateY(4px);
	background-color: #fff;
}

body.hamburger-open #header-hamburger-btn span:nth-child(3) {
    transform: rotate(-45deg) translateX(1px) translateY(-2px);
	background-color: #fff;
}

body.hamburger-open #homepage #header-hamburger-btn span {
    background-color: #fff;
}

.pre-el {
    -webkit-transition: all 880ms cubic-bezier(0.61, 1, 0.88, 1) 1ms;
    -o-transition: all 880ms cubic-bezier(0.61, 1, 0.88, 1) 1ms;
    transition: all 880ms cubic-bezier(0.61, 1, 0.88, 1) 1ms;
    transition-delay: 200ms;
}

.pre-el.pre {
    opacity: 0;
}

.pre-el:not(.pre) {
    opacity: 1;
}

.row {
    padding: 136px 0;
}

.cols {
    display: flex;
}

.cols .col {
    flex: 1;
    margin-right: 100px;
}

.cols .col:last-child {
    margin-right: 0;
}

#hp-lead .left {
	padding-right: 100px;
}

#hp-lead h2 {
    color: #000000;
    font-weight: 500;
    letter-spacing: 0;
}

#hp-lead .col > img {
    width: 100%;
    display: block;
}

#hp-lead h6 {
    color: #000000;
    letter-spacing: 0;
    margin-top: 45px;
}

#hp-lead a, a.lnk {
    color: #000000;
	 font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    cursor: pointer;
}

#who-are-we .read-more span {
    text-decoration: underline;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 32.33px;
}
/*
#hp-lead .read-more {
	position: absolute;*/
	/*bottom: -50px;*/
/*}*/

#hp-lead a img, a.lnk img {
    /*position: relative;*/
    /*top: 5px;*/
	margin-right: 20px;
}

#hp-commitments {
    padding: 100px 0;
    background-color: #f6f9fa;
}

#hp-commitments .w > .flx {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

#hp-commitments .w > .flx a {
    color: #000000;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: underline;
}


#hp-commitments .commitment {
    padding: 30px 0;
    /*color: #000000;*/
	/*font-size: 28px;*/
    /*letter-spacing: 0;*/
    border-top: solid 1px rgba(0, 0, 0, 0.15);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}


#hp-commitments .commitment.active {
    font-weight: 500;
	cursor: pointer;
}

#hp-commitments .commitments:last-child {
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

#hp-commitments-mobile {
    padding: 50px 0;
    background-color: #f6f9fa;
}

#hp-commitments-mobile .commitments {
	border-bottom: 0.9px solid #979797;
    border-top: 0.9px solid #979797;
}

#hp-commitments-mobile .carousel-custom-dots .owl-dot {
	border: 1px solid #979797;
	padding: 5px !important;
    margin-right: 5px;
    border-radius: 50%;
}

#hp-commitments-mobile .carousel-custom-dots .owl-dot.active {
	background: #D8D8D8;
}

#hp-who {
	font-size: 1.4rem;
}

#hp-who .col:first-child {
    letter-spacing: 0;
    flex: 1;
}

#hp-who .col:last-child {
    font-weight: 500;
    letter-spacing: 0;
    flex: 0 0 auto;
}

.img .img-inner {
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 650ms cubic-bezier(0.215, 0.61, 0.355, 1) 1ms;
}

#hp-last-img .img {
    height: 690px;
    background-color: #CCD7E0;
}

.subpage-top {
    background-color: #0053A2;
    height: 370px;
    padding-top: 120px;
}

.subpage-top.fix {
    height: 230px;
}

.subpage-top h1 {
    color: #FFFFFF;
}

.subpage-top h2 {
    color: #FFFFFF;
}

.subpage-top > .w.flx {
    height: 100%;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 100px;
}


.subpage-lead-text {
    padding: 87px 0 !important;
    border-bottom: solid 1px #ccc !important;
    margin-bottom: 70px !important;
}

/*.subpage-lead-text.lw p {
	max-width: 900px;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 52px;
}*/

.subpage-lead-text.lw {
    border-bottom: 0;
    margin-bottom: 0;
}

.subpage-lead-text.row {
    margin-bottom: 0;
    border-bottom: 0;
}

.subpage-lead-text p {
    color: #000000;
    font-weight: 500;
    letter-spacing: 0;
}

#who-are-we #leadership .lead {
    margin: 70px 0;
    padding-bottom: 90px;
    border-bottom: solid 1px #ccc;
}

#who-are-we #leadership .lead .profile:first-child {
    margin-right: 30px;
}

#who-are-we #leadership .lead .profile {
    position: relative;
    overflow: hidden;
}

#who-are-we #leadership .lead .profile .img {
    height: 420px;
    margin-bottom: 30px;
}

#who-are-we #leadership .lead .profile a {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

#who-are-we #leadership .lead .profile .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50%;
    display: block;
}

#who-are-we #leadership .lead .profile strong {
    color: #000000;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 37.98px;
}

#who-are-we #leadership .lead .profile em {
	color: #000000;
	margin-top: 6px;
	display: block;
	font-style: normal;
	font-size: 19px;
	letter-spacing: 0;
	line-height: 27.13px;
}

#who-are-we #timeline .head {
    justify-content: space-between;
    align-items: center;
}

#who-are-we #timeline .head .timeline-nav > div {
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    border: solid 2px #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
}

#who-are-we #timeline .head .timeline-nav > div:first-child img {
    transform: rotate(180deg) translateX(1px);
}

#who-are-we #timeline .head .timeline-nav img {
    height: 22px;
    width: 22px;
    opacity: 0.3;
    position: relative;
    transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
}

#who-are-we #timeline .head .timeline-nav > div:hover {
    border-color: #000;
}

#who-are-we #timeline .head .timeline-nav > div:hover img {
    opacity: 1;
}

#who-are-we #timeline-tiles {
    white-space: nowrap;
    margin-top: 120px;
    margin-bottom: 90px;
}

#who-are-we #timeline-tiles .seg {
    width: 425px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 525px;
    background-color: #0155a0;
    position: relative;
    cursor: pointer;
    min-width: 20vw;
}

#who-are-we #timeline-tiles .seg .face {
    /*display: flex;*/
    /*flex-flow: column;*/
    /*justify-content: space-between;*/
    height: 100%;
    width: 100%;
    background-color: inherit;
    /*padding: 46px 57px 54px 59px;*/
	padding: 46px 0px 54px;
    position: relative;
    z-index: 3;
    transition: all 580ms cubic-bezier(.215, .61, .355, 1) 1ms;
}
#who-are-we #timeline-tiles .seg .face > div {
    padding: 0 57px 0 59px;
	display: flex;
    flex-flow: column;
    justify-content: space-between;
}

#who-are-we #timeline-tiles .seg .bg {
    position: absolute;
    height: 70%;
    width: 100%;
    top: 30%;
    left: 0;
    background-size: cover;
    background-position: 50%;
}

#who-are-we #timeline-tiles .seg.active .face {
    transform: translateY(-200px);
    height: 405px;
	/*height: auto;*/
    background-color: #FBB034;
	/*overflow-y: auto;*/
	padding: 40px 0px 40px 0px;
}

#who-are-we #timeline-tiles .seg.active .face > div {
	overflow-y: auto;
}

/* width */
#who-are-we #timeline-tiles .seg.active .face ::-webkit-scrollbar {
	width: 26px;
}

/* Track */
#who-are-we #timeline-tiles .seg.active .face ::-webkit-scrollbar-track {
  background: #FBB034; 
}
 
/* Handle */
#who-are-we #timeline-tiles .seg.active .face ::-webkit-scrollbar-thumb {
	height: 6px;
	border: 8px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	-webkit-border-radius: 20px;
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset -1px -1px 0px rgba(255, 255, 255, 0.05), inset 1px 1px 0px rgba(255, 255, 255, 0.05);
}

#who-are-we #timeline-tiles .seg.active .face p {
	font-size: 21px;
	line-height: 30px;
}

#who-are-we #timeline-tiles .seg:nth-child(2n) {
    background-color: #194189;
}

#who-are-we #timeline-tiles .seg h2 {
    color: #FFFFFF;
	margin-bottom: 54px;
}

#who-are-we #timeline-tiles .seg p {
	color: #FFFFFF;
	font-size: 19px;
	letter-spacing: 0;
	line-height: 27.13px;
}


#who-are-we #leaders .head,
#structure #leaders .head {
    align-items: center;
    margin-bottom: 70px;
    justify-content: space-between;
}

#who-are-we #leaders .head a,
#structure #leaders .head a {
	text-decoration: underline;
	display: inline-block;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 32.33px;
}

#who-are-we #leaders .search .input,
#structure #leaders .search .input {
    position: relative;
    align-items: center;
    border-bottom: solid 1px #ccc;
    width: 100%;
}

#who-are-we #leaders .search .input strong,
#structure #leaders .search .input strong {
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0;
    pointer-events: none;
}

#who-are-we #leaders .search .input input,
#structure #leaders .search .input input,
#papers #papers-content .search .input input {
    flex: 1;
    margin-left: 30px;
    display: block;
    align-self: stretch;
    height: 70px;
    color: #222;
    border: 0;
    outline: 0;
    padding: 0;
    position: relative;
    top: 1px;
    background: none;
	
	font-size: 21px;
	letter-spacing: 0;
	line-height: 32.33px;
}

#papers #papers-content .search .input input {
	margin-left: 0;
	height: auto;
	border-bottom: solid 1px #ccc;
}

.input ::-webkit-input-placeholder {
    color: #ccc;
}

.input :-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.input ::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.input :-ms-input-placeholder {
    color: #ccc;
}

.input ::-ms-input-placeholder {
    color: #ccc;
}

.input ::placeholder {
    color: #ccc;
}

#who-are-we #leaders .search .input img,
#structure #leaders .search .input img {
    height: 30px;
    width: 30px;
    margin-left: 20px;
    opacity: 0.25;
    cursor: pointer;
}

#who-are-we #leaders .radios,
#structure #leaders .radios {
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 100px;
}

.rb {
    display: inline-block;
    position: relative;
    cursor: pointer;
    user-select: none;
	display: flex;
}

.rb input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -99;
}

.rb .box {
    height: 30px;
    width: 30px;
	min-width:30px;
	min-height:30px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: solid 2px #ccc;
    margin-right: 24px;
    vertical-align: top;
}

.rb input:checked + .box:before {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #000;
}

.rb .text {
    letter-spacing: 0;
    vertical-align: top;
}

.gen-tbl-wrap {
    background-color: rgba(239, 243, 246, 0.5);
}

.gen-tbl {
    position: relative;
}


.gen-tbl .title {
    margin-bottom: 110px;
    width: 100%;
    padding-top: 70px;
}

/*.gen-tbl h3.flx {
    justify-content: space-between;
    align-items: center;
}*/

#who-are-we #leaders table, .gen-tbl table {
    width: 100%;
    margin-bottom: 60px;
}

.gen-tbl {
    padding-bottom: 60px;
}

.gen-tbl table {
    margin-bottom: 0;
}

.gen-tbl .head-btn {
    letter-spacing: 0;
    text-align: center;
    color: #000;
    border: solid 2px;
    padding: 13px 20px;
}

#who-are-we #leaders table .img, .gen-tbl table .img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #CCD7E0;
}


#who-are-we #leaders table td:first-child, .gen-tbl table td:first-child {
    width: 1%;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
}

#who-are-we #leaders table strong,
.gen-tbl table strong,
#structure-congress-timeline .gen-tbl strong {
    font-weight: 500;
    letter-spacing: 0;
    display: block;
}

#who-are-we #leaders table td:nth-child(3), .gen-tbl table td:nth-child(3) {
    letter-spacing: 0;
    vertical-align: top;
}

#who-are-we #leaders table td, .gen-tbl table td {
    padding: 30px 40px;
    vertical-align: middle;
    letter-spacing: 0;
    border-bottom: solid 1px #ccc;
}

#who-are-we #leaders table td:nth-child(4), .gen-tbl table td:nth-child(4) {
    padding-right: 0;
}

#who-are-we #leaders table .algn, .gen-tbl table .algn {
    margin-top: 61px;
}

#who-are-we #leaders table .plus,
.gen-tbl table .plus,
.btn-plus,
.btn-minus {
    height: 50px;
    width: 50px;
    border: solid 2px #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#who-are-we #leaders table .plus img,
.gen-tbl table .plus img,
.btn-plus img,
.btn-minus img {
    height: 20px;
    width: 20px;
}

#who-are-we #leaders .pagination, .gen-tbl .pagination {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 90px;
}

#who-are-we #leaders .pagination > .right a, .gen-tbl .pagination > .right a {
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    display: inline-block;
    height: 65px;
    border: solid 2px #000;
    padding: 0 40px;
}

#who-are-we #leaders .pagination .left .btns > div, .gen-tbl .left .btns > div, .o-btns > div {
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    border: solid 2px #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
}

#who-are-we #leaders .pagination .left {
    justify-content: space-between;
}

#who-are-we #leaders .pagination .left .btns > div:first-child img, .gen-tbl .pagination .left .btns > div:first-child img, .o-btns > div:first-child img {
    transform: rotate(180deg) translateX(1px);
}

#who-are-we #leaders .pagination .left .btns img, .gen-tbl .pagination .left .btns img, .o-btns img {
    height: 22px;
    width: 22px;
    opacity: 0.3;
    position: relative;
    transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
}
/*
#who-are-we #leaders .pagination .left .btns > div:hover, .gen-tbl .pagination .left .btns > div:hover, .o-btns > div:hover {
    border-color: #000;
}
*/
.o-btns > div:first-child {
    margin-left: 0;
}

.btns > div:hover img, .aeffect:hover img, .o-btns > div:hover img {
    opacity: 1;
}


#who-are-we #leaders .pagination > .left, .gen-tbl .pagination > .left {
    align-items: center;
}

#who-are-we #leaders .pagination > .left .btns, .gen-tbl .pagination > .left .btns {
    margin-left: 40px;
}

#who-are-we #leaders .pagination > .left .pages a, .gen-tbl .pagination > .left .pages a {
    letter-spacing: 0;
    display: inline;
}

#who-are-we #leaders .pagination > .left .pages a:after, .gen-tbl .pagination > .left .pages a:after {
    content: ',';
    display: inline;
    margin-right: 4px;
}

#who-are-we #leaders .pagination > .left .pages a:last-child:after, .gen-tbl .pagination > .left .pages a:last-child:after {
    display: none !important;
    content: '';
}

#who-are-we #leaders .pagination > .left .pages a.active, .gen-tbl .pagination > .left .pages a.active {
    font-weight: 500;
}

.subpage-cta {
    background-color: #1C4387;
    padding: 90px 0;
    color: #fff;
}

.gen-tbl .pagination > .left.full {
    width: 100%;
    justify-content: space-between;
}

.subpage-cta .flx {
    align-items: center;
    justify-content: space-between;
}

.subpage-cta p {
    letter-spacing: 0;
}

/*.subpage-cta a {
    letter-spacing: 0;
    text-align: center;
    display: inline-block;
    padding: 0 20px;
    height: 70px;
    border: solid 2px #fff;
    color: #fff;
}*/

#president-bio {
    margin-top: -170px;
    margin-bottom: 120px;
    position: relative;
}

#president-bio .left {
    /*width: 520px;*/
    /*flex-shrink: 0;*/
    margin-right: 97px;
	/*margin-right: 80px;*/
}

#president-bio .left img {
    width: 100%;
    height: auto;
    display: block;
}

#president-bio .left h4 {
    font-weight: 500;
    margin-top: 60px;
}

#paper-contents {
    position: relative;
}

#president-bio .right .head {
    color: #fff;
}

#president-bio .right .head {
    margin-bottom: 160px;
    margin-top: 20px;
}

#president-bio .head strong {
    display: block;
    margin-top: 10px;
	font-size: 19px;
	letter-spacing: 0;
	line-height: 27.13px;
	font-weight: 400;
}

#president-bio .right .bio {
	margin-top: -75px;
}

#president-bio .right .bio .expo {
    letter-spacing: 0;
    margin: 90px 0;
    width: 130%;
    margin-left: -30%;
	font-size: 1.2rem;
}

#president-bio .right .socials {
    margin-top: 32px;
}

#president-bio .right .socials img {
    height: 18px;
    width: 18px;
    display: block;
}

#president-bio .right .socials a {
    display: inline-block;
    margin-right: 10px;
}

#president-bio .back,
#paper-contents .back {
    position: absolute;
    bottom: 0;
    color: #000;
    text-decoration: underline;
	z-index:1000;
}

#president-bio .back img,
#paper-contents .back img {
    height: 22px;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
    top: -1px;
}

#president-bio .back h5,
#paper-contents .back h5 {
	display: inline;
}

#commitments .commitment.first:first-child {
    padding-top: 193px;
}

#commitments .commitment.first {
    padding-top: 165px;
	padding-bottom: 40px;
}

#commitments .commitment {
    background-color: #0155A0;
    /*padding: 130px 0;*/
}

/*#commitments .commitment:nth-child(2n - 1) {*/
#commitments .commitment:nth-child(2n) {
    background-color: #1C4387;
}

#commitments .commitment .right {
    /*width: 585px;*/
    flex-shrink: 0;
    /*align-items: center;*/
    margin-left: 80px;
}

#commitments .commitment .left {
    color: #fff;
}

#commitments .commitment .left h1 {
    margin-bottom: 50px;
}

#commitments .commitment .left > h5 {
    /*letter-spacing: 0;
	font-size:24px;*/
}

#commitments .commitment .right img {
    width: 100%;
}

#commitments .commitment .left > a:first-of-type {
    margin-top: 60px;
}

#commitments .commitment .left > a {
    display: block;
    margin-bottom: 16px;
    position: relative;
    padding-left: 40px;
}

#commitments .commitment .left > a h5 {
	font-weight: 500;
	text-decoration: underline;
	color: #fff;
}

#commitments .commitment .left > a img {
    height: 22px;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    left: 0;
}

#commitments .commitment .left .scroll {
    width: 90px;
    height: 90px;
    background-color: #F6B83A;
    margin-top: 136px;
    border-radius: 50%;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
	padding-top: 28px;
}

#commitments .commitment .left .scroll span {
	color: #fff;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 23.64px;
}

#commitments .commitment .left .scroll img {
    height: 11px;
    margin-top: 0;
}

body.static-header #header-container {
    background-color: #0155a0;
    position: relative;
}

body.static-header header {
    padding-bottom: 77px;
}

#not-found h1 {
    margin-bottom: 66px;
}

#not-found-content {
    padding-top: 292px;
    padding-bottom: 284px;
}

#not-found h4 {
    margin-bottom: 66px;
}

.paper {
	cursor: pointer;
}

#paper-contents {
    padding-top: 120px;
    margin-bottom: 120px;
}

#paper-contents .left {
    /*width: 410px;*/
    flex-shrink: 0;
    margin-right: 120px;
}

#paper-contents .right {
    flex: 1;
}

#paper-contents .left .share {
	margin-bottom: 50px;
}

#paper-contents .left .share .socials img {
    height: 22px;
    width: 22px;
}

#paper-contents .left .share .socials {
    margin-top: 20px;
}

#paper-contents .left .share .socials a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

#paper-contents .left h5 {
    margin-top: 35px;
    margin-bottom: 86px;
}

/*#paper-contents .left h2 {
    margin-top: 40px;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 20px;
}*/

#paper-contents .right h2 {
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 40px;
    margin-top: 45px;
    padding-top: 45px;
    border-top: solid 1px #ccc;
}

#paper-contents .right h2:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

#paper-contents .right {
    letter-spacing: 0;
	/*padding-bottom: 70px;*/
}

#paper-contents .right h3 {
    font-weight: 500;
    margin-bottom: 25px;
}

#paper-contents .right h3.mrg {
    margin-top: 30px;
}

#paper-download {
	margin-top: 20px;
    display: inline-block;
}

#paper-download img {
    height: 35px;
    width: auto;
}

#contact .img {
    height: 600px;
}

#contact-content {
    margin-top: 100px;
    margin-bottom: 140px;
}

/*#contact-content h2 {
    font-weight: 500;
    letter-spacing: 0;
}*/

/*#contact-content .left {
    margin-right: 290px;
    flex-shrink: 0;
    width: 260px;
}*/

#contact-content .left > h4 {
    margin-top: 40px;
}

#contact-content .left > h5,
#contact-content .left > h6 {
    margin-top: 30px;
}

#contact-content .right {
    flex: 1;
}

#contact form {
    margin-top: 10px;
}

#contact form input, #contact form textarea {
    border: 0;
    border-bottom: solid 1px #ccc;
    padding: 20px 0;
    display: block;
    color: #000;
    width: 100%;
    margin-right: 30px;
	
	font-size: 19px;
	letter-spacing: 0;
	line-height: 27.13px;
}

#contact form textarea {
    height: 250px;
}

#contact form button {
    height: 70px;
    text-align: center;
    display: inline-block;
    padding: 0 20px;
    width: 220px;
    border: solid 2px #000;
    background: 0;
    margin-top: 60px;
    cursor: pointer;
	
	font-size: 19px;
	letter-spacing: 0;
	line-height: 27.13px;
}

#contact form input:last-child {
    margin-right: 0;
}

#contact form .frow {
    padding: 10px 0;
}

#contact form ::-webkit-input-placeholder {
    color: #ccc;
}

#contact form :-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

#contact form ::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

#contact form :-ms-input-placeholder {
    color: #ccc;
}

#contact form ::-ms-input-placeholder {
    color: #ccc;
}

#contact form ::placeholder {
    color: #ccc;
}

#privacy-policy .last-updated {
    font-weight: 500;
    letter-spacing: 0;
}

#privacy-policy .subpage-lead-text.row {
    padding-bottom: 40px;
}

#privacy-policy-content {
    padding-bottom: 130px;
}

#privacy-policy-content h2 {
    margin-top: 44px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 20px;
}

#privacy-policy-content p {
    margin: 20px 0;
}

#privacy-policy-content p, #privacy-policy-content ul li {
    letter-spacing: 0;
}

#privacy-policy-content ul {

}

#privacy-policy-content ul li, ul.indent li {
    padding-left: 40px;
    position: relative;
}

#privacy-policy-content ul li:before, ul.indent li:before {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #000;
    left: 10px;
    top: 13px;
    border-radius: 50%;
}

#structure .subpage-top {
    height: 400px;
}

#structure .subpage-top > div {
    padding-top: 70px;
}

#structure .subpage-top ul {
    border-top: solid 2px #fff;
    margin-top: 40px;
}

#structure .subpage-top ul li {
    display: inline-block;
    letter-spacing: 0;
    color: #fff;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
}

#structure .subpage-top ul li.active:before {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    background-color: #fff;
    top: -3px;
    left: 0;
    width: 100%;
}

#structure .subpage-top ul li:last-child {
    margin-right: 0;
}

#structure .subpage-top ul li.active {
    font-weight: 500;
}

#structure .subpage-top ul li a {
    color: inherit;
    font: inherit;
    display: block;
    height: 100%;
    width: 100%;
    padding: 20px 0;
	
	font-size: 19px;
	letter-spacing: 0;
	line-height: 27.13px;
}

#structure .structure-intro {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 75px;
    background-color: #0155A0;
    color: #fff;
    justify-content: space-between;
}

#structure .structure-intro.light {
	margin-top: 60px;
    background-color: #EFF3F6;
    color: #000;
	margin-bottom:107px;
}

#structure .structure-intro.nm {
    margin-top: 0;
}

/*#structure .structure-intro h2 {
    font-weight: 500;
    letter-spacing: 0;
}*/

#structure .structure-intro p {
    letter-spacing: 0;
    /*width: 630px;*/
}

.structure-intro-tbl > div {
    padding: 0 75px;
}



.structure-intro-tbl table {
    width: 100%;
}

.structure-intro-tbl th {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 42px;
	
}

.structure-intro-tbl tr > * {
    padding: 40px 0;
    border-top: solid 1px #ccc;
}

.structure-intro-tbl td {
    letter-spacing: 0;
    width: 630px;
	font-size: 21px;
	letter-spacing: 0;
	line-height: 32px
}


.gen-tbl.align-presidency td:nth-child(3) {
    vertical-align: middle;
    padding-right: 0;
    width: 1%;
}

.gen-tbl.align-presidency td:nth-child(4), .align-presidency td:nth-child(5) {
    width: 1%;
}

#structure-membery-presidency {
    padding-bottom: 1px;
}

.structure-cta .img {
    height: 550px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
}

.structure-cta a {
    display: inline-flex;
    align-items: center;
    width: 50%;
    height: 272px;
    background-color: #0155A0;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    color: #fff;
}

.structure-cta a:last-child {
    background-color: #1C4387;
}

.structure-cta a img {
    height: 27px;
}

.structure-cta a em {
	display: block;
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: 15px;

	font-size: 19px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 27.13px;
}

.structure-cta a h3 {
	margin-bottom: 30px;
}

#structure-working-groups {
    margin-bottom: 116px;
    padding: 70px 75px;
    background-color: #EFF3F6;
}

#structure-working-groups .flx > * {
    flex: 1 0 50%;
}

#structure-working-groups .head {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 45px;
}

#structure-working-groups .head ul {
    display: flex;
}

#structure-working-groups .head ul li {
    letter-spacing: 0;
    flex: 1;
    text-align: center;
    opacity: 0.2;
    padding-bottom: 25px;
    position: relative;
    cursor: pointer;
}

#structure-working-groups .head h2 {
    font-weight: 500;
    letter-spacing: 0;
}

#structure-working-groups .head ul li.active:after {
    content: '';
    display: block;
    position: absolute;
    height: 4px;
    background-color: #000;
    bottom: -2px;
    left: 0;
    width: 100%;
}

#structure-working-groups .head ul li.active {
    opacity: 1;
}

#structure-working-groups .body .left {
    letter-spacing: 0;
}

#structure-working-groups .body .right {
    letter-spacing: 0;
}

#structure-working-groups .o-btns {
    margin-top: 20px;
}

#structure-congress-timeline .head-img {
    height: 261px;
    width: 366px;
    position: absolute;
    right: 0;
    top: -45px;
    object-fit: cover;
    object-position: 50%;
}

#structure-congress-timeline {
    margin-top: 40px;
	margin-bottom:116px;
}

#structure-congress-timeline .gen-tbl {
    padding-top: 50px;
}

#structure-congress-timeline .gen-tbl table {
    margin-top: 40px;
}

#structure-congress-timeline table td strong {
    font-weight: 500;
    letter-spacing: 0;
}

#structure-congress-timeline table td {
    vertical-align: top;
}

#structure-congress-timeline table td:nth-child(2) {
    letter-spacing: 0;
    white-space: nowrap;
}

#structure-congress-timeline table td:nth-child(3) {
    letter-spacing: 0;
    padding-top: 35px;
}

#structure-congress-timeline table td:nth-child(4) {
    letter-spacing: 0;
}


#network-in-the-eu .intro > .flx > * {
    flex: 1;
}


#network-in-the-eu .intro > .flx > *:first-child {
    margin-right: 90px;
}

#network-in-the-eu .intro p {
    letter-spacing: 0;
    margin-bottom: 40px;
}

#network-in-the-eu .intro > .flx > *:first-child p:first-child {
    letter-spacing: 0;
}

#network-in-the-eu .intro > p,
#network-in-the-eu .intro .row:first-child h3 {
    margin-top: 100px;
    margin-bottom: 60px;
}

#network-in-the-eu .headsup {
    z-index: 2;
    /*padding: 70px 0;*/
	padding-top: 70px;
	padding-bottom: 70px;
    margin: 110px auto;
	/*margin-bottom: 110px;*/
    color: #fff;
    position: relative;
}

#network-in-the-eu .headsup:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: calc(100% + 160px);
    background-color: #0155A0;
    left: -70px;
    top: 0;
    z-index: -1;
}

#network-in-the-eu .headsup h3 {
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 24px;
}

#network-in-the-eu .headsup h5 {
    margin-bottom: 40px;
}

#network-in-the-eu .headsup a {
    color: #fff;
}

.network .more > * {
    flex: 1;
}

.network .more {
	margin-top: 100px;
    margin-bottom: 100px;
}

/*.network .more .img {
    margin-right: 30px;
    padding-right: 30px;
}*/

/*.network .more .img,
.network .more .bio {
	padding: 0 30px;
}*/

.network .more .img img {
    width: 100%;
}

.network .more h3 {
    margin-bottom: 50px;
}

.network .more h5 {
    margin-bottom: 60px;
}

.network .more a {
    display: inline-block;
    color: #000;
    text-decoration: underline;
	
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 32.33px;
}

/*#network-beyond-the-eu {
    padding-top: 40px;
}*/

#network-beyond-the-eu .tile {
    /*margin-top: 80px;*/
    position: relative;
    z-index: 2;
    padding: 70px 0;
}

#network-beyond-the-eu .tile .left {
    flex: 1 0 50%;
}


#network-beyond-the-eu .tile .right {
    flex: 1 0 50%;
    letter-spacing: 0;
    flex-flow: column;
}

#network-beyond-the-eu .tile .right .btn-plus {
    margin-top: auto;
}

#network-beyond-the-eu .tile .left > img {
    height: 108px;
    display: block;
    margin: 50px 0;
}

#network-beyond-the-eu .tile a {
    white-space: nowrap;
}

#network-beyond-the-eu .tiles {
	margin-top: 100px;
    /*border-bottom: solid 1px #ddd;*/
    /*padding-bottom: 100px;*/
    /*margin-bottom: 100px;*/
}

#network-beyond-the-eu .tile:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: calc(100% + 160px);
    background-color: #EFF3F6;
    top: 0;
    left: -80px;
    z-index: -1;
}

#network-associations {
	margin-top: 100px;
}

#network-associations h2 {
	font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 116px;
    margin-bottom: 70px;
}

#network-associations > ul {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin-bottom: 70px;
}

#network-associations > ul li {
    display: inline-block;
    margin-right: 50px;
    padding: 25px 0;
    font-weight: 500;
    letter-spacing: 0;
    opacity: 0.3;
    cursor: pointer;
}

#network-associations > ul li.active {
    opacity: 1;
}

#network-associations .grid {
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

#network-associations .grid .entry {
    /*width: calc(100% / 3 - 30px);*/
    margin-bottom: 100px;
    /*margin-right: 30px;*/
}

#network-associations .grid .entry:nth-child(3n) {
    margin-right: 0;
}

#network-associations .grid .entry .img {
    background-color: #EFF3F6;
    /*height: 290px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

#network-associations .grid .entry .img img {
	width: 100%;
}

#network-associations .grid .entry h5 {
    margin-top: 28px;
	font-weight: 500;
}

#network-associations .grid .entry h6 {
    margin-top: 8px;
}

.modal {
    position: fixed;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
    width: 100%;
    color: #fff;
    display: none;
}

.modal.active {
    display: block;
}

.modal .content-wrap {
    background-color: #0155A0;
    padding-top: 120px;
}

.modal h1 {
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 50px;
}

.modal h3 {
    margin-bottom: 60px;
}

.modal p {
	font-size: 21px;
	letter-spacing: 0;
	line-height: 32.33px;
}

.modal .limit {
    max-width: 967px;
}

.modal .download {
    margin-top: 60px;
    padding-top: 60px;
    border-top: solid 1px #fff;
    padding-bottom: 20px;
}

/*.modal .download h3 {
    font-weight: 500;
    letter-spacing: 0;
}*/

.modal .download ul {
    margin: 70px 0;
    /*display: flex;*/
}

.modal .download .ul .li {
    letter-spacing: 0;
    display: inline-block;
    flex: 1;
    padding: 20px 112px 20px 40px;
	/*padding-top: 20px;
    padding-bottom: 20px;*/
    border: solid 2px #fff;
    /*margin-right: 30px;*/
	/*margin-bottom: 15px;*/
    position: relative;
    cursor: pointer;
	width: 100%;
}

.modal .download .ul .li a {
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 32.33px;
}

.modal .download .ul .li img {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 32px;
}

/*.modal .download ul li:last-child {
    margin-right: 0;
}*/

.modal .bgimg {
    width: 100%;
}

.modal .bgimg img {
    width: 100%;
}

.modal .content-wrap .close {
    position: absolute;
    right: 60px;
    top: 60px;
    display: block;
    height: 26px;
    width: 26px;
    cursor: pointer;
}

#modal_cookie_consent, #modal_extra_content,
#modal_cookie_consent_personalize {
	z-index: 9999;
}



#modal_extra_content .modal-content {
	background-color: #0155A0;
	border-radius: 0;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
    margin-right: auto;
}

#modal_cookie_consent .modal-content {
	background-color: #0155A0;
	border-radius: 0;
	width: auto;
	max-width: 400px;
	margin-left: auto;
    margin-right: auto;
}

#modal_cookie_consent_personalize .modal-content {
	background-color: #0155A0;
	border-radius: 0;
	
	max-height: calc(100vh - 150px);
    overflow-y: auto;
}

/* width */
#modal_cookie_consent_personalize ::-webkit-scrollbar {
	width: 26px;
}

/* Track */
#modal_cookie_consent_personalize ::-webkit-scrollbar-track {
  background: #0155A0; 
}
 
/* Handle */
#modal_cookie_consent_personalize ::-webkit-scrollbar-thumb {
	height: 6px;
	border: 8px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	-webkit-border-radius: 20px;
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset -1px -1px 0px rgba(255, 255, 255, 0.05), inset 1px 1px 0px rgba(255, 255, 255, 0.05);
}

#modal_cookie_consent .modal-content p,
#modal_cookie_consent_personalize .modal-content p {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 26.17px;
}

#modal_cookie_consent .modal-body,
#modal_cookie_consent_personalize .modal-body {
	padding: 35px 25px 35px 25px;
}

#modal_cookie_consent .modal-body button,
#modal_cookie_consent_personalize .modal-body button {
	background-color: transparent;
	font-size: 16px;
	height: 45px;
	line-height: 0;
	padding: 0;
}

#modal_cookie_consent_personalize .modal-body h4 {
	font-weight: 500;
}

#modal_cookie_consent_personalize .modal-body span {
	font-size: 16px;
}

#modal_cookie_consent_personalize .modal-body a {
	color: #fff;
	text-decoration: underline;
}

#internal-organisations .seg, #newsroom .seg {
    padding-top: 70px;
    padding-bottom: 60px;
    border-top: solid 1px #ddd;
}

#internal-organisations .seg:first-child, #newsroom .seg:first-child {
    border-top: 0;
    padding-top: 120px;
}

#internal-organisations h2 {
    font-weight: 500;
    letter-spacing: 0;
}

#internal-organisations .seg .entry {
    background-color: rgba(239, 243, 246, 0.86);
    padding: 50px 70px;
    margin-top: 60px;
    align-items: center;
}

/*#internal-organisations .seg .entry > div:first-child {
    letter-spacing: 0;
    flex: 1;
    padding-right: 20px;
}

#internal-organisations .seg .entry > div:first-child p {
    max-width: 550px;
}

#internal-organisations .seg .entry > div:nth-child(2) {
    letter-spacing: 0;
    padding-right: 100px;
}

#internal-organisations .seg .entry > div:nth-child(3) {
    font-weight: 500;
    letter-spacing: 0;
    padding-right: 100px;
}*/

#internal-organisations .seg .entry > div:nth-child(4) img {
    height: 35px;
}


.news-text a {
	text-decoration: underline;
}

#newsroom .seg h3 {
	margin-bottom: 30px;
}


#newsroom .entries .entry {
    background-color: #F1F5F8;
    padding: 47px 57px;
    flex: 1;
    /*margin-right: 30px;*/
    /*max-width: calc(100% / 3 - 30px);*/
}

#newsroom .entries .entry.blue {
    background-color: #0155A0;
    color: #fff;
}

#newsroom .entries .entry.blue .download {
    filter: invert(1);
}

#newsroom .entries .entry.blue .download em {
    color: #000;
}

#newsroom .entries .entry h4 {
    height: 124px;
}

#newsroom .entries .entry em {
    opacity: 0.7;
    color: #979797;
    font-style: normal;
	
	font-size: 21px;
	letter-spacing: 0;
	line-height: 37.98px;
}

/*#newsroom .entries .entry:last-child {
    margin-right: 0;
}*/

#newsroom .entries .entry .download {
    justify-content: space-between;
    align-items: center;
}

#newsroom .entries .entry .download img {
    height: 32px;
}

/*.gallery {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
    grid-gap: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}*/

.gallery > div {
    height: 290px;
    overflow: hidden;
}

.gallery img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: 50%;
}


.galleryLead > div {
    overflow: hidden;
}

.galleryLead  img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: 50%;
}

.act.flx {
    justify-content: space-between;
    align-items: center;
}

.act.flx a {
    text-decoration: underline;
    cursor: pointer;
	
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 32.33px;
}

.gallery-below {
    justify-content: space-between;
    margin-top: 60px;
    align-items: center;
}

.gallery-below .indicator {
    height: 2px;
    width: 410px;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
}

.gallery-below .indicator > div {
    height: 4px;
    width: 135px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #000;
}

#newsroom > .w {
    padding-bottom: 140px;
}

/*#job-op .container > h3 {
    padding-top: 126px;
}*/

#job-op td:first-child {
    padding-right: 120px;
    font-weight: 500;
    letter-spacing: 0;
}

#job-op td {
    letter-spacing: 0;
    vertical-align: middle !important;
}

#job-op tr:not(.more) td:last-child {
    text-align: right;
    width: 1%;
}

.gen-tbl tr.more {
    display: none;
}

.gen-tbl tr.expand + .more {
    display: table-row;
}

.gen-tbl tr.more td div > p {
    letter-spacing: 0;
    font-weight: 400;
}

.gen-tbl tr.more td .limit {
    max-width: 1060px;
    white-space: normal;
}

.gen-tbl tr.more td strong {
    display: block;
    margin-top: 50px;
    padding-bottom: 15px;
}

.gen-tbl tr.more li {
    letter-spacing: 0;
    font-weight: 400;
}

#staff .left {
    background-color: #F6F9FA;
    
    padding: 53px 55px;
   
}

#staff .right {
    flex: 1;
}

#staff .left li {
	font-size: 21px;
	letter-spacing: 0;
	line-height: 32.33px;
}

#staff .left li:hover {
    cursor: pointer;
	text-decoration: underline;
}

#staff .left ul {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

#staff .left ul:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

#staff .img {
    /*max-height: 270px;*/
    /*max-width: 410px;*/
	width: 100%;
    flex-shrink: 0;
    margin-right: 30px;
}

#staff .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50%;
}

#staff .bio {
    /*flex: 1;
    position: relative;*/
	height: 100%;
}

#staff .bio h4 {
	font-weight: 500;
}

/*#staff .bio h6 {
    letter-spacing: 0;
    display: block;
    font-weight: 400;
	font-size: 21px;
  line-height: 30px;
}*/

#staff .bio .email a {
	font-size: 14.48px;
	letter-spacing: 0;
	line-height: 23.68px;
}

#staff .content {
    padding-bottom: 100px;
}

#staff .bio .more {
    /*margin-top: 30px;*/
    /*max-width: 390px;*/
    /*display: none;*/
}

#staff .profile.expand .bio .more {
    display: block;
}

/*#staff .bio .more li {
    letter-spacing: 0;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 30px;
}*/

#staff .bio .social {
    /*margin-top: 70px;*/
}

#staff .bio .social li {
    display: inline-block;
    margin-right: 20px;
}

#staff .bio .social li a {
    display: block;
}

#staff .bio .social img {
    height: 26px;
}

#staff .bio .upper {
    /*min-height: 173px;*/
}

#staff .bio .btn-plus,
#staff .bio .btn-minus {
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
	float: right;
}

#staff .profile {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: solid 1px #ccc;
}

#news-head {
    margin-top: 120px;
}

#news table {
    width: 100%;
}

#news-head th {
    font-weight: 500;
    letter-spacing: 0;
    padding-bottom: 36px;
    border-bottom: solid 1px #ccc;
}

#news-head tr th:last-child {
    width: 1%;
    white-space: nowrap;
}

#news-head th:nth-child(2) {
    padding-left: 30px;
}

#news-head tr th a {
    text-decoration: underline;
    cursor: pointer;
}

#news-head tr td {
    padding: 20px 0;
    vertical-align: middle;
}

#news-head tr td:first-child {
    border-right: solid 1px #ccc;
}

#news-body td:first-child {
    width: 215px;
    font-weight: 500;
    letter-spacing: 0;
}

#news-head td .input {
    position: relative;
    height: 78px;
    padding-left: 30px;
}

#news-head td .input img {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.25;
}

#news-head td .input input {
    border: 0;
    outline: 0;
    height: 100%;
    display: block;
    color: #000;
    letter-spacing: 0;
}

#news-body td {
    padding: 50px 0;
    border-top: solid 1px #ccc;
}

#news-body td strong {
    font: inherit;
}

#news-body td p {
    letter-spacing: 0;
    height: 217px;
}

#news-body td:last-child {
    width: 1%;
    padding-left: 100px;
}

#news-body td .img {
    height: 290px;
    width: 410px;
}

#news-body td .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
}

.subpage-top.less {
    height: 440px;
}

.dd {
    display: inline-block;
    margin-right: 90px;
}

.dd .face {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dd span {
    letter-spacing: 0;
    display: inline-block;
    font-weight: 400;
}

.dd img {
    width: 20px;
    transform: rotate(90deg);
    margin-left: 20px;
    display: inline-block;
    opacity: 0.3;
}

#press-list {
    background-color: #1C4387;
    padding: 95px 0;
    color: #fff;
}

#press-list .left {
    padding-right: 100px;
    flex-shrink: 0;
    width: 450px;
}

#press-list h2 {
    margin-bottom: 20px;
	margin-top:15px;
}

/*#press-list  p {
	font-size: 28px;
	letter-spacing: 0;
	line-height: 42px;
}*/

#press-list .right {
    flex: 1;
}

#press-list .right .r.flx input {
    flex: 1;
    margin-right: 30px;
    background: transparent;
    border: 0;
    outline: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    display: block;
    padding: 25px 0;
    letter-spacing: 0;
    color: #fff;
}

#press-list .right .r:last-child {
    margin-top: 40px;
}

#press-list .right .r button {
    letter-spacing: 0;
    text-align: center;
    border: solid 2px #fff;
    background: transparent;
    padding: 18px 50px;
    color: #fff;
    cursor: pointer;
}

#press-list .right .r.flx ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#press-list .right .r.flx :-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

#press-list .right .r.flx ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

#press-list .right .r.flx :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#press-list .right .r.flx ::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#press-list .right .r.flx ::placeholder {
    color: rgba(255, 255, 255, 0.5);
}


#press-list .right .r.flx input:last-child {
    margin-right: 0;
}

#news-content {
    padding-top: 120px;
    padding-bottom: 100px;
}

/*#news-content .left h1 {
    font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 52px;
}*/

#news-content .left {
    /*width: 619px;*/
    padding-right: 130px;
    flex-shrink: 0;
    align-self: stretch;
    flex-flow: column;
}


/*#news-content .left h2,
#news-content .right h2 {
    font-weight: 500;
    letter-spacing: 0;
	font-size: 34px;
  
}*/

#news-content .left .date h5 {
    margin-top: 40px;
    margin-bottom: 90px;
	font-weight: 500;
}

#news-content .left .lnks a,
#news-content .right .lnks a,
#news-content-lnks-mobile .lnks a {
    display: block;
	padding: 30px 0;
	border-bottom: solid 1px #ccc;
	cursor: pointer;
}

#news-content .left .lnks {
    margin-bottom: 50px;
}

#news-content .right {
    letter-spacing: 0;
    flex: 1;
}

#news-content .right img {
    display: block;
    width: 100%;
    height: auto;
}

#news-content .right .other .lnk img {
	width: auto;
    display: inline-block;
}

#news-content .right .news-text,
#paper .right .news-text {
	overflow: hidden;
	position: relative;
	transition: all 400ms ease;
}

#news-content .right .news-text {
	margin-top: 70px;
}

#news-content .right .news-text:after,
#paper .right .news-text:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    background: url(/assets/white-grad2.png) repeat-x left top;
}

/*#news-content .right p {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 30px;
}*/

#news-content .right p:first-child {
    margin-top: 0;
}

#news-content .right p:last-child {
    margin-bottom: 0;
}

#news-content .left .social {
    /*position: absolute;*/
    padding-top: 30px;
    /*bottom: 0;*/
}

#news-content .left .social strong {
    letter-spacing: 0;
    display: block;
    font-weight: 400;
    margin-bottom: 22px;
	font-size: 21px;
 
}

#news-content .left .social img {
    height: 26px;
}

#news-content .left .social a {
    display: inline-block;
    margin-right: 20px;
}

#news-single .note {
    position: relative;
    /*padding: 70px 0;*/
	padding-top: 70px;
	padding-bottom: 70px;
    z-index: 2;
    margin-bottom: 140px;
}

#news-single .note:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
    height: 100%;
    width: calc(100% + 80px);
    background-color: #F6F9FA;
    z-index: -1;
}

#news-single .note .right {
    flex: 1;
}

#news-single .note h4 {
	margin-bottom: 10px;
	font-weight: 500;
}

#news-single .note .right p {
    letter-spacing: 0;
}

#news-single .note .left h5 {
	margin-bottom: 10px;
}

#news-single .note .left {
    letter-spacing: 0;
}

#news-single .note .left a {
    display: block;
    cursor: pointer;
}

#papers-content td {
    vertical-align: top;
    padding: 50px 0;
}

#papers-content td img {
    height: 35px;
}

#papers-content td:nth-last-child(2),
#papers-content .gen-tbl .lang {
    font-weight: 500;
    letter-spacing: 0;
    padding-right: 80px;
}

#papers-content a {
	font-size: 1.4rem;
	color: #000;
}

#papers-content td:nth-child(1) {
    padding-right: 120px;
}

#papers-content td:nth-child(2) {
    padding-right: 120px;
    letter-spacing: 0;
}


#papers-content {
    padding-top: 60px;
}

#papers-content .pagination {
    margin-top: 60px;
}

#papers-content tr:first-child td {
    vertical-align: middle !important;
}

#papers-content tr:first-child td:last-child img {
    opacity: 0.25;
}

a.lnk img.arrow-down {
	transform: rotate(135deg);
}

.subpage-nav-scroll {
	max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}