@charset "UTF-8";
/*--------------------------------------------------------------
# GENERAL THEME STYLES
--------------------------------------------------------------*/
/*!
Theme Name: Blockly
Theme URI: https://github.com/bbertucc/blockly
Author: Blake Bertuccellli
Author URI: https://github.com/bbertucc
Description: A starter theme, supporting the block editor.
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blockly
Tags: block-styles, wide-blocks, one-column, left-sidebar, custom-logo, featured-images, theme-options, footer-widgets, editor-style
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i");
/*--------------------------------------------------------------
# Global Colors (Declared in block_setup.php)
--------------------------------------------------------------*/
/*
0070bd blue
2b5ba0 newBlue
7cb4da lblue
161615 black
21543f green
919b74 newGreen
f1f1f1 light grey
*/
.has-blue-background-color {
  background-color: #2b5ba0;
}

.has-blue-color {
  color: #2b5ba0;
}

.has-blue-light-background-color {
  background-color: #7cb4da;
}

.has-blue-light-color {
  color: #7cb4da;
}

.has-green-background-color {
  background-color: #919b74;
}

.has-green-color {
  color: #919b74;
}

.has-black-background-color {
  background-color: #161615;
}

.has-black-color {
  color: #161615;
}

.has-light-background-color {
  background-color: #f1f1f1;
}

.has-light-color {
  color: #f1f1f1;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-white-color {
  color: #ffffff;
}

/*--------------------------------------------------------------
# Typeface Settings
--------------------------------------------------------------*/
/*
font-family: 'Barlow', sans-serif;
font-family: 'Barlow Condensed', sans-serif;
*/
/*--------------------------------------------------------------
# Spacing Settings (Based on the 16px font size)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Global Alignments (Including Block Alignments)
--------------------------------------------------------------*/
.loop-the_content .alignnone {
  display: block;
}
.loop-the_content .alignright {
  float: right;
  padding-left: 1em;
}
.loop-the_content .alignleft {
  float: left;
  padding-right: 1em;
}
.loop-the_content .aligncenter {
  max-width: 580px;
  margin: 16px auto;
  text-align: center;
}
.loop-the_content .alignwide {
  width: 100% !important;
  max-width: 1100px !important;
}
.loop-the_content .alignfull {
  width: 100% !important;
  max-width: 100% !important;
}
.loop-the_content .noxpadding {
  padding-left: 0;
  padding-right: 0;
}
.loop-the_content .autoxmargin {
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Elements: Global Styles for basic HTML elements
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

body, .editor-styles-wrapper {
  font: 400 16px/1.8 "Barlow", serif;
  color: #161615;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  padding: 0;
  margin: 0;
}

img, a img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: #2b5ba0;
}
a:active, a:focus {
  opacity: 0.8;
  outline: 0;
}

form input, form textarea {
  font: 400 20px/1.8 "Barlow", serif;
  padding: 8px 16px;
  border: 1px solid #c2cdd8;
}
form input:active, form input:focus, form textarea:active, form textarea:focus {
  border-color: #2b5ba0;
  outline: none;
}
form input {
  line-height: 1;
}
form input[type=submit], form button {
  -webkit-appearance: none;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1;
  color: #ffffff;
  background: #2b5ba0;
  padding: 8px 16px;
  border: 1px solid #2b5ba0;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  outline: 0 !important;
  cursor: pointer;
}
form input[type=submit]:active, form button:active {
  opacity: 0.8;
}

