/*-----GLOBAL COLORS--------*/
/*-----PAGE SPECIFIC COLORS-----*/
/*-------SBCO STYLE GUIDE COLORS---------*/
/*-----RESPONSIVE SIZING---------*/
/*-----OPACITY----------*/
/*-----TRANSITIONS------*/
/*-----FONT OVERRIDES------*/
/*-----FONT CALCULATIONS-----*/
/*-----EVERYTHING ELSE-----*/
/*--------------------------------------------------------------
# Archive Search and Filter
--------------------------------------------------------------*/
#archive-filters .ctnr-filter {
  margin-bottom: 1.5rem;
}
#archive-filters .category-filter {
  display: block;
}
#archive-filters .category-filter .category-count {
  padding: 0px 5px;
}
#archive-filters .category-filter .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
}
#archive-filters .category-filter .form-check-label {
  margin-bottom: 0;
  margin-left: 0.5rem;
}
#archive-filters .filter.dates .custom-start-filter {
  margin-top: 1rem;
}
#archive-filters .reset-search {
  padding-top: 0.5rem;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
.news-blog-template {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .news-blog-template {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 1210px) {
  .archive-container .single-article-container header.entry-header {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .archive-container .single-article-container header.entry-header {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 992px) {
  .archive-container .single-article-container header.entry-header {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.archive-container .single-article-container .entry-content {
  margin-bottom: 1em;
}
.archive-container .single-article-container .entry-content .post-excerpt {
  margin-bottom: 1em;
}
.archive-container .single-article-container .entry-content .post-excerpt.read-more-left {
  text-align: left;
  display: block;
}
.archive-container .single-article-container .entry-content .post-excerpt.read-more-right {
  text-align: right;
  display: block;
}
.archive-container .single-article-container .entry-header .post-category {
  margin-bottom: 0;
}

.post-results {
  margin-bottom: 1.875rem;
  border-top: 1px solid #e4e4e4;
}
.post-results p.result-count {
  font-size: 1.5rem;
}
.post-results span.keyword-search {
  font-weight: 800;
}

.article-page {
  background-color: #ffffff;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.article-container {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 767px) {
  /* First 2 .article-container(s)  */
  .article-container:nth-child(-n+2) {
    margin-top: 0;
  }
}
.single-article-container {
  flex-direction: row;
  padding: 3.5rem 0;
  display: flex;
  border-bottom: 1px solid #9e9e9e;
  position: relative;
}
.single-article-container:last-child {
  border-bottom: none !important;
}
@media screen and (max-width: 992px) {
  .single-article-container {
    flex-direction: column-reverse;
  }
}
.single-article-container .post-wrapper {
  flex: 2 1 66.6%;
}
.single-article-container .post-wrapper .post-content {
  display: flex;
}
@media screen and (max-width: 1210px) {
  .single-article-container .post-wrapper .post-content {
    flex-direction: column;
  }
}
@media screen and (min-width: 1210px) {
  .single-article-container .post-wrapper .post-content {
    flex-direction: row;
  }
}
.single-article-container .post-wrapper .post-content .post-title {
  flex: 1 1 20%;
}
.single-article-container .post-wrapper .post-content .post-title h2.entry-title a {
  font-size: 1.9375rem;
  line-height: 1.25em;
  margin-bottom: 0.5rem;
  padding: 0;
  text-decoration: underline;
}
.single-article-container .post-wrapper .post-content .post-title h2.entry-title a:hover, .single-article-container .post-wrapper .post-content .post-title h2.entry-title a:focus {
  text-decoration: none;
}
.single-article-container .post-wrapper .post-content .post-title .post-category {
  margin-top: 3.75rem;
  font-size: 1.25rem;
  line-height: 1.25;
}
.single-article-container .post-wrapper .post-content .post-title .post-category a {
  text-decoration: underline;
}
.single-article-container .post-wrapper .post-content .post-title .post-category a:focus, .single-article-container .post-wrapper .post-content .post-title .post-category a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1210px) {
  .single-article-container .post-wrapper .post-content .post-title .post-category {
    margin-top: 1rem;
  }
}
.single-article-container .post-wrapper .post-content .post-body {
  flex: 1 1 55%;
  padding: 0 1.875rem;
}
@media screen and (max-width: 1210px) {
  .single-article-container .post-wrapper .post-content .post-body {
    padding: 0;
  }
}
.single-article-container .featured-image-wrapper {
  flex: 0 0 30%;
}
@media screen and (max-width: 1210px) {
  .single-article-container .featured-image-wrapper {
    padding: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1210px) {
  .single-article-container .featured-image-wrapper {
    flex: 1 1 100%;
  }
}
.single-article-container .featured-image-wrapper img {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1607843137);
}

.article-container:first-child {
  margin-top: 0;
}

.article-container .hentry .featured-image {
  margin-bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.article-container .hentry .featured-image .attachment-archive-thumbnail {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.article-container .hentry {
  min-height: 100%;
  padding: 0;
  margin-bottom: 0;
}

.archive-description {
  font-size: 25.6px;
  font-size: 1.6rem;
  margin-top: 0.25em;
}

@media screen and (min-width: 767px) {
  /* Odd .article-container(s) */
  .article-container:nth-child(2n+1) .hentry {
    margin-right: 7.5px;
  }
  /* Even .article-container(s) */
  .article-container:nth-child(2n) .hentry {
    margin-left: 7.5px;
  }
}
.article-container .entry-header {
  margin-bottom: 1em;
}

.article-container .post-category {
  margin-right: 2em;
}

.post-body.d-flex .entry-footer {
  margin-top: auto;
  padding-bottom: 0;
}

.post-link {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  border-radius: 50%;
  padding: 0.5em;
  margin-bottom: auto;
}

.post-link i {
  color: #ffffff;
  font-size: 27px;
  font-size: 1.6875rem;
  transform: translateZ(0);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.post-link:hover i {
  color: #ffffff;
  transform: translateZ(0) translateX(0.16em);
}

.site-main .posts-navigation {
  margin-top: 5em;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .article-container .hentry,
  .article-container .hentry .post-body {
    display: block !important;
  }
}
/*--------------------------------------------------------------
# /Archive Search and Filter
--------------------------------------------------------------*/
/*# sourceMappingURL=archive.min.css.map */
