/**
* Base Colors
*/
/**************************
  Broden Mickelsen Colors
***************************/
/**************************
  Media Queries
***************************/
/*************************
 Broden Mickelsen Fonts
**************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-template_news .main-content {
  padding-top: 25px;
}

.page-template-template_news .main-content .content-container {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .page-template-template_news .main-content .content-container {
    padding: 0 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .page-template-template_news .main-content .content-container {
    padding: 0 70px;
  }
}
.page-template-template_news .news-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .page-template-template_news .news-container {
    flex-direction: column;
  }
}
.page-template-template_news .news-btn {
  background-color: var(--accent-color);
  border-radius: 0;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .page-template-template_news .news-btn {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .page-template-template_news .news-btn:last-of-type {
    margin-right: 0;
  }
}
.page-template-template_news .news-btn.active {
  background-color: #0E5739;
  color: #fff;
}

.page-template-template_news .news-masonry-container {
  column-gap: 24px;
}

@media screen and (min-width: 992px) {
  .page-template-template_news .news-masonry-container {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template_news .news-masonry-container {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
  }
}
.page-template-template_news .news-item {
  padding: 2rem;
  background-color: #fff;
  border: 1px solid #0E5739;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin-bottom: 24px;
}

@-moz-document url-prefix() {
  .page-template-template_news .news-item {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .page-template-template_news .news-item {
    padding: 27px 20px;
  }
}
.page-template-template_news .news-item .image-holder {
  margin-bottom: 15px;
  width: 100%;
  max-width: 380px;
}

@media (max-width: 768px) {
  .page-template-template_news .news-item .image-holder {
    padding-top: 7px;
    max-width: 245px;
    margin-bottom: 20px;
    min-height: 163px;
    max-height: 350px;
  }
}
.page-template-template_news .news-item .image-holder .news-img {
  object-fit: cover;
}

@media (max-width: 768px) {
  .page-template-template_news .news-item .image-holder .news-img {
    max-width: 245px;
    min-height: 163px;
    max-height: 350px;
    width: auto;
  }
}
.page-template-template_news .news-heading-title {
  font-family: var(--secondary-font), sans-serif;
  color: #003334;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  border-bottom: 1px solid #0E5739;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.page-template-template_news .news-date {
  display: block;
  margin-bottom: 15px;
  color: var(--text-color);
}

.page-template-template_news .news-date span, .page-template-template_news .news-date .month {
  color: var(--text-color);
}

.page-template-template_news .news-date span a:is(.page-template-template_news .news-date span a:hover, .page-template-template_news .news-date span a:focus, .page-template-template_news .news-date .month a:hover, .page-template-template_news .news-date .month a:focus), .page-template-template_news .news-date .month a:is(.page-template-template_news .news-date span a:hover, .page-template-template_news .news-date span a:focus, .page-template-template_news .news-date .month a:hover, .page-template-template_news .news-date .month a:focus) {
  text-decoration: underline;
}

.page-template-template_news .news-excerpt {
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 0;
}

.page-template-template_news .news-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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