/*--------------------------------------------------------------
# GENERAL THEME STYLES
--------------------------------------------------------------*/
/*!
Theme Name: LA Kids Right Theme
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=Open+Sans:400,400i,700,700i&display=swap");
/*--------------------------------------------------------------
# Global Colors (Declared in block_setup.php)
--------------------------------------------------------------*/
.has-light-blue-background-color {
  background-color: #b4c8ce;
}

.has-blue-background-color {
  background-color: #1c4354;
}

.has-orange-background-color {
  background-color: #f15f27;
}

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

.has-translucent-background-color {
  background-color: rgba(0, 0, 0, 0.6);
}

.has-light-blue-color {
  color: #b4c8ce;
}

.has-blue-color {
  color: #1c4354;
}

.has-orange-color {
  color: #f15f27;
}

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

.has-translucent-color {
  color: rgba(0, 0, 0, 0.6);
}

/*--------------------------------------------------------------
# Typeface Settings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: 100vw !important;
  max-width: calc(100vw) !important;
  margin-left: -16px !important;
}

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

body, .editor-styles-wrapper {
  font: 400 16px/1.8 "Open Sans", sans-serif;
  color: #1c4354;
  -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: #1c4354;
}

a:active, a:focus {
  opacity: .8;
  outline: 0;
}

form input, form textarea {
  font: 400 20px/1.8 "Open Sans", sans-serif;
  padding: 8px 16px;
  border: 1px solid #c2cdd8;
}

form input:active, form input:focus, form textarea:active, form textarea:focus {
  border-color: #1c4354;
  outline: none;
}

form input {
  line-height: 1;
}

form input[type=submit], form button {
  line-height: 1;
  color: #ffffff;
  background: #1c4354;
  padding: 8px 16px;
  border: 1px solid #1c4354;
  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: .8;
}

/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: #b4c8ce;
}

.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: 700 2.44em/1.4 "Open Sans", sans-serif;
  line-height: 1;
}

.layout-archive .archive-content .content-masthead .masthead-description {
  font: 400 20px/1.8 "Open Sans", sans-serif;
  color: #b4c8ce;
  font-style: italic;
}

.layout-archive .archive-content .content-masthead .masthead-subcategories .subcategories-link {
  display: inline-block;
  font: 400 13px/1.8 "Open Sans", sans-serif;
  font-weight: 700;
  background: #1c4354;
  padding: .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: #b4c8ce;
}

.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 "Open Sans", sans-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 "Open Sans", 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 "Open Sans", sans-serif;
}

.layout-archive .archive-content .content-loop .loop-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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 "Open Sans", sans-serif;
}

.layout-archive .archive-content .content-error .error-body {
  font: 400 20px/1.8 "Open Sans", sans-serif;
}

/*--------------------------------------------------------------
# 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: 700 2.44em/1.4 "Open Sans", sans-serif;
  padding: 32px 0 16px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .layout-single .single-loop .loop-the_title {
    padding-top: 96px;
    background: #1c4354;
    color: #ffffff;
    padding-bottom: 80px;
    margin-bottom: 32px;
    width: 100vw !important;
    max-width: calc(100vw) !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
  }
}

@supports not ((-webkit-clip-path: polygon(100% 0, 100% 0)) or (clip-path: polygon(100% 0, 100% 0))) {
  .layout-single .single-loop .loop-the_title {
    padding-bottom: 32px 0;
  }
}

@media only screen and (max-width: 768px) {
  .layout-single .single-loop .loop-the_title {
    max-width: 580px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.layout-single .single-loop .loop-the_content {
  padding: 0 16px;
}

.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: #b4c8ce;
}

.layout-single .single-loop .loop-meta:before {
  content: '';
  display: block;
  margin: 48px auto;
  width: 100px;
  height: 2px;
  background: #b4c8ce;
}

.layout-single .single-loop .loop-meta a {
  color: #b4c8ce;
}

.layout-single .single-loop .loop-meta svg {
  fill: #b4c8ce;
  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 "Open Sans", sans-serif;
}

.layout-single .single-error .error-body {
  font: 400 20px/1.8 "Open Sans", sans-serif;
}

/*--------------------------------------------------------------
# 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 "Open Sans", sans-serif;
}

.layout-404 [class="404-error_message"] .error_message-body {
  font: 400 20px/1.8 "Open Sans", sans-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;
}

.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 #b4c8ce;
  border-bottom: 4px solid #b4c8ce;
  color: #b4c8ce;
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-pullquote blockquote cite {
  font: 400 13px/1.8 "Open Sans", sans-serif;
  text-transform: uppercase;
  font-style: normal;
}

/*--------------------------------------------------------------
# Button Block
--------------------------------------------------------------*/
.wp-block-button {
  margin: 16px 0;
  font-weight: 700;
}

