.content__news__category {
  margin: 0 0 3em;
}

.content__news__list {
  padding: 0;
  margin: 3em 0 0;
  list-style: none;
}

.content__news__archive {
  padding: 0;
  margin: 0 -.5em;
  list-style: none;
}

.content__news__archive__item {
  display: block;
  position: relative;
  padding: 0 .5em;
  margin: 0 0 1em;
}

.content__news__list__item--left {
  padding: 1em;
  background: #F8F8F8;
  margin-bottom: 1em;
}

.content__news__list__item--left:before, .content__news__list__item--left:after {
  content: "";
  display: table;
}

.content__news__list__item--left:after {
  clear: both;
}

.lte-ie7 .content__news__list__item--left {
  zoom: 1;
}

.content__news__list__item--left .content__news__list__item__info__title {
  font-size: 1.3em;
  margin: 1em 0 0em;
}

.content__news__list__item--left .content__news__list__item__info__date {
  font-style: italic;
  margin: 0 0 1em;
}

.content__news__list__item--left .content__news__list__item__info__link {
  color: #4587D0;
  text-decoration: none;
  font-weight: 700;
  font-style: italic;
}

.content__news__list__item--left .content__news__list__item__img {
  position: relative;
}

.content__news__list__item--left .content__news__list__item__img a {
  width: 100%;
  padding-bottom: 40%;
  display: block;
  position: relative;
  overflow: hidden;
}

.content__news__list__item--left .content__news__list__item__img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  opacity: 1;
  transition: opacity .5s, transform 1s;
}

.content__news__list__item--left .content__news__list__item__img a:hover img {
  opacity: .9;
  transform: scale(1.05);
}

@media all and (min-width: 550px) and (max-width: 768px) {
  .content__news__list__item--left .content__news__list__item__img {
    width: 25%;
    overflow: hidden;
    float: left;
    margin: 0 1em 0 0;
  }
  .content__news__list__item--left .content__news__list__item__img a {
    padding-bottom: 100%;
  }
  .mason--admin .content__news__list__item--left .content__news__list__item__img {
    float: none;
    margin: 0 auto;
  }
  .content__news__list__item--left .content__news__list__item__info__title {
    margin: 0;
  }
}

@media all and (min-width: 1025px) {
  .content__news__list__item--left .content__news__list__item {
    padding: 2em;
  }
  .content__news__list__item--left .content__news__list__item__img {
    width: 35%;
    overflow: hidden;
    float: left;
    margin: 0 1em 0 0;
  }
  .content__news__list__item--left .content__news__list__item__img a {
    padding-bottom: 100%;
  }
  .content__news__list__item--left .content__news__list__item__info__title {
    margin: 0;
  }
}

.content__news__list__item--right {
  background: #F8F8F8;
  margin-bottom: 1.5em;
  position: relative;
}

.content__news__list__item--right:before, .content__news__list__item--right:after {
  content: "";
  display: table;
}

.content__news__list__item--right:after {
  clear: both;
}

.lte-ie7 .content__news__list__item--right {
  zoom: 1;
}

.content__news__list__item--right .content__news__list__item__info__title {
  font-size: 1.3em;
  margin: 0 0 1em;
}

.content__news__list__item--right .content__news__list__item__info__date {
  padding: 5px 15px;
  background: #ef5b25;
  color: #FFF;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}

.content__news__list__item--right .content__news__list__item__info {
  padding: 1em;
}

.content__news__list__item--right .content__news__list__item__info__link {
  color: #4587D0;
  text-decoration: none;
  font-weight: 700;
  font-style: italic;
}

.content__news__list__item--right .content__news__list__item__img {
  position: relative;
}

.content__news__list__item--right .content__news__list__item__img a {
  width: 100%;
  padding-bottom: 60%;
  display: block;
  position: relative;
  overflow: hidden;
}

.content__news__list__item--right .content__news__list__item__img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  opacity: 1;
  transition: opacity .5s, transform 1s;
}

.content__news__list__item--right .content__news__list__item__img a:hover img {
  opacity: .9;
  transform: scale(1.05);
}

@media all and (min-width: 550px) and (max-width: 768px) {
  .content__news__list__item--right .content__news__list__item__img {
    width: 25%;
    overflow: hidden;
    float: right;
    margin: 0 0 0 1em;
  }
  .content__news__list__item--right .content__news__list__item__img a {
    padding-bottom: 100%;
  }
  .content__news__list__item--right .content__news__list__item__info__title {
    margin: 0;
  }
  .content__news__list__item--right .content__news__list__item__info {
    padding: 2em 1.5em;
  }
}

@media all and (min-width: 1025px) {
  .content__news__list__item--right .content__news__list__item {
    padding: 2em;
  }
  .content__news__list__item--right .content__news__list__item__img {
    width: 43%;
    overflow: hidden;
    float: right;
    margin: 0;
  }
  .content__news__list__item--right .content__news__list__item__img a {
    padding-bottom: 100%;
  }
  .content__news__list__item--right .content__news__list__item__info__title {
    margin: 0 0 1.5em;
  }
  .content__news__list__item--right .content__news__list__item__info {
    padding: 4em 2em 2em;
    width: 57%;
    float: left;
  }
  .content__news__list__item--right .content__news__list__item__info__intro {
    position: relative;
    max-height: 5.4em;
    overflow: hidden;
    margin-bottom: 1em;
  }
  .content__news__list__item--right .content__news__list__item__info__intro:after {
    background: transparent linear-gradient(to right, rgba(248, 248, 248, 0), #F8F8F8) repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 1.6em;
    position: absolute;
    right: 0;
    width: 50%;
  }
}

.content__news__list__item--priority_1 .content__news__list__item__info__date:before,
.content__news__list__item--priority_2 .content__news__list__item__info__date:before {
  content: '\f08d';
  margin-right: .5em;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  text-align: center;
  color: #FFA100;
  z-index: 9;
}

.content__news__list__item--priority_2 .content__news__list__item__info__date:before {
  content: '\f071';
  color: #EE4646;
}

.content__news__feed {
  clear: both;
}

.content__news__img {
  position: relative;
  overflow: hidden;
}

.content__news__img img {
  width: 100%;
}

.content__news__intro {
  clear: both;
}

@media all and (min-width: 600px) {
  .content__news__img {
    width: 40%;
    float: right;
    margin: 0 0 0 1em;
  }
  .mason--admin .content__news__img {
    float: none;
    margin: 0 auto;
  }
  .content__news__intro {
    clear: none;
  }
  .content__news__intro p:first-child {
    margin-top: 0;
  }
}

.content__news__archive__year {
  padding: 0 .5em;
  clear: both;
  overflow: hidden;
}

.content__news__archive__item {
  margin-bottom: .5em;
}

.content__news__archive__item__link {
  display: block;
  padding: .5em 1em;
  text-decoration: none;
}

.content__news__archive__item__link .ui_icon {
  height: auto;
  float: right;
  line-height: inherit;
}

.content__news__more__stories {
  text-align: center;
  clear: both;
}

.content__news__list__item--priority_1 .content__news__list__item__info__date:before,
.content__news__list__item--priority_2 .content__news__list__item__info__date:before {
  color: #FFF;
}

.content__news__list__item__img {
  background: #ef5b25 url("/_site/images/design/thumbnail.png") center no-repeat;
}
