@font-face {
  font-family:Outfit;
  font-style:normal;
  font-weight:200;
  font-display:swap;
  src:url('../assets/fonts/outfit-200.ttf') format('truetype')
}

@font-face {
  font-family:Outfit;
  font-style:normal;
  font-weight:300;
  font-display:swap;
  src:url('../assets/fonts/outfit-300.ttf') format('truetype')
}

@font-face {
  font-family:Outfit;
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('../assets/fonts/outfit-400.ttf') format('truetype')
}

@font-face {
  font-family:Outfit;
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('../assets/fonts/outfit-500.ttf') format('truetype')
}

@font-face {
  font-family:Outfit;
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('../assets/fonts/outfit-700.ttf') format('truetype')
}

@font-face {
  font-family:Outfit;
  font-style:normal;
  font-weight:900;
  font-display:swap;
  src:url('../assets/fonts/outfit-900.ttf') format('truetype')
}

:root {
  --blue:#003DA5;
  --navy:#151F6D;
  --warm:#F5EFEB;
  --green:#008540;
  --pink:#DEA8E8;
  --orange:#FF7439;
  --light:#69A3E8;
  --ink:#30261E;
}

html {
  scroll-behavior:smooth;
}

body {
  font-family:Outfit,Arial,sans-serif;
  color:var(--navy);
  font-size:18px;
  font-weight:300;
  line-height:1.22;
  background:white;
}

body,p {
  color:var(--navy)
}

p {
  line-height:1.22;
  margin:0 0 24px
}

h1,h2,h3,h4 {
  font-family:inherit;
  color:inherit;
  letter-spacing:0
}

a {
  color:inherit
}

a:hover {
  color:var(--blue)
}

.container {
  width:90%;
  max-width:1320px;
  padding:0
}

.body {
  overflow:hidden
}

section[id] {
  scroll-margin-top:25px
}

.skip-link {
  position:absolute;
  top:-100px;
  z-index:100;
  background:white;
  padding:15px
}

.skip-link:focus {
  top:0
}

:focus-visible {
  outline:3px solid var(--light);
  outline-offset:4px
}

.utility {
  height:46px;
  position:relative
}

.utility:before {
  content:'';
  position:absolute;
  right:0;
  top:0;
  width:23%;
  height:340px;
  background:var(--pink);
  clip-path:polygon(0 0,100% 0,100% 100%);
  z-index:0;
}

.utility.utility-green:before {
  background:var(--green);
}

.utility.utility-light:before {
  background:var(--light);
}

.utility.utility-orange:before {
  background:var(--orange);
  color:white;
}

.utility .container, .utility .container-xl {
  height:100%;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:22px;
  position:relative
}

.utility form {
  display:flex;
  border:1px solid var(--navy);
  border-radius:20px;
  width:128px;
  height:22px
}

.utility input {
  width:90px;
  background:none;
  border:0;
  min-width:0;
  font-size:13px
}

.utility button {
  background:none;
  border:0;
  color:var(--navy);
  font-size:12px
}

.site-header {
  position:relative;
  background:var(--blue);
  color:var(--warm);
  z-index:2
}

.navbar {
  min-height:60px;
  padding:6px 0
}

.navbar-brand {
  padding:0
}

.navbar-brand img {
  object-fit:contain;
  width:110px;
  height:40px
}

.navbar-nav {
  gap:25px;
  align-items:center
}

.navbar-nav a {
  text-transform:uppercase;
  font-size:14px;
  font-weight:400;
  display:block
}

.navbar-nav a:hover {
  color:white;
  text-decoration:none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--orange);
}

.navbar-nav .nav-pill {
  background:var(--warm);
  color:var(--navy);
  border-radius:25px;
  padding:6px 16px;
  text-decoration:none;
  font-size:12px
}

.navbar-nav .nav-pill:hover {
  background:var(--pink);
}

.navbar-toggler {
  color:white;
  border-color:#ffffff70
}

.hero {
  padding:76px 0 46px;
  position:relative;
}

.hero h1 {
  font-size:44px;
  font-weight:200;
  text-transform:uppercase;
  line-height:1.2;
  margin:0 0 26px;
  letter-spacing:-.01em
}

.hero p {
  max-width:700px;
  font-size:19px;
  margin-bottom:50px
}

.hero-logo {
  text-align:center
}

