.page-title-wrapper .page-title.page-title {
  color: #495974;
  font-weight: bold; }

.post-list-wrapper .post-list {
  padding-left: 0; }

.post-list {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none; }
  .post-list .post-holder {
    box-shadow: none;
    background: none;
    padding: 0 0 1.5rem;
    margin: 0 0 1.5rem;
    border: none; }
    .post-list .post-holder .post-header .post-title {
      font-size: 1rem;
      font-weight: bold;
      float: none;
      margin: 0; }
    .post-list .post-holder .post-header .post-info .item {
      display: inline-block; }
      .post-list .post-holder .post-header .post-info .item:not(:first-child)::before {
        display: inline-block;
        content: ' | ';
        color: #b9b9b9; }
    .post-list .post-holder .addthis_toolbox {
      display: none; }

.post-list .post-holder:not(:last-child) {
  border-bottom: 1px solid lightgrey; }
.post-list .post-holder .post-header .post-title.post-title {
  color: #495974;
  padding: 0; }
  .post-list .post-holder .post-header .post-title.post-title:hover {
    color: #697ea1;
    cursor: pointer;
    text-decoration: underline; }
  .post-list .post-holder .post-header .post-title.post-title .post-item-link {
    font-size: inherit;
    color: inherit; }
.post-list .post-holder .post-header .post-info {
  padding-bottom: .25em; }
  .post-list .post-holder .post-header .post-info .item .value,
  .post-list .post-holder .post-header .post-info .dash {
    font-size: calc(1rem * 0.8421052631578947);
    line-height: 1.25;
    font-style: normal;
    font-weight: 300;
    color: #404040; }
.post-list .post-holder .post-content .post-text-hld p:last-child {
  margin-bottom: 0; }
.post-list .post-holder .post-content .post-read-more {
  color: #495974;
  font-weight: bold;
  float: none;
  padding-top: .5rem;
  display: inline-block; }
  .post-list .post-holder .post-content .post-read-more:hover {
    color: #697ea1;
    cursor: pointer;
    text-decoration: underline; }

.toolbar .pages .item.current .page {
  background-color: #495974; }
.toolbar .pages .item:not(.current) .page {
  color: #495974; }
  .toolbar .pages .item:not(.current) .page:hover {
    color: #fff;
    background-color: #495974; }
.toolbar .pages .pages-item-previous {
  margin: 0;
  position: static; }
.toolbar .pages .pages-item-next {
  margin: 0;
  position: static; }
  .toolbar .pages .pages-item-next .action {
    margin: 0; }
.toolbar .pages .action.action {
  border: none;
  border-radius: 0; }
  @media screen and (max-width: 767px) {
    .toolbar .pages .action.action {
      background-color: #495974; } }
  @media screen and (max-width: 767px) {
    .toolbar .pages .action.action::before {
      color: #fff; } }

.toolbar .limiter {
  margin-right: 1rem; }
  .toolbar .limiter .limiter-label {
    display: none; }
  .toolbar .limiter .limiter-options {
    margin-left: 0; }
  @media screen and (max-width: 767px) {
    .toolbar .limiter .limiter-text {
      display: none; } }

.sidebar .block {
  background: #f4f4f4;
  padding: .5rem; }
  .sidebar .block .block-title.block-title {
    margin-bottom: .5rem; }
    .sidebar .block .block-title.block-title strong {
      color: #495974;
      font-weight: bold; }

.sidebar .news-search .form {
  position: relative; }
  .sidebar .news-search .form label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block; }
  .sidebar .news-search .form #news_search {
    border-color: #495974; }
    .sidebar .news-search .form #news_search:focus {
      box-shadow: 0 0 3px 1px #495974; }
  .sidebar .news-search .form .action.search {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    display: inline-block;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400; }
    .sidebar .news-search .form .action.search::before {
      font-family: "luma-icons";
      content: "\e615";
      display: inline-block;
      background-image: none;
      color: #fff;
      background-color: #495974;
      height: 2rem;
      line-height: 2rem;
      opacity: 1;
      padding: 0 .5rem;
      width: auto; }
    .sidebar .news-search .form .action.search:hover::before {
      background-color: #697ea1; }
    .sidebar .news-search .form .action.search > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
.sidebar .block-recent-posts .block-content .item:not(:first-child) {
  padding-top: .5rem; }
.sidebar .block-archive select {
  border-color: #495974; }
  .sidebar .block-archive select:focus {
    box-shadow: 0 0 3px 1px #495974; }
