#nhub {
  display: flex;
  flex-direction: column;
}
.nhub-filter-container {
  margin-bottom: 20px;
}
#nhub_results {
  scroll-margin-top: 1px;
}
.nhub-filter-container .widget-title {
    display: block;
    margin-bottom: 6px;
    font-weight: normal;
    font-family: 'FFUnitStdMedium';
}
#nhub .nhub-filter-container {
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: center;
}
.nhub-filter-select {
  width: 100%;
  max-width: 300px;
  padding: 8px 12px;
}
select#nhub_filter_select option {
    font-size: 12px !important;
}
#nhub .nhub-post-item {
    display: flex;
    column-gap: 40px;
    row-gap: 20px;
    margin-bottom: 120px;
    align-items: center;
}
.nhub-post-thumb img {
  width: 100%;
  max-width: 220px;
  height: auto;
  display: block;
  border-bottom: 3px solid #e6e7e8;
}
.nhub-post-content {
  flex: 1;
}
.nhub-cat-post-date, .nhub-cat-post-category {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'FFUnitStdMedium';
}
.nhub-cat-post-category, .nhub-post-meta span {
    color: #eb1000;
}
.nhub-post-meta, .nhub-cat-post-meta {
  font: normal 13px / 16px "FFUnitStdMedium", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 6px;
  text-transform:uppercase;
  font-family: ffunitstdmedium;
}
.nhub-post-title a {
    margin: 0 0 8px;
    font: normal 23px / 28px "FFUnitStdMedium", Helvetica, Arial, Verdana, sans-serif;
}
.nhub-post-source {
font: 13px/16px 'ffunitstdmedium';
text-transform:uppercase;
margin-bottom: 5px;
}
.nhub-post-excerpt {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 25px;
}
a.nhub-read-more.chevron {
    font: normal 16px / 20px "FFUnitStdMedium", Helvetica, Arial, Verdana, sans-serif;
}
/* Category / taxonomy filter (nhub_filter_cats) */
#nhub-cats {
  display: flex;
  flex-direction: column;
}
#nhub-cats-thePosts {
    display: grid;
    grid-gap: 95px 40px;
}
#nhub_cat_filter {
    text-align: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 5rem !important;
    display: flex;
    flex-wrap: wrap;
}
.nhub-cat-filter-item > a {
  text-decoration: none;
  font: 20px / 25px "ffunitstdmedium";
  color: inherit;
}
.nhub-cat-filter-item.active > a {
  color: #eb1000;
  text-decoration: underline;
  text-underline-offset: 5px; 
}
.nhub-cat-child-wrapper {
  width: 100%;
}

.nhub-cat-filter-item {
    text-align: center;
    flex: 0 1 auto;
    padding: 0 25px;
}
.nhub-cat-child-terms {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin: 4px 0 0;
  padding: 0 0 0 16px;
}
.nhub-cat-post-item {
    background: white;
}
h3.nhub-cat-post-title {
    margin-bottom: 30px;
}
h3.nhub-cat-post-title a {
    font: 18px / 23px 'ffunitstdmedium';
}
.nhub-cat-post-content {
    padding: 8px 19px;
}
.nhub-cat-post-item img {
    border-bottom: 3px solid #e6e7e8;
}
.nhub-cat-view-all a.chevron {
    justify-content: center;
    margin-top: 40px;
}
#content #nhub_cat_results {
    margin-bottom: 80px;
}
#nhub-fp-posts-thePosts {
    display: grid;
    row-gap: 95px;
    column-gap: 50px;
}
/* Pagination (shared by [nhub_filter] and [nhub_filter_cats]) */
.nhub-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 80px;
  margin-bottom: 90px!important;
}

.nhub-page-link {
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  color: inherit;
  border: 1px solid #ccc;
}

.nhub-page-link.active {
  background: #eb1000;
  border-color: #eb1000;
  color: #fff;
}

.nhub-page-prev, .nhub-page-next {
  font-weight: 600;
}

/* Related Posts  */
#nhub-related-thePosts {
    display: grid;
    grid-gap: 60px 40px;
}
#nhub-related-wrapper {
    max-width: 1120px;
    margin: 20px auto 0;
    padding: 50px;
}
#nhub-related {
    background: white;
}
#nhub-related .nhub-cat-post-content {
    padding: 8px 0px;
}
#nhub-related h3.nhub-cat-post-title a {
    font: normal 15px / 19px "FFUnitStdMedium", Helvetica, Arial, Verdana, sans-serif;
    min-height: 57px;
}
@media only screen and (max-width: 767px) {
    #nhub_cat_filter {
        display: flex;
        flex-direction: column;
        row-gap: 5px;
    }
    .nhub-cat-filter-item > a {
        font: 16px / 20px "ffunitstdmedium";
    }
    .nhub-post-item {
        flex-direction: column;
    }
    .nhub-post-thumb img {
      max-width: 100%;
    }
    .nhub-post-title a {
        margin: 0 0 8px;
        font: 21px / 25px "FFUnitStdMedium", Helvetica, Arial, Verdana, sans-serif;
    }
    .nhub-post-excerpt {
        font: 17px / 23px "FFUnitStdlight", Helvetica, Arial, Verdana, sans-serif;
    }
#nhub-related-thePosts .nhub-cat-post-item {
    background: white;
    display: grid;
    grid-template-columns: 120px 165px;
    align-items: center;
    grid-gap: 20px;
}
#nhub-related-thePosts .nhub-cat-post-meta {
    display: none;
    visibility: hidden;
}
#nhub-related-thePosts h3.nhub-cat-post-title {
    margin-bottom: 0;
	font-size: 14px;
	line-height: 17px;
}

}
@media only screen and (min-width: 768px) {
    #nhub-cats-thePosts {
       grid-template-columns: repeat(3, 1fr);
       grid-gap: 115px 60px;
    }
    #nhub-related-thePosts {
       grid-template-columns: repeat(4, 1fr);
    }
#nhub-fp-posts-thePosts {

    grid-template-columns: repeat(3, 1fr);
}
    .nhub-cat-filter-item + .nhub-cat-filter-item:not(.nhub-child-terms) {
     border-left: solid 1px #707070;
    }
    .nhub-child-terms .nhub-cat-filter-item {
      border-left: 0 !important;
    }
    #nhub .nhub-filter-container {
      width: 375px;
    }
    select.nhub-filter-select {
        padding: 4px 12px;
        font-size: 14px !important;
    }
    #nhub .nhub-post-item {
        margin-bottom: 105px;
    }
    #nhub .nhub-post-thumb {
     flex: 0 0 375px;
    }
    h3.nhub-cat-post-title {
        min-height: 80px;
        margin-bottom: 30px;
    }
#nhub-related-thePosts h3.nhub-cat-post-title {
    min-height: 65px;
}
    h3.nhub-cat-post-title a {
       font: 20px / 25px 'ffunitstdmedium';

    }
}