@font-face {
  font-family: MHNSW Grotesk;
  font-weight: 300;
  src: url('./fonts/MHNSWGrotesk-Light.otf') format("opentype"), url("./fonts/MHNSWGrotesk-Light.woff") format("woff"), url("/fonts/MHNSWGrotesk-Light.woff2") format("woff2");
}

@font-face {
  font-family: MHNSW Grotesk;
  font-weight: 400;
  src: url('./fonts/MHNSWGrotesk-Normal.otf') format("opentype"), url('./fonts/MHNSWGrotesk-Normal.woff') format("woff"), url('/fonts/MHNSWGrotesk-Normal2.woff') format("woff2");
}

@font-face {
  font-family: MHNSW Grotesk;
  font-weight: 500;
  src: url('./fonts/MHNSWGrotesk-Bold.otf') format("opentype"), url('./fonts/MHNSWGrotesk-Bold.woff') format("woff"), url('/fonts/MHNSWGrotesk-Bold.woff2') format("woff2");
}

@font-face {
  font-family: MHNSW Grotesk;
  font-weight: 700;
  src: url('./fonts/MHNSWGrotesk-Black.otf') format("opentype"), url('./fonts/MHNSWGrotesk-Black.woff') format("woff"), url('/fonts/MHNSWGrotesk-Black.woff2') format("woff2");
}

body {
  margin: 0;
  font-family: "MHNSW Grotesk", serif;
  font-weight: 400;
}

strong {
  font-weight: 500;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

button.menuItem {
  appearance: none;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
}


.menuItem {
  width: fit-content;
  text-decoration: none;
  text-align: left;
  color: #fff;
  font-size:1.25rem;
	font-family: MHNSW Grotesk, serif;
	line-height:160%;
	text-decoration:none;
	text-transform:none;
}

.menuItem:hover {
  text-decoration: underline !important;
}
.chevron {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 12px;
}

.chevron svg {
  width: 16px;
  height: 16px;
}

.chevron svg path {
  fill: #fff;
}

.iconBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  appearance: none;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 0;
  gap: 0.5rem;
  height: 100%;

  font-size:1.25rem;
	font-family: MHNSW Grotesk, serif;
	line-height:120%;
	text-decoration:none;
	text-transform:none;
}

.navBar {
  display: flex;
  justify-content: space-between;
  align-items: start;

  

  background-color: #CCF2E7;
  font-size:1.25rem;
	font-family: MHNSW Grotesk, serif;
	line-height:120%;
	text-decoration:none;
	text-transform:none;
}

.navBar img {
  display: block;
}

@media screen and (min-width: 776px){
  .navBar {
    align-items: center;
  }
}

.navBar .topMenuArea {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-area: top-menu;
  gap: 2rem;
  padding: 24px 0;
  margin: 0;
  padding: 0;
  list-style: none;

  /* @include lt-medium {
    display: none;
  } */
}

@media screen and (max-width: 1023px) {
  .navBar .topMenuArea { display: none; }
}

.navBar .btnArea {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-area: btn;
  padding: 12px 1rem;

  /* @include lt-medium {
    padding: 12px 0 !important;
  } */
}
@media screen and (max-width: 1023px) {
  .navBar .btnArea { padding: 12px 0 !important; }
}
.navBar .btnArea .iconBtn {
  padding: 0 1rem;
  color: #000;

  /* @include lt-small {
    display: inline;
  } */
}

@media screen and (max-width: 639px) {
  .navBar .btnArea .iconBtn { display: inline;}
}

.navBar .btnArea .iconBtn svg path {
  fill: #000;
}

.navBar .menuItem {
  color: #000;
}

.pageTitle {
  background-color: #CCF2E7;
  padding: 24px 16px;
}

.pageTitle h1 {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  font-weight: 400;
}

@media screen and (min-width: 640px) {
  .pageTitle {
    padding: 48px 32px;
  }

  .pageTitle h1 {
    font-size: 48px;
    line-height: 120%;
  }
}

@media screen and (min-width: 1024px) {

  .pageTitle h1 {
    font-size: 72px;
    line-height: 120%;
  }
}

.footer {
  background-color: #E2491A;
}

.footer .top {
  position: relative;
  background-color: #E2491A;
  overflow: hidden;
  /* min-height: 600px; */
  padding: 0 48px 32px;
}

.footer .top hr {
  margin: 0 0 32px;
  border: none;
  border-top: solid 1px #000;
}

@media screen and (min-width: 640px) {
  .topColumns {
    display: flex;
    flex-grow: 1 1;
  }

  .topColumns > div{
    flex-grow: 1;
  }
}

footer .lower {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 16px;
  background-color: white;

}

footer .lower .intro {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  align-items: center;
}



footer .lower .intro p {
  max-width: 742px;
}

footer .lower .intro svg {
  flex-shrink: 0;
}

footer .lower .tertiary {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}

footer .lower .tertiary .links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

footer .lower .tertiary .links a {
  color: #000;
}

footer a {
  color: #000;
}

@media screen and (min-width: 640px) {

  footer .lower {
    padding: 32px 48px;
  }

  footer .lower .intro {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1024px) {

  footer .lower .tertiary {
      justify-content: space-between;  
  }
  
  footer .lower .tertiary .links {
      grid-auto-flow: column;
  }
}

@media screen and (min-width: 1280px) {
  footer .lower {
    gap: 64px;
  }
}


