h1, .h1, h2, .h2 {
  font-weight: bold;
  color: #040f04; }

p.intro {
  color: #10380E;
  font-size: 1.05em; }

a.button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  width: max-content;
  justify-self: center; }
  a.button:hover {
    background-color: #285F2A;
    border-color: #1d461f;
    color: #FFC700;
    transform: translateY(1px); }
  a.button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px; }
  a.button:focus-visible {
    box-shadow: none; }
  a.button:active {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.06); }

body {
  font: normal 16px/1.4 "Poppins", sans-serif;
  color: #333333; }

h1,
.h1 {
  font-size: 2em;
  line-height: 1.1; }

h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.2; }

h3,
.h3 {
  font-size: 1.5em;
  line-height: 1.4; }

h4,
.h4 {
  font-size: 1.3em;
  line-height: 1.4; }

h5,
.h5 {
  font-size: 1.2em;
  line-height: 1.4; }

h6,
.h6 {
  font-size: 1em;
  line-height: 1.4; }

.xl {
  font-size: 4em; }

p,
.p {
  font-size: 1em; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif; }

h1,
.h1,
h2,
.h2 {
  color: #10380E; }

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #285F2A; }

ul,
ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: square;
  display: grid;
  grid-gap: 0.25em; }

ul .no-style {
  list-style: none;
  margin-left: 0; }

ul .no-style li:before {
  content: none !important; }

ul .inline li {
  display: inline-block;
  margin-right: 1rem; }

ul .inline li:last-child {
  margin-right: 0; }

ul .reveal-list {
  margin-left: 0;
  list-style: none; }

ul .block-list li {
  border: solid 1px #ccc;
  padding: 0.5em; }

ol {
  list-style: decimal; }

li {
  position: relative; }

.aside {
  font-size: 0.8em; }

.aux {
  font-size: 0.563em; }

small,
.small {
  font-size: 0.422em; }

.text-columns {
  column-width: 22em;
  column-gap: 2rem; }

.dna-quote {
  margin: 1.5em 0;
  padding: 0; }

.dna-cite {
  display: block; }

.large-text {
  font-size: 1.05em; }

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6 {
  margin-top: 3rem;
  margin-bottom: 1rem; }

.entry-content ul,
.entry-content ol {
  margin: 0.5em 0 1.5em 2em; }

