/*!
Theme Name: ZWE
Theme URI: http://underscores.me/
Author: Noiza Srl
Author URI: https://noiza.com
Description: 2021 WP theme for ZWE
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zwe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ZWE is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

	--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: 500;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

@font-face {
	font-family: 'DINNextRoundedLT';
	src: url('fonts/dinnextroundedltpro-regular-webfont.WOFF') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'DINNextRoundedLT';
	src: url('fonts/dinnextroundedltpro-medium-webfont.WOFF') format('woff');
	font-weight: 500;
	font-style: normal;
}

html {
	scroll-behavior: smooth;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #3E4958;
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	line-height: 32px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'DINNextRoundedLT' , sans-serif ;
	font-weight: 500;
}
p {
	margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}

body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
a {
	color: #3E4958;
}
a:visited {
	color: #3E4958;
}
a:hover,
a:focus,
a:active {
	color: #3E4958;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.custom-logo-link {
	display: inline-block;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
figure.gallery-item  {
	margin: 0;
}
figure.gallery-item a,
figure.gallery-item a img {
	display: block;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* CUSTOM */



.row {
	width: 100%;
}
.cont {
	max-width: 780px;
	margin: 0 auto;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	word-wrap: break-word;
}
.cont.cont-large {
	max-width: 1200px;
}
.cont.cont-medium {
	max-width: 824px;
}
.cont.cont-small {
	max-width: 740px;
	padding-left: 80px;
	padding-right: 80px;
}

/* Header */
body {
	margin-top: 126px;
}
.site-header {
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 4;
	width: 100%;
}
.row-header-top {
	background-color: #254F8D;
}
.row-header-menu {
	background-color: #2F5A9A;
}
.site-branding {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-title a {
	display: block;
	text-indent: -9999px;
	width: 118px;
	height: 64px;
	background-image: url(img/zwe-logo-white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: 8px;
	margin-bottom: 8px
}

.row-header-menu a {
	color: #fff;
}
.row-header-menu .main-navigation {
	display: block;
	width: 100%;
}
.row-header-menu .main-navigation li {
	position: relative;
}
.row-header-menu .main-navigation a {
	display: block;
	text-decoration: none;
	font-family: 'DINNextRoundedLT';
	font-size: 20px;
	line-height: 26px;
}
.row-header-menu .main-navigation div > ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
	line-height: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.row-header-menu .main-navigation div > ul li {
	flex: 1 1 16.66%;
}
.row-header-menu .main-navigation div > ul ul li a {
	font-size: 15px;
	line-height: 24px;
}
.row-header-menu .main-navigation div > ul > li + li {
	border-left: solid 1px #254F8D;
}

.row-header-menu ul.sub-menu {
	margin-left: 0;
	margin-right: 0;
	transition: all .2s;
	max-height: 0;
	overflow: hidden;
	padding-left: 0;
}
.row-header-menu ul.sub-menu li {
	display: block;
	line-height: 27px;
	font-size: 13px;

}
.row-header-menu ul.sub-menu li a {
	color: #D3DFEE;
}
.site-header:hover .row-header-menu .main-navigation div > ul {
	padding-bottom: 25px;
}
.site-header:hover .row-header-menu ul.sub-menu {
	max-height: 400px;
	padding-top: 10px;
}

/* Extra top */
.extra-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

a.cta-small,
a.cta-round {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: 500;
}
a.cta-small {
	padding: 9px 16px;
	border-radius: 3px;
}
a.cta-round {
	padding: 13px 20px;
	border-radius: 20px;
}
a.cta-green {
	color: #fff;
	background-color: #46A49B;
}
a.cta-white {
	color: #2F5A9A;
	background-color: #fff;
}
a.cta-blue {
	color: #fff;
	background-color: #2F5A9A;
}
a.cta-light-blue {
	color: #2F5A9A;
	background-color: #E8F1FE;
}
.cta-forward,
.cta-forward-blue {
	padding-right: 12px;
	background-size: 8px 8px;
	background-repeat: no-repeat;
	background-position: center right;
}
.cta-forward {
	background-image: url(img/go-to-arrow-white.svg);
}
.cta-forward-blue {
	background-image: url(img/go-to-arrow-blue.svg);
}

/* Search bar */
.search-bar {
	height: 32px;
}
#morphing-content input[type=search] {
	background-color: transparent;
	outline: none;
	border: none;
	border-radius: none;
	border-bottom: 3px solid #fff;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
}
#morphing-content input[type=search]::placeholder {
	color: #cacaca;
}
#morphing-content input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.morphing-btn-wrap {
	display: inline-block;
	position: relative;
	text-align: center;
	height: 32px;
	width: 32px;
	margin-left: 40px;
}

.morphing-btn {
	-webkit-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
	-moz-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
	-o-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
	transition: color 0.3s 0.2s, width 0.2s 0s;
	white-space: nowrap;
	box-sizing: border-box;
	display: block;
	background-image: url(img/search-white.svg);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center;
	text-indent: -9999px;
	height: 32px;
	width: 32px;
}

.morphing-btn_circle {
	color: transparent !important;
	padding-left: 0;
	padding-right: 0;
	width: 35.6px !important;

	/* Override inline style rule */
	-webkit-transition: color 0.2s 0s, width .3s 0.2s;
	-moz-transition: color 0.2s 0s, width .3s 0.2s;
	-o-transition: color 0.2s 0s, width .3s 0.2s;
	transition: color 0.2s 0s, width .3s 0.2s;
}

.morphing-btn-clone {
	position: fixed;
	background: #2F5A9A;
	border-radius: 50%;
	z-index: 3;
	-webkit-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	-moz-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	-o-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.morphing-btn-clone_visible {
	display: block;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
}

.fancybox-morphing .fancybox-bg {
	background: #2F5A9A;
	opacity: 1;
}

.fancybox-morphing .fancybox-toolbar {
	top: 20px;
	right: 40px;
}

.fancybox-morphing .fancybox-button--close {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	color: #fff;
}

.fancybox-morphing .fancybox-button--close::after, 
.fancybox-morphing .fancybox-button--close::before {
	height: 1.55px;
	width: 22px;
	left: calc(50% - 11px);
}

.fancybox-morphing .fancybox-button--close:hover {
	background: rgba(0, 0, 0, 0.25);
}

#morphing-content {
	margin: 0;
	position: relative;
	background: transparent;
	color: #fff;
	padding: 6em 10vw;
	line-height: 2;
	z-index: 3;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#morphing-content a {
	color: #fff;
}

/* Footer */
.row-footer {
	background-color: #2F5A9A;
	border-top: 1px solid #1F4784;
}
.row-footer-alt {
	background-color: #254F8D;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 0;
}
.row-footer-alt a {
	color: #fff;
}
.row-footer .cont {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	font-weight: 300;
}
.row-footer .cont .footer-box {
	display: flex;
	align-items: center;
	padding: 16px 26px;
}
.row-footer .cont .footer-box.footer-box-life {
	padding-left: 0;
	flex: 0 1 350px;
}
.row-footer .cont .footer-box.footer-box-social {
	padding-right: 0;
}
.footer-box-life .footer-box-inner {
	padding-left: 81px;
	background-image: url(img/europe-flag.png);
	background-size: 69px 46px;
	background-repeat: no-repeat;
	background-position: center left;
}
.footer-box-info .footer-box-inner {
	min-width: 160px;
	text-align: center;
	line-height: 16px;
}
.footer-box-info .footer-box-inner span {
	font-size: 10px;
	display: inline-block;
	padding-top: 6px;
}
.footer-box-info a {
	color: #fff;
}
.footer-box-nl a {
	text-decoration: none;
	text-transform: uppercase;
	color: #C2E6F2;
	font-weight: 12px;
	line-height: 14px;
	font-weight: 500;
	letter-spacing: 1.2px;
	display: inline-block;
	padding-right: 10px;
	background-image: url(img/go-to-arrow-white.svg);
	background-repeat: no-repeat;
	background-size: 7px 7px;
	background-position: center right;
	
}
.footer-box-nl .footer-box-inner {
	min-width: 120px;
	text-align: center;
	line-height: 20px;
}
.footer-box-social .footer-box-inner {
	display: flex;
	justify-content: center;
}
.footer-box-social .footer-box-inner a {
	display: block;
	text-indent: -9999px;
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px 40px;
}
.footer-box-social .footer-box-inner a.footer-fb {
	background-image: url(img/facebook.svg);
}
.footer-box-social .footer-box-inner a.footer-ig {
	background-image: url(img/ig.svg);
}
.footer-box-social .footer-box-inner a.footer-tw {
	background-image: url(img/twitter.svg);
}
.footer-box-social .footer-box-inner a.footer-in {
	background-image: url(img/linkedin.svg);
}
.footer-box-social .footer-box-inner a.footer-yt {
	background-image: url(img/youtube.svg);
}
.footer-box-social .footer-box-inner a.footer-email {
	background-image: url(img/email.svg);
}
.footer-sep {
	flex: 0 0 1px;
	background-color: #1F4784;
}


/* Blog Archive */
.blog .row-newlsetter-header {
	padding-bottom: 54px;
}

.row-blog-archive {
	background-color: #E8F1FE;
	padding-top: 60px;
}
.row-blog-archive .page-header,
body:not(.page-template-page-team) .row-staff .page-header {
	border-bottom: 1px solid #AEBECD;
	margin-bottom: 40px;
	display: block;
}
.row-blog-archive .page-header h1,
.row-staff .page-header .archive-description {
	color: #2F5A9A;
	font-size: 28px;
	line-height: 32px;
	padding-bottom: 9px;
	padding-top: 6px;
	margin: 0;
	font-weight: 500;
	font-family: 'DINNextRoundedLT', sans-serif;
}
.row-blog-archive .page-header h3,
.row-staff .page-header h2 {
	text-transform: uppercase;
	color: #6E7A8A;
	letter-spacing: 0.3px;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}


.blog-grid {
	display: grid;
	grid-gap: 34px;
	grid-template-columns: repeat(3, minmax(275px, 355px));
	justify-content: space-between;
	padding-bottom: 40px;
}
.blog-grid a {
	width: 100%;
	/*max-width: 375px;*/
	display: block;
	margin: 0 auto;
	border-radius: 24px;
	background-color: #fff;
	text-decoration: none;
	position: relative;
}
.blog-grid a::after {
	content: "";
	border-radius: 24px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 1;
}
.blog-grid a:hover::after {
	box-shadow: 0px 0px 6px #CDD9EB, 0px 0px 40px #CDD9EB;
	opacity: 1;
}
.post-card-img {
	width: 100%;
	height: 0;
	padding-bottom: 70%;
	position: relative;
}
.post-card-img img {
	object-fit: cover;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.single-post-card h2 {
	padding: 6px 24px 24px;
	margin: 0;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: #2F5A9A;
}
.single-post-card.layout-new h2 {
	color: #fff;
}
.post-card-top {
	display: flex;
	color: #2F5A9A;
}
.post-card-date {
	padding: 18px 18px 18px 24px;
}
.post-card-author {
	padding: 18px 24px 18px 18px;
	border-left: 1px solid #E9EEF5;
}
.post-card-top p {
	margin: 0;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
}
.post-card-top p.post-card-meta {
	font-size: 11px;
	line-height: 15px;
	opacity: 0.75;
	letter-spacing: 0.15px;
	text-transform: none;
}
a .post-card-cat {
	position: relative;
	padding-left: 24px;
	display: inline-block;
	z-index: 2;
	width: 100%;
	transform: translateY(-32px);
	
}
a .post-card-cat span {
	position: absolute;
	z-index: 2;
	background-color: #E9EEF5;
	font-size: 13px;
	line-height: 18px;
	padding: 7px 8px;
	display: inline-block;
	color: #2F5A9A;
}

.blog-grid a.layout-new {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.blog-grid a > div,
.blog-grid a >  h2 {
	position: relative;
	z-index: 2;
}
.blog-grid a.layout-new > div,
.blog-grid a.layout-new > h2 {
	color: #fff;
}
.blog-grid a.layout-new .post-card-img img {
	display: none;
}
.blog-grid a.layout-new::before {
	background: transparent linear-gradient(180deg, #2F5A9A4D 0%, #2F5A9A26 16%, #2F5A9AE6 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	z-index: 1;
	border-radius: 24px;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}
.blog-grid a.layout-new .post-card-author {
	border-left: 1px solid rgba(233, 238, 245, .4);
}
.post-card-top {
	border-bottom: 1px solid rgba(233, 238, 245, .4);
}
.wp-pagenavi,
.facetwp-pager {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'DINNextRoundedLT';
}
.wp-pagenavi a, .wp-pagenavi span {
	border: none;
	border-bottom: 1px solid #E8F1FE;
	color: #929FB1;
	padding: 3px 8px;
}
.facetwp-pager a {
	border: none;
	border-bottom: 1px solid fff;
	color: #929FB1;
	padding: 3px 8px;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.facetwp-pager a.active,
.facetwp-pager a:hover {
	border-bottom: 1px solid #2F5A9A;
	font-weight: 400;
	color: #2F5A9A;
}

/*.post-type-archive-press-release .row-nl-middle {
	background: #E8F1FE;
}
.post-type-archive-press-release .row-nl-middle .cont {
	padding-top: 48px;
}
.post-type-archive-press-release  .page-header {
	margin-bottom: 0;
}*/


/* Social share */
.post-single-share > span {
	font-size: 14px;
	line-height: 16px;
	color: #3E4958;
}

.post-single-share .share-link {
	display: block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -99999px;
	transition: all 0.3s ease-in-out;
}
.post-single-share .share-facebook {
	background-image: url("img/share-fb.svg");
}
.post-single-share .share-twitter {
	background-image: url("img/share-twitter.svg");
}
.post-single-share .share-linkedin {
	background-image: url("img/share-linkedin.svg");
}
.post-single-share .share-url {
	background-image: url("img/share-url.svg");
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -99999px;
	cursor: pointer;
}
.post-single-share .share-url span.share-url-copied {
	-webkit-animation: my-animation 1s ease;
	animation: my-animation 1s ease;
}
@-webkit-keyframes my-animation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(720deg);
	}
}
@keyframes my-animation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(720deg);
	}
}
button.share-url {
	position: relative;
	text-indent: initial !important;
	border: none;
	background-color: transparent;
	background-image: none !important;
	padding: 0;
}
button.share-url::before {
	content: "";
	display: none;
	position: absolute;
	z-index: 9998;
	top: 45px;
	left: 15px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid rgba(0, 0, 0, 0.5);
}
button.share-url::after {
	content: "Copy URL";
	display: none;
	position: absolute;
	z-index: 9999;
	top: 50px;
	left: -30px;
	width: 100px;
	height: 30px;
	color: #fff;
	font-size: 10px;
	line-height: 30px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	transition: all 1s linear;
}
button.share-url:hover::before, button.share-url:hover::after {
	display: block;
}
button.share-url:active, button.share-url:focus {
	outline: none;
}
button.share-url:active::after, button.share-url:focus::after, button.share-url.share-url-clicked:after {
	content: "Copied!";
}
button.share-url span {
	background-image: url("img/share-url.svg");
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
@-webkit-keyframes my-animation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(720deg);
	}
}
@keyframes my-animation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(720deg);
	}
}
.textArea-no-see {
	position: absolute;
	top: 0;
	left: 0;
	width: 2em;
	height: 2em;
	padding: 0;
	border: none;
	outline: none;
	box-shadow: none;
	background-color: transparent;
}

