/*
******************************
** News Styles
******************************
*/
/*
** Color Values
*/
/* light background*/
/* blue background*/
/* grey background */
/*
** Font Sizes
*/
/*
** Line height
*/
/*
** Spacing
 */
/*
** Fonts
*/
/*
** Width Variables
*/
/*
** Animation
 */
/**
** Important definitions
 */
/* includes spacing */
/*
******************************
** Media Query Mixin
******************************
*/
/*
** Color Values
*/
/* light background*/
/* blue background*/
/* grey background */
/*
** Font Sizes
*/
/*
** Line height
*/
/*
** Spacing
 */
/*
** Fonts
*/
/*
** Width Variables
*/
/*
** Animation
 */
/**
** Important definitions
 */
/* includes spacing */
.news {
  /* List */
  /* detail */ }
  .news .news-list-view {
    /**
    ** Default List Layout
     */
    /**
    ** Date List Layout
     */
    /**
    ** Image List Layout
     */
    /**
    ** Slider List Layout
    */ }
    .news .news-list-view.default-layout article {
      position: relative;
      margin-top: 30px;
      padding-bottom: 20px;
      border-bottom: 1px solid #dcdedf; }
      .news .news-list-view.default-layout article header {
        font-size: 14px;
        color: #999999; }
        @media screen and (min-width: 576px) {
          .news .news-list-view.default-layout article header .date {
            padding-right: 25px; } }
        @media screen and (max-width: 576px) {
          .news .news-list-view.default-layout article header span {
            display: block; } }
      .news .news-list-view.default-layout article .news-headline {
        font-size: 22px;
        line-height: 30px;
        color: #2c3e50;
        margin: 10px 0;
        font-weight: 300; }
        @media screen and (max-width: 576px) {
          .news .news-list-view.default-layout article .news-headline {
            font-size: 18px; } }
      .news .news-list-view.default-layout article p {
        color: #333333; }
      @media screen and (min-width: 576px) {
        .news .news-list-view.default-layout article .body {
          padding-right: 60px; } }
      .news .news-list-view.default-layout article .more {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 0;
        width: 30px;
        height: 30px;
        border: 1px solid #6A7781;
        text-align: center;
        text-transform: uppercase; }
        @media screen and (max-width: 576px) {
          .news .news-list-view.default-layout article .more {
            margin-top: 0;
            display: none; } }
        .news .news-list-view.default-layout article .more i {
          font-size: 25px;
          margin-top: 0;
          color: #6A7781; }
      .news .news-list-view.default-layout article .news-headline {
        transition: color 0.3s ease; }
      .news .news-list-view.default-layout article .more i {
        transition: transform 0.15s ease;
        transform: translateX(-5%); }
      .news .news-list-view.default-layout article:hover .news-headline {
        color: #033c77; }
      .news .news-list-view.default-layout article:hover .more i {
        transform: translateX(30%); }
    .news .news-list-view.date-layout article {
      display: flex; }
      .news .news-list-view.date-layout article:not(:last-child) {
        margin-bottom: 30px; }
      .news .news-list-view.date-layout article .news-list-date {
        flex: 0 0 100px;
        margin-right: 20px; }
        .news .news-list-view.date-layout article .news-list-date span {
          display: block;
          text-align: center;
          color: white; }
        .news .news-list-view.date-layout article .news-list-date .day {
          height: 90px;
          line-height: 90px;
          font-size: 48px;
          background: #033c77; }
        .news .news-list-view.date-layout article .news-list-date .month {
          height: 30px;
          line-height: 30px;
          font-size: 16px;
          background: #2c3e50; }
      .news .news-list-view.date-layout article .header h3 {
        margin-bottom: 8px;
        font-size: 18px;
        font-weight: 600;
        color: #2c3e50;
        transition: color 0.3s ease; }
      .news .news-list-view.date-layout article:hover .header h3 {
        color: #033c77; }
    .news .news-list-view.date-layout time {
      display: none; }
    .news .news-list-view.image-layout article:hover .news-img-wrap img:first-child {
      opacity: 1;
      visibility: visible; }
    .news .news-list-view.image-layout article header {
      padding: 10px;
      background: #fff;
      border-left: 1px solid #c9c9c9;
      border-top: 1px solid #c9c9c9;
      border-right: 1px solid #c9c9c9; }
      .news .news-list-view.image-layout article header .news-img-wrap {
        position: relative;
        text-align: center;
        height: 180px; }
        .news .news-list-view.image-layout article header .news-img-wrap img:first-child {
          visibility: hidden;
          opacity: 0;
          z-index: 1; }
        .news .news-list-view.image-layout article header .news-img-wrap img {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          transition: opacity 0.3s ease, visibility 0.3s ease;
          height: 100%;
          object-fit: contain; }
          .news .news-list-view.image-layout article header .news-img-wrap img[src$="png"] {
            background-color: #fff; }
      @media screen and (max-width: 576px) {
        .news .news-list-view.image-layout article header header .news-img-wrap {
          height: 130px; } }
    .news .news-list-view.image-layout article .news-headline {
      font-weight: 600;
      margin-bottom: 4px; }
    .news .news-list-view.image-layout article .teaser-text {
      padding: 15px 25px;
      background: white;
      color: #2c3e50;
      border-right: 1px solid #c9c9c9;
      border-left: 1px solid #c9c9c9; }
    .news .news-list-view.image-layout article .more {
      display: block;
      padding: 0 25px 25px 25px;
      background: white;
      font-weight: 600;
      border-right: 1px solid #c9c9c9;
      border-bottom: 1px solid #c9c9c9;
      border-left: 1px solid #c9c9c9; }
    .news .news-list-view.slider-layout {
      /**
      ** Slider initialized
       */
      /**
      ** Default without Slider
       */ }
      .news .news-list-view.slider-layout.slick-initialized .article .teaser-text {
        padding-bottom: 70px; }
      .news .news-list-view.slider-layout.slick-initialized .fa {
        position: absolute;
        display: block;
        width: 29px;
        bottom: 29px;
        color: white;
        text-align: center;
        line-height: 28px;
        border: 1px solid white;
        cursor: pointer;
        z-index: 10; }
        .news .news-list-view.slider-layout.slick-initialized .fa:not(.slick-disabled) {
          transition: font-size 0.15s ease; }
          .news .news-list-view.slider-layout.slick-initialized .fa:not(.slick-disabled):hover {
            font-size: 18px; }
        .news .news-list-view.slider-layout.slick-initialized .fa.fa-angle-right {
          left: 68px; }
        .news .news-list-view.slider-layout.slick-initialized .fa.fa-angle-left {
          left: 30px; }
        .news .news-list-view.slider-layout.slick-initialized .fa.slick-disabled {
          border: 1px solid #6A7781;
          background: #6A7781; }
      .news .news-list-view.slider-layout article {
        position: relative;
        width: 100%; }
        .news .news-list-view.slider-layout article a {
          position: relative;
          display: block;
          height: 100%; }
        .news .news-list-view.slider-layout article .news-img-wrap {
          width: 100%;
          height: 420px;
          background-size: cover;
          background-position: center center; }
          @media screen and (max-width: 576px) {
            .news .news-list-view.slider-layout article .news-img-wrap {
              height: 320px; } }
        .news .news-list-view.slider-layout article .teaser-text {
          position: absolute;
          width: 55%;
          top: 0;
          bottom: 0;
          left: 0;
          padding: 20px 30px 30px 30px;
          background: rgba(44, 62, 80, 0.9); }
          @media screen and (max-width: 576px) {
            .news .news-list-view.slider-layout article .teaser-text {
              width: 100%;
              background: rgba(44, 62, 80, 0.8); } }
          .news .news-list-view.slider-layout article .teaser-text time, .news .news-list-view.slider-layout article .teaser-text p, .news .news-list-view.slider-layout article .teaser-text h3 {
            color: white; }
          .news .news-list-view.slider-layout article .teaser-text h3 {
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            margin-bottom: 12px; }
          .news .news-list-view.slider-layout article .teaser-text time {
            font-weight: 600; }
          .news .news-list-view.slider-layout article .teaser-text .news-list-date {
            position: absolute;
            bottom: 0; }
  .news.news-single {
    /**
    ** Default
     */ }
    .news.news-single article h1, .news.news-single article h2 {
      margin: 0; }
    .news.news-single article .teaser-text {
      margin-top: 38px;
      margin-bottom: 38px; }
    .news.news-single article .news-img-wrap {
      margin-top: 38px;
      margin-bottom: 38px; }
      .news.news-single article .news-img-wrap > div {
        margin-bottom: 15px; }
      @media screen and (max-width: 992px) {
        .news.news-single article .news-img-wrap {
          margin-top: 19px;
          margin-bottom: 19px; } }
      .news.news-single article .news-img-wrap .news-img-caption {
        margin-top: 12px;
        font-size: 12px;
        line-height: 18px; }
      .news.news-single article .news-img-wrap.slick-initialized .slick-arrow {
        position: absolute;
        width: 35px;
        height: 35px;
        line-height: 35px;
        top: 48%;
        font-size: 20px;
        color: #033c77;
        text-align: center;
        background: #ffffff6e;
        cursor: pointer;
        z-index: 100; }
      .news.news-single article .news-img-wrap.slick-initialized .fa-angle-right {
        right: 20px; }
      .news.news-single article .news-img-wrap.slick-initialized .fa-angle-left {
        left: 20px; }
    .news.news-single article .news-related-files {
      margin: 30px 0; }
      .news.news-single article .news-related-files li {
        line-height: 25px; }
        .news.news-single article .news-related-files li:not(:last-child) {
          margin-bottom: 18px; }
      .news.news-single article .news-related-files a {
        font-size: 30px;
        color: #2c3e50; }
        .news.news-single article .news-related-files a:hover {
          color: #0b72b5; }
      .news.news-single article .news-related-files i {
        padding-right: 20px; }
      .news.news-single article .news-related-files .news-related-files-size {
        white-space: nowrap; }
      @media screen and (max-width: 576px) {
        .news.news-single article .news-related-files {
          margin: 15px 0; }
        .news.news-single article .news-related-files a {
          font-size: 18px; }
        .news.news-single article .news-related-files i {
          padding-right: 15px; } }
    .news.news-single article .news-backlink-wrap {
      margin-top: 30px; }
