@charset "UTF-8";
/* Colors */
.news-layer-wrap {
  width: 100%;
  max-width: 81.25em;
  margin: 0 auto;
  position: relative;
}

.content-wrap, .news-layer {
  padding: 0;
}
@media (min-width: 48em) {
  .content-wrap, .news-layer {
    padding: 1.5rem 0;
  }
}
@media (min-width: 64em) {
  .content-wrap, .news-layer {
    padding: 4rem 0;
  }
}
@media (min-width: 81.25em) {
  .content-wrap, .news-layer {
    padding: 5rem 0;
  }
}
@media (min-width: 100em) {
  .content-wrap, .news-layer {
    padding: 6rem 0;
  }
}
@media (min-width: 112.5em) {
  .content-wrap, .news-layer {
    padding: 7rem 0;
  }
}

.news-headline, .section-id-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.5rem;
}
@media (min-width: 48em) {
  .news-headline, .section-id-title {
    font-size: 2.8rem;
  }
}
@media (min-width: 81.25em) {
  .news-headline, .section-id-title {
    font-size: 3rem;
  }
}
@media (min-width: 100em) {
  .news-headline, .section-id-title {
    font-size: 3.5rem;
  }
}
@media (min-width: 112.5em) {
  .news-headline, .section-id-title {
    font-size: 4em;
  }
}

