/*! This file is auto-generated */
.dashicons-no{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAQAAAAngNWGAAAAcElEQVR4AdXRVxmEMBAGwJMQCUhAIhKQECmRsFJwMFfp7HfP/E8pk0173CuKpt/0R+WaBaaZqogLagBMuh+DdoKbyRCwqZ/SnM0R5oQuZ2UHS8Z6k23qPxZCTrV5UlHMi8bsfHVXP7K/GXZHaTO7S54CWLdHlN2YIwAAAABJRU5ErkJggg==)}.dashicons-admin-comments{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAATUlEQVR4AWMYWqCpvUcAiA8A8X9iMFStAD4DG0AKScQNVDZw1MBRAwvIMLCA5jmFlCD4AMQGlOTtBgoNwzQQ3TCKDaTcMMxYN2AYVgAAYPKsEBxN0PIAAAAASUVORK5CYII=)}.wp-embed-comments a:hover .dashicons-admin-comments{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAATElEQVR4AWMYYqB4lQAQHwDi/8RgqFoBfAY2gBSSiBuobOCogaMGFpBhYAEdcwrhIPgAxAaU5O0GCg3DNBDdMIoNpNwwzFg3YBhWAABG71qAFYcFqgAAAABJRU5ErkJggg==)}.dashicons-share{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAc0lEQVR4AWMYfqCpvccAiBcA8X8gfgDEBZQaeAFkGBoOoMR1/7HgDeQa2ECZgQiDHID4AMwAor0MCmBoQP+HBnwAskFQdgBRkQJViGk7wiAHUr21AYdhDTA1dDOQHl6mPFLokmwoT9j0z3qUFw70L77oDwAiuzCIub1XpQAAAABJRU5ErkJggg==)}.wp-embed-share-dialog-open:hover .dashicons-share{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAc0lEQVR4AWMYhqB4lQEQLwDi/0D8AIgLKDXwAsgwNBxAiev+Y8EbyDWwgTIDEQY5APEBmAFEexkUwNCA/g8N+ABkg6DsAKIiBaoQ03aEQQ6kemsDDsMaYEroZiA9vEx5pNAl2VCesOmf9SgvHOhffNEfAAAMqPR5IEZH5wAAAABJRU5ErkJggg==)}


:root{
	--blue_rgb: 0,137,235;
	--blue: #0089EB;
	--blue-logo_rgb: 0,117,201;
	--blue-logo: #0075c9;
	--white_rgb: 255,255,255;
	--white: #FFFFFF;
	--dark_rgb: 5,5,5;
	--dark: #050505;
	--yellow_rgb: 240,218,25;
	--yellow: #F0DA19;
	--pink_rgb: 226,119,205;
	--pink: #E277CD;
	--green_rgb: 0,204,170;
	--green: #00CCAA;
	--gray_rgb: 235,235,236;
	--gray: #EBEBEC;
	--darkbg_rgb: 38,35,36;
	--darkbg: #262324;
	--lightblue_rgb: 238,249,255;
	--lightblue: #eef9ff;
	
	--font-family: 'Montserrat', sans-serif;
	--font-weight-bold: 700;
	--font-weight-black: 900;
	--min-header-height: 320px;
}

:root,
body,
.run-eu body{
	--wp--preset--font-size--normal: 1rem;
	--wp--preset--font-size--huge: clamp(2rem, calc(2rem + 1.5vw), 4rem);
	
	--wp--preset--font-size--small: 0.9rem;
	--wp--preset--font-size--medium: clamp(1rem, calc(1rem + 1.5vw), 3.5rem);
	--wp--preset--font-size--large: clamp(1.5rem, calc(1.5rem + 1.5vw), 4rem);
	--wp--preset--font-size--x-large: clamp(2rem, calc(2rem + 1.5vw), 4rem);
	--gallery-block--gutter-size: 0.5em;
}

html.enable-scroll-snap{
	/*scroll-snap-type: y mandatory;*/
	scroll-snap-type: y proximity;
}
.enable-scroll-snap #footer{
	scroll-snap-align: end;
}
.enable-scroll-snap .animate-section {
	scroll-snap-align: start;
}

.full-height-section{
    min-height: 100vh;
}

html, body { height: 100%; }

body{
  font-family: var(--font-family);
	background-color: var(--white);
	color: var(--dark);
	font-size: 1rem; 
	line-height: 2 ;
}

body.menu-is-open{
	overflow:hidden;
}

h2, .h2 {
  font-size: 3.8rem;
  font-weight: 700;
}

a,
a:visited,
a:link,
a:hover,
a:focus,
a:active{
	color: var(--blue);
}


/* layout width */
@media (min-width: 1200px){
	.container {
		max-width: 1670px;
		height: auto;
	}
}

/* header */
#header{
	min-height: var(--min-header-height, 300px); 
}
.no-header-margin{
	margin-top: calc( -1 * var(--min-header-height, 300px)); 
}
.brand-link,
.brand-link:hover,
.brand-link:focus,
.brand-link:active{
    text-decoration: none;
}

/* menu */
#site-main-menu{
    margin-top: 90px;
}
.brand-link{
    z-index: 10;
}
.header-wrapper{
	z-index: 10;
}
.navbar{
	padding: 0;
}
#navbar-content{
  z-index: 50;
  background-color: var(--menu-bg-color, var(--blue));
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	transition: height 0.35s ease;
}

#navbar-content.collapse.show{
	overflow: auto;
  height: 100%;
}

.brand-link{
	display: block;
}

#site-main-menu-container{
	position: absolute;
	top: 0;
	left: 0; 
	right: 0;
	width:100%;
}

#site-main-menu-container #logo, 
#navbar-content #menu-logo,
.img-autosize{
	width: 100%;
	height: auto;
}
#site-main-menu-container #logo, 
#navbar-content #menu-logo{
	margin: 100px 0 0;
	max-width: 290px;
	height: auto;
}
#site-main-menu-container #logo{
	color: var(--logo-color, var(--white));
}
#site-main-menu-container #logo use[href="#logo-inner-contents-black"]{
	color: var(--logo-color, var(--dark));
}
#site-main-menu-container #logo use[href="#logo-inner-contents-blue"]{
	color: var(--logo-color, var(--blue-logo));
}