.wp-block-button a, .wp-block-button .wp-block-button__link {
  border-radius: 4px;
}

.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: 700 2.44em/1.4 "Open Sans", sans-serif;
}

h2 {
  font: 700 1.95em/1.4 "Open Sans", sans-serif;
}

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

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

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

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

/*--------------------------------------------------------------
# Quote Block
--------------------------------------------------------------*/
.wp-block-quote {
  border-left: 4px solid #b4c8ce;
  padding: 0 16px;
}

.wp-block-quote.is-style-large {
  margin: 0 16px;
  border-left: 0;
}

.wp-block-quote cite {
  font: 400 13px/1.8 "Open Sans", sans-serif !important;
  color: #b4c8ce;
}

/*--------------------------------------------------------------
# Categories Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Image Block
--------------------------------------------------------------*/
.wp-block-image figcaption {
  font: 400 13px/1.8 "Open Sans", sans-serif;
  text-align: center;
  color: #1c4354;
}

/*--------------------------------------------------------------
# Separator Block
--------------------------------------------------------------*/
hr.wp-block-separator {
  border: none;
  border-bottom: 2px solid #b4c8ce;
  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: '\00b7 \00b7 \00b7';
  color: #1c4354;
  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;
}

/*--------------------------------------------------------------
# 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.swallowtail {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
}

.wp-block-cover.chevron {
  -webkit-clip-path: polygon(50% 0, 100% 20%, 100% 100%, 50% 80%, 0 100%, 0 20%);
          clip-path: polygon(50% 0, 100% 20%, 100% 100%, 50% 80%, 0 100%, 0 20%);
}

.wp-block-cover div {
  max-width: 580px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Paragraph Block
--------------------------------------------------------------*/
p.has-drop-cap:not(:focus):first-letter {
  font-weight: 700;
}

p.has-small-font-size {
  font: 400 13px/1.8 "Open Sans", sans-serif !important;
}

p.has-normal-font-size {
  font: 400 16px/1.8 "Open Sans", sans-serif !important;
}

p.has-medium-font-size {
  font: 400 20px/1.8 "Open Sans", sans-serif !important;
}

p.has-large-font-size {
  font: 400 28px/1.4 "Open Sans", sans-serif !important;
  margin: .75em 0;
}

p.has-huge-font-size {
  font: 400 40px/1.4 "Open Sans", sans-serif !important;
}

/*--------------------------------------------------------------
# Video Block
--------------------------------------------------------------*/
.wp-block-video video {
  width: 100%;
}

.wp-block-video figcaption {
  font: 400 13px/1.8 "Open Sans", sans-serif;
  text-align: center;
  color: #b4c8ce;
}

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

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.staff-block {
  max-width: 200px;
  padding-top: 30px;
  margin: 0 auto;
}

.staff-block .staff-block-image {
  max-height: 251px;
  overflow: hidden;
}

.staff-block .staff-block-image img {
  -webkit-transition: -webkit-filter .3s ease-out;
  transition: -webkit-filter .3s ease-out;
  transition: filter .3s ease-out;
  transition: filter .3s ease-out, -webkit-filter .3s ease-out;
}

.staff-block a {
  text-decoration: none;
}

