/*!
Theme Name: Evelyn
Theme URI: https://github.com/Dnsinned/evelyn/
GitHub Theme URI: https://github.com/Dnsinned/evelyn/
Author: Dennis Liu
Author URI: https://github.com/Dnsinned
Description: A neat little theme developed for the Evelyn Oldfield Unit, a registered charity in England and Wales.
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: evelyn
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Evelyn is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
:root {
  --page-margin: 1.25rem;
  --gutter: 2rem;
  --transition-time: 120ms; }
  @media (min-width: 768px) {
    :root {
      --page-margin: 1.5rem; } }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #282729;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5; }
  @media screen and (min-width: query__md) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 18px;
      font-size: 1.125rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 1rem 0; }
  h1.medium,
  h2.medium,
  h3.medium,
  h4.medium,
  h5.medium,
  h6.medium {
    font-weight: 600; }

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 1.5rem 0 1rem; }

h2 {
  font-size: 32px;
  font-size: 2rem; }

h3 {
  font-size: 30px;
  font-size: 1.875rem; }

h4 {
  font-size: 24px;
  font-size: 1.5rem; }

h5 {
  font-size: 22px;
  font-size: 1.375rem; }

h6 {
  font-size: 18px;
  font-size: 1.125rem; }

@media screen and (min-width: 768px) {
  h1 {
    font-size: 48px;
    font-size: 3rem; }
  h2 {
    font-size: 36px;
    font-size: 2.25rem; }
  h3 {
    font-size: 32px;
    font-size: 2rem; }
  h4 {
    font-size: 24px;
    font-size: 1.5rem; }
  h5 {
    font-size: 22px;
    font-size: 1.375rem; }
  h6 {
    font-size: 20px;
    font-size: 1.25rem; } }

.subheading-meta {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08rem;
  opacity: 0.85; }

p {
  margin-bottom: 16px;
  margin-bottom: 1.25rem; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

small {
  font-size: .8rem; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0 0 1.25rem;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

/*
 * General usage buttons
 * wp-block buttons extend these styles with feedback to interaction
 */