#navbar-content #menu-logo,
#navbar-content #menu-logo use[href="#logo-inner-contents-black"]{
	color: var(--menu-logo-color, var(--white));
}
#navbar-content #menu-logo use[href="#logo-inner-contents-blue"]{
	color: var(--menu-logo-color, var(--white));
}
#footer-logo{
	color: var(--white);
}

#navbar-content a.nav-link {
	display: block;
	padding: 0.5rem 1rem;
	font-weight: var(--font-weight-bold);
	font-size: clamp(1.2rem, calc(16px + 16 * ((100vw - 300px) / ( 1140 - 300 ))), 2.6rem);
	line-height: clamp(1.7rem, calc(16px + 26 * ((100vw - 300px) / ( 1140 - 300 ))), 3rem);
	text-transform: uppercase;
	color: var(--menu-text-color, var(--white));
	text-decoration:none;
}

#navbar-content a.nav-link:active,
#navbar-content a.nav-link:focus,
#navbar-content a.nav-link:hover{
	color: var(--menu-text-active-color, var(--dark));
}

/* language switcher */
#navbar-content .language-chooser{
	list-style: none;
	display: flex;
	flex-direction: row;
	gap: 10px;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: var(--font-weight-bold);
	border-top: 1px solid var(--dark);
	align-items: center;
	justify-content: center;
	padding: 1.2rem 1.5em;
	margin: 1.2rem;
}

#navbar-content .language-chooser,
#navbar-content .language-chooser a{
	color: var(--dark);
}

#navbar-content .language-chooser,
#navbar-content .language-chooser a,
#navbar-content .language-chooser abbr{
	text-decoration: none;
}

#navbar-content .language-chooser a,
#navbar-content .language-chooser abbr{
	cursor: pointer;
}

#navbar-content .language-chooser a:active,
#navbar-content .language-chooser a:focus,
#navbar-content .language-chooser a:hover{
	color: var(--white);
}

#navbar-content .language-chooser .current-lang a{
	text-decoration: underline;
}

/* authentication link */
#about{
	position: relative;
	z-index: 1;
	font-size: 0.7rem;
	line-height: 1rem;
}
a.authenticationLink,a.authenticationLink:active,a.authenticationLink:focus,a.authenticationLink:hover,a.authenticationLink:link,a.authenticationLink:visited {
    /*position: absolute;*/
    z-index: 50;
    bottom: 0;
    right: 15px;
    display: block;
    width: .7rem;
    height: .7rem;
    text-decoration: none;
    border: 0;
    padding: 0;
    margin: 0;
		cursor:pointer;
}
a.authenticationLink svg,a.authenticationLink:active svg,a.authenticationLink:focus svg,a.authenticationLink:hover svg,a.authenticationLink:link svg,a.authenticationLink:visited svg {
    fill: currentColor
}
a.authenticationLink.anonymous:active,a.authenticationLink.anonymous:focus,a.authenticationLink.anonymous:hover,a.authenticationLink.authenticated {
    background-position: bottom left;
    text-decoration: none
}
a.authenticationLink.anonymous:active svg #lock-arc-locked,a.authenticationLink.anonymous:focus svg #lock-arc-locked,a.authenticationLink.anonymous:hover svg #lock-arc-locked,a.authenticationLink.authenticated svg #lock-arc-locked {
    display: none
}

/* edit button */
.post-edit-link-container{
	float:none;
	position:fixed;
	top:10px;
	background-color:var(--white);
	right:10px;
	display:block;
	z-index:100;
	padding:0 5px;
	text-align:center;
	border:1px solid var(--blue)
}

/* burger button */
.navbar-toggler{
    /*position: absolute;*/
    position: fixed;
    right: 15px; 
    top: clamp(20px, calc(100vw - 300px), 100px);
    z-index: 100;
    cursor: pointer;
    /*mix-blend-mode: difference;*/
}
.navbar-toggler .burger-btn-icon {
	display: block;
  width: 60px;
  height: 45px;
  position: relative;
  margin: 10px auto;
  transform: rotate(0deg)  translate(0px, 3px);
  transition: 0.5s ease-in-out;
}

.navbar-toggler .burger-btn-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: var(--logo-color, var(--dark));
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  /*mix-blend-mode: difference;
  filter: invert(50%);*/
}

.navbar-toggler .burger-btn-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.navbar-toggler .burger-btn-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

.navbar-toggler .burger-btn-icon span:nth-child(1),
.navbar-toggler .burger-btn-icon span:nth-child(2) {
  top: 0px;
}

.navbar-toggler .burger-btn-icon span:nth-child(3),
.navbar-toggler .burger-btn-icon span:nth-child(4) {
  top: 18px;
}

.navbar-toggler .burger-btn-icon span:nth-child(5),
.navbar-toggler .burger-btn-icon span:nth-child(6) {
  top: 36px;
}

.navbar-toggler[aria-expanded="true"] .burger-btn-icon span:nth-child(1),
.navbar-toggler[aria-expanded="true"] .burger-btn-icon span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .burger-btn-icon span:nth-child(2),
.navbar-toggler[aria-expanded="true"] .burger-btn-icon span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .burger-btn-icon span:nth-child(1) {
  left: 5px;
  top: 7px;
}

.navbar-toggler[aria-expanded="true"] .burger-btn-icon span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

.navbar-toggler[aria-expanded="true"] .burger-btn-icon span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .burger-btn-icon span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .burger-btn-icon span:nth-child(5) {
  left: 5px;
  top: 29px;
}

.navbar-toggler[aria-expanded="true"] .burger-btn-icon span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