.staff-block:hover .staff-block-image img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.acf-block-preview .staff-block a {
  pointer-events: none;
}

.all-staff-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.all-staff-block .staff-block {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 33%;
  text-align: center;
}

.all-staff-block .staff-block .staff-block-image {
  width: 200px;
  overflow: hidden;
  display: inline-block;
}

.all-staff-block .staff-block p.has-text-align-center {
  margin-top: 8px;
}

@media (min-width: 600px) and (max-width: 781px) {
  .all-staff-block {
    width: 100%;
    max-width: 100% !important;
  }
  .all-staff-block .staff-block {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 50%;
  }
  .all-staff-block .staff-block .staff-block-image {
    width: 200px;
    overflow: hidden;
    display: inline-block;
  }
}

@media (max-width: 599px) {
  .all-staff-block {
    width: 100%;
    max-width: 100% !important;
  }
  .all-staff-block .staff-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.all-supporters-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.all-supporters-block .supporters-block {
  width: 33%;
  padding: 16px;
}

@media (max-width: 599px) {
  .all-supporters-block .supporters-block {
    width: 100%;
  }
}

.all-supporters-block .supporters-block .supporters-block-image {
  text-align: center;
}

@media (max-width: 599px) {
  .all-supporters-block .supporters-block .supporters-block-image {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Styles for header.php
--------------------------------------------------------------*/
@use '_includes';
.header {
  text-align: center;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15);
  padding: 16px 8px 0;
}

@media only screen and (max-width: 768px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 32px;
  }
}

.header .header-logo {
  padding: 16px 8px;
  text-align: center;
  border-bottom: 0 !important;
}

@media only screen and (min-width: 1104px) {
  .header .header-logo {
    display: none;
  }
}

.header .header-logo .logo-link .link-image {
  max-height: 111px;
  width: auto;
}

.header .header-menu_container {
  padding: 0;
}

@media only screen and (max-width: 1104px) {
  .header .header-menu_container {
    padding-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .header .header-menu_container {
    width: 100%;
    padding: 0;
  }
}

.header .header-menu_container .header-menu {
  position: relative;
  margin: auto;
  padding: 0;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .header .header-menu_container .header-menu {
    display: none;
  }
}

@media only screen and (min-width: 1104px) {
  .header .header-menu_container .header-menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.header .header-menu_container .header-menu .menu-item {
  width: 100%;
  margin: 0 16px;
  padding: 16px 0;
  border-bottom: 4px solid transparent;
}

@media only screen and (min-width: 1104px) {
  .header .header-menu_container .header-menu .menu-item {
    width: 12%;
    padding: 32px 0;
  }
}

.header .header-menu_container .header-menu .menu-item.current_page_item, .header .header-menu_container .header-menu .menu-item.current-menu-item {
  border-color: #1c4354;
}

.header .header-menu_container .header-menu .menu-item.current_page_item a:hover, .header .header-menu_container .header-menu .menu-item.current-menu-item a:hover {
  text-decoration: none;
}

.header .header-menu_container .header-menu .menu-item.header_logo.current_page_item {
  border-color: transparent !important;
}

.header .header-menu_container .header-menu .menu-item a {
  display: block;
  text-decoration: none;
  font: 400 16px/1.8 "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.header .header-menu_container .header-menu .menu-item a:hover {
  text-decoration: underline;
}

.header .header-menu_container .header-menu .menu-item.header_logo {
  z-index: 2;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 120px;
  height: 160px;
}

@media only screen and (max-width: 1104px) {
  .header .header-menu_container .header-menu .menu-item.header_logo {
    display: none;
  }
}

.header .header-menu_container .header-menu .menu-item.header_logo a {
  line-height: 0;
  font-size: 0;
  color: transparent;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 95px;
  height: 135px;
}

.header .header-menu_container .header-menu .menu-item.header_logo a::after {
  content: '';
  margin: auto;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -12.5px;
  width: 120px;
  height: 160px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 93%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 93%, 0 100%);
}

.header .header-menu_container .header-menu .menu-item.header_logo::after {
  content: '';
  z-index: -1;
  width: 140px;
  height: 170px;
  background-color: #ffffff;
  opacity: .3;
  position: absolute;
  top: 0;
  left: -10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 93%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 93%, 0 100%);
}

@media only screen and (min-width: 1104px) {
  .header .header-menu_container .header-menu .menu-item.header_logo + .menu-item {
    margin-left: auto;
  }
}

.header .header-menu_container .header-menu .menu-item.donation_button {
  padding: 0;
}

.header .header-menu_container .header-menu .menu-item.donation_button a {
  display: inline-block;
  color: #ffffff;
  background: #f15f27;
  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-menu_container .header-menu .menu-item.donation_button a {
    width: 100%;
    margin: 0 0 16px 0;
    max-width: 580px;
  }
}

.header .header-menu_container .header-menu .menu-item.donation_button a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .header .header-menu_container .header-menu .menu-item-has-children > .sub-menu {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    min-width: 160px;
    z-index: 3;
    background: #ffffff;
    list-style: none;
    margin-top: 8px;
    -webkit-box-shadow: 0px 0px 7px 0px #C4C4C4;
            box-shadow: 0px 0px 7px 0px #C4C4C4;
    padding: 0;
    border-bottom: 8px solid #f15f27;
  }
  .header .header-menu_container .header-menu .menu-item-has-children > .sub-menu .menu-item {
    width: auto;
    margin: 0 16px;
    padding: 8px 0;
    text-align: left;
    border-bottom: 0px;
  }
  .header .header-menu_container .header-menu .menu-item-has-children > .sub-menu .menu-item:first-of-type {
    padding-top: 16px;
  }
  .header .header-menu_container .header-menu .menu-item-has-children > .sub-menu .menu-item:last-of-type {
    padding-bottom: 16px;
  }
  .header .header-menu_container .header-menu .menu-item-has-children > .sub-menu .menu-item a {
    font: 400 14px/1.8 "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: none;
  }
  .header .header-menu_container .header-menu .menu-item-has-children > .sub-menu .sub-menu {
    position: relative;
    background: none;
    border-bottom: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    list-style-type: square;
    margin-top: 0;
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
    -webkit-padding-start: 8px;
            padding-inline-start: 8px;
  }
  .header .header-menu_container .header-menu .menu-item-has-children > .sub-menu .sub-menu .menu-item {
    padding: 8px;
  }
  .header .header-menu_container .header-menu .menu-item-has-children:hover .sub-menu {
    display: block;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-menu_container .header-menu .menu-item-has-children > .sub-menu {
    list-style: none;
    padding: 0;
  }
  .header .header-menu_container .header-menu .menu-item-has-children > .sub-menu .menu-item a {
    font: 400 14px/1.8 "Open Sans", sans-serif;
    text-transform: none;
  }
}

.header .header-menu_container .header-button_addon {
  display: inline-block;
  color: #ffffff;
  background: #f15f27;
  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-menu_container .header-button_addon {
    width: 100%;
    margin: 0 0 16px 0;
    max-width: 580px;
  }
}

.header .header-menu_container .header-button_addon:hover {
  text-decoration: none;
}

.header .header-search_form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 "Open Sans", sans-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: #1c4354;
}

