.active-issue-wrapper {
  border-left: solid grey 14px;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.25); }

.active-issue {
  padding: 0 85px 35px; }

@media (max-width: 991px) {
  .active-issue {
    padding: 0 45px 30px; } }

@media (max-width: 767px) {
  .active-issue-wrapper {
    border-width: 7px; }
  .active-issue {
    padding: 0 20px 20px; } }

.post-item {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.25);
  color: #6d6d6d;
  line-height: 1.45em;
  margin: 0 0 37px;
  padding-right: 35%;
  position: relative;
  text-align: left; }

.post-item-content {
  padding: 35px 35px 35px 85px; }

.post-item-category {
  color: #f37b1f;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  text-transform: uppercase; }

.post-item-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75em;
  margin: 0 0 15px;
  padding: 0 0 0 50px;
  position: relative; }
  .post-item-title::before {
    background-image: url(../img/icon-leaf.png);
    background-size: 30px auto;
    background-position: left center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px; }

.post-item-excerpt {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  font-style: italic;
  margin: 0 0 10px; }

.post-item-link {
  color: #747b7f;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold; }

.post-item-image {
  background-color: #000000;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%; }

@media (max-width: 991px) {
  .post-item {
    padding: 0; }
  .post-item-content {
    padding: 30px 30px 30px 45px; }
  .post-item-image {
    display: none; } }

#issue-expander .breadcrumbs {
  font-size: 14px;
  font-weight: bold;
  padding: 35px 45px 35px 15px;
  position: relative; }

#issue-expander .breadcrumb {
  background: transparent;
  padding: 0; }
  #issue-expander .breadcrumb .breadcrumb-arrow {
    cursor: pointer;
    margin: 0 10px; }
  #issue-expander .breadcrumb .breadcrumb-text {
    color: #6d6d6d;
    line-height: 1.75em; }

#issue-expander .close-all {
  color: #6d6d6d;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  opacity: 1;
  position: absolute;
  top: 28%;
  right: 15px; }

.active-post-wrapper {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.25); }

.active-post {
  border-left: solid grey 14px;
  text-align: left; }

.active-post-image {
  background-position: center;
  background-size: cover;
  height: 265px;
  position: relative; }

.active-post-content img {
  max-width: 100% !important;
  height: auto !important; }

.active-post-image-overlay {
  background-color: #000000;
  opacity: .65;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.active-post-category {
  color: #f37b1f;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  text-transform: uppercase; }

.active-post-title {
  color: #6d6d6d;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 0 0 0 50px;
  position: relative; }
  .active-post-title::before {
    background-image: url(../img/icon-leaf.png);
    background-size: 30px auto;
    background-position: left center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px; }

.active-post-date,
.active-post-author {
  font-family: Times;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.29;
  letter-spacing: .3px;
  color: #6d6d6d; }

.active-post-date {
  margin: 0 0 40px; }

.active-post-content {
  color: #707070;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.95em;
  padding: 35px 140px 35px; }
  .active-post-content h1, .active-post-content h2, .active-post-content h3 {
    color: #02a5e3;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 0 20px; }
  .active-post-content p {
    margin: 0 0 20px; }
  .active-post-content p, .active-post-content ul, .active-post-content li, .active-post-content strong {
    font-weight: 600; }

.active-post-next-posts-title {
  color: #707070;
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 60px;
  padding: 0 15px;
  text-align: center; }

.active-post-next-posts {
  display: -ms-flexbox;
  display: flex; }

.next-post-item {
  background-color: #000000;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 170px;
  width: 50%;
  position: relative; }
  .next-post-item .next-post-item-image {
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .65; }
  .next-post-item .next-post-item-title {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    max-width: 230px;
    text-align: center;
    z-index: 5; }

@media (max-width: 991px) {
  .active-post-content {
    padding: 30px 70px 30px; } }

@media (max-width: 767px) {
  .active-post {
    border-width: 7px; }
  .active-post-content {
    padding: 30px; } }

.issue-item {
  background-color: #ffffff;
  border-left: 14px solid grey;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  margin: 0 0 30px;
  padding: 20px 20px 20px 70px !important;
  text-align: left; }
  .issue-item .issue-item-title {
    color: #02a5e3 !important;
    font-size: 24px !important;
    font-weight: bold;
    margin: 0 0 20px !important; }
  .issue-item .issue-item-see-all {
    color: #747b7f;
    font-size: 18px;
    font-weight: bold; }

