@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap");
:root {
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Montserrat", sans-serif;
  --font-tertiary: "Quicksand", sans-serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-black: 900;
}

body {
  font-family: var(--font-primary) !important;
  font-weight: var(--fw-regular);
  line-height: 1.6;
  color: #222;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary) !important;
}

.page-view-frontpage-page-1.user-not-logged-in h1 {
  text-transform: none;
}

.login-container .switch-link-bottom {
  position: unset !important;
}
.login-container .switch-link-bottom a {
  background-color: var(--desktop-button-color);
  border-color: var(--desktop-button-color);
  color: var(--desktop-button-text-primary);
  border: 2px solid var(--desktop-button-color);
  border-radius: 1.5625rem;
  font-weight: 600;
  justify-content: center;
  min-height: 2.5rem;
  min-width: 9.75rem;
  padding: 0.625rem 0.9375rem;
  display: inline-block;
  margin-top: 15px;
}
.login-container .switch-link-bottom a:hover {
  text-decoration: none;
}

.openid-connect-login-form {
  margin-bottom: 10px;
}

.activity-container {
  border-radius: 0.625rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.25rem;
  overflow: hidden;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}

.ecos-link {
  margin-top: 45px;
  font-size: 22px;
}

.activity-text {
  margin-top: 35px;
  font-size: 22px;
  color: var(--desktop-button-color);
}

.logo {
  width: 150px;
  height: auto;
}

.section-admin .page-footer,
.page-footer {
  background-color: #04356c !important;
}
.section-admin .page-footer nav > ul li a,
.page-footer nav > ul li a {
  color: #fff;
}

.paragraph--type--download-section {
  border-radius: 0.625rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.25rem;
  overflow: hidden;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}
.paragraph--type--download-section .download-section__image {
  margin-bottom: 1.5rem;
}
.paragraph--type--download-section .download-section__image img {
  max-width: 150px;
  height: auto;
}
.paragraph--type--download-section .download-section__title {
  color: var(--desktop-header-bg);
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 0.4rem;
  margin-bottom: 1.5rem;
}
.paragraph--type--download-section .download-section__actions a {
  display: inline-block;
  background-color: var(--desktop-header-bg);
  color: #fff;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.4rem;
  font-weight: 500;
  transition: background-color 0.3s;
}
/*# sourceMappingURL=style.css.map */