.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 "Open Sans", sans-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: #1c4354;
  }
  .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: #1c4354;
    display: block;
    height: 40px;
    width: 48px;
    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: 35px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #ffffff;
}

.header .header-toggle .toggle-icon {
  display: inline-block;
  top: 50%;
  margin-top: -2px;
  margin-left: -18px;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms;
}

.header .header-toggle .toggle-icon:before, .header .header-toggle .toggle-icon:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
}

.header .header-toggle .toggle-icon:before {
  -webkit-transition: top 75ms ease .12s,opacity 75ms ease;
  transition: top 75ms ease .12s,opacity 75ms ease;
  top: -10px;
}

.header .header-toggle .toggle-icon:after {
  -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  bottom: -10px;
}

.header.navigationOpen .header-toggle .toggle-icon {
  -webkit-transition-delay: .12s;
          transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
          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;
  -webkit-transition: top 75ms ease,opacity 75ms ease .12s;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}

.header.navigationOpen .header-toggle .toggle-icon:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.header.navigationOpen .header-menu {
  display: block;
  background: #ffffff;
  margin: -8px auto 8px auto;
  border-radius: 0 0 4px 4px;
  max-width: 580px;
  width: 100%;
}

.header.navigationOpen .header-menu .menu-item {
  margin: 0;
  padding: 0;
  border: 0;
}

