.owl-stage { 
    overflow: -webkit-paged-x;
  }
  .owl-item {
      background: #fff;
      min-height:350px!important
  }
  .owl-item article {
    padding:0;
  }
  .owl-item article a {
      color: #2a6ebb;
      text-decoration: none;
  }
  .owl-item article p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5;
  }
  .owl-item article p:first-of-type {
      margin-top: 6px;
  }
  .owl-item article h2 {
      color: #FFF;
      text-align: center;
      padding: 5rem 0;
      margin: 0;
      font-style: italic;
      font-weight: 300;
  }
  .owl-item article h3 {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5;
      font-weight: bold;
      margin-top: 16px;
      margin-top: 0;
  }
  .owl-item article h4 {
    font-size: 1rem;
    line-height: 1.5;
    display: inline;
  }
  .owl-item article h4 a {
    margin-right: 0.5em;
  }
  .owl-item figure {
      padding-right: 1rem;
  }
  .owl-item figure {
      display: block;
      width: 100%;
      max-height: 162px;
      max-width: 100%;
      overflow: hidden;
      margin-bottom:1rem;	
  }
  .owl-item aside {
      padding: 5px 15px 10px 15px;
  }
  .owl-item figure, 
  .owl-item aside {
    display: block;
    max-width: 100%;
    vertical-align: top;
  }
  .owl-item footer {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.5;
      color: #333;
      line-height: 24px;
      display: inline;
      padding-bottom: 24px;
  }
  .owl-item article footer time {
    margin-right: 0.5em;
  }
  .owl-item article footer img.open-access {
    display: inline;
    width: auto;
    height: 17px;
    margin-right: 0.5em;
  }