.project-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(340px, 350px))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(340px, 350px));
  padding: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.project-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 550px;
  position: relative;
}

.project-grid-item .project-link, .project-grid-item img {
  height: 90%;
  width: 100%;
}

.project-grid-item .project-link {
  position: absolute;
}

.project-grid-item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.project-title {
  margin: 8px 0;
  color: #222;
  font-weight: 500;
}

.project-container {
  width: 100%;
  background-color: #f3f2f3;
  padding: 64px 0;
}

.project-topbar {
  position: relative;
  top: -400px;
  margin: 0 auto;
}

.project-topbar a {
  color: rgba(51, 51, 51, 0.4);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-topbar a:hover {
  color: rgba(51, 51, 51, 0.6);
}

.project-header {
  padding: 120px 32px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-header .project-title {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  font-size: calc(32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)));
}

.project-header .project-content {
  text-align: center;
  margin-top: 16px;
}

.project-header .project-content > * {
  color: #222;
}

.project-header .project-content a {
  color: #222;
  margin-bottom: 0.5rem;
  display: inline-block;
  padding-bottom: .05em;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
}

.gallery-grid {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
  margin: 0 auto;
}

.gallery-grid.masonry {
  opacity: 1;
}

@media (min-width: 400px) {
  .gallery-grid-item, .gallery-grid-sizer {
    width: 400px;
  }
}

@media (max-width: 399.98px) {
  .gallery-grid-item, .gallery-grid-sizer {
    width: 100%;
  }
}

.gallery-grid-item {
  margin: 0 auto 16px auto;
}

.gallery-grid-item img {
  max-width: 100%;
  display: block;
}

.news-wrapper {
  background-color: #f3f2f3;
  padding: 64px 0;
}

.news-wrapper .pagination {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-wrapper .pagination .page-numbers {
  color: #333;
}

.news-wrapper .pagination .current {
  color: #ffda00;
  background: none;
}

.news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0.6px 2.5px rgba(0, 0, 0, 0.019), 0 2px 8.3px rgba(0, 0, 0, 0.029), 0 9px 37px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.6px 2.5px rgba(0, 0, 0, 0.019), 0 2px 8.3px rgba(0, 0, 0, 0.029), 0 9px 37px rgba(0, 0, 0, 0.05);
}

.news-box .featured-image {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-box .box-content {
  background-color: white;
  padding: 32px 24px 24px 24px;
}

.news-box .box-content .news-title {
  color: #333;
}

.news-box .box-content .news-title {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.2;
}

.news-box .box-content .news-short {
  color: #666;
  font-size: 1rem;
  height: 4.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.news-box .box-content .news-short p {
  line-height: 1.5rem;
  height: 100%;
  text-overflow: ellipsis;
}

.news-box .box-content .button {
  padding: 8px 24px;
  margin-top: 16px;
}

.news-article-wrapper {
  background-color: #f3f2f3;
}

.news-article-wrapper .news-article-container {
  padding: 64px 0;
}

.news-article-wrapper .news-article-container .news-article {
  -webkit-box-shadow: 0 0.6px 2.5px rgba(0, 0, 0, 0.019), 0 2px 8.3px rgba(0, 0, 0, 0.029), 0 9px 37px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.6px 2.5px rgba(0, 0, 0, 0.019), 0 2px 8.3px rgba(0, 0, 0, 0.029), 0 9px 37px rgba(0, 0, 0, 0.05);
  color: #333;
}

.news-article-wrapper .news-article-container .featured-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-article-wrapper .news-article-container .article-content-container {
  background-color: white;
  padding: 16px 24px;
}

.news-article-wrapper .news-article-container .article-content h3 {
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2rem;
}

.news-article-wrapper .news-article-container .article-content a {
  color: #facc00;
}

.news-article-wrapper .news-article-container .article-title {
  color: #333;
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.news-article-wrapper .news-article-container .article-date {
  color: #333;
  font-weight: 400;
  margin: 1rem 0;
  font-size: 1rem;
}

.news-article-wrapper .news-article-container .article-content {
  color: #333;
}

.news-article-wrapper .news-article-container .breaker {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  margin-bottom: 2rem;
}

.news-article-wrapper .news-article-container .button {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 12px 20px;
}

@media screen and (max-width: 1799.98px) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media print, screen and (min-width: 1800px) {
  .hide-for-xxlarge {
    display: none !important;
  }
}
/*# sourceMappingURL=custom-gallery.css.map */