*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  box-sizing: border-box;
}

/* a:focus {
  outline: 2px solid blue;
} */

html,
body {
  font-size: 62.5%;
  min-height: 100%;
  background: #fff;
  color: #000;
  font-family: Vestula, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

article,
aside,
audio,
footer,
header,
nav,
section,
video {
  display: block;
}
::selection {
  background-color: #001158;
  color: #fff;
}

.embed-media {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 4rem auto;
  clear: both;
}

.embed-media iframe,
.embed_media object,
.embed_media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@font-face {
  font-family: "Vestula";
  src: url("../fonts/VestulaPro-Regular.woff2") format("woff2"),
    url("../fonts/VestulaPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Vestula";
  src: url("../fonts/VestulaItalic-Regular.woff2") format("woff2"),
    url("../fonts/VestulaItalic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Vestula";
  src: url("../fonts/VestulaPro-DemiBold.woff2") format("woff2"),
    url("../fonts/VestulaPro-DemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Regular.woff2") format("woff2"),
    url("/ul2common/fonts/Merriweather-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Italic.woff2") format("woff2"),
    url("/ul2common/fonts/Merriweather-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Bold.woff2") format("woff2"),
    url("/ul2common/fonts/Merriweather-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-BoldItalic.woff2") format("woff2"),
    url("/ul2common/fonts/Merriweather-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Custom";
  src: url("/fonts/leidenblogs.woff") format("woff");
  font-weight: 400;
}

/* ensures that older browsers will display HTML5 elements correctly */

h1 {
  font-size: 4rem;
}

textarea {
  resize: vertical;
}

/* changes textarea resizing from "both" (UA default) to vertical only */

table {
  border-collapse: collapse;
}

td {
  padding: 0.5rem;
}

/* causes tables to actually look like tables */

img {
  border: none;
  max-width: 100%;
}

/* removes outlines from linked images (for older browsers and IE), sets up images for responsive design layout */

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0px;
}

/* removes the inner border effect from focused buttons for form elements in Firefox */

input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
}

input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
}

/* removes the OS X appearance from HTML5 search inputs and submit buttons when viewed in Safari */

input:required:after {
  color: #f00;
  content: " *";
}

/* sets up required form fields with the conventional following red asterix */
input[type="email"]:invalid {
  background: #f00;
}

/* causes a visual alert in browsers that do client-side checking of HTML5 email field – this may already be the default in some browsers. */

.right {
  float: right;
  margin-left: 2rem;
  clear: right;
}

.left {
  float: left;
  margin-right: 2rem;
  clear: left;
}

/* allows a quick shortcut for floating elements left and right while avoiding the “float quirk” problem */

sub,
sup {
  line-height: 0;
}

/* sets superscript and subscript text so that it doesn't throw off leading for elements in which they are included */
.wrapper {
  max-width: 1360px;
  margin: auto;
  position: relative;
}

.wrapper-small {
  max-width: 1190px;
  margin: auto;
  position: relative;
}

header {
  position: relative;
  height: 10rem;
  border-bottom: 1px solid #efefef;
  border-bottom: 1px dotted #ccc;
}

.header__ullink {
  width: 13rem;
  display: block;
  position: absolute;
  top: 2rem;
}

.header__logo {
  text-align: center;
  font: 800 3.2rem/1 Merriweather;
  padding: 3rem 0 0;
}

.header__logolink {
  text-decoration: none;
  color: #2c6b71;
}

.header__logolink span {
  color: #4aa0ab;
}

.hero {
  position: relative;
  width: 100%;
  height: 140px;
  padding-top: 4rem;
}

.home .hero {
  height: 650px;
}

.home main {
  padding: 0 0 6rem;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      to right,
      rgb(255 255 255 / 80%) 15%,
      rgb(109 89 104 / 0%)
    ),
    url(../images/ci.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero h1 {
  font-size: 24px;
  position: relative;
  color: #2c6b71;
  text-transform: uppercase;
  text-align: center;
}

.hero-content {
  position: relative;
  width: 45%;
  padding: 40px 0;
}

.hero h1.hero-title {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 0;
  color: #20474b;
  text-align: left;
  text-transform: initial;
}

.hero-content p {
  font-size: 2rem;
  margin: 2rem 0;
  line-height: 1.4;
}

.hero-button {
  font-family: Vestula, Arial, sans-serif;
  background-color: #2c6b71;
  color: white;
  border: none;
  padding: 8px 20px;
  font-size: 1.6rem;
  cursor: pointer;
  border-radius: 18px;
  margin-top: 1rem;
  display: inline-block;
  text-decoration: none;
}

.hero-button:hover {
  background-color: #56aab2;
}

.blog-authors {
  position: absolute;
  bottom: 20px;
  left: 40px;
}

.blog-author {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  margin-bottom: 10px;
}

.blog-author img {
  border: 6px solid #2c6b71;
  border-radius: 50%;
  width: 100px;
}

.blog-author span {
  background-color: #2c6b71;
  color: #fff;
  font: normal 1.6rem/1.1 Merriweather;
  padding: 6px 20px;
}

.blog-author:hover img,
.blog-author:hover span {
  border-color: #4aa0ab;
  background-color: #4aa0ab;
}

.svg-separator {
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

.navigation__toggle,
.navigation__checkbox {
  display: none;
}

nav {
  float: right;
  margin-top: -21px;
}

nav ul {
  list-style: none;
  display: flex;
  padding: 0;
}

nav li:not(:last-child) {
  margin-right: 2rem;
}

nav a {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2c6b71;
}

nav a:hover {
  color: #3a7c84;
}

nav a.active {
  border-bottom: 3px solid #4aa0ab;
  color: #3a7c84;
}

.content-full {
  display: flex;
  flex-wrap: wrap;
  gap: 7%;
}

.content-full .main {
  width: 63%;
}

.content-full aside {
  width: 30%;
}

aside .more-link {
  text-decoration: none;
  color: #2c6b71;
  font-size: 15px;
  margin-left: auto;
  font-weight: bold;
  float: right;
}

aside .more-link:hover {
  color: #3a7c84;
}

aside .more-link:after {
  content: " \003E";
}

.home-content {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}

.blogsheading {
  position: absolute;
  top: -108px;
  left: 4px;
  text-decoration: none;
  color: #2c6b71;
  font-size: 15px;
  font-weight: bold;
  float: right;
}

.blogsheading:after {
  content: "\003E";
  padding-left: 2px;
}

.blogsheading:hover {
  color: #3a7c84;
}

.blogposts {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  width: 50%;
  margin-top: -80px;
  z-index: 2;
  position: relative;
}

.blogposts.blogposts-list {
  width: 100%;
  margin: 0;
}

.blogposts img {
  border-radius: 12px 12px 0 0;
  width: 100%;
}

.blogposts article {
  width: 48%;
  border-radius: 12px;
  box-shadow: 0 0 40px 0 rgb(32 71 75 / 10%), 0 6px 6px 0px rgb(32 71 75 / 5%);
}

.blogposts.blogposts-list article {
  width: 30.6%;
  margin-bottom: 4rem;
}

.blogposts article a {
  text-decoration: none;
}

.pagination {
  clear: both;
  padding: 1em 0;
  text-align: center;
  color: #333;
  list-style: none;
}

.pagination__item {
  display: inline-block;
  margin: 0 0.5%;
  padding: 4px 8px;
  font: 1.6rem/1 "Vestula";
}

.pagination__link {
  text-decoration: none;
  color: #333;
}

.pagination__link--prev:before {
  content: "\003C";
  padding-right: 1rem;
  font-size: 1.5rem;
}

.pagination__item--current {
  border-radius: 30px;
  border: 1px solid #ccc;
}

.pagination__link--next:after {
  content: "\003E";
  padding-right: 1rem;
  font-size: 1.5rem;
}

.blog-hero {
  position: relative;
}

.blog-hero-image {
  width: 100%;
}

.blog-hero-caption {
  color: #fff;
  font: 1.2rem Verdana;
  position: absolute;
  right: 2rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
  top: 1rem;
}

.content p.intro,
.content h1 span {
  font-family: "Merriweather";
  display: block;
  font-size: 2.2rem;
  color: #3a7c84;
  font-weight: 100;
  line-height: 1.4;
  margin: 2rem 0 4rem;
}

.content {
  margin-top: -80px;
  background: #fff;
  border-radius: 12px;
  padding: 4rem;
  z-index: 1;
  position: relative;
  min-height: 80vh;
}

.content h1 {
  font: 600 5.2rem/1.05 Vestula;
  color: #20474b;
  margin-bottom: 3rem;
}

.content h2,
.home-content h2 {
  font-size: 20px;
  margin-bottom: 2rem;
  color: #2c6b71;
}

.chapter a {
  text-decoration: none;
  color: #2c6b71;
  font-family: "Merriweather";
  font-weight: normal;
}

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

.position-heading {
  text-align: center;
}

.content p,
.content ul,
.content ol {
  font-size: 1.8rem;
  font-family: "Merriweather";
  line-height: 1.5;
  color: #333333;
  margin: 2rem 0;
}

.project-icon {
  width: 200px;
  float: right;
  margin-right: 6rem;
  margin-left: 3rem;
  opacity: 0.3;
}

.facts-table {
  width: 100%;
  border-collapse: collapse;
  margin: 4rem auto;
  font-size: 1.6rem;
}

.facts-table td:first-child {
  width: 30%;
}

.facts-table td {
  padding: 8px 16px 8px 0;
  vertical-align: top;
  border-bottom: 1px dotted #e0e0e0;
}

.facts-table a {
  text-decoration: none;
  color: #3a7c84;
}

.content ul {
  padding-left: 2rem;
}

.content ol {
  list-style: none;
  counter-reset: my-counter;
}

.content ol li {
  counter-increment: my-counter;
  display: flex;
  margin-bottom: 16px;
}

.content ol li::before {
  content: counter(my-counter) " ";
  font-size: 18px;
  float: left;
  line-height: 1.3;
  color: #fff;
  margin-top: 7px;
  background: #a1c8cd;
  border-radius: 50%;
  padding: 0px 8px;
  margin-right: 2rem;
  width: 24px;
  height: 24px;
}

.indent {
  margin: 0 14rem;
}

.related-publications .indent {
  margin: 0 18rem;
}

.image-right {
  float: right;
  margin: 2rem 0 2rem 2rem;
  display: table;
  position: relative;
}

.image-left {
  float: left;
  margin: 2rem 2rem 2rem 0;
  display: table;
  position: relative;
}

.image-center {
  display: table;
  margin: 1em auto;
  position: relative;
}

figcaption {
  caption-side: bottom;
  color: #999;
  display: table-caption;
  font: 14px/1.4em Vestula, sans-serif;
  padding-top: 5px;
}

.content-block h3 {
  font: bold 24px/1.2 Vestula;
  color: #001158;
}

.content-block a,
.team-full-content a {
  color: #3a7c84;
  text-decoration: none;
}

.content-block a:hover,
.team-full-content a:hover {
  text-decoration: underline;
}

.article-content {
  padding: 2rem 3rem;
  text-decoration: none;
}

.blogposts .article-meta {
  color: #2c6b71;
  border-top: 1px dotted #ccc;
  margin-top: 12px;
  padding-top: 0.6rem;
  font-size: 1.3rem;
}

.blogposts h3 {
  font-size: 3.2rem;
  color: #20474b;
  line-height: 1.05;
}

.blogposts p {
  font-size: 1.8rem;
  color: #737373;
  margin: 1rem 0;
  line-height: 1.5;
}

.home-content aside {
  width: 47%;
  background: white;
  margin-top: -8rem;
  z-index: 2;
  border-radius: 12px;
  padding: 3rem 4rem;
  box-shadow: 0 0 40px 0 rgb(32 71 75 / 10%), 0 6px 6px 0px rgb(32 71 75 / 5%);
}

.aside-box {
  overflow: auto;
  margin-bottom: 2rem;
}

.team-list-home {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
  margin: 2rem 0;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 20px;
}

.team-member {
  width: 20.5%;
  text-align: center;
  text-decoration: none;
}

.team-member img {
  border-radius: 50%;
  width: 100px;
  margin-bottom: 1rem;
}

.team-member h3 {
  font: 600 1.6rem/1.2 Merriweather;
  color: #2c6b71;
}

.team-member p {
  font-size: 1.6rem;
  color: #737373;
  margin: 0.4rem 0 1.2rem;
  line-height: 1.2;
}

.profile-page:before {
  content: "\E81F";
  font-family: Custom;
  padding-right: 4px;
}

.e-mail:before {
  content: "\E80F";
  font-family: Custom;
  padding-right: 4px;
}

.author__social {
  padding-top: 2rem;
}

.author__social--link {
  background-color: #7f88ab;
  border-radius: 100%;
  color: #fff !important;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  width: 30px;
  padding-top: 0.4em;
  text-align: center;
  text-decoration: none;
  font-family: Custom;
  margin-right: 0.2rem;
}
.author__social--link[href*="twitter"] {
  background-color: #00aced;
}
.author__social--link[href*="twitter"]:before {
  content: "\F099";
}
.author__social--link[href*="facebook"] {
  background-color: #3b5998;
}
.author__social--link[href*="facebook"]:before {
  content: "\F09A";
}
.author__social--link[href*="linkedin"] {
  background-color: #007bb6;
}
.author__social--link[href*="linkedin"]:before {
  content: "\F0e1";
}
.author__social--link[href*="youtube"] {
  background-color: #cc181e;
}
.author__social--link[href*="youtube"]:before {
  content: "\F167";
}
.author__social--link[href*="plus.google"] {
  background-color: #dd4b39;
}
.author__social--link[href*="plus.google"]:before {
  content: "\F0D5";
}
.author__social--link[href*="academia"] {
  background-color: #3c3f43;
}
.author__social--link[href*="academia"]:before {
  content: "\e820";
}
.author__social--link:before {
  content: "\e81f";
}
.author__social--link:hover {
  background-color: #001158;
  color: #fff;
  text-decoration: none !important;
}

.share {
  border-top: 1px dotted #ccc;
  clear: both;
  padding-top: 1rem;
}
.share__link {
  background-color: #9a9a9a;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  height: 2.8rem;
  padding-top: 0.5rem;
  text-align: center;
  width: 2.8rem;
  text-decoration: none;
}
.share__link:hover {
  background-color: #001158;
  color: #fff;
}
.share__link[href*="facebook"] {
  background-color: #3b5998;
}
.share__link[href*="facebook"]:before {
  content: "\F09A";
  font-family: Custom;
}
.share__link[href*="facebook"]:hover {
  background-color: #001158;
  color: #fff;
}
.share__link[href*="twitter"] {
  background-color: #00aced;
}
.share__link[href*="twitter"]:before {
  content: "\F099";
  font-family: Custom;
}
.share__link[href*="twitter"]:hover {
  background-color: #001158;
  color: #fff;
}
.share__link[href*="linkedin"] {
  background-color: #007bb6;
}
.share__link[href*="linkedin"]:before {
  content: "\F0E1";
  font-family: Custom;
}
.share__link[href*="linkedin"]:hover {
  background-color: #001158;
  color: #fff;
}
.share__link[href*="youtube"]:before {
  content: "\F167";
  font-family: Custom;
}
.share__link[href*="whatsapp"] {
  background-color: #79ca70;
}
.share__link[href*="whatsapp"]:before {
  content: "\F232";
  font-family: Custom;
}
.share__link--envelope {
  background-color: #8391c5;
  margin-left: 2%;
}
.share__link--envelope:before {
  content: "\E80F";
  font-family: Custom;
}
.share__link--print:before {
  content: "\E810";
  font-family: Custom;
}

.profile-comments {
  font: 1.4rem/1.5 Vestula;
  color: #666;
}
.profile-comments li {
  padding: 1.5rem 0;
  border-bottom: 1px dotted #ccc;
}
.profile-comments a {
  text-decoration: none;
  color: #666;
}
.profile-comments a:hover {
  text-decoration: underline;
}
.profile-comments span {
  display: block;
  color: #bbb;
}
.comments {
  margin: 4rem 0;
  font: 1.4rem/1.45 Vestula, sans-serif;
  color: #666;
}
.comments small {
  font-size: inherit;
}
.user-info {
  float: right;
}
.user-info__name {
  float: left;
  font-weight: bold;
  color: #333;
  font-size: 1.5rem;
}
.user-info__action a {
  text-decoration: none;
  font-size: 1.3rem;
  color: #999;
}
.user-info__action a:hover {
  text-decoration: underline;
}
.user-info__action:before {
  content: "·";
  padding: 0 0.5rem;
}
.user-info__action--first:before {
  content: "";
}
.cc-warticle,
.cc-wfigure,
.cc-wfooter,
.cc-wheader {
  display: block;
}
.cc-wfigure,
.cc-wp,
.cc-wtextarea {
  margin: 0;
  padding: 0;
}
.cc-wimg {
  height: auto;
  max-width: 100%;
}
.cc-i {
  margin: 2rem 0;
  border-top: 1px dotted #ccc;
  background: #f5f5f5;
  padding: 2rem;
}
.cc-i h3 {
  display: inline;
  color: #001158;
  font-size: 1.6rem;
}
.cc-w.no-avatar .cc-i .cc-i {
  margin-left: 3rem;
}
.cc-i-wrap {
  overflow: hidden;
}
.cc-i-wrap .cc-i {
  margin: 0;
  padding: 2rem 0 0;
}
.cc-i-header,
.cc-i-footer,
.cc-v,
.cc-ll {
  display: -webkit-box;
  display: -ms-flexbox;
  height: inherit;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 1.3rem/1 Vestula, sans-serif;
}
.cc-i-header a,
.cc-i-footer a,
.cc-v a,
.cc-ll a {
  text-decoration: none;
  color: #999;
}
.cc-i-header a:hover,
.cc-i-footer a:hover,
.cc-v a:hover,
.cc-ll a:hover {
  text-decoration: underline;
}
.cc-i-comment > .cc-i {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.cc-i-body {
  padding: 3px 0 7px;
}
.cc-i-figure {
  float: left;
  margin-right: 0.8rem;
  margin-top: -0.5rem;
}
.cc-i-author {
  color: #333;
  font-size: 1.5rem;
}
.cc-i-image {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
  overflow: hidden;
  border-radius: 100%;
}
.cc-i-img img {
  display: block;
  height: auto;
  width: 100%;
}
.cc-i-image-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background-size: 80%;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../images/user.svg);
}
.cc-ll-i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cc-ll-i:before {
  content: "·";
  padding: 0 5px;
}
.cc-i-header-links {
  display: none;
  margin-left: auto;
}
.cc-i-header-links.has-flag,
.cc-i-content:hover .cc-i-header-links {
  display: block;
}
.cc-i-flag {
  width: 12px;
  height: 12px;
  display: inline-block;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/flag.svg);
  background-size: 100%;
}
.cc-v-up,
.cc-v-down {
  padding: 3px 5px;
  margin: 0 4px 0 0;
  background: #ccc;
  border-radius: 100%;
  height: 18px;
  width: 18px;
}
.cc-v-up::after,
.cc-v-down::after {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  background-repeat: no-repeat;
  background-size: 90%;
}
.cc-v-up:hover,
.cc-v-down:hover {
  background: #7f88ab;
}
.cc-v-up.disabled,
.cc-v-down.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.4;
}
.cc-v-down::before {
  content: "";
  border-left: 2px solid #e7e9ee;
  height: 12px;
  position: absolute;
  top: 0;
  left: -5px;
  cursor: default;
  pointer-events: none;
}
.cc-v-up::after {
  background-image: url(../images/thumb.svg);
}
.cc-f {
  clear: both;
}
.cc-f-wrap {
  position: relative;
}
.cc-f-input,
.cc-f-textarea,
.cc-f-btn {
  border: 1px solid #ddd;
  background-color: #fff;
  display: block;
  padding: 1rem;
  position: relative;
  font: 1.4rem/1.5 Vestula, sans-serif;
}
.cc-f-input::-webkit-input-placeholder,
.cc-f-textarea::-webkit-input-placeholder,
.cc-f-btn::-webkit-input-placeholder {
  color: #9facb5;
}
.cc-f-input:-ms-input-placeholder,
.cc-f-textarea:-ms-input-placeholder,
.cc-f-btn:-ms-input-placeholder {
  color: #9facb5;
}
.cc-f-input::-ms-input-placeholder,
.cc-f-textarea::-ms-input-placeholder,
.cc-f-btn::-ms-input-placeholder {
  color: #9facb5;
}
.cc-f-input::placeholder,
.cc-f-textarea::placeholder,
.cc-f-btn::placeholder {
  color: #9facb5;
}
.cc-f-input:active,
.cc-f-input:focus,
.cc-f-textarea:active,
.cc-f-textarea:focus,
.cc-f-btn:active,
.cc-f-btn:focus {
  outline: 0;
}
.cc-f-input,
.cc-f-textarea {
  width: 100%;
}
.cc-f-input:active,
.cc-f-input:focus,
.cc-f-textarea:active,
.cc-f-textarea:focus {
  border-color: #bec5ce;
}
.cc-f-textarea {
  max-width: 100%;
  min-width: 100%;
  resize: vertical;
  max-height: 600px;
  min-height: 120px;
  margin: 2rem 0;
}
.cc-f-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.cc-f-col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 0.25rem;
}
.cc-f-input {
  margin-bottom: 0.5rem;
}
.cc-f-btn {
  margin: 1rem 0 2rem 0;
  cursor: pointer;
  padding: 0.5rem 2rem;
  color: #fff;
  background: #001158;
  border-radius: 3px;
  float: right;
  border: none;
}
.cc-f-btn:hover {
  background-color: #8391c5;
}
#comment-form {
  background-color: #ededed;
  padding-bottom: 0;
}
.cc-f-btn.loading {
  color: transparent !important;
  min-height: 1rem;
  pointer-events: none;
  position: relative;
}
.cc-f-btn.loading::after {
  -webkit-animation: cc-loading 0.5s infinite linear;
  animation: cc-loading 0.5s infinite linear;
  border: 0.1rem solid #000;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1rem;
  left: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  position: absolute;
  top: 50%;
  width: 1rem;
  z-index: 1;
}
.cc-e,
.cc-n {
  margin: 1.5rem 0 0 0;
  background: #8391c5;
  line-height: 2.3;
  padding-left: 1rem;
  color: #fff;
  border-radius: 3px;
}