.hero-logo img {
  width:170px;
  height:auto
}

.hero-actions {
  display:flex;
  gap:4px
}

.eulist-btn {
  background:var(--blue);
  color:white!important;
  border:0;
  border-radius:40px;
  font-family:inherit;
  font-size:15px;
  font-weight:700;
  text-transform:uppercase;
  line-height:1.1;
  padding:12px 30px;
  min-width:190px;
  white-space:normal;
  box-shadow:none;
  transition:background .2s,transform .2s
}

.eulist-btn:hover {
  background:var(--navy);
  transform:translateY(-2px)
}

.eulist-btn.green {
  background:var(--green)
}

.eulist-btn.green:hover {
  background:#006c34
}

.eulist-btn.orange {
  background:var(--orange)
}

.eulist-btn.orange:hover {
  background:#e0642f;
}


.warm-content {
  position:relative;
  background:var(--warm)
}

.pink-shape {
  position:absolute;
  left:0;
  top:215px;
  width:46%;
  height:450px;
  background:var(--pink);
  clip-path:polygon(0 0,100% 49%,0 100%)
}

.green-shape {
  position:absolute;
  left:0;
  top:273px;
  width:20%;
  height:165px;
  background:var(--green);
  clip-path:polygon(0 0,100% 100%,0 100%)
}

.audiences {
  position:relative;
  padding:92px 0;
  width:94%;
  max-width:1400px
}


.audience-card {
    padding: 0px;
    background: var(--warm);
    box-shadow: 8px 10px 13px #0003;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.audience-card h2 {
  font-size:19px;
  text-transform:uppercase;
  font-weight:300;
  margin:0;
  white-space:nowrap;
  background:var(--blue);
  color:white;
  text-align:center;
}

.audience-card .main {
  padding:24px;
  flex:1;
  display:flex;
  flex-direction:column
}

.audience-card strong {
  font-weight:700
}

.audience-card p {
  font-size:14px;
  line-height:1.45;
  margin-bottom:16px
}

.audience-card .btn {
  margin-top:auto;
  min-width:0;
  padding:9px 12px;
  font-size:14px
}

.action {
  position:relative;
  padding: 76px 0 40px
}

.section-title {
  font-size:46px;
  font-weight:200;
  text-transform:uppercase;
  line-height:1.05;
  margin:0 0 14px;
  letter-spacing:-.01em
}

.action>.section-title,.news>.section-title {
  text-align:center
}

.section-intro {
  text-align:center;
  font-size:19px
}

.story-wrap {
  position:relative;
  margin-top:60px;
  padding-right:75px
}

.story-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:85px
}

.story {
  text-align:center;
  display:flex;
  flex-direction:column
}

.story h3 {
  font-size:19px;
  font-weight:700;
  text-transform:uppercase;
  margin:0 0 27px
}

.story h4 {
  color:var(--green);
  font-size:20px;
  font-weight:700;
  text-transform:uppercase;
  line-height:1.05;
  margin:0
}

.story p {
  font-size:19px;
  line-height:1.18;
  margin:2px 0 24px
}

.story .btn {
  margin-top:auto;
  padding:12px 20px;
  min-width:0
}

.story-next {
  position:absolute;
  right:-10px;
  top:100px;
  background:var(--green);
  color:white;
  width:70px;
  height:70px;
  border:0;
  border-radius:50%;
  font-size:38px
}

.section-actions {
  display:flex;
  gap:4px;
  justify-content:flex-end;
  margin-top:49px
}

.section-actions .btn {
  min-width:250px
}

.about{
  background:var(--green);
  color:var(--warm)
}


.about .container {
  width:86%;
  max-width:1260px
}

.about-copy {
  padding:55px 75px 50px 0
}

.about .section-title {
  font-size:44px;
  margin-bottom:30px
}

.about p {
  color:var(--warm);
  font-size:20px;
  max-width:450px
}

.about .footnote {
  font-size:14px
}

.map-panel {
  display:flex;
  align-items:stretch
}

.map-panel img {
  width:100%;
  height:100%;
  object-fit:contain;
  mix-blend-mode:lighten
}

.news {
  padding:54px 0 48px
}

.news-grid {
  margin-top:40px
}

.news-card {
  text-align:center
}

.news-link {
  background:none;
  border:0;
  padding:0;
  width:100%;
  color:var(--blue)
}

