.bodycontent {
  font-size: 1rem;
}

.headline .parentlink + .h1 {
  font-family: "HelveticaNeueW01-77BdCn 692722", "HelveticaNeue-CondensedBold", "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.hero-section {
  height: 75vh;
  max-height: 32vw;
}
.hero-section > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.list-multi-column-2 span,
.list-multi-column-3 span {
  display: inline-block;
  width: 45px;
}

.restrict-content {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.nav-thumbnail-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav-thumbnail-grid-section {
  max-width: 260px;
  margin: 0 auto;
  position: relative;
  /*padding                 : .5rem;*/
  border-radius: 4px;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.nav-thumbnail-grid-section:hover {
  background-color: rgba(179, 213, 244, 0.4);
}
.nav-thumbnail-grid-section h3 {
  font-weight: 700;
  font-size: 1.1rem;
  padding: 0.5rem 0;
  text-align: center;
  margin: 0;
}
.nav-thumbnail-grid-section a {
  border-bottom: none !important;
}
.nav-thumbnail-grid-section p {
  text-align: center;
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.3;
}

.nav-thumbnail-grid--two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav-thumbnail-grid--two .nav-thumbnail-grid-section {
  max-width: 550px;
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.nav-thumbnail-grid--two .nav-thumbnail-grid-section h3 {
  font-size: 1.5rem;
}
.nav-thumbnail-grid--two .nav-thumbnail-grid-section img {
  max-width: 100%;
}

.nav-thumbnail-grid-section--span3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.nav-thumbnail-grid-section--span6 {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}

#areas tr > td:nth-of-type(1) {
  white-space: nowrap;
}

.title-image {
  margin-left: auto;
  margin-right: auto;
}
.title-image img {
  max-height: 300px;
  width: auto;
  aspect-ratio: 3/2;
}

@media (min-width: 576px) {
  .title-image {
    float: right;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .title-image img {
    -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (min-width: 768px) {
  .list-multi-column-2,
  .list-multi-column-3 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .list-multi-column-2 li,
  .list-multi-column-3 li {
    overflow: visible;
  }
  .nav-thumbnail-grid,
  .nav-thumbnail-grid--two {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.5rem;
  }
}
@media (min-width: 992px) {
  .hero-section {
    max-height: 320px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .list-multi-column-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .hero-section {
    max-height: 370px;
  }
}
@media (min-width: 1500px) {
  .hero-section {
    max-height: 420px;
  }
}
@media (max-width: 991.9px) {
  .hero-section .hero-shade {
    opacity: 0.5;
  }
}
@media (max-width: 576px) {
  div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
  }
}
@media print {
  #horznav-container {
    display: none;
  }
}
/*# sourceMappingURL=what-we-do.css.map */