.publication-list,
.content ul.publication-list {
  padding: 0;
  font-family: Vestula;
}

.publication-list li {
  list-style: none;
  margin-bottom: 2rem;
  line-height: 1.3;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 2rem;
}

.publication-list a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #737373;
  display: block;
}

.related-publications {
  background-color: #f5f7f8;
  padding: 6rem 0;
}

.related-blogs {
  padding: 6rem 0;
}

.related-publications h2,
.related-blogs h2 {
  font-size: 20px;
  margin-bottom: 4rem;
  color: #2c6b71;
  text-align: center;
}

footer {
  background: #2c6b71;
}

.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  padding: 7rem 0;
}

footer section:first-child {
  width: 40%;
}

footer section {
  width: 26%;
}

.nwo-logo {
  fill: #f0f6f7;
  width: 7rem;
  float: left;
  margin-right: 20px;
}

footer p {
  color: #c8dee2;
  font-size: 15px;
  font-family: "Merriweather";
}

.nwo-text {
  font-family: "Vestula";
  font-size: 11px;
  color: #afc4c7;
  padding: 0 80px;
}

.footer__list {
  list-style: none;
}

.footer__item--social {
  display: inline;
  margin-right: 0.6rem;
}

.footer__link--social {
  background-color: #f0f6f7;
  border-radius: 100%;
  color: #2c6b71;
  display: inline-block;
  font-size: 2rem;
  height: 3.2rem;
  width: 3.2rem;
  text-align: center;
  text-decoration: none;
  padding-top: 4px;
}

