/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
  clear: both; }
.news .nav ul {
  float: left;
  display: inline;
  margin: 0; }
.news .nav li {
  float: left; }
.news .nav a {
  float: left;
  display: block; }
.news .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
.news .article, .newsauthor-detail .article {
  margin-bottom: 2rem; }
  .news .article:last-child {
    margin-bottom: 0; }
  .news .article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .news .article .news-img-wrap {
    float: left;
    margin: 0.4rem 1.5rem 0.75rem 0;
    background: #fff; }
    .news .article .news-img-wrap a {
      width: 100%;
      /*padding: 4px;
      border: $border-width solid $border-color;
      background: #fff;*/ }
    .news .article .news-img-wrap img {
      float: left;
      height: auto;
      width: 100%; }
.news .footer {
  clear: both;
  padding: 0 0 0 0;
  border-top: 0.063rem solid #a3aaac;
  margin-top: 0.75rem;
  color: #6e777b; }
  .news .footer p {
    margin-bottom: 0; }
  .news .footer span {
    display: inline-block;
    padding-right: 0.75rem;
    margin-right: 0.75rem;
    border-right: 0.063rem solid #a3aaac; }
    .news .footer span:last-child {
      border-right: 0; }
  .news .footer .news-category a {
    text-transform: uppercase; }
.news .no-news-found {
  color: #ba0202; }
.news .page-navigation p {
  float: left; }
.news .page-navigation ul {
  float: right; }
  .news .page-navigation ul li {
    float: left;
    display: block; }
    .news .page-navigation ul li a {
      display: block; }

/* category menu view */
.news-category-view ul li {
  padding: 5px 8px; }
  .news-category-view ul li li {
    padding: 2px 8px 2px 12px; }
.news-category-view > ul > li:nth-child(even) {
  background: #f9f9f9;
  border-top: 0.063rem solid #a3aaac;
  border-bottom: 0.063rem solid #a3aaac; }
.news-category-view .category-desc {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 0.063rem solid #a3aaac; }

/* single view */
.news-single .footer {
  margin-bottom: 1.5rem;
  margin-top: 0.75rem;
  padding: 0.75rem 0 0 0;
  border-bottom: 0;
  border-top: 0.063rem solid #a3aaac; }
.news-single .article .news-img-wrap {
  float: right;
  width: 100%;
  margin: 0.4rem 0 0 3rem; padding-bottom:1em;}
  @media (min-width: 401px) {
    .news-single .article .news-img-wrap {
      width: 100%; } }
  .news-single .article .news-img-wrap .outer {
    margin-bottom: 1.5rem; }
  .news-single .article .news-img-wrap img {
    float: none; }

.news-img-caption {
  color: #6e777b; }
  
.news-img-wrap .image-caption { font-family: 'Open Sans', Arial, sans-serif; font-size:0.7em; margin-top:0.5em;	 padding-bottom:1.5em;  }  

/* related news + files */
.news-related-wrap {
  margin-top: 1.5rem;
  border-top: 0.063rem solid #a3aaac;
  clear: both; }

.news-related {
  padding: 1.5rem 0;}
  .news-related ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
  .news-related ul li {
    padding-bottom: 1.5em; }
    .news-related ul li span {
       }
      .news-related ul li span:last-child {
        border-right: 0;
        padding-right: 0; }

.news-related-files .news-related-files-link .jpg {
  background-position: 0 0; }

.news-related-links a {
  border-right: 0.063rem solid #a3aaac;
  display: inline-block;
  margin-right: 0.75rem;
  padding-right: 0.75rem; }

.news-clear {
  clear: both; }

.news-list-view.layout-2 {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
  margin-bottom:2em;}
  @media (min-width: 401px) {
    .news-list-view.layout-2 {
      /*margin-left: -1.5rem;
      margin-right: -1.5rem;*/ }
      .news-list-view.layout-2 > div {
        /*-webkit-box-flex: 0 0 50%;
        -moz-box-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;*/
        position: relative;
        min-height: 1px;
        /*padding-right: 1.5rem;
        padding-left: 1.5rem;*/
        margin-bottom: 1.5rem; } }
  @media (min-width: 801px) {
    .news-list-view.layout-2 > div {
      /*-webkit-box-flex: 0 0 25%;
      -moz-box-flex: 0 0 25%;
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;*/
      position: relative;
      min-height: 1px;
      /*padding-right: 1.5rem;
      padding-left: 1.5rem;*/ } }
  .news-list-view.layout-2 .wrapper-card {
    /*margin-bottom: 1.5rem;
    border-bottom: 0.063rem solid #a3aaac;*/
    height: 100%; 
    position:relative;}
  .news-list-view.layout-2 .card-text {
    padding: 0.75rem 0 0 0; }
    .news-list-view.layout-2 .card-text > p {
      color: #3e4345;
      margin: 0; }
      
  .news-list-view.layout-2 .wrapper-card img { width:100%;height:auto; }

/*# sourceMappingURL=news.css.map */