.btn, .wp-block-button .wp-block-button__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.75rem 1.75rem;
  border: none;
  border-radius: 12px;
  border-radius: 0.75rem;
  text-transform: uppercase;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
  -webkit-transition-duration: var(--transition-time, 100ms);
  -o-transition-duration: var(--transition-time, 100ms);
  transition-duration: var(--transition-time, 100ms);
  /*
	 * Additional classes for specific use cases
	 * - Icon only buttons
	 * - Icons with both an icon and text
	 * - Line type buttons (transparent background in default state)
	 * - Manually toggling the raised style of buttons
	 * - Applying colour styles
	 */ }
  .btn.btn__icon, .wp-block-button .btn__icon.wp-block-button__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem .675rem; }
    .btn.btn__icon > *, .wp-block-button .btn__icon.wp-block-button__link > * {
      vertical-align: middle; }
    .btn.btn__icon > *:not(:first-child), .wp-block-button .btn__icon.wp-block-button__link > *:not(:first-child) {
      margin-left: 0.675rem; }
    .btn.btn__icon.btn__icon-text, .wp-block-button .btn__icon.btn__icon-text.wp-block-button__link {
      padding: .5rem .75rem; }
  .btn.btn__line, .wp-block-button .btn__line.wp-block-button__link {
    border: 2px solid currentColor;
    background-color: transparent; }
  .btn.btn__raised, .wp-block-button .btn__raised.wp-block-button__link {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16), 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16), 0px 0px 8px 0px rgba(0, 0, 0, 0.08); }
    .btn.btn__raised:hover, .wp-block-button .btn__raised.wp-block-button__link:hover, .btn.btn__raised:focus, .wp-block-button .btn__raised.wp-block-button__link:focus {
      -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24), 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24), 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
      text-decoration: underline;
      -webkit-transform: translateY(-0.1rem);
      -ms-transform: translateY(-0.1rem);
      transform: translateY(-0.1rem); }
    .btn.btn__raised:active, .wp-block-button .btn__raised.wp-block-button__link:active, .btn.btn__raised:active:focus, .wp-block-button .btn__raised.wp-block-button__link:active:focus {
      -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16), 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16), 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px); }
  .btn.btn__toggle-fill:hover, .wp-block-button .btn__toggle-fill.wp-block-button__link:hover, .btn.btn__toggle-fill:active, .wp-block-button .btn__toggle-fill.wp-block-button__link:active, .btn.btn__toggle-fill:focus, .wp-block-button .btn__toggle-fill.wp-block-button__link:focus {
    background-color: #fad1ca; }
  .btn.btn__resource, .wp-block-button .btn__resource.wp-block-button__link {
    color: #e54d38;
    background-color: #ededed; }
  .btn.btn__cta, .wp-block-button .btn__cta.wp-block-button__link {
    color: #fff;
    background-color: #e54d38; }
  .btn .btn--text, .wp-block-button .wp-block-button__link .btn--text {
    line-height: 1.5rem;
    font-size: 14px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #e54d38; }
  a:visited {
    color: #e54d38; }
  a:hover, a:focus, a:active {
    color: #e54d38; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
nav {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem; }
  nav a, nav a:hover, nav a:link, nav a:active, nav a:visited, nav a:focus {
    color: #282729; }
  nav a:hover, nav a:active, nav a:focus {
    color: #e54d38;
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor; }
  nav p {
    margin-bottom: 0; }

.navbar .navbar-nav {
  padding: 1rem 0 .5rem; }
  .navbar .navbar-nav .nav-link {
    padding: 1.25rem 1rem; }
    .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:active, .navbar .navbar-nav .nav-link:focus {
      text-decoration: underline; }
  .navbar .navbar-nav .dropdown-menu {
    padding: 1rem 0; }
  .navbar .navbar-nav .dropdown-item {
    padding: 1rem 2rem;
    font-weight: 600; }
    .navbar .navbar-nav .dropdown-item:hover, .navbar .navbar-nav .dropdown-item:focus {
      background-color: #fad1ca; }
    .navbar .navbar-nav .dropdown-item:active, .navbar .navbar-nav .dropdown-item:active:focus {
      color: #282729;
      background-color: #f2a496; }
  .navbar .navbar-nav .navbar-collapse.collapsing, .navbar .navbar-nav .navbar-collapse.show {
    margin-bottom: 4rem; }
  .navbar .navbar-nav .navbar-toggler {
    border: none; }
  @media screen and (min-width: 992px) {
    .navbar .navbar-nav {
      padding: 0 1rem 0 0;
      font-size: 14px;
      font-size: 0.875rem; }
      .navbar .navbar-nav .nav-link {
        padding: .75rem 1rem; }
      .navbar .navbar-nav .dropdown-menu {
        font-size: 14px;
        font-size: 0.875rem; } }

@media screen and (min-width: 768px) {
  .navbar-expand-md .navbar-toggler {
    display: none; } }

@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    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 !important;
    -webkit-clip-path: none;
    clip-path: none;
    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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 768px) {
  .alignfull {
    max-width: 100%;
    grid-column: viewport;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .alignwide {
    max-width: 75rem;
    grid-column: container;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @supports (display: grid) {
      .alignwide {
        max-width: 100%; } }
  .alignwide img,
  .alignfull img {
    display: block; } }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Layouts
--------------------------------------------------------------*/
/* custom container class */
.l-container {
  /* default */
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  /* CSS Grid */
  display: grid;
  grid-column: viewport;
  grid-template-columns: [viewport-start] minmax(var(--page-margin, 1rem), 1fr) [container-start] minmax(0, 20fr) [content-start] minmax(15rem, 43rem) [content-end] minmax(0, 20fr) [container-end] minmax(var(--page-margin, 1rem), 1fr) [viewport-end]; }
  .l-container .l-container {
    padding-left: 0;
    padding-right: 0; }

/* contained items fit into a maximum of 1200px == 75rem */
.l-container--wide {
  max-width: 75rem;
  grid-column: container;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @supports (display: grid) {
    .l-container--wide {
      max-width: 100%; } }

/* content items fit into a maximum of 720px == 45rem, content usually refers to text-width */
.l-container--content {
  max-width: 43rem;
  grid-column: content;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @supports (display: grid) {
    .l-container--content {
      max-width: 100%; } }

/* for flush containers, remove the page margins */
.l-container--wide.l-container__flush, .l-container--content.l-container__flush {
  max-width: 100%;
  grid-column: viewport; }

.l-container--wide, .l-container--content {
  width: 100%;
  margin: 0 auto; }

@media screen and (min-width: 688px) {
  .l-container--content.l-container__flush {
    max-width: 43rem;
    grid-column: content; } }

@media screen and (min-width: 1200px) {
  .l-container {
    grid-template-columns: [viewport-start] minmax(var(--page-margin, 1rem), 1fr) [container-start] minmax(0, 15rem) [content-start] 43rem [content-end] minmax(0, 15rem) [container-end] minmax(var(--page-margin, 1rem), 1fr) [viewport-end]; }
  .l-container--wide.l-container__flush {
    max-width: 75rem;
    grid-column: container; } }

/* grid-template takes care of widths, page margins, centering */
@supports (display: grid) {
  .l-container, .l-container--wide, .l-container--content {
    margin: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; } }

/* supplementary multi-column grid thta uses css grid */
.l-grid, .l-grid-wrap {
  display: grid;
  margin-bottom: 2rem; }
  .l-grid.wp-block-columns, .l-grid-wrap.wp-block-columns {
    display: grid; }

.l-grid--item {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 2rem; }

.l-grid__2 {
  --col-count: 2; }

.l-grid__3 {
  --col-count: 3; }

.l-grid__4 {
  --col-count: 4; }

.l-grid__5 {
  --col-count: 5; }

.l-grid__6 {
  --col-count: 6; }

@media screen and (min-width: 576px) {
  .l-grid.l-grid__compact[class*="l-grid__"] {
    grid-template-columns: repeat(2, 1fr); }
  .l-grid-wrap {
    grid-template-columns: repeat(auto-fit, minmax(calc(1200px / calc(var(--col-count, 1) + 1)), 1fr)); } }

@media screen and (min-width: 768px) {
  .l-grid[class*="l-grid__"] {
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (min-width: 992px) {
  .l-grid.l-grid__5, .l-grid.l-grid__6 {
    grid-template-columns: repeat(3, 1fr); }
  .l-grid.l-grid__compact.l-grid__3, .l-grid.l-grid__compact.l-grid__4, .l-grid.l-grid__compact.l-grid__5, .l-grid.l-grid__compact.l-grid__6 {
    grid-template-columns: repeat(3, 1fr); } }

@media screen and (min-width: 1200px) {
  .l-grid.l-grid__3 {
    grid-template-columns: repeat(3, 1fr); }
  .l-grid.l-grid__4 {
    grid-template-columns: repeat(4, 1fr); }
  .l-grid.l-grid__5 {
    grid-template-columns: repeat(5, 1fr); }
  .l-grid.l-grid__6 {
    grid-template-columns: repeat(6, 1fr); } }

@supports (display: grid) {
  .l-grid, .l-grid-wrap {
    margin-left: 0;
    margin-right: 0; }
  .l-grid > .l-grid--item, .l-grid-wrap > .l-grid--item {
    max-width: 100%;
    margin-bottom: 0; }
  /* optional grid-gutter for proper spacing using css grid */
  .l-grid-gutter {
    grid-gap: var(--gutter, 1rem); }
  .l-grid-gutter__slim {
    --gutter: .125rem; }
  .l-grid-gutter > .l-grid--item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; } }

.panel.l-grid--item {
  padding: 3rem; }
  .panel.l-grid--item.panel__dark .entry-title a,
  .panel.l-grid--item.panel__dark .entry-excerpt,
  .panel.l-grid--item.panel__dark .entry-cats,
  .panel.l-grid--item.panel__dark .entry-cats a,
  .panel.l-grid--item.panel__dark .panel--forward {
    color: #fff; }
  .panel.l-grid--item.panel__dark .panel--forward:hover, .panel.l-grid--item.panel__dark .panel--forward:active, .panel.l-grid--item.panel__dark .panel--forward:focus {
    -webkit-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
    -webkit-transition-duration: var(--transition-time, 100ms);
    -o-transition-duration: var(--transition-time, 100ms);
    transition-duration: var(--transition-time, 100ms);
    color: #282729;
    border-color: #fff;
    background-color: #fff; }

.panel {
  --transition-time: 240ms;
  border: 2px solid transparent; }
  .panel.bg-soft-red {
    background-color: #f2a496; }
  .panel.bg-light-red {
    background-color: #fad1ca; }
  .panel.bg-light-grey {
    background-color: #ededed; }
  .panel.bg-white {
    background-color: #fff; }
  .panel, .panel.wp-block-columns,
  .panel.panel__link > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .panel > *:last-child {
    margin-bottom: 0; }
  .panel.border-grey {
    border-color: #ededed; }
  .panel.panel__link {
    padding: 0; }
    .panel.panel__link > a {
      width: 100%;
      height: 100%;
      padding: 3.5rem 3rem 2rem;
      color: #282729; }
      .panel.panel__link > a:hover, .panel.panel__link > a:active, .panel.panel__link > a:focus {
        text-decoration: none; }
        .panel.panel__link > a:hover .entry-title, .panel.panel__link > a:active .entry-title, .panel.panel__link > a:focus .entry-title {
          text-decoration: underline; }
    .panel.panel__link:hover .panel--forward, .panel.panel__link:active .panel--forward, .panel.panel__link:focus .panel--forward {
      -webkit-transition-duration: 100ms;
      -o-transition-duration: 100ms;
      transition-duration: 100ms;
      -webkit-transition-duration: var(--transition-time, 100ms);
      -o-transition-duration: var(--transition-time, 100ms);
      transition-duration: var(--transition-time, 100ms);
      color: #fff;
      border-color: #282729;
      background-color: #282729; }
    .panel.panel__link.panel__dark > * {
      color: #fff; }
    .panel.panel__link.panel__dark:hover, .panel.panel__link.panel__dark:active, .panel.panel__link.panel__dark:focus {
      -webkit-transition-duration: 100ms;
      -o-transition-duration: 100ms;
      transition-duration: 100ms;
      -webkit-transition-duration: var(--transition-time, 100ms);
      -o-transition-duration: var(--transition-time, 100ms);
      transition-duration: var(--transition-time, 100ms); }
      .panel.panel__link.panel__dark:hover .panel--forward, .panel.panel__link.panel__dark:active .panel--forward, .panel.panel__link.panel__dark:focus .panel--forward {
        color: #282729;
        border-color: #fff;
        background-color: #fff; }
  .panel .wp-block-button:last-child, .panel .more-link {
    margin-top: auto; }
  .panel .more-link .wp-block-button {
    margin-bottom: 0; }
  .panel .entry-excerpt {
    font-size: 16px;
    font-size: 1rem; }
  .panel .panel--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem; }
  .panel .panel--forward {
    padding: 0.5rem;
    border-radius: 12px;
    border: 2px solid currentColor; }
    .panel .panel--forward:hover, .panel .panel--forward:active, .panel .panel--forward:focus {
      -webkit-transition-duration: 100ms;
      -o-transition-duration: 100ms;
      transition-duration: 100ms;
      -webkit-transition-duration: var(--transition-time, 100ms);
      -o-transition-duration: var(--transition-time, 100ms);
      transition-duration: var(--transition-time, 100ms);
      color: #282729;
      background-color: #fff; }

.profile {
  margin-bottom: 1rem;
  padding: 1rem 0; }
  .profile.border-grey {
    padding: 1.5rem; }
  .profile .profile--photo {
    width: 80px; }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .profile .profile--photo {
        -o-object-fit: cover;
        object-fit: cover;
        height: 80px; }
        @media screen and (min-width: 768px) {
          .profile .profile--photo {
            height: 112px; } } }
    @media screen and (min-width: 768px) {
      .profile .profile--photo {
        width: 112px; } }
  .profile .profile--position {
    padding-bottom: 0.25rem; }
  .profile .profile--bio {
    font-size: 16px;
    font-size: 1rem; }
  .profile .media-body {
    padding-left: 1rem;
    border-left: 1px solid #f2a496;
    min-height: 80px; }
    @media screen and (min-width: 768px) {
      .profile .media-body {
        min-height: 112px; } }
  .profile .profile--bio > *:last-child {
    margin-bottom: 0; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: transparent; }

.navbar-brand {
  padding: 0;
  margin: -.5rem 0; }
  .navbar-brand .logo {
    max-height: 64px;
    width: auto; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

/*
.page-content,
.entry-content,
.entry-summary {
}*/
.site {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.site-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.site-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Styles to center entry content and define the width of elements */
.entry-content > *:not(.alignfull):not(.alignwide):not([class*="l-container"]), .entry-header > *:not([class*="l-container"]):not(.alignwide) {
  max-width: 43rem;
  grid-column: content;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @supports (display: grid) {
    .entry-content > *:not(.alignfull):not(.alignwide):not([class*="l-container"]), .entry-header > *:not([class*="l-container"]):not(.alignwide) {
      max-width: 100%; } }

.entry-content > .alignfull {
  max-width: 100%;
  grid-column: viewport;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.entry-content > .alignwide {
  max-width: 75rem;
  grid-column: container;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @supports (display: grid) {
    .entry-content > .alignwide {
      max-width: 100%; } }

.entry-header {
  padding: 3rem 0; }
  .entry-header .entry-title {
    margin: 0; }

.cover-header {
  color: white;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem; }
  .cover-header.cover-header__img {
    padding: 4rem 0; }
    .cover-header.cover-header__img > .entry-title {
      padding: 2rem 0; }
  .cover-header.cover-header__full > .entry-header--content {
    margin-top: 20vh; }

.entry-meta {
  margin-bottom: 0.75rem; }

.entry-cats {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08rem;
  opacity: 0.85;
  margin-bottom: 1rem; }

.entry-footer > *:not(:first-child) {
  margin-left: 1rem; }

p.entry-excerpt {
  margin-bottom: 0; }

.error-404.not-found {
  margin: 3rem 0;
  margin: 5vh 0; }
  .error-404.not-found .page-header {
    padding: 5vh 0; }
  .error-404.not-found .page-content {
    padding-bottom: 5vh; }

/* mailchimp archive embed styles */
.display_archive {
  text-align: center; }
  .display_archive .campaign {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-size: 1rem; }
    .display_archive .campaign a {
      display: block;
      font-weight: 500; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Gutenberg Blocks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Core Blocks
--------------------------------------------------------------*/
.has-evelyn-red-background-color[class*="wp-block"] {
  background-color: #e54d38; }

.has-evelyn-red-color[class*="wp-block"] {
  color: #e54d38; }

.has-soft-red-background-color[class*="wp-block"] {
  background-color: #f2a496; }

.has-soft-red-color[class*="wp-block"] {
  color: #f2a496; }

.has-light-red-background-color[class*="wp-block"] {
  background-color: #fad1ca; }

.has-light-red-color[class*="wp-block"] {
  color: #fad1ca; }

.has-dark-grey-background-color[class*="wp-block"] {
  background-color: #282729; }

.has-dark-grey-color[class*="wp-block"] {
  color: #282729; }

.has-evelyn-grey-background-color[class*="wp-block"] {
  background-color: #7b7a7f; }

.has-evelyn-grey-color[class*="wp-block"] {
  color: #7b7a7f; }

.has-light-grey-background-color[class*="wp-block"] {
  background-color: #ededed; }

.has-light-grey-color[class*="wp-block"] {
  color: #ededed; }

.has-white-background-color[class*="wp-block"] {
  background-color: #fff; }

.has-white-color[class*="wp-block"] {
  color: #fff; }

.wp-block-cover-image {
  min-height: 160px; }
  .wp-block-cover-image .wp-block-cover-image-text {
    padding: 4rem 1rem;
    padding: 12vh 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }

p.wp-block-subhead {
  font-size: 125%; }

.wp-block-image:not(.is-resized) img {
  margin: 0 auto;
  width: 100%; }

.wp-block-image:not(.is-resized).alignfull img {
  width: 100vw; }

.wp-block-gallery {
  margin-bottom: 1.25rem; }

.wp-block-preformatted.text-wrap, pre.text-wrap {
  white-space: pre-wrap; }

/* hack to allow single-column column blocks like containers */
.wp-block-columns *[class*="layout-column-"] {
  grid-column: auto; }

.wp-block-columns {
  display: block; }
  .wp-block-columns.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .wp-block-columns.l-grid {
    display: grid; }

.wp-block-button {
  margin-bottom: 1.5rem;
  font-weight: 600; }

.wp-block-button .wp-block-button__link {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16), 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16), 0px 0px 8px 0px rgba(0, 0, 0, 0.08); }
  .wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24), 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24), 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
    text-decoration: underline;
    -webkit-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem); }
  .wp-block-button .wp-block-button__link:active, .wp-block-button .wp-block-button__link:active:focus {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16), 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16), 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px); }

/*--------------------------------------------------------------
## Custom CSS Classes used in editor for blocks
--------------------------------------------------------------*/
.list-horizontal {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); }
  .list-horizontal > li {
    padding: 1rem 2rem; }

.subheading, .stat--figure {
  font-family: "Montserrat", sans-serif; }

.stat {
  text-align: center; }

.stat--figure {
  font-size: 5rem;
  font-weight: 600;
  color: #e54d38; }

.stat--info {
  font-size: 1.125rem; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer.site-footer {
  background-color: #ededed;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 2rem; }

section.site-info {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.site-info__legal p {
  margin: 0; }

.site-info--privacy {
  margin-top: 1rem; }
  @media screen and (min-width: 768px) {
    .site-info--privacy {
      margin-top: 0;
      text-align: right; } }

.site-info nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .site-info nav ul a {
    display: block;
    padding: .375rem 0; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }
  .widget .jetpack-social-widget-item {
    padding-right: 1rem; }
  .widget .confit-address {
    padding-bottom: 1rem; }
    .widget .confit-address a {
      color: #282729; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Social media icons */
.icon.icon-twitter {
  color: #55acee; }

.icon.icon-facebook {
  color: #3b5998; }

.icon:hover, .icon:active, .icon:focus {
  color: #e54d38; }

.material-icons {
  vertical-align: middle; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Color Utility Classes
--------------------------------------------------------------*/
.bg-evelyn-red {
  background-color: #e54d38; }

.color-evelyn-red {
  color: #e54d38; }

.bg-soft-red {
  background-color: #f2a496; }

.color-soft-red {
  color: #f2a496; }

.bg-light-red {
  background-color: #fad1ca; }

.color-light-red {
  color: #fad1ca; }

.bg-dark-grey {
  background-color: #282729; }

.color-dark-grey {
  color: #282729; }

.bg-evelyn-grey {
  background-color: #7b7a7f; }

.color-evelyn-grey {
  color: #7b7a7f; }

.bg-light-grey {
  background-color: #ededed; }

.color-light-grey {
  color: #ededed; }

.bg-white {
  background-color: #fff; }

.color-white {
  color: #fff; }

.font-med {
  font-weight: 500; }

.font-semibold {
  font-weight: 600; }

.f-heading {
  font-family: "Montserrat", sans-serif; }

.f-body {
  font-family: "Nunito", sans-serif; }

.f-metasub {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08rem;
  opacity: 0.85; }

/* class that ensures flexbox stack on small screens */
.flex-row-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 576px) {
    .flex-row-sm {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

/*# sourceMappingURL=style.css.map */