.entry-content ul li::marker {
  color: #37833a; }

.entry-content p {
  margin-top: 1em; }

.entry-content p.smt {
  margin-top: 0.333em; }

.entry-content *:first-child {
  margin-top: 0; }

@media only screen and (min-width: 768px) {
  body {
    font-size: 17px; }

  h1,
  .h1 {
    font-size: 2.2em; }

  ul,
  ol {
    margin-left: 2rem; }

  .aux {
    font-size: 0.8em; }

  small,
  .small {
    font-size: 0.7em; }

  .text-columns {
    column-gap: 2rem; } }
@media only screen and (min-width: 1024px) {
  body {
    font-size: 18px; }

  h1,
  .h1 {
    font-size: 2.2em; }

  .text-columns {
    column-gap: 3rem; } }
.footer-box .menu-title {
  color: #FFC700;
  margin-block: 3rem 2rem; }
.footer-box .contact-links {
  color: #e6e5e5; }
  .footer-box .contact-links a {
    color: #e6e5e5;
    text-decoration: none; }
.footer-box ul.contact-list,
.footer-box ul.menu-footer,
.footer-box ul.hah-social-icons {
  list-style: none;
  margin: 0;
  padding: 0; }
.footer-box ul.contact-list {
  margin-bottom: 2rem;
  grid-gap: 2rem;
  font-size: 1.1em; }
  .footer-box ul.contact-list li {
    position: relative;
    padding-left: 2em; }
    .footer-box ul.contact-list li.icon-location {
      display: grid; }
    .footer-box ul.contact-list li .dna-icon {
      position: absolute;
      left: 0;
      top: 0; }
      .footer-box ul.contact-list li .dna-icon .icon-element {
        fill: #FFC700; }
      .footer-box ul.contact-list li .dna-icon .icon-detail {
        fill: #285F2A; }
.footer-box ul.hah-social-icons {
  grid-gap: 2rem !important;
  padding-left: 1.8em; }
  .footer-box ul.hah-social-icons .hah-social-icon .dna-icon .icon-element {
    fill: white; }
  .footer-box ul.hah-social-icons .hah-social-icon .dna-icon .icon-detail {
    fill: #1d461f; }
  .footer-box ul.hah-social-icons .hah-social-icon a {
    display: block; }
    .footer-box ul.hah-social-icons .hah-social-icon a:hover .dna-icon .icon-element, .footer-box ul.hah-social-icons .hah-social-icon a:focus .dna-icon .icon-element {
      fill: #FFC700; }
  .footer-box ul.hah-social-icons .hah-social-icon a, .footer-box ul.hah-social-icons .hah-social-icon .dna-icon {
    height: 4rem;
    width: 4rem; }
.footer-box ul.menu-footer {
  margin-bottom: 2rem; }
  .footer-box ul.menu-footer a {
    padding: 0;
    text-decoration: none;
    color: #e6e5e5; }
    .footer-box ul.menu-footer a:hover, .footer-box ul.menu-footer a:focus {
      color: #FFC700;
      background-color: transparent;
      padding-left: 0.333ch; }

.footer-creds {
  margin-top: 4rem;
  grid-gap: 0;
  color: #cecbca; }
  @media only screen and (min-width: 768px) {
    .footer-creds {
      margin-top: 6rem; } }
  @media only screen and (min-width: 1024px) {
    .footer-creds {
      margin-top: 8rem; } }

.site-card {
  border-radius: 0.5em;
  background-color: #0a2409;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out; }
  .site-card .card-image {
    display: block;
    aspect-ratio: 16/9;
    width: 100%;
    transform: scale(1);
    transform-origin: bottom center;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out; }
  .site-card .card-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem; }
    .site-card .card-content p {
      color: white; }
      .site-card .card-content p.card-header {
        color: #FFC700;
        font-weight: bold; }
      .site-card .card-content p.card-desc {
        font-size: 0.9em; }
  .site-card:hover, .site-card:focus {
    background-color: #285F2A; }
    .site-card:hover .card-image, .site-card:focus .card-image {
      transform: scale(1.05); }

.hah-pre-footer-area {
  background-color: #10380E; }

.hah-pre-footer-box .headline-box h2 {
  color: #FFC700;
  font-family: "Dancing Script", cursive;
  font-size: 2em; }

.site-card-wrap {
  display: grid !important;
  grid-template-rows: 1fr min-content;
  grid-gap: 1rem;
  margin-inline: 1rem; }
  .site-card-wrap .block-link {
    display: flex;
    height: 100%;
    flex-direction: column;
    width: 100%; }

.brochure-cta {
  display: grid;
  align-items: center; }
  @media only screen and (min-width: 501px) {
    .brochure-cta {
      grid-template-columns: max-content max-content; } }
  .brochure-cta .hah-brochure {
    justify-self: center; }

.contact-bar,
.contact-bar .header-call {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; }

.contact-bar {
  padding-inline: 1.4rem; }
  .contact-bar .header-call {
    margin-left: auto;
    gap: 0.66rem; }
  .contact-bar .dna-icon {
    height: 1.33em;
    width: 1.33em; }
    .contact-bar .dna-icon .icon-element {
      fill: white; }
    .contact-bar .dna-icon .icon-detail {
      fill: #10380E; }
  .contact-bar a {
    text-decoration: none; }
    .contact-bar a:hover .mobile-hide, .contact-bar a:focus .mobile-hide {
      color: #FFC700; }
    .contact-bar a:hover .dna-icon .icon-element, .contact-bar a:focus .dna-icon .icon-element {
      fill: #FFC700; }

.site-cards {
  display: grid;
  grid-gap: 2rem; }
  @media only screen and (min-width: 960px) {
    .site-cards {
      grid-template-columns: repeat(3, 1fr); }
      .site-cards .site-card-wrap {
        margin-inline: 0; } }

.hah-pre-footer-box {
  grid-template-columns: 4em 1fr; }
  .hah-pre-footer-box .hah-logo-square {
    grid-row: span 2;
    /* Move to the second row */ }
  .hah-pre-footer-box .site-cards,
  .hah-pre-footer-box .brochure-cta {
    grid-column: 1 / span 2; }
  .hah-pre-footer-box .brochure-cta {
    justify-content: center; }
  @media only screen and (min-width: 768px) {
    .hah-pre-footer-box {
      grid-gap: 2rem;
      grid-template-columns: 6em 1fr 4em;
      grid-auto-rows: repeat(4, auto);
      /* Adds another row */ }
      .hah-pre-footer-box .hah-logo-square {
        grid-column: 1;
        /* Place in the second column (1fr) */
        grid-row: span 4;
        /* Move to the second row */ }
      .hah-pre-footer-box .entry-content {
        grid-column: 2;
        /* Place in the second column (1fr) */
        grid-row: 2;
        /* Move to the second row */ }
      .hah-pre-footer-box .site-cards {
        grid-column: 2 / span 2;
        /* Place in the second column (1fr) */
        grid-row: 3;
        /* Move to the second row */ }
      .hah-pre-footer-box .brochure-cta {
        grid-column: 2/4;
        /* Place in the second column (1fr) */
        grid-row: 4;
        /* Move to the second row */
        justify-self: end; } }
  @media only screen and (min-width: 1024px) {
    .hah-pre-footer-box {
      grid-template-columns: 15rem 1fr 6em;
      grid-column-gap: 4rem; } }
  @media only screen and (min-width: 1300px) {
    .hah-pre-footer-box .site-cards {
      grid-column: 2 / span 1; } }

.header-area {
  background-color: #10380E; }

.wf-card {
  background-color: #10380E;
  border-radius: 0.5em;
  overflow: hidden;
  display: block;
  text-decoration: none;
  position: relative;
  box-shadow: 0 1px 1px rgba(16, 56, 14, 0.075), 0 2px 2px rgba(16, 56, 14, 0.075), 0 4px 4px rgba(16, 56, 14, 0.075), 0 8px 8px rgba(16, 56, 14, 0.075), 0 16px 16px rgba(16, 56, 14, 0.075); }
  .wf-card .wf-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out; }
  .wf-card .wf-title {
    margin: 0;
    padding: 1rem 2rem;
    color: #FFC700;
    background-color: #10380E;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out; }
  .wf-card:hover .wf-img, .wf-card:focus .wf-img {
    transform: scale(1.05); }
  .wf-card:hover .wf-title, .wf-card:focus .wf-title {
    background-color: #1c6118; }

.hah-wayfinder-box {
  display: grid;
  grid-gap: 2rem;
  margin-block: calc(clamp(4rem, 5vw, 6rem) - 2rem); }
  @media only screen and (min-width: 768px) {
    .hah-wayfinder-box .wf-title {
      font-size: 1em;
      padding: 1rem; }
    .hah-wayfinder-box.wf-count-5 {
      grid-template-columns: repeat(4, 1fr);
      grid-template-areas: "a b b d" "a e c c"; }
      .hah-wayfinder-box.wf-count-5 .wf-img {
        aspect-ratio: 2/1; }
      .hah-wayfinder-box.wf-count-5 .wf-card-1 {
        grid-area: a; }
      .hah-wayfinder-box.wf-count-5 .wf-card-2 {
        grid-area: b; }
      .hah-wayfinder-box.wf-count-5 .wf-card-3 {
        grid-area: c; }
      .hah-wayfinder-box.wf-count-5 .wf-card-4 {
        grid-area: d; }
      .hah-wayfinder-box.wf-count-5 .wf-card-5 {
        grid-area: e; } }
  @media only screen and (min-width: 960px) {
    .hah-wayfinder-box .wf-title {
      font-size: 1.25em;
      padding: 1rem; } }
  @media only screen and (min-width: 1024px) {
    .hah-wayfinder-box .wf-title {
      font-size: 1.3em;
      padding: 1rem 2rem; } }
  @media only screen and (min-width: 1300px) {
    .hah-wayfinder-box .wf-title {
      font-size: 1.5em; } }

.orientation-box .headline-content {
  display: grid;
  grid-gap: 2rem; }
  .orientation-box .headline-content .headline-box .subhead {
    font-family: "Dancing Script", cursive;
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 0px; }
  .orientation-box .headline-content .social-links {
    display: flex;
    gap: 1rem; }
    .orientation-box .headline-content .social-links a {
      display: block; }
      .orientation-box .headline-content .social-links a .dna-icon {
        height: 2em;
        width: 2em; }
        .orientation-box .headline-content .social-links a .dna-icon .icon-element {
          fill: #10380E; }
        .orientation-box .headline-content .social-links a .dna-icon .icon-detail {
          fill: white; }
@media only screen and (min-width: 635px) {
  .orientation-box .headline-content {
    grid-template-columns: 1fr max-content; } }

.hero-box-front {
  padding-block: clamp(4em, 5vw, 8em);
  align-items: center;
  justify-items: right;
  position: relative;
  overflow: visible; }

.hero-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0; }
  .hero-cta:before, .hero-cta:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    transform: scale(1) translate(0, 0);
    pointer-events: none;
    will-change: transform; }
  .hero-cta:before {
    background-color: rgba(255, 199, 0, 0.2);
    height: 90%;
    width: 90%;
    top: -5rem;
    left: 10rem;
    z-index: -1; }
  .hero-cta:after {
    background-color: rgba(255, 199, 0, 0.1);
    height: 80%;
    width: 80%;
    top: -14rem;
    left: 25rem;
    z-index: -2; }
  .hero-cta:hover:before {
    transform: scale(0.9) translate(-3rem, 2rem); }
  .hero-cta:hover:after {
    transform: scale(0.8) translate(-12rem, 8rem); }

.spot-cta {
  background-color: #FFC700;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  transform: scale(1) rotate(0deg);
  will-change: transform;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 3;
  height: 10em;
  width: 10em;
  padding: 1rem; }
  .spot-cta h2 {
    color: #931621;
    font-size: 1.4em; }
  .spot-cta h4 {
    color: #285F2A;
    font-size: 1.2em; }
  .spot-cta:hover, .spot-cta:focus {
    background-color: #ffd233;
    transform: scale(1.05) rotate(-5deg); }
  @media only screen and (min-width: 501px) {
    .spot-cta {
      height: 15em;
      width: 15em;
      padding: 1rem; }
      .spot-cta h2 {
        font-size: 1.6em; }
      .spot-cta h4 {
        font-size: 1.2em; } }

/*# sourceMappingURL=main-1.0.3.css.map */
