 /*
news.css
- content header
- content body
*/

/* content header */
.content-header {
	padding: 0;
}

.content-header .breadcrumbs {
	/*display: block;*/
}

/* content body */
.yearly-archive {
  margin: 32px 0;
  -js-display: flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.yearly-archive a {
  width: 30%;
}

.content-body ul.news-archive-list {
  padding-left: 0;
}

.content-body ul.news-archive-list li {
  list-style-type: none;
}

.content-body ul.news-archive-list li .news-cat {
  display: inline-block;
  color: #FFF;
  width: 5em;
  font-size: 11.5px;
  line-height: 18px;
  text-align: center;
  margin-right: 1em;
}

/* news */
.news-cat.update {
  background-color: #556fb5;
}

.news-cat.seminor {
  background-color: #9cbd41;
}

.news-cat.menbers-only {
  background-color: #54a3ce;
  }

.news-cat.publish {
  background-color: #68baae;
}

.news-cat.showroom {
  background-color: #f29939;
}

.news-cat.etc {
  background-color: #aaaaaa;
}

.content-body ul.news-archive-list li .news-date {
  font-size: 13.5px;
  color: #777777;
}

.content-body ul.news-archive-list li .news-title {
		display: block;
    margin: 8px 0px;
}

.content-body h3.news-archive-year {
    fnt-size: 16px;
    color: #004ea2;
    background-color: transparent;
    padding-bottom: 8px;
    border-bottom: 1px dotted #dcdcdc;
    margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
  .yearly-archive {
    margin: 40px 0;
    justify-content:flex-start;
  }

  .yearly-archive a {
    width: auto;
    margin-right: 2em;
  }

  .content-body ul.news-archive-list li {
    margin: 16px 0;
  }

  .content-body ul.news-archive-list li .news-date {
    display: inline-block;
    width: 8em;
    margin-right: 1em;
  }

  .content-body ul.news-archive-list li .news-title {
    display: inline-block;
    margin: 0;
  }
}