.news-card img {
  width:100%;
  height:auto;
  aspect-ratio:148/106;
  object-fit:cover
}

.news-card h3 {
  font-size:20px;
  text-transform:uppercase;
  font-weight:700;
  margin:16px 0 22px
}

.news-card p {
  font-size:19px;
  padding:0 15px
}

.news .section-actions {
  margin-top:18px
}

.newsletter {
  padding:38px 0 52px;
  background:var(--warm)
}

.newsletter .container {
  width:80%;
  max-width:1200px
}

.newsletter-copy {
  padding-top:70px
}

.newsletter .section-title {
  margin:0
}

.newsletter-copy h3 {
  text-transform:uppercase;
  font-size:28px;
  font-weight:700;
  line-height:1.15;
  margin-bottom:28px
}

.newsletter-copy p {
  font-size:20px;
  margin-bottom:25px;
  max-width:490px
}

#newsletter-form h3 {
  font-size:20px;
  font-weight:400;
  text-transform:none;
  margin-bottom:28px
}

.form-group {
  margin:0 0 22px
}

.form-group label {
  font-size:12px;
  margin-bottom:6px;
  display:block
}

.form-control {
  background:transparent;
  border:1px solid #ada6af;
  border-radius:4px;
  min-height:32px;
  font-family:inherit;
  color:var(--navy)
}

.consent {
  display:flex;
  gap:10px;
  align-items:flex-start;
  background:#ded8df;
  padding:26px 16px;
  font-size:12px;
  line-height:1.4;
  margin:18px 0 12px;
  min-height:100px
}

.consent input {
  margin-top:3px
}

.subscribe {
  width:100%;
  font-size:14px;
  font-weight:400;
  text-transform:none;
  padding:9px
}

#form-status {
  font-size:14px;
  margin:10px 0 0
}

.partner-strip {
  background:var(--blue);
  padding:30px 0
}

.partner-strip .container {
  width:94%;
  max-width:1450px
}

.partner-strip img {
  display:block;
  width:100%;
  height:auto
}

.footer-main {
  background:var(--warm);
  padding:64px 0
}

.footer-main .container {
  width:78%;
  max-width:1170px
}

.footer-main p {
  font-size:16px;
  text-transform:uppercase;
  margin:0 0 9px
}

.follow-label {
  letter-spacing:3px
}

.socials {
  display:flex;
  gap:6px;
  font-size:35px
}

.socials a:first-child {
  color:#0077b5
}

.socials a:nth-child(2) {
  color:#c52b85
}

.socials a:last-child {
  color:red
}

.footer-main .eulist-btn {
  min-width:195px
}

.footer-links {
  text-align:right;
  font-size:16px
}

.footer-links a {
  display:block;
  text-decoration:underline
}

.footer-links>a {
  text-transform:uppercase
}

.secondary-links {
  margin-top:27px
}

.footer-bottom {
  display:flex;
  gap:30px;
  align-items:center;
  padding:30px 0;
  width:86%;
  max-width:1300px
}

.footer-bottom>img {
  object-fit:contain;
  width:84px;
  height:84px
}

.footer-bottom p {
  font-size:14px;
  max-width:540px;
  margin:0
}

.member {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:12px;
  text-transform:uppercase;
  font-size:16px;
}

.member img {
  object-fit:contain
}

.modal-content {
  background:var(--warm);
  color:var(--navy)
}

@media(min-width:1500px) {
  .hero {
    padding-top:90px;
    padding-bottom:60px
  }

  .hero h1 {
    font-size:50px
  }

}

@media(max-width:1199px) {
  .navbar-nav {
    gap:16px
  }

  .hero h1 {
    font-size:36px
  }

  .audience-card h2 {
    font-size:15px
  }

  .audience-grid {
    gap:15px
  }

  .story-grid {
    gap:40px
  }

  .about-copy {
    padding-right:35px
  }

  .section-title {
    font-size:40px
  }

  .hero p {
    font-size:18px
  }

  .story p {
    font-size:18px
  }

}