.navbar-toggler:active
,.navbar-toggler:hover
/*
,.navbar-toggler:focus
,.navbar-toggler
,.navbar-toggler[aria-expanded="true"]:focus
,.navbar-toggler[aria-expanded="true"]:active
,.navbar-toggler[aria-expanded="true"]:hover
*/{
	/*background-color: var(--white);*/
}
/*.navbar-toggler[aria-expanded="true"]{
	background-color: transparent;
}*/
.navbar-toggler:focus,
.navbar-toggler:active{
    outline: 1px dotted;
}

/* footer */
#footer-about-menu li a{
	color: var(--dark);
}
#footer-about-menu li a:hover,
#footer-about-menu li a:focus,
#footer-about-menu li a:active{
	color: var(--blue);
}
#footer-about-menu li{
	white-space: nowrap;
}
#footer-about-menu li:after{
	content: "\00B7";
	display: inline-block;
	padding: 0 4px;
	font-weight: bold;
}
#footer-about-menu li:nth-last-child(2):after,
#footer-about-menu li:last-child:after{
	display: none;
}
@media (min-width: 768px){
	
}
.authenticationLink-container{
	flex-basis: 100%;
	margin-bottom: 0.4rem;
}
@media (min-width: 1200px){
	.authenticationLink-container{
		flex-basis: auto;
		margin-bottom: 0;
	}
	#footer-about-menu li:nth-last-child(2):after{
		display: inline-block;
	}
}

/* titles */
.is-style-theme-title{
	font-weight: bold;
	padding-left: 116px;
	color: var(--dark);
}
.is-style-theme-title:before{
	content: ' ';
	display: inline-block;
	width: 100px;
	border-bottom: 3px solid currentcolor;
	margin-right: 16px;
	margin-left: -116px;
	line-height: 1rem;
}

