/*
* News - News List ************************************************************************************************
*/
.news_news_list {
  display: none; }

@media all and (min-width: 1000px) {
  .news_news_list {
    width: 330px;
    margin-top: 40px;
    display: block;
    overflow: hidden; }
    .news_news_list .cont {
      overflow: hidden;
      margin-bottom: 10px; }
      .news_news_list .cont .title {
        font-size: 1.125em;
        font-weight: 700;
        color: #1e1e1e;
        float: left;
        text-transform: uppercase; }
      .news_news_list .cont .extra {
        float: right;
        font-style: italic;
        vertical-align: bottom;
        font-family: "Times New Roman", Arial, Helvetica, Sans-Serif;
        font-weight: 700; }
    .news_news_list .controls {
      text-align: right;
      overflow: hidden;
      margin-bottom: 15px; }
    .news_news_list .down.icon {
      position: relative;
      float: right;
      text-transform: uppercase;
      font-size: 14px;
      background-color: #e8e8e8;
      padding: 10px;
      cursor: pointer; }
      .news_news_list .down.icon:after {
        background-position: -2px -2px;
        width: 24px;
        height: 15px;
        background-image: url("../../media/img/sprites/spritesheet.png");
        content: '';
        margin: 0 auto;
        display: block; }
    .news_news_list .wrapper {
      border-top: 1px solid #afafaf;
      border-bottom: 1px solid #afafaf;
      height: 372px;
      overflow: hidden; }
    .news_news_list .news_list {
      position: relative;
      top: 0;
      padding: 25px 0; }
      .news_news_list .news_list .image {
        width: 107px;
        float: left;
        margin-right: 18px; }
      .news_news_list .news_list .item {
        width: 330px;
        overflow: hidden;
        padding: 10px;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .news_news_list .news_list .item:last-child {
          margin-bottom: 0; }
        .news_news_list .news_list .item .date {
          display: none; }
        .news_news_list .news_list .item .title {
          font-size: 1.125em;
          line-height: 1.125em;
          height: 57px; }
          .news_news_list .news_list .item .title a {
            color: #292929; }
        .news_news_list .news_list .item.selected {
          padding: 13px;
          background-color: #e8e8e8; }
          .news_news_list .news_list .item.selected .title a {
            font-weight: 700; } }
