﻿@charset "UTF-8";
/*!
Theme Name: Digout For WordPRess
Theme URI: https://kiv.ie/
Author: kiv.ie
Author URI: https://kiv.ie/
Description: WordPress Theme based on the Digout Framework
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/**
 * CONTENTS
 *
 * SETTINGS
 * Colours..............All of our sites default colour variables
 * Core.................Important setup variables
 * Custom...............Project Specific settings.
 *
 * TOOLS
 * Font-size............A mixin for setting font-size with both px and rem values.
 * Font-family..........A mixin for setting font-family
 * Bourbon..............Collection of useful Mixins including clearfix
 * Media Query + MQ.....Default media query manager.
 *
 * GENERIC
 * Box-sizing...........Better default `box-sizing`.
 * Normalize.css........A level playing field.
 * Shared...............Sensibly and tersely share global commonalities.
 *                      (particularly useful when managing vertical rhythm).
 *
 * ELEMENTS
 * Page.................Page-level styles (HTML element). 
 *                      Set up our document�s default `font-size` and `line-height`.
 * Headings.............Heading styles.
 * Links................Hyperlink styles.
 * Lists................Default list styles.
 * Images...............Base image styles.
 * Tables...............Base table styles.
 *
 * OBJECTS
 * Wrapper..............Page constraint object.

**/
/*a {
    color: theme(primary);
    &:hover {
        color: theme(primary, light);
    }
}*/
/*! normalize.css v8.0.1 | 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; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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 {
  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 */
  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 {
  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"] {
  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; }

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 24px; }

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: 24px; }

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6.
 */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin-top: 0; }

h1 {
  font-size: 2.25rem; }
  @media (max-width: 1200px) {
    h1 {
      font-size: calc(1.35rem + 1.2vw) ; } }

h2 {
  font-size: 1.75rem; }
  @media (max-width: 1200px) {
    h2 {
      font-size: calc(1.3rem + 0.6vw) ; } }

h3 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    h3 {
      font-size: calc(1.275rem + 0.3vw) ; } }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward �jumps� when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  background-color: white;
  color: #4a4a4a;
  margin-top: 0; }

body {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 24px; }

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */ }

/*------------------------------------*  #LISTS
\*------------------------------------*/
/**
 * Visually offset definition titles from their definitions.
 */
dt {
  font-weight: bold; }

/*------------------------------------*  #LINKS
\*------------------------------------*/
/**
 * Default styles for simple hyperlinks.
 */
a {
  color: #209b60;
  font-weight: bold;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline;
    cursor: pointer;
    color: #034b29; }

/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  width: 100%;
  /* [1] */ }

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
/**
 * Page-level constraining and wrapping elements.
 */
.l-wrapper {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px; }
  .l-wrapper::after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 46.25em) {
    .l-wrapper {
      padding-right: 24px;
      padding-left: 24px; } }

.l-wrapper--small {
  max-width: 900px; }

@media (min-width: 61.25em) {
  .l-wrapper--desktop-only {
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px; }
    .l-wrapper--desktop-only::after {
      clear: both;
      content: "";
      display: block; } }

.l-wrapper--right-only {
  padding-left: 0;
  margin-left: 0; }

@media (min-width: 61.25em) {
  .l-wrapper--right-only--desktop {
    margin-left: 0;
    padding-left: 0; } }

.l-wrapper--left-only {
  padding-right: 0;
  margin-right: 0; }

@media (min-width: 61.25em) {
  .l-wrapper--left-only--desktop {
    margin-right: 0;
    padding-right: 0; } }

/* ==========================================================================
   #LIST-BARE
   ========================================================================== */
/**
 * Strip list-like appearance from lists by removing their bullets and any
 * indentation.
 *
 * Note: Declaring the item class might not be necessary everywhere,
 * but is for example in <dl> lists for the <dd> children.
 */
.l-list-bare {
  list-style: none;
  margin-left: 0; }

.l-list-bare__item {
  margin-left: 0; }

/* ==========================================================================
   #MEDIA
   ========================================================================== */
/**
 * Place any image- and text-like content side-by-side, as per:
 * http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.l-media {
  display: block; }
  .l-media::after {
    clear: both;
    content: "";
    display: block; }

.l-media__img {
  float: left;
  margin-right: 24px; }
  .l-media__img > img {
    display: block; }

.l-media__body {
  overflow: hidden;
  display: block; }
  .l-media__body,
  .l-media__body > :last-child {
    margin-bottom: 0; }

.l-media--flush > .l-media__img {
  margin-right: 0;
  margin-left: 0; }

/* Reversed media objects
   ========================================================================== */
.l-media--reverse > .l-media__img {
  float: right;
  margin-right: 0;
  margin-left: 24px; }

.l-flexbox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }

@media (min-width: 46.25em) {
  .l-flexbox--is-row-tablet {
    flex-direction: row; } }

@media (min-width: 61.25em) {
  .l-flexbox--is-row-desktop {
    flex-direction: row; } }

.l-flex-item {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1; }

.l-flex-item--no-basis {
  flex-basis: 0 !important; }

@media (min-width: 46.25em) {
  .l-flex-item--is-half-tablet {
    flex-basis: 50%;
    flex-grow: 50; } }

@media (min-width: 46.25em) {
  .l-flex-item--is-one-third-tablet {
    flex-basis: 33.33333%;
    flex-grow: 33.33333; } }

@media (min-width: 46.25em) {
  .l-flex-item--is-three-quarters-tablet {
    flex-basis: 75%;
    flex-grow: 75; } }

@media (min-width: 46.25em) {
  .l-flex-item--is-one-quarter-tablet {
    flex-basis: 25%;
    flex-grow: 25; } }

@media (min-width: 61.25em) {
  .l-flex-item--is-two-thirds-desktop {
    flex-basis: 66.66667%;
    flex-grow: 66.66667; } }

