/*-----GLOBAL COLORS--------*/
/*-----PAGE SPECIFIC COLORS-----*/
/*-------SBCO STYLE GUIDE COLORS---------*/
/*-----RESPONSIVE SIZING---------*/
/*-----OPACITY----------*/
/*-----TRANSITIONS------*/
/*-----FONT OVERRIDES------*/
/*-----FONT CALCULATIONS-----*/
/*-----EVERYTHING ELSE-----*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Post and page content
	# Alignments
	# Blocks
	# Custom block colors
	# Media
		# Captions
		# Galleries
	# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post and page content
--------------------------------------------------------------*/
/* Custom rule  for sticky posts:
.sticky {

}
*/
.page-title {
  font-size: 64px;
  font-size: 4rem;
  line-height: 4.2rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.page-header {
  padding: 0;
  margin-bottom: 1.5em;
}

/* Order article elements to allow rearrangement */
.hentry > :nth-child(1) {
  -ms-flex-order: 1;
  order: 1;
}

.hentry > :nth-child(2) {
  -ms-flex-order: 2;
  order: 2;
}

.hentry > :nth-child(3) {
  -ms-flex-order: 3;
  order: 3;
}

.hentry > :nth-child(4) {
  -ms-flex-order: 4;
  order: 4;
}

/* Set featured-image above entry-header */
.hentry.image_first > .featured-image {
  order: 0;
}

.post .featured-image-container .featured-image .post-thumbnail {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: box-shadow 0.35s;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.post .featured-image-container .featured-image .post-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .post .featured-image-container .featured-image {
    width: 100%;
  }
}

.entry-title {
  line-height: 1.15;
  margin-bottom: 0;
  word-wrap: break-word;
  hyphens: none;
}

.related-posts-container {
  margin-top: 3.75rem;
  max-width: 56.25rem;
}
.related-posts-container .related-posts-title {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
.related-posts-container .related-posts-title span {
  font-size: 1.9375rem;
  line-height: 1.5;
  font-weight: 700;
}
.related-posts-container .related-single-post {
  margin: 0px 0 30px;
}
.related-posts-container .related-post-title {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.953125rem;
  font-weight: 700;
}

/* Hides the update date and time. */
.updated:not(.published) {
  display: none;
}

.entry-header,
.hentry .featured-image {
  margin-bottom: 1.5em;
  line-height: 1;
}

.entry-header .post-thumbnail,
.entry-header .post-category {
  margin-bottom: 1.5em;
}

.post-thumbnail img {
  margin: 0 auto;
}

.post-category {
  padding-right: 2em;
}

.cat-link {
  margin-top: -0.5em;
}

.cat-links {
  margin-top: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
.cat-links a {
  display: inline-block;
  font-weight: bold;
  margin-right: 0.5em;
  text-transform: uppercase;
}
.cat-links a:not(:first-child) {
  margin-left: 0.5em;
}

.page-content,
.entry-content {
  margin: 1.5em 0 0;
  word-break: break-word;
}

.entry-summary {
  margin: 0.5em 0 0;
  word-break: break-word;
}

.search-result .entry-summary {
  font-size: inherit;
  line-height: 1.8rem;
}

.entry-content {
  margin: 0 auto;
  line-height: 110%;
}

.post-date {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.page-content > *,
.entry-summary > *,
.not-found > * {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
@media screen and (min-width: 767px) {
  .page-content > *,
  .entry-summary > *,
  .not-found > * {
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
}
.page-content > *,
.entry-summary > *,
.not-found > * {
  /*! max-width: calc(var(--content-width) * 16) + px; /* Fallback for older browsers. */
  /*! max-width: var(--content-width) + rem; */
}

.search-result .entry-summary > * {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.page-title,
.post-navigation,
.page-navigation,
.comments-area {
  /*! margin: 0 auto 1.5em; */
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  /*! max-width: calc(var(--content-width) * 16) + px; /* Fallback for older browsers. */
  /*! max-width: var(--content-width) + rem; */
}

.entry-header {
  margin-bottom: 1.5em;
  display: block;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .entry-header {
    margin-top: 1.5em;
  }
}

@media screen and (min-width: 767px) {
  .page-content > *,
  .entry-summary > *,
  .page-title,
  .post-navigation,
  .page-navigation,
  .comments-area {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-footer {
  clear: both;
  /*! padding: 1.5em 1.5rem 3em; */
  padding: 1rem 0;
  /*! border-bottom: 1px solid #111; */
  border-top: 1px solid rgb(200, 200, 200);
}

/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/
/*
 * Available block selectors:

 * .wp-block-image
 * .wp-block-gallery
 * .wp-block-video
 * .wp-block-quote
 * .wp-block-text-columns
 * .wp-block-cover-text
 * .wp-block-button
 * .wp-block-gallery
 * .wp-block-table
 * .wp-block-embed
 * .wp-block-audio
 * .wp-block-pullquote
 * .wp-block-preformatted
 * .wp-block-code
 * .wp-block-verse

 */
.wp-block-quote {
  padding-left: 1em;
  border-left: 4px solid #000000;
}

.wp-block-quote cite,
.wp-block-quote footer {
  display: block;
  color: #596068;
}

.wp-block-quote.is-large {
  margin: 1.5em auto;
}

.wp-block-quote.is-large p {
  margin-bottom: 0.75em;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  line-height: 1.25;
}

.wp-block-quote.is-large cite {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.entry-content img {
  max-width: 100%;
}

.entry-content ul,
.entry-content ol {
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.entry-content ul ul,
.entry-content ol ol {
  margin-right: 0;
  margin-left: 0;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.alignfull {
  max-width: 100%;
  padding: 0;
}

.wp-block-image img {
  display: block;
}

.wp-block-cover-text p {
  padding: 1.5em 1.5em;
}

@media screen and (min-width: 767px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
  .entry-content pre {
    padding: 1.5em;
  }
}
.wp-block-columns {
  grid-column-gap: 1em;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 1.5em;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

.entry-content li {
  list-style-position: outside;
}

/* Responsive video embed magic stuff: */
.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-separator {
  margin-top: 4em;
  margin-bottom: 4em;
  width: 100%;
}

/*--------------------------------------------------------------
## Custom block font sizes.
--------------------------------------------------------------*/
.has-small-font-size {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.has-regular-font-size {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 2.34375rem;
}

.has-large-font-size {
  font-size: 32px;
  font-size: 2rem;
  line-height: 3rem;
}

.has-larger-font-size {
  font-size: 48px;
  font-size: 3rem;
  line-height: 3.45rem;
}

/*--------------------------------------------------------------
## Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.news-blog-template .hentry .featured-image {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
### Captions
--------------------------------------------------------------*/
body.reduced .wp-caption {
  margin-top: 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #596069;
}

.wp-caption {
  margin-bottom: 1.5em;
  margin-top: 15px;
  max-width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #596069;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
### Gallery Block - overrides core styles
--------------------------------------------------------------*/
.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

/* Override standard ul indentation. */
.entry-content .wp-block-gallery {
  padding-right: 1.5em;
  padding-left: 1.5em;
}

@media screen and (min-width: 767px) {
  .entry-content .wp-block-gallery {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    max-width: calc(33.33333% - 10.66667px);
    margin-right: 16px;
  }
}
/*--------------------------------------------------------------
### Galleries (Legacy)
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 0.5em;
}

@media screen and (min-width: 40em) {
  .gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
.gallery-item {
  padding: 0.5em;
  border: 1px solid rgb(222, 222, 222);
}

.gallery-icon {
  display: flex;
  justify-content: center;
}

.gallery-caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

/*
NextGen Gallery pagination ADA updates for contrast.
*/
.ngg-navigation {
  margin-bottom: 20px;
}
.ngg-navigation span.current {
  border: 1px solid #666;
  background: transparent;
  color: #666;
}
.ngg-navigation span.current:hover {
  background: #666;
}
.ngg-navigation a.page-numbers {
  border: 1px solid #666;
  background: #666;
}
.ngg-navigation a.page-numbers:hover {
  border: 1px solid #333;
  background: #333;
}
.ngg-navigation a.next,
.ngg-navigation a.prev {
  color: #666;
}
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover {
  color: #333 !important;
}
/*# sourceMappingURL=content.min.css.map */