/* buttons */
.is-style-outline > .wp-block-button__link, 
.wp-block-button__link.is-style-outline,
.is-style-fill > .wp-block-button__link, 
.wp-block-button__link.is-style-fill{
	padding: 0.5rem 2rem;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8rem;
	text-decoration:none;
}
.wp-block-button.is-style-fill .wp-block-button__link.has-text-color.has-regular-text-color-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-regular-text-color-color{
	--fg-color: var(--dark);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-text-color.has-dark-color-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-dark-color-color{
	--fg-color: var(--darkbg);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-text-color.has-white-color-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-white-color-color{
	--fg-color: var(--white);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-text-color.has-blue-color-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-blue-color-color{
	--fg-color: var(--blue);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-text-color.has-yellow-color-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-yellow-color-color{
	--fg-color: var(--yellow);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-text-color.has-pink-color-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-pink-color-color{
	--fg-color: var(--pink);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-text-color.has-green-color-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-green-color-color{
	--fg-color: var(--green);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-text-color.has-gray-color-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-gray-color-color{
	--fg-color: var(--gray);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-background.has-regular-text-color-background-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-regular-text-color-background-color{
	--bg-color: var(--dark);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-background.has-dark-color-background-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-dark-color-background-color{
	--bg-color: var(--darkbg);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-background.has-white-color-background-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-white-color-background-color{
	--bg-color: var(--white);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-background.has-blue-color-background-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-blue-color-background-color{
	--bg-color: var(--blue);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-background.has-yellow-color-background-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-yellow-color-background-color{
	--bg-color: var(--yellow);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-background.has-pink-color-background-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-pink-color-background-color{
	--bg-color: var(--pink);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-background.has-green-color-background-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-green-color-background-color{
	--bg-color: var(--green);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-background.has-gray-color-background-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-gray-color-background-color{
	--bg-color: var(--gray);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-background{
	background-color: var(--bg-color);
	border: 2px solid var(--bg-color);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-background:hover,
.wp-block-button.is-style-fill .wp-block-button__link.has-background:focus,
.wp-block-button.is-style-fill .wp-block-button__link.has-background:active{
	background-color: var(--fg-color);
	border-color: var(--fg-color);
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background{
	background-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-background:focus,
.wp-block-button.is-style-outline .wp-block-button__link.has-background:active{
	background-color: var(--fg-color);
}

.wp-block-button.is-style-fill .wp-block-button__link.has-text-color{
	color: var(--fg-color) !important;
}
.wp-block-button.is-style-fill .wp-block-button__link.has-text-color:hover,
.wp-block-button.is-style-fill .wp-block-button__link.has-text-color:focus,
.wp-block-button.is-style-fill .wp-block-button__link.has-text-color:active{
	color: var(--bg-color) !important;
	border-color: var(--fg-color);
}
.wp-block-button.is-style-outline .wp-block-button__link.has-text-color{
	color: var(--fg-color) !important;
	border-color: var(--fg-color);
}
.wp-block-button.is-style-outline .wp-block-button__link.has-text-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-text-color:focus,
.wp-block-button.is-style-outline .wp-block-button__link.has-text-color:active{
	color: var(--bg-color) !important;
	border-color: var(--fg-color);
}


/* sections navigation */
#sections-nav{
	position: fixed;
	top: calc(100vh/2);
	right: 0px;
	transform: translate(0, -50%);
	list-style: none;
	padding: 0;
	z-index: 100;
	display: flex;
	margin: 0;
	width: min-content;
	flex-direction: column;
	align-items: center;
}
#sections-nav li a{
	display: block;
	width: 8px; 
	height: 8px; 
	border-radius: 50%; 
	background-color: var(--dark);
	margin: 3px 3px;
	transition: width, height, margin;
	transition-duration: 0.3s;
}

#sections-nav li a.active{
	width: 14px; 
	height: 14px; 
	margin: 3px 0;
}

/* social links */
.social-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.social-links a,
.social-links a:link,
.social-links a:visited{
    color: var(--white);
}
.social-links a:hover,
.social-links a:focus,
.social-links a:active{
    color: var(--blue);
    text-decoration: none;
}

#btn-email-label {
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    flex-basis: 100%;
}

.social-links svg{
	max-width: 30px;
	height: auto;
}

@media (min-width: 1200px){
    .social-links ul{
        justify-content: flex-start;
    }
    #btn-email-label {
        flex-basis: auto;
        margin-left: 30px;
        text-align: left;
    }
}

/* members logos */
.member-logos{
	margin-top: 45px;
}
.member-logos ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit ,minmax(100px, 1fr));
	grid-gap: 25px 40px;
	grid-auto-flow: row dense;
	width: 100%;
	align-items: center;
	/* justify-content: center; */
	justify-items: center;
}
/*.social-links ul li,*/
.member-logos ul li{
    width: 100%;
}
.social-links a,
.social-links a:link,
.social-links a:visited,
.member-logos a,
.member-logos a:link,
.member-logos a:visited{
	color: var(--white);
	cursor: pointer;
}

.social-links a:hover,
.social-links a:focus,
.social-links a:active,
.member-logos a:hover,
.member-logos a:focus,
.member-logos a:active{
	color: var(--blue);
	text-decoration: none;
	filter: invert(42%) sepia(34%) saturate(5481%) hue-rotate(184deg) brightness(95%) contrast(102%);
}
.social-links #btn-email-label a:hover,
.social-links #btn-email-label a:focus,
.social-links #btn-email-label a:active{
	filter: none;
}
.member-logo {
    max-height: 50px;
}
/*
.member-logos ul li:nth-child(2n+1):last-child {
    grid-column-end: span 2;
}*/

/* separator */
.wp-block-separator {
    border-top: none;
    border-bottom: 1px solid currentColor;
    color: var(--grey);
    opacity: 0.2;
    margin: 30px 0;
}

/* wave separator */
.wave-clip{
	overflow: hidden;
}
.wave-clip .wave-clip-element{
    display: none;
	clip-path: url(#blue-clip-path);
	min-height: 100px;
	background-color: currentcolor;
	min-width: max(800px, 100%);
	transform: translate(calc(100vw/2 - 100%/2 ),0);
}
@media (min-width: 800px){
    .wave-clip .wave-clip-element{
        display: block;
    }
}

/* extra */
.overflow-visible {
    overflow: visible !important;
}
@media (min-width: 1640px){
    .overflow-xxl-visible {
        overflow: visible !important;
    }
}

/* front page news */
.posts.news .post{
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 992px){
	.posts.news .post{
		display: flex;
		flex-direction: column;
		padding-right: 50px;
	}
}
.posts.news .entry-title {
	display: block;
	font-weight: var(--font-weight-bold);
	font-size: clamp(2rem, calc(1rem + 1.3vw), 3rem);
	line-height: calc(clamp(2rem, calc(1.2rem + 1.3vw), 2.2rem) + 1rem);
	padding-top: 30px; ;
}
.posts.news .entry-date {
	display: block;
	font-size: 0.9rem;
	line-height: 1.5rem;
	margin-top: 20px;
}
.posts.news .entry-excerpt {
	display: block;
	font-size: 1rem;
	line-height: 2rem;
}
.posts.news .entry-excerpt,
.posts.news .entry-link{
	margin-top: 30px;
}

/* squared news */
.news.squared a.entry-link{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    color: var(--dark);
    font-weight: 700;
    text-decoration: none;
    aspect-ratio: 1/1;
    padding-right: 0;
}
.news.squared a.entry-link:hover,
.news.squared a.entry-link:focus,70
.news.squared a.entry-link:active{
    color: var(--thumbnail-background-color, var(--blue));
}
.news.squared a.entry-link>.title{
    display: block;
    width: 100%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    padding: 0;
    z-index: 2;
    text-transform: none;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4rem;
    order: 3;
    margin-top: 15px;
}
.news.squared a.entry-link>.meta{
    order: 2;
    gap: 0 15px;
    margin-bottom: 0.4rem;
}
.news.squared a.entry-link .taxonomy.taxonomy-label,
.news.squared a.entry-link .date-label{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.news.squared a.entry-link .taxonomy.taxonomy-value {
    vertical-align: middle;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--dark);
}
.news.squared a.entry-link .taxonomy.taxonomy-categories-value {
    background-color: var(--blue);
    color: var(--white);
    padding: 0rem 0.8rem !important;
}
.news.squared a.entry-link .taxonomy-tags-wrapper{
    flex-grow: 1;
    min-width: 0;
}
.news.squared a.entry-link .entry-thumbnail-wrapper{
    display: block;
    width: 100%;
    height: 100%;
    color: var(--white, white);
    background-color: var(--thumbnail-background-color, var(--dark));
    order: 1;70
    border: 1px solid #ebebec;
}
.news.squared a.entry-link .entry-thumbnail-wrapper .entry-thumbnail-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 3rem;
    font-weight: 800;
    font-size: 2rem;
    line-height: 2.5rem;
    text-transform: none;
}
.news.squared a.entry-link .entry-thumbnail{
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
}
.news.squared a.entry-link .date-wrapper{
    order: 4;
    margin: 0.4rem 0 0;
    display: none;
}
.news.squared a.entry-link .date-value {
    font-size: 0.9rem;
    font-weight: normal;
}

/* carousel */
.carousel{
	box-sizing: content-box;
	padding-bottom: 120px;
}
.carousel-indicators li:nth-child(1):last-child {
  display: none;
}
.carousel-indicators li{
	background-color: var(--gray);
}

.custom-carousel{
	padding-bottom: 80px;
	position: relative;
}
.custom-carousel .carousel-inner{
	display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.custom-carousel .carousel-inner::-webkit-scrollbar {
    display: none;
}
.custom-carousel .carousel-inner .carousel-item{
  flex-shrink: 0;
  scroll-snap-align: start;
	position: relative;
	display: block;
	float: none;
	width: auto;
	margin-right: auto;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out 0s;
}
.custom-carousel .custom-carousel-indicators{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.custom-carousel .custom-carousel-indicators .carousel-indicator{
	opacity: .5;
	transition: opacity 0.6s ease;
}
.custom-carousel .custom-carousel-indicators .carousel-indicator.active{
	opacity: 1;
}
.custom-carousel .custom-carousel-indicators .carousel-indicator a{
	display: block;
	box-sizing: content-box;
	width: 40px;
	height: 4px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: var(--gray);
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.custom-carousel .custom-carousel-indicators .carousel-indicator{
	display: block;
}
@media screen and (min-width: 992px){
	.custom-carousel .custom-carousel-indicators .carousel-indicator.first-page.last-page{
		display: none;
	}
	.custom-carousel .carousel-indicator:not(.last-news,.page-first-news),
	.custom-carousel .carousel-indicator.last-page.page-first-news:not(.last-news){
		display: none;
	}
	.custom-carousel .carousel-inner .carousel-item.col-md-6:nth-child(2n+1):last-child,
	.custom-carousel .carousel-inner .carousel-item.col-lg-6:nth-child(2n+1):last-child{
		padding-right: calc(50% + 15px);
        flex: 0 0 100%;
        max-width: none;
	}
	.custom-carousel .carousel-inner .carousel-item.col-md-4:nth-child(3n+1):last-child,
	.custom-carousel .carousel-inner .carousel-item.col-lg-4:nth-child(3n+1):last-child{
		padding-right: calc(66% + 15px);
        flex: 0 0 100%;
        max-width: none;
	}
	.custom-carousel .carousel-inner .carousel-item.col-md-4:nth-child(3n+2):last-child,
	.custom-carousel .carousel-inner .carousel-item.col-lg-4:nth-child(3n+2):last-child{
		padding-right: calc(33% + 15px);
        flex: 0 0 66%;
        max-width: none;
	}
	.custom-carousel .carousel-inner .carousel-item.col-md-3:nth-child(4n+1):last-child,
	.custom-carousel .carousel-inner .carousel-item.col-lg-3:nth-child(4n+1):last-child{
		padding-right: calc(75% + 15px);
        flex: 0 0 100%;
        max-width: none;
	}
	.custom-carousel .carousel-inner .carousel-item.col-md-3:nth-child(4n+2):last-child,
	.custom-carousel .carousel-inner .carousel-item.col-lg-3:nth-child(4n+2):last-child{
		padding-right: calc(50% + 15px);
        flex: 0 0 75%;
        max-width: none;
	}
	.custom-carousel .carousel-inner .carousel-item.col-md-3:nth-child(4n+3):last-child,
	.custom-carousel .carousel-inner .carousel-item.col-lg-3:nth-child(4n+3):last-child{
		padding-right: calc(25% + 15px);
        flex: 0 0 50%;
        max-width: none;
	}
}

/* banners */
.post-banner-container {
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.post-header-thumbnail {
    max-width: 100%;
    height: auto;
}
@media screen and (min-width: 576px){
	.post-header-thumbnail {
			width: 100%;
			height: auto;
	}
}

/* upcomming events */
.masonry-wrapper-col{
    column-count: 1;
    grid-gap: 1px 40px;
}
@media screen and (min-width: 992px){
    .masonry-wrapper-col{
        column-count: 2;
    }
}
@media screen and (min-width: 1400px){
    .masonry-wrapper-col{
        column-count: 3;
    }
}
.card-cts .card-ct {
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: content-box;
  break-inside: avoid;
}
.card-cts .card-ct > div{
    padding: 20px 0;
}
.card-cts .card-ct .entry-link {
    text-align: left;
    background-color: #FFFFFF;
	padding: 35px 25px;
	gap: 40px;
	color: var(--dark);
	text-decoration: none;
    line-height: 1.5;
}
.card-cts .card-ct a.entry-link:hover .entry-title,
.card-cts .card-ct a.entry-link:focus .entry-title,
.card-cts .card-ct a.entry-link:active .entry-title{
	color: var(--blue);
}

.card-cts .card-ct .times .day, 
.card-cts .card-ct .times .month.year{
	white-space: nowrap;
	text-align: center;
	display: block;
}
.card-cts .card-ct .times .day,
.card-cts .card-ct .times .date-sep{
	font-weight: bold;
	font-size: 2.5rem; 
}
.card-cts .card-ct .times .month.year{
	font-size: 1.2rem;
	font-weight: 600;
}
.card-cts .card-ct .event_time{
	font-size: 1.4rem;
	font-weight: 400;
}
.card-cts .card-ct .entry-title{
	font-size: 1.5rem;
	font-weight: 800;
	padding: 0px 0 10px;
}
.card-cts .card-ct .entry-excerpt{
	text-transform: uppercase;
}
.card-cts .card-ct .times .date-sep{
	text-align: center;
	line-height: 2.5rem;
}
.card-cts .card-ct .meta-info{
	padding: 0.7rem 0 0.2rem;
	word-break: break-word;
}


/* schools */
.grid-template-schools {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
    grid-auto-rows: minmax(480px, auto);
    grid-auto-flow: dense;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: var(--gray);
} 

.grid-template-schools .school-texts{
    display: block;
    font-size: 1rem;
    line-height: 1.3rem;
    color: white;
    position: relative;
    z-index: 2;
    padding: 24px 24px;
    background: var(--white, white);
    color: var(--dark);
    position: absolute;
    bottom: 25px;
    right: 0;
    min-width: 355px;
}
.grid-template-schools .school-location{
    font-size: 0.8rem;
    margin-top: 0.2rem;
}
.grid-template-schools .school-full-name{
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: bold;
}
.grid-template-schools .school-btn{
    display:block;
    background: #1c1c1c center center no-repeat;
    background-size: cover;
    position: relative;
    text-decoration: none;
    height: 100%;
}
.grid-template-schools .school-btn:before{
    content:" ";
    display:block;
    background-color: #1c1c1c;
    opacity: 0.5;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:1;
}
.grid-template-schools .school-btn:hover,
.grid-template-schools .school-btn:focus,
.grid-template-schools .school-btn:active{
    background-color: #edaa03;
}
.grid-template-schools .school-btn:hover:before,
.grid-template-schools .school-btn:focus:before,
.grid-template-schools .school-btn:active:before{
    opacity: 0;
}
/*      awards */
.grid-container-awards > .award{
    width: auto;
    max-width: none;
}
.grid-container-awards{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 10px;
}

/* scroll text */
@media screen and (min-width: 1200px){
    .position-xl-absolute{
        position: absolute !important;
    }
    .scroll-text{
        max-height: 30vw;
        overflow: scroll !important;
        position: relative;
        scrollbar-width: none;
    }
    .scroll-text.col-40p{
        margin-top: -100px;
        max-height: max(200px, 100vh - 280px - 60px );
        padding-right: 50px;
    }
    .scroll-text::-webkit-scrollbar{
        display: none;
    }
    .scroll-text:before,
    .scroll-text:after {
        display: block;
        width: 100%;
        height: 100px;
        content: ' ';
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        clear: both;
    }
    .scroll-text:before{
        --lg-rotation: 180deg;
        top: 0;
    }
    .scroll-text:after{
        --lg-rotation: 0deg;
        bottom: 0;
    }

    .scroll-text.blue:before,
    .scroll-text.blue:after {
        background: linear-gradient(var(--lg-rotation,0deg), rgba(var(--blue_rgb),1) 0%, rgba(var(--blue_rgb),0) 100%);
    }
    .scroll-text.bluelogo:before,
    .scroll-text.bluelogo:after {
        background: linear-gradient(var(--lg-rotation,0deg), rgba(var(--blue-logo_rgb),1) 0%, rgba(var(--blue-logo_rgb),0) 100%);
    }
    .scroll-text.white:before,
    .scroll-text.white:after {
        background: linear-gradient(var(--lg-rotation,0deg), rgba(var(--white_rgb),1) 0%, rgba(var(--white_rgb),0) 100%);
    }
    .scroll-text.dark:before,
    .scroll-text.dark:after {
        background: linear-gradient(var(--lg-rotation,0deg), rgba(var(--dark_rgb),1) 0%, rgba(var(--dark_rgb),0) 100%);
    }
    .scroll-text.yellow:before,
    .scroll-text.yellow:after {
        background: linear-gradient(var(--lg-rotation,0deg), rgba(var(--yellow_rgb),1) 0%, rgba(var(--yellow_rgb),0) 100%);
    }
    .scroll-text.pink:before,
    .scroll-text.pink:after {
        background: linear-gradient(var(--lg-rotation,0deg), rgba(var(--pink_rgb),1) 0%, rgba(var(--pink_rgb),0) 100%);
    }
    .scroll-text.green:before,
    .scroll-text.green:after {
        background: linear-gradient(var(--lg-rotation,0deg), rgba(var(--green_rgb),1) 0%, rgba(var(--green_rgb),0) 100%);
    }
    .scroll-text.gray:before,
    .scroll-text.gray:after {
        background: linear-gradient(var(--lg-rotation,0deg), rgba(var(--gray_rgb),1) 0%, rgba(var(--gray_rgb),0) 100%);
    }
    .scroll-text.darkbg:before,
    .scroll-text.darkbg:after {
        background: linear-gradient(var(--lg-rotation,0deg), rgba(var(--darkbg_rgb),1) 0%, rgba(var(--darkbg_rgb),0) 100%);
    }
    .scroll-text.lightblue:before,
    .scroll-text.lightblue:after {
        background: linear-gradient(var(--lg-rotation,0deg), rgba(var(--lightblue_rgb),1) 0%, rgba(var(--lightblue_rgb),0) 100%);
    }
}

/* colapsible */
.gba-view .wp-block-pt-ipleiria-ued-wp-theme-ipleiria-gutenbergblocks-collapse-pane .card-header button, .gba-view .card-header .btn-link:before {
    color: var(--dark);
}
.gba-view .wp-block-pt-ipleiria-ued-wp-theme-ipleiria-gutenbergblocks-collapse-pane .card-header {
    background-color: var(--gray);
}
.gba-view .wp-block-pt-ipleiria-ued-wp-theme-ipleiria-gutenbergblocks-collapse-pane .card-header, .gba-view .wp-block-pt-ipleiria-ued-wp-theme-ipleiria-gutenbergblocks-collapse-pane .card-header+.panel-content {
    border: 1px solid var(--gray);
}
.gba-view+.gba-view{
    margin-top: auto;
}

/* advanced container */
.wp-block-pt-ipleiria-ued-wp-theme-ipleiria-gutenbergblocks-container.gbc.gbc-view {
    overflow: visible;
}

/* gallery */
.run-eu .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
    display: block;
    line-height: 1.3rem;
    color: white;
    position: relative;
    z-index: 2;
    padding: 24px 24px;
    background: var(--white, white);
    color: var(--dark);
    position: absolute;
    bottom: 25px;
    right: 0px;
    min-width: min(355px, 100%);
    max-width: 100%;
	height: auto;
    width: min(75%, 410px);
    left: auto;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.6rem;
    pointer-events: none;    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0.9;
}
.run-eu .wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.run-eu .wp-block-gallery.has-nested-images figure.wp-block-image figcaption strong,
.run-eu .wp-block-gallery.has-nested-images figure.wp-block-image figcaption em{
    overflow: hidden;
    text-overflow: ellipsis;
}
.run-eu .wp-block-gallery.has-nested-images figure.wp-block-image figcaption strong,
.run-eu .wp-block-gallery.has-nested-images figure.wp-block-image figcaption em{
    width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption strong{
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption em{
    display: inline-block;
    margin-top: 1rem;
    line-height: 1.6rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
}
.run-eu .wp-block-gallery a:before {
    content: " ";
    display: block;
    background-color: #1c1c1c;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.run-eu .wp-block-gallery.has-nested-images figure.wp-block-image.no-visibility figcaption{
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 100%,transparent);
    color: var(--white);
    opacity: 0.9;
    
}
.run-eu .wp-block-gallery.has-nested-images figure.wp-block-image.lower-visibility figcaption{
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
    color: var(--white);
    opacity: 0.9;
}
.run-eu .wp-block-gallery .lower-visibility a:before {
    opacity: 0.8;
}
.run-eu .wp-block-gallery .lower-visibility a:hover:before, 
.run-eu .wp-block-gallery .lower-visibility a:focus:before, 
.run-eu .wp-block-gallery .lower-visibility a:active:before {
    opacity: 0.5;
}
.run-eu .wp-block-gallery a:hover:before, 
.run-eu .wp-block-gallery a:focus:before, 
.run-eu .wp-block-gallery a:active:before {
    opacity: 0;
}
@media screen and (max-width: 990px) {
    .run-eu .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
    .run-eu .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image),
    .run-eu .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image),
    .run-eu .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image),
    .run-eu .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image),
    .run-eu .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .run-eu .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
    .run-eu .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image),
    .run-eu .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image),
    .run-eu .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image),
    .run-eu .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image),
    .run-eu .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: 100%;
    }
}

/* Student Advisory Board */
.student-advisory-board-students{
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    /*grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-auto-rows: minmax(160px, auto);
    grid-auto-flow: dense;*/
    grid-template-columns: repeat(auto-fill, 160px);
    grid-template-rows: repeat(auto-fit, 160px);
    grid-auto-rows: 0;
    overflow: hidden;
    min-height: 50vh;
    width: 100%;
    
    justify-content: center;
    padding-left: 0;
}
@media screen and (min-width: 600px) {
    .student-advisory-board-students{
        min-height: 100vh;
        /*min-height: 100%;*/
        justify-content: center;
        padding-left: 30px;
        align-content: center;
    }
}
.student-advisory-board-students img{
    object-fit: cover;
    height: 100%;
    width: auto;
    max-height: 100%;
    max-width: none;
}

/* cards */
.gbib-wrapper.gbib-description-wrapper {
    display: block;
}
.wp-block-pt-ipleiria-ued-wp-theme-ipleiria-gutenbergblocks-infobox.gbib .gbib-image{
    width: 100%;
    max-width: 270px;
	height: auto;
}
.gbib-title {
    font-weight: 700;
}
.gbib-wrapper.gbib-description-wrapper,
.wp-block-pt-ipleiria-ued-wp-theme-ipleiria-gutenbergblocks-infobox.gbib .gbib-image,
.gbib-title,
.gbib-wrapper.gbib-image-wrapper,
.gbib-read-more-wrapper{
    text-align: center;
    display: flex;
    justify-content: center;
}

/* icons */
.wp-block-pt-ipleiria-ued-wp-theme-ipleiria-gutenbergblocks-infobox.gbib.icon-100px .gbib-image, 
.icon-100px img{
    max-width: 180px;
	height: auto;
}

/* pull up arrow */
.supports-touch .pull-up,
.supports-touch .pull-up:before{
  position: absolute;
  left: 50%;
	bottom: 0;
	pointer-events: all;
}
.supports-touch .pull-up{
  width: 30px;
  height: 30px;
  transform: rotate(45deg) translatex(-50%);
  border-left: 2px var(--dark) solid;
  border-top: 2px var(--dark) solid;
  border-right: none;
  border-bottom: none;
}
.supports-touch .pull-up:before{
  content: '';
  width: 15px;
  height: 15px;
  border-left: 1px var(--dark) solid;
  border-top: 1px var(--dark) solid;
  border-right: none;
  border-bottom: none;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}
@keyframes arrow{
	0%{
    opacity: 1;
	}
	100%{
    opacity: 0;
    transform: translate(-75%, -75%);
	}
}

/* gallery carousel */
figure.wp-block-gallery.has-nested-images.gallery-carousel{
	display: flex; 
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
figure.wp-block-gallery.has-nested-images.gallery-carousel::-webkit-scrollbar {
    display: none;
}
figure.wp-block-gallery.has-nested-images.gallery-carousel figure.wp-block-image:not(#individual-image){
    flex-shrink: 0;
    scroll-snap-align: start;
	position: relative;
	display: block;
	float: none;
	width: auto;
	margin-right: auto;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out 0s;
}

figure.wp-block-gallery.has-nested-images.gallery-carousel figure.wp-block-image:not(#individual-image) figcaption{
    display: none;
}
button.gallery-carousel-button{
    display: block;
    position: absolute;
    background-color: transparent;
    border: 0 none;
    border-left: 4px solid var(--gray);
    border-top: 4px solid var(--gray);
    width: 30px;
    height: 30px;
    top: 50%;
    outline: none;
    /*mix-blend-mode: color-dodge;*/
}
button.gallery-carousel-button:hover,
button.gallery-carousel-button:focus,
button.gallery-carousel-button:active{
    border-color: var(--blue);
}
button.gallery-carousel-button.gallery-carousel-button-next{
    transform: translatey(-50%) rotate(135deg);
    right: 15px;
}
button.gallery-carousel-button.gallery-carousel-button-previous{
    transform: translatey(-50%)  rotate(-45deg);
    left: 15px;
}

/* student testimonies */
.student-testimonies .entry-thumbnail{
    max-width: 300px;
    height: auto;
}
.student-testimonies .posts.news .entry-excerpt {
    font-weight: 500;
    font-size: 1.3rem;
}
.student-testimonies .title {
    font-size: 1.15rem;
    font-weight: 600;
}
.course-info-value {
    vertical-align: bottom;
    line-height: 1rem;
}

/* quotes */
q {
  quotes: "‘" "’" "“" "”";
}
q::before {
    content: open-quote;
    padding-right: 1px;
}
q::after {
    content: close-quote;
    padding-left: 1px;
}

/* headings */
.gbib-title {
    text-transform: uppercase;
    font-size: 1.5rem;
}

/* team members */
.team_members{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    gap: 30px 0;
}
.team_members .team_member{
    --width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 var(--width, 100%);
    max-width: var(--width, 100%);
	height: auto;
}
@media (min-width: 576px){
    .team_members .team_member{
        --width: 50%;
    }
}
@media (min-width: 768px){
    .team_members .team_member{
        --width: 33.33333%;
    }
}
@media (min-width: 992px){
    .team_members .team_member{
        --width: 25%;
    }
}
@media (min-width: 1200px){
    .team_members .team_member{
        --width: 20%;
    }
}

.team_members .team_member .entry-thumbnail-wrapper {
    padding-bottom: 20px;
}
.team_members .team_member .title {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 600;
    margin: 0;
}
.team_members .team_member .university-wrapper {
    font-weight: 500;
    margin: 0 0 20px;
}

.team_members .team_member a,
.team_members .team_member a:link,
.team_members .team_member a:visited,
.team_members .team_member a:active,
.team_members .team_member a:hover,
.team_members .team_member a:focus{
    text-decoration: none;
}

.team_members .team_member a,
.team_members .team_member a:link,
.team_members .team_member a:visited{
    color: var(--dark);
}
.team_members .team_member a:active,
.team_members .team_member a:hover,
.team_members .team_member a:focus{
    color: var(--blue);
}

.member-field-photo{
    padding-bottom: 30px;
}
.member-field-photo img {
    max-width: 400px;
    height: auto;
    width: 100%;
}
.member-field-label{
    font-weight: 700;
    margin: 15px 0 0 0;
}
.member-field-label,
.member-field-value{
    font-size: 0.85rem;
}
.member_name .member-field-label{
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}
.member_role .member-field-value{
    font-weight: 500;
    margin: 5px 0 30px;
}
@media (min-width: 1200px){
    .col-md-3.member-left-wrapper {
        padding-right: 40px;
    }
}

/* utilities */
.supports-touch .touch-events-all,
.pointer-events-all{
	pointer-events: all;
}
.supports-touch .touch-events-none,
.pointer-events-none{
	pointer-events: none;
}
.text-glow-white{
	text-shadow: 0px 0px 10px var(--white);
}
.supports-touch .touch-select-none,
.user-select-none, 
.brand-link{
	user-select: none
}
.z-index-1{
    z-index: 1;
}
.z-index-2{
    z-index: 2;
}
.min-h-100vh{
    height: 100vh;
}
.breadcrumb-item.active{
    font-weight: bold;
}
.img-with-border img,
img.img-with-border{
    border: 1px solid #ebebec;
}

/* fonts */
.has-huge-font-size{
	line-height: clamp(3rem, calc(3rem + 1.5vw), 5rem);
}
.has-large-font-size{
	line-height: clamp(2rem, calc(2rem + 1.5vw), 4.5rem);
}
.has-medium-font-size{
	line-height: clamp(1.5rem, calc(1.5rem + 1.5vw), 4rem);
}

/* infobox */
.is-style-theme-infobox-card{
    background-color: var(--white);
    border: 1px solid var(--gray);
}

.is-style-theme-infobox-card,
.is-style-theme-infobox-card .gbib-title,
.is-style-theme-infobox-card .gbib-description{
    color: var(--dark);
    text-align: left;
    font-size: 1rem;
    text-transform: none;
    font-weight: 400;
    display: block;
}
.is-style-theme-infobox-card .gbib-title{
    border-bottom: 1px solid var(--gray);
    padding: 15px 15px;
}
.is-style-theme-infobox-card .gbib-description{
    padding: 10px 15px;
}
.wp-block-pt-ipleiria-ued-wp-theme-ipleiria-gutenbergblocks-infobox.gbib.is-style-theme-infobox-card .gbib-image{
    max-width: none;
}


.googleCalendar{
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}

.googleCalendar iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.link-black a{
    color: var(--dark) !important;
    text-decoration: underline;
}

.link-white a{
    color: #FFFFFF !important;
    text-decoration: underline;
}

.text-line-height {
    line-height: 1.6;
}

p.esecs{
        padding: 0rem 0.8rem ;
}

.normal-news .custom-carousel .carousel-inner {
    display: flow;
}

.normal-news .posts.news .entry-title {
    font-size: clamp(1.7rem, calc(1rem + 1.3vw), 1.5rem);
    line-height: 40px;
    padding-top: 40px;
    
}

.normal-news .first-news .entry-title{
    padding-top: 0;
}

.normal-news .posts.news .post {
    padding-right: 0;
}

.normal-news .posts.news .entry-link {
    text-align: left;
    margin-top: 0;
    padding-left: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8rem;
    text-decoration: none;
}

.normal-news .posts.news .entry-link:hover, 
.normal-news .posts.news .entry-link:focus, 
.normal-news .posts.news .entry-link:active{
    text-decoration: underline;
}


.no-gap{
    gap: 0 !important;
}/* 9559fae53a6ce927eedc7397717686c7 */.has-regular-text-color-background-color{background-color: #050505;}.has-regular-text-color-color{color: #050505;}.has-blue-color-background-color{background-color: #0089EB;}.has-blue-color-color{color: #0089EB;}.has-yellow-color-background-color{background-color: #F0DA19;}.has-yellow-color-color{color: #F0DA19;}.has-pink-color-background-color{background-color: #E277CD;}.has-pink-color-color{color: #E277CD;}.has-green-color-background-color{background-color: #00CCAA;}.has-green-color-color{color: #00CCAA;}.has-orange-color-background-color{background-color: #F08903;}.has-orange-color-color{color: #F08903;}.has-gray-color-background-color{background-color: #EBEBEC;}.has-gray-color-color{color: #EBEBEC;}.has-dark-color-background-color{background-color: #262324;}.has-dark-color-color{color: #262324;}.has-white-color-background-color{background-color: #FFFFFF;}.has-white-color-color{color: #FFFFFF;}.has-pistachio-color-background-color{background-color: #c0d351;}.has-pistachio-color-color{color: #c0d351;}.has-small-font-size{font-size: 0.9rem;}.has-normal-font-size{font-size: 16px;}.has-medium-font-size{font-size: clamp(1rem, calc(1rem + 1.5vw), 3.5rem);}.has-large-font-size{font-size: clamp(1.5rem, calc(1.5rem + 1.5vw), 4rem);}.has-huge-font-size{font-size: clamp(2rem, calc(2rem + 1.5vw), 4rem);}