/*--------------------------------------------------------------
# Archive Layout (layouts/archive.php)
--------------------------------------------------------------*/
.layout-archive .archive-content {
  width: 100%;
  padding: 32px 0 48px;
}
.layout-archive .archive-content .content-masthead {
  padding: 16px 0 0;
}
.layout-archive .archive-content .content-masthead:after {
  content: "";
  display: block;
  margin: 48px auto;
  width: 100px;
  height: 2px;
  background: #f1f1f1;
}
.layout-archive .archive-content .content-masthead > div {
  max-width: 480px;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
}
.layout-archive .archive-content .content-masthead .masthead-title {
  font: 900 2.44em/1.4 "Barlow Condensed", sans-serif;
  line-height: 1;
}
.layout-archive .archive-content .content-masthead .masthead-description {
  font: 400 20px/1.8 "Barlow", serif;
  color: #f1f1f1;
  font-style: italic;
}
.layout-archive .archive-content .content-masthead .masthead-subcategories .subcategories-link {
  display: inline-block;
  font: 400 13px/1.8 "Barlow", serif;
  font-weight: 700;
  background: #2b5ba0;
  padding: 0.5em 1em;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
}
.layout-archive .archive-content .content-loop, .layout-archive .archive-content .content-error {
  max-width: 580px;
  margin: 0 auto;
}
.layout-archive .archive-content .content-loop .loop-listed_post {
  margin-top: 16px;
}
.layout-archive .archive-content .content-loop .loop-listed_post:before {
  content: "";
  display: block;
  margin: 48px auto;
  width: 100px;
  height: 2px;
  background: #f1f1f1;
}
.layout-archive .archive-content .content-loop .loop-listed_post:first-of-type:before {
  display: none;
}
.layout-archive .archive-content .content-loop .loop-listed_post .listed_post-post .post-meta {
  font: 400 13px/1.8 "Barlow", serif;
}
.layout-archive .archive-content .content-loop .loop-listed_post .listed_post-post .post-meta a {
  text-decoration: none;
}
.layout-archive .archive-content .content-loop .loop-listed_post .listed_post-post .post-meta a:hover {
  text-decoration: underline;
}
.layout-archive .archive-content .content-loop .loop-listed_post .listed_post-post .post-title {
  font: 700 1.56em/1.4 "Barlow Condensed", sans-serif;
  text-decoration: none;
}
.layout-archive .archive-content .content-loop .loop-listed_post .listed_post-post .post-title:hover {
  text-decoration: underline;
}
.layout-archive .archive-content .content-loop .loop-listed_post .listed_post-post .post-excerpt {
  font: 400 20px/1.8 "Barlow", serif;
}
.layout-archive .archive-content .content-loop .loop-page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0 0;
}
.layout-archive .archive-content .content-loop .loop-page .page-numbers {
  margin: 8px;
}
.layout-archive .archive-content .content-error {
  text-align: center;
}
.layout-archive .archive-content .content-error .error-title {
  font: 700 1.56em/1.4 "Barlow Condensed", sans-serif;
}
.layout-archive .archive-content .content-error .error-body {
  font: 400 20px/1.8 "Barlow", serif;
}

.layout-archive-event {
  background-color: #7cb4da;
  text-align: center;
  padding: 48px 0;
}
.layout-archive-event .archive-events-header h2 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
}
.layout-archive-event .archive-events-header .button {
  background: transparent;
  padding: 4px 16px;
  margin-top: 8px;
  display: inline-block;
  border-radius: 6px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
}
.layout-archive-event .page-numbers {
  background-color: #fff;
  display: inline-block;
  padding: 0.2em 0.6em;
  margin: 0;
  text-decoration: none;
}

.layout-archive-person {
  background-color: #161615;
  text-align: center;
  padding: 32px 0;
}
.layout-archive-person h2 {
  color: #ffffff;
  font-size: 3em;
  margin: 0 0 16px 0;
  padding: 0;
}
.layout-archive-person .content-loop {
  display: grid;
  justify-items: center;
  align-items: center;
  justify-content: space-evenly;
  align-content: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
}
@media only screen and (max-width: 768px) {
  .layout-archive-person .content-loop {
    grid-template-columns: 1fr 1fr;
  }
}