/* Single post old layout */
.row-single .cont {
	padding-top: 80px;
}
.row-single h1 {
	font-size: 48px;
	line-height: 56px;
	font-weight: 400;
	color: #2F5A9A;
	margin: 0;
	padding-top: 12px;
	padding-bottom: 37px;
	border-bottom: 1px solid #E9EEF5;
}
.post-single-cat,
.post-single-cat-link a {
	background-color: #E9EEF5;
	font-size: 13px;
	line-height: 18px;
	padding: 7px 8px;
	display: inline-block;
	color: #2F5A9A;
	text-decoration: none;
	margin: 4px;
}
.post-single-cat-link {
	margin-left: -4px;
}
/*.post-single-cat-link a + a {
	margin-left: 8px;
}*/
.post-single-body {
	color: #3E4958;
	font-size: 19px;
	line-height: 32px;
}
.post-single-body p a img {
	display: block;
	margin: 10px auto;
}
.post-single-top {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	align-items: center;
}
.post-single-meta,
.post-single-share  {
	display: flex;
}
.post-single-share {
	align-items: center;
}
.post-single-meta p {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #3E4958;
	margin: 0;
}
.post-single-meta p.post-single-meta-label {
	text-transform: none;
	font-size: 12px;
	line-height: 16px;
	color: #6E7A8A;
}
.post-single-date {
	padding-right: 40px;
}
.row-single-related {
	background-color: #E8F1FE;
}
.row-single-related .cont,
.row-single-videos .cont {
	padding-top: 90px;
	padding-bottom: 60px;
}
.row-single-videos {
	background-color: #E8F1FE;
	border-top: 1px solid #fff;
}
.row-single-related .single-footer,
.row-single-documents .single-footer,
.row-single-videos .single-footer,
.row-flex-pages .single-footer {
	border-bottom: 1px solid #AEBECD;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.row-single-related .single-footer h3,
.row-single-documents .single-footer h3,
.row-single-videos .single-footer h3,
.row-flex-pages .single-footer h3 {
	color: #2F5A9A;
	font-size: 28px;
	line-height: 32px;
	padding-bottom: 9px;
	padding-top: 6px;
	margin: 0;
}
.row-single-related .single-footer h4,
.row-single-documents .single-footer h4 {
	text-transform: uppercase;
	color: #6E7A8A;
	letter-spacing: 0.3px;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.3px;
	font-weight: 400;
}

/* Single post new layout */

.post-single-grid {
	display: grid;
	grid-template-columns: minmax(300px, 400px) minmax(60px, 1fr) minmax(30px, 1fr)  minmax(300px, 580px);
}
.post-single-side {
	grid-column: 1 / 3;
	grid-row: 1 / 5;
}
.post-single-side img {
	display: block;
	border-radius: 24px;
}
.post-single-top {
	grid-column: 4 / 5;
}
.post-single-grid h1 {
	grid-column: 2 / 5;
	grid-row: 2 / 3;
	background-color: #fff;
	border-bottom: 0 solid #000;
	padding: 32px 0 32px 40px;
	border-radius: 24px 0px 0px 24px;
	box-shadow: 0px 8px 4px -4px #3E49581A;
}
.post-single-body {
	grid-column: 4 / 5;
}


/* Library */

.row-library-intro {
	background-color: #1F4784;
	color: #fff;
}
.row-library-intro .cont {
	display: flex;
	padding-top: 100px;
	padding-bottom: 100px;
}

.row-library-intro-title {
	flex: 1 1 33%;
	min-width: 250px;
}
.row-library-intro-title h3 {
	color: #CDD9EB;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 400;
	margin: 0;
}
.row-library-intro-title h1 {
	font-size: 72px;
	line-height: 76px;
	margin: 10px 0;
}
.row-library-intro-title h1.small-flex-title {
	font-size: 52px;
	line-height: 62px;
}
.row-library-intro-title a {
	display: inline-block;
	padding: 13px 20px;
	font-size: 12px;
	line-height: 14px;
	color: #2F5A9A;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	background-color: #E8F1FE;
	letter-spacing: 1.2px;
	font-weight: 500;
	margin-top: 26px;
}
.row-library-intro-title a span {
	padding-right: 15px;
	background-image: url(img/go-down-arrow-blue.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 9px 6px;
}
.row-library-intro-text {
	flex: 1 1 66%;
	column-count: 2;
	column-gap: 32px;
	align-self: center;
}
.row-library-intro-text p {
	/*margin: 0 0 32px;*/
	margin: 0;
	font-size: 19px;
	line-height: 32px;
	font-weight: 300;
}
.row-library-intro-text p + p {
	padding-top: 32px;
}
.row-library-filters-header {
	background-color: #1F4784;
}
.row-library-filters-header .cont {
	display: flex;
	justify-content: space-between;
	color: #fff;
	align-items: flex-end;
	padding-bottom: 18px;
}
.library-filters-title {
	font-size: 28px;
	line-height: 32px;
	font-family: 'DINNextRoundedLT';
	font-weight: 500;
	margin: 0;
}
.library-reset button {
	border: none;
	background-color: transparent;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	padding-right: 16px;
	background-image: url(img/reset.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 12px 12px;
	cursor: pointer;
}

.row-library-filters {
	background: linear-gradient(180deg, #1F4784 50%, #FFF 50%);
}

.library-filter {
	display: flex;
	background-color: #fff;
	border-radius: 24px;
	padding: 40px 24px;
	margin: 0 -16px;
	box-shadow: 0px 8px 24px #162E531A;
}
.library-filter p {
	margin: 0 0 3px 0;
	color: #2F5A9A;
	font-size: 14px;
	line-height: 17px;

}
/*
.facetwp-facet-library_search {
	display: flex;
	justify-content: space-between;
	}*/
/*.facetwp-facet-library_search input.facetwp-autocomplete {
	flex: 0 1 calc(100% - 142px);
	margin-right: 32px;
}
.facetwp-facet-library_search input.facetwp-autocomplete-update {
	width: 110px;
	line-height: 56px;
	text-align: center;
	background-color: #46A49B;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	}*/
.library-facet {
	flex: 1 1 auto;
	margin: 0 16px;
}
.library-types {
	flex-basis: 234px;
}
.library-cat {
	flex-basis: 366px;
}
.library-search {
	flex-basis: 442px;
}
.library-filter .fs-label-wrap,
.library-filter .fs-wrap  {
	width: 100%;
	position: relative;
}
.library-filter .fs-label-wrap  {
	width: 100%;
	position: relative;
	border-radius: 8px;
	padding: 16px 32px 17px 19px;
	font-size: 16px;
	line-height: 21px;
	border-color: #AEBECD;
	color: #6E7A8A;
}
.library-filter .fs-label-wrap .fs-label {
	padding: 0;
}
.library-filter .facetwp-facet {
	margin-bottom: 0;
}
.library-filter .facetwp-input-wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.library-filter .facetwp-icon {
	position: relative;
	order: 2;
	opacity: 1;
	width: 110px;
	height: 56px;
	display: flex;
	background-color: #46A49B;
	border-radius: 8px;
	align-items: center;
	justify-content: center;
	border: 1px solid #46A49B;
}
.library-filter .facetwp-icon::before,
.library-filter .facetwp-icon.f-loading:before {
	content: 'go';
	text-transform: uppercase;
	background-image: none;
	background-color: #46A49B;
	border-radius: 8px;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	color: #fff;
	height: auto;
	width: auto;
	background-image: url(img/go-to-arrow-white.svg);
	background-size: 6px 9px;
	background-position: center right;
	padding-right: 11px;
	background-repeat: no-repeat;
	
}
.library-filter .facetwp-icon.f-loading:before {
	animation: pulse 700ms infinite linear;
}

@keyframes pulse {
	0% {
		opacity: 1;
	}
	50% {
		opacity:  0.5;
	}
	100% {
		opacity: 1;
	}
}
.library-filter .facetwp-facet input.facetwp-search {
	max-width: calc(100% - 142px);
	width: 100%;
	min-width: auto;
	border-radius: 8px;
	padding: 16px 32px 17px 19px;
	font-size: 16px;
	line-height: 21px;
	color: #6E7A8A;
	border-color: #AEBECD;
}
.library-filter .fs-dropdown {
	width: 100%;
	border-radius: 8px;
}

.library-filter .fs-arrow {
	background-image: url(img/go-down-arrow-gray.svg);
	background-repeat: no-repeat;
	width: 10px;
	height: 7px;
	right: 16px;
	background-size: contain;
	background-position: center;
	border: none;
}


.row-library-feed .cont {
	padding-top: 44px;
}
.filter-results {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 16px;
	color: #3E4958;
	align-items: center;
}
.facetwp-sort select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 8px;
	background-color: #E9EEF5;
	font-size: 14px;
	line-height: 16px;
	color: #3E4958;
	background-image: url(img/go-down-arrow-gray.svg);
	background-position: center left 90%;
	background-repeat: no-repeat;
	background-size: 10px 7px;
	border-radius: 4px;
	border: none;
}
.library-loop-list .facetwp-template {
	display: grid;
	/*grid-template-columns: repeat(4, minmax(200px, 274px));*/
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	grid-gap: 32px;
	padding-top: 32px;
}
.single-box {
	text-align: center;
}
.single-box-inner {
	width: 100%;
	padding: 32px 8px 8px;
	border-radius: 24px;
	background: transparent linear-gradient(180deg, rgba(229,229,229, 1) 0%, rgba(229,229,229, 0.75) 74%, rgba(229,229,229, 0) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #C2E6F2 0%, #C2E6F299 74%, #E8F1FE00 100%) 0% 0% no-repeat padding-box;
}
.single-box-inner.single-box-break-free-from-plastic {
	background: transparent linear-gradient(180deg, rgba(194, 230, 242, 1) 0%, rgba(194, 230, 242, 0.6) 74%, rgba(232, 241, 254, 0) 100%) 0% 0% no-repeat padding-box;
}
.single-box-inner.single-box-chemical-recycling {
	background: transparent linear-gradient(180deg, rgba(233, 238, 245, 1) 0%, rgba(233, 238, 245, 0.75) 74%, rgba(233, 238, 245, 0) 100%) 0% 0% no-repeat padding-box;
}
.single-box-inner.single-box-cities-communities {
	background: transparent linear-gradient(180deg, rgba(232, 241, 254, 1) 0%, rgba(232, 241, 254, 0.75) 74%, rgba(232, 241, 254, 0) 100%) 0% 0% no-repeat padding-box;
}
.single-box-inner.single-box-climate-energy-and-air-pollution {
	background: transparent linear-gradient(180deg, rgba(231, 238, 237, 1) 0%, rgba(231, 238, 237, 0.75) 74%, rgba(231, 238, 237, 0) 100%) 0% 0% no-repeat padding-box;
}
.single-box-inner.single-box-consumption-production {
	background: transparent linear-gradient(180deg, #C2E6F2 0%, #C2E6F299 74%, #E8F1FE00 100%) 0% 0% no-repeat padding-box;
}
.single-box-inner.single-box-global-strategy {
	background: transparent linear-gradient(180deg, #C2E6F2 0%, #C2E6F299 74%, #E8F1FE00 100%) 0% 0% no-repeat padding-box;
}
.single-box-inner.single-box-waste-policy {
	background: transparent linear-gradient(180deg, #C2E6F2 0%, #C2E6F299 74%, #E8F1FE00 100%) 0% 0% no-repeat padding-box;
}
.single-box-inner.single-box-waste-trade {
	background: transparent linear-gradient(180deg, #C2E6F2 0%, #C2E6F299 74%, #E8F1FE00 100%) 0% 0% no-repeat padding-box;
}
.single-box-date {
	color: #3E4958;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding-bottom: 16px;
}
.single-box-img-file {
	position: relative;
	margin: 0 auto;
	max-width: 165px;px;
}
.single-box-img-file img {
	display: block;
}
.library-cta-dl {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: right;
}
.library-cta-dl a {
	display: inline-block;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
	color: #2F5A9A;
	font-weight: 500;
	transform: translate(26px, -24px);
	background-color: #fff;
	padding: 13px 16px 12px;
	border-radius: 8px;
	box-shadow: 0px 3px 6px #05112429;
}
.single-box h3 a {
	text-decoration: none;
	color: #2F5A9A;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	font-family: 'DINNextRoundedLT', serif;
} 

/* Single library item */

.row-single-library {
	background-repeat: no-repeat;
	background-size: contain;
	background-color: rgba(31, 71, 132, 1);
	position: relative;
	overflow: hidden;
}
.row-single-library .cont {
	padding-top: 120px;
	padding-bottom: 80px;
	position: relative;
	z-index: 1;
}

.single-library-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.single-library-bg img {
	height: 100%;
	width: auto;
	position: relative;
	display: block;
	max-width: inherit;
}
.single-library-bg-inner {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.single-library-bg-inner::after {
	background: transparent linear-gradient(270deg, rgba(31, 71, 132, 1) 0%, rgba(31, 71, 132, 0) 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	display: block;
	z-index: 2;

}
.row-single-library .cont {
	max-width: 980px;
}
.single-library-cont {
	display: flex;
	width: 100%;
	align-items: center;
	padding-bottom: 48px;
}
.single-library-side {
	flex: 0 0 212px;
	transform: translateX(56px);
	position: relative;
}
.meta-categories {
	position: absolute;
	bottom: 24px;
	left: -24px;
}
.meta-categories a {
	color: rgba(47, 90, 154, 1);
	text-decoration: none;font-size: 13px;
	line-height: 15px;
	padding: 8px;
	border-radius: 8px;
	margin-top: 8px;
	background-color: rgba(233, 238, 245, 1);
	display: inline-block;
}
.single-library-side img {
	display: block;
	border-radius: 16px;
	box-shadow: 0px 3px 6px #00000029;
}
.single-library-main {
	background-color: #fff;
	border-radius: 24px;
	box-shadow: 0px 0px 5px rgba(22, 46, 83, 0.2), 0px 0px 40px #162E53;;
	overflow: hidden;
}
.single-library-main-top {
	padding: 53px 48px 44px 102px;
}
.single-library-main-top h1 {
	font-size: 28px;
	line-height: 32px;
	color: rgba(47, 90, 154, 1);
	margin: 0 0 8px;
}
.single-library-main-top p {
	font-size: 16px;
	line-height: 28px;
	margin: 0 0 16px;
	color: #6E7A8A;
}
.single-library-main-bottom {
	background-color: rgba(233, 238, 245, 1);
	display: flex;
	padding: 21px 48px 27px 102px;
	align-items: flex-start;
}
.single-library-main-bottom p {
	margin: 0;
	color: rgba(110, 122, 138, 1);
	font-size: 12px;
	line-height: 16px;
}
.single-library-main-bottom p.single-meta-label {
	color: rgba(47, 90, 154, 1);
	font-size: 11px;
	letter-spacing: .2px;
	line-height: 16px;
}
.single-library-main-bottom div + div {
	margin-left: 32px;
}
.back-to-library {
	display: flex;
	justify-content: center;
}
.single-library-main-bottom a {
	text-decoration: none;
	color: rgba(110, 122, 138, 1);
}
.single-library-main-bottom a:hover {
	text-decoration: underline;
}
.library-cta-dl-box {
	display: flex;
	flex-wrap: wrap;
}
.library-cta-dl-box a {
	display: inline-block;
	padding: 13px 12px;
	color: #46A49B;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #46A49B;
	border-radius: 3px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	margin-right: 12px;
	margin-bottom: 12px;
}
.library-cta-dl-box a .dl-link {
	background-image: url(img/download-green.svg);
	background-repeat: no-repeat;
	background-size: 14px 13px;
	padding-right: 22px;
	background-position: center right;
	display: inline-block;
}
.library-cta-dl-box a:last-child {
	margin-right: 0px;
}
.library-cta-dl-box a .ext-link {
	background-image: url(img/launch-green.svg);
	background-repeat: no-repeat;
	background-size: 14px 13px;
	padding-right: 22px;
	background-position: center right;
	display: inline-block;
}
.back-to-library a.cta-round {
	border-radius: 8px;
	padding-top: 12px;
	padding-bottom: 11px;
	text-transform: none;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0;
}
.back-to-library a.cta-round span {
	background-image: url(img/go-back-arrow-blue.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 9px 9px;
	padding-left: 12px;
}


/* Team Page */


.page-template-page-team .row-staff .page-header {
	display: grid;
	grid-gap: 32px;
	grid-template-columns: repeat(4, minmax(220px, 280px));
	margin-bottom: 32px;
}

.page-template-page-team .page-header-staff-intro {
	grid-column: 2 / 5;
}
.page-template-page-team .page-header-staff-intro p {
	margin: 0 0 32px;
}
.row-library-intro .cont.cont-team-top { 
	padding-bottom: 60px;
}
.row-library-intro .cont.cont-team-anchors {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #AEBECD;
	max-width: 1200px;
}
.team-anchors {
	display: flex;
	flex-wrap: wrap;
	flex: 1 0 100%;
	justify-content: space-between;
	white-space: nowrap;
	overflow: auto;
}
.team-anchors a {
	text-transform: uppercase;
	background-color: #E8F1FE;
	color: #2F5A9A;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	padding: 13px 20px;
	border-radius: 20px;
	display: flex;
	flex-wrap: nowrap;
}

.row-staff {
	background-color: #E8F1FE;
}
.row-staff + .row-staff {
	border-top: 1px solid #fff;
}
/*.row-board {
background-color: #E8F1FE;
}*/
.row-team .cont {
	padding-top: 74px;
	padding-bottom: 74px;
}
.row-team .team-repeater {
	display: grid;
	grid-gap: 32px;
	grid-template-columns: repeat(4, minmax(220px, 280px));
}
.staff-single,
a.staff-single {
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 68%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 32px;
	cursor: pointer;
	justify-content: space-between;
	transition: background 1s ease-out;
	position: relative;
	transition: box-shadow 0.3s ease-out;
	text-decoration: none;
}
.staff-single::before {
	background-color: #fff;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	border-radius: inherit;
	transition: opacity 0.3s ease-out;
}
.staff-single:hover {
	/*background: #fff;*/
	box-shadow: 0px 0px 40px #CDD9EB, 0px 0px 6px #CDD9EB;;
}
.staff-single:hover::before {
	opacity: 1;
}
.staff-single-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.staff-single-image {
	position: relative;
	height: 72px;
	width: 72px;
	border-radius: 36px;
	object-fit: cover;
}
.staff-single-image img {	
	border-radius: 36px;
	display: inline-block;
}
.staff-single-image a {
	position: absolute;
	display: block;
	text-indent: -9999px;
	background-color: #2F5A9A;
	height: 32px;
	width: 32px;
	top: -5px;
	right: -16px;
	border-radius: 16px;
	z-index: 2;
	background-image: url(img/email-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
}
.staff-single-body {
	text-align: center;
	padding: 18px 16px 6px;
}
.staff-single-body h3 {
	color: #2F5A9A;
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 4px;
}
.staff-single-body p {
	font-size: 13px;
	line-height: 20px;
	color: #929FB1;
	letter-spacing: 0.2px;
	margin: 0;
}
a.staff-single-reveal,
.staff-single-reveal {
	padding: 13px 16px 15px;
	border-top: 1px solid #E9EEF5;
	display: block;
	text-align: center;
	width: 100%;
	color: #929FB1;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	position: relative;
}
a.staff-single-reveal span,
.staff-single-reveal span {
	padding-right: 28px;
	background-image: url(img/plus.svg);
	background-size: 20px 20px;
	background-position: center right;
	background-repeat: no-repeat;
	display: inline-block;
}
.staff-modal {
	width: 100%;
	min-height: calc(100vh - 556px);
}
.page-template-page-team .fancybox-bg {
	background: transparent linear-gradient(180deg, #929FB133 0%, #929FB133 120px, #929FB1B3 228px, #929FB1B3 calc(100% - 228px), #929FB133 calc(100% - 120px),  #929FB133 100%) 0% 0% no-repeat padding-box;
}
.page-template-page-team .fancybox-inner {
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}
.page-template-page-team .fancybox-slide--html {
	padding: 228px 0;
}
.staff-modal-inner {
	max-width: 680px;
	padding: 20px;
	margin: 0 auto;
}
.staff-modal-intro {
	display: flex;
	justify-content: center;
	align-items: center;
}

.staff-modal-intro-img {
	padding-right: 40px;
}
.staff-modal-intro-img img {
	display: block;
	width: 160px;
	height: 160px;
	border-radius: 80px;
}
.staff-modal-intro-text {
	flex: 0 1 50%;
}
.staff-modal-intro-info {
	display: flex;
	align-items: center;
}
.staff-modal-intro-info .staff-modal-intro-flag {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
	margin-right: 6px;
	box-shadow: 0px 0px 10px 0px rgba(62,73,88,0.1), 0px 0px 4px 0px rgba(62,73,88,0.06);
	border-radius: 10px;
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-ee {
	background-image: url(img/flags/ee.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-es {
	background-image: url(img/flags/es.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-fr {
	background-image: url(img/flags/fr.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-gi {
	background-image: url(img/flags/gi.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-gb {
	background-image: url(img/flags/gb.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-it {
	background-image: url(img/flags/it.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-mt {
	background-image: url(img/flags/mt.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-nl {
	background-image: url(img/flags/nl.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-pt {
	background-image: url(img/flags/pt.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-ro {
	background-image: url(img/flags/ro.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-sk {
	background-image: url(img/flags/sk.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-be {
	background-image: url(img/flags/be.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-bg {
	background-image: url(img/flags/bg.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-br {
	background-image: url(img/flags/br.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-fi {
	background-image: url(img/flags/fi.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-ct {
	background-image: url(img/flags/ct.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-ie {
	background-image: url(img/flags/ie.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-gr {
	background-image: url(img/flags/gr.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-at {
	background-image: url(img/flags/at.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-bu {
	background-image: url(img/flags/bu.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-cr {
	background-image: url(img/flags/cr.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-cy {
	background-image: url(img/flags/cy.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-cz {
	background-image: url(img/flags/cz.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-dn {
	background-image: url(img/flags/dn.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-de {
	background-image: url(img/flags/de.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-ge {
	background-image: url(img/flags/ge.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-hu {
	background-image: url(img/flags/hu.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-la {
	background-image: url(img/flags/la.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-li {
	background-image: url(img/flags/li.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-lu {
	background-image: url(img/flags/lu.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-po {
	background-image: url(img/flags/po.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-si {
	background-image: url(img/flags/si.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-sw {
	background-image: url(img/flags/sw.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-tu {
	background-image: url(img/flags/tu.svg);
}
.staff-modal-intro-info .staff-modal-intro-flag.flag-us {
	background-image: url(img/flags/us.svg);
}



.staff-modal-intro-info .staff-modal-intro-flag.flag-noflag {
	display: none;
}


.staff-modal-intro-nationality {
	font-size: 13px;
	line-height: 16px;
	color: #2F5A9A;
	font-weight: 500;
}
.staff-modal-intro-text h2 {
	font-size: 32px;
	line-height: 36px;
	margin: 0;
	color: #2F5A9A;
}
.staff-modal-intro-text p {
	color: #929FB1;
	line-height: 20px;
	font-size: 14px;
	margin: 0 0 14px;
	letter-spacing: 0.2px;
}
.staff-modal-intro-text a {
	text-decoration: none;
	background-color: #E9EEF5;
	border-radius: 8px;
	padding: 12px;
	color: #3E4958;
	outline: 0;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
	display: inline-block;
	letter-spacing: 0.2px;
	font-weight: 500;
}
.staff-modal-intro-text a span{
	background-image: url(img/email-gray.svg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	background-size: 16px 16px;
}


.staff-modal-body {
	font-size: 16px;
	line-height: 28px;
	color: #6E7A8A;
	padding-top: 54px;
}
.staff-modal-body h3 {
	font-size: 20px;
	line-height: 28px;
	margin: 8px 0 2px;
	color: #3E4958;
}
.staff-modal-body p {
	margin: 0 0 28px;
}
.staff-modal-body ul {
	margin-left: 0;
}
.staff-modal-body img {
	margin-bottom: 30px;
	border-radius: 24px;
	box-shadow: 0px 0px 40px #cdd9eb, 0px 0px 6px #cdd9eb;
}

.page-template-page-team .fancybox-slide--html .fancybox-close-small {
	top: 34px;
	right: 10%;
	height: 48px;
	width: 48px;
	background-color: #2F5A9A;
	border-radius: 24px;
	background-image: url(img/close.svg);
	background-size: 7px 7px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	box-shadow: 0px 3px 20px #929FB16B;
}
.page-template-page-team .fancybox-slide--html .fancybox-close-small svg {
	display: none;
}

.staff-modal-inner button {
	display: block;
	border:  none;
	border-radius: 8px;
	background-color: #E8F1FE;
	font-size: 13px;
	line-height: 15px;
	padding: 13px 15px;
	margin: 0 auto;
	color: #2F5A9A;
	letter-spacing: 0.2px;
	font-weight: 500;
	cursor: pointer;
}
.staff-modal-inner button span {
	padding-left: 18px;
	background-image: url(img/go-back-arrow-blue.svg);
	background-size: 8px 8px;
	background-repeat: no-repeat;
	background-position: center left;
}


/* Page */

.row-page-hero .cont {
	padding-top: 72px;
}
.row-page-hero .cont img {
	display: block;
}
.row-page .cont {
	padding-top: 60px;
	padding-bottom: 60px;
}
.row-page.row-page-with-hero .cont {
	transform: translateY(-90px);
	background-color: #fff;
	border-radius: 40px 40px 0 0;
	padding-top: 53px;
	padding-bottom: 0;
}

.row-page .page-header h3 {
	font-size: 12px;
	line-height: 14px;
	color: #2F5A9A;
	font-family: 'Roboto', serif;
	text-transform: uppercase;
	margin: 0 0 8px;
}
.row-page .page-header h1 {
	color: #2F5A9A;
	font-size: 48px;
	line-height: 56px;
	margin: 0;
	padding-bottom: 30px;
}

.row-page .page-intro {
	padding: 14px 0;
	border-top: 1px solid #2F5A9A;
	border-bottom: 1px solid #2F5A9A;
	font-size: 24px;
	line-height: 40px;
	font-weight: 300;
	color: #2F5A9A;
}

.row-page .page-intro:before {
	display: inline-block;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 2px solid #2F5A9A;
	content: '';
	float: left;
	margin-right: 12px;
	margin-top: 8px;
	background-image: url(img/quote.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px auto;
}

.row-page .page-intro p {
	margin: 0;
}

.page-template-default .row-single-related,
.member-template-default .row-single-related {
	background-color: #2F5A9A;
}
.page-template-default .row-single-related .single-footer h4,
.page-template-default .row-single-related .single-footer h3,
.member-template-default .row-single-related .single-footer h4,
.member-template-default .row-single-related .single-footer h3 {
	color: #fff;
}
.page-template-default .single-footer-cta a.cta-round,
.member-template-default .single-footer-cta a.cta-round {
	box-shadow: 0px 8px 32px #0F3267;
	background-color: #E8F1FE;
}
.row-single-documents .single-footer-cta {
	flex: 0 0 174px;
	padding-left: 20px;
}
.page-template-default .row-single-documents .single-footer-cta a.cta-round,
.member-template-default .row-single-documents .single-footer-cta a.cta-round {
	box-shadow: none;
}
.page-template-default .single-post-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page-template-default .post-card-img {
	padding-bottom: 60%;
	overflow: hidden;
	border-radius: 24px 24px 0 0;
}
.page-template-default .blog-grid a::after,
.member-template-default .blog-grid a::after {
	box-shadow: 0px 0px 32px #162E53;
}
.page-template-default .post-card-top {
	border-bottom: none;
	border-top: 1px solid rgba(233, 238, 245, .4);
}

.row-single-documents .cont {
	padding-top: 70px;
	padding-bottom: 70px;
}

.page-body .gallery figure {
	margin: 0;
}
.page-body .gallery figure a,
.page-body .gallery figure a img  {
	display: block;
}
.page-body ul {
	margin-left: 0;
}
.page-body-footer {
	display: flex;
	justify-content: space-between;
}
a.back-to-top-link,
a.back_to_parent_page_link {
	display: inline-block;
    border: none;
    border-radius: 8px;
    background-color: #E8F1FE;
    font-size: 13px;
    line-height: 15px;
    padding: 13px 15px;
    margin: 0;
    color: #2F5A9A;
    letter-spacing: 0.2px;
    font-weight: 500;
    flex: 0 0 auto;
    text-decoration: none;
}
a.back_to_parent_page_link span {
	padding-left: 18px;
	background-image: url(img/go-back-arrow-blue.svg);
	background-size: 8px 8px;
	background-repeat: no-repeat;
	background-position: center left;
}
a.back-to-top-link {
	font-size: 16px;
	line-height: 15px;
	color: transparent;  
	text-shadow: 0 0 0 #2F5A9A;
	margin-left: auto;
}
/* Video Cards */
.video-repeater {
	margin: 0 -16px;
}
.video-repeater .slick-track {
	display: flex !!important;
}
.video-repeater.slick-initialized .slick-slide {
	display: flex !!important;
}

.video-repeater ul.slick-dots,
.cta-repeater ul.slick-dots {
	list-style-type: none;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 60px 0 0 ;
}
.slick-dots > li:only-child {
	display: none;
}
.video-repeater ul.slick-dots button,
.cta-repeater ul.slick-dots button {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	border: 1px solid #2F5A9A;
	padding: 0;
	background-color: transparent;
	margin: 0 4px;
	cursor: pointer;
}
.video-repeater ul.slick-dots .slick-active button,
.cta-repeater ul.slick-dots .slick-active button {
	background-color: #2F5A9A;
}
a.video-card {
	padding: 28px 56px;
	text-decoration: none;
	border-radius: 24px;
	display: flex !!important;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 68%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
	margin: 0 16px;
	height: inherit !!important;
}

a.video-card::before {
	background-color: #fff;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	border-radius: inherit;
	transition: opacity 0.3s ease-out;
}
a.video-card:hover::before {
	opacity: 1;
}
.video-card-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	text-align: center;
}
.video-card-bottom {
	position: relative;
}

.video-meta {
	color: #2F5A9A;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	padding-bottom: 14px;
}
a.video-card img {
	display: block;
	position: relative;
}
.video-thumb {
	position: relative;
}
.video-thumb::before {
	content: '';
	width: 58px;
	height: 40px;
	background-image: url(img/play-video.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	position: absolute;
}
.video-card-top h3,
.cta-card-top h3 {
	padding-top: 36px;
	font-size: 22px;
	line-height: 28px;
	color: #2F5A9A;
	margin: 0;
	padding-bottom: 21px;
}
.video-card-bottom {
	font-size: 13px;
	line-height: 15px;
	color: #929FB1;
}

a.cta-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-decoration: none;
	background-color: #fff;
	border-radius: 24px;
	overflow: hidden;
	margin: 0 16px;
	position: relative;
	padding: 24px;
	align-items: center;
	box-shadow: 0px 8px 32px #CDD9EB;
}

.cta-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 160px;
	background-size: cover;
	background-position: center;
}

.cta-logo {
	position: absolute;
	top: 94px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	width: 112px;
	height: 112px;
	overflow: hidden;
	box-shadow: 0px 8px 24px #3E49581A;
}
.cta-card-top h3 {
	padding-top: 190px;
	text-align: center;
}
.cta-card-bottom {
	padding: 13px 20px;
	text-transform: uppercase;
	background-color: #E8F1FE;
	color: #2F5A9A;
	font-size: 12px;
	line-height: 14px;
	border-radius: 20px;
	font-weight: 500;
	letter-spacing: 1.2px;
}
.cta-card-bottom span {
	padding-right: 12px;
	background-image: url(img/go-to-arrow-blue.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 9px 9px;
	
}
.cta-repeater .slick-track {
	padding-bottom: 40px;
}

/* Member page */
.row-member-hero {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.row-member-hero::before {
	content: '';
	position: absolute;
	top:  0;
	left:  0;
	right: 0;
	bottom: 0;
	background: transparent linear-gradient(180deg, #1F4784 0%, #1F47841A 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.row-member-hero .cont {
	position: relative;
	transform: translateY(40px);
}
.row-member-hero .cont > img {
	display: block;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}

.row-member-hero .member-logo {
	position: absolute;
	width: 120px;
	height: 120px;
	bottom: -60px;
	left: 52px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	padding: 10px;
	box-shadow: 0px 2px 4px #3E495812, 0px 8px 16px #3E495826;;
	display: flex;
	align-items: center;
	justify-content: center;
}
.row-member {
	background-color: #E8F1FE;
}
.row-member .member-body {
	padding: 64px 32px 24px;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	background-color: #fff;
}
.row-member .cont {
	padding-bottom: 96px;
}
.member-site {
	display: flex;
	justify-content: flex-end;
}
.member-site a {
	display: inline-block;
	text-decoration: none;
	color: #2F5A9A;
	letter-spacing: 0.2px;
	font-size: 13px;
	line-height: 15px;
	font-weight: 500;
	padding: 12.5px 12px;
	border-radius: 8px;
	background-color: #E8F1FE;
}
.member-site a span {
	padding-left: 20px;
	background-image: url(img/member-website.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 16px 16px;
}
.member-body h1 {
	font-size: 48px;
	line-height: 56px;
	color: #2F5A9A;
	font-weight: 400;
	margin: 24px 0 0;
	padding-bottom: 7px;
}

.row-member .page-intro {
	padding: 14px 0;
	font-size: 24px;
	line-height: 40px;
	font-weight: 300;
	color: #2F5A9A;
}

/*.row-member .page-intro:before {
	display: inline-block;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 2px solid #2F5A9A;
	content: '';
	float: left;
	margin-right: 12px;
	margin-top: 8px;
	background-image: url(img/quote.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px auto;
}*/
.member-details {
	display: flex;
	justify-content: space-between;
	padding: 26px 0;
	border-top: 1px solid #E9EEF5;
	border-bottom: 1px solid #E9EEF5;
	margin-bottom: 40px;
}
.member-location {
	padding-left: 27px;
	font-size: 16px;
	line-height: 24px;
	color: #2F5A9A;
	letter-spacing: 0.24px;
	font-weight: 500;
	background-image: url(img/pin-member-city.svg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.member-social {
	display: flex;
	align-items: center;
}
.member-social a {
	text-decoration: none;
	text-indent: -9999px;
	display: inline-block;
	height: 16px;
	width: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.member-social a + a {
	margin-left: 24px;
}
.member-social a.sh-fb {
	background-image: url(img/share-fb-blue.svg);
}
.member-social a.sh-tw {
	background-image: url(img/share-tw-blue.svg);
}
.member-social a.sh-is {
	background-image: url(img/share-is-blue.svg);
}
.member-back {
	text-align: center;
	padding-top: 60px;
}
.member-back a {
	display: inline-block;
	color: #2F5A9A;
	text-decoration: none;
	font-size: 13px;
	line-height: 15px;
	font-weight: 500;
	background-color: #E8F1FE;
	border-radius: 8px;
	padding: 12px 20px 13px;
}
.member-back a span {
	padding-left: 14px;
	background-image: url(img/go-back-arrow-blue.svg);
	background-repeat: no-repeat;
	background-size: 9px 9px;
	background-position: center left;
}

/* Network */
/*.row-network {
	background-color: #E8F1FE;
	padding-top: 100px;
	padding-bottom: 120px;
}
.row-network .cont {
	display: grid;
	grid-template-columns: repeat(4, minmax(225px, 290px));
	grid-gap: 32px;
}*/
.row-network .cont a {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	text-decoration: none;
}
.member-card {
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 68%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
	padding: 24px 24px 28px;
	flex: 1 0 auto;
	border-radius: 0px 24px 24px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.member-card::before {
	background-color: #fff;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	border-radius: inherit;
	transition: opacity 0.3s ease-out;
}
.row-network .cont a:hover .member-card {
	box-shadow: 0px 0px 6px #CDD9EB;
}
.row-network .cont a:hover .member-card::before {
	opacity: 1;
}
.member-card .member-logo {
	height: 48px;
	display: flex;
	align-items: center;
}
.member-card .member-logo img {
	display: block;
	max-height: 100%;
}
.member-card > div {
	position: relative;
}

.member-card-outer .member-country {
	min-width: 143px;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF4D 100%) 0% 0% no-repeat padding-box;
	border-radius: 8px 8px 0px 0px;
	padding: 10px 16px;
	font-size: 13px;
	line-height: 15px;
	font-weight: 500;
	color: #2F5A9A;
	align-self: flex-start;
	letter-spacing: 0.2px;
	display: inline-block;

}
.member-card-outer .member-country span {
	background-image: url(img/pin-member-city.svg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	padding-left: 18px;
}

.member-card-top h2 {
	font-size: 21px;
	line-height: 24px;
	color: #2F5A9A;
	margin: 0;
	padding: 20px 0 16px;
	min-height: 84px;
}

.member-card .member-link {
	letter-spacing: 0.2px;
	color: #2F5A9A;
	font-size: 13px;
	line-height: 15px;
	display: inline-block;
	padding-right: 15px;
	background-image: url(img/go-to-arrow-blue.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 9px 9px;
	align-self: flex-start;
}
.network-map iframe {
	width: 100%;
	border: 0;
}

/* Homepage */

.home .double-footer {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	z-index: 4;
	width: 100%;
}
.double-footer-shallow {
	display: none;
}
.home .section .cont {
	padding-left: 80px;
	padding-right: 80px;
}
.home .section-full {
	color: #fff;
}
.home .section-full a {
	color: #fff;
	text-decoration: none;
	vertical-align: bottom;
	background-image: linear-gradient(120deg, #46a49b85 0%, #46a49beb 100%);
	background-repeat: no-repeat;
	background-size: 100% 16px;
	background-position: 0 90%;
	transition: background-size 0.25s ease-in;
}


.home .section-full {
	background-color: #254F8D;
}
.home .section h1,
.home .section h2 {
	font-weight: 400;
	font-size: 64px;
	line-height: 72px;
	width: 100%;
	max-width: 538px;
}
.home .section-grid {
	background-color: #E8F1FE;
}
.home .section-grid .cont {
	display: grid;
	grid-template-columns: repeat(3, minmax(250px, 1fr));
	grid-gap: 32px;
	padding-top: 140px;
	padding-bottom: 140px;
}
.home .section-grid .latest-box {
	background-color: #fff;
	padding: 32px;
	border-radius: 8px 24px 24px 24px;
	text-align: center;
} 
.home .section-grid h3 {
	color: #2F5A9A;
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 16px;
}
.home .section-grid .latest-box .latest-box-inner {
	text-align: left;
}
.home .section-grid .latest-box .latest-box-inner a {
	text-decoration: none;
	color: #2F5A9A;
	line-height: 28px;
	font-size: 20px;
	display: inline-block;
	font-family: 'DINNextRoundedLT';
	position: relative;
	text-align: left;
}
.home .section-grid .latest-box .latest-box-inner a::before {
	background-color: #C2E6F2;
	content: '';
	top: 11px;
	left: -12px;
	width: 5px;
	height: 5px;
	position: absolute;
	border-radius: 50%;
}
.home .section-grid .latest-box .latest-box-inner a + a {
	margin-top: 24px;
}
.latest-box a.latest-link {
	display: inline-block;
	margin: 30px auto 0;
	padding: 13px 20px;
	letter-spacing: 1.2px;
	color: #46A49B;
	text-transform: uppercase;
	background-color: #E7EEED;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	border-radius: 20px;
}
.latest-box a.latest-link span {
	padding-right: 20px;
	background-image: url(img/go-to-arrow-green.svg);
	padding-right: 12px;
	background-size: 8px 8px;
	background-repeat: no-repeat;
	background-position: center right;
	
}

.home #fp-nav ul li, .home .fp-slidesNav ul li {
	margin: 8px 7px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
}
.home #fp-nav ul li a span {
	background: #fff;
	height: 8px;
	width: 8px;
	margin: 0;
	position: relative;
	display: block;
	top: auto;
	left: auto;
}
.home #fp-nav ul li a.active span,
.home #fp-nav ul li:hover a.active span,
.home .fp-slidesNav ul li a.active span,
.home .fp-slidesNav ul li:hover a.active span,
.home #fp-nav ul li:hover a span,
.home .fp-slidesNav ul li:hover a span {
	height: 8px;
	width: 8px;
	margin: 0;
}
.home #fp-nav ul li a span.fp-sr-only {
	display: none;
}

.home #fp-nav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	outline: 0;
}
.home #fp-nav ul li a::after {
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	height: 32px;
	width: 32px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	opacity: 0;
	transition: opacity 0.2s ease-out, transform 0.5s ease-out;
}
.home #fp-nav ul li:hover a::after,
.home #fp-nav ul li a.active::after {
	opacity: 0.4;
	transform: translate(-50%, -50%) scale(1.0);
}
.home.fp-viewing-updates #fp-nav ul li a span {
	background-color: #AEBECD;
}
.home.fp-viewing-updates #fp-nav ul li a::after {
	border: 1px solid #AEBECD;
}
.row.section-full {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.row.section-full .fp-tableCell {
	/*backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);*/
}

.row.section-full .cont {
	position: relative;
	z-index: 2;
}
.section-hero {
	background-image: url(img/1-change.png);
}
.section-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.row.section-full .section-bg::before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: transparent linear-gradient(90deg, #1F4784B3 0%, #1F478473 47%, #1F478400 63%, #1F478400 100%) 0% 0% no-repeat padding-box;
	z-index: 1;
}
.section-bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.filtre--l{
	/*  -webkit-mask: -webkit-linear-gradient(90deg, white, transparent 90%);*/
	-webkit-mask: linear-gradient(90deg, white, transparent 90%);
	-webkit-filter: blur(5px);
	filter: blur(5px);
	/*mask: url('#mask-linear');*/
	mask: linear-gradient(90deg, white, transparent 90%);;
	/*filter: url('#filtre2');*/
}


/* Flexible page */
.row-flex-pages {
	background-color: #E8F1FE
}
.row-flex-pages .cont {
	padding-top: 60px;
	padding-bottom: 60px;
}
.page-card-grid {
	display: grid;
	grid-gap: 32px;
	grid-template-columns: repeat(2, 1fr);
}

.page-card-grid a {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 32px 28px;
	border-radius: 24px;
	color: #fff;
	text-decoration: none;
	min-height: 320px;
	position: relative;
	border: none;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page-card-grid a:hover {
	box-shadow: 0px 0px 6px #CDD9EB, 0px 0px 40px #CDD9EB;
}
.page-card-grid a::before {
	background: transparent linear-gradient(0deg, #1F4784D9 0%, #1F4784A6 50%, #1F478400 100%) 0% 0% no-repeat padding-box;
	border-radius: 24px;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}
.page-card-grid a h3 {
	margin: 0;
	font-size: 28px;
	line-height: 32px;
	position: relative;
}
.page-card-grid a p {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	position: relative;
}
.row-flex-text .cont {
	padding-top: 100px;
	padding-bottom: 105px;
}

.row-flex-full {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.row-flex-full::before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: #3E4958 0% 0% no-repeat padding-box;
	opacity: 0.5;
}
.row-flex-full .cont {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 110px;
	padding-top: 170px;
	align-items: center;
	position: relative;
	color: #fff;
}
.row-flex-full .cont h3 {
	font-size: 48px;
	line-height: 56px;
	margin: 0;
	text-align: center;
	font-weight: 400;
}
.row-flex-full .cont a {
	display: inline-block;
	color: #2F5A9A;
	background-color: #fff;
	padding: 13px 20px;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 21px;
	border-radius: 20px;
	letter-spacing: 1.2px;
}
.row-flex-full .cont span {
	padding-right: 12px;
	background-image: url(img/go-to-arrow-blue.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 9px 9px;
	
}
.row-flex-boxes {
	background-color: #E8F1FE;
}
.row-flex-boxes .cont {
	padding-top: 60px;
	padding-bottom: 60px;
}
.row-flex-boxes:first-of-type .cont {
	padding-top: 120px;
}
.row-flex-boxes:last-of-type .cont {
	padding-bottom: 120px;
}
.single-box-repeat {
	display: flex;
	border-radius: 24px;
	box-shadow: 0px 0px 6px #E8F1FE;
	background-color: #fff;
}
.single-box-repeat + .single-box-repeat {
	margin-top: 40px;
}
.single-box-rep-body {
	flex: 0 1 calc(100% - 684px);
	min-width: 350px;
	align-self: center;
}
.single-box-rep-img {
	flex: 0 1 684px;
	overflow: hidden;
	border-radius: 24px 0 0 24px;
}
.single-box-rep-img img {
	display: block;
	object-fit: cover;
	height: 100%;
}
.single-box-repeat-img-right .single-box-rep-img {
	order: 2;
	border-radius: 0 24px 24px 0;
}
.single-box-rep-body {
	padding: 56px;
}
.single-box-rep-body h3 {
	color: #2F5A9A;
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 16px;
	font-weight: 400;
}
.single-box-rep-body p {
	color: #6E7A8A;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	font-weight: 300;
}
.single-box-rep-body a {
	display: inline-block;
	color: #2F5A9A;
	background-color: #E8F1FE;
	padding: 13px 20px;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 21px;
	border-radius: 20px;
	letter-spacing: 1.2px;
}
.single-box-rep-body a span {
	padding-right: 12px;
	background-image: url(img/go-to-arrow-blue.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 9px 9px;
}

/* Job applications and call for Tender */

.row-blue-header {
	background-color: #1F4784;
	padding-top: 62px;
	padding-bottom: 62px;
	text-align: center;
}

.row-blue-header h1 {
	color: #fff;
	font-size: 48px;
	line-height: 56px;
	margin: 0 auto;
	max-width: 480px;
	font-weight: 500;
}

.jt-hero-cta {
	display: flex;
	justify-content: center;
	margin-top: 25px;
	flex-wrap: wrap;
	max-width: 400px;
	margin: 0 auto;
	gap:12px;
	padding-top: 14px;
}

.jt-hero-cta a {
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 22px;
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1.2px;
	font-weight: 500;
	transition: all 0.3s;
}
.jt-hero-cta a.extra-cta {
	margin-top: 0px;
}
.jt-hero-cta a span {
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 20px;
	font-size: 12px;
	line-height: 20px;
	display: inherit;
	transition: all 0.1s;
}

.jt-hero-cta a.job-cta span {
	background-image: url(img/work_white.svg);
}
.jt-hero-cta a.tender-cta span {
	background-image: url(img/file_present_white.svg);
}
.jt-hero-cta a.extra-cta span {
	background-image: url(img/people-white.svg);
}
.jt-hero-cta a:hover {
	background-color: #fff;
	color: #2F5A9A;
}
.jt-hero-cta a.job-cta:hover span {
	background-image: url(img/work_black.svg);
}
.jt-hero-cta a.tender-cta:hover span {
	background-image: url(img/file_present_black.svg);
}
.jt-hero-cta a.extra-cta:hover span {
	background-image: url(img/people.svg);
}

.jt-box {
	background-color: #fff;
	border-radius: 0 24px 24px 24px;
	padding: 48px 0 13px;
}
.jt-box-top,
.jt-form {
	padding-left: 56px;
	padding-right: 56px;
}
.jt-box-top {
	padding-bottom: 29px;
}

.row-jt {
	background-color: #E8F1FE;
}

.row-jt + .row-jt {
	border-top: 1px solid #fff;
}
.row-jt .cont {
	padding-top: 80px;
	padding-bottom: 100px
}



.row-jt .cont h2 {
	text-align: center;
	font-size: 48px;
	line-height: 56px;
	color: #2F5A9A;
	margin: 0;
}
.row-jt .cont p.jt-intro {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	color: #2F5A9A;
	line-height: 40px;
	margin: 0 0 40px;
}
.jt-cont + .jt-cont {
	margin-top: 30px;
}
.jt-label {
	font-size: 13px;
	line-height: 15px;
	padding: 9px 17px 8px;
	letter-spacing: 0.2px;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF4D 100%) 0% 0% no-repeat padding-box;
	border-radius: 8px 8px 0px 0px;
	display: inline-block;
	color: #2F5A9A;
	font-weight: 500;
	margin-top: 40px;
}
.row-jt .jt-label span {
	padding-left: 22px;
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: center left;
}
.row-jobs .jt-label span {
	background-image: url(img/work_black.svg);
}
.row-tenders .jt-label span {
	background-image: url(img/file_present_black.svg);
}
.row-extra-form .jt-label span {
	background-image: url(img/people.svg);
}
.jt-box-top h4 {
	font-size: 13px;
	line-height: 15px;
	color: #46A49B;
	margin: 0;
	font-weight: 400;
}
.jt-box-top h3 {
	font-size: 28px;
	line-height: 32px;
	color: #2F5A9A;
	margin: 8px 0 15px;
	font-weight: 400;
}
.jt-box-top p {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 28px;
	color: #6E7A8A;
	font-weight: 300;
}
.jt-box-top a {
	display: inline-block;
	padding-left: 20px;
	background-image: url(img/download-gray.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 12px;font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.2px;
}


.jt-form {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s cubic-bezier(0,1,0,1);
}
.jt-form h4 {
	font-size: 20px;
	line-height: 32px;
	margin: 30px 0 12px;
	color: #2F5A9A;
}
.jt-form .gform_wrapper.gravity-theme .gfield_label {
	font-size: 13px;
	line-height: 28px;
	color: #6E7A8A;
	font-weight: 500;
	margin-bottom: 4px;
}
.jt-form input[type="text"],
.jt-form input[type="email"] {
	border-color: #CDD9EB;
	border-radius: 4px;
}
.jt-form input[type="file"] {
	color: #2F5A9A;
	font-size: 13px;
	line-height: 15px;
	cursor: pointer;
}
.jt-form input[type="file"]::-webkit-file-upload-button {
	padding: 17px 40px 17px 20px;
	background-image: url(img/file_upload_black_24dp.svg);
	background-repeat: no-repeat;
	background-position: center right 18px;
	background-size: 20px;
	border-radius: 8px;
	background-color: #fff;
	color: #2F5A9A;
	border: 1px solid #CDD9EB;
	cursor: pointer;

}

.jt-form  .gform_wrapper.gravity-theme .gform_fileupload_rules {
	font-size: 12px;
	line-height: 14px;
	color: #2F5A9A;
}
label.jt-form-label,
a.jt-form-label {
	background-color: #46A49B;
	color: #fff;
	padding: 13px 20px;
	border-radius: 8px;
	font-size: 13px;
	line-height: 15px;
	display: block;
	width: 114px;
	margin: 24px auto 0;
	text-align: center;
	cursor: pointer;
}
.jt-form-container {
	border-top: 1px solid #CDD9EB;
}
.jt-form-container input.visually-hidden {
	display: none;
}
.jt-form-container input.visually-hidden:checked ~ .jt-form {
	max-height: 9999px;
	border-bottom: 1px solid #CDD9EB;
	opacity: 1;

	transition:max-height 0.3s cubic-bezier(1,0,1,0);
}
.jt-form-container input.visually-hidden:checked ~ label.jt-form-label {
	text-decoration: underline;
	background-color: transparent;
	color: #3E4958;
}
.jt-form-container input.visually-hidden:checked ~ label.jt-form-label span {
	display: none;
}
.jt-form-container input.visually-hidden:checked ~ label.jt-form-label::before {
	content: 'Close';
}
.jt-form input[type="submit"] {
	cursor: pointer;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 21px 52px 21px 40px;
	background-color: #46A49B;
	border-radius: 8px;
	border: none;
	background-image: url(img/go-to-arrow-white.svg);
	background-repeat: no-repeat;
	background-size: 9px 9px;
	background-position: center right 40px;
}

.jt-form .gform_confirmation_wrapper  {
	font-size: 28px;
	line-height: 32px;
	color: #2F5A9A;
	margin: 8px 0 15px;
	font-weight: 400;
}

.no-jt {
	font-size: 24px;
	line-height: 40px;
	font-weight: 300;
	color: #2F5A9A;
	margin-top: 40px;
}
.no-jt a {
	color: #2F5A9A;
}

/* 404 */
.row-404 .cont {
	padding-top: 24px;
	padding-bottom: 60px;
}
.row-404 h1 {
	font-size: 72px;
	line-height: 72px;
	text-align: center;
}
.row-404 h3 {
	text-transform: uppercase;
	margin: 0;
	color: #CDD9EB;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.3px;
}
.row-404 p {
	color: #fff;
	letter-spacing: 0.47px;
	font-weight: 300;
}

/* Search result */

.row-search {
	background-color: #E8F1FE;
}
.row-blue-header.row-search {
	padding-bottom: 36px;
}
.row-search-head .cont {
	padding-top: 60px;
}
.row-search .cont {
	padding-top: 74px;
	padding-bottom: 74px;
}
.row-search-head h3 {
	color: #E8F1FE;
	font-size: 24px;
	line-height: 40px;
	margin: 0;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.row-search-head h1 {
	font-weight: 400;
}
.single-search-item {
	padding-top: 32px;
	padding-bottom: 32px;
	display: flex;
}
.single-search-item + .single-search-item  {
	border-top: 1px solid #AEBECD;
}
.single-search-img {
	flex: 0 1 274px;
}
.single-search-body {
	padding: 13px 0 0 32px;
	flex: 0 1 calc(100% - 274px);
}
.single-search-meta {
	text-transform: uppercase;
	color: #6E7A8A;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.3px;
	padding-bottom: 7px;
}
.single-search-item a,
.single-search-item a h2 {
	text-decoration: none;
	color: #2F5A9A;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	margin: 0;
}

/* Newsletter Page */

.row-newlsetter-header {
	padding-top: 74px;
	padding-bottom: 12px;
}
.row-newlsetter-header h1 {
	font-size: 48px;
	line-height: 56px;
}
.row-newlsetter-header .nl-intro {
	color: #fff;
	max-width: 580px;
	margin: 0 auto;
	padding: 12px 0;
}
.row-newlsetter-header h3 {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	color: #CDD9EB;
	margin: 0;
}

.row-nl-middle {
	background: linear-gradient(180deg, #1F4784 50%, #E8F1FE 50%);
}
.row-nl-middle .cont {
	padding-top: 24px;
	padding-bottom: 24px;
}

.row-nl-middle .inner-nl-middle {
	display: flex;
	width: 100%;
	max-width: 784px;
	margin: 0 auto;
	background-color: #fff;
	padding: 32px 40px;
	box-shadow: 0px 8px 24px #162E531A;
	border-radius: 24px;
	align-items: center;
}
.row-nl-middle .inner-nl-middle .inner-nl-middle-body {
	padding-right: 40px;
	color: #2F5A9A;
	letter-spacing: 0.47px;
}
a.nl-cta {
	padding: 21px;
	background-color: #46A49B;
	border-radius: 8px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 1.1px;
	color: #fff;
	font-weight: 500;
	flex: 0 0 145px;
}
a.nl-cta span {
	padding-right: 20px;
	background-image: url(img/go-to-arrow-white.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 6px;
	
}
.row-nl-grid {
	background-color: #E8F1FE;
}
.row-nl-grid .cont {
	padding-top: 48px;
	padding-bottom: 40px;
}
.nl-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 32px;
}
.nl-grid a {
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);11
}
.nl-grid a img {
	display: block;
}
.nl-grid a:hover {
	box-shadow: 0px 0px 6px #cdd9eb, 0px 0px 20px #cdd9eb;
}

/* Quote page */
.row-quotes {
	position: relative;
}
.row-quotes + .row-quotes {
	border-top: 1px solid #CDD9EB;
}
.row-quotes::before {
	position: absolute;
	content: '';
	width: 70px;
	height: 70px;
	border: 1px solid #CDD9EB;
	border-radius: 36px;
	background-color: #fff;
	background-image: url(img/quote.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	top: -36px;
	left: calc(50% - 36px);
}
.row-quotes-header {
	padding-top: 74px;
	padding-bottom: 74px;
}
.row-quotes-header h1 {
	font-size: 48px;
	line-height: 56px;
}
.row-quotes-header h3 {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	color: #CDD9EB;
	margin: 0;
}
.row-quotes .cont {
	padding-top: 72px;
	padding-bottom: 72px;
}
.quote-text p {
	font-size: 24px;
	line-height: 40px;
	color: #2F5A9A;
	padding-left: 24px;
	border-left: 4px solid #2F5A9A;
	margin-top: 0;
	margin-bottom: 32px;
}
.quote-author {
	margin-left: 28px;
	padding: 8px;
	display: flex;
	background: transparent linear-gradient(90deg, #E8F1FE 0%, #E8F1FE00 100%) 0% 0% no-repeat padding-box;
	border-radius: 47px;
	justify-content: safe flex-start;
	align-items: flex-start;
}
.quote-author-image {
	width: 80px;
}
.quote-author-image img {
	border-radius: 50%;
	display: block;
}
.quote-author-body {
	padding: 8px 13px;
}
.quote-author-country {
	font-size: 13px;
	line-height:  15px;
	letter-spacing: 0.2px;
	color: #2F5A9A;
	font-weight: 500;
}
h3.quote-author-name {
	font-size: 20px;
	line-height: 26px;
	color: #2F5A9A;
	margin: 3px 0 0;
}
.quote-author-organization {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.21px;
	color: #6E7A8A;
}

/* Volunteer page */
.row-volunteer-header .cont {
	padding-top: 34px;
	padding-bottom: 34px;
}
.row-volunteer-header .nl-intro {
	color: #fff;
	max-width: 580px;
	margin: 0 auto;
	padding: 12px 0;
	letter-spacing: 0.47px;
}

.row-volunteer-single {
	background-color: #E8F1FE;
}
.row-volunteer-single .cont {
	padding-top: 64px;
	padding-bottom: 64px;
}
.row-volunteer-single + .row-volunteer-single .cont {

	padding-top: 0;
}
.row-volunteer-single:last-child .cont {
	padding-bottom: 94px;
}
.vol-label {
	font-size: 13px;
    line-height: 15px;
    padding: 9px 17px 8px;
    letter-spacing: 0.2px;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF4D 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px 8px 0px 0px;
    display: inline-block;
    color: #2F5A9A;
    font-weight: 500;
}
.vol-label span {
	padding-left: 22px;
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: center left;
}
.vol-label.vol-writing-label span {
	background-image: url(img/writing.svg);
}
.vol-label.vol-graphic-label span {
	background-image: url(img/graphic.svg);
}
.vol-label.vol-translation-label span {
	background-image: url(img/translate.svg);
}
.vol-label.vol-general-label span {
	background-image: url(img/volunteering.svg);
}

.row-volunteer-single .vol-form-container h4 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 500;
	margin: 20px 0 20px;
	color: #2F5A9A;
}
.row-volunteer-single ul,
.row-volunteer-single ol {
	margin: 0;
	padding-left: 16px;
	font-size: 16px;
	line-height: 28px;
	color: #6E7A8A;
	font-weight: 300;
}
.vol-form-container .gform_wrapper.gravity-theme .gfield_label {
	font-size: 13px;
	line-height: 28px;
	color: #6E7A8A;
	font-weight: 500;
	margin-bottom: 4px;
}
.vol-form-container input[type="text"],
.vol-form-container input[type="email"] {
	border-color: #CDD9EB;
	border-radius: 4px;
}
.vol-form-container input[type="submit"] {
	cursor: pointer;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 21px 52px 21px 40px;
	background-color: #46A49B;
	border-radius: 8px;
	border: none;
	background-image: url(img/go-to-arrow-white.svg);
	background-repeat: no-repeat;
	background-size: 9px 9px;
	background-position: center right 40px;
}

.vol-form-container .gform_confirmation_wrapper  {
	font-size: 28px;
	line-height: 32px;
	color: #2F5A9A;
	margin: 8px 0 15px;
	font-weight: 400;
}

/* Form page */

.row-page-form {
	background-color: #E8F1FE;
}

.cont-form {
	padding-top: 80px;
	padding-bottom: 120px;
}

.cont-form .page-body {
	background-color: #fff;
	box-shadow: 0px 0px 6px #CDD9EB, 0px 0px 40px #CDD9EB;
	border-radius: 24px;
}

.cont-form .gform_page_fields {
	padding: 20px 40px 44px 56px;
	margin: 0;
}
.cont-form .gform_page_fields h1 {
	font-size: 28px;
	line-height: 32px;
	color: #2F5A9A;
	margin: 15px 0;
}
.cont-form .gform_page_fields h2 {
	font-size: 20px;
	line-height: 32px;
	color: #2F5A9A;
	margin: 5px 0;
}
.cont-form .gform_page_fields {
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}

.cont-form .gform_legacy_markup_wrapper .gf_progressbar_wrapper {
	padding: 60px 40px 20px 56px;
	margin: 0;
}

.cont-form .gform_legacy_markup_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
	color: #3E4958;
	letter-spacing: 0.2px;
}

.cont-form .gform_legacy_markup_wrapper .gform_page_footer {
	border-top: 1px solid #CDD9EB;
	padding: 40px;
	display: grid;
	grid-template-areas:
		"previous spinner next";
	justify-items: center;
	grid-template-columns: 160px auto 160px;
	align-items: center;
}
.cont-form .gform_legacy_markup_wrapper .gform_page_footer .gform_next_button,
.cont-form .gform_legacy_markup_wrapper .gform_page_footer .gform_button,
.cont-form .gform_legacy_markup_wrapper .gform_page_footer .gform_previous_button {
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.2px;
	font-weight: 500;
	padding: 12px 20px 13px;
	border-radius: 8px;
	border: none;
	cursor: pointer;
}
.cont-form .gform_legacy_markup_wrapper .gform_page_footer .gform_next_button,
.cont-form .gform_legacy_markup_wrapper .gform_page_footer .gform_button {
	grid-area: next;
	justify-self: end;
	margin-right: 0;
	color: #fff;
}
.cont-form .gform_legacy_markup_wrapper .gform_page_footer .gform_previous_button {
	grid-area: previous;
	justify-self: start;
	background-color: #E9EEF5;
	color: #6E7A8A;
}
.cont-form .gform_legacy_markup_wrapper .gform_page_footer .gform_next_button {
	background-color: #2F5A9A;
}
.cont-form .gform_legacy_markup_wrapper .gform_page_footer .gform_button {
	background-color: #46A49B;
}
.cont-form .gform_ajax_spinner {
	grid-area: spinner;
}
.cont-form .gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue {
	height: 32px;
	border-radius: 24px;
	background-color:  #2F5A9A;
}
.cont-form .gform_legacy_markup_wrapper .gf_progressbar {
	border-radius: 24px;
}
.cont-form .gform_legacy_markup_wrapper .gf_progressbar_percentage span {
	line-height: 32px;
}
.cont-form .gform_legacy_markup_wrapper.gf_browser_chrome select {
	border-radius: 3px;
	padding: 5px 6px;
}

.cont-form .gform_legacy_markup_wrapper .field_description_below .gfield_description {
	padding-top: 5px;
	line-height: 18px;
	padding-bottom: 14px;
}

.row-page .cont-form .page-header h1 {
	text-align: center;
}
.cont-form .form-details {
	background-color: #E9EEF580;
	border-radius: 8px;
	padding: 24px 48px;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 32px;
	margin-top: 12px;
}

.cont-form .form-details .form-details-inner {
	padding-top: 24px;
}

.cont-form .form-details .form-details-inner h3 {
	margin: 5px 0;
	color: #2F5A9A;
	font-size: 18px;
	line-height: 28px;
}
.cont-form strong {
	color: #2F5A9A;
}

/* Newsletter Banner */
.custom-newsletter-banner {
	border-radius: 16px;
	border: 2px solid #E8F1FE;
	box-shadow: 0px 8px 24px #162E531A;
	padding: 27px 24px 28px;
	display: grid;
	column-gap: 16px;
	justify-content: space-between;
	align-items: center;
	grid-template-columns: minmax(auto, 376px) max-content;
}

.custom-newsletter-banner__text {
	margin: 0;
	font-size: 19px;
	line-height: calc(32 / 19);
	color: #2F5A9A;
	letter-spacing: 0.47px;
}

.custom-newsletter-banner__link {
	padding: 21px 24px;
	border-radius: 8px;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.1px;
}

.custom-newsletter-banner__arrow {
	margin-left: 12.5px;
	vertical-align: middle;
}

/* Members' Victories */
.row-vict-head,
.row-vict-main {
	background-color: #E8F1FE;
}
.row-vict-head .cont {
	border-bottom: 1px solid #CDD9EB;
	display: flex;
	gap: 24px;
	justify-content: flex-start;
	align-items: center;
	padding-top: 56px;
	padding-bottom: 24px;
}
.row-vict-head span {
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	color: #2F5A9A;
}
.vict-labels {
	display: flex;
	gap: 16px;
	letter-spacing: 1.2px;
	font-weight: 500;
}
.row-vict-head label {
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #CDD9EB;
	border-radius: 8px;
	font-size: 12px;
	line-height: 14px;
	padding: 21px 40px;
}
.row-vict-head label.current-tab {
	background-color: #1F4784;
	border: 1px solid #1F4784;
	color: #fff;
}
.victory-outer,
.row-vict-main input  {
	display: none;
}
.row-vict-main [type=radio]:checked + .victory-outer {
	display: flex;
}
.victory-outer {
	padding-top: 56px;
	padding-bottom: 56px;
	flex-direction: column;
	gap: 58px;
}
.single-victory {
	display: flex;
	background-color: #fff;
	border-radius: 32px;
	overflow: hidden;
}

.single-victory-image {
	flex: 0 0 352px;
}
.single-victory-image img {
	object-fit: cover;
	display: block;
	height: 100%;
	min-width: 
}
.single-victory-body {
	flex: 1 1 auto;
}
.single-victory-body-top {
	padding: 46px 32px 46px 56px;
	width: 100%;
}
.single-victory-body-top h2 {
	font-size: 28px;
	line-height: 32px;
	color: #2F5A9A;
	margin: 0 0 8px;
}
.single-victory-body-top p {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: #6E7A8A;
}

.single-victory-body-bottom {
	padding: 13px 20px 13px 56px;
	border-top: 1px solid #E8F1FE;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.single-victory-body-bottom-year-month {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
}
.single-victory-body-bottom-month,
.single-victory-body-bottom-year {
	font-size: 14px;
	line-height: 17px;
	color: #2F5A9A;
	font-weight: 500;
}
.single-victory-body-bottom-year {
	background-color: #E8F1FE;
	padding: 5px 8px;
	border-radius: 8px;
}
.single-victory-body-bottom-cta a {
	display: block;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #46A49B;
	text-decoration: none;
	background-color: #E7EEED;
	border-radius: 20px;
	padding: 13px 32px 13px 20px;
	font-weight: 500;
	background-image: url(img/go-to-arrow-green.svg);
	background-repeat: no-repeat;
	background-size: auto 10px;
	background-position: center right 20px;
}

/* Media Queries */
@media screen and (max-width: 1180px) {
	.post-single-grid {
		display: grid;
		grid-template-columns: minmax(300px, 400px) 60px 60px  minmax(300px, 580px);
	}
	.row-page-hero .cont {
		padding-top: 20px;
	}
	.row-page-with-hero .cont {
		transform: translateY(-8vw);
		padding-top: 40px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.home .section-grid h3 {
		font-size: 24px;
		line-height: 28px
	}
	.home .section-grid .latest-box {
		padding: 24px;
	}
	.home .section-grid .latest-box .latest-box-inner a {
		line-height: 22px;
		font-size: 18px;
	}
	.home .section-grid .latest-box .latest-box-inner a + a {
		margin-top: 18px;
	}
	.row-team .team-repeater,
	.page-template-page-team .row-staff .page-header {
		grid-template-columns: repeat(3, minmax(220px, 345px));
	}

	.page-template-page-team .page-header-staff-intro {
		grid-column: 2 / 4;
	}
	.row-header-menu .main-navigation a {
		font-size: 18px;
	}
	.row-network .cont {
		grid-template-columns: repeat(3, 1fr);
	}
	.row-library-intro .cont.cont-team-anchors {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.team-anchors {
		margin: 0 -20px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.team-anchors a {
		margin: 10px 20px;
	}


}
@media screen and (max-width: 1000px) {
	.library-filter {
		flex-wrap: wrap;
		row-gap: 16px;
	}
}
@media screen and (max-width: 960px) {
	body {
		margin-top: 120px;
	}
	.main-navigation a {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: -0.8px;
	}
	.main-navigation div > ul ul li a {
		font-size: 13px;
		line-height: 21px;
	}
	.row-footer .cont {
		flex-wrap: wrap;
		justify-content: space-around;
		padding: 0;
	}
	.row-footer .cont .footer-box {
		flex: 0 1 calc(50% - 1px);
		border-top: 1px solid #1F4784;
	}
	.footer-sep-2 {
		display: none;
	}
	.row-footer .cont .footer-box.footer-box-life {
		flex: 0 1 calc(50% - 1px);
		padding: 16px 26px;
		min-height: 46px;
		order: 3;
	}
	.row-footer .cont .footer-box.footer-box-social {
		padding: 16px 26px;
		order: 0;
	}
	.row-footer .cont .footer-box.footer-box-nl {
		order: 2;
	}
	.row-footer .cont .footer-box.footer-box-nl .footer-box-inner,
	.row-footer .cont .footer-box.footer-box-info .footer-box-inner {
		text-align: left;
		min-width: 160px;
	}
	.row-footer .cont .footer-box.footer-box-info {
		order: 5;
	}
	.footer-sep-1 {
		order: 1;
	}
	.footer-sep-3 {
		order: 4;
	}
	.footer-box-life .footer-box-inner {
		min-height: 46px;
		display: flex;
		align-items: center;
	}
	.row-footer .cont .footer-box {
		justify-content: center;
	}
	.row-footer {
		border-top: 0 solid #000;
	}
	.row.section-full .section-bg::before {
		background: transparent linear-gradient(90deg, #1F4784B3 0%, #1F478473 47%, #1F478400 100%) 0% 0% no-repeat padding-box;
	}
	.home .section h1, .home .section h2 {
		font-size: 52px;
		line-height: 60px;
		max-width: 420px;
	}
	.home .section-grid .cont {
		grid-template-columns: 1fr;
		padding-bottom: 220px;
	}
	.home .section-grid .latest-box .latest-box-inner {
		display: flex;
	}
	.home .section-grid .latest-box .latest-box-inner a {
		flex: 1 1 calc(33.33% - 12px);
	}
	.home .section-grid .latest-box .latest-box-inner a + a {
		margin-top: 0;
		margin-left: 18px;
	}
	.row-team .team-repeater,
	.page-template-page-team .row-staff .page-header {
		grid-template-columns: repeat(2, minmax(220px, 435px));
	}

	.page-template-page-team .page-header-staff-intro {
		grid-column: 1 / 3;
		grid-row: 2 / 3;
	}
	.row-library-intro .cont {
		flex-direction: column;
	}
	.row-library-intro-title {
		text-align: center;
	}
	.row-library-intro-text {
		padding-top: 60px;
	}
	.blog-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.row-single-related .blog-grid .single-post-card:last-child {
		display: none;
	}
	.single-box-rep-body {
		padding: 38px;
	}
	.nl-grid {
	    grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 768px) {
	.post-single-grid {
		display: flex;
		flex-direction: column;
		max-width: 510px;
		margin: 0 auto;
		padding-top: 20px;
	}
	.row-single .cont-large {
		padding: 40px 20px;
	}
	.post-single-grid .post-single-side {
		max-width: 510px;
		margin: 0 auto;
	}
	.post-single-side img {
		border-radius: 0 24px 0 0;
	}
	.post-single-grid .post-single-top {
		background-color: #2F5A9A;
		color: #fff;
		padding: 16px 24px;
	}
	.post-single-grid .post-single-share {
		display: none;
	}
	.post-single-grid h1 {
		font-size: 20px;
		line-height: 28px;
		color: #fff;
		background-color: #2F5A9A;
		border-radius: 0;
		position: relative;
		padding: 20px 24px 40px;
	}
	.post-single-grid h1:before,
	.post-single-grid h1:after {
		content: '';
		height: 1px;
		width: calc(100% - 48px);
		left: 24px;
		background-color: #254F8D;
		position: absolute;
		display: block;
	}
	.post-single-grid h1:before {
		top: 0;
	}
	.post-single-grid h1:after {
		bottom: 0;
	}
	.post-single-grid .post-single-meta p.post-single-meta-label {
		font-size: 11px
	}
	.post-single-grid .post-single-top-first {
		margin-top: -30px;
		border-top-right-radius: 24px;
	}
	.post-single-grid .post-single-top-second {
		border-bottom-right-radius: 24px;
	}
	.post-single-grid .post-single-meta p.post-single-meta-label,
	.post-single-grid .post-single-meta p {
		color: #fff;
	}
	.post-single-grid .post-single-cat-link {
		/*background-color: #254F8D;*/
		color: #fff;
	}
	.post-single-grid .post-single-cat-link a {
		background-color: #234C88;
		color: #FFFFFF;
		font-size: 12px;
		line-height: 16px;
	}
	.row-header-menu {
		display: none;
	}
	body {
		margin-top: 72px;
	}
	.row-page-with-hero .cont {
		transform: translateY(0);	
	}
	.row-page-hero .cont {
		padding-top: 20px;
	}
	.cont.cont-small {
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 40px;
	}
	.row-page-hero .cont {
		padding: 0;
	}
	.row-page-hero .cont img {
		height: 300px;
		object-fit: cover;
	}
	.home .double-footer {
		position: relative;
	}
	.home .section-grid .latest-box .latest-box-inner {
		flex-direction: column;
	}
	.home .section-grid .latest-box .latest-box-inner a {
		flex: 1 1 100%;
	}
	.home .section-grid .latest-box .latest-box-inner a + a {
		margin-top: 18px;
		margin-left: 0;
	}
	.home .section-grid .cont {
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.row-library-intro-text {
		column-count: 1;
	}
	.row-network .cont {
		grid-template-columns: repeat(2, 1fr);
	}
	.single-library-side {
		transform: translateX(40px);
	}
	.single-library-main-top {
		padding: 32px 32px 32px 72px;
	}
	.single-library-main-top h1 {
		font-size: 24px;
		line-height: 32px;
	}
	.single-library-main-top p {
		line-height: 26px;
	}
	.single-library-main-bottom {
		flex-wrap: wrap;
		justify-self: flex-start;
		padding: 20px 38px 20px 72px;
	}
	.single-library-main-bottom div + div.meta-programmes {
		flex: 1 0 100%;
		margin: 10px 0 0 0;
	}
	.page-template-page-team .fancybox-slide--html {
		padding: 130px 0;
	}
	.fancybox-stage .fancybox-content {
		padding: 32px;
	}
	.staff-modal-intro {
		align-items: flex-start;
	}
	.page-template-page-team .fancybox-slide--html .fancybox-close-small {
		top: 12px;
		right: 12px;
	}
	.member-body h1 {
		font-size: 36px;
		line-height: 44px;
	}
	.row-member .page-intro {
		font-size: 22px;
		line-height: 34px;
	}
	body, button, input, select, optgroup, textarea {
		font-size: 18px;
		line-height: 30px;
	}
	.member-location {
		font-size: 14px;
		line-height: 20px;
	}
	.member-details {
		padding: 22px 0;
	}
	.page-card-grid {
		grid-template-columns: 1fr;
	}
	.row-flex-pages .cont {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.row-flex-text .cont {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.row-flex-full .cont {
		padding-top: 120px;
		padding-bottom: 100px;
	}
	.row-flex-full .cont h3 {
		font-size: 32px;
		line-height: 46px;
	}
	.single-box-repeat {
		display: block;
	}
	.single-box-repeat-img-right .single-box-rep-img {
		order: 0;
	}
	.single-box-rep-img,
	.single-box-repeat-img-right .single-box-rep-img {
		flex: 0 0 auto;
		border-radius: 24px 24px 0 0;
		max-height: 300px;
	}
	.single-box-rep-img img {
		max-height: 300px;
	}
	.single-box-rep-body {
		min-width: initial;
	}
	.row-flex-boxes .cont {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.row-nl-middle .inner-nl-middle {
		flex-direction: column;
	}
	.row-nl-middle .inner-nl-middle a.nl-cta {
		flex-basis: auto;
	}
	.row-nl-middle .inner-nl-middle .inner-nl-middle-body {
		padding-right: 0;
		padding-bottom: 20px;
		text-align: center;
	}
	a.video-card {
		padding: 22px 36px;
	}
	.video-card-top h3, .cta-card-top h3 {
		padding-top: 16px;
	}
	.single-victory {
		display: block;
	}
	.single-victory-body-top {
		padding: 32px;
	}
	.single-victory-body-bottom {
		padding: 13px 32px;
	}
	.single-victory-image img {
		max-height: 300px;
	}
}
@media screen and (max-width: 600px) {
	.row-footer .cont .footer-box {
		flex: 0 1 100% !important;
	}
	.footer-box-info {
		order: 5;
	}
	.row-footer .cont .footer-box.footer-box-nl .footer-box-inner,
	.row-footer .cont .footer-box.footer-box-info .footer-box-inner {
		text-align: center;
	}
	.row-team .team-repeater,
	.page-template-page-team .row-staff .page-header  {
		grid-template-columns: 1fr;
	}

	.page-header-staff-intro {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}
	.blog-grid {
		grid-template-columns: 1fr;
		max-width: 440px;
		margin: 0 auto;
	}
	.row-single-related .blog-grid .single-post-card:last-child {
		display: block;
	}
	.row-network .cont {
		grid-template-columns: 1fr;
	}
	.row-single-library .cont {
		padding-left: 0;
	}
	.single-library-cont {
		flex-direction: column;
		align-items: flex-start;
	}
	.single-library-side {
		width: 100%;
		transform: translateX(0);
		padding-left: 40px;
		padding-right: 40px;
	}
	.single-library-side::before {
		content: '';
		position: absolute;
		background-color: #fff;
		border-radius: 0 24px 0 0;
		top: 50%;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.single-library-side img {
		position: relative;
	}
	.single-library-main {
		border-radius: 0 0 24px 0;
	}
	.meta-categories {
		left: 20px;
	}
	.single-library-main-top {
		padding: 30px 40px;
	}
	.single-library-main-top h1 {
		font-size: 20px;
		line-height: 28px;
	}
	.single-library-main-top p {
		font-size: 14px;
		line-height: 24px;
	}
	.library-cta-dl-box a .dl-link {
		font-weight: 400;
	}
	.single-library-main-bottom {
		padding: 20px 40px;
	}
	.staff-single, a.staff-single {
		padding: 20px 16px 16px;
	}
	.staff-single-top {
		flex-direction: row;
		align-items: flex-start;
		width: 100%;
	}
	.staff-single-image {
		flex: 0 0 72px;
	}
	.staff-single-image a {
		display: none;
	}
	.staff-single-body {
		text-align: left;
		padding-top: 5px;
	}
	.staff-single-body h3 {
		font-size: 20px; 
		line-height: 28px;
	}
	.staff-single-body p {
		padding-bottom: 20px;
	}
	.staff-modal-intro {
		width: 100%;
	}
	.staff-modal-intro-text {
		flex: 1 1 auto;
	}
	.staff-modal-intro-img {
		padding-right: 24px;
		flex: 0 0 120px;
	}
	.staff-modal-intro-img img {
		width: 96px;
		height: 96px;
		border-radius: 50%;
	}
	.staff-modal-intro-text h2 {
		font-size: 28px;
		line-height: 32px;
		padding: 10px 0 5px;
	}
	.staff-modal-intro-text a {
		padding: 16px 12px;
	}
	.staff-modal-inner button {
		padding: 16px 15px;
	}
	.single-search-item {
		flex-direction: column;
	}
	.single-search-img {
		flex-basis: auto;
	}
	.single-search-body {
		padding-left: 0;
	}
	.nl-grid {
	    grid-template-columns: 1fr;
	}
	.custom-newsletter-banner {
		grid-template-columns: 1fr;
		justify-items: center;
		row-gap: 16px;
	}
	.row-vict-head .cont {
		flex-direction: column;
	}
}

@media screen and (max-width: 480px) {
	body, button, input, select, optgroup, textarea {
		font-size: 17px;
		line-height: 28px;
	}
	.row-single .cont-large {
		padding: 0 0 40px;
	}
	.post-single-grid {
		padding-top: 0;
	}
	.post-single-side img {
		border-radius: 0;
	}
	.post-single-grid .post-single-side {
		padding: 0;
	}
	.post-single-grid .post-single-top {
		padding: 16px;
	}
	.post-single-grid .post-single-top-first {
		border-top-right-radius: 24px;
		border-top-left-radius: 0;
	}
	.post-single-grid .post-single-top-second {
		border-bottom-right-radius: 24px;
		border-bottom-left-radius: 0;
	}
	.post-single-grid h1 {
		padding: 20px 16px 30px;
		font-size: 20px;
		line-height: 28px;
	}
	.post-single-grid h1:before, .post-single-grid h1:after {
		width: calc(100% - 32px);
		left: 16px;
	}
	.post-single-grid .post-single-body {
		padding: 40px 16px;
	}
	.post-single-body {
		font-size: 17px;
		line-height: 28px;
	}
	.fancybox-stage .fancybox-content {
		padding: 16px;
	}
	.staff-modal-inner {
		padding: 44px 0;
	}
	.staff-modal-intro-info .staff-modal-intro-flag {
		width: 16px;
		height: 16px;
		background-repeat: no-repeat;
		background-size: 16px 16px;
	}
	.staff-modal-intro-text h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.page-template-page-team .fancybox-slide--html {
		padding: 90px 0;
	}
	.row-member-hero .cont {
		transform: translateY(24px);
	}
	.row-member .member-body {
		padding: 48px 16px 16px;
	}
	.row-member-hero .member-logo {
		width: 96px;
		height: 96px;
		bottom: -48px;
		left: 36px;
	}
	.row-member-hero .cont > img {
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
	}
	.member-body h1 {
		font-size: 24px;
		line-height: 32px;
	}
	.member-location {
		font-size: 13px;
	}
	.member-details {
		padding: 18px 0;
		margin-bottom: 26px;
	}
	.row-member .page-intro {
		font-size: 20px;
		line-height: 28px;
	}
	.member-back {
		padding-top: 36px;
	}
	.row-member .page-intro:before {
		width: 52px;
		height: 52px;
		border-radius: 50%;
		background-size: 22px auto;
		margin-right: 8px;
		margin-top: 3px;
	}
	.member-site a {
		padding: 16px 12px;
	}
	.member-back a {
		padding: 16px 20px;
	}
	.single-box-rep-body {
		padding: 24px;
	}
	.single-box-rep-body h3 {
		font-size: 21px;
		line-height: 28px;
		margin-bottom: 8px;
	}
	.single-box-rep-body p {
		font-size: 14px;
		line-height: 24px;
	}
	a.video-card {
		padding: 18px 26px;
	}
	.video-card-top h3, .cta-card-top h3 {
		padding-top: 16px;
		font-size: 18px;
    	line-height: 22px;
	}
	.home .section .cont {
		padding-left: 50px;
		padding-right: 50px;
	}
	.home .section h1,
	.home .section h2 {
		font-size: 42px;
		line-height: 48px;
	}
	.row-library-intro .cont.cont-team-anchors {
		padding-right: 0;
		padding-left: 0;
		position: relative;
	}
	.row-library-intro .cont.cont-team-anchors::before {
		background: transparent linear-gradient(270deg, #1F4784 0%, #1F478400 100%) 0% 0% no-repeat padding-box;
		position: absolute;
		content: '';
		height: 100%;
		width: 48px;
		right: 0;
		top: 0;
	}
	.team-anchors {
		display: flex;
		flex-wrap: nowrap;
		flex: 1 0 100%;
		justify-content: space-between;
		white-space: nowrap;
		overflow: auto;
		padding-left: 20px;
		margin: 0;
	}
	.team-anchors a {
		margin: 10px;
	}
	.team-anchors a:last-child {
		margin-right: 40px;
	}
}

@media screen and (max-width: 455px) {
	.facetwp-input-wrap {
		flex-direction: column;
		row-gap: 16px;
	}
	.library-filter .facetwp-facet input.facetwp-search {
		max-width: 100%;
	}
}

@media screen and (max-height: 815px) and  (min-width: 769px) {
	.home .double-footer {
		display: none;
	}
	.home .double-footer.double-footer-shallow {
		display: block;
		position: relative;
	}
	.home .double-footer.double-footer-shallow .cont {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	.home .double-footer.double-footer-shallow .row-footer .cont {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		font-size: 12px;
		line-height: 16px;
		color: #fff;
		font-weight: 300;
	}
	.home .double-footer.double-footer-shallow .row-footer-alt .cont {
		display: block;
	}
	.home .section h1, .home .section h2 {
		font-size: 56px;
		line-height: 62px;
		padding-top: 60px;
	}
	#fp-nav {
		top: calc(50% + 60px) !important;
	}

}
