@font-face {
  font-family: "Montserrat";
  src: url("/theme/fonts/montserrat-regular.woff2") format("woff2"), url("/theme/fonts/montserrat-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SofiaSans";
  src: url("/theme/fonts/sofiasans-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SofiaSans";
  src: url("/theme/fonts/sofiasans-semibold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
html {
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 18px;
  color: #f1f1f1;
  background: linear-gradient(to bottom, #06284F 0%, #082F5F 100%);
  font-family: Montserrat, sans-serif;
  line-height: 1.6em;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

div,
header,
footer,
main,
article {
  box-sizing: border-box;
}

a,
a:visited {
  color: #ef8b13;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #06284F;
  box-shadow: 0px 0px 5px #000;
}

img {
  max-width: 100%;
}

.header-content {
  display: flex;
  padding: 16px 1.5em;
  justify-content: space-between;
  align-items: top;
}

.hamburger {
  display: none;
}

main {
  width: 100%;
  margin: auto;
  flex: 1;
}

.logo img {
  width: 270px;
  max-width: 30vw;
}

h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
  font-family: SofiaSans, sans-serif;
  font-weight: normal;
  margin-top: 3.2rem;
  margin-bottom: 0px;
  text-align: left;
}

h1 {
  font-size: 1.8rem;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
  line-height: 2rem;
}

h2 {
  font-size: 1.6rem;
  font-weight: normal;
}

h3 {
  font-size: 1.1rem;
}

.template-hero {
  background-image: url("/theme/images/hero-back-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8em 1.5rem;
}
.template-hero h1 {
  font-family: Montserrat, sans-serif;
  max-width: 640px;
  margin: auto;
  text-align: center;
}

.central-container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.header-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: SofiaSans, sans-serif;
}

.top-navbar-block {
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  gap: 2.4em;
  list-style: none;
  margin: 0;
}
.top-navbar-block a {
  color: #f1f1f1;
}

.parent {
  font-size: 0.9rem;
  text-align: right;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  display: inline-block;
  max-width: 15rem;
  text-overflow: ellipsis;
  text-transform: lowercase;
  font-size: 0.9rem;
  text-wrap: nowrap;
  overflow: hidden;
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5rem;
  color: #f1f1f1;
}

.event-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.single-event {
  width: 48%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 16px;
  position: relative;
  margin-top: 50px;
  border: solid 1px #372f4d;
}
.single-event a {
  color: #f1f1f1;
  display: inline-block;
}
.single-event a:hover {
  text-decoration: none;
}
.single-event h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: normal;
  font-family: SofiaSans, sans-serif;
}
.single-event .subtitle {
  font-family: SofiaSans, sans-serif;
}
.single-event img {
  max-width: 100%;
  border-radius: 12px;
}
.single-event .time-status {
  padding: 0.1rem 1rem;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: -20px;
  border-radius: 4px;
  left: 30px;
  background: #f26235;
  font-size: 0.9rem;
}

.funded-by {
  margin-top: 3.2rem;
  width: 100%;
  background-color: #f1f1f1;
}
.funded-by .central-container {
  max-height: 130px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
}
.funded-by img {
  max-height: 100%;
}

.short-event-list {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 0px;
  transform: translateX(16px);
}
.short-event-list a.single-event-short {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0px 0px 32px 0px;
  color: #f1f1f1;
}
.short-event-list a.single-event-short:hover {
  text-decoration: none;
}
.short-event-list .event-details {
  width: 240px;
  border-radius: 16px;
  padding: 16px 64px 16px 16px;
  border: solid 1px #f1f1f1;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.short-event-list .event-details p {
  margin: 0px;
}
.short-event-list .event-period {
  font-weight: bold;
}
.short-event-list .event-title {
  flex: 1;
  border-radius: 16px;
  padding: 16px;
  background-color: #f1f1f1;
  transform: translateX(-32px);
  font-size: 1rem;
  text-transform: uppercase;
  z-index: 1;
  background-color: #f26235;
}
.short-event-list h2 {
  font-weight: normal;
  font-family: SofiaSans, sans-serif;
  margin-top: 0px;
}
.short-event-list .subtitle {
  margin-bottom: 0px;
}

.event-section-title {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin: 64px auto 16px auto;
  padding: 0px 16px;
  box-sizing: border-box;
}

.template-text {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.event-top-image {
  width: 100%;
  max-width: 600px;
  margin: auto;
  display: block;
}

.doc-image img {
  max-width: 100%;
}

.image-width-30 {
  display: flex;
  justify-content: space-between;
}
.image-width-30 .doc-image {
  width: 30%;
}
.image-width-30 .doc-text {
  width: 70%;
  padding-left: 16px;
}

.doc-image {
  font-size: 0.8rem;
  text-align: center;
}

.template-person {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 16px;
  position: relative;
  margin: 16px auto;
  border: solid 1px #372f4d;
  width: 100%;
  max-width: 1000px;
}

#menu-toggle {
  background-color: #f26235;
  border: none;
  padding: 6px 8px 4px 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.1rem;
}

.news-list {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
.news-list h3 {
  margin-top: 0;
}

.news-item {
  width: 100%;
  max-width: 400px;
}
.news-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-item img {
  border-radius: 16px;
}

.news-section {
  margin-top: 6.4rem;
  background: rgba(0, 0, 0, 0.3);
  border: solid 1px #c0c0c0;
  border-width: 1px 0px;
  padding: 16px;
}
.news-section .section-title {
  width: 100%;
  max-width: 1300px;
  margin: 0px auto 16px auto;
}

.news-list.long-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.news-list.long-list .news-item {
  width: 48%;
  max-width: 48%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 16px;
  position: relative;
  margin-top: 50px;
  border: solid 1px #372f4d;
}
.news-list.long-list .news-item a {
  color: #f1f1f1;
  display: inline-block;
}
.news-list.long-list .news-item a:hover {
  text-decoration: none;
}
.news-list.long-list .news-item h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: normal;
  font-family: SofiaSans, sans-serif;
}

.page-title {
  width: 100%;
  max-width: 1000px;
  margin: 3.2rem auto 1.6rem auto;
}

/* Overlay */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}

.nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Content area */
.nav-overlay-content {
  position: relative;
  width: 90%;
  max-width: 500px;
  color: white;
}

/* Close button */
.nav-overlay-close {
  position: absolute;
  top: -60px;
  right: 0;
  border: none;
  background: transparent;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

/* Optional styling for cloned nav */
.nav-overlay nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.nav-overlay nav li {
  margin: 20px 0;
}

.nav-overlay nav a {
  color: white;
  text-decoration: none;
  font-size: 28px;
}

.on-focus {
  width: 100%;
  max-width: 768px;
  margin: 6.4rem auto;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 16px;
  border-radius: 16px;
  border: solid 1px #372f4d;
  position: relative;
}
.on-focus h2 {
  margin: 0;
  position: absolute;
  top: -1.2rem;
  padding: 0.2rem 1rem 0.1rem;
  background-color: #f26235;
  border-radius: 4px;
  font-size: 1.2rem;
}

@media screen and (max-width: 960px) {
  .hamburger {
    display: block;
  }
  .header-nav {
    display: none;
  }
  .nav-overlay.active .header-nav {
    display: flex;
  }
  .nav-overlay.active .top-navbar-block {
    flex-direction: column;
  }
}
.on-focus-wrap {
  padding: 0px 16px;
}

@media screen and (max-width: 1000px) {
  .news-list.short-list {
    flex-direction: column;
    align-items: center;
    gap: 6.4rem;
  }
  .event-list,
  .news-list.long-list {
    padding: 0px 16px;
  }
}
@media screen and (max-width: 860px) {
  .news-list.long-list {
    flex-direction: column;
    align-items: center;
    gap: 6.4rem;
  }
  .news-list.long-list .news-item {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 620px) {
  .event-list {
    flex-direction: column;
    align-items: center;
    gap: 6.4rem;
  }
  .single-event {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 530px) {
  .short-event-list {
    transform: none;
    padding: 16px;
  }
  .short-event-list .single-event-short {
    flex-direction: column;
  }
  .short-event-list .event-title {
    transform: none;
    border-radius: 0px 0px 16px 16px;
  }
  .short-event-list .event-details {
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    border-bottom: transparent;
    text-align: left;
  }
}

/*# sourceMappingURL=style.css.map */
