/* compiled by scssphp v0.0.12 on Wed, 09 Oct 2019 13:08:33 +1300 (0.085s) */

/* 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 .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;
}
.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;
  /* 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 .news-item:hover .module-text:after {
  opacity: 1;
}
.news.textunder .module-image {
  width: 100%;
  display: block;
  padding-bottom: 5px;
}
.news.textunder .module-text {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.news.textunder .module-text:after {
  content: '';
  -webkit-background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  -moz-background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  -ms-background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  -o-background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  /* 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: normal;
  /* Harcourtsnews stlye */
}
.news.harcourtsnews .news-item {
  position: relative;
  float: left;
}
.news.harcourtsnews .news-item .module-text:after {
  content: '';
  -webkit-background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  -moz-background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  -ms-background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  -o-background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.news.harcourtsnews .news-item:hover .module-text:after {
  opacity: 1;
}
.news.harcourtsnews .news-item {
  width: 32%;
  margin-right: 2%;
}
.news.harcourtsnews .news-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.news.harcourtsnews .news-item:nth-of-type(1) {
  width: 66% !important;
  margin-right: 2% !important;
}
.news.harcourtsnews .news-item:nth-of-type(2) {
  margin-right: 0 !important;
}
.news.harcourtsnews .news-item:nth-of-type(2) .module-image {
  padding-bottom: 5px;
  width: 100%;
  height: 0;
  padding: 62% 0 0;
  overflow: hidden;
  position: relative;
}
.news.harcourtsnews .module-image {
  width: 100%;
  display: none;
  padding-bottom: 5px;
}
.news.harcourtsnews .module-text {
  width: 100%;
  display: block;
  background-color: #fff;
  color: #001f49;
  padding: 25px;
  box-sizing: border-box;
}
.news.harcourtsnews .module-text h4 {
  padding-top: 0;
  font-size: 16px;
  padding-bottom: 6px;
}
.news.harcourtsnews .module-text p {
  color: #58616d;
}
.news.harcourtsnews .first-news-item .module-text p, .news.harcourtsnews .second-news-item .module-text p {
  height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news.harcourtsnews .first-news-item .module-image, .news.harcourtsnews .second-news-item .module-image {
  display: block;
}
.news.harcourtsnews .first-news-item .module-text {
  float: none;
  width: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 500;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  width: 49%;
  padding: 25px;
  box-sizing: border-box;
}
.news.harcourtsnews .module-image {
  padding-bottom: 5px;
  width: 100%;
  /*padding: 45% 0 0;*/
  height: 0;
  padding: 49% 0 0;
  overflow: hidden;
  position: relative;
}
.news.harcourtsnews .module-image .module-image-inner {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
}
.news.harcourtsnews .module-image .module-image-inner img {
  flex: 1;
}
.news.harcourtsnews .second-news-item .module-image-inner {
  display: block;
}
.news.harcourtsnews .older-articles:nth-child(5) {
  margin-right: 0%;
}
.news.harcourtsnews .module-text .news-item-text-date {
  color: #00adef;
  font-size: 13px;
}
@media screen and (min-width: 851px) {
  .news.harcourtsnews .module-text .news-item-text-date {
    margin-bottom: 6px;
  }
  .news.harcourtsnews .second-news-item .module-text {
    width: 100%;
    /*padding: 27% 0 0;*/
    height: 0;
    padding: 35% 0 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 14px;
  }
  .news.harcourtsnews .second-news-item .module-text-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0 0 0;
    border: solid 10px #fff;
    border-left-width: 15px;
    border-right-width: 15px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .news.harcourtsnews .first-news-item .module-text {
    padding: 15px;
  }
}
@media screen and (min-width: 880px) {
  .news.harcourtsnews .second-news-item .module-text-inner {
    border: solid 10px #fff;
    border-left-width: 15px;
    border-right-width: 15px;
  }
}
@media screen and (min-width: 990px) {
  .news.harcourtsnews .second-news-item .module-text-inner {
    border: solid 18px #fff;
  }
  .news.harcourtsnews .first-news-item .module-text {
    padding: 18px 25px;
  }
}
@media screen and (min-width: 1080px) {
  /* News details page */  .news.harcourtsnews .second-news-item .module-text-inner {
    border: solid 20px #fff;
  }
  .news.harcourtsnews .first-news-item .module-text {
    padding: 20px 25px;
  }
}
.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;
  /* Media queries */
}
@media screen and (max-width: 850px) {
  .news.harcourtsnews .news-item:nth-of-type(1), .news.harcourtsnews .news-item {
    width: 48% !important;
    margin-right: 4% !important;
  }
  .news.harcourtsnews .news-item:nth-child(3n+3) {
    margin-right: 4% !important;
  }
  .news.harcourtsnews .news-item:nth-child(3n+4) {
    clear: none !important;
  }
  .news.harcourtsnews .news-item:nth-child(2n+2) {
    margin-right: 0 !important;
  }
  .news.harcourtsnews .news-item:nth-child(2n+3) {
    clear: both !important;
  }
  .news.harcourtsnews .news-item .module-image {
    padding: 65% 0 0 !important;
    display: block !important;
  }
  .news.harcourtsnews .news-item .module-text {
    padding: 15px;
    display: block !important;
  }
  .news.harcourtsnews .first-news-item .module-text p, .news.harcourtsnews .second-news-item .module-text p {
    height: auto;
    overflow: hidden;
    white-space: inherit;
  }
}
@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.harcourtsnews .news-item:nth-of-type(1), .news.harcourtsnews .news-item {
    width: 100% !important;
    margin-right: 0% !important;
    clear: both !important;
  }
  .news.harcourtsnews .news-item {
    /* News details page */
  }
  .news-details-image {
    float: left;
    max-width: 100%;
    padding-left: 0px;
  }
}
