/* compiled by scssphp v0.0.12 on Tue, 29 Nov 2022 11:57:29 +1300 (0.0709s) */

/* News SCSS Document */
/* News */
.news {
  display: block;
}
.news .news-item {
  display: inline-block;
  margin-bottom: 20px;
}
.news .module-image {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news .module-image img {
  vertical-align: middle;
}
.news a.news-item:hover .module-image {
  opacity: 0.7;
}
.news a.news-item:hover h4 {
  color: #b2b2b2;
  transition: 0.3s;
}
.news .module-text p {
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.news .module-text .news-item-text-date {
  display: block;
  font-weight: bold;
  color: #b2b2b2;
}
.news .module-text .news-item-text-date [class^="icon-"], .news .module-text .news-item-text-date [class*=" icon-"], .news .module-text .news-item-text-date .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
  /* Main first article featured */
}
.news.mainfirst .news-item:first-child {
  margin-bottom: 30px;
}
.news.mainfirst .module-image {
  width: 100%;
  display: block;
}
.staff.mainfirst .module-text {
  width: 100%;
  display: block;
  padding-top: 5px;
  /* Grid of images next to text */
}
.news.imageside .news-item {
  position: relative;
}
.news.imageside .module-image {
  float: left;
  width: 40%;
  display: block;
}
.news.imageside.grid.one-column .module-image {
  width: 20%;
}
.news.imageside.grid.seven-column .module-image, .news.imageside.grid.six-column .module-image, .news.imageside.grid.five-column .module-image {
  width: 100%;
  padding-bottom: 5px;
}
.news.imageside .module-text {
  float: left;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* If image shown */
}
.news.imageside .module-image + .module-text {
  width: 60%;
  padding-left: 20px;
}
.news.imageside.grid.one-column .module-image + .module-text {
  width: 80%;
}
.news.imageside.grid.seven-column .module-text, .news.imageside.grid.six-column .module-text, .news.imageside.grid.five-column .module-text {
  width: 100%;
  padding-left: 0px;
}
.search {
  padding: 25px 20px;
  width: calc(100% - 85px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e5e5e5;
}
.news-search-button {
  width: 85px;
  float: right;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #e5e5e5;
  font-size: 40px;
  padding: 18px 0;
  cursor: pointer;
  /* Grid of images on the right of the text */
}
.news.imageright .news-item {
  position: relative;
}
.news.imageright .module-image {
  float: right;
  width: 40%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
.news.imageright.grid.one-column .module-image {
  width: 20%;
}
.news.imageright.grid.seven-column .module-image, .news.imageright.grid.six-column .module-image, .news.imageright.grid.five-column .module-image {
  width: 100%;
  padding-left: 0px;
  padding-bottom: 5px;
}
.news.imageright .module-text {
  /* Grid of images with text under */
}
.news.textunder .news-item {
  position: relative;
}
.news.textunder .module-image {
  width: 100%;
  display: block;
}
.news.textunder .module-text {
  width: 100%;
  display: block;
  /* Grid of images with title above and text under */
}
.news.blog.grid.one-column .news-item {
  padding-top: 15px;
  position: relative;
}
.news.blog.grid.one-column .news-item:first-child {
  border: none;
  padding-top: 0px;
}
.news.blog .module-image {
  width: 100%;
  display: block;
  text-align: center;
}
.news.blog .module-text {
  width: 100%;
  display: block;
  padding-top: 5px;
  /* Bordered grid of images on the right of the text */
}
.news.boxed .news-item {
  padding: 15px 15px 15px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.news.boxed .module-image {
  float: right;
  width: 40%;
  display: block;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.news.boxed.grid.one-column .module-image {
  width: 20%;
}
.news.boxed.grid.seven-column .module-image, .news.boxed.grid.six-column .module-image, .news.boxed.grid.five-column .module-image {
  float: none;
  width: 100%;
  display: inline-block;
  padding-left: 0px;
  padding-bottom: 5px;
}
.news.boxed .module-text h4 {
  padding-top: 0px;
}
.news.boxed.grid.seven-column .module-text h4, .news.boxed.grid.six-column .module-text h4, .news.boxed.grid.five-column .module-text h4 {
  padding-top: 10px;
  /* Summary with smaller images */
}
.news.summary .news-item {
  display: block;
  position: relative;
  margin-bottom: 5px !important;
}
.news.summary .module-image {
  float: left;
  display: inline-block;
  max-width: 20%;
  margin-right: 10px;
  padding-top: 5px;
}
.news.summary .module-text {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.news .module-text .news-item-text-date {
  font-weight: 100;
  font-size: 16px;
  /* News details page */
}
.news-details {
  display: block;
}
.news-details-image {
  float: right;
  display: inline-block;
  max-width: 50%;
  padding-left: 20px;
}
.layout.middle .news-details-image, .layout.half .news-details-image, .layout.third .news-details-image, .layout.side .news-details-image {
  max-width: 100%;
  padding-left: 0px;
  padding-bottom: 10px;
}
.news-details-contact .clearer {
  clear: left;
}
.news-details-date {
  font-weight: bold;
}
.news-details-description .backlink {
  display: block;
}
.author-description .author-name {
  word-wrap: none;
  display: inline-block;
}
.author-description .author-name .fa-user {
  margin-right: 3px;
}
.news-two-column {
  display: block;
}
.news-two-column .column {
  float: left;
  width: 47.5%;
}
.news-two-column .column:nth-child(2) {
  float: right;
  margin-left: 5%;
}
.news-footnotes {
  font-size: 12px;
  line-height: 1.8;
  /*padding-top:2em;*/
  position: relative;
  display: block;
  clear: both;
  min-height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.8rem;
}
.news-footnotes p {
  width: 47.5%;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 1em;
  margin: 0;
}
.news-footnotes .news-footnotes-buttons {
  display: flex;
  flex-direction: column;
}
.news-footnotes p + .news-footnotes-buttons {
  align-items: flex-end;
}
.news-footnotes .backlink {
  margin-top: 10px;
  /* Media queries */
}
@media screen and (max-width: 800px) {
  .news-two-column .column {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .news-footnotes {
    flex-direction: column;
  }
  .news-footnotes p {
    width: 100%;
  }
  .news-footnotes p + .news-footnotes-buttons {
    align-items: flex-start;
    width: 100%;
  }
  .news-footnotes .backlink {
    float: none;
    max-width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 480px) {
  .news {
    display: block;
    /* Grid on images side */
  }
  .news.imageside .news-item, .news.imageright .news-item {
    width: 100% !important;
    margin-right: 0% !important;
    margin-bottom: 30px;
  }
  .news.imageside .module-image, .news.imageright .module-image {
    float: none;
    display: inline-block;
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 5px;
  }
  .news.imageside .module-text {
    float: none;
    display: inline-block;
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    /* Bordered grid of images on the right of the text */
  }
  .news.boxed .module-image {
    float: none;
    display: inline-block;
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 5px;
  }
  .news.boxed .module-text h4 {
    padding-top: 10px;
    /* News details page */
  }
  .news-details-image {
    float: left;
    max-width: 100%;
    padding-left: 0px;
  }
}
.news-pagination {
  text-align: center;
}
.pagenation-dots span {
  padding: 0 5px;
}
.pagenation-dots span:first-of-type {
  padding-left: 10px;
}
.pagenation-dots span:last-of-type {
  padding-right: 10px;
}
.page-index {
  display: inline-block;
  color: #b2b2b2;
  text-transform: uppercase;
}
.page-numbers {
  display: inline-block;
  margin-left: 30px;
}
.page-number {
  background-color: transparent;
  border: none;
  font-weight: 300;
  font-size: 25px;
  padding: 0 20px;
  transition: 0.3s;
}
.page-number.active {
  color: #b2b2b2;
}
.page-number:hover {
  color: #b2b2b2;
}