.footer__link--social:hover {
  opacity: 0.5;
}

.footer__link--social[href*="twitter"]:before {
  content: "\F099";
  font-family: Custom;
}

.footer__link--social[href*="linkedin"]:before {
  content: "\F0E1";
  font-family: Custom;
}

.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5%;
}

.team-list-member {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 31%;
  margin: 6rem 0 6rem;
  text-decoration: none;
}

.team-header {
  text-align: center;
  background-color: #f3f4ef;
  z-index: 1;
  border-radius: 12px 12px 0 0;
}

.team-header img {
  width: 15rem;
  margin: -45px auto 20px;
  border-radius: 50%;
}
.team-content {
  padding: 3rem;
  box-shadow: 0 0 40px 0 rgb(32 71 75 / 10%), 0 6px 6px 0px rgb(32 71 75 / 5%);
  border-radius: 12px;
}
.team-content h2 {
  font: bold 2.2rem/1.1 Merriweather;
  margin: 0 0 12px;
  color: #2c6b71;
}

.team-content p {
  font: normal 17px/1.2 Vestula;
  color: #1c474c;
}

.team-full-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 7%;
  align-items: center;
  margin-bottom: 4rem;
}

.team-full-heading img {
  width: 28%;
  border-radius: 50%;
  align-self: flex-start;
}