@media(max-width:991px) {
  .navbar-nav {
    align-items:stretch;
    gap:0;
    padding:20px 0
  }

  .navbar-nav a {
    padding:12px
  }

  .nav-pill {
    width:fit-content;
    margin:8px
  }

  .hero {
    padding:50px 0
  }

  .hero h1 {
    max-width:700px
  }

  .hero-logo {
    position:absolute;
    right:5%;
    bottom:40px;
    width:140px
  }

  .hero-logo img {
    width:100px
  }

  .hero p {
    max-width:75%;
    margin-bottom:30px
  }

  .hero-actions {
    padding-right:130px;
    flex-wrap:wrap
  }

  .audience-grid {
    grid-template-columns:repeat(3,1fr)
  }

  .audience-card h2 {
    font-size:17px
  }

  .audiences {
    padding-top:60px
  }

  .action {
    padding-top:90px
  }

  .story-grid {
    gap:25px
  }

  .story-wrap {
    padding-right:45px
  }

  .story-next {
    width:40px;
    height:40px;
    font-size:23px;
    right:-5px
  }

  .story h3,.story h4 {
    font-size:16px
  }

  .story p {
    font-size:16px
  }

  .story .btn {
    font-size:12px;
    padding:12px
  }

  .about-copy {
    padding:45px 0 20px
  }

  .about p {
    max-width:100%
  }

  .map-panel img {
    max-height:550px
  }

  .newsletter-copy {
    padding-top:10px
  }

  .newsletter-copy p {
    max-width:100%
  }

  #newsletter-form {
    margin-top:30px;
    max-width:500px
  }

  .footer-main .container {
    width:90%
  }

  .footer-bottom {
    flex-wrap:wrap
  }

  .member {
    margin-left:0
  }

  .desktop-break {
    display:none
  }

}

@media(max-width:575px) {
  body {
    font-size:16px
  }

  .utility {
    height:30px
  }

  .utility:before {
    height:250px;
    width:40%
  }

  .hero {
    padding:40px 0
  }

  .hero h1 {
    font-size:32px;
    max-width:90%
  }

  .hero p {
    font-size:16px;
    max-width:100%
  }

  .hero-logo {
    position:static;
    width:100%;
    margin-top:30px
  }

  .hero-logo img {
    width:120px
  }

  .hero-actions {
    padding:0
  }

  .eulist-btn {
    font-size:13px;
    min-width:145px;
    padding:12px 20px
  }

  .audiences {
    width:90%;
    padding-top:40px
  }

  .audience-grid {
    grid-template-columns:1fr;
    gap:20px
  }

  .audience-card {
    min-height:0;
    padding:24px
  }

  .audience-card h2 {
    font-size:20px;
    margin-bottom:16px
  }

  .audience-card p {
    font-size:16px
  }

  .audience-card .btn {
    align-self:flex-start;
    min-width:150px
  }

  .pink-shape {
    top:550px;
    width:90%
  }

  .green-shape {
    top:700px;
    width:40%
  }

  .action {
    padding:60px 0 35px
  }

  .section-title {
    font-size:34px
  }

  .section-intro {
    font-size:16px
  }

  .story-wrap {
    margin-top:38px;
    padding:0
  }

  .story-grid {
    grid-template-columns:1fr;
    gap:40px
  }

  .story {
    padding:0 20px
  }

  .story h3 {
    margin-bottom:15px;
    font-size:17px
  }

  .story h4 {
    font-size:20px
  }

  .story p {
    font-size:17px
  }

  .story .btn {
    align-self:center;
    font-size:13px;
    min-width:220px
  }

  .story-next {
    position:static;
    display:block;
    margin:25px auto 0
  }

  .section-actions {
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;
    margin-top:30px
  }

  .section-actions .btn {
    min-width:220px
  }

  .about .section-title {
    font-size:34px
  }

  .about p {
    font-size:18px
  }

  .news {
    padding:40px 0
  }

  .news-grid {
    margin-top:10px
  }

  .news-card p {
    font-size:17px
  }

  .news-card img {
    max-width:400px
  }

  .newsletter .container {
    width:86%
  }

  .newsletter-copy h3 {
    font-size:25px
  }

  .newsletter-copy p {
    font-size:18px
  }

  .partner-strip {
    padding:20px 0
  }

  .partner-strip img {
    min-height:45px;
    object-fit:contain
  }

  .footer-main {
    padding:40px 0
  }

  .footer-links {
    text-align:left
  }

  .footer-bottom {
    gap:15px
  }

  .footer-bottom p {
    flex:1;
    min-width:200px
  }

  .member {
    width:100%;
    justify-content:flex-end
  }

  .form-group label,.consent {
    font-size:14px
  }

}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }

  * {
    transition:none!important
  }

}

