.article_page_top_bg {
  background: #f3f6fa;
  padding: 15px 0;
  margin: 0 0 20px;
  width: 100%;
  text-align: center;
}
.article_page_top_bg h1 {
  font-size: 2.5em;
  margin: 0;
}
.tax-article_category #top_menu,
.post-type-archive #top_menu {
  border: none;
  margin: 0;
}
:not(.ie).articles_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.ie .articles_list {
  display: table;
}
.ie .articles_list > a {
  float: left;
}
.articles_list > a {
  margin-bottom: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  text-decoration: none;
}
.articles_list > a picture {
  width: 100%;
}
.articles_list > a img {
  width: 100%;
  height: auto;
}
@media all and (min-width: 550px) {
  .articles_list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .articles_list > a {
    max-width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
.article_box_content {
  padding: 15px;
}
.article_box_content h3 {
  font-size: 18px;
  color: #020202;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 2.1em;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.article_box_content p {
  font-size: 18px;
  color: #828282;
  font-weight: 300;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.35em;
  max-height: 5.4em;
  -webkit-line-clamp: 4;
}
.read_more {
  padding: 15px;
  font-size: 16px;
  color: #f4852c;
}
.read_more:after {
  content: '\e90d';
  font-family: icomoon;
  vertical-align: middle;
  padding-left: 5px;
}
.description {
  position: relative;
}
.description p {
  padding-bottom: 15px;
  font-size: 18px;
  margin-bottom: 0;
}
.description.expandable:not(.active).container {
  margin-bottom: 2em;
}
.description.expandable:not(.active):after {
  content: "Expand";
  position: absolute;
  bottom: -1.5em;
  color: orange;
  text-decoration: underline;
  cursor: pointer;
}
@media all and (min-width: 1160px) {
  .description.expandable:not(.active):after {
    right: 0;
  }
}
@media all and (max-width: 1159px) {
  .description.expandable:not(.active):after {
    right: 10px;
  }
}
.description.expandable:not(.active) > div {
  max-height: 5.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.pagination ul {
  display: table;
  margin: 0 auto;
}
.pagination li {
  float: left;
}
.pagination li:last-child > * {
  border-bottom-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
.pagination li:first-child > * {
  border-bottom-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.pagination li > * {
  position: relative;
  display: block;
  padding: 0.5em 0.75em;
  margin-left: -1px;
  line-height: 1.25;
  color: #0275d8;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination li > *:focus,
.pagination li > *:hover,
.pagination li > *.current {
  color: #014c8c;
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd;
}
.pagination a {
  color: #222;
  text-decoration: none;
}
.pagination span {
  color: #222;
}