.team-full-heading-content h1 {
  margin-bottom: 4px;
}

.team-full-heading-content {
  width: 65%;
}

.team-full-heading-content a {
  font-size: 14px;
  text-decoration: none;
  color: #4ba0ab;
  margin-right: 2rem;
}

.team-full-heading-content a:hover {
  text-decoration: underline;
}

.project-list-item {
  background: #f3f4ef;
  padding: 1rem 2rem;
  border-radius: 12px;
  margin-bottom: 24px;
  position: relative;
}

.project-list-item:after {
  content: ">";
  position: absolute;
  right: 12px;
  font-size: 19px;
  font-weight: bold;
  color: #2c6b71;
  top: 31%;
}

.project-list-item a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  align-items: center;
}

.project-list-icon {
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 14px;
}

.project-list-icon svg {
  width: 24px;
  fill: #2c6b71;
}

.project-list-content {
  width: 77%;
}
.project-list-content time {
  font-size: 12px;
  color: #90967b;
}

.project-list-content h3 {
  font-size: 18px;
  color: #2c6b71;
}

.filter-container {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  margin: 12px 0;
  font-size: 1.6rem;
}

.filters h3:first-child {
  margin-top: 0;
}

.filters h3 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #2c6b71;
  margin: 3rem 0px 0rem;
  font-family: "Merriweather";
}