.header.navigationOpen .header-menu .menu-item a {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #1c4354;
}

.header.navigationOpen .header-menu .menu-item a:hover {
  text-decoration: none;
}

.header.navigationOpen .header-menu .menu-item.donation_button a {
  font: inherit;
  font-weight: bold;
  border-radius: 0;
}

/*--------------------------------------------------------------
# Styles for footer.php
--------------------------------------------------------------*/
@supports ((-webkit-clip-path: polygon(100% 0, 100% 0)) or (clip-path: polygon(100% 0, 100% 0))) {
  .footer-gable {
    display: none;
  }
}

.footer {
  position: relative;
  background: #1c4354;
  padding: 48px 8px;
  text-align: center;
  font: 400 13px/1.8 "Open Sans", sans-serif;
}

@supports ((-webkit-clip-path: polygon(100% 0, 100% 0)) or (clip-path: polygon(100% 0, 100% 0))) {
  .footer {
    -webkit-clip-path: polygon(50% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);
            clip-path: polygon(50% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);
  }
}

@supports not ((-webkit-clip-path: polygon(100% 0, 100% 0)) or (clip-path: polygon(100% 0, 100% 0))) {
  .footer {
    padding-top: 0;
  }
}

.footer a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .footer-social {
  margin-bottom: 32px;
}

.footer .footer-social a {
  display: inline-block;
  margin: 0 8px;
}

.footer .footer-social a svg {
  width: 24px;
  height: 24px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  fill: white;
}

.footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 0 32px 0;
  padding: 0;
}

.footer .footer-menu .menu-item {
  padding: 0 16px 0 0;
}

.footer .footer-menu .menu-item:last-of-type {
  padding-right: 0;
}

.footer .footer-menu .menu-item a {
  font: 400 16px/1.8 "Open Sans", sans-serif;
  font-weight: 700;
}

.footer .footer-copyright_info {
  color: #b4c8ce;
}

/*--------------------------------------------------------------
# Styles for registered widgets
--------------------------------------------------------------*/
.widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: #b4c8ce;
}

.widgets-widget {
  padding: 16px;
  margin: 0 auto;
  width: 33.333333333%;
}

.widgets-widget .widget-title {
  font: 700 1.25em/1.5 "Open Sans", sans-serif;
}

.widgets-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widgets-widget ul li {
  padding: 8px 0;
  border-bottom: 1px solid #b4c8ce;
}

.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 "Open Sans", sans-serif;
  line-height: 1;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

.widget_media_image div {
  max-width: 100%;
}

.widget_media_image div .wp-caption-text {
  margin-top: 0;
  font: 400 13px/1.8 "Open Sans", sans-serif;
  color: #b4c8ce;
}

.widget_search form div {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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. */
}

/* custom CSS for simple-banner */
.simple-banner-text span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.simple-banner-text span span {
  max-width: 450px;
  line-height: 1.2em;
  display: block;
}

.simple-banner-text span img {
  border-radius: 4px;
  -webkit-box-shadow: 0px 9px 10px -4px rgba(0, 0, 0, 0.65);
          box-shadow: 0px 9px 10px -4px rgba(0, 0, 0, 0.65);
  margin: 0px 16px;
}

.simple-banner-text h1, .simple-banner-text h2, .simple-banner-text h3 {
  margin: 0;
  margin-bottom: 6px;
  color: inherit;
}
/*# sourceMappingURL=style.css.map */