@media (min-width: 61.25em) {
  .l-flex-item--is-one-third-desktop {
    flex-basis: 33.33333%;
    flex-grow: 33.33333; } }

@media (min-width: 61.25em) {
  .l-flex-item--is-three-quarters-desktop {
    flex-basis: 75%;
    flex-grow: 75; } }

@media (min-width: 61.25em) {
  .l-flex-item--is-one-quarter-desktop {
    flex-basis: 25%;
    flex-grow: 25; } }

.c-slider__container {
  position: relative;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 37.5em) {
    .c-slider__container {
      padding-right: 0;
      padding-left: 0; } }

.tns-controls button {
  top: 45%;
  border: none;
  position: absolute; }
  @media (max-width: 61.24em) {
    .tns-controls button {
      background: none; } }

.tns-controls button::before {
  display: none;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.tns-controls button:first-child {
  left: 0;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  padding: 15px 0;
  padding-right: 15px;
  padding-left: 8px; }
  .tns-controls button:first-child::before {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f359"; }

.tns-controls button:last-child {
  right: 0;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  padding: 15px 0;
  padding-right: 8px;
  padding-left: 15px; }
  .tns-controls button:last-child::before {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f35a"; }

.tns-nav {
  text-align: center;
  margin: 10px 0; }

.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #48d993;
  border: 0; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-nav > .tns-nav-active {
  background: #209b60; }

.c-slider__image-container {
  margin-bottom: 12px;
  cursor: grab;
  background-color: #209b60;
  position: relative; }

.c-slider__image-container:before {
  background-color: #48d993; }

.c-slider__content h5 {
  font-family: 'Mali', cursive;
  font-weight: normal;
  text-transform: uppercase; }

.c-slider__content:hover .c-slider__image-container:before {
  transform: rotate(-2deg); }

.c-slider__image-container:after {
  background-color: #b5b5b5; }

.c-slider__image-container:after, .c-slider__image-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-origin: 50% 50%;
  transition: all 300ms ease-in-out;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent; }

.c-slider__content:hover .c-slider__image-container:after {
  transform: rotate(2deg); }

.c-slider__meta {
  margin-bottom: 8px;
  cursor: grab; }

.c-slider__meta__circle {
  margin-right: 12px;
  color: #209b60; }

.c-slider__image {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%; }
  .c-slider__image.loaded {
    opacity: 1; }

/* ==========================================================================
   #BUTTONS
   ========================================================================== */
/**
 * This is an example component. Extend inuitcss by building your own components
 * that make up your UI. Component classes are prefixed with a `c-`.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 */
.c-btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 12px 24px;
  transition: all 300ms ease-in-out;
  border-radius: 3px; }

/* Style variants
   ========================================================================== */
.btn--white {
  background-color: white; }
  .btn--white, .btn--white:hover, .btn--white:active, .btn--white:focus {
    text-decoration: none;
    /* [4] */
    color: #0a0a0a; }
  .btn--white:hover, .btn--white:focus {
    background-color: #cccccc; }

.btn--black {
  background-color: #0a0a0a; }
  .btn--black, .btn--black:hover, .btn--black:active, .btn--black:focus {
    text-decoration: none;
    /* [4] */
    color: white; }
  .btn--black:hover, .btn--black:focus {
    background-color: black; }

.btn--light {
  background-color: whitesmoke; }
  .btn--light, .btn--light:hover, .btn--light:active, .btn--light:focus {
    text-decoration: none;
    /* [4] */
    color: #363636; }
  .btn--light:hover, .btn--light:focus {
    background-color: #c2c2c2; }

.btn--dark {
  background-color: #363636; }
  .btn--dark, .btn--dark:hover, .btn--dark:active, .btn--dark:focus {
    text-decoration: none;
    /* [4] */
    color: whitesmoke; }
  .btn--dark:hover, .btn--dark:focus {
    background-color: #030303; }

.btn--link {
  background-color: #209b60; }
  .btn--link, .btn--link:hover, .btn--link:active, .btn--link:focus {
    text-decoration: none;
    /* [4] */
    color: #fff; }
  .btn--link:hover, .btn--link:focus {
    background-color: #0f462c; }

.btn--info {
  background-color: #209cee; }
  .btn--info, .btn--info:hover, .btn--info:active, .btn--info:focus {
    text-decoration: none;
    /* [4] */
    color: #fff; }
  .btn--info:hover, .btn--info:focus {
    background-color: #0c639d; }

.btn--success {
  background-color: #23d160; }
  .btn--success, .btn--success:hover, .btn--success:active, .btn--success:focus {
    text-decoration: none;
    /* [4] */
    color: #fff; }
  .btn--success:hover, .btn--success:focus {
    background-color: #157a38; }

.btn--warning {
  background-color: #ffdd57; }
  .btn--warning, .btn--warning:hover, .btn--warning:active, .btn--warning:focus {
    text-decoration: none;
    /* [4] */
    color: rgba(0, 0, 0, 0.7); }
  .btn--warning:hover, .btn--warning:focus {
    background-color: #f0c000; }

.btn--danger {
  background-color: #ff3860; }
  .btn--danger, .btn--danger:hover, .btn--danger:active, .btn--danger:focus {
    text-decoration: none;
    /* [4] */
    color: #fff; }
  .btn--danger:hover, .btn--danger:focus {
    background-color: #d1002a; }

.btn--primary {
  background-color: #209b60; }
  .btn--primary, .btn--primary:hover, .btn--primary:active, .btn--primary:focus {
    text-decoration: none;
    /* [4] */
    color: #fff; }
  .btn--primary:hover, .btn--primary:focus {
    background-color: #0f462c; }

.btn--secondary {
  background-color: #9b205b; }
  .btn--secondary, .btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
    text-decoration: none;
    /* [4] */
    color: #fff; }
  .btn--secondary:hover, .btn--secondary:focus {
    background-color: #460f29; }

/* Size variants
========================================================================== */
.c-btn--small {
  padding: 6px 12px; }

.c-btn--large {
  padding: 24px 48px; }

/* Ghost buttons
========================================================================== */
/**
 * Ghost buttons have see-through backgrounds and are bordered.
 */
.c-btn--ghost {
  border: 2px solid currentColor;
  padding: 10px 22px; }
  .c-btn--ghost, .c-btn--ghost:hover, .c-btn--ghost:active, .c-btn--ghost:focus {
    background: none; }
  .c-btn--ghost.c-btn--small {
    padding: 4px 10px; }
  .c-btn--ghost.c-btn--large {
    padding: 22px 46px; }
  .c-btn--ghost.c-btn--white {
    color: #0a0a0a; }
    .c-btn--ghost.c-btn--white:hover, .c-btn--ghost.c-btn--white:focus {
      color: black; }
  .c-btn--ghost.c-btn--black {
    color: white; }
    .c-btn--ghost.c-btn--black:hover, .c-btn--ghost.c-btn--black:focus {
      color: #cccccc; }
  .c-btn--ghost.c-btn--light {
    color: #363636; }
    .c-btn--ghost.c-btn--light:hover, .c-btn--ghost.c-btn--light:focus {
      color: #030303; }
  .c-btn--ghost.c-btn--dark {
    color: whitesmoke; }
    .c-btn--ghost.c-btn--dark:hover, .c-btn--ghost.c-btn--dark:focus {
      color: #c2c2c2; }
  .c-btn--ghost.c-btn--link {
    color: #fff; }
    .c-btn--ghost.c-btn--link:hover, .c-btn--ghost.c-btn--link:focus {
      color: #cccccc; }
  .c-btn--ghost.c-btn--info {
    color: #fff; }
    .c-btn--ghost.c-btn--info:hover, .c-btn--ghost.c-btn--info:focus {
      color: #cccccc; }
  .c-btn--ghost.c-btn--success {
    color: #fff; }
    .c-btn--ghost.c-btn--success:hover, .c-btn--ghost.c-btn--success:focus {
      color: #cccccc; }
  .c-btn--ghost.c-btn--warning {
    color: rgba(0, 0, 0, 0.7); }
    .c-btn--ghost.c-btn--warning:hover, .c-btn--ghost.c-btn--warning:focus {
      color: rgba(0, 0, 0, 0.7); }
  .c-btn--ghost.c-btn--danger {
    color: #fff; }
    .c-btn--ghost.c-btn--danger:hover, .c-btn--ghost.c-btn--danger:focus {
      color: #cccccc; }
  .c-btn--ghost.c-btn--primary {
    color: #fff; }
    .c-btn--ghost.c-btn--primary:hover, .c-btn--ghost.c-btn--primary:focus {
      color: #cccccc; }
  .c-btn--ghost.c-btn--secondary {
    color: #fff; }
    .c-btn--ghost.c-btn--secondary:hover, .c-btn--ghost.c-btn--secondary:focus {
      color: #cccccc; }

/*------------------------------------*    #BANDS
\*------------------------------------*/
.c-band {
  padding-top: 36px;
  padding-bottom: 36px;
  /*
    @include media-query(desk) {
        padding-top: $spacing-unit--large;
        padding-bottom: $spacing-unit--large;
    }*/ }

@media (min-width: 46.25em) {
  .c-band--large {
    padding-top: 48px;
    padding-bottom: 48px; } }

@media (min-width: 46.25em) {
  .c-band--section {
    padding-top: 96px;
    padding-bottom: 96px; } }

.c-band--small {
  padding-top: 12px;
  padding-bottom: 12px; }

.c-band--highlight {
  /*background-color: $color-band-highlight-background;*/ }

.c-band--tint {
  /*background-color: $color-band-tint-background;*/ }

.c-band--dark {
  background-color: #034b29;
  color: #fff; }

.c-top-nav {
  padding-right: 14px;
  padding-left: 24px;
  min-height: 50px; }

.c-top-nav__links {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.75rem; }
  @media (min-width: 30em) {
    .c-top-nav__links {
      float: right;
      text-align: left; } }
  @media (min-width: 30em) {
    .c-top-nav__links {
      font-size: 100%; } }
  @media (min-width: 71.875em) {
    .c-top-nav__links {
      margin-right: 59px; } }

.c-top-nav--slogan {
  display: none; }
  @media (min-width: 46.25em) {
    .c-top-nav--slogan {
      display: inline-block; } }

.c-top-nav__item {
  position: relative; }
  @media (min-width: 30em) {
    .c-top-nav__item {
      float: left; } }

@media (min-width: 18.75em) {
  .c-top-nav__item:nth-child(1) {
    float: left; } }

@media (min-width: 18.75em) {
  .c-top-nav__item:nth-child(2) {
    float: right; } }

.c-top-nav__link {
  color: white; }
  @media (min-width: 30em) {
    .c-top-nav__link {
      padding: 0 12px 0 12px; } }
  .c-top-nav__link:hover {
    color: whitesmoke; }
  .c-top-nav__link:last-of-type {
    padding-right: 0; }

.js nav[role=navigation] {
  overflow: hidden;
  max-height: 0; }
  @media (min-width: 50em) {
    .js nav[role=navigation] {
      max-height: none;
      overflow: inherit; } }
  .js nav[role=navigation] .sub-menu {
    display: none; }
  .js nav[role=navigation] .menu-item-has-children.is-active > .sub-menu {
    display: block !important; }

nav[role=navigation].active {
  max-height: none; }
  nav[role=navigation].active > ul {
    display: block; }

#navigation-toggle {
  margin-right: -12px;
  margin-left: -12px;
  border-top: 1px solid #7a7a7a;
  margin-top: 12px; }
  @media (min-width: 50em) {
    #navigation-toggle {
      float: right;
      margin-right: auto;
      margin-left: 200px;
      margin-top: auto;
      border-top: none; } }
  @media (min-width: 71.875em) {
    #navigation-toggle {
      margin-right: 60px;
      margin-left: 500px; } }

.navigation-toggle {
  float: right;
  display: block;
  color: #034b29;
  padding: .75em 2% .75em 2.5em;
  position: relative;
  border: 4px solid #034b29;
  text-transform: uppercase;
  text-decoration: none !important; }
  @media (min-width: 50em) {
    .navigation-toggle {
      display: none; } }
  .navigation-toggle:hover, .navigation-toggle:active {
    background-color: #48d993; }
  .navigation-toggle span {
    top: 45%;
    left: 10px; }
  .navigation-toggle span, .navigation-toggle span:before, .navigation-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 4px;
    width: 30px;
    background: #034b29;
    position: absolute;
    display: block;
    content: ''; }
  .navigation-toggle:hover span, .navigation-toggle:hover span:before, .navigation-toggle:hover span:after {
    background: #034b29; }
  .navigation-toggle span:before {
    top: -7px; }
  .navigation-toggle span:after {
    bottom: -7px; }
  .navigation-toggle i {
    padding-left: 5px;
    font-size: 23px;
    vertical-align: top; }
  .navigation-toggle span, .navigation-toggle span:before, .navigation-toggle span:after {
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .navigation-toggle.active span {
    background-color: transparent; }
  .navigation-toggle.active span:before, .navigation-toggle.active span:after {
    top: 0; }
  .navigation-toggle.active span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .navigation-toggle.active span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.c-site-nav {
  padding-bottom: 0;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px; }
  @media (min-width: 50em) {
    .c-site-nav {
      padding-bottom: 12px;
      padding-top: 0;
      padding-right: 0;
      padding-left: 0; } }

.c-site-nav__list {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  /*.menu-item-has-children:hover > .sub-menu {
        @include mq(showNavLinks) {
            display: block;
            opacity: 1;
            visibility: visible;
            will-change: opacity;
            -webkit-transform: translateX(-50%) translateY(0);
            -moz-transform: translateX(-50%) translateY(0);
            -ms-transform: translateX(-50%) translateY(0);
            -o-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);

            .sub-menu {
                transform: none;
            }
        }
    }*/ }
  @media (min-width: 50em) {
    .c-site-nav__list {
      float: right;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-around; } }
  .c-site-nav__list > .menu-item {
    position: relative; }
    @media (min-width: 50em) {
      .c-site-nav__list > .menu-item {
        float: left;
        flex: 0 1 30%;
        text-align: center;
        margin-top: 24px; } }
    .c-site-nav__list > .menu-item > a {
      padding: 12px;
      display: block;
      color: white; }
      @media (min-width: 20em) {
        .c-site-nav__list > .menu-item > a {
          padding-top: 0;
          padding-bottom: 0; } }
    .c-site-nav__list > .menu-item:nth-of-type(1) > a {
      background-color: #ffbb23; }
    .c-site-nav__list > .menu-item:nth-of-type(2) > a {
      background-color: #e73e78; }
    .c-site-nav__list > .menu-item:nth-of-type(3) > a {
      background-color: #46316c; }
    .c-site-nav__list > .menu-item:nth-of-type(4) > a {
      background-color: #002d6a; }
    .c-site-nav__list > .menu-item:nth-of-type(5) > a {
      background-color: #078080; }
    .c-site-nav__list > .menu-item:nth-of-type(6) a {
      background-color: #f45d48; }
    .c-site-nav__list > .menu-item a:hover {
      background-color: #209b60; }
  .c-site-nav__list .menu-item a {
    padding-top: 24px;
    padding-bottom: 24px;
    display: block; }
    @media (min-width: 50em) {
      .c-site-nav__list .menu-item a {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: white;
        border-radius: 5px;
        padding: 12px 36px; } }
  .c-site-nav__list .sub-menu {
    font-size: 0.875rem;
    background-color: #c7f3de;
    padding-left: 0;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0; }
    .c-site-nav__list .sub-menu a {
      padding-left: 24px;
      border-bottom: 1px solid #7a7a7a; }
    .c-site-nav__list .sub-menu .sub-menu {
      background-color: #dcf8ea; }
      @media (min-width: 50em) {
        .c-site-nav__list .sub-menu .sub-menu {
          background-color: white; } }
    @media (min-width: 50em) {
      .c-site-nav__list .sub-menu {
        visibility: hidden;
        opacity: 0;
        background-color: white;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 4px solid #dbdbdb;
        box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
        font-size: .875rem;
        left: 50%;
        min-width: 100%;
        position: absolute;
        top: 70%;
        z-index: 20;
        list-style: none;
        margin: 0;
        padding: 0;
        white-space: nowrap;
        text-align: center;
        transition: 0.333s;
        transform: translateX(-50%) translateY(-10px); }
        .c-site-nav__list .sub-menu .sub-menu {
          transform: none;
          left: -100%;
          top: 0; }
        .c-site-nav__list .sub-menu > li {
          position: relative;
          float: none; }
        .c-site-nav__list .sub-menu a {
          padding: 12px;
          display: block; } }
  .c-site-nav__list .menu-item-has-children a {
    position: relative; }
  .c-site-nav__list .menu-item-has-children > a::after {
    float: right;
    padding-right: 12px;
    font-family: "FontAwesome";
    content: '  \f078'; }
    @media (min-width: 50em) {
      .c-site-nav__list .menu-item-has-children > a::after {
        font-family: none;
        content: none; } }
  .c-site-nav__list .menu-item-has-children .menu-item-has-children > a::before {
    float: right;
    /*right: $spacing-unit;
            top: 0;
            bottom: 0;
            border-left: 1px solid $grey;
            padding-left: $spacing-unit;*/
    font-family: "FontAwesome";
    content: '  \f078';
    padding-right: 24px; }
  .c-site-nav__list .menu-item-has-children .menu-item-has-children > a::after {
    content: ''; }

.c-site-nav__logo-container {
  display: inline-block;
  border-bottom-right-radius: 5px;
  background-color: white; }
  @media (min-width: 50em) {
    .c-site-nav__logo-container {
      padding: 36px 24px;
      position: absolute; } }

.c-site-nav__title {
  color: #209b60;
  display: inline-block;
  margin-bottom: 2px;
  line-height: 1;
  vertical-align: top; }

.c-site-nav__subtitle {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  color: #0a0a0a; }

.c-site-nav__title-container {
  display: none;
  max-width: 300px;
  margin-left: 24px;
  margin-bottom: 0;
  float: right;
  overflow: hidden; }
  @media (min-width: 71.875em) {
    .c-site-nav__title-container {
      display: inline-block; } }

.c-site-nav__logo {
  height: 60px;
  vertical-align: top; }
  @media (min-width: 50em) {
    .c-site-nav__logo {
      height: 100px; } }

@media (min-width: 50em) {
  .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; } }

.c-head-hero {
  max-height: 650px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 81.25em) {
    .c-head-hero {
      max-height: 750px; } }
  .c-head-hero img {
    max-width: none;
    max-height: 400px;
    margin-left: -200px; }
    @media (min-width: 40.625em) {
      .c-head-hero img {
        min-width: 100%;
        max-height: none;
        margin-left: 0; } }

.c-head-hero--event {
  background-color: #48d993;
  text-align: center;
  border-bottom: 1px solid #b5b5b5; }
  @media (min-width: 50em) {
    .c-head-hero--event {
      background-color: rgba(32, 155, 96, 0.8);
      border-bottom: none;
      position: absolute;
      right: 72px;
      bottom: 48px;
      width: 250px;
      height: 250px;
      border-radius: 100%;
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg);
      display: flex;
      align-items: center;
      transition: all linear 0.3s;
      transform-origin: 50% 50%; }
      .c-head-hero--event div {
        max-width: 210px;
        margin: 0 auto; }
      .c-head-hero--event:hover {
        transform: scale(1.1) rotate(0deg);
        background-color: #209b60;
        border: 1px solid #7a7a7a; } }
  .c-head-hero--event h2 {
    color: white;
    margin-bottom: 0; }
    @media (min-width: 50em) {
      .c-head-hero--event h2 {
        margin-bottom: 12px; } }
  .c-head-hero--event a {
    color: white; }
    .c-head-hero--event a::after {
      font-family: "FontAwesome";
      content: '  \f101'; }

.c-footer {
  background-color: #0a0a0a;
  position: relative; }

.c-footer__micro {
  text-align: center;
  color: white;
  font-size: 0.6875rem;
  padding-top: 48px;
  padding-bottom: 48px; }
  .c-footer__micro a {
    color: white; }
  .c-footer__micro .sep {
    padding-left: 12px;
    padding-right: 12px; }

.c-footer__footer-nav {
  background-color: white; }

.c-footer__footer-nav__container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center; }
  .c-footer__footer-nav__container > div {
    flex: 1 1 100%;
    padding: 12px; }
  .c-footer__footer-nav__container > div:first-child {
    margin-bottom: 48px;
    text-align: center; }
    @media (min-width: 30em) {
      .c-footer__footer-nav__container > div:first-child {
        flex: 1 1 100%; } }
    @media (min-width: 71.875em) {
      .c-footer__footer-nav__container > div:first-child {
        flex: 1 1 0; } }
  .c-footer__footer-nav__container > div:nth-child(2), .c-footer__footer-nav__container > div:nth-child(3), .c-footer__footer-nav__container > div:nth-child(4) {
    text-align: center; }
    @media (min-width: 30em) and (max-width: 46.24em) {
      .c-footer__footer-nav__container > div:nth-child(2), .c-footer__footer-nav__container > div:nth-child(3), .c-footer__footer-nav__container > div:nth-child(4) {
        display: flex;
        flex-direction: column; }
        .c-footer__footer-nav__container > div:nth-child(2) > div, .c-footer__footer-nav__container > div:nth-child(3) > div, .c-footer__footer-nav__container > div:nth-child(4) > div {
          align-self: center; } }
    @media (min-width: 30em) {
      .c-footer__footer-nav__container > div:nth-child(2), .c-footer__footer-nav__container > div:nth-child(3), .c-footer__footer-nav__container > div:nth-child(4) {
        flex: 1 1 50%;
        text-align: left; } }
    @media (min-width: 46.25em) {
      .c-footer__footer-nav__container > div:nth-child(2), .c-footer__footer-nav__container > div:nth-child(3), .c-footer__footer-nav__container > div:nth-child(4) {
        flex: 1 1 33.33333%; } }
    @media (min-width: 71.875em) {
      .c-footer__footer-nav__container > div:nth-child(2), .c-footer__footer-nav__container > div:nth-child(3), .c-footer__footer-nav__container > div:nth-child(4) {
        flex: 1 1 0; } }
  .c-footer__footer-nav__container > div:last-child {
    text-align: center; }
    @media (min-width: 30em) {
      .c-footer__footer-nav__container > div:last-child {
        flex: 1 1 50%; } }
    @media (min-width: 71.875em) {
      .c-footer__footer-nav__container > div:last-child {
        flex: 1 1 0; } }
  .c-footer__footer-nav__container .widget_nav_menu {
    margin-bottom: 24px; }
  .c-footer__footer-nav__container .widget-title {
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .c-footer__footer-nav__container .menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    .c-footer__footer-nav__container .menu li {
      margin-bottom: 12px;
      font-size: 0.75rem; }
      @media (min-width: 46.25em) {
        .c-footer__footer-nav__container .menu li {
          font-size: 0.875rem;
          margin-bottom: 6px; } }

.c-footer__our-school__address {
  line-height: 1.2;
  font-size: 0.8125rem;
  margin-top: 24px; }

.c-footer__our-school__phone-number {
  margin-top: 24px;
  margin-bottom: 24px; }
  .c-footer__our-school__phone-number a {
    color: #0a0a0a;
    font-size: 1.25rem;
    font-weight: normal; }

.c-panel {
  padding: 24px; }
  @media (min-width: 46.25em) {
    .c-panel {
      padding: 48px; } }
  .c-panel > h2 {
    margin-bottom: 12px; }

.c-panel--extra-space-top {
  padding-top: 96px; }

.c-panel--extra-space-bottom {
  padding-bottom: 96px; }

@media (min-width: 46.25em) {
  .c-panel--extra-space-top--tablet {
    padding-top: 96px; } }

@media (min-width: 61.25em) {
  .c-panel--extra-space-top--desktop {
    padding-top: 96px; } }

.c-panel--brand-attention {
  background-color: #209b60;
  color: white; }

.c-panel--background-image-fixed {
  height: 100%;
  background-attachment: fixed;
  background-size: cover; }

.ecs-event-list {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: space-between; }
  @media (min-width: 30em) {
    .ecs-event-list {
      flex-direction: row; } }

.ecs-event {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  list-style: none; }
  .ecs-event h4 {
    order: 3;
    margin-top: auto;
    margin-bottom: 48px; }
    @media (min-width: 30em) {
      .ecs-event h4 {
        margin-bottom: 0; } }
  .ecs-event > span {
    font-size: 0.875rem;
    color: #7a7a7a;
    margin-bottom: 8px; }
  .ecs-event > a {
    height: 150px;
    display: block;
    margin-bottom: 12px;
    overflow: hidden; }
    @media (min-width: 30em) {
      .ecs-event > a {
        height: 120px; } }
    @media (min-width: 46.25em) {
      .ecs-event > a {
        height: 130px; } }
    @media (min-width: 81.25em) {
      .ecs-event > a {
        height: 210px; } }
  @media (min-width: 30em) {
    .ecs-event:not(:last-of-type) {
      padding-right: 12px; } }
  @media (min-width: 46.25em) {
    .ecs-event:not(:last-of-type) {
      padding-right: 48px; } }
  @media (min-width: 61.25em) {
    .ecs-event:not(:last-of-type) {
      padding-right: 24px; } }
  @media (min-width: 81.25em) {
    .ecs-event:not(:last-of-type) {
      padding-right: 48px; } }
  .ecs-event img {
    height: auto;
    min-height: 150px;
    max-width: 400px;
    width: 100%; }
    @media (min-width: 30em) {
      .ecs-event img {
        min-height: 120px; } }
    @media (min-width: 46.25em) {
      .ecs-event img {
        min-height: 130px; } }
    @media (min-width: 81.25em) {
      .ecs-event img {
        min-height: 210px; } }

.ctf {
  max-height: 200px;
  margin-bottom: 24px;
  height: auto !important;
  margin-top: -5px; }

#ctf .ctf-item {
  padding: 0 !important;
  border-top: 1px solid rgba(32, 155, 96, 0.8); }

#ctf .ctf-item:not(:first-child) {
  margin-top: 12px;
  padding-top: 24px !important; }

#ctf .ctf-quoted-tweet {
  margin-right: 12px;
  color: #7a7a7a;
  line-height: 1.5; }

.c-background-image--fixed {
  min-height: 300px;
  height: 100%;
  background-attachment: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 61.25em) {
    .c-background-image--fixed {
      position: absolute; } }

.c-image-caption {
  font-size: 0.875rem;
  color: #7a7a7a;
  margin-bottom: 8px; }

.c-page-header__container {
  position: relative;
  height: 250px; }
  @media (min-width: 50em) {
    .c-page-header__container {
      height: 450px; } }
  @media (min-width: 61.25em) {
    .c-page-header__container {
      height: 550px; } }

.c-page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(32, 155, 96, 0.25), rgba(1, 1, 1, 0.35)), url("../../uploads/2018/02/IMG_0373-330x220.jpg");
  background-size: cover;
  background-position: center;
  text-transform: uppercase;
  text-align: center;
  color: white; }
  @media (min-width: 30em) {
    .c-page-header__bg {
      background-image: linear-gradient(rgba(32, 155, 96, 0.15), rgba(1, 1, 1, 0.35)), url("../../uploads/2018/02/IMG_0373-450x300.jpg"); } }
  @media (min-width: 46.25em) {
    .c-page-header__bg {
      background-image: linear-gradient(rgba(32, 155, 96, 0.15), rgba(1, 1, 1, 0.35)), url("../../uploads/2018/02/IMG_0373-768x576.jpg"); } }
  @media (min-width: 61.25em) {
    .c-page-header__bg {
      background-image: linear-gradient(rgba(32, 155, 96, 0.1), rgba(1, 1, 1, 0.25)), url("../../uploads/2018/02/IMG_0373.jpg"); } }

.c-page-header__heading {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: white;
  margin-bottom: 50px;
  overflow: hidden;
  background: inherit; }
  @media (min-width: 46.25em) {
    .c-page-header__heading {
      margin-bottom: 75px; } }
  @media (min-width: 61.25em) {
    .c-page-header__heading {
      margin-bottom: 100px; } }
  .c-page-header__heading h1 {
    margin-bottom: 0; }

.c-page-header__title {
  font-weight: bold;
  font-size: 3.375rem;
  background: rgba(1, 1, 1, 0.05);
  backdrop-filter: blur(1px);
  border-radius: 5px;
  vertical-align: middle;
  line-height: 1;
  font-family: 'Mali', cursive; }
  @media (max-width: 1200px) {
    .c-page-header__title {
      font-size: calc(1.4625rem + 2.55vw) ; } }

/*.c-page-header__heading h1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    background-attachment: fixed;
    -webkit-filter: blur(12px);
    filter: blur(12px);
}*/
/*.c-page-header__heading h1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25)
}*/
.c-page-header__top-line {
  width: 40px;
  height: 1px;
  display: inline-block;
  background-color: white;
  margin-bottom: 12px; }

.c-page-header__bottom-line {
  width: 40px;
  height: 1px;
  display: inline-block;
  background-color: white;
  margin-top: 12px; }

.c-blog-post-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  text-transform: uppercase;
  text-align: center;
  color: white;
  overflow: hidden; }
  .c-blog-post-header__bg img {
    width: 100%; }
    @media (min-width: 61.25em) {
      .c-blog-post-header__bg img {
        margin-top: -100px; } }
    @media (min-width: 81.25em) {
      .c-blog-post-header__bg img {
        margin-top: -200px; } }
  .c-blog-post-header__bg > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(32, 155, 96, 0.25), rgba(1, 1, 1, 0.45)); }
    @media (min-width: 30em) {
      .c-blog-post-header__bg > div {
        background: linear-gradient(rgba(32, 155, 96, 0.15), rgba(1, 1, 1, 0.45)); } }
    @media (min-width: 46.25em) {
      .c-blog-post-header__bg > div {
        background: linear-gradient(rgba(32, 155, 96, 0.15), rgba(1, 1, 1, 0.45)); } }
    @media (min-width: 61.25em) {
      .c-blog-post-header__bg > div {
        background: linear-gradient(rgba(32, 155, 96, 0.1), rgba(1, 1, 1, 0.35)); } }

.c-section-pointer--downward__container {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  background-color: white;
  right: 0; }

.c-section-pointer--downward {
  position: absolute;
  bottom: -15px;
  z-index: 10;
  background: inherit;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  content: '';
  pointer-events: none; }

.c-breadcrumb a, .c-breadcrumb strong {
  color: #7a7a7a;
  font-size: 0.875rem;
  font-weight: lighter; }

.breadcrumb_last {
  color: #4a4a4a !important; }

.wpp-list {
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap; }
  .wpp-list li {
    flex: 0 1 auto;
    margin-bottom: 30px; }
    @media (min-width: 30em) and (max-width: 61.24em) {
      .wpp-list li {
        padding-right: 8px; } }
    @media (min-width: 30em) {
      .wpp-list li {
        flex: 0 50%; } }
    @media (min-width: 61.25em) {
      .wpp-list li {
        flex: 0 1 auto; } }
    .wpp-list li a {
      font-family: 'Mali', cursive;
      font-weight: normal;
      text-transform: uppercase; }

.wpp-meta {
  margin-left: 90px; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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; }

/* ==========================================================================
   #SPACINGS
   ========================================================================== */
/**
 * Utility classes to put specific spacing values onto elements. The below loop
 * will generate us a suite of classes like:
 *
 *   .u-margin-top {}
 *   .u-padding-left-large {}
 *   .u-margin-right-small {}
 *   .u-padding {}
 *   .u-padding-right-none {}
 *   .u-padding-horizontal {}
 *   .u-padding-vertical-small {}
 */
.u-padding {
  padding: 24px !important; }

.u-padding-tiny {
  padding: 6px !important; }

.u-padding-small {
  padding: 12px !important; }

.u-padding-large {
  padding: 48px !important; }

.u-padding-huge {
  padding: 96px !important; }

.u-padding-none {
  padding: 0 !important; }

.u-padding-top {
  padding-top: 24px !important; }

.u-padding-top-tiny {
  padding-top: 6px !important; }

.u-padding-top-small {
  padding-top: 12px !important; }

.u-padding-top-large {
  padding-top: 48px !important; }

.u-padding-top-huge {
  padding-top: 96px !important; }

.u-padding-top-none {
  padding-top: 0 !important; }

.u-padding-right {
  padding-right: 24px !important; }

.u-padding-right-tiny {
  padding-right: 6px !important; }

.u-padding-right-small {
  padding-right: 12px !important; }

.u-padding-right-large {
  padding-right: 48px !important; }

.u-padding-right-huge {
  padding-right: 96px !important; }

.u-padding-right-none {
  padding-right: 0 !important; }

.u-padding-bottom {
  padding-bottom: 24px !important; }

.u-padding-bottom-tiny {
  padding-bottom: 6px !important; }

.u-padding-bottom-small {
  padding-bottom: 12px !important; }

.u-padding-bottom-large {
  padding-bottom: 48px !important; }

.u-padding-bottom-huge {
  padding-bottom: 96px !important; }

.u-padding-bottom-none {
  padding-bottom: 0 !important; }

.u-padding-left {
  padding-left: 24px !important; }

.u-padding-left-tiny {
  padding-left: 6px !important; }

.u-padding-left-small {
  padding-left: 12px !important; }

.u-padding-left-large {
  padding-left: 48px !important; }

.u-padding-left-huge {
  padding-left: 96px !important; }

.u-padding-left-none {
  padding-left: 0 !important; }

.u-padding-horizontal {
  padding-left: 24px !important;
  padding-right: 24px !important; }

.u-padding-horizontal-tiny {
  padding-left: 6px !important;
  padding-right: 6px !important; }

.u-padding-horizontal-small {
  padding-left: 12px !important;
  padding-right: 12px !important; }

.u-padding-horizontal-large {
  padding-left: 48px !important;
  padding-right: 48px !important; }

.u-padding-horizontal-huge {
  padding-left: 96px !important;
  padding-right: 96px !important; }

.u-padding-horizontal-none {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.u-padding-vertical {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.u-padding-vertical-tiny {
  padding-top: 6px !important;
  padding-bottom: 6px !important; }

.u-padding-vertical-small {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.u-padding-vertical-large {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

.u-padding-vertical-huge {
  padding-top: 96px !important;
  padding-bottom: 96px !important; }

.u-padding-vertical-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.u-margin {
  margin: 24px !important; }

.u-margin-tiny {
  margin: 6px !important; }

.u-margin-small {
  margin: 12px !important; }

.u-margin-large {
  margin: 48px !important; }

.u-margin-huge {
  margin: 96px !important; }

.u-margin-none {
  margin: 0 !important; }

.u-margin-top {
  margin-top: 24px !important; }

.u-margin-top-tiny {
  margin-top: 6px !important; }

.u-margin-top-small {
  margin-top: 12px !important; }

.u-margin-top-large {
  margin-top: 48px !important; }

.u-margin-top-huge {
  margin-top: 96px !important; }

.u-margin-top-none {
  margin-top: 0 !important; }

.u-margin-right {
  margin-right: 24px !important; }

.u-margin-right-tiny {
  margin-right: 6px !important; }

.u-margin-right-small {
  margin-right: 12px !important; }

.u-margin-right-large {
  margin-right: 48px !important; }

.u-margin-right-huge {
  margin-right: 96px !important; }

.u-margin-right-none {
  margin-right: 0 !important; }

.u-margin-bottom {
  margin-bottom: 24px !important; }

.u-margin-bottom-tiny {
  margin-bottom: 6px !important; }

.u-margin-bottom-small {
  margin-bottom: 12px !important; }

.u-margin-bottom-large {
  margin-bottom: 48px !important; }

.u-margin-bottom-huge {
  margin-bottom: 96px !important; }

.u-margin-bottom-none {
  margin-bottom: 0 !important; }

.u-margin-left {
  margin-left: 24px !important; }

.u-margin-left-tiny {
  margin-left: 6px !important; }

.u-margin-left-small {
  margin-left: 12px !important; }

.u-margin-left-large {
  margin-left: 48px !important; }

.u-margin-left-huge {
  margin-left: 96px !important; }

.u-margin-left-none {
  margin-left: 0 !important; }

.u-margin-horizontal {
  margin-left: 24px !important;
  margin-right: 24px !important; }

.u-margin-horizontal-tiny {
  margin-left: 6px !important;
  margin-right: 6px !important; }

.u-margin-horizontal-small {
  margin-left: 12px !important;
  margin-right: 12px !important; }

.u-margin-horizontal-large {
  margin-left: 48px !important;
  margin-right: 48px !important; }

.u-margin-horizontal-huge {
  margin-left: 96px !important;
  margin-right: 96px !important; }

.u-margin-horizontal-none {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.u-margin-vertical {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.u-margin-vertical-tiny {
  margin-top: 6px !important;
  margin-bottom: 6px !important; }

.u-margin-vertical-small {
  margin-top: 12px !important;
  margin-bottom: 12px !important; }

.u-margin-vertical-large {
  margin-top: 48px !important;
  margin-bottom: 48px !important; }

.u-margin-vertical-huge {
  margin-top: 96px !important;
  margin-bottom: 96px !important; }

.u-margin-vertical-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.u-text-center {
  text-align: center; }

@media (max-width: 61.24em) {
  .u-absolute--on-tablet {
    position: absolute; } }

.u-border-left-grey {
  border-left: 1px solid #b5b5b5; }

.u-border-left-grey-lighter {
  border-left: 1px solid #dbdbdb; }

.u-border-bottom-grey {
  border-bottom: 1px solid #b5b5b5; }

.u-border-bottom-grey-lighter {
  border-bottom: 1px solid #dbdbdb; }

.u-border-top-grey {
  border-top: 1px solid #b5b5b5; }

.u-uppercase {
  text-transform: uppercase; }

.u-bold {
  font-weight: bold; }

.u-heading--small {
  font-size: 1rem;
  line-height: 1.65em;
  letter-spacing: 0.15em; }
  @media (min-width: 61.25em) {
    .u-heading--small {
      font-size: 1.125rem; } }

.u-section-text--headline {
  font-size: 1.25rem;
  line-height: 1.65em; }
  @media (min-width: 61.25em) {
    .u-section-text--headline {
      font-size: 1.5rem; } }
  @media (min-width: 61.25em) and (max-width: 1200px) {
    .u-section-text--headline {
      font-size: calc(1.275rem + 0.3vw) ; } }

.u-font-cursive {
  font-family: 'Mali', cursive; }

.u-font-cursive-uppercase-normal {
  font-family: 'Mali', cursive;
  font-weight: normal;
  text-transform: uppercase; }

.u-grey-light {
  color: #b5b5b5; }

.u-position--relative {
  position: relative !important; }

.u-position--absolute {
  position: absolute !important; }

.u-list-unstyled {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.entry-meta {
  color: #7a7a7a;
  font-size: 0.875rem; }

.comment-form-comment textarea {
  max-width: 100%; }

.entry-title {
  font-family: 'Mali', cursive;
  font-weight: normal;
  text-transform: uppercase; }
  .entry-title a {
    font-family: 'Mali', cursive;
    font-weight: normal;
    text-transform: uppercase; }

.wp-post-image {
  height: auto; }

.wp-pagenavi {
  text-align: center; }
  @media (max-width: 46.24em) {
    .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
      margin: 8px; }
    .wp-pagenavi .pages {
      display: block;
      margin-bottom: 12px; }
    .wp-pagenavi .page.larger, .wp-pagenavi .extend, .wp-pagenavi .page.smaller {
      display: none; } }