/*--------------------------------------------------------------
# Single Content Layout (layouts/single.php)
--------------------------------------------------------------*/
.layout-single .single-loop,
.layout-single .single-error {
  margin: 0 auto;
  width: 100%;
}
.layout-single .single-loop .loop-the_title {
  font: 900 2.44em/1.4 "Barlow Condensed", sans-serif;
  padding: 32px 0 16px;
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.layout-single .single-loop .loop-the_content {
  padding: 0;
}
.layout-single .single-loop .loop-the_content > * {
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.layout-single .single-loop .loop-meta {
  width: 580px;
  margin: 16px auto 32px auto;
  text-align: center;
  color: #f1f1f1;
}
.layout-single .single-loop .loop-meta:before {
  content: "";
  display: block;
  margin: 48px auto;
  width: 100px;
  height: 2px;
  background: #f1f1f1;
}
.layout-single .single-loop .loop-meta a {
  color: #f1f1f1;
}
.layout-single .single-loop .loop-meta svg {
  fill: #f1f1f1;
  margin-right: 3px;
}
.layout-single .single-loop .loop-meta .meta-author {
  margin-right: 16px;
}
.layout-single .single-loop .loop-meta .meta-date {
  margin-right: 16px;
}
.layout-single .single-error {
  text-align: center;
  padding-bottom: 32px;
}
.layout-single .single-error .error-title {
  font: 700 1.56em/1.4 "Barlow Condensed", sans-serif;
}
.layout-single .single-error .error-body {
  font: 400 20px/1.8 "Barlow", serif;
}

.layout-single-person {
  text-align: center;
}
.layout-single-person .single-loop {
  text-align: left;
  z-index: 1;
  position: relative;
  display: inline-flex;
  flex-direction: row-reverse;
  max-width: 1100px;
}
.layout-single-person .single-loop .photo-col {
  max-width: 280px;
}
.layout-single-person .single-loop .photo-col .additional-links {
  list-style-type: none;
  background-color: #f1f1f1;
  padding-left: 0;
  padding: 16px;
}
.layout-single-person .single-loop .photo-col .additional-links li {
  padding-left: 0;
  display: inline-flex;
  width: 100%;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.layout-single-person .single-loop .photo-col .additional-links li img {
  max-height: 50px;
}
.layout-single-person .single-loop .photo-col .additional-links li a {
  text-decoration: none;
}
.layout-single-person .single-loop .main-col {
  background-color: #ffffff;
  padding: 32px 32px;
}
.layout-single-person .single-loop .main-col ul {
  max-width: 580px;
}
.layout-single-person .single-loop .main-col .name {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 2.5em;
  line-height: 1em;
}
.layout-single-person .single-loop .main-col .name span {
  color: #2b5ba0;
}
.layout-single-person .single-loop .main-col .title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  color: #2b5ba0;
}
.layout-single-person .single-loop .main-col .title_secondary {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  color: #707070;
  line-height: 1em;
}

.layout-single-event {
  text-align: center;
  padding-bottom: 48px;
}
.layout-single-event .single-loop {
  text-align: left;
  z-index: 1;
  position: relative;
  display: inline-flex;
  flex-direction: row-reverse;
  max-width: 1100px;
}
.layout-single-event .single-loop .photo-col {
  max-width: 280px;
}
.layout-single-event .single-loop .main-col {
  background-color: #ffffff;
  padding: 32px 32px;
  max-width: 580px;
}
.layout-single-event .single-loop .main-col .listed_event-datetime {
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1em;
}
.layout-single-event .single-loop .main-col .listed_event-datetime .date {
  color: #2b5ba0;
  font-weight: 700;
}
.layout-single-event .single-loop .main-col .listed_event-series {
  text-transform: uppercase;
  font-size: 1.4em;
}
.layout-single-event .single-loop .main-col .listed_event-series a {
  text-decoration: none;
}
.layout-single-event .single-loop .main-col .post-title {
  font-size: 3em;
  line-height: 1em;
  text-decoration: none;
  color: #161615;
  font-family: "Barlow Condensed", sans-serif;
}
.layout-single-event .single-loop .main-col .event-location {
  text-transform: uppercase;
  color: #2b5ba0;
  position: absolute;
  bottom: 32px;
}

/*--------------------------------------------------------------
# 404 Layout (layouts/404.php)
--------------------------------------------------------------*/
.layout-404 [class="404-error_message"] {
  max-width: 580px;
  margin: 0 auto;
  width: 100%;
  padding: 32px 0;
  text-align: center;
}
.layout-404 [class="404-error_message"] .error_message-title {
  font: 700 1.95em/1.4 "Barlow Condensed", sans-serif;
}
.layout-404 [class="404-error_message"] .error_message-body {
  font: 400 20px/1.8 "Barlow", serif;
}

/*--------------------------------------------------------------
# Archive Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Audio Block
--------------------------------------------------------------*/
.wp-block-audio.alignright {
  float: none;
  margin-left: auto;
}
.wp-block-audio.alignright audio, .wp-block-audio.alignright figcaption {
  float: right;
  margin-left: 1em;
  max-width: 300px;
}
.wp-block-audio.alignleft {
  float: none;
  margin-right: auto;
}
.wp-block-audio.alignleft audio, .wp-block-audio.alignleft figcaption {
  float: left;
  margin-right: 1em;
  max-width: 300px;
}

/*--------------------------------------------------------------
# Gallery Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Group Block
--------------------------------------------------------------*/
.wp-block-group.alignfull .wp-block-group__inner-container {
  padding: 16px 0;
}
.wp-block-group .wp-block-group__inner-container {
  padding: 16px;
}
.wp-block-group .wp-block-group__inner-container > * {
  max-width: 580px;
  margin: 16px auto;
  padding: 0 16px;
}
.wp-block-group .wp-block-group__inner-container .block-editor-inner-blocks {
  max-width: inherit;
}
.wp-block-group .wp-block-group__inner-container .alignfull {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/*--------------------------------------------------------------
# Pullquote Block
--------------------------------------------------------------*/
.wp-block-pullquote {
  border-top: 4px solid #f1f1f1;
  border-bottom: 4px solid #f1f1f1;
  color: #f1f1f1;
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-pullquote blockquote cite {
  font: 400 13px/1.8 "Barlow", serif;
  text-transform: uppercase;
  font-style: normal;
}

/*--------------------------------------------------------------
# Buttons Block
--------------------------------------------------------------*/
.wp-block-buttons {
  text-align: center;
}
.wp-block-buttons.alignwide {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-white-color {
  background-color: transparent;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5em;
  text-align: center;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-white-color:after {
  content: " →";
  color: #2b5ba0;
}

.wp-block-button {
  margin: 16px 0;
  color: inherit;
}
.wp-block-button a:not(.has-text-color), .wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: #ffffff;
}
.wp-block-button a:not(.has-text-color):hover, .wp-block-button .wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button a:not(.has-background), .wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #2b5ba0;
}
.wp-block-button.alignright {
  float: none;
}
.wp-block-button.alignright a {
  float: right;
  margin-left: 1em;
  max-width: 300px;
}
.wp-block-button.alignleft {
  float: none;
}
.wp-block-button.alignleft a {
  float: left;
  margin-right: 1em;
  max-width: 300px;
}

/*--------------------------------------------------------------
# Blocks: Guttenberg Block Styles
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 1em 0;
}
h1 {
  font: 900 2.44em/1.4 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 4em;
  margin: 0.618em 0;
  padding: 0;
}

h2 {
  font: 700 1.95em/1.4 "Barlow Condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
h2.has-background {
  display: inline-block;
  padding: 0.4em 1em;
}

h3 {
  font: 700 1.56em/1.4 "Barlow Condensed", sans-serif;
}

h4 {
  font: 700 1.25em/1.5 "Barlow Condensed", sans-serif;
}

h5 {
  font: 700 1em/1.8 "Barlow Condensed", sans-serif;
}

h6 {
  font: 700 0.8em/1.8 "Barlow Condensed", sans-serif;
}

/*--------------------------------------------------------------
# Quote Block
--------------------------------------------------------------*/
.wp-block-quote {
  border-left: 4px solid #f1f1f1;
  padding: 0 16px;
}
.wp-block-quote.is-style-large {
  margin: 0 16px;
  border-left: 0;
}
.wp-block-quote cite {
  font: 400 13px/1.8 "Barlow", serif !important;
  color: #f1f1f1;
}

/*--------------------------------------------------------------
# Categories Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Image Block
--------------------------------------------------------------*/
.wp-block-image figcaption {
  font: 400 13px/1.8 "Barlow", serif;
  text-align: center;
  color: #f1f1f1;
}
.wp-block-image.alignfull {
  max-width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

/*--------------------------------------------------------------
# Separator Block
--------------------------------------------------------------*/
hr.wp-block-separator {
  border: none;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  margin: 1.65em auto;
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}
hr.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
hr.wp-block-separator.is-style-dots {
  background: none;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}
hr.wp-block-separator.is-style-dots:before {
  content: "···";
  color: #161615;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

/*--------------------------------------------------------------
# Code Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Insagram Embed Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Spacer Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Columns Block
--------------------------------------------------------------*/
.wp-block-columns {
  margin: 32px auto;
}
.wp-block-columns .wp-block-column {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Navigation Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Latest Posts Block
--------------------------------------------------------------*/
ul.wp-block-latest-posts {
  margin: 0 auto;
  padding: 0;
}
ul.wp-block-latest-posts li {
  margin-bottom: 16px;
}
ul.wp-block-latest-posts li:last-of-type {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Latest Comments Block
--------------------------------------------------------------*/
.wp-block-latest-comments {
  margin: 0;
  padding: 0;
}
.wp-block-latest-comments li {
  margin-bottom: 16px;
}
.wp-block-latest-comments li:last-of-type {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# List Blocks
--------------------------------------------------------------*/
ul, ol {
  margin: 0;
}
/*--------------------------------------------------------------
# Twitter Embed Block
--------------------------------------------------------------*/
figure.wp-block-embed-twitter.alignright {
  float: none;
  max-width: 580px;
}
figure.wp-block-embed-twitter.alignright div {
  float: right;
  padding-left: 1em;
  max-width: 300px;
}
figure.wp-block-embed-twitter.alignleft {
  float: none;
  max-width: 580px;
}
figure.wp-block-embed-twitter.alignleft div {
  float: left;
  padding-right: 1em;
  max-width: 300px;
}

/*--------------------------------------------------------------
# Cover Block
--------------------------------------------------------------*/
.wp-block-cover.alignfull {
  margin-top: 0;
}
.wp-block-cover div {
  max-width: 580px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Paragraph Block
--------------------------------------------------------------*/
p {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
p.has-drop-cap:not(:focus):first-letter {
  font-weight: 700;
}
p.has-small-font-size {
  font: 400 13px/1.8 "Barlow", serif !important;
}
p.has-normal-font-size {
  font: 400 16px/1.8 "Barlow", serif !important;
}
p.has-medium-font-size {
  font: 400 20px/1.8 "Barlow", serif !important;
}
p.has-large-font-size {
  font: 400 36px/1 "Barlow", serif !important;
}
p.has-huge-font-size {
  font: 400 48px/1 "Barlow", serif !important;
}

/*--------------------------------------------------------------
# Video Block
--------------------------------------------------------------*/
.wp-block-video video {
  width: 100%;
}
.wp-block-video figcaption {
  font: 400 13px/1.8 "Barlow", serif;
  text-align: center;
  color: #f1f1f1;
}

/*--------------------------------------------------------------
# Verse Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Table Block
--------------------------------------------------------------*/
.wp-block-table tbody tr td {
  border-bottom: 1px solid #f1f1f1;
}

/*--------------------------------------------------------------
# Media & Text Block
--------------------------------------------------------------*/
.wp-block-media-text {
  margin-top: 32px;
  margin-bottom: 32px;
}
/*--------------------------------------------------------------
# Facebook Embed Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# WordPress Embed Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# File Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Preformatted Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# YouTube Embed Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Social Links
--------------------------------------------------------------*/
.loop-listed_event {
  text-align: left;
  margin: 16px auto;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  width: 100%;
  background-color: #ffffff;
  max-width: 1040px;
}
@media only screen and (max-width: 768px) {
  .loop-listed_event {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.loop-listed_event .listed_event-image {
  width: 350px;
  max-height: 400px;
  overflow: hidden;
  min-width: 200px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .loop-listed_event .listed_event-image {
    max-width: 100%;
  }
}
.loop-listed_event .listed_event-image .the_image {
  min-height: 100%;
  min-width: 100%;
  width: auto;
}
.loop-listed_event .listed_event-content {
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  max-width: 730px;
}
.loop-listed_event .listed_event-content .listed_event-datetime {
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1em;
}
.loop-listed_event .listed_event-content .listed_event-datetime .date {
  color: #2b5ba0;
  font-weight: 700;
}
.loop-listed_event .listed_event-content .listed_event-series {
  text-transform: uppercase;
  font-size: 1.4em;
  max-width: 580px;
  line-height: 1em;
}
.loop-listed_event .listed_event-content .listed_event-series a {
  text-decoration: none;
}
.loop-listed_event .listed_event-content .post-title {
  font-size: 3em;
  line-height: 0.9em;
  display: block;
  padding: 0.2em 0em 0.4em 0em;
  text-decoration: none;
  color: #161615;
}
.loop-listed_event .listed_event-content .event-location {
  text-transform: uppercase;
  color: #2b5ba0;
  /* position: absolute; */
  bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .loop-listed_event .listed_event-content .event-location {
    position: relative;
    bottom: 0;
  }
}

.loop-listed_person {
  position: relative;
  overflow: hidden;
  height: calc(30vw - 1.5rem);
}
@media only screen and (max-width: 768px) {
  .loop-listed_person {
    height: calc(60vw - 1.5rem);
  }
}
@media only screen and (max-width: 500px) {
  .loop-listed_person {
    height: 100vw;
  }
}
.loop-listed_person .listed_person-content {
  position: absolute;
  bottom: 0;
  background-color: #161615;
  color: #ffffff;
  width: 100%;
  padding: 16px;
  line-height: 1em;
  text-align: left;
}
.loop-listed_person .listed_person-content .name {
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
}
.people-block {
  display: grid;
  justify-items: center;
  align-items: center;
  justify-content: space-evenly;
  align-content: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
}
@media only screen and (max-width: 768px) {
  .people-block {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 4fr;
  }
}
@media only screen and (max-width: 500px) {
  .people-block {
    grid-template-columns: 1fr;
  }
}
.people-block .more-people-link {
  /* background-color: $color-blue; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.people-block .more-people-link a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.5em;
  line-height: 2.5em;
}
.people-block .more-people-link a span {
  display: block;
  font-size: 5em;
  padding-top: 1em;
}

.wp-block-nk-awb.alignfull {
  text-align: center;
}

.previous-events-block {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
.previous-events-block .splide__pagination {
  bottom: -1.5em;
}
.previous-events-block .loop-listed_event {
  display: block;
}
.previous-events-block .loop-listed_event .listed_event-content {
  position: absolute;
  background-color: #161615;
  bottom: 0;
  padding: 16px 32px;
  width: 100%;
  left: 0;
}
.previous-events-block .loop-listed_event .listed_event-content .post-title {
  color: #ffffff;
  font-size: 1.5em;
  line-height: 0.9em;
}
.previous-events-block .loop-listed_event .listed_event-content .listed_event-series {
  font-size: 1em;
  line-height: 1em;
  color: #7cb4da;
  display: none;
}
.previous-events-block .loop-listed_event .listed_event-image {
  width: 100%;
  max-width: 100%;
}
.previous-events-block .loop-listed_event .listed_event-image .the_image {
  min-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Styles for header.php
--------------------------------------------------------------*/
.header {
  text-align: center;
  /* box-shadow: 0 3px 14px rgba(0,0,0,.15); */
  padding: 0 8px 0 8px;
  background-color: #ffffff;
}
.header .header-inner {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  max-width: 1480px;
}
.header .header-logo {
  padding: 16px 8px;
  text-align: center;
}
.header .header-logo .logo-link .link-image {
  max-height: 241px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .header .header-logo {
    max-width: 50%;
  }
}
.header .header-title_and_tagline {
  display: block;
  color: #161615;
  text-decoration: none;
  padding: 32px 8px;
}
.header .header-title_and_tagline .title_and_tagline-title {
  font: 900 2.44em/1.4 "Barlow Condensed", sans-serif;
  line-height: 1em;
}
.header .header-title_and_tagline .title_and_tagline-tagline {
  font: 700 1.56em/1.4 "Barlow Condensed", sans-serif;
  line-height: 1em;
  margin-top: 16px;
}
.header .header-menu {
  margin: 0;
  padding: 0;
  display: inline-flex;
  list-style: none;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .header .header-menu {
    display: none;
  }
}
.header .header-menu .sub-menu {
  position: absolute;
  z-index: 2;
  list-style-type: none;
  padding-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: solid 4px #2b5ba0;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
}
.header .header-menu .sub-menu li {
  text-align: left;
  font-size: 0.618em;
  padding: 0;
  border: 0;
  margin-left: 0;
  padding: 0 16px;
}
.header .header-menu .menu-item {
  margin: 0 32px;
  padding: 8px 0;
  border-bottom: 4px solid transparent;
}
.header .header-menu .menu-item:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.header .header-menu .menu-item.current_page_item, .header .header-menu .menu-item.current-menu-item {
  border-color: #7cb4da;
}
.header .header-menu .menu-item.current_page_item a, .header .header-menu .menu-item.current-menu-item a {
  color: #7cb4da;
}
.header .header-menu .menu-item.current_page_item a:hover, .header .header-menu .menu-item.current-menu-item a:hover {
  text-decoration: none;
}
.header .header-menu .menu-item a {
  display: block;
  text-decoration: none;
  font: 400 20px/1.8 "Barlow", serif;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 2.5em;
}
.header .header-menu .menu-item a:hover {
  color: #7cb4da;
}
.header .header-button_addon {
  display: inline-block;
  color: #ffffff;
  background: #2b5ba0;
  padding: 8px 16px;
  margin-left: 8px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .header .header-button_addon {
    width: 100%;
    margin: 0 0 16px 0;
    max-width: 580px;
  }
}
.header .header-button_addon:hover {
  text-decoration: none;
}
.header .header-search_form {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}
.header .header-search_form .search_form-input, .header .header-search_form .search_form-submit {
  font: 400 13px/1.8 "Barlow", serif;
  line-height: 1;
}
.header .header-search_form .search_form-input {
  padding: 8px;
  max-width: 160px;
}
.header .header-search_form .search_form-submit {
  border-width: 1px;
  border-left: 0;
  padding: 8px 11px;
  border-radius: 0 4px 4px 0;
}
.header .header-search_form .search_form-submit:hover {
  background: #2b5ba0;
}
.header .header-search_form .search_form-submit .submit-icon {
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 768px) {
  .header .header-search_form {
    margin: 0 auto 16px auto;
    width: 100%;
    max-width: 580px;
  }
  .header .header-search_form .search_form-input, .header .header-search_form .search_form-submit {
    font: 400 20px/1.8 "Barlow", serif;
    line-height: 1;
  }
  .header .header-search_form .search_form-input {
    padding: 8px;
    width: 100%;
    max-width: 100%;
    border-radius: 4px 0 0 4px;
  }
  .header .header-search_form .search_form-submit {
    width: 10%;
    border-width: 1px;
    padding: 8px 11px;
  }
  .header .header-search_form .search_form-submit:hover {
    background: #2b5ba0;
  }
  .header .header-search_form .search_form-submit .submit-icon {
    width: 20px;
    height: 20px;
  }
}
.header .header-toggle {
  display: none;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header .header-toggle {
    cursor: pointer;
    background: transparent;
    display: inline-block;
    height: 48px;
    width: 68px;
    max-width: 68px;
    max-width: 580px;
    border-radius: 4px;
  }
}
.header .header-toggle .toggle-icon, .header .header-toggle .toggle-icon:before, .header .header-toggle .toggle-icon:after {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #2b5ba0;
}
.header .header-toggle .toggle-icon {
  display: inline-block;
  top: 50%;
  margin-top: -2px;
  margin-left: -60px;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
  width: 68px;
  height: 4px;
}
.header .header-toggle .toggle-icon:before, .header .header-toggle .toggle-icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 68px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
}
.header .header-toggle .toggle-icon:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
  top: -18px;
}
.header .header-toggle .toggle-icon:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  bottom: -18px;
}
.header.navigationOpen .header-toggle {
  border-radius: 4px 4px 0 0;
  z-index: 5;
  position: fixed;
  right: 0;
}
.header.navigationOpen .header-toggle .toggle-icon {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
  background-color: #ffffff;
}
.header.navigationOpen .header-toggle .toggle-icon:before, .header.navigationOpen .header-toggle .toggle-icon:after {
  background-color: #ffffff;
}
.header.navigationOpen .header-toggle .toggle-icon:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}
.header.navigationOpen .header-toggle .toggle-icon:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.header.navigationOpen .header-menu {
  display: flex;
  background: #2b5ba0;
  margin: 0;
  border-radius: 0 0 4px 4px;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  flex-direction: column;
}
.header.navigationOpen .header-menu .menu-item {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
}
.header.navigationOpen .header-menu .menu-item a {
  display: block;
  padding: 8px;
  color: #ffffff;
  /* border-bottom: 1px solid $color-white; */
}
.header.navigationOpen .header-menu .menu-item a:hover {
  text-decoration: none;
}
/*--------------------------------------------------------------
# Styles for footer.php
--------------------------------------------------------------*/
.footer {
  padding: 32px;
  text-align: center;
  font: 400 20px/1.8 "Barlow", serif;
  background-color: #ffffff;
  width: 100%;
}
.footer .footer-inner {
  display: inline-flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  width: 100%;
}
.footer .footer-copyright_info {
  color: #2b5ba0;
}
.footer .footer-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 0 8px 0;
  padding: 0;
}
.footer .footer-menu .menu-item {
  padding: 0 16px 0 16px;
}
.footer .footer-menu .menu-item:last-of-type {
  padding-right: 0;
}
.footer .footer-menu .menu-item a {
  color: #2b5ba0;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .footer .footer-inner, .footer .footer-menu {
    display: block;
  }
}

/*--------------------------------------------------------------
# Styles for registered widgets
--------------------------------------------------------------*/
.widgets {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 0;
  position: relative;
}
.widgets:before {
  content: "";
  position: absolute;
  display: block;
  margin: 48px auto;
  width: 100px;
  margin-left: -50px;
  top: -32px;
  left: 50%;
  height: 2px;
  background: #f1f1f1;
}

.widgets-widget {
  padding: 16px;
  margin: 0 auto;
  width: 33.333333333%;
}
.widgets-widget .widget-title {
  font: 700 1.25em/1.5 "Barlow Condensed", sans-serif;
}
.widgets-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widgets-widget ul li {
  padding: 8px 0;
  border-bottom: 1px solid #f1f1f1;
}
.widgets-widget ul li ul {
  list-style: circle;
  padding-left: 32px;
}
.widgets-widget ul li ul li {
  border-bottom: none;
  padding: 0;
}
.widget_calendar .calendar_wrap table {
  width: 100%;
}
.gform_widget div form input {
  width: 100% !important;
}
.gform_widget ul li {
  border: 0;
  padding: 0 !important;
  margin: 1em 0 0 0 !important;
}
.gform_widget .gform_wrapper {
  margin-bottom: 0;
}
.gform_widget .gform_footer {
  margin-top: 0;
}

.widget_media_gallery .gallery {
  line-height: 1;
}
.widget_media_gallery .gallery .gallery-item {
  position: relative;
  padding: 0;
  margin: 0 0 2.5% 0 !important;
}
.widget_media_gallery .gallery .gallery-item .gallery-icon {
  margin-right: 5%;
}
.widget_media_gallery .gallery .gallery-item .gallery-icon a img {
  border: 0 !important;
}
.widget_media_gallery .gallery .gallery-item .gallery-caption {
  position: absolute;
  bottom: 2px;
  margin: 0;
  padding: 8px 2px;
  width: 95%;
  font: 400 13px/1.8 "Barlow", serif;
  line-height: 1;
  background: #f1f1f1;
  color: #ffffff;
}

.widget_media_image div {
  max-width: 100%;
}
.widget_media_image div .wp-caption-text {
  margin-top: 0;
  font: 400 13px/1.8 "Barlow", serif;
  color: #f1f1f1;
}

.widget_search form div {
  display: flex;
}
.widget_search form div input {
  width: 70%;
}
.widget_search form div input[type=submit] {
  width: 30%;
  padding: 8px 4px;
}

/*--------------------------------------------------------------
# Classic Editor Styles: WordPress Classic Editor Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Styles everything in '/includes'
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility: Special Accessibilty Styles
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #d4bcbc;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}/*# sourceMappingURL=style.css.map */