@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
div.flex_three-col div.news div.news-list-view div.footer {
  display: none; }
div.flex_three-col div.news div.news-list-view div.header h3 {
  margin-bottom: 10px; }
  div.flex_three-col div.news div.news-list-view div.header h3 a {
    padding-left: 0; }
    div.flex_three-col div.news div.news-list-view div.header h3 a:before {
      display: none; }
div.flex_three-col div.news div.news-list-view div.news-img-wrap {
  float: left; }
  div.flex_three-col div.news div.news-list-view div.news-img-wrap img {
    max-width: 75px;
    margin: 0 10px 10px 0; }
  div.flex_three-col div.news div.news-list-view div.news-img-wrap a {
    padding-left: 0; }
    div.flex_three-col div.news div.news-list-view div.news-img-wrap a:before {
      display: none; }
div.flex_three-col div.news div.news-list-view a {
  font-weight: 700;
  display: block;
  padding-left: 24px;
  position: relative;
  font-size: 16px;
  color: #1d1d27;
  transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s; }
  div.flex_three-col div.news div.news-list-view a:before {
    content: url("../images/link-triangle.png");
    position: absolute;
    left: 0; }
  div.flex_three-col div.news div.news-list-view a:hover {
    opacity: 0.5; }
div.flex_three-col div.news div.news-list-view div.article {
  margin-bottom: 35px; }

.news div.flex_headline {
  margin-bottom: 26px; }
  .news div.flex_headline div.fh-content {
    border-bottom: 1px solid #d4d4d4; }
    .news div.flex_headline div.fh-content h1 {
      position: relative;
      bottom: -1px;
      display: inline-block;
      border-bottom: 5px solid #0a9ba0; }
.news .mediaelement-image {
  text-align: center;
  padding: 20px 0; }
  .news .mediaelement-image img {
    max-width: 100%;
    height: auto; }
.news .flex_countdown {
  margin-bottom: 40px; }
.news .news-text-wrap a {
  color: #0a9ba0;
  transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s; }
  .news .news-text-wrap a:hover {
    opacity: 0.5;
    text-decoration: none !important; }
.news .news-related h3 {
  margin-top: 30px; }
.news .news-related a {
  color: #0a9ba0; }
.news .news-related ul li {
  padding-left: 35px;
  position: relative;
  line-height: 22px;
  margin: 10px 0; }
  .news .news-related ul li:before {
    position: absolute;
    left: 0;
    font-family: "FontAwesome", sans-serif;
    content: "\f111";
    font-size: 10px;
    color: #0a9ba0;
    line-height: inherit; }
.news div.page-navigation {
  padding-top: 20px;
  text-align: center; }
  .news div.page-navigation > p {
    text-align: center;
    margin-bottom: 15px;
    padding: 0 !important; }
  .news div.page-navigation ul {
    display: inline-block;
    position: relative; }
    .news div.page-navigation ul li {
      display: inline-block; }
      .news div.page-navigation ul li a {
        color: #0a9ba0;
        padding: 0 5px; }
      .news div.page-navigation ul li.current {
        padding: 0 5px;
        font-weight: 700; }
      .news div.page-navigation ul li.next {
        margin-left: 20px;
        right: -75px; }
      .news div.page-navigation ul li.previous, .news div.page-navigation ul li.next {
        position: absolute;
        top: 0; }
        .news div.page-navigation ul li.previous a, .news div.page-navigation ul li.next a {
          font-weight: 700;
          display: block;
          padding-left: 24px;
          position: relative;
          font-size: 16px;
          color: #1d1d27;
          transition: opacity 0.25s;
          -webkit-transition: opacity 0.25s;
          padding-right: 0; }
          .news div.page-navigation ul li.previous a:before, .news div.page-navigation ul li.next a:before {
            content: url("../images/link-triangle.png");
            position: absolute;
            left: 0; }
          .news div.page-navigation ul li.previous a:hover, .news div.page-navigation ul li.next a:hover {
            opacity: 0.5; }
      .news div.page-navigation ul li.previous {
        margin-right: 20px;
        left: -106px; }
        .news div.page-navigation ul li.previous a {
          padding-left: 0;
          padding-right: 24px; }
          .news div.page-navigation ul li.previous a:before {
            content: url("../images/link-triangle-reverse.png");
            left: auto;
            right: 0; }

#sub .news .more {
  font-weight: 700;
  display: block;
  padding-left: 10px;
  position: relative;
  font-size: 16px;
  color: #1d1d27;
  transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s; }
  #sub .news .more:before {
    content: url("../images/link-triangle.png");
    position: relative;
    left: -10px; }
  #sub .news .more:hover {
    opacity: 0.5; }
#sub .news .news-list-view .news-img-wrap {
  width: 33%;
  float: left;
  margin-right: 40px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #DDD;
  text-align: center; }
#sub .news .news-list-view .teaser-text {
  float: left;
  width: 60%; }
#sub .news .news-list-view p {
  padding: 0 0 30px 0; }
#sub .news .news-list-view .article {
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px; }

@media screen and (max-width: 1023px) {
  div.flex_three-col div.news div.article {
    width: 50%;
    float: left; }
    div.flex_three-col div.news div.article:first-child {
      padding-right: 10px; }
    div.flex_three-col div.news div.article:last-child {
      padding-left: 10px; } }
@media screen and (max-width: 767px) {
  div.flex_three-col div.news div.news-list-view div.article {
    width: 100%;
    float: none;
    margin-bottom: 0; }
    div.flex_three-col div.news div.news-list-view div.article:first-child {
      padding-right: 0; }
    div.flex_three-col div.news div.news-list-view div.article:last-child {
      display: none; }

  #sub .news .news-list-view .news-img-wrap {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px; } }

/*# sourceMappingURL=news.css.map */
