@charset "UTF-8";
/* Mixins for typescale in minor second
   Use with headings and text only
   Base unit: 16px */
nav {
  position: fixed !important;
  top: 0;
  width: 100%;
  background-color: #FFFCF8;
  background-image: linear-gradient(180deg, rgba(96, 62, 31, 0.2) 0%, #fffcf8 100%);
  z-index: 3; }
  nav .container {
    display: block !important;
    align-items: center;
    width: 100%; }
    nav .container .with-gap-1 {
      gap: 1rem; }
  nav .section-right {
    display: flex;
    align-items: center; }
    nav .section-right .wrapper {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-wrap: wrap; }
  nav .nav-links {
    display: flex;
    width: 100%;
    justify-content: flex-end; }
    nav .nav-links .navbar-nav {
      gap: 1rem;
      white-space: nowrap; }
  nav .dropdown-section {
    padding-left: 1rem; }
    nav .dropdown-section--header {
      font-family: inherit;
      text-transform: uppercase;
      font-weight: 600;
      color: #005500; }
  nav .nav-link {
    position: relative;
    text-decoration: none;
    background: linear-gradient(to right, #005500 0%, #005500 75%, #940101 75%, #940101) no-repeat 0 100%;
    background-size: 100% 2px;
    transition: background-size 400ms;
    background-size: 0 2px;
    z-index: 1;
    color: #333333;
    text-align: right; }
    nav .nav-link:hover {
      background-size: 100% 2px; }
    nav .nav-link img {
      width: 24px;
      vertical-align: text-bottom; }
      nav .nav-link img:focus, nav .nav-link img:hover {
        filter: invert(7%) sepia(100%) saturate(5458%) hue-rotate(360deg) brightness(91%) contrast(107%); }
  nav a.dropdown-item {
    width: unset;
    position: relative;
    text-decoration: none;
    background: linear-gradient(to right, #005500 0%, #005500 75%, #940101 75%, #940101) no-repeat 0 100%;
    background-size: 100% 2px;
    transition: background-size 400ms;
    background-size: 0 2px; }
    nav a.dropdown-item:hover {
      background-size: 100% 2px; }
  nav .dropdown-menu {
    width: max-content; }
  nav .dropdown:first-of-type > .dropdown-menu {
    left: 0; }
  nav .dropdown:last-of-type > .dropdown-menu {
    right: 0; }
  nav #logo {
    position: relative;
    max-height: 6rem;
    z-index: 1000; }

@media (max-width: 992px) {
  .navbar {
    background-color: #FFFCF8; }

  button.navbar-toggler {
    position: absolute;
    top: 2rem;
    right: 7rem; }

  .navbar-nav {
    position: absolute;
    display: block;
    top: 7rem;
    left: 1vw;
    height: 80vh;
    width: 98vw;
    background-color: #333333;
    padding: 0.75rem; }
    .navbar-nav * {
      background-color: #333333;
      color: white; }
    .navbar-nav .wrapper {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      padding: 3rem; }
      .navbar-nav .wrapper .nav-link {
        font-size: 1em;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        letter-spacing: .015rem;
        font-size: 1.424em;
        padding: 3rem;
        color: white;
        text-align: right; }

  .dropdown-menu {
    border: none; } }
footer {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 1.5rem 0;
  min-height: 10rem;
  background: #333333;
  color: #ffffff; }
  footer p:not(:last-child) {
    margin-bottom: 1rem !important; }
  footer p:last-child {
    margin-bottom: 0 !important; }
  footer .container {
    position: relative;
    height: max-content; }
    footer .container #cottage-shape {
      position: absolute;
      top: -97px;
      right: 0;
      width: 100px;
      height: 100px; }
    footer .container .contact {
      padding-left: 1.75rem; }
      footer .container .contact a {
        color: #ffffff;
        text-decoration: none; }
        footer .container .contact a .fa {
          margin-right: 0; }
        footer .container .contact a:hover {
          text-decoration: underline; }
    footer .container .registration {
      text-align: right; }

a.tag {
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .015rem;
  display: inline;
  padding: 0.375rem 0.75rem;
  align-items: flex-start;
  gap: 0.75rem;
  border-radius: 0.625rem;
  color: #FFFCF8;
  text-wrap: nowrap;
  margin: 0.375rem 0; }
  a.tag:hover {
    color: #FFFCF8; }
  a.tag--red {
    background: #940101; }
    a.tag--red:hover {
      background: #A76968; }
  a.tag--green {
    background: #005500; }
    a.tag--green:hover {
      background: #a5ae9d; }
  a.tag--brown {
    background: #5A3F40; }
    a.tag--brown:hover {
      background: #BEA6A0; }
  a.tag--blue {
    background: #005b93; }
    a.tag--blue:hover {
      background: #67A6D1; }
  a.tag--read-more {
    float: left;
    max-width: 100%;
    text-wrap: wrap; }
  a.tag--see-in-projects {
    float: left; }
  a.tag a {
    color: #FFFCF8;
    font-weight: bold; }

* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  line-height: 1.5rem;
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(180deg, #FFFCF8 0%, #f4f1ec 100%); }

a {
  color: #005500; }

h1 {
  margin-bottom: 3rem; }

h2, h3, h4, h5, h6 {
  margin-bottom: 1.5rem;
  line-height: 1.05; }
  h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 1.802em;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase; }

h2 {
  font-size: 1.602em;
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1rem;
  text-transform: capitalize; }

h3 {
  font-size: 1.424em;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase; }

strong {
  font-weight: 700; }

button,
input {
  font: inherit; }

:focus-visible {
  outline: 3px solid #005500;
  outline-offset: 3px;
  border-radius: 0.375rem; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: #28251d;
  color: white;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  z-index: 20; }
  .skip-link:focus {
    top: 1rem; }

.page {
  padding-top: 9rem;
  padding-bottom: 2rem; }

.hero {
  margin-bottom: 2rem; }

.downloadWrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem; }
  .downloadWrapper a.tag {
    display: flex;
    width: fit-content;
    text-decoration: none;
    color: #333333;
    border: 1px solid #333333; }
    .downloadWrapper a.tag:hover {
      background-color: #a5ae9d; }

span.title {
  color: #005500;
  font-weight: bold;
  font-size: 1.1em;
  padding: .25rem 0; }

.principles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 0.75rem;
  margin: 1.5rem 0; }

.principle {
  padding: 1rem;
  background: #fbfbf9;
  border: 1px solid rgba(40, 37, 29, 0.1);
  border-radius: 0.75rem; }
  .principle strong {
    display: block;
    color: #005500;
    margin-bottom: 0.25rem; }

.panel-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  margin-top: 1.5rem; }

.card {
  background: rgba(249, 248, 245, 0.88);
  border: 1px solid rgba(40, 37, 29, 0.12);
  border-radius: 0.75rem;
  padding: 1.25rem;
  box-shadow: 0 1px 2px rgba(20, 18, 14, 0.08); }

.guidelines {
  margin: 0;
  list-style: none;
  counter-reset: g-counter;
  padding-left: 1.25rem; }
  .guidelines li {
    margin-left: 1rem;
    counter-increment: g-counter;
    position: relative; }
    .guidelines li::before {
      content: "G" counter(g-counter) ". ";
      position: absolute;
      left: -2rem; }
    .guidelines li + li {
      margin-top: 0.5rem; }

.accordion {
  display: grid;
  gap: 1rem; }

details {
  background: rgba(249, 248, 245, 0.96);
  border: 1px solid rgba(40, 37, 29, 0.12);
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(20, 18, 14, 0.08);
  overflow: hidden; }
  details[open] summary::after {
    content: "−"; }

summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  font-weight: 700;
  min-height: 3rem; }
  summary::-webkit-details-marker {
    display: none; }
  summary::after {
    content: "+";
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #a5ae9d;
    color: #005500;
    font-size: 1.25rem; }

.details-body {
  padding: 0 1.25rem 1.25rem;
  border-top: 1px solid #dcd9d5; }

.checklist {
  display: grid;
  gap: 0.75rem;
  padding-top: 1rem; }

.check-item {
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(40, 37, 29, 0.08); }
  .check-item:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  .check-item input[type="checkbox"] {
    width: 1.125rem;
    height: 1.125rem;
    margin-top: 0.2rem;
    accent-color: #005500; }
  .check-item label {
    cursor: pointer; }

.guideline-code {
  color: #67655f;
  font-size: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
  display: block;
  margin-top: 0.25rem; }

.footer-note {
  margin-top: 2rem;
  padding: 1.25rem;
  border-radius: 0.75rem;
  background: #f9f8f5;
  border: 1px solid rgba(40, 37, 29, 0.1);
  color: #67655f; }

@media (max-width: 800px) {
  .hero {
    padding: 1.5rem; }

  .panel-grid {
    grid-template-columns: 1fr; }

  summary {
    padding: 1rem; }

  .details-body {
    padding: 0 1rem 1rem; } }

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