/* Sticky navigation: clip does not create an ancestor scroll container. */
.body {
  overflow:clip
}

.site-header {
  position:sticky;
  top:0;
  z-index:1030
}

section[id],main[id] {
  scroll-margin-top:90px
}

.nav-menu-toggle {
  display:block;
  background:transparent;
  border:0;
  color:var(--warm);
  font:400 14px Outfit,Arial,sans-serif;
  text-transform:uppercase;
  text-decoration:none;
  padding:12px 0;
  cursor:pointer
}

.nav-menu-toggle:hover,.nav-menu-toggle[aria-expanded="true"] {
  color:white
}

.nav-menu-toggle.dropdown-toggle::after {
  display:none
}

.site-header .dropdown-menu {
  background:var(--warm);
  border:0;
  border-top:3px solid var(--green);
  border-radius:0 0 6px 6px;
  min-width:225px;
  padding:8px 0;
  margin-top:0;
  box-shadow:0 10px 22px #151f6d26
}

.site-header .navbar-nav .dropdown-item {
  color:var(--navy);
  font-size:15px;
  line-height:1.35;
  text-transform:none;
  text-decoration:none;
  font-weight:400;
  padding:12px 18px;
  white-space:normal
}

.site-header .navbar-nav .dropdown-item:hover,.site-header .navbar-nav .dropdown-item:focus {
  color:white;
  background:var(--blue)
}

@media(min-width:992px) {
  .site-header .navbar-nav>.dropdown:last-of-type .dropdown-menu {
    right:0;
    left:auto
  }

}

@media(max-width:991px) {
  .site-header .navbar-collapse {
    max-height:calc(100dvh - 80px);
    overflow-y:auto;
    overscroll-behavior:contain
  }

  .nav-menu-toggle {
    width:100%;
    text-align:left;
    padding:14px 12px;
    display:flex;
    align-items:center;
    justify-content:space-between
  }

  .site-header .dropdown-menu {
    position:static;
    min-width:0;
    margin:0 12px 8px;
    box-shadow:none;
    border-top:0;
    border-left:3px solid var(--green);
    border-radius:0
  }

  .site-header .navbar-nav .dropdown-item {
    padding:12px 16px
  }

}
/* Smooth dropdown fade-in on desktop */
@media (min-width: 992px) {

 .navbar .nav-item.dropdown {
        position: relative;
    }

    .navbar .nav-item.dropdown > .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(8px);
        transition:
            opacity 0.2s ease,
            transform 0.2s ease,
            visibility 0.2s ease;

        pointer-events: none;
    }

    .navbar .nav-item.dropdown:hover > .dropdown-menu,
    .navbar .nav-item.dropdown:focus-within > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }


  .site-header .dropdown-menu.show {
    animation: submenuFadeIn 220ms ease-out both;
  }

  @keyframes submenuFadeIn {
    from {
      opacity: 0;
      translate: 0 6px;
    }

    to {
      opacity: 1;
      translate: 0 0;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header .dropdown-menu.show {
    animation: none;
  }
}

.hero {
    background-image: url("../assets/images/hero-image.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.utility::before {
    z-index: 1;
    pointer-events: none;
}

.utility > .container,
.hero > .container, .utility > .container-xl, .hero > .container-xl {
    position: relative;
    z-index: 2;
}

/* ABOUT PAGE — designed to sit inside <main id="main"> and reuse the existing EULiST variables */
.about-page {
  overflow: hidden;
  background: #fff;
}

.about-page .section-title {
  text-align: center;
  font-size: 46px;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0;
}

/* Intro */
.about-intro, .generic-intro {
  position: relative;
  min-height: 430px;
  padding: 72px 0 70px;
  background: #fff;
}

.no-min-height{
  min-height: unset;
}

.about-intro-inner {
  position: relative;
  z-index: 2;
  width: 76%;
  max-width: 1160px;
}

.generic-intro-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1160px;
}

.about-intro h1, .generic-intro h1 {
  font-size: 54px;
  font-weight: 100;
  line-height: 1.08;
  text-transform: uppercase;
  margin: 0 0 30px;
  letter-spacing: -.02em;
}

.about-intro p {
  font-weight: 400;
  width: 72%;
  max-width: 720px;
  font-size: 22px;
  line-height: 1.18;
  margin-bottom: 28px;
}

.generic-intro p,  .generic-intro li {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.18;
  margin-bottom: 28px;
}

.warm-background {
  background:var(--warm);
}

.about-line-mark {
  width: 180px;
  height: auto;
  opacity: .85;
}

.about-corner-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 28%;
  height: 290px;
  background: var(--light);
  clip-path: polygon(42% 0, 100% 0, 100% 100%);
}

