.region-content > .views-element-container > .view.view-news-category {
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 30px;
}
.view.view-news-category {
  background: #fff;
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: flex;
  margin-top: 30px;
  flex-flow: row wrap;
  padding: 0 20px;
}
.view.view-news-category .view-header {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.view.view-news-category .view-header h2 {
  color: #003366;
  font-size: 56px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 1348px) {
  .view.view-news-category .view-header h2 {
    font-size: 28px;
  }
}
.view.view-news-category .all-posts {
  padding-left: 130px;
  width: 65%;
}
@media (max-width: 1348px) {
  .view.view-news-category .all-posts {
    width: 100%;
    padding: 0;
  }
}
.view.view-news-category .all-posts .views-row .post {
  display: flex;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D6D9DD;
}
.view.view-news-category .all-posts .views-row .post .left {
  max-width: 200px;
  margin-right: 25px;
}
@media (max-width: 1348px) {
  .view.view-news-category .all-posts .views-row .post .left {
    display: none;
  }
}
.view.view-news-category .all-posts .views-row .post .right {
  width: 75%;
}
@media (max-width: 1348px) {
  .view.view-news-category .all-posts .views-row .post .right {
    width: 100%;
  }
}
.view.view-news-category .all-posts .views-row .post .right .date {
  font-size: 15px;
  font-weight: bold;
  color: #94771E;
  text-transform: uppercase;
}
@media (max-width: 1348px) {
  .view.view-news-category .all-posts .views-row .post .right .date {
    margin-bottom: 5px;
  }
}
.view.view-news-category .all-posts .views-row .post .right .link a {
  display: block;
}
.view.view-news-category .all-posts .views-row .post .right .link a .link {
  display: block;
  color: #003366;
  font-size: 18px;
  font-weight: bold;
}
.view.view-news-category .right-sidebar {
  width: 35%;
  padding-left: 70px;
}
@media (max-width: 1348px) {
  .view.view-news-category .right-sidebar {
    width: 100%;
    padding: 0;
  }
}
.view.view-news-category .view-news-sidebar .view-header {
  margin-bottom: 10px;
}
.view.view-news-category .view-news-sidebar .view-header h3 {
  text-align: left;
  text-transform: uppercase;
  color: #003366;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.view.view-news-category .view-news-sidebar .view-content {
  margin-bottom: 20px;
}
.view.view-news-category .view-news-sidebar .view-content .views-row a {
  display: block;
  color: #838D8F;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 0;
}
.view.view-news-category .view-news-sidebar.topics .views-row a {
  color: #94771E;
}
.view-news-sidebar.tag-by-year .view-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 220px;
}
.view-news-sidebar.tag-by-year .view-content .views-row {
  width: 25%;
}
.view-news-sidebar.tag-by-year .view-content .views-row a {
  color: #838D8F;
  font-size: 13px;
  font-weight: bold;
}