.filter-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  aspect-ratio: 1;
  background-color: #fff;
  border: 1px solid #dfdfdf;
}

.checkmark:after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.filter-container input:checked ~ .checkmark::after {
  background: #2c6b71;
}

.filter__toggle,
.filter__checkbox,
.filter__arrow {
  display: none;
}

.comments {
  margin: 4rem 0;
  font: 1.4rem/1.45 Vestula, sans-serif;
  color: #666;
}

.cc-i {
  margin: 2rem 0;
  border-top: 1px dotted #ccc;
  background: #f5f5f5;
  padding: 2rem;
}

.user-info {
  float: right;
}

.cc-i-figure {
  float: left;
  margin-right: 0.8rem;
  margin-top: -0.5rem;
}

.cc-i-image {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
  overflow: hidden;
  border-radius: 100%;
}

.cc-i-image-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background-size: 80%;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../images/user.svg);
}

.pageheader--small {
  font: bold 1.6rem/1.5 Vestula, sans-serif;
  color: #666;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
}

/* SWIPER */

.swiper {
  width: 100%;
  height: 100%;
  margin: 4rem auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 50%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  user-select: none;
  position: relative;
}

.swiper-slide span {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 2rem;
  background: rgb(0 0 0 / 40%);
  bottom: 0;
  padding: 1.4rem;
  font-size: 1.6rem;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-mobile a {
  display: none;
}

@media only screen and (max-width: 1360px) {
  .wrapper {
    width: 90%;
  }
  .hero-content {
    width: 55%;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-content {
    width: 55%;
  }
  .header__logo {
    font-size: 2.8rem;
  }
  nav a {
    font-size: 14px;
  }
  nav li:not(:last-child) {
    margin-right: 1rem;
  }
  .team-member {
    width: 46.5%;
  }
  .blogposts h3 {
    font-size: 2.8rem;
  }
  .wrapper-small {
    max-width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .navigation__toggle {
    display: block;
    position: absolute;
    top: 2.4rem;
    right: 1.4rem;
    font-size: 2.6rem;
    line-height: 1.3;
    background: #2c6b71;
    width: 36px;
    aspect-ratio: 1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
  }
  nav ul {
    display: none;
  }
  .navigation__checkbox:checked ~ ul {
    display: block;
    z-index: 3;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 100px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
  }
  nav a {
    padding: 10px;
    display: block;
  }
  nav a.active {
    border: none;
  }
  .hero-content {
    width: 100%;
  }
  .blogposts {
    width: 100%;
  }
  .home-content aside {
    width: 100%;
    margin-top: 4rem;
  }
  .blogposts.blogposts-list article {
    width: 48%;
  }
  .svg-separator {
    height: 16px;
  }
  .team-list-member {
    width: 48%;
  }
  .indent {
    margin: 0;
  }
  .related-publications .indent {
    margin: 0 4rem;
  }
  .nwo-text {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  .blogposts article {
    width: 100%;
    margin-bottom: 4rem;
  }
  .home-content aside {
    margin-top: 0;
  }
  .content-full .main,
  .content-full aside {
    width: 100%;
  }
  .content-full aside {
    margin-top: 4rem;
  }
  .svg-separator {
    height: 10px;
  }
  .team-list-member {
    width: 100%;
  }
  .blog-authors {
    display: none;
  }
  .author-mobile a {
    color: #3a7c84;
    text-decoration: none;
    display: inline-block;
  }
  .author-mobile a:hover {
    text-decoration: underline;
  }
  .filters {
    padding-left: 0;
    width: 100%;
    border: none;
  }
  .navigation__list,
  .filter__form {
    display: none;
  }
  .filter__toggle {
    display: block;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    border-radius: 20px;
    position: absolute;
    top: -50px;
    background: white;
    width: 90%;
    padding: 10px 20px;
    font-size: 1.6rem;
  }
  .filter__arrow {
    fill: none;
    stroke: #2c6b71;
    stroke-width: 8px;
    stroke-linecap: round;
    width: 16px;
    position: absolute;
    right: 20px;
    display: inline-block;
    top: 16px;
  }
  .filter__checkbox:checked ~ .filter__form {
    display: block;
    z-index: 2;
    position: absolute;
    width: 90%;
    top: -36px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    padding: 20px;
    border-radius: 4px;
  }
  footer section:first-child {
    width: 100%;
  }
  footer section {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 425px) {
  .team-member {
    width: 100%;
  }
  .team-member:not(:last-child) {
    margin-bottom: 2rem;
  }
  .header__logo {
    font-size: 2.4rem;
    margin-left: 7rem;
  }
  .blogposts.blogposts-list article {
    width: 108%;
  }
  .blogsheading {
    position: absolute;
    top: 30px;
  }
  .blogposts {
    margin-top: 60px;
  }
  .svg-separator {
    height: 8px;
  }
  .team-full-heading img {
    width: 60%;
  }
  .content {
    padding: 4rem 0;
  }
}

@media only screen and (max-width: 375px) {
  .header__ullink {
    display: none;
  }
  .header__logo {
    margin: 0;
  }
  .team-full-heading img {
    width: 70%;
  }
}

@media only screen and (max-width: 320px) {
  .blogsheading {
    top: 130px;
  }
  .blogposts {
    margin-top: 160px;
  }
}