/* Partner universities */
.about-partners {
  position: relative;
  padding: 48px 0 54px;
  background: var(--warm);
}

.about-partners .container {
  position: relative;
  z-index: 3;
  width: 78%;
  max-width: 1180px;
}

.about-partners .section-title {
  margin-bottom: 50px;
}

.about-university-wrap {
  position: relative;
  padding-right: 82px;
}

.about-university-carousel .owl-stage-outer {
  overflow: hidden;
  padding-bottom: 22px;
}

.university-card {
  height: 100%;
  min-height: 425px;
  background: #fff;
  box-shadow: 7px 8px 10px #0002;
}

.university-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.university-card-link:hover {
  color: var(--navy);
}

.university-card img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}

.university-card-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px 12px;
  text-align: center;
}

.university-card h3,
.university-card p {
  font-size: 15px;
  line-height: 1.15;
  margin: 0;
}

.university-card h3 {
  font-weight: 400;
}

.university-card-social {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  gap: 9px;
  color: #8f8f8f;
  font-size: 17px;
}

.about-carousel-next {
  position: absolute;
  top: 47%;
  right: 0;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 33px;
}

.about-partners-shape {
  position: absolute;
  left: 0;
  pointer-events: none;
}

.about-partners-shape-green {
  z-index: 1;
  bottom: -139px;
  width: 315px;
  height: 460px;
  background: var(--green);
  clip-path: polygon(0 0, 100% 61%, 0 100%);
}

.about-partners-shape-blue {
  z-index: 2;
  bottom: 0;
  left: 245px;
  width: 520px;
  height: 118px;
  background: var(--light);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

/* Stats */
.about-stats {
  padding: 105px 0 92px;
  background: #fff;
}

.about-stats .container {
  width: 76%;
  max-width: 1120px;
}

.stat-item {
  text-align: center;
}

.stat-item strong,
.stat-item span {
  display: block;
}

.stat-item strong {
  color: var(--green);
  font-size: 60px;
  line-height: .95;
  font-weight: 700;
}

.stat-item span {
  margin-top: 9px;
  font-size: 32px;
  font-weight: 400;
}

/* Governance intro */
.about-governance {
  padding: 52px 0 66px;
  background: var(--warm);
}

.about-governance .container {
  width: 76%;
  max-width: 1160px;
}

.governance-intro {
  margin-top: 56px;
}

.governance-copy h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  margin: 0 0 4px;
}

.governance-copy p {
  max-width: 430px;
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 26px;
  font-weight: 400;
}

.governance-copy .eulist-btn {
  min-width: 0;
  padding-inline: 24px;
}

.governance-diagram {
  width: min(100%, 610px);
  height: auto;
}

/* Governance board */
.about-board {
  padding: 72px 0 100px;
  background: #fff;
}

.about-board .container {
  width: 76%;
  max-width: 1160px;
}

.board-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 2px;
}

.board-links a {
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: underline;
}

.board-links a.active {
 font-weight: 600;
}

.board-person {
  text-align: center;
}

.board-person img {
  width: 100%;
  max-width: 130px;
  aspect-ratio: 1 / 1.12;
  object-fit: cover;
  object-position: center top;
}

.board-person h3 {
  margin: 8px 0 4px;
  font-size: 14px;
  line-height: 1.05;
  font-weight: 700;
}

.board-person p {
  margin: 0 auto;
  max-width: 140px;
  font-size: 12px;
  line-height: 1.12;
}

.board-person p.person-role {
  margin: 8px auto 4px;
  max-width: 140px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.16;
}

.board-person p.person-position {
  margin: 8px auto 4px;
  max-width: 140px;
  font-size: 12px;
  line-height: 1.16;
}

.board-person p.person-university {
  margin: 8px auto 4px;
  max-width: 140px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.12;
}

