/* compiled by scssphp v1.0.6 on Mon, 11 May 2020 15:07:17 +0000 (0.0395s) */

/* News SCSS Document */
.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 .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;
}
/* Grid of images with text under */
.news.textunder .news-item {
  position: relative;
}
.news.textunder .module-image {
  width: 100%;
  display: block;
  padding-bottom: 5px;
}
.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: normal;
}
/* 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;
}
/* Media queries */
@media screen and (max-width: 480px) {
  /* News */
  .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;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22edit%2Fmodules%2Fnews%2Fnews.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CwBAAA%3BAAUC%3BAAAA%2CiBAAA%3BAAAA%3BAAIC%3BAAAA%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BAAQC%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAQA%3BAAAA%3BoBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAlDL%2CiCAAA%3BAAkEG%3BAAAA%2CsBAAA%3BAAAA%3BAAEA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAzEH%2CiCAAA%3BAAoFE%3BAAAA%2CqBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMC%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAzGH%2CoBAAA%3BAAgHI%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAzHJ%2C6CAAA%3BAAqIE%3BAAAA%2CqBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAArJJ%2CoCAAA%3BAAoKE%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3BiBAAA%3BAAAA%3BAA7KH%2CoDAAA%3BAAuLE%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAtMH%2CsDAAA%3BAAiNE%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQC%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAnPJ%2CiCAAA%3BAA8PE%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%2CsBAAA%3BAAAA%3BAAjRJ%2CuBAAA%3BAAyRC%3BAAAA%2CiBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAWA%3BAAAA%2CcAAA%3BAAAA%3BAAED%3BAAAA%2CoBAAA%3BAAAA%3BAAQA%3BAAAA%2CiBAAA%3BAAAA%3BAAxTF%2CmBAAA%3BAAiUA%3BAAAA%2CYAAA%3BAAGC%3BAAAA%3B6BAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B0DAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAWC%3BAAAA%3B2BAAA%3BAAAA%3BAAQF%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAAA%22%7D */