.news-headline.small {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
@media (min-width: 48em) {
  .news-headline.small {
    font-size: 1.8rem;
  }
}
@media (min-width: 81.25em) {
  .news-headline.small {
    font-size: 2.1rem;
  }
}
@media (min-width: 100em) {
  .news-headline.small {
    font-size: 2.4rem;
  }
}
@media (min-width: 112.5em) {
  .news-headline.small {
    font-size: 2.7rem;
  }
}

.news-item-headline, .post-item-headline {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25rem;
}
@media (min-width: 48em) {
  .news-item-headline, .post-item-headline {
    font-size: 1.35rem;
  }
}
@media (min-width: 81.25em) {
  .news-item-headline, .post-item-headline {
    font-size: 1.45rem;
  }
}
@media (min-width: 100em) {
  .news-item-headline, .post-item-headline {
    font-size: 1.55rem;
  }
}
@media (min-width: 112.5em) {
  .news-item-headline, .post-item-headline {
    font-size: 1.9rem;
  }
}

.news-item, .news-layer-intro, .post-item {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.8s cubic-bezier(0.57, 0.2, 0.21, 0.89), transform 0.8s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.news-item.reveal, .news-layer-intro.reveal, .post-item.reveal {
  opacity: 1;
  transform: translateX(0);
}

.section-id {
  background-color: #202659;
  background: linear-gradient(200deg, #05060e, #2e4575 100%);
  background-image: url(/wp-content/themes/sbpc/assets/images/bg-texture.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  padding: 1.5rem;
  margin: 0 auto 1rem;
}
@media (min-width: 48em) {
  .section-id {
    padding: 2rem;
  }
}
@media (min-width: 48em) {
  .section-id {
    padding: 2.5rem 2rem;
  }
}
@media (min-width: 81.25em) {
  .section-id {
    padding: 3rem 2rem;
    margin: 0 auto;
  }
}
.section-id-wrap {
  max-width: 64em;
  margin: 0 auto;
}
.section-id-breadcrumbs {
  font-size: 0.9rem;
  color: #fff;
}
.section-id-breadcrumbs a {
  color: #f0a818;
  padding: 0 0.25rem;
  display: inline-block;
}
.section-id-breadcrumbs a:hover {
  color: #2e4575;
  background: #f0a818;
}
.section-id-breadcrumbs span span span {
  display: inline-block;
}
.section-id-breadcrumbs span span span:before {
  content: "→";
  color: #fff;
  display: inline-block;
  padding: 0 0.25rem;
}
.section-id-breadcrumbs .breadcrumb_last {
  display: none !important;
}
.section-id-title {
  color: #fff;
  line-height: 1;
}

.post-item {
  margin: 1rem 0;
  padding: 1.5rem;
}
@media (min-width: 48em) {
  .post-item {
    margin: 0;
  }
}
@media (min-width: 81.25em) {
  .post-item {
    padding: 2rem;
  }
}
@media (min-width: 112.5em) {
  .post-item {
    padding: 3rem;
  }
}
.post-item-link {
  display: block;
}
@media (min-width: 48em) {
  .post-item-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    width: 100%;
  }
}
.post-item img {
  width: 100%;
  background: #fff;
}
@media (min-width: 48em) {
  .post-item img {
    width: 25%;
  }
}
.post-item-content {
  padding-top: 1rem;
}
@media (min-width: 48em) {
  .post-item-content {
    padding: 0 0 0 1rem;
    width: 75%;
  }
}
@media (min-width: 81.25em) {
  .post-item-content {
    padding: 0 0 0 1.5rem;
  }
}
@media (min-width: 112.5em) {
  .post-item-content {
    padding: 0 0 0 2rem;
  }
}
.post-item-meta {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5f5f5f;
  font-weight: 900;
  display: block;
  font-size: 0.9rem;
}
.post-item-author, .post-item-time {
  display: inline-block;
}
.post-item-headline {
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  line-height: 1rem;
  color: #2e4575;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-item-teaser {
  color: #000;
  line-height: 1.5;
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-weight: 300;
  margin-top: 0.5rem;
}
@media (min-width: 81.25em) {
  .post-item-teaser {
    font-size: 1.1rem;
  }
}
.post-item-more {
  display: block;
  color: #2e4575;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-top: 0.75rem;
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.post-item:hover {
  background: #2e4575;
  box-shadow: 0px 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.6);
  transition: 1s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.post-item:hover .post-item-meta {
  color: #fff;
}
.post-item:hover .post-item-headline {
  color: #f0a818;
}
.post-item:hover .post-item-teaser {
  color: #fff;
}
.post-item:hover .post-item-more {
  color: #f0a818;
}
.post-item.featured-event {
  background: #f0f0f0;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (min-width: 48em) {
  .post-item.featured-event {
    flex: 1;
  }
}
.post-item.featured-event:hover {
  background: #2e4575;
}
.post-item.featured-event:hover .post-item-meta {
  color: #fff;
}
.post-item.featured-event:hover .post-item-headline {
  color: #f0a818;
}
.post-item.featured-event:hover .post-item-teaser {
  color: #fff !important;
}
.post-item.featured-event:hover .post-item-more {
  color: #f0a818 !important;
}
@media (min-width: 48em) {
  .post-item.featured-event img {
    width: 25% !important;
  }
}
@media (min-width: 48em) {
  .post-item.featured-event .post-item-content {
    width: 65% !important;
  }
}

.wp-pagenavi {
  display: block;
  clear: both;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 2rem 0 4rem;
  font-weight: 300;
  position: relative;
  z-index: 500;
  text-align: center;
}
.wp-pagenavi .pages {
  padding-right: 1rem;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 64em) {
  .wp-pagenavi .pages {
    display: none;
  }
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: 0;
  margin: 0 0.25rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.wp-pagenavi .current {
  background: #2e4575;
  color: #fff;
}
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: #5f5f5f;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  background: #f0a818;
  color: #fff;
}
.wp-pagenavi .page:active,
.wp-pagenavi .nextpostslink:active,
.wp-pagenavi .previouspostslink:active {
  background: #2e4575;
}

.news-layer:nth-of-type(even) {
  background: #f0f0f0;
}
.news-layer-wrap {
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 48em) {
  .news-layer-wrap {
    padding: 0 2rem;
  }
}
@media (min-width: 81.25em) {
  .news-layer-wrap {
    padding: 0;
  }
}
.news-layer-intro {
  padding: 2rem 1.5rem 0;
}
@media (min-width: 48em) {
  .news-layer-intro {
    padding: 0 0 0 2rem;
  }
}
@media (min-width: 64em) {
  .news-layer-intro {
    padding: 0 0 0 2rem;
  }
}
@media (min-width: 81.25em) {
  .news-layer-intro {
    padding: 0 0 0 2rem;
  }
}
@media (min-width: 112.5em) {
  .news-layer-intro {
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 48em) {
  .news-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    width: 100%;
  }
}
.news-grid.upcoming-events {
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .news-grid.upcoming-events {
    margin-bottom: 2rem;
  }
}
@media (min-width: 81.25em) {
  .news-grid.upcoming-events {
    margin-bottom: 3rem;
  }
}
@media (min-width: 112.5em) {
  .news-grid.upcoming-events {
    margin-bottom: 4rem;
  }
}
.news-grid.upcoming-events .featured-event .post-item-link {
  align-items: flex-start;
}
.news-grid .news-item .sc_time_wrapper {
  display: none;
}
.news-headline {
  font-weight: 900;
  color: #202659;
  text-align: left;
}
.news-headline-link {
  color: #2e4575;
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}
.news-headline-link:hover {
  color: #f0a818;
}
.news-headline-link:hover .news-headline-icon {
  box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.3);
  transform: scale(1.1);
}
.news-headline-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(35deg, #f0a818 0%, #f6cc78 100%);
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  margin-right: 0.75rem;
  position: relative;
  display: block;
  transition: all 0.4s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
@media (min-width: 81.25em) {
  .news-headline-icon {
    width: 4rem;
    height: 4rem;
  }
}
.news-headline-icon-svg {
  width: 60%;
  fill: #2e4575;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: fill 0.4s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.news-headline.small {
  margin-bottom: 1rrem;
}
.news-item {
  margin: 1rem 0;
  padding: 1.5rem;
  text-align: left;
}
@media (min-width: 48em) {
  .news-item {
    width: 33.33%;
    margin: 0;
  }
}
@media (min-width: 81.25em) {
  .news-item {
    padding: 2rem;
  }
}
@media (min-width: 112.5em) {
  .news-item {
    padding: 3rem;
  }
}
.news-item-link {
  display: block;
}
.news-item-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.news-item-meta-source {
  background: #fff;
  width: 2.5rem;
  height: 2.5rem;
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: block;
  text-align: center;
  padding: 1rem;
  position: relative;
}
@media (min-width: 81.25em) {
  .news-item-meta-source {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.news-item-meta-source-img {
  width: 55%;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.news-item-meta-source-svg {
  width: 100%;
  fill: #2e4575;
}
.news-item-meta-type {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  display: block;
  font-size: 0.9rem;
  margin-left: 1rem;
}
.news-item-meta-date {
  margin-left: 0.75rem;
}
.news-item-date {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5f5f5f;
  font-weight: 900;
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  line-height: 1;
}
.news-item-date .sc_event_details * {
  display: inline;
}
.news-item-date .sc_event_details .sc_date_label,
.news-item-date .sc_event_details .sc_time_label,
.news-item-date .sc_event_details br {
  display: none;
}
.news-item-date .sc_event_details .sc_time_wrapper:before {
  content: ",";
  padding-right: 0.2rem;
  display: inline-block;
}
.news-item-headline {
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  line-height: 1rem;
  color: #2e4575;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-item-teaser {
  color: #000;
  line-height: 1.5;
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 81.25em) {
  .news-item-teaser {
    font-size: 1.1rem;
  }
}
.news-item-more {
  display: block;
  color: #2e4575;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-top: 0.75rem;
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.news-item:hover {
  background: #2e4575;
  box-shadow: 0px 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.6);
  transition: 1s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.news-item:hover .news-item-meta-type {
  color: #fff;
}
.news-item:hover .news-item-date {
  color: #fff;
}
.news-item:hover .news-item-headline {
  color: #f0a818;
}
.news-item:hover .news-item-teaser {
  color: #fff;
}
.news-item:hover .news-item-more {
  color: #f0a818;
}

.sc_event_location {
  white-space: pre-line;
}

.sc_event_details .sc_date_label,
.sc_event_details .sc_time_label {
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 0.45rem;
  display: inline-block;
}
.sc_event_details .sc_time {
  display: inline-block;
}

.wp-block-button {
  text-align: center;
  margin-top: 1rem;
}
@media (min-width: 81.25em) {
  .wp-block-button {
    margin-top: 2rem;
  }
}
.wp-block-button.aligncenter {
  text-align: center;
}

.wp-block-button__link {
  margin: 0 auto;
  text-decoration: none !important;
  border-radius: 2rem !important;
  background: #f0a818 !important;
  color: #202659 !important;
  padding: 1rem 2rem;
  margin: 0 auto;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  box-shadow: 0px 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.4);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  font-size: 0.95rem;
  font-weight: 700;
  overflow: hidden;
  letter-spacing: 2px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.wp-block-button__link:before {
  background: linear-gradient(35deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  content: "";
}
.wp-block-button__link:hover {
  background: #202659 !important;
  box-shadow: 0px 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.6);
  color: #fff !important;
}

.content-wrap {
  max-width: 64em;
  margin: 0 auto;
}

.entry-content {
  max-width: 64em;
  font-size: 1.1rem;
  padding: 1.5rem;
}
@media (min-width: 48em) {
  .entry-content {
    font-size: 1.2rem;
  }
}
@media (min-width: 81.25em) {
  .entry-content {
    padding: 0;
    font-size: 1.3rem;
  }
}
.entry-content a {
  color: #2e4575;
  text-decoration: underline;
  -webkit-text-decoration-color: #f0a818;
          text-decoration-color: #f0a818;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.entry-content a:hover {
  color: #3e5c9b;
  -webkit-text-decoration-color: #202659;
          text-decoration-color: #202659;
}
/*# sourceMappingURL=pages.css.map */