.board-person p.person-country {
  margin: 0 auto;
  max-width: 140px;
  font-size: 12px;
  line-height: 1.12;
}

/* Network / map */
.about-network {
  padding: 0;
  background: var(--warm);
}

.about-network .container {
  width: 76%;
  max-width: 1160px;
}

.network-copy {
  max-width: 510px;
}

.network-copy p {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.eulist-map {
  width: min(100%, 560px);
  height: auto;
}

/* European Universities Initiative */
.about-eui {
  padding: 54px 0 58px;
  background: #fff;
}

.about-eui .container {
  width: 80%;
  max-width: 1220px;
}

.eui-logo {
  width: 118px;
  height: auto;
}

.about-eui p,
.about-eui li {
  font-size: 18px;
  line-height: 1.18;
}

.about-eui p {
  margin-bottom: 10px;
}

.about-eui ul {
  margin: 4px 0 10px;
  padding-left: 20px;
}

.about-eui small {
  font-size: 14px;
}

@media (max-width: 1199px) {
  .about-intro-inner,
  .about-partners .container,
  .about-stats .container,
  .about-governance .container,
  .about-board .container,
  .about-network .container,
  .about-eui .container {
    width: 86%;
  }

  .about-intro h1 {
    font-size: 42px;
  }

  .university-card {
    min-height: 390px;
  }

  .university-card img {
    height: 250px;
  }
}

@media (max-width: 991px) {
  .about-intro {
    min-height: auto;
    padding: 58px 0;
  }

  .about-intro p {
    width: 88%;
  }

  .about-corner-shape {
    width: 38%;
    height: 230px;
  }

  .about-page .section-title {
    font-size: 39px;
  }

  .about-university-wrap {
    padding-right: 60px;
  }

  .about-carousel-next {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }

  .about-partners-shape-green {
    width: 240px;
    height: 330px;
    bottom: -95px;
  }

  .about-partners-shape-blue {
    left: 180px;
    width: 380px;
    height: 90px;
  }

  .stat-item strong {
    font-size: 42px;
  }

  .stat-item span {
    font-size: 20px;
  }

  .board-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 20px;
  }

  .network-copy {
    max-width: none;
  }
}

@media (max-width: 575px) {
  .about-intro,
  .about-partners,
  .about-governance,
  .about-board,
  .about-network,
  .about-eui {
    padding-left: 0;
    padding-right: 0;
  }

  .about-intro-inner,
  .about-partners .container,
  .about-stats .container,
  .about-governance .container,
  .about-board .container,
  .about-network .container,
  .about-eui .container {
    width: 90%;
  }

  .about-intro {
    padding-top: 44px;
  }

  .about-intro h1 {
    width: 92%;
    font-size: 32px;
  }

  .about-intro p {
    width: 100%;
    font-size: 16px;
  }

  .about-corner-shape {
    width: 45%;
    height: 170px;
  }

  .about-page .section-title {
    font-size: 32px;
  }

  .about-partners {
    padding-top: 40px;
  }

  .about-partners .section-title {
    margin-bottom: 30px;
  }

  .about-university-wrap {
    padding-right: 0;
  }

  .about-carousel-next {
    position: static;
    display: block;
    transform: none;
    margin: 18px auto 0;
  }

  .about-partners-shape-green {
    width: 150px;
    height: 220px;
    bottom: -70px;
  }

  .about-partners-shape-blue {
    left: 110px;
    width: 260px;
    height: 60px;
  }

  .about-stats {
    padding: 75px 0 62px;
  }

  .stat-item strong {
    font-size: 34px;
  }

  .stat-item span {
    font-size: 17px;
  }

  .governance-intro {
    margin-top: 35px;
  }

  .governance-copy p,
  .network-copy p {
    font-size: 16px;
  }

  .board-links a {
    font-size: 15px;
  }

  .board-person img {
    max-width: 150px;
  }

  .about-eui p,
  .about-eui li {
    font-size: 12px;
  }
}

#governance-boards .tab-content {

    background-color: #fff;
    box-shadow: none;
    border:none;
}

.orange-box {
    min-height: 200px;
    background-color: var(--orange);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
}

.orange-box a:hover {

    color: #fff;

}

.green-box {
    min-height: 200px;
    background-color: var(--green);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
}

.green-box a:hover {

    color: #fff;

}